Introduce new shared function remote_fileio_to_fio_error
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
599bd15c
GB
12015-04-02 Gary Benson <gbenson@redhat.com>
2
3 * gdb.texinfo (set sysroot): Document "target:".
4
d11916aa
SS
52015-04-01 Sasha Smundak <asmundak@google.com>
6
7 * doc/python.texi (Writing a Frame Unwinder in Python): Add
8 section.
9
df8411da
SDJ
102015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
11
12 PR corefiles/16092
13 * gdb.texinfo (gcore): Mention new command 'set
14 use-coredump-filter'.
15 (set use-coredump-filter): Document new command.
16
d33279b3
AT
172015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
18
19 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
20 documentation, reorder the info os entries in alphabetical order.
21
852f8402
SM
222015-03-26 Simon Marchi <simon.marchi@ericsson.com>
23
24 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
25 -data-write-memory-bytes.
26
856e7dd6
PA
272015-03-24 Pedro Alves <palves@redhat.com>
28
29 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
30 mention that threads may sometimes run unlocked.
31
236af5e3
YG
322015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
33
34 * gdb.texinfo (Remote configuration): Document "set/show
35 serial parity" command.
36
464b0089
GB
372015-03-18 Gary Benson <gbenson@redhat.com>
38
39 * gdb.texinfo (General Query Packets): Remove documentation
40 for now-removed vFile:fstat qSupported features.
41
0a93529c
GB
422015-03-11 Gary Benson <gbenson@redhat.com>
43
44 * gdb.texinfo (Remote Configuration): Document the
45 "set/show remote hostio-fstat-packet" command.
46 (General Query Packets): Document the vFile:fstat
47 qSupported features.
48 (Host I/O Packets): Document the vFile:fstat packet.
49
85642ba0
AW
502015-03-11 Andy Wingo <wingo@igalia.com>
51
52 * guile.texi (Objfiles In Guile): Document objfile-progspace.
53
f7e6eed5
PA
542015-03-04 Pedro Alves <palves@redhat.com>
55
56 * gdb.texinfo (Remote Configuration): Document the "set/show
57 remote swbreak-feature-packet" and "set/show remote
58 hwbreak-feature-packet" commands.
59 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
60 decription.
61 (Stop Reply Packets): Document the swbreak and hwbreak stop
62 reasons.
63 (General Query Packets): Document the swbreak and hwbreak
64 qSupported features.
65 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
66
f873665f 672015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
a64c9f7b
PP
68
69 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
70 under *stopped.
71
9a284c97
DE
722015-03-02 Doug Evans <xdje42@gmail.com>
73
74 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
75
446899e4
AA
762015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
77
78 * gdb.texinfo (S/390 and System z Features): Describe new feature
79 "org.gnu.gdb.s390.vx".
80
7ee67ee4
SDJ
812015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
82
83 PR gdb/18008
84 * gdb.texinfo (maint internal-error, maint internal-warning, maint
85 demangler-warning): Fix typo ("problam").
86
53cf2ee0
DT
872015-02-19 David Taylor <dtaylor@emc.com>
88
89 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
90
3133f8c1
JM
912015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
92
93 * gdb.texinfo (Static Probe Points): Add cindex `static probe
94 point, DTrace'.
95 (Static Probe Points): Modified to cover DTrace probes in addition
96 to SystemTap probes. Also modified to cover the `enable probe'
97 and `disable probe' commands.
98
9aca2ff8
JM
992015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
100
101 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
102 `disable probe' commands.
103
fa3f8d5a
DT
1042015-02-12 David Taylor <dtaylor@emc.com>
105
106 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
107 fields of the QTDV packet.
108
d33501a5
MM
1092015-02-09 Markus Metzger <markus.t.metzger@intel.com>
110
111 * gdb.texinfo (Branch Trace Configuration Format): Add size.
112 (Process Record and Replay): Describe new set|show commands.
113 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
114
f4abbc16
MM
1152015-02-09 Markus Metzger <markus.t.metzger@intel.com>
116
117 * gdb.texinfo (Process Record and Replay): Describe the "record
118 btrace bts" command.
119 (General Query Packets): Describe qXfer:btrace-conf:read packet.
120 (Branch Trace Configuration Format): New.
121
cfb069a8
GB
1222015-01-31 Gary Benson <gbenson@redhat.com>
123 Doug Evans <dje@google.com>
124
125 * gdb.texinfo (Command Completion): Document new
126 "set/show max-completions" option.
127
f57d2163
DE
1282015-01-31 Doug Evans <xdje42@gmail.com>
129
130 * gdb.texinfo (Symbols): Document new commands
131 "maint print symbol-cache", "maint print symbol-cache-statistics",
132 "maint flush-symbol-cache". Document new option
133 "maint set symbol-cache-size".
134
9f050062
DE
1352015-01-31 Doug Evans <xdje42@gmail.com>
136
137 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
138 distinguish script files vs inlined scripts.
139 * python.texi (Python Auto-loading): Ditto.
140
b6577aab
DE
1412015-01-30 Doug Evans <dje@google.com>
142
143 * gdb.texinfo (Symbols) <info source>: Output now contains producer
144 string if present.
145
3a8b707a
DE
1462015-01-27 Doug Evans <dje@google.com>
147
148 * python.texi (Objfiles In Python): Document Objfile.username.
149
1b549396
DE
1502015-01-27 Doug Evans <dje@google.com>
151
152 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
153 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
154
253828f1
JK
1552015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
156
157 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
158
bf555842
EZ
1592015-01-16 Eli Zaretskii <eliz@gnu.org>
160
161 * doc/gdb.texinfo (TUI Commands): Document the possible
162 values of NAME argument to 'winheight' command. Explain the
163 effect of 'tabset' setting better.
164
439250fb
DE
1652015-01-11 Doug Evans <xdje42@gmail.com>
166
167 PR gdb/15830
168 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
169 (Symbols): Ditto.
170 (Maintenance Commands): Delete docs for "maint demangle".
171
6bf6fd09
JB
1722014-12-31 Joel Brobecker <brobecker@adacore.com>
173
174 * gdb.texinfo (Files): Remove documentation of the
175 "add-shared-symbol-files" and "assf" commands.
176 (Cygwin Native): Remove documentation of the "dll-symbols"
177 command.
178
cc485e62
DE
1792014-12-17 Doug Evans <xdje42@gmail.com>
180
181 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
182
bb2ec1b3
TT
1832014-12-12 Phil Muldoon <pmuldoon@redhat.com>
184 Jan Kratochvil <jan.kratochvil@redhat.com>
185
186 * gdb.texinfo (Altering): Update.
187 (Compiling and Injecting Code): New node.
188
6dddd6a5
DE
1892014-12-12 Doug Evans <dje@google.com>
190
191 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
192
f5b95c01
AA
1932014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
194
195 * gdb.texinfo: Document "maint print user-registers".
196
a0be3e44
DE
1972014-12-08 Doug Evans <dje@google.com>
198
199 * python.texi (Objfiles In Python): Document Objfile.owner.
200
86e4ed39
DE
2012014-12-04 Doug Evans <dje@google.com>
202
203 * python.texi (Objfiles In Python): Document
204 Objfile.add_separate_debug_file.
205
7c50a931
DE
2062014-12-04 Doug Evans <dje@google.com>
207
208 * python.texi (Objfiles In Python): Document Objfile.build_id.
209
162078c8
NB
2102014-12-02 Nick Bull <nicholaspbull@gmail.com>
211
212 * python.texi (Events In Python): Document new events
213 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
214 and RegisterChangedEvent.
215
f10c5b19
JK
2162014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
217
218 Add add-auto-load-scripts-directory.
219 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
220 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
221
413b59ae
JK
2222014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
223
224 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
225 description typo.
226
02be9a71
DE
2272014-10-30 Doug Evans <dje@google.com>
228
229 * python.texi (Progspaces In Python): Document ability to add
230 random attributes to gdb.Progspace objects.
231 (Objfiles In Python): Document ability to add random attributes to
232 gdb.objfile objects.
233
e5f8a7cc
PA
2342014-10-27 Pedro Alves <palves@redhat.com>
235
236 * gdb.texinfo (Continuing and Stepping): Add cross reference to
237 info on stepping and signal handlers.
238 (Signals): Explain stepping and signal handlers. Add context
239 index entry, and cross references.
240
fab3a15d
SM
2412014-10-20 Simon Marchi <simon.marchi@ericsson.com>
242
243 * python.texi (Breakpoints In Python): Add parenthesis after
244 Breakpoint.delete. Clarify Breakpoint.enabled description so
245 that it contains "disable".
246
4ffbba72
DE
2472014-10-17 Doug Evans <dje@google.com>
248
249 * python.texi (Events In Python): Document clear_objfiles event.
250
d096d8c1
DE
2512014-10-17 Doug Evans <dje@google.com>
252
253 * python.texi (Objfiles In Python): Document new progspace attribute.
254
32a8097b
PA
2552014-10-17 Pedro Alves <palves@redhat.com>
256
257 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
258 (SVR4 Process Information): Delete mention of OSF/1.
259
2ddf4301
SM
2602014-10-01 Simon Marchi <simon.marchi@ericsson.com>
261
262 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
263 exit-code field in -list-thread-groups output.
264
342cc091
JBG
2652014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
266
267 * gdb.texinfo (Set Breaks): Add missing "@end table".
268
a25a5a45
PA
2692014-09-22 Pedro Alves <palves@redhat.com>
270
271 * gdb.texinfo (Set Breaks): Document that "set breakpoint
272 always-inserted off" is the default mode now. Delete
273 documentation of "set breakpoint always-inserted auto".
274
2b4fd423
DE
2752014-09-18 Doug Evans <dje@google.com>
276
277 * python.texi (Symbol Tables In Python): Document "producer"
278 attribute of gdb.Symtab objects.
279
deb8ff2b
PA
2802014-09-16 Pedro Alves <palves@redhat.com>
281
282 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
283 (Embedded OS): Remove VxWorks menu entry.
284 (VxWorks): Remove node.
285
81219e53
DE
2862014-09-13 Doug Evans <xdje42@gmail.com>
287
288 * gdb.texinfo (Signaling): Document new queue-signal command.
289
faa42425
DE
2902014-09-06 Doug Evans <xdje42@gmail.com>
291
292 PR 15276
293 * gdb.texinfo (Convenience Funs): Document $_caller_is,
294 $_caller_matches, $_any_caller_is, $_any_caller_matches.
295
1a6a384b
JL
2962014-09-03 Justin Lebar <jlebar@google.com>
297
298 * python.texi (Types In Python): Type.template_argument(n) returns a
299 gdb.Value or a gdb.Type and throws an exception if n is out of
300 range.
301
5f3b99cf
SS
3022014-09-03 Sasha Smundak <asmundak@google.com>
303
304 * python.texi (Frames in Python): Add read_register description.
305
3cecbbbe
TT
3062014-08-04 Tom Tromey <tromey@redhat.com>
307
308 * gdb.texinfo (Debugging Output): Update for change to "set debug
309 target".
310
90debf20
MM
3112014-08-01 Masaki Muranaka <monaka@monami-software.com>
312
313 Pushed by Joel Brobecker <brobecker@adacore.com>.
314 * Makefile.in (transform): New variable.
315 (install-man1, install-man5): Apply $(transform) to man file names.
316
ee7333ae
DE
3172014-07-26 Doug Evans <xdje42@gmail.com>
318
319 PR guile/17177
320 * guile.texi (Guile Pretty Printing API): Fix typo.
321 Document set-pretty-printers!, pretty-printers.
322 (Selecting Guile Pretty-Printers): Update.
323 Mention program-space based pretty-printers.
324
70509625
PA
3252014-07-25 Pedro Alves <palves@redhat.com>
326 Eli Zaretskii <eliz@gnu.org>
327
328 * gdb.texinfo (Signaling) <signal command>: Explain what happens
329 with multi-threaded programs.
330
b67a2c6f
YQ
3312014-06-27 Yao Qi <yao@codesourcery.com>
332
333 * gdb.texinfo (Maintenance Commands): Update the output of
334 'maint print dummy-frames' command.
335
f179cf97
EZ
3362014-06-24 Eli Zaretskii <eliz@gnu.org>
337
338 * gdb.texinfo (Screen Size): Improve indexing.
339
992c7d70
GB
3402014-06-19 Gary Benson <gbenson@redhat.com>
341
342 * gdb.texinfo (Maintenance Commands): Document new
343 "maint set/show catch-demangler-crashes" option.
344
57fcfb1b
GB
3452014-06-19 Gary Benson <gbenson@redhat.com>
346
347 * gdb.texinfo (Maintenance Commands): Document new
348 "maint demangler-warning" command and new
349 "maint set/show demangler-warning" option.
350
dd5d5494
SC
3512014-06-09 Siva Chandra Reddy <sivachandra@google.com>
352
353 * python.texi (Xmethod API): Add space before the opening
354 parenthesis in function descriptions.
355
25326a28 3562014-06-06 Doug Evans <xdje42@gmail.com>
d2929fdc
DE
357
358 * guile.texi (Guile Configuration): Document guile-data-directory.
359
0a770bb2 3602014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
361
362 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
363
16f691fb
DE
3642014-06-04 Doug Evans <xdje42@gmail.com>
365
366 * guile.texi (Breakpoints In Guile): Update.
367
1e47491b
JB
3682014-06-03 Joel Brobecker <brobecker@adacore.com>
369
370 * python.texi (Xmethod API): Fix reference to "Progspaces In
371 Python".
372
0c6e92a5
SC
3732014-06-03 Siva Chandra Reddy <sivachandra@google.com>
374
375 * python.texi (Xmethods In Python, XMethod API)
376 (Writing an Xmethod): New nodes.
377 (Python API): New menu entries "Xmethods In Python",
378 "Xmethod API", "Writing an Xmethod".
379
06eb1586
DE
3802014-06-02 Doug Evans <xdje42@gmail.com>
381
382 * guile.texi (Guile API): Add entry for Parameters In Guile.
383 (GDB Scheme Data Types): Mention <gdb:parameter> object.
384 (Parameters In Guile): New node.
385
e698b8c4
DE
3862014-06-02 Doug Evans <xdje42@gmail.com>
387
388 * guile.texi (Guile API): Add entry for Commands In Guile.
389 (Basic Guile) <parse-and-eval>: Add reference.
390 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
391 (GDB Scheme Data Types): Mention <gdb:command> object.
392 (Commands In Guile): New node.
393
ded03782
DE
3942014-06-02 Doug Evans <xdje42@gmail.com>
395
396 * guile.texi (Guile API): Add entry for Progspaces In Guile.
397 (GDB Scheme Data Types): Mention <gdb:progspace> object.
398 (Progspaces In Guile): New node.
399
53e8a631
AB
4002014-05-30 Andrew Burgess <aburgess@broadcom.com>
401
402 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
403 * python.texi (Frames In Python): Mention
404 gdb.FRAME_UNWIND_MEMORY_ERROR.
405
329ea579
PA
4062014-05-29 Pedro Alves <palves@redhat.com>
407 Tom Tromey <tromey@redhat.com>
408
409 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
410 from example.
411 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
412 Mention that target-async is now deprecated.
413 (Maintenance Commands): Document maint set/show target-async.
414
92bcb5f9
PA
4152014-05-29 Pedro Alves <palves@redhat.com>
416
417 * observer.texi (sync_execution_done, command_error): New
418 subjects.
419
fd664c91
PA
4202014-05-29 Pedro Alves <palves@redhat.com>
421
422 PR gdb/13860
423 * observer.texi (signal_received, end_stepping_range)
424 (signal_exited, exited, no_history): New observer subjects.
425
b2715b27
AW
4262014-05-26 Andy Wingo <wingo@igalia.com>
427
428 * guile.texi (GDB Scheme Data Types): Remove documentation for
429 removed interfaces. Update spelling of gdb-object-kind.
430
9eaa4c1e
AW
4312014-05-26 Andy Wingo <wingo@igalia.com>
432
433 * guile.texi (Basic Guile): Fix some typos.
434
0f1e8403
AW
4352014-05-26 Andy Wingo <wingo@igalia.com>
436
437 * guile.texi (Writing a Guile Pretty-Printer)
438 (Guile Types Module): Fix excess parentheses in use-modules forms.
439
697aa1b7
EZ
4402014-05-24 Eli Zaretskii <eliz@gnu.org>
441
442 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
443 (Breakpoints In Guile, Guile Printing Module)
444 (Guile Exception Handling, Values From Inferior In Guile)
445 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
446 Don't use @var at the beginning of a sentence.
447
448 * gdb.texinfo (Frame Filter Management, Trace Files)
449 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
450 (PowerPC Embedded, Define, Annotations for Running)
451 (IPA Protocol Commands, Packets, General Query Packets)
452 (Tracepoint Packets, Notification Packets, Environment)
453 (Inferiors and Programs, Set Breaks, Set Catchpoints)
454 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
455 (Frames, Backtrace, Selection, Expressions, Registers)
456 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
457 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
458 (Source Annotations, Using JIT Debug Info Readers, Packets)
459 (Stop Reply Packets, Host I/O Packets)
460 (Target Description Format): Don't use @var at the beginning of a
461 sentence.
462
463 * python.texi (Basic Python, Types In Python)
464 (Commands In Python, Frames In Python, Line Tables In Python)
465 (Breakpoints In Python, gdb.printing, gdb.types)
466 (Type Printing API): Don't use @var at the beginning of a
467 sentence.
468
67b5c0c1
MM
4692014-05-23 Markus Metzger <markus.t.metzger@intel.com>
470
471 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
472 replay-memory-access".
473
6a3cb8e8
PA
4742014-05-21 Pedro Alves <palves@redhat.com>
475
476 * gdb.texinfo (Starting): Document "set/show
477 auto-connect-native-target".
478 (Target Commands): Document "target native".
479
936d2992
PA
4802014-05-20 Pedro Alves <palves@redhat.com>
481
482 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
483 not be remote specific. Add cross reference to the qCRC packet.
484 (Separate Debug Files): Update cross reference to the qCRC packet.
485 (General Query Packets) <qCRC packet>: Add anchor.
486
b3ce5e5f
DE
4872014-05-17 Doug Evans <xdje42@gmail.com>
488
489 Copy over changes from guile.texi.
490 * python.texi (Basic Python) <gdb.execute>: Add text.
491 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
492 (Values From Inferior) <Python string>: Add text.
493 (Values From Inferior) <Value.string>: Clarify string length handling.
494 (Pretty Printing API): Add cindex.
495 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
496 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
497 @vindex.
498 (Commands In Python) <COMPLETE_*>: Similarly.
499 (Symbols In Python) <SYMBOL_*>: Similarly.
500 (Breakpoints In Python) <WP_*>: Similarly.
501 (Breakpoints In Python) <BP_*>: Similarly.
502
8dfcab11
DT
5032014-05-17 David Taylor <dtaylor@emc.com>
504
505 * gdb.texinfo (General Query Packets): Add a note about thread IDs
506 mentioned in the qfThreadInfo reply.
507
8d551b02
DE
5082014-05-16 Doug Evans <dje@google.com>
509
510 * gdb.texinfo (Mode Options): Add -D.
511
e20bd8f4
SB
5122014-05-09 Samuel Bronson <naesten@gmail.com>
513
514 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
515 "make -C".
516
f989a1c8
TT
5172014-04-29 Tom Tromey <tromey@redhat.com>
518
519 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
520 "show debug varobj".
521
95cf3b38
DT
5222014-05-01 David Taylor <dtaylor@emc.com>
523
524 * gdb.texinfo (compare-sections): Document the new -r (read-only)
525 option.
526
01f9f808
MS
5272014-04-24 Michael Sturm <michael.sturm@mintel.com>
528 Walfred Tedeschi <walfred.tedeschi@intel.com>
529
530 * gdb.texinfo (i386 Features): Add description of AVX512
531 registers.
532
770e7fc7
DE
5332014-03-31 Doug Evans <dje@google.com>
534
535 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
536
97d8f0ee
DE
5372014-03-30 Doug Evans <dje@google.com>
538
539 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
540 (Background Execution): Ditto.
541
36cb1214
HZ
5422014-03-21 Pedro Alves <palves@redhat.com>
543 Stan Shebs <stan@codesourcery.com>
544 Hui Zhu <hui@codesourcery.com>
545
546 * gdb.texinfo (Packets): Add anchor to "? packet".
547 Remove fixme and update introduction of "k packet".
548 Add anchor to "vKill packet".
549
5e3a2c38
SS
5502014-03-12 Stan Shebs <stan@codesourcery.com>
551
552 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
553
7a5a839f
LC
5542014-02-26 Ludovic Courtès <ludo@gnu.org>
555
dc6ae996 556 * guile.texi (Basic Guile): Document 'history-append!'.
7a5a839f 557
95060284
JB
5582014-02-20 Joel Brobecker <brobecker@adacore.com>
559
560 * gdb.texinfo (Files): Document "add-shared-symbol-files"
561 and "assf" as being deprecated.
562 (Cygwin Native): Likewise for "dll-symbols".
563 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
564 as a way to force the loading of symbols from a DLL.
565
f7bd0f78
SC
5662014-02-19 Siva Chandra Reddy <sivachandra@google.com>
567
568 * python.texi (Values From Inferior): Add description about the
569 new feature.
570
329baa95
DE
5712014-02-17 Doug Evans <xdje42@gmail.com>
572
573 * Makefile.in (GDB_DOC_FILES): Add python.texi.
574 * gdb.texinfo (Python): Moved to ...
575 * python.texi: ... here. New file.
576
687894f5
DE
5772014-02-17 Ludovic Courtès <ludo@gnu.org>
578
d25f38ee 579 * guile.texi (Writing a Guile Pretty-Printer) <example>:
687894f5
DE
580 Remove 'string-begins-with' procedure. Add 'pretty-printer'
581 parameter to 'str-lookup-function' procedure. Look for
582 the "std::string<" prefix.
583 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
584 Adjust description.
585
6fb526ee
DE
5862014-02-11 Tejas Belagod <tejas.belagod@arm.com>
587
d25f38ee 588 * guile.texi (Values From Inferior In Guile): Remove stray
6fb526ee
DE
589 parantheses for deffn.
590 (Disassembly In Guile): Ditto.
591
1e0a5178
SS
5922014-02-10 Stan Shebs <stan@codesourcery.com>
593
594 Add Doxygen support.
595 * Makefile.in (doxy): New action, generates Doxygen files.
596 (DOXYGEN): New.
597 (doxyedit): New.
598 * Doxyfile-base.in: New file.
599 * Doxyfile-gdb-api.in: New file.
600 * Doxyfile-gdb-xref.in: New file.
601 * Doxyfile-gdbserver.in: New file.
602 * doxy-index.in: New file.
603 * filter-for-doxygen: New file.
604 * filter-params.pl: New file.
605
ed3ef339
DE
6062014-02-10 Doug Evans <xdje42@gmail.com>
607
608 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
609 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
610 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
611 (Guile docs): Include guile.texi.
612 (objfile-gdbdotext file): Add objfile-gdb.scm.
613 (dotdebug_gdb_scripts section): Mention Guile scripts.
614 (Multiple Extension Languages): New node.
615 * guile.texi: New file.
616
c6044dd1
JB
6172014-01-28 Joel Brobecker <brobecker@adacore.com>
618
619 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
620 ignore-descriptive-types". commands.
621
87ce2a04
DE
6222014-01-22 Doug Evans <dje@google.com>
623
624 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
625 (gdbserver man): Ditto.
626
52834460
MM
6272014-01-16 Markus Metzger <markus.t.metzger@intel.com>
628
629 * gdb.texinfo: Document limited reverse/replay support
630 for target record-btrace.
631
0688d04e
MM
6322014-01-16 Markus Metzger <markus.t.metzger@intel.com>
633
634 * gdb.texinfo (Process Record and Replay): Update documentation.
635
8710b709
MM
6362014-01-16 Markus Metzger <markus.t.metzger@intel.com>
637
638 * gdb.texinfo (Process Record and Replay): Document new /c
639 modifier accepted by "record function-call-history".
640 Add /i modifier to "record function-call-history" example.
641
dcf106f3
JB
6422014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
643 Joel Brobecker <brobecker@adacore.com>
644
645 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
646 markers. Remove one that was misplaced.
647
41ef2965
PA
6482014-01-10 Pedro Alves <palves@redhat.com>
649
650 * gdb.texinfo (Your Program's Environment) <set environment>:
651 Mention the shell, and point at 'set exec-wrapper'.
652
c0d48811
JB
6532014-01-07 Joel Brobecker <brobecker@adacore.com>
654
655 * gdb.texinfo (Types In Python): Document new attribute Types.name.
656
5fba4c0f
JB
6572013-12-30 Joel Brobecker <brobecker@adacore.com>
658
659 * gdb.texinfo (Types In Python): Clarify the documentation
660 of attribute gdb.Field.bitpos.
661
0809504b
JB
6622013-12-28 Joel Brobecker <brobecker@adacore.com>
663
664 * gdb.texinfo (Types In Python): Fix the documentation of
665 attribute "bitpos" in class gdb.Field for enum types. Add
666 documentation for attribute "enumval" in that same class.
667
edef6000
JB
6682013-12-28 Joel Brobecker <brobecker@adacore.com>
669
670 * gdb.texinfo (GDB/MI Support Commands): Change @table into
671 @ftable.
672
71b8c845
DE
6732013-12-23 Doug Evans <xdje42@gmail.com>
674
675 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
676 auto-loaded objfile scripts and .debug_gdb_scripts section to their
677 corresponding section in Extending GDB.
678 (Extending GDB): Move menu up. New menu item "Auto-loading
679 extensions".
680 (Sequences): New menu item "Auto-loading sequences".
681 (Auto-loading sequences): New node.
682 (Python): Rename section from Scripting GDB to Extending GDB.
683 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
684 Move docs on ways to auto-load extensions to ...
685 (Auto-loading extensions): ... here. New node.
686
d192b373
JB
6872013-12-23 Joel Brobecker <brobecker@adacore.com>
688
689 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
690 in menu.
691 (GDB/MI Variable Objects): Adjust reference to "-list-features"
692 command, now in a new node.
693 (GDB/MI Support Commands): New node, with its contents being
694 extracted from the "GDB/MI Miscellaneous Commands" node.
695 A small paragraph introducing the section is also added at
696 the start.
697 (GDB/MI Miscellaneous Commands): Delete the description of the
698 -info-gdb-mi-command, -list-features and -list-target-features
699 commands, now hosted in the "GDB/MI Support Commands" node.
700
a16b0e22
SC
7012013-12-12 Siva Chandra Reddy <sivachandra@google.com>
702
703 PR python/16113
704 * gdb.texinfo (Values From Inferior): Add a note about using
705 gdb.Field objects as subscripts on gdb.Value objects.
706 (Types In Python): Add description about the new attribute
707 "parent_type" of gdb.Field objects.
708
9b26f0fb
JB
7092013-12-12 Joel Brobecker <brobecker@adacore.com>
710
711 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
712 entry for section docuumenting the -list-features GDB/MI command.
713
72bfa06c
JB
7142013-12-10 Joel Brobecker <brobecker@adacore.com>
715
716 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
717 "exec-run-start-option" entry in the output of the "-list-features"
718 command.
719
3ea8680f
EZ
7202013-12-04 Eli Zaretskii <eliz@gnu.org>
721
722 * gdb.texinfo (i386): Fix yesterday's commit.
723
1a4f73eb
TT
7242013-12-03 Tom Tromey <tromey@redhat.com>
725
726 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
727 documented here.
728
6cb999f8
TT
7292013-12-03 Tom Tromey <tromey@redhat.com>
730
731 * gdb.texinfo (@direntry): Add menu item for gdbserver.
732
ca8941bb
WT
7332013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
734
735 * gdb.texinfo (i386 Features): Add MPX feature registers.
736 (x86 Specific featuresx86 Architecture-specific Issues): Adds
737 a subsubsection for MPX and describes the display of the
738 boundary registers.
739
688981c9
JB
7402013-12-03 Joel Brobecker <brobecker@adacore.com>
741
742 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
743 documentation of the "ada-exceptions" entry.
744
2ea126fa
JB
7452013-12-03 Joel Brobecker <brobecker@adacore.com>
746
747 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
748 "^error" result record concerning the error message. Document
749 the error code that may also be part of that result record.
750 (GDB/MI Miscellaneous Commands): Document the
751 "undefined-command-error-code" element in the output of
752 the "-list-features" GDB/MI command.
753
6b7cbff1
JB
7542013-12-03 Joel Brobecker <brobecker@adacore.com>
755
756 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
757 the new -info-gdb-mi-command GDB/MI command. Document
758 the meaning of "-info-gdb-mi-command" in the output of
759 -list-features.
760
20e1ca3b
PA
7612013-11-29 Pedro Alves <palves@redhat.com>
762
763 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
764 Update comment.
765
29453a14
YQ
7662013-11-24 Yao Qi <yao@codesourcery.com>
767
768 * gdb.texinfo (Caching Remote Data): Document new
769 "set/show stack-cache" option.
770
6dd315ba
YQ
7712013-11-24 Yao Qi <yao@codesourcery.com>
772
773 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
774 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
775 "off" respectively.
776
9df9dbe0
YQ
7772013-11-23 Yao Qi <yao@codesourcery.com>
778
779 * gdb.texinfo (GDB/MI Variable Objects): Add the description
780 of "displayhint" to the table about child results.
781
c78feb39
YQ
7822013-11-21 Yao Qi <yao@codesourcery.com>
783
784 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
785 'dynamic' for the output of command -var-list-children.
786
27b81af3
YQ
7872013-11-21 Yao Qi <yao@codesourcery.com>
788
789 * gdb.texinfo (Caching Target Data): Remove "see" before
790 @pxref.
791
b26dfc9a
YQ
7922013-11-20 Yao Qi <yao@codesourcery.com>
793
794 * gdb.texinfo (Caching Target Data): Update doc for
795 per-address-space dcache.
796
b12039c6
YQ
7972013-11-20 Yao Qi <yao@codesourcery.com>
798
799 * gdb.texinfo (Data): Rename menu item.
800 (Caching Remote Data): Rename to ...
801 (Caching Target Data): ... it. Update.
802
422ad5c2
JB
8032013-11-18 Joel Brobecker <brobecker@adacore.com>
804
805 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
806 "language-option" entry in the output of the "-list-features"
807 command.
808
805e1f19
TT
8092013-11-15 Tom Tromey <tromey@redhat.com>
810
811 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
812 Add example.
813
8fe1b653
TT
8142013-11-14 Tom Tromey <tromey@redhat.com>
815
816 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
817
403cb6b1
JB
8182013-11-14 Joel Brobecker <brobecker@adacore.com>
819
820 * gdb.texinfo (Show): Add xref anchor for "show language" command.
821 (Context management): Place current subsection text into its own
822 subsubsection. Add new subsubsection describing the "--language"
823 command option.
824
93973826
JB
8252013-11-13 Joel Brobecker <brobecker@adacore.com>
826
827 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
828 the documentation of "info-ada-exceptions" in the output
829 of the "-list-features" command. Add the documentation
830 of the "ada-exception" entry instead.
831
6adcee18
JB
8322013-11-12 Joel Brobecker <brobecker@adacore.com>
833
93973826 834
6adcee18
JB
835 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
836 word of a couple of sentences to start with a capital letter.
837
58d06528
JB
8382013-11-12 Joel Brobecker <brobecker@adacore.com>
839
840 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
841 (Ada Exceptions): New node.
842 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
843 Commands" node.
844 (GDB/MI Ada Exceptions Commands): New node.
845 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
846 field in the output of the "-list-features" command.
847 * NEWS: Add entry for the new "info exceptions" CLI command,
848 and for the new "-info-ada-exceptions" GDB/MI command.
849
bc79de95
PM
8502013-11-11 Phil Muldoon <pmuldoon@redhat.com>
851
852 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
853 (Line Tables In Python): New node.
854
73be47f5
DE
8552013-11-08 Doug Evans <dje@google.com>
856
857 * gdb.texinfo (Debugging Output): Update text for
858 "set debug dwarf2-read".
859
db0fec5c
DE
8602013-11-08 Doug Evans <dje@google.com>
861
862 * gdb.texinfo (Debugging Output): Update text for
863 "set debug symtab-create".
864
92e32e33
PM
8652013-11-07 Phil Muldoon <pmuldoon@redhat.com>
866
867 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
868 constant.
869
f76c27b5
PM
8702013-11-07 Phil Muldoon <pmuldoon@redhat.com>
871
872 * gdb.texinfo (Breakpoints In Python): Document temporary
873 option in breakpoint constructor, and add documentation to the
874 temporary attribute.
875
fa4d0c40
YQ
8762013-11-07 Yao Qi <yao@codesourcery.com>
877
878 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
879 output of "-var-info-expression".
880
afa332ce
PA
8812013-11-06 Pedro Alves <palves@redhat.com>
882
883 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
884 non-interactive mode.
885 (Environment) <shell startup files warning>: Mention
886 non-interactive mode. Mention .zshenv for Z shell, and talk about
887 BASH_ENV instead of .bashrc for BASH.
888
9ac69859
NB
8892013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
890
891 * gdb.texinfo (Commands to Specify Files): Add description
892 of the remove-symbol-file command.
893 * observer.texi: New free_objfile event
894
98882a26
PA
8952013-10-24 Pedro Alves <palves@redhat.com>
896
897 * gdb.texinfo (Starting): Document set/show startup-with-shell.
898
ce13fade
JB
8992013-10-11 Joel Brobecker <brobecker@adacore.com>
900
901 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
902 New subsection inside which the "-catch-load" and "-catch-unload"
903 commands documentation is now placed.
904 (Ada Exception GDB/MI Catchpoint Commands): New subsection
905 documenting the "-catch-assert" and "-catch-exception" new
906 GDB/MI commands.
907
2446f5ea
JB
9082013-10-10 Joel Brobecker <brobecker@adacore.com>
909
910 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
911
0d12017b
JB
9122013-10-10 Joel Brobecker <brobecker@adacore.com>
913
bd80dc1a
JB
914 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
915 serial baud".
916 (Remote Configuration): Replace "set remotebaud" by "set serial
917 baud". Replace "show remotebaud" by "show serial baud".
0d12017b 918
f4fb82a1
PA
9192013-10-07 Pedro Alves <palves@redhat.com>
920
921 PR breakpoints/11568
922 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
923 when the thread is removed from the thread list.
924
0c557179
SDJ
9252013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
926
927 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
928 Update entry for $_exitcode.
929
5713b9b5
JB
9302013-10-04 Joel Brobecker <brobecker@adacore.com>
931
932 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
933 new "--start" option.
934
901461f8
PA
9352013-10-02 Pedro Alves <palves@redhat.com>
936
937 * gdb.texinfo (Registers): Expand description of saved registers
938 in frames. Explain <not saved>.
939
8fb8eb5c
DE
9402013-09-25 Doug Evans <dje@google.com>
941
942 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
943
0a7cfe2c
SS
9442013-09-16 Stan Shebs <stan@codesourcery.com>
945
946 Remove the internals manual gdbint.texinfo.
947 * Makefile.in (INFO_DEPS): Remove gdbint.info.
948 (PDFFILES): Remove gdbint.pdf.
949 (HTMLFILES): Remove gdbint/index.html.
950 (HTMLFILES_INSTALL): Remove gdbint.
951 (GDBINT_DOC_FILES): Remove.
952 (dvi): Remove gdbint.dvi.
953 (ps): Remove gdbint.ps.
954 * gdbint.texinfo: Remove file.
955 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
956
a280dbd1
SDJ
9572013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
958
959 * gdb.texinfo (Convenience Functions): Mention new convenience
960 function $_isvoid.
961
4ac33720
UW
9622013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
963
964 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
965 (Standard Target Features): Add new node to menu.
966 (S/390 and System z Features): New node.
967
b3d3b4bd
SA
9682013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
969
970 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
971 -list-target-features in the example.
972
edf9f00c
JK
9732013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
974
975 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
976 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
977
1d236d23
JK
9782013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
979
980 Sync documentation with gdb.base/gnu-debugdata.exp.
981 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
982
5423b017
JK
9832013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
984
985 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
986
6211c335
YQ
9872013-08-27 Pedro Alves <pedro@codesourcery.com>
988 Yao Qi <yao@codesourcery.com>
989
990 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
991 Document new --skip-unavailable option.
992 <-stack-list-variables>: Document new --skip-unavailable option.
993
52e260a3
DE
9942013-08-26 Doug Evans <dje@google.com>
995
996 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
997 an optional regexp.
998
5e92f71a
TT
9992013-08-13 Tom Tromey <tromey@redhat.com>
1000
1001 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
1002 Document GDB_PARALLEL and GDB_INOTIFY.
1003
c5d7073b
SS
10042013-08-09 Stan Shebs <stan@codesourcery.com>
1005
1006 * LRS: Remove file, describes a long-abandoned live-range
1007 splitting extension to stabs.
1008
6fbe845e
AB
10092013-07-25 Andrew Burgess <aburgess@broadcom.com>
1010
1011 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
1012
e7045703
DE
10132013-07-17 Doug Evans <dje@google.com>
1014
1015 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
1016
3105ebf9
TT
10172013-07-02 Tom Tromey <tromey@redhat.com>
1018
1019 * gdb.texinfo (Target Commands): Don't mention "target nrom".
1020
d6c2da54
TT
10212013-06-28 Tom Tromey <tromey@redhat.com>
1022
1023 * Makefile.in (version.subst): Use version.in, not
1024 common/version.in.
1025 * gdbint.texinfo (Versions and Branches, Releasing GDB):
1026 Likewise.
1027
e5823f1c
PA
10282013-06-27 Pedro Alves <palves@redhat.com>
1029
1030 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
1031 dynamic symbol resolution code>: New section, based on infrun.c
1032 comment.
1033
92dcb9ff
TT
10342013-06-26 Tom Tromey <tromey@redhat.com>
1035
1036 * gdbint.texinfo (Versions and Branches): Use common/version.in.
1037 Update.
1038 (Releasing GDB): Likewise.
1039
dc673c81
YQ
10402013-06-26 Pedro Alves <pedro@codesourcery.com>
1041 Yao Qi <yao@codesourcery.com>
1042
1043 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
1044 -trace-frame-collected.
1045
28a93511
YQ
10462013-06-26 Pedro Alves <pedro@codesourcery.com>
1047
1048 * gdb.texinfo (Traceframe Info Format): Document tvar element
1049 and its attributes.
1050
a0743c90
YQ
10512013-06-25 Yao Qi <yao@codesourcery.com>
1052
1053 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
1054
01208463
TT
10552013-06-24 Tom Tromey <tromey@redhat.com>
1056
1057 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
1058 (GDBvn.texi): Use version.subst.
1059 (version.subst): New target.
1060 (mostlyclean): Remove version.subst.
1061
c898adb7
YQ
10622013-06-20 Pedro Alves <pedro@codesourcery.com>
1063
1064 * gdb.texinfo (GDB/MI Data Manipulation)
1065 <-data-list-register-values>: Document the --skip-unavailable
1066 option.
1067
7c57fa1e
YQ
10682013-06-07 Yao Qi <yao@codesourcery.com>
1069
1070 * gdb.texinfo (Symbols): Add kindex and cindex for
1071 'maint print msymbols'.
1072
0059c61a 10732013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
b7742092
MK
1074
1075 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
1076 response field name (thread-group to inferior).
1077
85dc5a12
GB
10782013-06-04 Gary Benson <gbenson@redhat.com>
1079
1080 * gdb.texinfo (General Query Packets/qSupported): Added
1081 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
1082 to the table of currently defined stub features.
1083 Added a more detailed entry for "augmented-libraries-svr4-read".
1084 (General Query Packets/qXfer:libraries-svr4:read): Documented
1085 the augmented form of this packet.
1086
5901af59
JB
10872013-05-23 Joel Brobecker <brobecker@adacore.com>
1088
1089 * gdb.texinfo (System-wide Configuration Scripts): Renames
1090 "Installed System-wide Configuration Scripts". Add associated
1091 @menu block.
1092
c1e36e3e
PA
10932013-05-23 Yao Qi <yao@codesourcery.com>
1094 Pedro Alves <palves@redhat.com>
1095
1096 * gdb.texinfo (Packets): Document 'vCont;r'.
1097 (Continuing and Stepping): Document target-assisted range
1098 stepping, and the 'set range-stepping' and 'show range-stepping'
1099 commands.
1100
0201faac
JB
11012013-05-23 Joel Brobecker <brobecker@adacore.com>
1102
1103 * gdb.texinfo (Installed System-wide Configuration Scripts):
1104 Add subsection describing the scripts now available under
1105 the data-dir's system-gdbbinit subdirectory.
1106 * NEWS: Add entry announcing the availability of system-wide
1107 configuration scripts for ElinOS and Wind River Linux.
1108
c5867ab6
HZ
11092013-05-21 Hui Zhu <hui@codesourcery.com>
1110
1111 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
1112 "-dprintf-insert" command.
1113
7d0c9981
DE
11142013-05-17 Doug Evans <dje@google.com>
1115
1116 * gdb.texinfo (Maintenance Commands): Update doc for
1117 "maint check-psymtabs". Add doc for "maint check-symtabs",
1118 "maint expand-symtabs".
1119
742ce053
MM
11202013-05-15 Markus Metzger <markus.t.metzger@intel.com>
1121
1122 * gdb.texinfo (Process Record and Replay): Document the
1123 "record goto" command and its sub-commands.
1124
1e611234
PM
11252013-05-10 Phil Muldoon <pmuldoon@redhat.com>
1126
1127 * gdb.texinfo (Backtrace): Add "no-filter" argument.
1128 (Python API): Add Frame Filters API, Frame Wrapper API,
1129 Writing a Frame Filter/Wrapper, Managing Management of Frame
1130 Filters chapter entries.
1131 (Frame Filters API): New Node.
1132 (Frame Wrapper API): New Node.
1133 (Writing a Frame Filter): New Node.
1134 (Managing Frame Filters): New Node.
1135 (Progspaces In Python): Add note about frame_filters attribute.
1136 (Objfiles in Python): Ditto.
1137 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
1138 @anchors and --no-frame-filters option to -stack-list-variables,
1139 -stack-list-frames, -stack-list-locals and -stack-list-arguments
1140 commands.
1141
2874cb83
JB
11422013-05-08 Joel Brobecker <brobecker@adacore.com>
1143
1144 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
1145 Support" subsection documenting the XML format used to transfer
1146 shared library info on AIX.
1147
9a005eb9
JB
11482013-05-08 Joel Brobecker <brobecker@adacore.com>
1149
1150 * gdb.texinfo (Debugging Output): Add documentation of
1151 "set debug aix-solib" and "show debug aix-solib" commands.
1152
a1217d97
SL
11532013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1154
1155 * gdb.texinfo (Nios II): New section.
1156 (Nios II Features): New section.
1157
4d1eb6b4
JB
11582013-05-06 Joel Brobecker <brobecker@adacore.com>
1159
1160 * gdbint.texinfo (Algorithms): Remove entries documenting
1161 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
1162 SOLIB_CREATE_INFERIOR_HOOK.
1163
3f84184e
TT
11642013-04-29 Tom Tromey <tromey@redhat.com>
1165
1166 PR python/14204:
1167 * gdb.texinfo (Python API): Fix menu entry.
1168 (Blocks In Python): Fix subsubsection text. Rewrite intro.
1169 Define global and static block. Add example. Clarify
1170 block relationship for inline functions.
1171
60155234
TT
11722013-04-29 Tom Tromey <tromey@redhat.com>
1173
1174 * gdb.texinfo (Python API): Mention Python help and keyword
1175 arguments. Move pagination text to Basic Python.
1176 (Basic Python): Put pagination text here. Document
1177 close-on-exec, SIGCHLD, and SIGINT.
1178
5360976e
PA
11792013-04-19 Pedro Alves <palves@redhat.com>
1180
1181 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
1182 "signedness" instead of "signness".
1183
bd3f3b55
PA
11842013-04-19 Pedro Alves <palves@redhat.com>
1185
1186 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
1187 -Wno-pointer-sign text with text on -Wpointer-sign.
1188
dee368d3
TT
11892013-04-16 Tom Tromey <tromey@redhat.com>
1190
1191 * gdb.texinfo (Set Catchpoints): Mention earliest version of
1192 GCC that has the SDT probe points.
1193
cc16e6c9
TT
11942013-04-15 Tom Tromey <tromey@redhat.com>
1195
1196 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
1197 exception catchpoints.
1198
72f1fe8a
TT
11992013-04-15 Tom Tromey <tromey@redhat.com>
1200
1201 * gdb.texinfo (Set Catchpoints): Document $_exception.
1202 (Convenience Vars): Mention $_exception.
1203
591f19e8
TT
12042013-04-15 Tom Tromey <tromey@redhat.com>
1205
1206 * gdb.texinfo (Set Catchpoints): Reorganize exception
1207 catchpoints. Document "catch rethrow".
1208 (Debugging C Plus Plus): Mention "catch rethrow".
1209
02ae6bad
TT
12102013-04-15 Tom Tromey <tromey@redhat.com>
1211
1212 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
1213
2c91021c
JK
12142013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1215 Eli Zaretskii <eliz@gnu.org>
1216
1217 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
1218 line below the sample output.
1219
6eaaf48b
EZ
12202013-04-12 Eli Zaretskii <eliz@gnu.org>
1221
1222 * gdb.texinfo (Mode Options): Document '-configuration'.
1223 (Help): Document "show configuration".
1224 (Bug Reporting): Add requirements to include the configuration
1225 details in bug reports.
1226
b292c783
JK
12272013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1228
1229 * Makefile.in (MAN1S): Add gcore.1.
1230 Remove "Host, target, and site specific Makefile fragments" comment.
1231 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
1232 (install-man1, uninstall-man1): Conditionalize gcore.1.
1233 (gcore.1): New.
1234 * gdb.texinfo (Man Pages): Add gcore man.
1235 (gcore man): New node.
1236
f81d1120
PA
12372013-04-10 Pedro Alves <palves@redhat.com>
1238
1239 * gdb.texinfo (Process Record and Replay): Document that "set
1240 record full insn-number-max", "set record
1241 instruction-history-size" and "set record
1242 function-call-history-size" accept "unlimited".
1243 (Backtrace): Document that "set backtrace limit" accepts
1244 "unlimited".
1245 (List): Document that "set listsize" accepts "unlimited".
1246 (Print Settings)" Document that "set print max-symbolic-offset",
1247 "set print elements" and "set print repeats" accept "unlimited".
1248 (Starting and Stopping Trace Experiments): Document that "set
1249 trace-buffer-size" accepts "unlimited".
1250 (Remote Configuration): Document that "set tcp connect-timeout"
1251 accepts "unlimited".
1252 (Command History): Document that "set history size" accepts
1253 "unlimited".
1254 (Screen Size): Document that "set height" and "set width" accepts
1255 "unlimited". Adjust "set pagination"'s description to suggest
1256 "set height unlimited" instead of "set height 0".
1257
393fd4c3
YQ
12582013-04-10 Yao Qi <yao@codesourcery.com>
1259
1260 * gdb.texinfo (Trace Files): Add "target ctf".
1261
cba5a7bf
JK
12622013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1263
1264 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
1265
0ed630cb
JK
1266 * Makefile.in (install-man1, install-man5, uninstall-man1)
1267 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
1268
afe1492b
JK
1269 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
1270
5b8b6385
JK
12712013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1272 Eli Zaretskii <eliz@gnu.org>
1273
1274 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
1275 parameters order. Remove "On some targets" for --attach. Document the
1276 --multi parameter and extended-remote command. Document all the
1277 options.
1278
906ccdf0
JK
12792013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1280
1281 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
1282 the list of supported languages.
1283
43662968
JK
12842013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1285
1286 Convert man pages to texinfo, new gdbinit.5 texinfo page.
1287 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
1288 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
1289 (diststuff): Add man.
1290 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
1291 (uninstall-man5): New.
1292 (STAGESTUFF): Add *.1 and *.5.
1293 (GDBvn.texi): Add SYSTEM_GDBINIT.
1294 (gdb.1, gdbserver.1, gdbinit.5): New.
1295 (maintainer-clean realclean): Add $(MANS).
1296 (install): Add install-man.
1297 (uninstall): Add uninstall-man.
1298 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
1299 (@copying): Wrap it by @c man begin COPYRIGHT.
1300 (Top): Add Man Pages.
1301 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
1302
be9a8770
PA
13032013-04-02 Pedro Alves <palves@redhat.com>
1304
1305 * gdb.texinfo (Debugging Output): Document "set/show debug
1306 aarch64", "set/show debug coff-pe-read" and "set/show debug
1307 mach-o".
1308
a46c1e42
PA
13092013-04-02 Pedro Alves <palves@redhat.com>
1310
1311 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
1312 table>: Add entry for "trace-buffer-size".
1313
bd3eecc3
PA
13142013-03-28 Pedro Alves <palves@redhat.com>
1315
1316 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
1317 table>: Add entry for "trace-status".
1318
215b9f98
EZ
13192013-03-28 Eli Zaretskii <eliz@gnu.org>
1320
1321 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
1322 @bullet", which is invalid (makeinfo 5.1 barfs).
1323
7f7cc265
PA
13242013-03-28 Pedro Alves <palves@redhat.com>
1325
1326 PR gdb/15294
1327
1328 * gdb.texinfo (List) <set listsize>: Adjust to document that
1329 listsize 0 means no limit, and remove mention of -1.
1330
9c0be723
YQ
13312013-03-22 Yao Qi <yao@codesourcery.com>
1332
1333 * gdb.texinfo (Embedded Processors): Remove menu item
1334 "OpenRISC 1000".
1335 (OpenRISC 1000): Remove.
1336
bd712aed
DE
13372013-03-21 Doug Evans <dje@google.com>
1338
1339 * gdb.texinfo (Maintenance Commands): Add docs for
1340 "mt set per-command {space,time,symtab} {on,off}".
1341
d0353e76
YQ
13422013-03-14 Hui Zhu <hui@codesourcery.com>
1343 Yao Qi <yao@codesourcery.com>
1344
1345 * gdb.texinfo (Trace Files): Add "tsave -ctf".
1346
6dd24dfa
KS
13472013-03-13 Keith Seitz <keiths@redhat.com>
1348
1349 * gdb.texinfo (Maintenance Commands): Add missing ')' for
1350 "maint agent" reference to Dynamic printf.
1351
5c4808ca
EZ
13522013-03-11 Eli Zaretskii <eliz@gnu.org>
1353
1354 * gdb.texinfo (General Query Packets): Don't use colon in index
1355 entries visible to Info format.
1356
59ea5688
MM
13572013-03-11 Markus Metzger <markus.t.metzger@intel.com>
1358
1359 * gdb.texinfo (Process Record and Replay): Document record
1360 changes.
1361
2ae8c8e7
MM
13622013-03-11 Markus Metzger <markus.t.metzger@intel.com>
1363
1364 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
1365 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
1366 qXfer:btrace:read.
1367
28abe188
EZ
13682013-03-09 Eli Zaretskii <eliz@gnu.org>
1369
1370 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
1371 use colons in @anchor and @cindex entries.
1372
be9a119c 13732013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
6790eb9f
HAQ
1374
1375 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
1376
be9a119c 13772013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
1378 Hafiz Abid Qadeer <abidh@codesourcery.com>
1379
1380 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1381 trace-buffer-size set and show commands.
1382 (Tracepoint Packets): Document QTBuffer:size.
1383 (General Query Packets): Document QTBuffer:size.
1384
d57350ea
TT
13852013-02-21 Tom Tromey <tromey@redhat.com>
1386
1387 * gdb.texinfo: Remove bad @syncodeindex.
1388 (Values From Inferior, Types In Python, Inferiors In Python)
1389 (Events In Python, Threads In Python, Frames In Python, Blocks In
1390 Python, Symbols In Python, Symbol Tables In Python): Remove
1391 @tables.
1392 (Packets, General Query Packets, Tracepoint Packets)
1393 (Host I/O Packets): Use @w{} for empty @item.
1394
9f44fbc0
SCR
13952013-02-20 Siva Chandra Reddy <sivachandra@google.com>
1396
1397 * gdb.texinfo (Architectures In Python): Add description about
1398 the new method gdb.Architecture.disassemble.
1399
f5911ea1
HAQ
14002013-02-15 Pedro Alves <pedro@codesourcery.com>
1401 Hafiz Abid Qadeer <abidh@codesourcery.com>
1402
1403 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
1404 Document the "trace-file" field.
1405
7e1e0340
DE
14062013-02-07 Doug Evans <dje@google.com>
1407
1408 * gdb.texinfo (Machine Code): Clarify argument to disassemble
1409 command.
1410
134a2066
YQ
14112013-02-06 Yao Qi <yao@codesourcery.com>
1412
1413 * gdb.texinfo (GDB/MI Async Records): Document new MI
1414 notification "=tsv-modified". Update the document of MI
1415 notification "=tsv-created".
1416 * observer.texi (GDB Observers): New observer tsv_modified.
1417 Update observer tsv_created and tsv_delete.
1418
430ed3f0
MS
14192013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
1420
1421 * gdb.texinfo (AArch64 Features): New section; document
1422 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
1423 (Architectures): Add new AArch64 section to document AArch64
1424 architecture specific commands.
1425 (ABI): Add description of the new OS ABI "Newlib" and its influence
1426 on the longjmp handling.
1427
1b56eb55
JK
14282013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
1429 Jan Kratochvil <jan.kratochvil@redhat.com>
1430
1431 * gdb.texinfo (Backtrace): Added description of 'filename-display'
1432 variable in 'set/show backtrace' section.
1433
c4957902
TT
14342013-01-31 Tom Tromey <tromey@redhat.com>
1435
1436 * gdb.texinfo (Target Commands): Fix typo.
1437
bea883fd
SCR
14382013-01-23 Siva Chandra Reddy <sivachandra@google.com>
1439
1440 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
1441 describing the gdb.Architecture class.
1442 (Frames In Python): Add description about the new method
1443 gdb.Frame.architecture().
1444
796a7ff8
DE
14452013-01-23 Doug Evans <dje@google.com>
1446
1447 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
1448
998580f1
MK
14492013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
1450
1451 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
1452 'thread-groups' field when printing a breakpoint in MI.
1453
c9fb1240
SD
14542012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
1455 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
1456 to reflect that jit-reader-load now supports absolute file-names.
1457
ab04a2af
TT
14582013-01-16 Tom Tromey <tromey@redhat.com>
1459
1460 * gdb.texinfo (Set Catchpoints): Document "catch signal".
1461 (Signals): Likewise.
1462
8ac3646f
TT
14632013-01-16 Tom Tromey <tromey@redhat.com>
1464
1465 * gdb.texinfo (GDB/MI Breakpoint Information): Document
1466 "catch-type" field.
1467 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
1468
e93a8774
TT
14692013-01-07 Tom Tromey <tromey@redhat.com>
1470
1471 * gdb.texinfo (Mode Options): Don't mention -epoch.
1472 (Data, Emacs): Remove obsolete comments.
1473
54516a0b
TT
14742013-01-02 Tom Tromey <tromey@redhat.com>
1475
1476 * gdb.texinfo (GDB/MI Output Records): Update menu.
1477 (GDB/MI Breakpoint Information): New node.
1478 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
1479 <-break-insert>: Likewise.
1480
8dbe8ece
YQ
14812012-12-31 Yao Qi <yao@codesourcery.com>
1482
1483 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
1484 (Packets): Move "vStopped" packet to ...
1485 (Notification Packets): ... here. Describe the components
1486 of notification. Add a table of supported notifications.
1487 Add an example on the process of he async notification.
1488
f35a17b5
JK
14892012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1490
1491 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
1492 present.
1493 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
1494 fullname output always present.
1495
0dfd2fad
PM
14962012-12-23 Pierre Muller <muller@sourceware.org>
1497
1498 * gdbint.texinfo (Function prototypes): Require use of "extern"
1499 modifier for function prototypes in headers.
1500
7785b880
JB
15012012-12-19 Joel Brobecker <brobecker@adacore.com>
1502
1503 * refcard.tex: Update copyright notice to GPL v3 or later.
1504 Update contact info.
1505
3d745be3
JK
15062012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1507
1508 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
1509
c9b6281a
YQ
15102012-12-15 Yao Qi <yao@codesourcery.com>
1511
1512 * gdb.texinfo (Debugging Output): Document 'set debug
1513 notification' and 'show debug notification'.
1514
f2a8bc8a
YQ
15152012-12-15 Yao Qi <yao@codesourcery.com>
1516
1517 * gdb.texinfo (Listing Tracepoints): New item and example about
1518 'installed on target' output.
1519 Add more in the example about 'installed on target'.
1520 (GDB/MI Breakpoint Commands): Doc about 'installed field.
1521
451b7c33
TT
15222012-12-14 Tom Tromey <tromey@redhat.com>
1523
1524 * gdb.texinfo (SVR4 Process Information): Mention core files.
1525
3fa7bf06
MG
15262012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
1527
1528 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
1529
05b4bd79
PA
15302012-12-11 Pedro Alves <palves@redhat.com>
1531
1532 * gdb.texinfo: Remove all mentions of Unixware throughout.
1533
74a0d9f6
JK
15342012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1535
1536 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
1537
0c631110
TT
15382012-11-29 Tom Tromey <tromey@redhat.com>
1539
1540 * gdb.texinfo (SVR4 Process Information): Document missing
1541 "info proc" subcommands.
1542
891df0ea
YQ
15432012-11-29 Yao Qi <yao@codesourcery.com>
1544
1545 PR gdb/1477.
1546 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
1547 to 'auto' instead of 'gnu'.
1548
608e2dbb
TT
15492012-11-26 Tom Tromey <tromey@redhat.com>
1550
1551 * gdb.texinfo (MiniDebugInfo): New node.
1552 (GDB Files): Update.
1553
e64e0392
DE
15542012-11-16 Doug Evans <dje@google.com>
1555
1556 * gdb.texinfo (System-wide configuration): If the system-wide init
1557 file lives in the data-directory, and --data-directory is provided,
1558 look for it there.
1559
ae606bee
TT
15602012-11-15 Tom Tromey <tromey@redhat.com>
1561
1562 * gdb.texinfo (Signaling): Fix typo.
1563
62747a60
TT
15642012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
1565
1566 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
1567 parameter "count" of -data-write-memory-bytes, and add an example.
1568
18a9fc12
TT
15692012-11-12 Tom Tromey <tromey@redhat.com>
1570
1571 * gdb.texinfo (Symbols): Document "info type-printers",
1572 "enable type-printer" and "disable type-printer".
1573 (Python API): Add new node to menu.
1574 (Type Printing API): New node.
1575 (Progspaces In Python): Document type_printers field.
1576 (Objfiles In Python): Likewise.
1577 (gdb.types) <get_type_recognizers, apply_type_recognizers,
1578 register_type_printer, TypePrinter>: Document.
1579
53342f27
TT
15802012-11-12 Tom Tromey <tromey@redhat.com>
1581
1582 * gdb.texinfo (Symbols): Document "set print type methods",
1583 "set print type typedefs", and flags to ptype and whatis.
1584
ed8a1c2d
AB
15852012-11-09 Andrew Burgess <aburgess@broadcom.com>
1586
1587 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
1588 the example -data-disassemble output. Extend the description of
1589 the -data-disassemble results to document all fields. Document
1590 the cli disassemble command as being related to -data-disassemble.
1591
8506d139
YQ
15922012-11-09 Yao Qi <yao@codesourcery.com>
1593
1594 PR gdb/14777.
1595 * gdb.texinfo (OS Information): Remove doc on command
1596 'info udot'.
1597
4d3f93a2
JB
15982012-11-08 Joel Brobecker <brobecker@adacore.com>
1599
1600 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
1601 gdb.ini warning for Windows port.
1602
1e96de83
YQ
16032012-11-08 Yao Qi <yao@codesourcery.com>
1604
1605 * gdb.texinfo (Search): Add kindex for 'fo'.
1606
dc939229
TT
16072012-11-05 Tom Tromey <tromey@redhat.com>
1608
1609 PR python/14802:
1610 * gdb.texinfo (Functions In Python): Add example.
1611
6f6484cd
YQ
16122012-11-03 Yao Qi <yao@codesourcery.com>
1613
1614 * observer.texi (GDB Observers): Remove observer
1615 'tracepoint_modified', 'tracepoint_created' and
1616 'tracepoint_deleted'.
1617
af4238e5
TT
16182012-10-26 Tom Tromey <tromey@redhat.com>
1619
1620 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
1621
687e43a4
TT
16222012-10-25 Tom Tromey <tromey@redhat.com>
1623
1624 * gdb.texinfo (General Query Packets): Use @itemx.
1625
8de0566d
YQ
16262012-10-17 Yao Qi <yao@codesourcery.com>
1627
1628 * observer.texi (GDB Observers): Update observer
1629 'memory_changed'.
1630 * gdb.texinfo (GDB/MI Async Records): Document for
1631 "memory-changed" notification.
1632
07540c15
DE
16332012-10-15 Doug Evans <dje@google.com>
1634
1635 * gdb.texinfo (Mode Options): Document -nh.
1636 Elaborate on docs for -nx.
1637
d7019589
SP
16382012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
1639
1640 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
1641
82a90ccf
YQ
16422012-09-21 Yao Qi <yao@codesourcery.com>
1643 Pedro Alves <palves@redhat.com>
1644
1645 * gdb.texinfo (GDB/MI Async Records): Document notification
1646 'record-started' and 'record-stopped'.
1647 * observer.texi (GDB Observers): New observer 'record-changed'.
1648
aa9259cc
TS
16492012-09-19 Thomas Schwinge <thomas@codesourcery.com>
1650
1651 * gdb.texinfo: Document the removal of SH's 'regs' command.
1652
c1d780c2
SDJ
16532012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1654
1655 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
1656
bb25a15c
YQ
16572012-09-18 Yao Qi <yao@codesourcery.com>
1658
1659 * gdb.texinfo (GDB/MI Async Records): Document new MI
1660 notifications '=tsv-created' and '=tsv-deleted'.
1661 * observer.texi (GDB Observers): New observer tsv_created and
1662 tsv_deleted.
1663
201b4506
YQ
16642012-09-18 Yao Qi <yao@codesourcery.com>
1665
1666 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
1667 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
1668 '=traceframe-changed'.
1669
6fc1c773
YQ
16702012-09-17 Yao Qi <yao@codesourcery.com>
1671
1672 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
1673 'set listsize'.
1674
121c73f3
JK
16752012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1676 Eli Zaretskii <eliz@gnu.org>
1677
1678 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
1679 encoding for gdbarch_breakpoint_from_pc, bp_addr for
1680 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
1681
e9687799
JK
16822012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1683
1684 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
1685
3b5e4d35
YPK
16862012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
1687
1688 Document how to return from "python-interactive" to GDB.
1689 * gdb.texinfo (Python Commands): Update documentation.
1690
16912012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
1692
1693 Add a new "python-interactive" command that starts a standard
1694 Python interactive prompt with "pi" as alias, and add "py" as
1695 an alias to "python".
1696 * gdb.texinfo (Python Commands): Document the new commands.
1697
b583003e
TT
16982012-08-22 Tom Tromey <tromey@redhat.com>
1699
1700 * gdbint.texinfo (Host Definition): Remove documentation for
1701 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
1702
a451cb65
KS
17032012-08-17 Keith Seitz <keiths@redhat.com>
1704
1705 PR c++/13356
1706 * gdb.texinfo (Type and Range Checking): Remove warning.
1707 Remove spurious commas.
1708 Update text and examples for re-implementation of set/show
1709 check type.
1710 (C and C++ Type and Range Checks): Likewise.
1711
6b1755ce
YQ
17122012-08-16 Yao Qi <yao@codesourcery.com>
1713
1714 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
1715 is deprecated.
1716
f47f77df
DE
17172012-08-13 Doug Evans <dje@google.com>
1718
1719 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
1720 to include functions.
1721
a72c3253
DE
17222012-08-10 Doug Evans <dje@google.com>
1723
1724 * gdb.texinfo (Convenience Funs): New node.
1725 (Types In Python): Document Type.vector.
1726
5b9afe8a
YQ
17272012-08-09 Yao Qi <yao@codesourcery.com>
1728
1729 * observer.texi: New observer command_param_changed.
1730 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
1731
dc1039df
JK
17322012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1733
1734 * gdbint.texinfo (Debugging GDB): In section
1735 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
1736 Mention also gdb-gdb.py.
1737
4abf930d
YQ
17382012-08-07 Yao Qi <yao@codesourcery.com>
1739
1740 Revert the folloing patch:
1741 2012-08-06 Yao Qi <yao@codesourcery.com>
1742 * gdb.texinfo (Remote Configuration): Add kindex for 'set
1743 remote hardware-watchpoint-limit' and 'set
1744 remote hardware-breakpoint-limit'.
1745
f3c8a52a
JK
17462012-08-06 Nathaniel Flath <flat0103@gmail.com>
1747
1748 * gdb.texinfo (Working Directory): Added information about new
1749 default argument for 'cd' command.
1750
77a91025
YQ
17512012-08-06 Yao Qi <yao@codesourcery.com>
1752
1753 * gdb.texinfo (Remote Configuration): Add kindex for 'set
1754 remote hardware-watchpoint-limit' and 'set
1755 remote hardware-breakpoint-limit'.
1756
d9f08f52
YQ
17572012-08-06 Yao Qi <yao@codesourcery.com>
1758
1759 Fix PR14371.
1760
1761 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
1762 '=breakpoint-deleted'.
1763
95b07c96
YQ
17642012-08-02 Yao Qi <yao@codesourcery.com>
1765
1766 * gdb.texinfo (Native): Remove node Neutrino.
1767
7255706c
YQ
17682012-07-27 Yao Qi <yao@codesourcery.com>
1769
1770 * gdb.texinfo (IPA Protocol Commands): Document new command
1771 'close'.
1772
d6b28940
TT
17732012-07-25 Tom Tromey <tromey@redhat.com>
1774
1775 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
1776
e615022a
DE
17772012-07-20 Doug Evans <dje@google.com>
1778
1779 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
1780 (Index Files): Document how to control the use of deprecated index
1781 sections.
1782 (Index Section Format): Replace --use-deprecated-index-sections with
1783 "set use-deprecated-index-sections on".
1784
055855a4
EZ
17852012-07-12 Eli Zaretskii <eliz@gnu.org>
1786
1787 * gdbint.texinfo: Remove @syncodeindex directives that put all the
1788 indices into a single node "Index". Instead, join function and
1789 variable indices into a single index, separate from the concept
1790 index. Requested in
1791 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
1792 (Top): Update the top-level menu: instead of one "Index" there are
1793 now separate entries "Concept Index" and "Function and Variable
1794 Index".
1795 (Concept Index, Function and Variable Index): New nodes.
1796 (Index): Node deleted.
1797
f77cc5f0
HZ
17982012-07-05 Hui Zhu <hui_zhu@mentor.com>
1799
1800 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
1801 and "maint agent-eval".
1802
00595b5e
EZ
18032012-07-03 Eli Zaretskii <eliz@gnu.org>
1804
1805 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
1806 avoid file-name clashes between Index.html and index.html on
1807 case-insensitive filesystems. See the discussion starting in
1808 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
1809 details of the problem.
1810 (Top): Update the master menu for the above.
1811 (Concept Index, Command and Variable Index): New nodes, instead of
1812 the old "Index" node that was deleted. All cross-references
1813 updated.
1814
d3ce09f5
SS
18152012-07-02 Stan Shebs <stan@codesourcery.com>
1816
1817 * gdb.texinfo (Dynamic Printf): Mention agent style and
1818 disconnected dprintf.
1819 (Maintenance Commands): Describe maint agent-printf.
1820 (General Query Packets): Mention BreakpointCommands feature.
1821 (Packets): Document commands extension to Z0 packet.
1822 * agentexpr.texi (Bytecode Descriptions): Document printf
1823 bytecode.
1824
2d7b58e8
JK
18252012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1826
1827 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
1828 only after gdbinit files.
1829 (Startup): Move -iex and -iex commands down after gdbinit files.
1830
202cbf1c
JK
18312012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1832
1833 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
1834 possibility.
1835
b6ba681c
TT
18362012-06-29 Tom Tromey <tromey@redhat.com>
1837
1838 * gdb.texinfo (Index Section Format): Update for version 7.
1839
71caed83
SS
18402012-06-28 Stan Shebs <stan@codesourcery.com>
1841
1842 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
1843 example, add note about title column.
1844
ee0bf529
SCR
18452012-06-26 Siva Chandra Reddy <sivachandra@google.com>
1846
1847 * gdb.texinfo (Symbol Tables In Python): Add description about
1848 the new 'last' attribute of gdb.Symtab_and line.
1849
3c15d565
SCR
18502012-06-26 Siva Chandra Reddy <sivachandra@google.com>
1851
1852 * gdb.texinfo (Symbol Tables In Python): Correct the description
1853 of the 'pc' attribute of gdb.Symtab_and_line.
1854
45cfd468
DE
18552012-06-26 Doug Evans <dje@google.com>
1856
1857 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
1858 and symtab-create.
1859
496ee73e
KS
18602012-06-25 Keith Seitz <keiths@redhat.com>
1861
1862 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
1863 from example. Remove "rbreak" from list of corresponding
1864 gdb commands.
1865
156942c7
DE
18662012-06-23 Doug Evans <dje@google.com>
1867
1868 * gdb.texinfo (Index Section Format): Document version 7 format.
1869
c614397c
YQ
18702012-06-22 Yao Qi <yao@codesourcery.com>
1871
1872 * gdb.texinfo: Add missing cindex for some packets.
1873
472a2379
KS
18742012-06-20 Keith Seitz <keiths@redhat.com>
1875
1876 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
1877 for -break-insert and document -p.
1878
2678e2af
YQ
18792012-06-20 Yao Qi <yao@codesourcery.com>
1880
1881 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
1882 and "gdb.write_memory" with "Inferior.read_memory" and
1883 "Inferior.write_memory".
1884
984359d2
EZ
18852012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
1886
1887 * gdb.texinfo (Summary): Add a link to "Free Documentation".
1888 (Free Documentation): Add @node line.
1889 (Continuing and Stepping) <advance location>: Use @item instead of
1890 @itemx.
1891 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
1892 @itemx.
1893 (Embedded Processors): Put the link to "PA" to its correct place,
1894 according to document structure.
1895 (Python API): Put the link to "Lazy Strings In Python" to its
1896 correct place.
1897 (Index): Use @@ in @tex block to get a literal @.
1898
1899 * gdbint.texinfo: Fix the @subtitle line.
1900
1901 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
1902 correct place.
1903
16bdd41f
YQ
19042012-06-08 Yao Qi <yao@codesourcery.com>
1905
1906 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
1907 Protocol'.
1908 (In-Process Agent Protocol, IPA Protocol Objects)
1909 (IPA Protocol Commands): New nodes.
1910 (Tracepoint Packets): Add anchors.
1911
2d4c29c5
TS
19122012-06-06 Thomas Schwinge <thomas@codesourcery.com>
1913
1914 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
1915
6bd110c5
YQ
19162012-06-06 Yao Qi <yao@codesourcery.com>
1917
1918 * gdb.texinfo: Update copyright year.
1919
f3e0e960
SS
19202012-05-23 Stan Shebs <stan@codesourcery.com>
1921 Kwok Cheung Yeung <kcy@codesourcery.com>
1922
1923 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
1924
1564a261
JK
19252012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1926
1927 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
1928 Mention also --with-separate-debug-dir.
1929 (Auto-loading): Prepend $debugdir in the sample output.
1930 (Auto-loading safe path): Likewise. Mention also $debugdir for the
1931 auto-load safe-path variable.
1932 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
1933 Mention also $debugdir for 'set auto-load scripts-directory'.
1934
eb17f351
EZ
19352012-05-19 Eli Zaretskii <eliz@gnu.org>
1936
1937 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
1938 (MIPS Embedded, MIPS, MIPS Register packet Format)
1939 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
1940 appropriate.
1941
4cc0665f
MR
19422012-05-18 Sandra Loosemore <sandra@codesourcery.com>
1943 Maciej W. Rozycki <macro@codesourcery.com>
1944
1945 * gdb.texinfo (MIPS): Document "set mips compression" and "show
1946 mips compression".
1947 (MIPS Breakpoint Kinds): New subsubsection.
1948
7af8dcf8 19492012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
1950
1951 * gdb.texinfo (Architecture-Specific Protocol Details): Define
1952 nodes for subsections. Add @acronym mark-ups and adjust
1953 formatting.
1954
aff139ff
JK
19552012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1956
1957 Rename $ddir to $datadir.
1958 * gdb.texinfo (Auto-loading, Auto-loading safe path)
1959 (objfile-gdb.py file): Rename $ddir to $datadir.
1960
9cb709b6
TT
19612012-05-18 Tom Tromey <tromey@redhat.com>
1962
1963 * gdb.texinfo (Print Settings): Document 'set print symbol'.
1964
e7e0cddf
SS
19652012-05-14 Stan Shebs <stan@codesourcery.com>
1966
1967 * gdb.texinfo (Dynamic Printf): New subsection.
1968
7efc75aa
SCR
19692012-05-13 Siva Chandra Reddy <sivachandra@google.com>
1970
1971 * gdb.texinfo (Basic Python): Add description about the function
1972 gdb.find_pc_line
1973
f307c045
JK
19742012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1975 Eli Zaretskii <eliz@gnu.org>
1976
1977 * gdb.texinfo (Separate Debug Files): Use plural form for global
1978 debugging information directory.
1979
85d4a676
SS
19802012-05-11 Stan Shebs <stan@codesourcery.com>
1981 Kwok Cheung Yeung <kcy@codesourcery.com>
1982
1983 * gdb.texinfo (Operating System Auxiliary Information): Document new
1984 'info os' subcommands.
1985
c1668e4e
JK
19862012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1987
1988 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
1989 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
1990 (dotdebug_gdb_scripts section): Add reference
1991 to 'Auto-loading safe path'.
1992
7349ff92
JK
19932012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1994
1995 Implement multi-component --with-auto-load-dir.
1996 * gdb.texinfo (Auto-loading): New references
1997 for 'set auto-load scripts-directory'
1998 and 'show auto-load scripts-directory'.
1999 (Auto-loading safe path): Describe the new default. Move $ddir
2000 substituation reference to 'objfile-gdb.py file'.
2001 (objfile-gdb.py file): Describe script-name alias. Change real-name to
2002 script-name. Describe new 'set auto-load scripts-directory'
2003 and 'show auto-load scripts-directory'.
2004
6dea1fbd
JK
20052012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2006
2007 Provide $ddir substitution for --with-auto-load-safe-path.
2008 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
2009 (Auto-loading safe path): Likewise. Mention the default value,
2010 $ddir substitution, --with-auto-load-safe-path and
2011 --without-auto-load-safe-path.
2012 * observer.texi (gdb_datadir_changed): New.
2013
1ccacbcd
JK
20142012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2015
2016 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
2017 Twice.
2018
d9242c17
JK
2019 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
2020 directory separator by path separator.
2021
af2c1515
JK
20222012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2023
2024 * gdb.texinfo (Auto-loading safe path): Make 'directories'
2025 for 'set auto-load safe-path' optional. Mention if it is omitted.
2026 Change disabling security protection condition to "/", twice.
2027
a20ee7a4
SCR
20282012-05-03 Siva Chandra Reddy <sivachandra@google.com>
2029
2030 * gdb.texinfo (Symbol Tables In Python): Add documentation about
2031 the new methods global_block and static_block on gdb.Symtab
2032 objects.
2033
56af09aa
SCR
20342012-05-02 Siva Chandra Reddy <sivachandra@google.com>
2035
2036 * gdb.texinfo (Blocks In Python): Add a note saying that future
2037 improvements to GDB and its infrastructure can move symbols
2038 across blocks within a symbol table.
2039
2746b0ef
YQ
20402012-04-29 Yao Qi <yao@codesourcery.com>
2041
2042 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
2043 (A29K): Remove.
2044
62e5f89c
SDJ
20452012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
2046 Tom Tromey <tromey@redhat.com>
2047
2048 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
2049 and generic static probe support on GDB.
2050
a766d390
DE
20512012-04-25 Doug Evans <dje@google.com>
2052
50f042b9
DE
2053 * gdb.texinfo (Go): Fix thinko.
2054
a766d390
DE
2055 * gdb.texinfo (Supported Languages): Add Go.
2056 (Go): New node.
2057
f02e2b19
YQ
20582012-04-25 Yao Qi <yao@codesourcery.com>
2059
2060 * gdbint.texinfo (Testsuite): New section `Board settings'.
2061
68d41a48
JK
20622012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2063
2064 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
2065 Three times.
2066
174bb630
JK
2067 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
2068 Three times.
2069
0511cc75
JK
20702012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2071
2072 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
2073 by @table @asis. Fix formatting of one item.
2074
0070f25a
JK
20752012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2076
2077 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
2078
4dc84fd1
JK
20792012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2080
2081 New option "set debug auto-load".
2082 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
2083 (auto-load verbose mode): New node.
2084
bccbefd2
JK
20852012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2086
2087 New option "set auto-load safe-path".
2088 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
2089 and "info auto-load" examples for safe-path. Put there also references
2090 for "set auto-load safe-path" and "show auto-load safe-path".
2091 New menu item for Auto-loading safe path.
2092 (Auto-loading safe path): New node.
2093 (Python Auto-loading): Update the expected output from "Missing"
2094 to "No".
2095
bf88dd68
JK
20962012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2097
2098 auto-load: Implementation.
2099 * gdb.texinfo (Mode Options): New anchor for -nx.
2100 (Startup): New anchors for Option -init-eval-command,
2101 Home Directory Init File
2102 and Init File in the Current Directory during Startup.
2103 Mention set auto-load local-gdbinit with a reference.
2104 Change the sample code to "set auto-load python-scripts".
2105 (Threads): New anchor set libthread-db-search-path.
2106 Provide references to libthread_db.so.1 file.
2107 (Controlling GDB): New menu item for Auto-loading.
2108 (Auto-loading, Init File in the Current Directory)
2109 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
2110 (Python): Rename the menu item Auto-loading to Python Auto-loading.
2111 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
2112 reference.
2113 (Auto-loading): Rename to ...
2114 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
2115 "set auto-load python-scripts", new anchor for it. Change
2116 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
2117 for it. Change "info auto-load-scripts"
2118 to "info auto-load python-scripts", new anchor for it. Change "scripts"
2119 to "Python scripts".
2120
8264ba82
AG
21212012-04-14 Anton Gorenkov <xgsa@yandex.ru>
2122
2123 PR mi/13393
2124 * gdb.texinfo (Print Settings): Extend the description for "set print
2125 object".
2126 (GDB/MI Variable Objects): Extend the description for -var-create and
2127 -var-list-children.
2128
06fc020f
SCR
21292012-04-11 Siva Chandra Reddy <sivachandra@google.com>
2130
2131 * gdb.texinfo (Examining Data): Document the 'explore' command.
2132
7191c139
JB
21332012-03-28 Joel Brobecker <brobecker@adacore.com>
2134
2135 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
2136 to the children of a varobj and its update range when -var-update
2137 returns that the varobj's type changed.
2138
3708f05e
JK
21392012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2140
2141 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
2142 Create two new links fir 'objfile-gdb.py file'
2143 and 'dotdebug_gdb_scripts section'.
2144
8e0583c8
JK
21452012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2146
2147 * gdb.texinfo (Auto-loading): Rename node reference
2148 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
2149 Twice.
2150 (.debug_gdb_scripts section): Rename the node ...
2151 (dotdebug_gdb_scripts section): ... here.
2152 (Maintenance Commands): Also rename this node reference.
2153
7b282c5a
SCR
21542012-03-22 Siva Chandra Reddy <sivachandra@google.com>
2155
2156 * gdb.texinfo (Python API/Values From Inferior): Add description
2157 about the new method Value.referenced_value. Add description on
2158 how Value.dereference is different (and similar) to
2159 Value.referenced_value.
2160
8320cc4f
JK
21612012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2162
2163 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
2164 --init-eval-command=COMMAND, -iex.
2165 (Startup): Describe -iex and -ix. Simplify the example
2166 for "set auto-load-scripts off".
2167
481860b3
GB
21682012-03-16 Gary Benson <gbenson@redhat.com>
2169
2170 PR breakpoints/10738
2171 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
2172 stating that GDB cannot set breakpoints on inlined functions.
2173 (Mode Options): Document --use-deprecated-index-sections.
2174 (Index Section Format): Document new index section version format.
2175
c4aeac85
TT
21762012-03-15 Tom Tromey <tromey@redhat.com>
2177
2178 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
2179
16899756
DE
21802012-03-13 Doug Evans <dje@google.com>
2181
2182 * gdb.texinfo (Help): Change apropos example to use "alias" instead
2183 of "reload".
2184 (Symbols): Delete docs for set/show symbol-reloading.
2185 * gdbint.texinfo (Defining Other Architecture Features): Delete
2186 SYMBOL_RELOADING_DEFAULT.
2187 * refcard.tex: Delete reference to symbol-reloading.
2188
9b224c5e
PA
21892012-03-07 Pedro Alves <palves@redhat.com>
2190
2191 * gdb.texinfo (General Query Packets): Document new
2192 QProgramSignals packet.
2193 * gdb.texinfo (Remote configuration): Mention
2194 "program-signals-packet".
2195
169081d0
TG
21962012-03-05 Tristan Gingold <gingold@adacore.com>
2197
2198 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
2199
d1feda86
YQ
22002012-03-03 Yao Qi <yao@codesourcery.com>
2201
2202 * gdb.texinfo (In-Process Agent): New node.
2203 Document new commands.
2204 (General Query Packets): Add packet `QAgent'.
2205
1faeff08
MR
22062012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
2207
2208 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
2209
7d74f244
DE
22102012-03-01 Scott J. Goldman <scottjg@vmware.com>
2211
2212 * gdb.texinfo (Commands In Python): Put example python macro in
2213 COMMAND_USER category rather than COMMAND_OBSCURE.
2214 Document gdb.COMMAND_USER.
2215 (User-defined Commands): Update documentation to clarify
2216 "set/show max-user-call-depth" and "show user" don't apply to python
2217 commands. Update documentation to clarify "help user-defined" may
2218 also include python commands defined as COMMAND_USER.
2219
6fe37d23
JK
22202012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2221
2222 * gdb.texinfo (Startup): Add option -ex description to the option -x
2223 description.
2224
83364271
LM
22252012-02-24 Luis Machado <lgustavo@codesourcery.com>
2226
2227 * gdb.texinfo (Setting Breakpoints): Mention and explain the
2228 condition-evaluation breakpoint parameter.
2229 Mention condition-evaluation mode being shown in "info break".
2230 (Break Conditions): Add description for target-side
2231 conditional breakpoints.
2232 (Remote Configuration): Mention conditional-breakpoints-packet.
2233 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
2234 cond-expr.
2235 (General Query Packets): Mention new ConditionalBreakpoint feature.
2236
bdb1994d
TT
22372012-02-22 Tom Tromey <tromey@redhat.com>
2238
2239 * gdb.texinfo (Blocks In Python): Clarify block iteration.
2240
4d241c86
TT
22412012-02-17 Tom Tromey <tromey@redhat.com>
2242
2243 PR python/10753:
2244 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
2245 directory.
2246
816338b5
SS
22472012-02-14 Stan Shebs <stan@codesourcery.com>
2248
2249 * gdb.texinfo (Disabling Breakpoints): Document enable count.
2250
cc30c4bd
PA
22512012-02-13 Pedro Alves <palves@redhat.com>
2252
2253 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
2254 mips-idt-ecoff.
2255
035d1e5b
YQ
22562012-02-09 Yao Qi <yao@codesourcery.com>
2257
2258 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
2259
f0823d2c
TT
22602012-02-07 Tom Tromey <tromey@redhat.com>
2261
2262 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
2263 Symbol.value.
2264
64e7d9dd
TT
22652012-02-07 Tom Tromey <tromey@redhat.com>
2266
2267 * gdb.texinfo (Symbols In Python): Document Symbol.line.
2268
4220b2f8
TS
22692012-01-27 Thomas Schwinge <thomas@codesourcery.com>
2270
2271 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
2272
edcc5120
TT
22732012-01-24 Tom Tromey <tromey@redhat.com>
2274
2275 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
2276 unload".
2277 (Files): Mention new catch commands.
2278 (GDB/MI Async Records): Likewise.
2279
53fe1783
GB
22802012-01-24 Gary Benson <gbenson@redhat.com>
2281
2282 Delete #if 0'd out code.
2283 * gdb.texinfo (Frame Info): Remove "info catch".
2284
b9e7b9c3
UW
22852012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
2286
2287 * gdb.texinfo (Remote Configuration): Document
2288 "set remote hostio-readlink-packet" command.
2289 (General Query Packets): Document vFile:readlink packet.
2290
4aac40c8
TT
22912012-01-16 Tom Tromey <tromey@redhat.com>
2292
2293 * gdb.texinfo (Specify Location): Document relative file name
2294 handling.
2295
cafec441
TT
22962012-01-16 Tom Tromey <tromey@redhat.com>
2297
2298 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
2299
0ee339bc
JK
23002012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2301 Eli Zaretskii <eliz@gnu.org>
2302
2303 * gdbint.texinfo (Coding Standards): Require braces for two lines of
2304 code.
2305
72384ba3
PH
23062012-01-11 Paul Hilfinger <hilfingr@adacore.com>
2307
2308 * gdb.texinfo (Variables): Document use of :: for non-static
2309 variables.
2310
ce1b17c4
JB
23112012-01-05 Joel Brobecker <brobecker@adacore.com>
2312
2313 * gdbint.texinfo (Start of New Year Procedure): Update
2314 to replace use of copyright.sh by use of copyright.py.
2315
217bff3e
JK
23162012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2317
2318 Remove the gdbtui binary.
2319 * all-cfg.texi (GDBTUI): Remove.
2320 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
2321 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
2322 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
2323
cc72b2a2
KP
23242011-12-23 Kevin Pouget <kevin.pouget@st.com>
2325
2326 Introduce gdb.FinishBreakpoint in Python.
2327 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
2328 (Python API): Add menu entry for Finish Breakpoints.
2329
13ac8d2c
JK
23302011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2331
2332 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
2333 tests.
2334
e0f9f062
DE
23352011-12-16 Doug Evans <dje@google.com>
2336
2337 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
2338
80b6e756
PM
23392011-12-16 Phil Muldoon <pmuldoon@redhat.com>
2340
1c3ad6ab 2341 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
2342 stack". Add documentation for "set/show python print-stack".
2343
2fb860fc
PA
23442011-12-14 Pedro Alves <pedro@codesourcery.com>
2345
2346 * gdb.texinfo (Implementing a Remote Stub): Explain that you
2347 should transfer control to the stub in the startup code instead of
2348 in main. Mention the need to get past the initial breakpoint.
2349
f8eba3c6
TT
23502011-12-06 Tom Tromey <tromey@redhat.com>
2351
2352 * gdb.texinfo (Set Breaks): Update for new behavior.
2353
2268b414
JK
23542011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2355
2356 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
2357 List Format for SVR4 Targets'.
2358 (General Query Packets): New item qXfer:libraries-svr4:read.
2359 (Library List Format for SVR4 Targets): New node.
2360
ae6f0d5b
TT
23612011-12-01 Tom Tromey <tromey@redhat.com>
2362
2363 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
2364 add.
2365
36dfb11c
TT
23662011-11-22 Tom Tromey <tromey@redhat.com>
2367
2368 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
2369 reasons.
2370
f196051f
SS
23712011-11-20 Stan Shebs <stan@codesourcery.com>
2372
2373 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2374 note-related options and variables.
2375 (Tracepoint Packets): Document packet changes.
2376
f85b53f8
SD
23772011-11-20 Sanjoy Das <sdas@igalia.com>
2378
2379 * gdb.texinfo (JIT Interface): Add documentation on writing and
2380 usind JIT debug info readers.
2381 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
2382 Debug Info Readers): New nodes.
2383
bfccc43c
YQ
23842011-11-18 Yao Qi <yao@codesourcery.com>
2385
2386 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
2387 tracepoint.
2388
c011a4f4
DE
23892011-11-15 Doug Evans <dje@google.com>
2390
2391 * gdb.texinfo (Files): Document basenames-may-differ.
2392
ed59ded5
DE
23932011-11-14 Doug Evans <dje@google.com>
2394
2395 * gdb.texinfo (Shell Commands): Document "!".
2396
405f8e94
SS
23972011-11-14 Stan Shebs <stan@codesourcery.com>
2398 Kwok Cheung Yeung <kcy@codesourcery.com>
2399
2400 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
2401 needed to get shorter fast tracepoints.
2402 (Tracepoint Packets): Document new qTMinFTPILen packet.
2403
1e4d1764
YQ
24042011-11-14 Yao Qi <yao@codesourcery.com>
2405
2406 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
2407 behavior of tracepoint.
2408 (General Query Packets): New feature InstallInTrace.
2409 (Remote Configuration): Document "set remote
2410 install-in-trace-packet".
2411
71eba9c2 24122011-11-12 Matt Rice <ratmice@gmail.com>
2413
2414 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
2415 Add arguments to info macro.
2416
e0f8f636
TT
24172011-11-10 Tom Tromey <tromey@redhat.com>
2418
2419 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
2420 manual.
2421 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
2422 (Macros): Add a footnote.
2423 (C): Remove paragraph about compiler options.
2424 (C Constants): Mention wide character and string constants.
2425 (C Plus Plus Expressions): Update compiler option advice. Mention
2426 using declarations. Mention ADL. Remove old HP compiler
2427 information.
2428
625c0d47
TT
24292011-11-10 Tom Tromey <tromey@redhat.com>
2430
2431 PR c++/9257:
2432 * gdb.texinfo (Print Settings): Add an extra note about the need
2433 for a vtable.
2434
4be2aacc
MR
24352011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
2436
2437 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
2438 "set mips abi" documentation.
2439
0a1c4d10
DE
24402011-11-04 Doug Evans <dje@google.com>
2441
2442 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
2443
aad1c02c
TT
24442011-11-03 Tom Tromey <tromey@redhat.com>
2445
2446 * gdb.texinfo (Stopping): Add menu entry.
2447 (Continuing and Stepping): Restore @node. Use @section, not
2448 @subsection.
2449
983fb131
MR
24502011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
2451
2452 * gdb.texinfo (Skipping Over Functions and Files): Remove node
2453 designation. Fix "Specify Location" cross-reference.
2454
3065dfb6
SS
24552011-11-02 Stan Shebs <stan@codesourcery.com>
2456
2457 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
2458 (General Query Packets): Describe tracenz feature.
2459 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
2460
0aaaf063
PK
24612011-10-28 Paul Koning <paul_koning@dell.com>
2462
2463 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
2464
2231f1fb
KP
24652011-10-27 Kevin Pouget <kevin.pouget@st.com>
2466
2467 * gdb.texinfo ((Frames In Python): Document
2468 gdb.FRAME_UNWIND_FIRST_ERROR contant.
2469
5110b5df
PK
24702011-10-26 Paul Koning <paul_koning@dell.com>
2471
2472 * gdb.texinfo (gdb.types): Document new deepitems function.
2473
22dbab46
PK
24742011-10-25 Paul Koning <paul_koning@dell.com>
2475
2476 PR python/13327
2477
2478 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
2479 fetch_lazy method.
2480
9df2fbc4
PM
24812011-10-20 Phil Muldoon <pmuldoon@redhat.com>
2482
2483 PR python/12656
2484
2485 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
2486 global_block, static_block function.
2487
f05e2e1d
TT
24882011-10-19 Tom Tromey <tromey@redhat.com>
2489
2490 * gdb.texinfo (Commands In Python): Add missing "@"s.
2491
a7fc3f37
KP
24922011-10-13 Kevin Pouget <kevin.pouget@st.com>
2493
2494 PR python/13285 Document named constants for frame unwind stop reasons
2495 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
2496 constants.
2497
5048e516
JK
24982011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2499
2500 Fix compatibility with texinfo versions older than 4.12.
2501 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
2502 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
2503 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
2504 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
2505 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
2506 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
2507 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
2508
5a56e9c5
DE
25092011-10-09 Doug Evans <dje@google.com>
2510
2511 * gdb.texinfo (Extending GDB): Document alias command.
2512
36b11add
JK
25132011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2514
2515 Support @entry in input expressions.
2516 * gdb.texinfo (Variables): Describe @entry names suffix.
2517 (Print Settings): Add anchor for `set print entry-values'.
2518
e18b2753
JK
25192011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2520 Eli Zaretskii <eliz@gnu.org>
2521
2522 Display @entry parameter values (without references).
2523 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
2524 example.
2525 (Print Settings): New description of set print entry-values and show
2526 print entry-values.
2527
111c6489
JK
25282011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2529 Eli Zaretskii <eliz@gnu.org>
2530
2531 Recognize virtual tail call frames.
2532 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
2533 (Tail Call Frames): New node.
2534 (Frames In Python): Add gdb.TAILCALL_FRAME.
2535
9c15afc4
DE
25362011-10-07 Doug Evans <dje@google.com>
2537
2538 * gdb.texinfo (gdb.printing): Document new `replace' arg to
2539 register_pretty_printer.
2540
99f5279d
PM
25412011-10-07 Phil Muldoon <pmuldoon@redhat.com>
2542
2543 PR python/12930
2544 PR python/12802
2545
2546 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
2547 stop method.
2548
03583c20
UW
25492011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
2550
2551 * gdb.texinfo (Starting your Program): "set disable-randomization"
2552 is no longer Linux-specific.
2553 (Remote Configuration): Document "set remote
2554 disable-randomization-packet".
2555 (General Query Packets): Document "QDisableRandomization" packet
2556 and add it to "qSupported" list.
2557
bd054e06
KP
25582011-10-07 Kevin Pouget <kevin.pouget@st.com>
2559
2560 Allow Python notification of new object-file loadings.
2561 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
2562 event type.
2563
cb6be26b
KP
25642011-10-04 Kevin Pouget <kevin.pouget@st.com>
2565
2566 PR python/12691: Add the inferior to Python exited event
2567 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
2568
a05336a1
JB
25692011-10-03 Joel Brobecker <brobecker@adacore.com>
2570
2571 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
2572 rephasing.
2573
5d77fe44
JB
25742011-10-03 Joel Brobecker <brobecker@adacore.com>
2575
2576 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
2577 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
2578 as possible feature returned by the `-list-features'
2579 command.
2580
699df94d
PK
25812011-09-28 Paul Koning <paul_koning@dell.com>
2582
2583 * gdb.texinfo (gdb.Type): Document field access by dictionary
2584 key syntax.
2585
24bdad53
YQ
25862011-09-28 Yao Qi <yao@codesourcery.com>
2587
2588 * gdb.texinfo (Files): Update options for `add-symbol-file'.
2589 Add one space after option `-s'. Remove @r{} markup.
2590
6710bf39
SS
25912011-09-27 Stan Shebs <stan@codesourcery.com>
2592
2593 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
2594
d99f7e48
HZ
25952011-09-16 Hui Zhu <teawater@gmail.com>
2596
2597 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
2598 to *(unsigned char *)$esp@300.
2599
d812018b
PK
26002011-09-15 Paul Koning <paul_koning@dell.com>
2601
2602 * gdb.texinfo: Make style of Python functions and methods match
2603 the syntax of Python. Also put class and module names explicitly
2604 on function, member, and variable names, matching Python
2605 documentation conventions.
2606
2aa48337
KP
26072011-09-15 Kevin Pouget <kevin.pouget@st.com>
2608
2609 PR Python/12692 Add gdb.selected_inferior() to Python interface.
2610 * gdb.texinfo (Inferiors In Python): Describe new
2611 gdb.selected_inferior() function.
2612
6839b47f
KP
26132011-09-15 Kevin Pouget <kevin.pouget@st.com>
2614
2615 Handle multiple breakpoint hits in Python interface:
2616 * gdb.texinfo (Events In Python): New function documentation:
2617 gdb.BreakpointEvent.breakpoints. Indicate that
2618 gdb.BreakpointEvent.breakpoint is now deprecated.
2619
26829f2b
JB
26202011-09-04 Joel Brobecker <brobecker@adacore.com>
2621
2622 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
2623
a9f54f60
TT
26242011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
2625
2626 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
2627
fa3a4f15
PM
26282011-08-17 Phil Muldoon <pmuldoon@redhat.com>
2629
2630 * gdb.texinfo (Prompt): Add set/show extended-prompt
2631 documentation
2632 (Basic Python): Add prompt_hook anchor.
2633 (Python modules): Reword module text to reflect multiple modules.
2634 (gdb.prompt): Document gdb.prompt module.
2635
224bbe49
YQ
26362011-08-14 Yao Qi <yao@codesourcery.com>
2637
78d85199
YQ
2638 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
2639
26402011-08-14 Yao Qi <yao@codesourcery.com>
2641
2642 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
2643 (TIC6x Features): New node.
2644
457e09f0
DE
26452011-08-12 Doug Evans <dje@google.com>
2646
2647 * gdb.texinfo (Symbols In Python): Document symbol.type.
2648
5e239b84
PM
26492011-08-09 Phil Muldoon <pmuldoon@redhat.com>
2650
2651 * gdb.texinfo (Python): Document command and function
2652 auto-loading.
2653
177bc839
JK
26542011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2655 Eli Zaretskii <eliz@gnu.org>
2656
2657 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
2658 typedefs unrolling. Extend the sample code by an inner typedef and
2659 outer typedefs unrolling.
2660
1a532630
PP
26612011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
2662
2663 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
2664 size and line-size.
2665
9b158ba0 26662011-07-21 Matt Rice <ratmice@gmail.com>
2667
2668 PR macros/12999
2669 * gdb.texinfo (Macros): Add info definitions and info macros commands.
2670 Update text and cindex entries for info macro command.
2671
d17b6f81
PM
26722011-07-21 Phil Muldoon <pmuldoon@redhat.com>
2673
2674 * observer.texi (GDB Observers): Add before_prompt observer.
2675 * gdb.texinfo (Basic Python): Add documentation for prompt
2676 substitution.
2677
713389e0
PM
26782011-07-11 Phil Muldoon <pmuldoon@redhat.com>
2679
2680 PR python/12438
2681 * gdb.texinfo (Python Commands): Add deprecate note to maint
2682 set/show python print-stack. Document set/show python
2683 print-backtrace.
2684
177b42fe
TJB
26852011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
2686
2687 * gdb.texinfo: Fix typos.
2688
900e11f9
JK
26892011-07-01 Tom Tromey <tromey@redhat.com>
2690
2691 * gdb.texinfo (Debugging Output): Document set debug
2692 check-physname.
2693
39c4d40a
TT
26942011-06-29 Tom Tromey <tromey@redhat.com>
2695
2696 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
2697 breakpoint-notifications feature.
2698
6f5def7d
UW
26992011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
2700
2701 * gdb.texinfo (Target Description): Remove warning about
2702 possibly unstable format.
2703
8cf64490
TT
27042011-06-03 Tom Tromey <tromey@redhat.com>
2705
2706 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
2707 (Events In Python): Note that exit_code is optional.
2708
393eab54
PA
27092011-05-17 Pedro Alves <pedro@codesourcery.com>
2710
2711 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
2712 required for multi-threading support.
2713 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
2714 Hc are deprecated for multi-threading debugging. Point readers at
2715 the vCont packet.
2716
75fc9810
DE
27172011-05-15 Doug Evans <dje@google.com>
2718
2719 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
2720
01124a23
DE
27212011-05-13 Doug Evans <dje@google.com>
2722
98a5dd13
DE
2723 * gdb.texinfo (Threads): Document $sdir,$pdir.
2724 (Server): Document $pdir exception.
2725
dbaefcf7
DE
2726 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
2727
cc63ef9b
DE
2728 * gdb.texinfo (Threads): Clarify default value for
2729 libthread-db-search-path.
7e0396aa 2730
01124a23
DE
2731 * gdb.texinfo (Completion): Update example.
2732 (Debugging Output): Delete `set/show debug lin-lwp-async'.
2733
d248b706
KY
27342011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
2735
2736 * gdb.texinfo: Document change in the behaviour of the enable and
2737 disable GDB commands when applied to tracepoints.
2738 Document the EnableDisableTracepoints remote stub feature.
2739 Document QTEnable and QTDisable in the list of tracepoint packets.
2740
cc88a640
JK
27412011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2742
2743 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
2744 hsuser.texi.
2745 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
2746 comment to hsuser.texi. Change rluser.texi name in the comment.
2747
84e578fb
DE
27482011-05-10 Doug Evans <dje@google.com>
2749
2750 * gdb.texinfo (Threads): If an empty path is provided for
2751 libthread-db-search-path it is reset to its default value.
2752 (Server): Ditto.
2753
478aac75
DE
27542011-05-09 Doug Evans <dje@google.com>
2755
2756 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
2757
9c06b0b4
TJB
27582011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2759 Thiago Jung Bauermann <bauerman@br.ibm.com>
2760
2761 Implement support for PowerPC BookE masked watchpoints.
2762 * gdb.texinfo (Set Watchpoints): Document mask parameter.
2763 (PowerPC Embedded): Mention support of masked watchpoints.
2764
9ed350ad
JB
27652011-05-03 Joel Brobecker <brobecker@adacore.com>
2766
2767 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
2768 `@value{GDBN}'.
2769
4ceed123
JB
27702011-05-03 Joel Brobecker <brobecker@adacore.com>
2771
2772 * gdb.texinfo (titlepage): Remove dedication.
2773 (In Memoriam): New appendix.
2774
559a7a62
JK
27752011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2776 Eli Zaretskii <eliz@gnu.org>
2777
2778 * gdb.texinfo (Index Section Format): Change the version to 5.
2779 Describe the different formula.
2780
03f2bd59
JK
27812011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2782 Eli Zaretskii <eliz@gnu.org>
2783
2784 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
2785 for disconnected tracing.
2786 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
2787 extended-remote relationship. Mention --once.
2788 (TCP port allocation lifecycle of @code{gdbserver}): New.
2789
d9b1a651
EZ
27902011-04-23 Eli Zaretskii <eliz@gnu.org>
2791
2792 * gdb.texinfo (Server): Improve indexing. Index all optional
2793 switches to gdbserver.
2794
90476074
TT
27952011-04-20 Tom Tromey <tromey@redhat.com>
2796
2797 * gdb.texinfo (Index Section Format): New node.
2798 (Top): Add new node to menu.
2799
c21236dc
PA
28002011-04-20 Pedro Alves <pedro@codesourcery.com>
2801
2802 * gdb.texinfo (Maintenance Commands): Document `maint print
2803 remote-registers'.
2804
05c8c3f5
TT
28052011-04-20 Tom Tromey <tromey@redhat.com>
2806
2807 * gdb.texinfo (Trace File Format): Move node later.
2808
7a9dd1b2
TT
28092011-04-19 Tom Tromey <tromey@redhat.com>
2810
2811 * gdbint.texinfo (Register Information Functions): Remove
2812 duplicate "the".
2813 * gdb.texinfo (Emacs): Remove duplicate "to".
2814 (GDB/MI Variable Objects): Remove duplicate "the".
2815 (General Query Packets): Likewise.
2816
4368ebeb
JB
28172011-04-02 Joel Brobecker <brobecker@adacore.com>
2818
2819 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
2820 "GDB/MI Ada Exception Information" node.
2821
956a9fb9
JB
28222011-04-01 Joel Brobecker <brobecker@adacore.com>
2823
2824 * gdb.texinfo (GDB/MI Ada Exception Information): Document
2825 the "exception-name" field in the *stopped async record.
2826
f1310107
TJB
28272011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
2828 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2829
2830 Implement support for PowerPC BookE ranged breakpoints.
2831 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
2832
8786b2bd
TT
28332011-03-28 Tom Tromey <tromey@redhat.com>
2834
2835 * gdb.texinfo (Set Tracepoints): Fix typo.
2836
9ef07c8c
TT
28372011-03-24 Tom Tromey <tromey@redhat.com>
2838
2839 * gdb.texinfo (Specify Location): Document `function:label'
2840 linespec.
2841
99c3dc11
PM
28422011-03-18 Phil Muldoon <pmuldoon@redhat.com>
2843
f1310107 2844 PR python/12149
99c3dc11
PM
2845
2846 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
2847
29703da4
PM
28482011-03-17 Phil Muldoon <pmuldoon@redhat.com>
2849
2850 * gdb.texinfo (Blocks In Python): Add is_valid method description.
2851 (Inferiors In Python): Likewise.
2852 (Threads In Python): Likewise.
2853 (Symbols In Python): Likewise.
2854 (Objfiles In Python): Likewise.
2855 (Symbol Tables In Python): Likewise.
2856
c9174737
PA
28572011-03-15 Pedro Alves <pedro@codesourcery.com>
2858
2859 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
2860 display>: Explain that the commands accept number ranges.
2861
7371cf6d
PM
28622011-03-14 Phil Muldoon <pmuldoon@redhat.com>
2863
2864 * gdb.texinfo (Breakpoints In Python): Add description and example
2865 of Python stop function operation.
2866
ecec24e6
PM
28672011-03-10 Phil Muldoon <pmuldoon@redhat.com>
2868
2869 * gdb.texinfo (Parameters In Python): Document get_set_string and
2870 get_show_string methods.
2871
6dcd5565
JK
28722011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2873
2874 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
2875
81896e36
JK
2876 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
2877 circular-trace-buffer name.
2878
5e30da2c
JB
28792011-02-28 Joel Brobecker <brobecker@adacore.com>
2880
2881 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
2882 in the previous change.
2883
3bd0f5ef 28842011-02-27 Michael Snyder <msnyder@vmware.com>
af624141
MS
2885
2886 * gdb.texinfo (Inferiors and Programs): Update commands to show
2887 that they can accept multiple arguments.
2888
4ec7539c
JB
28892011-02-24 Joel Brobecker <brobecker@adacore.com>
2890
2891 Revert the following patch (code patch was not approved):
2892 2011-02-21 Hui Zhu <teawater@gmail.com>
2893 * agentexpr.texi (bytecode descriptions): add printf.
2894 * gdb.texinfo (tracepoint action lists): add printf.
2895
82809774
DE
28962011-02-23 Doug Evans <dje@google.com>
2897
2898 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
2899
e5a67952
MS
29002011-02-23 Michael Snyder <msnyder@vmware.com>
2901
2902 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
2903 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
2904 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
2905
6e6fbe60
DE
29062011-02-22 Doug Evans <dje@google.com>
2907
2908 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
2909 Clarify behaviour of lookup_symbol when `block' argument is omitted,
2910 add description of result, fix @defun formatting.
2911
f994e27a
HZ
29122011-02-21 Hui Zhu <teawater@gmail.com>
2913
2914 * agentexpr.texi (Bytecode Descriptions): Add printf.
2915 * gdb.texinfo (Tracepoint Action Lists): Add printf.
2916
c7f96d2b
TT
29172011-02-18 Tom Tromey <tromey@redhat.com>
2918
2919 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
2920
60f98dde
MS
29212011-02-14 Michael Snyder <msnyder@vmware.com>
2922
2923 * gdb.texinfo (threads): Document argument for "info threads" cmd.
2924 Document new command "thread find".
2925
08e796bc
MS
29262011-02-14 Michael Snyder <msnyder@vmware.com>
2927
2928 * gdb.texinfo (Threads): Update example of new thread message.
2929
b3b9301e
PA
29302011-02-14 Pedro Alves <pedro@codesourcery.com>
2931
2932 * gdb.texinfo (Remote Configuration): Mention set/show remote
2933 traceframe-info.
2934 (Tools/Packages Optional for Building GDB): Mention that expat is
2935 used for traceframe info.
2936 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
2937 (General Query Packets) <qSupported>: Describe the
2938 qXfer:traceframe-info:read feature.
2939 (qXfer::read): Describe qXfer:traceframe-info:read.
2940 (Traceframe Info Format): New section.
2941
cef35b0f
PA
29422011-02-04 Pedro Alves <pedro@codesourcery.com>
2943
2944 * gdbint.texinfo (Formatting): Mention some formatting guidelines
2945 for casts and unary operators.
2946
f1cbe1d3
TT
29472011-02-04 Tom Tromey <tromey@redhat.com>
2948
2949 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
2950 is not useful.
2951
585fdaa1
PA
29522011-01-25 Pedro Alves <pedro@codesourcery.com>
2953
2954 * gdb.texinfo: s/value optimized out/optimized out/g
2955
7bfc9434
JB
29562011-01-21 Joel Brobecker <brobecker@adacore.com>
2957
2958 * gdb.texinfo (Other Misc Settings): Rework part of the
2959 documentation of the "set interactive mode" command.
2960
4694da01
TT
29612011-01-19 Tom Tromey <tromey@redhat.com>
2962
2963 * gdb.texinfo (Threads): Document thread name output and `thread
2964 name' command.
2965 (Threads In Python): Document Thread.name attribute.
2966 (GDB/MI Thread Commands): Document thread attributes.
2967
b716877b
AB
29682011-01-12 Andrew Burgess <aburgess@broadcom.com>
2969
2970 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
2971 changes in mi/mi-cmd-disas.c
2972
13fd8b81
TT
29732011-01-12 Tom Tromey <tromey@redhat.com>
2974
2975 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
2976 Fix "thread apply" text.
2977
e09342b5
TJB
29782011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2979 Thiago Jung Bauermann <bauerman@br.ibm.com>
2980
2981 Implement support for PowerPC BookE ranged watchpoints.
2982 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
2983 the "set powerpc exact-watchpoints" flag.
2984
06e65f44
TT
29852011-01-07 Tom Tromey <tromey@redhat.com>
2986
2987 * gdb.texinfo (Python API): Add descriptions to @menu items.
2988
d8e22779
TT
29892011-01-06 Tom Tromey <tromey@redhat.com>
2990
2991 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
2992
a255712f
PP
29932010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
2994
e09342b5 2995 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 2996
ccfc3d6e
TT
29972011-01-06 Tom Tromey <tromey@redhat.com>
2998
2999 PR python/12133:
3000 * gdb.texinfo (Frames In Python): Document various frame
3001 constants.
3002
44944448
JB
30032011-01-05 Joel Brobecker <brobecker@adacore.com>
3004
3005 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
3006 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
3007 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
3008
42ea3d7a
JK
30092011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3010
3011 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
3012 (clean): Add GDBvn.texi.
3013
720d1a40
JB
30142010-12-29 Joel Brobecker <brobecker@adacore.com>
3015
3016 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
3017 occasional case where the debugger prints an array address
3018 instead of the array itself.
3019
ad196637
PA
30202010-12-23 Pedro Alves <pedro@codesourcery.com>
3021
3022 * gdb.texinfo (Packets) <read registers packet>: Document support
3023 for registers that were not collected.
3024
a86caf66
DE
30252010-12-15 Doug Evans <dje@google.com>
3026
3027 * gdb.texinfo (Startup): Document auto-loading of scripts during
3028 startup.
3029 (Auto-loading): Delete "maint set python auto-load on|off".
3030 Add "set auto-load-scripts on|off".
3031
aae1c79a
DE
30322010-12-07 Doug Evans <dje@google.com>
3033
3034 * gdb.texinfo (Mode Options): Document -data-directory.
3035 (Data Files): Add reference to -data-directory.
3036
4e04c971
DE
30372010-11-29 Doug Evans <dje@google.com>
3038
3039 * gdb.texinfo (Pretty-Printer Introduction): Change
3040 printer-name:subprinter-name to printer-name;subprinter-name.
3041
94b6973e
PM
30422010-11-29 Phil Muldoon <pmuldoon@redhat.com>
3043
3044 PR python/12199
3045
3046 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
3047
39037522
TT
30482010-11-23 Tom Tromey <tromey@redhat.com>
3049
3050 * gdb.texinfo (Top): Check SYSTEM_READLINE.
3051 (Editing): Likewise.
3052 (Command History): Likewise.
3053 (TUI Keys): Likewise.
3054 (Bug Reporting): Conditionally include rluser.texi and
3055 inc-history.texinfo.
3056 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
3057 (GDB_DOC_SOURCE_INCLUDES): Add comment.
3058 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
3059 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
3060 (gdb.pdf): Likewise.
3061 (gdb.info): Likewise.
3062 (gdb/index.html): Likewise.
3063
5ae98d25
TT
30642010-11-23 Tom Tromey <tromey@redhat.com>
3065
3066 * Makefile.in (Makefile): Run ../config.status.
3067 (distclean): Update.
3068 * configure: Remove.
3069 * configure.ac: Remove.
3070
621c8364
TT
30712010-11-12 Tom Tromey <tromey@redhat.com>
3072
3073 * gdb.texinfo (Basic Python): Update. Add xref.
3074 (Exception Handling): Document new exception classes.
3075 (Types In Python): Update.
3076 (Frames In Python): Update.
3077
84f4c1fe
PM
30782010-11-11 Phil Muldoon <pmuldoon@redhat.com>
3079
3080 * gdb.texinfo (Breakpoints In Python): Document "internal"
3081 parameter, and visible attribute.
3082
99e7ae30
DE
30832010-11-05 Doug Evans <dje@google.com>
3084
3085 * gdb.texinfo (Source Path): Document "set directories".
3086
f4b8a18d
KW
30872010-11-05 Ken Werner <ken.werner@de.ibm.com>
3088
3089 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
3090 (OpenCL C): New node.
3091
7b51bc51
DE
30922010-11-02 Doug Evans <dje@google.com>
3093
3094 * gdb.texinfo (Pretty Printing): Expand into three sections,
3095 introduction, example, and commands.
3096 (Python API): Delete section Disabling Pretty-Printers, merge into
3097 Selecting Pretty-Printers.
3098 (Writing a Pretty-Printer): New section. Move the pretty-printer
3099 example here, and reformat to match python coding style. Add a second
3100 example using the gdb.printing module.
3101 (Python modules): Add gdb.printing.
3102
9eeee977
DE
31032010-10-29 Doug Evans <dje@google.com>
3104
3105 * gdb.texinfo (Python): Fix long line.
3106
a0e0ffdf
DE
31072010-10-20 Doug Evans <dje@google.com>
3108
3109 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
3110 All references updated. Correct sections marked as subsections.
3111 (Coding Standards): New chapter. Move the coding standard related
3112 subsections here. Add section on Python coding standards.
3113
0e3509db
DE
31142010-10-13 Doug Evans <dje@google.com>
3115
3116 * gdb.texinfo (Python): Add "Python modules".
3117 (Types in Python): Add reference to gdb.types section.
3118 (Python modules): New node.
3119
44592cc4
DE
31202010-10-11 Doug Evans <dje@google.com>
3121
3122 * gdb.texinfo (Values From Inferior): Add reference to "Types in
3123 Python" from gdb.Value.type description.
3124
6e1bb179
JB
31252010-09-28 Joel Brobecker <brobecker@adacore.com>
3126
3127 * gdb.texinfo (Ravenscar Profile): New node.
3128
e8467610
TT
31292010-09-22 Tom Tromey <tromey@redhat.com>
3130
3131 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
3132
fccd1d1e
EZ
31332010-09-22 Eli Zaretskii <eliz@gnu.org>
3134
3135 * gdb.texinfo (Values From Inferior): Clarify that
3136 value.dynamic_type works only in C++ programs with RTTI.
3137
c1b6b909
TT
31382010-09-15 Paul Bolle <pebolle@tiscali.nl>
3139
3140 * gdb.texinfo (Character Sets): Correctly reference host-charset
3141 in example.
3142
7d288aaa
TT
31432010-09-13 Tom Tromey <tromey@redhat.com>
3144
3145 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
3146 Document "fullname" and "from".
3147
f75d858b
MK
31482010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
3149
3150 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
3151 feature `reverse' output by -list-target-features.
3152
83b9503b
L
31532010-08-31 H.J. Lu <hongjiu.lu@intel.com>
3154
3155 * gdb.texinfo (i386 Features): Remove an extra "@item".
3156
03f17ccf
TT
31572010-08-30 Tom Tromey <tromey@redhat.com>
3158
3159 PR python/11792:
3160 * gdb.texinfo (Values From Inferior): Document dynamic_type.
3161
9779414d
DJ
31622010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
3163
3164 * gdb.texinfo (ARM Features): Document
3165 org.gnu.gdb.arm.m-profile.
3166
f9ffd4bb
TT
31672010-08-23 Tom Tromey <tromey@redhat.com>
3168
3169 PR python/11145:
3170 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
3171 reinterpret_cast methods.
3172
702c2711
TT
31732010-08-23 Tom Tromey <tromey@redhat.com>
3174
3175 PR python/11915:
3176 * gdb.texinfo (Types In Python): Document array method.
3177
66b73624
TJB
31782010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
3179
3180 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
3181
06a64a0b
TT
31822010-08-16 Tom Tromey <tromey@redhat.com>
3183
3184 * gdb.texinfo (Set Watchpoints): Document -location option.
3185
a3a7127e
DE
31862010-08-13 Doug Evans <dje@google.com>
3187
3188 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
3189
8dedea02
VP
31902010-08-13 Vladimir Prus <vladimir@codesourcery.com>
3191
3192 * gdb.texinfo (GDB/MI Data Manipulation): Document
3193 -data-read-memory-raw and -data-write-memory-raw.
3194
ca5c20b6 31952010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 3196 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
3197
3198 * gdb.texinfo (Basic Python): Describe post_event API.
3199
cb2e07a6
PM
32002010-08-11 Phil Muldoon <pmuldoon@redhat.com>
3201
3202 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 3203 decode_line Python APIs
cb2e07a6 3204
464b3efb
TT
32052010-08-10 Tom Tromey <tromey@redhat.com>
3206
3207 * gdb.texinfo (Pretty Printing API): Document
3208 gdb.default_visualizer.
3209
c29c521f
TT
32102010-08-10 Tom Tromey <tromey@redhat.com>
3211
3212 Revert gdb-add-index addition:
3213 * gdb.texinfo (Index Files): Don't document gdb-add-index.
3214
5da1313b
JK
32152010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3216 Eli Zaretskii <eliz@gnu.org>
3217
3218 * gdb.texinfo (Mode Options) <-batch>
3219 (Basic Python) <gdb.execute>: Describe setting width and height.
3220
02d868e8
PP
32212010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
3222
3223 * gdb.texinfo (Threads): Document 'debug libthread-db'.
3224
c2bbed2a
TT
32252010-07-30 Tom Tromey <tromey@redhat.com>
3226
3227 * gdb.texinfo (Index Files): Mention gdb-add-index.
3228
6c13bbe1
HZ
32292010-07-30 Hui Zhu <teawater@gmail.com>
3230
3231 * gdb.texinfo (Inferiors and Programs): Update the introduce of
3232 "detach inferior" and "kill inferior".
3233
53a71c06
CR
32342010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
3235
3236 * gdb.texinfo (Machine Code): Update description of two forms of
3237 arguments, and add new example to demonstrate the new form.
3238
5374244e
PM
32392010-07-27 Phil Muldoon <pmuldoon@redhat.com>
3240
3241 * gdb.texinfo (Values From Inferior): Add value inferior function
3242 call description.
3243
8ea5bce5
JK
32442010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3245
3246 * gdb.texinfo (Active Targets): Fix wrong comma placement.
3247
c0edd9ed
JK
32482010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3249 Eli Zaretskii <eliz@gnu.org>
3250
3251 Make core files the process_stratum.
3252 * gdb.texinfo (Active Targets): Remove core_stratum. Include
3253 record_stratum example.
3254
9291a0cd
TT
32552010-07-13 Tom Tromey <tromey@redhat.com>
3256
3257 * gdb.texinfo (Index Files): New node.
3258
f5011d11
TT
32592010-07-13 Tom Tromey <tromey@redhat.com>
3260
3261 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
3262
0f5238ed
TT
32632010-07-13 Tom Tromey <tromey@redhat.com>
3264
3265 * gdb.texinfo (Specify Location): Document labels.
3266
74c761c1
PA
32672010-07-01 Pedro Alves <pedro@codesourcery.com>
3268
3269 * gdb.texinfo (Create and Delete Tracepoints): Add more index
3270 entries for fast tracepoints and static tracepoints.
3271
501994c0
PA
32722010-07-01 Pedro Alves <pedro@codesourcery.com>
3273
3274 * gdb.texinfo (General Query Packets) <qfThreadInfo,
3275 qsThreadInfo>: Spell out `l' as ell.
3276
0fb4aa4b
PA
32772010-07-01 Pedro Alves <pedro@codesourcery.com>
3278
3279 * gdb.texinfo (Convenience Variables): Document $_sdata.
3280 (Commands to Set Tracepoints): Describe static tracepoints. Add
3281 `Listing Static Tracepoint Markers' menu entry. Document
3282 "strace".
3283 (Tracepoint Action Lists): Document collecting $_sdata.
3284 (Listing Static Tracepoint Markers): New subsection.
3285 (Tracepoints support in gdbserver): Mention static tracepoints.
3286 (remote packets, enabling and disabling): Mention
3287 read-sdata-object.
3288 (General Query Packets) <qSupported>: Document qXfer:sdata:read
3289 and StaticTracepoint.
3290 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
3291 Document qXfer:sdata:read.
3292 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
3293
dc3b15be
JB
32942010-06-29 Joel Brobecker <brobecker@adacore.com>
3295
3296 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
3297
595939de
PM
32982010-06-28 Phil Muldoon <pmuldoon@redhat.com>
3299 Tom Tromey <tromey@redhat.com>
3300 Thiago Jung Bauermann <bauerman@br.ibm.com>
3301
3302 * gdb.texinfo (Inferiors In Python): New node.
3303 * gdb.texinfo (Threads In Python): New node.
3304
9279c692
JB
33052010-06-28 Joel Brobecker <brobecker@adacore.com>
3306
3307 * gdb.texinfo (Python): Document what the python directory is
3308 and what its location is.
3309 (Basic Python): Document the gdb.PYTHONDIR constant.
3310
bc9f0842
TT
33112010-06-25 Tom Tromey <tromey@redhat.com>
3312
3313 PR python/10808:
3314 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
3315
f1421989
HZ
33162010-06-24 Hui Zhu <teawater@gmail.com>
3317
3318 * gdb.texinfo: (Commands for Controlled Output): Add
3319 documentation for command "eval".
3320
e4c0cfae
SS
33212010-06-21 Stan Shebs <stan@codesourcery.com>
3322
3323 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
3324 * annotate.texinfo: Ditto.
3325 * gdbint.texinfo: Ditto.
3326 * stabs.texinfo: Ditto.
3327
bb08c432
HZ
33282010-06-22 Hui Zhu <teawater@gmail.com>
3329
3330 * gdb.texinfo: (Process Record and Replay): Add documentation
3331 for command "set record memory-query".
3332
4f5d9f07
SS
33332010-06-21 Stan Shebs <stan@codesourcery.com>
3334
3335 * gdb.texinfo: Relicense under GFDL version 1.3.
3336 * annotate.texinfo: Relicense under GFDL version 1.3.
3337 * gdbint.texinfo: Relicense under GFDL version 1.3.
3338 * stabs.texinfo: Relicense under GFDL version 1.3.
3339 * fdl.texi: Update to version 1.3.
3340
6aed2dbc
SS
33412010-06-18 Stan Shebs <stan@codesourcery.com>
3342
a61408f8
SS
3343 * gdb.texinfo (Operating System Auxiliary Information): Describe
3344 "info os" when no arguments given.
3345
6aed2dbc
SS
3346 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
3347 $_thread.
3348
24e933df
HZ
33492010-06-18 Hui Zhu <teawater@gmail.com>
3350
3351 * gdb.texinfo: (Process Record and Replay): Add documentation
3352 for commands "record save" and "record restore".
3353
65d79d4b
SDJ
33542010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3355
3356 * gdb.texinfo: Include information about the correct use
3357 of addresses in the `watch' command.
3358
d914c394
SS
33592010-06-11 Stan Shebs <stan@codesourcery.com>
3360
3361 * gdb.texinfo (Observer Mode): New section.
3362 (General Query Packets): Document QAllow.
889bf7c5 3363
967cf477
DE
33642010-06-04 Doug Evans <dje@google.com>
3365
3366 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
3367
aaf4119b
DE
33682010-06-03 Doug Evans <dje@google.com>
3369
3370 * gdbint.texinfo (Coding): Add subsection on command names.
3371
9eae7c52
TT
33722010-06-02 Tom Tromey <tromey@redhat.com>
3373
3374 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
3375 always-disassemble.
3376
fa593d66
PA
33772010-06-01 Pedro Alves <pedro@codesourcery.com>
3378
3379 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
3380 gdbserver, and add cross reference.
3381 (Tracepoints support in gdbserver): New subsection.
3382
dde08ee1
PA
33832010-05-26 Pedro Alves <pedro@codesourcery.com>
3384
3385 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
3386 `qRelocInsn' feature.
3387 (Relocate instruction reply packet): New subsection
3388 of `Tracepoint Packets'.
3389 (Tracepoint Packets): Mention that packets QTDP and QTStart
3390 support the qRelocInsn request, and add cross reference to new
3391 subsection.
3392
07ca107c
DE
33932010-05-25 Doug Evans <dje@google.com>
3394
3395 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
3396 (Commands In Python): Document gdb.string_to_argv.
3397
c25c4a8b
JK
33982010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3399
3400 * gdbint.texinfo (Host Definition): Remove items NORETURN and
3401 ATTR_NORETURN.
3402
d7b32ed3 34032010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
3404 Tom Tromey <tromey@redhat.com>
3405 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 3406
c25c4a8b 3407 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 3408
6aecb9c2
JB
34092010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
3410
3411 * gdb.texinfo: (Summary) Add mention about D language support.
3412 (Filenames): Add D suffixes.
3413 (D): New node.
3414
b7da9e9f
PM
34152010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
3416
3417 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
3418 of macro deleted from GDB code.
3419
ab38a727
PA
34202010-04-24 Pedro Alves <pedro@codesourcery.com>
3421
3422 * gdb.texinfo (Commands to specify files): Describe what how GDB
3423 looks up DOS-based filesystem paths on the system root. Document
3424 the new `set/show target-file-system-kind' commands.
3425
66d09542
DE
34262010-04-23 Doug Evans <dje@google.com>
3427
3428 * gdb.texinfo (Python): Move Auto-loading section here ...
3429 (Python API): from here.
3430 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
3431 (Maintenance Commands): Add docs for "maint print section-scripts".
3432
8bd10a10
CM
34332010-04-20 Chris Moller <cmoller@redhat.com>
3434
3435 * gdb.texinfo (Setting Breakpoints): Added description of
3436 filename-qualified rbreak.
3437 * refcard.tex (Breakpoints and Watchpoints): Added brief
3438 description of filename-qualified rbreak.
3439
4c374409
JK
34402010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3441
3442 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
3443 (Python API): Change the reference to Pretty Printing API.
3444 (Pretty Printing): Move the user part under the Data node. Reformat
3445 the sample output to 72 columns. Create a new reference to Pretty
3446 Printing API. Rename the API part ...
3447 (Pretty Printing API): To a new node name.
3448 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
3449 (GDB/MI Variable Objects): Change references to Pretty Printing API.
3450
5a9351ae
SS
34512010-04-21 Stan Shebs <stan@codesourcery.com>
3452
3453 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 3454 and commands.
5a9351ae 3455 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 3456
9a22f0d0
PM
34572010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
3458
3459 * gdb.texinfo (Examining memory): Update for change in string
3460 display with explicit size.
3461
6149aea9
PA
34622010-04-19 Pedro Alves <pedro@codesourcery.com>
3463
3464 PR breakpoints/8554.
3465
3466 * gdb.texinfo (Save Breakpoints): New node.
3467 (save-tracepoints): Rename to ...
3468 (save tracepoints): ... this. Mention that `save-tracepoints' is
3469 a deprecated alias to `save tracepoints'.
3470
711e434b
PM
34712010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
3472
645797a8 3473 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
3474 (info w32 thread-information-block): Document new command.
3475 (qGetTIBAddress): Document new gdbserver query.
3476 (maint set/show show-all-tib): Document new command.
3477
3f7b2faa
DE
34782010-04-15 Doug Evans <dje@google.com>
3479
fa33c3cd
DE
3480 * gdb.texinfo (Python API): Add progspaces section.
3481 (Selecting Pretty-Printers): Progspace pretty-printers are
3482 searched too.
3483 (Progspaces In Python): New section.
3484
3f7b2faa
DE
3485 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
3486
79f283fe
PM
34872010-04-14 Phil Muldoon <pmuldoon@redhat.com>
3488
3489 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
3490 returns None.
3491
87290684
SS
34922010-04-09 Stan Shebs <stan@codesourcery.com>
3493
3494 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
3495 Describe the `frames-created' field, tweak grammar.
3496
a97153c7
PA
34972010-04-09 Pedro Alves <pedro@codesourcery.com>
3498
3499 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
3500 Describe the `circular' and `disconnected' fields.
3501
5c5dcc1b
L
35022010-04-09 H.J. Lu <hongjiu.lu@intel.com>
3503
3504 * gdb.texinfo (maint print registers): Mention unavailable and
3505 invisible registers.
3506
adc36818
PM
35072010-04-09 Phil Muldoon <pmuldoon@redhat.com>
3508 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 3509 Tom Tromey <tromey@redhat.com>
adc36818
PM
3510
3511 * gdb.texinfo (Breakpoints In Python): New Node.
3512
33da3f1c
SS
35132010-04-08 Stan Shebs <stan@codesourcery.com>
3514
3515 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
3516 trace status fields.
3517
3a13a53b
L
35182010-04-08 H.J. Lu <hongjiu.lu@intel.com>
3519
3520 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
3521 optional. Make org.gnu.gdb.i386.avx requires
3522 org.gnu.gdb.i386.avx.
3523
08001717
DE
35242010-04-08 Doug Evans <dje@google.com>
3525
3526 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
3527 search path, and document that gdb only scans the search path if
3528 the script's path doesn't specify a directory.
3529
c375651d
DE
35302010-04-05 Doug Evans <dje@google.com>
3531
3532 * gdb.texinfo (maint show python auto-load): Fix typo.
3533
af54718e
SS
35342010-04-04 Stan Shebs <stan@codesourcery.com>
3535
d77f58be
SS
3536 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
3537 (Setting Watchpoints): Update description of "info watch".
3538 (Disabling Breakpoints): Only "info break" lists all.
3539
af54718e
SS
3540 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
3541 (tdump): Explain how tdump works.
3542
86b17b60
PA
35432010-04-01 Pedro Alves <pedro@codesourcery.com>
3544
3545 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
3546 add cross reference.
3547
ff12863f
PA
35482010-03-31 Pedro Alves <pedro@codesourcery.com>
3549
3550 * gdb.texinfo (TUI Commands): Mention that in some cases, these
3551 commands error out.
3552
f68eb612
L
35532010-03-30 H.J. Lu <hongjiu.lu@intel.com>
3554
3555 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
3556
c8d5aac9
L
35572010-03-30 H.J. Lu <hongjiu.lu@intel.com>
3558
3559 * gdb.texinfo (General Query Packets): Add xmlRegisters.
3560
7d13fe92
SS
35612010-03-29 Stan Shebs <stan@codesourcery.com>
3562 Nathan Sidwell <nathan@codesourcery.com>
3563
3564 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
3565 GDBN equivalent.
3566 (Set Tracepoints): Remove mention that conditional tracepoints
3567 don't exist.
3568 (Tracepoint Actions): Clarify when while-stepping collection
3569 happens, note that while-stepping does not automatically collect
3570 $pc.
3571
409873ef 35722010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 3573
409873ef
SS
3574 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
3575 (General Query Packets): Describe TracepointSource.
3576
ee8e71d4
EZ
35772010-03-27 Matt Rice <ratmice@gmail.com>
3578
c8d5aac9
L
3579 * gdb.texinfo (ARM): Document arguments to "target sim".
3580 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 3581
99b5e152
PA
35822010-03-26 Pedro Alves <pedro@codesourcery.com>
3583
3584 * gdb.texinfo (Tracepoint Packets): Remove mention that
3585 terror:string may be plain text, and drop mention of X prefix.
3586
cd64ee31
VP
35872010-03-26 Vladimir Prus <vladimir@codesourcery.com>
3588
3589 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
3590
6c28cbf2
SS
35912010-03-24 Stan Shebs <stan@codesourcery.com>
3592
3593 * gdb.texinfo (Tracepoint Packets): Document trace error status.
3594
95a42b64
TT
35952010-03-24 Tom Tromey <tromey@redhat.com>
3596
3597 PR breakpoints/9352:
3598 * gdb.texinfo (Break Commands): Update.
3599
18148017
VP
36002010-03-24 Vladimir Prus <vladimir@codesourcery.com>
3601
3602 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
3603 commands.
3604
4daf5ac0
SS
36052010-03-16 Stan Shebs <stan@codesourcery.com>
3606
3607 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
3608 circular-trace-buffer.
3609 (Tracepoint Packets): Describe QTBuffer, and details of the
3610 qTStatus reply.
3611
c9429232
SS
36122010-03-12 Stan Shebs <stan@codesourcery.com>
3613 Nathan Sidwell <nathan@codesourcery.com>
3614
3615 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
3616 doing instruction stepping.
3617 (Tracepoint Restrictions): New node.
3618
ccefe4c4
TT
36192010-03-10 Tom Tromey <tromey@redhat.com>
3620
3621 * gdbint.texinfo (Symbol Handling): Update.
3622
7c953934
TT
36232010-03-08 Tom Tromey <tromey@redhat.com>
3624
3625 PR cli/9591:
3626 * gdb.texinfo (Mode Options): Mention lack of pagination and
3627 confirmation with --batch.
3628 (Screen Size): Mention --batch.
3629 (Messages/Warnings): Likewise.
3630
f870a310
TT
36312010-03-05 Tom Tromey <tromey@redhat.com>
3632
3633 * gdb.texinfo (Basic Python): Document target_charset and
3634 target_wide_charset.
3635
78e2826b
TT
36362010-03-05 Tom Tromey <tromey@redhat.com>
3637
3638 * gdb.texinfo (Data): Link to pretty-printing.
3639 (Output Formats): Likewise. Correct text.
3640
f5dff777
DJ
36412010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
3642
3643 * gdb.texinfo (Types): Describe <struct> and <flags>.
3644
dc00d89f
PM
36452010-02-28 Phil Muldoon <pmuldoon@redhat.com>
3646
3647 * gdb.texinfo (Frames In Python): Add block parameter and
3648 description to read_var text.
3649
5107b149 36502010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 3651 Tom Tromey <tromey@redhat.com>
5107b149
PM
3652
3653 * gdb.texinfo (Types In Python): Describe block argument in
3654 template_argument and gdb.lookup_type.
3655
e03e5e7b
TT
36562010-02-24 Tom Tromey <tromey@redhat.com>
3657
3658 * gdb.texinfo (Cygwin Native): Fix typo.
3659
f3e9a817
PM
36602010-02-24 Phil Muldoon <pmuldoon@redhat.com>
3661
3662 * gdb.texinfo (Frames In Python): Add block, find_sal, function
3663 and select method descriptions.
3664 (Python API): Add Blocks In Python, Symbols in Python and Symbol
3665 Tables in Python to menu.
3666 (Blocks In Python): New node.
3667 (Symbols In Python): New node.
3668 (Symbol Tables in Python): New node.
3669
a79b8f6e
VP
36702010-02-24 Vladimir Prus <vladimir@codesourcery.com>
3671
3672 Multiexec MI
3673
3674 gdb/
3675 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
3676
3677 gdb/doc/
3678 * gdb.texinfo (GDB/MI Command Syntax): Document notification
3679 changes.
3680 (GDB/MI Program Execution): Document current behaviour of
3681 --all and --thread-group.
3682 (GDB/MI Miscellaneous Commands): Document -add-inferior and
3683 -remove-inferior.
3684 * observer.texi (inferior_added, inferior_removed): New
3685 observers.
3686
629d6a47
TT
36872010-02-19 Tom Tromey <tromey@redhat.com>
3688
3689 * gdbint.texinfo (Getting Started): Fix @node.
3690 (Debugging GDB): Likewise.
3691
c09529e5
JB
36922010-02-13 Joel Brobecker <brobecker@adacore.com>
3693
3694 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
3695 documenting the gdb_test_timeout variable.
3696
540aa8e7
MS
36972010-02-12 Jakob Engblom <jakob@virtutech.com>
3698
3699 * gdb.texinfo (MI commands): Added documentation of --reverse
3700 option to a set of MI commands. Restructured documentation of MI
3701 commands --exec-continue to reflect the complexity of reverse
3702 execution.
3703
081dfbf7
PA
37042010-02-12 Pedro Alves <pedro@codesourcery.com>
3705
3706 * gdb.texinfo (Using the Collected Data): Specify that the address
3707 range of `tfind outsize' is exclusive, and that the address range
3708 of `tfind range' is inclusive.
3709 (Tracepoint Packets): Specify that the address range of
3710 `QTFrame:range' is inclusive, and that the address range of
3711 `QTFrame:outside' is exclusive
3712
8e9c5e02
VP
37132010-02-12 Vladimir Prus <vladimir@codesourcery.com>
3714
3715 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
3716
92981e24
TT
37172010-02-10 Tom Tromey <tromey@redhat.com>
3718
3719 * gdb.texinfo (Debugging Output): Document set debug parser and
3720 show debug parser.
3721
075b51b7
L
37222010-02-09 H.J. Lu <hongjiu.lu@intel.com>
3723
3724 * gdb.texinfo (Predefined Target Types): Add i387_ext,
3725 i386_eflags and i386_mxcsr.
3726
3bb8d5c3
L
37272010-02-08 H.J. Lu <hongjiu.lu@intel.com>
3728
3729 * gdb.texinfo: Document i386 target features.
3730
c5f80513
DE
37312010-02-05 Doug Evans <dje@google.com>
3732
3733 * gdbint.texinfo (Testsuite): Add a new section to document the
3734 various DejaGnu variables that may be overridden.
1be00882 3735 Document INTERNAL_GDBFLAGS.
c5f80513 3736
6ac33a4e
TT
37372010-02-04 Tom Tromey <tromey@redhat.com>
3738
3739 PR cli/8830:
3740 * gdb.texinfo (Files): -readnow comes before the filename for file
3741 and symbol-file.
3742
a1dcb23a
DJ
37432010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
3744
3745 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
3746 Document ARM breakpoint types.
3747 (Register Packet Format): Move into the new section.
3748 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
3749
95433b34
JB
37502010-01-21 Joel Brobecker <brobecker@adacore.com>
3751
3752 * gdb.texinfo (File Options): Adjust the documentation of this
3753 switch to refer to the "source" command rather than partially
3754 duplicating some of the relevant information.
3755 (Extending GDB): Introduce and document the set/show script-extension
3756 setting.
3757 (Command Files): Add note explaining that the "source" command
3758 is also used to evalute scripts written in other languages.
3759 Remove the short slightly incorrect reference to sourcing Python
3760 scripts.
3761 (Python Commands): Document how to execute a Python script from GDB.
3762
8d576872
JB
37632010-01-19 Joel Brobecker <brobecker@adacore.com>
3764
3765 * gdb.texinfo (Command Files): Fix typo.
3766
8150ff9c
JB
37672010-01-18 Tom Tromey <tromey@redhat.com>
3768
3769 * gdb.texinfo (File Options): Document -x on .py files.
3770 (Command Files): Document handling of Python scripts.
3771
23db03a6
JZ
37722010-01-18 Jie Zhang <jie.zhang@analog.com>
3773
3774 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
3775
00bf0b85
SS
37762010-01-15 Stan Shebs <stan@codesourcery.com>
3777
3778 * gdb.texinfo (Trace Files): New section.
3779 (Tracepoint Packets): Document QTSave and qTBuffer.
3780 (Trace File Format): New appendix.
3781
be759fcf
PM
37822010-01-13 Phil Muldoon <pmuldoon@redhat.com>
3783
3784 * gdb.texinfo (Values From Inferior): Document lazy_string value
3785 method.
3786 (Python API): Add Lazy strings menu item.
3787 (Lazy Strings In Python): New node.
3788
dc146f7c
VP
37892010-01-13 Vladimir Prus <vladimir@codesourcery.com>
3790
3791 * gdb.texinfo (GDB/MI Thread Information): New.
3792 (GDB/MI Async Records): Document the core field in *stopped.
3793 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
3794 documentation
3795 (Process list): Document that osdata document may contain
3796 threads.
3797 (Remote Serial Protocol): Document qXfer:threads.
3798
d5551862
SS
37992010-01-06 Stan Shebs <stan@codesourcery.com>
3800
3801 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3802 disconnected tracing.
3803 (Tracepoint Packets): Document new protocol.
3804
7a697b8d
SS
38052010-01-05 Stan Shebs <stan@codesourcery.com>
3806
3807 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
3808 tracepoints.
3809 (Tracepoint Packets): Describe remote protocol for fast
3810 tracepoints.
3811
e6f3ec50
JB
38122010-01-01 Joel Brobecker <brobecker@adacore.com>
3813
3814 Update the "Start of New Year Procedure".
3815 * gdbint.texinfo: Add the list of files that need to be updated
3816 manually. Minor reformatting.
3817
ddc4e9c1
JB
38182010-01-01 Joel Brobecker <brobecker@adacore.com>
3819
3820 * refcard.tex: Update copyright year in header and text.
3821
9d2897ad
JB
38222010-01-01 Joel Brobecker <brobecker@adacore.com>
3823
3824 * agentexpr.texi: Add 2010 to the list of copyright years.
3825 * annotate.texinfo: Likewise.
3826 * gdb.texinfo: Likewise.
3827 * gdbint.texinfo: Likewise.
3828 * observer.texi: Likewise.
3829 * stabs.texinfo: Likewise.
3830
6da95a67
SS
38312009-12-31 Stan Shebs <stan@codesourcery.com>
3832
3833 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 3834
236f1d4d
SS
38352009-12-29 Stan Shebs <stan@codesourcery.com>
3836
3837 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 3838
f61e138d
SS
38392009-12-28 Stan Shebs <stan@codesourcery.com>
3840
3841 * gdb.texinfo (Trace State Variables): New section.
3842 (Tracepoint Packets): Describe trace state variable packets.
3843 * agentexpr.texi (Bytecode Descriptions): Describe trace state
3844 variable bytecodes.
3845
0fe7935b
DJ
38462009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
3847
3848 * gdb.texinfo (Symbols): "info variables" prints definitions, not
3849 declarations.
3850
a6b29f87
VP
38512009-12-21 Vladimir Prus <vladimir@codesourcery.com>
3852
3853 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
3854 -gdb-exit behaviour.
3855
5e4bde96
JB
38562009-12-20 Joel Brobecker <brobecker@adacore.com>
3857
3858 * gpl.texi: Update to version 3 of the GPL.
3859
a1715244
JB
38602009-12-20 Joel Brobecker <brobecker@adacore.com>
3861
3862 * Makefile.in: Update copyright header.
3863 * observer.texi: Fix the copyright header of the generated files.
3864
361ae042
PM
38652009-12-08 Phil Muldoon <pmuldoon@redhat.com>
3866
3867 * gdb.texinfo (Types In Python): Describe range function.
3868
bfd31e71
PM
38692009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
3870
3871 * gdb.texinfo (Types In Python): Describe "is_base_class".
3872
57a1d736
TT
38732009-12-03 Tom Tromey <tromey@redhat.com>
3874
3875 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
3876
8cebebb9
PP
38772009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
3878
3879 * observer.texi: New memory_changed observer.
3880
16af530a
TT
38812009-12-01 Tom Tromey <tromey@redhat.com>
3882
3883 * gdb.texinfo (Reverse Execution): Fix typo.
3884
b6199126
DJ
38852009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
3886
3887 PR gdb/8704
3888
3889 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
3890 are allowed after the breakpoint condition.
3891
7a6973ad
TT
38922009-11-23 Tom Tromey <tromey@redhat.com>
3893
3894 PR python/10782:
3895 * gdb.texinfo (Types In Python): Document Type.pointer.
3896
21a0512e
PP
38972009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
3898
3899 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 3900
a5832c8f
PA
39012009-11-11 Pedro Alves <pedro@codesourcery.com>
3902
3903 * agentexpr.texi (Tracing On Symmetrix): Delete section.
3904 (Using Agent Expressions): Delete cross reference.
3905
1eb7cd77
JB
39062009-11-07 Joel Brobecker <brobecker@adacore.com>
3907
3908 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
3909 and @settitle directives up to help makeinfo find them.
3910
24ddea62
JK
39112009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3912
3913 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
3914 (Auto-loading): Use plural and note one can use multiple components now.
3915
3afae151
VP
39162009-11-01 Vladimir Prus <vladimir@codesourcery.com>
3917
3918 * gdb.texinfo (GDB/MI Stack Manipulation): Make
3919 -stack-list-arguments have the same documentation for parameter
3920 as -stack-list-locals. Add comas.
3921
14ff2235
PM
39222009-10-27 Tom Tromey <tromey@redhat.com>
3923 Eli Zaretskii <eliz@gnu.org>
3924
c8d5aac9 3925 PR python/10781
14ff2235
PM
3926
3927 * gdb.texinfo (Values From Inferior): Document cast method.
3928
9c419145
PP
39292009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
3930
3931 * gdb.texinfo (Machine Code): Mention function name in disasssembly
3932 and adjust example.
889bf7c5 3933
29153c24
MS
39342009-10-22 Michael Snyder <msnyder@vmware.com>
3935
3936 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 3937 info record command. Also document the new save and restore
29153c24
MS
3938 commands.
3939
2b28d209
PP
39402009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
3941
3942 * gdb.texinfo (Machine Code): Mention current pc marker.
3943 (Memory): Likewise.
3944
6c95b8df
PA
39452009-10-19 Pedro Alves <pedro@codesourcery.com>
3946 Stan Shebs <stan@codesourcery.com>
3947
3948 * observer.texi (new_inferior): Rename to...
3949 (inferior_appeared): ... this.
3950
3951 * gdb.texinfo (Inferiors): Rename node to ...
3952 (Inferiors and Programs): ... this. Mention running multiple
3953 programs in the same debug session.
3954 <info inferiors>: Mention the new 'Executable' column if "info
3955 inferiors". Update examples. Document the "add-inferior",
3956 "clone-inferior", "remove-inferior" and "maint info
3957 program-spaces" commands.
3958 (Process): Rename node to...
3959 (Forks): ... this. Document "set|show follow-exec-mode".
3960
2f8132f3
MS
39612009-10-11 Michael Snyder <msnyder@vmware.com>
3962
3963 * gdb.texinfo (ReverseStep): Show default as "unsupported".
3964 (ReverseContinue): Ditto.
3965
cba4b2d3
PP
39662009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
3967
3968 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 3969
da082f17
JK
39702009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3971
3972 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
3973
08be9d71
ME
39742009-10-06 Michael Eager <eager@eagercon.com>
3975
3976 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
3977 (Embedded Processors): Add MicroBlaze.
3978 (MicroBlaze): New. Describe Xilinx MicroBlaze
3979
08a0efd0
PA
39802009-10-04 Pedro Alves <pedro@codesourcery.com>
3981
3982 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
3983
cbb8f428
EZ
39842009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
3985
3986 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
3987
30a4a70c
JB
39882009-09-23 Joel Brobecker <brobecker@adacore.com>
3989
3990 * observer.texi (solib_unloaded): Document explicitly the fact that
3991 this observer is called before the associated symbols are unloaded.
3992
b3372f91
VP
39932009-09-19 Vladimir Prus <vladimir@codesourcery.com>
3994
3995 * gdb.texinfo (GDB/MI Stack Manipulation): Document
3996 -stack-list-variables.
3997
f43030c4
TT
39982009-09-18 Tom Tromey <tromey@redhat.com>
3999
4000 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
4001 is experimental.
4002
ec7e75e7
PP
40032009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4004
4005 * gdb.texinfo (convenince variables): Mention
4006 $_siginfo could be empty.
f43030c4 4007
0cc7d26f
TT
40082009-09-15 Tom Tromey <tromey@redhat.com>
4009
4010 * gdb.texinfo (GDB/MI Variable Objects): Document
4011 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
4012 Expand -var-update documentation.
4013
a96d9b2e
SDJ
40142009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4015
4016 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
4017 feature.
4018
005ca36a
JB
40192009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
4020
4021 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
4022
0d772ac9
MS
40232009-09-10 Michael Snyder <msnyder@vmware.com>
4024
4025 * gdb.texinfo (qSupported): Mention new ReverseContinue and
4026 ReverseStep replies to the qSupported query.
4027
14fb1bac
JB
40282009-09-10 Joel Brobecker <brobecker@adacore.com>
4029
4030 Add documentation for set/show interactive-mode.
4031 * gdb.texinfo (Other Misc Settings): New node.
4032
29b090c0
DE
40332009-09-01 Doug Evans <dje@google.com>
4034
4035 * gdb.texinfo (Caching Data of Remote Targets): Add note on
4036 non-stop mode's affect on remote caching.
4037
4e5d721f
DE
40382009-08-31 Jacob Potter <jdpotter@google.com>
4039 Doug Evans <dje@google.com>
4040
4041 * gdb.texinfo (Caching Data of Remote Targets): Update text.
4042 Mark `set/show remotecache' options as obsolete.
4043 Document new `set/show stack-cache' option.
4044 Update text for `info dcache'.
4045
55333a84
DE
40462009-08-27 Doug Evans <dje@google.com>
4047
4048 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
4049 (Files): Add note on new optional regex arg to `info sharedlibrary'.
4050
bc3a0b4d
RW
40512009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4052
4053 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
4054 about autoconf.
4055
3a1ff0b6
PA
40562009-08-25 Pedro Alves <pedro@codesourcery.com>
4057
4058 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
4059 small example, and describe its columns. Replace "inferior-id" by
4060 "infno" throughout.
4061
81ecdfbb
RW
40622009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4063
af542c2e
RW
4064 * gdbint.texinfo (Releasing GDB): Point to
4065 README-maintainer-mode file for required autoconf version.
4066 * configure.ac: Do not substitute datarootdir, htmldir,
4067 pdfdir, docdir. Do not process --with-datarootdir,
4068 --with-htmldir, --with-pdfdir, --with-docdir.
4069 * configure: Regenerate.
4070
81ecdfbb
RW
4071 * configure: Regenerate.
4072
4efc6507
DE
40732009-08-20 Reid Kleckner <reid@kleckner.net>
4074
4075 * gdb.texinfo: Add chapter on JIT interface.
4076
43089a6e
NR
40772009-08-07 Nick Roberts <nickrob@snap.net.nz>
4078
4079 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 4080 confirmation request.
43089a6e 4081
99e008fe
EZ
40822009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
4083
c8d5aac9
L
4084 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
4085 CRC definitions.
99e008fe 4086
48cb2d85
VP
40872009-08-03 Vladimir Prus <vladimir@codesourcery.com>
4088
4089 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 4090 -break-commands.
48cb2d85 4091
ff1a52c6
UW
40922009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4093
4094 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4095 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
4096
3285f3fe
UW
40972009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4098
4099 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4100 "set spu stop-on-load" and "show spu stop-on-load" commands.
4101
e35359c5
UW
41022009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4103
4104 * gdb.texinfo (Target Descriptions): Document <compatible> element.
4105
58d6951d
DJ
41062009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
4107
4108 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
4109 org.gnu.gdb.arm.neon.
4110
08d16641
PA
41112009-07-20 Pedro Alves <pedro@codesourcery.com>
4112
4113 * gdb.texinfo (Target Description Format): Mention the new <osabi>
4114 optional element.
4115 (subsection OS ABI): New subsection.
4116
782b2b07
SS
41172009-07-14 Stan Shebs <stan@codesourcery.com>
4118
4119 * gdb.texinfo (Tracepoint Conditions): New section.
4120 (General Query Packets): Describe ConditionalTracepoints.
4121 (Tracepoint Packets): Describe condition field.
4122 (Maintenance Commands): Describe maint agent-eval.
4123 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
4124
9b117ef3
HZ
41252009-07-11 Hui Zhu <teawater@gmail.com>
4126
4127 * gdb.texinfo (disassemble): Add a new modifier /r
4128 to "disassemble" command to make it print the raw instructions
4129 in hex as well as in symbolic form.
4130
f5a33284
TT
41312009-07-09 Tom Tromey <tromey@redhat.com>
4132
4133 * gdbint.texinfo (Testsuite): Document parallel make check.
4134
812f7342
TT
41352009-07-09 Tom Tromey <tromey@redhat.com>
4136
4137 * gdbint.texinfo (Testsuite): Document test transcripts.
4138
fbb8f299
PM
41392009-07-10 Phil Muldoon <pmuldoon@redhat.com>
4140
4141 * gdb.texinfo (Values From Inferior): Add length parameter
4142 description.
4143
dd8f35ac
EZ
41442009-07-04 Chris Genly <chris@genly.us>
4145
4146 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
4147 in -var-list-children. Fix example according to what the code
4148 does.
4149
2277426b
PA
41502009-07-02 Pedro Alves <pedro@codesourcery.com>
4151
4152 * gdb.texinfo (Debugging multiple inferiors): Document the
4153 "inferior", "detach inferior" and "kill inferior" commands.
4154 (Debugging Programs with Multiple Processes): Adjust to mention
4155 generic "inferior" commands. Delete mention of "detach fork" and
4156 "delete fork". Cross reference to "Debugging multiple inferiors"
4157 section.
4158
a6d9a66e
UW
41592009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4160
5af949e3
UW
4161 * gdbint.texinfo (Item Output Functions): Update signature
4162 for ui_out_field_core_addr.
4163
41642009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4165
4166 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
4167 Update example code extrated from breakpoint.c.
4168
9901a55b 41692009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 4170
9901a55b
PP
4171 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
4172 MI commands.
4173 (GDB/MI Symbol Query): Likewise.
4174 (GDB/MI File Commands): Likewise.
4175 (GDB/MI File Transfer Commands): Likewise.
4176 (GDB/MI Target Manipulation): Likewise.
4177 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 4178
edb3359d
DJ
41792009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
4180
4181 * gdb.texinfo (Debugging Optimized Code): New chapter.
4182 (Compiling for Debugging): Reference it. Move some
4183 text to the new section.
4184
7cd1089b
PM
41852009-06-15 Phil Muldoon <pmuldoon@redhat.com>
4186
4187 * doc/gdb.texinfo (Calling): Document
4188 set-unwind-on-terminating-exception usage.
4189
d4db2f36
PA
41902009-06-11 Pedro Alves <pedro@codesourcery.com>
4191
4192 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
4193 command.
4194
d1a7880c
PA
41952009-06-07 Pedro Alves <pedro@codesourcery.com>
4196
4197 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
4198 references.
4199
473f94e6
UW
42002009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
4201
4202 * gdbint.texinfo: Rename formal parameters to gdbarch function
4203 protoypes from "current_gdbarch" to "gdbarch".
4204
8f500870
TT
42052009-05-28 Tom Tromey <tromey@redhat.com>
4206
4207 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
4208
b6313243
TT
42092009-05-27 Tom Tromey <tromey@redhat.com>
4210
4211 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
4212 feature.
4213 (GDB/MI Variable Objects): Document -var-set-visualizer.
4214
42152009-04-02 Tom Tromey <tromey@redhat.com>
4216
4217 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
4218 feature.
4219 (GDB/MI Variable Objects): Document -var-set-visualizer.
4220
a6bac58e
TT
42212009-05-27 Tom Tromey <tromey@redhat.com>
4222 Thiago Jung Bauermann <bauerman@br.ibm.com>
4223 Phil Muldoon <pmuldoon@redhat.com>
4224
4225 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
4226 (Pretty Printing): New node.
4227 (Selecting Pretty-Printers): Likewise.
4228 (Python API): Update.
4229 (Output Formats): Document /r format.
4230
2c74e833
TT
42312009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
4232 Tom Tromey <tromey@redhat.com>
4233
4234 * gdb.texinfo (Types In Python): New node.
4235 (Values From Inferior): "type" is now an attribute.
4236 (Python API): Update.
4237
89c73ade
TT
42382009-05-27 Tom Tromey <tromey@redhat.com>
4239 Thiago Jung Bauermann <bauerman@br.ibm.com>
4240 Phil Muldoon <pmuldoon@redhat.com>
4241
4242 * gdb.texinfo: Add @syncodeindex for `tp'.
4243 (Python API): Update.
4244 (Auto-loading): New node.
4245 (Objfiles In Python): New node.
4246
17a37d48
PP
42472009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
4248
4249 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 4250
6718376f
NR
42512009-05-15 Nick Roberts <nickrob@snap.net.nz>
4252
4253 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
4254
cbe54154
PA
42552009-05-12 Pedro Alves <pedro@codesourcery.com>
4256
4257 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
4258 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
4259 show show-debug-regs' docs.
4260
8e05493c
EZ
42612009-05-08 Eli Zaretskii <eliz@gnu.org>
4262
4263 * gdb.texinfo (Process Record and Replay): Add description of
4264 reverse execution.
4265
b39f4988
JB
42662009-05-07 Joel Brobecker <brobecker@adacore.com>
4267
4268 * gdbint.texinfo (Adding support for debugging core files): New node.
4269 (Native Debugging): Remove the ``Native core file Support'' section.
4270
a2311334
EZ
42712009-05-01 Eli Zaretskii <eliz@gnu.org>
4272
4273 * gdb.texinfo (Process Record and Replay): Improve and clarify.
4274 Add index entries.
4275
53cc454a 42762009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 4277 Michael Snyder <msnyder@vmware.com>
53cc454a 4278
a2311334
EZ
4279 * gdb.texinfo: (Process Record and Replay): Add documentation for
4280 process record and replay.
53cc454a 4281
484086b7
JK
42822009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4283
4284 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
4285 a new part on command-line defined macros.
4286
32ae1842
EZ
42872009-04-25 Eli Zaretskii <eliz@gnu.org>
4288
4289 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
4290 clarify the wording.
4291
b14b1491
TT
42922009-04-23 Tom Tromey <tromey@redhat.com>
4293
4294 * gdb.texinfo (Data Files): New node.
4295 (GDB Files): Update menu.
4296
5c1e86e1
JB
42972009-04-23 Joel Brobecker <brobecker@adacore.com>
4298
4299 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 4300 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 4301
83eba9b7
VP
43022009-04-22 Vladimir Prus <vladimir@codesourcery.com>
4303
4304 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
4305
e31198c4
HZ
43062009-04-22 Hui Zhu <teawater@gmail.com>
4307
4308 * gdb.texinfo (disassemble-next-line): Set the default of
4309 disassemble-next-line to off.
4310
26e251b6
JM
43112009-04-21 Joseph Myers <joseph@codesourcery.com>
4312
4313 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
4314 --with-htmldir): New.
4315 * configure: Regenerate.
4316 * Makefile.in (datarootdir, docdir): Define.
4317 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
4318 instead of $(SET_TEXINPUTS).
4319 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
4320 gdbint.info instead of $(SET_TEXINPUTS).
4321 (gdbint/index.html): Use same -I options as for building
4322 gdbint.info.
4323 (stabs.dvi, stabs.pdf): Use same -I options as for building
4324 stabs.info instead of $(SET_TEXINPUTS).
4325 (stabs/index.html): Use same -I options as for building
4326 stabs.info.
4327 (annotate.dvi, annotate.pdf): Use same -I options as for building
4328 annotate.info instead of $(SET_TEXINPUTS).
4329 (annotate/index.html): Use same -I options as for building
4330 annotate.info.
4331
eac35c4e
DD
43322009-04-21 David Daney <ddaney@caviumnetworks.com>
4333
4334 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
4335
29b0e8a2
JM
43362009-04-21 Joseph Myers <joseph@codesourcery.com>
4337
4338 * gdb.texinfo (Source Path): Document --with-relocated-sources.
4339
2b831889 43402009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 4341 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
4342
4343 * Makefile.in (MAKEHTML): Set to makeinfo --html.
4344 (MAKEHTMLFLAGS): Set to empty.
4345 (html__strip_dir): Define.
4346 (HTMLFILES): Define.
4347 (HTMLFILES_INSTALL): Define.
4348 (install-html): Copy new automake rule.
4349 (html): Depend on $(HTMLFILES).
4350 (gdb_toc.html): Rename to gdb/index.html.
4351 (gdbint_toc.html): Rename to gdbint/index.html.
4352 (stabs_toc.html): Rename to stabs/index.html.
4353 (annotate_toc.html): Rename to annotate/index.html.
4354
89a34d1b
JM
43552009-04-17 Carlos O'Donell <carlos@codesourcery.com>
4356
4357 * Makefile.in: Set pdfdir and htmldir from configure
4358 substitutions.
4359 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
4360 * configure: Regenerate.
4361
a2d5da46
JB
43622009-04-16 Joel Brobecker <brobecker@adacore.com>
4363
4364 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
4365 This macro is no longer used.
4366
732f6a93
TT
43672009-04-15 Tom Tromey <tromey@redhat.com>
4368
4369 * gdb.texinfo (Character Sets): Document default character set.
4370
87f9adc1
PM
43712009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
4372
4373 * gdbint.texinfo: Change server name from sources.redhat.com to
4374 sourceware.org throughout.
4375
2c88c651
JB
43762009-04-09 Joel Brobecker <brobecker@adacore.com>
4377
4378 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
4379 about a missing dot or coma after @xref.
4380
4f5376b2
JB
43812009-04-02 Joel Brobecker <brobecker@adacore.com>
4382
4383 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
4384 example, and add a small explanation about it.
4385 (Print Settings): Change the documentation of the "set print
4386 frame-arguments" to reflect the fact that the default is now "scalars".
4387
a0381d3a
JB
43882009-04-02 Joel Brobecker <brobecker@adacore.com>
4389
4390 * gdb.texinfo (Print Settings): Add kindex for command "set
4391 print frame-arguments".
4392
45ac276d
JB
43932009-03-31 Joel Brobecker <brobecker@adacore.com>
4394
4395 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
4396 breakpoints.
4397 (Set Breaks): Add reference to thread-specific and task-specific
4398 breakpoints.
4399
32cd1edc
JB
44002009-03-31 Joel Brobecker <brobecker@adacore.com>
4401
4402 * gdb.texinfo (Ada Tasks): Remove the documentation about
4403 the "Running" state, as this state has been eliminated.
4404 Now all runnable tasks are shown as "Runnable".
4405
1042e4c0
SS
44062009-03-30 Stan Shebs <stan@codesourcery.com>
4407
4408 * gdb.texinfo (Tracepoints): Describe tracepoints as a
4409 special case of breakpoints.
4410 (Enable and Disable Tracepoints): Mention deprecation.
4411 (Listing Tracepoints): Update description and example.
4412
f8f6f20b
TJB
44132009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
4414
4415 * gdb.texinfo (Frames in Python): New node.
4416 (Python API): Update.
4417
c0c6f777
TJB
44182009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
4419
4420 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
4421 from a method to an attribute.
4422
def2b000
TJB
44232009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
4424
4425 * gdb.texinfo (Values From Inferior): Document is_optimized_out
4426 attribute.
4427
a07daef3
PA
44282009-03-25 Pedro Alves <pedro@codesourcery.com>
4429
4430 * observer.texi (thread_exit): Add "silent" parameter.
4431
f3b1572e
PA
44322009-03-22 Pedro Alves <pedro@codesourcery.com>
4433
4434 * observer.texi (about_to_proceed): New.
4435
587afa38
EZ
44362009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
4437
4438 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
4439 field throughout to handle types with spaces in them. Fix typos
4440 found by aspell.
4441 (Summary, Requirements, Contributors): New first chapter,
4442 "Summary" added, old Requirements section moved there, and new
4443 section, "Contributors" added.
4444 (Initializing a New Architecture, Register Representation)
4445 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
4446 (Porting gdb): These sections extended and updated.
4447 (Compiler Characteristics): This section (empty) deleted.
4448 (Defining Other Architecture Features): This section renamed and
4449 duplicate material removed from (formerly "Target Conditionals").
4450 Use braces {} in @deftypeXX type field throughout to handle types
4451 with spaces in them. Typos found by aspell fixed.
4452
4453 * stack_frame.svg: New file, source of image for gdbint.texinfo.
4454 * stack_frame.pdf: Version of image for PDF output.
4455 * stack_frame.png: Version of image for HTML output and for Emacs.
4456 * stack_frame.txt: Version of image for Info output.
1db61298 4457 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 4458
10af6951
EZ
44592009-03-21 Eli Zaretskii <eliz@gnu.org>
4460
4461 * gdb.texinfo (Character Sets): Fix last change.
4462
cc924cad
TJB
44632009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
4464
4465 * gdb.texinfo (Values From Inferior): Fix optional arguments
4466 markup.
4467 (Commands In Python): Adjust argument names of gdb.Command.__init__
4468 to what the function accepts as keywords.
4469
bc3b79fd
TJB
44702008-03-20 Tom Tromey <tromey@redhat.com>
4471
4472 * gdb.texinfo (Convenience Vars): Document convenience functions.
4473 (Functions In Python): New node.
4474 (Python API): Update.
4475
6c7a06a3
TT
44762009-03-20 Tom Tromey <tromey@redhat.com>
4477
4478 * gdb.texinfo (Character Sets): Remove obsolete text. Document
4479 set target-wide-charset.
4480 (Requirements): Mention iconv.
4481
b646ddd4
HZ
44822009-03-17 Hui Zhu <teawater@gmail.com>
4483
4484 * gdb.texinfo: Change the introduce of "disassemble-next-line".
4485
91440f57
HZ
44862009-03-17 Hui Zhu <teawater@gmail.com>
4487
4488 * gdb.texinfo: Add documentation for disassemble-next-line.
4489
8fd41227
TJB
44902009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
4491
4492 * gdb.texinfo (Commands In Python): Remove tindex entries.
4493
61ff14c6
JK
44942009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4495
4496 * gdb.texinfo (Returning): New description for missing debug info.
4497
0b16c5cf
PA
44982009-03-14 Pedro Alves <pedro@codesourcery.com>
4499
4500 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 4501 (General Query Packets): Document qAttached.
0b16c5cf 4502
32fc0df9
PA
45032009-03-05 Pedro Alves <pedro@codesourcery.com>
4504
4505 * gdb.texinfo (Background Execution): Better describe the set
4506 target-async command.
4507 (Maintenance Commands): Delete description of the `maint set/show
4508 linux-async' and `maint set/show remote-async' commands.
4509
134eb42c
VP
45102009-02-18 Vladimir Prus <vladimir@codesourcery.com>
4511
4512 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
4513 between sentences.
4514
c86cf029
VP
45152009-02-18 Vladimir Prus <vladimir@codesourcery.com>
4516
4517 * gdb.texinfo (GDB/MI Async Records): Document the
4518 =library-loaded and =library-unloaded notifications.
4519
3ea85240
VP
45202009-02-17 Vladimir Prus <vladimir@codesourcery.com>
4521
4522 * observer.texi (test_notification): New observer.
4523
1d33d6ba
VP
45242009-02-14 Vladimir Prus <vladimir@codesourcery.com>
4525
61ff14c6
JK
4526 * observer.texi: Add parameter 'print_frame' to normal_stop
4527 observer.
1d33d6ba 4528
d721c933
EZ
45292009-02-07 Eli Zaretskii <eliz@gnu.org>
4530
4531 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
4532 (Commands In Python): Fix COMMAND_* constants in last change. Use
4533 @kbd for interactive input. Add cross-references and index
4534 entries.
4535
4aa995e1
PA
45362009-02-06 Pedro Alves <pedro@codesourcery.com>
4537
4538 * gdb.texinfo (Signals): Document $_siginfo.
4539 (Convenience Variables): Mention $_siginfo.
4540 (Remote Configuration): Document qXfer:siginfo:read,
4541 qXfer:siginfo:write packets, and the read-siginfo-object,
4542 write-siginfo-object commands.
4543
5f5233d4
PA
45442009-02-06 Pedro Alves <pedro@codesourcery.com>
4545
4546 * gdbint.texinfo (Values): New chapter.
4547
d8906c6f
TJB
45482009-02-06 Tom Tromey <tromey@redhat.com>
4549
4550 * gdb.texinfo (Python API): Add entry for Commands In Python.
4551 (Commands In Python): New node.
4552
b6cb8e7d
TJB
45532009-02-05 Tom Tromey <tromey@redhat.com>
4554
4555 * gdb.texinfo (Values From Inferior): Document Value.string.
4556
12453b93
TJB
45572009-02-05 Tom Tromey <tromey@redhat.com>
4558
4559 * gdb.texinfo (Basic Python): Document execute's from_tty
4560 argument.
4561
08c637de
TJB
45622009-02-04 Tom Tromey <tromey@redhat.com>
4563
4564 * gdb.texinfo (Basic Python): Document gdb.history.
4565
592375cd
VP
45662009-01-30 Vladimir Prus <vladimir@codesourcery.com>
4567
4568 * gdb.texinfo (GDB/MI Thread Commands): Document the
4569 'current-thread-id' field. Remove the example with zero threads,
4570 since current GDB won't ever report that if there's inferior.
4571
41447f92
VP
45722009-01-30 Vladimir Prus <vladimir@codesourcery.com>
4573
4574 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
4575 option to -break-insert.
4576
098b41a6
JG
45772009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
4578 Jerome Guitton <guitton@adacore.com>
4579
4580 * gdb.texinfo (Startup): Document --with-system-gdbinit.
4581 (System-wide configuration): New section.
4582
3c16cced
PA
45832009-01-26 Pedro Alves <pedro@codesourcery.com>
4584
4585 PR gdb/7580:
4586 * gdb.texinfo (Maintenance Commands): Document "maint set|show
4587 internal-error|internal-warning quit|corefile ask|yes|no".
4588
62709adf
PA
45892009-01-26 Pedro Alves <pedro@codesourcery.com>
4590
4591 * gdb.texinfo (Using the `gdbserver' Program): Document
4592 --remote-debug.
4593
7ce58dd2
DE
45942009-01-23 Doug Evans <dje@google.com>
4595
4596 * gdb.texinfo: Add nexti to list of commands that support
4597 background execution.
4598
adb483fe
DJ
45992009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
4600
4601 * gdb.texinfo (Define, Hooks): Document prefix command support.
4602
a67ec3f4 46032009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 4604 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
4605
4606 Fixes for makeinfo --html.
4607
4608 * annotate.texinfo: Use @copying and @insertcopying. Use
4609 @ifnottex in place of @ifinfo.
4610 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
4611 place of @ifinfo. Use @ifnotinfo for one index entry.
4612 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
4613 in place of @ifinfo.
4614 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
4615 in place of @ifinfo. Include contents at start unconditionally.
4616
84fcdf95
PA
46172009-01-13 Pedro Alves <pedro@codesourcery.com>
4618
4619 * gdb.texinfo (General Query Packets): Remove @var{} around the
4620 "spu" literal string.
4621
fa3a767f
PA
46222009-01-07 Pedro Alves <pedro@codesourcery.com>
4623
4624 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
4625 program may be running in another process" errors.
4626 * gdbint.texinfo (Native Conditionals): Delete
4627 ONE_PROCESS_WRITETEXT description.
4628
9cb011d3
JB
46292009-01-07 Joel Brobecker <brobecker@adacore.com>
4630
4631 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
4632 emacs local variable to be placed at the end of the ChangeLog.
4633 Add server.c and gdbreplay.c to the list of files where the
4634 copyright year needs to be updated.
4635
84603566
SL
46362009-01-06 Sandra Loosemore <sandra@codesourcery.com>
4637
4638 * gdb.texinfo (Remote Configuration): Document new
4639 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
4640 commands.
4641
a53f55d8
PA
46422008-12-28 Pedro Alves <pedro@codesourcery.com>
4643
4644 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
4645 FETCH_INFERIOR_REGISTERS.
4646 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
4647 FETCH_INFERIOR_REGISTERS descriptions. Remove
4648 gdbarch_get_longjmp_target descrition, since already described in
4649 Target Conditionals. Move gdbarch_fp0_regnum description to ...
4650 (Target Conditionals): ... here.
4651
077e0a52
JB
46522008-12-16 Joel Brobecker <brobecker@adacore.com>
4653
4654 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
4655 examples.
4656 (Additions to Ada): Likewise. Add the missing opening and closing
4657 parenthesis of the GDB prompt in one of the examples.
4658
023eb17c
JB
46592008-12-14 Joel Brobecker <brobecker@adacore.com>
4660
4661 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
4662 about the result of 'Address not being of type System.Address.
4663 This problem has been fixed a while ago.
4664
c3b108f7
VP
46652008-12-02 Vladimir Prus <vladimir@codesourcery.com>
4666
4667 MI non-stop and multiprocess docs.
4668
c8d5aac9
L
4669 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
4670 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
4671 Adjust documentation for *stopped, document =thread-created,
4672 =thread-exited, =thread-group-created and =thread-group-exited.
4673 (GDB/MI Thread Commands): Document the 'state' field in
4674 -thread-info output.
4675 (GDB/MI Program Execution): Mention --all and --thread-group
4676 options.
4677 (GDB/MI Variable Objects): Describe floating and fixed variable
4678 objects.
4679 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 4680
07e059b5
VP
46812008-12-02 Vladimir Prus <vladimir@codesourcery.com>
4682
c8d5aac9
L
4683 * gdb.texinfo (Operating System Information): New appendix.
4684 (Operating System Auxiliary Information): Document 'info os processes'
4685 (Remote Configuration): Document 'osdata'
4686 (General Query Packets): Document qXfer:osdata:read.
07e059b5 4687
a80b95ba
TG
46882008-11-27 Tristan Gingold <gingold@adacore.com>
4689
4690 * gdb.texinfo (Darwin): Document Darwin specific features.
4691
a655d424
JK
46922008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4693
4694 * gdbint.texinfo (Target Conditionals): Extend the
4695 gdbarch_breakpoint_from_pc description.
4696
249e1128
VP
46972008-11-22 Vladimir Prus <vladimir@codesourcery.com>
4698
4699 * gdb.texinfo (M68K Features): Fix typo.
4700
c14c28ba
PP
47012008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
4702
4703 * gdb.texinfo (Symbols): Mention printing containing
4704 image name in "info symbol".
4705 (Maint translate-address): Likewise.
889bf7c5 4706
394a6666
JB
47072008-11-18 Joel Brobecker <brobecker@adacore.com>
4708
4709 * gdb.texinfo (Set Catchpoints): Remove the documentation of
4710 commands "catch load" and "catch unload".
4711
66bb093b
VP
47122008-11-17 Vladimir Prus <vladimir@codesourcery.com>
4713
4714 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 4715 =thread-selected.
889bf7c5 4716
4a92f99b
VP
47172008-11-17 Vladimir Prus <vladimir@codesourcery.com>
4718
c8d5aac9 4719 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 4720
f0323ca0
PA
47212008-10-27 Pedro Alves <pedro@codesourcery.com>
4722
4723 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
4724 .mt files, TM_CLIBS or TM_CDEPS.
4725 (x86 Watchpoints): Don't mention TDEPFILES.
4726
8b23ecc4
SL
47272008-10-24 Sandra Loosemore <sandra@codesourcery.com>
4728
4729 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
4730 (Overview): Mention notifications and non-stop mode behavior.
4731 (Packets): Update documentation of ?, vAttach, vCont, and vRun
4732 with non-stop mode behavior. Add vStopped description.
4733 (Stop Reply Packets): Update list of packets that return
4734 stop replies. Mention non-stop behavior.
4735 (General Query Packets): Document QNonStop packet and associated
4736 qSupported query response.
4737 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
4738 behavior.
4739 (Notification Packets): New section.
4740 (Remote Non-Stop): New section.
4741 (File-I/O Overview): Mention non-stop behavior.
4742
fff08868
HZ
47432008-10-24 Hui Zhu <teawater@gmail.com>
4744 Pedro Alves <pedro@codesourcery.com>
4745
4746 * gdb.texinfo (displaced-stepping): Describe the auto mode
4747 setting, and say it's the default. This is now a mainstream
4748 setting instead of a maintenance setting.
4749
252fbfc8
PA
47502008-10-23 Pedro Alves <pedro@codesourcery.com>
4751
4752 * observer.texi (thread_stop_requested): New.
4753
20924a55
JB
47542008-10-22 Joel Brobecker <brobecker@adacore.com>
4755
4756 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
4757 (Patching): Replace incorrect usage of @samp by @kbd.
4758
bacec72f
MS
47592008-10-17 Michael Snyder <msnyder@vmware.com>
4760
4761 * gdb.texinfo: Add documentation for reverse execution.
4762
a08702d6 47632008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 4764 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
4765
4766 * gdb.texinfo. (Values From Inferior): New subsubsection.
4767
d97bc12b
DE
47682008-10-06 Doug Evans <dje@google.com>
4769
4770 * gdb.texinfo (set debug dwarf2-die): Document it.
4771
87f67dba
JB
47722008-10-01 Joel Brobecker <brobecker@adacore.com>
4773
4774 * gdb.texinfo (catch) [exception]: Document how to insert
4775 a breakpoint on user-defined exceptions when the exception
4776 name is identical to one of the language-defined ones.
4777
2fae03e8
TT
47782008-09-27 Tom Tromey <tromey@redhat.com>
4779
4780 * gdb.texinfo (Macros): Remove text about stringification,
4781 varargs, and splicing.
4782
5c6ce71d
TT
47832008-09-27 Tom Tromey <tromey@redhat.com>
4784
4785 * gdbint.texinfo (Language Support): Remove text about omitting
4786 support for a language.
4787
07128da0
DE
47882008-09-23 Doug Evans <dje@google.com>
4789
4790 * gdb.texinfo (info dcache): Update.
4791
b90a069a
SL
47922008-09-22 Sandra Loosemore <sandra@codesourcery.com>
4793
4794 * gdb.texinfo (Packets): Add info on thread-id syntax and
4795 multiprocess extensions.
4796 <D>: Document multiprocess form of packet.
4797 <H>: Use thread-id syntax.
4798 <T>: Likewise.
4799 <vCont>: Likewise. Note this is required for multiprocess.
4800 <vKill>: New packet.
4801 (Stop Reply Packets) <T>: Use thread-id syntax.
4802 <W>: Document multiprocess form of reply.
4803 <X>: Likewise.
4804 (General Query Packets) <qC>: Use thread-id syntax.
4805 <qfThreadInfo>: Likewise.
4806 <qGetTLSAddr>: Likewise.
4807 <qP>: Likewise.
4808 <qSupported>: Add "multiprocess" feature.
4809 <qThreadExtraInfo>: Use thread-id syntax.
4810
b77209e0
PA
48112008-09-22 Stan Shebs <stan@codesourcery.com>
4812
4813 * gdb.texinfo (Inferiors): New section.
4814
3d0bb823
PA
48152008-09-12 Pedro Alves <pedro@codesourcery.com>
4816
4817 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
4818
f8dcfc0a
UW
48192008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
4820
4821 * gdbint.texinfo (Target Conditionals): Remove documentation
4822 for gdbarch_name_of_malloc.
4823
8775bb90
MS
48242008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
4825
4826 * gdb.texinfo (Interrupts): Mention TCP interface for
4827 sending BREAK.
4828
f1838a98
UW
48292008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
4830
4831 * gdb.texinfo (Commands to Specify Files): Document "remote:"
4832 argument prefix to "set sysroot".
4833
158c7665
PH
48342008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
4835
4836 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
4837 and False.
4838
30e026bb
VP
48392008-08-20 Vladimir Prus <vladimir@codesourcery.com>
4840
c8d5aac9
L
4841 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
4842 for possible features of -list-features.
30e026bb 4843
c6ebd6cf
VP
48442008-08-19 Vladimir Prus <vladimir@codesourcery.com>
4845
c8d5aac9 4846 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
4847 (GDB/MI Miscellaneous Commands): Document -list-target-features.
4848
aeac0ff9
VP
48492008-08-19 Vladimir Prus <vladimir@codesourcery.com>
4850
4851 * doc/gdb.texinfo (PowerPC): Fix typo.
4852 (PowerPC features): Fix typo.
4853
5231c1fd
PA
48542008-08-18 Pedro Alves <pedro@codesourcery.com>
4855
4856 * observer.texi (thread_ptid_changed): New.
4857
677c5bb1
LM
48582008-08-18 Luis Machado <luisgpm@br.ibm.com>
4859
4860 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
4861 (PowerPC features): Mention feature set for VSX registers.
4862
f3a2dd1a
JB
48632008-08-13 Joel Brobecker <brobecker@adacore.com>
4864
4865 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
4866 the direct visibility of all names in user-written packages.
4867
33e5cbd6
PA
48682008-08-13 Pedro Alves <pedro@codesourcery.com>
4869
4870 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
4871 setting, and make it the default.
4872 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
4873 non-stop script example.
4874
d0384fc4
TJB
48752008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
4876
4877 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
4878 reference to the "Using Different Register and Memory Data
4879 Representation" section.
4880
a6f3e723
SL
48812008-08-12 Sandra Loosemore <sandra@codesourcery.com>
4882
4883 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
4884 (Remote Protocol): Add Packet Acknowledgment to menu.
4885 (Overview): Mention +/- can be disabled, and point to new section
4886 where this is discussed in detail.
4887 (General Query Packets): Document QStartNoAckMode packet, and
4888 corresponding qSupported reply.
4889 (Packet Acknowledgment): New section.
4890
0606b73b
SL
48912008-08-11 Sandra Loosemore <sandra@codesourcery.com>
4892 Pedro Alves <pedro@codesourcery.com>
4893
4894 * gdb.texinfo (Threads): Move paragraph about automatic thread
4895 selection to All-Stop Mode subsection.
4896 (Thread Stops): Reorganize existing material into subsections.
4897 Add introductory blurb and menu.
4898 (Non-Stop Mode): New subsection.
4899 (Background Execution): New subsection.
4900 (Maintenance Commands): Add cross-references from async mode
4901 commands to the new Background Execution section.
4902
d57a3c85
TJB
49032008-08-06 Tom Tromey <tromey@redhat.com>
4904
4905 * gdb.texinfo (Extending GDB): New chapter.
4906 (Sequences): Demoted chapter, now a section under the new
4907 Extending GDB chapter.
4908 (Python): New section.
4909
6d76a53d
SS
49102008-07-31 Stan Shebs <stan@codesourcery.com>
4911
4912 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
4913
1f70da6a
SS
49142008-07-29 Stan Shebs <stan@codesourcery.com>
4915
4916 * gdbint.texinfo: General round of cleanup and minor
4917 clarifications.
4918 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
4919 (Longjmp Support): Update description to reflect how it is done
4920 for targets without using native header.
4921 (Symbol Handling): Add a little more general explanation.
4922 (COFF, ELF): Mention stabs encapsulation.
4923 (DWARF 3): New section.
4924 (Adding a New Host): Scrub out some obsolete bits.
4925 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
4926 (Host Conditionals): Remove descriptions of NO_STD_REGS,
4927 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
4928 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
4929 SEEK_SET, STOP_SIGNAL, USG.
4930 (Raw and Virtual Register Representations): Ditto for
4931 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
4932 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
4933 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
4934 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
4935 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
4936 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
4937 DEPRECATED_REGISTER_VIRTUAL_SIZE,
4938 DEPRECATED_REGISTER_VIRTUAL_TYPE,
4939 DEPRECATED_USE_STRUCT_CONVENTION.
4940 Describe gdbarch_deprecated_fp_regnum.
4941 Update description of gdbarch_print_insn.
4942 (Adding a New Target): Scrub out obsolete bits.
4943 (Obsolete Conditionals): Remove entire section.
4944
383f836e
TT
49452008-07-25 Tom Tromey <tromey@redhat.com>
4946
4947 * observer.texi (GDB Observers): Document new observers:
4948 breakpoint_created, breakpoint_deleted, breakpoint_modified,
4949 tracepoint_created, tracepoint_deleted, tracepoint_modified,
4950 architecture_changed.
4951
cfd8ab24
SS
49522008-07-21 Stan Shebs <stan@codesourcery.com>
4953
4954 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
4955 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
4956
781b42b0
TT
49572008-07-21 Tom Tromey <tromey@redhat.com>
4958
4959 * observer.texi (GDB Observers): Remove obsolete comment.
4960 <executable_changed>: Remove argument.
4961
d7d9f01e
TT
49622008-07-18 Tom Tromey <tromey@redhat.com>
4963
4964 * gdb.texinfo (Macros): Update. Use @code rather than @command.
4965
bf250677
DE
49662008-07-10 Doug Evans <dje@google.com>
4967
4968 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
4969
10568435
JK
49702008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4971
4972 * gdb.texinfo (Starting): Document "set disable-randomization".
4973
5ae4183a
AS
49742008-07-07 Andreas Schwab <schwab@suse.de>
4975
4976 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
4977
b56e7235
VP
49782008-07-06 Vladimir Prus <vladimir@codesourcery.com>
4979
4980 * gdb.texinfo (GDB/MI Target Manipulation): Add
4981 example of -target-attach.
4982
e1ac3328
VP
49832008-06-10 Vladimir Prus <vladimir@codesourcery.com>
4984
4985 * observer.texi (target_resumed): New observer.
5ae4183a 4986 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 4987
65d12d83
TT
49882008-06-06 Tom Tromey <tromey@redhat.com>
4989
4990 * gdb.texinfo (Completion): Add field name example.
4991
fbc5282e
MK
49922008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
4993
4994 * gdb.texinfo (GDB/MI Program Context): Added example
4995 to -exec-arguments
5ae4183a 4996
fbc5282e 49972008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
4998
4999 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
5000 annotation.
5001
c16158bc 50022008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
5003 Nathan Sidwell <nathan@codesourcery.com>
5004 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
5005
5006 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
5007 and ACX_BUGURL.
5008 * configure: Regenerate.
5009 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
5010 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
5011 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
5012 mailing-list-specific text about bug reporting unless
5013 BUGURL_DEFAULT.
5014
75c99385
PA
50152008-06-05 Pedro Alves <pedro@codesourcery.com>
5016
5017 * gdb.texinfo (-target-select): Remove reference to target async.
5018 (Maintenance Commands): Document "maint set/show remote-async".
5019
1763a388
MK
50202008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
5021
5022 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
5023 in -target-file-get section.
5ae4183a 5024
d0d064df
PA
50252008-05-22 Pedro Alves <pedro@codesourcery.com>
5026
9b562ab8
PA
5027 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
5028 killing the inferior when it is already debugging a process.
d0d064df 5029
8dfa32fc
JB
50302008-05-21 Joel Brobecker <brobecker@adacore.com>
5031
5032 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
5033 abbreviation for "finish".
5034
55f996a7
NR
50352008-05-21 Nick Roberts <nickrob@snap.net.nz>
5036
5037 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
5038
ba2b1c56
DJ
50392008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5040
5041 * gdbint.texinfo (Target Conditionals): Delete entry for
5042 gdbarch_dwarf_reg_to_regnum.
5043
08388c79
DE
50442008-05-09 Doug Evans <dje@google.com>
5045
a3c83fae 5046 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 5047
d14508fe
DE
50482008-05-05 Doug Evans <dje@google.com>
5049
5050 * gdb.texinfo (disassemble): Document /m modifier.
5051
e2b7ddea
VP
50522008-05-05 Vladimir Prus <vladimir@codesourcery.com>
5053
5ae4183a
AS
5054 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
5055 will not report the time of commands that run the target.
e2b7ddea 5056
8eb41542
VP
50572008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5058
5059 * gdb.texinfo (GDB/MI Output Records): Add
5060 missing semicolon.
5061
82f68b1c
VP
50622008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5063
5064 * gdb.texinfo (GDB/MI Output Records):
5065 Document =thread-create and =thread-exited.
5066
fa0f268d
VP
50672008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5068
5069 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 5070 Remove mention of dmi-discuss.
fa0f268d 5071
063bfe2e
VP
50722008-05-03 Pedro Alves <pedro@codesourcery.com>
5073
5074 * observer.texi (thread_exit): New.
5075
237fc4c9
PA
50762008-05-02 Pedro Alves <pedro@codesourcery.com>
5077
5078 * gdb.texinfo (Debugging Output): Document "set/show debug
5079 displaced".
5080 (Maintenance Commands): Document "maint set/show
5081 can-use-displaced-stepping".
5082
0428b8f5
DJ
50832008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
5084
5085 * gdb.texinfo (ARM): Document set/show arm fallback-mode
5086 and set/show arm force-mode.
5087
5009afc5
AS
50882008-05-02 Andreas Schwab <schwab@suse.de>
5089
5090 * gdbint.texinfo (Algorithms): Describe
5091 target_watchpoint_addr_within_range.
5092
669fac23
DJ
50932008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
5094
5095 * gdbint.texinfo (Stack Frames): New chapter.
5096 (Algorithms): Move Frames text to the new chapter.
5097 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
5098 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
5099
721c02de
VP
51002008-04-24 Vladimir Prus <vladimir@codesourcery.com>
5101
5ae4183a
AS
5102 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
5103 output does not necessary include any tokens.
721c02de 5104
c055b101
CV
51052008-04-22 Corinna Vinschen <vinschen@redhat.com>
5106
5107 * gdb.texinfo (Set SH Calling convention): New @item.
5108 (Show SH Calling convention): Ditto.
5109
68837c9d
MD
51102008-04-22 Markus Deuling <deuling@de.ibm.com>
5111
5112 * gdb.texinfo (Fortran Operators): Describe '%' operator.
5113
2e9132cc
EZ
51142008-04-20 Eli Zaretskii <eliz@gnu.org>
5115
5116 * gdb.texinfo (Set Breaks): Mention that multiple location
5117 breakpoints need line number info. Add index entries.
5118
31fffb02
CS
51192008-04-19 Craig Silverstein <csilvers@google.com>
5120
5121 * gdb.texinfo (Requirements): Add an optional requirement on
5122 zlib.
5123 * gdbint.texinfo (Debugging File Formats): Add new subsection for
5124 Compressed DWARF 2.
5125
a47ec5fe
AR
51262008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
5127
5128 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
5129 sample output for 'stopped,reason="breakpoint-hit"' message.
5130 (GDB/MI Program Execution): Likewise.
5131
de051565
MK
51322008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
5133
5ae4183a 5134 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
5135 -var-set-format. Add -f option to -var-evaluate-expression.
5136
6ba66d6a
JB
51372008-04-03 Joel Brobecker <brobecker@adacore.com>
5138
5139 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
5140 new node "Ambiguous Expressions". Replace references to this
5141 node by references to "Ambiguous Expressions" throughout.
5142 (Ambiguous Expressions): New node.
5143
1e26b4f8
DJ
51442008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
5145
5146 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
5147
b84876c2
PA
51482008-03-21 Pedro Alves <pedro@codesourcery.com>
5149
5150 * gdb.texinfo (Debugging Output): Document
5151 "set/show debug lin-lwp-async".
5152 (Maintenance Commands): Document "maint set/show linux-async".
5153
63092375
DJ
51542008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5155
5156 * gdb.texinfo (Expressions): Update description of malloced arrays.
5157
8e8901c5
VP
51582008-03-15 Vladimir Prus <vladimir@codesourcery.com>
5159
5160 * gdb.texinfo (Thread Commands): Document
5161 -thread-info. Remove -thread-list-all-threads.
5162
1fddbabb
PA
51632008-03-14 Pedro Alves <pedro@codesourcery.com>
5164 Sandra Loosemore <sandra@codesourcery.com>
5165
5166 * gdb.texinfo (Library List Format): Update to mention the
5167 possibility to pass section addresses instead of segment
5168 addresses.
5169
ccd213ac
DJ
51702008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
5171
5172 * gdb.texinfo (Starting): Document "set exec-wrapper".
5173 (Server): Document gdbserver --wrapper.
5174
fa4727a6
DJ
51752008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
5176
5177 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
5178 unreadable memory. Delete obsolete SPARClite reference.
5179
8edfe269
DJ
51802008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
5181
5182 * gdb.texinfo (Starting): Mention always-running targets.
5183 (Target Commands): Add an anchor for load.
5184 (Connecting): Explain continue instead of run.
5185
1843f87b
DJ
51862008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
5187
5188 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
5189
f9082629
NR
51902008-02-26 Nick Roberts <nickrob@snap.net.nz>
5191
5192 * gdb.texinfo (Set Breaks): Revert description of Enb column of
5193 breakpoint table.
5194
fd96d250
PA
51952008-02-19 Pedro Alves <pedro@codesourcery.com>
5196
5197 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
5198 killing the inferior when it is already debugging a process.
5199
36af4ef6
MD
52002008-02-13 Markus Deuling <deuling@de.ibm.com>
5201
5202 * gdbint.texinfo (Build Script): New section. Mention new build script
5203 gdb_buildall.sh.
5204
cda4ce5a
JB
52052008-02-01 Jim Blandy <jimb@red-bean.com>
5206
5207 * gdb.texinfo (Help): Summarize 'info args' correctly.
5208
4acd40f3
TJB
52092008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5210
5211 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
5212 available in PowerPC architecture.
5213 (Embedded Processors): Change node name of PowerPC item in menu.
5214 (PowerPC): Rename to...
5215 (PowerPC Embedded): this.
5216 (Architectures): Add new PowerPC item in menu.
5217 (PowerPC): New node.
5218
6e6c6f50
DJ
52192008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
5220
5221 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
5222 commands.
5223
5ee187d7
DJ
52242008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
5225
5226 * gdb.texinfo (Setting Catchpoints): Mention features
5227 supported on GNU/Linux.
5228
e275c0d9
NR
52292008-01-30 Nick Roberts <nickrob@snap.net.nz>
5230
5231 * gdb.texinfo (GDB/MI File Commands): Describe new output
5232 field for MI command -file-list-exec-source-file.
5233
2d717e4f
DJ
52342008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5235
5236 * gdb.texinfo (Using the `gdbserver' Program): Add security
5237 warning. Rearrange into subsections and subsubsections. Document
5238 --multi and --debug. Correct --with-sysroot typo. Update --attach
5239 usage. Make load reference clearer. Document monitor exit.
5240 (Remote Configuration): Document set remote exec-file, attach-packet,
5241 and run-packet.
5242 (Packets): Document vAttach and vRun.
5243
d35a4257 52442008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
5245
5246 * gdb.texinfo (Processes): Mention process command.
889bf7c5 5247 detach-on-follow -> detach-on-fork.
f663676d 5248
c78d192c
DJ
52492008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5250
5251 * gdbint.texinfo (Native Conditionals): Remove
5252 SHELL_COMMAND_CONCAT and SHELL_FILE.
5253
d35a4257
EZ
52542008-01-26 Eli Zaretskii <eliz@gnu.org>
5255
5256 * gdb.texinfo (Specify Location): Improve wording.
5257
93815fbf
VP
52582008-01-23 Chris Demetriou <cgd@google.com>
5259
5260 * gdb.texinfo (Threads): Document new "set print thread-events"
5261 and "show print thread-events" commands.
5262
2a25a5ba
EZ
52632008-01-19 Eli Zaretskii <eliz@gnu.org>
5264
5265 * gdb.texinfo (Specify Location): New section.
5266 (Delete Breaks, Edit, Set Breaks): Remove description of
5267 locations. Instead, add a reference to "Specify Location".
5268 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
5269 (Symbols): Refer to "Specify Location" for the valid forms of
5270 linespecs and locations.
5271
32c9a795
MD
52722008-01-18 Markus Deuling <deuling@de.ibm.com>
5273
5274 * gdbint.texinfo (Target Conditionals): Replace the description of
5275 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
5276
b17828ca
JB
52772008-01-12 Paul Hilfinger <hilfinger@adacore.com>
5278
5279 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
5280 about &&var, which is rejected by the expression parser.
5281
0aea4bf3
LM
52822008-01-09 Luis Machado <luisgpm@br.ibm.com>
5283
5284 * gdb.texinfo (Output): Update documentation on using printf with DFP
5285 types.
5286
febe4383
TJB
52872008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
5288
5289 * gdb.texinfo (C and C++): Add Decimal Floating Point format
5290 subsubsection.
5291 (Decimal Floating Point format): New subsubsection.
5292
7a404eba
PA
52932008-01-05 Pedro Alves <pedro@codesourcery.com>
5294
5295 * gdb.texinfo (File Options): Remove mention of the attempt to
5296 open a core file with the -p option. Don't list -c as a valid
5297 option to attach to a process.
5298
a4d9b460
PA
52992008-01-05 Pedro Alves <pedro@codesourcery.com>
5300
5301 * gdbint.texinfo (Host Conditionals): Remove mention of
5302 ALIGN_STACK_ON_ENTRY.
5303
6ec2edbe
JB
53042008-01-05 Joel Brobecker <brobecker@adacore.com>
5305
5306 * gdbint.texinfo (Start of New Year Procedure): Add item
5307 describing how to update the source and documentation copyright
5308 notices.
5309
d8b2a693
JB
53102007-12-18 Jim Blandy <jimb@codesourcery.com>
5311
ab209b3a 5312 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
5313 watchpoint explanation into the main description of the watchpoint
5314 command; update synopses of 'watch', 'rwatch', and 'awatch'
5315 commands.
5316
8b4ed427
VP
53172007-12-18 Vladimir Prus <vladimir@codesourcery.com>
5318
5319 * gdb.texinfo (Miscellaneous gdb/mi Commands):
5320 Document 'pending-breakpoints' feature of
5321 -list-features.
5322
37e4754d
LM
53232007-12-17 Luis Machado <luisgpm@br.ibm.com>
5324
669fac23 5325 * gdb.texinfo: Add new parameter's description.
37e4754d 5326
1d3811f6
DJ
53272007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
5328
5329 * gdb.texinfo (Overview): Clarify run-length encoding
5330 example. Remove the restriction on "+" and "-" characters.
5331
c1c25a1a
EZ
53322007-12-15 Eli Zaretskii <eliz@gnu.org>
5333
5334 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
5335
afe8ab22 53362007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 5337
afe8ab22
VP
5338 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
5339 the -f option for -break-insert, remove -r option,
5340 and clarify specification of location.
5341
a6b151f1
DJ
53422007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
5343
5344 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
5345 formatting.
5346 (Remote Debugging): Add File Transfer section.
5347 (Remote Configuration): Document Host I/O packets.
5348 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 5349 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
5350 (Packets): Add vFile.
5351
3b784c4f
EZ
53522007-11-17 Eli Zaretskii <eliz@gnu.org>
5353
5354 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
5355 breakpoints with multiple locations.
5356 (Breakpoint Menus): Improve wording.
5357 (Output): Fix last change.
5358
a4ce5b0d
UW
53592007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
5360
5361 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
5362
1b39d5c0
DE
53632007-11-15 Doug Evans <dje@google.com>
5364
5365 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
5366
7a72d44c
VP
53672007-11-15 Vladimir Prus <vladimir@codesourcery.com>
5368
5369 * gdbint.texinfo (Native Conditionals): Remove
5370 mention of CLEAR_SOLIB.
5ae4183a 5371
6d1829bf 53722007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
5373
5374 * gdb.texinfo (Print Settings): Add documentation for "set/show
5375 print frame-arguments".
5376
1a619819
LM
53772007-11-05 Luis Machado <luisgpm@br.ibm.com>
5378
3b784c4f 5379 * gdb.texinfo (Output): Update printf command's description.
1a619819 5380
55eddb0f
DJ
53812007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
5382
5383 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
5384 powerpc soft-float".
5385
9cceb671
DJ
53862007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5387
5388 * gdb.texinfo (Files): Correct formatting. Mention Expat
5389 requirement.
5390 (Requirements for Building GDB): Expand the list of Expat
5391 uses.
5392 (Library List Format, Memory Map Format): Mention Expat.
5393 (Target Descriptions): Update Expat wording.
5394
83acabca
DJ
53952007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5396
5397 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
5398 Document that gdbarch_convert_register_p should return zero for no-op
5399 conversions.
5400
e35879db
UW
54012007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
5402
83acabca 5403 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
5404 of set_gdbarch_sofun_address_maybe_missing back to ...
5405 (Target Conditionals): ... here to fix build break.
5406
203c3895
UW
54072007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
5408
83acabca 5409 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
5410 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
5411 (Compiler Characteristics): ... documentation of
5412 set_gdbarch_sofun_address_maybe_missing.
5413
11411de3
DJ
54142007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
5415
5416 * gdbint.texinfo (Target Conditionals): Use
5417 frame_unwind_register_unsigned in examples instead of
5418 frame_unwind_unsigned_register.
5419
7cc46491
DJ
54202007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
5421
5422 * gdb.texinfo (Predefined Target Types): Add int128
5423 and uint128.
5424 (Standard Target Features): Add PowerPC features.
5425
81adfced
DJ
54262007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
5427
5428 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
5429
c1874924
UW
54302007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
5431
5432 * gdbint.texi (Target Conditionals): Remove documentation
5433 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
5434 gdbarch_extract_return_value, and gdbarch_store_return_value.
5435
f6e56ab3
UW
54362007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
5437
5438 * gdbint.texi (Target Conditionals): Remove documentation of
5439 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
5440
56cf5405
KH
54412007-10-11 Kazu Hirata <kazu@codesourcery.com>
5442
5443 * gdb.texinfo: Mention that inaccessible-by-default is on by
5444 default.
5445
35156bae
DJ
54462007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
5447
5448 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
5449
d983da9c
DJ
54502007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
5451
5452 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
5453 multi-threaded watchpoints.
5454 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
5455 checked. Describe sticky notification. Expand description
5456 of steppable and continuable watchpoints.
5457 (Watchpoints and Threads): New subsection.
5458
fe6fbf8b
VP
54592007-09-28 Vladimir Prus <vladimir@codesourcery.com>
5460
5461 * gdb.texinfo (Setting Breakpoints): Revise
5462 documentation for pending breakpoints. Document
5463 breakpoints with multiple locations.
5ae4183a 5464
084344da
VP
54652007-09-19 Vladimir Prus <vladimir@codesourcery.com>
5466
5467 * gdb.texinfo (Miscellaneous gdb/mi Commands):
5468 Document -list-features.
5ae4183a 5469
82160952
EZ
54702007-09-15 Eli Zaretskii <eliz@gnu.org>
5471
5472 * gdb.texinfo (Output): Spell out which features of C's printf are
5473 not supported by GDB's printf.
7e27a47a
EZ
5474 (Separate Debug Files): More accurate wording regarding build ID
5475 and a reference to the ld manual rather than the Fedora wiki.
82160952 5476
ea37ba09
DJ
54772007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
5478 Jim Blandy <jimb@codesourcery.com>
5479
5480 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
5481 (Examining Memory): Update mentions of the 's' format.
5482 (Automatic Display): Likewise.
5483
b8533aec
DJ
54842007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
5485
5486 * gdb.texinfo: Update the FSF's Back-Cover Text.
5487
83f83d7f
JK
54882007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5489 Eli Zaretskii <eliz@gnu.org>
5490
5491 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
5492 Fixed the ``build ID'' name. New binaries build instructions for the
5493 build ID inclusion. Explain how the commands are specific to the build
5494 ID vs. debug link.
5495
c7e83d54
EZ
54962007-09-01 Eli Zaretskii <eliz@gnu.org>
5497
5498 * gdb.texinfo (Separate Debug Files): Fix last change. Add
5499 indexing for ``build ID'' support.
5500
d3750b24
JK
55012007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5502
5503 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
5504 Enlisted BUILD ID to the debug file searching example.
5505 Included a BUILD ID `.note.gnu.build-id' section description.
5506 Updated/added the debug files splitting instructions for OBJCOPY.
5507
02142340
VP
55082007-08-31 Vladimir Prus <vladimir@codesourcery.com>
5509
5510 * gdb.texinfo (Variable Objects): Adjust docs
5511 for -var-info-expression and document
5512 -var-info-path-expression.
5513
d3bdde98
JB
55142007-08-20 Jim Blandy <jimb@codesourcery.com>
5515
3fb6a982
JB
5516 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
5517 (title page): Include the dedication in the printed manual, as a
5518 separate page after the copyright notice.
5ae4183a 5519
d3bdde98
JB
5520 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
5521 don't break a @var across a line.
5522
c80a96a8
MR
55232007-07-25 Maciej W. Rozycki <macro@mips.com>
5524
5525 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
5526 for include files.
5527
5824a901
NR
55282007-07-12 Nick Roberts <nickrob@snap.net.nz>
5529
5530 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
5531 in annotate.texinfo.
5532 (Command History): Link to new node.
5824a901 5533
d52e7ea3
UW
55342007-07-05 Markus Deuling <deuling@de.ibm.com>
5535
5536 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
5537
5fc14d0a
EZ
55382007-07-05 Eli Zaretskii <eliz@gnu.org>
5539
5540 * gdbint.texinfo (Target Conditionals): Fix last change.
5541
4a9bb1df
UW
55422007-07-03 Markus Deuling <deuling@de.ibm.com>
5543
5544 * gdb.texinfo: Replace following macros by their appropriate gdbarch
5545 routines:
5546 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
5547 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
5548 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
5549 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
5550 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
5551 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
5552 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
5553 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
5554 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
5555 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
5556 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
5557 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
5558 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
5559 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
5560 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
5561 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
5562 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
5563 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
5564 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
5565 (SOFTWARE_SINGLE_STEP_P)
5566
5567 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
5568 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
5569
5570 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
5571 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
5572 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
5573 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
5574 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
5575 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
5576 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
5577 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
5578 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
5579 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
5580
5581 (Converting an existing Target Architecture to Multi-arch): Remove
5582 section.
5583
5584 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
5585 (gdbarch_addr_bits_remove): Add code example.
5586
5587 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
5588
cfa9d6d9
DJ
55892007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
5590
5591 * gdb.texinfo (Remote Configuration): Document library-info-packet.
5592 Add other missing entries. Adjust the table size to fit.
5593 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
5594 stop reasons including the new "library" event.
5595 (General Query Packets): Adjust table widths for qSupported. Mention
5596 qXfer:libraries:read reply to qSupported and document the new packet.
5597 (Library List Format): New section.
5598
159fcc13
JK
55992007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5600
5601 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
5602
f66d1690
MS
56032007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
5604
5605 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
5606
67102876
NR
56072007-06-25 Nick Roberts <nickrob@snap.net.nz>
5608
5609 * gdbint.texinfo (Register and Memory Data): Break sections
5610 into nodes and add a menu.
5611
a4642986
MR
56122007-06-21 Maciej W. Rozycki <macro@mips.com>
5613
5614 * gdb.texinfo (Examining Memory): Document the new behaviour.
5615
e9c17194
VP
56162007-06-21 Vladimir Prus <vladimir@codesourcery.com>
5617
5618 * gdb.texinfo (Standard Target Features): Document
5619 m68k features.
5620
31d99776
DJ
56212007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
5622
5623 * gdb.texinfo (General Query Packets): Document qOffsets changes.
5624
1780a0ed
DJ
56252007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5626
5627 * gdb.texinfo (Target Description Format): Add version attribute
5628 for <target>.
5629
822b6570
DJ
56302007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5631
5632 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
5633
f8b73d13
DJ
56342007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5635
5636 * gdb.texinfo (MIPS Features): New subsection.
5637
0e7f50da
UW
56382007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
5639 Markus Deuling <deuling@de.ibm.com>
5640
5641 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
5642 and qXfer:spu:write packets and mention them under qSupported.
5643
23d964e7
UW
56442007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
5645 Markus Deuling <deuling@de.ibm.com>
5646
5647 * gdb.texinfo (Architectures): Add new SPU section to document
5648 Cell Broadband Engine SPU architecture specific commands.
5649
9f708cb2
VP
56502007-06-09 Vladimir Prus <vladimir@codesourcery.com>
5651
5652 * gdb.texinfo (GDB/MI Variable Objects): Editorial
5653 comments.
5654
7579b5f8
NR
56552007-06-07 Nick Roberts <nickrob@snap.net.nz>
5656
5657 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
5658
bf06d120
JB
56592007-05-29 Jim Blandy <jimb@codesourcery.com>
5660
5661 * gdb.texinfo (Overview): Doc fix.
5662
23776285
MR
56632007-05-22 Maciej W. Rozycki <macro@mips.com>
5664
5665 * gdb.texinfo (Remote Configuration): Document "set/show
5666 remoteflow".
5667
1a69e1e4
DJ
56682007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
5669
bf06d120
JB
5670 * gdb.texinfo (MIPS): Remove documentation for set mips
5671 saved-gpreg-size, show mips saved-gpreg-size, and set mips
5672 stack-arg-size.
1a69e1e4 5673
46ba6afa 56742007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 5675
46ba6afa
BW
5676 * all-cfg.texi (GDBTUI): New.
5677 * gdb.texinfo (Mode Options): Use GDBTUI variable.
5678 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
5679 (TUI Configuration): Edit to improve clarity and fix problems of
5680 both style and content.
5ae4183a 5681
06d3b283
UW
56822007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
5683
5684 * observer.texi (GDB Observers): New observer "new_objfile".
5685
179101d6
UW
56862007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
5687
5688 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
5689
25d5ea92
VP
56902007-04-14 Vladimir Prus <vladimir@codesourcery.com>
5691
5692 * gdb.texinfo (GDB/MI Variable Objects): Document
5693 frozen variables objects.
5ae4183a 5694
ea35711c
DJ
56952007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
5696
5697 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
5698 (Character Sets, Caching Data of Remote Targets): Likewise.
5699 (Targets): Delete Remote node. Move its text...
5700 (Debugging Remote Programs): ...to here. Delete description
5701 of the "remote" command.
5702 (Remote configuration): Delete description of "set remotedevice"
5703 and "show remotedevice".
5704 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
5705
db2e3e2e
BW
57062007-04-11 Bob Wilson <bob.wilson@acm.org>
5707
5ae4183a
AS
5708 * gdb.texinfo (Contributors, Continuing and Stepping)
5709 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
5710 (General Query Packets, File-I/O Remote Protocol Extension)
5711 (Protocol Basics, The F Reply Packet, Write)
5712 (Protocol-specific Representation of Datatypes, Memory Transfer):
5713 Fix hyphenation, punctuation and grammar problems.
5714 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
5715 'section' instead of 'subsection' in the text.
5716 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
5717 (i386): Remove period from section name.
db2e3e2e
BW
5718 (Installing GDB, Requirements, Running Configure, Separate Objdir)
5719 (Config Names, Configure Options): Use @file{configure}.
5720
8a3dae3e
DJ
57212007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
5722
5723 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
5724 and tab expansion.
5725
1a92f856
DJ
57262007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
5727
5728 * gdbint.texinfo (SOM): Correct location of the SOM reader.
5729
79a6e687 57302007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 5731
79a6e687
BW
5732 * gdb.texinfo: Consistently capitalize all significant words in
5733 node names, chapter titles, section titles, and headings. Update
5734 cross references to match.
5735 (Starting and Stopping Trace Experiment): Make node name plural.
5736 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 5737
ad527d2e
PA
57382007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
5739
5740 * gdb.texinfo (WinCE): Delete obsolete subsection.
5741
7ce59000
DJ
57422007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
5743
5744 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
5745 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
5746 references.
5747
8807d78b
DJ
57482007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
5749
5750 * gdb.texinfo (Startup): Delete references to some alternate
5751 names for .gdbinit.
5752 (Thread): Remove LynxOS reference.
5753 (Tandem ST2000): Delete target-specific documentation.
5754 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
5755 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
5756 and GDB_OSABI_LYNXOS.
5757
5f402660
UW
57582007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
5759
5760 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
5761
bac718a6
UW
57622007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
5763
5764 * gdbint.texinfo (Target Conditionals): Remove mention of
5765 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
5766 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
5767
9453113a
DJ
57682007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
5769
5770 * Makefile.in: Add "pdfdir" installation
5771 directory, PDFTEX macro, support for "install-pdf" target,
5772 and rules for making a pdf version of refcard.texi.
5773 * refcard.tex: Specify paper size for PDF output.
5774
ae21e955 57752007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 5776
ae21e955 5777 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 5778
3f94c067 57792007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 5780
3f94c067
BW
5781 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
5782 (Source Path, Character Sets, Macros, Define)
5783 (GDB/MI Result Records, GDB/MI Simple Examples)
5784 (GDB/MI Program Execution, GDB/MI File Commands)
5785 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
5786 (Bug Reporting): Use @value{GCC}.
5ae4183a 5787
12c27660 57882007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 5789
12c27660
BW
5790 * gdb.texinfo (Help): Fix formatting of examples.
5791 (Variables): Use @ifnotinfo instead of @iftex.
5792 (Non-debug DLL symbols): Use @ref instead of @pxref.
5793 (Sparclet File): Use @samp instead of quotes.
5ae4183a 5794
ce9341a1
BW
57952007-03-26 Bob Wilson <bob.wilson@acm.org>
5796
5797 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
5798
c8f4133a
BW
57992007-03-26 Bob Wilson <bob.wilson@acm.org>
5800
5801 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
5802 the order of the nodes.
5803 (C Operators, C Constants, Debugging C): Remove extra menus.
5804 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 5805
c8f4133a 58062007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
5807
5808 * gdb.texinfo (File Options): Add missing parenthesis.
5809 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
5810
c74d0ad8
DJ
58112007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
5812
5813 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
5814
ff6f572f
DJ
58152007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
5816
669fac23 5817 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
5818 case insensitivity.
5819 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
5820
994337c3
NR
58212007-02-18 Nick Roberts <nickrob@snap.net.nz>
5822
5823 * gdb.texinfo (Top): Put Appendix A after numbered sections.
5824 (Files): Add section name to argument list for pxref.
5825 (Non-debug DLL symbols): Don't use `see' for pxref.
5826 (Embedded Processors): Fix typo.
5827 (GDB/MI Breakpoint Commands): Execution commands generate
5828 *stopped not ^done.
5829
eb819d70
NR
58302007-02-13 Nick Roberts <nickrob@snap.net.nz>
5831
5832 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
5833 values for in_scope. Mention that only root variables can be
5834 updated.
5835 (GDB/MI Development and Front Ends): Explain new values may be
5836 added to existing fields.
5837
123dc839
DJ
58382007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
5839
5840 * gdb.texinfo (-target-disconnect): Use @smallexample.
5841 (Requirements): Add anchor for Expat. Update description.
5842 (Target Descriptions): Mention Expat.
5843 (Target Description Format): Document new elements. Use
5844 @smallexample.
5845 (Predefined Target Types, Standard Target Features): New sections.
669fac23 5846 * gdbint.texinfo (Target Descriptions): New section.
123dc839 5847
108546a0
DJ
58482007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
5849
5850 * gdb.texinfo (Target Description Format): Add section on XInclude.
5851
95a98c01
NR
58522006-02-03 Nick Roberts <nickrob@snap.net.nz>
5853
5854 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
5855 command -enable-timings.
5856
f4b3909f
EZ
58572007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
5858
5ae4183a 5859 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
5860 descriptions for new/deleted elements in gdb_osabi. Add missing
5861 description for function generic_elf_osabi_sniff_abi_tag_sections.
5862
c7ba131e
JB
58632007-01-29 Joel Brobecker <brobecker@adacore.com>
5864
5865 * gdb.texinfo (Maintenance Commands): Add documentation for
5866 the new "maint print target-stack" command.
5867
3a60f64e
JK
58682007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5869 Eli Zaretskii <eliz@gnu.org>
5870
f4b3909f 5871 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 5872
c582f8b6
EZ
58732007-01-26 Eli Zaretskii <eliz@gnu.org>
5874
5875 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
5876 Use @value{NGCC} instead of @value{GCC}.
5877
d3e8051b
EZ
58782007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
5879
5880 * agentexpr.texi: Fix typos.
5881 * annotate.texinfo: Likewise.
5882 * gdb.texinfo: Likewise.
5883 * gdbint.texinfo: Likewise.
5884 * observer.texi: Likewise.
5885 * stabs.texinfo: Likewise.
5886
86f04699
EZ
58872007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
5888
5889 * gdbint.texinfo (Support Libraries): Remove mmalloc
5890 entry. Describe readline library.
5891
23181151
DJ
58922007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
5893
5894 * gdb.texinfo (Target Descriptions): New section.
5895 (General Query Packets): Add QPassSignals anchor. Mention
5896 qXfer:features:read under qSupported. Expand mentions of
5897 qXfer:memory-map:read and QPassSignals. Document
5898 qXfer:features:read.
5899
f822c95b
DJ
59002007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
5901
5902 * gdb.texinfo (Commands to specify files): Describe
5903 "set sysroot" and "show sysroot".
5904 (Using the `gdbserver' program): Lowercase argument
5905 to @var. Expand description of setting up GDB on the
5906 host.
5907
8936fcda
JB
59082007-01-05 Joel Brobecker <brobecker@adacore.com>
5909
5910 * gdb.texinfo (Set Catchpoints): Add documentation for the new
5911 catch exception, catch exception unhandled, and catch assert
5912 commands.
5913
e776119f
DJ
59142007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
5915
5916 * gdb.texinfo (Debugging Output): Document "set debug xml"
5917 and "show debug xml".
5918
aa79a185
DJ
59192007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
5920
5921 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
5922
7f893741
JB
59232007-01-01 Joel Brobecker <brobecker@adacore.com>
5924
5925 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
5926
a1b5960f
VP
59272006-12-08 Vladimir Prus <vladimir@codesourcery.com>
5928
5929 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
5930 note in @ignore, to be removed later if nobody complains.
5931
9f470e6e
NR
59322006-12-04 Nick Roberts <nickrob@snap.net.nz>
5933
5934 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
5935 of -var-delete.
5936
765dc015 59372006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 5938
765dc015 5939 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
5940 automatic software/hardware breakpoint usage and
5941 the "set breakpoint auto-hw" command.
765dc015 5942
4b5752d0
VP
59432006-11-21 Vladimir Prus <vladimir@codesourcery.com>
5944
5945 * gdb.texinfo (Memory Access Checking): New.
5946
89be2091
DJ
59472006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
5948
5949 * gdb.texinfo (Remote configuration): Mention
5950 "pass-signals-packet".
5951 (General Query Packets): Document QPassSignals. Fix
5952 a typo.
5953
ca3bf3bd
DJ
59542006-11-14 Maxim Grigoriev <maxim@tensilica.com>
5955
5956 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
5957
427c3a89
DJ
59582006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
5959
5960 * gdb.texinfo (Remote configuration): Rewrite documentation for
5961 packet configuration commands.
5962 (OS Information): Adjust reference to qXfer:auxv:read.
5963 (General Query Packets): Remove references to read-aux-vector-packet
5964 and set remote get-thread-local-storage-address.
5965
7a107747
DJ
59662006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
5967
5968 * gdbint.texinfo (Target Architecture Definition): Add new
5969 Initializing a New Architecture section.
5970
1c56eb0e
EZ
59712006-10-31 David Taylor <dtaylor@emc.com>
5972
5973 * stabs.texinfo (Macro define and undefine): New node describing
5974 stabs for #define and #undef.
5975
f73adfeb
AS
59762006-10-27 Andreas Schwab <schwab@suse.de>
5977
5978 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
5979
fd60e0df
EZ
59802006-10-21 Eli Zaretskii <eliz@gnu.org>
5981
5982 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
5983 clarify on the possible meanings of ``expression'' watched by
5984 watchpoints. Add indexing.
e5ac9b53
EZ
5985 (Prompting, Errors, Invalidation, Annotations for Running)
5986 (Source Annotations): Fix index entries by adding "annotation" to
5987 them, to discriminate from index entries that point to the more
5988 general topic descriptions.
fd60e0df 5989
52bb452f
DJ
59902006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
5991
5992 * gdbint.texinfo (Target Vector Definition): Move most
5993 content into Existing Targets. Add a menu.
5994 (Existing Targets): New section, moved from Target Vector
5995 Definition. Use @subsection.
5996 (Managing Execution State): New section.
5997
58955e58
BW
59982006-10-16 Bob Wilson <bob.wilson@acm.org>
5999
6000 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
6001
c8aa23ab
EZ
60022006-10-15 Eli Zaretskii <eliz@gnu.org>
6003
6004 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
6005 (Command Syntax, Signals, Backtrace, Connecting)
6006 (Remote configuration, Renesas Boards, Console I/O): Fix last
6007 change: use Ctrl- instead of C-, except wrt Emacs.
6008 (File-I/O Examples): Put Ctrl-c in @kbd.
6009 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
6010 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
6011 (Signals, Set Breaks, Set Watchpoints): Document optional
6012 arguments to `info signals' `handle', `info breakpoints', and
6013 `info watchpoints'.
c8aa23ab 6014
e7109c7e
EZ
60152006-10-14 Eli Zaretskii <eliz@gnu.org>
6016
6017 * gdb.texinfo (Backtrace): Fix last change.
6018
de3aea7b
NR
60192006-10-14 Nick Roberts <nickrob@snap.net.nz>
6020
6021 * gdb.texinfo (Backtrace): Order correctly and add other cases.
6022
7f9087cb
BW
60232006-10-10 Bob Wilson <bob.wilson@acm.org>
6024
c8aa23ab
EZ
6025 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
6026 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
6027 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 6028
68437a39
DJ
60292006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6030 Daniel Jacobowitz <dan@codesourcery.com>
6031
6032 * gdb.texinfo (Packets): Document vFlashErase,
6033 vFlashWrite and vFlashDone packets.
6034 (General Query Packets): Document qXfer:memory-map:read.
6035 Add a new feature for qXfer:memory-map:read.
6036 (Memory map format): New section.
6037 (Target Commands): Mention that gdb can write flash.
6038
fd79ecee
DJ
60392006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6040 Daniel Jacobowitz <dan@codesourcery.com>
6041
6042 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
6043 memory regions and "mem auto".
6044
350da6ee
DJ
60452006-09-21 Nathan Sidwell <nathan@codesourcery.com>
6046
6047 * gdbint.texinfo (Array Containers): New section.
6048
2f1acb09
VP
60492006-09-17 Vladimir Prus <vladimir@codesourcery.com>
6050
6051 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
6052 -stack-list-arguments HIGH_FRAME argument can be larger then the
6053 actual number of frames.
6054
2ab1eb7a
VP
60552006-09-07 Vladimir Prus <vladimir@codesourcery.com>
6056
6057 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
6058 -stack-list-locals HIGH_FRAME argument can be larger then the
6059 actual number of frames.
2ab1eb7a 6060
599b237a
BW
60612006-09-02 Bob Wilson <bob.wilson@acm.org>
6062
6063 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
6064 Register Packet Format, Tracepoint Packets): Fix spelling errors.
6065
25ab7e6d
EZ
60662006-09-02 Eli Zaretskii <eliz@gnu.org>
6067
6068 * gdbint.texinfo (Overall Structure): New section "Source Tree
6069 Structure".
6070
940178d3
JB
60712006-08-17 Jim Blandy <jimb@codesourcery.com>
6072
6073 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
6074 responses.
6075
30daae6c
JB
60762006-08-08 Joel Brobecker <brobecker@adacore.com>
6077
6078 * gdb.texinfo (Source Path): Add documentation for new
6079 substitute-path commands.
6080
7fa2210b
DJ
60812006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
6082
6083 * gdb.texinfo (Installing GDB): Update menu. Move text to...
6084 (Running Configure): ...here.
6085 (Requirements): New node. Mention expat.
6086
3d00d119
DJ
60872006-08-08 Vladimir Prus <vladimir@codesourcery.com>
6088
5ae4183a 6089 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
6090 'set download-write-size' and 'show download-write-size'.
6091
0cbfa4ee
DJ
60922006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
6093
6094 * stabs.texinfo (Member Type Descriptor): Correct example for
6095 pointer to member types.
6096
16026cd7
AS
60972006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
6098
6099 * gdb.texinfo (Optional warnings and messages): Add
6100 'set/show trace-commands'.
6101 (Command files): Add '-v' to source command.
6102
0876f84a
DJ
61032006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
6104
6105 * gdb.texinfo (OS Information): Update qPart reference to
6106 qXfer.
6107 (Remote configuration): Likewise.
6108 (Overview): Move @cindex to the start of a paragraph. Talk
6109 about binary data encoding.
6110 (Packets): Refer to the overview for the details of the X
6111 packet encoding.
6112 (General Query Packets): Remove qPart description. Add qXfer
6113 description. Add an anchor to qSupported. Correct feature
6114 table title. Add a new feature for qXfer:auxv:read.
6115 (Interrupts): Add a missing parenthesis.
6116
2ec3381a
DJ
61172006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
6118
669fac23 6119 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
6120 (GDB/MI Kod Commands): Remove commented out node.
6121
594fe323
EZ
61222006-07-01 Eli Zaretskii <eliz@gnu.org>
6123
6124 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
6125 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
6126 (GDB/MI Thread Commands, GDB/MI Program Execution)
6127 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
6128 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
6129 (GDB/MI File Commands, GDB/MI Target Manipulation)
6130 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
6131 since the MI prompt is hard-wired into the code.
6132
7e3fb70c
NR
61332006-07-01 Nick Roberts <nickrob@snap.net.nz>
6134
6135 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
6136 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
6137 (GDB/MI Data Manipulation): Remove description of unimplemented
6138 display related commands as variable objects perform this function
6139 and are superior: -display-delete, -display-disable,
6140 -display-enable, -display-insert and -display-list. Move
6141 -environment-cd, -environment-directory, -environment-path
6142 and -environment-pwd to "Program Context".
6143 (GDB/MI Program Control): Rename to "Program Execution". Move
6144 -exec-arguments -exec-abort to...
6145 (GDB/MI Program Context): ...here. New node split from "Data
6146 Manipulation".
6147
be2a5f71
DJ
61482006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
6149
6150 * gdb.texinfo (Remote configuration): Document set / show
6151 remote supported-packets.
6152 (General Query Packets): Document qSupported packet.
6153
fc320d37
SL
61542006-06-10 Sandra Loosemore <sandra@codesourcery.com>
6155
6156 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
6157 and font markup.
6158 (Protocol basics): Likewise.
6159 (The F request packet): Likewise.
6160 (The F reply packet): Likewise.
6161 (Memory transfer): Move this node to be a subsubsection of
6162 "Protocol specific representation of datatypes".
6163 (The Ctrl-C message): More copy editing.
6164 (Console I/O): Likewise.
6165 (The isatty call): Delete this node, and merge its content into
6166 the "isatty" node. Fixed references elsewhere.
6167 (The system call): Delete this node, and merge its content into
6168 the "system" node. Fixed references elsewhere.
6169 (open): Reformat to use @table, and add appropriate font markup.
6170 (close): Likewise.
6171 (read): Likewise.
6172 (write): Likewise.
6173 (lseek): Likewise.
6174 (rename): Likewise.
6175 (unlink): Likewise.
6176 (stat/fstat): Likewise.
6177 (gettimeofday): Likewise.
6178 (isatty): Likewise.
6179 (system): Likewise, plus minor changes to fix confusing wording.
6180 (Integral datatypes): Fix font markup.
6181 (Pointer values): Likewise.
6182 (struct stat): Fix markup to use @table, plus minor copy editing.
6183 (struct timeval): Fix font markup, plus minor copy editing.
6184 (Constants): Minor copy editing.
6185 (Errno values): Add font markup.
6186 (File-I/O Examples): Likewise.
6187
158fdf5c
NR
61882006-06-10 Nick Roberts <nickrob@snap.net.nz>
6189
6190 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
6191 (GDB/MI Simple Examples): Move node up one level. Use real
6192 examples.
6193 (GDB/MI Compatibility with CLI): Update.
6194 (GDB/MI Result Records): Add "connected" and "exit" result
6195 classes.
6196 (GDB/MI Stream Records): Clarify target output.
6197 (GDB/MI Command Description Format): Modify example description.
6198 (GDB/MI Breakpoint Table Commands): Rename to...
6199 (GDB/MI Breakpoint Commands): ...this
6200 (GDB/MI Breakpoint Commands): Add optional thread field.
6201 (GDB/MI Program Control): Add an introduction. Move "Program
6202 termination" examples into exec-run description.
6203 (GDB/MI File Commands): Mention similar CLI commands.
6204 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
6205 is similar to "-gdb-version".
6206
ddb50cd7
EZ
62072006-06-09 Eli Zaretskii <eliz@gnu.org>
6208
6209 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
6210
2aef0d6b
NR
62112006-06-02 Nick Roberts <nickrob@snap.net.nz>
6212
6213 * gdb.texinfo (GDB/MI Development and Front Ends): Use
6214 sourceware.org for mailing lists.
d5e40d59 6215 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 6216
383a5c52
NR
62172006-06-01 Nick Roberts <nickrob@snap.net.nz>
6218
d5e40d59 6219 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 6220
e16b02ee
EZ
62212006-05-22 Eli Zaretskii <eliz@gnu.org>
6222
6223 * gdb.texinfo (Cygwin Native): Fix last change.
6224
be90c084
CF
62252006-05-22 Christopher Faylor <cgf@timesys.com>
6226
6227 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
6228
347ceba5
NR
62292006-05-15 Nick Roberts <nickrob@snap.net.nz>
6230
6231 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
6232 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
6233
369af7bd
DJ
62342006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6235
6236 * gdb.texinfo (General Query Packets): Recommend not starting
6237 new packets with qC and clarify.
6238
2ffdbde8 62392006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
6240
6241 * gdb.texinfo (M2 Types): New section.
72019c9c 6242
16d1a084
DJ
62432006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
6244
6245 * agentexpr.texi: Add a copyright and license notice.
6246 * observer.texi: Likewise, with GPL clause for function prototypes.
6247 Remove trailing whitespace.
6248
aa56d27a
JB
62492006-05-05 Jim Blandy <jimb@codesourcery.com>
6250
6251 * gdb.texinfo (General Query Packets): Document conventions for
6252 terminating packet names, and their violations.
6253
5bdf8622
DJ
62542006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
6255
6256 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
6257 * gdb.texinfo: Likewise.
6258
605a56cb
DJ
62592006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
6260
6261 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
6262 and "show remotedebug".
6263 (Debugging Output): Add additional index entries.
6264
b8db102d
MS
62652006-04-27 Michael Snyder <msnyder@redhat.com>
6266
6267 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
6268
c5e30d01
AC
62692006-04-22 Andrew Cagney <cagney@redhat.com>
6270
6271 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
6272 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
6273
8181d85f
DJ
62742006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
6275
6276 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
6277 and remove breakpoint prototypes.
6278 (Watchpoints): Move description of target_insert_hw_breakpoint and
6279 target_remove_hw_breakpoint ...
6280 (Breakpoints): ... to here. Document target_insert_breakpoint and
6281 target_remove_breakpoint.
6282
4f553f88
JB
62832006-04-17 Jim Blandy <jimb@codesourcery.com>
6284
6285 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
6286 and C packets are optional.
6287
cd852561
FR
62882006-04-14 Frederic Riss <frederic.riss@st.com>
6289
6290 * gdb.texinfo (Specifying source directories): Update the description
6291 of the source file search to reflect the fact that the source path
6292 always contains at least $cdir and $cwd.
6293
b620eb07
MS
62942006-03-31 Michael Snyder <msnyder@redhat.com>
6295
6296 * gdb.texinfo: Update copyright dates.
6297
3156cdaf
EZ
62982006-03-31 Eli Zaretskii <eliz@gnu.org>
6299
6300 * gdb.texinfo (Overview): Add an index entry to "empty response".
6301
7d30c22d
JB
63022006-03-28 Jim Blandy <jimb@codesourcery.com>
6303
6304 * gdbint.texinfo (Prologue Analysis): New section.
6305
86941c27
JB
63062006-03-07 Jim Blandy <jimb@red-bean.com>
6307
66b8c7f6
JB
6308 * gdb.texinfo (Connecting): Document 'target remote pipe'.
6309
1a10341b
JB
6310 * gdb.texinfo (Target Commands): Update text describing how to
6311 specify a target. Refer to the detailed section on remote
6312 debugging, not the brief mention.
6313
86941c27
JB
6314 * gdb.texinfo (Connecting): Organize the different 'target remote'
6315 connection methods into a table. Add a 'target remote' index
6316 entry. (!!!)
6317
62f3a2ba
FF
63182006-02-17 Fred Fish <fnf@specifix.com>
6319
6320 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
6321 'ptype' commands to reflect the fact that the only significant
6322 difference between them is that ptype prints the complete type
6323 description instead of just the name.
6324
8b9a88ea
WZ
63252006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
6326
6327 * gdbint.texinfo (Watchpoints): Delete
6328 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
6329
7e8dc855
NR
63302006-02-10 Nick Roberts <nickrob@snap.net.nz>
6331
6332 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
6333 times fields where needed. Fix typos. Update general form given
6334 for output of -break-insert.
6335 (GDB/MI): Abbreviate some unnecessarily long fullnames.
6336
c91d38aa
DJ
63372006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
6338
6339 * gdbint.texinfo (Symbol Handling): Add a section
6340 on memory management.
6341
38fcd64c
DJ
63422006-02-06 Vladimir Prus <ghost@cs.msu.su>
6343
6344 * gdb.texinfo (Breakpoint table commands): Document the fullname
6345 field in -break-list output.
6346
219eec71
EZ
63472006-02-03 Eli Zaretskii <eliz@gnu.org>
6348
6349 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
6350 debugging information produced by the various "set debug..."
6351 options.
6352
ae5a43e0
DJ
63532006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6354
6355 * gdb.texinfo (Files): Remove obsolete bits from the description
6356 of "symbol-file".
6357
a9f158ec
JB
63582006-01-25 Jim Blandy <jimb@redhat.com>
6359
6360 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
6361
410dd08e
JB
63622006-01-24 Jim Blandy <jimb@redhat.com>
6363
6364 * gdbint.texinfo (Frames): Document the basics of GDB's register
6365 unwinding model, and explain the existence of the "sentinel" frame.
6366
4b505b12
AS
63672006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
6368
6369 * gdb.texinfo (Choosing files): Mention that -directory is used
6370 for script files.
6371 (Specifying source directories): Likewise.
6372 (Command files): Explain how script files are found.
6373
839c27b7
EZ
63742006-01-21 Eli Zaretskii <eliz@gnu.org>
6375
6376 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
6377 the threads in a multi-threaded program.
6378 (Threads): The threadno argument of "thread apply" can be a range
6379 of numbers.
6380
7be93b9e
JB
63812006-01-18 Jim Blandy <jimb@redhat.com>
6382
6383 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
6384 of warning flags.
6385
fcc73fe3
EZ
63862006-01-13 Eli Zaretskii <eliz@gnu.org>
6387
6388 * gdb.texinfo (Sequences): Improve menu annotations.
6389 (Define): Add index entries for arguments of user-defined
6390 commands. Move the description of flow-control commands...
6391 (Command Files): ...to here. Document loop_break and
6392 loop_continue.
ca91424e
EZ
6393 (Define, Command Files): Document `end' and add index entries for
6394 it.
fcc73fe3 6395
5c95884b
MS
63962006-01-04 Michael Snyder <msnyder@redhat.com>
6397
6398 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 6399 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 6400
860701dc
PH
64012006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
6402
6403 * gdb.texinfo (Omissions from Ada): Document that there is now
6404 limited aggregate support.
6405
36b80e65
EZ
64062005-12-28 Eli Zaretskii <eliz@gnu.org>
6407
6408 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
6409 registers and the likes.
6410
c1468174
EZ
64112005-12-24 Eli Zaretskii <eliz@gnu.org>
6412
6413 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
6414 (Symbols): Fix usage of "e.g.".
359df76b 6415 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
6416
6417 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
6418 (Coding): Fix usage of "e.g.".
6419
c02a867d
EZ
64202005-12-23 Eli Zaretskii <eliz@gnu.org>
6421
5ae4183a
AS
6422 * stabs.texinfo:
6423 * refcard.tex:
c02a867d 6424 * gpl.texi:
5ae4183a
AS
6425 * gdbint.texinfo:
6426 * gdb.texinfo:
6427 * gdb-cfg.texi:
c02a867d 6428 * fdl.texi:
5ae4183a
AS
6429 * annotate.texinfo:
6430 * all-cfg.texi:
c02a867d
EZ
6431 * Makefile.in: Add (C) after Copyright. Update the FSF
6432 address.
6433
fad38dfa
EZ
64342005-12-03 Eli Zaretskii <eliz@gnu.org>
6435
6436 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
6437 extend GDB with commands for external monitor.
6438
53e5f3cf
AS
64392005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
6440
6441 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
6442
55f6ca0f
JB
64432005-11-25 Joel Brobecker <brobecker@adacore.com>
6444
6445 * gdbint.texinfo (Start of New Year Procedure): New chapter.
6446
c1947b85
JB
64472005-11-21 Jim Blandy <jimb@redhat.com>
6448
6449 * gdb.texinfo (Tracepoint Packets): Document restrictions on
6450 placement of 'R' actions in tracepoint action packets; document
6451 dependence of 'X' and 'M' actions on a preceding 'R' action for
6452 their registers.
6453
9d29849a
JB
64542005-11-19 Jim Blandy <jimb@redhat.com>
6455
6456 * gdb.texinfo (Tracepoint Packets): New node.
6457 (General Query Packets): Add entries for the tracepoint packets,
6458 referring to the "Tracepoint Packets" node.
6459 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 6460
9a6253be
KB
64612005-11-18 Kevin Buettner <kevinb@redhat.com>
6462
6463 * gdb.texinfo (set remotebreak): Add anchor.
6464 (X packet): Likewise.
6465 (Remote Protocol): Add new section `Interrupts' and new index
6466 entry `interrupts (remote protocol)'.
6467
5f3bebba
JB
64682005-11-18 Jim Blandy <jimb@redhat.com>
6469
6470 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
6471 entries into the General Query Packets section. Add a
6472 cross-reference to that section. Drop description of replies, as
6473 these are covered in the descriptions of each packet.
6474 (General Query Packets): Add introductory text. Explain naming
6475 conventions, and how the end of a name is recognized.
6476
9a7a1b36
KB
64772005-11-17 Kevin Buettner <kevinb@redhat.com>
6478
0564b6cf 6479 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
6480 "set remotebreak" command.
6481
b8ff78ce
JB
64822005-11-16 Jim Blandy <jimb@redhat.com>
6483
6484 * gdb.texinfo (Packets, Stop Reply Packets)
6485 (General Query Packets): Various formatting cleanups.
6486 - Use @samp for packet contents.
6487 - Drop summaries from packet @item lines; the same information appears
6488 immediately below in the description.
6489 - Delete paragraph breaks after packet @item commands, so that the
6490 description appears directly to the right of the packet prototype
6491 in the printed manual, if it fits.
6492 - Place spaces in packet prototypes between @vars and non-@var
6493 letters, and explain that they're just for formatting.
6494 - Use @dots{} instead of '...'.
6495 - Fix uses of @code where @var was needed.
6496 - Replace "deprecated" markers with English text spelling out the
6497 packet's status and the preferred alternatives.
6498 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
6499 what this ever meant.
6500 - Remove "(draft)" markers on 'i' packets; nobody has commented on
6501 this for a long time.
6502 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
6503 implemented several times, and have been in use for years.
6504
8ffe2530
JB
65052005-11-15 Jim Blandy <jimb@redhat.com>
6506
c43c5473
JB
6507 * gdb.texinfo (Packets): Add index entries for 'm' packet
6508 disclaimers.
5ae4183a 6509
fb031cdf
JB
6510 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
6511 of stub when processing an 'm' packet.
6512
8ffe2530
JB
6513 * gdb.texinfo (Packets): Mention that packets beginning with
6514 letters are reserved once, at the top, instead of actually listing
6515 them all and saying "reserved".
6516
c03c782f
AS
65172005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
6518
6519 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
6520 Change @var{$arg0 to @code{$arg0.
6521
814e32d7
WZ
65222005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
6523
6524 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
6525
fa93a9d8
JB
65262005-11-12 Jim Blandy <jimb@redhat.com>
6527
6528 * gdb.texinfo (General Query Packets): Put packets in alphabetical
6529 order. Remove extraneous 'z'.
6530
8a5a3c82
AS
65312005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
6532
6533 * gdb.texinfo (Choosing files): Add --eval-command.
6534
4b0ad762
AS
65352005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
6536
6537 * gdb.texinfo (Choosing modes): Add --return-child-result.
6538
6539
1a088d06
AS
65402005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
6541
6542 * gdb.texinfo (Choosing modes): Add --batch-silent.
6543
656d5e12
EZ
65442005-10-28 Eli Zaretskii <eliz@gnu.org>
6545
6546 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
6547 "The -var-update Command".
6548
3c9c013a
JB
65492005-10-03 Joel Brobecker <brobecker@adacore.com>
6550
6551 * gdb.texinfo (Print Settings): Add documentation for set/show
6552 print array-indexes.
6553
7ba3cf9c
DJ
65542005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
6555
6556 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
6557 6.2 and 6.3.
6558
a94ab193
EZ
65592005-08-27 Eli Zaretskii <eliz@gnu.org>
6560
6561 * gdb.texinfo (File Options): Don't document --mapped, it's gone
6562 since 19-Jan-2004.
6563 (Files): Likewise.
ab1adacd
EZ
6564 (Variables, Symbols): Document the "<incomplete type>" message and
6565 its reasons.
a94ab193 6566
ca06016a
FF
65672005-08-01 Fred Fish <fnf@specifix.com>
6568
6569 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
6570
cf58170d
NR
65712005-07-15 Nick Roberts <nickrob@snap.net.nz>
6572
6573 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
6574 option for -var-list-children and -var-update.
6575 (GDB/MI Stack Manipulation): Simplify description of
6576 print-values option for -stack-list-locals.
6577 (GDB/MI Command Description Format): Clarify.
6578 (Mode Options): Spelling of superseded.
6579
38f1196a
BR
65802005-07-12 Bob Rossi <bob@brasko.net>
6581
6582 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
6583 corresponding GDB command comment.
6584
3cb3b8df
BR
65852005-07-06 Bob Rossi <bob@brasko.net>
6586
6587 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
6588 and -inferior-tty-show.
6589 (Input/Output): Document "set/show inferior-tty" and tty alias.
6590
10fac096
NW
65912005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
6592
6593 * gdb.texinfo (Packets): Change description of 'D' packet to note
6594 that GDB does wait for a response.
6595
d1b6db76
NR
65962005-06-22 Nick Roberts <nickrob@snap.net.nz>
6597
6598 * gdb.texinfo (History) Rename "Command History".
6599 (Command History): Move node "Server Prefix" from section on
6600 Annotations here.
6601
29629dcf
NR
66022005-06-19 Nick Roberts <nickrob@snap.net.nz>
6603
6604 * gdb.texinfo (GDB/MI Stack Manipulation):
6605 Re-instate -stack-info-frame with example. Say that it gets
6606 info on selected frame, not current frame.
6607
397ca115
EZ
66082005-06-18 Eli Zaretskii <eliz@gnu.org>
6609
6610 * gdb.texinfo (Server): Clarify that `file' should be used before
6611 connecting to the server.
6612 (Files): Add an xref to the above description.
51274035
EZ
6613 (Output Formats): More detailed description of the `c' format.
6614 (Memory): List explicitly all the formats supported by `x'.
638ac427 6615 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 6616 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
6617 files. Add more indexing for solib-absolute-prefix and
6618 --with-sysroot.
76d17f34
EZ
6619 (Machine Code): Document possible problems with locations in
6620 shared libraries.
d416eeec
EZ
6621 (Backtrace): Document that free-standing environments do not need
6622 to have a `main' function.
397ca115 6623
74f6deaa
NR
66242005-06-18 Nick Roberts <nickrob@snap.net.nz>
6625
6626 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
6627 -stack-info-frame.
6628
a9967aef
AC
66292005-06-07 Andrew Cagney <cagney@gnu.org>
6630
6631 * gdb.texinfo (Contributors): Note the original multi-arch
6632 contributors.
6633
e09f16f9
EZ
66342005-06-03 Eli Zaretskii <eliz@gnu.org>
6635
6636 * gdb.texinfo (Registers): Add index entries for the standard
6637 registers.
6638 (Frames): Add cross-reference from frame pointer description to
6639 the Registers node.
6640 (Annotations Overview): Fix the reference to GDB name.
6641
d87ba7ee
EZ
66422005-06-01 Eli Zaretskii <eliz@gnu.org>
6643
6644 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
6645 can-use-hw-watchpoints.
6646
034dad6f
BR
66472005-05-28 Bob Rossi <bob@brasko.net>
6648
6649 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
6650 the possible reasons why an exec async record would be returned to FE.
6651
ffed4509
AC
66522005-05-26 Andrew Cagney <cagney@gnu.org>
6653
6654 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
6655 Andrew Cagney implemented the original GDB/MI.
6656
e22e55c9
OF
66572005-05-23 Orjan Friberg <orjanf@axis.com>
6658
6659 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
6660 documentation. Add documentation for cris-mode.
6661
a78e13ce
EZ
66622005-05-20 Eli Zaretskii <eliz@gnu.org>
6663
6664 * gdb.texinfo (Numbers): Explain the example and make the wording
6665 more acurate.
6666
76ff342d
DJ
66672005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
6668 Dennis Brueni <dennis@slickedit.com>
6669
6670 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
6671 (GDB/MI Data Manipulation, GDB/MI Program Control)
6672 (GDB/MI Stack Manipulation): Update examples to include the fullname
6673 attribute in stack frames.
6674
119b882a
EZ
66752005-05-12 Eli Zaretskii <eliz@gnu.org>
6676
6677 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
6678 do with other non-standard names of init files.
6679
6fc08d32
EZ
66802005-05-11 Eli Zaretskii <eliz@gnu.org>
6681
6682 * gdb.texinfo (Command Files): Move the description of the startup
6683 from here...
6684 (Startup): ...to this new subsection of the Invocation chapter.
6685 Rearrange the description of init files more logically and add a
6686 cross-reference to "Command Files". Document the special gdbinit
6687 name for CISCO 68k. Expand the description of what GDB does
6688 during startup.
6689 (History): Add index entry for HISTSIZE.
6690
a561754a
MK
66912005-05-02 Mark Kettenis <kettenis@gnu.org>
6692
6693 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
6694
2eecc4ab
EZ
66952005-05-02 Eli Zaretskii <eliz@gnu.org>
6696
6697 * gdb.texinfo (SVR4 Process Information, The isatty call)
6698 (The system call): Don't use foo(N) notation for man pages and
6699 functions.
514c4d71 6700 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 6701
18999be5
EZ
67022005-04-27 Eli Zaretskii <eliz@gnu.org>
6703
6704 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
6705 were optimized away.
6706
0abb7bc7
EZ
67072005-04-22 Eli Zaretskii <eliz@gnu.org>
6708
6709 * gdb.texinfo (Remote configuration): Document "set/show
6710 get-thread-local-storage-address". Add cross-reference to the
6711 description of the qGetTLSAddr packet.
6712 (General Query Packets): Mention "set remote
6713 get-thread-local-storage-address" and add a reference to its
6714 description.
6715
6f61acb1
NR
67162005-04-19 Nick Roberts <nickrob@snap.net.nz>
6717
6718 * gdb.texinfo (Backtrace): Describe 'bt full'.
6719
9d59903a
NR
67202005-04-17 Nick Roberts <nickrob@snap.net.nz>
6721
6722 * gdb.texinfo (Mode Options): Fix typo.
6723 (GDB/MI): Describe how to invoke GDB/MI.
6724
721c2651
EZ
67252005-04-16 Eli Zaretskii <eliz@gnu.org>
6726
6727 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 6728 references changed. Add description of "info udot".
721c2651
EZ
6729 (Files): Document "set/show stop-on-solib-events".
6730 (M32R/D): Document "set/show download-path", "set/show
6731 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
6732 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
6733 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
6734 (Maintenance Commands): Improve indexing.
6735 (Target Commands): Document "set/show hash", "set/show debug
6736 monitor".
6737 (SVR4 Process Information): Document "info pidlist" and "info
6738 meminfo". Document "set/show procfs-tarce" and "set/show
6739 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
6740 (Symbols, The Print Command with Objective-C): Improve indexing.
6741 (Objective-C): Add references to "info classes" and "info
6742 selectors".
c45da7e6
EZ
6743 (Debugging Output): Improve wording. Document "set/show debug
6744 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
6745 (Set Breaks): Add index entry for "hardware breakpoints".
6746 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
6747 and "set/show usehardbreakpoints".
6748 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
6749 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
6750 (ARM): Document "rdilogfile", "rdilogenable", "set/show
6751 rdiromatzero", "set/show rdiheartbeat".
6752 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
6753 "sds".
6754 (Embedded Processors): Document the "sim" command.
6755 (Remote): Document the "remote" command.
6756 (DJGPP Native): Document the "info serial" command.
6757 (Threads): Document "maint info sol-threads".
6758 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
6759 (Set Breaks): Improve indexing.
6760 (Command Syntax): Add a reference to dont-repeat.
6761 (Define): Document "dont-repeat".
6762 (TUI Commands): Document "tabset".
6763 (WinCE): New subsection. Document "set/show remotedirectory",
6764 "set/show remoteupload", "set/show remoteaddhost".
721c2651 6765
14d6dd68
EZ
67662005-04-15 Eli Zaretskii <eliz@gnu.org>
6767
6768 * gdb.texinfo (Hurd Native): New subsection, documents
6769 Hurd-specific commands.
a64548ea 6770 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 6771 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
6772 (MIPS): Improve documentation of heuristic-fence-post. Document
6773 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
6774 mips stack-arg-size", "set/show mips mask-address", "set/show mips
6775 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 6776 (ARM): Document ARM-specific commands.
a64548ea
EZ
6777 (AVR): New section. Document "info io_registers".
6778 (CRIS): New section. Document "set/show cris-version" and
6779 "set/show cris-dwarf2-cfi".
6780 (HPPA): New section. Document "set/show debug hppa" and "maint
6781 print unwind".
a5adf40f 6782 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 6783 (Super-H): New section. Document the "regs" command.
721c2651 6784 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 6785
9c16f35a
EZ
67862005-04-09 Eli Zaretskii <eliz@gnu.org>
6787
6788 * gdb.texinfo (Print Settings): Document "set/show print
6789 pascal_static-members", "set print repeats", "show print
6790 null-stop". Improve indexing. Fix documentation of "set print
6791 union".
6792 (Pascal): New section.
6793 (Supported languages): Rename from "Support"; all references
6794 updated. Add a menu item for Pascal.
6795 (Numbers): Document "set radix.
6796 (Screen Size): Document "set/show pagination".
6797 (MIPS Embedded): Remove "set processor" documentation.
6798 (Remote configuration): Document "set/show X/P/Z-packet",
6799 "set/show read-aux-vector-packet", "set/show remote
6800 symbol-lookup-packet", "set/show remote verbose-resume-packet",
6801 "set/show remoteaddresssize", "set/show remotebaud", "set/show
6802 remotedebug", "set/show remotebreak", "set/show remotedevice",
6803 "set/show remotelogfile".
6804 (Auxiliary Vector): Add reference to the description of the
6805 read-aux-vector-packet setting.
6806 (Set Watchpoints): Add a cross-reference to "set remote
6807 hardware-breakpoint-limit".
6808 (General Query Packets): Add indexing of requests and
6809 cross-references to related commands in "Remote configuration".
6810 (File-I/O Overview, The system call): Fix wording and typos.
6811 (Thread Stops): Add index entries.
6812 (Continuing and Stepping): Document "show step-mode".
6813 (i386): New node. Document "set/show struct-convention".
6814 (Files): Document "show trust-readonly-sections".
6815 (Calling): Document "set/show unwindonsignal".
6816 (Messages/Warnings): Add index entries.
6817 (Maintenance Commands): Document "set/show watchdog".
6818 (Annotations Overview): Document "show annotate".
6819 (Set Watchpoints): Add index entries.
6820 (Symbols): Fix doc of case-sensitive.
6821 (ABI): Document "show coerce-float-to-double".
6822 (Convenience Vars, Help): Improve indexing.
6823 (Machine Code): Document "show disassembly-flavor".
6824 (Debugging C plus plus): Document "show overload-resolution".
6825 (Value History, Signaling): Add index entries.
6826
68272005-04-08 Eli Zaretskii <eliz@gnu.org>
6828
6829 * gdb.texinfo (Show): Move @kindex entries to their proper places.
6830 (Processes): Fix wording.
6831 (History, List, Logging output, Define, Symbols, Print Settings):
6832 Improve indexing.
6833
a8f24a35
EZ
68342005-04-03 Eli Zaretskii <eliz@gnu.org>
6835
6836 * gdb.texinfo (Targets): Document "set/show architecture". Remove
6837 redundant index entry for "target" command.
6838 (Backtrace): Add index entries.
6839 (Symbols, Fortran): Document the "set case-sensitive" command.
6840 (DJGPP Native): Document "set com1base", "set com1irq", etc.
6841 (Print Settings): Add index entry for "set demangle-style".
6842 (Target Commands): Document "set download-write-size".
6843 (Debugging Output): Document "set exec-done-display".
6844
09d4efe1
EZ
68452005-04-02 Eli Zaretskii <eliz@gnu.org>
6846
6847 * gdb.texinfo (Files): Fix the name and documentation of
6848 add-shared-symbol-files. Document its alias assf. Update the
6849 list of OSs where GDB supports shared libraries. Fix markup.
6850 (Continuing and Stepping): Add reference to @var{location} in the
6851 text.
6852 (Dump/Restore Files): Fix reference to @{filename}.
6853 (Help): Fix wording.
6854 (Attach): Ditto.
6855 (Set Watchpoints): Ditto.
6856 (Backtrace): Remove redundant index entries. Improve index
6857 entries.
6858 (Delete Breaks): Fix wording.
6859 (Memory): Document the compare-sections command.
6860 (Memory Region Attributes): Improve wording.
6861 (Disabling): Improve wording.
6862 (Fortran): New subsection. Document the "info common" command.
6863 (Help): Document aliases "info copying" and "info warranty".
6864 (Caching Remote Data): New section. Document the "set/show
6865 remotecache" and "info dcache" commands.
6866 (Show): Fix wording of the documentation of the "set
6867 extension-language" command.
6868 (Signals): Add index entry for "info handle".
6869 (Memory Region Attributes): Fix punctuation.
6870 (Symbols): Change the arg name to "location" and refer to it in
6871 the text. Fix wording of "info types" doc.
6872 (Threads): Fix usage of @enumerate @item's.
6873 (Listing Tracepoints): Add index entry for "info tp".
6874 (Set Watchpoints): Add xref to "info break" description.
6875 (Macros): Add an index entry for "macro exp1". Document the
6876 "macro list" command.
6877 (Maintenance Commands): Document "flushregs", "maint agent",
6878 "maint check-symtabs", "maint cplus", "maint demangle", "maint
6879 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
6880 "maint print architecture", "maint print objfiles", "maint print
6881 statistics", "maint print type", "maint show-debug-regs", "maint
6882 space", "maint time", and "maint translate-address".
6883 (Connecting): Document the "monitor" command.
6884 (Annotations Overview): Describe the "set annotate" command.
6885
82f2d802
EZ
68862005-04-01 Eli Zaretskii <eliz@gnu.org>
6887
6888 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
6889 Rearrange index entries and improve wording about support for
6890 hardware watchpoints.
6891
7d51c7de
BR
68922005-03-10 Bob Rossi <bob@brasko.net>
6893
6894 * gdb.texinfo: Update copyright
6895
68c71a2e
TR
68962005-02-09 Theodore A. Roth <troth@openavr.org>
6897
6898 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
6899 error.
6900
83761cbd
KB
69012005-02-03 Kevin Buettner <kevinb@redhat.com>
6902
6903 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
6904
9f1c6395
MS
69052005-01-17 Michael Snyder <msnyder@redhat.com>
6906
6907 * gdb.texinfo: Fix spelling, infinte -> infinite.
6908
fbd1b305
MK
69092005-01-08 Mark Kettenis <kettenis@gnu.org>
6910
6911 * observer.texi (GDB Observers): Document "solib_loaded".
6912
3ace7edb
AC
69132005-01-07 Andrew Cagney <cagney@gnu.org>
6914
bec39cab
AC
6915 * configure.ac: Rename configure.in, require autoconf 2.59.
6916 * configure: Re-generate.
6917
3ace7edb
AC
6918 * configure.in: Replace configdirs with multiple references to
6919 AC_CONFIG_SUBDIRS.
6920 * configure: Re-generate.
5ae4183a 6921
53531fc1
AC
69222005-01-04 Andrew Cagney <cagney@gnu.org>
6923
6924 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
6925 part of the version number.
6926
536ffdb7
MK
69272004-12-24 Mark Kettenis <kettenis@gnu.org>
6928
6929 * gdbint.texinfo (Algorithms): Remove description of
6930 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
6931
e1aac25b
JB
69322004-12-07 Jim Blandy <jimb@redhat.com>
6933
6934 * gdb.texinfo (General Query Packets): Specify that thread ID's in
6935 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
6936 numbers.
6937
f47b1503
AS
69382004-12-07 Andreas Schwab <schwab@suse.de>
6939
6940 * gdb.texinfo (Mode Options): Document -l option.
6941
b6b8ece6
EZ
69422004-12-04 Eli Zaretskii <eliz@gnu.org>
6943
6944 * gdbint.texinfo (Algorithms): More accurate description of
6945 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
6946 is not needed unless data-read and data-access watchpoints are
6947 supported. Add a description of how GDB checks whether the
6948 inferior stopped because a watchpoint was hit.
6949
01371747
EZ
69502004-11-23 Eli Zaretskii <eliz@gnu.org>
6951
6952 * gdb.texinfo (Files): Add cross-reference to description of
6953 -readnow command-line switch.
6954
2315ffec
RC
69552004-11-10 Randolph Chung <tausq@debian.org>
6956
6957 * gdb.texinfo: Document set/show backtrace past-entry commands.
6958 Rearrange index entries for set/show backtrace past-main.
6959
69065f5d
AC
69602004-11-10 Jon Beniston <jon@beniston.com>
6961
6962 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
6963 * gdb.texinfo (Remote Serial Protocol): Further describe
6964 binary transfer escaping mechanism .
69065f5d 6965
30e91e0b
RC
69662004-11-08 Randolph Chung <tausq@debian.org>
6967
6968 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
6969 and "show debug infrun". Add index entries.
6970
60bf7e09
EZ
69712004-10-23 Eli Zaretskii <eliz@gnu.org>
6972
6973 * gdb.texinfo (SVR4 Process Information): Document subcommands of
6974 "info proc" that are already implemented. Add index entries.
6975 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
6976 (Files): Add a tip for decreasing memory used for symtabs from
6977 shared libraries.
f018e82f
EZ
6978 (Starting): Fix whitespace; make "elaboration" stand out where it
6979 is first used, and add an index entry for the term.
f8568604
EZ
6980 (Calling): Expand and elaborate text. Add "print". Add the
6981 description of problems with weak aliases.
384ee23f 6982 (Core File Generation): New section.
60bf7e09 6983
d52fe014
AC
69842004-10-12 Andrew Cagney <cagney@gnu.org>
6985
6986 * gdbint.texinfo (Versions and Branches): New chapter.
6987 (Releasing GDB): Delete "Versions and Branches" section.
6988 (Top): Add "Versions and Branches".
6989
703663ab
EZ
69902004-10-08 Eli Zaretskii <eliz@gnu.org>
6991
6992 * gdb.texinfo (Editing, History): Add cross-references to the
6993 included Readline and History user documentation. Remove
6994 references to the symbol have-readline-appendices which is unused
6995 and undefined.
6996 (History): Fix indexing.
6997
ac77d04f
JJ
69982004-10-08 Jeff Johnston <jjohnstn@redhat.com>
6999
7000 * gdbint.texinfo (target_stopped_data_address): Update to
7001 new prototype.
7002 (i386_stopped_data_address): Update prototype and description.
7003 (i386_stopped_by_watchpoint): New function and description.
7004
e07c999f
PH
70052004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
7006
7007 * gdb.texinfo (Filenames): Add Ada suffixes.
7008 (Ada) New section.
7009
2e868123
AC
70102004-09-27 Andrew Cagney <cagney@gnu.org>
7011 Robert Picco <Robert.Picco@hp.com>
7012
7013 * gdb.texinfo (Packets): Document the "p" packet.
7014
02a57714
JM
70152004-09-21 Jason Molenda (jmolenda@apple.com)
7016
7017 * gdb.texinfo (Paths and Names of the Source Files): Document the
7018 meaning of values in the 'desc' field of a SO stab.
7019
ae038cb0
DJ
70202004-09-20 Daniel Jacobowitz <dan@debian.org>
7021
7022 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
7023 max-cache-age" and "maint show dwarf2 max-cache-age".
7024
f7dc1244
EZ
70252004-09-16 Eli Zaretskii <eliz@gnu.org>
7026
7027 * gdb.texinfo (Set Breaks): Add index entry for setting
7028 breakpoints on overloaded C++ functions that are not members of
7029 any classes. Add an example and an index entry for setting
7030 breakpoints on all program functions.
7031 (Character Sets, Macros, Overlay Commands)
7032 (Non-debug DLL symbols, GDB/MI Output Syntax)
7033 (Annotations Overview, Maintenance Commands, File-I/O Overview):
7034 Use "(@value{GDBP})" instead of a literal "(gdb)".
7035
f810308b
AC
70362004-09-12 Andrew Cagney <cagney@gnu.org>
7037
7038 * gdbint.texinfo (Native Debugging): Delete description of
7039 FILES_INFO_HOOK.
7040
15a661f3
PH
70412004-09-11 Paul Hilfinger <hilfinger@gnat.com>
7042
5ae4183a
AS
7043 * gdbint.texinfo (User Interface): Change local_hex_string_custom
7044 to hex_string_custom (not historically correct, but more
15a661f3
PH
7045 understandable, given the current code).
7046
f3219c75
AC
70472004-09-03 Andrew Cagney <cagney@gnu.org>
7048
7049 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
7050
f3bb6704
JJ
70512004-09-01 Jeff Johnston <jjohnstn@redhat.com>
7052
7053 * observer.texi (solib_unloaded): New observer.
7054
8d2c00cb
AC
70552004-08-24 Andrew Cagney <cagney@gnu.org>
7056
7057 * gdbint.texinfo (Target Architecture Definition): Add missing
7058 comma.
7059
e7dc800a
MC
70602004-08-20 Michael Chastain <mec.gnu@mindspring.com>
7061
7062 * (Using the Testsuite): build != host is supported,
7063 but some test scripts do not support build != host.
7064
73b03683
MK
70652004-08-14 Mark Kettenis <kettenis@gnu.org>
7066
7067 * gdbint.texinfo (Host Definition): Delete description of
7068 FCLOSE_PROVIDED and GETENV_PROVIDED.
7069
c0ccb908
MK
70702004-08-05 Mark Kettenis <kettenis@chello.nl>
7071
7072 * gdbint.texinfo (Host Definition): Delete description of
7073 NO_SYS_FILE.
7074 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
7075 PTRACE_FP_BUG.
7076
9c8dbfa9
AC
70772004-08-05 Andrew Cagney <cagney@gnu.org>
7078
7079 * gdbint.texinfo (Target Architecture Definition): Delete
7080 reference to deprecated_read_fp.
7081
f42accbe
AC
70822004-08-02 Andrew Cagney <cagney@gnu.org>
7083
7084 * gdbint.texinfo (Target Architecture Definition): Delete
7085 description of DEPRECATED_REGISTER_BYTES.
7086
0b66e38c
EZ
70872004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
7088
7089 * gdb.texinfo (Source Path): Document the new behavior of
7090 searching for the source files.
7091
15387254
EZ
70922004-07-17 Eli Zaretskii <eliz@gnu.org>
7093
7094 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
7095 (Search, Expressions, Arrays, Variables, Data, Machine Code)
7096 (Auto Display): Improve indexing.
7097
2c07db7a
AC
70982004-07-16 Andrew Cagney <cagney@gnu.org>
7099
7100 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
7101 "-noasync".
7102
4644b6e3
EZ
71032004-07-09 Eli Zaretskii <eliz@gnu.org>
7104
7105 * gdb.texinfo: Fix @kindex entries so that multiple commands that
7106 have the same prefix have only their prefix in the index.
7107
7561d450
MK
71082004-07-03 Mark Kettenis <kettenis@gnu.org>
7109
7110 * gdb.texinfo (BSD libkvm Interface): New node (section)
7111 (Native): Add it to the menu.
7112
67bebe79
MK
71132004-07-01 Mark Kettenis <kettenis@gnu.org>
7114
7115 * gdbint.texinfo (Target Architecture Definition): Remove
7116 PCC_SOL_BROKEN.
7117
1a6923e0
MK
71182004-06-24 Mark Kettenis <kettenis@gnu.org>
7119
7120 * gdbint.texinfo (Target Architecture Definition): Remove
7121 SUN_FIXED_LBRAC_BUG.
7122
b435e160
AC
71232004-06-26 Andrew Cagney <cagney@gnu.org>
7124
7125 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
7126
b5622e8d
AC
71272004-06-20 Andrew Cagney <cagney@gnu.org>
7128
7129 * gdbint.texinfo (Target Architecture Definition): Deprecate
7130 USE_STRUCT_CONVENTION.
7131
e0c07bf0
MC
71322004-06-19 Michael Chastain <mec.gnu@mindspring.com>
7133
7134 gdb.texinfo (Bug Reporting): Mention session recording,
7135 with the script command or Emacs.
7136
782263ab
AC
71372004-06-18 Andrew Cagney <cagney@gnu.org>
7138
7139 * gdbint.texinfo (Target Architecture Definition): Deprecate
7140 FUNCTION_START_OFFSET.
7141
03727ca6
AC
71422004-06-14 Andrew Cagney <cagney@gnu.org>
7143
7144 Based on changes from Karl Berry.
7145 * gdb.texinfo: Do not use @sc in a direntry.
7146 * stabs.texinfo: Change @dircateogry to "Software development".
7147 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
7148
97092415
AC
71492004-06-13 Andrew Cagney <cagney@gnu.org>
7150
7151 * gdbint.texinfo (Target Architecture Definition): Delete
7152 description of RETURN_VALUE_ON_STACK.
7153
1f6d4158
AC
71542004-06-09 Andrew Cagney <cagney@gnu.org>
7155
7156 * gdbint.texinfo (Native Debugging): Restore "@table @code"
7157 deleted by previous patch.
7158
d966f0cb
AC
71592004-06-08 Andrew Cagney <cagney@gnu.org>
7160
7161 * gdbint.texinfo (Native Debugging): Delete documentation on
7162 ATTACH_DETACH.
7163
86fe4aaa
RC
71642004-06-06 Randolph Chung <tausq@debian.org>
7165
7166 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
7167
d4b6d575
RC
71682004-06-06 Randolph Chung <tausq@debian.org>
7169
5ae4183a 7170 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
7171 the new push_dummy_call method signature. Describe the function
7172 argument.
7173
4e8b0763
JB
71742004-05-24 Joel Brobecker <brobecker@gnat.com>
7175
7176 * gdb.texinfo (Starting): Document new start command.
7177
59caf092
AC
71782004-05-21 Andrew Cagney <cagney@redhat.com>
7179
7180 * observer.texi (GDB Observers): Document "inferior_created".
7181
e4a2df64
AC
71822004-05-08 Andrew Cagney <cagney@redhat.com>
7183
e6b55ae2
AC
7184 * gdbint.texinfo (Target Architecture Definition): Delete
7185 description of DO_DEFERRED_STORES.
7186
28954179
AC
7187 * gdbint.texinfo (Target Architecture Definition): Delete
7188 references to DEPRECATED_FIX_CALL_DUMMY.
7189
434b87dd
AC
7190 * gdbint.texinfo (Target Architecture Definition): Delete
7191 description of DEPRECATED_CALL_DUMMY_WORDS,
7192 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
7193
58d28df8
AC
7194 * gdbint.texinfo (Target Architecture Definition): Delete
7195 description of DEPRECATED_PUSH_DUMMY_FRAME.
7196
e4a2df64
AC
7197 * gdbint.texinfo (Target Architecture Definition): Delete
7198 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
7199
2b4855ab
AC
72002004-05-07 Andrew Cagney <cagney@redhat.com>
7201
7202 * observer.texi (GDB Observers): Add "Debugging" section. Include
7203 cross reference to "set/show debug observer".
7204 * gdb.texinfo (Debugging Output): Document "set/show debug
7205 observer".
7206
fcf70625
AC
72072004-05-01 Andrew Cagney <cagney@redhat.com>
7208
7209 * gdbint.texinfo (Target Architecture Definition): Delete
7210 description of DEPRECATED_PC_IN_SIGTRAMP.
7211
8ee56bcf
AC
72122004-04-30 Andrew Cagney <cagney@redhat.com>
7213
7214 * gdbint.texinfo (Target Architecture Definition): Delete
7215 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
7216
67ab9a76
OF
72172004-04-30 Orjan Friberg <orjanf@axis.com>
7218
7219 * observer.texi (GDB Observers): Correct spelling.
7220
79346bcb
OF
72212004-04-26 Orjan Friberg <orjanf@axis.com>
7222
7223 * observer.texi (GDB Observers): Add target_changed event.
7224
7a464420
AC
72252004-04-08 Andrew Cagney <cagney@redhat.com>
7226
7227 * observer.texi (GDB Observers): Rework, provide generic observer
7228 definitions and then a list of observable events.
7229
6cdf9d98
AC
72302004-04-04 Andrew Cagney <cagney@redhat.com>
7231
7232 * gdbint.texinfo (Host Definition): Delete reference to
7233 NO_SIGINTERRUPT.
7234
ddc135a4
AC
72352004-04-02 Andrew Cagney <cagney@redhat.com>
7236
7237 * gdbint.texinfo (Target Architecture Definition): Delete
7238 reference to DEPRECATED_CALL_DUMMY_LENGTH.
7239
6a1b180d
SC
72402004-03-28 Stephane Carrez <stcarrez@nerim.fr>
7241
7242 * gdb.texinfo (TUI Commands): Document tui reg commands.
7243
d0d5df6f
AC
72442004-03-26 Andrew Cagney <cagney@redhat.com>
7245
7246 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
7247 "gdbtui".
7248 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
7249 (Contributors): Mention both Text and Terminal User Interface.
7250
aa2a3f87
AC
72512004-03-23 Andrew Cagney <cagney@redhat.com>
7252
7253 * gdbint.texinfo (Target Architecture Definition): Deprecate
7254 references to SIGTRAMP_START and SIGTRAMP_END.
7255
f561f026
AC
72562004-03-23 Andrew Cagney <cagney@redhat.com>
7257
7258 * gdbint.texinfo (Target Architecture Definition): Deprecate
7259 references to PC_IN_SIGTRAMP.
7260
33cb8b0f
AC
72612004-03-19 Andrew Cagney <cagney@redhat.com>
7262
7263 * gdbint.texinfo (Target Architecture Definition): Delete
7264 reference to GDB_TARGET_IS_HPPA.
7265
fc989b7a
AC
72662004-03-18 Andrew Cagney <cagney@redhat.com>
7267
7268 * gdbint.texinfo (Coding): Update section on gdbarch_data,
7269 describe pre_init and post_init.
7270
701b08bb
DJ
72712004-03-09 Daniel Jacobowitz <drow@mvista.com>
7272
7273 * gdb.texinfo (Debugging Output): Document values for "set debug
7274 target".
7275
faae5abe
AC
72762004-02-28 Andrew Cagney <cagney@redhat.com>
7277
7278 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
7279
dd79a6cf
JJ
72802004-02-26 Jeff Johnston <jjohnstn@redhat.com>
7281
7282 * gdb.texinfo (breakpoints): Add information about the
7283 new "set breakpoint pending" and "show breakpoint pending"
7284 commands.
7285
e7f16015
AC
72862004-02-26 Andrew Cagney <cagney@redhat.com>
7287
7288 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
7289 in Per-architecture module data section.
7290
7161a3a6
RM
72912004-02-25 Roland McGrath <roland@redhat.com>
7292
7293 * gdb.texinfo (General Query Packets): Document qPart:... packets.
7294
2154891a
AC
72952004-02-24 Andrew Cagney <cagney@redhat.com>
7296
7297 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
7298 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
7299 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 7300
6c74ac8b
AC
73012004-02-17 Andrew Cagney <cagney@redhat.com>
7302
7303 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
7304
19772a2c
AC
73052004-02-16 Andrew Cagney <cagney@redhat.com>
7306
7307 * gdbint.texinfo (Target Architecture Definition): Deprecate
7308 FRAMELESS_FUNCTION_INVOCATION.
7309
c9830293
AC
73102004-02-16 Andrew Cagney <cagney@redhat.com>
7311
7312 * gdbint.texinfo (Coding): Mention -Wunused-function.
7313
b9d26eb9
AC
73142004-02-14 Andrew Cagney <cagney@redhat.com>
7315
7316 * gdbint.texinfo (Target Architecture Definition): Delete
7317 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
7318
49efadf5
EZ
73192004-02-12 Elena Zannoni <ezannoni@redhat.com>
7320
7321 * gdb.texinfo: Properly quote the name "C++".
7322 * gdbint.texinfo: Ditto.
7323 * stabs.texinfo: Ditto.
7324
1eb288ea
EZ
73252004-02-11 Elena Zannoni <ezannoni@redhat.com>
7326
7327 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
7328 minimal information about libiberty.
7329
e4937fc1
MC
73302004-02-06 Michael Chastain <mec.gnu@mindspring.com>
7331
7332 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
7333
a9331b3f
RM
73342004-02-04 Roland McGrath <roland@redhat.com>
7335
7336 * gdb.texinfo (Auxiliary Vector): New node (section).
7337 (Data): Add it to the menu.
7338
2650777c
JJ
73392004-02-02 Jeff Johnston <jjohnstn@redhat.com>
7340
7341 * gdb.texinfo (Breakpoints): Add information about pending
7342 breakpoint support.
7343
b4501125
AC
73442004-01-26 Andrew Cagney <cagney@redhat.com>
7345
7346 * gdb.texinfo (Overview): Delete references to the cisco protocol
7347 including the "N" response.
7348
74055713
AC
73492004-01-26 Andrew Cagney <cagney@redhat.com>
7350
7351 * gdbint.texinfo (Target Architecture Definition): Rename
7352 EXTRACT_STRUCT_VALUE_ADDRESS to
7353 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 7354
3bbe9696
EZ
73552004-01-24 Eli Zaretskii <eliz@gnu.org>
7356
7357 * gdb.texinfo (KOD): Document "show os". Add index entries for
7358 "set/show os" and "info cisco" commands.
7359
5843504f
EZ
73602004-01-21 Eli Zaretskii <eliz@gnu.org>
7361
7362 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
7363
9175c9a3
MC
73642004-01-19 Michael Chastain <mec.gnu@mindspring.com>
7365
7366 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
7367 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
7368
8e94b928
NR
73692004-01-19 Nick Roberts <nick@nick.uklinux.net>
7370
7371 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
7372 -stack-list-locals.
7373 (GDB/MI Variable Objects): Describe extension to
7374 -var-list-children.
7375
a20cf136
DJ
73762004-01-17 Daniel Jacobowitz <drow@mvista.com>
7377
7378 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
7379
afb18d0f
AC
73802004-01-17 Andrew Cagney <cagney@redhat.com>
7381
7382 * gdbint.texinfo (Target Architecture Definition): Delete
7383 documentation on DEPRECATED_NPC_REGNUM.
7384
b51970ac
DJ
73852004-01-13 Daniel Jacobowitz <drow@mvista.com>
7386
7387 * gdb.texinfo: Update copyright year. Mention that set
7388 follow-fork-mode is supported on GNU/Linux. Remove documentation of
7389 "set follow-fork-mode ask".
7390
0f0cffd2
AC
73912004-01-13 Andrew Cagney <cagney@redhat.com>
7392
7393 * gdbint.texinfo: Update copyright year.
7394 (Coding): Add -Wunused-label to list of -Werror warnings.
7395
c552b3bb 73962004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 7397 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
7398
7399 * gdb.texinfo: Update copyright.
7400 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
7401 around names, as appropriate. Minor syntax cleanup of
7402 _NSPrintForDebugger explanation. Two spaces after periods.
7403 GDBN used instead of lit. "gdb". Index entries added for
7404 print-object and _NSPrintForDebugger. @noindent added in one spot.
7405
afe157ca
EZ
74062003-11-11 Elena Zannoni <ezannoni@redhat.com>
7407
7408 * stabs.texinfo: Add dircategory and direntry commands.
7409 * annotate.texinfo: Ditto.
7410
963e2bb7
AC
74112003-11-10 Andrew Cagney <cagney@redhat.com>
7412
7413 * gdbint.texinfo (Target Architecture Definition): Replace the
7414 return_value method's "inval" and "outval" parameters with
7415 "readbuf" and "writebuf".
7416
1d8b2f28
JB
74172003-10-28 Jim Blandy <jimb@redhat.com>
7418
7419 * gdb.texinfo (The F request packet, The F reply packet): Renamed
7420 from "The `F' request packet" and "The `F' reply packet", to make
7421 texi2dvi happy.
7422 (File-I/O remote protocol extension): Update menu entries, too.
7423
36d86913
MC
74242003-10-26 Michael Chastain <mec@shout.net>
7425
7426 * gdb.texinfo (Thread Stops): Document the issue with
7427 premature return from system calls in multi-threaded programs.
7428
ce2826aa
AC
74292003-10-24 Andrew Cagney <cagney@redhat.com>
7430
7431 * annotate.texinfo: Fix "fortunatly"[sic].
7432
f24c5e49
KI
74332003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
7434
7435 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
7436 with "Hitachi" and "Mitsubishi".
7437
92ad9cd9
AC
74382003-10-20 Andrew Cagney <cagney@redhat.com>
7439
7440 * gdbint.texinfo (Target Architecture Definition): Document
7441 gdbarch_return_value. Add cross references from
7442 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
7443 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
7444
0ab4b752
MK
74452003-10-18 Mark Kettenis <kettenis@gnu.org>
7446
7447 * gdbint.texinfo (Target Architecture Definition): Document
7448 regset_from_core_section.
fb3e19c0
KI
7449
74502003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
7451
7452 * gdb.texinfo (M32R/D): Mention m32rsdi target.
7453
a9331b3f 74542003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
7455
7456 From Anthony Green <green@redhat.com>:
5ae4183a 7457 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 7458
1485d690
KB
74592003-10-14 Kevin Buettner <kevinb@redhat.com>
7460
889bf7c5
PA
7461 * gdb.texinfo (Breakpoint related warnings): New node.
7462 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 7463
86d30acc
DJ
74642003-10-13 Daniel Jacobowitz <drow@mvista.com>
7465
7466 * gdb.texinfo (Remote Protocol): Document v and vCont.
7467
172c2a43
KI
74682003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
7469
7470 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
7471 * gdbint.texinfo: Ditto.
7472
71952f4c
AC
74732003-10-09 Andrew Cagney <cagney@redhat.com>
7474
7475 From 2003-09-18 David Anderson <davea@sgi.com>:
7476 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
7477 "command".
7478
268e2188
AC
74792003-10-03 Andrew Cagney <cagney@redhat.com>
7480
7481 * gdbint.texinfo (Target Architecture Definition): Deprecate
7482 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
7483 just target.
7484
12c266ea 74852003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 7486
f30992d4 7487 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
7488 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
7489 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
7490 * gdbint.texinfo (Target Architecture Definition): Rename
7491
74922003-09-30 Andrew Cagney <cagney@redhat.com>
7493
f30992d4 7494 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 7495 (Target Architecture Definition):
f30992d4 7496
2e092625
AC
7497 * gdbint.texinfo (Target Architecture Definition): Rename
7498 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
7499
0717ae8a
AC
75002003-09-29 Andrew Cagney <cagney@redhat.com>
7501
dad809b7
AC
7502 * gdbint.texinfo (Target Architecture Definition): Delete
7503 documentation for NEED_TEXT_START_END.
7504
0717ae8a
AC
7505 * gdbint.texinfo (Target Architecture Definition): Rename
7506 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
7507 TARGET_WRITE_PC.
a9331b3f 7508
af6cf26d
MC
75092003-09-22 Michael Chastain <mec@shout.net>
7510
7511 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
7512
ee206350
AG
75132003-09-21 Anthony Green <green@redhat.com>
7514
7515 * gdbint.texinfo (Target Architecture Definition): Fix typos.
7516
a38c9fe6
MK
75172003-09-21 Mark Kettenis <kettenis@gnu.org>
7518
7519 * gdbint.texinfo (Target Architecture Definition): Document
7520 stabs_argument_has_addr.
7521
77949794
AC
75222003-09-18 Andrew Cagney <cagney@redhat.com>
7523
7524 * gdbint.texinfo (Target Architecture Definition): Delete
7525 documentation on REGISTER_NAMES.
7526
8e823e25
MK
75272003-09-13 Mark Kettenis <kettenis@gnu.org>
7528
7529 * gdbint.texinfo (Target Architecture Definition): Replace
7530 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
7531
f27dd7fd
AC
75322003-09-11 Andrew Cagney <cagney@redhat.com>
7533
7534 * gdbint.texinfo (Target Architecture Definition): Replace
7535 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
7536
8b148df9
AC
75372003-08-18 Andrew Cagney <cagney@redhat.com>
7538
7539 * gdbint.texinfo (Target Architecture Definition): Document
7540 "frame_red_zone_size".
7541
25d29d70
AC
75422003-08-09 Andrew Cagney <cagney@redhat.com>
7543
7544 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
7545 with "set/show backtrace past-main" and "set/show backtrace
7546 limit".
7547
c938e9b0
L
75482003-08-08 H.J. Lu <hongjiu.lu@intel.com>
7549
7550 * Makefile.in (install-info): Support DESTDIR.
7551 (install-html): Likewise.
7552
64fabec2
AC
75532003-08-07 Andrew Cagney <cagney@redhat.com>
7554
7555 Patch from Nick Roberts.
7556 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
7557 bindings. Remove description of send-gdb-command.
7558
2fcf52f0
AC
75592003-08-07 Andrew Cagney <cagney@redhat.com>
7560
7561 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
7562 GDB 6.0.
7563
086432e2
AC
75642003-08-06 Andrew Cagney <cagney@redhat.com>
7565
7566 * gdb.texinfo (Mode Options): Mention that level three is the
7567 highest available and that level 2 is deprecated.
7568 (Annotations Overview): Mention annotation levels. Cross reference
7569 to "Limitations of the Annotation Interface" in annotate.texi.
7570 (TODO, Value Annotations, Frame Annotations): Delete section.
7571 (Displays, Breakpoint Info): Delete.
7572
e5249f67
AC
75732003-08-04 Andrew Cagney <cagney@redhat.com>
7574
7575 * agentexpr.texi: Delete @bye.
7576 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
7577 (stabs.info): Add $(srcdir) to include search path.
7578 (html): Depend on "annotate_toc.html", and not "annotate.html".
7579 * stabs.texinfo: Ditto. Include "fdl.texi".
7580 * gdbint.texinfo: Update copyright statement's list of invariant
7581 sections.
7582
e6f672d2
AC
75832003-07-28 Andrew Cagney <cagney@redhat.com>
7584
7585 * Makefile.in (INFO_DEPS): Add annotate.info.
7586 (dvi, ps, html, pdf): Add annotate.
7587 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
7588 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
7589 (ANNOTATE_DOC_FILES): New macro.
7590 (ANNOTATE_TEX_TMPS): New macro.
7591 (annotate.info, annotate_toc.html): Specify dependencies.
7592 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
7593 * annotate.texinfo: Rename annotate.texi. Get building. Add
7594 "Migrating to GDB/MI" and "Limitations of the Annotation
7595 Interface" chapters. Mention why it is not part of the user
7596 guide. Update copyright notice. Include "fdl.texi".
7597
72ffddc9
SC
75982003-07-26 Stephane Carrez <stcarrez@nerim.fr>
7599
7600 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
7601
a9f12a31
DJ
76022003-07-24 Daniel Jacobowitz <drow@mvista.com>
7603
7604 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
7605
b1fe9455
DJ
76062003-07-24 Daniel Jacobowitz <drow@mvista.com>
7607
7608 * gdb.texinfo (Server): Mention pidof.
7609
153721e6
AC
76102003-07-22 Andrew Cagney <cagney@redhat.com>
7611
7612 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
7613 list.
7614
0fac0b41
DJ
76152003-06-28 Daniel Jacobowitz <drow@mvista.com>
7616
7617 * gdb.texinfo (Logging output): New chapter.
7618
4e562065
JB
76192003-06-24 Joel Brobecker <brobecker@gnat.com>
7620
7621 * gdb.texinfo (Unsupported languages): New section.
7622 (Languages): Add link to new section.
7623
f2c06f52
AC
76242003-06-22 Andrew Cagney <cagney@redhat.com>
7625
7626 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
7627
b4177fca
DJ
76282003-06-22 Daniel Jacobowitz <drow@mvista.com>
7629
7630 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
7631
f418dd93
DJ
76322003-06-22 Daniel Jacobowitz <drow@mvista.com>
7633
7634 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
7635 * agentexpr.texi: Retitle section, and change it to an appendix.
7636 Comment out texinfo initialization. Factor a @var{} into two
7637 pieces to prevent makeinfo warnings.
7638 * gdb.texinfo: Add Agent Expressions appendix.
7639
4ca61388
DJ
76402003-06-19 Daniel Jacobowitz <drow@mvista.com>
7641
7642 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
7643
07f31aa6
DJ
76442003-06-18 Daniel Jacobowitz <drow@mvista.com>
7645
5ae4183a 7646 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
7647 remote target". Document the "detach" and "disconnect" commands.
7648 (Server, Netware, Debug Session): Reference "Connecting to a
7649 remote target".
7650 (GDB/MI Target Manipulation): Document "-target-disconnect".
7651
2dd0da42
AC
76522003-06-13 Andrew Cagney <cagney@redhat.com>
7653
7654 * gdbint.texinfo (Target Architecture Definition): Deprecate
7655 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
7656 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
7657
e7a3abfc
JB
76582003-06-09 Jim Blandy <jimb@redhat.com>
7659
7660 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
7661
25e3a86b
AC
76622003-06-08 Andrew Cagney <cagney@redhat.com>
7663
7664 * gdbint.texinfo (Target Architecture Definition): Delete
7665 documentation on FRAME_ARGS_ADDRESS_CORRECT.
7666
a9e5fdc2
AC
76672003-06-08 Andrew Cagney <cagney@redhat.com>
7668
7669 * gdbint.texinfo (Target Architecture Definition): Document
7670 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
7671
b37303ee
AF
76722003-06-07 Adam Fedor <fedor@gnu.org>
7673
7674 * gdb.texinfo: Add Objective-C documentation.
7675
39fe6e80
AC
76762003-06-01 Andrew Cagney <cagney@redhat.com>
7677
7678 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
7679 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
7680
125309b2
AC
76812003-05-21 Andrew Cagney <cagney@redhat.com>
7682
7683 * gdbint.texinfo (Target Architecture Definition): Delete
7684 references to "extract_address" and "store_address".
7685
b8b527c5
AC
76862003-05-16 Andrew Cagney <cagney@redhat.com>
7687
7688 * gdbint.texinfo (Target Architecture Definition): Replace
7689 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
7690 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
7691
50e3ee83
TR
76922003-05-14 Theodore A. Roth <troth@openavr.org>
7693
7694 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
7695
44e2be90
L
76962003-05-10 H.J. Lu <hongjiu.lu@intel.com>
7697
7698 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
7699 (gdb.dvi): Likewise.
7700 (gdb.pdf): Likewise.
7701 (links2roff): Likewise.
7702
df5215a6
JB
77032003-05-08 Jim Blandy <jimb@redhat.com>
7704
7705 * gdb.texinfo (Dump/Restore Files): Update documentation for
7706 'dump', 'append', and 'restore': note that format argument is
7707 optional; simplify presentation of the command variants; and be
7708 more precise about the formats.
7709
5e7b2f39
JB
77102003-05-07 Jim Blandy <jimb@redhat.com>
7711
7712 * gdb.texinfo (Symbols): Update documentation: 'maint list
7713 symtabs' and 'maint list psymtabs' have been renamed 'maint info
7714 symtabs' and 'maint info psymtabs'.
7715
b1e29e33
AC
77162003-05-05 Andrew Cagney <cagney@redhat.com>
7717
7718 * gdbint.texinfo (Target Architecture Definition): Make
7719 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
7720 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
7721 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
7722
00905d52
AC
77232003-05-04 Andrew Cagney <cagney@redhat.com>
7724
7725 * gdb.texinfo (Maintenance Commands): Document "maint print
7726 dummy-frames".
7727
54ff5908
AC
77282003-05-04 Andrew Cagney <cagney@redhat.com>
7729
7730 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
7731
32e7087d
JB
77322003-05-03 J. Brobecker <brobecker@gnat.com>
7733
7734 Thierry Schneider <tpschneider1@yahoo.com>
7735 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
7736 for new MI command.
7737
7043d8dc
AC
77382003-05-03 Andrew Cagney <cagney@redhat.com>
7739
7740 * gdbint.texinfo (Target Architecture Definition): Document
7741 push_dummy_code. Add cross references.
7742
e33d66ec
EZ
77432003-05-02 Elena Zannoni <ezannoni@redhat.com>
7744
7745 * gdb.texinfo (Character Sets): Update to reflect new behavior of
7746 set/show charsets commands.
7747
0ba6dca9
AC
77482003-04-28 Andrew Cagney <cagney@redhat.com>
7749
7750 * gdbint.texinfo (Target Architecture Definition): Replace
7751 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
7752 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
7753
d7a27068
AC
77542003-04-28 Andrew Cagney <cagney@redhat.com>
7755
7756 * gdbint.texinfo (Target Architecture Definition): Rename
7757 "tm_print_insn" to "deprecated_tm_print_insn".
7758
44ea7b70
JB
77592003-04-09 Jim Blandy <jimb@redhat.com>
7760
7761 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
7762 list psymtabs'.
7763
fb8f8949
AC
77642003-04-08 Andrew Cagney <cagney@redhat.com>
7765
7766 * gdbint.texinfo (Target Architecture Definition): Delete
7767 references to EXTRA_FRAME_INFO.
7768
32fb0f22
AC
77692003-04-08 Andrew Cagney <cagney@redhat.com>
7770
7771 * gdbint.texinfo (Target Architecture Definition): Delete
7772 PRINT_TYPELESS_INTEGER.
7773
6be67e67
JB
77742003-04-02 J. Brobecker <brobecker@gnat.com>
7775
7776 * observer.texi (GDB Observers): Adjust the documentation for the
7777 normal_stop notification to better describe reality. Fix a couple
7778 of minor typos.
7779
4e35d5f0
BR
77802003-04-02 Bob Rossi <bob_rossi@cox.net>
7781
a9331b3f 7782 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
7783 '-file-list-exec-source-file'
7784
e8a8712a
AC
77852003-03-31 Andrew Cagney <cagney@redhat.com>
7786
7787 * gdbint.texinfo (Target Architecture Definition): Delete
7788 references to CALL_DUMMY_P.
7789
6c0e89ed
AC
77902003-03-30 Andrew Cagney <cagney@redhat.com>
7791
7792 * gdbint.texinfo (Target Architecture Definition): Remove
7793 reference to TARGET_WRITE_SP.
a9331b3f 7794
378bfd1b
AC
77952003-03-27 Andrew Cagney <cagney@redhat.com>
7796
7797 * gdbint.texinfo (Target Architecture Definition): Remove
7798 references to write_sp.
6c0e89ed 7799
922fbb7b
AC
78002003-03-27 Andrew Cagney <cagney@redhat.com>
7801
7802 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
7803 chapter body. Use @smallexample instead of @example.
7804 (Annotations): Ditto.
7805 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
7806 annotate.texi.
7807
b81774d8
AC
78082003-03-26 Andrew Cagney <cagney@redhat.com>
7809
7810 * gdbint.texinfo (Target Architecture Definition): Replace
7811 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
7812 dummy_addr parameters.
7813
1bf6d5cc
AC
78142003-03-25 Andrew Cagney <cagney@redhat.com>
7815
7816 * gdbint.texinfo (Target Architecture Definition): Delete
7817 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
7818 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
7819 Add reference to PUSH_ARGUMENTS.
7820
618ce49f
AC
78212003-03-23 Andrew Cagney <cagney@redhat.com>
7822
7823 * gdbint.texinfo (Algorithms, Target Architecture Definition):
7824 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
7825
bcd7e15f
JB
78262003-03-18 J. Brobecker <brobecker@gnat.com>
7827
7828 * gdbint.texinfo (Algorithms): Add new section describing the
7829 Observer paradigm.
7830 (Top): Add menu entry to new observer appendix.
7831 * observer.texi: New file.
7832 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
7833 new observer.texi file.
7834
9fe8321b
AC
78352003-03-17 Andrew Cagney <cagney@redhat.com>
7836
7837 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
7838 that GNU Press update the manual version number.
7839
ac2adee5
AC
78402003-03-12 Andrew Cagney <cagney@redhat.com>
7841
7842 * gdbint.texinfo (Target Architecture Definition): Delete
7843 references to get_saved_register. Rename GET_SAVED_REGISTER to
7844 DEPRECATED_GET_SAVED_REGISTER.
7845
749b82f6
AC
78462003-03-13 Andrew Cagney <cagney@redhat.com>
7847
7848 * gdbint.texinfo (Target Architecture Definition): Replace
7849 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
7850
8bedc050
AC
78512003-03-12 Andrew Cagney <cagney@redhat.com>
7852
7853 * gdbint.texinfo (Target Architecture Definition): Rename
7854 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 7855
0ce1b118
CV
78562003-03-10 Corinna Vinschen <vinschen@redhat.com>
7857
7858 * gdb.texinfo: Add File-I/O documentation.
7859
12cc2063
AC
78602003-03-10 Andrew Cagney <cagney@redhat.com>
7861
7862 * gdbint.texinfo (Target Architecture Definition): Cross reference
7863 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
7864
7453dc06
AC
78652003-03-07 Andrew Cagney <cagney@redhat.com>
7866
7867 * gdb.texinfo (Debugging Output): Mention the "set/show debug
7868 frame" command.
7869
6314f104
AC
78702003-03-05 Andrew Cagney <cagney@redhat.com>
7871
7872 * gdbint.texinfo (Target Architecture Definition): Document
7873 unwind_dummy_id. Cross reference unwind_dummy_id and
7874 SAVE_DUMMY_FRAME_TOS.
7875
f1212245
DJ
78762003-03-05 James Ingham <jingham@apple.com>
7877 Daniel Jacobowitz <drow@mvista.com>
7878
7879 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
7880 and "show cp-abi".
7881
77e7e267
AC
78822003-03-03 Andrew Cagney <cagney@redhat.com>
7883
7884 * gdbint.texinfo (Target Architecture Definition): Document
7885 register_type.
7886
838a8221
AC
78872003-03-03 Andrew Cagney <cagney@redhat.com>
7888
7889 * stabs.texinfo (Structures): Use @samp and separate @var's
7890 instead of a single @var containing a comma separated list.
7891 (Unions): Ditto.
7892
d7f4a264
DJ
78932003-03-02 Daniel Jacobowitz <drow@mvista.com>
7894
7895 * Makefile.in (distclean): Remove config.log.
7896
f30ee0bc
AC
78972003-03-01 Andrew Cagney <cagney@redhat.com>
7898
7899 * gdbint.texinfo (Target Architecture Definition): Rename
7900 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
7901
79022003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
7903
7904 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
7905 DEPRECATED_INIT_EXTRA_FRAME_INFO.
7906
be448670
CF
79072003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
7908
7909 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
7910 (Non-debug DLL symbols): New node, describing the minimal symbols
7911 loaded from DLLs without real debugging symbols.
7912
501eef12
AC
79132003-02-20 Andrew Cagney <ac131313@redhat.com>
7914
7915 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
7916 hardware-breakpoint-limit".
7917 (Set Watchpoints): Add cross reference to "set remote
7918 hardware-watchpoint-limit".
7919 (Remote configuration options): New section.
7920
21c294e6
AC
79212003-02-04 Andrew Cagney <ac131313@redhat.com>
7922
e9be73e4
AC
7923 * gdbint.texinfo (Target Architecture Definition): Delete
7924 descrption of IS_TRAPPED_INTERNALVAR.
7925
21c294e6
AC
7926 From Keith Seitz <keiths@redhat.com>:
7927 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
7928 option "-i"/"--interpreter" to this chapter. Include index
7929 entries.
7930
0179ffac
DC
79312003-02-04 David Carlton <carlton@math.stanford.edu>
7932
7933 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
7934 (Variables): Recommend stabs+ and DWARF 2.
7935 (C plus plus expressions): Correct info about
7936 compiler versions, debug formats.
7937 (Contributors): Change 'DWARF2' to 'DWARF 2'.
7938 PR symtab/874.
7939
7ca9f392
AC
79402003-02-01 Andrew Cagney <ac131313@redhat.com>
7941
7942 * gdbint.texinfo (Target Architecture Definition): Delete
7943 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
7944 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
7945 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
7946 references to nindy and i960.
7947 * gdb.texinfo (i960): Delete all references to i960 and nindy.
7948
31a85ea2
AC
79492003-02-01 Andrew Cagney <ac131313@redhat.com>
7950
7951 * gdbint.texinfo (Target Architecture Definition): Delete
7952 FLOAT_INFO.
7953
6b894e49
AC
79542003-01-30 Andrew Cagney <ac131313@redhat.com>
7955
7956 * stabs.texinfo (Member Type Descriptor): Clarify description of
7957 `@'. Suggested by Ben Hutchings.
7958
c48861fb
AC
79592003-01-29 Andrew Cagney <ac131313@redhat.com>
7960
7961 * gdb.texinfo (M68K): Delete reference to es1800.
7962
617073a9
AC
79632003-01-29 Andrew Cagney <ac131313@redhat.com>
7964
7965 * gdb.texinfo (Maintenance Commands): Document `maint print
7966 reggroups' and `maint print register-groups'.
7967 * gdbint.texinfo (Target Architecture Definition): Document
7968 register_reggroup_p.
7969
5b5d99cf
JB
79702003-01-23 Jim Blandy <jimb@redhat.com>
7971
7972 * gdb.texinfo (Separate Debug Files): New section.
7973
e7ba9c65
DJ
79742003-01-22 Daniel Jacobowitz <drow@mvista.com>
7975
7976 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
7977 and "maint show profile".
7978
94e91d6d
MC
79792003-01-16 Michael Chastain <mec@shout.net>
7980
7981 * gdb.texinfo (Installing GDB): Warn against
7982 ".../gdb-VERSION/gdb/configure".
7983 (Separate Objdir): Likewise.
7984
867f3898
AC
79852003-01-15 Andrew Cagney <ac131313@redhat.com>
7986
7987 * gdbint.texinfo (Target Architecture Definition): Delete
7988 definition of PRINT_REGISTER_HOOK.
7989
f153cc92
EZ
79902003-01-15 Elena Zannoni <ezannoni@redhat.com>
7991
7992 (OpenRISC 1000): Fix formatting of command names.
7993
c60eb6f1
EZ
79942003-01-15 Elena Zannoni <ezannoni@redhat.com>
7995
7996 * gdb.texinfo (Continuing and Stepping): Add new command
7997 'advance'. Clarify behavior of 'until'.
7998
f5ebfba0
DJ
79992003-01-13 Daniel Jacobowitz <drow@mvista.com>
8000
8001 * gdb.texinfo (Files): Document solib-absolute-prefix and
8002 solib-search-path.
8003
4ce8657e
MC
80042003-01-09 Michael Chastain <mec@shout.net>
8005
8006 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
8007 (Create a Release): Add new instructions for new @file{src-release}.
8008 Document existing instructions for @file{Makefile.in} as
8009 being for @value{GDBN} 5.3.1 or earlier.
8010
372613e3
AC
80112003-01-09 Andrew Cagney <ac131313@redhat.com>
8012
8013 * gdbint.texinfo (Target Architecture Definition): Mention
8014 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
8015 allocate memory.
8016
b4e9345d
DJ
80172003-01-04 Daniel Jacobowitz <drow@mvista.com>
8018
8019 * gdb.texinfo (Controlling GDB): Add @kindex for
8020 "show osabi".
8021 (Backtraces): Add @kindex's for backtrace-below-main.
8022
98b45e30
DJ
80232003-01-04 Daniel Jacobowitz <drow@mvista.com>
8024
8025 * gdb.texinfo (Controlling GDB): Document "set osabi".
8026
95f90d25
DJ
80272003-01-04 Daniel Jacobowitz <drow@mvista.com>
8028
8029 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
8030 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
8031
1e698235
DJ
80322003-01-04 Daniel Jacobowitz <drow@mvista.com>
8033
8034 * gdb.texinfo (Controlling GDB): Add ABI section. Document
8035 "set coerce-float-to-double".
8036 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
8037
e632838e
AC
80382003-01-02 Andrew Cagney <ac131313@redhat.com>
8039
8040 * stabs.texinfo: Remove obsolete text.
8041 * gdbint.texinfo: Ditto.
8042 * gdb.texinfo: Ditto.
8043
c133ab7a
MK
80442002-12-22 Mark Kettenis <kettenis@gnu.org>
8045
8046 * gdbint.texinfo (Target Architecture Definition): Update
8047 description of gdbarch_register_osabi.
8048
f821f325
KH
80492002-12-20 Kazu Hirata <kazu@cs.umass.edu>
8050
8051 * agentexpr.texi: Fix typos.
8052 * annotate.texi: Likewise.
8053 * fdl.texi: Likewise.
8054
85a6d8d3 80552002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
8056
8057 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
8058 DEPRECATED_INIT_FRAME_PC.
8059
ae45cd16
AC
80602002-12-01 Andrew Cagney <ac131313@redhat.com>
8061
8062 * gdbint.texinfo (Target Architecture Definition): Delete
8063 PC_IN_CALL_DUMMY.
8064
07555a72
AC
80652002-11-28 Andrew Cagney <ac131313@redhat.com>
8066
8067 * gdbint.texinfo (Host Definition): Delete documentation on
8068 USE_GENERIC_DUMMY_FRAMES.
8069
c166cdc7
EZ
80702002-11-26 Elena Zannoni <ezannoni@redhat.com>
8071
5ae4183a 8072 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
8073 * Makefile.in (install-info): Run the install-info command as part
8074 of the post install steps only.
8075 (uninstall-info): New target.
8076 (uninstall): New target.
8077
35db0260
EZ
80782002-11-22 Elena Zannoni <ezannoni@redhat.com>
8079
8080 * Makefile.in (install): Make install do some real work.
8081
9ba8d803
AC
80822002-11-19 Andrew Cagney <ac131313@redhat.com>
8083
8084 Fix POSIX problem reported by Paul Eggert.
8085 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
8086 Fix PR gdb/527.
8087
903ad3a6
AC
80882002-10-26 Andrew Cagney <cagney@redhat.com>
8089
8090 * gdbint.texinfo (Target Architecture Definition): Delete
8091 definition of DO_REGISTERS_INFO.
8092
f2abfe65
KB
80932002-10-18 Kevin Buettner <kevinb@redhat.com>
8094
8095 * gdbint.texinfo (Address Classes): Fix problems with insertion
8096 of ``{'' and ``}'' in example.
8097
b5b0480a
KB
80982002-10-17 Kevin Buettner <kevinb@redhat.com>
8099
8100 * gdbint.texinfo (Address Classes): New section.
8101 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
8102 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
8103 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
8104 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
8105
c85508ee
KD
81062002-10-11 Klee Dienes <kdienes@apple.com>
8107
8108 * gdb.texinfo (Registers): Mention vector registers as well as
8109 floating registers in the documentation for 'info registers' and
8110 'info all-registers'.
8111
6d12fc3d
DJ
81122002-10-11 Daniel Jacobowitz <drow@mvista.com>
8113
8114 * gdbint.texinfo (CPLUS_MARKER): Remove item.
8115
8d19fbd2
JJ
81162002-10-03 Jeff Johnston <jjohnstn@redhat.com>
8117
8118 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
8119 interface definition.
8120
a37295f9
MM
81212002-10-03 Marko Mlinar <markom@opencores.org>
8122
8123 * gdb.texinfo (Target Commands): Add or1k target specific
8124 commands.
8125 * gdb.texinfo (Contributors): Add myself to the contributors list.
8126
da0f9dcd
AC
81272002-10-01 Andrew Cagney <ac131313@redhat.com>
8128
8129 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
8130 and "mi1" instead of "mi1" and "mi0".
8131
2e834e49
HPN
81322002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
8133
8134 * gdb.texinfo (Packets): Fix typos "alligned".
8135 Correct z3/Z3 description. Correct z4/Z4 title.
8136
050be0dc
AC
81372002-09-27 Andrew Cagney <ac131313@redhat.com>
8138
8139 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
8140
1104b9e7
KB
81412002-09-25 Kevin Buettner <kevinb@redhat.com>
8142
8143 * gdb.texinfo: Use GNU/Linux instead of Linux.
8144
512217c7
AC
81452002-09-25 Andrew Cagney <ac131313@redhat.com>
8146
8147 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
8148
10998722
AC
81492002-09-24 Andrew Cagney <ac131313@redhat.com>
8150
512217c7 8151 * gdb.texinfo: Replace @example with @smallexample.
10998722 8152
a0eb71c5
KB
81532002-09-20 Kevin Buettner <kevinb@redhat.com>
8154
f7dc1244 8155 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
8156 * gdb.texinfo (Character Sets): Use @smallexample instead of
8157 @example. Use GNU/Linux instead of Linux.
8158
81592002-09-20 Jim Blandy <jimb@redhat.com>
8160
8161 * gdb.texinfo: Add character set documentation.
8162
2f870471
AC
81632002-09-19 Andrew Cagney <ac131313@redhat.com>
8164
8165 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
8166 (Packets): Add cross reference from `b' packet to `z' packets.
8167
790eb8f5
AC
81682002-09-19 Andrew Cagney <ac131313@redhat.com>
8169
8d30a00d
AC
8170 * gdb.texinfo (Maintenance Commands): Document ``maint
8171 internal-error'' and ``maint internal-warning''.
8172
790eb8f5
AC
8173 * gdbint.texinfo (Target Architecture Definition): Revise
8174 description of STACK_ALIGN. Add description of FRAME_ALIGN.
8175
a23a7bf1
JB
81762002-09-19 Joel Brobecker <brobecker@gnat.com>
8177
8178 * gdbint.texinfo (Target Conditionals): Document the new
8179 NAME_OF_MALLOC macro.
8180
299ffc64
AC
81812002-09-05 Andrew Cagney <ac131313@redhat.com>
8182
8183 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
8184 engineer.
8185
b7bb15bc
SC
81862002-09-02 Stephane Carrez <stcarrez@nerim.fr>
8187
8188 * gdb.texinfo (TUI Overview): Document status line fields.
8189
3d757584
SC
81902002-09-02 Stephane Carrez <stcarrez@nerim.fr>
8191
8192 * gdb.texinfo (TUI Commands): Document info win command.
8193
269c21fe
SC
81942002-09-01 Stephane Carrez <stcarrez@nerim.fr>
8195
8196 * gdb.texinfo (TUI Overview): Document breakpoint markers.
8197
7cf36c78
SC
81982002-09-01 Stephane Carrez <stcarrez@nerim.fr>
8199
8200 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
8201 (TUI Keys): Likewise.
8202
d2c6833e
AC
82032002-08-25 Andrew Cagney <ac131313@redhat.com>
8204
8205 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
8206 for a packet receive.
8207
46d8b1c3
AC
82082002-08-25 Andrew Cagney <ac131313@redhat.com>
8209
8210 * Makefile.in (clean): Move to end of file.
8211 (distclean, maintainer-clean, realclean): Ditto.
8212 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
8213 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
8214 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
8215 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
8216
b0787093
AC
82172002-08-24 Andrew Cagney <ac131313@redhat.com>
8218
8219 * Makefile.in (GDBINT_TEX_TMPS): Define.
8220 (gdbint.dvi, gdbint.pdf): Use
8221 (GDB_TEX_TMPS): Define.
8222 (gdb.dvi, gdb.pdf): Use.
8223 (STABS_TEX_TMPS): Define.
8224 (stabs.dvi, stabs.pdf): Use.
8225 (GDB_DOC_SOURCE_INCLUDES): New macros.
8226 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
8227 (GDBINT_DOC_FILES_INCLUDES): New macros.
8228 (GDBINT_DOC_BUILD_INCLUDES): New macros.
8229 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
8230 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
8231 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
8232 (links2roff): Replace SFILES_INCLUDED with
8233 GDB_DOC_SOURCE_INCLUDES.
8234 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
8235 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
8236 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
8237 dependencies.
8238 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
8239 dependencies.
8240 (gdbmi.texinfo): Delete rule.
8241 (inc-hist.texinfo): Delete rule.
8242 (rluser.texinfo): Delete rule.
8243
ebba8386
AC
82442002-08-23 Andrew Cagney <cagney@redhat.com>
8245
8246 * gdbint.texinfo (Target Architecture Definition): Update
8247 STORE_RETURN_VALUE, mention regcache.
8248
0ab7a791
AC
82492002-08-21 Andrew Cagney <ac131313@redhat.com>
8250
8251 * gdbint.texinfo (Target Architecture Definition): Document
8252 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
8253
ee2d5c50
AC
82542002-08-19 Andrew Cagney <ac131313@redhat.com>
8255
8256 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
8257 Fix minor typos. Add index entries.
8258
53c69bd7
AC
82592002-08-18 Andrew Cagney <ac131313@redhat.com>
8260
8261 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
8262
e76f1f2e
AC
82632002-08-15 Andrew Cagney <ac131313@redhat.com>
8264
8265 * gdbint.texinfo (Target Architecture Definition): Document
8266 PRINT_VECTOR_INFO.
8267 * gdb.texinfo (Vector Unit): Document "info vectors" command.
8268
0680b120
AC
82692002-08-13 Andrew Cagney <ac131313@redhat.com>
8270
8271 * gdb.texinfo (Maintenance Commands): Document "maint print
8272 registers", "maint print raw-registers" and "maint print
8273 cooked-registers".
8274
3c3bea1c
GS
82752002-08-08 Grace Sainsbury <graces@redhat.com>
8276
a9331b3f 8277 From Mark Salter:
3c3bea1c
GS
8278 * gdb.texinfo (Protocol): Document T packet extension to
8279 allow watchpoint address reporting.
8280
42f9b0a5
AC
82812002-08-03 Andrew Cagney <ac131313@redhat.com>
8282
8283 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
8284
db034ac5
AC
82852002-08-01 Andrew Cagney <cagney@redhat.com>
8286
8287 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
8288 to CHILL.
8289
e2b28d04
AC
82902002-08-01 Andrew Cagney <ac131313@redhat.com>
8291
8292 * gdbint.texinfo (Coding): Revise section "Include Files".
8293
7fb623f7
AC
82942002-07-24 Andrew Cagney <cagney@redhat.com>
8295
8296 * gdbint.texinfo: Obsolete references to m88k.
8297 * gdb.texinfo: Ditto.
8298
4a2b4636
JB
82992002-07-10 Joel Brobecker <brobecker@gnat.com>
8300
7fb623f7 8301 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
8302 where the proper version of autoconf can be retrieved.
8303
a71ec265
DH
83042002-07-09 Don Howard <dhoward@redhat.com>
8305
8306 * gdb.texinfo (Command Files): Further describe the behavior of
8307 sourced command files.
8308
b9aa90c9
AC
83092002-06-27 Andrew Cagney <ac131313@redhat.com>
8310
8311 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
8312 (Coding): Clarify ISO C version that GDB assumes.
8313
40dd2248
TT
83142002-06-26 Tom Tromey <tromey@redhat.com>
8315
8316 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
8317 add_setshow_cmd_full.
8318
bfac230e
DH
83192002-06-25 Don Howard <dhoward@redhat.com>
8320
8321 * gdb.texinfo (Memory Region Attributes): Document new behavior
8322 for 'mem' command.
8323
475b0867
JB
83242002-06-11 Jim Blandy <jimb@redhat.com>
8325
919d772c
JB
8326 * gdb.texinfo (Symbols): Update documentation for `info source'
8327 command.
8328
475b0867
JB
8329 * gdb.texinfo (Macros): Call the command `info macro', not
8330 `show macro'.
8331
ba8c9337
AC
83322002-06-09 Andrew Cagney <ac131313@redhat.com>
8333
8334 * gdbint.texinfo (Coding): Add section ``Per-architecture module
8335 data''.
8336
1029b7fa
MK
83372002-06-09 Mark Kettenis <kettenis@gnu.org>
8338
8339 * gdbint.texinfo (Target Architecture Definition): Document
8340 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
8341
16737d73
AC
83422002-06-08 Andrew Cagney <ac131313@redhat.com>
8343
8344 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
8345 lists.
8346
30107679
AC
83472002-06-08 Andrew Cagney <ac131313@redhat.com>
8348
8349 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
8350 Branch''.
8351
3352e23e
AC
83522002-06-01 Andrew Cagney <ac131313@redhat.com>
8353
8354 * gdbint.texinfo (Target Architecture Definition): Add section
8355 ``Converting an existing Target Architecture to Multi-arch''.
8356
cbb09e6a
AC
83572002-05-30 Andrew Cagney <ac131313@redhat.com>
8358
8359 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
8360 to ``Obsoleting code''. Revise.
8361
e2e0bcd1
JB
83622002-05-17 Jim Blandy <jimb@redhat.com>
8363
8364 * gdb.texinfo (C Preprocessor Macros): New chapter.
8365 Include it in the main menu.
8366 (Contributors): Credit Jim Blandy with macro support.
8367 (Compilation): Explain how to get macro information into the
8368 executable.
8369 (Expressions): Note that preprocessor macros are expanded.
8370
9db8d71f
DJ
83712002-05-14 Daniel Jacobowitz <drow@mvista.com>
8372
8373 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
8374 options for `target remote'.
8375
6d531722
AC
83762002-05-13 Andrew Cagney <ac131313@redhat.com>
8377
8378 * gdbint.texinfo (Target Architecture Definition): Delete
8379 documentation on NNPC_REGNUM.
8380
13d01224
AC
83812002-05-11 Andrew Cagney <ac131313@redhat.com>
8382
8383 * gdbint.texinfo (Target Architecture Definition): Document
8384 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
8385 (Target Architecture Definition): Revise section `Using Different
8386 Register and Memory Data Representations'. Add section `Raw and
8387 Virtual Register Representations'.
8388
b2e75d78
AC
83892002-05-11 Andrew Cagney <ac131313@redhat.com>
8390
8391 * gdbint.texinfo (Target Architecture Definition): Mention
8392 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
8393 (Target Architecture Definition): Mention same. Add references to
8394 web pages.
8395
2c8682ee
MS
83962002-05-08 Michael Snyder <msnyder@redhat.com>
8397
8398 * stabs.texinfo (Attributes): Document new "vector" attribute.
8399
0816590b
AC
84002002-05-04 Andrew Cagney <ac131313@redhat.com>
8401
8402 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
8403
2653173e
AC
84042002-05-04 Andrew Cagney <ac131313@redhat.com>
8405
8406 * gdb.texinfo: Delete obsolete references to a29k.
8407
d7bd68ca
AC
84082002-04-24 Andrew Cagney <ac131313@redhat.com>
8409
8410 * gdbint.texinfo (Target Architecture Definition): Replace
8411 IN_SIGTRAMP with PC_IN_SIGTRAMP.
8412
21d83aa5
DM
84132002-04-24 David S. Miller <davem@redhat.com>
8414
8415 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
8416
7673a6cc
DM
84172002-04-21 David S. Miller <davem@redhat.com>
8418
8419 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
8420
d49d1e0a
AC
84212002-04-21 Andrew Cagney <ac131313@redhat.com>
8422
8423 * gdbint.texinfo (Target Architecture Definition): Delete
8424 definition of HAVE_REGISTER_WINDOWS.
8425
f7dc1244 84262002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
8427
8428 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
8429 "Theodore A. Roth" <troth@verinet.com>.
8430
5ca0cb28
DH
84312002-04-15 Don Howard <dhoward@redhat.com>
8432
f7dc1244 8433 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 8434 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 8435 Provide a better explaination of this feature.
5ca0cb28 8436
f208ba17
AC
84372002-04-14 Andrew Cagney <ac131313@redhat.com>
8438
8439 * gdbint.texinfo (Target Architecture Definition): Remove
8440 FRAME_CHAIN_COMBINE.
8441
d5ba91de
MC
84422002-04-12 Michael Chastain <mec@shout.net>
8443
8444 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
8445 REG_STACK_SEGMENT.
8446
26818220
MC
84472002-04-09 Michael Chastain <mec@shout.net>
8448
8449 * gdbint.texinfo (Obsolete Conditionals): Remove references to
8450 PYRAMID_* macros.
8451
129188f6
AC
84522002-04-07 Andrew Cagney <ac131313@redhat.com>
8453
8454 * gdb.texinfo (Bug Reporting): Document that the web is the
8455 prefered way of submitting bug reports.
8456 (Bug Reporting): Delete the s-mail address as the last resort.
8457
8227c0ff
AC
84582002-04-05 Andrew Cagney <ac131313@redhat.com>
8459
8460 * gdbint.texinfo (Target Architecture Definition): Delete
8461 references to TARGET_WRITE_FP and write_fp.
8462
16d9dec6
MS
84632002-03-27 Michael Snyder <msnyder@redhat.com>
8464
8465 * gdb.texinfo: Document new commands dump, append, and restore.
8466
9ae8b82c
AC
84672002-03-27 Andrew Cagney <ac131313@redhat.com>
8468
8469 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
8470 Branch'.
8471
474c8240
AC
84722002-03-18 Andrew Cagney <ac131313@redhat.com>
8473
8474 * gdb.texinfo: Change all examples to @smallexample.
8475 * gdbint.texinfo: Ditto.
a9331b3f 8476
fb0ff88f
AC
84772002-03-18 Andrew Cagney <ac131313@redhat.com>
8478
8479 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
8480 Branches''.
8481
9bb0a4d8
AC
84822002-03-18 Andrew Cagney <ac131313@redhat.com>
8483
8484 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
8485 Policy''.
8486
937f164b
FF
84872002-03-04 Fred Fish <fnf@redhat.com>
8488
8489 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
8490 expresson, suports, dependant, trhe, perhaphs, situtations,
8491 explictily, taged, oportunity, unfortunatly).
8492
a7b40f07
AC
84932002-02-24 Andrew Cagney <ac131313@redhat.com>
8494
8495 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
8496 Remove reference to 3.12.
8497
aab4e0ec
AC
84982002-02-23 Andrew Cagney <ac131313@redhat.com>
8499
8500 * gdbint.texinfo: Include fdl.texi.
8501 (Top): Add GNU Free Documentation License.
8502 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
8503 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
8504 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
8505 (gdbint.info): Add srcdir to include path.
8506 * gdb.texinfo: Include gpl.texi.
8507 (Top): Add Copying.
8508 * gpl.texi: New file.
8509
47b95330
AC
85102002-02-23 Andrew Cagney <ac131313@redhat.com>
8511
8512 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
8513
78c47bea
PM
85142002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
8515
8516 * gdb.texinfo: Document Cygwin native specific commands.
8517
56460a61
DJ
85182002-02-15 Daniel Jacobowitz <drow@mvista.com>
8519
8520 * gdb.texinfo: Document gdbserver ``--attach'' command.
8521
def71bfa
MS
85222002-02-07 Michael Snyder <msnyder@redhat.com>
8523
8524 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
8525 to @code(_ovly_debug_event).
8526
c928edc0
AC
85272002-02-07 Andrew Cagney <ac131313@redhat.com>
8528
8529 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
8530
81d46470
MS
85312002-02-06 Michael Snyder <msnyder@redhat.com>
8532
8533 * gdb.texinfo (overlays): Mention new magic symbol
8534 '_ovly_debug_event', which allows GDB to keep better track
8535 of overlays.
8536
f7dc1244 85372002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
8538
8539 * gdb.texinfo (Memory Region Attributes): Fix the wording.
8540 Suggested by Dmitry Sivachenko.
8541
8542 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
8543
15110bc3
MS
85442002-02-01 Michael Snyder <msnyder@redhat.com>
8545
8546 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
8547
6763aef9
MS
85482002-01-30 Michael Snyder <msnyder@redhat.com>
8549
ac282366
MS
8550 * gdb.texinfo: (remote protocol): Gramatical fix-up.
8551 (set trust-readonly-sections): Document.
6763aef9 8552
8642bc8f
AC
85532002-01-29 Andrew Cagney <ac131313@redhat.com>
8554
8555 * gdbint.texinfo (Releasing GDB): Revise and update.
8556
afe64c1a
AC
85572002-01-28 Andrew Cagney <ac131313@redhat.com>
8558
8559 * gdbint.texinfo (Target Architecture Definition): Delete
8560 description of TARGET_BYTE_ORDER_DEFAULT.
8561
f7dc1244 85622002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
8563
8564 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
8565 <mitya@cavia.pp.ru>.
8566
3d6e1b5a
AC
85672002-01-23 Andrew Cagney <ac131313@redhat.com>
8568
8569 * libgdb.texinfo: Delete file.
8570
6c0e9fb3
AC
85712002-01-22 Andrew Cagney <ac131313@redhat.com>
8572
8573 * gdb.texinfo: Remove makeinfo 3.12 hacks.
8574 * gdbint.texinfo: Ditto.
8575
e0ce93ac
AC
8576Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
8577
8578 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
8579
be298bcc
AC
85802002-01-22 Andrew Cagney <ac131313@redhat.com>
8581
8582 * Makefile.in: Update copyright.
8583 (TEXI2DVI): Define.
8584 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
8585 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
8586 gdb-cfg.texi.
8587 (TEXINDEX, PDFTEX): Delete makefile variables.
8588
8e04817f
AC
85892002-01-22 Andrew Cagney <ac131313@redhat.com>
8590
8591 * gdb.texinfo (Protocol): Move section to appendix.
8592
6b2f586d
AC
85932002-01-21 Andrew Cagney <ac131313@redhat.com>
8594
8595 * gdb.texinfo (Remote Debugging): Create a menu.
8596 (Top): Add ``Remote Debugging'' to menu.
8597
6f05cf9f
AC
85982002-01-21 Andrew Cagney <ac131313@redhat.com>
8599
8600 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
8601 serial protocol'' from here.
8602 (Remote Debugging): To here. New chapter.
8603
3fd3d7d2
AC
86042002-01-20 Andrew Cagney <ac131313@redhat.com>
8605
8606 * gdbint.texinfo (Target Architecture Definition): Delete
8607 description of TARGET_BYTE_ORDER_SELECTABLE_P.
8608
7fd60527
AC
86092002-01-20 Andrew Cagney <ac131313@redhat.com>
8610
8611 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
8612 are no longer needed.
8613 (Porting GDB): Add maintainer note about configure.host.
8614
c2f05ac9
AC
86152002-01-20 Andrew Cagney <ac131313@redhat.com>
8616
8617 * gdbint.texinfo (Target Architecture Definition): Remove
8618 definition of IEEE_FLOAT.
8619
f7dc1244 86202002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
8621
8622 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
8623 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
8624 <3diff@gnu.org>
231b2aad 8625
82600034
AC
86262002-01-19 Andrew Cagney <ac131313@redhat.com>
8627
8628 * gdbint.texinfo (Host Definition): Remove references to
8629 MALLOC_INCOMPATIBLE.
8630
7708fa01
AC
86312002-01-17 Andrew Cagney <ac131313@redhat.com>
8632
8633 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
8634 and xyz-xdep.o.
8635
eb12ee30
AC
86362002-01-17 Andrew Cagney <ac131313@redhat.com>
8637
889bf7c5 8638 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
8639 (Set Breaks): Copy ``maint info breakpoint'' doco to
8640 ``Maintenance Commands'' appendix. Add reference.
8641
c9ccaa92
AC
86422002-01-17 Andrew Cagney <ac131313@redhat.com>
8643
8644 * fdl.texi: Remove next/prev from @node.
8645
f7dc1244 86462002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
8647
8648 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
8649 for monstrous @multitable (from Brian Youmans).
8650
8651 * fdl.texi: New file.
8652
8653 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
8654
8973da3a
AC
86552002-01-15 Andrew Cagney <ac131313@redhat.com>
8656
8657 * gdbint.texinfo (Releasing GDB): New chapter.
8658
7d86b5d5
AC
86592002-01-14 Andrew Cagney <ac131313@redhat.com>
8660
8661 * gdb.texinfo (Embedded Processors, Calling program functions):
8662 Obsolete references to a29k.
8663
cc1cb004
AC
86642002-01-13 Andrew Cagney <ac131313@redhat.com>
8665
8666 * gdbint.texinfo (Coding): Review Cleanups section. Examples
8667 examples. Document that a code-block should do or discard its
8668 cleanups before exit.
8669
79f12247
MS
86702002-01-11 Michael Snyder <msnyder@redhat.com>
8671
8672 * gdb.texinfo (Choosing files): Change @samp to @file.
8673
19837790
MS
86742002-01-05 Michael Snyder <msnyder@redhat.com>
8675
8676 * gdb.texinfo (--pid): Document new command line option (attach).
8677
f7dc1244 86782002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
8679
8680 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
8681 in the stub.
8682
d7449b42
AC
86832002-01-04 Andrew Cagney <ac131313@redhat.com>
8684
8685 * gdbint.texinfo (Target Architecture Definition): Replace
8686 BIG_ENDIAN with BFD_ENDIAN_BIG.
8687
f23631e4
AC
86882002-01-03 Andrew Cagney <ac131313@redhat.com>
8689
8690 * gdbint.texinfo (Target Architecture Definition): Replace
8691 value_ptr with struct value pointer.
8692
72c9928d
EZ
86932002-01-02 Eli Zaretskii <eliz@gnu.org>
8694
8695 * gdb.texinfo (Free Software): Fix wording.
8696
959acfd1
EZ
86972001-12-31 Eli Zaretskii <eliz@gnu.org>
8698
8699 * gdb.texinfo (Free Software): New section ``Free Software Needs
8700 Free Documentation''.
8701
f7dc1244 87022001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
8703
8704 * stabs.texinfo:
8705 * gdb.texinfo:
8706 * gdbint.texinfo:
8707 * libgdb.texinfo:
8708 * annotate.texi: Fix the application of GFDL in the Copyright notice.
8709
6600abed
MS
87102001-12-29 Michael Snyder <msnyder@redhat.com>
8711
8712 * gdb.texinfo (maint info sections): Fix typo.
8713
f6680716
MS
87142001-12-26 Michael Snyder <msnyder@redhat.com>
8715
fe95c787
MS
8716 * gdb.texinfo (maint info sections): Document.
8717
a9331b3f 8718 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
8719 'info proc' sub-options that are currently not implemented.
8720
c3d3ce5b
JB
87212001-12-20 Jim Blandy <jimb@redhat.com>
8722
8723 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
8724
778eb05e
AC
87252001-12-15 Andrew Cagney <ac131313@redhat.com>
8726
8727 * gdbint.texinfo (Target Architecture Definition): Replace
8728 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
8729
2607059c
AC
87302001-12-01 Andrew Cagney <ac131313@redhat.com>
8731
8732 * gdbint.texinfo (Host Definition): Delete documentation on
8733 HOST_BYTE_ORDER.
8734
df0cd8c5
JB
87352001-11-30 Jim Blandy <jimb@redhat.com>
8736
8737 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 8738 overlay support. Add to top-level menu.
df0cd8c5 8739
88118b3a
TT
87402001-11-26 Tom Tromey <tromey@redhat.com>
8741
8742 * gdb.texinfo (Command Syntax): Document C-o binding.
8743
96565e91
CF
87442001-07-26 Christopher Faylor <cgf@redhat.com>
8745
8746 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
8747 use since it is described in the referenced section.
8748
f7dc1244 8749 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
8750 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
8751 clearer when using DJGPP.
8752
2a3d5645
CF
87532001-11-24 Christopher Faylor <cgf@redhat.com>
8754
8755 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
8756 specifically refer to MS-DOS.
8757 (command files): Mention gdb.ini is only used on MS-DOS.
8758
aa26fa3a
TT
87592001-11-21 Tom Tromey <tromey@redhat.com>
8760
8761 * gdb.texinfo (Invoking GDB): Document --args.
8762 (Mode Options): Likewise.
8763
4f8ada06
JB
87642001-11-21 Jim Blandy <jimb@redhat.com>
8765
8766 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
8767 Delete documentation; this macro has been removed from the
8768 sources.
4f8ada06 8769
3fe0dc10
JB
87702001-11-13 Jim Blandy <jimb@redhat.com>
8771
8772 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
8773
9e5abb06
CV
87742001-11-06 Corinna Vinschen <vinschen@redhat.com>
8775
8776 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
8777
1c5dfdad
MS
87782001-11-05 Michael Snyder <msnyder@redhat.com>
8779
a9331b3f 8780 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
8781 quote regexp chars in function names such as "operator*()".
8782
990f9fe3
FF
87832001-11-01 Fred Fish <fnf@redhat.com>
8784
8785 * gdbint.texinfo (SOLIB_ADD): Document additional new
8786 "readsyms" arg.
8787
b433d00b
DH
87882001-10-30 Don Howard <dhoward@redhat.com>
8789
070b1dd3
DH
8790 * gdb.texinfo: (Command Files) Added documentation for the
8791 behavior of gdb with input redirected from a file.
b433d00b 8792
b7209cb4
FF
87932001-10-28 Fred Fish <fnf@redhat.com>
8794
8795 * gdb.texinfo (auto-solib-add): Change docs to match
8796 implementation change.
8797 (auto-solib-limit): Add docs for new variable.
8798
1aa20aa8
AC
87992001-10-15 Andrew Cagney <ac131313@redhat.com>
8800
8801 * gdbint.texinfo (Target Architecture Definition): Function
8802 value_as_pointer renamed to value_as_address.
8803
fc0c74b1
AC
88042001-10-15 Andrew Cagney <ac131313@redhat.com>
8805
8806 * gdbint.texinfo (Target Architecture Definition): Default
8807 POINTER_TO_ADDRESS functions assume unsigned addresses.
8808 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
8809 posting by Jim Blandy.
8810
f4846649
JB
88112001-10-12 Jim Blandy <jimb@redhat.com>
8812
8813 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
8814 version of texi2html (1.64) doesn't support this flag any more.
8815
f277788b
MK
88162001-09-08 Mark Kettenis <kettenis@gnu.org>
8817
a9dc4918
MK
8818 * gdbint.texinfo (Host Definition): Remove description of
8819 MEM_FNS_DECLARED.
8820
d28379df
MK
8821 * gdbint.texinfo (Host Definition): Remove description of R_OK.
8822
f277788b
MK
8823 * gdbint.texinfo (Host Definition): Remove description of
8824 HAVE_SIGSETMASK.
8825
7ccaa899
EZ
88262001-09-04 Elena Zannoni <ezannoni@redhat.com>
8827
8828 * gdbint.texinfo (Target Architecture Definition): Add
8829 explanation of TARGET_PRINT_INSN macro.
8830
17d9d558
JB
88312001-08-30 Jim Blandy <jimb@redhat.com>
8832
8833 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
8834 Explain what it means to load relocatable files.
8835
72cde065
JB
88362001-08-28 Jim Blandy <jimb@redhat.com>
8837
8838 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
8839 info `top' menu.
8840
9e678452
CF
8841Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
8842
8843 * gdbint.texinfo: Add a cautionary note about macro use.
8844
a2bea4c3 88452001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 8846
a2bea4c3
CV
8847 * gdb.texinfo: Explain omitting the hostname in the
8848 `target remote' command.
8849
1129bf27
DJ
88502001-07-30 Daniel Jacobowitz <drow@mvista.com>
8851
8852 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
8853 and END-INFO-DIR-ENTRY.
8854
732b3002
SC
88552001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8856
8857 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
8858
89437448
AC
88592001-07-25 Andrew Cagney <ac131313@redhat.com>
8860
8861 * gdbint.texinfo (libgdb): Rewrite.
8862
f7dc1244 88632001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
8864
8865 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
8866
c4555f82
SC
88672001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8868
8869 * gdb.texinfo (TUI): New chapter, document the TUI.
8870 (Mode Options): Document the -tui option.
8871
2f45a6e0
MK
88722001-07-23 Mark Kettenis <kettenis@gnu.org>
8873
8874 * gdbint.texinfo (Host Definition): Remove description of
8875 NEED_POSIX_SETPGID.
8876
f7dc1244 88772001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
8878
8879 * gdb.tex (DJGPP Native): New node, with descriptions of
8880 DJGPP-specific commands.
8881
be9c6c35
JM
88822001-07-19 John R. Moore <jmoore@redhat.com>
8883
8884 * gdbint.texinfo: Three misspellings.
8885
dfa249fb
AC
88862001-07-06 Andrew Cagney <ac131313@redhat.com>
8887
8888 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
8889 `test` expressions on bash. Problem reported by Colin Walters.
8890
c72e7388
AC
88912001-07-04 Andrew Cagney <ac131313@redhat.com>
8892
8893 * gdbint.texinfo (User Interface): Update ui-out documentation to
8894 refelect recent UI/MI updates.
8895
94bbb2c0
AC
88962001-07-04 Andrew Cagney <ac131313@redhat.com>
8897
8898 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
8899 interpreters.
8900
af6c57ea
AC
89012001-06-15 Andrew Cagney <ac131313@redhat.com>
8902
8903 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
8904 structure and not macros.
8905 (Host Definition): Document that much of this chapter is obsolete.
8906 (Target Architecture Definition): Update list of files that make
8907 up a target architecture.
8908 (Coding): Update.
8909
83aa8bc6
AC
89102001-06-28 Andrew Cagney <ac131313@redhat.com>
8911
8912 * gdbint.texinfo (Target Architecture Definition): Update
8913 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
8914 The latter has been changed to a true predicate.
8915
f7dc1244 89162001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
8917
8918 * annotate.texi: Add @noindent where needed. From Dmitry
8919 Sivachenko <dima@Chg.RU>.
8920 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
8921
656db9b0
AC
89222001-06-16 Andrew Cagney <ac131313@redhat.com>
8923
8924 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
8925
df2396a1
AC
89262001-06-14 Andrew Cagney <ac131313@redhat.com>
8927
8928 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
8929 returns ``OK''. Document that the ``R'' packet does not reply.
8930
0f1f2b0a
MS
89312001-06-13 Michael Snyder <msnyder@redhat.com>
8932
8933 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
8934
f7dc1244 89352001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
8936
8937 * gdb.texinfo (Signals): Clarify the default setting of signal
8938 handling.
8939
a5d7c491
AC
89402001-05-14 Andrew Cagney <ac131313@redhat.com>
8941
8942 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
8943 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
8944
05a54c4f
AC
89452001-05-12 Andrew Cagney <ac131313@redhat.com>
8946
8947 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
8948
f7dc1244 89492001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
8950
8951 * gdbint.texinfo (Clean Design and Portable Implementation):
8952 Renamed from "Clean Design".
8953 (Clean Design and Portable Implementation): Document portable
8954 methods of handling file names, and the associated macros.
8955
f7dc1244 89562001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
8957
8958 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
8959 command and provide a cross-reference to its description.
8960 (Symbols): Note that "info scope" is useful for trace experiments.
8961
f7dc1244 89622001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 8963
b37052ae
EZ
8964 * gdb.texinfo (Symbols): Document "info scope".
8965 (Tracepoints): New chapter.
8966 (Contributors): Update for v5.1.
8967 <All nodes>: Change "C++" to "C@t{++}".
8968
0ee54786
EZ
8969 * gdbint.texinfo (User Interface): A new section about ui_out
8970 functions, based on text written by Fernando Nasser.
8971
c534679c
EZ
8972 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
8973
f7dc1244 89742001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 8975
e9c75b65
EZ
8976 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
8977
8978 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
8979
8980 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
8981 Replace "GDB" with "@value{GDBN}". Fix markup.
8982
8983 * annotate.texi: Change Permissions to GFDL. Update Copyright.
8984
3d67e040
EZ
8985 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
8986 a cross-reference to its description.
8987 (Symbols): Document "info symbol".
8988
f7dc1244 89892001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
8990
8991 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
8992 subsection "x86 Watchpoints".
8993 (Target Architecture Definition): Document the macros
8994 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
8995 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
8996
b0ed3589
AC
89972001-03-20 Andrew Cagney <ac131313@redhat.com>
8998
8999 * gdbint.texinfo (Target Architecture Definition): Update
9000 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
9001 list.
9002
b6ba6518
KB
90032001-03-06 Kevin Buettner <kevinb@redhat.com>
9004
9005 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
9006 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
9007
f7dc1244 90082001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
9009
9010 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
9011
f7dc1244 90122001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 9013
17cc6a06
EZ
9014 * gdb.texinfo (Environment): Document that `path' does not change
9015 the value of PATH in GDB's own environment (it did in the past,
9016 but that was changed on March 15, 1994). Reported by Doug Evans
9017 <dje@transmeta.com>.
9018
56caf160
EZ
9019 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
9020 its line. Fix markup of commands and macros. Add an Index node
9021 and index entries.
9022
29e57380
C
90232001-01-23 J.T. Conklin <jtc@redback.com>
9024
9025 * gdb.texinfo (Memory region attributes): New manual section.
9026
1c6147de
ND
90272001-01-04 Nicholas Duffek <nsd@redhat.com>
9028
9029 * gdbint.texinfo (POP_FRAME): Document use by return_command.
9030
f7dc1244 90312000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
9032
9033 * refcard.tex: Version and copyright fixed. From Phil Edwards
9034 <pedwards@disaster.jaj.com>.
9035
0dcedd82
AC
9036Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
9037
9038 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 9039 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 9040
3b851bce
AC
9041Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
9042
9043 * gdbint.texinfo (Coding): Update current value of
889bf7c5 9044 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 9045
f7dc1244 90462000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
9047
9048 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
9049 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
9050
b90a5f51
CF
90512000-11-10 Christopher Faylor <cgf@cygnus.com>
9052
9053 * gdb.texinfo: Document new 'set step-mode' command.
9054
f7dc1244 90552000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
9056
9057 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
9058 changes from Dmitry Sivachenko <dima@Chg.RU>.
9059
f7dc1244 90602000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
9061
9062 * gdb.texinfo (Hooks): Document the new post-hook functionality.
9063 From Steven Johnson <sbjohnson@ozemail.com.au>.
9064
2e685b93
MK
90652000-08-10 Mark Kettenis <kettenis@gnu.org>
9066
9067 * gdbint.texinfo (Overall Structure): Spelling fix.
9068
f7dc1244 90692000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
9070
9071 * gdbint.texinfo (Target Architecture Definition): Document that
9072 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
9073 for which REGISTER_CONVERTIBLE returns a zero value.
9074
63ac3005
EZ
90752000-07-08 Christopher Faylor <cgf@cygnus.com>
9076
9077 * Makefile.in (install-info): Find files to install in either the
9078 build or source directories (adapted from Makefile.am).
9079
bd79f757
ND
90802000-07-07 Nicholas Duffek <nsd@redhat.com>
9081
9082 * stabs.texinfo: Fix spelling errors.
9083 (String Field): FILE-NUMBER starts from 0, not 1.
9084
f7dc1244 90852000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
9086
9087 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 9088 Brian Youmans.
5f208f6d 9089
f7dc1244 90902000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
9091
9092 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
9093 the source directory. Reported by Mark Harig
9094 <markh@frazier.landmark.com>.
cc542d3b 9095
f3b28801
C
90962000-06-20 J.T. Conklin <jtc@redback.com>
9097
9098 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
9099
449f3b6c
AC
9100Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
9101
9102 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 9103 Generate using pdftex.
449f3b6c 9104 (PDFTEX): Define.
889bf7c5 9105 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 9106 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 9107 @contents at the start.
449f3b6c 9108
f7dc1244 91092000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
9110
9111 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 9112 Youmans.
48e934c6 9113
9e9c5ae7
AC
9114Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
9115
9116 From Brian Youmans:
9117 * gdb.texinfo: Fix ``et al.''.
9118
c741b251
AC
9119Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
9120
9121 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 9122 loop.
c741b251 9123
4ab64e14
JG
91242000-05-19 Jimmy Guo <guo@cup.hp.com>
9125
9126 * configure: Regenerate.
9127
f7dc1244 91282000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
9129
9130 * Makefile.in (install-info): Run install-info on installed Info
9131 files.
9132
8c70017b
AC
9133Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
9134
a7cb598a 9135 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 9136 Andrew Cagney.
8c70017b 9137
f7dc1244 91382000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
9139
9140 * gdb.texinfo: Proofreading changes from Brian Youmans.
9141
bf0184be
ND
91422000-05-01 Nick Duffek <nsd@cygnus.com>
9143
9144 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
9145 startup sequence, minor edits.
9146
f7dc1244 91472000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
9148
9149 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
9150 TeX.
9151
9152 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
9153 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
9154 like `n' and `s' which look weird. Convert some of the @kindex to
9155 @vindex, when they refer to variables, not commands.
9156
33e16fad
AC
9157Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
9158
9159 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
9160
f7dc1244 91612000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
9162
9163 * Makefile.in (GDBMI_DIR): New variable.
9164 (SET_TEXINPUTS): Add $(GDBMI_DIR).
9165 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
9166 (gdbmi.texinfo): New target, for texi2roff.
9167 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
9168 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
9169
9170 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
9171 gdbmi.texinfo.
9172 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
9173 comment.
9174
d167840f
EZ
91752000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9176
9177 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 9178 command.
d167840f 9179
f7dc1244 91802000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
9181
9182 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
9183 prevents the build (and is generally a Bad Idea).
9184
f7dc1244 91852000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
9186
9187 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
9188 a comma inside @var.
9189 (Command Files): Index markup changes from Dmitry Sivachenko
9190 <dima@Chg.RU>.
9191
f7dc1244 91922000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
9193
9194 * Makefile.in (LN_S): Define.
9195 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
9196 invoke "ln -s" unless it is known to work.
9197
9198 * configure.in (AC_PROG_LN_S): Add.
9199
8dc7983f
JB
92002000-04-14 Jim Blandy <jimb@redhat.com>
9201
9202 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
9203 section.
9204 (Target Conditionals): Document ADDRESS_TO_POINTER,
9205 POINTER_TO_ADDRESS.
9206
1a8237e8
DB
92072000-04-11 Daniel Berlin <dan@cgsoftware.com>
9208
9209 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
9210 gdb-cfg.texi to get the value.
9211
ca526f1a
JB
92122000-04-10 Jim Blandy <jimb@redhat.com>
9213
9214 * gdbint.texinfo (Target Architecture Definition): Fix
9215 cross-references.
9216
faaafcb4
JB
92172000-04-08 Jim Blandy <jimb@redhat.com>
9218
9219 * gdbint.texinfo (Using Different Register and Memory Data
9220 Representations): New section.
9221 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
9222 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
9223 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 9224
1b27397f
AC
9225Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
9226
9227 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 9228 for acknowledgments.
1b27397f 9229
480ff1fb
AC
9230Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
9231
9232 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 9233 qThreadExtraInfo.
480ff1fb 9234
a9331b3f 92352000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 9236
a9331b3f
RM
9237 * gdb.texinfo: Clarify which remote debug protocol commands are
9238 required and which are optional.
f1251bdd 9239
dbeb8dbd
AC
9240Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
9241
9242 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
9243 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
9244 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
9245 * annotate.texi: Update.
9246
6d2ebf8b
SS
92472000-03-28 Stan Shebs <shebs@apple.com>
9248
9249 * gdb.texinfo: Update dates, bump to Eighth Edition (note
9250 expectation of additional changes before release), update
9251 ISBN, add copy of top-level menu for @ifhtml, remove explicit
9252 node links, rephrase and/or shorten lines to fix formatting
9253 problem in both regular and @smallbook formats.
9254 * annotate.texi: Shorten lines in example, use smallexample
9255 consistently everywhere.
9256 * Makefile.in: Add comment about texinfo 4.0 html generation.
9257 (SFILES_INCLUDED): Add annotate.texi.
9258
5d161b24
DB
92592000-03-27 Daniel Berlin <dan@cgsoftware.com>
9260
5ae4183a
AS
9261 * gdb.texinfo (Debugging Output): Added new section, documenting
9262 the "set/show debug" commands.
5d161b24 9263
b9deaee7
AC
9264Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
9265
9266 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 9267 entry.
b9deaee7
AC
9268
9269 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
9270 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 9271 @chapter and @node entries.
a9331b3f 9272
b9deaee7 9273 * gdb.texinfo: Link all top-level nodes.
a9331b3f 9274
9ef47d30
AC
9275Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
9276
9277 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 9278 files.
9ef47d30 9279
cfeada60
FN
92802000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
9281
9282 From David Whedon <dwhedon@gordian.com>
5ae4183a 9283 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 9284
6837a0a2
DB
92852000-03-22 Daniel Berlin <dan@cgsoftware.com>
9286
9287 * gdb.texinfo: Add documentation for the apropos command.
9288
bba2971c
MS
92892000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
9290
9291 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
9292
2b628194
MS
92932000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
9294
a9331b3f 9295 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
9296 two places.
9297
96a2c332
SS
92982000-03-17 Stan Shebs <shebs@apple.com>
9299
9300 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
9301 <dima@Chg.RU>, also clarification of allowed content for
9302 string constants.
9303
f7dc1244 93042000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
9305
9306 * gdb.texinfo (main menu): Add Annotations.
9307 (File Options): Add @cindex entries for each command-line option.
9308 Document --epoch, --annotate, --async, --interpreter, --write,
9309 --statistics, and --version.
9310
9311 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
9312 of GDB.
9313
9d233477
JB
93142000-02-23 Jim Blandy <jimb@redhat.com>
9315
9316 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
9317
14e0eb3b
JB
93182000-02-22 Jim Blandy <jimb@redhat.com>
9319
9320 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
9321
3555de01
JM
93222000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
9323
9324 * Makefile.in (diststuff): New target.
9325
5e35df8e
KB
93262000-02-15 Kevin Buettner <kevinb@redhat.com>
9327
9328 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 9329 architecture. [From Jim Wilson.]
5e35df8e 9330
c5394b80
JM
93312000-01-16 Tom Tromey <tromey@cygnus.com>
9332
9333 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
9334 (Delete Breaks): Mention range arguments.
9335 (Disabling): Likewise.
9336
c3f6f71d
JM
93372000-01-05 Dmitry Sivachenko <dima@Chg.RU>
9338
9339 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
9340
c4093a6a
JM
9341Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
9342
9343 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 9344 valid functions.
c4093a6a 9345
11cf8741
JM
93461999-11-05 Stan Shebs <shebs@andros.cygnus.com>
9347
9348 * gdb.texinfo: Clarify regular expressions used in rbreak.
9349
917317f4
JM
93501999-10-15 Kevin Buettner <kevinb@cygnus.com>
9351
9352 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
9353 MEMORY_REMOVE_BREAKPOINT): Document.
9354
9355Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
9356
9357 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 9358 offset re-using the DATA offset instead.
917317f4 9359
2df3850c
JM
93601999-10-11 Jim Kingdon <kingdon@redhat.com>
9361
9362 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
9363
93641999-10-05 Stan Shebs <shebs@andros.cygnus.com>
9365
9366 From Dmitry Sivachenko <demon@gpad.ac.ru>:
9367 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
9368 typos.
9369
9370 * gdb.texinfo: Various minor wording and formatting improvements,
9371 mentions of additional command-line options.
9372
2acceee2
JM
93731999-09-30 Fred Fish <fnf@cygnus.com>
9374
9375 * gdb.texinfo: Document additional forms of specifying section
9376 names and addresses for the add-symbol-file command.
9377
c2c6d25f
JM
93781999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
9379
9380 * gdbint.texinfo: Fix typo, add the word "have".
9381
93821999-09-14 Jim Blandy <jimb@cris.red-bean.com>
9383
9384 * gdbint.texinfo (Target Architecture Definition): Document the
9385 SKIP_PERMANENT_BREAKPOINT macro.
9386
d4f3574e
SS
93871999-09-07 Stan Shebs <shebs@andros.cygnus.com>
9388
9389 * gdb.texinfo: Fiks speling errers.
9390
9391 * gdb.texinfo: Fix uses of @multitable.
9392
f7dc1244 9393 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 9394 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 9395 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
9396 comments about using with optimization, add more indexing,
9397 fix info about disassembly-flavor.
9398
9399Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
9400
9401 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
9402 SKIP_SOLIB_RESOLVER): Define.
9403
9404Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
9405
9406 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 9407 ``g'' packets.
d4f3574e 9408
104c1213
JM
94091999-08-30 Stan Shebs <shebs@andros.cygnus.com>
9410
9411 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
9412 platform-specific info, inline remote.texi and move sections of it
9413 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
9414 and register stack into the new chapter.
9415 * remote.texi: Remove, now part of gdb.texinfo.
9416 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
9417
94181999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
9419
9420 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
9421 GDB_TARGET_IS_MACH386): These kludges have gone away.
9422
9423Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
9424
9425 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 9426 TDEPLIBS.
104c1213 9427
53a5351d
JM
94281999-08-20 Stan Shebs <shebs@andros.cygnus.com>
9429
9430 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
9431 surrounding text to fit HP-UX bits into general info.
9432 (HPPA-cfg.texi): Remove, no longer useful.
9433
9434 * gdb.texinfo: Remove explicit links from @node lines, remove
9435 HP-added "Detailed Node Listing" from main menu which confuses
9436 things.
9437
9438 From Dmitry Sivachenko <dima@Chg.RU>:
9439 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 9440 in description of `set environment'.
53a5351d
JM
9441
94421999-08-17 Stan Shebs <shebs@andros.cygnus.com>
9443
9444 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
9445
7be570e7
JM
94461999-08-12 Ben Elliston <bje@cygnus.com>
9447
9448 * gdbint.texinfo (Breakpoint Handling): Add missing words.
9449
f7dc1244 94501999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
9451
9452 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
9453 watch, awatch, and rwatch. Explain why the latter two cannot be
9454 set as software watchpoints. Document that watchpoints for local
9455 variables are deleted when the debuggee terminates.
7be570e7
JM
9456
9457Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
9458
9459 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
9460 packet. Allow E.. response packet. "qRcmd" packet is no longer
9461 reserved.
7be570e7
JM
9462
94631999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9464
a9331b3f
RM
9465 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
9466 * gdb.texinfo: Ditto.
7be570e7 9467
96baa820
JM
94681999-08-06 Tom Tromey <tromey@cygnus.com>
9469
9470 * gdb.texinfo (KOD): New node.
9471
9472Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
9473
9474 * remote.texi (Rcmd): Fix minor formatting typos.
9475
9476Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
9477
9478 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 9479 packets.
96baa820 9480
adf40b2e
JM
94811999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
9482
9483 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
9484 fixes.
9485
43ff13b4
JM
9486Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
9487
9488 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
9489
085dd6e6
JM
9490Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
9491
9492 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
9493 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
9494 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
9495 packets that are not supported on all hosts. Expand examples.
9496 Spell check.
085dd6e6
JM
9497
94981999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
9499
9500 * Makefile.in: Recognize html, install-html. Add targets
9501 to build HTML versions of documentation via texi2html.
9502
9503Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
9504
9505 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 9506 testsuite.
085dd6e6
JM
9507
9508Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
9509
9510 * remote.texi (Communication Protocol): Rewrite.
9511
9512Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
9513
9514 * stabs.texinfo: Fix uses of xref.
9515
9e0b60a8
JM
9516Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
9517
9518 * gdbint.texinfo: Add an anti-printf exhortation, and update the
9519 info about patch submission.
9520
cce74817
JM
9521Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
9522
9523 From Per Bothner <bothner@cygnus.com>:
9524 * gdb.texinfo: Document Chill support.
9525
9526Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
9527
9528 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
9529 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
9530 Document that the value should be greater-than or equal-to zero.
9531 (NO_STD_REGS): Document. Deprecate.
cce74817 9532
ac9a91a7
JM
9533Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
9534
9535 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 9536 Document that these are not used.
ac9a91a7
JM
9537
9538Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
9539
9540 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
9541
392a587b
JM
9542Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
9543
9544 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 9545 numargs was dropped.
392a587b
JM
9546
9547Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
9548
9549 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
9550
b83266a0
SS
9551Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
9552
9553 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 9554 Update.
b83266a0 9555
7a292a7a
SS
9556Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
9557
9558 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
9559 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
9560
9561Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
9562
9563 * gdbint.texinfo: Fix typos: $ -> @.
9564
9565Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
9566
9567 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
9568 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
9569 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
9570 BREAKPOINT_FROM_PC.
a9331b3f 9571
7a292a7a
SS
9572Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
9573
9574 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 9575 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
9576
9577Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
9578
9579 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 9580 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
9581
95821999-04-02 Stan Shebs <shebs@andros.cygnus.com>
9583
9584 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
9585 longer exists.
9586
9587Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
9588
9589 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
9590 nearly all @ifset/@ifclear conditionals; nobody uses them, and
9591 they make the manual source incomprehensible.
7a292a7a
SS
9592 * h8-cfg.texi: Remove, hasn't been used in years.
9593
c906108c
SS
9594Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
9595
9596 * gdb.texinfo: Update the credits.
9597
9598Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
9599
9600 * gdb.texinfo: Fix mistakes noticed in printout of last
9601 draft, add Alpha to discussion of heuristic fence post.
9602
9603Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
9604
9605 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
9606 Edition, merge some HP changes into mainline, describe some
9607 previously undocumented features, describe more of the target
9608 commands available, eliminate obsolete section on renamed
9609 commands.
c906108c
SS
9610 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
9611
9612Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
9613
9614 * gdb.texinfo: Make many HPPA conditionals unconditional,
9615 including catchpoint description, since now on for all configs.
9616 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
9617 specializations.
9618
9619Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
9620
9621 * Makefile.in (GDBvn.texi): Fix match expression to work with
9622 current format of VERSION in gdb/Makefile.in.
9623 * gdb.texinfo: Fix node ref to match new readline.
9624
9625Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
9626
a9331b3f
RM
9627 * gdb.texinfo: Changes made as part of a project to merge in
9628 changes made by HP. Documentation makes extensive use of
c906108c
SS
9629 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
9630 on remote debugging. There are differences in documentation
889bf7c5 9631 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
9632 the HP manual discusses catchpoints, hardware watchpoints, and
9633 some HPUX specific limitations for shared library support.
a9331b3f 9634
c906108c
SS
9635 There are also a number of @node changes.
9636
96371999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
9638
9639 * gdbint.texinfo (Formatting): Disambiguate a sentence.
9640 (C Usage): Same.
9641
9642Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
9643
9644 The following changes were made by Edith Epstein
889bf7c5
PA
9645 <eepstein@cygnus.com> as part of a project to merge in changes
9646 made by HP.
a9331b3f 9647
c906108c
SS
9648 * HPPA-cfg.texi: new file.
9649
9650 * all-cfg.texi: set HPPA for HP PA-RISC targets.
9651
9652 * refcard.tex: change documentation about catch.
9653 removed info catch.
9654
9655Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
9656
9657 * gdbint.texinfo: Expand on GDB's coding standards,
9658 specify the use of arg names with prototypes.
9659
96601998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
9661
9662 * gdb.texinfo: Fix tipo.
9663
9664Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
9665
9666 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 9667 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
9668
9669Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
9670
9671 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
9672
96731998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
9674
9675 * agentexpr.texi: New file.
9676
9677Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
9678
9679 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
9680
96811998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
9682
9683 * remote.texi: Changed wording that implied that the GDB remote
9684 protocol caches register values instead of GDB itself.
9685
9686Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
9687
9688 * gdbint.texinfo: Add some info about symbol readers.
9689 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
9690 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
9691 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
9692 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
9693
9694Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
9695
a9331b3f 9696 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
9697
9698Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
9699
9700 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
9701
9702Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
9703
9704 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 9705 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
9706
9707Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
9708
9709 * gdbint.texinfo: Fix minor typos.
9710
9711Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
9712
9713 * gdbint.texinfo: Complete overhaul. Group descriptions more
9714 logically, add more info on generic algorithms, remove much
9715 obsolete and/or wrong material.
9716
9717Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
9718
9719 * stabs.texinfo (Method Type Descriptor): Expand and correct.
9720
9721Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
9722
9723 * refcard.tex: Copyright, address updates.
9724
9725Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
9726
9727 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
9728 for the edition instead of confusing GDB-version-like numbers.
9729
9730Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
9731
9732 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
9733
9734Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
9735
5ae4183a 9736 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
9737
9738Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
9739
9740 * gdb.texinfo: Add some credits, mention bug monitor.
9741 * remote.texi: Mention mips monitor targets.
9742 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 9743
c906108c
SS
9744Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
9745
9746 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
9747 files, finish sorting of host vs target vs native macros, describe
9748 some more of them.
c906108c
SS
9749
9750Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
9751
9752 * gdbint.texinfo (Host Conditionals): Document change from
9753 using NO_MMALLOC to it's inverse, USE_MMALLOC.
9754
9755Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
9756
9757 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 9758 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
9759
9760Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
9761
9762 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
9763 Document LSEEK_NOT_LINEAR.
9764
9765Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
9766
9767 * stabs.texinfo (Stab Section Basics): Make it clear that only
9768 some versions of the GNU linker remove the leading N_UNDF symbol.
9769
9770Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
9771
9772 * stabs.texinfo (String Field): Document type number pairs here,
9773 instead of in the Sun specific section.
9774 (Include Files): The GNU linker supports the N_BINCL
9775 optimization. Clarify the N_BINCL value, and what it is used
9776 for.
9777 (Procedures): Document N_FUN with an empty string to mark the end
9778 of a function.
9779 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
9780 (Sun Differences): Remove this node, as the information is now
9781 elsewhere in the main document.
9782 (Stab Section Basics): Mention that the GNU linker may optimize
9783 stabs and remove the leading N_UNDF symbol.
9784
9785Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
9786
9787 * gdb.texinfo, refcard.tex: Restore author credit
9788
9789Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
9790
9791 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
9792 documentation to account for START and END macros taking
9793 one arg.
9794
9795Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
9796
9797 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
9798 * gdb.texinfo (Frames): Fix typo.
9799
9800Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
9801
9802 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
9803 a target_signal as arg type, not a pid.
9804
9805Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
9806
9807 * gdb.texinfo: Document `set assembly-language'.
9808
9809Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
9810
9811 * remote.texi: Update list of stubs in the GDB distribution.
9812
9813Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
9814
9815 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
9816 Also document that some systems can use mmalloc but must define
9817 this if their C runtime allocates memory that is later freed.
c906108c 9818 (MMCHECK_FORCE): Document new macro.
a9331b3f 9819
c906108c
SS
9820Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
9821
9822 * remote.texi: Add documentation for target Sparclet.
9823
9824Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
9825
a9331b3f 9826 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
9827 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
9828 * configure.in: Rewritten for autoconf.
9829 * configure: New.
9830
9831Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
9832
9833 * Makefile.in (DVIPS): New define, set to dvips.
9834 (dvi): Add stabs.dvi.
9835 (ps): New target.
9836 (all-doc): Depend on info, dvi, and ps targets.
9837 (STAGESTUFF): Add *.ps and *.dvi files.
9838 (clean-info, clean-dvi): Remove.
9839 (mostlyclean): Does not depend upon clean-info or clean-dvi,
9840 rules completely rewritten.
9841 (maintainer-clean): Remove clean-info and clean-dvi
9842 dependencies and put their actions in the rules.
9843 (gdb.ps): New target
a9331b3f 9844 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
9845 intermediate TeX files, whether they have 2 or 3 character
9846 extensions.
9847 (gdbint.ps): Add target and rules.
9848 (gdb-internals): Delete unused target.
9849 (Makefile): Depends upon config.status also.
9850
9851Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
9852
9853 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
9854 set.
9855
9856Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
9857
9858 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
9859 * gdb.texinfo (Expressions): Fix erroneous array constant example.
9860
9861Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
9862
9863 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
9864
9865Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9866
9867 * gdb.texinfo (Print settings): Document
9868 `set/show print static-members' commands.
9869
9870Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
9871
9872 * gdbint.texinfo (Native): Document name change, coredep.c to
9873 core-aout.c.
9874
9875Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
9876
9877 * stabs.texinfo (Include Files): Document the values the SunOS4
9878 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
9879
9880Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
9881
9882 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
9883 Fix typo.
9884
9885Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
9886
9887 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
9888 "gdb.tar.Z".
9889
9890Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
9891
9892 * Makefile.in (maintainer-clean): New target, synonym for
9893 realclean.
9894
9895Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
9896
9897 * Update all FSF addresses except those in COPYING* files.
9898
9899Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
9900
9901 From Richard Earnshaw (rearnsha@armltd.co.uk):
9902 * gdb.texinfo (convenience variables): Document $_exitcode.
9903 (quit): Document optional expression to use as exit code.
9904
9905Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
9906
9907 * gdb.texinfo, remote.texi: Brought up to date with various
9908 GDB changes.
9909
9910Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
9911
9912 * gdb.texinfo: Update dates and versions, fix comments about
9913 hardware watchpoints in future releases and about the
9914 sharedlibrary command.
9915
9916Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9917
9918 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
9919 C_FUN stab. Other cleanups.
9920
9921Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9922
9923 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
9924 for the sparc stub.
9925
9926Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9927
9928 * annotate.texi: Clarify which addresses have differing formats
9929 depending on the language and which do not.
9930
9931Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9932
9933 * remote.texi (NetWare): Changed example to use BOARD= instead of
9934 NODE= argument to reflect correspoding change to gdbserve.nlm.
9935
9936Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9937
9938 * stabs.texinfo (Negative Type Numbers): Mention the fact that
9939 GDB, as well as AIX dbx, supports the size type attribute.
9940
9941Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9942
9943 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
9944
9945Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
9946
9947 * gdb.texinfo (Define): Document $arg0... arguments to commands,
9948 and new 'if' and 'while' commands.
9949
9950Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
9951
9952 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
9953
9954Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9955
9956 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
9957 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
9958 NetWare targets. Mostly stolen from the Server node.
9959
9960Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9961
9962 * gdb.texinfo (Setting): Talk about the language of a source file
9963 versus the working language. The old documentation did not match
9964 what GDB did.
9965
9966Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9967
9968 * stabs.texinfo (Source Files): Document N_SO used to mark the end
9969 of a source file.
9970
9971Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9972
9973 * gdb.texinfo (Processes): New node.
9974
9975Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
9976
9977 * remote.texi: Update documentation of set/show mipsfpu.
9978
3fc11d3e
JM
9979Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
9980
9981 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
9982 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
9983
9984Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
9985
9986 * gdbint.texinfo: Removed mentions of some incorrectly placed and
9987 obsolete conditionals, described some others.
9988
9989Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9990
9991 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
9992 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
9993
9994Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
9995
9996 * gdbint.texinfo: Put regex conditionals in their own table.
9997
9998Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
9999
10000 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
10001 described or fixed the descriptions of many others.
10002
10003Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
10004
10005 * gdb.texinfo: Add some more credits.
10006 * gdbint.texinfo: Capitalize GDB consistently, describe some
10007 macros and remove some.
10008
10009Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
10010
10011 * gdbint.texinfo: Removed mentions of many incorrectly placed and
10012 obsolete conditionals, described some others.
10013
10014Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10015
10016 * gdb.texinfo (help targets): Changed to `help target', which
10017 is the correct gdb command.
10018
10019Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10020
10021 * annotate.texi (TODO): New node, for keeping track of annotations
10022 suggested but not yet implemented.
10023
10024Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10025
10026 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
10027 another symbol, it is not the address itself.
10028
10029Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
10030
10031 * stabs.texinfo (Stab Section Basics): Add comment about alignment
10032 of stabs-in-coff sections.
10033
10034Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10035
10036 * annotate.texi: Change edition to 0.5 and date to May 1994.
10037 Add index.
10038 (Frames): New node, for frame annotation.
10039 (Displays): New node, for display annotation.
10040
10041 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
10042 when waiting for your program to stop.
10043
10044Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10045
10046 * annotate.texi (Breakpoint Info): Document annotation of header
10047 fields and record annotation.
10048
10049Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10050
10051 * annotate.texi: New file, to document annotations.
10052
10053Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10054
10055 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
10056 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
10057
10058Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10059
10060 * stabs.texinfo (Stab Section Basics): Say what is in .stab
10061 section, and say n_strx field is compilation unit relative.
10062 * stabs.texinfo: Don't use @code for a.out when it is the name of
10063 an object file format.
10064
10065Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10066
10067 * gdb.texinfo: Refer to file names, not path names, per rms
10068 convention.
10069 (Arguments): Fix typo.
10070
10071Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10072
10073 * stabs.texinfo (Global Variables): Talk about stabs in files
10074 where variables are referenced, but not defined.
10075
10076Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10077
10078 * stabs.texinfo: Move stuff on @ and # type descriptors from node
10079 Cplusplus to new nodes Member Type Descriptor and Method Type
10080 Descriptor. Re-write stuff for #.
10081
10082Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10083
10084 * gdb.texinfo (Print Settings): Don't document "set print
10085 fast-symbolic-addr off". The bug which it worked around was fixed
10086 on 25 Feb 94 in coffread.c, so I'm nuking the command.
10087
10088 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
10089 N_ENTRY node.
10090
10091 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
10092
10093Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10094
10095 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
10096 references to ieee-float.c.
10097
10098Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10099
10100 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
10101 match what the code actually does.
10102
10103Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10104
10105 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
10106
10107Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10108
10109 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
10110 i, and b.
10111
10112Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
10113
10114 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
10115 well as for ELF and SOM. Unify the descriptions of ELF and SOM
10116 as "stabs in sections" rather than just saying "ELF and SOM".
10117 Also make that stuff apply to COFF.
10118
10119Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10120
10121 * gdb.texinfo (Formatting Documentation): Change GhostScript to
10122 Ghostscript.
10123
10124Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10125
10126 * gdb.texinfo (Continuing and Stepping): When talking about "step"
10127 versus functions without line numbers, also mention stepping into
10128 them as well as "step" when you are in them. Tell the user how to
10129 deal with the situation. Add comment about "debugging information".
10130
10131Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10132
10133 * stabs.texinfo (Enumerations): Document restriction on where
10134 enumeration types can appear and still win with GDB.
10135
10136Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10137
10138 * stabs.texinfo (Negative Type Numbers): Document format for type
10139 -16.
10140
10141Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10142
10143 * gdb.texinfo (Selection, Frame Info): Update information about
10144 arbitrary frame specficiations.
10145
10146Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
10147
10148 * gdb.texinfo, remote.texi: general editing pass prior to Net release
10149
10150Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10151
10152 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
10153
10154Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
10155
10156 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
10157
10158Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10159
10160 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
10161 Differences node to Statics node.
10162 (Statics): Discuss XCOFF use of V symbol descriptor.
10163
10164 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
10165 not clean.
10166
10167Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
10168
10169 * gdb.texinfo (Print Settings): Document `set print
10170 fast-symbolic-addr' and improve the doc for some other
10171 `set print's.
10172
10173Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10174
10175 * stabs.texinfo (String Field): Talk about defining several type
10176 numbers at once.
10177 Fix lint regarding changing node ELF Transformations to
10178 ELF and SOM Transformations.
10179
10180Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
10181
10182 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
10183
10184Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10185
10186 * stabs.texinfo (Cross-References): `::' is for nested types only
10187 within <>.
10188 (Structures): Document static members.
10189
10190Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10191
10192 * stabs.texinfo: Document S type attribute.
10193
10194Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
10195
10196 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
10197
10198Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
10199
10200 * gdbint.texinfo: Fix a few typos.
10201
10202Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10203
10204 * gdb.texinfo, remote.texi: formatting improvements
10205
10206 * gdb.texinfo (New Features): mention threads.
10207 (Summary, C): fix xrefs in newly contributed text.
10208 (Threads): index entries, clarifications, example
10209 (passim): minor typos fixed, phrasing improvements
10210
10211 * remote.texi (Bootstrapping): rephrase text on ^C and add index
10212 entries; (Server): explain use of gdbserver w/real-time systems,
10213 add example of conflicting TCP port; (MIPS Remote) break up
10214 running text into table, highlighting commands, and add example.
a9331b3f 10215
c906108c
SS
10216Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10217
10218 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
10219
10220Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10221
10222 * stabs.texinfo (Nested Symbols): New node.
10223 (String Field, Symbol Descriptors, Cross-References): Refer to it.
10224
10225Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10226
10227 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
10228 to picking which Bbss.bss symbol to use, and (because there seems to
10229 be no good way of doing it) re-write some of the text to make it
10230 sound like Bbss.bss isn't such a great idea after all (as currently
10231 designed).
10232
10233 * gdb.texinfo (C): In addition to saying people have to use g++ for
10234 good results, say they have to use stabs. Specifically say cfront
10235 doesn't work well.
10236 (Summary): Merge in information on Modula-2, Pascal, and Chill from
10237 the gdb README. Add xrefs to places where the support for the various
10238 languages is described in detail.
10239
10240Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10241
10242 * stabs.texinfo: Clean up stuff about visibility and virtual
10243 characters.
10244
10245 * stabs.texinfo (N_M2C): Cite Sun doc.
10246
10247Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10248
10249 * gdb.texinfo: updates re threads.
10250 * remote.texinfo: avoid index entries starting with digits.
10251
10252Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10253
10254 * stabs.texinfo (Enumerations): Talk about large, negative and
10255 octal values. Clean up cross reference to type attributes.
10256 (String Field): Say that GDB 4.11 supports size attribute.
10257
10258Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10259
10260 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
10261 is a mandatory step. Make the stuff about that more concise.
10262
10263Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10264
10265 * stabs.texinfo (Class Names): New node.
10266
10267 * gdb.texinfo (Command Files): Explain order of init file reading.
10268
10269 * remote.texi (Bootstrapping): Talk about getting the serial driver
10270 to deal with ^C sent by gdb to stop the remote system.
10271
10272Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
10273
10274 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
10275
10276 * libgdb.texinfo (Defining Commands): made the DOC arg
10277 to gdb_define_app_command a char * instead of char **
10278 per a suggestion from kingdon.
10279
10280 * libgdb.texinfo: total rewrite from a different starting
10281 premise.
10282
10283Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10284
10285 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
10286 floats passed as doubles (to improve clarity).
10287
10288Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10289
10290 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
10291
10292 * a4rc.sed: update to work with Andreas Vogel papersize params
10293
10294 * refcard.tex: use Andreas Vogel simplifications of papersize
10295 params; remove useless version info; update copyright date.
10296
10297Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10298
10299 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
10300
10301Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10302
10303 * gdb.texinfo (Files): Say what address the load command loads it at.
10304
10305 * stabs.texinfo (Common Blocks): Minor cleanups.
10306
10307 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
10308 that Sun has backed away from the linker kludge and thus the relevant
10309 issue is changes to the SunPRO tools, not the Solaris linker.
10310
10311 * stabs.texinfo (Traditional Integer Types): Clean up description
10312 of octal bounds a little bit. Document extra leading zeroes.
10313
10314Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10315
10316 * gdb.texinfo (Signaling): Update for symbolic symbol names
10317 and add a section explaining the difference between the GDB
10318 signal command and the shell kill utility.
10319
10320Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
10321
10322 * libgdb.texinfo: added `@' to braces that were unescaped.
10323
10324Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
10325
10326 * libgdb.texinfo: new file. Spec for the gdb library.
10327
10328Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10329
10330 * stabs.texinfo (Include Files): Fix typo (start -> end).
10331
10332Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10333
10334 * gdb.texinfo, remote.texi: assorted small improvements, mostly
10335 from Melissa at FSF's editing pass.
10336
10337Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10338
10339 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
10340 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
10341 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
10342
10343Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10344
10345 * remote.texi (Bootstrapping): Discuss 386 call gates.
10346
10347Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
10348
10349 * stabs.texinfo (Based Variables): New node.
10350
10351Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
10352
10353 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
10354 names, sizes, and formats to suggest how not to lose.
10355
10356Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
10357
10358 * stabs.texinfo (Methods): Fix typo.
10359
10360Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
10361
10362 * gdb.texinfo: Fix a few typos.
10363
10364Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10365
10366 * gdb.texinfo: Clarify how well it works with Fortran.
10367
10368 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
10369 More on relocating stabs in ELF files.
10370
10371Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10372
10373 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
10374
10375Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10376
10377 * stabs.texinfo (Local Variable Parameters): Talk about nameless
10378 parameters on VAX.
10379
10380Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10381
10382 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
10383
10384Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10385
10386 * stabs.texinfo: Make info author notice match the TeX author notice.
10387
10388Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
10389
10390 * stabs.texinfo: Initial-caps all words in node names and
10391 non-trivial words in section names.
10392
10393Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10394
10395 * stabs.texinfo: Many minor cleanups.
10396
10397 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
10398
10399Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
10400
10401 * stabs.texinfo: Remove full description of big example.
10402 It's not really helpful; just use pieces of it where appropriate.
10403 Add more Texinfo formatting directives (@samp, etc.).
10404 Use @deffn to define stab types.
10405 Eliminate some wordiness. Break up some nodes.
10406 Add an (alphabetized) index of symbol types.
10407 Use consistent capitalization style in node and section names.
10408
10409Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
10410
10411 * gdb.texinfo: Change typo "Two two" to "The two".
10412
10413Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10414
10415 * stabs.texinfo (XCOFF-differences): Remove references to
10416 non-existent types N_DECL and N_RPSYM.
10417
10418 * stabs.texinfo (String Field): Say that type attributes bug is
10419 fixed in GDB 4.10, since it is.
10420
10421 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
10422
10423Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
10424
10425 * stabs.texinfo: Formatting cleanups.
10426
10427Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10428
10429 * stabs.texinfo: When explaining the n_type of a stab, standardize
10430 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
10431 no tabs, use @r).
10432 (Global Variables): Clean up.
10433
10434Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10435
10436 * stabs.texinfo (Stack Variables): Re-write.
10437
10438Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10439
10440 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
10441 addresses of a source file. Also revise formatting.
10442 Change "object module" or "object file" to "source file".
10443 Various: Miscellaneous cleanups.
10444
10445Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10446
10447 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
10448
10449Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
10450
10451 * gdbint.texinfo: Removed many nonsensical machine-collected
10452 host and target conditionals, described some of the remainder.
10453
10454Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10455
10456 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
10457
10458 * gdbint.texinfo (Top): Add name to @top line, and re-write the
10459 paragraph which follows.
10460
10461 * gdbint.texinfo (Host): Use @code not @samp for Makefile
10462 variables. Looks better and avoids overful hbox.
10463
10464Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10465
10466 * stabs.texinfo (Procedures): Improve stuff on nested functions.
10467
10468Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10469
10470 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
10471 retransmit-timeout
10472
10473Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10474
10475 * gdbint.texinfo: Update statement about `some ancient Unix
10476 systems, like Ultrix 4.0' to Ultrix 4.2.
10477
10478Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
10479
10480 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
10481
10482 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
10483
10484 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
10485 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
10486
10487 * remote.texi: new name for former gdbinv-s.texi
10488
10489 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
10490
10491Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
10492
10493 * gdbinv-s.texi: Documented timeout and retransmit-timeout
10494 variables for MIPS remote debugging protocol.
10495
10496Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10497
10498 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
10499
10500Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
10501
10502 * Makefile.in (refcard.dvi): Use srcdir where necessary.
10503
10504Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
10505
10506 * gdb.texinfo: repair conditional bugs in text markup
10507
10508Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10509
10510 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
10511 to select Modula-2 material.
10512
10513Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10514
10515 * stabs.texinfo: Cleanups regarding statics.
10516
10517 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
10518 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
10519
10520Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10521
10522 * stabs.texinfo: N_MAIN is sometimes used for C.
10523
10524Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10525
10526 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
10527
10528Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
10529
10530 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 10531 removed from the code by Kingdon.
c906108c
SS
10532
10533Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10534
10535 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
10536 input when evaluating breakpoint conditions; the bug has been fixed.
10537
10538 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
10539 sets the ignore count to N-1, not to N.
10540
10541Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10542
10543 * refcard.tex (\hoffset): correct longstanding error to match
10544 intended offset; avoids cutting off edge on some printers
10545
10546Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10547
10548 * stabs.texinfo (Parameters): Say that order of stabs is significant.
10549
10550Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10551
10552 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
10553
10554Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10555
10556 * Makefile.in: (REFEDITS) new var to control whether PS or CM
10557 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
10558 collect sed edits if any, apply to refcard before formatting;
10559 (refcard.ps) stop implying PS fonts if PS output requested;
10560 (lrefcard.ps) delete extra target for variant PS fonts
10561
10562 * refcard.tex: parametrize papersize dependent info, collect
10563 in easily replaced spot
10564
10565 * a4rc.sed: new file, edits to refcard for A4 paper
10566
10567Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10568
10569 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
10570
10571Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10572
10573 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
10574
10575Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10576
10577 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
10578 politely rather than rudely.
10579
10580Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10581
10582 * stabs.texinfo: Document common blocks.
10583
10584Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
10585
10586 * stabs.texinfo: Add some basic info about stabs-in-elf.
10587
10588Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10589
10590 * stabs.texinfo (Top): Minor cleanup.
10591
10592Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
10593
10594 * Makefile.in (install-info): remove parentdir support
10595
10596Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10597
10598 * gdb.texinfo (Copying): delete this node and references to it;
10599 RMS says this manual need not carry GPL. (passim): Improvements
10600 from last round at FSF, largely due to Ian Taylor review, and
10601 minor formatting improvements.
10602
10603 * gdbinv-s.texi (passim): Improvements from last round at FSF,
10604 largely due to Ian Taylor review. (Debug Session): minor edits to
10605 new text.
10606
10607Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
10608
10609 * Makefile.in (realclean): Remove info and dvi files too.
10610
10611Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
10612
10613 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
10614 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
10615 * gdb.texinfo: Change accordingly.
10616
10617 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
10618 N_{L,R}BRAC,N_SLINE are relative to.
10619
10620Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
10621
10622 * Makefile.in (GDBvn.texi): Update atomically.
10623
10624Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
10625
10626 * gdbinv-s.texi (Debug Session): Document exceptionHook.
10627
10628Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
10629
10630 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
10631 addresses together. Also motivate the set print symbol-filename
10632 command and suggest other solutions.
10633
10634Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
10635
10636 * gdb.texinfo (set print elements): Note that the number of
10637 elements is set to unlimited by "set print elements 0".
10638
10639Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
10640
10641 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
10642 NF_LDOUBLE means.
10643 (Stab Types): Include Solaris stab types.
10644 (Procedures): Document Solaris extensions.
10645
10646Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10647
10648 * gdb.texinfo: Add `set print symbol-filename' doc.
10649
10650Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10651
10652 * stabs.texinfo (Arrays): Talk about type definition vs. type
10653 information.
10654
10655 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
10656 the trailing semicolon.
10657
10658Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10659
10660 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
10661 and merge in other parts of the document addressing these subjects.
10662 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
10663
10664 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
10665 at the end of a range type.
10666
10667 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
10668 AIX extensions.
10669
10670Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10671
10672 * stabs.texinfo (Stabs Format): Misc fixes.
10673
10674Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10675
10676 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
10677 (Traditional builtin types): Document convex convention for long long.
10678 (Negative builtin types): Discuss type names, and misc fixes.
10679
10680Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10681
10682 * stabs.texinfo (Builtin Type Descriptors): Document the floating
10683 point types used with @samp{R} type descriptor.
10684 (Symbol Descriptors): Describe how to handle conflict between
10685 different meanings of @samp{P} symbol descriptor.
10686
10687Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10688
10689 * stabs.texinfo: Remove node Quick Reference and put its children
10690 directly under the main menu.
10691
10692 * stabs.texinfo: Many more changes to bring it into line with
10693 AIX documentation and reality. I think it now has all the
10694 information from the AIX documentation, except that I burned
10695 out when I got to variant records (Pascal and Modula-2) and
10696 all the COBOL types. Oh well, we can add them later when we're
10697 worrying more about those languages.
10698
10699 * stabs.texinfo (Automatic variables): Talk about what it means
10700 to omit the symbol descriptor.
10701
10702Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10703
10704 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
10705 gcc2 behavior with promoted args.
10706
10707Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10708
10709 * gdb.texinfo: include readline appendices in info version of manual
10710
10711Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10712
10713 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
10714 target remote.
10715
10716 * gdb.texinfo (Machine Code): more index entries for disassemble
10717
10718Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
10719
10720 * Clarify the intended use of the gdb-testers and gdb-patches
10721 mailing lists, and shrink gzip comment.
10722
10723Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10724
10725 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
10726 DOSHOST configuration of manual.
10727
10728 * gdb.texinfo (MIPS Stack): new node.
10729
10730 * all-config.texi (MIPS) new switch.
10731
10732 * gdbinv-s.texi (Nindy Options) Remove two instances of future
10733 tense; (MIPS Remote) new node.
10734
10735 * gdb.texinfo (passim) rephrases to work around makeinfo @value
10736 bug; (Environment) less passive, other small cleanups in text about
10737 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
10738 (Remote) new MIPS Remote menu entry.
10739
10740Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
10741
10742 * stabs.texinfo: Many changes to include information from the
10743 AIX documentation.
10744
10745 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
10746
10747Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
10748
10749 * gdbint.texinfo (new node Debugging GDB, elsewhere):
10750 Move a bunch of information from ../README.
10751 (Getting Started): New node.
10752
10753Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10754
10755 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
10756
10757 * gdb.texinfo: advance manual revision dates to present
10758
10759 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
10760 stop using silly Roman numerals in @set variable names
10761
10762Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
10763
10764 * stabs.texinfo (Parameters): Keep trying to get this right.
10765
10766Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
10767
10768 * stabs.texinfo (Parameters): More on "local parameters".
10769
10770Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
10771
10772 * stabs.texinfo (Parameters): Re-do "local parameters" section.
10773
10774Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
10775
10776 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
10777 (Parameters): Rewrite.
10778 (xcoff-differences, Sun-differences): Minor changes.
10779
10780Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
10781
10782 * stabs.texinfo: Minor cleanup.
10783
10784Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
10785
10786 * gdbint.texinfo: Minor xcoff stuff.
10787
10788Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
10789
10790 * gdbint.texinfo: Update for new config directory structure.
10791 Add info about internal type data structures.
10792
10793Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
10794
10795 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
10796 $(srcdir).
10797 (gdb-config.texi): Depend on file in $(srcdir).
10798
10799Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
10800
10801 * stabs.texinfo: Fixes about N_SO.
10802
10803Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10804
10805 * gdb.texinfo: include list of nonstandard init file names
10806
10807 * *-config.texi: new switch GENERIC for text that applies *only*
10808 to (usual) multiple-target version of manual
10809
10810 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
10811 h8 config
10812
10813 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
10814 in menus (rather than conditionally selected multiple alternative
10815 menus).
10816
10817 * Makefile.in: define and use DOC_CONFIG var to select
10818 configuration for GDB user manual.
10819
10820 * gdb-config.texi: delete from repository, generate from Makefile.
10821
10822 * all-config.texi: normal `generic' configuration file, formerly
10823 stored as gdb-config.texi
10824
10825Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
10826
10827 * Makefile.in: add dvi target to build all .dvi files
10828
10829Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10830
10831 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
10832
10833Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
10834
10835 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
10836 host conditionals.
10837 * stabs.texinfo: More array fixes inspired by Jim's.
10838
10839Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
10840
10841 * stabs.texinfo: Fixes re arrays and continuations.
10842
10843 * gdbint.texinfo: Add XCOFF node.
10844
10845Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
10846
10847 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
10848
10849Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
10850
10851 * stabs.texinfo: Fix for array types to mention lower bounds.
10852
10853Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
10854
10855 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
10856
10857Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
10858
10859 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
10860
10861Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
10862
10863 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
10864 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
10865
10866Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
10867
10868 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
10869
10870Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10871
10872 * gdb.texinfo, gdbinv-s.texi: misc updates
10873
10874Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
10875
10876 * gdbint.texinfo: Brief documentation for longjmp support,
10877 from an email msg by Stu.
10878
10879Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
10880
10881 * stabs.texinfo: Fix description of floating point "range"
10882 types (which really define basic types). Reported by Jim Meehan,
10883 <meehan@src.dec.com>.
10884
10885 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
10886
10887Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
10888
10889 * gdbint.texinfo: Slightly expand section on supporting a new
10890 object file format.
10891
10892Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
10893
10894 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
10895 intermediate file.
10896
10897Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10898
10899 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
10900
10901Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10902
10903 * gdbinv-s.texi: z8000 simulator target name is just "sim"
10904
10905 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
10906 as well as Z8002.
10907
10908Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
10909
10910 * gdbint.texinfo: Add sections on clean design and on how to send
10911 in changes.
10912
10913Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
10914
10915 * gdbint.texinfo: Add how to declare the result of make_cleanup.
10916
10917Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
10918
10919 * gdb.texinfo: Fix typo, reported by Karl Berry.
10920
10921Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
10922
10923 * gdb.texinfo: Add opcodes dir to GDB distribution description.
10924
10925Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10926
10927 * gdbint.texinfo: fixed a stray email address (needs @@),
10928 added @table @code to node "Native Conditionals"
10929
10930Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
10931
10932 * gdbint.texinfo: Describe coding style of GDB.
10933
10934Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
10935
10936 * stabs.texinfo: Minor wording changes.
10937
10938Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
10939
10940 * gdbint.texinfo: Improve release doc slightly.
10941
10942Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
10943
10944 * gdbint.texinfo: Improve doc of GDB config macros.
10945
10946Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
10947
10948 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
10949 These will be reinserted when examined.
10950
10951Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
10952
10953 * gdbint.texinfo: Make a start at documenting all the #if macros
10954 in GDB. At least list them all, and start separating them into
10955 host-specific and target-specific.
10956
10957Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10958
10959 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 10960 examples (not consistent w others).
c906108c
SS
10961 gdb.texinfo: issue disclaimer paragraph on cmdline options only
10962 for generic vn of doc
10963
10964Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
10965
10966 * Makefile.in: always create installation directories.
10967
10968Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10969
10970 * gdb.texinfo: in h8 config, do not describe searching commands.
10971
10972Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10973
10974 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
10975 conditionals; introduce a few generic switches that may be
10976 useful for other cross-dev or dos-hosted configs.
10977
10978 * gdb.texinfo: fix typo in "info reg" description
10979
10980Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
10981
10982 * stabs.texinfo: Minor updates from running TeX over it.
10983 * Makefile.in (stabs.dvi, stabs.ps): Add.
10984
10985Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
10986
10987 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
10988 First pass at converting it to texinfo.
10989
10990Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
10991
10992 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
10993 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
10994
10995Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
10996
10997 * gdbint.texinfo: Add section on partial symbol tables.
10998
10999Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
11000
11001 * gdb.texinfo: document `set remotedebug' and `set
11002 rstack_high_address'.
11003
11004Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11005
11006 * gdb.texinfo: slight expansion of new text on reading info files
11007 * gdbinv-s.m4.in: correct and expand info on cross-debugging
11008 H8/300 from DOS.
11009
11010Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
11011
11012 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
11013
11014Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
11015
11016 * gdb.texinfo: Say how to read the `info' files.
11017
11018Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
11019
11020 * Makefile.in: gm4 -> m4.
11021
11022Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
11023
11024 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
11025 Documentation' ahead of `Installing GDB' to match README.
11026 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 11027 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
11028
11029Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
11030
11031 * Makefile.in: remove $(srcdir) from gdb.info rule.
11032
11033Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11034
11035 * Makefile.in: commented out gdb-all.texinfo rule. This is
11036 temporary.
11037
11038Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
11039
11040 * Makefile.in, configure.in: removed traces of namesubdir,
11041 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
dee368d3 11042 copyrights to '92, '13, changed some from Cygnus to FSF.
c906108c
SS
11043
11044Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
11045
11046 * gdb.texinfo: Improve how we ask for bug reports.
11047
11048Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11049
11050 * Makefile.in: infodir belongs in datadir.
11051
11052Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11053
11054 * Makefile.in: remove spaces following hyphens, bsd make can't
11055 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 11056 standards.text support.
c906108c
SS
11057
11058Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11059
11060 * Makefile.in: idestdir and ddestdir go away. Added copyrights
11061 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
11062 and mandir now keyed off datadir by default.
11063
11064\f
11065Local Variables:
9e9c5ae7 11066mode: change-log
c906108c
SS
11067left-margin: 8
11068fill-column: 74
11069version-control: never
11070End:
This page took 2.15553 seconds and 4 git commands to generate.