]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/doc/ChangeLog
Introduce linux_proc_pid_to_exec_file
[thirdparty/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
a9a5a3d1
GB
12015-04-17 Gary Benson <gbenson@redhat.com>
2
3 * gdb.texinfo (set sysroot): Document that "set sysroot" also
4 applies to executable paths if supplied to GDB as absolute.
5
4f45d445
JK
62015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7
8 * gdb.texinfo (Mode Options): Remove -xdb.
9
e7a8570f
JK
102015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11 Eli Zaretskii <eliz@gnu.org>
12
13 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
14 compile, show debug compile. New subsection Compilation options for
15 the compile command. New subsection Compiler search for the compile
16 command.
17
f2983cc3
AW
182015-04-09 Andy Wingo <wingo@igalia.com>
19
20 * guile.texi (Frames In Guile): Describe frame-read-register.
21
599bd15c
GB
222015-04-02 Gary Benson <gbenson@redhat.com>
23
24 * gdb.texinfo (set sysroot): Document "target:".
25
d11916aa
SS
262015-04-01 Sasha Smundak <asmundak@google.com>
27
28 * doc/python.texi (Writing a Frame Unwinder in Python): Add
29 section.
30
df8411da
SDJ
312015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
32
33 PR corefiles/16092
34 * gdb.texinfo (gcore): Mention new command 'set
35 use-coredump-filter'.
36 (set use-coredump-filter): Document new command.
37
d33279b3
AT
382015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
39
40 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
41 documentation, reorder the info os entries in alphabetical order.
42
852f8402
SM
432015-03-26 Simon Marchi <simon.marchi@ericsson.com>
44
45 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
46 -data-write-memory-bytes.
47
856e7dd6
PA
482015-03-24 Pedro Alves <palves@redhat.com>
49
50 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
51 mention that threads may sometimes run unlocked.
52
236af5e3
YG
532015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
54
55 * gdb.texinfo (Remote configuration): Document "set/show
56 serial parity" command.
57
464b0089
GB
582015-03-18 Gary Benson <gbenson@redhat.com>
59
60 * gdb.texinfo (General Query Packets): Remove documentation
61 for now-removed vFile:fstat qSupported features.
62
0a93529c
GB
632015-03-11 Gary Benson <gbenson@redhat.com>
64
65 * gdb.texinfo (Remote Configuration): Document the
66 "set/show remote hostio-fstat-packet" command.
67 (General Query Packets): Document the vFile:fstat
68 qSupported features.
69 (Host I/O Packets): Document the vFile:fstat packet.
70
85642ba0
AW
712015-03-11 Andy Wingo <wingo@igalia.com>
72
73 * guile.texi (Objfiles In Guile): Document objfile-progspace.
74
f7e6eed5
PA
752015-03-04 Pedro Alves <palves@redhat.com>
76
77 * gdb.texinfo (Remote Configuration): Document the "set/show
78 remote swbreak-feature-packet" and "set/show remote
79 hwbreak-feature-packet" commands.
80 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
81 decription.
82 (Stop Reply Packets): Document the swbreak and hwbreak stop
83 reasons.
84 (General Query Packets): Document the swbreak and hwbreak
85 qSupported features.
86 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
87
f873665f 882015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
a64c9f7b
PP
89
90 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
91 under *stopped.
92
9a284c97
DE
932015-03-02 Doug Evans <xdje42@gmail.com>
94
95 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
96
446899e4
AA
972015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
98
99 * gdb.texinfo (S/390 and System z Features): Describe new feature
100 "org.gnu.gdb.s390.vx".
101
7ee67ee4
SDJ
1022015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
103
104 PR gdb/18008
105 * gdb.texinfo (maint internal-error, maint internal-warning, maint
106 demangler-warning): Fix typo ("problam").
107
53cf2ee0
DT
1082015-02-19 David Taylor <dtaylor@emc.com>
109
110 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
111
3133f8c1
JM
1122015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
113
114 * gdb.texinfo (Static Probe Points): Add cindex `static probe
115 point, DTrace'.
116 (Static Probe Points): Modified to cover DTrace probes in addition
117 to SystemTap probes. Also modified to cover the `enable probe'
118 and `disable probe' commands.
119
9aca2ff8
JM
1202015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
121
122 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
123 `disable probe' commands.
124
fa3f8d5a
DT
1252015-02-12 David Taylor <dtaylor@emc.com>
126
127 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
128 fields of the QTDV packet.
129
d33501a5
MM
1302015-02-09 Markus Metzger <markus.t.metzger@intel.com>
131
132 * gdb.texinfo (Branch Trace Configuration Format): Add size.
133 (Process Record and Replay): Describe new set|show commands.
134 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
135
f4abbc16
MM
1362015-02-09 Markus Metzger <markus.t.metzger@intel.com>
137
138 * gdb.texinfo (Process Record and Replay): Describe the "record
139 btrace bts" command.
140 (General Query Packets): Describe qXfer:btrace-conf:read packet.
141 (Branch Trace Configuration Format): New.
142
cfb069a8
GB
1432015-01-31 Gary Benson <gbenson@redhat.com>
144 Doug Evans <dje@google.com>
145
146 * gdb.texinfo (Command Completion): Document new
147 "set/show max-completions" option.
148
f57d2163
DE
1492015-01-31 Doug Evans <xdje42@gmail.com>
150
151 * gdb.texinfo (Symbols): Document new commands
152 "maint print symbol-cache", "maint print symbol-cache-statistics",
153 "maint flush-symbol-cache". Document new option
154 "maint set symbol-cache-size".
155
9f050062
DE
1562015-01-31 Doug Evans <xdje42@gmail.com>
157
158 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
159 distinguish script files vs inlined scripts.
160 * python.texi (Python Auto-loading): Ditto.
161
b6577aab
DE
1622015-01-30 Doug Evans <dje@google.com>
163
164 * gdb.texinfo (Symbols) <info source>: Output now contains producer
165 string if present.
166
3a8b707a
DE
1672015-01-27 Doug Evans <dje@google.com>
168
169 * python.texi (Objfiles In Python): Document Objfile.username.
170
1b549396
DE
1712015-01-27 Doug Evans <dje@google.com>
172
173 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
174 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
175
253828f1
JK
1762015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
177
178 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
179
bf555842
EZ
1802015-01-16 Eli Zaretskii <eliz@gnu.org>
181
182 * doc/gdb.texinfo (TUI Commands): Document the possible
183 values of NAME argument to 'winheight' command. Explain the
184 effect of 'tabset' setting better.
185
439250fb
DE
1862015-01-11 Doug Evans <xdje42@gmail.com>
187
188 PR gdb/15830
189 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
190 (Symbols): Ditto.
191 (Maintenance Commands): Delete docs for "maint demangle".
192
6bf6fd09
JB
1932014-12-31 Joel Brobecker <brobecker@adacore.com>
194
195 * gdb.texinfo (Files): Remove documentation of the
196 "add-shared-symbol-files" and "assf" commands.
197 (Cygwin Native): Remove documentation of the "dll-symbols"
198 command.
199
cc485e62
DE
2002014-12-17 Doug Evans <xdje42@gmail.com>
201
202 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
203
bb2ec1b3
TT
2042014-12-12 Phil Muldoon <pmuldoon@redhat.com>
205 Jan Kratochvil <jan.kratochvil@redhat.com>
206
207 * gdb.texinfo (Altering): Update.
208 (Compiling and Injecting Code): New node.
209
6dddd6a5
DE
2102014-12-12 Doug Evans <dje@google.com>
211
212 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
213
f5b95c01
AA
2142014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
215
216 * gdb.texinfo: Document "maint print user-registers".
217
a0be3e44
DE
2182014-12-08 Doug Evans <dje@google.com>
219
220 * python.texi (Objfiles In Python): Document Objfile.owner.
221
86e4ed39
DE
2222014-12-04 Doug Evans <dje@google.com>
223
224 * python.texi (Objfiles In Python): Document
225 Objfile.add_separate_debug_file.
226
7c50a931
DE
2272014-12-04 Doug Evans <dje@google.com>
228
229 * python.texi (Objfiles In Python): Document Objfile.build_id.
230
162078c8
NB
2312014-12-02 Nick Bull <nicholaspbull@gmail.com>
232
233 * python.texi (Events In Python): Document new events
234 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
235 and RegisterChangedEvent.
236
f10c5b19
JK
2372014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
238
239 Add add-auto-load-scripts-directory.
240 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
241 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
242
413b59ae
JK
2432014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
244
245 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
246 description typo.
247
02be9a71
DE
2482014-10-30 Doug Evans <dje@google.com>
249
250 * python.texi (Progspaces In Python): Document ability to add
251 random attributes to gdb.Progspace objects.
252 (Objfiles In Python): Document ability to add random attributes to
253 gdb.objfile objects.
254
e5f8a7cc
PA
2552014-10-27 Pedro Alves <palves@redhat.com>
256
257 * gdb.texinfo (Continuing and Stepping): Add cross reference to
258 info on stepping and signal handlers.
259 (Signals): Explain stepping and signal handlers. Add context
260 index entry, and cross references.
261
fab3a15d
SM
2622014-10-20 Simon Marchi <simon.marchi@ericsson.com>
263
264 * python.texi (Breakpoints In Python): Add parenthesis after
265 Breakpoint.delete. Clarify Breakpoint.enabled description so
266 that it contains "disable".
267
4ffbba72
DE
2682014-10-17 Doug Evans <dje@google.com>
269
270 * python.texi (Events In Python): Document clear_objfiles event.
271
d096d8c1
DE
2722014-10-17 Doug Evans <dje@google.com>
273
274 * python.texi (Objfiles In Python): Document new progspace attribute.
275
32a8097b
PA
2762014-10-17 Pedro Alves <palves@redhat.com>
277
278 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
279 (SVR4 Process Information): Delete mention of OSF/1.
280
2ddf4301
SM
2812014-10-01 Simon Marchi <simon.marchi@ericsson.com>
282
283 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
284 exit-code field in -list-thread-groups output.
285
342cc091
JBG
2862014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
287
288 * gdb.texinfo (Set Breaks): Add missing "@end table".
289
a25a5a45
PA
2902014-09-22 Pedro Alves <palves@redhat.com>
291
292 * gdb.texinfo (Set Breaks): Document that "set breakpoint
293 always-inserted off" is the default mode now. Delete
294 documentation of "set breakpoint always-inserted auto".
295
2b4fd423
DE
2962014-09-18 Doug Evans <dje@google.com>
297
298 * python.texi (Symbol Tables In Python): Document "producer"
299 attribute of gdb.Symtab objects.
300
deb8ff2b
PA
3012014-09-16 Pedro Alves <palves@redhat.com>
302
303 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
304 (Embedded OS): Remove VxWorks menu entry.
305 (VxWorks): Remove node.
306
81219e53
DE
3072014-09-13 Doug Evans <xdje42@gmail.com>
308
309 * gdb.texinfo (Signaling): Document new queue-signal command.
310
faa42425
DE
3112014-09-06 Doug Evans <xdje42@gmail.com>
312
313 PR 15276
314 * gdb.texinfo (Convenience Funs): Document $_caller_is,
315 $_caller_matches, $_any_caller_is, $_any_caller_matches.
316
1a6a384b
JL
3172014-09-03 Justin Lebar <jlebar@google.com>
318
319 * python.texi (Types In Python): Type.template_argument(n) returns a
320 gdb.Value or a gdb.Type and throws an exception if n is out of
321 range.
322
5f3b99cf
SS
3232014-09-03 Sasha Smundak <asmundak@google.com>
324
325 * python.texi (Frames in Python): Add read_register description.
326
3cecbbbe
TT
3272014-08-04 Tom Tromey <tromey@redhat.com>
328
329 * gdb.texinfo (Debugging Output): Update for change to "set debug
330 target".
331
90debf20
MM
3322014-08-01 Masaki Muranaka <monaka@monami-software.com>
333
334 Pushed by Joel Brobecker <brobecker@adacore.com>.
335 * Makefile.in (transform): New variable.
336 (install-man1, install-man5): Apply $(transform) to man file names.
337
ee7333ae
DE
3382014-07-26 Doug Evans <xdje42@gmail.com>
339
340 PR guile/17177
341 * guile.texi (Guile Pretty Printing API): Fix typo.
342 Document set-pretty-printers!, pretty-printers.
343 (Selecting Guile Pretty-Printers): Update.
344 Mention program-space based pretty-printers.
345
70509625
PA
3462014-07-25 Pedro Alves <palves@redhat.com>
347 Eli Zaretskii <eliz@gnu.org>
348
349 * gdb.texinfo (Signaling) <signal command>: Explain what happens
350 with multi-threaded programs.
351
b67a2c6f
YQ
3522014-06-27 Yao Qi <yao@codesourcery.com>
353
354 * gdb.texinfo (Maintenance Commands): Update the output of
355 'maint print dummy-frames' command.
356
f179cf97
EZ
3572014-06-24 Eli Zaretskii <eliz@gnu.org>
358
359 * gdb.texinfo (Screen Size): Improve indexing.
360
992c7d70
GB
3612014-06-19 Gary Benson <gbenson@redhat.com>
362
363 * gdb.texinfo (Maintenance Commands): Document new
364 "maint set/show catch-demangler-crashes" option.
365
57fcfb1b
GB
3662014-06-19 Gary Benson <gbenson@redhat.com>
367
368 * gdb.texinfo (Maintenance Commands): Document new
369 "maint demangler-warning" command and new
370 "maint set/show demangler-warning" option.
371
dd5d5494
SC
3722014-06-09 Siva Chandra Reddy <sivachandra@google.com>
373
374 * python.texi (Xmethod API): Add space before the opening
375 parenthesis in function descriptions.
376
25326a28 3772014-06-06 Doug Evans <xdje42@gmail.com>
d2929fdc
DE
378
379 * guile.texi (Guile Configuration): Document guile-data-directory.
380
0a770bb2 3812014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
382
383 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
384
16f691fb
DE
3852014-06-04 Doug Evans <xdje42@gmail.com>
386
387 * guile.texi (Breakpoints In Guile): Update.
388
1e47491b
JB
3892014-06-03 Joel Brobecker <brobecker@adacore.com>
390
391 * python.texi (Xmethod API): Fix reference to "Progspaces In
392 Python".
393
0c6e92a5
SC
3942014-06-03 Siva Chandra Reddy <sivachandra@google.com>
395
396 * python.texi (Xmethods In Python, XMethod API)
397 (Writing an Xmethod): New nodes.
398 (Python API): New menu entries "Xmethods In Python",
399 "Xmethod API", "Writing an Xmethod".
400
06eb1586
DE
4012014-06-02 Doug Evans <xdje42@gmail.com>
402
403 * guile.texi (Guile API): Add entry for Parameters In Guile.
404 (GDB Scheme Data Types): Mention <gdb:parameter> object.
405 (Parameters In Guile): New node.
406
e698b8c4
DE
4072014-06-02 Doug Evans <xdje42@gmail.com>
408
409 * guile.texi (Guile API): Add entry for Commands In Guile.
410 (Basic Guile) <parse-and-eval>: Add reference.
411 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
412 (GDB Scheme Data Types): Mention <gdb:command> object.
413 (Commands In Guile): New node.
414
ded03782
DE
4152014-06-02 Doug Evans <xdje42@gmail.com>
416
417 * guile.texi (Guile API): Add entry for Progspaces In Guile.
418 (GDB Scheme Data Types): Mention <gdb:progspace> object.
419 (Progspaces In Guile): New node.
420
53e8a631
AB
4212014-05-30 Andrew Burgess <aburgess@broadcom.com>
422
423 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
424 * python.texi (Frames In Python): Mention
425 gdb.FRAME_UNWIND_MEMORY_ERROR.
426
329ea579
PA
4272014-05-29 Pedro Alves <palves@redhat.com>
428 Tom Tromey <tromey@redhat.com>
429
430 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
431 from example.
432 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
433 Mention that target-async is now deprecated.
434 (Maintenance Commands): Document maint set/show target-async.
435
92bcb5f9
PA
4362014-05-29 Pedro Alves <palves@redhat.com>
437
438 * observer.texi (sync_execution_done, command_error): New
439 subjects.
440
fd664c91
PA
4412014-05-29 Pedro Alves <palves@redhat.com>
442
443 PR gdb/13860
444 * observer.texi (signal_received, end_stepping_range)
445 (signal_exited, exited, no_history): New observer subjects.
446
b2715b27
AW
4472014-05-26 Andy Wingo <wingo@igalia.com>
448
449 * guile.texi (GDB Scheme Data Types): Remove documentation for
450 removed interfaces. Update spelling of gdb-object-kind.
451
9eaa4c1e
AW
4522014-05-26 Andy Wingo <wingo@igalia.com>
453
454 * guile.texi (Basic Guile): Fix some typos.
455
0f1e8403
AW
4562014-05-26 Andy Wingo <wingo@igalia.com>
457
458 * guile.texi (Writing a Guile Pretty-Printer)
459 (Guile Types Module): Fix excess parentheses in use-modules forms.
460
697aa1b7
EZ
4612014-05-24 Eli Zaretskii <eliz@gnu.org>
462
463 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
464 (Breakpoints In Guile, Guile Printing Module)
465 (Guile Exception Handling, Values From Inferior In Guile)
466 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
467 Don't use @var at the beginning of a sentence.
468
469 * gdb.texinfo (Frame Filter Management, Trace Files)
470 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
471 (PowerPC Embedded, Define, Annotations for Running)
472 (IPA Protocol Commands, Packets, General Query Packets)
473 (Tracepoint Packets, Notification Packets, Environment)
474 (Inferiors and Programs, Set Breaks, Set Catchpoints)
475 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
476 (Frames, Backtrace, Selection, Expressions, Registers)
477 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
478 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
479 (Source Annotations, Using JIT Debug Info Readers, Packets)
480 (Stop Reply Packets, Host I/O Packets)
481 (Target Description Format): Don't use @var at the beginning of a
482 sentence.
483
484 * python.texi (Basic Python, Types In Python)
485 (Commands In Python, Frames In Python, Line Tables In Python)
486 (Breakpoints In Python, gdb.printing, gdb.types)
487 (Type Printing API): Don't use @var at the beginning of a
488 sentence.
489
67b5c0c1
MM
4902014-05-23 Markus Metzger <markus.t.metzger@intel.com>
491
492 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
493 replay-memory-access".
494
6a3cb8e8
PA
4952014-05-21 Pedro Alves <palves@redhat.com>
496
497 * gdb.texinfo (Starting): Document "set/show
498 auto-connect-native-target".
499 (Target Commands): Document "target native".
500
936d2992
PA
5012014-05-20 Pedro Alves <palves@redhat.com>
502
503 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
504 not be remote specific. Add cross reference to the qCRC packet.
505 (Separate Debug Files): Update cross reference to the qCRC packet.
506 (General Query Packets) <qCRC packet>: Add anchor.
507
b3ce5e5f
DE
5082014-05-17 Doug Evans <xdje42@gmail.com>
509
510 Copy over changes from guile.texi.
511 * python.texi (Basic Python) <gdb.execute>: Add text.
512 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
513 (Values From Inferior) <Python string>: Add text.
514 (Values From Inferior) <Value.string>: Clarify string length handling.
515 (Pretty Printing API): Add cindex.
516 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
517 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
518 @vindex.
519 (Commands In Python) <COMPLETE_*>: Similarly.
520 (Symbols In Python) <SYMBOL_*>: Similarly.
521 (Breakpoints In Python) <WP_*>: Similarly.
522 (Breakpoints In Python) <BP_*>: Similarly.
523
8dfcab11
DT
5242014-05-17 David Taylor <dtaylor@emc.com>
525
526 * gdb.texinfo (General Query Packets): Add a note about thread IDs
527 mentioned in the qfThreadInfo reply.
528
8d551b02
DE
5292014-05-16 Doug Evans <dje@google.com>
530
531 * gdb.texinfo (Mode Options): Add -D.
532
e20bd8f4
SB
5332014-05-09 Samuel Bronson <naesten@gmail.com>
534
535 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
536 "make -C".
537
f989a1c8
TT
5382014-04-29 Tom Tromey <tromey@redhat.com>
539
540 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
541 "show debug varobj".
542
95cf3b38
DT
5432014-05-01 David Taylor <dtaylor@emc.com>
544
545 * gdb.texinfo (compare-sections): Document the new -r (read-only)
546 option.
547
01f9f808
MS
5482014-04-24 Michael Sturm <michael.sturm@mintel.com>
549 Walfred Tedeschi <walfred.tedeschi@intel.com>
550
551 * gdb.texinfo (i386 Features): Add description of AVX512
552 registers.
553
770e7fc7
DE
5542014-03-31 Doug Evans <dje@google.com>
555
556 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
557
97d8f0ee
DE
5582014-03-30 Doug Evans <dje@google.com>
559
560 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
561 (Background Execution): Ditto.
562
36cb1214
HZ
5632014-03-21 Pedro Alves <palves@redhat.com>
564 Stan Shebs <stan@codesourcery.com>
565 Hui Zhu <hui@codesourcery.com>
566
567 * gdb.texinfo (Packets): Add anchor to "? packet".
568 Remove fixme and update introduction of "k packet".
569 Add anchor to "vKill packet".
570
5e3a2c38
SS
5712014-03-12 Stan Shebs <stan@codesourcery.com>
572
573 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
574
7a5a839f
LC
5752014-02-26 Ludovic Courtès <ludo@gnu.org>
576
dc6ae996 577 * guile.texi (Basic Guile): Document 'history-append!'.
7a5a839f 578
95060284
JB
5792014-02-20 Joel Brobecker <brobecker@adacore.com>
580
581 * gdb.texinfo (Files): Document "add-shared-symbol-files"
582 and "assf" as being deprecated.
583 (Cygwin Native): Likewise for "dll-symbols".
584 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
585 as a way to force the loading of symbols from a DLL.
586
f7bd0f78
SC
5872014-02-19 Siva Chandra Reddy <sivachandra@google.com>
588
589 * python.texi (Values From Inferior): Add description about the
590 new feature.
591
329baa95
DE
5922014-02-17 Doug Evans <xdje42@gmail.com>
593
594 * Makefile.in (GDB_DOC_FILES): Add python.texi.
595 * gdb.texinfo (Python): Moved to ...
596 * python.texi: ... here. New file.
597
687894f5
DE
5982014-02-17 Ludovic Courtès <ludo@gnu.org>
599
d25f38ee 600 * guile.texi (Writing a Guile Pretty-Printer) <example>:
687894f5
DE
601 Remove 'string-begins-with' procedure. Add 'pretty-printer'
602 parameter to 'str-lookup-function' procedure. Look for
603 the "std::string<" prefix.
604 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
605 Adjust description.
606
6fb526ee
DE
6072014-02-11 Tejas Belagod <tejas.belagod@arm.com>
608
d25f38ee 609 * guile.texi (Values From Inferior In Guile): Remove stray
6fb526ee
DE
610 parantheses for deffn.
611 (Disassembly In Guile): Ditto.
612
1e0a5178
SS
6132014-02-10 Stan Shebs <stan@codesourcery.com>
614
615 Add Doxygen support.
616 * Makefile.in (doxy): New action, generates Doxygen files.
617 (DOXYGEN): New.
618 (doxyedit): New.
619 * Doxyfile-base.in: New file.
620 * Doxyfile-gdb-api.in: New file.
621 * Doxyfile-gdb-xref.in: New file.
622 * Doxyfile-gdbserver.in: New file.
623 * doxy-index.in: New file.
624 * filter-for-doxygen: New file.
625 * filter-params.pl: New file.
626
ed3ef339
DE
6272014-02-10 Doug Evans <xdje42@gmail.com>
628
629 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
630 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
631 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
632 (Guile docs): Include guile.texi.
633 (objfile-gdbdotext file): Add objfile-gdb.scm.
634 (dotdebug_gdb_scripts section): Mention Guile scripts.
635 (Multiple Extension Languages): New node.
636 * guile.texi: New file.
637
c6044dd1
JB
6382014-01-28 Joel Brobecker <brobecker@adacore.com>
639
640 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
641 ignore-descriptive-types". commands.
642
87ce2a04
DE
6432014-01-22 Doug Evans <dje@google.com>
644
645 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
646 (gdbserver man): Ditto.
647
52834460
MM
6482014-01-16 Markus Metzger <markus.t.metzger@intel.com>
649
650 * gdb.texinfo: Document limited reverse/replay support
651 for target record-btrace.
652
0688d04e
MM
6532014-01-16 Markus Metzger <markus.t.metzger@intel.com>
654
655 * gdb.texinfo (Process Record and Replay): Update documentation.
656
8710b709
MM
6572014-01-16 Markus Metzger <markus.t.metzger@intel.com>
658
659 * gdb.texinfo (Process Record and Replay): Document new /c
660 modifier accepted by "record function-call-history".
661 Add /i modifier to "record function-call-history" example.
662
dcf106f3
JB
6632014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
664 Joel Brobecker <brobecker@adacore.com>
665
666 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
667 markers. Remove one that was misplaced.
668
41ef2965
PA
6692014-01-10 Pedro Alves <palves@redhat.com>
670
671 * gdb.texinfo (Your Program's Environment) <set environment>:
672 Mention the shell, and point at 'set exec-wrapper'.
673
c0d48811
JB
6742014-01-07 Joel Brobecker <brobecker@adacore.com>
675
676 * gdb.texinfo (Types In Python): Document new attribute Types.name.
677
5fba4c0f
JB
6782013-12-30 Joel Brobecker <brobecker@adacore.com>
679
680 * gdb.texinfo (Types In Python): Clarify the documentation
681 of attribute gdb.Field.bitpos.
682
0809504b
JB
6832013-12-28 Joel Brobecker <brobecker@adacore.com>
684
685 * gdb.texinfo (Types In Python): Fix the documentation of
686 attribute "bitpos" in class gdb.Field for enum types. Add
687 documentation for attribute "enumval" in that same class.
688
edef6000
JB
6892013-12-28 Joel Brobecker <brobecker@adacore.com>
690
691 * gdb.texinfo (GDB/MI Support Commands): Change @table into
692 @ftable.
693
71b8c845
DE
6942013-12-23 Doug Evans <xdje42@gmail.com>
695
696 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
697 auto-loaded objfile scripts and .debug_gdb_scripts section to their
698 corresponding section in Extending GDB.
699 (Extending GDB): Move menu up. New menu item "Auto-loading
700 extensions".
701 (Sequences): New menu item "Auto-loading sequences".
702 (Auto-loading sequences): New node.
703 (Python): Rename section from Scripting GDB to Extending GDB.
704 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
705 Move docs on ways to auto-load extensions to ...
706 (Auto-loading extensions): ... here. New node.
707
d192b373
JB
7082013-12-23 Joel Brobecker <brobecker@adacore.com>
709
710 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
711 in menu.
712 (GDB/MI Variable Objects): Adjust reference to "-list-features"
713 command, now in a new node.
714 (GDB/MI Support Commands): New node, with its contents being
715 extracted from the "GDB/MI Miscellaneous Commands" node.
716 A small paragraph introducing the section is also added at
717 the start.
718 (GDB/MI Miscellaneous Commands): Delete the description of the
719 -info-gdb-mi-command, -list-features and -list-target-features
720 commands, now hosted in the "GDB/MI Support Commands" node.
721
a16b0e22
SC
7222013-12-12 Siva Chandra Reddy <sivachandra@google.com>
723
724 PR python/16113
725 * gdb.texinfo (Values From Inferior): Add a note about using
726 gdb.Field objects as subscripts on gdb.Value objects.
727 (Types In Python): Add description about the new attribute
728 "parent_type" of gdb.Field objects.
729
9b26f0fb
JB
7302013-12-12 Joel Brobecker <brobecker@adacore.com>
731
732 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
733 entry for section docuumenting the -list-features GDB/MI command.
734
72bfa06c
JB
7352013-12-10 Joel Brobecker <brobecker@adacore.com>
736
737 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
738 "exec-run-start-option" entry in the output of the "-list-features"
739 command.
740
3ea8680f
EZ
7412013-12-04 Eli Zaretskii <eliz@gnu.org>
742
743 * gdb.texinfo (i386): Fix yesterday's commit.
744
1a4f73eb
TT
7452013-12-03 Tom Tromey <tromey@redhat.com>
746
747 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
748 documented here.
749
6cb999f8
TT
7502013-12-03 Tom Tromey <tromey@redhat.com>
751
752 * gdb.texinfo (@direntry): Add menu item for gdbserver.
753
ca8941bb
WT
7542013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
755
756 * gdb.texinfo (i386 Features): Add MPX feature registers.
757 (x86 Specific featuresx86 Architecture-specific Issues): Adds
758 a subsubsection for MPX and describes the display of the
759 boundary registers.
760
688981c9
JB
7612013-12-03 Joel Brobecker <brobecker@adacore.com>
762
763 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
764 documentation of the "ada-exceptions" entry.
765
2ea126fa
JB
7662013-12-03 Joel Brobecker <brobecker@adacore.com>
767
768 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
769 "^error" result record concerning the error message. Document
770 the error code that may also be part of that result record.
771 (GDB/MI Miscellaneous Commands): Document the
772 "undefined-command-error-code" element in the output of
773 the "-list-features" GDB/MI command.
774
6b7cbff1
JB
7752013-12-03 Joel Brobecker <brobecker@adacore.com>
776
777 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
778 the new -info-gdb-mi-command GDB/MI command. Document
779 the meaning of "-info-gdb-mi-command" in the output of
780 -list-features.
781
20e1ca3b
PA
7822013-11-29 Pedro Alves <palves@redhat.com>
783
784 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
785 Update comment.
786
29453a14
YQ
7872013-11-24 Yao Qi <yao@codesourcery.com>
788
789 * gdb.texinfo (Caching Remote Data): Document new
790 "set/show stack-cache" option.
791
6dd315ba
YQ
7922013-11-24 Yao Qi <yao@codesourcery.com>
793
794 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
795 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
796 "off" respectively.
797
9df9dbe0
YQ
7982013-11-23 Yao Qi <yao@codesourcery.com>
799
800 * gdb.texinfo (GDB/MI Variable Objects): Add the description
801 of "displayhint" to the table about child results.
802
c78feb39
YQ
8032013-11-21 Yao Qi <yao@codesourcery.com>
804
805 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
806 'dynamic' for the output of command -var-list-children.
807
27b81af3
YQ
8082013-11-21 Yao Qi <yao@codesourcery.com>
809
810 * gdb.texinfo (Caching Target Data): Remove "see" before
811 @pxref.
812
b26dfc9a
YQ
8132013-11-20 Yao Qi <yao@codesourcery.com>
814
815 * gdb.texinfo (Caching Target Data): Update doc for
816 per-address-space dcache.
817
b12039c6
YQ
8182013-11-20 Yao Qi <yao@codesourcery.com>
819
820 * gdb.texinfo (Data): Rename menu item.
821 (Caching Remote Data): Rename to ...
822 (Caching Target Data): ... it. Update.
823
422ad5c2
JB
8242013-11-18 Joel Brobecker <brobecker@adacore.com>
825
826 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
827 "language-option" entry in the output of the "-list-features"
828 command.
829
805e1f19
TT
8302013-11-15 Tom Tromey <tromey@redhat.com>
831
832 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
833 Add example.
834
8fe1b653
TT
8352013-11-14 Tom Tromey <tromey@redhat.com>
836
837 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
838
403cb6b1
JB
8392013-11-14 Joel Brobecker <brobecker@adacore.com>
840
841 * gdb.texinfo (Show): Add xref anchor for "show language" command.
842 (Context management): Place current subsection text into its own
843 subsubsection. Add new subsubsection describing the "--language"
844 command option.
845
93973826
JB
8462013-11-13 Joel Brobecker <brobecker@adacore.com>
847
848 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
849 the documentation of "info-ada-exceptions" in the output
850 of the "-list-features" command. Add the documentation
851 of the "ada-exception" entry instead.
852
6adcee18
JB
8532013-11-12 Joel Brobecker <brobecker@adacore.com>
854
93973826 855
6adcee18
JB
856 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
857 word of a couple of sentences to start with a capital letter.
858
58d06528
JB
8592013-11-12 Joel Brobecker <brobecker@adacore.com>
860
861 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
862 (Ada Exceptions): New node.
863 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
864 Commands" node.
865 (GDB/MI Ada Exceptions Commands): New node.
866 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
867 field in the output of the "-list-features" command.
868 * NEWS: Add entry for the new "info exceptions" CLI command,
869 and for the new "-info-ada-exceptions" GDB/MI command.
870
bc79de95
PM
8712013-11-11 Phil Muldoon <pmuldoon@redhat.com>
872
873 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
874 (Line Tables In Python): New node.
875
73be47f5
DE
8762013-11-08 Doug Evans <dje@google.com>
877
878 * gdb.texinfo (Debugging Output): Update text for
879 "set debug dwarf2-read".
880
db0fec5c
DE
8812013-11-08 Doug Evans <dje@google.com>
882
883 * gdb.texinfo (Debugging Output): Update text for
884 "set debug symtab-create".
885
92e32e33
PM
8862013-11-07 Phil Muldoon <pmuldoon@redhat.com>
887
888 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
889 constant.
890
f76c27b5
PM
8912013-11-07 Phil Muldoon <pmuldoon@redhat.com>
892
893 * gdb.texinfo (Breakpoints In Python): Document temporary
894 option in breakpoint constructor, and add documentation to the
895 temporary attribute.
896
fa4d0c40
YQ
8972013-11-07 Yao Qi <yao@codesourcery.com>
898
899 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
900 output of "-var-info-expression".
901
afa332ce
PA
9022013-11-06 Pedro Alves <palves@redhat.com>
903
904 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
905 non-interactive mode.
906 (Environment) <shell startup files warning>: Mention
907 non-interactive mode. Mention .zshenv for Z shell, and talk about
908 BASH_ENV instead of .bashrc for BASH.
909
9ac69859
NB
9102013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
911
912 * gdb.texinfo (Commands to Specify Files): Add description
913 of the remove-symbol-file command.
914 * observer.texi: New free_objfile event
915
98882a26
PA
9162013-10-24 Pedro Alves <palves@redhat.com>
917
918 * gdb.texinfo (Starting): Document set/show startup-with-shell.
919
ce13fade
JB
9202013-10-11 Joel Brobecker <brobecker@adacore.com>
921
922 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
923 New subsection inside which the "-catch-load" and "-catch-unload"
924 commands documentation is now placed.
925 (Ada Exception GDB/MI Catchpoint Commands): New subsection
926 documenting the "-catch-assert" and "-catch-exception" new
927 GDB/MI commands.
928
2446f5ea
JB
9292013-10-10 Joel Brobecker <brobecker@adacore.com>
930
931 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
932
0d12017b
JB
9332013-10-10 Joel Brobecker <brobecker@adacore.com>
934
bd80dc1a
JB
935 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
936 serial baud".
937 (Remote Configuration): Replace "set remotebaud" by "set serial
938 baud". Replace "show remotebaud" by "show serial baud".
0d12017b 939
f4fb82a1
PA
9402013-10-07 Pedro Alves <palves@redhat.com>
941
942 PR breakpoints/11568
943 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
944 when the thread is removed from the thread list.
945
0c557179
SDJ
9462013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
947
948 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
949 Update entry for $_exitcode.
950
5713b9b5
JB
9512013-10-04 Joel Brobecker <brobecker@adacore.com>
952
953 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
954 new "--start" option.
955
901461f8
PA
9562013-10-02 Pedro Alves <palves@redhat.com>
957
958 * gdb.texinfo (Registers): Expand description of saved registers
959 in frames. Explain <not saved>.
960
8fb8eb5c
DE
9612013-09-25 Doug Evans <dje@google.com>
962
963 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
964
0a7cfe2c
SS
9652013-09-16 Stan Shebs <stan@codesourcery.com>
966
967 Remove the internals manual gdbint.texinfo.
968 * Makefile.in (INFO_DEPS): Remove gdbint.info.
969 (PDFFILES): Remove gdbint.pdf.
970 (HTMLFILES): Remove gdbint/index.html.
971 (HTMLFILES_INSTALL): Remove gdbint.
972 (GDBINT_DOC_FILES): Remove.
973 (dvi): Remove gdbint.dvi.
974 (ps): Remove gdbint.ps.
975 * gdbint.texinfo: Remove file.
976 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
977
a280dbd1
SDJ
9782013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
979
980 * gdb.texinfo (Convenience Functions): Mention new convenience
981 function $_isvoid.
982
4ac33720
UW
9832013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
984
985 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
986 (Standard Target Features): Add new node to menu.
987 (S/390 and System z Features): New node.
988
b3d3b4bd
SA
9892013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
990
991 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
992 -list-target-features in the example.
993
edf9f00c
JK
9942013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
995
996 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
997 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
998
1d236d23
JK
9992013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1000
1001 Sync documentation with gdb.base/gnu-debugdata.exp.
1002 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
1003
5423b017
JK
10042013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1005
1006 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
1007
6211c335
YQ
10082013-08-27 Pedro Alves <pedro@codesourcery.com>
1009 Yao Qi <yao@codesourcery.com>
1010
1011 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
1012 Document new --skip-unavailable option.
1013 <-stack-list-variables>: Document new --skip-unavailable option.
1014
52e260a3
DE
10152013-08-26 Doug Evans <dje@google.com>
1016
1017 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
1018 an optional regexp.
1019
5e92f71a
TT
10202013-08-13 Tom Tromey <tromey@redhat.com>
1021
1022 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
1023 Document GDB_PARALLEL and GDB_INOTIFY.
1024
c5d7073b
SS
10252013-08-09 Stan Shebs <stan@codesourcery.com>
1026
1027 * LRS: Remove file, describes a long-abandoned live-range
1028 splitting extension to stabs.
1029
6fbe845e
AB
10302013-07-25 Andrew Burgess <aburgess@broadcom.com>
1031
1032 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
1033
e7045703
DE
10342013-07-17 Doug Evans <dje@google.com>
1035
1036 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
1037
3105ebf9
TT
10382013-07-02 Tom Tromey <tromey@redhat.com>
1039
1040 * gdb.texinfo (Target Commands): Don't mention "target nrom".
1041
d6c2da54
TT
10422013-06-28 Tom Tromey <tromey@redhat.com>
1043
1044 * Makefile.in (version.subst): Use version.in, not
1045 common/version.in.
1046 * gdbint.texinfo (Versions and Branches, Releasing GDB):
1047 Likewise.
1048
e5823f1c
PA
10492013-06-27 Pedro Alves <palves@redhat.com>
1050
1051 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
1052 dynamic symbol resolution code>: New section, based on infrun.c
1053 comment.
1054
92dcb9ff
TT
10552013-06-26 Tom Tromey <tromey@redhat.com>
1056
1057 * gdbint.texinfo (Versions and Branches): Use common/version.in.
1058 Update.
1059 (Releasing GDB): Likewise.
1060
dc673c81
YQ
10612013-06-26 Pedro Alves <pedro@codesourcery.com>
1062 Yao Qi <yao@codesourcery.com>
1063
1064 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
1065 -trace-frame-collected.
1066
28a93511
YQ
10672013-06-26 Pedro Alves <pedro@codesourcery.com>
1068
1069 * gdb.texinfo (Traceframe Info Format): Document tvar element
1070 and its attributes.
1071
a0743c90
YQ
10722013-06-25 Yao Qi <yao@codesourcery.com>
1073
1074 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
1075
01208463
TT
10762013-06-24 Tom Tromey <tromey@redhat.com>
1077
1078 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
1079 (GDBvn.texi): Use version.subst.
1080 (version.subst): New target.
1081 (mostlyclean): Remove version.subst.
1082
c898adb7
YQ
10832013-06-20 Pedro Alves <pedro@codesourcery.com>
1084
1085 * gdb.texinfo (GDB/MI Data Manipulation)
1086 <-data-list-register-values>: Document the --skip-unavailable
1087 option.
1088
7c57fa1e
YQ
10892013-06-07 Yao Qi <yao@codesourcery.com>
1090
1091 * gdb.texinfo (Symbols): Add kindex and cindex for
1092 'maint print msymbols'.
1093
0059c61a 10942013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
b7742092
MK
1095
1096 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
1097 response field name (thread-group to inferior).
1098
85dc5a12
GB
10992013-06-04 Gary Benson <gbenson@redhat.com>
1100
1101 * gdb.texinfo (General Query Packets/qSupported): Added
1102 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
1103 to the table of currently defined stub features.
1104 Added a more detailed entry for "augmented-libraries-svr4-read".
1105 (General Query Packets/qXfer:libraries-svr4:read): Documented
1106 the augmented form of this packet.
1107
5901af59
JB
11082013-05-23 Joel Brobecker <brobecker@adacore.com>
1109
1110 * gdb.texinfo (System-wide Configuration Scripts): Renames
1111 "Installed System-wide Configuration Scripts". Add associated
1112 @menu block.
1113
c1e36e3e
PA
11142013-05-23 Yao Qi <yao@codesourcery.com>
1115 Pedro Alves <palves@redhat.com>
1116
1117 * gdb.texinfo (Packets): Document 'vCont;r'.
1118 (Continuing and Stepping): Document target-assisted range
1119 stepping, and the 'set range-stepping' and 'show range-stepping'
1120 commands.
1121
0201faac
JB
11222013-05-23 Joel Brobecker <brobecker@adacore.com>
1123
1124 * gdb.texinfo (Installed System-wide Configuration Scripts):
1125 Add subsection describing the scripts now available under
1126 the data-dir's system-gdbbinit subdirectory.
1127 * NEWS: Add entry announcing the availability of system-wide
1128 configuration scripts for ElinOS and Wind River Linux.
1129
c5867ab6
HZ
11302013-05-21 Hui Zhu <hui@codesourcery.com>
1131
1132 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
1133 "-dprintf-insert" command.
1134
7d0c9981
DE
11352013-05-17 Doug Evans <dje@google.com>
1136
1137 * gdb.texinfo (Maintenance Commands): Update doc for
1138 "maint check-psymtabs". Add doc for "maint check-symtabs",
1139 "maint expand-symtabs".
1140
742ce053
MM
11412013-05-15 Markus Metzger <markus.t.metzger@intel.com>
1142
1143 * gdb.texinfo (Process Record and Replay): Document the
1144 "record goto" command and its sub-commands.
1145
1e611234
PM
11462013-05-10 Phil Muldoon <pmuldoon@redhat.com>
1147
1148 * gdb.texinfo (Backtrace): Add "no-filter" argument.
1149 (Python API): Add Frame Filters API, Frame Wrapper API,
1150 Writing a Frame Filter/Wrapper, Managing Management of Frame
1151 Filters chapter entries.
1152 (Frame Filters API): New Node.
1153 (Frame Wrapper API): New Node.
1154 (Writing a Frame Filter): New Node.
1155 (Managing Frame Filters): New Node.
1156 (Progspaces In Python): Add note about frame_filters attribute.
1157 (Objfiles in Python): Ditto.
1158 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
1159 @anchors and --no-frame-filters option to -stack-list-variables,
1160 -stack-list-frames, -stack-list-locals and -stack-list-arguments
1161 commands.
1162
2874cb83
JB
11632013-05-08 Joel Brobecker <brobecker@adacore.com>
1164
1165 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
1166 Support" subsection documenting the XML format used to transfer
1167 shared library info on AIX.
1168
9a005eb9
JB
11692013-05-08 Joel Brobecker <brobecker@adacore.com>
1170
1171 * gdb.texinfo (Debugging Output): Add documentation of
1172 "set debug aix-solib" and "show debug aix-solib" commands.
1173
a1217d97
SL
11742013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1175
1176 * gdb.texinfo (Nios II): New section.
1177 (Nios II Features): New section.
1178
4d1eb6b4
JB
11792013-05-06 Joel Brobecker <brobecker@adacore.com>
1180
1181 * gdbint.texinfo (Algorithms): Remove entries documenting
1182 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
1183 SOLIB_CREATE_INFERIOR_HOOK.
1184
3f84184e
TT
11852013-04-29 Tom Tromey <tromey@redhat.com>
1186
1187 PR python/14204:
1188 * gdb.texinfo (Python API): Fix menu entry.
1189 (Blocks In Python): Fix subsubsection text. Rewrite intro.
1190 Define global and static block. Add example. Clarify
1191 block relationship for inline functions.
1192
60155234
TT
11932013-04-29 Tom Tromey <tromey@redhat.com>
1194
1195 * gdb.texinfo (Python API): Mention Python help and keyword
1196 arguments. Move pagination text to Basic Python.
1197 (Basic Python): Put pagination text here. Document
1198 close-on-exec, SIGCHLD, and SIGINT.
1199
5360976e
PA
12002013-04-19 Pedro Alves <palves@redhat.com>
1201
1202 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
1203 "signedness" instead of "signness".
1204
bd3f3b55
PA
12052013-04-19 Pedro Alves <palves@redhat.com>
1206
1207 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
1208 -Wno-pointer-sign text with text on -Wpointer-sign.
1209
dee368d3
TT
12102013-04-16 Tom Tromey <tromey@redhat.com>
1211
1212 * gdb.texinfo (Set Catchpoints): Mention earliest version of
1213 GCC that has the SDT probe points.
1214
cc16e6c9
TT
12152013-04-15 Tom Tromey <tromey@redhat.com>
1216
1217 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
1218 exception catchpoints.
1219
72f1fe8a
TT
12202013-04-15 Tom Tromey <tromey@redhat.com>
1221
1222 * gdb.texinfo (Set Catchpoints): Document $_exception.
1223 (Convenience Vars): Mention $_exception.
1224
591f19e8
TT
12252013-04-15 Tom Tromey <tromey@redhat.com>
1226
1227 * gdb.texinfo (Set Catchpoints): Reorganize exception
1228 catchpoints. Document "catch rethrow".
1229 (Debugging C Plus Plus): Mention "catch rethrow".
1230
02ae6bad
TT
12312013-04-15 Tom Tromey <tromey@redhat.com>
1232
1233 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
1234
2c91021c
JK
12352013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1236 Eli Zaretskii <eliz@gnu.org>
1237
1238 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
1239 line below the sample output.
1240
6eaaf48b
EZ
12412013-04-12 Eli Zaretskii <eliz@gnu.org>
1242
1243 * gdb.texinfo (Mode Options): Document '-configuration'.
1244 (Help): Document "show configuration".
1245 (Bug Reporting): Add requirements to include the configuration
1246 details in bug reports.
1247
b292c783
JK
12482013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1249
1250 * Makefile.in (MAN1S): Add gcore.1.
1251 Remove "Host, target, and site specific Makefile fragments" comment.
1252 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
1253 (install-man1, uninstall-man1): Conditionalize gcore.1.
1254 (gcore.1): New.
1255 * gdb.texinfo (Man Pages): Add gcore man.
1256 (gcore man): New node.
1257
f81d1120
PA
12582013-04-10 Pedro Alves <palves@redhat.com>
1259
1260 * gdb.texinfo (Process Record and Replay): Document that "set
1261 record full insn-number-max", "set record
1262 instruction-history-size" and "set record
1263 function-call-history-size" accept "unlimited".
1264 (Backtrace): Document that "set backtrace limit" accepts
1265 "unlimited".
1266 (List): Document that "set listsize" accepts "unlimited".
1267 (Print Settings)" Document that "set print max-symbolic-offset",
1268 "set print elements" and "set print repeats" accept "unlimited".
1269 (Starting and Stopping Trace Experiments): Document that "set
1270 trace-buffer-size" accepts "unlimited".
1271 (Remote Configuration): Document that "set tcp connect-timeout"
1272 accepts "unlimited".
1273 (Command History): Document that "set history size" accepts
1274 "unlimited".
1275 (Screen Size): Document that "set height" and "set width" accepts
1276 "unlimited". Adjust "set pagination"'s description to suggest
1277 "set height unlimited" instead of "set height 0".
1278
393fd4c3
YQ
12792013-04-10 Yao Qi <yao@codesourcery.com>
1280
1281 * gdb.texinfo (Trace Files): Add "target ctf".
1282
cba5a7bf
JK
12832013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1284
1285 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
1286
0ed630cb
JK
1287 * Makefile.in (install-man1, install-man5, uninstall-man1)
1288 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
1289
afe1492b
JK
1290 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
1291
5b8b6385
JK
12922013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1293 Eli Zaretskii <eliz@gnu.org>
1294
1295 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
1296 parameters order. Remove "On some targets" for --attach. Document the
1297 --multi parameter and extended-remote command. Document all the
1298 options.
1299
906ccdf0
JK
13002013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1301
1302 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
1303 the list of supported languages.
1304
43662968
JK
13052013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1306
1307 Convert man pages to texinfo, new gdbinit.5 texinfo page.
1308 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
1309 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
1310 (diststuff): Add man.
1311 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
1312 (uninstall-man5): New.
1313 (STAGESTUFF): Add *.1 and *.5.
1314 (GDBvn.texi): Add SYSTEM_GDBINIT.
1315 (gdb.1, gdbserver.1, gdbinit.5): New.
1316 (maintainer-clean realclean): Add $(MANS).
1317 (install): Add install-man.
1318 (uninstall): Add uninstall-man.
1319 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
1320 (@copying): Wrap it by @c man begin COPYRIGHT.
1321 (Top): Add Man Pages.
1322 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
1323
be9a8770
PA
13242013-04-02 Pedro Alves <palves@redhat.com>
1325
1326 * gdb.texinfo (Debugging Output): Document "set/show debug
1327 aarch64", "set/show debug coff-pe-read" and "set/show debug
1328 mach-o".
1329
a46c1e42
PA
13302013-04-02 Pedro Alves <palves@redhat.com>
1331
1332 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
1333 table>: Add entry for "trace-buffer-size".
1334
bd3eecc3
PA
13352013-03-28 Pedro Alves <palves@redhat.com>
1336
1337 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
1338 table>: Add entry for "trace-status".
1339
215b9f98
EZ
13402013-03-28 Eli Zaretskii <eliz@gnu.org>
1341
1342 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
1343 @bullet", which is invalid (makeinfo 5.1 barfs).
1344
7f7cc265
PA
13452013-03-28 Pedro Alves <palves@redhat.com>
1346
1347 PR gdb/15294
1348
1349 * gdb.texinfo (List) <set listsize>: Adjust to document that
1350 listsize 0 means no limit, and remove mention of -1.
1351
9c0be723
YQ
13522013-03-22 Yao Qi <yao@codesourcery.com>
1353
1354 * gdb.texinfo (Embedded Processors): Remove menu item
1355 "OpenRISC 1000".
1356 (OpenRISC 1000): Remove.
1357
bd712aed
DE
13582013-03-21 Doug Evans <dje@google.com>
1359
1360 * gdb.texinfo (Maintenance Commands): Add docs for
1361 "mt set per-command {space,time,symtab} {on,off}".
1362
d0353e76
YQ
13632013-03-14 Hui Zhu <hui@codesourcery.com>
1364 Yao Qi <yao@codesourcery.com>
1365
1366 * gdb.texinfo (Trace Files): Add "tsave -ctf".
1367
6dd24dfa
KS
13682013-03-13 Keith Seitz <keiths@redhat.com>
1369
1370 * gdb.texinfo (Maintenance Commands): Add missing ')' for
1371 "maint agent" reference to Dynamic printf.
1372
5c4808ca
EZ
13732013-03-11 Eli Zaretskii <eliz@gnu.org>
1374
1375 * gdb.texinfo (General Query Packets): Don't use colon in index
1376 entries visible to Info format.
1377
59ea5688
MM
13782013-03-11 Markus Metzger <markus.t.metzger@intel.com>
1379
1380 * gdb.texinfo (Process Record and Replay): Document record
1381 changes.
1382
2ae8c8e7
MM
13832013-03-11 Markus Metzger <markus.t.metzger@intel.com>
1384
1385 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
1386 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
1387 qXfer:btrace:read.
1388
28abe188
EZ
13892013-03-09 Eli Zaretskii <eliz@gnu.org>
1390
1391 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
1392 use colons in @anchor and @cindex entries.
1393
be9a119c 13942013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
6790eb9f
HAQ
1395
1396 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
1397
be9a119c 13982013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
1399 Hafiz Abid Qadeer <abidh@codesourcery.com>
1400
1401 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1402 trace-buffer-size set and show commands.
1403 (Tracepoint Packets): Document QTBuffer:size.
1404 (General Query Packets): Document QTBuffer:size.
1405
d57350ea
TT
14062013-02-21 Tom Tromey <tromey@redhat.com>
1407
1408 * gdb.texinfo: Remove bad @syncodeindex.
1409 (Values From Inferior, Types In Python, Inferiors In Python)
1410 (Events In Python, Threads In Python, Frames In Python, Blocks In
1411 Python, Symbols In Python, Symbol Tables In Python): Remove
1412 @tables.
1413 (Packets, General Query Packets, Tracepoint Packets)
1414 (Host I/O Packets): Use @w{} for empty @item.
1415
9f44fbc0
SCR
14162013-02-20 Siva Chandra Reddy <sivachandra@google.com>
1417
1418 * gdb.texinfo (Architectures In Python): Add description about
1419 the new method gdb.Architecture.disassemble.
1420
f5911ea1
HAQ
14212013-02-15 Pedro Alves <pedro@codesourcery.com>
1422 Hafiz Abid Qadeer <abidh@codesourcery.com>
1423
1424 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
1425 Document the "trace-file" field.
1426
7e1e0340
DE
14272013-02-07 Doug Evans <dje@google.com>
1428
1429 * gdb.texinfo (Machine Code): Clarify argument to disassemble
1430 command.
1431
134a2066
YQ
14322013-02-06 Yao Qi <yao@codesourcery.com>
1433
1434 * gdb.texinfo (GDB/MI Async Records): Document new MI
1435 notification "=tsv-modified". Update the document of MI
1436 notification "=tsv-created".
1437 * observer.texi (GDB Observers): New observer tsv_modified.
1438 Update observer tsv_created and tsv_delete.
1439
430ed3f0
MS
14402013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
1441
1442 * gdb.texinfo (AArch64 Features): New section; document
1443 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
1444 (Architectures): Add new AArch64 section to document AArch64
1445 architecture specific commands.
1446 (ABI): Add description of the new OS ABI "Newlib" and its influence
1447 on the longjmp handling.
1448
1b56eb55
JK
14492013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
1450 Jan Kratochvil <jan.kratochvil@redhat.com>
1451
1452 * gdb.texinfo (Backtrace): Added description of 'filename-display'
1453 variable in 'set/show backtrace' section.
1454
c4957902
TT
14552013-01-31 Tom Tromey <tromey@redhat.com>
1456
1457 * gdb.texinfo (Target Commands): Fix typo.
1458
bea883fd
SCR
14592013-01-23 Siva Chandra Reddy <sivachandra@google.com>
1460
1461 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
1462 describing the gdb.Architecture class.
1463 (Frames In Python): Add description about the new method
1464 gdb.Frame.architecture().
1465
796a7ff8
DE
14662013-01-23 Doug Evans <dje@google.com>
1467
1468 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
1469
998580f1
MK
14702013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
1471
1472 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
1473 'thread-groups' field when printing a breakpoint in MI.
1474
c9fb1240
SD
14752012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
1476 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
1477 to reflect that jit-reader-load now supports absolute file-names.
1478
ab04a2af
TT
14792013-01-16 Tom Tromey <tromey@redhat.com>
1480
1481 * gdb.texinfo (Set Catchpoints): Document "catch signal".
1482 (Signals): Likewise.
1483
8ac3646f
TT
14842013-01-16 Tom Tromey <tromey@redhat.com>
1485
1486 * gdb.texinfo (GDB/MI Breakpoint Information): Document
1487 "catch-type" field.
1488 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
1489
e93a8774
TT
14902013-01-07 Tom Tromey <tromey@redhat.com>
1491
1492 * gdb.texinfo (Mode Options): Don't mention -epoch.
1493 (Data, Emacs): Remove obsolete comments.
1494
54516a0b
TT
14952013-01-02 Tom Tromey <tromey@redhat.com>
1496
1497 * gdb.texinfo (GDB/MI Output Records): Update menu.
1498 (GDB/MI Breakpoint Information): New node.
1499 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
1500 <-break-insert>: Likewise.
1501
8dbe8ece
YQ
15022012-12-31 Yao Qi <yao@codesourcery.com>
1503
1504 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
1505 (Packets): Move "vStopped" packet to ...
1506 (Notification Packets): ... here. Describe the components
1507 of notification. Add a table of supported notifications.
1508 Add an example on the process of he async notification.
1509
f35a17b5
JK
15102012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1511
1512 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
1513 present.
1514 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
1515 fullname output always present.
1516
0dfd2fad
PM
15172012-12-23 Pierre Muller <muller@sourceware.org>
1518
1519 * gdbint.texinfo (Function prototypes): Require use of "extern"
1520 modifier for function prototypes in headers.
1521
7785b880
JB
15222012-12-19 Joel Brobecker <brobecker@adacore.com>
1523
1524 * refcard.tex: Update copyright notice to GPL v3 or later.
1525 Update contact info.
1526
3d745be3
JK
15272012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1528
1529 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
1530
c9b6281a
YQ
15312012-12-15 Yao Qi <yao@codesourcery.com>
1532
1533 * gdb.texinfo (Debugging Output): Document 'set debug
1534 notification' and 'show debug notification'.
1535
f2a8bc8a
YQ
15362012-12-15 Yao Qi <yao@codesourcery.com>
1537
1538 * gdb.texinfo (Listing Tracepoints): New item and example about
1539 'installed on target' output.
1540 Add more in the example about 'installed on target'.
1541 (GDB/MI Breakpoint Commands): Doc about 'installed field.
1542
451b7c33
TT
15432012-12-14 Tom Tromey <tromey@redhat.com>
1544
1545 * gdb.texinfo (SVR4 Process Information): Mention core files.
1546
3fa7bf06
MG
15472012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
1548
1549 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
1550
05b4bd79
PA
15512012-12-11 Pedro Alves <palves@redhat.com>
1552
1553 * gdb.texinfo: Remove all mentions of Unixware throughout.
1554
74a0d9f6
JK
15552012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1556
1557 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
1558
0c631110
TT
15592012-11-29 Tom Tromey <tromey@redhat.com>
1560
1561 * gdb.texinfo (SVR4 Process Information): Document missing
1562 "info proc" subcommands.
1563
891df0ea
YQ
15642012-11-29 Yao Qi <yao@codesourcery.com>
1565
1566 PR gdb/1477.
1567 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
1568 to 'auto' instead of 'gnu'.
1569
608e2dbb
TT
15702012-11-26 Tom Tromey <tromey@redhat.com>
1571
1572 * gdb.texinfo (MiniDebugInfo): New node.
1573 (GDB Files): Update.
1574
e64e0392
DE
15752012-11-16 Doug Evans <dje@google.com>
1576
1577 * gdb.texinfo (System-wide configuration): If the system-wide init
1578 file lives in the data-directory, and --data-directory is provided,
1579 look for it there.
1580
ae606bee
TT
15812012-11-15 Tom Tromey <tromey@redhat.com>
1582
1583 * gdb.texinfo (Signaling): Fix typo.
1584
62747a60
TT
15852012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
1586
1587 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
1588 parameter "count" of -data-write-memory-bytes, and add an example.
1589
18a9fc12
TT
15902012-11-12 Tom Tromey <tromey@redhat.com>
1591
1592 * gdb.texinfo (Symbols): Document "info type-printers",
1593 "enable type-printer" and "disable type-printer".
1594 (Python API): Add new node to menu.
1595 (Type Printing API): New node.
1596 (Progspaces In Python): Document type_printers field.
1597 (Objfiles In Python): Likewise.
1598 (gdb.types) <get_type_recognizers, apply_type_recognizers,
1599 register_type_printer, TypePrinter>: Document.
1600
53342f27
TT
16012012-11-12 Tom Tromey <tromey@redhat.com>
1602
1603 * gdb.texinfo (Symbols): Document "set print type methods",
1604 "set print type typedefs", and flags to ptype and whatis.
1605
ed8a1c2d
AB
16062012-11-09 Andrew Burgess <aburgess@broadcom.com>
1607
1608 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
1609 the example -data-disassemble output. Extend the description of
1610 the -data-disassemble results to document all fields. Document
1611 the cli disassemble command as being related to -data-disassemble.
1612
8506d139
YQ
16132012-11-09 Yao Qi <yao@codesourcery.com>
1614
1615 PR gdb/14777.
1616 * gdb.texinfo (OS Information): Remove doc on command
1617 'info udot'.
1618
4d3f93a2
JB
16192012-11-08 Joel Brobecker <brobecker@adacore.com>
1620
1621 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
1622 gdb.ini warning for Windows port.
1623
1e96de83
YQ
16242012-11-08 Yao Qi <yao@codesourcery.com>
1625
1626 * gdb.texinfo (Search): Add kindex for 'fo'.
1627
dc939229
TT
16282012-11-05 Tom Tromey <tromey@redhat.com>
1629
1630 PR python/14802:
1631 * gdb.texinfo (Functions In Python): Add example.
1632
6f6484cd
YQ
16332012-11-03 Yao Qi <yao@codesourcery.com>
1634
1635 * observer.texi (GDB Observers): Remove observer
1636 'tracepoint_modified', 'tracepoint_created' and
1637 'tracepoint_deleted'.
1638
af4238e5
TT
16392012-10-26 Tom Tromey <tromey@redhat.com>
1640
1641 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
1642
687e43a4
TT
16432012-10-25 Tom Tromey <tromey@redhat.com>
1644
1645 * gdb.texinfo (General Query Packets): Use @itemx.
1646
8de0566d
YQ
16472012-10-17 Yao Qi <yao@codesourcery.com>
1648
1649 * observer.texi (GDB Observers): Update observer
1650 'memory_changed'.
1651 * gdb.texinfo (GDB/MI Async Records): Document for
1652 "memory-changed" notification.
1653
07540c15
DE
16542012-10-15 Doug Evans <dje@google.com>
1655
1656 * gdb.texinfo (Mode Options): Document -nh.
1657 Elaborate on docs for -nx.
1658
d7019589
SP
16592012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
1660
1661 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
1662
82a90ccf
YQ
16632012-09-21 Yao Qi <yao@codesourcery.com>
1664 Pedro Alves <palves@redhat.com>
1665
1666 * gdb.texinfo (GDB/MI Async Records): Document notification
1667 'record-started' and 'record-stopped'.
1668 * observer.texi (GDB Observers): New observer 'record-changed'.
1669
aa9259cc
TS
16702012-09-19 Thomas Schwinge <thomas@codesourcery.com>
1671
1672 * gdb.texinfo: Document the removal of SH's 'regs' command.
1673
c1d780c2
SDJ
16742012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1675
1676 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
1677
bb25a15c
YQ
16782012-09-18 Yao Qi <yao@codesourcery.com>
1679
1680 * gdb.texinfo (GDB/MI Async Records): Document new MI
1681 notifications '=tsv-created' and '=tsv-deleted'.
1682 * observer.texi (GDB Observers): New observer tsv_created and
1683 tsv_deleted.
1684
201b4506
YQ
16852012-09-18 Yao Qi <yao@codesourcery.com>
1686
1687 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
1688 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
1689 '=traceframe-changed'.
1690
6fc1c773
YQ
16912012-09-17 Yao Qi <yao@codesourcery.com>
1692
1693 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
1694 'set listsize'.
1695
121c73f3
JK
16962012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1697 Eli Zaretskii <eliz@gnu.org>
1698
1699 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
1700 encoding for gdbarch_breakpoint_from_pc, bp_addr for
1701 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
1702
e9687799
JK
17032012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1704
1705 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
1706
3b5e4d35
YPK
17072012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
1708
1709 Document how to return from "python-interactive" to GDB.
1710 * gdb.texinfo (Python Commands): Update documentation.
1711
17122012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
1713
1714 Add a new "python-interactive" command that starts a standard
1715 Python interactive prompt with "pi" as alias, and add "py" as
1716 an alias to "python".
1717 * gdb.texinfo (Python Commands): Document the new commands.
1718
b583003e
TT
17192012-08-22 Tom Tromey <tromey@redhat.com>
1720
1721 * gdbint.texinfo (Host Definition): Remove documentation for
1722 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
1723
a451cb65
KS
17242012-08-17 Keith Seitz <keiths@redhat.com>
1725
1726 PR c++/13356
1727 * gdb.texinfo (Type and Range Checking): Remove warning.
1728 Remove spurious commas.
1729 Update text and examples for re-implementation of set/show
1730 check type.
1731 (C and C++ Type and Range Checks): Likewise.
1732
6b1755ce
YQ
17332012-08-16 Yao Qi <yao@codesourcery.com>
1734
1735 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
1736 is deprecated.
1737
f47f77df
DE
17382012-08-13 Doug Evans <dje@google.com>
1739
1740 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
1741 to include functions.
1742
a72c3253
DE
17432012-08-10 Doug Evans <dje@google.com>
1744
1745 * gdb.texinfo (Convenience Funs): New node.
1746 (Types In Python): Document Type.vector.
1747
5b9afe8a
YQ
17482012-08-09 Yao Qi <yao@codesourcery.com>
1749
1750 * observer.texi: New observer command_param_changed.
1751 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
1752
dc1039df
JK
17532012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1754
1755 * gdbint.texinfo (Debugging GDB): In section
1756 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
1757 Mention also gdb-gdb.py.
1758
4abf930d
YQ
17592012-08-07 Yao Qi <yao@codesourcery.com>
1760
1761 Revert the folloing patch:
1762 2012-08-06 Yao Qi <yao@codesourcery.com>
1763 * gdb.texinfo (Remote Configuration): Add kindex for 'set
1764 remote hardware-watchpoint-limit' and 'set
1765 remote hardware-breakpoint-limit'.
1766
f3c8a52a
JK
17672012-08-06 Nathaniel Flath <flat0103@gmail.com>
1768
1769 * gdb.texinfo (Working Directory): Added information about new
1770 default argument for 'cd' command.
1771
77a91025
YQ
17722012-08-06 Yao Qi <yao@codesourcery.com>
1773
1774 * gdb.texinfo (Remote Configuration): Add kindex for 'set
1775 remote hardware-watchpoint-limit' and 'set
1776 remote hardware-breakpoint-limit'.
1777
d9f08f52
YQ
17782012-08-06 Yao Qi <yao@codesourcery.com>
1779
1780 Fix PR14371.
1781
1782 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
1783 '=breakpoint-deleted'.
1784
95b07c96
YQ
17852012-08-02 Yao Qi <yao@codesourcery.com>
1786
1787 * gdb.texinfo (Native): Remove node Neutrino.
1788
7255706c
YQ
17892012-07-27 Yao Qi <yao@codesourcery.com>
1790
1791 * gdb.texinfo (IPA Protocol Commands): Document new command
1792 'close'.
1793
d6b28940
TT
17942012-07-25 Tom Tromey <tromey@redhat.com>
1795
1796 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
1797
e615022a
DE
17982012-07-20 Doug Evans <dje@google.com>
1799
1800 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
1801 (Index Files): Document how to control the use of deprecated index
1802 sections.
1803 (Index Section Format): Replace --use-deprecated-index-sections with
1804 "set use-deprecated-index-sections on".
1805
055855a4
EZ
18062012-07-12 Eli Zaretskii <eliz@gnu.org>
1807
1808 * gdbint.texinfo: Remove @syncodeindex directives that put all the
1809 indices into a single node "Index". Instead, join function and
1810 variable indices into a single index, separate from the concept
1811 index. Requested in
1812 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
1813 (Top): Update the top-level menu: instead of one "Index" there are
1814 now separate entries "Concept Index" and "Function and Variable
1815 Index".
1816 (Concept Index, Function and Variable Index): New nodes.
1817 (Index): Node deleted.
1818
f77cc5f0
HZ
18192012-07-05 Hui Zhu <hui_zhu@mentor.com>
1820
1821 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
1822 and "maint agent-eval".
1823
00595b5e
EZ
18242012-07-03 Eli Zaretskii <eliz@gnu.org>
1825
1826 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
1827 avoid file-name clashes between Index.html and index.html on
1828 case-insensitive filesystems. See the discussion starting in
1829 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
1830 details of the problem.
1831 (Top): Update the master menu for the above.
1832 (Concept Index, Command and Variable Index): New nodes, instead of
1833 the old "Index" node that was deleted. All cross-references
1834 updated.
1835
d3ce09f5
SS
18362012-07-02 Stan Shebs <stan@codesourcery.com>
1837
1838 * gdb.texinfo (Dynamic Printf): Mention agent style and
1839 disconnected dprintf.
1840 (Maintenance Commands): Describe maint agent-printf.
1841 (General Query Packets): Mention BreakpointCommands feature.
1842 (Packets): Document commands extension to Z0 packet.
1843 * agentexpr.texi (Bytecode Descriptions): Document printf
1844 bytecode.
1845
2d7b58e8
JK
18462012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1847
1848 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
1849 only after gdbinit files.
1850 (Startup): Move -iex and -iex commands down after gdbinit files.
1851
202cbf1c
JK
18522012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1853
1854 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
1855 possibility.
1856
b6ba681c
TT
18572012-06-29 Tom Tromey <tromey@redhat.com>
1858
1859 * gdb.texinfo (Index Section Format): Update for version 7.
1860
71caed83
SS
18612012-06-28 Stan Shebs <stan@codesourcery.com>
1862
1863 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
1864 example, add note about title column.
1865
ee0bf529
SCR
18662012-06-26 Siva Chandra Reddy <sivachandra@google.com>
1867
1868 * gdb.texinfo (Symbol Tables In Python): Add description about
1869 the new 'last' attribute of gdb.Symtab_and line.
1870
3c15d565
SCR
18712012-06-26 Siva Chandra Reddy <sivachandra@google.com>
1872
1873 * gdb.texinfo (Symbol Tables In Python): Correct the description
1874 of the 'pc' attribute of gdb.Symtab_and_line.
1875
45cfd468
DE
18762012-06-26 Doug Evans <dje@google.com>
1877
1878 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
1879 and symtab-create.
1880
496ee73e
KS
18812012-06-25 Keith Seitz <keiths@redhat.com>
1882
1883 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
1884 from example. Remove "rbreak" from list of corresponding
1885 gdb commands.
1886
156942c7
DE
18872012-06-23 Doug Evans <dje@google.com>
1888
1889 * gdb.texinfo (Index Section Format): Document version 7 format.
1890
c614397c
YQ
18912012-06-22 Yao Qi <yao@codesourcery.com>
1892
1893 * gdb.texinfo: Add missing cindex for some packets.
1894
472a2379
KS
18952012-06-20 Keith Seitz <keiths@redhat.com>
1896
1897 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
1898 for -break-insert and document -p.
1899
2678e2af
YQ
19002012-06-20 Yao Qi <yao@codesourcery.com>
1901
1902 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
1903 and "gdb.write_memory" with "Inferior.read_memory" and
1904 "Inferior.write_memory".
1905
984359d2
EZ
19062012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
1907
1908 * gdb.texinfo (Summary): Add a link to "Free Documentation".
1909 (Free Documentation): Add @node line.
1910 (Continuing and Stepping) <advance location>: Use @item instead of
1911 @itemx.
1912 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
1913 @itemx.
1914 (Embedded Processors): Put the link to "PA" to its correct place,
1915 according to document structure.
1916 (Python API): Put the link to "Lazy Strings In Python" to its
1917 correct place.
1918 (Index): Use @@ in @tex block to get a literal @.
1919
1920 * gdbint.texinfo: Fix the @subtitle line.
1921
1922 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
1923 correct place.
1924
16bdd41f
YQ
19252012-06-08 Yao Qi <yao@codesourcery.com>
1926
1927 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
1928 Protocol'.
1929 (In-Process Agent Protocol, IPA Protocol Objects)
1930 (IPA Protocol Commands): New nodes.
1931 (Tracepoint Packets): Add anchors.
1932
2d4c29c5
TS
19332012-06-06 Thomas Schwinge <thomas@codesourcery.com>
1934
1935 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
1936
6bd110c5
YQ
19372012-06-06 Yao Qi <yao@codesourcery.com>
1938
1939 * gdb.texinfo: Update copyright year.
1940
f3e0e960
SS
19412012-05-23 Stan Shebs <stan@codesourcery.com>
1942 Kwok Cheung Yeung <kcy@codesourcery.com>
1943
1944 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
1945
1564a261
JK
19462012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1947
1948 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
1949 Mention also --with-separate-debug-dir.
1950 (Auto-loading): Prepend $debugdir in the sample output.
1951 (Auto-loading safe path): Likewise. Mention also $debugdir for the
1952 auto-load safe-path variable.
1953 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
1954 Mention also $debugdir for 'set auto-load scripts-directory'.
1955
eb17f351
EZ
19562012-05-19 Eli Zaretskii <eliz@gnu.org>
1957
1958 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
1959 (MIPS Embedded, MIPS, MIPS Register packet Format)
1960 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
1961 appropriate.
1962
4cc0665f
MR
19632012-05-18 Sandra Loosemore <sandra@codesourcery.com>
1964 Maciej W. Rozycki <macro@codesourcery.com>
1965
1966 * gdb.texinfo (MIPS): Document "set mips compression" and "show
1967 mips compression".
1968 (MIPS Breakpoint Kinds): New subsubsection.
1969
7af8dcf8 19702012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
1971
1972 * gdb.texinfo (Architecture-Specific Protocol Details): Define
1973 nodes for subsections. Add @acronym mark-ups and adjust
1974 formatting.
1975
aff139ff
JK
19762012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1977
1978 Rename $ddir to $datadir.
1979 * gdb.texinfo (Auto-loading, Auto-loading safe path)
1980 (objfile-gdb.py file): Rename $ddir to $datadir.
1981
9cb709b6
TT
19822012-05-18 Tom Tromey <tromey@redhat.com>
1983
1984 * gdb.texinfo (Print Settings): Document 'set print symbol'.
1985
e7e0cddf
SS
19862012-05-14 Stan Shebs <stan@codesourcery.com>
1987
1988 * gdb.texinfo (Dynamic Printf): New subsection.
1989
7efc75aa
SCR
19902012-05-13 Siva Chandra Reddy <sivachandra@google.com>
1991
1992 * gdb.texinfo (Basic Python): Add description about the function
1993 gdb.find_pc_line
1994
f307c045
JK
19952012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1996 Eli Zaretskii <eliz@gnu.org>
1997
1998 * gdb.texinfo (Separate Debug Files): Use plural form for global
1999 debugging information directory.
2000
85d4a676
SS
20012012-05-11 Stan Shebs <stan@codesourcery.com>
2002 Kwok Cheung Yeung <kcy@codesourcery.com>
2003
2004 * gdb.texinfo (Operating System Auxiliary Information): Document new
2005 'info os' subcommands.
2006
c1668e4e
JK
20072012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2008
2009 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
2010 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
2011 (dotdebug_gdb_scripts section): Add reference
2012 to 'Auto-loading safe path'.
2013
7349ff92
JK
20142012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2015
2016 Implement multi-component --with-auto-load-dir.
2017 * gdb.texinfo (Auto-loading): New references
2018 for 'set auto-load scripts-directory'
2019 and 'show auto-load scripts-directory'.
2020 (Auto-loading safe path): Describe the new default. Move $ddir
2021 substituation reference to 'objfile-gdb.py file'.
2022 (objfile-gdb.py file): Describe script-name alias. Change real-name to
2023 script-name. Describe new 'set auto-load scripts-directory'
2024 and 'show auto-load scripts-directory'.
2025
6dea1fbd
JK
20262012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2027
2028 Provide $ddir substitution for --with-auto-load-safe-path.
2029 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
2030 (Auto-loading safe path): Likewise. Mention the default value,
2031 $ddir substitution, --with-auto-load-safe-path and
2032 --without-auto-load-safe-path.
2033 * observer.texi (gdb_datadir_changed): New.
2034
1ccacbcd
JK
20352012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2036
2037 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
2038 Twice.
2039
d9242c17
JK
2040 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
2041 directory separator by path separator.
2042
af2c1515
JK
20432012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2044
2045 * gdb.texinfo (Auto-loading safe path): Make 'directories'
2046 for 'set auto-load safe-path' optional. Mention if it is omitted.
2047 Change disabling security protection condition to "/", twice.
2048
a20ee7a4
SCR
20492012-05-03 Siva Chandra Reddy <sivachandra@google.com>
2050
2051 * gdb.texinfo (Symbol Tables In Python): Add documentation about
2052 the new methods global_block and static_block on gdb.Symtab
2053 objects.
2054
56af09aa
SCR
20552012-05-02 Siva Chandra Reddy <sivachandra@google.com>
2056
2057 * gdb.texinfo (Blocks In Python): Add a note saying that future
2058 improvements to GDB and its infrastructure can move symbols
2059 across blocks within a symbol table.
2060
2746b0ef
YQ
20612012-04-29 Yao Qi <yao@codesourcery.com>
2062
2063 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
2064 (A29K): Remove.
2065
62e5f89c
SDJ
20662012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
2067 Tom Tromey <tromey@redhat.com>
2068
2069 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
2070 and generic static probe support on GDB.
2071
a766d390
DE
20722012-04-25 Doug Evans <dje@google.com>
2073
50f042b9
DE
2074 * gdb.texinfo (Go): Fix thinko.
2075
a766d390
DE
2076 * gdb.texinfo (Supported Languages): Add Go.
2077 (Go): New node.
2078
f02e2b19
YQ
20792012-04-25 Yao Qi <yao@codesourcery.com>
2080
2081 * gdbint.texinfo (Testsuite): New section `Board settings'.
2082
68d41a48
JK
20832012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2084
2085 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
2086 Three times.
2087
174bb630
JK
2088 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
2089 Three times.
2090
0511cc75
JK
20912012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2092
2093 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
2094 by @table @asis. Fix formatting of one item.
2095
0070f25a
JK
20962012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2097
2098 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
2099
4dc84fd1
JK
21002012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2101
2102 New option "set debug auto-load".
2103 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
2104 (auto-load verbose mode): New node.
2105
bccbefd2
JK
21062012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2107
2108 New option "set auto-load safe-path".
2109 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
2110 and "info auto-load" examples for safe-path. Put there also references
2111 for "set auto-load safe-path" and "show auto-load safe-path".
2112 New menu item for Auto-loading safe path.
2113 (Auto-loading safe path): New node.
2114 (Python Auto-loading): Update the expected output from "Missing"
2115 to "No".
2116
bf88dd68
JK
21172012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2118
2119 auto-load: Implementation.
2120 * gdb.texinfo (Mode Options): New anchor for -nx.
2121 (Startup): New anchors for Option -init-eval-command,
2122 Home Directory Init File
2123 and Init File in the Current Directory during Startup.
2124 Mention set auto-load local-gdbinit with a reference.
2125 Change the sample code to "set auto-load python-scripts".
2126 (Threads): New anchor set libthread-db-search-path.
2127 Provide references to libthread_db.so.1 file.
2128 (Controlling GDB): New menu item for Auto-loading.
2129 (Auto-loading, Init File in the Current Directory)
2130 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
2131 (Python): Rename the menu item Auto-loading to Python Auto-loading.
2132 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
2133 reference.
2134 (Auto-loading): Rename to ...
2135 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
2136 "set auto-load python-scripts", new anchor for it. Change
2137 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
2138 for it. Change "info auto-load-scripts"
2139 to "info auto-load python-scripts", new anchor for it. Change "scripts"
2140 to "Python scripts".
2141
8264ba82
AG
21422012-04-14 Anton Gorenkov <xgsa@yandex.ru>
2143
2144 PR mi/13393
2145 * gdb.texinfo (Print Settings): Extend the description for "set print
2146 object".
2147 (GDB/MI Variable Objects): Extend the description for -var-create and
2148 -var-list-children.
2149
06fc020f
SCR
21502012-04-11 Siva Chandra Reddy <sivachandra@google.com>
2151
2152 * gdb.texinfo (Examining Data): Document the 'explore' command.
2153
7191c139
JB
21542012-03-28 Joel Brobecker <brobecker@adacore.com>
2155
2156 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
2157 to the children of a varobj and its update range when -var-update
2158 returns that the varobj's type changed.
2159
3708f05e
JK
21602012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2161
2162 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
2163 Create two new links fir 'objfile-gdb.py file'
2164 and 'dotdebug_gdb_scripts section'.
2165
8e0583c8
JK
21662012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2167
2168 * gdb.texinfo (Auto-loading): Rename node reference
2169 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
2170 Twice.
2171 (.debug_gdb_scripts section): Rename the node ...
2172 (dotdebug_gdb_scripts section): ... here.
2173 (Maintenance Commands): Also rename this node reference.
2174
7b282c5a
SCR
21752012-03-22 Siva Chandra Reddy <sivachandra@google.com>
2176
2177 * gdb.texinfo (Python API/Values From Inferior): Add description
2178 about the new method Value.referenced_value. Add description on
2179 how Value.dereference is different (and similar) to
2180 Value.referenced_value.
2181
8320cc4f
JK
21822012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2183
2184 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
2185 --init-eval-command=COMMAND, -iex.
2186 (Startup): Describe -iex and -ix. Simplify the example
2187 for "set auto-load-scripts off".
2188
481860b3
GB
21892012-03-16 Gary Benson <gbenson@redhat.com>
2190
2191 PR breakpoints/10738
2192 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
2193 stating that GDB cannot set breakpoints on inlined functions.
2194 (Mode Options): Document --use-deprecated-index-sections.
2195 (Index Section Format): Document new index section version format.
2196
c4aeac85
TT
21972012-03-15 Tom Tromey <tromey@redhat.com>
2198
2199 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
2200
16899756
DE
22012012-03-13 Doug Evans <dje@google.com>
2202
2203 * gdb.texinfo (Help): Change apropos example to use "alias" instead
2204 of "reload".
2205 (Symbols): Delete docs for set/show symbol-reloading.
2206 * gdbint.texinfo (Defining Other Architecture Features): Delete
2207 SYMBOL_RELOADING_DEFAULT.
2208 * refcard.tex: Delete reference to symbol-reloading.
2209
9b224c5e
PA
22102012-03-07 Pedro Alves <palves@redhat.com>
2211
2212 * gdb.texinfo (General Query Packets): Document new
2213 QProgramSignals packet.
2214 * gdb.texinfo (Remote configuration): Mention
2215 "program-signals-packet".
2216
169081d0
TG
22172012-03-05 Tristan Gingold <gingold@adacore.com>
2218
2219 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
2220
d1feda86
YQ
22212012-03-03 Yao Qi <yao@codesourcery.com>
2222
2223 * gdb.texinfo (In-Process Agent): New node.
2224 Document new commands.
2225 (General Query Packets): Add packet `QAgent'.
2226
1faeff08
MR
22272012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
2228
2229 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
2230
7d74f244
DE
22312012-03-01 Scott J. Goldman <scottjg@vmware.com>
2232
2233 * gdb.texinfo (Commands In Python): Put example python macro in
2234 COMMAND_USER category rather than COMMAND_OBSCURE.
2235 Document gdb.COMMAND_USER.
2236 (User-defined Commands): Update documentation to clarify
2237 "set/show max-user-call-depth" and "show user" don't apply to python
2238 commands. Update documentation to clarify "help user-defined" may
2239 also include python commands defined as COMMAND_USER.
2240
6fe37d23
JK
22412012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2242
2243 * gdb.texinfo (Startup): Add option -ex description to the option -x
2244 description.
2245
83364271
LM
22462012-02-24 Luis Machado <lgustavo@codesourcery.com>
2247
2248 * gdb.texinfo (Setting Breakpoints): Mention and explain the
2249 condition-evaluation breakpoint parameter.
2250 Mention condition-evaluation mode being shown in "info break".
2251 (Break Conditions): Add description for target-side
2252 conditional breakpoints.
2253 (Remote Configuration): Mention conditional-breakpoints-packet.
2254 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
2255 cond-expr.
2256 (General Query Packets): Mention new ConditionalBreakpoint feature.
2257
bdb1994d
TT
22582012-02-22 Tom Tromey <tromey@redhat.com>
2259
2260 * gdb.texinfo (Blocks In Python): Clarify block iteration.
2261
4d241c86
TT
22622012-02-17 Tom Tromey <tromey@redhat.com>
2263
2264 PR python/10753:
2265 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
2266 directory.
2267
816338b5
SS
22682012-02-14 Stan Shebs <stan@codesourcery.com>
2269
2270 * gdb.texinfo (Disabling Breakpoints): Document enable count.
2271
cc30c4bd
PA
22722012-02-13 Pedro Alves <palves@redhat.com>
2273
2274 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
2275 mips-idt-ecoff.
2276
035d1e5b
YQ
22772012-02-09 Yao Qi <yao@codesourcery.com>
2278
2279 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
2280
f0823d2c
TT
22812012-02-07 Tom Tromey <tromey@redhat.com>
2282
2283 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
2284 Symbol.value.
2285
64e7d9dd
TT
22862012-02-07 Tom Tromey <tromey@redhat.com>
2287
2288 * gdb.texinfo (Symbols In Python): Document Symbol.line.
2289
4220b2f8
TS
22902012-01-27 Thomas Schwinge <thomas@codesourcery.com>
2291
2292 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
2293
edcc5120
TT
22942012-01-24 Tom Tromey <tromey@redhat.com>
2295
2296 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
2297 unload".
2298 (Files): Mention new catch commands.
2299 (GDB/MI Async Records): Likewise.
2300
53fe1783
GB
23012012-01-24 Gary Benson <gbenson@redhat.com>
2302
2303 Delete #if 0'd out code.
2304 * gdb.texinfo (Frame Info): Remove "info catch".
2305
b9e7b9c3
UW
23062012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
2307
2308 * gdb.texinfo (Remote Configuration): Document
2309 "set remote hostio-readlink-packet" command.
2310 (General Query Packets): Document vFile:readlink packet.
2311
4aac40c8
TT
23122012-01-16 Tom Tromey <tromey@redhat.com>
2313
2314 * gdb.texinfo (Specify Location): Document relative file name
2315 handling.
2316
cafec441
TT
23172012-01-16 Tom Tromey <tromey@redhat.com>
2318
2319 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
2320
0ee339bc
JK
23212012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2322 Eli Zaretskii <eliz@gnu.org>
2323
2324 * gdbint.texinfo (Coding Standards): Require braces for two lines of
2325 code.
2326
72384ba3
PH
23272012-01-11 Paul Hilfinger <hilfingr@adacore.com>
2328
2329 * gdb.texinfo (Variables): Document use of :: for non-static
2330 variables.
2331
ce1b17c4
JB
23322012-01-05 Joel Brobecker <brobecker@adacore.com>
2333
2334 * gdbint.texinfo (Start of New Year Procedure): Update
2335 to replace use of copyright.sh by use of copyright.py.
2336
217bff3e
JK
23372012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2338
2339 Remove the gdbtui binary.
2340 * all-cfg.texi (GDBTUI): Remove.
2341 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
2342 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
2343 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
2344
cc72b2a2
KP
23452011-12-23 Kevin Pouget <kevin.pouget@st.com>
2346
2347 Introduce gdb.FinishBreakpoint in Python.
2348 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
2349 (Python API): Add menu entry for Finish Breakpoints.
2350
13ac8d2c
JK
23512011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2352
2353 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
2354 tests.
2355
e0f9f062
DE
23562011-12-16 Doug Evans <dje@google.com>
2357
2358 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
2359
80b6e756
PM
23602011-12-16 Phil Muldoon <pmuldoon@redhat.com>
2361
1c3ad6ab 2362 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
2363 stack". Add documentation for "set/show python print-stack".
2364
2fb860fc
PA
23652011-12-14 Pedro Alves <pedro@codesourcery.com>
2366
2367 * gdb.texinfo (Implementing a Remote Stub): Explain that you
2368 should transfer control to the stub in the startup code instead of
2369 in main. Mention the need to get past the initial breakpoint.
2370
f8eba3c6
TT
23712011-12-06 Tom Tromey <tromey@redhat.com>
2372
2373 * gdb.texinfo (Set Breaks): Update for new behavior.
2374
2268b414
JK
23752011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2376
2377 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
2378 List Format for SVR4 Targets'.
2379 (General Query Packets): New item qXfer:libraries-svr4:read.
2380 (Library List Format for SVR4 Targets): New node.
2381
ae6f0d5b
TT
23822011-12-01 Tom Tromey <tromey@redhat.com>
2383
2384 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
2385 add.
2386
36dfb11c
TT
23872011-11-22 Tom Tromey <tromey@redhat.com>
2388
2389 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
2390 reasons.
2391
f196051f
SS
23922011-11-20 Stan Shebs <stan@codesourcery.com>
2393
2394 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2395 note-related options and variables.
2396 (Tracepoint Packets): Document packet changes.
2397
f85b53f8
SD
23982011-11-20 Sanjoy Das <sdas@igalia.com>
2399
2400 * gdb.texinfo (JIT Interface): Add documentation on writing and
2401 usind JIT debug info readers.
2402 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
2403 Debug Info Readers): New nodes.
2404
bfccc43c
YQ
24052011-11-18 Yao Qi <yao@codesourcery.com>
2406
2407 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
2408 tracepoint.
2409
c011a4f4
DE
24102011-11-15 Doug Evans <dje@google.com>
2411
2412 * gdb.texinfo (Files): Document basenames-may-differ.
2413
ed59ded5
DE
24142011-11-14 Doug Evans <dje@google.com>
2415
2416 * gdb.texinfo (Shell Commands): Document "!".
2417
405f8e94
SS
24182011-11-14 Stan Shebs <stan@codesourcery.com>
2419 Kwok Cheung Yeung <kcy@codesourcery.com>
2420
2421 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
2422 needed to get shorter fast tracepoints.
2423 (Tracepoint Packets): Document new qTMinFTPILen packet.
2424
1e4d1764
YQ
24252011-11-14 Yao Qi <yao@codesourcery.com>
2426
2427 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
2428 behavior of tracepoint.
2429 (General Query Packets): New feature InstallInTrace.
2430 (Remote Configuration): Document "set remote
2431 install-in-trace-packet".
2432
71eba9c2 24332011-11-12 Matt Rice <ratmice@gmail.com>
2434
2435 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
2436 Add arguments to info macro.
2437
e0f8f636
TT
24382011-11-10 Tom Tromey <tromey@redhat.com>
2439
2440 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
2441 manual.
2442 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
2443 (Macros): Add a footnote.
2444 (C): Remove paragraph about compiler options.
2445 (C Constants): Mention wide character and string constants.
2446 (C Plus Plus Expressions): Update compiler option advice. Mention
2447 using declarations. Mention ADL. Remove old HP compiler
2448 information.
2449
625c0d47
TT
24502011-11-10 Tom Tromey <tromey@redhat.com>
2451
2452 PR c++/9257:
2453 * gdb.texinfo (Print Settings): Add an extra note about the need
2454 for a vtable.
2455
4be2aacc
MR
24562011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
2457
2458 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
2459 "set mips abi" documentation.
2460
0a1c4d10
DE
24612011-11-04 Doug Evans <dje@google.com>
2462
2463 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
2464
aad1c02c
TT
24652011-11-03 Tom Tromey <tromey@redhat.com>
2466
2467 * gdb.texinfo (Stopping): Add menu entry.
2468 (Continuing and Stepping): Restore @node. Use @section, not
2469 @subsection.
2470
983fb131
MR
24712011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
2472
2473 * gdb.texinfo (Skipping Over Functions and Files): Remove node
2474 designation. Fix "Specify Location" cross-reference.
2475
3065dfb6
SS
24762011-11-02 Stan Shebs <stan@codesourcery.com>
2477
2478 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
2479 (General Query Packets): Describe tracenz feature.
2480 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
2481
0aaaf063
PK
24822011-10-28 Paul Koning <paul_koning@dell.com>
2483
2484 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
2485
2231f1fb
KP
24862011-10-27 Kevin Pouget <kevin.pouget@st.com>
2487
2488 * gdb.texinfo ((Frames In Python): Document
2489 gdb.FRAME_UNWIND_FIRST_ERROR contant.
2490
5110b5df
PK
24912011-10-26 Paul Koning <paul_koning@dell.com>
2492
2493 * gdb.texinfo (gdb.types): Document new deepitems function.
2494
22dbab46
PK
24952011-10-25 Paul Koning <paul_koning@dell.com>
2496
2497 PR python/13327
2498
2499 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
2500 fetch_lazy method.
2501
9df2fbc4
PM
25022011-10-20 Phil Muldoon <pmuldoon@redhat.com>
2503
2504 PR python/12656
2505
2506 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
2507 global_block, static_block function.
2508
f05e2e1d
TT
25092011-10-19 Tom Tromey <tromey@redhat.com>
2510
2511 * gdb.texinfo (Commands In Python): Add missing "@"s.
2512
a7fc3f37
KP
25132011-10-13 Kevin Pouget <kevin.pouget@st.com>
2514
2515 PR python/13285 Document named constants for frame unwind stop reasons
2516 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
2517 constants.
2518
5048e516
JK
25192011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2520
2521 Fix compatibility with texinfo versions older than 4.12.
2522 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
2523 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
2524 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
2525 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
2526 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
2527 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
2528 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
2529
5a56e9c5
DE
25302011-10-09 Doug Evans <dje@google.com>
2531
2532 * gdb.texinfo (Extending GDB): Document alias command.
2533
36b11add
JK
25342011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2535
2536 Support @entry in input expressions.
2537 * gdb.texinfo (Variables): Describe @entry names suffix.
2538 (Print Settings): Add anchor for `set print entry-values'.
2539
e18b2753
JK
25402011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2541 Eli Zaretskii <eliz@gnu.org>
2542
2543 Display @entry parameter values (without references).
2544 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
2545 example.
2546 (Print Settings): New description of set print entry-values and show
2547 print entry-values.
2548
111c6489
JK
25492011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2550 Eli Zaretskii <eliz@gnu.org>
2551
2552 Recognize virtual tail call frames.
2553 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
2554 (Tail Call Frames): New node.
2555 (Frames In Python): Add gdb.TAILCALL_FRAME.
2556
9c15afc4
DE
25572011-10-07 Doug Evans <dje@google.com>
2558
2559 * gdb.texinfo (gdb.printing): Document new `replace' arg to
2560 register_pretty_printer.
2561
99f5279d
PM
25622011-10-07 Phil Muldoon <pmuldoon@redhat.com>
2563
2564 PR python/12930
2565 PR python/12802
2566
2567 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
2568 stop method.
2569
03583c20
UW
25702011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
2571
2572 * gdb.texinfo (Starting your Program): "set disable-randomization"
2573 is no longer Linux-specific.
2574 (Remote Configuration): Document "set remote
2575 disable-randomization-packet".
2576 (General Query Packets): Document "QDisableRandomization" packet
2577 and add it to "qSupported" list.
2578
bd054e06
KP
25792011-10-07 Kevin Pouget <kevin.pouget@st.com>
2580
2581 Allow Python notification of new object-file loadings.
2582 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
2583 event type.
2584
cb6be26b
KP
25852011-10-04 Kevin Pouget <kevin.pouget@st.com>
2586
2587 PR python/12691: Add the inferior to Python exited event
2588 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
2589
a05336a1
JB
25902011-10-03 Joel Brobecker <brobecker@adacore.com>
2591
2592 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
2593 rephasing.
2594
5d77fe44
JB
25952011-10-03 Joel Brobecker <brobecker@adacore.com>
2596
2597 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
2598 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
2599 as possible feature returned by the `-list-features'
2600 command.
2601
699df94d
PK
26022011-09-28 Paul Koning <paul_koning@dell.com>
2603
2604 * gdb.texinfo (gdb.Type): Document field access by dictionary
2605 key syntax.
2606
24bdad53
YQ
26072011-09-28 Yao Qi <yao@codesourcery.com>
2608
2609 * gdb.texinfo (Files): Update options for `add-symbol-file'.
2610 Add one space after option `-s'. Remove @r{} markup.
2611
6710bf39
SS
26122011-09-27 Stan Shebs <stan@codesourcery.com>
2613
2614 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
2615
d99f7e48
HZ
26162011-09-16 Hui Zhu <teawater@gmail.com>
2617
2618 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
2619 to *(unsigned char *)$esp@300.
2620
d812018b
PK
26212011-09-15 Paul Koning <paul_koning@dell.com>
2622
2623 * gdb.texinfo: Make style of Python functions and methods match
2624 the syntax of Python. Also put class and module names explicitly
2625 on function, member, and variable names, matching Python
2626 documentation conventions.
2627
2aa48337
KP
26282011-09-15 Kevin Pouget <kevin.pouget@st.com>
2629
2630 PR Python/12692 Add gdb.selected_inferior() to Python interface.
2631 * gdb.texinfo (Inferiors In Python): Describe new
2632 gdb.selected_inferior() function.
2633
6839b47f
KP
26342011-09-15 Kevin Pouget <kevin.pouget@st.com>
2635
2636 Handle multiple breakpoint hits in Python interface:
2637 * gdb.texinfo (Events In Python): New function documentation:
2638 gdb.BreakpointEvent.breakpoints. Indicate that
2639 gdb.BreakpointEvent.breakpoint is now deprecated.
2640
26829f2b
JB
26412011-09-04 Joel Brobecker <brobecker@adacore.com>
2642
2643 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
2644
a9f54f60
TT
26452011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
2646
2647 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
2648
fa3a4f15
PM
26492011-08-17 Phil Muldoon <pmuldoon@redhat.com>
2650
2651 * gdb.texinfo (Prompt): Add set/show extended-prompt
2652 documentation
2653 (Basic Python): Add prompt_hook anchor.
2654 (Python modules): Reword module text to reflect multiple modules.
2655 (gdb.prompt): Document gdb.prompt module.
2656
224bbe49
YQ
26572011-08-14 Yao Qi <yao@codesourcery.com>
2658
78d85199
YQ
2659 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
2660
26612011-08-14 Yao Qi <yao@codesourcery.com>
2662
2663 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
2664 (TIC6x Features): New node.
2665
457e09f0
DE
26662011-08-12 Doug Evans <dje@google.com>
2667
2668 * gdb.texinfo (Symbols In Python): Document symbol.type.
2669
5e239b84
PM
26702011-08-09 Phil Muldoon <pmuldoon@redhat.com>
2671
2672 * gdb.texinfo (Python): Document command and function
2673 auto-loading.
2674
177bc839
JK
26752011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2676 Eli Zaretskii <eliz@gnu.org>
2677
2678 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
2679 typedefs unrolling. Extend the sample code by an inner typedef and
2680 outer typedefs unrolling.
2681
1a532630
PP
26822011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
2683
2684 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
2685 size and line-size.
2686
9b158ba0 26872011-07-21 Matt Rice <ratmice@gmail.com>
2688
2689 PR macros/12999
2690 * gdb.texinfo (Macros): Add info definitions and info macros commands.
2691 Update text and cindex entries for info macro command.
2692
d17b6f81
PM
26932011-07-21 Phil Muldoon <pmuldoon@redhat.com>
2694
2695 * observer.texi (GDB Observers): Add before_prompt observer.
2696 * gdb.texinfo (Basic Python): Add documentation for prompt
2697 substitution.
2698
713389e0
PM
26992011-07-11 Phil Muldoon <pmuldoon@redhat.com>
2700
2701 PR python/12438
2702 * gdb.texinfo (Python Commands): Add deprecate note to maint
2703 set/show python print-stack. Document set/show python
2704 print-backtrace.
2705
177b42fe
TJB
27062011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
2707
2708 * gdb.texinfo: Fix typos.
2709
900e11f9
JK
27102011-07-01 Tom Tromey <tromey@redhat.com>
2711
2712 * gdb.texinfo (Debugging Output): Document set debug
2713 check-physname.
2714
39c4d40a
TT
27152011-06-29 Tom Tromey <tromey@redhat.com>
2716
2717 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
2718 breakpoint-notifications feature.
2719
6f5def7d
UW
27202011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
2721
2722 * gdb.texinfo (Target Description): Remove warning about
2723 possibly unstable format.
2724
8cf64490
TT
27252011-06-03 Tom Tromey <tromey@redhat.com>
2726
2727 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
2728 (Events In Python): Note that exit_code is optional.
2729
393eab54
PA
27302011-05-17 Pedro Alves <pedro@codesourcery.com>
2731
2732 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
2733 required for multi-threading support.
2734 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
2735 Hc are deprecated for multi-threading debugging. Point readers at
2736 the vCont packet.
2737
75fc9810
DE
27382011-05-15 Doug Evans <dje@google.com>
2739
2740 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
2741
01124a23
DE
27422011-05-13 Doug Evans <dje@google.com>
2743
98a5dd13
DE
2744 * gdb.texinfo (Threads): Document $sdir,$pdir.
2745 (Server): Document $pdir exception.
2746
dbaefcf7
DE
2747 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
2748
cc63ef9b
DE
2749 * gdb.texinfo (Threads): Clarify default value for
2750 libthread-db-search-path.
7e0396aa 2751
01124a23
DE
2752 * gdb.texinfo (Completion): Update example.
2753 (Debugging Output): Delete `set/show debug lin-lwp-async'.
2754
d248b706
KY
27552011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
2756
2757 * gdb.texinfo: Document change in the behaviour of the enable and
2758 disable GDB commands when applied to tracepoints.
2759 Document the EnableDisableTracepoints remote stub feature.
2760 Document QTEnable and QTDisable in the list of tracepoint packets.
2761
cc88a640
JK
27622011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2763
2764 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
2765 hsuser.texi.
2766 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
2767 comment to hsuser.texi. Change rluser.texi name in the comment.
2768
84e578fb
DE
27692011-05-10 Doug Evans <dje@google.com>
2770
2771 * gdb.texinfo (Threads): If an empty path is provided for
2772 libthread-db-search-path it is reset to its default value.
2773 (Server): Ditto.
2774
478aac75
DE
27752011-05-09 Doug Evans <dje@google.com>
2776
2777 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
2778
9c06b0b4
TJB
27792011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2780 Thiago Jung Bauermann <bauerman@br.ibm.com>
2781
2782 Implement support for PowerPC BookE masked watchpoints.
2783 * gdb.texinfo (Set Watchpoints): Document mask parameter.
2784 (PowerPC Embedded): Mention support of masked watchpoints.
2785
9ed350ad
JB
27862011-05-03 Joel Brobecker <brobecker@adacore.com>
2787
2788 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
2789 `@value{GDBN}'.
2790
4ceed123
JB
27912011-05-03 Joel Brobecker <brobecker@adacore.com>
2792
2793 * gdb.texinfo (titlepage): Remove dedication.
2794 (In Memoriam): New appendix.
2795
559a7a62
JK
27962011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2797 Eli Zaretskii <eliz@gnu.org>
2798
2799 * gdb.texinfo (Index Section Format): Change the version to 5.
2800 Describe the different formula.
2801
03f2bd59
JK
28022011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2803 Eli Zaretskii <eliz@gnu.org>
2804
2805 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
2806 for disconnected tracing.
2807 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
2808 extended-remote relationship. Mention --once.
2809 (TCP port allocation lifecycle of @code{gdbserver}): New.
2810
d9b1a651
EZ
28112011-04-23 Eli Zaretskii <eliz@gnu.org>
2812
2813 * gdb.texinfo (Server): Improve indexing. Index all optional
2814 switches to gdbserver.
2815
90476074
TT
28162011-04-20 Tom Tromey <tromey@redhat.com>
2817
2818 * gdb.texinfo (Index Section Format): New node.
2819 (Top): Add new node to menu.
2820
c21236dc
PA
28212011-04-20 Pedro Alves <pedro@codesourcery.com>
2822
2823 * gdb.texinfo (Maintenance Commands): Document `maint print
2824 remote-registers'.
2825
05c8c3f5
TT
28262011-04-20 Tom Tromey <tromey@redhat.com>
2827
2828 * gdb.texinfo (Trace File Format): Move node later.
2829
7a9dd1b2
TT
28302011-04-19 Tom Tromey <tromey@redhat.com>
2831
2832 * gdbint.texinfo (Register Information Functions): Remove
2833 duplicate "the".
2834 * gdb.texinfo (Emacs): Remove duplicate "to".
2835 (GDB/MI Variable Objects): Remove duplicate "the".
2836 (General Query Packets): Likewise.
2837
4368ebeb
JB
28382011-04-02 Joel Brobecker <brobecker@adacore.com>
2839
2840 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
2841 "GDB/MI Ada Exception Information" node.
2842
956a9fb9
JB
28432011-04-01 Joel Brobecker <brobecker@adacore.com>
2844
2845 * gdb.texinfo (GDB/MI Ada Exception Information): Document
2846 the "exception-name" field in the *stopped async record.
2847
f1310107
TJB
28482011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
2849 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2850
2851 Implement support for PowerPC BookE ranged breakpoints.
2852 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
2853
8786b2bd
TT
28542011-03-28 Tom Tromey <tromey@redhat.com>
2855
2856 * gdb.texinfo (Set Tracepoints): Fix typo.
2857
9ef07c8c
TT
28582011-03-24 Tom Tromey <tromey@redhat.com>
2859
2860 * gdb.texinfo (Specify Location): Document `function:label'
2861 linespec.
2862
99c3dc11
PM
28632011-03-18 Phil Muldoon <pmuldoon@redhat.com>
2864
f1310107 2865 PR python/12149
99c3dc11
PM
2866
2867 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
2868
29703da4
PM
28692011-03-17 Phil Muldoon <pmuldoon@redhat.com>
2870
2871 * gdb.texinfo (Blocks In Python): Add is_valid method description.
2872 (Inferiors In Python): Likewise.
2873 (Threads In Python): Likewise.
2874 (Symbols In Python): Likewise.
2875 (Objfiles In Python): Likewise.
2876 (Symbol Tables In Python): Likewise.
2877
c9174737
PA
28782011-03-15 Pedro Alves <pedro@codesourcery.com>
2879
2880 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
2881 display>: Explain that the commands accept number ranges.
2882
7371cf6d
PM
28832011-03-14 Phil Muldoon <pmuldoon@redhat.com>
2884
2885 * gdb.texinfo (Breakpoints In Python): Add description and example
2886 of Python stop function operation.
2887
ecec24e6
PM
28882011-03-10 Phil Muldoon <pmuldoon@redhat.com>
2889
2890 * gdb.texinfo (Parameters In Python): Document get_set_string and
2891 get_show_string methods.
2892
6dcd5565
JK
28932011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2894
2895 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
2896
81896e36
JK
2897 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
2898 circular-trace-buffer name.
2899
5e30da2c
JB
29002011-02-28 Joel Brobecker <brobecker@adacore.com>
2901
2902 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
2903 in the previous change.
2904
3bd0f5ef 29052011-02-27 Michael Snyder <msnyder@vmware.com>
af624141
MS
2906
2907 * gdb.texinfo (Inferiors and Programs): Update commands to show
2908 that they can accept multiple arguments.
2909
4ec7539c
JB
29102011-02-24 Joel Brobecker <brobecker@adacore.com>
2911
2912 Revert the following patch (code patch was not approved):
2913 2011-02-21 Hui Zhu <teawater@gmail.com>
2914 * agentexpr.texi (bytecode descriptions): add printf.
2915 * gdb.texinfo (tracepoint action lists): add printf.
2916
82809774
DE
29172011-02-23 Doug Evans <dje@google.com>
2918
2919 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
2920
e5a67952
MS
29212011-02-23 Michael Snyder <msnyder@vmware.com>
2922
2923 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
2924 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
2925 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
2926
6e6fbe60
DE
29272011-02-22 Doug Evans <dje@google.com>
2928
2929 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
2930 Clarify behaviour of lookup_symbol when `block' argument is omitted,
2931 add description of result, fix @defun formatting.
2932
f994e27a
HZ
29332011-02-21 Hui Zhu <teawater@gmail.com>
2934
2935 * agentexpr.texi (Bytecode Descriptions): Add printf.
2936 * gdb.texinfo (Tracepoint Action Lists): Add printf.
2937
c7f96d2b
TT
29382011-02-18 Tom Tromey <tromey@redhat.com>
2939
2940 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
2941
60f98dde
MS
29422011-02-14 Michael Snyder <msnyder@vmware.com>
2943
2944 * gdb.texinfo (threads): Document argument for "info threads" cmd.
2945 Document new command "thread find".
2946
08e796bc
MS
29472011-02-14 Michael Snyder <msnyder@vmware.com>
2948
2949 * gdb.texinfo (Threads): Update example of new thread message.
2950
b3b9301e
PA
29512011-02-14 Pedro Alves <pedro@codesourcery.com>
2952
2953 * gdb.texinfo (Remote Configuration): Mention set/show remote
2954 traceframe-info.
2955 (Tools/Packages Optional for Building GDB): Mention that expat is
2956 used for traceframe info.
2957 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
2958 (General Query Packets) <qSupported>: Describe the
2959 qXfer:traceframe-info:read feature.
2960 (qXfer::read): Describe qXfer:traceframe-info:read.
2961 (Traceframe Info Format): New section.
2962
cef35b0f
PA
29632011-02-04 Pedro Alves <pedro@codesourcery.com>
2964
2965 * gdbint.texinfo (Formatting): Mention some formatting guidelines
2966 for casts and unary operators.
2967
f1cbe1d3
TT
29682011-02-04 Tom Tromey <tromey@redhat.com>
2969
2970 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
2971 is not useful.
2972
585fdaa1
PA
29732011-01-25 Pedro Alves <pedro@codesourcery.com>
2974
2975 * gdb.texinfo: s/value optimized out/optimized out/g
2976
7bfc9434
JB
29772011-01-21 Joel Brobecker <brobecker@adacore.com>
2978
2979 * gdb.texinfo (Other Misc Settings): Rework part of the
2980 documentation of the "set interactive mode" command.
2981
4694da01
TT
29822011-01-19 Tom Tromey <tromey@redhat.com>
2983
2984 * gdb.texinfo (Threads): Document thread name output and `thread
2985 name' command.
2986 (Threads In Python): Document Thread.name attribute.
2987 (GDB/MI Thread Commands): Document thread attributes.
2988
b716877b
AB
29892011-01-12 Andrew Burgess <aburgess@broadcom.com>
2990
2991 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
2992 changes in mi/mi-cmd-disas.c
2993
13fd8b81
TT
29942011-01-12 Tom Tromey <tromey@redhat.com>
2995
2996 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
2997 Fix "thread apply" text.
2998
e09342b5
TJB
29992011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3000 Thiago Jung Bauermann <bauerman@br.ibm.com>
3001
3002 Implement support for PowerPC BookE ranged watchpoints.
3003 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
3004 the "set powerpc exact-watchpoints" flag.
3005
06e65f44
TT
30062011-01-07 Tom Tromey <tromey@redhat.com>
3007
3008 * gdb.texinfo (Python API): Add descriptions to @menu items.
3009
d8e22779
TT
30102011-01-06 Tom Tromey <tromey@redhat.com>
3011
3012 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
3013
a255712f
PP
30142010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
3015
e09342b5 3016 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 3017
ccfc3d6e
TT
30182011-01-06 Tom Tromey <tromey@redhat.com>
3019
3020 PR python/12133:
3021 * gdb.texinfo (Frames In Python): Document various frame
3022 constants.
3023
44944448
JB
30242011-01-05 Joel Brobecker <brobecker@adacore.com>
3025
3026 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
3027 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
3028 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
3029
42ea3d7a
JK
30302011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3031
3032 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
3033 (clean): Add GDBvn.texi.
3034
720d1a40
JB
30352010-12-29 Joel Brobecker <brobecker@adacore.com>
3036
3037 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
3038 occasional case where the debugger prints an array address
3039 instead of the array itself.
3040
ad196637
PA
30412010-12-23 Pedro Alves <pedro@codesourcery.com>
3042
3043 * gdb.texinfo (Packets) <read registers packet>: Document support
3044 for registers that were not collected.
3045
a86caf66
DE
30462010-12-15 Doug Evans <dje@google.com>
3047
3048 * gdb.texinfo (Startup): Document auto-loading of scripts during
3049 startup.
3050 (Auto-loading): Delete "maint set python auto-load on|off".
3051 Add "set auto-load-scripts on|off".
3052
aae1c79a
DE
30532010-12-07 Doug Evans <dje@google.com>
3054
3055 * gdb.texinfo (Mode Options): Document -data-directory.
3056 (Data Files): Add reference to -data-directory.
3057
4e04c971
DE
30582010-11-29 Doug Evans <dje@google.com>
3059
3060 * gdb.texinfo (Pretty-Printer Introduction): Change
3061 printer-name:subprinter-name to printer-name;subprinter-name.
3062
94b6973e
PM
30632010-11-29 Phil Muldoon <pmuldoon@redhat.com>
3064
3065 PR python/12199
3066
3067 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
3068
39037522
TT
30692010-11-23 Tom Tromey <tromey@redhat.com>
3070
3071 * gdb.texinfo (Top): Check SYSTEM_READLINE.
3072 (Editing): Likewise.
3073 (Command History): Likewise.
3074 (TUI Keys): Likewise.
3075 (Bug Reporting): Conditionally include rluser.texi and
3076 inc-history.texinfo.
3077 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
3078 (GDB_DOC_SOURCE_INCLUDES): Add comment.
3079 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
3080 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
3081 (gdb.pdf): Likewise.
3082 (gdb.info): Likewise.
3083 (gdb/index.html): Likewise.
3084
5ae98d25
TT
30852010-11-23 Tom Tromey <tromey@redhat.com>
3086
3087 * Makefile.in (Makefile): Run ../config.status.
3088 (distclean): Update.
3089 * configure: Remove.
3090 * configure.ac: Remove.
3091
621c8364
TT
30922010-11-12 Tom Tromey <tromey@redhat.com>
3093
3094 * gdb.texinfo (Basic Python): Update. Add xref.
3095 (Exception Handling): Document new exception classes.
3096 (Types In Python): Update.
3097 (Frames In Python): Update.
3098
84f4c1fe
PM
30992010-11-11 Phil Muldoon <pmuldoon@redhat.com>
3100
3101 * gdb.texinfo (Breakpoints In Python): Document "internal"
3102 parameter, and visible attribute.
3103
99e7ae30
DE
31042010-11-05 Doug Evans <dje@google.com>
3105
3106 * gdb.texinfo (Source Path): Document "set directories".
3107
f4b8a18d
KW
31082010-11-05 Ken Werner <ken.werner@de.ibm.com>
3109
3110 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
3111 (OpenCL C): New node.
3112
7b51bc51
DE
31132010-11-02 Doug Evans <dje@google.com>
3114
3115 * gdb.texinfo (Pretty Printing): Expand into three sections,
3116 introduction, example, and commands.
3117 (Python API): Delete section Disabling Pretty-Printers, merge into
3118 Selecting Pretty-Printers.
3119 (Writing a Pretty-Printer): New section. Move the pretty-printer
3120 example here, and reformat to match python coding style. Add a second
3121 example using the gdb.printing module.
3122 (Python modules): Add gdb.printing.
3123
9eeee977
DE
31242010-10-29 Doug Evans <dje@google.com>
3125
3126 * gdb.texinfo (Python): Fix long line.
3127
a0e0ffdf
DE
31282010-10-20 Doug Evans <dje@google.com>
3129
3130 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
3131 All references updated. Correct sections marked as subsections.
3132 (Coding Standards): New chapter. Move the coding standard related
3133 subsections here. Add section on Python coding standards.
3134
0e3509db
DE
31352010-10-13 Doug Evans <dje@google.com>
3136
3137 * gdb.texinfo (Python): Add "Python modules".
3138 (Types in Python): Add reference to gdb.types section.
3139 (Python modules): New node.
3140
44592cc4
DE
31412010-10-11 Doug Evans <dje@google.com>
3142
3143 * gdb.texinfo (Values From Inferior): Add reference to "Types in
3144 Python" from gdb.Value.type description.
3145
6e1bb179
JB
31462010-09-28 Joel Brobecker <brobecker@adacore.com>
3147
3148 * gdb.texinfo (Ravenscar Profile): New node.
3149
e8467610
TT
31502010-09-22 Tom Tromey <tromey@redhat.com>
3151
3152 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
3153
fccd1d1e
EZ
31542010-09-22 Eli Zaretskii <eliz@gnu.org>
3155
3156 * gdb.texinfo (Values From Inferior): Clarify that
3157 value.dynamic_type works only in C++ programs with RTTI.
3158
c1b6b909
TT
31592010-09-15 Paul Bolle <pebolle@tiscali.nl>
3160
3161 * gdb.texinfo (Character Sets): Correctly reference host-charset
3162 in example.
3163
7d288aaa
TT
31642010-09-13 Tom Tromey <tromey@redhat.com>
3165
3166 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
3167 Document "fullname" and "from".
3168
f75d858b
MK
31692010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
3170
3171 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
3172 feature `reverse' output by -list-target-features.
3173
83b9503b
L
31742010-08-31 H.J. Lu <hongjiu.lu@intel.com>
3175
3176 * gdb.texinfo (i386 Features): Remove an extra "@item".
3177
03f17ccf
TT
31782010-08-30 Tom Tromey <tromey@redhat.com>
3179
3180 PR python/11792:
3181 * gdb.texinfo (Values From Inferior): Document dynamic_type.
3182
9779414d
DJ
31832010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
3184
3185 * gdb.texinfo (ARM Features): Document
3186 org.gnu.gdb.arm.m-profile.
3187
f9ffd4bb
TT
31882010-08-23 Tom Tromey <tromey@redhat.com>
3189
3190 PR python/11145:
3191 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
3192 reinterpret_cast methods.
3193
702c2711
TT
31942010-08-23 Tom Tromey <tromey@redhat.com>
3195
3196 PR python/11915:
3197 * gdb.texinfo (Types In Python): Document array method.
3198
66b73624
TJB
31992010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
3200
3201 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
3202
06a64a0b
TT
32032010-08-16 Tom Tromey <tromey@redhat.com>
3204
3205 * gdb.texinfo (Set Watchpoints): Document -location option.
3206
a3a7127e
DE
32072010-08-13 Doug Evans <dje@google.com>
3208
3209 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
3210
8dedea02
VP
32112010-08-13 Vladimir Prus <vladimir@codesourcery.com>
3212
3213 * gdb.texinfo (GDB/MI Data Manipulation): Document
3214 -data-read-memory-raw and -data-write-memory-raw.
3215
ca5c20b6 32162010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 3217 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
3218
3219 * gdb.texinfo (Basic Python): Describe post_event API.
3220
cb2e07a6
PM
32212010-08-11 Phil Muldoon <pmuldoon@redhat.com>
3222
3223 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 3224 decode_line Python APIs
cb2e07a6 3225
464b3efb
TT
32262010-08-10 Tom Tromey <tromey@redhat.com>
3227
3228 * gdb.texinfo (Pretty Printing API): Document
3229 gdb.default_visualizer.
3230
c29c521f
TT
32312010-08-10 Tom Tromey <tromey@redhat.com>
3232
3233 Revert gdb-add-index addition:
3234 * gdb.texinfo (Index Files): Don't document gdb-add-index.
3235
5da1313b
JK
32362010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3237 Eli Zaretskii <eliz@gnu.org>
3238
3239 * gdb.texinfo (Mode Options) <-batch>
3240 (Basic Python) <gdb.execute>: Describe setting width and height.
3241
02d868e8
PP
32422010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
3243
3244 * gdb.texinfo (Threads): Document 'debug libthread-db'.
3245
c2bbed2a
TT
32462010-07-30 Tom Tromey <tromey@redhat.com>
3247
3248 * gdb.texinfo (Index Files): Mention gdb-add-index.
3249
6c13bbe1
HZ
32502010-07-30 Hui Zhu <teawater@gmail.com>
3251
3252 * gdb.texinfo (Inferiors and Programs): Update the introduce of
3253 "detach inferior" and "kill inferior".
3254
53a71c06
CR
32552010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
3256
3257 * gdb.texinfo (Machine Code): Update description of two forms of
3258 arguments, and add new example to demonstrate the new form.
3259
5374244e
PM
32602010-07-27 Phil Muldoon <pmuldoon@redhat.com>
3261
3262 * gdb.texinfo (Values From Inferior): Add value inferior function
3263 call description.
3264
8ea5bce5
JK
32652010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3266
3267 * gdb.texinfo (Active Targets): Fix wrong comma placement.
3268
c0edd9ed
JK
32692010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3270 Eli Zaretskii <eliz@gnu.org>
3271
3272 Make core files the process_stratum.
3273 * gdb.texinfo (Active Targets): Remove core_stratum. Include
3274 record_stratum example.
3275
9291a0cd
TT
32762010-07-13 Tom Tromey <tromey@redhat.com>
3277
3278 * gdb.texinfo (Index Files): New node.
3279
f5011d11
TT
32802010-07-13 Tom Tromey <tromey@redhat.com>
3281
3282 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
3283
0f5238ed
TT
32842010-07-13 Tom Tromey <tromey@redhat.com>
3285
3286 * gdb.texinfo (Specify Location): Document labels.
3287
74c761c1
PA
32882010-07-01 Pedro Alves <pedro@codesourcery.com>
3289
3290 * gdb.texinfo (Create and Delete Tracepoints): Add more index
3291 entries for fast tracepoints and static tracepoints.
3292
501994c0
PA
32932010-07-01 Pedro Alves <pedro@codesourcery.com>
3294
3295 * gdb.texinfo (General Query Packets) <qfThreadInfo,
3296 qsThreadInfo>: Spell out `l' as ell.
3297
0fb4aa4b
PA
32982010-07-01 Pedro Alves <pedro@codesourcery.com>
3299
3300 * gdb.texinfo (Convenience Variables): Document $_sdata.
3301 (Commands to Set Tracepoints): Describe static tracepoints. Add
3302 `Listing Static Tracepoint Markers' menu entry. Document
3303 "strace".
3304 (Tracepoint Action Lists): Document collecting $_sdata.
3305 (Listing Static Tracepoint Markers): New subsection.
3306 (Tracepoints support in gdbserver): Mention static tracepoints.
3307 (remote packets, enabling and disabling): Mention
3308 read-sdata-object.
3309 (General Query Packets) <qSupported>: Document qXfer:sdata:read
3310 and StaticTracepoint.
3311 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
3312 Document qXfer:sdata:read.
3313 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
3314
dc3b15be
JB
33152010-06-29 Joel Brobecker <brobecker@adacore.com>
3316
3317 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
3318
595939de
PM
33192010-06-28 Phil Muldoon <pmuldoon@redhat.com>
3320 Tom Tromey <tromey@redhat.com>
3321 Thiago Jung Bauermann <bauerman@br.ibm.com>
3322
3323 * gdb.texinfo (Inferiors In Python): New node.
3324 * gdb.texinfo (Threads In Python): New node.
3325
9279c692
JB
33262010-06-28 Joel Brobecker <brobecker@adacore.com>
3327
3328 * gdb.texinfo (Python): Document what the python directory is
3329 and what its location is.
3330 (Basic Python): Document the gdb.PYTHONDIR constant.
3331
bc9f0842
TT
33322010-06-25 Tom Tromey <tromey@redhat.com>
3333
3334 PR python/10808:
3335 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
3336
f1421989
HZ
33372010-06-24 Hui Zhu <teawater@gmail.com>
3338
3339 * gdb.texinfo: (Commands for Controlled Output): Add
3340 documentation for command "eval".
3341
e4c0cfae
SS
33422010-06-21 Stan Shebs <stan@codesourcery.com>
3343
3344 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
3345 * annotate.texinfo: Ditto.
3346 * gdbint.texinfo: Ditto.
3347 * stabs.texinfo: Ditto.
3348
bb08c432
HZ
33492010-06-22 Hui Zhu <teawater@gmail.com>
3350
3351 * gdb.texinfo: (Process Record and Replay): Add documentation
3352 for command "set record memory-query".
3353
4f5d9f07
SS
33542010-06-21 Stan Shebs <stan@codesourcery.com>
3355
3356 * gdb.texinfo: Relicense under GFDL version 1.3.
3357 * annotate.texinfo: Relicense under GFDL version 1.3.
3358 * gdbint.texinfo: Relicense under GFDL version 1.3.
3359 * stabs.texinfo: Relicense under GFDL version 1.3.
3360 * fdl.texi: Update to version 1.3.
3361
6aed2dbc
SS
33622010-06-18 Stan Shebs <stan@codesourcery.com>
3363
a61408f8
SS
3364 * gdb.texinfo (Operating System Auxiliary Information): Describe
3365 "info os" when no arguments given.
3366
6aed2dbc
SS
3367 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
3368 $_thread.
3369
24e933df
HZ
33702010-06-18 Hui Zhu <teawater@gmail.com>
3371
3372 * gdb.texinfo: (Process Record and Replay): Add documentation
3373 for commands "record save" and "record restore".
3374
65d79d4b
SDJ
33752010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3376
3377 * gdb.texinfo: Include information about the correct use
3378 of addresses in the `watch' command.
3379
d914c394
SS
33802010-06-11 Stan Shebs <stan@codesourcery.com>
3381
3382 * gdb.texinfo (Observer Mode): New section.
3383 (General Query Packets): Document QAllow.
889bf7c5 3384
967cf477
DE
33852010-06-04 Doug Evans <dje@google.com>
3386
3387 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
3388
aaf4119b
DE
33892010-06-03 Doug Evans <dje@google.com>
3390
3391 * gdbint.texinfo (Coding): Add subsection on command names.
3392
9eae7c52
TT
33932010-06-02 Tom Tromey <tromey@redhat.com>
3394
3395 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
3396 always-disassemble.
3397
fa593d66
PA
33982010-06-01 Pedro Alves <pedro@codesourcery.com>
3399
3400 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
3401 gdbserver, and add cross reference.
3402 (Tracepoints support in gdbserver): New subsection.
3403
dde08ee1
PA
34042010-05-26 Pedro Alves <pedro@codesourcery.com>
3405
3406 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
3407 `qRelocInsn' feature.
3408 (Relocate instruction reply packet): New subsection
3409 of `Tracepoint Packets'.
3410 (Tracepoint Packets): Mention that packets QTDP and QTStart
3411 support the qRelocInsn request, and add cross reference to new
3412 subsection.
3413
07ca107c
DE
34142010-05-25 Doug Evans <dje@google.com>
3415
3416 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
3417 (Commands In Python): Document gdb.string_to_argv.
3418
c25c4a8b
JK
34192010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3420
3421 * gdbint.texinfo (Host Definition): Remove items NORETURN and
3422 ATTR_NORETURN.
3423
d7b32ed3 34242010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
3425 Tom Tromey <tromey@redhat.com>
3426 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 3427
c25c4a8b 3428 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 3429
6aecb9c2
JB
34302010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
3431
3432 * gdb.texinfo: (Summary) Add mention about D language support.
3433 (Filenames): Add D suffixes.
3434 (D): New node.
3435
b7da9e9f
PM
34362010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
3437
3438 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
3439 of macro deleted from GDB code.
3440
ab38a727
PA
34412010-04-24 Pedro Alves <pedro@codesourcery.com>
3442
3443 * gdb.texinfo (Commands to specify files): Describe what how GDB
3444 looks up DOS-based filesystem paths on the system root. Document
3445 the new `set/show target-file-system-kind' commands.
3446
66d09542
DE
34472010-04-23 Doug Evans <dje@google.com>
3448
3449 * gdb.texinfo (Python): Move Auto-loading section here ...
3450 (Python API): from here.
3451 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
3452 (Maintenance Commands): Add docs for "maint print section-scripts".
3453
8bd10a10
CM
34542010-04-20 Chris Moller <cmoller@redhat.com>
3455
3456 * gdb.texinfo (Setting Breakpoints): Added description of
3457 filename-qualified rbreak.
3458 * refcard.tex (Breakpoints and Watchpoints): Added brief
3459 description of filename-qualified rbreak.
3460
4c374409
JK
34612010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3462
3463 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
3464 (Python API): Change the reference to Pretty Printing API.
3465 (Pretty Printing): Move the user part under the Data node. Reformat
3466 the sample output to 72 columns. Create a new reference to Pretty
3467 Printing API. Rename the API part ...
3468 (Pretty Printing API): To a new node name.
3469 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
3470 (GDB/MI Variable Objects): Change references to Pretty Printing API.
3471
5a9351ae
SS
34722010-04-21 Stan Shebs <stan@codesourcery.com>
3473
3474 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 3475 and commands.
5a9351ae 3476 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 3477
9a22f0d0
PM
34782010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
3479
3480 * gdb.texinfo (Examining memory): Update for change in string
3481 display with explicit size.
3482
6149aea9
PA
34832010-04-19 Pedro Alves <pedro@codesourcery.com>
3484
3485 PR breakpoints/8554.
3486
3487 * gdb.texinfo (Save Breakpoints): New node.
3488 (save-tracepoints): Rename to ...
3489 (save tracepoints): ... this. Mention that `save-tracepoints' is
3490 a deprecated alias to `save tracepoints'.
3491
711e434b
PM
34922010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
3493
645797a8 3494 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
3495 (info w32 thread-information-block): Document new command.
3496 (qGetTIBAddress): Document new gdbserver query.
3497 (maint set/show show-all-tib): Document new command.
3498
3f7b2faa
DE
34992010-04-15 Doug Evans <dje@google.com>
3500
fa33c3cd
DE
3501 * gdb.texinfo (Python API): Add progspaces section.
3502 (Selecting Pretty-Printers): Progspace pretty-printers are
3503 searched too.
3504 (Progspaces In Python): New section.
3505
3f7b2faa
DE
3506 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
3507
79f283fe
PM
35082010-04-14 Phil Muldoon <pmuldoon@redhat.com>
3509
3510 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
3511 returns None.
3512
87290684
SS
35132010-04-09 Stan Shebs <stan@codesourcery.com>
3514
3515 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
3516 Describe the `frames-created' field, tweak grammar.
3517
a97153c7
PA
35182010-04-09 Pedro Alves <pedro@codesourcery.com>
3519
3520 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
3521 Describe the `circular' and `disconnected' fields.
3522
5c5dcc1b
L
35232010-04-09 H.J. Lu <hongjiu.lu@intel.com>
3524
3525 * gdb.texinfo (maint print registers): Mention unavailable and
3526 invisible registers.
3527
adc36818
PM
35282010-04-09 Phil Muldoon <pmuldoon@redhat.com>
3529 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 3530 Tom Tromey <tromey@redhat.com>
adc36818
PM
3531
3532 * gdb.texinfo (Breakpoints In Python): New Node.
3533
33da3f1c
SS
35342010-04-08 Stan Shebs <stan@codesourcery.com>
3535
3536 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
3537 trace status fields.
3538
3a13a53b
L
35392010-04-08 H.J. Lu <hongjiu.lu@intel.com>
3540
3541 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
3542 optional. Make org.gnu.gdb.i386.avx requires
3543 org.gnu.gdb.i386.avx.
3544
08001717
DE
35452010-04-08 Doug Evans <dje@google.com>
3546
3547 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
3548 search path, and document that gdb only scans the search path if
3549 the script's path doesn't specify a directory.
3550
c375651d
DE
35512010-04-05 Doug Evans <dje@google.com>
3552
3553 * gdb.texinfo (maint show python auto-load): Fix typo.
3554
af54718e
SS
35552010-04-04 Stan Shebs <stan@codesourcery.com>
3556
d77f58be
SS
3557 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
3558 (Setting Watchpoints): Update description of "info watch".
3559 (Disabling Breakpoints): Only "info break" lists all.
3560
af54718e
SS
3561 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
3562 (tdump): Explain how tdump works.
3563
86b17b60
PA
35642010-04-01 Pedro Alves <pedro@codesourcery.com>
3565
3566 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
3567 add cross reference.
3568
ff12863f
PA
35692010-03-31 Pedro Alves <pedro@codesourcery.com>
3570
3571 * gdb.texinfo (TUI Commands): Mention that in some cases, these
3572 commands error out.
3573
f68eb612
L
35742010-03-30 H.J. Lu <hongjiu.lu@intel.com>
3575
3576 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
3577
c8d5aac9
L
35782010-03-30 H.J. Lu <hongjiu.lu@intel.com>
3579
3580 * gdb.texinfo (General Query Packets): Add xmlRegisters.
3581
7d13fe92
SS
35822010-03-29 Stan Shebs <stan@codesourcery.com>
3583 Nathan Sidwell <nathan@codesourcery.com>
3584
3585 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
3586 GDBN equivalent.
3587 (Set Tracepoints): Remove mention that conditional tracepoints
3588 don't exist.
3589 (Tracepoint Actions): Clarify when while-stepping collection
3590 happens, note that while-stepping does not automatically collect
3591 $pc.
3592
409873ef 35932010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 3594
409873ef
SS
3595 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
3596 (General Query Packets): Describe TracepointSource.
3597
ee8e71d4
EZ
35982010-03-27 Matt Rice <ratmice@gmail.com>
3599
c8d5aac9
L
3600 * gdb.texinfo (ARM): Document arguments to "target sim".
3601 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 3602
99b5e152
PA
36032010-03-26 Pedro Alves <pedro@codesourcery.com>
3604
3605 * gdb.texinfo (Tracepoint Packets): Remove mention that
3606 terror:string may be plain text, and drop mention of X prefix.
3607
cd64ee31
VP
36082010-03-26 Vladimir Prus <vladimir@codesourcery.com>
3609
3610 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
3611
6c28cbf2
SS
36122010-03-24 Stan Shebs <stan@codesourcery.com>
3613
3614 * gdb.texinfo (Tracepoint Packets): Document trace error status.
3615
95a42b64
TT
36162010-03-24 Tom Tromey <tromey@redhat.com>
3617
3618 PR breakpoints/9352:
3619 * gdb.texinfo (Break Commands): Update.
3620
18148017
VP
36212010-03-24 Vladimir Prus <vladimir@codesourcery.com>
3622
3623 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
3624 commands.
3625
4daf5ac0
SS
36262010-03-16 Stan Shebs <stan@codesourcery.com>
3627
3628 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
3629 circular-trace-buffer.
3630 (Tracepoint Packets): Describe QTBuffer, and details of the
3631 qTStatus reply.
3632
c9429232
SS
36332010-03-12 Stan Shebs <stan@codesourcery.com>
3634 Nathan Sidwell <nathan@codesourcery.com>
3635
3636 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
3637 doing instruction stepping.
3638 (Tracepoint Restrictions): New node.
3639
ccefe4c4
TT
36402010-03-10 Tom Tromey <tromey@redhat.com>
3641
3642 * gdbint.texinfo (Symbol Handling): Update.
3643
7c953934
TT
36442010-03-08 Tom Tromey <tromey@redhat.com>
3645
3646 PR cli/9591:
3647 * gdb.texinfo (Mode Options): Mention lack of pagination and
3648 confirmation with --batch.
3649 (Screen Size): Mention --batch.
3650 (Messages/Warnings): Likewise.
3651
f870a310
TT
36522010-03-05 Tom Tromey <tromey@redhat.com>
3653
3654 * gdb.texinfo (Basic Python): Document target_charset and
3655 target_wide_charset.
3656
78e2826b
TT
36572010-03-05 Tom Tromey <tromey@redhat.com>
3658
3659 * gdb.texinfo (Data): Link to pretty-printing.
3660 (Output Formats): Likewise. Correct text.
3661
f5dff777
DJ
36622010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
3663
3664 * gdb.texinfo (Types): Describe <struct> and <flags>.
3665
dc00d89f
PM
36662010-02-28 Phil Muldoon <pmuldoon@redhat.com>
3667
3668 * gdb.texinfo (Frames In Python): Add block parameter and
3669 description to read_var text.
3670
5107b149 36712010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 3672 Tom Tromey <tromey@redhat.com>
5107b149
PM
3673
3674 * gdb.texinfo (Types In Python): Describe block argument in
3675 template_argument and gdb.lookup_type.
3676
e03e5e7b
TT
36772010-02-24 Tom Tromey <tromey@redhat.com>
3678
3679 * gdb.texinfo (Cygwin Native): Fix typo.
3680
f3e9a817
PM
36812010-02-24 Phil Muldoon <pmuldoon@redhat.com>
3682
3683 * gdb.texinfo (Frames In Python): Add block, find_sal, function
3684 and select method descriptions.
3685 (Python API): Add Blocks In Python, Symbols in Python and Symbol
3686 Tables in Python to menu.
3687 (Blocks In Python): New node.
3688 (Symbols In Python): New node.
3689 (Symbol Tables in Python): New node.
3690
a79b8f6e
VP
36912010-02-24 Vladimir Prus <vladimir@codesourcery.com>
3692
3693 Multiexec MI
3694
3695 gdb/
3696 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
3697
3698 gdb/doc/
3699 * gdb.texinfo (GDB/MI Command Syntax): Document notification
3700 changes.
3701 (GDB/MI Program Execution): Document current behaviour of
3702 --all and --thread-group.
3703 (GDB/MI Miscellaneous Commands): Document -add-inferior and
3704 -remove-inferior.
3705 * observer.texi (inferior_added, inferior_removed): New
3706 observers.
3707
629d6a47
TT
37082010-02-19 Tom Tromey <tromey@redhat.com>
3709
3710 * gdbint.texinfo (Getting Started): Fix @node.
3711 (Debugging GDB): Likewise.
3712
c09529e5
JB
37132010-02-13 Joel Brobecker <brobecker@adacore.com>
3714
3715 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
3716 documenting the gdb_test_timeout variable.
3717
540aa8e7
MS
37182010-02-12 Jakob Engblom <jakob@virtutech.com>
3719
3720 * gdb.texinfo (MI commands): Added documentation of --reverse
3721 option to a set of MI commands. Restructured documentation of MI
3722 commands --exec-continue to reflect the complexity of reverse
3723 execution.
3724
081dfbf7
PA
37252010-02-12 Pedro Alves <pedro@codesourcery.com>
3726
3727 * gdb.texinfo (Using the Collected Data): Specify that the address
3728 range of `tfind outsize' is exclusive, and that the address range
3729 of `tfind range' is inclusive.
3730 (Tracepoint Packets): Specify that the address range of
3731 `QTFrame:range' is inclusive, and that the address range of
3732 `QTFrame:outside' is exclusive
3733
8e9c5e02
VP
37342010-02-12 Vladimir Prus <vladimir@codesourcery.com>
3735
3736 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
3737
92981e24
TT
37382010-02-10 Tom Tromey <tromey@redhat.com>
3739
3740 * gdb.texinfo (Debugging Output): Document set debug parser and
3741 show debug parser.
3742
075b51b7
L
37432010-02-09 H.J. Lu <hongjiu.lu@intel.com>
3744
3745 * gdb.texinfo (Predefined Target Types): Add i387_ext,
3746 i386_eflags and i386_mxcsr.
3747
3bb8d5c3
L
37482010-02-08 H.J. Lu <hongjiu.lu@intel.com>
3749
3750 * gdb.texinfo: Document i386 target features.
3751
c5f80513
DE
37522010-02-05 Doug Evans <dje@google.com>
3753
3754 * gdbint.texinfo (Testsuite): Add a new section to document the
3755 various DejaGnu variables that may be overridden.
1be00882 3756 Document INTERNAL_GDBFLAGS.
c5f80513 3757
6ac33a4e
TT
37582010-02-04 Tom Tromey <tromey@redhat.com>
3759
3760 PR cli/8830:
3761 * gdb.texinfo (Files): -readnow comes before the filename for file
3762 and symbol-file.
3763
a1dcb23a
DJ
37642010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
3765
3766 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
3767 Document ARM breakpoint types.
3768 (Register Packet Format): Move into the new section.
3769 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
3770
95433b34
JB
37712010-01-21 Joel Brobecker <brobecker@adacore.com>
3772
3773 * gdb.texinfo (File Options): Adjust the documentation of this
3774 switch to refer to the "source" command rather than partially
3775 duplicating some of the relevant information.
3776 (Extending GDB): Introduce and document the set/show script-extension
3777 setting.
3778 (Command Files): Add note explaining that the "source" command
3779 is also used to evalute scripts written in other languages.
3780 Remove the short slightly incorrect reference to sourcing Python
3781 scripts.
3782 (Python Commands): Document how to execute a Python script from GDB.
3783
8d576872
JB
37842010-01-19 Joel Brobecker <brobecker@adacore.com>
3785
3786 * gdb.texinfo (Command Files): Fix typo.
3787
8150ff9c
JB
37882010-01-18 Tom Tromey <tromey@redhat.com>
3789
3790 * gdb.texinfo (File Options): Document -x on .py files.
3791 (Command Files): Document handling of Python scripts.
3792
23db03a6
JZ
37932010-01-18 Jie Zhang <jie.zhang@analog.com>
3794
3795 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
3796
00bf0b85
SS
37972010-01-15 Stan Shebs <stan@codesourcery.com>
3798
3799 * gdb.texinfo (Trace Files): New section.
3800 (Tracepoint Packets): Document QTSave and qTBuffer.
3801 (Trace File Format): New appendix.
3802
be759fcf
PM
38032010-01-13 Phil Muldoon <pmuldoon@redhat.com>
3804
3805 * gdb.texinfo (Values From Inferior): Document lazy_string value
3806 method.
3807 (Python API): Add Lazy strings menu item.
3808 (Lazy Strings In Python): New node.
3809
dc146f7c
VP
38102010-01-13 Vladimir Prus <vladimir@codesourcery.com>
3811
3812 * gdb.texinfo (GDB/MI Thread Information): New.
3813 (GDB/MI Async Records): Document the core field in *stopped.
3814 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
3815 documentation
3816 (Process list): Document that osdata document may contain
3817 threads.
3818 (Remote Serial Protocol): Document qXfer:threads.
3819
d5551862
SS
38202010-01-06 Stan Shebs <stan@codesourcery.com>
3821
3822 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3823 disconnected tracing.
3824 (Tracepoint Packets): Document new protocol.
3825
7a697b8d
SS
38262010-01-05 Stan Shebs <stan@codesourcery.com>
3827
3828 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
3829 tracepoints.
3830 (Tracepoint Packets): Describe remote protocol for fast
3831 tracepoints.
3832
e6f3ec50
JB
38332010-01-01 Joel Brobecker <brobecker@adacore.com>
3834
3835 Update the "Start of New Year Procedure".
3836 * gdbint.texinfo: Add the list of files that need to be updated
3837 manually. Minor reformatting.
3838
ddc4e9c1
JB
38392010-01-01 Joel Brobecker <brobecker@adacore.com>
3840
3841 * refcard.tex: Update copyright year in header and text.
3842
9d2897ad
JB
38432010-01-01 Joel Brobecker <brobecker@adacore.com>
3844
3845 * agentexpr.texi: Add 2010 to the list of copyright years.
3846 * annotate.texinfo: Likewise.
3847 * gdb.texinfo: Likewise.
3848 * gdbint.texinfo: Likewise.
3849 * observer.texi: Likewise.
3850 * stabs.texinfo: Likewise.
3851
6da95a67
SS
38522009-12-31 Stan Shebs <stan@codesourcery.com>
3853
3854 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 3855
236f1d4d
SS
38562009-12-29 Stan Shebs <stan@codesourcery.com>
3857
3858 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 3859
f61e138d
SS
38602009-12-28 Stan Shebs <stan@codesourcery.com>
3861
3862 * gdb.texinfo (Trace State Variables): New section.
3863 (Tracepoint Packets): Describe trace state variable packets.
3864 * agentexpr.texi (Bytecode Descriptions): Describe trace state
3865 variable bytecodes.
3866
0fe7935b
DJ
38672009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
3868
3869 * gdb.texinfo (Symbols): "info variables" prints definitions, not
3870 declarations.
3871
a6b29f87
VP
38722009-12-21 Vladimir Prus <vladimir@codesourcery.com>
3873
3874 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
3875 -gdb-exit behaviour.
3876
5e4bde96
JB
38772009-12-20 Joel Brobecker <brobecker@adacore.com>
3878
3879 * gpl.texi: Update to version 3 of the GPL.
3880
a1715244
JB
38812009-12-20 Joel Brobecker <brobecker@adacore.com>
3882
3883 * Makefile.in: Update copyright header.
3884 * observer.texi: Fix the copyright header of the generated files.
3885
361ae042
PM
38862009-12-08 Phil Muldoon <pmuldoon@redhat.com>
3887
3888 * gdb.texinfo (Types In Python): Describe range function.
3889
bfd31e71
PM
38902009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
3891
3892 * gdb.texinfo (Types In Python): Describe "is_base_class".
3893
57a1d736
TT
38942009-12-03 Tom Tromey <tromey@redhat.com>
3895
3896 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
3897
8cebebb9
PP
38982009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
3899
3900 * observer.texi: New memory_changed observer.
3901
16af530a
TT
39022009-12-01 Tom Tromey <tromey@redhat.com>
3903
3904 * gdb.texinfo (Reverse Execution): Fix typo.
3905
b6199126
DJ
39062009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
3907
3908 PR gdb/8704
3909
3910 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
3911 are allowed after the breakpoint condition.
3912
7a6973ad
TT
39132009-11-23 Tom Tromey <tromey@redhat.com>
3914
3915 PR python/10782:
3916 * gdb.texinfo (Types In Python): Document Type.pointer.
3917
21a0512e
PP
39182009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
3919
3920 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 3921
a5832c8f
PA
39222009-11-11 Pedro Alves <pedro@codesourcery.com>
3923
3924 * agentexpr.texi (Tracing On Symmetrix): Delete section.
3925 (Using Agent Expressions): Delete cross reference.
3926
1eb7cd77
JB
39272009-11-07 Joel Brobecker <brobecker@adacore.com>
3928
3929 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
3930 and @settitle directives up to help makeinfo find them.
3931
24ddea62
JK
39322009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3933
3934 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
3935 (Auto-loading): Use plural and note one can use multiple components now.
3936
3afae151
VP
39372009-11-01 Vladimir Prus <vladimir@codesourcery.com>
3938
3939 * gdb.texinfo (GDB/MI Stack Manipulation): Make
3940 -stack-list-arguments have the same documentation for parameter
3941 as -stack-list-locals. Add comas.
3942
14ff2235
PM
39432009-10-27 Tom Tromey <tromey@redhat.com>
3944 Eli Zaretskii <eliz@gnu.org>
3945
c8d5aac9 3946 PR python/10781
14ff2235
PM
3947
3948 * gdb.texinfo (Values From Inferior): Document cast method.
3949
9c419145
PP
39502009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
3951
3952 * gdb.texinfo (Machine Code): Mention function name in disasssembly
3953 and adjust example.
889bf7c5 3954
29153c24
MS
39552009-10-22 Michael Snyder <msnyder@vmware.com>
3956
3957 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 3958 info record command. Also document the new save and restore
29153c24
MS
3959 commands.
3960
2b28d209
PP
39612009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
3962
3963 * gdb.texinfo (Machine Code): Mention current pc marker.
3964 (Memory): Likewise.
3965
6c95b8df
PA
39662009-10-19 Pedro Alves <pedro@codesourcery.com>
3967 Stan Shebs <stan@codesourcery.com>
3968
3969 * observer.texi (new_inferior): Rename to...
3970 (inferior_appeared): ... this.
3971
3972 * gdb.texinfo (Inferiors): Rename node to ...
3973 (Inferiors and Programs): ... this. Mention running multiple
3974 programs in the same debug session.
3975 <info inferiors>: Mention the new 'Executable' column if "info
3976 inferiors". Update examples. Document the "add-inferior",
3977 "clone-inferior", "remove-inferior" and "maint info
3978 program-spaces" commands.
3979 (Process): Rename node to...
3980 (Forks): ... this. Document "set|show follow-exec-mode".
3981
2f8132f3
MS
39822009-10-11 Michael Snyder <msnyder@vmware.com>
3983
3984 * gdb.texinfo (ReverseStep): Show default as "unsupported".
3985 (ReverseContinue): Ditto.
3986
cba4b2d3
PP
39872009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
3988
3989 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 3990
da082f17
JK
39912009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3992
3993 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
3994
08be9d71
ME
39952009-10-06 Michael Eager <eager@eagercon.com>
3996
3997 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
3998 (Embedded Processors): Add MicroBlaze.
3999 (MicroBlaze): New. Describe Xilinx MicroBlaze
4000
08a0efd0
PA
40012009-10-04 Pedro Alves <pedro@codesourcery.com>
4002
4003 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
4004
cbb8f428
EZ
40052009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
4006
4007 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
4008
30a4a70c
JB
40092009-09-23 Joel Brobecker <brobecker@adacore.com>
4010
4011 * observer.texi (solib_unloaded): Document explicitly the fact that
4012 this observer is called before the associated symbols are unloaded.
4013
b3372f91
VP
40142009-09-19 Vladimir Prus <vladimir@codesourcery.com>
4015
4016 * gdb.texinfo (GDB/MI Stack Manipulation): Document
4017 -stack-list-variables.
4018
f43030c4
TT
40192009-09-18 Tom Tromey <tromey@redhat.com>
4020
4021 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
4022 is experimental.
4023
ec7e75e7
PP
40242009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4025
4026 * gdb.texinfo (convenince variables): Mention
4027 $_siginfo could be empty.
f43030c4 4028
0cc7d26f
TT
40292009-09-15 Tom Tromey <tromey@redhat.com>
4030
4031 * gdb.texinfo (GDB/MI Variable Objects): Document
4032 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
4033 Expand -var-update documentation.
4034
a96d9b2e
SDJ
40352009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4036
4037 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
4038 feature.
4039
005ca36a
JB
40402009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
4041
4042 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
4043
0d772ac9
MS
40442009-09-10 Michael Snyder <msnyder@vmware.com>
4045
4046 * gdb.texinfo (qSupported): Mention new ReverseContinue and
4047 ReverseStep replies to the qSupported query.
4048
14fb1bac
JB
40492009-09-10 Joel Brobecker <brobecker@adacore.com>
4050
4051 Add documentation for set/show interactive-mode.
4052 * gdb.texinfo (Other Misc Settings): New node.
4053
29b090c0
DE
40542009-09-01 Doug Evans <dje@google.com>
4055
4056 * gdb.texinfo (Caching Data of Remote Targets): Add note on
4057 non-stop mode's affect on remote caching.
4058
4e5d721f
DE
40592009-08-31 Jacob Potter <jdpotter@google.com>
4060 Doug Evans <dje@google.com>
4061
4062 * gdb.texinfo (Caching Data of Remote Targets): Update text.
4063 Mark `set/show remotecache' options as obsolete.
4064 Document new `set/show stack-cache' option.
4065 Update text for `info dcache'.
4066
55333a84
DE
40672009-08-27 Doug Evans <dje@google.com>
4068
4069 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
4070 (Files): Add note on new optional regex arg to `info sharedlibrary'.
4071
bc3a0b4d
RW
40722009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4073
4074 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
4075 about autoconf.
4076
3a1ff0b6
PA
40772009-08-25 Pedro Alves <pedro@codesourcery.com>
4078
4079 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
4080 small example, and describe its columns. Replace "inferior-id" by
4081 "infno" throughout.
4082
81ecdfbb
RW
40832009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4084
af542c2e
RW
4085 * gdbint.texinfo (Releasing GDB): Point to
4086 README-maintainer-mode file for required autoconf version.
4087 * configure.ac: Do not substitute datarootdir, htmldir,
4088 pdfdir, docdir. Do not process --with-datarootdir,
4089 --with-htmldir, --with-pdfdir, --with-docdir.
4090 * configure: Regenerate.
4091
81ecdfbb
RW
4092 * configure: Regenerate.
4093
4efc6507
DE
40942009-08-20 Reid Kleckner <reid@kleckner.net>
4095
4096 * gdb.texinfo: Add chapter on JIT interface.
4097
43089a6e
NR
40982009-08-07 Nick Roberts <nickrob@snap.net.nz>
4099
4100 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 4101 confirmation request.
43089a6e 4102
99e008fe
EZ
41032009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
4104
c8d5aac9
L
4105 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
4106 CRC definitions.
99e008fe 4107
48cb2d85
VP
41082009-08-03 Vladimir Prus <vladimir@codesourcery.com>
4109
4110 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 4111 -break-commands.
48cb2d85 4112
ff1a52c6
UW
41132009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4114
4115 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4116 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
4117
3285f3fe
UW
41182009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4119
4120 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4121 "set spu stop-on-load" and "show spu stop-on-load" commands.
4122
e35359c5
UW
41232009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4124
4125 * gdb.texinfo (Target Descriptions): Document <compatible> element.
4126
58d6951d
DJ
41272009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
4128
4129 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
4130 org.gnu.gdb.arm.neon.
4131
08d16641
PA
41322009-07-20 Pedro Alves <pedro@codesourcery.com>
4133
4134 * gdb.texinfo (Target Description Format): Mention the new <osabi>
4135 optional element.
4136 (subsection OS ABI): New subsection.
4137
782b2b07
SS
41382009-07-14 Stan Shebs <stan@codesourcery.com>
4139
4140 * gdb.texinfo (Tracepoint Conditions): New section.
4141 (General Query Packets): Describe ConditionalTracepoints.
4142 (Tracepoint Packets): Describe condition field.
4143 (Maintenance Commands): Describe maint agent-eval.
4144 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
4145
9b117ef3
HZ
41462009-07-11 Hui Zhu <teawater@gmail.com>
4147
4148 * gdb.texinfo (disassemble): Add a new modifier /r
4149 to "disassemble" command to make it print the raw instructions
4150 in hex as well as in symbolic form.
4151
f5a33284
TT
41522009-07-09 Tom Tromey <tromey@redhat.com>
4153
4154 * gdbint.texinfo (Testsuite): Document parallel make check.
4155
812f7342
TT
41562009-07-09 Tom Tromey <tromey@redhat.com>
4157
4158 * gdbint.texinfo (Testsuite): Document test transcripts.
4159
fbb8f299
PM
41602009-07-10 Phil Muldoon <pmuldoon@redhat.com>
4161
4162 * gdb.texinfo (Values From Inferior): Add length parameter
4163 description.
4164
dd8f35ac
EZ
41652009-07-04 Chris Genly <chris@genly.us>
4166
4167 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
4168 in -var-list-children. Fix example according to what the code
4169 does.
4170
2277426b
PA
41712009-07-02 Pedro Alves <pedro@codesourcery.com>
4172
4173 * gdb.texinfo (Debugging multiple inferiors): Document the
4174 "inferior", "detach inferior" and "kill inferior" commands.
4175 (Debugging Programs with Multiple Processes): Adjust to mention
4176 generic "inferior" commands. Delete mention of "detach fork" and
4177 "delete fork". Cross reference to "Debugging multiple inferiors"
4178 section.
4179
a6d9a66e
UW
41802009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4181
5af949e3
UW
4182 * gdbint.texinfo (Item Output Functions): Update signature
4183 for ui_out_field_core_addr.
4184
41852009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4186
4187 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
4188 Update example code extrated from breakpoint.c.
4189
9901a55b 41902009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 4191
9901a55b
PP
4192 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
4193 MI commands.
4194 (GDB/MI Symbol Query): Likewise.
4195 (GDB/MI File Commands): Likewise.
4196 (GDB/MI File Transfer Commands): Likewise.
4197 (GDB/MI Target Manipulation): Likewise.
4198 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 4199
edb3359d
DJ
42002009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
4201
4202 * gdb.texinfo (Debugging Optimized Code): New chapter.
4203 (Compiling for Debugging): Reference it. Move some
4204 text to the new section.
4205
7cd1089b
PM
42062009-06-15 Phil Muldoon <pmuldoon@redhat.com>
4207
4208 * doc/gdb.texinfo (Calling): Document
4209 set-unwind-on-terminating-exception usage.
4210
d4db2f36
PA
42112009-06-11 Pedro Alves <pedro@codesourcery.com>
4212
4213 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
4214 command.
4215
d1a7880c
PA
42162009-06-07 Pedro Alves <pedro@codesourcery.com>
4217
4218 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
4219 references.
4220
473f94e6
UW
42212009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
4222
4223 * gdbint.texinfo: Rename formal parameters to gdbarch function
4224 protoypes from "current_gdbarch" to "gdbarch".
4225
8f500870
TT
42262009-05-28 Tom Tromey <tromey@redhat.com>
4227
4228 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
4229
b6313243
TT
42302009-05-27 Tom Tromey <tromey@redhat.com>
4231
4232 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
4233 feature.
4234 (GDB/MI Variable Objects): Document -var-set-visualizer.
4235
42362009-04-02 Tom Tromey <tromey@redhat.com>
4237
4238 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
4239 feature.
4240 (GDB/MI Variable Objects): Document -var-set-visualizer.
4241
a6bac58e
TT
42422009-05-27 Tom Tromey <tromey@redhat.com>
4243 Thiago Jung Bauermann <bauerman@br.ibm.com>
4244 Phil Muldoon <pmuldoon@redhat.com>
4245
4246 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
4247 (Pretty Printing): New node.
4248 (Selecting Pretty-Printers): Likewise.
4249 (Python API): Update.
4250 (Output Formats): Document /r format.
4251
2c74e833
TT
42522009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
4253 Tom Tromey <tromey@redhat.com>
4254
4255 * gdb.texinfo (Types In Python): New node.
4256 (Values From Inferior): "type" is now an attribute.
4257 (Python API): Update.
4258
89c73ade
TT
42592009-05-27 Tom Tromey <tromey@redhat.com>
4260 Thiago Jung Bauermann <bauerman@br.ibm.com>
4261 Phil Muldoon <pmuldoon@redhat.com>
4262
4263 * gdb.texinfo: Add @syncodeindex for `tp'.
4264 (Python API): Update.
4265 (Auto-loading): New node.
4266 (Objfiles In Python): New node.
4267
17a37d48
PP
42682009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
4269
4270 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 4271
6718376f
NR
42722009-05-15 Nick Roberts <nickrob@snap.net.nz>
4273
4274 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
4275
cbe54154
PA
42762009-05-12 Pedro Alves <pedro@codesourcery.com>
4277
4278 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
4279 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
4280 show show-debug-regs' docs.
4281
8e05493c
EZ
42822009-05-08 Eli Zaretskii <eliz@gnu.org>
4283
4284 * gdb.texinfo (Process Record and Replay): Add description of
4285 reverse execution.
4286
b39f4988
JB
42872009-05-07 Joel Brobecker <brobecker@adacore.com>
4288
4289 * gdbint.texinfo (Adding support for debugging core files): New node.
4290 (Native Debugging): Remove the ``Native core file Support'' section.
4291
a2311334
EZ
42922009-05-01 Eli Zaretskii <eliz@gnu.org>
4293
4294 * gdb.texinfo (Process Record and Replay): Improve and clarify.
4295 Add index entries.
4296
53cc454a 42972009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 4298 Michael Snyder <msnyder@vmware.com>
53cc454a 4299
a2311334
EZ
4300 * gdb.texinfo: (Process Record and Replay): Add documentation for
4301 process record and replay.
53cc454a 4302
484086b7
JK
43032009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4304
4305 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
4306 a new part on command-line defined macros.
4307
32ae1842
EZ
43082009-04-25 Eli Zaretskii <eliz@gnu.org>
4309
4310 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
4311 clarify the wording.
4312
b14b1491
TT
43132009-04-23 Tom Tromey <tromey@redhat.com>
4314
4315 * gdb.texinfo (Data Files): New node.
4316 (GDB Files): Update menu.
4317
5c1e86e1
JB
43182009-04-23 Joel Brobecker <brobecker@adacore.com>
4319
4320 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 4321 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 4322
83eba9b7
VP
43232009-04-22 Vladimir Prus <vladimir@codesourcery.com>
4324
4325 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
4326
e31198c4
HZ
43272009-04-22 Hui Zhu <teawater@gmail.com>
4328
4329 * gdb.texinfo (disassemble-next-line): Set the default of
4330 disassemble-next-line to off.
4331
26e251b6
JM
43322009-04-21 Joseph Myers <joseph@codesourcery.com>
4333
4334 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
4335 --with-htmldir): New.
4336 * configure: Regenerate.
4337 * Makefile.in (datarootdir, docdir): Define.
4338 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
4339 instead of $(SET_TEXINPUTS).
4340 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
4341 gdbint.info instead of $(SET_TEXINPUTS).
4342 (gdbint/index.html): Use same -I options as for building
4343 gdbint.info.
4344 (stabs.dvi, stabs.pdf): Use same -I options as for building
4345 stabs.info instead of $(SET_TEXINPUTS).
4346 (stabs/index.html): Use same -I options as for building
4347 stabs.info.
4348 (annotate.dvi, annotate.pdf): Use same -I options as for building
4349 annotate.info instead of $(SET_TEXINPUTS).
4350 (annotate/index.html): Use same -I options as for building
4351 annotate.info.
4352
eac35c4e
DD
43532009-04-21 David Daney <ddaney@caviumnetworks.com>
4354
4355 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
4356
29b0e8a2
JM
43572009-04-21 Joseph Myers <joseph@codesourcery.com>
4358
4359 * gdb.texinfo (Source Path): Document --with-relocated-sources.
4360
2b831889 43612009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 4362 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
4363
4364 * Makefile.in (MAKEHTML): Set to makeinfo --html.
4365 (MAKEHTMLFLAGS): Set to empty.
4366 (html__strip_dir): Define.
4367 (HTMLFILES): Define.
4368 (HTMLFILES_INSTALL): Define.
4369 (install-html): Copy new automake rule.
4370 (html): Depend on $(HTMLFILES).
4371 (gdb_toc.html): Rename to gdb/index.html.
4372 (gdbint_toc.html): Rename to gdbint/index.html.
4373 (stabs_toc.html): Rename to stabs/index.html.
4374 (annotate_toc.html): Rename to annotate/index.html.
4375
89a34d1b
JM
43762009-04-17 Carlos O'Donell <carlos@codesourcery.com>
4377
4378 * Makefile.in: Set pdfdir and htmldir from configure
4379 substitutions.
4380 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
4381 * configure: Regenerate.
4382
a2d5da46
JB
43832009-04-16 Joel Brobecker <brobecker@adacore.com>
4384
4385 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
4386 This macro is no longer used.
4387
732f6a93
TT
43882009-04-15 Tom Tromey <tromey@redhat.com>
4389
4390 * gdb.texinfo (Character Sets): Document default character set.
4391
87f9adc1
PM
43922009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
4393
4394 * gdbint.texinfo: Change server name from sources.redhat.com to
4395 sourceware.org throughout.
4396
2c88c651
JB
43972009-04-09 Joel Brobecker <brobecker@adacore.com>
4398
4399 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
4400 about a missing dot or coma after @xref.
4401
4f5376b2
JB
44022009-04-02 Joel Brobecker <brobecker@adacore.com>
4403
4404 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
4405 example, and add a small explanation about it.
4406 (Print Settings): Change the documentation of the "set print
4407 frame-arguments" to reflect the fact that the default is now "scalars".
4408
a0381d3a
JB
44092009-04-02 Joel Brobecker <brobecker@adacore.com>
4410
4411 * gdb.texinfo (Print Settings): Add kindex for command "set
4412 print frame-arguments".
4413
45ac276d
JB
44142009-03-31 Joel Brobecker <brobecker@adacore.com>
4415
4416 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
4417 breakpoints.
4418 (Set Breaks): Add reference to thread-specific and task-specific
4419 breakpoints.
4420
32cd1edc
JB
44212009-03-31 Joel Brobecker <brobecker@adacore.com>
4422
4423 * gdb.texinfo (Ada Tasks): Remove the documentation about
4424 the "Running" state, as this state has been eliminated.
4425 Now all runnable tasks are shown as "Runnable".
4426
1042e4c0
SS
44272009-03-30 Stan Shebs <stan@codesourcery.com>
4428
4429 * gdb.texinfo (Tracepoints): Describe tracepoints as a
4430 special case of breakpoints.
4431 (Enable and Disable Tracepoints): Mention deprecation.
4432 (Listing Tracepoints): Update description and example.
4433
f8f6f20b
TJB
44342009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
4435
4436 * gdb.texinfo (Frames in Python): New node.
4437 (Python API): Update.
4438
c0c6f777
TJB
44392009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
4440
4441 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
4442 from a method to an attribute.
4443
def2b000
TJB
44442009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
4445
4446 * gdb.texinfo (Values From Inferior): Document is_optimized_out
4447 attribute.
4448
a07daef3
PA
44492009-03-25 Pedro Alves <pedro@codesourcery.com>
4450
4451 * observer.texi (thread_exit): Add "silent" parameter.
4452
f3b1572e
PA
44532009-03-22 Pedro Alves <pedro@codesourcery.com>
4454
4455 * observer.texi (about_to_proceed): New.
4456
587afa38
EZ
44572009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
4458
4459 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
4460 field throughout to handle types with spaces in them. Fix typos
4461 found by aspell.
4462 (Summary, Requirements, Contributors): New first chapter,
4463 "Summary" added, old Requirements section moved there, and new
4464 section, "Contributors" added.
4465 (Initializing a New Architecture, Register Representation)
4466 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
4467 (Porting gdb): These sections extended and updated.
4468 (Compiler Characteristics): This section (empty) deleted.
4469 (Defining Other Architecture Features): This section renamed and
4470 duplicate material removed from (formerly "Target Conditionals").
4471 Use braces {} in @deftypeXX type field throughout to handle types
4472 with spaces in them. Typos found by aspell fixed.
4473
4474 * stack_frame.svg: New file, source of image for gdbint.texinfo.
4475 * stack_frame.pdf: Version of image for PDF output.
4476 * stack_frame.png: Version of image for HTML output and for Emacs.
4477 * stack_frame.txt: Version of image for Info output.
1db61298 4478 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 4479
10af6951
EZ
44802009-03-21 Eli Zaretskii <eliz@gnu.org>
4481
4482 * gdb.texinfo (Character Sets): Fix last change.
4483
cc924cad
TJB
44842009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
4485
4486 * gdb.texinfo (Values From Inferior): Fix optional arguments
4487 markup.
4488 (Commands In Python): Adjust argument names of gdb.Command.__init__
4489 to what the function accepts as keywords.
4490
bc3b79fd
TJB
44912008-03-20 Tom Tromey <tromey@redhat.com>
4492
4493 * gdb.texinfo (Convenience Vars): Document convenience functions.
4494 (Functions In Python): New node.
4495 (Python API): Update.
4496
6c7a06a3
TT
44972009-03-20 Tom Tromey <tromey@redhat.com>
4498
4499 * gdb.texinfo (Character Sets): Remove obsolete text. Document
4500 set target-wide-charset.
4501 (Requirements): Mention iconv.
4502
b646ddd4
HZ
45032009-03-17 Hui Zhu <teawater@gmail.com>
4504
4505 * gdb.texinfo: Change the introduce of "disassemble-next-line".
4506
91440f57
HZ
45072009-03-17 Hui Zhu <teawater@gmail.com>
4508
4509 * gdb.texinfo: Add documentation for disassemble-next-line.
4510
8fd41227
TJB
45112009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
4512
4513 * gdb.texinfo (Commands In Python): Remove tindex entries.
4514
61ff14c6
JK
45152009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4516
4517 * gdb.texinfo (Returning): New description for missing debug info.
4518
0b16c5cf
PA
45192009-03-14 Pedro Alves <pedro@codesourcery.com>
4520
4521 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 4522 (General Query Packets): Document qAttached.
0b16c5cf 4523
32fc0df9
PA
45242009-03-05 Pedro Alves <pedro@codesourcery.com>
4525
4526 * gdb.texinfo (Background Execution): Better describe the set
4527 target-async command.
4528 (Maintenance Commands): Delete description of the `maint set/show
4529 linux-async' and `maint set/show remote-async' commands.
4530
134eb42c
VP
45312009-02-18 Vladimir Prus <vladimir@codesourcery.com>
4532
4533 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
4534 between sentences.
4535
c86cf029
VP
45362009-02-18 Vladimir Prus <vladimir@codesourcery.com>
4537
4538 * gdb.texinfo (GDB/MI Async Records): Document the
4539 =library-loaded and =library-unloaded notifications.
4540
3ea85240
VP
45412009-02-17 Vladimir Prus <vladimir@codesourcery.com>
4542
4543 * observer.texi (test_notification): New observer.
4544
1d33d6ba
VP
45452009-02-14 Vladimir Prus <vladimir@codesourcery.com>
4546
61ff14c6
JK
4547 * observer.texi: Add parameter 'print_frame' to normal_stop
4548 observer.
1d33d6ba 4549
d721c933
EZ
45502009-02-07 Eli Zaretskii <eliz@gnu.org>
4551
4552 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
4553 (Commands In Python): Fix COMMAND_* constants in last change. Use
4554 @kbd for interactive input. Add cross-references and index
4555 entries.
4556
4aa995e1
PA
45572009-02-06 Pedro Alves <pedro@codesourcery.com>
4558
4559 * gdb.texinfo (Signals): Document $_siginfo.
4560 (Convenience Variables): Mention $_siginfo.
4561 (Remote Configuration): Document qXfer:siginfo:read,
4562 qXfer:siginfo:write packets, and the read-siginfo-object,
4563 write-siginfo-object commands.
4564
5f5233d4
PA
45652009-02-06 Pedro Alves <pedro@codesourcery.com>
4566
4567 * gdbint.texinfo (Values): New chapter.
4568
d8906c6f
TJB
45692009-02-06 Tom Tromey <tromey@redhat.com>
4570
4571 * gdb.texinfo (Python API): Add entry for Commands In Python.
4572 (Commands In Python): New node.
4573
b6cb8e7d
TJB
45742009-02-05 Tom Tromey <tromey@redhat.com>
4575
4576 * gdb.texinfo (Values From Inferior): Document Value.string.
4577
12453b93
TJB
45782009-02-05 Tom Tromey <tromey@redhat.com>
4579
4580 * gdb.texinfo (Basic Python): Document execute's from_tty
4581 argument.
4582
08c637de
TJB
45832009-02-04 Tom Tromey <tromey@redhat.com>
4584
4585 * gdb.texinfo (Basic Python): Document gdb.history.
4586
592375cd
VP
45872009-01-30 Vladimir Prus <vladimir@codesourcery.com>
4588
4589 * gdb.texinfo (GDB/MI Thread Commands): Document the
4590 'current-thread-id' field. Remove the example with zero threads,
4591 since current GDB won't ever report that if there's inferior.
4592
41447f92
VP
45932009-01-30 Vladimir Prus <vladimir@codesourcery.com>
4594
4595 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
4596 option to -break-insert.
4597
098b41a6
JG
45982009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
4599 Jerome Guitton <guitton@adacore.com>
4600
4601 * gdb.texinfo (Startup): Document --with-system-gdbinit.
4602 (System-wide configuration): New section.
4603
3c16cced
PA
46042009-01-26 Pedro Alves <pedro@codesourcery.com>
4605
4606 PR gdb/7580:
4607 * gdb.texinfo (Maintenance Commands): Document "maint set|show
4608 internal-error|internal-warning quit|corefile ask|yes|no".
4609
62709adf
PA
46102009-01-26 Pedro Alves <pedro@codesourcery.com>
4611
4612 * gdb.texinfo (Using the `gdbserver' Program): Document
4613 --remote-debug.
4614
7ce58dd2
DE
46152009-01-23 Doug Evans <dje@google.com>
4616
4617 * gdb.texinfo: Add nexti to list of commands that support
4618 background execution.
4619
adb483fe
DJ
46202009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
4621
4622 * gdb.texinfo (Define, Hooks): Document prefix command support.
4623
a67ec3f4 46242009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 4625 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
4626
4627 Fixes for makeinfo --html.
4628
4629 * annotate.texinfo: Use @copying and @insertcopying. Use
4630 @ifnottex in place of @ifinfo.
4631 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
4632 place of @ifinfo. Use @ifnotinfo for one index entry.
4633 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
4634 in place of @ifinfo.
4635 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
4636 in place of @ifinfo. Include contents at start unconditionally.
4637
84fcdf95
PA
46382009-01-13 Pedro Alves <pedro@codesourcery.com>
4639
4640 * gdb.texinfo (General Query Packets): Remove @var{} around the
4641 "spu" literal string.
4642
fa3a767f
PA
46432009-01-07 Pedro Alves <pedro@codesourcery.com>
4644
4645 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
4646 program may be running in another process" errors.
4647 * gdbint.texinfo (Native Conditionals): Delete
4648 ONE_PROCESS_WRITETEXT description.
4649
9cb011d3
JB
46502009-01-07 Joel Brobecker <brobecker@adacore.com>
4651
4652 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
4653 emacs local variable to be placed at the end of the ChangeLog.
4654 Add server.c and gdbreplay.c to the list of files where the
4655 copyright year needs to be updated.
4656
84603566
SL
46572009-01-06 Sandra Loosemore <sandra@codesourcery.com>
4658
4659 * gdb.texinfo (Remote Configuration): Document new
4660 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
4661 commands.
4662
a53f55d8
PA
46632008-12-28 Pedro Alves <pedro@codesourcery.com>
4664
4665 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
4666 FETCH_INFERIOR_REGISTERS.
4667 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
4668 FETCH_INFERIOR_REGISTERS descriptions. Remove
4669 gdbarch_get_longjmp_target descrition, since already described in
4670 Target Conditionals. Move gdbarch_fp0_regnum description to ...
4671 (Target Conditionals): ... here.
4672
077e0a52
JB
46732008-12-16 Joel Brobecker <brobecker@adacore.com>
4674
4675 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
4676 examples.
4677 (Additions to Ada): Likewise. Add the missing opening and closing
4678 parenthesis of the GDB prompt in one of the examples.
4679
023eb17c
JB
46802008-12-14 Joel Brobecker <brobecker@adacore.com>
4681
4682 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
4683 about the result of 'Address not being of type System.Address.
4684 This problem has been fixed a while ago.
4685
c3b108f7
VP
46862008-12-02 Vladimir Prus <vladimir@codesourcery.com>
4687
4688 MI non-stop and multiprocess docs.
4689
c8d5aac9
L
4690 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
4691 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
4692 Adjust documentation for *stopped, document =thread-created,
4693 =thread-exited, =thread-group-created and =thread-group-exited.
4694 (GDB/MI Thread Commands): Document the 'state' field in
4695 -thread-info output.
4696 (GDB/MI Program Execution): Mention --all and --thread-group
4697 options.
4698 (GDB/MI Variable Objects): Describe floating and fixed variable
4699 objects.
4700 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 4701
07e059b5
VP
47022008-12-02 Vladimir Prus <vladimir@codesourcery.com>
4703
c8d5aac9
L
4704 * gdb.texinfo (Operating System Information): New appendix.
4705 (Operating System Auxiliary Information): Document 'info os processes'
4706 (Remote Configuration): Document 'osdata'
4707 (General Query Packets): Document qXfer:osdata:read.
07e059b5 4708
a80b95ba
TG
47092008-11-27 Tristan Gingold <gingold@adacore.com>
4710
4711 * gdb.texinfo (Darwin): Document Darwin specific features.
4712
a655d424
JK
47132008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4714
4715 * gdbint.texinfo (Target Conditionals): Extend the
4716 gdbarch_breakpoint_from_pc description.
4717
249e1128
VP
47182008-11-22 Vladimir Prus <vladimir@codesourcery.com>
4719
4720 * gdb.texinfo (M68K Features): Fix typo.
4721
c14c28ba
PP
47222008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
4723
4724 * gdb.texinfo (Symbols): Mention printing containing
4725 image name in "info symbol".
4726 (Maint translate-address): Likewise.
889bf7c5 4727
394a6666
JB
47282008-11-18 Joel Brobecker <brobecker@adacore.com>
4729
4730 * gdb.texinfo (Set Catchpoints): Remove the documentation of
4731 commands "catch load" and "catch unload".
4732
66bb093b
VP
47332008-11-17 Vladimir Prus <vladimir@codesourcery.com>
4734
4735 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 4736 =thread-selected.
889bf7c5 4737
4a92f99b
VP
47382008-11-17 Vladimir Prus <vladimir@codesourcery.com>
4739
c8d5aac9 4740 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 4741
f0323ca0
PA
47422008-10-27 Pedro Alves <pedro@codesourcery.com>
4743
4744 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
4745 .mt files, TM_CLIBS or TM_CDEPS.
4746 (x86 Watchpoints): Don't mention TDEPFILES.
4747
8b23ecc4
SL
47482008-10-24 Sandra Loosemore <sandra@codesourcery.com>
4749
4750 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
4751 (Overview): Mention notifications and non-stop mode behavior.
4752 (Packets): Update documentation of ?, vAttach, vCont, and vRun
4753 with non-stop mode behavior. Add vStopped description.
4754 (Stop Reply Packets): Update list of packets that return
4755 stop replies. Mention non-stop behavior.
4756 (General Query Packets): Document QNonStop packet and associated
4757 qSupported query response.
4758 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
4759 behavior.
4760 (Notification Packets): New section.
4761 (Remote Non-Stop): New section.
4762 (File-I/O Overview): Mention non-stop behavior.
4763
fff08868
HZ
47642008-10-24 Hui Zhu <teawater@gmail.com>
4765 Pedro Alves <pedro@codesourcery.com>
4766
4767 * gdb.texinfo (displaced-stepping): Describe the auto mode
4768 setting, and say it's the default. This is now a mainstream
4769 setting instead of a maintenance setting.
4770
252fbfc8
PA
47712008-10-23 Pedro Alves <pedro@codesourcery.com>
4772
4773 * observer.texi (thread_stop_requested): New.
4774
20924a55
JB
47752008-10-22 Joel Brobecker <brobecker@adacore.com>
4776
4777 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
4778 (Patching): Replace incorrect usage of @samp by @kbd.
4779
bacec72f
MS
47802008-10-17 Michael Snyder <msnyder@vmware.com>
4781
4782 * gdb.texinfo: Add documentation for reverse execution.
4783
a08702d6 47842008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 4785 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
4786
4787 * gdb.texinfo. (Values From Inferior): New subsubsection.
4788
d97bc12b
DE
47892008-10-06 Doug Evans <dje@google.com>
4790
4791 * gdb.texinfo (set debug dwarf2-die): Document it.
4792
87f67dba
JB
47932008-10-01 Joel Brobecker <brobecker@adacore.com>
4794
4795 * gdb.texinfo (catch) [exception]: Document how to insert
4796 a breakpoint on user-defined exceptions when the exception
4797 name is identical to one of the language-defined ones.
4798
2fae03e8
TT
47992008-09-27 Tom Tromey <tromey@redhat.com>
4800
4801 * gdb.texinfo (Macros): Remove text about stringification,
4802 varargs, and splicing.
4803
5c6ce71d
TT
48042008-09-27 Tom Tromey <tromey@redhat.com>
4805
4806 * gdbint.texinfo (Language Support): Remove text about omitting
4807 support for a language.
4808
07128da0
DE
48092008-09-23 Doug Evans <dje@google.com>
4810
4811 * gdb.texinfo (info dcache): Update.
4812
b90a069a
SL
48132008-09-22 Sandra Loosemore <sandra@codesourcery.com>
4814
4815 * gdb.texinfo (Packets): Add info on thread-id syntax and
4816 multiprocess extensions.
4817 <D>: Document multiprocess form of packet.
4818 <H>: Use thread-id syntax.
4819 <T>: Likewise.
4820 <vCont>: Likewise. Note this is required for multiprocess.
4821 <vKill>: New packet.
4822 (Stop Reply Packets) <T>: Use thread-id syntax.
4823 <W>: Document multiprocess form of reply.
4824 <X>: Likewise.
4825 (General Query Packets) <qC>: Use thread-id syntax.
4826 <qfThreadInfo>: Likewise.
4827 <qGetTLSAddr>: Likewise.
4828 <qP>: Likewise.
4829 <qSupported>: Add "multiprocess" feature.
4830 <qThreadExtraInfo>: Use thread-id syntax.
4831
b77209e0
PA
48322008-09-22 Stan Shebs <stan@codesourcery.com>
4833
4834 * gdb.texinfo (Inferiors): New section.
4835
3d0bb823
PA
48362008-09-12 Pedro Alves <pedro@codesourcery.com>
4837
4838 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
4839
f8dcfc0a
UW
48402008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
4841
4842 * gdbint.texinfo (Target Conditionals): Remove documentation
4843 for gdbarch_name_of_malloc.
4844
8775bb90
MS
48452008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
4846
4847 * gdb.texinfo (Interrupts): Mention TCP interface for
4848 sending BREAK.
4849
f1838a98
UW
48502008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
4851
4852 * gdb.texinfo (Commands to Specify Files): Document "remote:"
4853 argument prefix to "set sysroot".
4854
158c7665
PH
48552008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
4856
4857 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
4858 and False.
4859
30e026bb
VP
48602008-08-20 Vladimir Prus <vladimir@codesourcery.com>
4861
c8d5aac9
L
4862 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
4863 for possible features of -list-features.
30e026bb 4864
c6ebd6cf
VP
48652008-08-19 Vladimir Prus <vladimir@codesourcery.com>
4866
c8d5aac9 4867 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
4868 (GDB/MI Miscellaneous Commands): Document -list-target-features.
4869
aeac0ff9
VP
48702008-08-19 Vladimir Prus <vladimir@codesourcery.com>
4871
4872 * doc/gdb.texinfo (PowerPC): Fix typo.
4873 (PowerPC features): Fix typo.
4874
5231c1fd
PA
48752008-08-18 Pedro Alves <pedro@codesourcery.com>
4876
4877 * observer.texi (thread_ptid_changed): New.
4878
677c5bb1
LM
48792008-08-18 Luis Machado <luisgpm@br.ibm.com>
4880
4881 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
4882 (PowerPC features): Mention feature set for VSX registers.
4883
f3a2dd1a
JB
48842008-08-13 Joel Brobecker <brobecker@adacore.com>
4885
4886 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
4887 the direct visibility of all names in user-written packages.
4888
33e5cbd6
PA
48892008-08-13 Pedro Alves <pedro@codesourcery.com>
4890
4891 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
4892 setting, and make it the default.
4893 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
4894 non-stop script example.
4895
d0384fc4
TJB
48962008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
4897
4898 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
4899 reference to the "Using Different Register and Memory Data
4900 Representation" section.
4901
a6f3e723
SL
49022008-08-12 Sandra Loosemore <sandra@codesourcery.com>
4903
4904 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
4905 (Remote Protocol): Add Packet Acknowledgment to menu.
4906 (Overview): Mention +/- can be disabled, and point to new section
4907 where this is discussed in detail.
4908 (General Query Packets): Document QStartNoAckMode packet, and
4909 corresponding qSupported reply.
4910 (Packet Acknowledgment): New section.
4911
0606b73b
SL
49122008-08-11 Sandra Loosemore <sandra@codesourcery.com>
4913 Pedro Alves <pedro@codesourcery.com>
4914
4915 * gdb.texinfo (Threads): Move paragraph about automatic thread
4916 selection to All-Stop Mode subsection.
4917 (Thread Stops): Reorganize existing material into subsections.
4918 Add introductory blurb and menu.
4919 (Non-Stop Mode): New subsection.
4920 (Background Execution): New subsection.
4921 (Maintenance Commands): Add cross-references from async mode
4922 commands to the new Background Execution section.
4923
d57a3c85
TJB
49242008-08-06 Tom Tromey <tromey@redhat.com>
4925
4926 * gdb.texinfo (Extending GDB): New chapter.
4927 (Sequences): Demoted chapter, now a section under the new
4928 Extending GDB chapter.
4929 (Python): New section.
4930
6d76a53d
SS
49312008-07-31 Stan Shebs <stan@codesourcery.com>
4932
4933 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
4934
1f70da6a
SS
49352008-07-29 Stan Shebs <stan@codesourcery.com>
4936
4937 * gdbint.texinfo: General round of cleanup and minor
4938 clarifications.
4939 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
4940 (Longjmp Support): Update description to reflect how it is done
4941 for targets without using native header.
4942 (Symbol Handling): Add a little more general explanation.
4943 (COFF, ELF): Mention stabs encapsulation.
4944 (DWARF 3): New section.
4945 (Adding a New Host): Scrub out some obsolete bits.
4946 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
4947 (Host Conditionals): Remove descriptions of NO_STD_REGS,
4948 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
4949 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
4950 SEEK_SET, STOP_SIGNAL, USG.
4951 (Raw and Virtual Register Representations): Ditto for
4952 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
4953 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
4954 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
4955 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
4956 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
4957 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
4958 DEPRECATED_REGISTER_VIRTUAL_SIZE,
4959 DEPRECATED_REGISTER_VIRTUAL_TYPE,
4960 DEPRECATED_USE_STRUCT_CONVENTION.
4961 Describe gdbarch_deprecated_fp_regnum.
4962 Update description of gdbarch_print_insn.
4963 (Adding a New Target): Scrub out obsolete bits.
4964 (Obsolete Conditionals): Remove entire section.
4965
383f836e
TT
49662008-07-25 Tom Tromey <tromey@redhat.com>
4967
4968 * observer.texi (GDB Observers): Document new observers:
4969 breakpoint_created, breakpoint_deleted, breakpoint_modified,
4970 tracepoint_created, tracepoint_deleted, tracepoint_modified,
4971 architecture_changed.
4972
cfd8ab24
SS
49732008-07-21 Stan Shebs <stan@codesourcery.com>
4974
4975 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
4976 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
4977
781b42b0
TT
49782008-07-21 Tom Tromey <tromey@redhat.com>
4979
4980 * observer.texi (GDB Observers): Remove obsolete comment.
4981 <executable_changed>: Remove argument.
4982
d7d9f01e
TT
49832008-07-18 Tom Tromey <tromey@redhat.com>
4984
4985 * gdb.texinfo (Macros): Update. Use @code rather than @command.
4986
bf250677
DE
49872008-07-10 Doug Evans <dje@google.com>
4988
4989 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
4990
10568435
JK
49912008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4992
4993 * gdb.texinfo (Starting): Document "set disable-randomization".
4994
5ae4183a
AS
49952008-07-07 Andreas Schwab <schwab@suse.de>
4996
4997 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
4998
b56e7235
VP
49992008-07-06 Vladimir Prus <vladimir@codesourcery.com>
5000
5001 * gdb.texinfo (GDB/MI Target Manipulation): Add
5002 example of -target-attach.
5003
e1ac3328
VP
50042008-06-10 Vladimir Prus <vladimir@codesourcery.com>
5005
5006 * observer.texi (target_resumed): New observer.
5ae4183a 5007 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 5008
65d12d83
TT
50092008-06-06 Tom Tromey <tromey@redhat.com>
5010
5011 * gdb.texinfo (Completion): Add field name example.
5012
fbc5282e
MK
50132008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
5014
5015 * gdb.texinfo (GDB/MI Program Context): Added example
5016 to -exec-arguments
5ae4183a 5017
fbc5282e 50182008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
5019
5020 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
5021 annotation.
5022
c16158bc 50232008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
5024 Nathan Sidwell <nathan@codesourcery.com>
5025 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
5026
5027 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
5028 and ACX_BUGURL.
5029 * configure: Regenerate.
5030 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
5031 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
5032 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
5033 mailing-list-specific text about bug reporting unless
5034 BUGURL_DEFAULT.
5035
75c99385
PA
50362008-06-05 Pedro Alves <pedro@codesourcery.com>
5037
5038 * gdb.texinfo (-target-select): Remove reference to target async.
5039 (Maintenance Commands): Document "maint set/show remote-async".
5040
1763a388
MK
50412008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
5042
5043 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
5044 in -target-file-get section.
5ae4183a 5045
d0d064df
PA
50462008-05-22 Pedro Alves <pedro@codesourcery.com>
5047
9b562ab8
PA
5048 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
5049 killing the inferior when it is already debugging a process.
d0d064df 5050
8dfa32fc
JB
50512008-05-21 Joel Brobecker <brobecker@adacore.com>
5052
5053 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
5054 abbreviation for "finish".
5055
55f996a7
NR
50562008-05-21 Nick Roberts <nickrob@snap.net.nz>
5057
5058 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
5059
ba2b1c56
DJ
50602008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5061
5062 * gdbint.texinfo (Target Conditionals): Delete entry for
5063 gdbarch_dwarf_reg_to_regnum.
5064
08388c79
DE
50652008-05-09 Doug Evans <dje@google.com>
5066
a3c83fae 5067 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 5068
d14508fe
DE
50692008-05-05 Doug Evans <dje@google.com>
5070
5071 * gdb.texinfo (disassemble): Document /m modifier.
5072
e2b7ddea
VP
50732008-05-05 Vladimir Prus <vladimir@codesourcery.com>
5074
5ae4183a
AS
5075 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
5076 will not report the time of commands that run the target.
e2b7ddea 5077
8eb41542
VP
50782008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5079
5080 * gdb.texinfo (GDB/MI Output Records): Add
5081 missing semicolon.
5082
82f68b1c
VP
50832008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5084
5085 * gdb.texinfo (GDB/MI Output Records):
5086 Document =thread-create and =thread-exited.
5087
fa0f268d
VP
50882008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5089
5090 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 5091 Remove mention of dmi-discuss.
fa0f268d 5092
063bfe2e
VP
50932008-05-03 Pedro Alves <pedro@codesourcery.com>
5094
5095 * observer.texi (thread_exit): New.
5096
237fc4c9
PA
50972008-05-02 Pedro Alves <pedro@codesourcery.com>
5098
5099 * gdb.texinfo (Debugging Output): Document "set/show debug
5100 displaced".
5101 (Maintenance Commands): Document "maint set/show
5102 can-use-displaced-stepping".
5103
0428b8f5
DJ
51042008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
5105
5106 * gdb.texinfo (ARM): Document set/show arm fallback-mode
5107 and set/show arm force-mode.
5108
5009afc5
AS
51092008-05-02 Andreas Schwab <schwab@suse.de>
5110
5111 * gdbint.texinfo (Algorithms): Describe
5112 target_watchpoint_addr_within_range.
5113
669fac23
DJ
51142008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
5115
5116 * gdbint.texinfo (Stack Frames): New chapter.
5117 (Algorithms): Move Frames text to the new chapter.
5118 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
5119 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
5120
721c02de
VP
51212008-04-24 Vladimir Prus <vladimir@codesourcery.com>
5122
5ae4183a
AS
5123 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
5124 output does not necessary include any tokens.
721c02de 5125
c055b101
CV
51262008-04-22 Corinna Vinschen <vinschen@redhat.com>
5127
5128 * gdb.texinfo (Set SH Calling convention): New @item.
5129 (Show SH Calling convention): Ditto.
5130
68837c9d
MD
51312008-04-22 Markus Deuling <deuling@de.ibm.com>
5132
5133 * gdb.texinfo (Fortran Operators): Describe '%' operator.
5134
2e9132cc
EZ
51352008-04-20 Eli Zaretskii <eliz@gnu.org>
5136
5137 * gdb.texinfo (Set Breaks): Mention that multiple location
5138 breakpoints need line number info. Add index entries.
5139
31fffb02
CS
51402008-04-19 Craig Silverstein <csilvers@google.com>
5141
5142 * gdb.texinfo (Requirements): Add an optional requirement on
5143 zlib.
5144 * gdbint.texinfo (Debugging File Formats): Add new subsection for
5145 Compressed DWARF 2.
5146
a47ec5fe
AR
51472008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
5148
5149 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
5150 sample output for 'stopped,reason="breakpoint-hit"' message.
5151 (GDB/MI Program Execution): Likewise.
5152
de051565
MK
51532008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
5154
5ae4183a 5155 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
5156 -var-set-format. Add -f option to -var-evaluate-expression.
5157
6ba66d6a
JB
51582008-04-03 Joel Brobecker <brobecker@adacore.com>
5159
5160 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
5161 new node "Ambiguous Expressions". Replace references to this
5162 node by references to "Ambiguous Expressions" throughout.
5163 (Ambiguous Expressions): New node.
5164
1e26b4f8
DJ
51652008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
5166
5167 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
5168
b84876c2
PA
51692008-03-21 Pedro Alves <pedro@codesourcery.com>
5170
5171 * gdb.texinfo (Debugging Output): Document
5172 "set/show debug lin-lwp-async".
5173 (Maintenance Commands): Document "maint set/show linux-async".
5174
63092375
DJ
51752008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5176
5177 * gdb.texinfo (Expressions): Update description of malloced arrays.
5178
8e8901c5
VP
51792008-03-15 Vladimir Prus <vladimir@codesourcery.com>
5180
5181 * gdb.texinfo (Thread Commands): Document
5182 -thread-info. Remove -thread-list-all-threads.
5183
1fddbabb
PA
51842008-03-14 Pedro Alves <pedro@codesourcery.com>
5185 Sandra Loosemore <sandra@codesourcery.com>
5186
5187 * gdb.texinfo (Library List Format): Update to mention the
5188 possibility to pass section addresses instead of segment
5189 addresses.
5190
ccd213ac
DJ
51912008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
5192
5193 * gdb.texinfo (Starting): Document "set exec-wrapper".
5194 (Server): Document gdbserver --wrapper.
5195
fa4727a6
DJ
51962008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
5197
5198 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
5199 unreadable memory. Delete obsolete SPARClite reference.
5200
8edfe269
DJ
52012008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
5202
5203 * gdb.texinfo (Starting): Mention always-running targets.
5204 (Target Commands): Add an anchor for load.
5205 (Connecting): Explain continue instead of run.
5206
1843f87b
DJ
52072008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
5208
5209 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
5210
f9082629
NR
52112008-02-26 Nick Roberts <nickrob@snap.net.nz>
5212
5213 * gdb.texinfo (Set Breaks): Revert description of Enb column of
5214 breakpoint table.
5215
fd96d250
PA
52162008-02-19 Pedro Alves <pedro@codesourcery.com>
5217
5218 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
5219 killing the inferior when it is already debugging a process.
5220
36af4ef6
MD
52212008-02-13 Markus Deuling <deuling@de.ibm.com>
5222
5223 * gdbint.texinfo (Build Script): New section. Mention new build script
5224 gdb_buildall.sh.
5225
cda4ce5a
JB
52262008-02-01 Jim Blandy <jimb@red-bean.com>
5227
5228 * gdb.texinfo (Help): Summarize 'info args' correctly.
5229
4acd40f3
TJB
52302008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5231
5232 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
5233 available in PowerPC architecture.
5234 (Embedded Processors): Change node name of PowerPC item in menu.
5235 (PowerPC): Rename to...
5236 (PowerPC Embedded): this.
5237 (Architectures): Add new PowerPC item in menu.
5238 (PowerPC): New node.
5239
6e6c6f50
DJ
52402008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
5241
5242 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
5243 commands.
5244
5ee187d7
DJ
52452008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
5246
5247 * gdb.texinfo (Setting Catchpoints): Mention features
5248 supported on GNU/Linux.
5249
e275c0d9
NR
52502008-01-30 Nick Roberts <nickrob@snap.net.nz>
5251
5252 * gdb.texinfo (GDB/MI File Commands): Describe new output
5253 field for MI command -file-list-exec-source-file.
5254
2d717e4f
DJ
52552008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5256
5257 * gdb.texinfo (Using the `gdbserver' Program): Add security
5258 warning. Rearrange into subsections and subsubsections. Document
5259 --multi and --debug. Correct --with-sysroot typo. Update --attach
5260 usage. Make load reference clearer. Document monitor exit.
5261 (Remote Configuration): Document set remote exec-file, attach-packet,
5262 and run-packet.
5263 (Packets): Document vAttach and vRun.
5264
d35a4257 52652008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
5266
5267 * gdb.texinfo (Processes): Mention process command.
889bf7c5 5268 detach-on-follow -> detach-on-fork.
f663676d 5269
c78d192c
DJ
52702008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5271
5272 * gdbint.texinfo (Native Conditionals): Remove
5273 SHELL_COMMAND_CONCAT and SHELL_FILE.
5274
d35a4257
EZ
52752008-01-26 Eli Zaretskii <eliz@gnu.org>
5276
5277 * gdb.texinfo (Specify Location): Improve wording.
5278
93815fbf
VP
52792008-01-23 Chris Demetriou <cgd@google.com>
5280
5281 * gdb.texinfo (Threads): Document new "set print thread-events"
5282 and "show print thread-events" commands.
5283
2a25a5ba
EZ
52842008-01-19 Eli Zaretskii <eliz@gnu.org>
5285
5286 * gdb.texinfo (Specify Location): New section.
5287 (Delete Breaks, Edit, Set Breaks): Remove description of
5288 locations. Instead, add a reference to "Specify Location".
5289 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
5290 (Symbols): Refer to "Specify Location" for the valid forms of
5291 linespecs and locations.
5292
32c9a795
MD
52932008-01-18 Markus Deuling <deuling@de.ibm.com>
5294
5295 * gdbint.texinfo (Target Conditionals): Replace the description of
5296 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
5297
b17828ca
JB
52982008-01-12 Paul Hilfinger <hilfinger@adacore.com>
5299
5300 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
5301 about &&var, which is rejected by the expression parser.
5302
0aea4bf3
LM
53032008-01-09 Luis Machado <luisgpm@br.ibm.com>
5304
5305 * gdb.texinfo (Output): Update documentation on using printf with DFP
5306 types.
5307
febe4383
TJB
53082008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
5309
5310 * gdb.texinfo (C and C++): Add Decimal Floating Point format
5311 subsubsection.
5312 (Decimal Floating Point format): New subsubsection.
5313
7a404eba
PA
53142008-01-05 Pedro Alves <pedro@codesourcery.com>
5315
5316 * gdb.texinfo (File Options): Remove mention of the attempt to
5317 open a core file with the -p option. Don't list -c as a valid
5318 option to attach to a process.
5319
a4d9b460
PA
53202008-01-05 Pedro Alves <pedro@codesourcery.com>
5321
5322 * gdbint.texinfo (Host Conditionals): Remove mention of
5323 ALIGN_STACK_ON_ENTRY.
5324
6ec2edbe
JB
53252008-01-05 Joel Brobecker <brobecker@adacore.com>
5326
5327 * gdbint.texinfo (Start of New Year Procedure): Add item
5328 describing how to update the source and documentation copyright
5329 notices.
5330
d8b2a693
JB
53312007-12-18 Jim Blandy <jimb@codesourcery.com>
5332
ab209b3a 5333 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
5334 watchpoint explanation into the main description of the watchpoint
5335 command; update synopses of 'watch', 'rwatch', and 'awatch'
5336 commands.
5337
8b4ed427
VP
53382007-12-18 Vladimir Prus <vladimir@codesourcery.com>
5339
5340 * gdb.texinfo (Miscellaneous gdb/mi Commands):
5341 Document 'pending-breakpoints' feature of
5342 -list-features.
5343
37e4754d
LM
53442007-12-17 Luis Machado <luisgpm@br.ibm.com>
5345
669fac23 5346 * gdb.texinfo: Add new parameter's description.
37e4754d 5347
1d3811f6
DJ
53482007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
5349
5350 * gdb.texinfo (Overview): Clarify run-length encoding
5351 example. Remove the restriction on "+" and "-" characters.
5352
c1c25a1a
EZ
53532007-12-15 Eli Zaretskii <eliz@gnu.org>
5354
5355 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
5356
afe8ab22 53572007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 5358
afe8ab22
VP
5359 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
5360 the -f option for -break-insert, remove -r option,
5361 and clarify specification of location.
5362
a6b151f1
DJ
53632007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
5364
5365 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
5366 formatting.
5367 (Remote Debugging): Add File Transfer section.
5368 (Remote Configuration): Document Host I/O packets.
5369 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 5370 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
5371 (Packets): Add vFile.
5372
3b784c4f
EZ
53732007-11-17 Eli Zaretskii <eliz@gnu.org>
5374
5375 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
5376 breakpoints with multiple locations.
5377 (Breakpoint Menus): Improve wording.
5378 (Output): Fix last change.
5379
a4ce5b0d
UW
53802007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
5381
5382 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
5383
1b39d5c0
DE
53842007-11-15 Doug Evans <dje@google.com>
5385
5386 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
5387
7a72d44c
VP
53882007-11-15 Vladimir Prus <vladimir@codesourcery.com>
5389
5390 * gdbint.texinfo (Native Conditionals): Remove
5391 mention of CLEAR_SOLIB.
5ae4183a 5392
6d1829bf 53932007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
5394
5395 * gdb.texinfo (Print Settings): Add documentation for "set/show
5396 print frame-arguments".
5397
1a619819
LM
53982007-11-05 Luis Machado <luisgpm@br.ibm.com>
5399
3b784c4f 5400 * gdb.texinfo (Output): Update printf command's description.
1a619819 5401
55eddb0f
DJ
54022007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
5403
5404 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
5405 powerpc soft-float".
5406
9cceb671
DJ
54072007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5408
5409 * gdb.texinfo (Files): Correct formatting. Mention Expat
5410 requirement.
5411 (Requirements for Building GDB): Expand the list of Expat
5412 uses.
5413 (Library List Format, Memory Map Format): Mention Expat.
5414 (Target Descriptions): Update Expat wording.
5415
83acabca
DJ
54162007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5417
5418 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
5419 Document that gdbarch_convert_register_p should return zero for no-op
5420 conversions.
5421
e35879db
UW
54222007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
5423
83acabca 5424 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
5425 of set_gdbarch_sofun_address_maybe_missing back to ...
5426 (Target Conditionals): ... here to fix build break.
5427
203c3895
UW
54282007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
5429
83acabca 5430 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
5431 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
5432 (Compiler Characteristics): ... documentation of
5433 set_gdbarch_sofun_address_maybe_missing.
5434
11411de3
DJ
54352007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
5436
5437 * gdbint.texinfo (Target Conditionals): Use
5438 frame_unwind_register_unsigned in examples instead of
5439 frame_unwind_unsigned_register.
5440
7cc46491
DJ
54412007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
5442
5443 * gdb.texinfo (Predefined Target Types): Add int128
5444 and uint128.
5445 (Standard Target Features): Add PowerPC features.
5446
81adfced
DJ
54472007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
5448
5449 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
5450
c1874924
UW
54512007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
5452
5453 * gdbint.texi (Target Conditionals): Remove documentation
5454 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
5455 gdbarch_extract_return_value, and gdbarch_store_return_value.
5456
f6e56ab3
UW
54572007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
5458
5459 * gdbint.texi (Target Conditionals): Remove documentation of
5460 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
5461
56cf5405
KH
54622007-10-11 Kazu Hirata <kazu@codesourcery.com>
5463
5464 * gdb.texinfo: Mention that inaccessible-by-default is on by
5465 default.
5466
35156bae
DJ
54672007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
5468
5469 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
5470
d983da9c
DJ
54712007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
5472
5473 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
5474 multi-threaded watchpoints.
5475 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
5476 checked. Describe sticky notification. Expand description
5477 of steppable and continuable watchpoints.
5478 (Watchpoints and Threads): New subsection.
5479
fe6fbf8b
VP
54802007-09-28 Vladimir Prus <vladimir@codesourcery.com>
5481
5482 * gdb.texinfo (Setting Breakpoints): Revise
5483 documentation for pending breakpoints. Document
5484 breakpoints with multiple locations.
5ae4183a 5485
084344da
VP
54862007-09-19 Vladimir Prus <vladimir@codesourcery.com>
5487
5488 * gdb.texinfo (Miscellaneous gdb/mi Commands):
5489 Document -list-features.
5ae4183a 5490
82160952
EZ
54912007-09-15 Eli Zaretskii <eliz@gnu.org>
5492
5493 * gdb.texinfo (Output): Spell out which features of C's printf are
5494 not supported by GDB's printf.
7e27a47a
EZ
5495 (Separate Debug Files): More accurate wording regarding build ID
5496 and a reference to the ld manual rather than the Fedora wiki.
82160952 5497
ea37ba09
DJ
54982007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
5499 Jim Blandy <jimb@codesourcery.com>
5500
5501 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
5502 (Examining Memory): Update mentions of the 's' format.
5503 (Automatic Display): Likewise.
5504
b8533aec
DJ
55052007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
5506
5507 * gdb.texinfo: Update the FSF's Back-Cover Text.
5508
83f83d7f
JK
55092007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5510 Eli Zaretskii <eliz@gnu.org>
5511
5512 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
5513 Fixed the ``build ID'' name. New binaries build instructions for the
5514 build ID inclusion. Explain how the commands are specific to the build
5515 ID vs. debug link.
5516
c7e83d54
EZ
55172007-09-01 Eli Zaretskii <eliz@gnu.org>
5518
5519 * gdb.texinfo (Separate Debug Files): Fix last change. Add
5520 indexing for ``build ID'' support.
5521
d3750b24
JK
55222007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5523
5524 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
5525 Enlisted BUILD ID to the debug file searching example.
5526 Included a BUILD ID `.note.gnu.build-id' section description.
5527 Updated/added the debug files splitting instructions for OBJCOPY.
5528
02142340
VP
55292007-08-31 Vladimir Prus <vladimir@codesourcery.com>
5530
5531 * gdb.texinfo (Variable Objects): Adjust docs
5532 for -var-info-expression and document
5533 -var-info-path-expression.
5534
d3bdde98
JB
55352007-08-20 Jim Blandy <jimb@codesourcery.com>
5536
3fb6a982
JB
5537 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
5538 (title page): Include the dedication in the printed manual, as a
5539 separate page after the copyright notice.
5ae4183a 5540
d3bdde98
JB
5541 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
5542 don't break a @var across a line.
5543
c80a96a8
MR
55442007-07-25 Maciej W. Rozycki <macro@mips.com>
5545
5546 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
5547 for include files.
5548
5824a901
NR
55492007-07-12 Nick Roberts <nickrob@snap.net.nz>
5550
5551 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
5552 in annotate.texinfo.
5553 (Command History): Link to new node.
5824a901 5554
d52e7ea3
UW
55552007-07-05 Markus Deuling <deuling@de.ibm.com>
5556
5557 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
5558
5fc14d0a
EZ
55592007-07-05 Eli Zaretskii <eliz@gnu.org>
5560
5561 * gdbint.texinfo (Target Conditionals): Fix last change.
5562
4a9bb1df
UW
55632007-07-03 Markus Deuling <deuling@de.ibm.com>
5564
5565 * gdb.texinfo: Replace following macros by their appropriate gdbarch
5566 routines:
5567 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
5568 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
5569 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
5570 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
5571 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
5572 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
5573 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
5574 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
5575 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
5576 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
5577 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
5578 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
5579 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
5580 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
5581 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
5582 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
5583 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
5584 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
5585 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
5586 (SOFTWARE_SINGLE_STEP_P)
5587
5588 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
5589 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
5590
5591 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
5592 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
5593 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
5594 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
5595 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
5596 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
5597 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
5598 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
5599 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
5600 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
5601
5602 (Converting an existing Target Architecture to Multi-arch): Remove
5603 section.
5604
5605 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
5606 (gdbarch_addr_bits_remove): Add code example.
5607
5608 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
5609
cfa9d6d9
DJ
56102007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
5611
5612 * gdb.texinfo (Remote Configuration): Document library-info-packet.
5613 Add other missing entries. Adjust the table size to fit.
5614 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
5615 stop reasons including the new "library" event.
5616 (General Query Packets): Adjust table widths for qSupported. Mention
5617 qXfer:libraries:read reply to qSupported and document the new packet.
5618 (Library List Format): New section.
5619
159fcc13
JK
56202007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5621
5622 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
5623
f66d1690
MS
56242007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
5625
5626 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
5627
67102876
NR
56282007-06-25 Nick Roberts <nickrob@snap.net.nz>
5629
5630 * gdbint.texinfo (Register and Memory Data): Break sections
5631 into nodes and add a menu.
5632
a4642986
MR
56332007-06-21 Maciej W. Rozycki <macro@mips.com>
5634
5635 * gdb.texinfo (Examining Memory): Document the new behaviour.
5636
e9c17194
VP
56372007-06-21 Vladimir Prus <vladimir@codesourcery.com>
5638
5639 * gdb.texinfo (Standard Target Features): Document
5640 m68k features.
5641
31d99776
DJ
56422007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
5643
5644 * gdb.texinfo (General Query Packets): Document qOffsets changes.
5645
1780a0ed
DJ
56462007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5647
5648 * gdb.texinfo (Target Description Format): Add version attribute
5649 for <target>.
5650
822b6570
DJ
56512007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5652
5653 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
5654
f8b73d13
DJ
56552007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5656
5657 * gdb.texinfo (MIPS Features): New subsection.
5658
0e7f50da
UW
56592007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
5660 Markus Deuling <deuling@de.ibm.com>
5661
5662 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
5663 and qXfer:spu:write packets and mention them under qSupported.
5664
23d964e7
UW
56652007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
5666 Markus Deuling <deuling@de.ibm.com>
5667
5668 * gdb.texinfo (Architectures): Add new SPU section to document
5669 Cell Broadband Engine SPU architecture specific commands.
5670
9f708cb2
VP
56712007-06-09 Vladimir Prus <vladimir@codesourcery.com>
5672
5673 * gdb.texinfo (GDB/MI Variable Objects): Editorial
5674 comments.
5675
7579b5f8
NR
56762007-06-07 Nick Roberts <nickrob@snap.net.nz>
5677
5678 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
5679
bf06d120
JB
56802007-05-29 Jim Blandy <jimb@codesourcery.com>
5681
5682 * gdb.texinfo (Overview): Doc fix.
5683
23776285
MR
56842007-05-22 Maciej W. Rozycki <macro@mips.com>
5685
5686 * gdb.texinfo (Remote Configuration): Document "set/show
5687 remoteflow".
5688
1a69e1e4
DJ
56892007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
5690
bf06d120
JB
5691 * gdb.texinfo (MIPS): Remove documentation for set mips
5692 saved-gpreg-size, show mips saved-gpreg-size, and set mips
5693 stack-arg-size.
1a69e1e4 5694
46ba6afa 56952007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 5696
46ba6afa
BW
5697 * all-cfg.texi (GDBTUI): New.
5698 * gdb.texinfo (Mode Options): Use GDBTUI variable.
5699 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
5700 (TUI Configuration): Edit to improve clarity and fix problems of
5701 both style and content.
5ae4183a 5702
06d3b283
UW
57032007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
5704
5705 * observer.texi (GDB Observers): New observer "new_objfile".
5706
179101d6
UW
57072007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
5708
5709 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
5710
25d5ea92
VP
57112007-04-14 Vladimir Prus <vladimir@codesourcery.com>
5712
5713 * gdb.texinfo (GDB/MI Variable Objects): Document
5714 frozen variables objects.
5ae4183a 5715
ea35711c
DJ
57162007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
5717
5718 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
5719 (Character Sets, Caching Data of Remote Targets): Likewise.
5720 (Targets): Delete Remote node. Move its text...
5721 (Debugging Remote Programs): ...to here. Delete description
5722 of the "remote" command.
5723 (Remote configuration): Delete description of "set remotedevice"
5724 and "show remotedevice".
5725 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
5726
db2e3e2e
BW
57272007-04-11 Bob Wilson <bob.wilson@acm.org>
5728
5ae4183a
AS
5729 * gdb.texinfo (Contributors, Continuing and Stepping)
5730 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
5731 (General Query Packets, File-I/O Remote Protocol Extension)
5732 (Protocol Basics, The F Reply Packet, Write)
5733 (Protocol-specific Representation of Datatypes, Memory Transfer):
5734 Fix hyphenation, punctuation and grammar problems.
5735 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
5736 'section' instead of 'subsection' in the text.
5737 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
5738 (i386): Remove period from section name.
db2e3e2e
BW
5739 (Installing GDB, Requirements, Running Configure, Separate Objdir)
5740 (Config Names, Configure Options): Use @file{configure}.
5741
8a3dae3e
DJ
57422007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
5743
5744 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
5745 and tab expansion.
5746
1a92f856
DJ
57472007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
5748
5749 * gdbint.texinfo (SOM): Correct location of the SOM reader.
5750
79a6e687 57512007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 5752
79a6e687
BW
5753 * gdb.texinfo: Consistently capitalize all significant words in
5754 node names, chapter titles, section titles, and headings. Update
5755 cross references to match.
5756 (Starting and Stopping Trace Experiment): Make node name plural.
5757 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 5758
ad527d2e
PA
57592007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
5760
5761 * gdb.texinfo (WinCE): Delete obsolete subsection.
5762
7ce59000
DJ
57632007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
5764
5765 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
5766 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
5767 references.
5768
8807d78b
DJ
57692007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
5770
5771 * gdb.texinfo (Startup): Delete references to some alternate
5772 names for .gdbinit.
5773 (Thread): Remove LynxOS reference.
5774 (Tandem ST2000): Delete target-specific documentation.
5775 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
5776 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
5777 and GDB_OSABI_LYNXOS.
5778
5f402660
UW
57792007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
5780
5781 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
5782
bac718a6
UW
57832007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
5784
5785 * gdbint.texinfo (Target Conditionals): Remove mention of
5786 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
5787 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
5788
9453113a
DJ
57892007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
5790
5791 * Makefile.in: Add "pdfdir" installation
5792 directory, PDFTEX macro, support for "install-pdf" target,
5793 and rules for making a pdf version of refcard.texi.
5794 * refcard.tex: Specify paper size for PDF output.
5795
ae21e955 57962007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 5797
ae21e955 5798 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 5799
3f94c067 58002007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 5801
3f94c067
BW
5802 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
5803 (Source Path, Character Sets, Macros, Define)
5804 (GDB/MI Result Records, GDB/MI Simple Examples)
5805 (GDB/MI Program Execution, GDB/MI File Commands)
5806 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
5807 (Bug Reporting): Use @value{GCC}.
5ae4183a 5808
12c27660 58092007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 5810
12c27660
BW
5811 * gdb.texinfo (Help): Fix formatting of examples.
5812 (Variables): Use @ifnotinfo instead of @iftex.
5813 (Non-debug DLL symbols): Use @ref instead of @pxref.
5814 (Sparclet File): Use @samp instead of quotes.
5ae4183a 5815
ce9341a1
BW
58162007-03-26 Bob Wilson <bob.wilson@acm.org>
5817
5818 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
5819
c8f4133a
BW
58202007-03-26 Bob Wilson <bob.wilson@acm.org>
5821
5822 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
5823 the order of the nodes.
5824 (C Operators, C Constants, Debugging C): Remove extra menus.
5825 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 5826
c8f4133a 58272007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
5828
5829 * gdb.texinfo (File Options): Add missing parenthesis.
5830 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
5831
c74d0ad8
DJ
58322007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
5833
5834 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
5835
ff6f572f
DJ
58362007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
5837
669fac23 5838 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
5839 case insensitivity.
5840 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
5841
994337c3
NR
58422007-02-18 Nick Roberts <nickrob@snap.net.nz>
5843
5844 * gdb.texinfo (Top): Put Appendix A after numbered sections.
5845 (Files): Add section name to argument list for pxref.
5846 (Non-debug DLL symbols): Don't use `see' for pxref.
5847 (Embedded Processors): Fix typo.
5848 (GDB/MI Breakpoint Commands): Execution commands generate
5849 *stopped not ^done.
5850
eb819d70
NR
58512007-02-13 Nick Roberts <nickrob@snap.net.nz>
5852
5853 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
5854 values for in_scope. Mention that only root variables can be
5855 updated.
5856 (GDB/MI Development and Front Ends): Explain new values may be
5857 added to existing fields.
5858
123dc839
DJ
58592007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
5860
5861 * gdb.texinfo (-target-disconnect): Use @smallexample.
5862 (Requirements): Add anchor for Expat. Update description.
5863 (Target Descriptions): Mention Expat.
5864 (Target Description Format): Document new elements. Use
5865 @smallexample.
5866 (Predefined Target Types, Standard Target Features): New sections.
669fac23 5867 * gdbint.texinfo (Target Descriptions): New section.
123dc839 5868
108546a0
DJ
58692007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
5870
5871 * gdb.texinfo (Target Description Format): Add section on XInclude.
5872
95a98c01
NR
58732006-02-03 Nick Roberts <nickrob@snap.net.nz>
5874
5875 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
5876 command -enable-timings.
5877
f4b3909f
EZ
58782007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
5879
5ae4183a 5880 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
5881 descriptions for new/deleted elements in gdb_osabi. Add missing
5882 description for function generic_elf_osabi_sniff_abi_tag_sections.
5883
c7ba131e
JB
58842007-01-29 Joel Brobecker <brobecker@adacore.com>
5885
5886 * gdb.texinfo (Maintenance Commands): Add documentation for
5887 the new "maint print target-stack" command.
5888
3a60f64e
JK
58892007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5890 Eli Zaretskii <eliz@gnu.org>
5891
f4b3909f 5892 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 5893
c582f8b6
EZ
58942007-01-26 Eli Zaretskii <eliz@gnu.org>
5895
5896 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
5897 Use @value{NGCC} instead of @value{GCC}.
5898
d3e8051b
EZ
58992007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
5900
5901 * agentexpr.texi: Fix typos.
5902 * annotate.texinfo: Likewise.
5903 * gdb.texinfo: Likewise.
5904 * gdbint.texinfo: Likewise.
5905 * observer.texi: Likewise.
5906 * stabs.texinfo: Likewise.
5907
86f04699
EZ
59082007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
5909
5910 * gdbint.texinfo (Support Libraries): Remove mmalloc
5911 entry. Describe readline library.
5912
23181151
DJ
59132007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
5914
5915 * gdb.texinfo (Target Descriptions): New section.
5916 (General Query Packets): Add QPassSignals anchor. Mention
5917 qXfer:features:read under qSupported. Expand mentions of
5918 qXfer:memory-map:read and QPassSignals. Document
5919 qXfer:features:read.
5920
f822c95b
DJ
59212007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
5922
5923 * gdb.texinfo (Commands to specify files): Describe
5924 "set sysroot" and "show sysroot".
5925 (Using the `gdbserver' program): Lowercase argument
5926 to @var. Expand description of setting up GDB on the
5927 host.
5928
8936fcda
JB
59292007-01-05 Joel Brobecker <brobecker@adacore.com>
5930
5931 * gdb.texinfo (Set Catchpoints): Add documentation for the new
5932 catch exception, catch exception unhandled, and catch assert
5933 commands.
5934
e776119f
DJ
59352007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
5936
5937 * gdb.texinfo (Debugging Output): Document "set debug xml"
5938 and "show debug xml".
5939
aa79a185
DJ
59402007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
5941
5942 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
5943
7f893741
JB
59442007-01-01 Joel Brobecker <brobecker@adacore.com>
5945
5946 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
5947
a1b5960f
VP
59482006-12-08 Vladimir Prus <vladimir@codesourcery.com>
5949
5950 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
5951 note in @ignore, to be removed later if nobody complains.
5952
9f470e6e
NR
59532006-12-04 Nick Roberts <nickrob@snap.net.nz>
5954
5955 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
5956 of -var-delete.
5957
765dc015 59582006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 5959
765dc015 5960 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
5961 automatic software/hardware breakpoint usage and
5962 the "set breakpoint auto-hw" command.
765dc015 5963
4b5752d0
VP
59642006-11-21 Vladimir Prus <vladimir@codesourcery.com>
5965
5966 * gdb.texinfo (Memory Access Checking): New.
5967
89be2091
DJ
59682006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
5969
5970 * gdb.texinfo (Remote configuration): Mention
5971 "pass-signals-packet".
5972 (General Query Packets): Document QPassSignals. Fix
5973 a typo.
5974
ca3bf3bd
DJ
59752006-11-14 Maxim Grigoriev <maxim@tensilica.com>
5976
5977 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
5978
427c3a89
DJ
59792006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
5980
5981 * gdb.texinfo (Remote configuration): Rewrite documentation for
5982 packet configuration commands.
5983 (OS Information): Adjust reference to qXfer:auxv:read.
5984 (General Query Packets): Remove references to read-aux-vector-packet
5985 and set remote get-thread-local-storage-address.
5986
7a107747
DJ
59872006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
5988
5989 * gdbint.texinfo (Target Architecture Definition): Add new
5990 Initializing a New Architecture section.
5991
1c56eb0e
EZ
59922006-10-31 David Taylor <dtaylor@emc.com>
5993
5994 * stabs.texinfo (Macro define and undefine): New node describing
5995 stabs for #define and #undef.
5996
f73adfeb
AS
59972006-10-27 Andreas Schwab <schwab@suse.de>
5998
5999 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
6000
fd60e0df
EZ
60012006-10-21 Eli Zaretskii <eliz@gnu.org>
6002
6003 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
6004 clarify on the possible meanings of ``expression'' watched by
6005 watchpoints. Add indexing.
e5ac9b53
EZ
6006 (Prompting, Errors, Invalidation, Annotations for Running)
6007 (Source Annotations): Fix index entries by adding "annotation" to
6008 them, to discriminate from index entries that point to the more
6009 general topic descriptions.
fd60e0df 6010
52bb452f
DJ
60112006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6012
6013 * gdbint.texinfo (Target Vector Definition): Move most
6014 content into Existing Targets. Add a menu.
6015 (Existing Targets): New section, moved from Target Vector
6016 Definition. Use @subsection.
6017 (Managing Execution State): New section.
6018
58955e58
BW
60192006-10-16 Bob Wilson <bob.wilson@acm.org>
6020
6021 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
6022
c8aa23ab
EZ
60232006-10-15 Eli Zaretskii <eliz@gnu.org>
6024
6025 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
6026 (Command Syntax, Signals, Backtrace, Connecting)
6027 (Remote configuration, Renesas Boards, Console I/O): Fix last
6028 change: use Ctrl- instead of C-, except wrt Emacs.
6029 (File-I/O Examples): Put Ctrl-c in @kbd.
6030 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
6031 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
6032 (Signals, Set Breaks, Set Watchpoints): Document optional
6033 arguments to `info signals' `handle', `info breakpoints', and
6034 `info watchpoints'.
c8aa23ab 6035
e7109c7e
EZ
60362006-10-14 Eli Zaretskii <eliz@gnu.org>
6037
6038 * gdb.texinfo (Backtrace): Fix last change.
6039
de3aea7b
NR
60402006-10-14 Nick Roberts <nickrob@snap.net.nz>
6041
6042 * gdb.texinfo (Backtrace): Order correctly and add other cases.
6043
7f9087cb
BW
60442006-10-10 Bob Wilson <bob.wilson@acm.org>
6045
c8aa23ab
EZ
6046 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
6047 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
6048 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 6049
68437a39
DJ
60502006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6051 Daniel Jacobowitz <dan@codesourcery.com>
6052
6053 * gdb.texinfo (Packets): Document vFlashErase,
6054 vFlashWrite and vFlashDone packets.
6055 (General Query Packets): Document qXfer:memory-map:read.
6056 Add a new feature for qXfer:memory-map:read.
6057 (Memory map format): New section.
6058 (Target Commands): Mention that gdb can write flash.
6059
fd79ecee
DJ
60602006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6061 Daniel Jacobowitz <dan@codesourcery.com>
6062
6063 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
6064 memory regions and "mem auto".
6065
350da6ee
DJ
60662006-09-21 Nathan Sidwell <nathan@codesourcery.com>
6067
6068 * gdbint.texinfo (Array Containers): New section.
6069
2f1acb09
VP
60702006-09-17 Vladimir Prus <vladimir@codesourcery.com>
6071
6072 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
6073 -stack-list-arguments HIGH_FRAME argument can be larger then the
6074 actual number of frames.
6075
2ab1eb7a
VP
60762006-09-07 Vladimir Prus <vladimir@codesourcery.com>
6077
6078 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
6079 -stack-list-locals HIGH_FRAME argument can be larger then the
6080 actual number of frames.
2ab1eb7a 6081
599b237a
BW
60822006-09-02 Bob Wilson <bob.wilson@acm.org>
6083
6084 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
6085 Register Packet Format, Tracepoint Packets): Fix spelling errors.
6086
25ab7e6d
EZ
60872006-09-02 Eli Zaretskii <eliz@gnu.org>
6088
6089 * gdbint.texinfo (Overall Structure): New section "Source Tree
6090 Structure".
6091
940178d3
JB
60922006-08-17 Jim Blandy <jimb@codesourcery.com>
6093
6094 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
6095 responses.
6096
30daae6c
JB
60972006-08-08 Joel Brobecker <brobecker@adacore.com>
6098
6099 * gdb.texinfo (Source Path): Add documentation for new
6100 substitute-path commands.
6101
7fa2210b
DJ
61022006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
6103
6104 * gdb.texinfo (Installing GDB): Update menu. Move text to...
6105 (Running Configure): ...here.
6106 (Requirements): New node. Mention expat.
6107
3d00d119
DJ
61082006-08-08 Vladimir Prus <vladimir@codesourcery.com>
6109
5ae4183a 6110 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
6111 'set download-write-size' and 'show download-write-size'.
6112
0cbfa4ee
DJ
61132006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
6114
6115 * stabs.texinfo (Member Type Descriptor): Correct example for
6116 pointer to member types.
6117
16026cd7
AS
61182006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
6119
6120 * gdb.texinfo (Optional warnings and messages): Add
6121 'set/show trace-commands'.
6122 (Command files): Add '-v' to source command.
6123
0876f84a
DJ
61242006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
6125
6126 * gdb.texinfo (OS Information): Update qPart reference to
6127 qXfer.
6128 (Remote configuration): Likewise.
6129 (Overview): Move @cindex to the start of a paragraph. Talk
6130 about binary data encoding.
6131 (Packets): Refer to the overview for the details of the X
6132 packet encoding.
6133 (General Query Packets): Remove qPart description. Add qXfer
6134 description. Add an anchor to qSupported. Correct feature
6135 table title. Add a new feature for qXfer:auxv:read.
6136 (Interrupts): Add a missing parenthesis.
6137
2ec3381a
DJ
61382006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
6139
669fac23 6140 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
6141 (GDB/MI Kod Commands): Remove commented out node.
6142
594fe323
EZ
61432006-07-01 Eli Zaretskii <eliz@gnu.org>
6144
6145 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
6146 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
6147 (GDB/MI Thread Commands, GDB/MI Program Execution)
6148 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
6149 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
6150 (GDB/MI File Commands, GDB/MI Target Manipulation)
6151 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
6152 since the MI prompt is hard-wired into the code.
6153
7e3fb70c
NR
61542006-07-01 Nick Roberts <nickrob@snap.net.nz>
6155
6156 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
6157 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
6158 (GDB/MI Data Manipulation): Remove description of unimplemented
6159 display related commands as variable objects perform this function
6160 and are superior: -display-delete, -display-disable,
6161 -display-enable, -display-insert and -display-list. Move
6162 -environment-cd, -environment-directory, -environment-path
6163 and -environment-pwd to "Program Context".
6164 (GDB/MI Program Control): Rename to "Program Execution". Move
6165 -exec-arguments -exec-abort to...
6166 (GDB/MI Program Context): ...here. New node split from "Data
6167 Manipulation".
6168
be2a5f71
DJ
61692006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
6170
6171 * gdb.texinfo (Remote configuration): Document set / show
6172 remote supported-packets.
6173 (General Query Packets): Document qSupported packet.
6174
fc320d37
SL
61752006-06-10 Sandra Loosemore <sandra@codesourcery.com>
6176
6177 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
6178 and font markup.
6179 (Protocol basics): Likewise.
6180 (The F request packet): Likewise.
6181 (The F reply packet): Likewise.
6182 (Memory transfer): Move this node to be a subsubsection of
6183 "Protocol specific representation of datatypes".
6184 (The Ctrl-C message): More copy editing.
6185 (Console I/O): Likewise.
6186 (The isatty call): Delete this node, and merge its content into
6187 the "isatty" node. Fixed references elsewhere.
6188 (The system call): Delete this node, and merge its content into
6189 the "system" node. Fixed references elsewhere.
6190 (open): Reformat to use @table, and add appropriate font markup.
6191 (close): Likewise.
6192 (read): Likewise.
6193 (write): Likewise.
6194 (lseek): Likewise.
6195 (rename): Likewise.
6196 (unlink): Likewise.
6197 (stat/fstat): Likewise.
6198 (gettimeofday): Likewise.
6199 (isatty): Likewise.
6200 (system): Likewise, plus minor changes to fix confusing wording.
6201 (Integral datatypes): Fix font markup.
6202 (Pointer values): Likewise.
6203 (struct stat): Fix markup to use @table, plus minor copy editing.
6204 (struct timeval): Fix font markup, plus minor copy editing.
6205 (Constants): Minor copy editing.
6206 (Errno values): Add font markup.
6207 (File-I/O Examples): Likewise.
6208
158fdf5c
NR
62092006-06-10 Nick Roberts <nickrob@snap.net.nz>
6210
6211 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
6212 (GDB/MI Simple Examples): Move node up one level. Use real
6213 examples.
6214 (GDB/MI Compatibility with CLI): Update.
6215 (GDB/MI Result Records): Add "connected" and "exit" result
6216 classes.
6217 (GDB/MI Stream Records): Clarify target output.
6218 (GDB/MI Command Description Format): Modify example description.
6219 (GDB/MI Breakpoint Table Commands): Rename to...
6220 (GDB/MI Breakpoint Commands): ...this
6221 (GDB/MI Breakpoint Commands): Add optional thread field.
6222 (GDB/MI Program Control): Add an introduction. Move "Program
6223 termination" examples into exec-run description.
6224 (GDB/MI File Commands): Mention similar CLI commands.
6225 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
6226 is similar to "-gdb-version".
6227
ddb50cd7
EZ
62282006-06-09 Eli Zaretskii <eliz@gnu.org>
6229
6230 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
6231
2aef0d6b
NR
62322006-06-02 Nick Roberts <nickrob@snap.net.nz>
6233
6234 * gdb.texinfo (GDB/MI Development and Front Ends): Use
6235 sourceware.org for mailing lists.
d5e40d59 6236 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 6237
383a5c52
NR
62382006-06-01 Nick Roberts <nickrob@snap.net.nz>
6239
d5e40d59 6240 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 6241
e16b02ee
EZ
62422006-05-22 Eli Zaretskii <eliz@gnu.org>
6243
6244 * gdb.texinfo (Cygwin Native): Fix last change.
6245
be90c084
CF
62462006-05-22 Christopher Faylor <cgf@timesys.com>
6247
6248 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
6249
347ceba5
NR
62502006-05-15 Nick Roberts <nickrob@snap.net.nz>
6251
6252 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
6253 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
6254
369af7bd
DJ
62552006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6256
6257 * gdb.texinfo (General Query Packets): Recommend not starting
6258 new packets with qC and clarify.
6259
2ffdbde8 62602006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
6261
6262 * gdb.texinfo (M2 Types): New section.
72019c9c 6263
16d1a084
DJ
62642006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
6265
6266 * agentexpr.texi: Add a copyright and license notice.
6267 * observer.texi: Likewise, with GPL clause for function prototypes.
6268 Remove trailing whitespace.
6269
aa56d27a
JB
62702006-05-05 Jim Blandy <jimb@codesourcery.com>
6271
6272 * gdb.texinfo (General Query Packets): Document conventions for
6273 terminating packet names, and their violations.
6274
5bdf8622
DJ
62752006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
6276
6277 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
6278 * gdb.texinfo: Likewise.
6279
605a56cb
DJ
62802006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
6281
6282 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
6283 and "show remotedebug".
6284 (Debugging Output): Add additional index entries.
6285
b8db102d
MS
62862006-04-27 Michael Snyder <msnyder@redhat.com>
6287
6288 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
6289
c5e30d01
AC
62902006-04-22 Andrew Cagney <cagney@redhat.com>
6291
6292 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
6293 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
6294
8181d85f
DJ
62952006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
6296
6297 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
6298 and remove breakpoint prototypes.
6299 (Watchpoints): Move description of target_insert_hw_breakpoint and
6300 target_remove_hw_breakpoint ...
6301 (Breakpoints): ... to here. Document target_insert_breakpoint and
6302 target_remove_breakpoint.
6303
4f553f88
JB
63042006-04-17 Jim Blandy <jimb@codesourcery.com>
6305
6306 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
6307 and C packets are optional.
6308
cd852561
FR
63092006-04-14 Frederic Riss <frederic.riss@st.com>
6310
6311 * gdb.texinfo (Specifying source directories): Update the description
6312 of the source file search to reflect the fact that the source path
6313 always contains at least $cdir and $cwd.
6314
b620eb07
MS
63152006-03-31 Michael Snyder <msnyder@redhat.com>
6316
6317 * gdb.texinfo: Update copyright dates.
6318
3156cdaf
EZ
63192006-03-31 Eli Zaretskii <eliz@gnu.org>
6320
6321 * gdb.texinfo (Overview): Add an index entry to "empty response".
6322
7d30c22d
JB
63232006-03-28 Jim Blandy <jimb@codesourcery.com>
6324
6325 * gdbint.texinfo (Prologue Analysis): New section.
6326
86941c27
JB
63272006-03-07 Jim Blandy <jimb@red-bean.com>
6328
66b8c7f6
JB
6329 * gdb.texinfo (Connecting): Document 'target remote pipe'.
6330
1a10341b
JB
6331 * gdb.texinfo (Target Commands): Update text describing how to
6332 specify a target. Refer to the detailed section on remote
6333 debugging, not the brief mention.
6334
86941c27
JB
6335 * gdb.texinfo (Connecting): Organize the different 'target remote'
6336 connection methods into a table. Add a 'target remote' index
6337 entry. (!!!)
6338
62f3a2ba
FF
63392006-02-17 Fred Fish <fnf@specifix.com>
6340
6341 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
6342 'ptype' commands to reflect the fact that the only significant
6343 difference between them is that ptype prints the complete type
6344 description instead of just the name.
6345
8b9a88ea
WZ
63462006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
6347
6348 * gdbint.texinfo (Watchpoints): Delete
6349 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
6350
7e8dc855
NR
63512006-02-10 Nick Roberts <nickrob@snap.net.nz>
6352
6353 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
6354 times fields where needed. Fix typos. Update general form given
6355 for output of -break-insert.
6356 (GDB/MI): Abbreviate some unnecessarily long fullnames.
6357
c91d38aa
DJ
63582006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
6359
6360 * gdbint.texinfo (Symbol Handling): Add a section
6361 on memory management.
6362
38fcd64c
DJ
63632006-02-06 Vladimir Prus <ghost@cs.msu.su>
6364
6365 * gdb.texinfo (Breakpoint table commands): Document the fullname
6366 field in -break-list output.
6367
219eec71
EZ
63682006-02-03 Eli Zaretskii <eliz@gnu.org>
6369
6370 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
6371 debugging information produced by the various "set debug..."
6372 options.
6373
ae5a43e0
DJ
63742006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6375
6376 * gdb.texinfo (Files): Remove obsolete bits from the description
6377 of "symbol-file".
6378
a9f158ec
JB
63792006-01-25 Jim Blandy <jimb@redhat.com>
6380
6381 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
6382
410dd08e
JB
63832006-01-24 Jim Blandy <jimb@redhat.com>
6384
6385 * gdbint.texinfo (Frames): Document the basics of GDB's register
6386 unwinding model, and explain the existence of the "sentinel" frame.
6387
4b505b12
AS
63882006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
6389
6390 * gdb.texinfo (Choosing files): Mention that -directory is used
6391 for script files.
6392 (Specifying source directories): Likewise.
6393 (Command files): Explain how script files are found.
6394
839c27b7
EZ
63952006-01-21 Eli Zaretskii <eliz@gnu.org>
6396
6397 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
6398 the threads in a multi-threaded program.
6399 (Threads): The threadno argument of "thread apply" can be a range
6400 of numbers.
6401
7be93b9e
JB
64022006-01-18 Jim Blandy <jimb@redhat.com>
6403
6404 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
6405 of warning flags.
6406
fcc73fe3
EZ
64072006-01-13 Eli Zaretskii <eliz@gnu.org>
6408
6409 * gdb.texinfo (Sequences): Improve menu annotations.
6410 (Define): Add index entries for arguments of user-defined
6411 commands. Move the description of flow-control commands...
6412 (Command Files): ...to here. Document loop_break and
6413 loop_continue.
ca91424e
EZ
6414 (Define, Command Files): Document `end' and add index entries for
6415 it.
fcc73fe3 6416
5c95884b
MS
64172006-01-04 Michael Snyder <msnyder@redhat.com>
6418
6419 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 6420 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 6421
860701dc
PH
64222006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
6423
6424 * gdb.texinfo (Omissions from Ada): Document that there is now
6425 limited aggregate support.
6426
36b80e65
EZ
64272005-12-28 Eli Zaretskii <eliz@gnu.org>
6428
6429 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
6430 registers and the likes.
6431
c1468174
EZ
64322005-12-24 Eli Zaretskii <eliz@gnu.org>
6433
6434 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
6435 (Symbols): Fix usage of "e.g.".
359df76b 6436 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
6437
6438 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
6439 (Coding): Fix usage of "e.g.".
6440
c02a867d
EZ
64412005-12-23 Eli Zaretskii <eliz@gnu.org>
6442
5ae4183a
AS
6443 * stabs.texinfo:
6444 * refcard.tex:
c02a867d 6445 * gpl.texi:
5ae4183a
AS
6446 * gdbint.texinfo:
6447 * gdb.texinfo:
6448 * gdb-cfg.texi:
c02a867d 6449 * fdl.texi:
5ae4183a
AS
6450 * annotate.texinfo:
6451 * all-cfg.texi:
c02a867d
EZ
6452 * Makefile.in: Add (C) after Copyright. Update the FSF
6453 address.
6454
fad38dfa
EZ
64552005-12-03 Eli Zaretskii <eliz@gnu.org>
6456
6457 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
6458 extend GDB with commands for external monitor.
6459
53e5f3cf
AS
64602005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
6461
6462 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
6463
55f6ca0f
JB
64642005-11-25 Joel Brobecker <brobecker@adacore.com>
6465
6466 * gdbint.texinfo (Start of New Year Procedure): New chapter.
6467
c1947b85
JB
64682005-11-21 Jim Blandy <jimb@redhat.com>
6469
6470 * gdb.texinfo (Tracepoint Packets): Document restrictions on
6471 placement of 'R' actions in tracepoint action packets; document
6472 dependence of 'X' and 'M' actions on a preceding 'R' action for
6473 their registers.
6474
9d29849a
JB
64752005-11-19 Jim Blandy <jimb@redhat.com>
6476
6477 * gdb.texinfo (Tracepoint Packets): New node.
6478 (General Query Packets): Add entries for the tracepoint packets,
6479 referring to the "Tracepoint Packets" node.
6480 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 6481
9a6253be
KB
64822005-11-18 Kevin Buettner <kevinb@redhat.com>
6483
6484 * gdb.texinfo (set remotebreak): Add anchor.
6485 (X packet): Likewise.
6486 (Remote Protocol): Add new section `Interrupts' and new index
6487 entry `interrupts (remote protocol)'.
6488
5f3bebba
JB
64892005-11-18 Jim Blandy <jimb@redhat.com>
6490
6491 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
6492 entries into the General Query Packets section. Add a
6493 cross-reference to that section. Drop description of replies, as
6494 these are covered in the descriptions of each packet.
6495 (General Query Packets): Add introductory text. Explain naming
6496 conventions, and how the end of a name is recognized.
6497
9a7a1b36
KB
64982005-11-17 Kevin Buettner <kevinb@redhat.com>
6499
0564b6cf 6500 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
6501 "set remotebreak" command.
6502
b8ff78ce
JB
65032005-11-16 Jim Blandy <jimb@redhat.com>
6504
6505 * gdb.texinfo (Packets, Stop Reply Packets)
6506 (General Query Packets): Various formatting cleanups.
6507 - Use @samp for packet contents.
6508 - Drop summaries from packet @item lines; the same information appears
6509 immediately below in the description.
6510 - Delete paragraph breaks after packet @item commands, so that the
6511 description appears directly to the right of the packet prototype
6512 in the printed manual, if it fits.
6513 - Place spaces in packet prototypes between @vars and non-@var
6514 letters, and explain that they're just for formatting.
6515 - Use @dots{} instead of '...'.
6516 - Fix uses of @code where @var was needed.
6517 - Replace "deprecated" markers with English text spelling out the
6518 packet's status and the preferred alternatives.
6519 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
6520 what this ever meant.
6521 - Remove "(draft)" markers on 'i' packets; nobody has commented on
6522 this for a long time.
6523 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
6524 implemented several times, and have been in use for years.
6525
8ffe2530
JB
65262005-11-15 Jim Blandy <jimb@redhat.com>
6527
c43c5473
JB
6528 * gdb.texinfo (Packets): Add index entries for 'm' packet
6529 disclaimers.
5ae4183a 6530
fb031cdf
JB
6531 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
6532 of stub when processing an 'm' packet.
6533
8ffe2530
JB
6534 * gdb.texinfo (Packets): Mention that packets beginning with
6535 letters are reserved once, at the top, instead of actually listing
6536 them all and saying "reserved".
6537
c03c782f
AS
65382005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
6539
6540 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
6541 Change @var{$arg0 to @code{$arg0.
6542
814e32d7
WZ
65432005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
6544
6545 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
6546
fa93a9d8
JB
65472005-11-12 Jim Blandy <jimb@redhat.com>
6548
6549 * gdb.texinfo (General Query Packets): Put packets in alphabetical
6550 order. Remove extraneous 'z'.
6551
8a5a3c82
AS
65522005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
6553
6554 * gdb.texinfo (Choosing files): Add --eval-command.
6555
4b0ad762
AS
65562005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
6557
6558 * gdb.texinfo (Choosing modes): Add --return-child-result.
6559
6560
1a088d06
AS
65612005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
6562
6563 * gdb.texinfo (Choosing modes): Add --batch-silent.
6564
656d5e12
EZ
65652005-10-28 Eli Zaretskii <eliz@gnu.org>
6566
6567 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
6568 "The -var-update Command".
6569
3c9c013a
JB
65702005-10-03 Joel Brobecker <brobecker@adacore.com>
6571
6572 * gdb.texinfo (Print Settings): Add documentation for set/show
6573 print array-indexes.
6574
7ba3cf9c
DJ
65752005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
6576
6577 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
6578 6.2 and 6.3.
6579
a94ab193
EZ
65802005-08-27 Eli Zaretskii <eliz@gnu.org>
6581
6582 * gdb.texinfo (File Options): Don't document --mapped, it's gone
6583 since 19-Jan-2004.
6584 (Files): Likewise.
ab1adacd
EZ
6585 (Variables, Symbols): Document the "<incomplete type>" message and
6586 its reasons.
a94ab193 6587
ca06016a
FF
65882005-08-01 Fred Fish <fnf@specifix.com>
6589
6590 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
6591
cf58170d
NR
65922005-07-15 Nick Roberts <nickrob@snap.net.nz>
6593
6594 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
6595 option for -var-list-children and -var-update.
6596 (GDB/MI Stack Manipulation): Simplify description of
6597 print-values option for -stack-list-locals.
6598 (GDB/MI Command Description Format): Clarify.
6599 (Mode Options): Spelling of superseded.
6600
38f1196a
BR
66012005-07-12 Bob Rossi <bob@brasko.net>
6602
6603 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
6604 corresponding GDB command comment.
6605
3cb3b8df
BR
66062005-07-06 Bob Rossi <bob@brasko.net>
6607
6608 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
6609 and -inferior-tty-show.
6610 (Input/Output): Document "set/show inferior-tty" and tty alias.
6611
10fac096
NW
66122005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
6613
6614 * gdb.texinfo (Packets): Change description of 'D' packet to note
6615 that GDB does wait for a response.
6616
d1b6db76
NR
66172005-06-22 Nick Roberts <nickrob@snap.net.nz>
6618
6619 * gdb.texinfo (History) Rename "Command History".
6620 (Command History): Move node "Server Prefix" from section on
6621 Annotations here.
6622
29629dcf
NR
66232005-06-19 Nick Roberts <nickrob@snap.net.nz>
6624
6625 * gdb.texinfo (GDB/MI Stack Manipulation):
6626 Re-instate -stack-info-frame with example. Say that it gets
6627 info on selected frame, not current frame.
6628
397ca115
EZ
66292005-06-18 Eli Zaretskii <eliz@gnu.org>
6630
6631 * gdb.texinfo (Server): Clarify that `file' should be used before
6632 connecting to the server.
6633 (Files): Add an xref to the above description.
51274035
EZ
6634 (Output Formats): More detailed description of the `c' format.
6635 (Memory): List explicitly all the formats supported by `x'.
638ac427 6636 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 6637 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
6638 files. Add more indexing for solib-absolute-prefix and
6639 --with-sysroot.
76d17f34
EZ
6640 (Machine Code): Document possible problems with locations in
6641 shared libraries.
d416eeec
EZ
6642 (Backtrace): Document that free-standing environments do not need
6643 to have a `main' function.
397ca115 6644
74f6deaa
NR
66452005-06-18 Nick Roberts <nickrob@snap.net.nz>
6646
6647 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
6648 -stack-info-frame.
6649
a9967aef
AC
66502005-06-07 Andrew Cagney <cagney@gnu.org>
6651
6652 * gdb.texinfo (Contributors): Note the original multi-arch
6653 contributors.
6654
e09f16f9
EZ
66552005-06-03 Eli Zaretskii <eliz@gnu.org>
6656
6657 * gdb.texinfo (Registers): Add index entries for the standard
6658 registers.
6659 (Frames): Add cross-reference from frame pointer description to
6660 the Registers node.
6661 (Annotations Overview): Fix the reference to GDB name.
6662
d87ba7ee
EZ
66632005-06-01 Eli Zaretskii <eliz@gnu.org>
6664
6665 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
6666 can-use-hw-watchpoints.
6667
034dad6f
BR
66682005-05-28 Bob Rossi <bob@brasko.net>
6669
6670 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
6671 the possible reasons why an exec async record would be returned to FE.
6672
ffed4509
AC
66732005-05-26 Andrew Cagney <cagney@gnu.org>
6674
6675 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
6676 Andrew Cagney implemented the original GDB/MI.
6677
e22e55c9
OF
66782005-05-23 Orjan Friberg <orjanf@axis.com>
6679
6680 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
6681 documentation. Add documentation for cris-mode.
6682
a78e13ce
EZ
66832005-05-20 Eli Zaretskii <eliz@gnu.org>
6684
6685 * gdb.texinfo (Numbers): Explain the example and make the wording
6686 more acurate.
6687
76ff342d
DJ
66882005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
6689 Dennis Brueni <dennis@slickedit.com>
6690
6691 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
6692 (GDB/MI Data Manipulation, GDB/MI Program Control)
6693 (GDB/MI Stack Manipulation): Update examples to include the fullname
6694 attribute in stack frames.
6695
119b882a
EZ
66962005-05-12 Eli Zaretskii <eliz@gnu.org>
6697
6698 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
6699 do with other non-standard names of init files.
6700
6fc08d32
EZ
67012005-05-11 Eli Zaretskii <eliz@gnu.org>
6702
6703 * gdb.texinfo (Command Files): Move the description of the startup
6704 from here...
6705 (Startup): ...to this new subsection of the Invocation chapter.
6706 Rearrange the description of init files more logically and add a
6707 cross-reference to "Command Files". Document the special gdbinit
6708 name for CISCO 68k. Expand the description of what GDB does
6709 during startup.
6710 (History): Add index entry for HISTSIZE.
6711
a561754a
MK
67122005-05-02 Mark Kettenis <kettenis@gnu.org>
6713
6714 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
6715
2eecc4ab
EZ
67162005-05-02 Eli Zaretskii <eliz@gnu.org>
6717
6718 * gdb.texinfo (SVR4 Process Information, The isatty call)
6719 (The system call): Don't use foo(N) notation for man pages and
6720 functions.
514c4d71 6721 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 6722
18999be5
EZ
67232005-04-27 Eli Zaretskii <eliz@gnu.org>
6724
6725 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
6726 were optimized away.
6727
0abb7bc7
EZ
67282005-04-22 Eli Zaretskii <eliz@gnu.org>
6729
6730 * gdb.texinfo (Remote configuration): Document "set/show
6731 get-thread-local-storage-address". Add cross-reference to the
6732 description of the qGetTLSAddr packet.
6733 (General Query Packets): Mention "set remote
6734 get-thread-local-storage-address" and add a reference to its
6735 description.
6736
6f61acb1
NR
67372005-04-19 Nick Roberts <nickrob@snap.net.nz>
6738
6739 * gdb.texinfo (Backtrace): Describe 'bt full'.
6740
9d59903a
NR
67412005-04-17 Nick Roberts <nickrob@snap.net.nz>
6742
6743 * gdb.texinfo (Mode Options): Fix typo.
6744 (GDB/MI): Describe how to invoke GDB/MI.
6745
721c2651
EZ
67462005-04-16 Eli Zaretskii <eliz@gnu.org>
6747
6748 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 6749 references changed. Add description of "info udot".
721c2651
EZ
6750 (Files): Document "set/show stop-on-solib-events".
6751 (M32R/D): Document "set/show download-path", "set/show
6752 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
6753 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
6754 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
6755 (Maintenance Commands): Improve indexing.
6756 (Target Commands): Document "set/show hash", "set/show debug
6757 monitor".
6758 (SVR4 Process Information): Document "info pidlist" and "info
6759 meminfo". Document "set/show procfs-tarce" and "set/show
6760 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
6761 (Symbols, The Print Command with Objective-C): Improve indexing.
6762 (Objective-C): Add references to "info classes" and "info
6763 selectors".
c45da7e6
EZ
6764 (Debugging Output): Improve wording. Document "set/show debug
6765 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
6766 (Set Breaks): Add index entry for "hardware breakpoints".
6767 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
6768 and "set/show usehardbreakpoints".
6769 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
6770 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
6771 (ARM): Document "rdilogfile", "rdilogenable", "set/show
6772 rdiromatzero", "set/show rdiheartbeat".
6773 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
6774 "sds".
6775 (Embedded Processors): Document the "sim" command.
6776 (Remote): Document the "remote" command.
6777 (DJGPP Native): Document the "info serial" command.
6778 (Threads): Document "maint info sol-threads".
6779 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
6780 (Set Breaks): Improve indexing.
6781 (Command Syntax): Add a reference to dont-repeat.
6782 (Define): Document "dont-repeat".
6783 (TUI Commands): Document "tabset".
6784 (WinCE): New subsection. Document "set/show remotedirectory",
6785 "set/show remoteupload", "set/show remoteaddhost".
721c2651 6786
14d6dd68
EZ
67872005-04-15 Eli Zaretskii <eliz@gnu.org>
6788
6789 * gdb.texinfo (Hurd Native): New subsection, documents
6790 Hurd-specific commands.
a64548ea 6791 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 6792 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
6793 (MIPS): Improve documentation of heuristic-fence-post. Document
6794 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
6795 mips stack-arg-size", "set/show mips mask-address", "set/show mips
6796 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 6797 (ARM): Document ARM-specific commands.
a64548ea
EZ
6798 (AVR): New section. Document "info io_registers".
6799 (CRIS): New section. Document "set/show cris-version" and
6800 "set/show cris-dwarf2-cfi".
6801 (HPPA): New section. Document "set/show debug hppa" and "maint
6802 print unwind".
a5adf40f 6803 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 6804 (Super-H): New section. Document the "regs" command.
721c2651 6805 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 6806
9c16f35a
EZ
68072005-04-09 Eli Zaretskii <eliz@gnu.org>
6808
6809 * gdb.texinfo (Print Settings): Document "set/show print
6810 pascal_static-members", "set print repeats", "show print
6811 null-stop". Improve indexing. Fix documentation of "set print
6812 union".
6813 (Pascal): New section.
6814 (Supported languages): Rename from "Support"; all references
6815 updated. Add a menu item for Pascal.
6816 (Numbers): Document "set radix.
6817 (Screen Size): Document "set/show pagination".
6818 (MIPS Embedded): Remove "set processor" documentation.
6819 (Remote configuration): Document "set/show X/P/Z-packet",
6820 "set/show read-aux-vector-packet", "set/show remote
6821 symbol-lookup-packet", "set/show remote verbose-resume-packet",
6822 "set/show remoteaddresssize", "set/show remotebaud", "set/show
6823 remotedebug", "set/show remotebreak", "set/show remotedevice",
6824 "set/show remotelogfile".
6825 (Auxiliary Vector): Add reference to the description of the
6826 read-aux-vector-packet setting.
6827 (Set Watchpoints): Add a cross-reference to "set remote
6828 hardware-breakpoint-limit".
6829 (General Query Packets): Add indexing of requests and
6830 cross-references to related commands in "Remote configuration".
6831 (File-I/O Overview, The system call): Fix wording and typos.
6832 (Thread Stops): Add index entries.
6833 (Continuing and Stepping): Document "show step-mode".
6834 (i386): New node. Document "set/show struct-convention".
6835 (Files): Document "show trust-readonly-sections".
6836 (Calling): Document "set/show unwindonsignal".
6837 (Messages/Warnings): Add index entries.
6838 (Maintenance Commands): Document "set/show watchdog".
6839 (Annotations Overview): Document "show annotate".
6840 (Set Watchpoints): Add index entries.
6841 (Symbols): Fix doc of case-sensitive.
6842 (ABI): Document "show coerce-float-to-double".
6843 (Convenience Vars, Help): Improve indexing.
6844 (Machine Code): Document "show disassembly-flavor".
6845 (Debugging C plus plus): Document "show overload-resolution".
6846 (Value History, Signaling): Add index entries.
6847
68482005-04-08 Eli Zaretskii <eliz@gnu.org>
6849
6850 * gdb.texinfo (Show): Move @kindex entries to their proper places.
6851 (Processes): Fix wording.
6852 (History, List, Logging output, Define, Symbols, Print Settings):
6853 Improve indexing.
6854
a8f24a35
EZ
68552005-04-03 Eli Zaretskii <eliz@gnu.org>
6856
6857 * gdb.texinfo (Targets): Document "set/show architecture". Remove
6858 redundant index entry for "target" command.
6859 (Backtrace): Add index entries.
6860 (Symbols, Fortran): Document the "set case-sensitive" command.
6861 (DJGPP Native): Document "set com1base", "set com1irq", etc.
6862 (Print Settings): Add index entry for "set demangle-style".
6863 (Target Commands): Document "set download-write-size".
6864 (Debugging Output): Document "set exec-done-display".
6865
09d4efe1
EZ
68662005-04-02 Eli Zaretskii <eliz@gnu.org>
6867
6868 * gdb.texinfo (Files): Fix the name and documentation of
6869 add-shared-symbol-files. Document its alias assf. Update the
6870 list of OSs where GDB supports shared libraries. Fix markup.
6871 (Continuing and Stepping): Add reference to @var{location} in the
6872 text.
6873 (Dump/Restore Files): Fix reference to @{filename}.
6874 (Help): Fix wording.
6875 (Attach): Ditto.
6876 (Set Watchpoints): Ditto.
6877 (Backtrace): Remove redundant index entries. Improve index
6878 entries.
6879 (Delete Breaks): Fix wording.
6880 (Memory): Document the compare-sections command.
6881 (Memory Region Attributes): Improve wording.
6882 (Disabling): Improve wording.
6883 (Fortran): New subsection. Document the "info common" command.
6884 (Help): Document aliases "info copying" and "info warranty".
6885 (Caching Remote Data): New section. Document the "set/show
6886 remotecache" and "info dcache" commands.
6887 (Show): Fix wording of the documentation of the "set
6888 extension-language" command.
6889 (Signals): Add index entry for "info handle".
6890 (Memory Region Attributes): Fix punctuation.
6891 (Symbols): Change the arg name to "location" and refer to it in
6892 the text. Fix wording of "info types" doc.
6893 (Threads): Fix usage of @enumerate @item's.
6894 (Listing Tracepoints): Add index entry for "info tp".
6895 (Set Watchpoints): Add xref to "info break" description.
6896 (Macros): Add an index entry for "macro exp1". Document the
6897 "macro list" command.
6898 (Maintenance Commands): Document "flushregs", "maint agent",
6899 "maint check-symtabs", "maint cplus", "maint demangle", "maint
6900 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
6901 "maint print architecture", "maint print objfiles", "maint print
6902 statistics", "maint print type", "maint show-debug-regs", "maint
6903 space", "maint time", and "maint translate-address".
6904 (Connecting): Document the "monitor" command.
6905 (Annotations Overview): Describe the "set annotate" command.
6906
82f2d802
EZ
69072005-04-01 Eli Zaretskii <eliz@gnu.org>
6908
6909 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
6910 Rearrange index entries and improve wording about support for
6911 hardware watchpoints.
6912
7d51c7de
BR
69132005-03-10 Bob Rossi <bob@brasko.net>
6914
6915 * gdb.texinfo: Update copyright
6916
68c71a2e
TR
69172005-02-09 Theodore A. Roth <troth@openavr.org>
6918
6919 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
6920 error.
6921
83761cbd
KB
69222005-02-03 Kevin Buettner <kevinb@redhat.com>
6923
6924 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
6925
9f1c6395
MS
69262005-01-17 Michael Snyder <msnyder@redhat.com>
6927
6928 * gdb.texinfo: Fix spelling, infinte -> infinite.
6929
fbd1b305
MK
69302005-01-08 Mark Kettenis <kettenis@gnu.org>
6931
6932 * observer.texi (GDB Observers): Document "solib_loaded".
6933
3ace7edb
AC
69342005-01-07 Andrew Cagney <cagney@gnu.org>
6935
bec39cab
AC
6936 * configure.ac: Rename configure.in, require autoconf 2.59.
6937 * configure: Re-generate.
6938
3ace7edb
AC
6939 * configure.in: Replace configdirs with multiple references to
6940 AC_CONFIG_SUBDIRS.
6941 * configure: Re-generate.
5ae4183a 6942
53531fc1
AC
69432005-01-04 Andrew Cagney <cagney@gnu.org>
6944
6945 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
6946 part of the version number.
6947
536ffdb7
MK
69482004-12-24 Mark Kettenis <kettenis@gnu.org>
6949
6950 * gdbint.texinfo (Algorithms): Remove description of
6951 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
6952
e1aac25b
JB
69532004-12-07 Jim Blandy <jimb@redhat.com>
6954
6955 * gdb.texinfo (General Query Packets): Specify that thread ID's in
6956 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
6957 numbers.
6958
f47b1503
AS
69592004-12-07 Andreas Schwab <schwab@suse.de>
6960
6961 * gdb.texinfo (Mode Options): Document -l option.
6962
b6b8ece6
EZ
69632004-12-04 Eli Zaretskii <eliz@gnu.org>
6964
6965 * gdbint.texinfo (Algorithms): More accurate description of
6966 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
6967 is not needed unless data-read and data-access watchpoints are
6968 supported. Add a description of how GDB checks whether the
6969 inferior stopped because a watchpoint was hit.
6970
01371747
EZ
69712004-11-23 Eli Zaretskii <eliz@gnu.org>
6972
6973 * gdb.texinfo (Files): Add cross-reference to description of
6974 -readnow command-line switch.
6975
2315ffec
RC
69762004-11-10 Randolph Chung <tausq@debian.org>
6977
6978 * gdb.texinfo: Document set/show backtrace past-entry commands.
6979 Rearrange index entries for set/show backtrace past-main.
6980
69065f5d
AC
69812004-11-10 Jon Beniston <jon@beniston.com>
6982
6983 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
6984 * gdb.texinfo (Remote Serial Protocol): Further describe
6985 binary transfer escaping mechanism .
69065f5d 6986
30e91e0b
RC
69872004-11-08 Randolph Chung <tausq@debian.org>
6988
6989 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
6990 and "show debug infrun". Add index entries.
6991
60bf7e09
EZ
69922004-10-23 Eli Zaretskii <eliz@gnu.org>
6993
6994 * gdb.texinfo (SVR4 Process Information): Document subcommands of
6995 "info proc" that are already implemented. Add index entries.
6996 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
6997 (Files): Add a tip for decreasing memory used for symtabs from
6998 shared libraries.
f018e82f
EZ
6999 (Starting): Fix whitespace; make "elaboration" stand out where it
7000 is first used, and add an index entry for the term.
f8568604
EZ
7001 (Calling): Expand and elaborate text. Add "print". Add the
7002 description of problems with weak aliases.
384ee23f 7003 (Core File Generation): New section.
60bf7e09 7004
d52fe014
AC
70052004-10-12 Andrew Cagney <cagney@gnu.org>
7006
7007 * gdbint.texinfo (Versions and Branches): New chapter.
7008 (Releasing GDB): Delete "Versions and Branches" section.
7009 (Top): Add "Versions and Branches".
7010
703663ab
EZ
70112004-10-08 Eli Zaretskii <eliz@gnu.org>
7012
7013 * gdb.texinfo (Editing, History): Add cross-references to the
7014 included Readline and History user documentation. Remove
7015 references to the symbol have-readline-appendices which is unused
7016 and undefined.
7017 (History): Fix indexing.
7018
ac77d04f
JJ
70192004-10-08 Jeff Johnston <jjohnstn@redhat.com>
7020
7021 * gdbint.texinfo (target_stopped_data_address): Update to
7022 new prototype.
7023 (i386_stopped_data_address): Update prototype and description.
7024 (i386_stopped_by_watchpoint): New function and description.
7025
e07c999f
PH
70262004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
7027
7028 * gdb.texinfo (Filenames): Add Ada suffixes.
7029 (Ada) New section.
7030
2e868123
AC
70312004-09-27 Andrew Cagney <cagney@gnu.org>
7032 Robert Picco <Robert.Picco@hp.com>
7033
7034 * gdb.texinfo (Packets): Document the "p" packet.
7035
02a57714
JM
70362004-09-21 Jason Molenda (jmolenda@apple.com)
7037
7038 * gdb.texinfo (Paths and Names of the Source Files): Document the
7039 meaning of values in the 'desc' field of a SO stab.
7040
ae038cb0
DJ
70412004-09-20 Daniel Jacobowitz <dan@debian.org>
7042
7043 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
7044 max-cache-age" and "maint show dwarf2 max-cache-age".
7045
f7dc1244
EZ
70462004-09-16 Eli Zaretskii <eliz@gnu.org>
7047
7048 * gdb.texinfo (Set Breaks): Add index entry for setting
7049 breakpoints on overloaded C++ functions that are not members of
7050 any classes. Add an example and an index entry for setting
7051 breakpoints on all program functions.
7052 (Character Sets, Macros, Overlay Commands)
7053 (Non-debug DLL symbols, GDB/MI Output Syntax)
7054 (Annotations Overview, Maintenance Commands, File-I/O Overview):
7055 Use "(@value{GDBP})" instead of a literal "(gdb)".
7056
f810308b
AC
70572004-09-12 Andrew Cagney <cagney@gnu.org>
7058
7059 * gdbint.texinfo (Native Debugging): Delete description of
7060 FILES_INFO_HOOK.
7061
15a661f3
PH
70622004-09-11 Paul Hilfinger <hilfinger@gnat.com>
7063
5ae4183a
AS
7064 * gdbint.texinfo (User Interface): Change local_hex_string_custom
7065 to hex_string_custom (not historically correct, but more
15a661f3
PH
7066 understandable, given the current code).
7067
f3219c75
AC
70682004-09-03 Andrew Cagney <cagney@gnu.org>
7069
7070 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
7071
f3bb6704
JJ
70722004-09-01 Jeff Johnston <jjohnstn@redhat.com>
7073
7074 * observer.texi (solib_unloaded): New observer.
7075
8d2c00cb
AC
70762004-08-24 Andrew Cagney <cagney@gnu.org>
7077
7078 * gdbint.texinfo (Target Architecture Definition): Add missing
7079 comma.
7080
e7dc800a
MC
70812004-08-20 Michael Chastain <mec.gnu@mindspring.com>
7082
7083 * (Using the Testsuite): build != host is supported,
7084 but some test scripts do not support build != host.
7085
73b03683
MK
70862004-08-14 Mark Kettenis <kettenis@gnu.org>
7087
7088 * gdbint.texinfo (Host Definition): Delete description of
7089 FCLOSE_PROVIDED and GETENV_PROVIDED.
7090
c0ccb908
MK
70912004-08-05 Mark Kettenis <kettenis@chello.nl>
7092
7093 * gdbint.texinfo (Host Definition): Delete description of
7094 NO_SYS_FILE.
7095 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
7096 PTRACE_FP_BUG.
7097
9c8dbfa9
AC
70982004-08-05 Andrew Cagney <cagney@gnu.org>
7099
7100 * gdbint.texinfo (Target Architecture Definition): Delete
7101 reference to deprecated_read_fp.
7102
f42accbe
AC
71032004-08-02 Andrew Cagney <cagney@gnu.org>
7104
7105 * gdbint.texinfo (Target Architecture Definition): Delete
7106 description of DEPRECATED_REGISTER_BYTES.
7107
0b66e38c
EZ
71082004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
7109
7110 * gdb.texinfo (Source Path): Document the new behavior of
7111 searching for the source files.
7112
15387254
EZ
71132004-07-17 Eli Zaretskii <eliz@gnu.org>
7114
7115 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
7116 (Search, Expressions, Arrays, Variables, Data, Machine Code)
7117 (Auto Display): Improve indexing.
7118
2c07db7a
AC
71192004-07-16 Andrew Cagney <cagney@gnu.org>
7120
7121 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
7122 "-noasync".
7123
4644b6e3
EZ
71242004-07-09 Eli Zaretskii <eliz@gnu.org>
7125
7126 * gdb.texinfo: Fix @kindex entries so that multiple commands that
7127 have the same prefix have only their prefix in the index.
7128
7561d450
MK
71292004-07-03 Mark Kettenis <kettenis@gnu.org>
7130
7131 * gdb.texinfo (BSD libkvm Interface): New node (section)
7132 (Native): Add it to the menu.
7133
67bebe79
MK
71342004-07-01 Mark Kettenis <kettenis@gnu.org>
7135
7136 * gdbint.texinfo (Target Architecture Definition): Remove
7137 PCC_SOL_BROKEN.
7138
1a6923e0
MK
71392004-06-24 Mark Kettenis <kettenis@gnu.org>
7140
7141 * gdbint.texinfo (Target Architecture Definition): Remove
7142 SUN_FIXED_LBRAC_BUG.
7143
b435e160
AC
71442004-06-26 Andrew Cagney <cagney@gnu.org>
7145
7146 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
7147
b5622e8d
AC
71482004-06-20 Andrew Cagney <cagney@gnu.org>
7149
7150 * gdbint.texinfo (Target Architecture Definition): Deprecate
7151 USE_STRUCT_CONVENTION.
7152
e0c07bf0
MC
71532004-06-19 Michael Chastain <mec.gnu@mindspring.com>
7154
7155 gdb.texinfo (Bug Reporting): Mention session recording,
7156 with the script command or Emacs.
7157
782263ab
AC
71582004-06-18 Andrew Cagney <cagney@gnu.org>
7159
7160 * gdbint.texinfo (Target Architecture Definition): Deprecate
7161 FUNCTION_START_OFFSET.
7162
03727ca6
AC
71632004-06-14 Andrew Cagney <cagney@gnu.org>
7164
7165 Based on changes from Karl Berry.
7166 * gdb.texinfo: Do not use @sc in a direntry.
7167 * stabs.texinfo: Change @dircateogry to "Software development".
7168 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
7169
97092415
AC
71702004-06-13 Andrew Cagney <cagney@gnu.org>
7171
7172 * gdbint.texinfo (Target Architecture Definition): Delete
7173 description of RETURN_VALUE_ON_STACK.
7174
1f6d4158
AC
71752004-06-09 Andrew Cagney <cagney@gnu.org>
7176
7177 * gdbint.texinfo (Native Debugging): Restore "@table @code"
7178 deleted by previous patch.
7179
d966f0cb
AC
71802004-06-08 Andrew Cagney <cagney@gnu.org>
7181
7182 * gdbint.texinfo (Native Debugging): Delete documentation on
7183 ATTACH_DETACH.
7184
86fe4aaa
RC
71852004-06-06 Randolph Chung <tausq@debian.org>
7186
7187 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
7188
d4b6d575
RC
71892004-06-06 Randolph Chung <tausq@debian.org>
7190
5ae4183a 7191 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
7192 the new push_dummy_call method signature. Describe the function
7193 argument.
7194
4e8b0763
JB
71952004-05-24 Joel Brobecker <brobecker@gnat.com>
7196
7197 * gdb.texinfo (Starting): Document new start command.
7198
59caf092
AC
71992004-05-21 Andrew Cagney <cagney@redhat.com>
7200
7201 * observer.texi (GDB Observers): Document "inferior_created".
7202
e4a2df64
AC
72032004-05-08 Andrew Cagney <cagney@redhat.com>
7204
e6b55ae2
AC
7205 * gdbint.texinfo (Target Architecture Definition): Delete
7206 description of DO_DEFERRED_STORES.
7207
28954179
AC
7208 * gdbint.texinfo (Target Architecture Definition): Delete
7209 references to DEPRECATED_FIX_CALL_DUMMY.
7210
434b87dd
AC
7211 * gdbint.texinfo (Target Architecture Definition): Delete
7212 description of DEPRECATED_CALL_DUMMY_WORDS,
7213 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
7214
58d28df8
AC
7215 * gdbint.texinfo (Target Architecture Definition): Delete
7216 description of DEPRECATED_PUSH_DUMMY_FRAME.
7217
e4a2df64
AC
7218 * gdbint.texinfo (Target Architecture Definition): Delete
7219 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
7220
2b4855ab
AC
72212004-05-07 Andrew Cagney <cagney@redhat.com>
7222
7223 * observer.texi (GDB Observers): Add "Debugging" section. Include
7224 cross reference to "set/show debug observer".
7225 * gdb.texinfo (Debugging Output): Document "set/show debug
7226 observer".
7227
fcf70625
AC
72282004-05-01 Andrew Cagney <cagney@redhat.com>
7229
7230 * gdbint.texinfo (Target Architecture Definition): Delete
7231 description of DEPRECATED_PC_IN_SIGTRAMP.
7232
8ee56bcf
AC
72332004-04-30 Andrew Cagney <cagney@redhat.com>
7234
7235 * gdbint.texinfo (Target Architecture Definition): Delete
7236 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
7237
67ab9a76
OF
72382004-04-30 Orjan Friberg <orjanf@axis.com>
7239
7240 * observer.texi (GDB Observers): Correct spelling.
7241
79346bcb
OF
72422004-04-26 Orjan Friberg <orjanf@axis.com>
7243
7244 * observer.texi (GDB Observers): Add target_changed event.
7245
7a464420
AC
72462004-04-08 Andrew Cagney <cagney@redhat.com>
7247
7248 * observer.texi (GDB Observers): Rework, provide generic observer
7249 definitions and then a list of observable events.
7250
6cdf9d98
AC
72512004-04-04 Andrew Cagney <cagney@redhat.com>
7252
7253 * gdbint.texinfo (Host Definition): Delete reference to
7254 NO_SIGINTERRUPT.
7255
ddc135a4
AC
72562004-04-02 Andrew Cagney <cagney@redhat.com>
7257
7258 * gdbint.texinfo (Target Architecture Definition): Delete
7259 reference to DEPRECATED_CALL_DUMMY_LENGTH.
7260
6a1b180d
SC
72612004-03-28 Stephane Carrez <stcarrez@nerim.fr>
7262
7263 * gdb.texinfo (TUI Commands): Document tui reg commands.
7264
d0d5df6f
AC
72652004-03-26 Andrew Cagney <cagney@redhat.com>
7266
7267 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
7268 "gdbtui".
7269 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
7270 (Contributors): Mention both Text and Terminal User Interface.
7271
aa2a3f87
AC
72722004-03-23 Andrew Cagney <cagney@redhat.com>
7273
7274 * gdbint.texinfo (Target Architecture Definition): Deprecate
7275 references to SIGTRAMP_START and SIGTRAMP_END.
7276
f561f026
AC
72772004-03-23 Andrew Cagney <cagney@redhat.com>
7278
7279 * gdbint.texinfo (Target Architecture Definition): Deprecate
7280 references to PC_IN_SIGTRAMP.
7281
33cb8b0f
AC
72822004-03-19 Andrew Cagney <cagney@redhat.com>
7283
7284 * gdbint.texinfo (Target Architecture Definition): Delete
7285 reference to GDB_TARGET_IS_HPPA.
7286
fc989b7a
AC
72872004-03-18 Andrew Cagney <cagney@redhat.com>
7288
7289 * gdbint.texinfo (Coding): Update section on gdbarch_data,
7290 describe pre_init and post_init.
7291
701b08bb
DJ
72922004-03-09 Daniel Jacobowitz <drow@mvista.com>
7293
7294 * gdb.texinfo (Debugging Output): Document values for "set debug
7295 target".
7296
faae5abe
AC
72972004-02-28 Andrew Cagney <cagney@redhat.com>
7298
7299 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
7300
dd79a6cf
JJ
73012004-02-26 Jeff Johnston <jjohnstn@redhat.com>
7302
7303 * gdb.texinfo (breakpoints): Add information about the
7304 new "set breakpoint pending" and "show breakpoint pending"
7305 commands.
7306
e7f16015
AC
73072004-02-26 Andrew Cagney <cagney@redhat.com>
7308
7309 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
7310 in Per-architecture module data section.
7311
7161a3a6
RM
73122004-02-25 Roland McGrath <roland@redhat.com>
7313
7314 * gdb.texinfo (General Query Packets): Document qPart:... packets.
7315
2154891a
AC
73162004-02-24 Andrew Cagney <cagney@redhat.com>
7317
7318 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
7319 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
7320 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 7321
6c74ac8b
AC
73222004-02-17 Andrew Cagney <cagney@redhat.com>
7323
7324 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
7325
19772a2c
AC
73262004-02-16 Andrew Cagney <cagney@redhat.com>
7327
7328 * gdbint.texinfo (Target Architecture Definition): Deprecate
7329 FRAMELESS_FUNCTION_INVOCATION.
7330
c9830293
AC
73312004-02-16 Andrew Cagney <cagney@redhat.com>
7332
7333 * gdbint.texinfo (Coding): Mention -Wunused-function.
7334
b9d26eb9
AC
73352004-02-14 Andrew Cagney <cagney@redhat.com>
7336
7337 * gdbint.texinfo (Target Architecture Definition): Delete
7338 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
7339
49efadf5
EZ
73402004-02-12 Elena Zannoni <ezannoni@redhat.com>
7341
7342 * gdb.texinfo: Properly quote the name "C++".
7343 * gdbint.texinfo: Ditto.
7344 * stabs.texinfo: Ditto.
7345
1eb288ea
EZ
73462004-02-11 Elena Zannoni <ezannoni@redhat.com>
7347
7348 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
7349 minimal information about libiberty.
7350
e4937fc1
MC
73512004-02-06 Michael Chastain <mec.gnu@mindspring.com>
7352
7353 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
7354
a9331b3f
RM
73552004-02-04 Roland McGrath <roland@redhat.com>
7356
7357 * gdb.texinfo (Auxiliary Vector): New node (section).
7358 (Data): Add it to the menu.
7359
2650777c
JJ
73602004-02-02 Jeff Johnston <jjohnstn@redhat.com>
7361
7362 * gdb.texinfo (Breakpoints): Add information about pending
7363 breakpoint support.
7364
b4501125
AC
73652004-01-26 Andrew Cagney <cagney@redhat.com>
7366
7367 * gdb.texinfo (Overview): Delete references to the cisco protocol
7368 including the "N" response.
7369
74055713
AC
73702004-01-26 Andrew Cagney <cagney@redhat.com>
7371
7372 * gdbint.texinfo (Target Architecture Definition): Rename
7373 EXTRACT_STRUCT_VALUE_ADDRESS to
7374 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 7375
3bbe9696
EZ
73762004-01-24 Eli Zaretskii <eliz@gnu.org>
7377
7378 * gdb.texinfo (KOD): Document "show os". Add index entries for
7379 "set/show os" and "info cisco" commands.
7380
5843504f
EZ
73812004-01-21 Eli Zaretskii <eliz@gnu.org>
7382
7383 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
7384
9175c9a3
MC
73852004-01-19 Michael Chastain <mec.gnu@mindspring.com>
7386
7387 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
7388 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
7389
8e94b928
NR
73902004-01-19 Nick Roberts <nick@nick.uklinux.net>
7391
7392 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
7393 -stack-list-locals.
7394 (GDB/MI Variable Objects): Describe extension to
7395 -var-list-children.
7396
a20cf136
DJ
73972004-01-17 Daniel Jacobowitz <drow@mvista.com>
7398
7399 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
7400
afb18d0f
AC
74012004-01-17 Andrew Cagney <cagney@redhat.com>
7402
7403 * gdbint.texinfo (Target Architecture Definition): Delete
7404 documentation on DEPRECATED_NPC_REGNUM.
7405
b51970ac
DJ
74062004-01-13 Daniel Jacobowitz <drow@mvista.com>
7407
7408 * gdb.texinfo: Update copyright year. Mention that set
7409 follow-fork-mode is supported on GNU/Linux. Remove documentation of
7410 "set follow-fork-mode ask".
7411
0f0cffd2
AC
74122004-01-13 Andrew Cagney <cagney@redhat.com>
7413
7414 * gdbint.texinfo: Update copyright year.
7415 (Coding): Add -Wunused-label to list of -Werror warnings.
7416
c552b3bb 74172004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 7418 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
7419
7420 * gdb.texinfo: Update copyright.
7421 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
7422 around names, as appropriate. Minor syntax cleanup of
7423 _NSPrintForDebugger explanation. Two spaces after periods.
7424 GDBN used instead of lit. "gdb". Index entries added for
7425 print-object and _NSPrintForDebugger. @noindent added in one spot.
7426
afe157ca
EZ
74272003-11-11 Elena Zannoni <ezannoni@redhat.com>
7428
7429 * stabs.texinfo: Add dircategory and direntry commands.
7430 * annotate.texinfo: Ditto.
7431
963e2bb7
AC
74322003-11-10 Andrew Cagney <cagney@redhat.com>
7433
7434 * gdbint.texinfo (Target Architecture Definition): Replace the
7435 return_value method's "inval" and "outval" parameters with
7436 "readbuf" and "writebuf".
7437
1d8b2f28
JB
74382003-10-28 Jim Blandy <jimb@redhat.com>
7439
7440 * gdb.texinfo (The F request packet, The F reply packet): Renamed
7441 from "The `F' request packet" and "The `F' reply packet", to make
7442 texi2dvi happy.
7443 (File-I/O remote protocol extension): Update menu entries, too.
7444
36d86913
MC
74452003-10-26 Michael Chastain <mec@shout.net>
7446
7447 * gdb.texinfo (Thread Stops): Document the issue with
7448 premature return from system calls in multi-threaded programs.
7449
ce2826aa
AC
74502003-10-24 Andrew Cagney <cagney@redhat.com>
7451
7452 * annotate.texinfo: Fix "fortunatly"[sic].
7453
f24c5e49
KI
74542003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
7455
7456 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
7457 with "Hitachi" and "Mitsubishi".
7458
92ad9cd9
AC
74592003-10-20 Andrew Cagney <cagney@redhat.com>
7460
7461 * gdbint.texinfo (Target Architecture Definition): Document
7462 gdbarch_return_value. Add cross references from
7463 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
7464 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
7465
0ab4b752
MK
74662003-10-18 Mark Kettenis <kettenis@gnu.org>
7467
7468 * gdbint.texinfo (Target Architecture Definition): Document
7469 regset_from_core_section.
fb3e19c0
KI
7470
74712003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
7472
7473 * gdb.texinfo (M32R/D): Mention m32rsdi target.
7474
a9331b3f 74752003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
7476
7477 From Anthony Green <green@redhat.com>:
5ae4183a 7478 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 7479
1485d690
KB
74802003-10-14 Kevin Buettner <kevinb@redhat.com>
7481
889bf7c5
PA
7482 * gdb.texinfo (Breakpoint related warnings): New node.
7483 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 7484
86d30acc
DJ
74852003-10-13 Daniel Jacobowitz <drow@mvista.com>
7486
7487 * gdb.texinfo (Remote Protocol): Document v and vCont.
7488
172c2a43
KI
74892003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
7490
7491 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
7492 * gdbint.texinfo: Ditto.
7493
71952f4c
AC
74942003-10-09 Andrew Cagney <cagney@redhat.com>
7495
7496 From 2003-09-18 David Anderson <davea@sgi.com>:
7497 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
7498 "command".
7499
268e2188
AC
75002003-10-03 Andrew Cagney <cagney@redhat.com>
7501
7502 * gdbint.texinfo (Target Architecture Definition): Deprecate
7503 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
7504 just target.
7505
12c266ea 75062003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 7507
f30992d4 7508 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
7509 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
7510 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
7511 * gdbint.texinfo (Target Architecture Definition): Rename
7512
75132003-09-30 Andrew Cagney <cagney@redhat.com>
7514
f30992d4 7515 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 7516 (Target Architecture Definition):
f30992d4 7517
2e092625
AC
7518 * gdbint.texinfo (Target Architecture Definition): Rename
7519 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
7520
0717ae8a
AC
75212003-09-29 Andrew Cagney <cagney@redhat.com>
7522
dad809b7
AC
7523 * gdbint.texinfo (Target Architecture Definition): Delete
7524 documentation for NEED_TEXT_START_END.
7525
0717ae8a
AC
7526 * gdbint.texinfo (Target Architecture Definition): Rename
7527 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
7528 TARGET_WRITE_PC.
a9331b3f 7529
af6cf26d
MC
75302003-09-22 Michael Chastain <mec@shout.net>
7531
7532 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
7533
ee206350
AG
75342003-09-21 Anthony Green <green@redhat.com>
7535
7536 * gdbint.texinfo (Target Architecture Definition): Fix typos.
7537
a38c9fe6
MK
75382003-09-21 Mark Kettenis <kettenis@gnu.org>
7539
7540 * gdbint.texinfo (Target Architecture Definition): Document
7541 stabs_argument_has_addr.
7542
77949794
AC
75432003-09-18 Andrew Cagney <cagney@redhat.com>
7544
7545 * gdbint.texinfo (Target Architecture Definition): Delete
7546 documentation on REGISTER_NAMES.
7547
8e823e25
MK
75482003-09-13 Mark Kettenis <kettenis@gnu.org>
7549
7550 * gdbint.texinfo (Target Architecture Definition): Replace
7551 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
7552
f27dd7fd
AC
75532003-09-11 Andrew Cagney <cagney@redhat.com>
7554
7555 * gdbint.texinfo (Target Architecture Definition): Replace
7556 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
7557
8b148df9
AC
75582003-08-18 Andrew Cagney <cagney@redhat.com>
7559
7560 * gdbint.texinfo (Target Architecture Definition): Document
7561 "frame_red_zone_size".
7562
25d29d70
AC
75632003-08-09 Andrew Cagney <cagney@redhat.com>
7564
7565 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
7566 with "set/show backtrace past-main" and "set/show backtrace
7567 limit".
7568
c938e9b0
L
75692003-08-08 H.J. Lu <hongjiu.lu@intel.com>
7570
7571 * Makefile.in (install-info): Support DESTDIR.
7572 (install-html): Likewise.
7573
64fabec2
AC
75742003-08-07 Andrew Cagney <cagney@redhat.com>
7575
7576 Patch from Nick Roberts.
7577 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
7578 bindings. Remove description of send-gdb-command.
7579
2fcf52f0
AC
75802003-08-07 Andrew Cagney <cagney@redhat.com>
7581
7582 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
7583 GDB 6.0.
7584
086432e2
AC
75852003-08-06 Andrew Cagney <cagney@redhat.com>
7586
7587 * gdb.texinfo (Mode Options): Mention that level three is the
7588 highest available and that level 2 is deprecated.
7589 (Annotations Overview): Mention annotation levels. Cross reference
7590 to "Limitations of the Annotation Interface" in annotate.texi.
7591 (TODO, Value Annotations, Frame Annotations): Delete section.
7592 (Displays, Breakpoint Info): Delete.
7593
e5249f67
AC
75942003-08-04 Andrew Cagney <cagney@redhat.com>
7595
7596 * agentexpr.texi: Delete @bye.
7597 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
7598 (stabs.info): Add $(srcdir) to include search path.
7599 (html): Depend on "annotate_toc.html", and not "annotate.html".
7600 * stabs.texinfo: Ditto. Include "fdl.texi".
7601 * gdbint.texinfo: Update copyright statement's list of invariant
7602 sections.
7603
e6f672d2
AC
76042003-07-28 Andrew Cagney <cagney@redhat.com>
7605
7606 * Makefile.in (INFO_DEPS): Add annotate.info.
7607 (dvi, ps, html, pdf): Add annotate.
7608 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
7609 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
7610 (ANNOTATE_DOC_FILES): New macro.
7611 (ANNOTATE_TEX_TMPS): New macro.
7612 (annotate.info, annotate_toc.html): Specify dependencies.
7613 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
7614 * annotate.texinfo: Rename annotate.texi. Get building. Add
7615 "Migrating to GDB/MI" and "Limitations of the Annotation
7616 Interface" chapters. Mention why it is not part of the user
7617 guide. Update copyright notice. Include "fdl.texi".
7618
72ffddc9
SC
76192003-07-26 Stephane Carrez <stcarrez@nerim.fr>
7620
7621 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
7622
a9f12a31
DJ
76232003-07-24 Daniel Jacobowitz <drow@mvista.com>
7624
7625 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
7626
b1fe9455
DJ
76272003-07-24 Daniel Jacobowitz <drow@mvista.com>
7628
7629 * gdb.texinfo (Server): Mention pidof.
7630
153721e6
AC
76312003-07-22 Andrew Cagney <cagney@redhat.com>
7632
7633 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
7634 list.
7635
0fac0b41
DJ
76362003-06-28 Daniel Jacobowitz <drow@mvista.com>
7637
7638 * gdb.texinfo (Logging output): New chapter.
7639
4e562065
JB
76402003-06-24 Joel Brobecker <brobecker@gnat.com>
7641
7642 * gdb.texinfo (Unsupported languages): New section.
7643 (Languages): Add link to new section.
7644
f2c06f52
AC
76452003-06-22 Andrew Cagney <cagney@redhat.com>
7646
7647 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
7648
b4177fca
DJ
76492003-06-22 Daniel Jacobowitz <drow@mvista.com>
7650
7651 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
7652
f418dd93
DJ
76532003-06-22 Daniel Jacobowitz <drow@mvista.com>
7654
7655 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
7656 * agentexpr.texi: Retitle section, and change it to an appendix.
7657 Comment out texinfo initialization. Factor a @var{} into two
7658 pieces to prevent makeinfo warnings.
7659 * gdb.texinfo: Add Agent Expressions appendix.
7660
4ca61388
DJ
76612003-06-19 Daniel Jacobowitz <drow@mvista.com>
7662
7663 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
7664
07f31aa6
DJ
76652003-06-18 Daniel Jacobowitz <drow@mvista.com>
7666
5ae4183a 7667 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
7668 remote target". Document the "detach" and "disconnect" commands.
7669 (Server, Netware, Debug Session): Reference "Connecting to a
7670 remote target".
7671 (GDB/MI Target Manipulation): Document "-target-disconnect".
7672
2dd0da42
AC
76732003-06-13 Andrew Cagney <cagney@redhat.com>
7674
7675 * gdbint.texinfo (Target Architecture Definition): Deprecate
7676 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
7677 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
7678
e7a3abfc
JB
76792003-06-09 Jim Blandy <jimb@redhat.com>
7680
7681 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
7682
25e3a86b
AC
76832003-06-08 Andrew Cagney <cagney@redhat.com>
7684
7685 * gdbint.texinfo (Target Architecture Definition): Delete
7686 documentation on FRAME_ARGS_ADDRESS_CORRECT.
7687
a9e5fdc2
AC
76882003-06-08 Andrew Cagney <cagney@redhat.com>
7689
7690 * gdbint.texinfo (Target Architecture Definition): Document
7691 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
7692
b37303ee
AF
76932003-06-07 Adam Fedor <fedor@gnu.org>
7694
7695 * gdb.texinfo: Add Objective-C documentation.
7696
39fe6e80
AC
76972003-06-01 Andrew Cagney <cagney@redhat.com>
7698
7699 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
7700 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
7701
125309b2
AC
77022003-05-21 Andrew Cagney <cagney@redhat.com>
7703
7704 * gdbint.texinfo (Target Architecture Definition): Delete
7705 references to "extract_address" and "store_address".
7706
b8b527c5
AC
77072003-05-16 Andrew Cagney <cagney@redhat.com>
7708
7709 * gdbint.texinfo (Target Architecture Definition): Replace
7710 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
7711 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
7712
50e3ee83
TR
77132003-05-14 Theodore A. Roth <troth@openavr.org>
7714
7715 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
7716
44e2be90
L
77172003-05-10 H.J. Lu <hongjiu.lu@intel.com>
7718
7719 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
7720 (gdb.dvi): Likewise.
7721 (gdb.pdf): Likewise.
7722 (links2roff): Likewise.
7723
df5215a6
JB
77242003-05-08 Jim Blandy <jimb@redhat.com>
7725
7726 * gdb.texinfo (Dump/Restore Files): Update documentation for
7727 'dump', 'append', and 'restore': note that format argument is
7728 optional; simplify presentation of the command variants; and be
7729 more precise about the formats.
7730
5e7b2f39
JB
77312003-05-07 Jim Blandy <jimb@redhat.com>
7732
7733 * gdb.texinfo (Symbols): Update documentation: 'maint list
7734 symtabs' and 'maint list psymtabs' have been renamed 'maint info
7735 symtabs' and 'maint info psymtabs'.
7736
b1e29e33
AC
77372003-05-05 Andrew Cagney <cagney@redhat.com>
7738
7739 * gdbint.texinfo (Target Architecture Definition): Make
7740 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
7741 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
7742 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
7743
00905d52
AC
77442003-05-04 Andrew Cagney <cagney@redhat.com>
7745
7746 * gdb.texinfo (Maintenance Commands): Document "maint print
7747 dummy-frames".
7748
54ff5908
AC
77492003-05-04 Andrew Cagney <cagney@redhat.com>
7750
7751 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
7752
32e7087d
JB
77532003-05-03 J. Brobecker <brobecker@gnat.com>
7754
7755 Thierry Schneider <tpschneider1@yahoo.com>
7756 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
7757 for new MI command.
7758
7043d8dc
AC
77592003-05-03 Andrew Cagney <cagney@redhat.com>
7760
7761 * gdbint.texinfo (Target Architecture Definition): Document
7762 push_dummy_code. Add cross references.
7763
e33d66ec
EZ
77642003-05-02 Elena Zannoni <ezannoni@redhat.com>
7765
7766 * gdb.texinfo (Character Sets): Update to reflect new behavior of
7767 set/show charsets commands.
7768
0ba6dca9
AC
77692003-04-28 Andrew Cagney <cagney@redhat.com>
7770
7771 * gdbint.texinfo (Target Architecture Definition): Replace
7772 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
7773 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
7774
d7a27068
AC
77752003-04-28 Andrew Cagney <cagney@redhat.com>
7776
7777 * gdbint.texinfo (Target Architecture Definition): Rename
7778 "tm_print_insn" to "deprecated_tm_print_insn".
7779
44ea7b70
JB
77802003-04-09 Jim Blandy <jimb@redhat.com>
7781
7782 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
7783 list psymtabs'.
7784
fb8f8949
AC
77852003-04-08 Andrew Cagney <cagney@redhat.com>
7786
7787 * gdbint.texinfo (Target Architecture Definition): Delete
7788 references to EXTRA_FRAME_INFO.
7789
32fb0f22
AC
77902003-04-08 Andrew Cagney <cagney@redhat.com>
7791
7792 * gdbint.texinfo (Target Architecture Definition): Delete
7793 PRINT_TYPELESS_INTEGER.
7794
6be67e67
JB
77952003-04-02 J. Brobecker <brobecker@gnat.com>
7796
7797 * observer.texi (GDB Observers): Adjust the documentation for the
7798 normal_stop notification to better describe reality. Fix a couple
7799 of minor typos.
7800
4e35d5f0
BR
78012003-04-02 Bob Rossi <bob_rossi@cox.net>
7802
a9331b3f 7803 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
7804 '-file-list-exec-source-file'
7805
e8a8712a
AC
78062003-03-31 Andrew Cagney <cagney@redhat.com>
7807
7808 * gdbint.texinfo (Target Architecture Definition): Delete
7809 references to CALL_DUMMY_P.
7810
6c0e89ed
AC
78112003-03-30 Andrew Cagney <cagney@redhat.com>
7812
7813 * gdbint.texinfo (Target Architecture Definition): Remove
7814 reference to TARGET_WRITE_SP.
a9331b3f 7815
378bfd1b
AC
78162003-03-27 Andrew Cagney <cagney@redhat.com>
7817
7818 * gdbint.texinfo (Target Architecture Definition): Remove
7819 references to write_sp.
6c0e89ed 7820
922fbb7b
AC
78212003-03-27 Andrew Cagney <cagney@redhat.com>
7822
7823 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
7824 chapter body. Use @smallexample instead of @example.
7825 (Annotations): Ditto.
7826 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
7827 annotate.texi.
7828
b81774d8
AC
78292003-03-26 Andrew Cagney <cagney@redhat.com>
7830
7831 * gdbint.texinfo (Target Architecture Definition): Replace
7832 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
7833 dummy_addr parameters.
7834
1bf6d5cc
AC
78352003-03-25 Andrew Cagney <cagney@redhat.com>
7836
7837 * gdbint.texinfo (Target Architecture Definition): Delete
7838 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
7839 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
7840 Add reference to PUSH_ARGUMENTS.
7841
618ce49f
AC
78422003-03-23 Andrew Cagney <cagney@redhat.com>
7843
7844 * gdbint.texinfo (Algorithms, Target Architecture Definition):
7845 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
7846
bcd7e15f
JB
78472003-03-18 J. Brobecker <brobecker@gnat.com>
7848
7849 * gdbint.texinfo (Algorithms): Add new section describing the
7850 Observer paradigm.
7851 (Top): Add menu entry to new observer appendix.
7852 * observer.texi: New file.
7853 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
7854 new observer.texi file.
7855
9fe8321b
AC
78562003-03-17 Andrew Cagney <cagney@redhat.com>
7857
7858 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
7859 that GNU Press update the manual version number.
7860
ac2adee5
AC
78612003-03-12 Andrew Cagney <cagney@redhat.com>
7862
7863 * gdbint.texinfo (Target Architecture Definition): Delete
7864 references to get_saved_register. Rename GET_SAVED_REGISTER to
7865 DEPRECATED_GET_SAVED_REGISTER.
7866
749b82f6
AC
78672003-03-13 Andrew Cagney <cagney@redhat.com>
7868
7869 * gdbint.texinfo (Target Architecture Definition): Replace
7870 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
7871
8bedc050
AC
78722003-03-12 Andrew Cagney <cagney@redhat.com>
7873
7874 * gdbint.texinfo (Target Architecture Definition): Rename
7875 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 7876
0ce1b118
CV
78772003-03-10 Corinna Vinschen <vinschen@redhat.com>
7878
7879 * gdb.texinfo: Add File-I/O documentation.
7880
12cc2063
AC
78812003-03-10 Andrew Cagney <cagney@redhat.com>
7882
7883 * gdbint.texinfo (Target Architecture Definition): Cross reference
7884 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
7885
7453dc06
AC
78862003-03-07 Andrew Cagney <cagney@redhat.com>
7887
7888 * gdb.texinfo (Debugging Output): Mention the "set/show debug
7889 frame" command.
7890
6314f104
AC
78912003-03-05 Andrew Cagney <cagney@redhat.com>
7892
7893 * gdbint.texinfo (Target Architecture Definition): Document
7894 unwind_dummy_id. Cross reference unwind_dummy_id and
7895 SAVE_DUMMY_FRAME_TOS.
7896
f1212245
DJ
78972003-03-05 James Ingham <jingham@apple.com>
7898 Daniel Jacobowitz <drow@mvista.com>
7899
7900 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
7901 and "show cp-abi".
7902
77e7e267
AC
79032003-03-03 Andrew Cagney <cagney@redhat.com>
7904
7905 * gdbint.texinfo (Target Architecture Definition): Document
7906 register_type.
7907
838a8221
AC
79082003-03-03 Andrew Cagney <cagney@redhat.com>
7909
7910 * stabs.texinfo (Structures): Use @samp and separate @var's
7911 instead of a single @var containing a comma separated list.
7912 (Unions): Ditto.
7913
d7f4a264
DJ
79142003-03-02 Daniel Jacobowitz <drow@mvista.com>
7915
7916 * Makefile.in (distclean): Remove config.log.
7917
f30ee0bc
AC
79182003-03-01 Andrew Cagney <cagney@redhat.com>
7919
7920 * gdbint.texinfo (Target Architecture Definition): Rename
7921 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
7922
79232003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
7924
7925 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
7926 DEPRECATED_INIT_EXTRA_FRAME_INFO.
7927
be448670
CF
79282003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
7929
7930 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
7931 (Non-debug DLL symbols): New node, describing the minimal symbols
7932 loaded from DLLs without real debugging symbols.
7933
501eef12
AC
79342003-02-20 Andrew Cagney <ac131313@redhat.com>
7935
7936 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
7937 hardware-breakpoint-limit".
7938 (Set Watchpoints): Add cross reference to "set remote
7939 hardware-watchpoint-limit".
7940 (Remote configuration options): New section.
7941
21c294e6
AC
79422003-02-04 Andrew Cagney <ac131313@redhat.com>
7943
e9be73e4
AC
7944 * gdbint.texinfo (Target Architecture Definition): Delete
7945 descrption of IS_TRAPPED_INTERNALVAR.
7946
21c294e6
AC
7947 From Keith Seitz <keiths@redhat.com>:
7948 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
7949 option "-i"/"--interpreter" to this chapter. Include index
7950 entries.
7951
0179ffac
DC
79522003-02-04 David Carlton <carlton@math.stanford.edu>
7953
7954 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
7955 (Variables): Recommend stabs+ and DWARF 2.
7956 (C plus plus expressions): Correct info about
7957 compiler versions, debug formats.
7958 (Contributors): Change 'DWARF2' to 'DWARF 2'.
7959 PR symtab/874.
7960
7ca9f392
AC
79612003-02-01 Andrew Cagney <ac131313@redhat.com>
7962
7963 * gdbint.texinfo (Target Architecture Definition): Delete
7964 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
7965 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
7966 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
7967 references to nindy and i960.
7968 * gdb.texinfo (i960): Delete all references to i960 and nindy.
7969
31a85ea2
AC
79702003-02-01 Andrew Cagney <ac131313@redhat.com>
7971
7972 * gdbint.texinfo (Target Architecture Definition): Delete
7973 FLOAT_INFO.
7974
6b894e49
AC
79752003-01-30 Andrew Cagney <ac131313@redhat.com>
7976
7977 * stabs.texinfo (Member Type Descriptor): Clarify description of
7978 `@'. Suggested by Ben Hutchings.
7979
c48861fb
AC
79802003-01-29 Andrew Cagney <ac131313@redhat.com>
7981
7982 * gdb.texinfo (M68K): Delete reference to es1800.
7983
617073a9
AC
79842003-01-29 Andrew Cagney <ac131313@redhat.com>
7985
7986 * gdb.texinfo (Maintenance Commands): Document `maint print
7987 reggroups' and `maint print register-groups'.
7988 * gdbint.texinfo (Target Architecture Definition): Document
7989 register_reggroup_p.
7990
5b5d99cf
JB
79912003-01-23 Jim Blandy <jimb@redhat.com>
7992
7993 * gdb.texinfo (Separate Debug Files): New section.
7994
e7ba9c65
DJ
79952003-01-22 Daniel Jacobowitz <drow@mvista.com>
7996
7997 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
7998 and "maint show profile".
7999
94e91d6d
MC
80002003-01-16 Michael Chastain <mec@shout.net>
8001
8002 * gdb.texinfo (Installing GDB): Warn against
8003 ".../gdb-VERSION/gdb/configure".
8004 (Separate Objdir): Likewise.
8005
867f3898
AC
80062003-01-15 Andrew Cagney <ac131313@redhat.com>
8007
8008 * gdbint.texinfo (Target Architecture Definition): Delete
8009 definition of PRINT_REGISTER_HOOK.
8010
f153cc92
EZ
80112003-01-15 Elena Zannoni <ezannoni@redhat.com>
8012
8013 (OpenRISC 1000): Fix formatting of command names.
8014
c60eb6f1
EZ
80152003-01-15 Elena Zannoni <ezannoni@redhat.com>
8016
8017 * gdb.texinfo (Continuing and Stepping): Add new command
8018 'advance'. Clarify behavior of 'until'.
8019
f5ebfba0
DJ
80202003-01-13 Daniel Jacobowitz <drow@mvista.com>
8021
8022 * gdb.texinfo (Files): Document solib-absolute-prefix and
8023 solib-search-path.
8024
4ce8657e
MC
80252003-01-09 Michael Chastain <mec@shout.net>
8026
8027 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
8028 (Create a Release): Add new instructions for new @file{src-release}.
8029 Document existing instructions for @file{Makefile.in} as
8030 being for @value{GDBN} 5.3.1 or earlier.
8031
372613e3
AC
80322003-01-09 Andrew Cagney <ac131313@redhat.com>
8033
8034 * gdbint.texinfo (Target Architecture Definition): Mention
8035 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
8036 allocate memory.
8037
b4e9345d
DJ
80382003-01-04 Daniel Jacobowitz <drow@mvista.com>
8039
8040 * gdb.texinfo (Controlling GDB): Add @kindex for
8041 "show osabi".
8042 (Backtraces): Add @kindex's for backtrace-below-main.
8043
98b45e30
DJ
80442003-01-04 Daniel Jacobowitz <drow@mvista.com>
8045
8046 * gdb.texinfo (Controlling GDB): Document "set osabi".
8047
95f90d25
DJ
80482003-01-04 Daniel Jacobowitz <drow@mvista.com>
8049
8050 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
8051 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
8052
1e698235
DJ
80532003-01-04 Daniel Jacobowitz <drow@mvista.com>
8054
8055 * gdb.texinfo (Controlling GDB): Add ABI section. Document
8056 "set coerce-float-to-double".
8057 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
8058
e632838e
AC
80592003-01-02 Andrew Cagney <ac131313@redhat.com>
8060
8061 * stabs.texinfo: Remove obsolete text.
8062 * gdbint.texinfo: Ditto.
8063 * gdb.texinfo: Ditto.
8064
c133ab7a
MK
80652002-12-22 Mark Kettenis <kettenis@gnu.org>
8066
8067 * gdbint.texinfo (Target Architecture Definition): Update
8068 description of gdbarch_register_osabi.
8069
f821f325
KH
80702002-12-20 Kazu Hirata <kazu@cs.umass.edu>
8071
8072 * agentexpr.texi: Fix typos.
8073 * annotate.texi: Likewise.
8074 * fdl.texi: Likewise.
8075
85a6d8d3 80762002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
8077
8078 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
8079 DEPRECATED_INIT_FRAME_PC.
8080
ae45cd16
AC
80812002-12-01 Andrew Cagney <ac131313@redhat.com>
8082
8083 * gdbint.texinfo (Target Architecture Definition): Delete
8084 PC_IN_CALL_DUMMY.
8085
07555a72
AC
80862002-11-28 Andrew Cagney <ac131313@redhat.com>
8087
8088 * gdbint.texinfo (Host Definition): Delete documentation on
8089 USE_GENERIC_DUMMY_FRAMES.
8090
c166cdc7
EZ
80912002-11-26 Elena Zannoni <ezannoni@redhat.com>
8092
5ae4183a 8093 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
8094 * Makefile.in (install-info): Run the install-info command as part
8095 of the post install steps only.
8096 (uninstall-info): New target.
8097 (uninstall): New target.
8098
35db0260
EZ
80992002-11-22 Elena Zannoni <ezannoni@redhat.com>
8100
8101 * Makefile.in (install): Make install do some real work.
8102
9ba8d803
AC
81032002-11-19 Andrew Cagney <ac131313@redhat.com>
8104
8105 Fix POSIX problem reported by Paul Eggert.
8106 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
8107 Fix PR gdb/527.
8108
903ad3a6
AC
81092002-10-26 Andrew Cagney <cagney@redhat.com>
8110
8111 * gdbint.texinfo (Target Architecture Definition): Delete
8112 definition of DO_REGISTERS_INFO.
8113
f2abfe65
KB
81142002-10-18 Kevin Buettner <kevinb@redhat.com>
8115
8116 * gdbint.texinfo (Address Classes): Fix problems with insertion
8117 of ``{'' and ``}'' in example.
8118
b5b0480a
KB
81192002-10-17 Kevin Buettner <kevinb@redhat.com>
8120
8121 * gdbint.texinfo (Address Classes): New section.
8122 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
8123 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
8124 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
8125 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
8126
c85508ee
KD
81272002-10-11 Klee Dienes <kdienes@apple.com>
8128
8129 * gdb.texinfo (Registers): Mention vector registers as well as
8130 floating registers in the documentation for 'info registers' and
8131 'info all-registers'.
8132
6d12fc3d
DJ
81332002-10-11 Daniel Jacobowitz <drow@mvista.com>
8134
8135 * gdbint.texinfo (CPLUS_MARKER): Remove item.
8136
8d19fbd2
JJ
81372002-10-03 Jeff Johnston <jjohnstn@redhat.com>
8138
8139 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
8140 interface definition.
8141
a37295f9
MM
81422002-10-03 Marko Mlinar <markom@opencores.org>
8143
8144 * gdb.texinfo (Target Commands): Add or1k target specific
8145 commands.
8146 * gdb.texinfo (Contributors): Add myself to the contributors list.
8147
da0f9dcd
AC
81482002-10-01 Andrew Cagney <ac131313@redhat.com>
8149
8150 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
8151 and "mi1" instead of "mi1" and "mi0".
8152
2e834e49
HPN
81532002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
8154
8155 * gdb.texinfo (Packets): Fix typos "alligned".
8156 Correct z3/Z3 description. Correct z4/Z4 title.
8157
050be0dc
AC
81582002-09-27 Andrew Cagney <ac131313@redhat.com>
8159
8160 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
8161
1104b9e7
KB
81622002-09-25 Kevin Buettner <kevinb@redhat.com>
8163
8164 * gdb.texinfo: Use GNU/Linux instead of Linux.
8165
512217c7
AC
81662002-09-25 Andrew Cagney <ac131313@redhat.com>
8167
8168 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
8169
10998722
AC
81702002-09-24 Andrew Cagney <ac131313@redhat.com>
8171
512217c7 8172 * gdb.texinfo: Replace @example with @smallexample.
10998722 8173
a0eb71c5
KB
81742002-09-20 Kevin Buettner <kevinb@redhat.com>
8175
f7dc1244 8176 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
8177 * gdb.texinfo (Character Sets): Use @smallexample instead of
8178 @example. Use GNU/Linux instead of Linux.
8179
81802002-09-20 Jim Blandy <jimb@redhat.com>
8181
8182 * gdb.texinfo: Add character set documentation.
8183
2f870471
AC
81842002-09-19 Andrew Cagney <ac131313@redhat.com>
8185
8186 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
8187 (Packets): Add cross reference from `b' packet to `z' packets.
8188
790eb8f5
AC
81892002-09-19 Andrew Cagney <ac131313@redhat.com>
8190
8d30a00d
AC
8191 * gdb.texinfo (Maintenance Commands): Document ``maint
8192 internal-error'' and ``maint internal-warning''.
8193
790eb8f5
AC
8194 * gdbint.texinfo (Target Architecture Definition): Revise
8195 description of STACK_ALIGN. Add description of FRAME_ALIGN.
8196
a23a7bf1
JB
81972002-09-19 Joel Brobecker <brobecker@gnat.com>
8198
8199 * gdbint.texinfo (Target Conditionals): Document the new
8200 NAME_OF_MALLOC macro.
8201
299ffc64
AC
82022002-09-05 Andrew Cagney <ac131313@redhat.com>
8203
8204 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
8205 engineer.
8206
b7bb15bc
SC
82072002-09-02 Stephane Carrez <stcarrez@nerim.fr>
8208
8209 * gdb.texinfo (TUI Overview): Document status line fields.
8210
3d757584
SC
82112002-09-02 Stephane Carrez <stcarrez@nerim.fr>
8212
8213 * gdb.texinfo (TUI Commands): Document info win command.
8214
269c21fe
SC
82152002-09-01 Stephane Carrez <stcarrez@nerim.fr>
8216
8217 * gdb.texinfo (TUI Overview): Document breakpoint markers.
8218
7cf36c78
SC
82192002-09-01 Stephane Carrez <stcarrez@nerim.fr>
8220
8221 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
8222 (TUI Keys): Likewise.
8223
d2c6833e
AC
82242002-08-25 Andrew Cagney <ac131313@redhat.com>
8225
8226 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
8227 for a packet receive.
8228
46d8b1c3
AC
82292002-08-25 Andrew Cagney <ac131313@redhat.com>
8230
8231 * Makefile.in (clean): Move to end of file.
8232 (distclean, maintainer-clean, realclean): Ditto.
8233 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
8234 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
8235 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
8236 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
8237
b0787093
AC
82382002-08-24 Andrew Cagney <ac131313@redhat.com>
8239
8240 * Makefile.in (GDBINT_TEX_TMPS): Define.
8241 (gdbint.dvi, gdbint.pdf): Use
8242 (GDB_TEX_TMPS): Define.
8243 (gdb.dvi, gdb.pdf): Use.
8244 (STABS_TEX_TMPS): Define.
8245 (stabs.dvi, stabs.pdf): Use.
8246 (GDB_DOC_SOURCE_INCLUDES): New macros.
8247 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
8248 (GDBINT_DOC_FILES_INCLUDES): New macros.
8249 (GDBINT_DOC_BUILD_INCLUDES): New macros.
8250 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
8251 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
8252 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
8253 (links2roff): Replace SFILES_INCLUDED with
8254 GDB_DOC_SOURCE_INCLUDES.
8255 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
8256 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
8257 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
8258 dependencies.
8259 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
8260 dependencies.
8261 (gdbmi.texinfo): Delete rule.
8262 (inc-hist.texinfo): Delete rule.
8263 (rluser.texinfo): Delete rule.
8264
ebba8386
AC
82652002-08-23 Andrew Cagney <cagney@redhat.com>
8266
8267 * gdbint.texinfo (Target Architecture Definition): Update
8268 STORE_RETURN_VALUE, mention regcache.
8269
0ab7a791
AC
82702002-08-21 Andrew Cagney <ac131313@redhat.com>
8271
8272 * gdbint.texinfo (Target Architecture Definition): Document
8273 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
8274
ee2d5c50
AC
82752002-08-19 Andrew Cagney <ac131313@redhat.com>
8276
8277 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
8278 Fix minor typos. Add index entries.
8279
53c69bd7
AC
82802002-08-18 Andrew Cagney <ac131313@redhat.com>
8281
8282 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
8283
e76f1f2e
AC
82842002-08-15 Andrew Cagney <ac131313@redhat.com>
8285
8286 * gdbint.texinfo (Target Architecture Definition): Document
8287 PRINT_VECTOR_INFO.
8288 * gdb.texinfo (Vector Unit): Document "info vectors" command.
8289
0680b120
AC
82902002-08-13 Andrew Cagney <ac131313@redhat.com>
8291
8292 * gdb.texinfo (Maintenance Commands): Document "maint print
8293 registers", "maint print raw-registers" and "maint print
8294 cooked-registers".
8295
3c3bea1c
GS
82962002-08-08 Grace Sainsbury <graces@redhat.com>
8297
a9331b3f 8298 From Mark Salter:
3c3bea1c
GS
8299 * gdb.texinfo (Protocol): Document T packet extension to
8300 allow watchpoint address reporting.
8301
42f9b0a5
AC
83022002-08-03 Andrew Cagney <ac131313@redhat.com>
8303
8304 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
8305
db034ac5
AC
83062002-08-01 Andrew Cagney <cagney@redhat.com>
8307
8308 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
8309 to CHILL.
8310
e2b28d04
AC
83112002-08-01 Andrew Cagney <ac131313@redhat.com>
8312
8313 * gdbint.texinfo (Coding): Revise section "Include Files".
8314
7fb623f7
AC
83152002-07-24 Andrew Cagney <cagney@redhat.com>
8316
8317 * gdbint.texinfo: Obsolete references to m88k.
8318 * gdb.texinfo: Ditto.
8319
4a2b4636
JB
83202002-07-10 Joel Brobecker <brobecker@gnat.com>
8321
7fb623f7 8322 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
8323 where the proper version of autoconf can be retrieved.
8324
a71ec265
DH
83252002-07-09 Don Howard <dhoward@redhat.com>
8326
8327 * gdb.texinfo (Command Files): Further describe the behavior of
8328 sourced command files.
8329
b9aa90c9
AC
83302002-06-27 Andrew Cagney <ac131313@redhat.com>
8331
8332 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
8333 (Coding): Clarify ISO C version that GDB assumes.
8334
40dd2248
TT
83352002-06-26 Tom Tromey <tromey@redhat.com>
8336
8337 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
8338 add_setshow_cmd_full.
8339
bfac230e
DH
83402002-06-25 Don Howard <dhoward@redhat.com>
8341
8342 * gdb.texinfo (Memory Region Attributes): Document new behavior
8343 for 'mem' command.
8344
475b0867
JB
83452002-06-11 Jim Blandy <jimb@redhat.com>
8346
919d772c
JB
8347 * gdb.texinfo (Symbols): Update documentation for `info source'
8348 command.
8349
475b0867
JB
8350 * gdb.texinfo (Macros): Call the command `info macro', not
8351 `show macro'.
8352
ba8c9337
AC
83532002-06-09 Andrew Cagney <ac131313@redhat.com>
8354
8355 * gdbint.texinfo (Coding): Add section ``Per-architecture module
8356 data''.
8357
1029b7fa
MK
83582002-06-09 Mark Kettenis <kettenis@gnu.org>
8359
8360 * gdbint.texinfo (Target Architecture Definition): Document
8361 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
8362
16737d73
AC
83632002-06-08 Andrew Cagney <ac131313@redhat.com>
8364
8365 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
8366 lists.
8367
30107679
AC
83682002-06-08 Andrew Cagney <ac131313@redhat.com>
8369
8370 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
8371 Branch''.
8372
3352e23e
AC
83732002-06-01 Andrew Cagney <ac131313@redhat.com>
8374
8375 * gdbint.texinfo (Target Architecture Definition): Add section
8376 ``Converting an existing Target Architecture to Multi-arch''.
8377
cbb09e6a
AC
83782002-05-30 Andrew Cagney <ac131313@redhat.com>
8379
8380 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
8381 to ``Obsoleting code''. Revise.
8382
e2e0bcd1
JB
83832002-05-17 Jim Blandy <jimb@redhat.com>
8384
8385 * gdb.texinfo (C Preprocessor Macros): New chapter.
8386 Include it in the main menu.
8387 (Contributors): Credit Jim Blandy with macro support.
8388 (Compilation): Explain how to get macro information into the
8389 executable.
8390 (Expressions): Note that preprocessor macros are expanded.
8391
9db8d71f
DJ
83922002-05-14 Daniel Jacobowitz <drow@mvista.com>
8393
8394 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
8395 options for `target remote'.
8396
6d531722
AC
83972002-05-13 Andrew Cagney <ac131313@redhat.com>
8398
8399 * gdbint.texinfo (Target Architecture Definition): Delete
8400 documentation on NNPC_REGNUM.
8401
13d01224
AC
84022002-05-11 Andrew Cagney <ac131313@redhat.com>
8403
8404 * gdbint.texinfo (Target Architecture Definition): Document
8405 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
8406 (Target Architecture Definition): Revise section `Using Different
8407 Register and Memory Data Representations'. Add section `Raw and
8408 Virtual Register Representations'.
8409
b2e75d78
AC
84102002-05-11 Andrew Cagney <ac131313@redhat.com>
8411
8412 * gdbint.texinfo (Target Architecture Definition): Mention
8413 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
8414 (Target Architecture Definition): Mention same. Add references to
8415 web pages.
8416
2c8682ee
MS
84172002-05-08 Michael Snyder <msnyder@redhat.com>
8418
8419 * stabs.texinfo (Attributes): Document new "vector" attribute.
8420
0816590b
AC
84212002-05-04 Andrew Cagney <ac131313@redhat.com>
8422
8423 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
8424
2653173e
AC
84252002-05-04 Andrew Cagney <ac131313@redhat.com>
8426
8427 * gdb.texinfo: Delete obsolete references to a29k.
8428
d7bd68ca
AC
84292002-04-24 Andrew Cagney <ac131313@redhat.com>
8430
8431 * gdbint.texinfo (Target Architecture Definition): Replace
8432 IN_SIGTRAMP with PC_IN_SIGTRAMP.
8433
21d83aa5
DM
84342002-04-24 David S. Miller <davem@redhat.com>
8435
8436 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
8437
7673a6cc
DM
84382002-04-21 David S. Miller <davem@redhat.com>
8439
8440 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
8441
d49d1e0a
AC
84422002-04-21 Andrew Cagney <ac131313@redhat.com>
8443
8444 * gdbint.texinfo (Target Architecture Definition): Delete
8445 definition of HAVE_REGISTER_WINDOWS.
8446
f7dc1244 84472002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
8448
8449 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
8450 "Theodore A. Roth" <troth@verinet.com>.
8451
5ca0cb28
DH
84522002-04-15 Don Howard <dhoward@redhat.com>
8453
f7dc1244 8454 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 8455 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 8456 Provide a better explaination of this feature.
5ca0cb28 8457
f208ba17
AC
84582002-04-14 Andrew Cagney <ac131313@redhat.com>
8459
8460 * gdbint.texinfo (Target Architecture Definition): Remove
8461 FRAME_CHAIN_COMBINE.
8462
d5ba91de
MC
84632002-04-12 Michael Chastain <mec@shout.net>
8464
8465 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
8466 REG_STACK_SEGMENT.
8467
26818220
MC
84682002-04-09 Michael Chastain <mec@shout.net>
8469
8470 * gdbint.texinfo (Obsolete Conditionals): Remove references to
8471 PYRAMID_* macros.
8472
129188f6
AC
84732002-04-07 Andrew Cagney <ac131313@redhat.com>
8474
8475 * gdb.texinfo (Bug Reporting): Document that the web is the
8476 prefered way of submitting bug reports.
8477 (Bug Reporting): Delete the s-mail address as the last resort.
8478
8227c0ff
AC
84792002-04-05 Andrew Cagney <ac131313@redhat.com>
8480
8481 * gdbint.texinfo (Target Architecture Definition): Delete
8482 references to TARGET_WRITE_FP and write_fp.
8483
16d9dec6
MS
84842002-03-27 Michael Snyder <msnyder@redhat.com>
8485
8486 * gdb.texinfo: Document new commands dump, append, and restore.
8487
9ae8b82c
AC
84882002-03-27 Andrew Cagney <ac131313@redhat.com>
8489
8490 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
8491 Branch'.
8492
474c8240
AC
84932002-03-18 Andrew Cagney <ac131313@redhat.com>
8494
8495 * gdb.texinfo: Change all examples to @smallexample.
8496 * gdbint.texinfo: Ditto.
a9331b3f 8497
fb0ff88f
AC
84982002-03-18 Andrew Cagney <ac131313@redhat.com>
8499
8500 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
8501 Branches''.
8502
9bb0a4d8
AC
85032002-03-18 Andrew Cagney <ac131313@redhat.com>
8504
8505 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
8506 Policy''.
8507
937f164b
FF
85082002-03-04 Fred Fish <fnf@redhat.com>
8509
8510 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
8511 expresson, suports, dependant, trhe, perhaphs, situtations,
8512 explictily, taged, oportunity, unfortunatly).
8513
a7b40f07
AC
85142002-02-24 Andrew Cagney <ac131313@redhat.com>
8515
8516 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
8517 Remove reference to 3.12.
8518
aab4e0ec
AC
85192002-02-23 Andrew Cagney <ac131313@redhat.com>
8520
8521 * gdbint.texinfo: Include fdl.texi.
8522 (Top): Add GNU Free Documentation License.
8523 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
8524 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
8525 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
8526 (gdbint.info): Add srcdir to include path.
8527 * gdb.texinfo: Include gpl.texi.
8528 (Top): Add Copying.
8529 * gpl.texi: New file.
8530
47b95330
AC
85312002-02-23 Andrew Cagney <ac131313@redhat.com>
8532
8533 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
8534
78c47bea
PM
85352002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
8536
8537 * gdb.texinfo: Document Cygwin native specific commands.
8538
56460a61
DJ
85392002-02-15 Daniel Jacobowitz <drow@mvista.com>
8540
8541 * gdb.texinfo: Document gdbserver ``--attach'' command.
8542
def71bfa
MS
85432002-02-07 Michael Snyder <msnyder@redhat.com>
8544
8545 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
8546 to @code(_ovly_debug_event).
8547
c928edc0
AC
85482002-02-07 Andrew Cagney <ac131313@redhat.com>
8549
8550 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
8551
81d46470
MS
85522002-02-06 Michael Snyder <msnyder@redhat.com>
8553
8554 * gdb.texinfo (overlays): Mention new magic symbol
8555 '_ovly_debug_event', which allows GDB to keep better track
8556 of overlays.
8557
f7dc1244 85582002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
8559
8560 * gdb.texinfo (Memory Region Attributes): Fix the wording.
8561 Suggested by Dmitry Sivachenko.
8562
8563 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
8564
15110bc3
MS
85652002-02-01 Michael Snyder <msnyder@redhat.com>
8566
8567 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
8568
6763aef9
MS
85692002-01-30 Michael Snyder <msnyder@redhat.com>
8570
ac282366
MS
8571 * gdb.texinfo: (remote protocol): Gramatical fix-up.
8572 (set trust-readonly-sections): Document.
6763aef9 8573
8642bc8f
AC
85742002-01-29 Andrew Cagney <ac131313@redhat.com>
8575
8576 * gdbint.texinfo (Releasing GDB): Revise and update.
8577
afe64c1a
AC
85782002-01-28 Andrew Cagney <ac131313@redhat.com>
8579
8580 * gdbint.texinfo (Target Architecture Definition): Delete
8581 description of TARGET_BYTE_ORDER_DEFAULT.
8582
f7dc1244 85832002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
8584
8585 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
8586 <mitya@cavia.pp.ru>.
8587
3d6e1b5a
AC
85882002-01-23 Andrew Cagney <ac131313@redhat.com>
8589
8590 * libgdb.texinfo: Delete file.
8591
6c0e9fb3
AC
85922002-01-22 Andrew Cagney <ac131313@redhat.com>
8593
8594 * gdb.texinfo: Remove makeinfo 3.12 hacks.
8595 * gdbint.texinfo: Ditto.
8596
e0ce93ac
AC
8597Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
8598
8599 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
8600
be298bcc
AC
86012002-01-22 Andrew Cagney <ac131313@redhat.com>
8602
8603 * Makefile.in: Update copyright.
8604 (TEXI2DVI): Define.
8605 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
8606 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
8607 gdb-cfg.texi.
8608 (TEXINDEX, PDFTEX): Delete makefile variables.
8609
8e04817f
AC
86102002-01-22 Andrew Cagney <ac131313@redhat.com>
8611
8612 * gdb.texinfo (Protocol): Move section to appendix.
8613
6b2f586d
AC
86142002-01-21 Andrew Cagney <ac131313@redhat.com>
8615
8616 * gdb.texinfo (Remote Debugging): Create a menu.
8617 (Top): Add ``Remote Debugging'' to menu.
8618
6f05cf9f
AC
86192002-01-21 Andrew Cagney <ac131313@redhat.com>
8620
8621 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
8622 serial protocol'' from here.
8623 (Remote Debugging): To here. New chapter.
8624
3fd3d7d2
AC
86252002-01-20 Andrew Cagney <ac131313@redhat.com>
8626
8627 * gdbint.texinfo (Target Architecture Definition): Delete
8628 description of TARGET_BYTE_ORDER_SELECTABLE_P.
8629
7fd60527
AC
86302002-01-20 Andrew Cagney <ac131313@redhat.com>
8631
8632 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
8633 are no longer needed.
8634 (Porting GDB): Add maintainer note about configure.host.
8635
c2f05ac9
AC
86362002-01-20 Andrew Cagney <ac131313@redhat.com>
8637
8638 * gdbint.texinfo (Target Architecture Definition): Remove
8639 definition of IEEE_FLOAT.
8640
f7dc1244 86412002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
8642
8643 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
8644 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
8645 <3diff@gnu.org>
231b2aad 8646
82600034
AC
86472002-01-19 Andrew Cagney <ac131313@redhat.com>
8648
8649 * gdbint.texinfo (Host Definition): Remove references to
8650 MALLOC_INCOMPATIBLE.
8651
7708fa01
AC
86522002-01-17 Andrew Cagney <ac131313@redhat.com>
8653
8654 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
8655 and xyz-xdep.o.
8656
eb12ee30
AC
86572002-01-17 Andrew Cagney <ac131313@redhat.com>
8658
889bf7c5 8659 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
8660 (Set Breaks): Copy ``maint info breakpoint'' doco to
8661 ``Maintenance Commands'' appendix. Add reference.
8662
c9ccaa92
AC
86632002-01-17 Andrew Cagney <ac131313@redhat.com>
8664
8665 * fdl.texi: Remove next/prev from @node.
8666
f7dc1244 86672002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
8668
8669 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
8670 for monstrous @multitable (from Brian Youmans).
8671
8672 * fdl.texi: New file.
8673
8674 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
8675
8973da3a
AC
86762002-01-15 Andrew Cagney <ac131313@redhat.com>
8677
8678 * gdbint.texinfo (Releasing GDB): New chapter.
8679
7d86b5d5
AC
86802002-01-14 Andrew Cagney <ac131313@redhat.com>
8681
8682 * gdb.texinfo (Embedded Processors, Calling program functions):
8683 Obsolete references to a29k.
8684
cc1cb004
AC
86852002-01-13 Andrew Cagney <ac131313@redhat.com>
8686
8687 * gdbint.texinfo (Coding): Review Cleanups section. Examples
8688 examples. Document that a code-block should do or discard its
8689 cleanups before exit.
8690
79f12247
MS
86912002-01-11 Michael Snyder <msnyder@redhat.com>
8692
8693 * gdb.texinfo (Choosing files): Change @samp to @file.
8694
19837790
MS
86952002-01-05 Michael Snyder <msnyder@redhat.com>
8696
8697 * gdb.texinfo (--pid): Document new command line option (attach).
8698
f7dc1244 86992002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
8700
8701 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
8702 in the stub.
8703
d7449b42
AC
87042002-01-04 Andrew Cagney <ac131313@redhat.com>
8705
8706 * gdbint.texinfo (Target Architecture Definition): Replace
8707 BIG_ENDIAN with BFD_ENDIAN_BIG.
8708
f23631e4
AC
87092002-01-03 Andrew Cagney <ac131313@redhat.com>
8710
8711 * gdbint.texinfo (Target Architecture Definition): Replace
8712 value_ptr with struct value pointer.
8713
72c9928d
EZ
87142002-01-02 Eli Zaretskii <eliz@gnu.org>
8715
8716 * gdb.texinfo (Free Software): Fix wording.
8717
959acfd1
EZ
87182001-12-31 Eli Zaretskii <eliz@gnu.org>
8719
8720 * gdb.texinfo (Free Software): New section ``Free Software Needs
8721 Free Documentation''.
8722
f7dc1244 87232001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
8724
8725 * stabs.texinfo:
8726 * gdb.texinfo:
8727 * gdbint.texinfo:
8728 * libgdb.texinfo:
8729 * annotate.texi: Fix the application of GFDL in the Copyright notice.
8730
6600abed
MS
87312001-12-29 Michael Snyder <msnyder@redhat.com>
8732
8733 * gdb.texinfo (maint info sections): Fix typo.
8734
f6680716
MS
87352001-12-26 Michael Snyder <msnyder@redhat.com>
8736
fe95c787
MS
8737 * gdb.texinfo (maint info sections): Document.
8738
a9331b3f 8739 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
8740 'info proc' sub-options that are currently not implemented.
8741
c3d3ce5b
JB
87422001-12-20 Jim Blandy <jimb@redhat.com>
8743
8744 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
8745
778eb05e
AC
87462001-12-15 Andrew Cagney <ac131313@redhat.com>
8747
8748 * gdbint.texinfo (Target Architecture Definition): Replace
8749 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
8750
2607059c
AC
87512001-12-01 Andrew Cagney <ac131313@redhat.com>
8752
8753 * gdbint.texinfo (Host Definition): Delete documentation on
8754 HOST_BYTE_ORDER.
8755
df0cd8c5
JB
87562001-11-30 Jim Blandy <jimb@redhat.com>
8757
8758 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 8759 overlay support. Add to top-level menu.
df0cd8c5 8760
88118b3a
TT
87612001-11-26 Tom Tromey <tromey@redhat.com>
8762
8763 * gdb.texinfo (Command Syntax): Document C-o binding.
8764
96565e91
CF
87652001-07-26 Christopher Faylor <cgf@redhat.com>
8766
8767 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
8768 use since it is described in the referenced section.
8769
f7dc1244 8770 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
8771 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
8772 clearer when using DJGPP.
8773
2a3d5645
CF
87742001-11-24 Christopher Faylor <cgf@redhat.com>
8775
8776 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
8777 specifically refer to MS-DOS.
8778 (command files): Mention gdb.ini is only used on MS-DOS.
8779
aa26fa3a
TT
87802001-11-21 Tom Tromey <tromey@redhat.com>
8781
8782 * gdb.texinfo (Invoking GDB): Document --args.
8783 (Mode Options): Likewise.
8784
4f8ada06
JB
87852001-11-21 Jim Blandy <jimb@redhat.com>
8786
8787 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
8788 Delete documentation; this macro has been removed from the
8789 sources.
4f8ada06 8790
3fe0dc10
JB
87912001-11-13 Jim Blandy <jimb@redhat.com>
8792
8793 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
8794
9e5abb06
CV
87952001-11-06 Corinna Vinschen <vinschen@redhat.com>
8796
8797 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
8798
1c5dfdad
MS
87992001-11-05 Michael Snyder <msnyder@redhat.com>
8800
a9331b3f 8801 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
8802 quote regexp chars in function names such as "operator*()".
8803
990f9fe3
FF
88042001-11-01 Fred Fish <fnf@redhat.com>
8805
8806 * gdbint.texinfo (SOLIB_ADD): Document additional new
8807 "readsyms" arg.
8808
b433d00b
DH
88092001-10-30 Don Howard <dhoward@redhat.com>
8810
070b1dd3
DH
8811 * gdb.texinfo: (Command Files) Added documentation for the
8812 behavior of gdb with input redirected from a file.
b433d00b 8813
b7209cb4
FF
88142001-10-28 Fred Fish <fnf@redhat.com>
8815
8816 * gdb.texinfo (auto-solib-add): Change docs to match
8817 implementation change.
8818 (auto-solib-limit): Add docs for new variable.
8819
1aa20aa8
AC
88202001-10-15 Andrew Cagney <ac131313@redhat.com>
8821
8822 * gdbint.texinfo (Target Architecture Definition): Function
8823 value_as_pointer renamed to value_as_address.
8824
fc0c74b1
AC
88252001-10-15 Andrew Cagney <ac131313@redhat.com>
8826
8827 * gdbint.texinfo (Target Architecture Definition): Default
8828 POINTER_TO_ADDRESS functions assume unsigned addresses.
8829 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
8830 posting by Jim Blandy.
8831
f4846649
JB
88322001-10-12 Jim Blandy <jimb@redhat.com>
8833
8834 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
8835 version of texi2html (1.64) doesn't support this flag any more.
8836
f277788b
MK
88372001-09-08 Mark Kettenis <kettenis@gnu.org>
8838
a9dc4918
MK
8839 * gdbint.texinfo (Host Definition): Remove description of
8840 MEM_FNS_DECLARED.
8841
d28379df
MK
8842 * gdbint.texinfo (Host Definition): Remove description of R_OK.
8843
f277788b
MK
8844 * gdbint.texinfo (Host Definition): Remove description of
8845 HAVE_SIGSETMASK.
8846
7ccaa899
EZ
88472001-09-04 Elena Zannoni <ezannoni@redhat.com>
8848
8849 * gdbint.texinfo (Target Architecture Definition): Add
8850 explanation of TARGET_PRINT_INSN macro.
8851
17d9d558
JB
88522001-08-30 Jim Blandy <jimb@redhat.com>
8853
8854 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
8855 Explain what it means to load relocatable files.
8856
72cde065
JB
88572001-08-28 Jim Blandy <jimb@redhat.com>
8858
8859 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
8860 info `top' menu.
8861
9e678452
CF
8862Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
8863
8864 * gdbint.texinfo: Add a cautionary note about macro use.
8865
a2bea4c3 88662001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 8867
a2bea4c3
CV
8868 * gdb.texinfo: Explain omitting the hostname in the
8869 `target remote' command.
8870
1129bf27
DJ
88712001-07-30 Daniel Jacobowitz <drow@mvista.com>
8872
8873 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
8874 and END-INFO-DIR-ENTRY.
8875
732b3002
SC
88762001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8877
8878 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
8879
89437448
AC
88802001-07-25 Andrew Cagney <ac131313@redhat.com>
8881
8882 * gdbint.texinfo (libgdb): Rewrite.
8883
f7dc1244 88842001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
8885
8886 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
8887
c4555f82
SC
88882001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8889
8890 * gdb.texinfo (TUI): New chapter, document the TUI.
8891 (Mode Options): Document the -tui option.
8892
2f45a6e0
MK
88932001-07-23 Mark Kettenis <kettenis@gnu.org>
8894
8895 * gdbint.texinfo (Host Definition): Remove description of
8896 NEED_POSIX_SETPGID.
8897
f7dc1244 88982001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
8899
8900 * gdb.tex (DJGPP Native): New node, with descriptions of
8901 DJGPP-specific commands.
8902
be9c6c35
JM
89032001-07-19 John R. Moore <jmoore@redhat.com>
8904
8905 * gdbint.texinfo: Three misspellings.
8906
dfa249fb
AC
89072001-07-06 Andrew Cagney <ac131313@redhat.com>
8908
8909 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
8910 `test` expressions on bash. Problem reported by Colin Walters.
8911
c72e7388
AC
89122001-07-04 Andrew Cagney <ac131313@redhat.com>
8913
8914 * gdbint.texinfo (User Interface): Update ui-out documentation to
8915 refelect recent UI/MI updates.
8916
94bbb2c0
AC
89172001-07-04 Andrew Cagney <ac131313@redhat.com>
8918
8919 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
8920 interpreters.
8921
af6c57ea
AC
89222001-06-15 Andrew Cagney <ac131313@redhat.com>
8923
8924 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
8925 structure and not macros.
8926 (Host Definition): Document that much of this chapter is obsolete.
8927 (Target Architecture Definition): Update list of files that make
8928 up a target architecture.
8929 (Coding): Update.
8930
83aa8bc6
AC
89312001-06-28 Andrew Cagney <ac131313@redhat.com>
8932
8933 * gdbint.texinfo (Target Architecture Definition): Update
8934 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
8935 The latter has been changed to a true predicate.
8936
f7dc1244 89372001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
8938
8939 * annotate.texi: Add @noindent where needed. From Dmitry
8940 Sivachenko <dima@Chg.RU>.
8941 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
8942
656db9b0
AC
89432001-06-16 Andrew Cagney <ac131313@redhat.com>
8944
8945 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
8946
df2396a1
AC
89472001-06-14 Andrew Cagney <ac131313@redhat.com>
8948
8949 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
8950 returns ``OK''. Document that the ``R'' packet does not reply.
8951
0f1f2b0a
MS
89522001-06-13 Michael Snyder <msnyder@redhat.com>
8953
8954 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
8955
f7dc1244 89562001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
8957
8958 * gdb.texinfo (Signals): Clarify the default setting of signal
8959 handling.
8960
a5d7c491
AC
89612001-05-14 Andrew Cagney <ac131313@redhat.com>
8962
8963 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
8964 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
8965
05a54c4f
AC
89662001-05-12 Andrew Cagney <ac131313@redhat.com>
8967
8968 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
8969
f7dc1244 89702001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
8971
8972 * gdbint.texinfo (Clean Design and Portable Implementation):
8973 Renamed from "Clean Design".
8974 (Clean Design and Portable Implementation): Document portable
8975 methods of handling file names, and the associated macros.
8976
f7dc1244 89772001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
8978
8979 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
8980 command and provide a cross-reference to its description.
8981 (Symbols): Note that "info scope" is useful for trace experiments.
8982
f7dc1244 89832001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 8984
b37052ae
EZ
8985 * gdb.texinfo (Symbols): Document "info scope".
8986 (Tracepoints): New chapter.
8987 (Contributors): Update for v5.1.
8988 <All nodes>: Change "C++" to "C@t{++}".
8989
0ee54786
EZ
8990 * gdbint.texinfo (User Interface): A new section about ui_out
8991 functions, based on text written by Fernando Nasser.
8992
c534679c
EZ
8993 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
8994
f7dc1244 89952001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 8996
e9c75b65
EZ
8997 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
8998
8999 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
9000
9001 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
9002 Replace "GDB" with "@value{GDBN}". Fix markup.
9003
9004 * annotate.texi: Change Permissions to GFDL. Update Copyright.
9005
3d67e040
EZ
9006 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
9007 a cross-reference to its description.
9008 (Symbols): Document "info symbol".
9009
f7dc1244 90102001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
9011
9012 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
9013 subsection "x86 Watchpoints".
9014 (Target Architecture Definition): Document the macros
9015 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
9016 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
9017
b0ed3589
AC
90182001-03-20 Andrew Cagney <ac131313@redhat.com>
9019
9020 * gdbint.texinfo (Target Architecture Definition): Update
9021 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
9022 list.
9023
b6ba6518
KB
90242001-03-06 Kevin Buettner <kevinb@redhat.com>
9025
9026 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
9027 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
9028
f7dc1244 90292001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
9030
9031 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
9032
f7dc1244 90332001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 9034
17cc6a06
EZ
9035 * gdb.texinfo (Environment): Document that `path' does not change
9036 the value of PATH in GDB's own environment (it did in the past,
9037 but that was changed on March 15, 1994). Reported by Doug Evans
9038 <dje@transmeta.com>.
9039
56caf160
EZ
9040 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
9041 its line. Fix markup of commands and macros. Add an Index node
9042 and index entries.
9043
29e57380
C
90442001-01-23 J.T. Conklin <jtc@redback.com>
9045
9046 * gdb.texinfo (Memory region attributes): New manual section.
9047
1c6147de
ND
90482001-01-04 Nicholas Duffek <nsd@redhat.com>
9049
9050 * gdbint.texinfo (POP_FRAME): Document use by return_command.
9051
f7dc1244 90522000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
9053
9054 * refcard.tex: Version and copyright fixed. From Phil Edwards
9055 <pedwards@disaster.jaj.com>.
9056
0dcedd82
AC
9057Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
9058
9059 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 9060 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 9061
3b851bce
AC
9062Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
9063
9064 * gdbint.texinfo (Coding): Update current value of
889bf7c5 9065 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 9066
f7dc1244 90672000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
9068
9069 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
9070 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
9071
b90a5f51
CF
90722000-11-10 Christopher Faylor <cgf@cygnus.com>
9073
9074 * gdb.texinfo: Document new 'set step-mode' command.
9075
f7dc1244 90762000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
9077
9078 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
9079 changes from Dmitry Sivachenko <dima@Chg.RU>.
9080
f7dc1244 90812000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
9082
9083 * gdb.texinfo (Hooks): Document the new post-hook functionality.
9084 From Steven Johnson <sbjohnson@ozemail.com.au>.
9085
2e685b93
MK
90862000-08-10 Mark Kettenis <kettenis@gnu.org>
9087
9088 * gdbint.texinfo (Overall Structure): Spelling fix.
9089
f7dc1244 90902000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
9091
9092 * gdbint.texinfo (Target Architecture Definition): Document that
9093 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
9094 for which REGISTER_CONVERTIBLE returns a zero value.
9095
63ac3005
EZ
90962000-07-08 Christopher Faylor <cgf@cygnus.com>
9097
9098 * Makefile.in (install-info): Find files to install in either the
9099 build or source directories (adapted from Makefile.am).
9100
bd79f757
ND
91012000-07-07 Nicholas Duffek <nsd@redhat.com>
9102
9103 * stabs.texinfo: Fix spelling errors.
9104 (String Field): FILE-NUMBER starts from 0, not 1.
9105
f7dc1244 91062000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
9107
9108 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 9109 Brian Youmans.
5f208f6d 9110
f7dc1244 91112000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
9112
9113 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
9114 the source directory. Reported by Mark Harig
9115 <markh@frazier.landmark.com>.
cc542d3b 9116
f3b28801
C
91172000-06-20 J.T. Conklin <jtc@redback.com>
9118
9119 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
9120
449f3b6c
AC
9121Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
9122
9123 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 9124 Generate using pdftex.
449f3b6c 9125 (PDFTEX): Define.
889bf7c5 9126 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 9127 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 9128 @contents at the start.
449f3b6c 9129
f7dc1244 91302000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
9131
9132 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 9133 Youmans.
48e934c6 9134
9e9c5ae7
AC
9135Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
9136
9137 From Brian Youmans:
9138 * gdb.texinfo: Fix ``et al.''.
9139
c741b251
AC
9140Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
9141
9142 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 9143 loop.
c741b251 9144
4ab64e14
JG
91452000-05-19 Jimmy Guo <guo@cup.hp.com>
9146
9147 * configure: Regenerate.
9148
f7dc1244 91492000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
9150
9151 * Makefile.in (install-info): Run install-info on installed Info
9152 files.
9153
8c70017b
AC
9154Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
9155
a7cb598a 9156 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 9157 Andrew Cagney.
8c70017b 9158
f7dc1244 91592000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
9160
9161 * gdb.texinfo: Proofreading changes from Brian Youmans.
9162
bf0184be
ND
91632000-05-01 Nick Duffek <nsd@cygnus.com>
9164
9165 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
9166 startup sequence, minor edits.
9167
f7dc1244 91682000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
9169
9170 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
9171 TeX.
9172
9173 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
9174 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
9175 like `n' and `s' which look weird. Convert some of the @kindex to
9176 @vindex, when they refer to variables, not commands.
9177
33e16fad
AC
9178Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
9179
9180 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
9181
f7dc1244 91822000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
9183
9184 * Makefile.in (GDBMI_DIR): New variable.
9185 (SET_TEXINPUTS): Add $(GDBMI_DIR).
9186 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
9187 (gdbmi.texinfo): New target, for texi2roff.
9188 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
9189 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
9190
9191 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
9192 gdbmi.texinfo.
9193 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
9194 comment.
9195
d167840f
EZ
91962000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9197
9198 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 9199 command.
d167840f 9200
f7dc1244 92012000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
9202
9203 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
9204 prevents the build (and is generally a Bad Idea).
9205
f7dc1244 92062000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
9207
9208 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
9209 a comma inside @var.
9210 (Command Files): Index markup changes from Dmitry Sivachenko
9211 <dima@Chg.RU>.
9212
f7dc1244 92132000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
9214
9215 * Makefile.in (LN_S): Define.
9216 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
9217 invoke "ln -s" unless it is known to work.
9218
9219 * configure.in (AC_PROG_LN_S): Add.
9220
8dc7983f
JB
92212000-04-14 Jim Blandy <jimb@redhat.com>
9222
9223 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
9224 section.
9225 (Target Conditionals): Document ADDRESS_TO_POINTER,
9226 POINTER_TO_ADDRESS.
9227
1a8237e8
DB
92282000-04-11 Daniel Berlin <dan@cgsoftware.com>
9229
9230 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
9231 gdb-cfg.texi to get the value.
9232
ca526f1a
JB
92332000-04-10 Jim Blandy <jimb@redhat.com>
9234
9235 * gdbint.texinfo (Target Architecture Definition): Fix
9236 cross-references.
9237
faaafcb4
JB
92382000-04-08 Jim Blandy <jimb@redhat.com>
9239
9240 * gdbint.texinfo (Using Different Register and Memory Data
9241 Representations): New section.
9242 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
9243 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
9244 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 9245
1b27397f
AC
9246Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
9247
9248 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 9249 for acknowledgments.
1b27397f 9250
480ff1fb
AC
9251Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
9252
9253 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 9254 qThreadExtraInfo.
480ff1fb 9255
a9331b3f 92562000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 9257
a9331b3f
RM
9258 * gdb.texinfo: Clarify which remote debug protocol commands are
9259 required and which are optional.
f1251bdd 9260
dbeb8dbd
AC
9261Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
9262
9263 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
9264 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
9265 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
9266 * annotate.texi: Update.
9267
6d2ebf8b
SS
92682000-03-28 Stan Shebs <shebs@apple.com>
9269
9270 * gdb.texinfo: Update dates, bump to Eighth Edition (note
9271 expectation of additional changes before release), update
9272 ISBN, add copy of top-level menu for @ifhtml, remove explicit
9273 node links, rephrase and/or shorten lines to fix formatting
9274 problem in both regular and @smallbook formats.
9275 * annotate.texi: Shorten lines in example, use smallexample
9276 consistently everywhere.
9277 * Makefile.in: Add comment about texinfo 4.0 html generation.
9278 (SFILES_INCLUDED): Add annotate.texi.
9279
5d161b24
DB
92802000-03-27 Daniel Berlin <dan@cgsoftware.com>
9281
5ae4183a
AS
9282 * gdb.texinfo (Debugging Output): Added new section, documenting
9283 the "set/show debug" commands.
5d161b24 9284
b9deaee7
AC
9285Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
9286
9287 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 9288 entry.
b9deaee7
AC
9289
9290 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
9291 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 9292 @chapter and @node entries.
a9331b3f 9293
b9deaee7 9294 * gdb.texinfo: Link all top-level nodes.
a9331b3f 9295
9ef47d30
AC
9296Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
9297
9298 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 9299 files.
9ef47d30 9300
cfeada60
FN
93012000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
9302
9303 From David Whedon <dwhedon@gordian.com>
5ae4183a 9304 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 9305
6837a0a2
DB
93062000-03-22 Daniel Berlin <dan@cgsoftware.com>
9307
9308 * gdb.texinfo: Add documentation for the apropos command.
9309
bba2971c
MS
93102000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
9311
9312 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
9313
2b628194
MS
93142000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
9315
a9331b3f 9316 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
9317 two places.
9318
96a2c332
SS
93192000-03-17 Stan Shebs <shebs@apple.com>
9320
9321 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
9322 <dima@Chg.RU>, also clarification of allowed content for
9323 string constants.
9324
f7dc1244 93252000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
9326
9327 * gdb.texinfo (main menu): Add Annotations.
9328 (File Options): Add @cindex entries for each command-line option.
9329 Document --epoch, --annotate, --async, --interpreter, --write,
9330 --statistics, and --version.
9331
9332 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
9333 of GDB.
9334
9d233477
JB
93352000-02-23 Jim Blandy <jimb@redhat.com>
9336
9337 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
9338
14e0eb3b
JB
93392000-02-22 Jim Blandy <jimb@redhat.com>
9340
9341 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
9342
3555de01
JM
93432000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
9344
9345 * Makefile.in (diststuff): New target.
9346
5e35df8e
KB
93472000-02-15 Kevin Buettner <kevinb@redhat.com>
9348
9349 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 9350 architecture. [From Jim Wilson.]
5e35df8e 9351
c5394b80
JM
93522000-01-16 Tom Tromey <tromey@cygnus.com>
9353
9354 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
9355 (Delete Breaks): Mention range arguments.
9356 (Disabling): Likewise.
9357
c3f6f71d
JM
93582000-01-05 Dmitry Sivachenko <dima@Chg.RU>
9359
9360 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
9361
c4093a6a
JM
9362Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
9363
9364 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 9365 valid functions.
c4093a6a 9366
11cf8741
JM
93671999-11-05 Stan Shebs <shebs@andros.cygnus.com>
9368
9369 * gdb.texinfo: Clarify regular expressions used in rbreak.
9370
917317f4
JM
93711999-10-15 Kevin Buettner <kevinb@cygnus.com>
9372
9373 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
9374 MEMORY_REMOVE_BREAKPOINT): Document.
9375
9376Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
9377
9378 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 9379 offset re-using the DATA offset instead.
917317f4 9380
2df3850c
JM
93811999-10-11 Jim Kingdon <kingdon@redhat.com>
9382
9383 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
9384
93851999-10-05 Stan Shebs <shebs@andros.cygnus.com>
9386
9387 From Dmitry Sivachenko <demon@gpad.ac.ru>:
9388 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
9389 typos.
9390
9391 * gdb.texinfo: Various minor wording and formatting improvements,
9392 mentions of additional command-line options.
9393
2acceee2
JM
93941999-09-30 Fred Fish <fnf@cygnus.com>
9395
9396 * gdb.texinfo: Document additional forms of specifying section
9397 names and addresses for the add-symbol-file command.
9398
c2c6d25f
JM
93991999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
9400
9401 * gdbint.texinfo: Fix typo, add the word "have".
9402
94031999-09-14 Jim Blandy <jimb@cris.red-bean.com>
9404
9405 * gdbint.texinfo (Target Architecture Definition): Document the
9406 SKIP_PERMANENT_BREAKPOINT macro.
9407
d4f3574e
SS
94081999-09-07 Stan Shebs <shebs@andros.cygnus.com>
9409
9410 * gdb.texinfo: Fiks speling errers.
9411
9412 * gdb.texinfo: Fix uses of @multitable.
9413
f7dc1244 9414 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 9415 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 9416 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
9417 comments about using with optimization, add more indexing,
9418 fix info about disassembly-flavor.
9419
9420Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
9421
9422 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
9423 SKIP_SOLIB_RESOLVER): Define.
9424
9425Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
9426
9427 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 9428 ``g'' packets.
d4f3574e 9429
104c1213
JM
94301999-08-30 Stan Shebs <shebs@andros.cygnus.com>
9431
9432 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
9433 platform-specific info, inline remote.texi and move sections of it
9434 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
9435 and register stack into the new chapter.
9436 * remote.texi: Remove, now part of gdb.texinfo.
9437 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
9438
94391999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
9440
9441 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
9442 GDB_TARGET_IS_MACH386): These kludges have gone away.
9443
9444Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
9445
9446 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 9447 TDEPLIBS.
104c1213 9448
53a5351d
JM
94491999-08-20 Stan Shebs <shebs@andros.cygnus.com>
9450
9451 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
9452 surrounding text to fit HP-UX bits into general info.
9453 (HPPA-cfg.texi): Remove, no longer useful.
9454
9455 * gdb.texinfo: Remove explicit links from @node lines, remove
9456 HP-added "Detailed Node Listing" from main menu which confuses
9457 things.
9458
9459 From Dmitry Sivachenko <dima@Chg.RU>:
9460 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 9461 in description of `set environment'.
53a5351d
JM
9462
94631999-08-17 Stan Shebs <shebs@andros.cygnus.com>
9464
9465 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
9466
7be570e7
JM
94671999-08-12 Ben Elliston <bje@cygnus.com>
9468
9469 * gdbint.texinfo (Breakpoint Handling): Add missing words.
9470
f7dc1244 94711999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
9472
9473 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
9474 watch, awatch, and rwatch. Explain why the latter two cannot be
9475 set as software watchpoints. Document that watchpoints for local
9476 variables are deleted when the debuggee terminates.
7be570e7
JM
9477
9478Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
9479
9480 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
9481 packet. Allow E.. response packet. "qRcmd" packet is no longer
9482 reserved.
7be570e7
JM
9483
94841999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9485
a9331b3f
RM
9486 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
9487 * gdb.texinfo: Ditto.
7be570e7 9488
96baa820
JM
94891999-08-06 Tom Tromey <tromey@cygnus.com>
9490
9491 * gdb.texinfo (KOD): New node.
9492
9493Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
9494
9495 * remote.texi (Rcmd): Fix minor formatting typos.
9496
9497Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
9498
9499 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 9500 packets.
96baa820 9501
adf40b2e
JM
95021999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
9503
9504 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
9505 fixes.
9506
43ff13b4
JM
9507Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
9508
9509 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
9510
085dd6e6
JM
9511Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
9512
9513 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
9514 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
9515 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
9516 packets that are not supported on all hosts. Expand examples.
9517 Spell check.
085dd6e6
JM
9518
95191999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
9520
9521 * Makefile.in: Recognize html, install-html. Add targets
9522 to build HTML versions of documentation via texi2html.
9523
9524Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
9525
9526 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 9527 testsuite.
085dd6e6
JM
9528
9529Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
9530
9531 * remote.texi (Communication Protocol): Rewrite.
9532
9533Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
9534
9535 * stabs.texinfo: Fix uses of xref.
9536
9e0b60a8
JM
9537Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
9538
9539 * gdbint.texinfo: Add an anti-printf exhortation, and update the
9540 info about patch submission.
9541
cce74817
JM
9542Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
9543
9544 From Per Bothner <bothner@cygnus.com>:
9545 * gdb.texinfo: Document Chill support.
9546
9547Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
9548
9549 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
9550 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
9551 Document that the value should be greater-than or equal-to zero.
9552 (NO_STD_REGS): Document. Deprecate.
cce74817 9553
ac9a91a7
JM
9554Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
9555
9556 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 9557 Document that these are not used.
ac9a91a7
JM
9558
9559Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
9560
9561 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
9562
392a587b
JM
9563Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
9564
9565 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 9566 numargs was dropped.
392a587b
JM
9567
9568Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
9569
9570 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
9571
b83266a0
SS
9572Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
9573
9574 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 9575 Update.
b83266a0 9576
7a292a7a
SS
9577Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
9578
9579 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
9580 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
9581
9582Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
9583
9584 * gdbint.texinfo: Fix typos: $ -> @.
9585
9586Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
9587
9588 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
9589 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
9590 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
9591 BREAKPOINT_FROM_PC.
a9331b3f 9592
7a292a7a
SS
9593Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
9594
9595 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 9596 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
9597
9598Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
9599
9600 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 9601 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
9602
96031999-04-02 Stan Shebs <shebs@andros.cygnus.com>
9604
9605 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
9606 longer exists.
9607
9608Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
9609
9610 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
9611 nearly all @ifset/@ifclear conditionals; nobody uses them, and
9612 they make the manual source incomprehensible.
7a292a7a
SS
9613 * h8-cfg.texi: Remove, hasn't been used in years.
9614
c906108c
SS
9615Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
9616
9617 * gdb.texinfo: Update the credits.
9618
9619Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
9620
9621 * gdb.texinfo: Fix mistakes noticed in printout of last
9622 draft, add Alpha to discussion of heuristic fence post.
9623
9624Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
9625
9626 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
9627 Edition, merge some HP changes into mainline, describe some
9628 previously undocumented features, describe more of the target
9629 commands available, eliminate obsolete section on renamed
9630 commands.
c906108c
SS
9631 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
9632
9633Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
9634
9635 * gdb.texinfo: Make many HPPA conditionals unconditional,
9636 including catchpoint description, since now on for all configs.
9637 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
9638 specializations.
9639
9640Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
9641
9642 * Makefile.in (GDBvn.texi): Fix match expression to work with
9643 current format of VERSION in gdb/Makefile.in.
9644 * gdb.texinfo: Fix node ref to match new readline.
9645
9646Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
9647
a9331b3f
RM
9648 * gdb.texinfo: Changes made as part of a project to merge in
9649 changes made by HP. Documentation makes extensive use of
c906108c
SS
9650 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
9651 on remote debugging. There are differences in documentation
889bf7c5 9652 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
9653 the HP manual discusses catchpoints, hardware watchpoints, and
9654 some HPUX specific limitations for shared library support.
a9331b3f 9655
c906108c
SS
9656 There are also a number of @node changes.
9657
96581999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
9659
9660 * gdbint.texinfo (Formatting): Disambiguate a sentence.
9661 (C Usage): Same.
9662
9663Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
9664
9665 The following changes were made by Edith Epstein
889bf7c5
PA
9666 <eepstein@cygnus.com> as part of a project to merge in changes
9667 made by HP.
a9331b3f 9668
c906108c
SS
9669 * HPPA-cfg.texi: new file.
9670
9671 * all-cfg.texi: set HPPA for HP PA-RISC targets.
9672
9673 * refcard.tex: change documentation about catch.
9674 removed info catch.
9675
9676Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
9677
9678 * gdbint.texinfo: Expand on GDB's coding standards,
9679 specify the use of arg names with prototypes.
9680
96811998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
9682
9683 * gdb.texinfo: Fix tipo.
9684
9685Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
9686
9687 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 9688 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
9689
9690Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
9691
9692 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
9693
96941998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
9695
9696 * agentexpr.texi: New file.
9697
9698Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
9699
9700 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
9701
97021998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
9703
9704 * remote.texi: Changed wording that implied that the GDB remote
9705 protocol caches register values instead of GDB itself.
9706
9707Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
9708
9709 * gdbint.texinfo: Add some info about symbol readers.
9710 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
9711 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
9712 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
9713 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
9714
9715Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
9716
a9331b3f 9717 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
9718
9719Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
9720
9721 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
9722
9723Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
9724
9725 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 9726 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
9727
9728Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
9729
9730 * gdbint.texinfo: Fix minor typos.
9731
9732Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
9733
9734 * gdbint.texinfo: Complete overhaul. Group descriptions more
9735 logically, add more info on generic algorithms, remove much
9736 obsolete and/or wrong material.
9737
9738Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
9739
9740 * stabs.texinfo (Method Type Descriptor): Expand and correct.
9741
9742Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
9743
9744 * refcard.tex: Copyright, address updates.
9745
9746Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
9747
9748 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
9749 for the edition instead of confusing GDB-version-like numbers.
9750
9751Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
9752
9753 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
9754
9755Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
9756
5ae4183a 9757 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
9758
9759Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
9760
9761 * gdb.texinfo: Add some credits, mention bug monitor.
9762 * remote.texi: Mention mips monitor targets.
9763 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 9764
c906108c
SS
9765Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
9766
9767 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
9768 files, finish sorting of host vs target vs native macros, describe
9769 some more of them.
c906108c
SS
9770
9771Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
9772
9773 * gdbint.texinfo (Host Conditionals): Document change from
9774 using NO_MMALLOC to it's inverse, USE_MMALLOC.
9775
9776Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
9777
9778 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 9779 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
9780
9781Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
9782
9783 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
9784 Document LSEEK_NOT_LINEAR.
9785
9786Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
9787
9788 * stabs.texinfo (Stab Section Basics): Make it clear that only
9789 some versions of the GNU linker remove the leading N_UNDF symbol.
9790
9791Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
9792
9793 * stabs.texinfo (String Field): Document type number pairs here,
9794 instead of in the Sun specific section.
9795 (Include Files): The GNU linker supports the N_BINCL
9796 optimization. Clarify the N_BINCL value, and what it is used
9797 for.
9798 (Procedures): Document N_FUN with an empty string to mark the end
9799 of a function.
9800 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
9801 (Sun Differences): Remove this node, as the information is now
9802 elsewhere in the main document.
9803 (Stab Section Basics): Mention that the GNU linker may optimize
9804 stabs and remove the leading N_UNDF symbol.
9805
9806Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
9807
9808 * gdb.texinfo, refcard.tex: Restore author credit
9809
9810Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
9811
9812 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
9813 documentation to account for START and END macros taking
9814 one arg.
9815
9816Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
9817
9818 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
9819 * gdb.texinfo (Frames): Fix typo.
9820
9821Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
9822
9823 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
9824 a target_signal as arg type, not a pid.
9825
9826Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
9827
9828 * gdb.texinfo: Document `set assembly-language'.
9829
9830Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
9831
9832 * remote.texi: Update list of stubs in the GDB distribution.
9833
9834Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
9835
9836 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
9837 Also document that some systems can use mmalloc but must define
9838 this if their C runtime allocates memory that is later freed.
c906108c 9839 (MMCHECK_FORCE): Document new macro.
a9331b3f 9840
c906108c
SS
9841Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
9842
9843 * remote.texi: Add documentation for target Sparclet.
9844
9845Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
9846
a9331b3f 9847 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
9848 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
9849 * configure.in: Rewritten for autoconf.
9850 * configure: New.
9851
9852Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
9853
9854 * Makefile.in (DVIPS): New define, set to dvips.
9855 (dvi): Add stabs.dvi.
9856 (ps): New target.
9857 (all-doc): Depend on info, dvi, and ps targets.
9858 (STAGESTUFF): Add *.ps and *.dvi files.
9859 (clean-info, clean-dvi): Remove.
9860 (mostlyclean): Does not depend upon clean-info or clean-dvi,
9861 rules completely rewritten.
9862 (maintainer-clean): Remove clean-info and clean-dvi
9863 dependencies and put their actions in the rules.
9864 (gdb.ps): New target
a9331b3f 9865 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
9866 intermediate TeX files, whether they have 2 or 3 character
9867 extensions.
9868 (gdbint.ps): Add target and rules.
9869 (gdb-internals): Delete unused target.
9870 (Makefile): Depends upon config.status also.
9871
9872Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
9873
9874 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
9875 set.
9876
9877Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
9878
9879 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
9880 * gdb.texinfo (Expressions): Fix erroneous array constant example.
9881
9882Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
9883
9884 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
9885
9886Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9887
9888 * gdb.texinfo (Print settings): Document
9889 `set/show print static-members' commands.
9890
9891Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
9892
9893 * gdbint.texinfo (Native): Document name change, coredep.c to
9894 core-aout.c.
9895
9896Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
9897
9898 * stabs.texinfo (Include Files): Document the values the SunOS4
9899 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
9900
9901Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
9902
9903 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
9904 Fix typo.
9905
9906Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
9907
9908 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
9909 "gdb.tar.Z".
9910
9911Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
9912
9913 * Makefile.in (maintainer-clean): New target, synonym for
9914 realclean.
9915
9916Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
9917
9918 * Update all FSF addresses except those in COPYING* files.
9919
9920Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
9921
9922 From Richard Earnshaw (rearnsha@armltd.co.uk):
9923 * gdb.texinfo (convenience variables): Document $_exitcode.
9924 (quit): Document optional expression to use as exit code.
9925
9926Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
9927
9928 * gdb.texinfo, remote.texi: Brought up to date with various
9929 GDB changes.
9930
9931Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
9932
9933 * gdb.texinfo: Update dates and versions, fix comments about
9934 hardware watchpoints in future releases and about the
9935 sharedlibrary command.
9936
9937Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9938
9939 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
9940 C_FUN stab. Other cleanups.
9941
9942Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9943
9944 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
9945 for the sparc stub.
9946
9947Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9948
9949 * annotate.texi: Clarify which addresses have differing formats
9950 depending on the language and which do not.
9951
9952Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9953
9954 * remote.texi (NetWare): Changed example to use BOARD= instead of
9955 NODE= argument to reflect correspoding change to gdbserve.nlm.
9956
9957Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9958
9959 * stabs.texinfo (Negative Type Numbers): Mention the fact that
9960 GDB, as well as AIX dbx, supports the size type attribute.
9961
9962Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9963
9964 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
9965
9966Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
9967
9968 * gdb.texinfo (Define): Document $arg0... arguments to commands,
9969 and new 'if' and 'while' commands.
9970
9971Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
9972
9973 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
9974
9975Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9976
9977 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
9978 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
9979 NetWare targets. Mostly stolen from the Server node.
9980
9981Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9982
9983 * gdb.texinfo (Setting): Talk about the language of a source file
9984 versus the working language. The old documentation did not match
9985 what GDB did.
9986
9987Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9988
9989 * stabs.texinfo (Source Files): Document N_SO used to mark the end
9990 of a source file.
9991
9992Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9993
9994 * gdb.texinfo (Processes): New node.
9995
9996Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
9997
9998 * remote.texi: Update documentation of set/show mipsfpu.
9999
3fc11d3e
JM
10000Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
10001
10002 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
10003 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
10004
10005Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
10006
10007 * gdbint.texinfo: Removed mentions of some incorrectly placed and
10008 obsolete conditionals, described some others.
10009
10010Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10011
10012 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
10013 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
10014
10015Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
10016
10017 * gdbint.texinfo: Put regex conditionals in their own table.
10018
10019Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
10020
10021 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
10022 described or fixed the descriptions of many others.
10023
10024Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
10025
10026 * gdb.texinfo: Add some more credits.
10027 * gdbint.texinfo: Capitalize GDB consistently, describe some
10028 macros and remove some.
10029
10030Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
10031
10032 * gdbint.texinfo: Removed mentions of many incorrectly placed and
10033 obsolete conditionals, described some others.
10034
10035Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10036
10037 * gdb.texinfo (help targets): Changed to `help target', which
10038 is the correct gdb command.
10039
10040Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10041
10042 * annotate.texi (TODO): New node, for keeping track of annotations
10043 suggested but not yet implemented.
10044
10045Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10046
10047 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
10048 another symbol, it is not the address itself.
10049
10050Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
10051
10052 * stabs.texinfo (Stab Section Basics): Add comment about alignment
10053 of stabs-in-coff sections.
10054
10055Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10056
10057 * annotate.texi: Change edition to 0.5 and date to May 1994.
10058 Add index.
10059 (Frames): New node, for frame annotation.
10060 (Displays): New node, for display annotation.
10061
10062 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
10063 when waiting for your program to stop.
10064
10065Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10066
10067 * annotate.texi (Breakpoint Info): Document annotation of header
10068 fields and record annotation.
10069
10070Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10071
10072 * annotate.texi: New file, to document annotations.
10073
10074Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10075
10076 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
10077 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
10078
10079Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10080
10081 * stabs.texinfo (Stab Section Basics): Say what is in .stab
10082 section, and say n_strx field is compilation unit relative.
10083 * stabs.texinfo: Don't use @code for a.out when it is the name of
10084 an object file format.
10085
10086Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10087
10088 * gdb.texinfo: Refer to file names, not path names, per rms
10089 convention.
10090 (Arguments): Fix typo.
10091
10092Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10093
10094 * stabs.texinfo (Global Variables): Talk about stabs in files
10095 where variables are referenced, but not defined.
10096
10097Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10098
10099 * stabs.texinfo: Move stuff on @ and # type descriptors from node
10100 Cplusplus to new nodes Member Type Descriptor and Method Type
10101 Descriptor. Re-write stuff for #.
10102
10103Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10104
10105 * gdb.texinfo (Print Settings): Don't document "set print
10106 fast-symbolic-addr off". The bug which it worked around was fixed
10107 on 25 Feb 94 in coffread.c, so I'm nuking the command.
10108
10109 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
10110 N_ENTRY node.
10111
10112 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
10113
10114Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10115
10116 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
10117 references to ieee-float.c.
10118
10119Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10120
10121 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
10122 match what the code actually does.
10123
10124Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10125
10126 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
10127
10128Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10129
10130 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
10131 i, and b.
10132
10133Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
10134
10135 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
10136 well as for ELF and SOM. Unify the descriptions of ELF and SOM
10137 as "stabs in sections" rather than just saying "ELF and SOM".
10138 Also make that stuff apply to COFF.
10139
10140Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10141
10142 * gdb.texinfo (Formatting Documentation): Change GhostScript to
10143 Ghostscript.
10144
10145Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10146
10147 * gdb.texinfo (Continuing and Stepping): When talking about "step"
10148 versus functions without line numbers, also mention stepping into
10149 them as well as "step" when you are in them. Tell the user how to
10150 deal with the situation. Add comment about "debugging information".
10151
10152Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10153
10154 * stabs.texinfo (Enumerations): Document restriction on where
10155 enumeration types can appear and still win with GDB.
10156
10157Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10158
10159 * stabs.texinfo (Negative Type Numbers): Document format for type
10160 -16.
10161
10162Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10163
10164 * gdb.texinfo (Selection, Frame Info): Update information about
10165 arbitrary frame specficiations.
10166
10167Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
10168
10169 * gdb.texinfo, remote.texi: general editing pass prior to Net release
10170
10171Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10172
10173 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
10174
10175Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
10176
10177 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
10178
10179Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10180
10181 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
10182 Differences node to Statics node.
10183 (Statics): Discuss XCOFF use of V symbol descriptor.
10184
10185 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
10186 not clean.
10187
10188Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
10189
10190 * gdb.texinfo (Print Settings): Document `set print
10191 fast-symbolic-addr' and improve the doc for some other
10192 `set print's.
10193
10194Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10195
10196 * stabs.texinfo (String Field): Talk about defining several type
10197 numbers at once.
10198 Fix lint regarding changing node ELF Transformations to
10199 ELF and SOM Transformations.
10200
10201Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
10202
10203 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
10204
10205Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10206
10207 * stabs.texinfo (Cross-References): `::' is for nested types only
10208 within <>.
10209 (Structures): Document static members.
10210
10211Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10212
10213 * stabs.texinfo: Document S type attribute.
10214
10215Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
10216
10217 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
10218
10219Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
10220
10221 * gdbint.texinfo: Fix a few typos.
10222
10223Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10224
10225 * gdb.texinfo, remote.texi: formatting improvements
10226
10227 * gdb.texinfo (New Features): mention threads.
10228 (Summary, C): fix xrefs in newly contributed text.
10229 (Threads): index entries, clarifications, example
10230 (passim): minor typos fixed, phrasing improvements
10231
10232 * remote.texi (Bootstrapping): rephrase text on ^C and add index
10233 entries; (Server): explain use of gdbserver w/real-time systems,
10234 add example of conflicting TCP port; (MIPS Remote) break up
10235 running text into table, highlighting commands, and add example.
a9331b3f 10236
c906108c
SS
10237Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10238
10239 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
10240
10241Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10242
10243 * stabs.texinfo (Nested Symbols): New node.
10244 (String Field, Symbol Descriptors, Cross-References): Refer to it.
10245
10246Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10247
10248 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
10249 to picking which Bbss.bss symbol to use, and (because there seems to
10250 be no good way of doing it) re-write some of the text to make it
10251 sound like Bbss.bss isn't such a great idea after all (as currently
10252 designed).
10253
10254 * gdb.texinfo (C): In addition to saying people have to use g++ for
10255 good results, say they have to use stabs. Specifically say cfront
10256 doesn't work well.
10257 (Summary): Merge in information on Modula-2, Pascal, and Chill from
10258 the gdb README. Add xrefs to places where the support for the various
10259 languages is described in detail.
10260
10261Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10262
10263 * stabs.texinfo: Clean up stuff about visibility and virtual
10264 characters.
10265
10266 * stabs.texinfo (N_M2C): Cite Sun doc.
10267
10268Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10269
10270 * gdb.texinfo: updates re threads.
10271 * remote.texinfo: avoid index entries starting with digits.
10272
10273Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10274
10275 * stabs.texinfo (Enumerations): Talk about large, negative and
10276 octal values. Clean up cross reference to type attributes.
10277 (String Field): Say that GDB 4.11 supports size attribute.
10278
10279Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10280
10281 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
10282 is a mandatory step. Make the stuff about that more concise.
10283
10284Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10285
10286 * stabs.texinfo (Class Names): New node.
10287
10288 * gdb.texinfo (Command Files): Explain order of init file reading.
10289
10290 * remote.texi (Bootstrapping): Talk about getting the serial driver
10291 to deal with ^C sent by gdb to stop the remote system.
10292
10293Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
10294
10295 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
10296
10297 * libgdb.texinfo (Defining Commands): made the DOC arg
10298 to gdb_define_app_command a char * instead of char **
10299 per a suggestion from kingdon.
10300
10301 * libgdb.texinfo: total rewrite from a different starting
10302 premise.
10303
10304Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10305
10306 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
10307 floats passed as doubles (to improve clarity).
10308
10309Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10310
10311 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
10312
10313 * a4rc.sed: update to work with Andreas Vogel papersize params
10314
10315 * refcard.tex: use Andreas Vogel simplifications of papersize
10316 params; remove useless version info; update copyright date.
10317
10318Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10319
10320 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
10321
10322Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10323
10324 * gdb.texinfo (Files): Say what address the load command loads it at.
10325
10326 * stabs.texinfo (Common Blocks): Minor cleanups.
10327
10328 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
10329 that Sun has backed away from the linker kludge and thus the relevant
10330 issue is changes to the SunPRO tools, not the Solaris linker.
10331
10332 * stabs.texinfo (Traditional Integer Types): Clean up description
10333 of octal bounds a little bit. Document extra leading zeroes.
10334
10335Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10336
10337 * gdb.texinfo (Signaling): Update for symbolic symbol names
10338 and add a section explaining the difference between the GDB
10339 signal command and the shell kill utility.
10340
10341Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
10342
10343 * libgdb.texinfo: added `@' to braces that were unescaped.
10344
10345Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
10346
10347 * libgdb.texinfo: new file. Spec for the gdb library.
10348
10349Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10350
10351 * stabs.texinfo (Include Files): Fix typo (start -> end).
10352
10353Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10354
10355 * gdb.texinfo, remote.texi: assorted small improvements, mostly
10356 from Melissa at FSF's editing pass.
10357
10358Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10359
10360 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
10361 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
10362 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
10363
10364Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10365
10366 * remote.texi (Bootstrapping): Discuss 386 call gates.
10367
10368Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
10369
10370 * stabs.texinfo (Based Variables): New node.
10371
10372Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
10373
10374 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
10375 names, sizes, and formats to suggest how not to lose.
10376
10377Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
10378
10379 * stabs.texinfo (Methods): Fix typo.
10380
10381Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
10382
10383 * gdb.texinfo: Fix a few typos.
10384
10385Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10386
10387 * gdb.texinfo: Clarify how well it works with Fortran.
10388
10389 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
10390 More on relocating stabs in ELF files.
10391
10392Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10393
10394 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
10395
10396Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10397
10398 * stabs.texinfo (Local Variable Parameters): Talk about nameless
10399 parameters on VAX.
10400
10401Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10402
10403 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
10404
10405Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10406
10407 * stabs.texinfo: Make info author notice match the TeX author notice.
10408
10409Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
10410
10411 * stabs.texinfo: Initial-caps all words in node names and
10412 non-trivial words in section names.
10413
10414Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10415
10416 * stabs.texinfo: Many minor cleanups.
10417
10418 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
10419
10420Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
10421
10422 * stabs.texinfo: Remove full description of big example.
10423 It's not really helpful; just use pieces of it where appropriate.
10424 Add more Texinfo formatting directives (@samp, etc.).
10425 Use @deffn to define stab types.
10426 Eliminate some wordiness. Break up some nodes.
10427 Add an (alphabetized) index of symbol types.
10428 Use consistent capitalization style in node and section names.
10429
10430Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
10431
10432 * gdb.texinfo: Change typo "Two two" to "The two".
10433
10434Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10435
10436 * stabs.texinfo (XCOFF-differences): Remove references to
10437 non-existent types N_DECL and N_RPSYM.
10438
10439 * stabs.texinfo (String Field): Say that type attributes bug is
10440 fixed in GDB 4.10, since it is.
10441
10442 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
10443
10444Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
10445
10446 * stabs.texinfo: Formatting cleanups.
10447
10448Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10449
10450 * stabs.texinfo: When explaining the n_type of a stab, standardize
10451 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
10452 no tabs, use @r).
10453 (Global Variables): Clean up.
10454
10455Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10456
10457 * stabs.texinfo (Stack Variables): Re-write.
10458
10459Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10460
10461 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
10462 addresses of a source file. Also revise formatting.
10463 Change "object module" or "object file" to "source file".
10464 Various: Miscellaneous cleanups.
10465
10466Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10467
10468 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
10469
10470Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
10471
10472 * gdbint.texinfo: Removed many nonsensical machine-collected
10473 host and target conditionals, described some of the remainder.
10474
10475Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10476
10477 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
10478
10479 * gdbint.texinfo (Top): Add name to @top line, and re-write the
10480 paragraph which follows.
10481
10482 * gdbint.texinfo (Host): Use @code not @samp for Makefile
10483 variables. Looks better and avoids overful hbox.
10484
10485Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10486
10487 * stabs.texinfo (Procedures): Improve stuff on nested functions.
10488
10489Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10490
10491 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
10492 retransmit-timeout
10493
10494Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10495
10496 * gdbint.texinfo: Update statement about `some ancient Unix
10497 systems, like Ultrix 4.0' to Ultrix 4.2.
10498
10499Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
10500
10501 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
10502
10503 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
10504
10505 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
10506 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
10507
10508 * remote.texi: new name for former gdbinv-s.texi
10509
10510 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
10511
10512Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
10513
10514 * gdbinv-s.texi: Documented timeout and retransmit-timeout
10515 variables for MIPS remote debugging protocol.
10516
10517Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10518
10519 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
10520
10521Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
10522
10523 * Makefile.in (refcard.dvi): Use srcdir where necessary.
10524
10525Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
10526
10527 * gdb.texinfo: repair conditional bugs in text markup
10528
10529Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10530
10531 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
10532 to select Modula-2 material.
10533
10534Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10535
10536 * stabs.texinfo: Cleanups regarding statics.
10537
10538 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
10539 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
10540
10541Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10542
10543 * stabs.texinfo: N_MAIN is sometimes used for C.
10544
10545Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10546
10547 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
10548
10549Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
10550
10551 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 10552 removed from the code by Kingdon.
c906108c
SS
10553
10554Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10555
10556 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
10557 input when evaluating breakpoint conditions; the bug has been fixed.
10558
10559 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
10560 sets the ignore count to N-1, not to N.
10561
10562Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10563
10564 * refcard.tex (\hoffset): correct longstanding error to match
10565 intended offset; avoids cutting off edge on some printers
10566
10567Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10568
10569 * stabs.texinfo (Parameters): Say that order of stabs is significant.
10570
10571Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10572
10573 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
10574
10575Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10576
10577 * Makefile.in: (REFEDITS) new var to control whether PS or CM
10578 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
10579 collect sed edits if any, apply to refcard before formatting;
10580 (refcard.ps) stop implying PS fonts if PS output requested;
10581 (lrefcard.ps) delete extra target for variant PS fonts
10582
10583 * refcard.tex: parametrize papersize dependent info, collect
10584 in easily replaced spot
10585
10586 * a4rc.sed: new file, edits to refcard for A4 paper
10587
10588Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10589
10590 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
10591
10592Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10593
10594 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
10595
10596Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10597
10598 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
10599 politely rather than rudely.
10600
10601Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10602
10603 * stabs.texinfo: Document common blocks.
10604
10605Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
10606
10607 * stabs.texinfo: Add some basic info about stabs-in-elf.
10608
10609Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10610
10611 * stabs.texinfo (Top): Minor cleanup.
10612
10613Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
10614
10615 * Makefile.in (install-info): remove parentdir support
10616
10617Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10618
10619 * gdb.texinfo (Copying): delete this node and references to it;
10620 RMS says this manual need not carry GPL. (passim): Improvements
10621 from last round at FSF, largely due to Ian Taylor review, and
10622 minor formatting improvements.
10623
10624 * gdbinv-s.texi (passim): Improvements from last round at FSF,
10625 largely due to Ian Taylor review. (Debug Session): minor edits to
10626 new text.
10627
10628Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
10629
10630 * Makefile.in (realclean): Remove info and dvi files too.
10631
10632Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
10633
10634 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
10635 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
10636 * gdb.texinfo: Change accordingly.
10637
10638 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
10639 N_{L,R}BRAC,N_SLINE are relative to.
10640
10641Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
10642
10643 * Makefile.in (GDBvn.texi): Update atomically.
10644
10645Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
10646
10647 * gdbinv-s.texi (Debug Session): Document exceptionHook.
10648
10649Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
10650
10651 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
10652 addresses together. Also motivate the set print symbol-filename
10653 command and suggest other solutions.
10654
10655Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
10656
10657 * gdb.texinfo (set print elements): Note that the number of
10658 elements is set to unlimited by "set print elements 0".
10659
10660Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
10661
10662 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
10663 NF_LDOUBLE means.
10664 (Stab Types): Include Solaris stab types.
10665 (Procedures): Document Solaris extensions.
10666
10667Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10668
10669 * gdb.texinfo: Add `set print symbol-filename' doc.
10670
10671Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10672
10673 * stabs.texinfo (Arrays): Talk about type definition vs. type
10674 information.
10675
10676 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
10677 the trailing semicolon.
10678
10679Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10680
10681 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
10682 and merge in other parts of the document addressing these subjects.
10683 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
10684
10685 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
10686 at the end of a range type.
10687
10688 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
10689 AIX extensions.
10690
10691Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10692
10693 * stabs.texinfo (Stabs Format): Misc fixes.
10694
10695Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10696
10697 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
10698 (Traditional builtin types): Document convex convention for long long.
10699 (Negative builtin types): Discuss type names, and misc fixes.
10700
10701Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10702
10703 * stabs.texinfo (Builtin Type Descriptors): Document the floating
10704 point types used with @samp{R} type descriptor.
10705 (Symbol Descriptors): Describe how to handle conflict between
10706 different meanings of @samp{P} symbol descriptor.
10707
10708Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10709
10710 * stabs.texinfo: Remove node Quick Reference and put its children
10711 directly under the main menu.
10712
10713 * stabs.texinfo: Many more changes to bring it into line with
10714 AIX documentation and reality. I think it now has all the
10715 information from the AIX documentation, except that I burned
10716 out when I got to variant records (Pascal and Modula-2) and
10717 all the COBOL types. Oh well, we can add them later when we're
10718 worrying more about those languages.
10719
10720 * stabs.texinfo (Automatic variables): Talk about what it means
10721 to omit the symbol descriptor.
10722
10723Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10724
10725 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
10726 gcc2 behavior with promoted args.
10727
10728Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10729
10730 * gdb.texinfo: include readline appendices in info version of manual
10731
10732Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10733
10734 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
10735 target remote.
10736
10737 * gdb.texinfo (Machine Code): more index entries for disassemble
10738
10739Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
10740
10741 * Clarify the intended use of the gdb-testers and gdb-patches
10742 mailing lists, and shrink gzip comment.
10743
10744Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10745
10746 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
10747 DOSHOST configuration of manual.
10748
10749 * gdb.texinfo (MIPS Stack): new node.
10750
10751 * all-config.texi (MIPS) new switch.
10752
10753 * gdbinv-s.texi (Nindy Options) Remove two instances of future
10754 tense; (MIPS Remote) new node.
10755
10756 * gdb.texinfo (passim) rephrases to work around makeinfo @value
10757 bug; (Environment) less passive, other small cleanups in text about
10758 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
10759 (Remote) new MIPS Remote menu entry.
10760
10761Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
10762
10763 * stabs.texinfo: Many changes to include information from the
10764 AIX documentation.
10765
10766 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
10767
10768Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
10769
10770 * gdbint.texinfo (new node Debugging GDB, elsewhere):
10771 Move a bunch of information from ../README.
10772 (Getting Started): New node.
10773
10774Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10775
10776 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
10777
10778 * gdb.texinfo: advance manual revision dates to present
10779
10780 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
10781 stop using silly Roman numerals in @set variable names
10782
10783Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
10784
10785 * stabs.texinfo (Parameters): Keep trying to get this right.
10786
10787Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
10788
10789 * stabs.texinfo (Parameters): More on "local parameters".
10790
10791Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
10792
10793 * stabs.texinfo (Parameters): Re-do "local parameters" section.
10794
10795Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
10796
10797 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
10798 (Parameters): Rewrite.
10799 (xcoff-differences, Sun-differences): Minor changes.
10800
10801Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
10802
10803 * stabs.texinfo: Minor cleanup.
10804
10805Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
10806
10807 * gdbint.texinfo: Minor xcoff stuff.
10808
10809Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
10810
10811 * gdbint.texinfo: Update for new config directory structure.
10812 Add info about internal type data structures.
10813
10814Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
10815
10816 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
10817 $(srcdir).
10818 (gdb-config.texi): Depend on file in $(srcdir).
10819
10820Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
10821
10822 * stabs.texinfo: Fixes about N_SO.
10823
10824Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10825
10826 * gdb.texinfo: include list of nonstandard init file names
10827
10828 * *-config.texi: new switch GENERIC for text that applies *only*
10829 to (usual) multiple-target version of manual
10830
10831 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
10832 h8 config
10833
10834 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
10835 in menus (rather than conditionally selected multiple alternative
10836 menus).
10837
10838 * Makefile.in: define and use DOC_CONFIG var to select
10839 configuration for GDB user manual.
10840
10841 * gdb-config.texi: delete from repository, generate from Makefile.
10842
10843 * all-config.texi: normal `generic' configuration file, formerly
10844 stored as gdb-config.texi
10845
10846Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
10847
10848 * Makefile.in: add dvi target to build all .dvi files
10849
10850Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10851
10852 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
10853
10854Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
10855
10856 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
10857 host conditionals.
10858 * stabs.texinfo: More array fixes inspired by Jim's.
10859
10860Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
10861
10862 * stabs.texinfo: Fixes re arrays and continuations.
10863
10864 * gdbint.texinfo: Add XCOFF node.
10865
10866Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
10867
10868 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
10869
10870Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
10871
10872 * stabs.texinfo: Fix for array types to mention lower bounds.
10873
10874Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
10875
10876 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
10877
10878Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
10879
10880 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
10881
10882Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
10883
10884 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
10885 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
10886
10887Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
10888
10889 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
10890
10891Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10892
10893 * gdb.texinfo, gdbinv-s.texi: misc updates
10894
10895Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
10896
10897 * gdbint.texinfo: Brief documentation for longjmp support,
10898 from an email msg by Stu.
10899
10900Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
10901
10902 * stabs.texinfo: Fix description of floating point "range"
10903 types (which really define basic types). Reported by Jim Meehan,
10904 <meehan@src.dec.com>.
10905
10906 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
10907
10908Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
10909
10910 * gdbint.texinfo: Slightly expand section on supporting a new
10911 object file format.
10912
10913Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
10914
10915 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
10916 intermediate file.
10917
10918Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10919
10920 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
10921
10922Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10923
10924 * gdbinv-s.texi: z8000 simulator target name is just "sim"
10925
10926 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
10927 as well as Z8002.
10928
10929Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
10930
10931 * gdbint.texinfo: Add sections on clean design and on how to send
10932 in changes.
10933
10934Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
10935
10936 * gdbint.texinfo: Add how to declare the result of make_cleanup.
10937
10938Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
10939
10940 * gdb.texinfo: Fix typo, reported by Karl Berry.
10941
10942Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
10943
10944 * gdb.texinfo: Add opcodes dir to GDB distribution description.
10945
10946Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10947
10948 * gdbint.texinfo: fixed a stray email address (needs @@),
10949 added @table @code to node "Native Conditionals"
10950
10951Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
10952
10953 * gdbint.texinfo: Describe coding style of GDB.
10954
10955Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
10956
10957 * stabs.texinfo: Minor wording changes.
10958
10959Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
10960
10961 * gdbint.texinfo: Improve release doc slightly.
10962
10963Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
10964
10965 * gdbint.texinfo: Improve doc of GDB config macros.
10966
10967Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
10968
10969 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
10970 These will be reinserted when examined.
10971
10972Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
10973
10974 * gdbint.texinfo: Make a start at documenting all the #if macros
10975 in GDB. At least list them all, and start separating them into
10976 host-specific and target-specific.
10977
10978Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10979
10980 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 10981 examples (not consistent w others).
c906108c
SS
10982 gdb.texinfo: issue disclaimer paragraph on cmdline options only
10983 for generic vn of doc
10984
10985Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
10986
10987 * Makefile.in: always create installation directories.
10988
10989Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10990
10991 * gdb.texinfo: in h8 config, do not describe searching commands.
10992
10993Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10994
10995 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
10996 conditionals; introduce a few generic switches that may be
10997 useful for other cross-dev or dos-hosted configs.
10998
10999 * gdb.texinfo: fix typo in "info reg" description
11000
11001Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
11002
11003 * stabs.texinfo: Minor updates from running TeX over it.
11004 * Makefile.in (stabs.dvi, stabs.ps): Add.
11005
11006Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
11007
11008 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
11009 First pass at converting it to texinfo.
11010
11011Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
11012
11013 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
11014 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
11015
11016Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
11017
11018 * gdbint.texinfo: Add section on partial symbol tables.
11019
11020Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
11021
11022 * gdb.texinfo: document `set remotedebug' and `set
11023 rstack_high_address'.
11024
11025Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11026
11027 * gdb.texinfo: slight expansion of new text on reading info files
11028 * gdbinv-s.m4.in: correct and expand info on cross-debugging
11029 H8/300 from DOS.
11030
11031Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
11032
11033 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
11034
11035Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
11036
11037 * gdb.texinfo: Say how to read the `info' files.
11038
11039Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
11040
11041 * Makefile.in: gm4 -> m4.
11042
11043Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
11044
11045 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
11046 Documentation' ahead of `Installing GDB' to match README.
11047 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 11048 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
11049
11050Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
11051
11052 * Makefile.in: remove $(srcdir) from gdb.info rule.
11053
11054Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11055
11056 * Makefile.in: commented out gdb-all.texinfo rule. This is
11057 temporary.
11058
11059Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
11060
11061 * Makefile.in, configure.in: removed traces of namesubdir,
11062 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
dee368d3 11063 copyrights to '92, '13, changed some from Cygnus to FSF.
c906108c
SS
11064
11065Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
11066
11067 * gdb.texinfo: Improve how we ask for bug reports.
11068
11069Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11070
11071 * Makefile.in: infodir belongs in datadir.
11072
11073Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11074
11075 * Makefile.in: remove spaces following hyphens, bsd make can't
11076 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 11077 standards.text support.
c906108c
SS
11078
11079Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11080
11081 * Makefile.in: idestdir and ddestdir go away. Added copyrights
11082 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
11083 and mandir now keyed off datadir by default.
11084
11085\f
11086Local Variables:
9e9c5ae7 11087mode: change-log
c906108c
SS
11088left-margin: 8
11089fill-column: 74
11090version-control: never
11091End: