btrace: maintenance commands
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
b0627500
MM
12015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2
3 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
4 commands.
5
b20a6524
MM
62015-07-02 Markus Metzger <markus.t.metzger@intel.com>
7
8 * gdb.texinfo (Process Record and Replay): Spell out that variables
9 and registers are not available during btrace replay.
10 Describe the new "record btrace pt" command.
11 Describe the new "set|show record btrace pt buffer-size" options.
12 (General Query Packets): Describe the new Qbtrace:pt and
13 Qbtrace-conf:pt:size packets.
14 Expand "bts" to "Branch Trace Store".
15 Update the branch trace DTD.
16
fc637f04
PP
172015-06-26 Patrick Palka <patrick@parcs.ath.cx>
18
19 * gdb.texinfo (Command History): Document the new option
20 "history remove-duplicates".
21
18a94d75
DE
222015-06-19 Doug Evans <dje@google.com>
23
24 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
25 longer supported.
26
0eacb298
PP
272015-06-17 Patrick Palka <patrick@parcs.ath.cx>
28
29 * gdb.texinfo (Command History): Mention that setting
30 GDBHISTSIZE to the empty string disables history truncation.
31
bc460514
PP
322015-06-17 Patrick Palka <patrick@parcs.ath.cx>
33
34 PR gdb/16999
35 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
36 behavior.
37
b58c513b
PP
382015-06-17 Patrick Palka <patrick@parcs.ath.cx>
39
40 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
41 with GDBHISTSIZE.
42
a86c90e6
SM
432015-06-15 Simon Marchi <simon.marchi@ericsson.com>
44
45 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
46 bytes and memory units for -data-{read,write}-memory-bytes.
47 (Packets): Same for m, M and X packets.
48 * python.texi (Inferiors In Python): Same for read_memory and
49 write_memory.
50
c74f7d1c
JT
512015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
52
53 * gdb.texinfo (Separate Debug Files): Document that PE is also
54 supported.
55
51f0e40d
AB
562015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
57
58 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
59 single table entry.
60
966f0aef
WT
612015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
62
63 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
64
65
15a201c8
GB
662015-06-10 Gary Benson <gbenson@redhat.com>
67
68 * gdb.texinfo (Remote Configuration): Document the
69 "set/show remote hostio-setfs-packet" command.
70 (Host I/O Packets): Document the vFile:setfs packet.
71
7a6a1731
GB
722015-06-10 Gary Benson <gbenson@redhat.com>
73
74 * gdb.texinfo (Debugging Output): Document the "set/show debug
75 linux-namespaces" command.
76
7d73c23c
WT
772015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
78 Mircea Gherzan <mircea.gherzan@intel.com>
79
80 * gdb.texinfo (i386): Add documentation about "show mpx bound"
81 and "set mpx bound".
82
27e0867f
DE
832015-05-27 Doug Evans <dje@google.com>
84
85 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
86
b4f54984
DE
872015-05-26 Doug Evans <dje@google.com>
88
89 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
90 command renamings.
91 (Maintenance Commands): Update for DWARF "set debug" command renamings.
92
55b40027
AB
932015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
94
95 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
96
a4ea0946
AB
972015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
98
99 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
100 (TUI Commands): Add 'tui enable' and 'tui disable' details.
101
37442ce1
DE
1022015-05-16 Doug Evans <xdje42@gmail.com>
103
104 * guile.texi (Memory Ports in Guile): Document support for unbuffered
105 memory ports.
106
36de76f9
JK
1072015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
108
109 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
110
0d71eef5
DB
1112015-05-12 Don Breazeal <donb@codesourcery.com>
112
113 * gdb.texinfo (Forks): Note that fork debugging is
114 supported in extended mode.
115 (Remote Configuration): Add fork event features to table
116 of packet settings.
117 (Stop Reply Packets): Add fork events to list of stop reasons.
118 (General Query Packets): Add fork events to tables of
119 'gdbfeatures' and 'stub features' supported in the qSupported
120 packet, as well as to the list containing stub feature
121 details.
122
835205d0
GB
1232015-05-12 Gary Benson <gbenson@redhat.com>
124
125 * gdb.texinfo (General Query Packets): Document
126 qXfer:exec-file:read with empty annex.
127
4c082a81
SC
1282015-05-09 Siva Chandra Reddy <sivachandra@google.com>
129
130 * python.texi (Values From Inferior): Add descriptions of new
131 methods gdb.Value.reference_value and gdb.Value.const_value.
132
b30a0bc3
JB
1332015-05-06 Joel Brobecker <brobecker@adacore.com>
134
135 * gdb.texinfo (Files): Add "info dll" documentation.
136 (Cygwin Native): Remove "info dll" documentation.
137
2ce1cdbf
DE
1382015-04-29 Doug Evans <dje@google.com>
139
140 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
141 Document.
142 (Writing an Xmethod): Add get_result_type to example.
143
59fb7612
SS
1442015-04-28 Sasha Smundak <asmundak@google.com>
145
146 * python.texi: New method documented.
147
cf75d6c3
AB
1482015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
149
150 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
151 format.
152
897c3d32
DE
1532015-04-24 Doug Evans <dje@google.com>
154
155 * python.texi (Xmethods In Python): Fix name of method to call the
156 xmethod.
157
1b6e6f5c
GB
1582015-04-17 Gary Benson <gbenson@redhat.com>
159
160 * gdb.texinfo (Connecting to a Remote Target): Mention that
161 GDB can access program files from remote targets that support
162 qXfer:exec-file:read and Host I/O packets.
163
c78fa86a
GB
1642015-04-17 Gary Benson <gbenson@redhat.com>
165
166 * gdb.texinfo (Remote Configuration): Document the "set/show
167 remote pid-to-exec-file-packet" command.
168 (General Query Packets): Document the qXfer:exec-file:read
169 qSupported features. Document the qXfer:exec-file:read packet.
170
a9a5a3d1
GB
1712015-04-17 Gary Benson <gbenson@redhat.com>
172
173 * gdb.texinfo (set sysroot): Document that "set sysroot" also
174 applies to executable paths if supplied to GDB as absolute.
175
4f45d445
JK
1762015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
177
178 * gdb.texinfo (Mode Options): Remove -xdb.
179
e7a8570f
JK
1802015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
181 Eli Zaretskii <eliz@gnu.org>
182
183 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
184 compile, show debug compile. New subsection Compilation options for
185 the compile command. New subsection Compiler search for the compile
186 command.
187
f2983cc3
AW
1882015-04-09 Andy Wingo <wingo@igalia.com>
189
190 * guile.texi (Frames In Guile): Describe frame-read-register.
191
599bd15c
GB
1922015-04-02 Gary Benson <gbenson@redhat.com>
193
194 * gdb.texinfo (set sysroot): Document "target:".
195
d11916aa
SS
1962015-04-01 Sasha Smundak <asmundak@google.com>
197
198 * doc/python.texi (Writing a Frame Unwinder in Python): Add
199 section.
200
df8411da
SDJ
2012015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
202
203 PR corefiles/16092
204 * gdb.texinfo (gcore): Mention new command 'set
205 use-coredump-filter'.
206 (set use-coredump-filter): Document new command.
207
d33279b3
AT
2082015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
209
210 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
211 documentation, reorder the info os entries in alphabetical order.
212
852f8402
SM
2132015-03-26 Simon Marchi <simon.marchi@ericsson.com>
214
215 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
216 -data-write-memory-bytes.
217
856e7dd6
PA
2182015-03-24 Pedro Alves <palves@redhat.com>
219
220 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
221 mention that threads may sometimes run unlocked.
222
236af5e3
YG
2232015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
224
225 * gdb.texinfo (Remote configuration): Document "set/show
226 serial parity" command.
227
464b0089
GB
2282015-03-18 Gary Benson <gbenson@redhat.com>
229
230 * gdb.texinfo (General Query Packets): Remove documentation
231 for now-removed vFile:fstat qSupported features.
232
0a93529c
GB
2332015-03-11 Gary Benson <gbenson@redhat.com>
234
235 * gdb.texinfo (Remote Configuration): Document the
236 "set/show remote hostio-fstat-packet" command.
237 (General Query Packets): Document the vFile:fstat
238 qSupported features.
239 (Host I/O Packets): Document the vFile:fstat packet.
240
85642ba0
AW
2412015-03-11 Andy Wingo <wingo@igalia.com>
242
243 * guile.texi (Objfiles In Guile): Document objfile-progspace.
244
f7e6eed5
PA
2452015-03-04 Pedro Alves <palves@redhat.com>
246
247 * gdb.texinfo (Remote Configuration): Document the "set/show
248 remote swbreak-feature-packet" and "set/show remote
249 hwbreak-feature-packet" commands.
250 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
251 decription.
252 (Stop Reply Packets): Document the swbreak and hwbreak stop
253 reasons.
254 (General Query Packets): Document the swbreak and hwbreak
255 qSupported features.
256 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
257
f873665f 2582015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
a64c9f7b
PP
259
260 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
261 under *stopped.
262
9a284c97
DE
2632015-03-02 Doug Evans <xdje42@gmail.com>
264
265 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
266
446899e4
AA
2672015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
268
269 * gdb.texinfo (S/390 and System z Features): Describe new feature
270 "org.gnu.gdb.s390.vx".
271
7ee67ee4
SDJ
2722015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
273
274 PR gdb/18008
275 * gdb.texinfo (maint internal-error, maint internal-warning, maint
276 demangler-warning): Fix typo ("problam").
277
53cf2ee0
DT
2782015-02-19 David Taylor <dtaylor@emc.com>
279
280 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
281
3133f8c1
JM
2822015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
283
284 * gdb.texinfo (Static Probe Points): Add cindex `static probe
285 point, DTrace'.
286 (Static Probe Points): Modified to cover DTrace probes in addition
287 to SystemTap probes. Also modified to cover the `enable probe'
288 and `disable probe' commands.
289
9aca2ff8
JM
2902015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
291
292 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
293 `disable probe' commands.
294
fa3f8d5a
DT
2952015-02-12 David Taylor <dtaylor@emc.com>
296
297 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
298 fields of the QTDV packet.
299
d33501a5
MM
3002015-02-09 Markus Metzger <markus.t.metzger@intel.com>
301
302 * gdb.texinfo (Branch Trace Configuration Format): Add size.
303 (Process Record and Replay): Describe new set|show commands.
304 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
305
f4abbc16
MM
3062015-02-09 Markus Metzger <markus.t.metzger@intel.com>
307
308 * gdb.texinfo (Process Record and Replay): Describe the "record
309 btrace bts" command.
310 (General Query Packets): Describe qXfer:btrace-conf:read packet.
311 (Branch Trace Configuration Format): New.
312
cfb069a8
GB
3132015-01-31 Gary Benson <gbenson@redhat.com>
314 Doug Evans <dje@google.com>
315
316 * gdb.texinfo (Command Completion): Document new
317 "set/show max-completions" option.
318
f57d2163
DE
3192015-01-31 Doug Evans <xdje42@gmail.com>
320
321 * gdb.texinfo (Symbols): Document new commands
322 "maint print symbol-cache", "maint print symbol-cache-statistics",
323 "maint flush-symbol-cache". Document new option
324 "maint set symbol-cache-size".
325
9f050062
DE
3262015-01-31 Doug Evans <xdje42@gmail.com>
327
328 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
329 distinguish script files vs inlined scripts.
330 * python.texi (Python Auto-loading): Ditto.
331
b6577aab
DE
3322015-01-30 Doug Evans <dje@google.com>
333
334 * gdb.texinfo (Symbols) <info source>: Output now contains producer
335 string if present.
336
3a8b707a
DE
3372015-01-27 Doug Evans <dje@google.com>
338
339 * python.texi (Objfiles In Python): Document Objfile.username.
340
1b549396
DE
3412015-01-27 Doug Evans <dje@google.com>
342
343 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
344 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
345
253828f1
JK
3462015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
347
348 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
349
bf555842
EZ
3502015-01-16 Eli Zaretskii <eliz@gnu.org>
351
352 * doc/gdb.texinfo (TUI Commands): Document the possible
353 values of NAME argument to 'winheight' command. Explain the
354 effect of 'tabset' setting better.
355
439250fb
DE
3562015-01-11 Doug Evans <xdje42@gmail.com>
357
358 PR gdb/15830
359 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
360 (Symbols): Ditto.
361 (Maintenance Commands): Delete docs for "maint demangle".
362
6bf6fd09
JB
3632014-12-31 Joel Brobecker <brobecker@adacore.com>
364
365 * gdb.texinfo (Files): Remove documentation of the
366 "add-shared-symbol-files" and "assf" commands.
367 (Cygwin Native): Remove documentation of the "dll-symbols"
368 command.
369
cc485e62
DE
3702014-12-17 Doug Evans <xdje42@gmail.com>
371
372 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
373
bb2ec1b3
TT
3742014-12-12 Phil Muldoon <pmuldoon@redhat.com>
375 Jan Kratochvil <jan.kratochvil@redhat.com>
376
377 * gdb.texinfo (Altering): Update.
378 (Compiling and Injecting Code): New node.
379
6dddd6a5
DE
3802014-12-12 Doug Evans <dje@google.com>
381
382 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
383
f5b95c01
AA
3842014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
385
386 * gdb.texinfo: Document "maint print user-registers".
387
a0be3e44
DE
3882014-12-08 Doug Evans <dje@google.com>
389
390 * python.texi (Objfiles In Python): Document Objfile.owner.
391
86e4ed39
DE
3922014-12-04 Doug Evans <dje@google.com>
393
394 * python.texi (Objfiles In Python): Document
395 Objfile.add_separate_debug_file.
396
7c50a931
DE
3972014-12-04 Doug Evans <dje@google.com>
398
399 * python.texi (Objfiles In Python): Document Objfile.build_id.
400
162078c8
NB
4012014-12-02 Nick Bull <nicholaspbull@gmail.com>
402
403 * python.texi (Events In Python): Document new events
404 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
405 and RegisterChangedEvent.
406
f10c5b19
JK
4072014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
408
409 Add add-auto-load-scripts-directory.
410 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
411 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
412
413b59ae
JK
4132014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
414
415 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
416 description typo.
417
02be9a71
DE
4182014-10-30 Doug Evans <dje@google.com>
419
420 * python.texi (Progspaces In Python): Document ability to add
421 random attributes to gdb.Progspace objects.
422 (Objfiles In Python): Document ability to add random attributes to
423 gdb.objfile objects.
424
e5f8a7cc
PA
4252014-10-27 Pedro Alves <palves@redhat.com>
426
427 * gdb.texinfo (Continuing and Stepping): Add cross reference to
428 info on stepping and signal handlers.
429 (Signals): Explain stepping and signal handlers. Add context
430 index entry, and cross references.
431
fab3a15d
SM
4322014-10-20 Simon Marchi <simon.marchi@ericsson.com>
433
434 * python.texi (Breakpoints In Python): Add parenthesis after
435 Breakpoint.delete. Clarify Breakpoint.enabled description so
436 that it contains "disable".
437
4ffbba72
DE
4382014-10-17 Doug Evans <dje@google.com>
439
440 * python.texi (Events In Python): Document clear_objfiles event.
441
d096d8c1
DE
4422014-10-17 Doug Evans <dje@google.com>
443
444 * python.texi (Objfiles In Python): Document new progspace attribute.
445
32a8097b
PA
4462014-10-17 Pedro Alves <palves@redhat.com>
447
448 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
449 (SVR4 Process Information): Delete mention of OSF/1.
450
2ddf4301
SM
4512014-10-01 Simon Marchi <simon.marchi@ericsson.com>
452
453 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
454 exit-code field in -list-thread-groups output.
455
342cc091
JBG
4562014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
457
458 * gdb.texinfo (Set Breaks): Add missing "@end table".
459
a25a5a45
PA
4602014-09-22 Pedro Alves <palves@redhat.com>
461
462 * gdb.texinfo (Set Breaks): Document that "set breakpoint
463 always-inserted off" is the default mode now. Delete
464 documentation of "set breakpoint always-inserted auto".
465
2b4fd423
DE
4662014-09-18 Doug Evans <dje@google.com>
467
468 * python.texi (Symbol Tables In Python): Document "producer"
469 attribute of gdb.Symtab objects.
470
deb8ff2b
PA
4712014-09-16 Pedro Alves <palves@redhat.com>
472
473 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
474 (Embedded OS): Remove VxWorks menu entry.
475 (VxWorks): Remove node.
476
81219e53
DE
4772014-09-13 Doug Evans <xdje42@gmail.com>
478
479 * gdb.texinfo (Signaling): Document new queue-signal command.
480
faa42425
DE
4812014-09-06 Doug Evans <xdje42@gmail.com>
482
483 PR 15276
484 * gdb.texinfo (Convenience Funs): Document $_caller_is,
485 $_caller_matches, $_any_caller_is, $_any_caller_matches.
486
1a6a384b
JL
4872014-09-03 Justin Lebar <jlebar@google.com>
488
489 * python.texi (Types In Python): Type.template_argument(n) returns a
490 gdb.Value or a gdb.Type and throws an exception if n is out of
491 range.
492
5f3b99cf
SS
4932014-09-03 Sasha Smundak <asmundak@google.com>
494
495 * python.texi (Frames in Python): Add read_register description.
496
3cecbbbe
TT
4972014-08-04 Tom Tromey <tromey@redhat.com>
498
499 * gdb.texinfo (Debugging Output): Update for change to "set debug
500 target".
501
90debf20
MM
5022014-08-01 Masaki Muranaka <monaka@monami-software.com>
503
504 Pushed by Joel Brobecker <brobecker@adacore.com>.
505 * Makefile.in (transform): New variable.
506 (install-man1, install-man5): Apply $(transform) to man file names.
507
ee7333ae
DE
5082014-07-26 Doug Evans <xdje42@gmail.com>
509
510 PR guile/17177
511 * guile.texi (Guile Pretty Printing API): Fix typo.
512 Document set-pretty-printers!, pretty-printers.
513 (Selecting Guile Pretty-Printers): Update.
514 Mention program-space based pretty-printers.
515
70509625
PA
5162014-07-25 Pedro Alves <palves@redhat.com>
517 Eli Zaretskii <eliz@gnu.org>
518
519 * gdb.texinfo (Signaling) <signal command>: Explain what happens
520 with multi-threaded programs.
521
b67a2c6f
YQ
5222014-06-27 Yao Qi <yao@codesourcery.com>
523
524 * gdb.texinfo (Maintenance Commands): Update the output of
525 'maint print dummy-frames' command.
526
f179cf97
EZ
5272014-06-24 Eli Zaretskii <eliz@gnu.org>
528
529 * gdb.texinfo (Screen Size): Improve indexing.
530
992c7d70
GB
5312014-06-19 Gary Benson <gbenson@redhat.com>
532
533 * gdb.texinfo (Maintenance Commands): Document new
534 "maint set/show catch-demangler-crashes" option.
535
57fcfb1b
GB
5362014-06-19 Gary Benson <gbenson@redhat.com>
537
538 * gdb.texinfo (Maintenance Commands): Document new
539 "maint demangler-warning" command and new
540 "maint set/show demangler-warning" option.
541
dd5d5494
SC
5422014-06-09 Siva Chandra Reddy <sivachandra@google.com>
543
544 * python.texi (Xmethod API): Add space before the opening
545 parenthesis in function descriptions.
546
25326a28 5472014-06-06 Doug Evans <xdje42@gmail.com>
d2929fdc
DE
548
549 * guile.texi (Guile Configuration): Document guile-data-directory.
550
0a770bb2 5512014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
552
553 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
554
16f691fb
DE
5552014-06-04 Doug Evans <xdje42@gmail.com>
556
557 * guile.texi (Breakpoints In Guile): Update.
558
1e47491b
JB
5592014-06-03 Joel Brobecker <brobecker@adacore.com>
560
561 * python.texi (Xmethod API): Fix reference to "Progspaces In
562 Python".
563
0c6e92a5
SC
5642014-06-03 Siva Chandra Reddy <sivachandra@google.com>
565
566 * python.texi (Xmethods In Python, XMethod API)
567 (Writing an Xmethod): New nodes.
568 (Python API): New menu entries "Xmethods In Python",
569 "Xmethod API", "Writing an Xmethod".
570
06eb1586
DE
5712014-06-02 Doug Evans <xdje42@gmail.com>
572
573 * guile.texi (Guile API): Add entry for Parameters In Guile.
574 (GDB Scheme Data Types): Mention <gdb:parameter> object.
575 (Parameters In Guile): New node.
576
e698b8c4
DE
5772014-06-02 Doug Evans <xdje42@gmail.com>
578
579 * guile.texi (Guile API): Add entry for Commands In Guile.
580 (Basic Guile) <parse-and-eval>: Add reference.
581 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
582 (GDB Scheme Data Types): Mention <gdb:command> object.
583 (Commands In Guile): New node.
584
ded03782
DE
5852014-06-02 Doug Evans <xdje42@gmail.com>
586
587 * guile.texi (Guile API): Add entry for Progspaces In Guile.
588 (GDB Scheme Data Types): Mention <gdb:progspace> object.
589 (Progspaces In Guile): New node.
590
53e8a631
AB
5912014-05-30 Andrew Burgess <aburgess@broadcom.com>
592
593 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
594 * python.texi (Frames In Python): Mention
595 gdb.FRAME_UNWIND_MEMORY_ERROR.
596
329ea579
PA
5972014-05-29 Pedro Alves <palves@redhat.com>
598 Tom Tromey <tromey@redhat.com>
599
600 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
601 from example.
602 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
603 Mention that target-async is now deprecated.
604 (Maintenance Commands): Document maint set/show target-async.
605
92bcb5f9
PA
6062014-05-29 Pedro Alves <palves@redhat.com>
607
608 * observer.texi (sync_execution_done, command_error): New
609 subjects.
610
fd664c91
PA
6112014-05-29 Pedro Alves <palves@redhat.com>
612
613 PR gdb/13860
614 * observer.texi (signal_received, end_stepping_range)
615 (signal_exited, exited, no_history): New observer subjects.
616
b2715b27
AW
6172014-05-26 Andy Wingo <wingo@igalia.com>
618
619 * guile.texi (GDB Scheme Data Types): Remove documentation for
620 removed interfaces. Update spelling of gdb-object-kind.
621
9eaa4c1e
AW
6222014-05-26 Andy Wingo <wingo@igalia.com>
623
624 * guile.texi (Basic Guile): Fix some typos.
625
0f1e8403
AW
6262014-05-26 Andy Wingo <wingo@igalia.com>
627
628 * guile.texi (Writing a Guile Pretty-Printer)
629 (Guile Types Module): Fix excess parentheses in use-modules forms.
630
697aa1b7
EZ
6312014-05-24 Eli Zaretskii <eliz@gnu.org>
632
633 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
634 (Breakpoints In Guile, Guile Printing Module)
635 (Guile Exception Handling, Values From Inferior In Guile)
636 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
637 Don't use @var at the beginning of a sentence.
638
639 * gdb.texinfo (Frame Filter Management, Trace Files)
640 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
641 (PowerPC Embedded, Define, Annotations for Running)
642 (IPA Protocol Commands, Packets, General Query Packets)
643 (Tracepoint Packets, Notification Packets, Environment)
644 (Inferiors and Programs, Set Breaks, Set Catchpoints)
645 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
646 (Frames, Backtrace, Selection, Expressions, Registers)
647 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
648 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
649 (Source Annotations, Using JIT Debug Info Readers, Packets)
650 (Stop Reply Packets, Host I/O Packets)
651 (Target Description Format): Don't use @var at the beginning of a
652 sentence.
653
654 * python.texi (Basic Python, Types In Python)
655 (Commands In Python, Frames In Python, Line Tables In Python)
656 (Breakpoints In Python, gdb.printing, gdb.types)
657 (Type Printing API): Don't use @var at the beginning of a
658 sentence.
659
67b5c0c1
MM
6602014-05-23 Markus Metzger <markus.t.metzger@intel.com>
661
662 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
663 replay-memory-access".
664
6a3cb8e8
PA
6652014-05-21 Pedro Alves <palves@redhat.com>
666
667 * gdb.texinfo (Starting): Document "set/show
668 auto-connect-native-target".
669 (Target Commands): Document "target native".
670
936d2992
PA
6712014-05-20 Pedro Alves <palves@redhat.com>
672
673 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
674 not be remote specific. Add cross reference to the qCRC packet.
675 (Separate Debug Files): Update cross reference to the qCRC packet.
676 (General Query Packets) <qCRC packet>: Add anchor.
677
b3ce5e5f
DE
6782014-05-17 Doug Evans <xdje42@gmail.com>
679
680 Copy over changes from guile.texi.
681 * python.texi (Basic Python) <gdb.execute>: Add text.
682 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
683 (Values From Inferior) <Python string>: Add text.
684 (Values From Inferior) <Value.string>: Clarify string length handling.
685 (Pretty Printing API): Add cindex.
686 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
687 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
688 @vindex.
689 (Commands In Python) <COMPLETE_*>: Similarly.
690 (Symbols In Python) <SYMBOL_*>: Similarly.
691 (Breakpoints In Python) <WP_*>: Similarly.
692 (Breakpoints In Python) <BP_*>: Similarly.
693
8dfcab11
DT
6942014-05-17 David Taylor <dtaylor@emc.com>
695
696 * gdb.texinfo (General Query Packets): Add a note about thread IDs
697 mentioned in the qfThreadInfo reply.
698
8d551b02
DE
6992014-05-16 Doug Evans <dje@google.com>
700
701 * gdb.texinfo (Mode Options): Add -D.
702
e20bd8f4
SB
7032014-05-09 Samuel Bronson <naesten@gmail.com>
704
705 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
706 "make -C".
707
f989a1c8
TT
7082014-04-29 Tom Tromey <tromey@redhat.com>
709
710 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
711 "show debug varobj".
712
95cf3b38
DT
7132014-05-01 David Taylor <dtaylor@emc.com>
714
715 * gdb.texinfo (compare-sections): Document the new -r (read-only)
716 option.
717
01f9f808
MS
7182014-04-24 Michael Sturm <michael.sturm@mintel.com>
719 Walfred Tedeschi <walfred.tedeschi@intel.com>
720
721 * gdb.texinfo (i386 Features): Add description of AVX512
722 registers.
723
770e7fc7
DE
7242014-03-31 Doug Evans <dje@google.com>
725
726 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
727
97d8f0ee
DE
7282014-03-30 Doug Evans <dje@google.com>
729
730 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
731 (Background Execution): Ditto.
732
36cb1214
HZ
7332014-03-21 Pedro Alves <palves@redhat.com>
734 Stan Shebs <stan@codesourcery.com>
735 Hui Zhu <hui@codesourcery.com>
736
737 * gdb.texinfo (Packets): Add anchor to "? packet".
738 Remove fixme and update introduction of "k packet".
739 Add anchor to "vKill packet".
740
5e3a2c38
SS
7412014-03-12 Stan Shebs <stan@codesourcery.com>
742
743 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
744
7a5a839f
LC
7452014-02-26 Ludovic Courtès <ludo@gnu.org>
746
dc6ae996 747 * guile.texi (Basic Guile): Document 'history-append!'.
7a5a839f 748
95060284
JB
7492014-02-20 Joel Brobecker <brobecker@adacore.com>
750
751 * gdb.texinfo (Files): Document "add-shared-symbol-files"
752 and "assf" as being deprecated.
753 (Cygwin Native): Likewise for "dll-symbols".
754 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
755 as a way to force the loading of symbols from a DLL.
756
f7bd0f78
SC
7572014-02-19 Siva Chandra Reddy <sivachandra@google.com>
758
759 * python.texi (Values From Inferior): Add description about the
760 new feature.
761
329baa95
DE
7622014-02-17 Doug Evans <xdje42@gmail.com>
763
764 * Makefile.in (GDB_DOC_FILES): Add python.texi.
765 * gdb.texinfo (Python): Moved to ...
766 * python.texi: ... here. New file.
767
687894f5
DE
7682014-02-17 Ludovic Courtès <ludo@gnu.org>
769
d25f38ee 770 * guile.texi (Writing a Guile Pretty-Printer) <example>:
687894f5
DE
771 Remove 'string-begins-with' procedure. Add 'pretty-printer'
772 parameter to 'str-lookup-function' procedure. Look for
773 the "std::string<" prefix.
774 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
775 Adjust description.
776
6fb526ee
DE
7772014-02-11 Tejas Belagod <tejas.belagod@arm.com>
778
d25f38ee 779 * guile.texi (Values From Inferior In Guile): Remove stray
6fb526ee
DE
780 parantheses for deffn.
781 (Disassembly In Guile): Ditto.
782
1e0a5178
SS
7832014-02-10 Stan Shebs <stan@codesourcery.com>
784
785 Add Doxygen support.
786 * Makefile.in (doxy): New action, generates Doxygen files.
787 (DOXYGEN): New.
788 (doxyedit): New.
789 * Doxyfile-base.in: New file.
790 * Doxyfile-gdb-api.in: New file.
791 * Doxyfile-gdb-xref.in: New file.
792 * Doxyfile-gdbserver.in: New file.
793 * doxy-index.in: New file.
794 * filter-for-doxygen: New file.
795 * filter-params.pl: New file.
796
ed3ef339
DE
7972014-02-10 Doug Evans <xdje42@gmail.com>
798
799 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
800 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
801 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
802 (Guile docs): Include guile.texi.
803 (objfile-gdbdotext file): Add objfile-gdb.scm.
804 (dotdebug_gdb_scripts section): Mention Guile scripts.
805 (Multiple Extension Languages): New node.
806 * guile.texi: New file.
807
c6044dd1
JB
8082014-01-28 Joel Brobecker <brobecker@adacore.com>
809
810 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
811 ignore-descriptive-types". commands.
812
87ce2a04
DE
8132014-01-22 Doug Evans <dje@google.com>
814
815 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
816 (gdbserver man): Ditto.
817
52834460
MM
8182014-01-16 Markus Metzger <markus.t.metzger@intel.com>
819
820 * gdb.texinfo: Document limited reverse/replay support
821 for target record-btrace.
822
0688d04e
MM
8232014-01-16 Markus Metzger <markus.t.metzger@intel.com>
824
825 * gdb.texinfo (Process Record and Replay): Update documentation.
826
8710b709
MM
8272014-01-16 Markus Metzger <markus.t.metzger@intel.com>
828
829 * gdb.texinfo (Process Record and Replay): Document new /c
830 modifier accepted by "record function-call-history".
831 Add /i modifier to "record function-call-history" example.
832
dcf106f3
JB
8332014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
834 Joel Brobecker <brobecker@adacore.com>
835
836 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
837 markers. Remove one that was misplaced.
838
41ef2965
PA
8392014-01-10 Pedro Alves <palves@redhat.com>
840
841 * gdb.texinfo (Your Program's Environment) <set environment>:
842 Mention the shell, and point at 'set exec-wrapper'.
843
c0d48811
JB
8442014-01-07 Joel Brobecker <brobecker@adacore.com>
845
846 * gdb.texinfo (Types In Python): Document new attribute Types.name.
847
5fba4c0f
JB
8482013-12-30 Joel Brobecker <brobecker@adacore.com>
849
850 * gdb.texinfo (Types In Python): Clarify the documentation
851 of attribute gdb.Field.bitpos.
852
0809504b
JB
8532013-12-28 Joel Brobecker <brobecker@adacore.com>
854
855 * gdb.texinfo (Types In Python): Fix the documentation of
856 attribute "bitpos" in class gdb.Field for enum types. Add
857 documentation for attribute "enumval" in that same class.
858
edef6000
JB
8592013-12-28 Joel Brobecker <brobecker@adacore.com>
860
861 * gdb.texinfo (GDB/MI Support Commands): Change @table into
862 @ftable.
863
71b8c845
DE
8642013-12-23 Doug Evans <xdje42@gmail.com>
865
866 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
867 auto-loaded objfile scripts and .debug_gdb_scripts section to their
868 corresponding section in Extending GDB.
869 (Extending GDB): Move menu up. New menu item "Auto-loading
870 extensions".
871 (Sequences): New menu item "Auto-loading sequences".
872 (Auto-loading sequences): New node.
873 (Python): Rename section from Scripting GDB to Extending GDB.
874 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
875 Move docs on ways to auto-load extensions to ...
876 (Auto-loading extensions): ... here. New node.
877
d192b373
JB
8782013-12-23 Joel Brobecker <brobecker@adacore.com>
879
880 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
881 in menu.
882 (GDB/MI Variable Objects): Adjust reference to "-list-features"
883 command, now in a new node.
884 (GDB/MI Support Commands): New node, with its contents being
885 extracted from the "GDB/MI Miscellaneous Commands" node.
886 A small paragraph introducing the section is also added at
887 the start.
888 (GDB/MI Miscellaneous Commands): Delete the description of the
889 -info-gdb-mi-command, -list-features and -list-target-features
890 commands, now hosted in the "GDB/MI Support Commands" node.
891
a16b0e22
SC
8922013-12-12 Siva Chandra Reddy <sivachandra@google.com>
893
894 PR python/16113
895 * gdb.texinfo (Values From Inferior): Add a note about using
896 gdb.Field objects as subscripts on gdb.Value objects.
897 (Types In Python): Add description about the new attribute
898 "parent_type" of gdb.Field objects.
899
9b26f0fb
JB
9002013-12-12 Joel Brobecker <brobecker@adacore.com>
901
902 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
903 entry for section docuumenting the -list-features GDB/MI command.
904
72bfa06c
JB
9052013-12-10 Joel Brobecker <brobecker@adacore.com>
906
907 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
908 "exec-run-start-option" entry in the output of the "-list-features"
909 command.
910
3ea8680f
EZ
9112013-12-04 Eli Zaretskii <eliz@gnu.org>
912
913 * gdb.texinfo (i386): Fix yesterday's commit.
914
1a4f73eb
TT
9152013-12-03 Tom Tromey <tromey@redhat.com>
916
917 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
918 documented here.
919
6cb999f8
TT
9202013-12-03 Tom Tromey <tromey@redhat.com>
921
922 * gdb.texinfo (@direntry): Add menu item for gdbserver.
923
ca8941bb
WT
9242013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
925
926 * gdb.texinfo (i386 Features): Add MPX feature registers.
927 (x86 Specific featuresx86 Architecture-specific Issues): Adds
928 a subsubsection for MPX and describes the display of the
929 boundary registers.
930
688981c9
JB
9312013-12-03 Joel Brobecker <brobecker@adacore.com>
932
933 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
934 documentation of the "ada-exceptions" entry.
935
2ea126fa
JB
9362013-12-03 Joel Brobecker <brobecker@adacore.com>
937
938 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
939 "^error" result record concerning the error message. Document
940 the error code that may also be part of that result record.
941 (GDB/MI Miscellaneous Commands): Document the
942 "undefined-command-error-code" element in the output of
943 the "-list-features" GDB/MI command.
944
6b7cbff1
JB
9452013-12-03 Joel Brobecker <brobecker@adacore.com>
946
947 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
948 the new -info-gdb-mi-command GDB/MI command. Document
949 the meaning of "-info-gdb-mi-command" in the output of
950 -list-features.
951
20e1ca3b
PA
9522013-11-29 Pedro Alves <palves@redhat.com>
953
954 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
955 Update comment.
956
29453a14
YQ
9572013-11-24 Yao Qi <yao@codesourcery.com>
958
959 * gdb.texinfo (Caching Remote Data): Document new
960 "set/show stack-cache" option.
961
6dd315ba
YQ
9622013-11-24 Yao Qi <yao@codesourcery.com>
963
964 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
965 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
966 "off" respectively.
967
9df9dbe0
YQ
9682013-11-23 Yao Qi <yao@codesourcery.com>
969
970 * gdb.texinfo (GDB/MI Variable Objects): Add the description
971 of "displayhint" to the table about child results.
972
c78feb39
YQ
9732013-11-21 Yao Qi <yao@codesourcery.com>
974
975 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
976 'dynamic' for the output of command -var-list-children.
977
27b81af3
YQ
9782013-11-21 Yao Qi <yao@codesourcery.com>
979
980 * gdb.texinfo (Caching Target Data): Remove "see" before
981 @pxref.
982
b26dfc9a
YQ
9832013-11-20 Yao Qi <yao@codesourcery.com>
984
985 * gdb.texinfo (Caching Target Data): Update doc for
986 per-address-space dcache.
987
b12039c6
YQ
9882013-11-20 Yao Qi <yao@codesourcery.com>
989
990 * gdb.texinfo (Data): Rename menu item.
991 (Caching Remote Data): Rename to ...
992 (Caching Target Data): ... it. Update.
993
422ad5c2
JB
9942013-11-18 Joel Brobecker <brobecker@adacore.com>
995
996 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
997 "language-option" entry in the output of the "-list-features"
998 command.
999
805e1f19
TT
10002013-11-15 Tom Tromey <tromey@redhat.com>
1001
1002 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
1003 Add example.
1004
8fe1b653
TT
10052013-11-14 Tom Tromey <tromey@redhat.com>
1006
1007 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
1008
403cb6b1
JB
10092013-11-14 Joel Brobecker <brobecker@adacore.com>
1010
1011 * gdb.texinfo (Show): Add xref anchor for "show language" command.
1012 (Context management): Place current subsection text into its own
1013 subsubsection. Add new subsubsection describing the "--language"
1014 command option.
1015
93973826
JB
10162013-11-13 Joel Brobecker <brobecker@adacore.com>
1017
1018 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
1019 the documentation of "info-ada-exceptions" in the output
1020 of the "-list-features" command. Add the documentation
1021 of the "ada-exception" entry instead.
1022
6adcee18
JB
10232013-11-12 Joel Brobecker <brobecker@adacore.com>
1024
93973826 1025
6adcee18
JB
1026 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
1027 word of a couple of sentences to start with a capital letter.
1028
58d06528
JB
10292013-11-12 Joel Brobecker <brobecker@adacore.com>
1030
1031 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
1032 (Ada Exceptions): New node.
1033 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
1034 Commands" node.
1035 (GDB/MI Ada Exceptions Commands): New node.
1036 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
1037 field in the output of the "-list-features" command.
1038 * NEWS: Add entry for the new "info exceptions" CLI command,
1039 and for the new "-info-ada-exceptions" GDB/MI command.
1040
bc79de95
PM
10412013-11-11 Phil Muldoon <pmuldoon@redhat.com>
1042
1043 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
1044 (Line Tables In Python): New node.
1045
73be47f5
DE
10462013-11-08 Doug Evans <dje@google.com>
1047
1048 * gdb.texinfo (Debugging Output): Update text for
1049 "set debug dwarf2-read".
1050
db0fec5c
DE
10512013-11-08 Doug Evans <dje@google.com>
1052
1053 * gdb.texinfo (Debugging Output): Update text for
1054 "set debug symtab-create".
1055
92e32e33
PM
10562013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1057
1058 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
1059 constant.
1060
f76c27b5
PM
10612013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1062
1063 * gdb.texinfo (Breakpoints In Python): Document temporary
1064 option in breakpoint constructor, and add documentation to the
1065 temporary attribute.
1066
fa4d0c40
YQ
10672013-11-07 Yao Qi <yao@codesourcery.com>
1068
1069 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
1070 output of "-var-info-expression".
1071
afa332ce
PA
10722013-11-06 Pedro Alves <palves@redhat.com>
1073
1074 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
1075 non-interactive mode.
1076 (Environment) <shell startup files warning>: Mention
1077 non-interactive mode. Mention .zshenv for Z shell, and talk about
1078 BASH_ENV instead of .bashrc for BASH.
1079
9ac69859
NB
10802013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
1081
1082 * gdb.texinfo (Commands to Specify Files): Add description
1083 of the remove-symbol-file command.
1084 * observer.texi: New free_objfile event
1085
98882a26
PA
10862013-10-24 Pedro Alves <palves@redhat.com>
1087
1088 * gdb.texinfo (Starting): Document set/show startup-with-shell.
1089
ce13fade
JB
10902013-10-11 Joel Brobecker <brobecker@adacore.com>
1091
1092 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
1093 New subsection inside which the "-catch-load" and "-catch-unload"
1094 commands documentation is now placed.
1095 (Ada Exception GDB/MI Catchpoint Commands): New subsection
1096 documenting the "-catch-assert" and "-catch-exception" new
1097 GDB/MI commands.
1098
2446f5ea
JB
10992013-10-10 Joel Brobecker <brobecker@adacore.com>
1100
1101 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
1102
0d12017b
JB
11032013-10-10 Joel Brobecker <brobecker@adacore.com>
1104
bd80dc1a
JB
1105 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
1106 serial baud".
1107 (Remote Configuration): Replace "set remotebaud" by "set serial
1108 baud". Replace "show remotebaud" by "show serial baud".
0d12017b 1109
f4fb82a1
PA
11102013-10-07 Pedro Alves <palves@redhat.com>
1111
1112 PR breakpoints/11568
1113 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
1114 when the thread is removed from the thread list.
1115
0c557179
SDJ
11162013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1117
1118 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
1119 Update entry for $_exitcode.
1120
5713b9b5
JB
11212013-10-04 Joel Brobecker <brobecker@adacore.com>
1122
1123 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
1124 new "--start" option.
1125
901461f8
PA
11262013-10-02 Pedro Alves <palves@redhat.com>
1127
1128 * gdb.texinfo (Registers): Expand description of saved registers
1129 in frames. Explain <not saved>.
1130
8fb8eb5c
DE
11312013-09-25 Doug Evans <dje@google.com>
1132
1133 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
1134
0a7cfe2c
SS
11352013-09-16 Stan Shebs <stan@codesourcery.com>
1136
1137 Remove the internals manual gdbint.texinfo.
1138 * Makefile.in (INFO_DEPS): Remove gdbint.info.
1139 (PDFFILES): Remove gdbint.pdf.
1140 (HTMLFILES): Remove gdbint/index.html.
1141 (HTMLFILES_INSTALL): Remove gdbint.
1142 (GDBINT_DOC_FILES): Remove.
1143 (dvi): Remove gdbint.dvi.
1144 (ps): Remove gdbint.ps.
1145 * gdbint.texinfo: Remove file.
1146 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
1147
a280dbd1
SDJ
11482013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1149
1150 * gdb.texinfo (Convenience Functions): Mention new convenience
1151 function $_isvoid.
1152
4ac33720
UW
11532013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1154
1155 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
1156 (Standard Target Features): Add new node to menu.
1157 (S/390 and System z Features): New node.
1158
b3d3b4bd
SA
11592013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
1160
1161 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
1162 -list-target-features in the example.
1163
edf9f00c
JK
11642013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1165
1166 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
1167 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
1168
1d236d23
JK
11692013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1170
1171 Sync documentation with gdb.base/gnu-debugdata.exp.
1172 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
1173
5423b017
JK
11742013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1175
1176 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
1177
6211c335
YQ
11782013-08-27 Pedro Alves <pedro@codesourcery.com>
1179 Yao Qi <yao@codesourcery.com>
1180
1181 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
1182 Document new --skip-unavailable option.
1183 <-stack-list-variables>: Document new --skip-unavailable option.
1184
52e260a3
DE
11852013-08-26 Doug Evans <dje@google.com>
1186
1187 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
1188 an optional regexp.
1189
5e92f71a
TT
11902013-08-13 Tom Tromey <tromey@redhat.com>
1191
1192 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
1193 Document GDB_PARALLEL and GDB_INOTIFY.
1194
c5d7073b
SS
11952013-08-09 Stan Shebs <stan@codesourcery.com>
1196
1197 * LRS: Remove file, describes a long-abandoned live-range
1198 splitting extension to stabs.
1199
6fbe845e
AB
12002013-07-25 Andrew Burgess <aburgess@broadcom.com>
1201
1202 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
1203
e7045703
DE
12042013-07-17 Doug Evans <dje@google.com>
1205
1206 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
1207
3105ebf9
TT
12082013-07-02 Tom Tromey <tromey@redhat.com>
1209
1210 * gdb.texinfo (Target Commands): Don't mention "target nrom".
1211
d6c2da54
TT
12122013-06-28 Tom Tromey <tromey@redhat.com>
1213
1214 * Makefile.in (version.subst): Use version.in, not
1215 common/version.in.
1216 * gdbint.texinfo (Versions and Branches, Releasing GDB):
1217 Likewise.
1218
e5823f1c
PA
12192013-06-27 Pedro Alves <palves@redhat.com>
1220
1221 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
1222 dynamic symbol resolution code>: New section, based on infrun.c
1223 comment.
1224
92dcb9ff
TT
12252013-06-26 Tom Tromey <tromey@redhat.com>
1226
1227 * gdbint.texinfo (Versions and Branches): Use common/version.in.
1228 Update.
1229 (Releasing GDB): Likewise.
1230
dc673c81
YQ
12312013-06-26 Pedro Alves <pedro@codesourcery.com>
1232 Yao Qi <yao@codesourcery.com>
1233
1234 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
1235 -trace-frame-collected.
1236
28a93511
YQ
12372013-06-26 Pedro Alves <pedro@codesourcery.com>
1238
1239 * gdb.texinfo (Traceframe Info Format): Document tvar element
1240 and its attributes.
1241
a0743c90
YQ
12422013-06-25 Yao Qi <yao@codesourcery.com>
1243
1244 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
1245
01208463
TT
12462013-06-24 Tom Tromey <tromey@redhat.com>
1247
1248 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
1249 (GDBvn.texi): Use version.subst.
1250 (version.subst): New target.
1251 (mostlyclean): Remove version.subst.
1252
c898adb7
YQ
12532013-06-20 Pedro Alves <pedro@codesourcery.com>
1254
1255 * gdb.texinfo (GDB/MI Data Manipulation)
1256 <-data-list-register-values>: Document the --skip-unavailable
1257 option.
1258
7c57fa1e
YQ
12592013-06-07 Yao Qi <yao@codesourcery.com>
1260
1261 * gdb.texinfo (Symbols): Add kindex and cindex for
1262 'maint print msymbols'.
1263
0059c61a 12642013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
b7742092
MK
1265
1266 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
1267 response field name (thread-group to inferior).
1268
85dc5a12
GB
12692013-06-04 Gary Benson <gbenson@redhat.com>
1270
1271 * gdb.texinfo (General Query Packets/qSupported): Added
1272 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
1273 to the table of currently defined stub features.
1274 Added a more detailed entry for "augmented-libraries-svr4-read".
1275 (General Query Packets/qXfer:libraries-svr4:read): Documented
1276 the augmented form of this packet.
1277
5901af59
JB
12782013-05-23 Joel Brobecker <brobecker@adacore.com>
1279
1280 * gdb.texinfo (System-wide Configuration Scripts): Renames
1281 "Installed System-wide Configuration Scripts". Add associated
1282 @menu block.
1283
c1e36e3e
PA
12842013-05-23 Yao Qi <yao@codesourcery.com>
1285 Pedro Alves <palves@redhat.com>
1286
1287 * gdb.texinfo (Packets): Document 'vCont;r'.
1288 (Continuing and Stepping): Document target-assisted range
1289 stepping, and the 'set range-stepping' and 'show range-stepping'
1290 commands.
1291
0201faac
JB
12922013-05-23 Joel Brobecker <brobecker@adacore.com>
1293
1294 * gdb.texinfo (Installed System-wide Configuration Scripts):
1295 Add subsection describing the scripts now available under
1296 the data-dir's system-gdbbinit subdirectory.
1297 * NEWS: Add entry announcing the availability of system-wide
1298 configuration scripts for ElinOS and Wind River Linux.
1299
c5867ab6
HZ
13002013-05-21 Hui Zhu <hui@codesourcery.com>
1301
1302 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
1303 "-dprintf-insert" command.
1304
7d0c9981
DE
13052013-05-17 Doug Evans <dje@google.com>
1306
1307 * gdb.texinfo (Maintenance Commands): Update doc for
1308 "maint check-psymtabs". Add doc for "maint check-symtabs",
1309 "maint expand-symtabs".
1310
742ce053
MM
13112013-05-15 Markus Metzger <markus.t.metzger@intel.com>
1312
1313 * gdb.texinfo (Process Record and Replay): Document the
1314 "record goto" command and its sub-commands.
1315
1e611234
PM
13162013-05-10 Phil Muldoon <pmuldoon@redhat.com>
1317
1318 * gdb.texinfo (Backtrace): Add "no-filter" argument.
1319 (Python API): Add Frame Filters API, Frame Wrapper API,
1320 Writing a Frame Filter/Wrapper, Managing Management of Frame
1321 Filters chapter entries.
1322 (Frame Filters API): New Node.
1323 (Frame Wrapper API): New Node.
1324 (Writing a Frame Filter): New Node.
1325 (Managing Frame Filters): New Node.
1326 (Progspaces In Python): Add note about frame_filters attribute.
1327 (Objfiles in Python): Ditto.
1328 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
1329 @anchors and --no-frame-filters option to -stack-list-variables,
1330 -stack-list-frames, -stack-list-locals and -stack-list-arguments
1331 commands.
1332
2874cb83
JB
13332013-05-08 Joel Brobecker <brobecker@adacore.com>
1334
1335 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
1336 Support" subsection documenting the XML format used to transfer
1337 shared library info on AIX.
1338
9a005eb9
JB
13392013-05-08 Joel Brobecker <brobecker@adacore.com>
1340
1341 * gdb.texinfo (Debugging Output): Add documentation of
1342 "set debug aix-solib" and "show debug aix-solib" commands.
1343
a1217d97
SL
13442013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1345
1346 * gdb.texinfo (Nios II): New section.
1347 (Nios II Features): New section.
1348
4d1eb6b4
JB
13492013-05-06 Joel Brobecker <brobecker@adacore.com>
1350
1351 * gdbint.texinfo (Algorithms): Remove entries documenting
1352 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
1353 SOLIB_CREATE_INFERIOR_HOOK.
1354
3f84184e
TT
13552013-04-29 Tom Tromey <tromey@redhat.com>
1356
1357 PR python/14204:
1358 * gdb.texinfo (Python API): Fix menu entry.
1359 (Blocks In Python): Fix subsubsection text. Rewrite intro.
1360 Define global and static block. Add example. Clarify
1361 block relationship for inline functions.
1362
60155234
TT
13632013-04-29 Tom Tromey <tromey@redhat.com>
1364
1365 * gdb.texinfo (Python API): Mention Python help and keyword
1366 arguments. Move pagination text to Basic Python.
1367 (Basic Python): Put pagination text here. Document
1368 close-on-exec, SIGCHLD, and SIGINT.
1369
5360976e
PA
13702013-04-19 Pedro Alves <palves@redhat.com>
1371
1372 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
1373 "signedness" instead of "signness".
1374
bd3f3b55
PA
13752013-04-19 Pedro Alves <palves@redhat.com>
1376
1377 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
1378 -Wno-pointer-sign text with text on -Wpointer-sign.
1379
dee368d3
TT
13802013-04-16 Tom Tromey <tromey@redhat.com>
1381
1382 * gdb.texinfo (Set Catchpoints): Mention earliest version of
1383 GCC that has the SDT probe points.
1384
cc16e6c9
TT
13852013-04-15 Tom Tromey <tromey@redhat.com>
1386
1387 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
1388 exception catchpoints.
1389
72f1fe8a
TT
13902013-04-15 Tom Tromey <tromey@redhat.com>
1391
1392 * gdb.texinfo (Set Catchpoints): Document $_exception.
1393 (Convenience Vars): Mention $_exception.
1394
591f19e8
TT
13952013-04-15 Tom Tromey <tromey@redhat.com>
1396
1397 * gdb.texinfo (Set Catchpoints): Reorganize exception
1398 catchpoints. Document "catch rethrow".
1399 (Debugging C Plus Plus): Mention "catch rethrow".
1400
02ae6bad
TT
14012013-04-15 Tom Tromey <tromey@redhat.com>
1402
1403 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
1404
2c91021c
JK
14052013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1406 Eli Zaretskii <eliz@gnu.org>
1407
1408 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
1409 line below the sample output.
1410
6eaaf48b
EZ
14112013-04-12 Eli Zaretskii <eliz@gnu.org>
1412
1413 * gdb.texinfo (Mode Options): Document '-configuration'.
1414 (Help): Document "show configuration".
1415 (Bug Reporting): Add requirements to include the configuration
1416 details in bug reports.
1417
b292c783
JK
14182013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1419
1420 * Makefile.in (MAN1S): Add gcore.1.
1421 Remove "Host, target, and site specific Makefile fragments" comment.
1422 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
1423 (install-man1, uninstall-man1): Conditionalize gcore.1.
1424 (gcore.1): New.
1425 * gdb.texinfo (Man Pages): Add gcore man.
1426 (gcore man): New node.
1427
f81d1120
PA
14282013-04-10 Pedro Alves <palves@redhat.com>
1429
1430 * gdb.texinfo (Process Record and Replay): Document that "set
1431 record full insn-number-max", "set record
1432 instruction-history-size" and "set record
1433 function-call-history-size" accept "unlimited".
1434 (Backtrace): Document that "set backtrace limit" accepts
1435 "unlimited".
1436 (List): Document that "set listsize" accepts "unlimited".
1437 (Print Settings)" Document that "set print max-symbolic-offset",
1438 "set print elements" and "set print repeats" accept "unlimited".
1439 (Starting and Stopping Trace Experiments): Document that "set
1440 trace-buffer-size" accepts "unlimited".
1441 (Remote Configuration): Document that "set tcp connect-timeout"
1442 accepts "unlimited".
1443 (Command History): Document that "set history size" accepts
1444 "unlimited".
1445 (Screen Size): Document that "set height" and "set width" accepts
1446 "unlimited". Adjust "set pagination"'s description to suggest
1447 "set height unlimited" instead of "set height 0".
1448
393fd4c3
YQ
14492013-04-10 Yao Qi <yao@codesourcery.com>
1450
1451 * gdb.texinfo (Trace Files): Add "target ctf".
1452
cba5a7bf
JK
14532013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1454
1455 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
1456
0ed630cb
JK
1457 * Makefile.in (install-man1, install-man5, uninstall-man1)
1458 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
1459
afe1492b
JK
1460 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
1461
5b8b6385
JK
14622013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1463 Eli Zaretskii <eliz@gnu.org>
1464
1465 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
1466 parameters order. Remove "On some targets" for --attach. Document the
1467 --multi parameter and extended-remote command. Document all the
1468 options.
1469
906ccdf0
JK
14702013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1471
1472 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
1473 the list of supported languages.
1474
43662968
JK
14752013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1476
1477 Convert man pages to texinfo, new gdbinit.5 texinfo page.
1478 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
1479 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
1480 (diststuff): Add man.
1481 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
1482 (uninstall-man5): New.
1483 (STAGESTUFF): Add *.1 and *.5.
1484 (GDBvn.texi): Add SYSTEM_GDBINIT.
1485 (gdb.1, gdbserver.1, gdbinit.5): New.
1486 (maintainer-clean realclean): Add $(MANS).
1487 (install): Add install-man.
1488 (uninstall): Add uninstall-man.
1489 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
1490 (@copying): Wrap it by @c man begin COPYRIGHT.
1491 (Top): Add Man Pages.
1492 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
1493
be9a8770
PA
14942013-04-02 Pedro Alves <palves@redhat.com>
1495
1496 * gdb.texinfo (Debugging Output): Document "set/show debug
1497 aarch64", "set/show debug coff-pe-read" and "set/show debug
1498 mach-o".
1499
a46c1e42
PA
15002013-04-02 Pedro Alves <palves@redhat.com>
1501
1502 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
1503 table>: Add entry for "trace-buffer-size".
1504
bd3eecc3
PA
15052013-03-28 Pedro Alves <palves@redhat.com>
1506
1507 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
1508 table>: Add entry for "trace-status".
1509
215b9f98
EZ
15102013-03-28 Eli Zaretskii <eliz@gnu.org>
1511
1512 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
1513 @bullet", which is invalid (makeinfo 5.1 barfs).
1514
7f7cc265
PA
15152013-03-28 Pedro Alves <palves@redhat.com>
1516
1517 PR gdb/15294
1518
1519 * gdb.texinfo (List) <set listsize>: Adjust to document that
1520 listsize 0 means no limit, and remove mention of -1.
1521
9c0be723
YQ
15222013-03-22 Yao Qi <yao@codesourcery.com>
1523
1524 * gdb.texinfo (Embedded Processors): Remove menu item
1525 "OpenRISC 1000".
1526 (OpenRISC 1000): Remove.
1527
bd712aed
DE
15282013-03-21 Doug Evans <dje@google.com>
1529
1530 * gdb.texinfo (Maintenance Commands): Add docs for
1531 "mt set per-command {space,time,symtab} {on,off}".
1532
d0353e76
YQ
15332013-03-14 Hui Zhu <hui@codesourcery.com>
1534 Yao Qi <yao@codesourcery.com>
1535
1536 * gdb.texinfo (Trace Files): Add "tsave -ctf".
1537
6dd24dfa
KS
15382013-03-13 Keith Seitz <keiths@redhat.com>
1539
1540 * gdb.texinfo (Maintenance Commands): Add missing ')' for
1541 "maint agent" reference to Dynamic printf.
1542
5c4808ca
EZ
15432013-03-11 Eli Zaretskii <eliz@gnu.org>
1544
1545 * gdb.texinfo (General Query Packets): Don't use colon in index
1546 entries visible to Info format.
1547
59ea5688
MM
15482013-03-11 Markus Metzger <markus.t.metzger@intel.com>
1549
1550 * gdb.texinfo (Process Record and Replay): Document record
1551 changes.
1552
2ae8c8e7
MM
15532013-03-11 Markus Metzger <markus.t.metzger@intel.com>
1554
1555 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
1556 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
1557 qXfer:btrace:read.
1558
28abe188
EZ
15592013-03-09 Eli Zaretskii <eliz@gnu.org>
1560
1561 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
1562 use colons in @anchor and @cindex entries.
1563
be9a119c 15642013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
6790eb9f
HAQ
1565
1566 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
1567
be9a119c 15682013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
1569 Hafiz Abid Qadeer <abidh@codesourcery.com>
1570
1571 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1572 trace-buffer-size set and show commands.
1573 (Tracepoint Packets): Document QTBuffer:size.
1574 (General Query Packets): Document QTBuffer:size.
1575
d57350ea
TT
15762013-02-21 Tom Tromey <tromey@redhat.com>
1577
1578 * gdb.texinfo: Remove bad @syncodeindex.
1579 (Values From Inferior, Types In Python, Inferiors In Python)
1580 (Events In Python, Threads In Python, Frames In Python, Blocks In
1581 Python, Symbols In Python, Symbol Tables In Python): Remove
1582 @tables.
1583 (Packets, General Query Packets, Tracepoint Packets)
1584 (Host I/O Packets): Use @w{} for empty @item.
1585
9f44fbc0
SCR
15862013-02-20 Siva Chandra Reddy <sivachandra@google.com>
1587
1588 * gdb.texinfo (Architectures In Python): Add description about
1589 the new method gdb.Architecture.disassemble.
1590
f5911ea1
HAQ
15912013-02-15 Pedro Alves <pedro@codesourcery.com>
1592 Hafiz Abid Qadeer <abidh@codesourcery.com>
1593
1594 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
1595 Document the "trace-file" field.
1596
7e1e0340
DE
15972013-02-07 Doug Evans <dje@google.com>
1598
1599 * gdb.texinfo (Machine Code): Clarify argument to disassemble
1600 command.
1601
134a2066
YQ
16022013-02-06 Yao Qi <yao@codesourcery.com>
1603
1604 * gdb.texinfo (GDB/MI Async Records): Document new MI
1605 notification "=tsv-modified". Update the document of MI
1606 notification "=tsv-created".
1607 * observer.texi (GDB Observers): New observer tsv_modified.
1608 Update observer tsv_created and tsv_delete.
1609
430ed3f0
MS
16102013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
1611
1612 * gdb.texinfo (AArch64 Features): New section; document
1613 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
1614 (Architectures): Add new AArch64 section to document AArch64
1615 architecture specific commands.
1616 (ABI): Add description of the new OS ABI "Newlib" and its influence
1617 on the longjmp handling.
1618
1b56eb55
JK
16192013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
1620 Jan Kratochvil <jan.kratochvil@redhat.com>
1621
1622 * gdb.texinfo (Backtrace): Added description of 'filename-display'
1623 variable in 'set/show backtrace' section.
1624
c4957902
TT
16252013-01-31 Tom Tromey <tromey@redhat.com>
1626
1627 * gdb.texinfo (Target Commands): Fix typo.
1628
bea883fd
SCR
16292013-01-23 Siva Chandra Reddy <sivachandra@google.com>
1630
1631 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
1632 describing the gdb.Architecture class.
1633 (Frames In Python): Add description about the new method
1634 gdb.Frame.architecture().
1635
796a7ff8
DE
16362013-01-23 Doug Evans <dje@google.com>
1637
1638 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
1639
998580f1
MK
16402013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
1641
1642 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
1643 'thread-groups' field when printing a breakpoint in MI.
1644
c9fb1240
SD
16452012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
1646 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
1647 to reflect that jit-reader-load now supports absolute file-names.
1648
ab04a2af
TT
16492013-01-16 Tom Tromey <tromey@redhat.com>
1650
1651 * gdb.texinfo (Set Catchpoints): Document "catch signal".
1652 (Signals): Likewise.
1653
8ac3646f
TT
16542013-01-16 Tom Tromey <tromey@redhat.com>
1655
1656 * gdb.texinfo (GDB/MI Breakpoint Information): Document
1657 "catch-type" field.
1658 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
1659
e93a8774
TT
16602013-01-07 Tom Tromey <tromey@redhat.com>
1661
1662 * gdb.texinfo (Mode Options): Don't mention -epoch.
1663 (Data, Emacs): Remove obsolete comments.
1664
54516a0b
TT
16652013-01-02 Tom Tromey <tromey@redhat.com>
1666
1667 * gdb.texinfo (GDB/MI Output Records): Update menu.
1668 (GDB/MI Breakpoint Information): New node.
1669 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
1670 <-break-insert>: Likewise.
1671
8dbe8ece
YQ
16722012-12-31 Yao Qi <yao@codesourcery.com>
1673
1674 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
1675 (Packets): Move "vStopped" packet to ...
1676 (Notification Packets): ... here. Describe the components
1677 of notification. Add a table of supported notifications.
1678 Add an example on the process of he async notification.
1679
f35a17b5
JK
16802012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1681
1682 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
1683 present.
1684 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
1685 fullname output always present.
1686
0dfd2fad
PM
16872012-12-23 Pierre Muller <muller@sourceware.org>
1688
1689 * gdbint.texinfo (Function prototypes): Require use of "extern"
1690 modifier for function prototypes in headers.
1691
7785b880
JB
16922012-12-19 Joel Brobecker <brobecker@adacore.com>
1693
1694 * refcard.tex: Update copyright notice to GPL v3 or later.
1695 Update contact info.
1696
3d745be3
JK
16972012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1698
1699 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
1700
c9b6281a
YQ
17012012-12-15 Yao Qi <yao@codesourcery.com>
1702
1703 * gdb.texinfo (Debugging Output): Document 'set debug
1704 notification' and 'show debug notification'.
1705
f2a8bc8a
YQ
17062012-12-15 Yao Qi <yao@codesourcery.com>
1707
1708 * gdb.texinfo (Listing Tracepoints): New item and example about
1709 'installed on target' output.
1710 Add more in the example about 'installed on target'.
1711 (GDB/MI Breakpoint Commands): Doc about 'installed field.
1712
451b7c33
TT
17132012-12-14 Tom Tromey <tromey@redhat.com>
1714
1715 * gdb.texinfo (SVR4 Process Information): Mention core files.
1716
3fa7bf06
MG
17172012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
1718
1719 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
1720
05b4bd79
PA
17212012-12-11 Pedro Alves <palves@redhat.com>
1722
1723 * gdb.texinfo: Remove all mentions of Unixware throughout.
1724
74a0d9f6
JK
17252012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1726
1727 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
1728
0c631110
TT
17292012-11-29 Tom Tromey <tromey@redhat.com>
1730
1731 * gdb.texinfo (SVR4 Process Information): Document missing
1732 "info proc" subcommands.
1733
891df0ea
YQ
17342012-11-29 Yao Qi <yao@codesourcery.com>
1735
1736 PR gdb/1477.
1737 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
1738 to 'auto' instead of 'gnu'.
1739
608e2dbb
TT
17402012-11-26 Tom Tromey <tromey@redhat.com>
1741
1742 * gdb.texinfo (MiniDebugInfo): New node.
1743 (GDB Files): Update.
1744
e64e0392
DE
17452012-11-16 Doug Evans <dje@google.com>
1746
1747 * gdb.texinfo (System-wide configuration): If the system-wide init
1748 file lives in the data-directory, and --data-directory is provided,
1749 look for it there.
1750
ae606bee
TT
17512012-11-15 Tom Tromey <tromey@redhat.com>
1752
1753 * gdb.texinfo (Signaling): Fix typo.
1754
62747a60
TT
17552012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
1756
1757 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
1758 parameter "count" of -data-write-memory-bytes, and add an example.
1759
18a9fc12
TT
17602012-11-12 Tom Tromey <tromey@redhat.com>
1761
1762 * gdb.texinfo (Symbols): Document "info type-printers",
1763 "enable type-printer" and "disable type-printer".
1764 (Python API): Add new node to menu.
1765 (Type Printing API): New node.
1766 (Progspaces In Python): Document type_printers field.
1767 (Objfiles In Python): Likewise.
1768 (gdb.types) <get_type_recognizers, apply_type_recognizers,
1769 register_type_printer, TypePrinter>: Document.
1770
53342f27
TT
17712012-11-12 Tom Tromey <tromey@redhat.com>
1772
1773 * gdb.texinfo (Symbols): Document "set print type methods",
1774 "set print type typedefs", and flags to ptype and whatis.
1775
ed8a1c2d
AB
17762012-11-09 Andrew Burgess <aburgess@broadcom.com>
1777
1778 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
1779 the example -data-disassemble output. Extend the description of
1780 the -data-disassemble results to document all fields. Document
1781 the cli disassemble command as being related to -data-disassemble.
1782
8506d139
YQ
17832012-11-09 Yao Qi <yao@codesourcery.com>
1784
1785 PR gdb/14777.
1786 * gdb.texinfo (OS Information): Remove doc on command
1787 'info udot'.
1788
4d3f93a2
JB
17892012-11-08 Joel Brobecker <brobecker@adacore.com>
1790
1791 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
1792 gdb.ini warning for Windows port.
1793
1e96de83
YQ
17942012-11-08 Yao Qi <yao@codesourcery.com>
1795
1796 * gdb.texinfo (Search): Add kindex for 'fo'.
1797
dc939229
TT
17982012-11-05 Tom Tromey <tromey@redhat.com>
1799
1800 PR python/14802:
1801 * gdb.texinfo (Functions In Python): Add example.
1802
6f6484cd
YQ
18032012-11-03 Yao Qi <yao@codesourcery.com>
1804
1805 * observer.texi (GDB Observers): Remove observer
1806 'tracepoint_modified', 'tracepoint_created' and
1807 'tracepoint_deleted'.
1808
af4238e5
TT
18092012-10-26 Tom Tromey <tromey@redhat.com>
1810
1811 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
1812
687e43a4
TT
18132012-10-25 Tom Tromey <tromey@redhat.com>
1814
1815 * gdb.texinfo (General Query Packets): Use @itemx.
1816
8de0566d
YQ
18172012-10-17 Yao Qi <yao@codesourcery.com>
1818
1819 * observer.texi (GDB Observers): Update observer
1820 'memory_changed'.
1821 * gdb.texinfo (GDB/MI Async Records): Document for
1822 "memory-changed" notification.
1823
07540c15
DE
18242012-10-15 Doug Evans <dje@google.com>
1825
1826 * gdb.texinfo (Mode Options): Document -nh.
1827 Elaborate on docs for -nx.
1828
d7019589
SP
18292012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
1830
1831 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
1832
82a90ccf
YQ
18332012-09-21 Yao Qi <yao@codesourcery.com>
1834 Pedro Alves <palves@redhat.com>
1835
1836 * gdb.texinfo (GDB/MI Async Records): Document notification
1837 'record-started' and 'record-stopped'.
1838 * observer.texi (GDB Observers): New observer 'record-changed'.
1839
aa9259cc
TS
18402012-09-19 Thomas Schwinge <thomas@codesourcery.com>
1841
1842 * gdb.texinfo: Document the removal of SH's 'regs' command.
1843
c1d780c2
SDJ
18442012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1845
1846 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
1847
bb25a15c
YQ
18482012-09-18 Yao Qi <yao@codesourcery.com>
1849
1850 * gdb.texinfo (GDB/MI Async Records): Document new MI
1851 notifications '=tsv-created' and '=tsv-deleted'.
1852 * observer.texi (GDB Observers): New observer tsv_created and
1853 tsv_deleted.
1854
201b4506
YQ
18552012-09-18 Yao Qi <yao@codesourcery.com>
1856
1857 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
1858 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
1859 '=traceframe-changed'.
1860
6fc1c773
YQ
18612012-09-17 Yao Qi <yao@codesourcery.com>
1862
1863 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
1864 'set listsize'.
1865
121c73f3
JK
18662012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1867 Eli Zaretskii <eliz@gnu.org>
1868
1869 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
1870 encoding for gdbarch_breakpoint_from_pc, bp_addr for
1871 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
1872
e9687799
JK
18732012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1874
1875 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
1876
3b5e4d35
YPK
18772012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
1878
1879 Document how to return from "python-interactive" to GDB.
1880 * gdb.texinfo (Python Commands): Update documentation.
1881
18822012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
1883
1884 Add a new "python-interactive" command that starts a standard
1885 Python interactive prompt with "pi" as alias, and add "py" as
1886 an alias to "python".
1887 * gdb.texinfo (Python Commands): Document the new commands.
1888
b583003e
TT
18892012-08-22 Tom Tromey <tromey@redhat.com>
1890
1891 * gdbint.texinfo (Host Definition): Remove documentation for
1892 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
1893
a451cb65
KS
18942012-08-17 Keith Seitz <keiths@redhat.com>
1895
1896 PR c++/13356
1897 * gdb.texinfo (Type and Range Checking): Remove warning.
1898 Remove spurious commas.
1899 Update text and examples for re-implementation of set/show
1900 check type.
1901 (C and C++ Type and Range Checks): Likewise.
1902
6b1755ce
YQ
19032012-08-16 Yao Qi <yao@codesourcery.com>
1904
1905 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
1906 is deprecated.
1907
f47f77df
DE
19082012-08-13 Doug Evans <dje@google.com>
1909
1910 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
1911 to include functions.
1912
a72c3253
DE
19132012-08-10 Doug Evans <dje@google.com>
1914
1915 * gdb.texinfo (Convenience Funs): New node.
1916 (Types In Python): Document Type.vector.
1917
5b9afe8a
YQ
19182012-08-09 Yao Qi <yao@codesourcery.com>
1919
1920 * observer.texi: New observer command_param_changed.
1921 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
1922
dc1039df
JK
19232012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1924
1925 * gdbint.texinfo (Debugging GDB): In section
1926 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
1927 Mention also gdb-gdb.py.
1928
4abf930d
YQ
19292012-08-07 Yao Qi <yao@codesourcery.com>
1930
1931 Revert the folloing patch:
1932 2012-08-06 Yao Qi <yao@codesourcery.com>
1933 * gdb.texinfo (Remote Configuration): Add kindex for 'set
1934 remote hardware-watchpoint-limit' and 'set
1935 remote hardware-breakpoint-limit'.
1936
f3c8a52a
JK
19372012-08-06 Nathaniel Flath <flat0103@gmail.com>
1938
1939 * gdb.texinfo (Working Directory): Added information about new
1940 default argument for 'cd' command.
1941
77a91025
YQ
19422012-08-06 Yao Qi <yao@codesourcery.com>
1943
1944 * gdb.texinfo (Remote Configuration): Add kindex for 'set
1945 remote hardware-watchpoint-limit' and 'set
1946 remote hardware-breakpoint-limit'.
1947
d9f08f52
YQ
19482012-08-06 Yao Qi <yao@codesourcery.com>
1949
1950 Fix PR14371.
1951
1952 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
1953 '=breakpoint-deleted'.
1954
95b07c96
YQ
19552012-08-02 Yao Qi <yao@codesourcery.com>
1956
1957 * gdb.texinfo (Native): Remove node Neutrino.
1958
7255706c
YQ
19592012-07-27 Yao Qi <yao@codesourcery.com>
1960
1961 * gdb.texinfo (IPA Protocol Commands): Document new command
1962 'close'.
1963
d6b28940
TT
19642012-07-25 Tom Tromey <tromey@redhat.com>
1965
1966 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
1967
e615022a
DE
19682012-07-20 Doug Evans <dje@google.com>
1969
1970 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
1971 (Index Files): Document how to control the use of deprecated index
1972 sections.
1973 (Index Section Format): Replace --use-deprecated-index-sections with
1974 "set use-deprecated-index-sections on".
1975
055855a4
EZ
19762012-07-12 Eli Zaretskii <eliz@gnu.org>
1977
1978 * gdbint.texinfo: Remove @syncodeindex directives that put all the
1979 indices into a single node "Index". Instead, join function and
1980 variable indices into a single index, separate from the concept
1981 index. Requested in
1982 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
1983 (Top): Update the top-level menu: instead of one "Index" there are
1984 now separate entries "Concept Index" and "Function and Variable
1985 Index".
1986 (Concept Index, Function and Variable Index): New nodes.
1987 (Index): Node deleted.
1988
f77cc5f0
HZ
19892012-07-05 Hui Zhu <hui_zhu@mentor.com>
1990
1991 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
1992 and "maint agent-eval".
1993
00595b5e
EZ
19942012-07-03 Eli Zaretskii <eliz@gnu.org>
1995
1996 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
1997 avoid file-name clashes between Index.html and index.html on
1998 case-insensitive filesystems. See the discussion starting in
1999 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
2000 details of the problem.
2001 (Top): Update the master menu for the above.
2002 (Concept Index, Command and Variable Index): New nodes, instead of
2003 the old "Index" node that was deleted. All cross-references
2004 updated.
2005
d3ce09f5
SS
20062012-07-02 Stan Shebs <stan@codesourcery.com>
2007
2008 * gdb.texinfo (Dynamic Printf): Mention agent style and
2009 disconnected dprintf.
2010 (Maintenance Commands): Describe maint agent-printf.
2011 (General Query Packets): Mention BreakpointCommands feature.
2012 (Packets): Document commands extension to Z0 packet.
2013 * agentexpr.texi (Bytecode Descriptions): Document printf
2014 bytecode.
2015
2d7b58e8
JK
20162012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2017
2018 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
2019 only after gdbinit files.
2020 (Startup): Move -iex and -iex commands down after gdbinit files.
2021
202cbf1c
JK
20222012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2023
2024 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
2025 possibility.
2026
b6ba681c
TT
20272012-06-29 Tom Tromey <tromey@redhat.com>
2028
2029 * gdb.texinfo (Index Section Format): Update for version 7.
2030
71caed83
SS
20312012-06-28 Stan Shebs <stan@codesourcery.com>
2032
2033 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
2034 example, add note about title column.
2035
ee0bf529
SCR
20362012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2037
2038 * gdb.texinfo (Symbol Tables In Python): Add description about
2039 the new 'last' attribute of gdb.Symtab_and line.
2040
3c15d565
SCR
20412012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2042
2043 * gdb.texinfo (Symbol Tables In Python): Correct the description
2044 of the 'pc' attribute of gdb.Symtab_and_line.
2045
45cfd468
DE
20462012-06-26 Doug Evans <dje@google.com>
2047
2048 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
2049 and symtab-create.
2050
496ee73e
KS
20512012-06-25 Keith Seitz <keiths@redhat.com>
2052
2053 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
2054 from example. Remove "rbreak" from list of corresponding
2055 gdb commands.
2056
156942c7
DE
20572012-06-23 Doug Evans <dje@google.com>
2058
2059 * gdb.texinfo (Index Section Format): Document version 7 format.
2060
c614397c
YQ
20612012-06-22 Yao Qi <yao@codesourcery.com>
2062
2063 * gdb.texinfo: Add missing cindex for some packets.
2064
472a2379
KS
20652012-06-20 Keith Seitz <keiths@redhat.com>
2066
2067 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
2068 for -break-insert and document -p.
2069
2678e2af
YQ
20702012-06-20 Yao Qi <yao@codesourcery.com>
2071
2072 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
2073 and "gdb.write_memory" with "Inferior.read_memory" and
2074 "Inferior.write_memory".
2075
984359d2
EZ
20762012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
2077
2078 * gdb.texinfo (Summary): Add a link to "Free Documentation".
2079 (Free Documentation): Add @node line.
2080 (Continuing and Stepping) <advance location>: Use @item instead of
2081 @itemx.
2082 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
2083 @itemx.
2084 (Embedded Processors): Put the link to "PA" to its correct place,
2085 according to document structure.
2086 (Python API): Put the link to "Lazy Strings In Python" to its
2087 correct place.
2088 (Index): Use @@ in @tex block to get a literal @.
2089
2090 * gdbint.texinfo: Fix the @subtitle line.
2091
2092 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
2093 correct place.
2094
16bdd41f
YQ
20952012-06-08 Yao Qi <yao@codesourcery.com>
2096
2097 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
2098 Protocol'.
2099 (In-Process Agent Protocol, IPA Protocol Objects)
2100 (IPA Protocol Commands): New nodes.
2101 (Tracepoint Packets): Add anchors.
2102
2d4c29c5
TS
21032012-06-06 Thomas Schwinge <thomas@codesourcery.com>
2104
2105 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
2106
6bd110c5
YQ
21072012-06-06 Yao Qi <yao@codesourcery.com>
2108
2109 * gdb.texinfo: Update copyright year.
2110
f3e0e960
SS
21112012-05-23 Stan Shebs <stan@codesourcery.com>
2112 Kwok Cheung Yeung <kcy@codesourcery.com>
2113
2114 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
2115
1564a261
JK
21162012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2117
2118 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
2119 Mention also --with-separate-debug-dir.
2120 (Auto-loading): Prepend $debugdir in the sample output.
2121 (Auto-loading safe path): Likewise. Mention also $debugdir for the
2122 auto-load safe-path variable.
2123 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
2124 Mention also $debugdir for 'set auto-load scripts-directory'.
2125
eb17f351
EZ
21262012-05-19 Eli Zaretskii <eliz@gnu.org>
2127
2128 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
2129 (MIPS Embedded, MIPS, MIPS Register packet Format)
2130 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
2131 appropriate.
2132
4cc0665f
MR
21332012-05-18 Sandra Loosemore <sandra@codesourcery.com>
2134 Maciej W. Rozycki <macro@codesourcery.com>
2135
2136 * gdb.texinfo (MIPS): Document "set mips compression" and "show
2137 mips compression".
2138 (MIPS Breakpoint Kinds): New subsubsection.
2139
7af8dcf8 21402012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
2141
2142 * gdb.texinfo (Architecture-Specific Protocol Details): Define
2143 nodes for subsections. Add @acronym mark-ups and adjust
2144 formatting.
2145
aff139ff
JK
21462012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2147
2148 Rename $ddir to $datadir.
2149 * gdb.texinfo (Auto-loading, Auto-loading safe path)
2150 (objfile-gdb.py file): Rename $ddir to $datadir.
2151
9cb709b6
TT
21522012-05-18 Tom Tromey <tromey@redhat.com>
2153
2154 * gdb.texinfo (Print Settings): Document 'set print symbol'.
2155
e7e0cddf
SS
21562012-05-14 Stan Shebs <stan@codesourcery.com>
2157
2158 * gdb.texinfo (Dynamic Printf): New subsection.
2159
7efc75aa
SCR
21602012-05-13 Siva Chandra Reddy <sivachandra@google.com>
2161
2162 * gdb.texinfo (Basic Python): Add description about the function
2163 gdb.find_pc_line
2164
f307c045
JK
21652012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2166 Eli Zaretskii <eliz@gnu.org>
2167
2168 * gdb.texinfo (Separate Debug Files): Use plural form for global
2169 debugging information directory.
2170
85d4a676
SS
21712012-05-11 Stan Shebs <stan@codesourcery.com>
2172 Kwok Cheung Yeung <kcy@codesourcery.com>
2173
2174 * gdb.texinfo (Operating System Auxiliary Information): Document new
2175 'info os' subcommands.
2176
c1668e4e
JK
21772012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2178
2179 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
2180 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
2181 (dotdebug_gdb_scripts section): Add reference
2182 to 'Auto-loading safe path'.
2183
7349ff92
JK
21842012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2185
2186 Implement multi-component --with-auto-load-dir.
2187 * gdb.texinfo (Auto-loading): New references
2188 for 'set auto-load scripts-directory'
2189 and 'show auto-load scripts-directory'.
2190 (Auto-loading safe path): Describe the new default. Move $ddir
2191 substituation reference to 'objfile-gdb.py file'.
2192 (objfile-gdb.py file): Describe script-name alias. Change real-name to
2193 script-name. Describe new 'set auto-load scripts-directory'
2194 and 'show auto-load scripts-directory'.
2195
6dea1fbd
JK
21962012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2197
2198 Provide $ddir substitution for --with-auto-load-safe-path.
2199 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
2200 (Auto-loading safe path): Likewise. Mention the default value,
2201 $ddir substitution, --with-auto-load-safe-path and
2202 --without-auto-load-safe-path.
2203 * observer.texi (gdb_datadir_changed): New.
2204
1ccacbcd
JK
22052012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2206
2207 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
2208 Twice.
2209
d9242c17
JK
2210 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
2211 directory separator by path separator.
2212
af2c1515
JK
22132012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2214
2215 * gdb.texinfo (Auto-loading safe path): Make 'directories'
2216 for 'set auto-load safe-path' optional. Mention if it is omitted.
2217 Change disabling security protection condition to "/", twice.
2218
a20ee7a4
SCR
22192012-05-03 Siva Chandra Reddy <sivachandra@google.com>
2220
2221 * gdb.texinfo (Symbol Tables In Python): Add documentation about
2222 the new methods global_block and static_block on gdb.Symtab
2223 objects.
2224
56af09aa
SCR
22252012-05-02 Siva Chandra Reddy <sivachandra@google.com>
2226
2227 * gdb.texinfo (Blocks In Python): Add a note saying that future
2228 improvements to GDB and its infrastructure can move symbols
2229 across blocks within a symbol table.
2230
2746b0ef
YQ
22312012-04-29 Yao Qi <yao@codesourcery.com>
2232
2233 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
2234 (A29K): Remove.
2235
62e5f89c
SDJ
22362012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
2237 Tom Tromey <tromey@redhat.com>
2238
2239 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
2240 and generic static probe support on GDB.
2241
a766d390
DE
22422012-04-25 Doug Evans <dje@google.com>
2243
50f042b9
DE
2244 * gdb.texinfo (Go): Fix thinko.
2245
a766d390
DE
2246 * gdb.texinfo (Supported Languages): Add Go.
2247 (Go): New node.
2248
f02e2b19
YQ
22492012-04-25 Yao Qi <yao@codesourcery.com>
2250
2251 * gdbint.texinfo (Testsuite): New section `Board settings'.
2252
68d41a48
JK
22532012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2254
2255 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
2256 Three times.
2257
174bb630
JK
2258 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
2259 Three times.
2260
0511cc75
JK
22612012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2262
2263 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
2264 by @table @asis. Fix formatting of one item.
2265
0070f25a
JK
22662012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2267
2268 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
2269
4dc84fd1
JK
22702012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2271
2272 New option "set debug auto-load".
2273 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
2274 (auto-load verbose mode): New node.
2275
bccbefd2
JK
22762012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2277
2278 New option "set auto-load safe-path".
2279 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
2280 and "info auto-load" examples for safe-path. Put there also references
2281 for "set auto-load safe-path" and "show auto-load safe-path".
2282 New menu item for Auto-loading safe path.
2283 (Auto-loading safe path): New node.
2284 (Python Auto-loading): Update the expected output from "Missing"
2285 to "No".
2286
bf88dd68
JK
22872012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2288
2289 auto-load: Implementation.
2290 * gdb.texinfo (Mode Options): New anchor for -nx.
2291 (Startup): New anchors for Option -init-eval-command,
2292 Home Directory Init File
2293 and Init File in the Current Directory during Startup.
2294 Mention set auto-load local-gdbinit with a reference.
2295 Change the sample code to "set auto-load python-scripts".
2296 (Threads): New anchor set libthread-db-search-path.
2297 Provide references to libthread_db.so.1 file.
2298 (Controlling GDB): New menu item for Auto-loading.
2299 (Auto-loading, Init File in the Current Directory)
2300 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
2301 (Python): Rename the menu item Auto-loading to Python Auto-loading.
2302 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
2303 reference.
2304 (Auto-loading): Rename to ...
2305 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
2306 "set auto-load python-scripts", new anchor for it. Change
2307 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
2308 for it. Change "info auto-load-scripts"
2309 to "info auto-load python-scripts", new anchor for it. Change "scripts"
2310 to "Python scripts".
2311
8264ba82
AG
23122012-04-14 Anton Gorenkov <xgsa@yandex.ru>
2313
2314 PR mi/13393
2315 * gdb.texinfo (Print Settings): Extend the description for "set print
2316 object".
2317 (GDB/MI Variable Objects): Extend the description for -var-create and
2318 -var-list-children.
2319
06fc020f
SCR
23202012-04-11 Siva Chandra Reddy <sivachandra@google.com>
2321
2322 * gdb.texinfo (Examining Data): Document the 'explore' command.
2323
7191c139
JB
23242012-03-28 Joel Brobecker <brobecker@adacore.com>
2325
2326 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
2327 to the children of a varobj and its update range when -var-update
2328 returns that the varobj's type changed.
2329
3708f05e
JK
23302012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2331
2332 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
2333 Create two new links fir 'objfile-gdb.py file'
2334 and 'dotdebug_gdb_scripts section'.
2335
8e0583c8
JK
23362012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2337
2338 * gdb.texinfo (Auto-loading): Rename node reference
2339 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
2340 Twice.
2341 (.debug_gdb_scripts section): Rename the node ...
2342 (dotdebug_gdb_scripts section): ... here.
2343 (Maintenance Commands): Also rename this node reference.
2344
7b282c5a
SCR
23452012-03-22 Siva Chandra Reddy <sivachandra@google.com>
2346
2347 * gdb.texinfo (Python API/Values From Inferior): Add description
2348 about the new method Value.referenced_value. Add description on
2349 how Value.dereference is different (and similar) to
2350 Value.referenced_value.
2351
8320cc4f
JK
23522012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2353
2354 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
2355 --init-eval-command=COMMAND, -iex.
2356 (Startup): Describe -iex and -ix. Simplify the example
2357 for "set auto-load-scripts off".
2358
481860b3
GB
23592012-03-16 Gary Benson <gbenson@redhat.com>
2360
2361 PR breakpoints/10738
2362 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
2363 stating that GDB cannot set breakpoints on inlined functions.
2364 (Mode Options): Document --use-deprecated-index-sections.
2365 (Index Section Format): Document new index section version format.
2366
c4aeac85
TT
23672012-03-15 Tom Tromey <tromey@redhat.com>
2368
2369 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
2370
16899756
DE
23712012-03-13 Doug Evans <dje@google.com>
2372
2373 * gdb.texinfo (Help): Change apropos example to use "alias" instead
2374 of "reload".
2375 (Symbols): Delete docs for set/show symbol-reloading.
2376 * gdbint.texinfo (Defining Other Architecture Features): Delete
2377 SYMBOL_RELOADING_DEFAULT.
2378 * refcard.tex: Delete reference to symbol-reloading.
2379
9b224c5e
PA
23802012-03-07 Pedro Alves <palves@redhat.com>
2381
2382 * gdb.texinfo (General Query Packets): Document new
2383 QProgramSignals packet.
2384 * gdb.texinfo (Remote configuration): Mention
2385 "program-signals-packet".
2386
169081d0
TG
23872012-03-05 Tristan Gingold <gingold@adacore.com>
2388
2389 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
2390
d1feda86
YQ
23912012-03-03 Yao Qi <yao@codesourcery.com>
2392
2393 * gdb.texinfo (In-Process Agent): New node.
2394 Document new commands.
2395 (General Query Packets): Add packet `QAgent'.
2396
1faeff08
MR
23972012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
2398
2399 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
2400
7d74f244
DE
24012012-03-01 Scott J. Goldman <scottjg@vmware.com>
2402
2403 * gdb.texinfo (Commands In Python): Put example python macro in
2404 COMMAND_USER category rather than COMMAND_OBSCURE.
2405 Document gdb.COMMAND_USER.
2406 (User-defined Commands): Update documentation to clarify
2407 "set/show max-user-call-depth" and "show user" don't apply to python
2408 commands. Update documentation to clarify "help user-defined" may
2409 also include python commands defined as COMMAND_USER.
2410
6fe37d23
JK
24112012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2412
2413 * gdb.texinfo (Startup): Add option -ex description to the option -x
2414 description.
2415
83364271
LM
24162012-02-24 Luis Machado <lgustavo@codesourcery.com>
2417
2418 * gdb.texinfo (Setting Breakpoints): Mention and explain the
2419 condition-evaluation breakpoint parameter.
2420 Mention condition-evaluation mode being shown in "info break".
2421 (Break Conditions): Add description for target-side
2422 conditional breakpoints.
2423 (Remote Configuration): Mention conditional-breakpoints-packet.
2424 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
2425 cond-expr.
2426 (General Query Packets): Mention new ConditionalBreakpoint feature.
2427
bdb1994d
TT
24282012-02-22 Tom Tromey <tromey@redhat.com>
2429
2430 * gdb.texinfo (Blocks In Python): Clarify block iteration.
2431
4d241c86
TT
24322012-02-17 Tom Tromey <tromey@redhat.com>
2433
2434 PR python/10753:
2435 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
2436 directory.
2437
816338b5
SS
24382012-02-14 Stan Shebs <stan@codesourcery.com>
2439
2440 * gdb.texinfo (Disabling Breakpoints): Document enable count.
2441
cc30c4bd
PA
24422012-02-13 Pedro Alves <palves@redhat.com>
2443
2444 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
2445 mips-idt-ecoff.
2446
035d1e5b
YQ
24472012-02-09 Yao Qi <yao@codesourcery.com>
2448
2449 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
2450
f0823d2c
TT
24512012-02-07 Tom Tromey <tromey@redhat.com>
2452
2453 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
2454 Symbol.value.
2455
64e7d9dd
TT
24562012-02-07 Tom Tromey <tromey@redhat.com>
2457
2458 * gdb.texinfo (Symbols In Python): Document Symbol.line.
2459
4220b2f8
TS
24602012-01-27 Thomas Schwinge <thomas@codesourcery.com>
2461
2462 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
2463
edcc5120
TT
24642012-01-24 Tom Tromey <tromey@redhat.com>
2465
2466 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
2467 unload".
2468 (Files): Mention new catch commands.
2469 (GDB/MI Async Records): Likewise.
2470
53fe1783
GB
24712012-01-24 Gary Benson <gbenson@redhat.com>
2472
2473 Delete #if 0'd out code.
2474 * gdb.texinfo (Frame Info): Remove "info catch".
2475
b9e7b9c3
UW
24762012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
2477
2478 * gdb.texinfo (Remote Configuration): Document
2479 "set remote hostio-readlink-packet" command.
2480 (General Query Packets): Document vFile:readlink packet.
2481
4aac40c8
TT
24822012-01-16 Tom Tromey <tromey@redhat.com>
2483
2484 * gdb.texinfo (Specify Location): Document relative file name
2485 handling.
2486
cafec441
TT
24872012-01-16 Tom Tromey <tromey@redhat.com>
2488
2489 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
2490
0ee339bc
JK
24912012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2492 Eli Zaretskii <eliz@gnu.org>
2493
2494 * gdbint.texinfo (Coding Standards): Require braces for two lines of
2495 code.
2496
72384ba3
PH
24972012-01-11 Paul Hilfinger <hilfingr@adacore.com>
2498
2499 * gdb.texinfo (Variables): Document use of :: for non-static
2500 variables.
2501
ce1b17c4
JB
25022012-01-05 Joel Brobecker <brobecker@adacore.com>
2503
2504 * gdbint.texinfo (Start of New Year Procedure): Update
2505 to replace use of copyright.sh by use of copyright.py.
2506
217bff3e
JK
25072012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2508
2509 Remove the gdbtui binary.
2510 * all-cfg.texi (GDBTUI): Remove.
2511 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
2512 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
2513 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
2514
cc72b2a2
KP
25152011-12-23 Kevin Pouget <kevin.pouget@st.com>
2516
2517 Introduce gdb.FinishBreakpoint in Python.
2518 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
2519 (Python API): Add menu entry for Finish Breakpoints.
2520
13ac8d2c
JK
25212011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2522
2523 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
2524 tests.
2525
e0f9f062
DE
25262011-12-16 Doug Evans <dje@google.com>
2527
2528 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
2529
80b6e756
PM
25302011-12-16 Phil Muldoon <pmuldoon@redhat.com>
2531
1c3ad6ab 2532 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
2533 stack". Add documentation for "set/show python print-stack".
2534
2fb860fc
PA
25352011-12-14 Pedro Alves <pedro@codesourcery.com>
2536
2537 * gdb.texinfo (Implementing a Remote Stub): Explain that you
2538 should transfer control to the stub in the startup code instead of
2539 in main. Mention the need to get past the initial breakpoint.
2540
f8eba3c6
TT
25412011-12-06 Tom Tromey <tromey@redhat.com>
2542
2543 * gdb.texinfo (Set Breaks): Update for new behavior.
2544
2268b414
JK
25452011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2546
2547 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
2548 List Format for SVR4 Targets'.
2549 (General Query Packets): New item qXfer:libraries-svr4:read.
2550 (Library List Format for SVR4 Targets): New node.
2551
ae6f0d5b
TT
25522011-12-01 Tom Tromey <tromey@redhat.com>
2553
2554 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
2555 add.
2556
36dfb11c
TT
25572011-11-22 Tom Tromey <tromey@redhat.com>
2558
2559 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
2560 reasons.
2561
f196051f
SS
25622011-11-20 Stan Shebs <stan@codesourcery.com>
2563
2564 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2565 note-related options and variables.
2566 (Tracepoint Packets): Document packet changes.
2567
f85b53f8
SD
25682011-11-20 Sanjoy Das <sdas@igalia.com>
2569
2570 * gdb.texinfo (JIT Interface): Add documentation on writing and
2571 usind JIT debug info readers.
2572 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
2573 Debug Info Readers): New nodes.
2574
bfccc43c
YQ
25752011-11-18 Yao Qi <yao@codesourcery.com>
2576
2577 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
2578 tracepoint.
2579
c011a4f4
DE
25802011-11-15 Doug Evans <dje@google.com>
2581
2582 * gdb.texinfo (Files): Document basenames-may-differ.
2583
ed59ded5
DE
25842011-11-14 Doug Evans <dje@google.com>
2585
2586 * gdb.texinfo (Shell Commands): Document "!".
2587
405f8e94
SS
25882011-11-14 Stan Shebs <stan@codesourcery.com>
2589 Kwok Cheung Yeung <kcy@codesourcery.com>
2590
2591 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
2592 needed to get shorter fast tracepoints.
2593 (Tracepoint Packets): Document new qTMinFTPILen packet.
2594
1e4d1764
YQ
25952011-11-14 Yao Qi <yao@codesourcery.com>
2596
2597 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
2598 behavior of tracepoint.
2599 (General Query Packets): New feature InstallInTrace.
2600 (Remote Configuration): Document "set remote
2601 install-in-trace-packet".
2602
71eba9c2 26032011-11-12 Matt Rice <ratmice@gmail.com>
2604
2605 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
2606 Add arguments to info macro.
2607
e0f8f636
TT
26082011-11-10 Tom Tromey <tromey@redhat.com>
2609
2610 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
2611 manual.
2612 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
2613 (Macros): Add a footnote.
2614 (C): Remove paragraph about compiler options.
2615 (C Constants): Mention wide character and string constants.
2616 (C Plus Plus Expressions): Update compiler option advice. Mention
2617 using declarations. Mention ADL. Remove old HP compiler
2618 information.
2619
625c0d47
TT
26202011-11-10 Tom Tromey <tromey@redhat.com>
2621
2622 PR c++/9257:
2623 * gdb.texinfo (Print Settings): Add an extra note about the need
2624 for a vtable.
2625
4be2aacc
MR
26262011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
2627
2628 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
2629 "set mips abi" documentation.
2630
0a1c4d10
DE
26312011-11-04 Doug Evans <dje@google.com>
2632
2633 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
2634
aad1c02c
TT
26352011-11-03 Tom Tromey <tromey@redhat.com>
2636
2637 * gdb.texinfo (Stopping): Add menu entry.
2638 (Continuing and Stepping): Restore @node. Use @section, not
2639 @subsection.
2640
983fb131
MR
26412011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
2642
2643 * gdb.texinfo (Skipping Over Functions and Files): Remove node
2644 designation. Fix "Specify Location" cross-reference.
2645
3065dfb6
SS
26462011-11-02 Stan Shebs <stan@codesourcery.com>
2647
2648 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
2649 (General Query Packets): Describe tracenz feature.
2650 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
2651
0aaaf063
PK
26522011-10-28 Paul Koning <paul_koning@dell.com>
2653
2654 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
2655
2231f1fb
KP
26562011-10-27 Kevin Pouget <kevin.pouget@st.com>
2657
2658 * gdb.texinfo ((Frames In Python): Document
2659 gdb.FRAME_UNWIND_FIRST_ERROR contant.
2660
5110b5df
PK
26612011-10-26 Paul Koning <paul_koning@dell.com>
2662
2663 * gdb.texinfo (gdb.types): Document new deepitems function.
2664
22dbab46
PK
26652011-10-25 Paul Koning <paul_koning@dell.com>
2666
2667 PR python/13327
2668
2669 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
2670 fetch_lazy method.
2671
9df2fbc4
PM
26722011-10-20 Phil Muldoon <pmuldoon@redhat.com>
2673
2674 PR python/12656
2675
2676 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
2677 global_block, static_block function.
2678
f05e2e1d
TT
26792011-10-19 Tom Tromey <tromey@redhat.com>
2680
2681 * gdb.texinfo (Commands In Python): Add missing "@"s.
2682
a7fc3f37
KP
26832011-10-13 Kevin Pouget <kevin.pouget@st.com>
2684
2685 PR python/13285 Document named constants for frame unwind stop reasons
2686 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
2687 constants.
2688
5048e516
JK
26892011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2690
2691 Fix compatibility with texinfo versions older than 4.12.
2692 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
2693 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
2694 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
2695 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
2696 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
2697 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
2698 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
2699
5a56e9c5
DE
27002011-10-09 Doug Evans <dje@google.com>
2701
2702 * gdb.texinfo (Extending GDB): Document alias command.
2703
36b11add
JK
27042011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2705
2706 Support @entry in input expressions.
2707 * gdb.texinfo (Variables): Describe @entry names suffix.
2708 (Print Settings): Add anchor for `set print entry-values'.
2709
e18b2753
JK
27102011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2711 Eli Zaretskii <eliz@gnu.org>
2712
2713 Display @entry parameter values (without references).
2714 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
2715 example.
2716 (Print Settings): New description of set print entry-values and show
2717 print entry-values.
2718
111c6489
JK
27192011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2720 Eli Zaretskii <eliz@gnu.org>
2721
2722 Recognize virtual tail call frames.
2723 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
2724 (Tail Call Frames): New node.
2725 (Frames In Python): Add gdb.TAILCALL_FRAME.
2726
9c15afc4
DE
27272011-10-07 Doug Evans <dje@google.com>
2728
2729 * gdb.texinfo (gdb.printing): Document new `replace' arg to
2730 register_pretty_printer.
2731
99f5279d
PM
27322011-10-07 Phil Muldoon <pmuldoon@redhat.com>
2733
2734 PR python/12930
2735 PR python/12802
2736
2737 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
2738 stop method.
2739
03583c20
UW
27402011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
2741
2742 * gdb.texinfo (Starting your Program): "set disable-randomization"
2743 is no longer Linux-specific.
2744 (Remote Configuration): Document "set remote
2745 disable-randomization-packet".
2746 (General Query Packets): Document "QDisableRandomization" packet
2747 and add it to "qSupported" list.
2748
bd054e06
KP
27492011-10-07 Kevin Pouget <kevin.pouget@st.com>
2750
2751 Allow Python notification of new object-file loadings.
2752 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
2753 event type.
2754
cb6be26b
KP
27552011-10-04 Kevin Pouget <kevin.pouget@st.com>
2756
2757 PR python/12691: Add the inferior to Python exited event
2758 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
2759
a05336a1
JB
27602011-10-03 Joel Brobecker <brobecker@adacore.com>
2761
2762 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
2763 rephasing.
2764
5d77fe44
JB
27652011-10-03 Joel Brobecker <brobecker@adacore.com>
2766
2767 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
2768 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
2769 as possible feature returned by the `-list-features'
2770 command.
2771
699df94d
PK
27722011-09-28 Paul Koning <paul_koning@dell.com>
2773
2774 * gdb.texinfo (gdb.Type): Document field access by dictionary
2775 key syntax.
2776
24bdad53
YQ
27772011-09-28 Yao Qi <yao@codesourcery.com>
2778
2779 * gdb.texinfo (Files): Update options for `add-symbol-file'.
2780 Add one space after option `-s'. Remove @r{} markup.
2781
6710bf39
SS
27822011-09-27 Stan Shebs <stan@codesourcery.com>
2783
2784 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
2785
d99f7e48
HZ
27862011-09-16 Hui Zhu <teawater@gmail.com>
2787
2788 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
2789 to *(unsigned char *)$esp@300.
2790
d812018b
PK
27912011-09-15 Paul Koning <paul_koning@dell.com>
2792
2793 * gdb.texinfo: Make style of Python functions and methods match
2794 the syntax of Python. Also put class and module names explicitly
2795 on function, member, and variable names, matching Python
2796 documentation conventions.
2797
2aa48337
KP
27982011-09-15 Kevin Pouget <kevin.pouget@st.com>
2799
2800 PR Python/12692 Add gdb.selected_inferior() to Python interface.
2801 * gdb.texinfo (Inferiors In Python): Describe new
2802 gdb.selected_inferior() function.
2803
6839b47f
KP
28042011-09-15 Kevin Pouget <kevin.pouget@st.com>
2805
2806 Handle multiple breakpoint hits in Python interface:
2807 * gdb.texinfo (Events In Python): New function documentation:
2808 gdb.BreakpointEvent.breakpoints. Indicate that
2809 gdb.BreakpointEvent.breakpoint is now deprecated.
2810
26829f2b
JB
28112011-09-04 Joel Brobecker <brobecker@adacore.com>
2812
2813 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
2814
a9f54f60
TT
28152011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
2816
2817 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
2818
fa3a4f15
PM
28192011-08-17 Phil Muldoon <pmuldoon@redhat.com>
2820
2821 * gdb.texinfo (Prompt): Add set/show extended-prompt
2822 documentation
2823 (Basic Python): Add prompt_hook anchor.
2824 (Python modules): Reword module text to reflect multiple modules.
2825 (gdb.prompt): Document gdb.prompt module.
2826
224bbe49
YQ
28272011-08-14 Yao Qi <yao@codesourcery.com>
2828
78d85199
YQ
2829 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
2830
28312011-08-14 Yao Qi <yao@codesourcery.com>
2832
2833 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
2834 (TIC6x Features): New node.
2835
457e09f0
DE
28362011-08-12 Doug Evans <dje@google.com>
2837
2838 * gdb.texinfo (Symbols In Python): Document symbol.type.
2839
5e239b84
PM
28402011-08-09 Phil Muldoon <pmuldoon@redhat.com>
2841
2842 * gdb.texinfo (Python): Document command and function
2843 auto-loading.
2844
177bc839
JK
28452011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2846 Eli Zaretskii <eliz@gnu.org>
2847
2848 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
2849 typedefs unrolling. Extend the sample code by an inner typedef and
2850 outer typedefs unrolling.
2851
1a532630
PP
28522011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
2853
2854 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
2855 size and line-size.
2856
9b158ba0 28572011-07-21 Matt Rice <ratmice@gmail.com>
2858
2859 PR macros/12999
2860 * gdb.texinfo (Macros): Add info definitions and info macros commands.
2861 Update text and cindex entries for info macro command.
2862
d17b6f81
PM
28632011-07-21 Phil Muldoon <pmuldoon@redhat.com>
2864
2865 * observer.texi (GDB Observers): Add before_prompt observer.
2866 * gdb.texinfo (Basic Python): Add documentation for prompt
2867 substitution.
2868
713389e0
PM
28692011-07-11 Phil Muldoon <pmuldoon@redhat.com>
2870
2871 PR python/12438
2872 * gdb.texinfo (Python Commands): Add deprecate note to maint
2873 set/show python print-stack. Document set/show python
2874 print-backtrace.
2875
177b42fe
TJB
28762011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
2877
2878 * gdb.texinfo: Fix typos.
2879
900e11f9
JK
28802011-07-01 Tom Tromey <tromey@redhat.com>
2881
2882 * gdb.texinfo (Debugging Output): Document set debug
2883 check-physname.
2884
39c4d40a
TT
28852011-06-29 Tom Tromey <tromey@redhat.com>
2886
2887 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
2888 breakpoint-notifications feature.
2889
6f5def7d
UW
28902011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
2891
2892 * gdb.texinfo (Target Description): Remove warning about
2893 possibly unstable format.
2894
8cf64490
TT
28952011-06-03 Tom Tromey <tromey@redhat.com>
2896
2897 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
2898 (Events In Python): Note that exit_code is optional.
2899
393eab54
PA
29002011-05-17 Pedro Alves <pedro@codesourcery.com>
2901
2902 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
2903 required for multi-threading support.
2904 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
2905 Hc are deprecated for multi-threading debugging. Point readers at
2906 the vCont packet.
2907
75fc9810
DE
29082011-05-15 Doug Evans <dje@google.com>
2909
2910 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
2911
01124a23
DE
29122011-05-13 Doug Evans <dje@google.com>
2913
98a5dd13
DE
2914 * gdb.texinfo (Threads): Document $sdir,$pdir.
2915 (Server): Document $pdir exception.
2916
dbaefcf7
DE
2917 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
2918
cc63ef9b
DE
2919 * gdb.texinfo (Threads): Clarify default value for
2920 libthread-db-search-path.
7e0396aa 2921
01124a23
DE
2922 * gdb.texinfo (Completion): Update example.
2923 (Debugging Output): Delete `set/show debug lin-lwp-async'.
2924
d248b706
KY
29252011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
2926
2927 * gdb.texinfo: Document change in the behaviour of the enable and
2928 disable GDB commands when applied to tracepoints.
2929 Document the EnableDisableTracepoints remote stub feature.
2930 Document QTEnable and QTDisable in the list of tracepoint packets.
2931
cc88a640
JK
29322011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2933
2934 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
2935 hsuser.texi.
2936 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
2937 comment to hsuser.texi. Change rluser.texi name in the comment.
2938
84e578fb
DE
29392011-05-10 Doug Evans <dje@google.com>
2940
2941 * gdb.texinfo (Threads): If an empty path is provided for
2942 libthread-db-search-path it is reset to its default value.
2943 (Server): Ditto.
2944
478aac75
DE
29452011-05-09 Doug Evans <dje@google.com>
2946
2947 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
2948
9c06b0b4
TJB
29492011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2950 Thiago Jung Bauermann <bauerman@br.ibm.com>
2951
2952 Implement support for PowerPC BookE masked watchpoints.
2953 * gdb.texinfo (Set Watchpoints): Document mask parameter.
2954 (PowerPC Embedded): Mention support of masked watchpoints.
2955
9ed350ad
JB
29562011-05-03 Joel Brobecker <brobecker@adacore.com>
2957
2958 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
2959 `@value{GDBN}'.
2960
4ceed123
JB
29612011-05-03 Joel Brobecker <brobecker@adacore.com>
2962
2963 * gdb.texinfo (titlepage): Remove dedication.
2964 (In Memoriam): New appendix.
2965
559a7a62
JK
29662011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2967 Eli Zaretskii <eliz@gnu.org>
2968
2969 * gdb.texinfo (Index Section Format): Change the version to 5.
2970 Describe the different formula.
2971
03f2bd59
JK
29722011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2973 Eli Zaretskii <eliz@gnu.org>
2974
2975 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
2976 for disconnected tracing.
2977 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
2978 extended-remote relationship. Mention --once.
2979 (TCP port allocation lifecycle of @code{gdbserver}): New.
2980
d9b1a651
EZ
29812011-04-23 Eli Zaretskii <eliz@gnu.org>
2982
2983 * gdb.texinfo (Server): Improve indexing. Index all optional
2984 switches to gdbserver.
2985
90476074
TT
29862011-04-20 Tom Tromey <tromey@redhat.com>
2987
2988 * gdb.texinfo (Index Section Format): New node.
2989 (Top): Add new node to menu.
2990
c21236dc
PA
29912011-04-20 Pedro Alves <pedro@codesourcery.com>
2992
2993 * gdb.texinfo (Maintenance Commands): Document `maint print
2994 remote-registers'.
2995
05c8c3f5
TT
29962011-04-20 Tom Tromey <tromey@redhat.com>
2997
2998 * gdb.texinfo (Trace File Format): Move node later.
2999
7a9dd1b2
TT
30002011-04-19 Tom Tromey <tromey@redhat.com>
3001
3002 * gdbint.texinfo (Register Information Functions): Remove
3003 duplicate "the".
3004 * gdb.texinfo (Emacs): Remove duplicate "to".
3005 (GDB/MI Variable Objects): Remove duplicate "the".
3006 (General Query Packets): Likewise.
3007
4368ebeb
JB
30082011-04-02 Joel Brobecker <brobecker@adacore.com>
3009
3010 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
3011 "GDB/MI Ada Exception Information" node.
3012
956a9fb9
JB
30132011-04-01 Joel Brobecker <brobecker@adacore.com>
3014
3015 * gdb.texinfo (GDB/MI Ada Exception Information): Document
3016 the "exception-name" field in the *stopped async record.
3017
f1310107
TJB
30182011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
3019 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3020
3021 Implement support for PowerPC BookE ranged breakpoints.
3022 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
3023
8786b2bd
TT
30242011-03-28 Tom Tromey <tromey@redhat.com>
3025
3026 * gdb.texinfo (Set Tracepoints): Fix typo.
3027
9ef07c8c
TT
30282011-03-24 Tom Tromey <tromey@redhat.com>
3029
3030 * gdb.texinfo (Specify Location): Document `function:label'
3031 linespec.
3032
99c3dc11
PM
30332011-03-18 Phil Muldoon <pmuldoon@redhat.com>
3034
f1310107 3035 PR python/12149
99c3dc11
PM
3036
3037 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
3038
29703da4
PM
30392011-03-17 Phil Muldoon <pmuldoon@redhat.com>
3040
3041 * gdb.texinfo (Blocks In Python): Add is_valid method description.
3042 (Inferiors In Python): Likewise.
3043 (Threads In Python): Likewise.
3044 (Symbols In Python): Likewise.
3045 (Objfiles In Python): Likewise.
3046 (Symbol Tables In Python): Likewise.
3047
c9174737
PA
30482011-03-15 Pedro Alves <pedro@codesourcery.com>
3049
3050 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
3051 display>: Explain that the commands accept number ranges.
3052
7371cf6d
PM
30532011-03-14 Phil Muldoon <pmuldoon@redhat.com>
3054
3055 * gdb.texinfo (Breakpoints In Python): Add description and example
3056 of Python stop function operation.
3057
ecec24e6
PM
30582011-03-10 Phil Muldoon <pmuldoon@redhat.com>
3059
3060 * gdb.texinfo (Parameters In Python): Document get_set_string and
3061 get_show_string methods.
3062
6dcd5565
JK
30632011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3064
3065 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
3066
81896e36
JK
3067 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
3068 circular-trace-buffer name.
3069
5e30da2c
JB
30702011-02-28 Joel Brobecker <brobecker@adacore.com>
3071
3072 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
3073 in the previous change.
3074
3bd0f5ef 30752011-02-27 Michael Snyder <msnyder@vmware.com>
af624141
MS
3076
3077 * gdb.texinfo (Inferiors and Programs): Update commands to show
3078 that they can accept multiple arguments.
3079
4ec7539c
JB
30802011-02-24 Joel Brobecker <brobecker@adacore.com>
3081
3082 Revert the following patch (code patch was not approved):
3083 2011-02-21 Hui Zhu <teawater@gmail.com>
3084 * agentexpr.texi (bytecode descriptions): add printf.
3085 * gdb.texinfo (tracepoint action lists): add printf.
3086
82809774
DE
30872011-02-23 Doug Evans <dje@google.com>
3088
3089 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
3090
e5a67952
MS
30912011-02-23 Michael Snyder <msnyder@vmware.com>
3092
3093 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
3094 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
3095 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
3096
6e6fbe60
DE
30972011-02-22 Doug Evans <dje@google.com>
3098
3099 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
3100 Clarify behaviour of lookup_symbol when `block' argument is omitted,
3101 add description of result, fix @defun formatting.
3102
f994e27a
HZ
31032011-02-21 Hui Zhu <teawater@gmail.com>
3104
3105 * agentexpr.texi (Bytecode Descriptions): Add printf.
3106 * gdb.texinfo (Tracepoint Action Lists): Add printf.
3107
c7f96d2b
TT
31082011-02-18 Tom Tromey <tromey@redhat.com>
3109
3110 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
3111
60f98dde
MS
31122011-02-14 Michael Snyder <msnyder@vmware.com>
3113
3114 * gdb.texinfo (threads): Document argument for "info threads" cmd.
3115 Document new command "thread find".
3116
08e796bc
MS
31172011-02-14 Michael Snyder <msnyder@vmware.com>
3118
3119 * gdb.texinfo (Threads): Update example of new thread message.
3120
b3b9301e
PA
31212011-02-14 Pedro Alves <pedro@codesourcery.com>
3122
3123 * gdb.texinfo (Remote Configuration): Mention set/show remote
3124 traceframe-info.
3125 (Tools/Packages Optional for Building GDB): Mention that expat is
3126 used for traceframe info.
3127 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
3128 (General Query Packets) <qSupported>: Describe the
3129 qXfer:traceframe-info:read feature.
3130 (qXfer::read): Describe qXfer:traceframe-info:read.
3131 (Traceframe Info Format): New section.
3132
cef35b0f
PA
31332011-02-04 Pedro Alves <pedro@codesourcery.com>
3134
3135 * gdbint.texinfo (Formatting): Mention some formatting guidelines
3136 for casts and unary operators.
3137
f1cbe1d3
TT
31382011-02-04 Tom Tromey <tromey@redhat.com>
3139
3140 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
3141 is not useful.
3142
585fdaa1
PA
31432011-01-25 Pedro Alves <pedro@codesourcery.com>
3144
3145 * gdb.texinfo: s/value optimized out/optimized out/g
3146
7bfc9434
JB
31472011-01-21 Joel Brobecker <brobecker@adacore.com>
3148
3149 * gdb.texinfo (Other Misc Settings): Rework part of the
3150 documentation of the "set interactive mode" command.
3151
4694da01
TT
31522011-01-19 Tom Tromey <tromey@redhat.com>
3153
3154 * gdb.texinfo (Threads): Document thread name output and `thread
3155 name' command.
3156 (Threads In Python): Document Thread.name attribute.
3157 (GDB/MI Thread Commands): Document thread attributes.
3158
b716877b
AB
31592011-01-12 Andrew Burgess <aburgess@broadcom.com>
3160
3161 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
3162 changes in mi/mi-cmd-disas.c
3163
13fd8b81
TT
31642011-01-12 Tom Tromey <tromey@redhat.com>
3165
3166 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
3167 Fix "thread apply" text.
3168
e09342b5
TJB
31692011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3170 Thiago Jung Bauermann <bauerman@br.ibm.com>
3171
3172 Implement support for PowerPC BookE ranged watchpoints.
3173 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
3174 the "set powerpc exact-watchpoints" flag.
3175
06e65f44
TT
31762011-01-07 Tom Tromey <tromey@redhat.com>
3177
3178 * gdb.texinfo (Python API): Add descriptions to @menu items.
3179
d8e22779
TT
31802011-01-06 Tom Tromey <tromey@redhat.com>
3181
3182 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
3183
a255712f
PP
31842010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
3185
e09342b5 3186 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 3187
ccfc3d6e
TT
31882011-01-06 Tom Tromey <tromey@redhat.com>
3189
3190 PR python/12133:
3191 * gdb.texinfo (Frames In Python): Document various frame
3192 constants.
3193
44944448
JB
31942011-01-05 Joel Brobecker <brobecker@adacore.com>
3195
3196 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
3197 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
3198 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
3199
42ea3d7a
JK
32002011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3201
3202 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
3203 (clean): Add GDBvn.texi.
3204
720d1a40
JB
32052010-12-29 Joel Brobecker <brobecker@adacore.com>
3206
3207 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
3208 occasional case where the debugger prints an array address
3209 instead of the array itself.
3210
ad196637
PA
32112010-12-23 Pedro Alves <pedro@codesourcery.com>
3212
3213 * gdb.texinfo (Packets) <read registers packet>: Document support
3214 for registers that were not collected.
3215
a86caf66
DE
32162010-12-15 Doug Evans <dje@google.com>
3217
3218 * gdb.texinfo (Startup): Document auto-loading of scripts during
3219 startup.
3220 (Auto-loading): Delete "maint set python auto-load on|off".
3221 Add "set auto-load-scripts on|off".
3222
aae1c79a
DE
32232010-12-07 Doug Evans <dje@google.com>
3224
3225 * gdb.texinfo (Mode Options): Document -data-directory.
3226 (Data Files): Add reference to -data-directory.
3227
4e04c971
DE
32282010-11-29 Doug Evans <dje@google.com>
3229
3230 * gdb.texinfo (Pretty-Printer Introduction): Change
3231 printer-name:subprinter-name to printer-name;subprinter-name.
3232
94b6973e
PM
32332010-11-29 Phil Muldoon <pmuldoon@redhat.com>
3234
3235 PR python/12199
3236
3237 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
3238
39037522
TT
32392010-11-23 Tom Tromey <tromey@redhat.com>
3240
3241 * gdb.texinfo (Top): Check SYSTEM_READLINE.
3242 (Editing): Likewise.
3243 (Command History): Likewise.
3244 (TUI Keys): Likewise.
3245 (Bug Reporting): Conditionally include rluser.texi and
3246 inc-history.texinfo.
3247 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
3248 (GDB_DOC_SOURCE_INCLUDES): Add comment.
3249 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
3250 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
3251 (gdb.pdf): Likewise.
3252 (gdb.info): Likewise.
3253 (gdb/index.html): Likewise.
3254
5ae98d25
TT
32552010-11-23 Tom Tromey <tromey@redhat.com>
3256
3257 * Makefile.in (Makefile): Run ../config.status.
3258 (distclean): Update.
3259 * configure: Remove.
3260 * configure.ac: Remove.
3261
621c8364
TT
32622010-11-12 Tom Tromey <tromey@redhat.com>
3263
3264 * gdb.texinfo (Basic Python): Update. Add xref.
3265 (Exception Handling): Document new exception classes.
3266 (Types In Python): Update.
3267 (Frames In Python): Update.
3268
84f4c1fe
PM
32692010-11-11 Phil Muldoon <pmuldoon@redhat.com>
3270
3271 * gdb.texinfo (Breakpoints In Python): Document "internal"
3272 parameter, and visible attribute.
3273
99e7ae30
DE
32742010-11-05 Doug Evans <dje@google.com>
3275
3276 * gdb.texinfo (Source Path): Document "set directories".
3277
f4b8a18d
KW
32782010-11-05 Ken Werner <ken.werner@de.ibm.com>
3279
3280 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
3281 (OpenCL C): New node.
3282
7b51bc51
DE
32832010-11-02 Doug Evans <dje@google.com>
3284
3285 * gdb.texinfo (Pretty Printing): Expand into three sections,
3286 introduction, example, and commands.
3287 (Python API): Delete section Disabling Pretty-Printers, merge into
3288 Selecting Pretty-Printers.
3289 (Writing a Pretty-Printer): New section. Move the pretty-printer
3290 example here, and reformat to match python coding style. Add a second
3291 example using the gdb.printing module.
3292 (Python modules): Add gdb.printing.
3293
9eeee977
DE
32942010-10-29 Doug Evans <dje@google.com>
3295
3296 * gdb.texinfo (Python): Fix long line.
3297
a0e0ffdf
DE
32982010-10-20 Doug Evans <dje@google.com>
3299
3300 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
3301 All references updated. Correct sections marked as subsections.
3302 (Coding Standards): New chapter. Move the coding standard related
3303 subsections here. Add section on Python coding standards.
3304
0e3509db
DE
33052010-10-13 Doug Evans <dje@google.com>
3306
3307 * gdb.texinfo (Python): Add "Python modules".
3308 (Types in Python): Add reference to gdb.types section.
3309 (Python modules): New node.
3310
44592cc4
DE
33112010-10-11 Doug Evans <dje@google.com>
3312
3313 * gdb.texinfo (Values From Inferior): Add reference to "Types in
3314 Python" from gdb.Value.type description.
3315
6e1bb179
JB
33162010-09-28 Joel Brobecker <brobecker@adacore.com>
3317
3318 * gdb.texinfo (Ravenscar Profile): New node.
3319
e8467610
TT
33202010-09-22 Tom Tromey <tromey@redhat.com>
3321
3322 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
3323
fccd1d1e
EZ
33242010-09-22 Eli Zaretskii <eliz@gnu.org>
3325
3326 * gdb.texinfo (Values From Inferior): Clarify that
3327 value.dynamic_type works only in C++ programs with RTTI.
3328
c1b6b909
TT
33292010-09-15 Paul Bolle <pebolle@tiscali.nl>
3330
3331 * gdb.texinfo (Character Sets): Correctly reference host-charset
3332 in example.
3333
7d288aaa
TT
33342010-09-13 Tom Tromey <tromey@redhat.com>
3335
3336 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
3337 Document "fullname" and "from".
3338
f75d858b
MK
33392010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
3340
3341 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
3342 feature `reverse' output by -list-target-features.
3343
83b9503b
L
33442010-08-31 H.J. Lu <hongjiu.lu@intel.com>
3345
3346 * gdb.texinfo (i386 Features): Remove an extra "@item".
3347
03f17ccf
TT
33482010-08-30 Tom Tromey <tromey@redhat.com>
3349
3350 PR python/11792:
3351 * gdb.texinfo (Values From Inferior): Document dynamic_type.
3352
9779414d
DJ
33532010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
3354
3355 * gdb.texinfo (ARM Features): Document
3356 org.gnu.gdb.arm.m-profile.
3357
f9ffd4bb
TT
33582010-08-23 Tom Tromey <tromey@redhat.com>
3359
3360 PR python/11145:
3361 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
3362 reinterpret_cast methods.
3363
702c2711
TT
33642010-08-23 Tom Tromey <tromey@redhat.com>
3365
3366 PR python/11915:
3367 * gdb.texinfo (Types In Python): Document array method.
3368
66b73624
TJB
33692010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
3370
3371 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
3372
06a64a0b
TT
33732010-08-16 Tom Tromey <tromey@redhat.com>
3374
3375 * gdb.texinfo (Set Watchpoints): Document -location option.
3376
a3a7127e
DE
33772010-08-13 Doug Evans <dje@google.com>
3378
3379 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
3380
8dedea02
VP
33812010-08-13 Vladimir Prus <vladimir@codesourcery.com>
3382
3383 * gdb.texinfo (GDB/MI Data Manipulation): Document
3384 -data-read-memory-raw and -data-write-memory-raw.
3385
ca5c20b6 33862010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 3387 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
3388
3389 * gdb.texinfo (Basic Python): Describe post_event API.
3390
cb2e07a6
PM
33912010-08-11 Phil Muldoon <pmuldoon@redhat.com>
3392
3393 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 3394 decode_line Python APIs
cb2e07a6 3395
464b3efb
TT
33962010-08-10 Tom Tromey <tromey@redhat.com>
3397
3398 * gdb.texinfo (Pretty Printing API): Document
3399 gdb.default_visualizer.
3400
c29c521f
TT
34012010-08-10 Tom Tromey <tromey@redhat.com>
3402
3403 Revert gdb-add-index addition:
3404 * gdb.texinfo (Index Files): Don't document gdb-add-index.
3405
5da1313b
JK
34062010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3407 Eli Zaretskii <eliz@gnu.org>
3408
3409 * gdb.texinfo (Mode Options) <-batch>
3410 (Basic Python) <gdb.execute>: Describe setting width and height.
3411
02d868e8
PP
34122010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
3413
3414 * gdb.texinfo (Threads): Document 'debug libthread-db'.
3415
c2bbed2a
TT
34162010-07-30 Tom Tromey <tromey@redhat.com>
3417
3418 * gdb.texinfo (Index Files): Mention gdb-add-index.
3419
6c13bbe1
HZ
34202010-07-30 Hui Zhu <teawater@gmail.com>
3421
3422 * gdb.texinfo (Inferiors and Programs): Update the introduce of
3423 "detach inferior" and "kill inferior".
3424
53a71c06
CR
34252010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
3426
3427 * gdb.texinfo (Machine Code): Update description of two forms of
3428 arguments, and add new example to demonstrate the new form.
3429
5374244e
PM
34302010-07-27 Phil Muldoon <pmuldoon@redhat.com>
3431
3432 * gdb.texinfo (Values From Inferior): Add value inferior function
3433 call description.
3434
8ea5bce5
JK
34352010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3436
3437 * gdb.texinfo (Active Targets): Fix wrong comma placement.
3438
c0edd9ed
JK
34392010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3440 Eli Zaretskii <eliz@gnu.org>
3441
3442 Make core files the process_stratum.
3443 * gdb.texinfo (Active Targets): Remove core_stratum. Include
3444 record_stratum example.
3445
9291a0cd
TT
34462010-07-13 Tom Tromey <tromey@redhat.com>
3447
3448 * gdb.texinfo (Index Files): New node.
3449
f5011d11
TT
34502010-07-13 Tom Tromey <tromey@redhat.com>
3451
3452 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
3453
0f5238ed
TT
34542010-07-13 Tom Tromey <tromey@redhat.com>
3455
3456 * gdb.texinfo (Specify Location): Document labels.
3457
74c761c1
PA
34582010-07-01 Pedro Alves <pedro@codesourcery.com>
3459
3460 * gdb.texinfo (Create and Delete Tracepoints): Add more index
3461 entries for fast tracepoints and static tracepoints.
3462
501994c0
PA
34632010-07-01 Pedro Alves <pedro@codesourcery.com>
3464
3465 * gdb.texinfo (General Query Packets) <qfThreadInfo,
3466 qsThreadInfo>: Spell out `l' as ell.
3467
0fb4aa4b
PA
34682010-07-01 Pedro Alves <pedro@codesourcery.com>
3469
3470 * gdb.texinfo (Convenience Variables): Document $_sdata.
3471 (Commands to Set Tracepoints): Describe static tracepoints. Add
3472 `Listing Static Tracepoint Markers' menu entry. Document
3473 "strace".
3474 (Tracepoint Action Lists): Document collecting $_sdata.
3475 (Listing Static Tracepoint Markers): New subsection.
3476 (Tracepoints support in gdbserver): Mention static tracepoints.
3477 (remote packets, enabling and disabling): Mention
3478 read-sdata-object.
3479 (General Query Packets) <qSupported>: Document qXfer:sdata:read
3480 and StaticTracepoint.
3481 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
3482 Document qXfer:sdata:read.
3483 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
3484
dc3b15be
JB
34852010-06-29 Joel Brobecker <brobecker@adacore.com>
3486
3487 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
3488
595939de
PM
34892010-06-28 Phil Muldoon <pmuldoon@redhat.com>
3490 Tom Tromey <tromey@redhat.com>
3491 Thiago Jung Bauermann <bauerman@br.ibm.com>
3492
3493 * gdb.texinfo (Inferiors In Python): New node.
3494 * gdb.texinfo (Threads In Python): New node.
3495
9279c692
JB
34962010-06-28 Joel Brobecker <brobecker@adacore.com>
3497
3498 * gdb.texinfo (Python): Document what the python directory is
3499 and what its location is.
3500 (Basic Python): Document the gdb.PYTHONDIR constant.
3501
bc9f0842
TT
35022010-06-25 Tom Tromey <tromey@redhat.com>
3503
3504 PR python/10808:
3505 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
3506
f1421989
HZ
35072010-06-24 Hui Zhu <teawater@gmail.com>
3508
3509 * gdb.texinfo: (Commands for Controlled Output): Add
3510 documentation for command "eval".
3511
e4c0cfae
SS
35122010-06-21 Stan Shebs <stan@codesourcery.com>
3513
3514 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
3515 * annotate.texinfo: Ditto.
3516 * gdbint.texinfo: Ditto.
3517 * stabs.texinfo: Ditto.
3518
bb08c432
HZ
35192010-06-22 Hui Zhu <teawater@gmail.com>
3520
3521 * gdb.texinfo: (Process Record and Replay): Add documentation
3522 for command "set record memory-query".
3523
4f5d9f07
SS
35242010-06-21 Stan Shebs <stan@codesourcery.com>
3525
3526 * gdb.texinfo: Relicense under GFDL version 1.3.
3527 * annotate.texinfo: Relicense under GFDL version 1.3.
3528 * gdbint.texinfo: Relicense under GFDL version 1.3.
3529 * stabs.texinfo: Relicense under GFDL version 1.3.
3530 * fdl.texi: Update to version 1.3.
3531
6aed2dbc
SS
35322010-06-18 Stan Shebs <stan@codesourcery.com>
3533
a61408f8
SS
3534 * gdb.texinfo (Operating System Auxiliary Information): Describe
3535 "info os" when no arguments given.
3536
6aed2dbc
SS
3537 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
3538 $_thread.
3539
24e933df
HZ
35402010-06-18 Hui Zhu <teawater@gmail.com>
3541
3542 * gdb.texinfo: (Process Record and Replay): Add documentation
3543 for commands "record save" and "record restore".
3544
65d79d4b
SDJ
35452010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3546
3547 * gdb.texinfo: Include information about the correct use
3548 of addresses in the `watch' command.
3549
d914c394
SS
35502010-06-11 Stan Shebs <stan@codesourcery.com>
3551
3552 * gdb.texinfo (Observer Mode): New section.
3553 (General Query Packets): Document QAllow.
889bf7c5 3554
967cf477
DE
35552010-06-04 Doug Evans <dje@google.com>
3556
3557 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
3558
aaf4119b
DE
35592010-06-03 Doug Evans <dje@google.com>
3560
3561 * gdbint.texinfo (Coding): Add subsection on command names.
3562
9eae7c52
TT
35632010-06-02 Tom Tromey <tromey@redhat.com>
3564
3565 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
3566 always-disassemble.
3567
fa593d66
PA
35682010-06-01 Pedro Alves <pedro@codesourcery.com>
3569
3570 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
3571 gdbserver, and add cross reference.
3572 (Tracepoints support in gdbserver): New subsection.
3573
dde08ee1
PA
35742010-05-26 Pedro Alves <pedro@codesourcery.com>
3575
3576 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
3577 `qRelocInsn' feature.
3578 (Relocate instruction reply packet): New subsection
3579 of `Tracepoint Packets'.
3580 (Tracepoint Packets): Mention that packets QTDP and QTStart
3581 support the qRelocInsn request, and add cross reference to new
3582 subsection.
3583
07ca107c
DE
35842010-05-25 Doug Evans <dje@google.com>
3585
3586 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
3587 (Commands In Python): Document gdb.string_to_argv.
3588
c25c4a8b
JK
35892010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3590
3591 * gdbint.texinfo (Host Definition): Remove items NORETURN and
3592 ATTR_NORETURN.
3593
d7b32ed3 35942010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
3595 Tom Tromey <tromey@redhat.com>
3596 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 3597
c25c4a8b 3598 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 3599
6aecb9c2
JB
36002010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
3601
3602 * gdb.texinfo: (Summary) Add mention about D language support.
3603 (Filenames): Add D suffixes.
3604 (D): New node.
3605
b7da9e9f
PM
36062010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
3607
3608 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
3609 of macro deleted from GDB code.
3610
ab38a727
PA
36112010-04-24 Pedro Alves <pedro@codesourcery.com>
3612
3613 * gdb.texinfo (Commands to specify files): Describe what how GDB
3614 looks up DOS-based filesystem paths on the system root. Document
3615 the new `set/show target-file-system-kind' commands.
3616
66d09542
DE
36172010-04-23 Doug Evans <dje@google.com>
3618
3619 * gdb.texinfo (Python): Move Auto-loading section here ...
3620 (Python API): from here.
3621 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
3622 (Maintenance Commands): Add docs for "maint print section-scripts".
3623
8bd10a10
CM
36242010-04-20 Chris Moller <cmoller@redhat.com>
3625
3626 * gdb.texinfo (Setting Breakpoints): Added description of
3627 filename-qualified rbreak.
3628 * refcard.tex (Breakpoints and Watchpoints): Added brief
3629 description of filename-qualified rbreak.
3630
4c374409
JK
36312010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3632
3633 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
3634 (Python API): Change the reference to Pretty Printing API.
3635 (Pretty Printing): Move the user part under the Data node. Reformat
3636 the sample output to 72 columns. Create a new reference to Pretty
3637 Printing API. Rename the API part ...
3638 (Pretty Printing API): To a new node name.
3639 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
3640 (GDB/MI Variable Objects): Change references to Pretty Printing API.
3641
5a9351ae
SS
36422010-04-21 Stan Shebs <stan@codesourcery.com>
3643
3644 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 3645 and commands.
5a9351ae 3646 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 3647
9a22f0d0
PM
36482010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
3649
3650 * gdb.texinfo (Examining memory): Update for change in string
3651 display with explicit size.
3652
6149aea9
PA
36532010-04-19 Pedro Alves <pedro@codesourcery.com>
3654
3655 PR breakpoints/8554.
3656
3657 * gdb.texinfo (Save Breakpoints): New node.
3658 (save-tracepoints): Rename to ...
3659 (save tracepoints): ... this. Mention that `save-tracepoints' is
3660 a deprecated alias to `save tracepoints'.
3661
711e434b
PM
36622010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
3663
645797a8 3664 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
3665 (info w32 thread-information-block): Document new command.
3666 (qGetTIBAddress): Document new gdbserver query.
3667 (maint set/show show-all-tib): Document new command.
3668
3f7b2faa
DE
36692010-04-15 Doug Evans <dje@google.com>
3670
fa33c3cd
DE
3671 * gdb.texinfo (Python API): Add progspaces section.
3672 (Selecting Pretty-Printers): Progspace pretty-printers are
3673 searched too.
3674 (Progspaces In Python): New section.
3675
3f7b2faa
DE
3676 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
3677
79f283fe
PM
36782010-04-14 Phil Muldoon <pmuldoon@redhat.com>
3679
3680 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
3681 returns None.
3682
87290684
SS
36832010-04-09 Stan Shebs <stan@codesourcery.com>
3684
3685 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
3686 Describe the `frames-created' field, tweak grammar.
3687
a97153c7
PA
36882010-04-09 Pedro Alves <pedro@codesourcery.com>
3689
3690 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
3691 Describe the `circular' and `disconnected' fields.
3692
5c5dcc1b
L
36932010-04-09 H.J. Lu <hongjiu.lu@intel.com>
3694
3695 * gdb.texinfo (maint print registers): Mention unavailable and
3696 invisible registers.
3697
adc36818
PM
36982010-04-09 Phil Muldoon <pmuldoon@redhat.com>
3699 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 3700 Tom Tromey <tromey@redhat.com>
adc36818
PM
3701
3702 * gdb.texinfo (Breakpoints In Python): New Node.
3703
33da3f1c
SS
37042010-04-08 Stan Shebs <stan@codesourcery.com>
3705
3706 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
3707 trace status fields.
3708
3a13a53b
L
37092010-04-08 H.J. Lu <hongjiu.lu@intel.com>
3710
3711 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
3712 optional. Make org.gnu.gdb.i386.avx requires
3713 org.gnu.gdb.i386.avx.
3714
08001717
DE
37152010-04-08 Doug Evans <dje@google.com>
3716
3717 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
3718 search path, and document that gdb only scans the search path if
3719 the script's path doesn't specify a directory.
3720
c375651d
DE
37212010-04-05 Doug Evans <dje@google.com>
3722
3723 * gdb.texinfo (maint show python auto-load): Fix typo.
3724
af54718e
SS
37252010-04-04 Stan Shebs <stan@codesourcery.com>
3726
d77f58be
SS
3727 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
3728 (Setting Watchpoints): Update description of "info watch".
3729 (Disabling Breakpoints): Only "info break" lists all.
3730
af54718e
SS
3731 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
3732 (tdump): Explain how tdump works.
3733
86b17b60
PA
37342010-04-01 Pedro Alves <pedro@codesourcery.com>
3735
3736 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
3737 add cross reference.
3738
ff12863f
PA
37392010-03-31 Pedro Alves <pedro@codesourcery.com>
3740
3741 * gdb.texinfo (TUI Commands): Mention that in some cases, these
3742 commands error out.
3743
f68eb612
L
37442010-03-30 H.J. Lu <hongjiu.lu@intel.com>
3745
3746 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
3747
c8d5aac9
L
37482010-03-30 H.J. Lu <hongjiu.lu@intel.com>
3749
3750 * gdb.texinfo (General Query Packets): Add xmlRegisters.
3751
7d13fe92
SS
37522010-03-29 Stan Shebs <stan@codesourcery.com>
3753 Nathan Sidwell <nathan@codesourcery.com>
3754
3755 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
3756 GDBN equivalent.
3757 (Set Tracepoints): Remove mention that conditional tracepoints
3758 don't exist.
3759 (Tracepoint Actions): Clarify when while-stepping collection
3760 happens, note that while-stepping does not automatically collect
3761 $pc.
3762
409873ef 37632010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 3764
409873ef
SS
3765 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
3766 (General Query Packets): Describe TracepointSource.
3767
ee8e71d4
EZ
37682010-03-27 Matt Rice <ratmice@gmail.com>
3769
c8d5aac9
L
3770 * gdb.texinfo (ARM): Document arguments to "target sim".
3771 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 3772
99b5e152
PA
37732010-03-26 Pedro Alves <pedro@codesourcery.com>
3774
3775 * gdb.texinfo (Tracepoint Packets): Remove mention that
3776 terror:string may be plain text, and drop mention of X prefix.
3777
cd64ee31
VP
37782010-03-26 Vladimir Prus <vladimir@codesourcery.com>
3779
3780 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
3781
6c28cbf2
SS
37822010-03-24 Stan Shebs <stan@codesourcery.com>
3783
3784 * gdb.texinfo (Tracepoint Packets): Document trace error status.
3785
95a42b64
TT
37862010-03-24 Tom Tromey <tromey@redhat.com>
3787
3788 PR breakpoints/9352:
3789 * gdb.texinfo (Break Commands): Update.
3790
18148017
VP
37912010-03-24 Vladimir Prus <vladimir@codesourcery.com>
3792
3793 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
3794 commands.
3795
4daf5ac0
SS
37962010-03-16 Stan Shebs <stan@codesourcery.com>
3797
3798 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
3799 circular-trace-buffer.
3800 (Tracepoint Packets): Describe QTBuffer, and details of the
3801 qTStatus reply.
3802
c9429232
SS
38032010-03-12 Stan Shebs <stan@codesourcery.com>
3804 Nathan Sidwell <nathan@codesourcery.com>
3805
3806 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
3807 doing instruction stepping.
3808 (Tracepoint Restrictions): New node.
3809
ccefe4c4
TT
38102010-03-10 Tom Tromey <tromey@redhat.com>
3811
3812 * gdbint.texinfo (Symbol Handling): Update.
3813
7c953934
TT
38142010-03-08 Tom Tromey <tromey@redhat.com>
3815
3816 PR cli/9591:
3817 * gdb.texinfo (Mode Options): Mention lack of pagination and
3818 confirmation with --batch.
3819 (Screen Size): Mention --batch.
3820 (Messages/Warnings): Likewise.
3821
f870a310
TT
38222010-03-05 Tom Tromey <tromey@redhat.com>
3823
3824 * gdb.texinfo (Basic Python): Document target_charset and
3825 target_wide_charset.
3826
78e2826b
TT
38272010-03-05 Tom Tromey <tromey@redhat.com>
3828
3829 * gdb.texinfo (Data): Link to pretty-printing.
3830 (Output Formats): Likewise. Correct text.
3831
f5dff777
DJ
38322010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
3833
3834 * gdb.texinfo (Types): Describe <struct> and <flags>.
3835
dc00d89f
PM
38362010-02-28 Phil Muldoon <pmuldoon@redhat.com>
3837
3838 * gdb.texinfo (Frames In Python): Add block parameter and
3839 description to read_var text.
3840
5107b149 38412010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 3842 Tom Tromey <tromey@redhat.com>
5107b149
PM
3843
3844 * gdb.texinfo (Types In Python): Describe block argument in
3845 template_argument and gdb.lookup_type.
3846
e03e5e7b
TT
38472010-02-24 Tom Tromey <tromey@redhat.com>
3848
3849 * gdb.texinfo (Cygwin Native): Fix typo.
3850
f3e9a817
PM
38512010-02-24 Phil Muldoon <pmuldoon@redhat.com>
3852
3853 * gdb.texinfo (Frames In Python): Add block, find_sal, function
3854 and select method descriptions.
3855 (Python API): Add Blocks In Python, Symbols in Python and Symbol
3856 Tables in Python to menu.
3857 (Blocks In Python): New node.
3858 (Symbols In Python): New node.
3859 (Symbol Tables in Python): New node.
3860
a79b8f6e
VP
38612010-02-24 Vladimir Prus <vladimir@codesourcery.com>
3862
3863 Multiexec MI
3864
3865 gdb/
3866 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
3867
3868 gdb/doc/
3869 * gdb.texinfo (GDB/MI Command Syntax): Document notification
3870 changes.
3871 (GDB/MI Program Execution): Document current behaviour of
3872 --all and --thread-group.
3873 (GDB/MI Miscellaneous Commands): Document -add-inferior and
3874 -remove-inferior.
3875 * observer.texi (inferior_added, inferior_removed): New
3876 observers.
3877
629d6a47
TT
38782010-02-19 Tom Tromey <tromey@redhat.com>
3879
3880 * gdbint.texinfo (Getting Started): Fix @node.
3881 (Debugging GDB): Likewise.
3882
c09529e5
JB
38832010-02-13 Joel Brobecker <brobecker@adacore.com>
3884
3885 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
3886 documenting the gdb_test_timeout variable.
3887
540aa8e7
MS
38882010-02-12 Jakob Engblom <jakob@virtutech.com>
3889
3890 * gdb.texinfo (MI commands): Added documentation of --reverse
3891 option to a set of MI commands. Restructured documentation of MI
3892 commands --exec-continue to reflect the complexity of reverse
3893 execution.
3894
081dfbf7
PA
38952010-02-12 Pedro Alves <pedro@codesourcery.com>
3896
3897 * gdb.texinfo (Using the Collected Data): Specify that the address
3898 range of `tfind outsize' is exclusive, and that the address range
3899 of `tfind range' is inclusive.
3900 (Tracepoint Packets): Specify that the address range of
3901 `QTFrame:range' is inclusive, and that the address range of
3902 `QTFrame:outside' is exclusive
3903
8e9c5e02
VP
39042010-02-12 Vladimir Prus <vladimir@codesourcery.com>
3905
3906 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
3907
92981e24
TT
39082010-02-10 Tom Tromey <tromey@redhat.com>
3909
3910 * gdb.texinfo (Debugging Output): Document set debug parser and
3911 show debug parser.
3912
075b51b7
L
39132010-02-09 H.J. Lu <hongjiu.lu@intel.com>
3914
3915 * gdb.texinfo (Predefined Target Types): Add i387_ext,
3916 i386_eflags and i386_mxcsr.
3917
3bb8d5c3
L
39182010-02-08 H.J. Lu <hongjiu.lu@intel.com>
3919
3920 * gdb.texinfo: Document i386 target features.
3921
c5f80513
DE
39222010-02-05 Doug Evans <dje@google.com>
3923
3924 * gdbint.texinfo (Testsuite): Add a new section to document the
3925 various DejaGnu variables that may be overridden.
1be00882 3926 Document INTERNAL_GDBFLAGS.
c5f80513 3927
6ac33a4e
TT
39282010-02-04 Tom Tromey <tromey@redhat.com>
3929
3930 PR cli/8830:
3931 * gdb.texinfo (Files): -readnow comes before the filename for file
3932 and symbol-file.
3933
a1dcb23a
DJ
39342010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
3935
3936 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
3937 Document ARM breakpoint types.
3938 (Register Packet Format): Move into the new section.
3939 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
3940
95433b34
JB
39412010-01-21 Joel Brobecker <brobecker@adacore.com>
3942
3943 * gdb.texinfo (File Options): Adjust the documentation of this
3944 switch to refer to the "source" command rather than partially
3945 duplicating some of the relevant information.
3946 (Extending GDB): Introduce and document the set/show script-extension
3947 setting.
3948 (Command Files): Add note explaining that the "source" command
3949 is also used to evalute scripts written in other languages.
3950 Remove the short slightly incorrect reference to sourcing Python
3951 scripts.
3952 (Python Commands): Document how to execute a Python script from GDB.
3953
8d576872
JB
39542010-01-19 Joel Brobecker <brobecker@adacore.com>
3955
3956 * gdb.texinfo (Command Files): Fix typo.
3957
8150ff9c
JB
39582010-01-18 Tom Tromey <tromey@redhat.com>
3959
3960 * gdb.texinfo (File Options): Document -x on .py files.
3961 (Command Files): Document handling of Python scripts.
3962
23db03a6
JZ
39632010-01-18 Jie Zhang <jie.zhang@analog.com>
3964
3965 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
3966
00bf0b85
SS
39672010-01-15 Stan Shebs <stan@codesourcery.com>
3968
3969 * gdb.texinfo (Trace Files): New section.
3970 (Tracepoint Packets): Document QTSave and qTBuffer.
3971 (Trace File Format): New appendix.
3972
be759fcf
PM
39732010-01-13 Phil Muldoon <pmuldoon@redhat.com>
3974
3975 * gdb.texinfo (Values From Inferior): Document lazy_string value
3976 method.
3977 (Python API): Add Lazy strings menu item.
3978 (Lazy Strings In Python): New node.
3979
dc146f7c
VP
39802010-01-13 Vladimir Prus <vladimir@codesourcery.com>
3981
3982 * gdb.texinfo (GDB/MI Thread Information): New.
3983 (GDB/MI Async Records): Document the core field in *stopped.
3984 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
3985 documentation
3986 (Process list): Document that osdata document may contain
3987 threads.
3988 (Remote Serial Protocol): Document qXfer:threads.
3989
d5551862
SS
39902010-01-06 Stan Shebs <stan@codesourcery.com>
3991
3992 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3993 disconnected tracing.
3994 (Tracepoint Packets): Document new protocol.
3995
7a697b8d
SS
39962010-01-05 Stan Shebs <stan@codesourcery.com>
3997
3998 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
3999 tracepoints.
4000 (Tracepoint Packets): Describe remote protocol for fast
4001 tracepoints.
4002
e6f3ec50
JB
40032010-01-01 Joel Brobecker <brobecker@adacore.com>
4004
4005 Update the "Start of New Year Procedure".
4006 * gdbint.texinfo: Add the list of files that need to be updated
4007 manually. Minor reformatting.
4008
ddc4e9c1
JB
40092010-01-01 Joel Brobecker <brobecker@adacore.com>
4010
4011 * refcard.tex: Update copyright year in header and text.
4012
9d2897ad
JB
40132010-01-01 Joel Brobecker <brobecker@adacore.com>
4014
4015 * agentexpr.texi: Add 2010 to the list of copyright years.
4016 * annotate.texinfo: Likewise.
4017 * gdb.texinfo: Likewise.
4018 * gdbint.texinfo: Likewise.
4019 * observer.texi: Likewise.
4020 * stabs.texinfo: Likewise.
4021
6da95a67
SS
40222009-12-31 Stan Shebs <stan@codesourcery.com>
4023
4024 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 4025
236f1d4d
SS
40262009-12-29 Stan Shebs <stan@codesourcery.com>
4027
4028 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 4029
f61e138d
SS
40302009-12-28 Stan Shebs <stan@codesourcery.com>
4031
4032 * gdb.texinfo (Trace State Variables): New section.
4033 (Tracepoint Packets): Describe trace state variable packets.
4034 * agentexpr.texi (Bytecode Descriptions): Describe trace state
4035 variable bytecodes.
4036
0fe7935b
DJ
40372009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
4038
4039 * gdb.texinfo (Symbols): "info variables" prints definitions, not
4040 declarations.
4041
a6b29f87
VP
40422009-12-21 Vladimir Prus <vladimir@codesourcery.com>
4043
4044 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
4045 -gdb-exit behaviour.
4046
5e4bde96
JB
40472009-12-20 Joel Brobecker <brobecker@adacore.com>
4048
4049 * gpl.texi: Update to version 3 of the GPL.
4050
a1715244
JB
40512009-12-20 Joel Brobecker <brobecker@adacore.com>
4052
4053 * Makefile.in: Update copyright header.
4054 * observer.texi: Fix the copyright header of the generated files.
4055
361ae042
PM
40562009-12-08 Phil Muldoon <pmuldoon@redhat.com>
4057
4058 * gdb.texinfo (Types In Python): Describe range function.
4059
bfd31e71
PM
40602009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
4061
4062 * gdb.texinfo (Types In Python): Describe "is_base_class".
4063
57a1d736
TT
40642009-12-03 Tom Tromey <tromey@redhat.com>
4065
4066 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
4067
8cebebb9
PP
40682009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
4069
4070 * observer.texi: New memory_changed observer.
4071
16af530a
TT
40722009-12-01 Tom Tromey <tromey@redhat.com>
4073
4074 * gdb.texinfo (Reverse Execution): Fix typo.
4075
b6199126
DJ
40762009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
4077
4078 PR gdb/8704
4079
4080 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
4081 are allowed after the breakpoint condition.
4082
7a6973ad
TT
40832009-11-23 Tom Tromey <tromey@redhat.com>
4084
4085 PR python/10782:
4086 * gdb.texinfo (Types In Python): Document Type.pointer.
4087
21a0512e
PP
40882009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
4089
4090 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 4091
a5832c8f
PA
40922009-11-11 Pedro Alves <pedro@codesourcery.com>
4093
4094 * agentexpr.texi (Tracing On Symmetrix): Delete section.
4095 (Using Agent Expressions): Delete cross reference.
4096
1eb7cd77
JB
40972009-11-07 Joel Brobecker <brobecker@adacore.com>
4098
4099 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
4100 and @settitle directives up to help makeinfo find them.
4101
24ddea62
JK
41022009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4103
4104 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
4105 (Auto-loading): Use plural and note one can use multiple components now.
4106
3afae151
VP
41072009-11-01 Vladimir Prus <vladimir@codesourcery.com>
4108
4109 * gdb.texinfo (GDB/MI Stack Manipulation): Make
4110 -stack-list-arguments have the same documentation for parameter
4111 as -stack-list-locals. Add comas.
4112
14ff2235
PM
41132009-10-27 Tom Tromey <tromey@redhat.com>
4114 Eli Zaretskii <eliz@gnu.org>
4115
c8d5aac9 4116 PR python/10781
14ff2235
PM
4117
4118 * gdb.texinfo (Values From Inferior): Document cast method.
4119
9c419145
PP
41202009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
4121
4122 * gdb.texinfo (Machine Code): Mention function name in disasssembly
4123 and adjust example.
889bf7c5 4124
29153c24
MS
41252009-10-22 Michael Snyder <msnyder@vmware.com>
4126
4127 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 4128 info record command. Also document the new save and restore
29153c24
MS
4129 commands.
4130
2b28d209
PP
41312009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
4132
4133 * gdb.texinfo (Machine Code): Mention current pc marker.
4134 (Memory): Likewise.
4135
6c95b8df
PA
41362009-10-19 Pedro Alves <pedro@codesourcery.com>
4137 Stan Shebs <stan@codesourcery.com>
4138
4139 * observer.texi (new_inferior): Rename to...
4140 (inferior_appeared): ... this.
4141
4142 * gdb.texinfo (Inferiors): Rename node to ...
4143 (Inferiors and Programs): ... this. Mention running multiple
4144 programs in the same debug session.
4145 <info inferiors>: Mention the new 'Executable' column if "info
4146 inferiors". Update examples. Document the "add-inferior",
4147 "clone-inferior", "remove-inferior" and "maint info
4148 program-spaces" commands.
4149 (Process): Rename node to...
4150 (Forks): ... this. Document "set|show follow-exec-mode".
4151
2f8132f3
MS
41522009-10-11 Michael Snyder <msnyder@vmware.com>
4153
4154 * gdb.texinfo (ReverseStep): Show default as "unsupported".
4155 (ReverseContinue): Ditto.
4156
cba4b2d3
PP
41572009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
4158
4159 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 4160
da082f17
JK
41612009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4162
4163 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
4164
08be9d71
ME
41652009-10-06 Michael Eager <eager@eagercon.com>
4166
4167 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
4168 (Embedded Processors): Add MicroBlaze.
4169 (MicroBlaze): New. Describe Xilinx MicroBlaze
4170
08a0efd0
PA
41712009-10-04 Pedro Alves <pedro@codesourcery.com>
4172
4173 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
4174
cbb8f428
EZ
41752009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
4176
4177 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
4178
30a4a70c
JB
41792009-09-23 Joel Brobecker <brobecker@adacore.com>
4180
4181 * observer.texi (solib_unloaded): Document explicitly the fact that
4182 this observer is called before the associated symbols are unloaded.
4183
b3372f91
VP
41842009-09-19 Vladimir Prus <vladimir@codesourcery.com>
4185
4186 * gdb.texinfo (GDB/MI Stack Manipulation): Document
4187 -stack-list-variables.
4188
f43030c4
TT
41892009-09-18 Tom Tromey <tromey@redhat.com>
4190
4191 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
4192 is experimental.
4193
ec7e75e7
PP
41942009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4195
4196 * gdb.texinfo (convenince variables): Mention
4197 $_siginfo could be empty.
f43030c4 4198
0cc7d26f
TT
41992009-09-15 Tom Tromey <tromey@redhat.com>
4200
4201 * gdb.texinfo (GDB/MI Variable Objects): Document
4202 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
4203 Expand -var-update documentation.
4204
a96d9b2e
SDJ
42052009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4206
4207 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
4208 feature.
4209
005ca36a
JB
42102009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
4211
4212 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
4213
0d772ac9
MS
42142009-09-10 Michael Snyder <msnyder@vmware.com>
4215
4216 * gdb.texinfo (qSupported): Mention new ReverseContinue and
4217 ReverseStep replies to the qSupported query.
4218
14fb1bac
JB
42192009-09-10 Joel Brobecker <brobecker@adacore.com>
4220
4221 Add documentation for set/show interactive-mode.
4222 * gdb.texinfo (Other Misc Settings): New node.
4223
29b090c0
DE
42242009-09-01 Doug Evans <dje@google.com>
4225
4226 * gdb.texinfo (Caching Data of Remote Targets): Add note on
4227 non-stop mode's affect on remote caching.
4228
4e5d721f
DE
42292009-08-31 Jacob Potter <jdpotter@google.com>
4230 Doug Evans <dje@google.com>
4231
4232 * gdb.texinfo (Caching Data of Remote Targets): Update text.
4233 Mark `set/show remotecache' options as obsolete.
4234 Document new `set/show stack-cache' option.
4235 Update text for `info dcache'.
4236
55333a84
DE
42372009-08-27 Doug Evans <dje@google.com>
4238
4239 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
4240 (Files): Add note on new optional regex arg to `info sharedlibrary'.
4241
bc3a0b4d
RW
42422009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4243
4244 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
4245 about autoconf.
4246
3a1ff0b6
PA
42472009-08-25 Pedro Alves <pedro@codesourcery.com>
4248
4249 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
4250 small example, and describe its columns. Replace "inferior-id" by
4251 "infno" throughout.
4252
81ecdfbb
RW
42532009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4254
af542c2e
RW
4255 * gdbint.texinfo (Releasing GDB): Point to
4256 README-maintainer-mode file for required autoconf version.
4257 * configure.ac: Do not substitute datarootdir, htmldir,
4258 pdfdir, docdir. Do not process --with-datarootdir,
4259 --with-htmldir, --with-pdfdir, --with-docdir.
4260 * configure: Regenerate.
4261
81ecdfbb
RW
4262 * configure: Regenerate.
4263
4efc6507
DE
42642009-08-20 Reid Kleckner <reid@kleckner.net>
4265
4266 * gdb.texinfo: Add chapter on JIT interface.
4267
43089a6e
NR
42682009-08-07 Nick Roberts <nickrob@snap.net.nz>
4269
4270 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 4271 confirmation request.
43089a6e 4272
99e008fe
EZ
42732009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
4274
c8d5aac9
L
4275 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
4276 CRC definitions.
99e008fe 4277
48cb2d85
VP
42782009-08-03 Vladimir Prus <vladimir@codesourcery.com>
4279
4280 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 4281 -break-commands.
48cb2d85 4282
ff1a52c6
UW
42832009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4284
4285 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4286 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
4287
3285f3fe
UW
42882009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4289
4290 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4291 "set spu stop-on-load" and "show spu stop-on-load" commands.
4292
e35359c5
UW
42932009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4294
4295 * gdb.texinfo (Target Descriptions): Document <compatible> element.
4296
58d6951d
DJ
42972009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
4298
4299 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
4300 org.gnu.gdb.arm.neon.
4301
08d16641
PA
43022009-07-20 Pedro Alves <pedro@codesourcery.com>
4303
4304 * gdb.texinfo (Target Description Format): Mention the new <osabi>
4305 optional element.
4306 (subsection OS ABI): New subsection.
4307
782b2b07
SS
43082009-07-14 Stan Shebs <stan@codesourcery.com>
4309
4310 * gdb.texinfo (Tracepoint Conditions): New section.
4311 (General Query Packets): Describe ConditionalTracepoints.
4312 (Tracepoint Packets): Describe condition field.
4313 (Maintenance Commands): Describe maint agent-eval.
4314 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
4315
9b117ef3
HZ
43162009-07-11 Hui Zhu <teawater@gmail.com>
4317
4318 * gdb.texinfo (disassemble): Add a new modifier /r
4319 to "disassemble" command to make it print the raw instructions
4320 in hex as well as in symbolic form.
4321
f5a33284
TT
43222009-07-09 Tom Tromey <tromey@redhat.com>
4323
4324 * gdbint.texinfo (Testsuite): Document parallel make check.
4325
812f7342
TT
43262009-07-09 Tom Tromey <tromey@redhat.com>
4327
4328 * gdbint.texinfo (Testsuite): Document test transcripts.
4329
fbb8f299
PM
43302009-07-10 Phil Muldoon <pmuldoon@redhat.com>
4331
4332 * gdb.texinfo (Values From Inferior): Add length parameter
4333 description.
4334
dd8f35ac
EZ
43352009-07-04 Chris Genly <chris@genly.us>
4336
4337 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
4338 in -var-list-children. Fix example according to what the code
4339 does.
4340
2277426b
PA
43412009-07-02 Pedro Alves <pedro@codesourcery.com>
4342
4343 * gdb.texinfo (Debugging multiple inferiors): Document the
4344 "inferior", "detach inferior" and "kill inferior" commands.
4345 (Debugging Programs with Multiple Processes): Adjust to mention
4346 generic "inferior" commands. Delete mention of "detach fork" and
4347 "delete fork". Cross reference to "Debugging multiple inferiors"
4348 section.
4349
a6d9a66e
UW
43502009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4351
5af949e3
UW
4352 * gdbint.texinfo (Item Output Functions): Update signature
4353 for ui_out_field_core_addr.
4354
43552009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4356
4357 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
4358 Update example code extrated from breakpoint.c.
4359
9901a55b 43602009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 4361
9901a55b
PP
4362 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
4363 MI commands.
4364 (GDB/MI Symbol Query): Likewise.
4365 (GDB/MI File Commands): Likewise.
4366 (GDB/MI File Transfer Commands): Likewise.
4367 (GDB/MI Target Manipulation): Likewise.
4368 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 4369
edb3359d
DJ
43702009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
4371
4372 * gdb.texinfo (Debugging Optimized Code): New chapter.
4373 (Compiling for Debugging): Reference it. Move some
4374 text to the new section.
4375
7cd1089b
PM
43762009-06-15 Phil Muldoon <pmuldoon@redhat.com>
4377
4378 * doc/gdb.texinfo (Calling): Document
4379 set-unwind-on-terminating-exception usage.
4380
d4db2f36
PA
43812009-06-11 Pedro Alves <pedro@codesourcery.com>
4382
4383 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
4384 command.
4385
d1a7880c
PA
43862009-06-07 Pedro Alves <pedro@codesourcery.com>
4387
4388 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
4389 references.
4390
473f94e6
UW
43912009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
4392
4393 * gdbint.texinfo: Rename formal parameters to gdbarch function
4394 protoypes from "current_gdbarch" to "gdbarch".
4395
8f500870
TT
43962009-05-28 Tom Tromey <tromey@redhat.com>
4397
4398 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
4399
b6313243
TT
44002009-05-27 Tom Tromey <tromey@redhat.com>
4401
4402 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
4403 feature.
4404 (GDB/MI Variable Objects): Document -var-set-visualizer.
4405
44062009-04-02 Tom Tromey <tromey@redhat.com>
4407
4408 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
4409 feature.
4410 (GDB/MI Variable Objects): Document -var-set-visualizer.
4411
a6bac58e
TT
44122009-05-27 Tom Tromey <tromey@redhat.com>
4413 Thiago Jung Bauermann <bauerman@br.ibm.com>
4414 Phil Muldoon <pmuldoon@redhat.com>
4415
4416 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
4417 (Pretty Printing): New node.
4418 (Selecting Pretty-Printers): Likewise.
4419 (Python API): Update.
4420 (Output Formats): Document /r format.
4421
2c74e833
TT
44222009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
4423 Tom Tromey <tromey@redhat.com>
4424
4425 * gdb.texinfo (Types In Python): New node.
4426 (Values From Inferior): "type" is now an attribute.
4427 (Python API): Update.
4428
89c73ade
TT
44292009-05-27 Tom Tromey <tromey@redhat.com>
4430 Thiago Jung Bauermann <bauerman@br.ibm.com>
4431 Phil Muldoon <pmuldoon@redhat.com>
4432
4433 * gdb.texinfo: Add @syncodeindex for `tp'.
4434 (Python API): Update.
4435 (Auto-loading): New node.
4436 (Objfiles In Python): New node.
4437
17a37d48
PP
44382009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
4439
4440 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 4441
6718376f
NR
44422009-05-15 Nick Roberts <nickrob@snap.net.nz>
4443
4444 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
4445
cbe54154
PA
44462009-05-12 Pedro Alves <pedro@codesourcery.com>
4447
4448 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
4449 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
4450 show show-debug-regs' docs.
4451
8e05493c
EZ
44522009-05-08 Eli Zaretskii <eliz@gnu.org>
4453
4454 * gdb.texinfo (Process Record and Replay): Add description of
4455 reverse execution.
4456
b39f4988
JB
44572009-05-07 Joel Brobecker <brobecker@adacore.com>
4458
4459 * gdbint.texinfo (Adding support for debugging core files): New node.
4460 (Native Debugging): Remove the ``Native core file Support'' section.
4461
a2311334
EZ
44622009-05-01 Eli Zaretskii <eliz@gnu.org>
4463
4464 * gdb.texinfo (Process Record and Replay): Improve and clarify.
4465 Add index entries.
4466
53cc454a 44672009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 4468 Michael Snyder <msnyder@vmware.com>
53cc454a 4469
a2311334
EZ
4470 * gdb.texinfo: (Process Record and Replay): Add documentation for
4471 process record and replay.
53cc454a 4472
484086b7
JK
44732009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4474
4475 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
4476 a new part on command-line defined macros.
4477
32ae1842
EZ
44782009-04-25 Eli Zaretskii <eliz@gnu.org>
4479
4480 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
4481 clarify the wording.
4482
b14b1491
TT
44832009-04-23 Tom Tromey <tromey@redhat.com>
4484
4485 * gdb.texinfo (Data Files): New node.
4486 (GDB Files): Update menu.
4487
5c1e86e1
JB
44882009-04-23 Joel Brobecker <brobecker@adacore.com>
4489
4490 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 4491 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 4492
83eba9b7
VP
44932009-04-22 Vladimir Prus <vladimir@codesourcery.com>
4494
4495 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
4496
e31198c4
HZ
44972009-04-22 Hui Zhu <teawater@gmail.com>
4498
4499 * gdb.texinfo (disassemble-next-line): Set the default of
4500 disassemble-next-line to off.
4501
26e251b6
JM
45022009-04-21 Joseph Myers <joseph@codesourcery.com>
4503
4504 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
4505 --with-htmldir): New.
4506 * configure: Regenerate.
4507 * Makefile.in (datarootdir, docdir): Define.
4508 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
4509 instead of $(SET_TEXINPUTS).
4510 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
4511 gdbint.info instead of $(SET_TEXINPUTS).
4512 (gdbint/index.html): Use same -I options as for building
4513 gdbint.info.
4514 (stabs.dvi, stabs.pdf): Use same -I options as for building
4515 stabs.info instead of $(SET_TEXINPUTS).
4516 (stabs/index.html): Use same -I options as for building
4517 stabs.info.
4518 (annotate.dvi, annotate.pdf): Use same -I options as for building
4519 annotate.info instead of $(SET_TEXINPUTS).
4520 (annotate/index.html): Use same -I options as for building
4521 annotate.info.
4522
eac35c4e
DD
45232009-04-21 David Daney <ddaney@caviumnetworks.com>
4524
4525 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
4526
29b0e8a2
JM
45272009-04-21 Joseph Myers <joseph@codesourcery.com>
4528
4529 * gdb.texinfo (Source Path): Document --with-relocated-sources.
4530
2b831889 45312009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 4532 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
4533
4534 * Makefile.in (MAKEHTML): Set to makeinfo --html.
4535 (MAKEHTMLFLAGS): Set to empty.
4536 (html__strip_dir): Define.
4537 (HTMLFILES): Define.
4538 (HTMLFILES_INSTALL): Define.
4539 (install-html): Copy new automake rule.
4540 (html): Depend on $(HTMLFILES).
4541 (gdb_toc.html): Rename to gdb/index.html.
4542 (gdbint_toc.html): Rename to gdbint/index.html.
4543 (stabs_toc.html): Rename to stabs/index.html.
4544 (annotate_toc.html): Rename to annotate/index.html.
4545
89a34d1b
JM
45462009-04-17 Carlos O'Donell <carlos@codesourcery.com>
4547
4548 * Makefile.in: Set pdfdir and htmldir from configure
4549 substitutions.
4550 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
4551 * configure: Regenerate.
4552
a2d5da46
JB
45532009-04-16 Joel Brobecker <brobecker@adacore.com>
4554
4555 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
4556 This macro is no longer used.
4557
732f6a93
TT
45582009-04-15 Tom Tromey <tromey@redhat.com>
4559
4560 * gdb.texinfo (Character Sets): Document default character set.
4561
87f9adc1
PM
45622009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
4563
4564 * gdbint.texinfo: Change server name from sources.redhat.com to
4565 sourceware.org throughout.
4566
2c88c651
JB
45672009-04-09 Joel Brobecker <brobecker@adacore.com>
4568
4569 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
4570 about a missing dot or coma after @xref.
4571
4f5376b2
JB
45722009-04-02 Joel Brobecker <brobecker@adacore.com>
4573
4574 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
4575 example, and add a small explanation about it.
4576 (Print Settings): Change the documentation of the "set print
4577 frame-arguments" to reflect the fact that the default is now "scalars".
4578
a0381d3a
JB
45792009-04-02 Joel Brobecker <brobecker@adacore.com>
4580
4581 * gdb.texinfo (Print Settings): Add kindex for command "set
4582 print frame-arguments".
4583
45ac276d
JB
45842009-03-31 Joel Brobecker <brobecker@adacore.com>
4585
4586 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
4587 breakpoints.
4588 (Set Breaks): Add reference to thread-specific and task-specific
4589 breakpoints.
4590
32cd1edc
JB
45912009-03-31 Joel Brobecker <brobecker@adacore.com>
4592
4593 * gdb.texinfo (Ada Tasks): Remove the documentation about
4594 the "Running" state, as this state has been eliminated.
4595 Now all runnable tasks are shown as "Runnable".
4596
1042e4c0
SS
45972009-03-30 Stan Shebs <stan@codesourcery.com>
4598
4599 * gdb.texinfo (Tracepoints): Describe tracepoints as a
4600 special case of breakpoints.
4601 (Enable and Disable Tracepoints): Mention deprecation.
4602 (Listing Tracepoints): Update description and example.
4603
f8f6f20b
TJB
46042009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
4605
4606 * gdb.texinfo (Frames in Python): New node.
4607 (Python API): Update.
4608
c0c6f777
TJB
46092009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
4610
4611 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
4612 from a method to an attribute.
4613
def2b000
TJB
46142009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
4615
4616 * gdb.texinfo (Values From Inferior): Document is_optimized_out
4617 attribute.
4618
a07daef3
PA
46192009-03-25 Pedro Alves <pedro@codesourcery.com>
4620
4621 * observer.texi (thread_exit): Add "silent" parameter.
4622
f3b1572e
PA
46232009-03-22 Pedro Alves <pedro@codesourcery.com>
4624
4625 * observer.texi (about_to_proceed): New.
4626
587afa38
EZ
46272009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
4628
4629 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
4630 field throughout to handle types with spaces in them. Fix typos
4631 found by aspell.
4632 (Summary, Requirements, Contributors): New first chapter,
4633 "Summary" added, old Requirements section moved there, and new
4634 section, "Contributors" added.
4635 (Initializing a New Architecture, Register Representation)
4636 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
4637 (Porting gdb): These sections extended and updated.
4638 (Compiler Characteristics): This section (empty) deleted.
4639 (Defining Other Architecture Features): This section renamed and
4640 duplicate material removed from (formerly "Target Conditionals").
4641 Use braces {} in @deftypeXX type field throughout to handle types
4642 with spaces in them. Typos found by aspell fixed.
4643
4644 * stack_frame.svg: New file, source of image for gdbint.texinfo.
4645 * stack_frame.pdf: Version of image for PDF output.
4646 * stack_frame.png: Version of image for HTML output and for Emacs.
4647 * stack_frame.txt: Version of image for Info output.
1db61298 4648 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 4649
10af6951
EZ
46502009-03-21 Eli Zaretskii <eliz@gnu.org>
4651
4652 * gdb.texinfo (Character Sets): Fix last change.
4653
cc924cad
TJB
46542009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
4655
4656 * gdb.texinfo (Values From Inferior): Fix optional arguments
4657 markup.
4658 (Commands In Python): Adjust argument names of gdb.Command.__init__
4659 to what the function accepts as keywords.
4660
bc3b79fd
TJB
46612008-03-20 Tom Tromey <tromey@redhat.com>
4662
4663 * gdb.texinfo (Convenience Vars): Document convenience functions.
4664 (Functions In Python): New node.
4665 (Python API): Update.
4666
6c7a06a3
TT
46672009-03-20 Tom Tromey <tromey@redhat.com>
4668
4669 * gdb.texinfo (Character Sets): Remove obsolete text. Document
4670 set target-wide-charset.
4671 (Requirements): Mention iconv.
4672
b646ddd4
HZ
46732009-03-17 Hui Zhu <teawater@gmail.com>
4674
4675 * gdb.texinfo: Change the introduce of "disassemble-next-line".
4676
91440f57
HZ
46772009-03-17 Hui Zhu <teawater@gmail.com>
4678
4679 * gdb.texinfo: Add documentation for disassemble-next-line.
4680
8fd41227
TJB
46812009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
4682
4683 * gdb.texinfo (Commands In Python): Remove tindex entries.
4684
61ff14c6
JK
46852009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4686
4687 * gdb.texinfo (Returning): New description for missing debug info.
4688
0b16c5cf
PA
46892009-03-14 Pedro Alves <pedro@codesourcery.com>
4690
4691 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 4692 (General Query Packets): Document qAttached.
0b16c5cf 4693
32fc0df9
PA
46942009-03-05 Pedro Alves <pedro@codesourcery.com>
4695
4696 * gdb.texinfo (Background Execution): Better describe the set
4697 target-async command.
4698 (Maintenance Commands): Delete description of the `maint set/show
4699 linux-async' and `maint set/show remote-async' commands.
4700
134eb42c
VP
47012009-02-18 Vladimir Prus <vladimir@codesourcery.com>
4702
4703 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
4704 between sentences.
4705
c86cf029
VP
47062009-02-18 Vladimir Prus <vladimir@codesourcery.com>
4707
4708 * gdb.texinfo (GDB/MI Async Records): Document the
4709 =library-loaded and =library-unloaded notifications.
4710
3ea85240
VP
47112009-02-17 Vladimir Prus <vladimir@codesourcery.com>
4712
4713 * observer.texi (test_notification): New observer.
4714
1d33d6ba
VP
47152009-02-14 Vladimir Prus <vladimir@codesourcery.com>
4716
61ff14c6
JK
4717 * observer.texi: Add parameter 'print_frame' to normal_stop
4718 observer.
1d33d6ba 4719
d721c933
EZ
47202009-02-07 Eli Zaretskii <eliz@gnu.org>
4721
4722 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
4723 (Commands In Python): Fix COMMAND_* constants in last change. Use
4724 @kbd for interactive input. Add cross-references and index
4725 entries.
4726
4aa995e1
PA
47272009-02-06 Pedro Alves <pedro@codesourcery.com>
4728
4729 * gdb.texinfo (Signals): Document $_siginfo.
4730 (Convenience Variables): Mention $_siginfo.
4731 (Remote Configuration): Document qXfer:siginfo:read,
4732 qXfer:siginfo:write packets, and the read-siginfo-object,
4733 write-siginfo-object commands.
4734
5f5233d4
PA
47352009-02-06 Pedro Alves <pedro@codesourcery.com>
4736
4737 * gdbint.texinfo (Values): New chapter.
4738
d8906c6f
TJB
47392009-02-06 Tom Tromey <tromey@redhat.com>
4740
4741 * gdb.texinfo (Python API): Add entry for Commands In Python.
4742 (Commands In Python): New node.
4743
b6cb8e7d
TJB
47442009-02-05 Tom Tromey <tromey@redhat.com>
4745
4746 * gdb.texinfo (Values From Inferior): Document Value.string.
4747
12453b93
TJB
47482009-02-05 Tom Tromey <tromey@redhat.com>
4749
4750 * gdb.texinfo (Basic Python): Document execute's from_tty
4751 argument.
4752
08c637de
TJB
47532009-02-04 Tom Tromey <tromey@redhat.com>
4754
4755 * gdb.texinfo (Basic Python): Document gdb.history.
4756
592375cd
VP
47572009-01-30 Vladimir Prus <vladimir@codesourcery.com>
4758
4759 * gdb.texinfo (GDB/MI Thread Commands): Document the
4760 'current-thread-id' field. Remove the example with zero threads,
4761 since current GDB won't ever report that if there's inferior.
4762
41447f92
VP
47632009-01-30 Vladimir Prus <vladimir@codesourcery.com>
4764
4765 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
4766 option to -break-insert.
4767
098b41a6
JG
47682009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
4769 Jerome Guitton <guitton@adacore.com>
4770
4771 * gdb.texinfo (Startup): Document --with-system-gdbinit.
4772 (System-wide configuration): New section.
4773
3c16cced
PA
47742009-01-26 Pedro Alves <pedro@codesourcery.com>
4775
4776 PR gdb/7580:
4777 * gdb.texinfo (Maintenance Commands): Document "maint set|show
4778 internal-error|internal-warning quit|corefile ask|yes|no".
4779
62709adf
PA
47802009-01-26 Pedro Alves <pedro@codesourcery.com>
4781
4782 * gdb.texinfo (Using the `gdbserver' Program): Document
4783 --remote-debug.
4784
7ce58dd2
DE
47852009-01-23 Doug Evans <dje@google.com>
4786
4787 * gdb.texinfo: Add nexti to list of commands that support
4788 background execution.
4789
adb483fe
DJ
47902009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
4791
4792 * gdb.texinfo (Define, Hooks): Document prefix command support.
4793
a67ec3f4 47942009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 4795 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
4796
4797 Fixes for makeinfo --html.
4798
4799 * annotate.texinfo: Use @copying and @insertcopying. Use
4800 @ifnottex in place of @ifinfo.
4801 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
4802 place of @ifinfo. Use @ifnotinfo for one index entry.
4803 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
4804 in place of @ifinfo.
4805 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
4806 in place of @ifinfo. Include contents at start unconditionally.
4807
84fcdf95
PA
48082009-01-13 Pedro Alves <pedro@codesourcery.com>
4809
4810 * gdb.texinfo (General Query Packets): Remove @var{} around the
4811 "spu" literal string.
4812
fa3a767f
PA
48132009-01-07 Pedro Alves <pedro@codesourcery.com>
4814
4815 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
4816 program may be running in another process" errors.
4817 * gdbint.texinfo (Native Conditionals): Delete
4818 ONE_PROCESS_WRITETEXT description.
4819
9cb011d3
JB
48202009-01-07 Joel Brobecker <brobecker@adacore.com>
4821
4822 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
4823 emacs local variable to be placed at the end of the ChangeLog.
4824 Add server.c and gdbreplay.c to the list of files where the
4825 copyright year needs to be updated.
4826
84603566
SL
48272009-01-06 Sandra Loosemore <sandra@codesourcery.com>
4828
4829 * gdb.texinfo (Remote Configuration): Document new
4830 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
4831 commands.
4832
a53f55d8
PA
48332008-12-28 Pedro Alves <pedro@codesourcery.com>
4834
4835 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
4836 FETCH_INFERIOR_REGISTERS.
4837 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
4838 FETCH_INFERIOR_REGISTERS descriptions. Remove
4839 gdbarch_get_longjmp_target descrition, since already described in
4840 Target Conditionals. Move gdbarch_fp0_regnum description to ...
4841 (Target Conditionals): ... here.
4842
077e0a52
JB
48432008-12-16 Joel Brobecker <brobecker@adacore.com>
4844
4845 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
4846 examples.
4847 (Additions to Ada): Likewise. Add the missing opening and closing
4848 parenthesis of the GDB prompt in one of the examples.
4849
023eb17c
JB
48502008-12-14 Joel Brobecker <brobecker@adacore.com>
4851
4852 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
4853 about the result of 'Address not being of type System.Address.
4854 This problem has been fixed a while ago.
4855
c3b108f7
VP
48562008-12-02 Vladimir Prus <vladimir@codesourcery.com>
4857
4858 MI non-stop and multiprocess docs.
4859
c8d5aac9
L
4860 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
4861 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
4862 Adjust documentation for *stopped, document =thread-created,
4863 =thread-exited, =thread-group-created and =thread-group-exited.
4864 (GDB/MI Thread Commands): Document the 'state' field in
4865 -thread-info output.
4866 (GDB/MI Program Execution): Mention --all and --thread-group
4867 options.
4868 (GDB/MI Variable Objects): Describe floating and fixed variable
4869 objects.
4870 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 4871
07e059b5
VP
48722008-12-02 Vladimir Prus <vladimir@codesourcery.com>
4873
c8d5aac9
L
4874 * gdb.texinfo (Operating System Information): New appendix.
4875 (Operating System Auxiliary Information): Document 'info os processes'
4876 (Remote Configuration): Document 'osdata'
4877 (General Query Packets): Document qXfer:osdata:read.
07e059b5 4878
a80b95ba
TG
48792008-11-27 Tristan Gingold <gingold@adacore.com>
4880
4881 * gdb.texinfo (Darwin): Document Darwin specific features.
4882
a655d424
JK
48832008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4884
4885 * gdbint.texinfo (Target Conditionals): Extend the
4886 gdbarch_breakpoint_from_pc description.
4887
249e1128
VP
48882008-11-22 Vladimir Prus <vladimir@codesourcery.com>
4889
4890 * gdb.texinfo (M68K Features): Fix typo.
4891
c14c28ba
PP
48922008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
4893
4894 * gdb.texinfo (Symbols): Mention printing containing
4895 image name in "info symbol".
4896 (Maint translate-address): Likewise.
889bf7c5 4897
394a6666
JB
48982008-11-18 Joel Brobecker <brobecker@adacore.com>
4899
4900 * gdb.texinfo (Set Catchpoints): Remove the documentation of
4901 commands "catch load" and "catch unload".
4902
66bb093b
VP
49032008-11-17 Vladimir Prus <vladimir@codesourcery.com>
4904
4905 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 4906 =thread-selected.
889bf7c5 4907
4a92f99b
VP
49082008-11-17 Vladimir Prus <vladimir@codesourcery.com>
4909
c8d5aac9 4910 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 4911
f0323ca0
PA
49122008-10-27 Pedro Alves <pedro@codesourcery.com>
4913
4914 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
4915 .mt files, TM_CLIBS or TM_CDEPS.
4916 (x86 Watchpoints): Don't mention TDEPFILES.
4917
8b23ecc4
SL
49182008-10-24 Sandra Loosemore <sandra@codesourcery.com>
4919
4920 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
4921 (Overview): Mention notifications and non-stop mode behavior.
4922 (Packets): Update documentation of ?, vAttach, vCont, and vRun
4923 with non-stop mode behavior. Add vStopped description.
4924 (Stop Reply Packets): Update list of packets that return
4925 stop replies. Mention non-stop behavior.
4926 (General Query Packets): Document QNonStop packet and associated
4927 qSupported query response.
4928 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
4929 behavior.
4930 (Notification Packets): New section.
4931 (Remote Non-Stop): New section.
4932 (File-I/O Overview): Mention non-stop behavior.
4933
fff08868
HZ
49342008-10-24 Hui Zhu <teawater@gmail.com>
4935 Pedro Alves <pedro@codesourcery.com>
4936
4937 * gdb.texinfo (displaced-stepping): Describe the auto mode
4938 setting, and say it's the default. This is now a mainstream
4939 setting instead of a maintenance setting.
4940
252fbfc8
PA
49412008-10-23 Pedro Alves <pedro@codesourcery.com>
4942
4943 * observer.texi (thread_stop_requested): New.
4944
20924a55
JB
49452008-10-22 Joel Brobecker <brobecker@adacore.com>
4946
4947 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
4948 (Patching): Replace incorrect usage of @samp by @kbd.
4949
bacec72f
MS
49502008-10-17 Michael Snyder <msnyder@vmware.com>
4951
4952 * gdb.texinfo: Add documentation for reverse execution.
4953
a08702d6 49542008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 4955 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
4956
4957 * gdb.texinfo. (Values From Inferior): New subsubsection.
4958
d97bc12b
DE
49592008-10-06 Doug Evans <dje@google.com>
4960
4961 * gdb.texinfo (set debug dwarf2-die): Document it.
4962
87f67dba
JB
49632008-10-01 Joel Brobecker <brobecker@adacore.com>
4964
4965 * gdb.texinfo (catch) [exception]: Document how to insert
4966 a breakpoint on user-defined exceptions when the exception
4967 name is identical to one of the language-defined ones.
4968
2fae03e8
TT
49692008-09-27 Tom Tromey <tromey@redhat.com>
4970
4971 * gdb.texinfo (Macros): Remove text about stringification,
4972 varargs, and splicing.
4973
5c6ce71d
TT
49742008-09-27 Tom Tromey <tromey@redhat.com>
4975
4976 * gdbint.texinfo (Language Support): Remove text about omitting
4977 support for a language.
4978
07128da0
DE
49792008-09-23 Doug Evans <dje@google.com>
4980
4981 * gdb.texinfo (info dcache): Update.
4982
b90a069a
SL
49832008-09-22 Sandra Loosemore <sandra@codesourcery.com>
4984
4985 * gdb.texinfo (Packets): Add info on thread-id syntax and
4986 multiprocess extensions.
4987 <D>: Document multiprocess form of packet.
4988 <H>: Use thread-id syntax.
4989 <T>: Likewise.
4990 <vCont>: Likewise. Note this is required for multiprocess.
4991 <vKill>: New packet.
4992 (Stop Reply Packets) <T>: Use thread-id syntax.
4993 <W>: Document multiprocess form of reply.
4994 <X>: Likewise.
4995 (General Query Packets) <qC>: Use thread-id syntax.
4996 <qfThreadInfo>: Likewise.
4997 <qGetTLSAddr>: Likewise.
4998 <qP>: Likewise.
4999 <qSupported>: Add "multiprocess" feature.
5000 <qThreadExtraInfo>: Use thread-id syntax.
5001
b77209e0
PA
50022008-09-22 Stan Shebs <stan@codesourcery.com>
5003
5004 * gdb.texinfo (Inferiors): New section.
5005
3d0bb823
PA
50062008-09-12 Pedro Alves <pedro@codesourcery.com>
5007
5008 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
5009
f8dcfc0a
UW
50102008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
5011
5012 * gdbint.texinfo (Target Conditionals): Remove documentation
5013 for gdbarch_name_of_malloc.
5014
8775bb90
MS
50152008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
5016
5017 * gdb.texinfo (Interrupts): Mention TCP interface for
5018 sending BREAK.
5019
f1838a98
UW
50202008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
5021
5022 * gdb.texinfo (Commands to Specify Files): Document "remote:"
5023 argument prefix to "set sysroot".
5024
158c7665
PH
50252008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
5026
5027 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
5028 and False.
5029
30e026bb
VP
50302008-08-20 Vladimir Prus <vladimir@codesourcery.com>
5031
c8d5aac9
L
5032 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
5033 for possible features of -list-features.
30e026bb 5034
c6ebd6cf
VP
50352008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5036
c8d5aac9 5037 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
5038 (GDB/MI Miscellaneous Commands): Document -list-target-features.
5039
aeac0ff9
VP
50402008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5041
5042 * doc/gdb.texinfo (PowerPC): Fix typo.
5043 (PowerPC features): Fix typo.
5044
5231c1fd
PA
50452008-08-18 Pedro Alves <pedro@codesourcery.com>
5046
5047 * observer.texi (thread_ptid_changed): New.
5048
677c5bb1
LM
50492008-08-18 Luis Machado <luisgpm@br.ibm.com>
5050
5051 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
5052 (PowerPC features): Mention feature set for VSX registers.
5053
f3a2dd1a
JB
50542008-08-13 Joel Brobecker <brobecker@adacore.com>
5055
5056 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
5057 the direct visibility of all names in user-written packages.
5058
33e5cbd6
PA
50592008-08-13 Pedro Alves <pedro@codesourcery.com>
5060
5061 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
5062 setting, and make it the default.
5063 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
5064 non-stop script example.
5065
d0384fc4
TJB
50662008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
5067
5068 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
5069 reference to the "Using Different Register and Memory Data
5070 Representation" section.
5071
a6f3e723
SL
50722008-08-12 Sandra Loosemore <sandra@codesourcery.com>
5073
5074 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
5075 (Remote Protocol): Add Packet Acknowledgment to menu.
5076 (Overview): Mention +/- can be disabled, and point to new section
5077 where this is discussed in detail.
5078 (General Query Packets): Document QStartNoAckMode packet, and
5079 corresponding qSupported reply.
5080 (Packet Acknowledgment): New section.
5081
0606b73b
SL
50822008-08-11 Sandra Loosemore <sandra@codesourcery.com>
5083 Pedro Alves <pedro@codesourcery.com>
5084
5085 * gdb.texinfo (Threads): Move paragraph about automatic thread
5086 selection to All-Stop Mode subsection.
5087 (Thread Stops): Reorganize existing material into subsections.
5088 Add introductory blurb and menu.
5089 (Non-Stop Mode): New subsection.
5090 (Background Execution): New subsection.
5091 (Maintenance Commands): Add cross-references from async mode
5092 commands to the new Background Execution section.
5093
d57a3c85
TJB
50942008-08-06 Tom Tromey <tromey@redhat.com>
5095
5096 * gdb.texinfo (Extending GDB): New chapter.
5097 (Sequences): Demoted chapter, now a section under the new
5098 Extending GDB chapter.
5099 (Python): New section.
5100
6d76a53d
SS
51012008-07-31 Stan Shebs <stan@codesourcery.com>
5102
5103 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
5104
1f70da6a
SS
51052008-07-29 Stan Shebs <stan@codesourcery.com>
5106
5107 * gdbint.texinfo: General round of cleanup and minor
5108 clarifications.
5109 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
5110 (Longjmp Support): Update description to reflect how it is done
5111 for targets without using native header.
5112 (Symbol Handling): Add a little more general explanation.
5113 (COFF, ELF): Mention stabs encapsulation.
5114 (DWARF 3): New section.
5115 (Adding a New Host): Scrub out some obsolete bits.
5116 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
5117 (Host Conditionals): Remove descriptions of NO_STD_REGS,
5118 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
5119 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
5120 SEEK_SET, STOP_SIGNAL, USG.
5121 (Raw and Virtual Register Representations): Ditto for
5122 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
5123 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
5124 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
5125 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
5126 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
5127 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
5128 DEPRECATED_REGISTER_VIRTUAL_SIZE,
5129 DEPRECATED_REGISTER_VIRTUAL_TYPE,
5130 DEPRECATED_USE_STRUCT_CONVENTION.
5131 Describe gdbarch_deprecated_fp_regnum.
5132 Update description of gdbarch_print_insn.
5133 (Adding a New Target): Scrub out obsolete bits.
5134 (Obsolete Conditionals): Remove entire section.
5135
383f836e
TT
51362008-07-25 Tom Tromey <tromey@redhat.com>
5137
5138 * observer.texi (GDB Observers): Document new observers:
5139 breakpoint_created, breakpoint_deleted, breakpoint_modified,
5140 tracepoint_created, tracepoint_deleted, tracepoint_modified,
5141 architecture_changed.
5142
cfd8ab24
SS
51432008-07-21 Stan Shebs <stan@codesourcery.com>
5144
5145 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
5146 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
5147
781b42b0
TT
51482008-07-21 Tom Tromey <tromey@redhat.com>
5149
5150 * observer.texi (GDB Observers): Remove obsolete comment.
5151 <executable_changed>: Remove argument.
5152
d7d9f01e
TT
51532008-07-18 Tom Tromey <tromey@redhat.com>
5154
5155 * gdb.texinfo (Macros): Update. Use @code rather than @command.
5156
bf250677
DE
51572008-07-10 Doug Evans <dje@google.com>
5158
5159 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
5160
10568435
JK
51612008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5162
5163 * gdb.texinfo (Starting): Document "set disable-randomization".
5164
5ae4183a
AS
51652008-07-07 Andreas Schwab <schwab@suse.de>
5166
5167 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
5168
b56e7235
VP
51692008-07-06 Vladimir Prus <vladimir@codesourcery.com>
5170
5171 * gdb.texinfo (GDB/MI Target Manipulation): Add
5172 example of -target-attach.
5173
e1ac3328
VP
51742008-06-10 Vladimir Prus <vladimir@codesourcery.com>
5175
5176 * observer.texi (target_resumed): New observer.
5ae4183a 5177 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 5178
65d12d83
TT
51792008-06-06 Tom Tromey <tromey@redhat.com>
5180
5181 * gdb.texinfo (Completion): Add field name example.
5182
fbc5282e
MK
51832008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
5184
5185 * gdb.texinfo (GDB/MI Program Context): Added example
5186 to -exec-arguments
5ae4183a 5187
fbc5282e 51882008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
5189
5190 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
5191 annotation.
5192
c16158bc 51932008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
5194 Nathan Sidwell <nathan@codesourcery.com>
5195 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
5196
5197 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
5198 and ACX_BUGURL.
5199 * configure: Regenerate.
5200 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
5201 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
5202 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
5203 mailing-list-specific text about bug reporting unless
5204 BUGURL_DEFAULT.
5205
75c99385
PA
52062008-06-05 Pedro Alves <pedro@codesourcery.com>
5207
5208 * gdb.texinfo (-target-select): Remove reference to target async.
5209 (Maintenance Commands): Document "maint set/show remote-async".
5210
1763a388
MK
52112008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
5212
5213 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
5214 in -target-file-get section.
5ae4183a 5215
d0d064df
PA
52162008-05-22 Pedro Alves <pedro@codesourcery.com>
5217
9b562ab8
PA
5218 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
5219 killing the inferior when it is already debugging a process.
d0d064df 5220
8dfa32fc
JB
52212008-05-21 Joel Brobecker <brobecker@adacore.com>
5222
5223 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
5224 abbreviation for "finish".
5225
55f996a7
NR
52262008-05-21 Nick Roberts <nickrob@snap.net.nz>
5227
5228 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
5229
ba2b1c56
DJ
52302008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5231
5232 * gdbint.texinfo (Target Conditionals): Delete entry for
5233 gdbarch_dwarf_reg_to_regnum.
5234
08388c79
DE
52352008-05-09 Doug Evans <dje@google.com>
5236
a3c83fae 5237 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 5238
d14508fe
DE
52392008-05-05 Doug Evans <dje@google.com>
5240
5241 * gdb.texinfo (disassemble): Document /m modifier.
5242
e2b7ddea
VP
52432008-05-05 Vladimir Prus <vladimir@codesourcery.com>
5244
5ae4183a
AS
5245 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
5246 will not report the time of commands that run the target.
e2b7ddea 5247
8eb41542
VP
52482008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5249
5250 * gdb.texinfo (GDB/MI Output Records): Add
5251 missing semicolon.
5252
82f68b1c
VP
52532008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5254
5255 * gdb.texinfo (GDB/MI Output Records):
5256 Document =thread-create and =thread-exited.
5257
fa0f268d
VP
52582008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5259
5260 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 5261 Remove mention of dmi-discuss.
fa0f268d 5262
063bfe2e
VP
52632008-05-03 Pedro Alves <pedro@codesourcery.com>
5264
5265 * observer.texi (thread_exit): New.
5266
237fc4c9
PA
52672008-05-02 Pedro Alves <pedro@codesourcery.com>
5268
5269 * gdb.texinfo (Debugging Output): Document "set/show debug
5270 displaced".
5271 (Maintenance Commands): Document "maint set/show
5272 can-use-displaced-stepping".
5273
0428b8f5
DJ
52742008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
5275
5276 * gdb.texinfo (ARM): Document set/show arm fallback-mode
5277 and set/show arm force-mode.
5278
5009afc5
AS
52792008-05-02 Andreas Schwab <schwab@suse.de>
5280
5281 * gdbint.texinfo (Algorithms): Describe
5282 target_watchpoint_addr_within_range.
5283
669fac23
DJ
52842008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
5285
5286 * gdbint.texinfo (Stack Frames): New chapter.
5287 (Algorithms): Move Frames text to the new chapter.
5288 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
5289 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
5290
721c02de
VP
52912008-04-24 Vladimir Prus <vladimir@codesourcery.com>
5292
5ae4183a
AS
5293 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
5294 output does not necessary include any tokens.
721c02de 5295
c055b101
CV
52962008-04-22 Corinna Vinschen <vinschen@redhat.com>
5297
5298 * gdb.texinfo (Set SH Calling convention): New @item.
5299 (Show SH Calling convention): Ditto.
5300
68837c9d
MD
53012008-04-22 Markus Deuling <deuling@de.ibm.com>
5302
5303 * gdb.texinfo (Fortran Operators): Describe '%' operator.
5304
2e9132cc
EZ
53052008-04-20 Eli Zaretskii <eliz@gnu.org>
5306
5307 * gdb.texinfo (Set Breaks): Mention that multiple location
5308 breakpoints need line number info. Add index entries.
5309
31fffb02
CS
53102008-04-19 Craig Silverstein <csilvers@google.com>
5311
5312 * gdb.texinfo (Requirements): Add an optional requirement on
5313 zlib.
5314 * gdbint.texinfo (Debugging File Formats): Add new subsection for
5315 Compressed DWARF 2.
5316
a47ec5fe
AR
53172008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
5318
5319 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
5320 sample output for 'stopped,reason="breakpoint-hit"' message.
5321 (GDB/MI Program Execution): Likewise.
5322
de051565
MK
53232008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
5324
5ae4183a 5325 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
5326 -var-set-format. Add -f option to -var-evaluate-expression.
5327
6ba66d6a
JB
53282008-04-03 Joel Brobecker <brobecker@adacore.com>
5329
5330 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
5331 new node "Ambiguous Expressions". Replace references to this
5332 node by references to "Ambiguous Expressions" throughout.
5333 (Ambiguous Expressions): New node.
5334
1e26b4f8
DJ
53352008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
5336
5337 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
5338
b84876c2
PA
53392008-03-21 Pedro Alves <pedro@codesourcery.com>
5340
5341 * gdb.texinfo (Debugging Output): Document
5342 "set/show debug lin-lwp-async".
5343 (Maintenance Commands): Document "maint set/show linux-async".
5344
63092375
DJ
53452008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5346
5347 * gdb.texinfo (Expressions): Update description of malloced arrays.
5348
8e8901c5
VP
53492008-03-15 Vladimir Prus <vladimir@codesourcery.com>
5350
5351 * gdb.texinfo (Thread Commands): Document
5352 -thread-info. Remove -thread-list-all-threads.
5353
1fddbabb
PA
53542008-03-14 Pedro Alves <pedro@codesourcery.com>
5355 Sandra Loosemore <sandra@codesourcery.com>
5356
5357 * gdb.texinfo (Library List Format): Update to mention the
5358 possibility to pass section addresses instead of segment
5359 addresses.
5360
ccd213ac
DJ
53612008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
5362
5363 * gdb.texinfo (Starting): Document "set exec-wrapper".
5364 (Server): Document gdbserver --wrapper.
5365
fa4727a6
DJ
53662008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
5367
5368 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
5369 unreadable memory. Delete obsolete SPARClite reference.
5370
8edfe269
DJ
53712008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
5372
5373 * gdb.texinfo (Starting): Mention always-running targets.
5374 (Target Commands): Add an anchor for load.
5375 (Connecting): Explain continue instead of run.
5376
1843f87b
DJ
53772008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
5378
5379 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
5380
f9082629
NR
53812008-02-26 Nick Roberts <nickrob@snap.net.nz>
5382
5383 * gdb.texinfo (Set Breaks): Revert description of Enb column of
5384 breakpoint table.
5385
fd96d250
PA
53862008-02-19 Pedro Alves <pedro@codesourcery.com>
5387
5388 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
5389 killing the inferior when it is already debugging a process.
5390
36af4ef6
MD
53912008-02-13 Markus Deuling <deuling@de.ibm.com>
5392
5393 * gdbint.texinfo (Build Script): New section. Mention new build script
5394 gdb_buildall.sh.
5395
cda4ce5a
JB
53962008-02-01 Jim Blandy <jimb@red-bean.com>
5397
5398 * gdb.texinfo (Help): Summarize 'info args' correctly.
5399
4acd40f3
TJB
54002008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5401
5402 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
5403 available in PowerPC architecture.
5404 (Embedded Processors): Change node name of PowerPC item in menu.
5405 (PowerPC): Rename to...
5406 (PowerPC Embedded): this.
5407 (Architectures): Add new PowerPC item in menu.
5408 (PowerPC): New node.
5409
6e6c6f50
DJ
54102008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
5411
5412 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
5413 commands.
5414
5ee187d7
DJ
54152008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
5416
5417 * gdb.texinfo (Setting Catchpoints): Mention features
5418 supported on GNU/Linux.
5419
e275c0d9
NR
54202008-01-30 Nick Roberts <nickrob@snap.net.nz>
5421
5422 * gdb.texinfo (GDB/MI File Commands): Describe new output
5423 field for MI command -file-list-exec-source-file.
5424
2d717e4f
DJ
54252008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5426
5427 * gdb.texinfo (Using the `gdbserver' Program): Add security
5428 warning. Rearrange into subsections and subsubsections. Document
5429 --multi and --debug. Correct --with-sysroot typo. Update --attach
5430 usage. Make load reference clearer. Document monitor exit.
5431 (Remote Configuration): Document set remote exec-file, attach-packet,
5432 and run-packet.
5433 (Packets): Document vAttach and vRun.
5434
d35a4257 54352008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
5436
5437 * gdb.texinfo (Processes): Mention process command.
889bf7c5 5438 detach-on-follow -> detach-on-fork.
f663676d 5439
c78d192c
DJ
54402008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5441
5442 * gdbint.texinfo (Native Conditionals): Remove
5443 SHELL_COMMAND_CONCAT and SHELL_FILE.
5444
d35a4257
EZ
54452008-01-26 Eli Zaretskii <eliz@gnu.org>
5446
5447 * gdb.texinfo (Specify Location): Improve wording.
5448
93815fbf
VP
54492008-01-23 Chris Demetriou <cgd@google.com>
5450
5451 * gdb.texinfo (Threads): Document new "set print thread-events"
5452 and "show print thread-events" commands.
5453
2a25a5ba
EZ
54542008-01-19 Eli Zaretskii <eliz@gnu.org>
5455
5456 * gdb.texinfo (Specify Location): New section.
5457 (Delete Breaks, Edit, Set Breaks): Remove description of
5458 locations. Instead, add a reference to "Specify Location".
5459 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
5460 (Symbols): Refer to "Specify Location" for the valid forms of
5461 linespecs and locations.
5462
32c9a795
MD
54632008-01-18 Markus Deuling <deuling@de.ibm.com>
5464
5465 * gdbint.texinfo (Target Conditionals): Replace the description of
5466 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
5467
b17828ca
JB
54682008-01-12 Paul Hilfinger <hilfinger@adacore.com>
5469
5470 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
5471 about &&var, which is rejected by the expression parser.
5472
0aea4bf3
LM
54732008-01-09 Luis Machado <luisgpm@br.ibm.com>
5474
5475 * gdb.texinfo (Output): Update documentation on using printf with DFP
5476 types.
5477
febe4383
TJB
54782008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
5479
5480 * gdb.texinfo (C and C++): Add Decimal Floating Point format
5481 subsubsection.
5482 (Decimal Floating Point format): New subsubsection.
5483
7a404eba
PA
54842008-01-05 Pedro Alves <pedro@codesourcery.com>
5485
5486 * gdb.texinfo (File Options): Remove mention of the attempt to
5487 open a core file with the -p option. Don't list -c as a valid
5488 option to attach to a process.
5489
a4d9b460
PA
54902008-01-05 Pedro Alves <pedro@codesourcery.com>
5491
5492 * gdbint.texinfo (Host Conditionals): Remove mention of
5493 ALIGN_STACK_ON_ENTRY.
5494
6ec2edbe
JB
54952008-01-05 Joel Brobecker <brobecker@adacore.com>
5496
5497 * gdbint.texinfo (Start of New Year Procedure): Add item
5498 describing how to update the source and documentation copyright
5499 notices.
5500
d8b2a693
JB
55012007-12-18 Jim Blandy <jimb@codesourcery.com>
5502
ab209b3a 5503 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
5504 watchpoint explanation into the main description of the watchpoint
5505 command; update synopses of 'watch', 'rwatch', and 'awatch'
5506 commands.
5507
8b4ed427
VP
55082007-12-18 Vladimir Prus <vladimir@codesourcery.com>
5509
5510 * gdb.texinfo (Miscellaneous gdb/mi Commands):
5511 Document 'pending-breakpoints' feature of
5512 -list-features.
5513
37e4754d
LM
55142007-12-17 Luis Machado <luisgpm@br.ibm.com>
5515
669fac23 5516 * gdb.texinfo: Add new parameter's description.
37e4754d 5517
1d3811f6
DJ
55182007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
5519
5520 * gdb.texinfo (Overview): Clarify run-length encoding
5521 example. Remove the restriction on "+" and "-" characters.
5522
c1c25a1a
EZ
55232007-12-15 Eli Zaretskii <eliz@gnu.org>
5524
5525 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
5526
afe8ab22 55272007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 5528
afe8ab22
VP
5529 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
5530 the -f option for -break-insert, remove -r option,
5531 and clarify specification of location.
5532
a6b151f1
DJ
55332007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
5534
5535 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
5536 formatting.
5537 (Remote Debugging): Add File Transfer section.
5538 (Remote Configuration): Document Host I/O packets.
5539 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 5540 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
5541 (Packets): Add vFile.
5542
3b784c4f
EZ
55432007-11-17 Eli Zaretskii <eliz@gnu.org>
5544
5545 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
5546 breakpoints with multiple locations.
5547 (Breakpoint Menus): Improve wording.
5548 (Output): Fix last change.
5549
a4ce5b0d
UW
55502007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
5551
5552 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
5553
1b39d5c0
DE
55542007-11-15 Doug Evans <dje@google.com>
5555
5556 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
5557
7a72d44c
VP
55582007-11-15 Vladimir Prus <vladimir@codesourcery.com>
5559
5560 * gdbint.texinfo (Native Conditionals): Remove
5561 mention of CLEAR_SOLIB.
5ae4183a 5562
6d1829bf 55632007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
5564
5565 * gdb.texinfo (Print Settings): Add documentation for "set/show
5566 print frame-arguments".
5567
1a619819
LM
55682007-11-05 Luis Machado <luisgpm@br.ibm.com>
5569
3b784c4f 5570 * gdb.texinfo (Output): Update printf command's description.
1a619819 5571
55eddb0f
DJ
55722007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
5573
5574 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
5575 powerpc soft-float".
5576
9cceb671
DJ
55772007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5578
5579 * gdb.texinfo (Files): Correct formatting. Mention Expat
5580 requirement.
5581 (Requirements for Building GDB): Expand the list of Expat
5582 uses.
5583 (Library List Format, Memory Map Format): Mention Expat.
5584 (Target Descriptions): Update Expat wording.
5585
83acabca
DJ
55862007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5587
5588 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
5589 Document that gdbarch_convert_register_p should return zero for no-op
5590 conversions.
5591
e35879db
UW
55922007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
5593
83acabca 5594 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
5595 of set_gdbarch_sofun_address_maybe_missing back to ...
5596 (Target Conditionals): ... here to fix build break.
5597
203c3895
UW
55982007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
5599
83acabca 5600 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
5601 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
5602 (Compiler Characteristics): ... documentation of
5603 set_gdbarch_sofun_address_maybe_missing.
5604
11411de3
DJ
56052007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
5606
5607 * gdbint.texinfo (Target Conditionals): Use
5608 frame_unwind_register_unsigned in examples instead of
5609 frame_unwind_unsigned_register.
5610
7cc46491
DJ
56112007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
5612
5613 * gdb.texinfo (Predefined Target Types): Add int128
5614 and uint128.
5615 (Standard Target Features): Add PowerPC features.
5616
81adfced
DJ
56172007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
5618
5619 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
5620
c1874924
UW
56212007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
5622
5623 * gdbint.texi (Target Conditionals): Remove documentation
5624 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
5625 gdbarch_extract_return_value, and gdbarch_store_return_value.
5626
f6e56ab3
UW
56272007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
5628
5629 * gdbint.texi (Target Conditionals): Remove documentation of
5630 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
5631
56cf5405
KH
56322007-10-11 Kazu Hirata <kazu@codesourcery.com>
5633
5634 * gdb.texinfo: Mention that inaccessible-by-default is on by
5635 default.
5636
35156bae
DJ
56372007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
5638
5639 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
5640
d983da9c
DJ
56412007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
5642
5643 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
5644 multi-threaded watchpoints.
5645 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
5646 checked. Describe sticky notification. Expand description
5647 of steppable and continuable watchpoints.
5648 (Watchpoints and Threads): New subsection.
5649
fe6fbf8b
VP
56502007-09-28 Vladimir Prus <vladimir@codesourcery.com>
5651
5652 * gdb.texinfo (Setting Breakpoints): Revise
5653 documentation for pending breakpoints. Document
5654 breakpoints with multiple locations.
5ae4183a 5655
084344da
VP
56562007-09-19 Vladimir Prus <vladimir@codesourcery.com>
5657
5658 * gdb.texinfo (Miscellaneous gdb/mi Commands):
5659 Document -list-features.
5ae4183a 5660
82160952
EZ
56612007-09-15 Eli Zaretskii <eliz@gnu.org>
5662
5663 * gdb.texinfo (Output): Spell out which features of C's printf are
5664 not supported by GDB's printf.
7e27a47a
EZ
5665 (Separate Debug Files): More accurate wording regarding build ID
5666 and a reference to the ld manual rather than the Fedora wiki.
82160952 5667
ea37ba09
DJ
56682007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
5669 Jim Blandy <jimb@codesourcery.com>
5670
5671 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
5672 (Examining Memory): Update mentions of the 's' format.
5673 (Automatic Display): Likewise.
5674
b8533aec
DJ
56752007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
5676
5677 * gdb.texinfo: Update the FSF's Back-Cover Text.
5678
83f83d7f
JK
56792007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5680 Eli Zaretskii <eliz@gnu.org>
5681
5682 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
5683 Fixed the ``build ID'' name. New binaries build instructions for the
5684 build ID inclusion. Explain how the commands are specific to the build
5685 ID vs. debug link.
5686
c7e83d54
EZ
56872007-09-01 Eli Zaretskii <eliz@gnu.org>
5688
5689 * gdb.texinfo (Separate Debug Files): Fix last change. Add
5690 indexing for ``build ID'' support.
5691
d3750b24
JK
56922007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5693
5694 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
5695 Enlisted BUILD ID to the debug file searching example.
5696 Included a BUILD ID `.note.gnu.build-id' section description.
5697 Updated/added the debug files splitting instructions for OBJCOPY.
5698
02142340
VP
56992007-08-31 Vladimir Prus <vladimir@codesourcery.com>
5700
5701 * gdb.texinfo (Variable Objects): Adjust docs
5702 for -var-info-expression and document
5703 -var-info-path-expression.
5704
d3bdde98
JB
57052007-08-20 Jim Blandy <jimb@codesourcery.com>
5706
3fb6a982
JB
5707 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
5708 (title page): Include the dedication in the printed manual, as a
5709 separate page after the copyright notice.
5ae4183a 5710
d3bdde98
JB
5711 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
5712 don't break a @var across a line.
5713
c80a96a8
MR
57142007-07-25 Maciej W. Rozycki <macro@mips.com>
5715
5716 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
5717 for include files.
5718
5824a901
NR
57192007-07-12 Nick Roberts <nickrob@snap.net.nz>
5720
5721 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
5722 in annotate.texinfo.
5723 (Command History): Link to new node.
5824a901 5724
d52e7ea3
UW
57252007-07-05 Markus Deuling <deuling@de.ibm.com>
5726
5727 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
5728
5fc14d0a
EZ
57292007-07-05 Eli Zaretskii <eliz@gnu.org>
5730
5731 * gdbint.texinfo (Target Conditionals): Fix last change.
5732
4a9bb1df
UW
57332007-07-03 Markus Deuling <deuling@de.ibm.com>
5734
5735 * gdb.texinfo: Replace following macros by their appropriate gdbarch
5736 routines:
5737 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
5738 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
5739 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
5740 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
5741 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
5742 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
5743 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
5744 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
5745 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
5746 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
5747 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
5748 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
5749 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
5750 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
5751 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
5752 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
5753 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
5754 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
5755 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
5756 (SOFTWARE_SINGLE_STEP_P)
5757
5758 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
5759 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
5760
5761 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
5762 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
5763 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
5764 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
5765 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
5766 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
5767 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
5768 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
5769 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
5770 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
5771
5772 (Converting an existing Target Architecture to Multi-arch): Remove
5773 section.
5774
5775 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
5776 (gdbarch_addr_bits_remove): Add code example.
5777
5778 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
5779
cfa9d6d9
DJ
57802007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
5781
5782 * gdb.texinfo (Remote Configuration): Document library-info-packet.
5783 Add other missing entries. Adjust the table size to fit.
5784 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
5785 stop reasons including the new "library" event.
5786 (General Query Packets): Adjust table widths for qSupported. Mention
5787 qXfer:libraries:read reply to qSupported and document the new packet.
5788 (Library List Format): New section.
5789
159fcc13
JK
57902007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5791
5792 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
5793
f66d1690
MS
57942007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
5795
5796 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
5797
67102876
NR
57982007-06-25 Nick Roberts <nickrob@snap.net.nz>
5799
5800 * gdbint.texinfo (Register and Memory Data): Break sections
5801 into nodes and add a menu.
5802
a4642986
MR
58032007-06-21 Maciej W. Rozycki <macro@mips.com>
5804
5805 * gdb.texinfo (Examining Memory): Document the new behaviour.
5806
e9c17194
VP
58072007-06-21 Vladimir Prus <vladimir@codesourcery.com>
5808
5809 * gdb.texinfo (Standard Target Features): Document
5810 m68k features.
5811
31d99776
DJ
58122007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
5813
5814 * gdb.texinfo (General Query Packets): Document qOffsets changes.
5815
1780a0ed
DJ
58162007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5817
5818 * gdb.texinfo (Target Description Format): Add version attribute
5819 for <target>.
5820
822b6570
DJ
58212007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5822
5823 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
5824
f8b73d13
DJ
58252007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5826
5827 * gdb.texinfo (MIPS Features): New subsection.
5828
0e7f50da
UW
58292007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
5830 Markus Deuling <deuling@de.ibm.com>
5831
5832 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
5833 and qXfer:spu:write packets and mention them under qSupported.
5834
23d964e7
UW
58352007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
5836 Markus Deuling <deuling@de.ibm.com>
5837
5838 * gdb.texinfo (Architectures): Add new SPU section to document
5839 Cell Broadband Engine SPU architecture specific commands.
5840
9f708cb2
VP
58412007-06-09 Vladimir Prus <vladimir@codesourcery.com>
5842
5843 * gdb.texinfo (GDB/MI Variable Objects): Editorial
5844 comments.
5845
7579b5f8
NR
58462007-06-07 Nick Roberts <nickrob@snap.net.nz>
5847
5848 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
5849
bf06d120
JB
58502007-05-29 Jim Blandy <jimb@codesourcery.com>
5851
5852 * gdb.texinfo (Overview): Doc fix.
5853
23776285
MR
58542007-05-22 Maciej W. Rozycki <macro@mips.com>
5855
5856 * gdb.texinfo (Remote Configuration): Document "set/show
5857 remoteflow".
5858
1a69e1e4
DJ
58592007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
5860
bf06d120
JB
5861 * gdb.texinfo (MIPS): Remove documentation for set mips
5862 saved-gpreg-size, show mips saved-gpreg-size, and set mips
5863 stack-arg-size.
1a69e1e4 5864
46ba6afa 58652007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 5866
46ba6afa
BW
5867 * all-cfg.texi (GDBTUI): New.
5868 * gdb.texinfo (Mode Options): Use GDBTUI variable.
5869 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
5870 (TUI Configuration): Edit to improve clarity and fix problems of
5871 both style and content.
5ae4183a 5872
06d3b283
UW
58732007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
5874
5875 * observer.texi (GDB Observers): New observer "new_objfile".
5876
179101d6
UW
58772007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
5878
5879 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
5880
25d5ea92
VP
58812007-04-14 Vladimir Prus <vladimir@codesourcery.com>
5882
5883 * gdb.texinfo (GDB/MI Variable Objects): Document
5884 frozen variables objects.
5ae4183a 5885
ea35711c
DJ
58862007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
5887
5888 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
5889 (Character Sets, Caching Data of Remote Targets): Likewise.
5890 (Targets): Delete Remote node. Move its text...
5891 (Debugging Remote Programs): ...to here. Delete description
5892 of the "remote" command.
5893 (Remote configuration): Delete description of "set remotedevice"
5894 and "show remotedevice".
5895 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
5896
db2e3e2e
BW
58972007-04-11 Bob Wilson <bob.wilson@acm.org>
5898
5ae4183a
AS
5899 * gdb.texinfo (Contributors, Continuing and Stepping)
5900 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
5901 (General Query Packets, File-I/O Remote Protocol Extension)
5902 (Protocol Basics, The F Reply Packet, Write)
5903 (Protocol-specific Representation of Datatypes, Memory Transfer):
5904 Fix hyphenation, punctuation and grammar problems.
5905 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
5906 'section' instead of 'subsection' in the text.
5907 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
5908 (i386): Remove period from section name.
db2e3e2e
BW
5909 (Installing GDB, Requirements, Running Configure, Separate Objdir)
5910 (Config Names, Configure Options): Use @file{configure}.
5911
8a3dae3e
DJ
59122007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
5913
5914 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
5915 and tab expansion.
5916
1a92f856
DJ
59172007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
5918
5919 * gdbint.texinfo (SOM): Correct location of the SOM reader.
5920
79a6e687 59212007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 5922
79a6e687
BW
5923 * gdb.texinfo: Consistently capitalize all significant words in
5924 node names, chapter titles, section titles, and headings. Update
5925 cross references to match.
5926 (Starting and Stopping Trace Experiment): Make node name plural.
5927 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 5928
ad527d2e
PA
59292007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
5930
5931 * gdb.texinfo (WinCE): Delete obsolete subsection.
5932
7ce59000
DJ
59332007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
5934
5935 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
5936 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
5937 references.
5938
8807d78b
DJ
59392007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
5940
5941 * gdb.texinfo (Startup): Delete references to some alternate
5942 names for .gdbinit.
5943 (Thread): Remove LynxOS reference.
5944 (Tandem ST2000): Delete target-specific documentation.
5945 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
5946 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
5947 and GDB_OSABI_LYNXOS.
5948
5f402660
UW
59492007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
5950
5951 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
5952
bac718a6
UW
59532007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
5954
5955 * gdbint.texinfo (Target Conditionals): Remove mention of
5956 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
5957 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
5958
9453113a
DJ
59592007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
5960
5961 * Makefile.in: Add "pdfdir" installation
5962 directory, PDFTEX macro, support for "install-pdf" target,
5963 and rules for making a pdf version of refcard.texi.
5964 * refcard.tex: Specify paper size for PDF output.
5965
ae21e955 59662007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 5967
ae21e955 5968 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 5969
3f94c067 59702007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 5971
3f94c067
BW
5972 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
5973 (Source Path, Character Sets, Macros, Define)
5974 (GDB/MI Result Records, GDB/MI Simple Examples)
5975 (GDB/MI Program Execution, GDB/MI File Commands)
5976 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
5977 (Bug Reporting): Use @value{GCC}.
5ae4183a 5978
12c27660 59792007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 5980
12c27660
BW
5981 * gdb.texinfo (Help): Fix formatting of examples.
5982 (Variables): Use @ifnotinfo instead of @iftex.
5983 (Non-debug DLL symbols): Use @ref instead of @pxref.
5984 (Sparclet File): Use @samp instead of quotes.
5ae4183a 5985
ce9341a1
BW
59862007-03-26 Bob Wilson <bob.wilson@acm.org>
5987
5988 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
5989
c8f4133a
BW
59902007-03-26 Bob Wilson <bob.wilson@acm.org>
5991
5992 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
5993 the order of the nodes.
5994 (C Operators, C Constants, Debugging C): Remove extra menus.
5995 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 5996
c8f4133a 59972007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
5998
5999 * gdb.texinfo (File Options): Add missing parenthesis.
6000 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
6001
c74d0ad8
DJ
60022007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6003
6004 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
6005
ff6f572f
DJ
60062007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6007
669fac23 6008 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
6009 case insensitivity.
6010 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
6011
994337c3
NR
60122007-02-18 Nick Roberts <nickrob@snap.net.nz>
6013
6014 * gdb.texinfo (Top): Put Appendix A after numbered sections.
6015 (Files): Add section name to argument list for pxref.
6016 (Non-debug DLL symbols): Don't use `see' for pxref.
6017 (Embedded Processors): Fix typo.
6018 (GDB/MI Breakpoint Commands): Execution commands generate
6019 *stopped not ^done.
6020
eb819d70
NR
60212007-02-13 Nick Roberts <nickrob@snap.net.nz>
6022
6023 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
6024 values for in_scope. Mention that only root variables can be
6025 updated.
6026 (GDB/MI Development and Front Ends): Explain new values may be
6027 added to existing fields.
6028
123dc839
DJ
60292007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6030
6031 * gdb.texinfo (-target-disconnect): Use @smallexample.
6032 (Requirements): Add anchor for Expat. Update description.
6033 (Target Descriptions): Mention Expat.
6034 (Target Description Format): Document new elements. Use
6035 @smallexample.
6036 (Predefined Target Types, Standard Target Features): New sections.
669fac23 6037 * gdbint.texinfo (Target Descriptions): New section.
123dc839 6038
108546a0
DJ
60392007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
6040
6041 * gdb.texinfo (Target Description Format): Add section on XInclude.
6042
95a98c01
NR
60432006-02-03 Nick Roberts <nickrob@snap.net.nz>
6044
6045 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
6046 command -enable-timings.
6047
f4b3909f
EZ
60482007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
6049
5ae4183a 6050 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
6051 descriptions for new/deleted elements in gdb_osabi. Add missing
6052 description for function generic_elf_osabi_sniff_abi_tag_sections.
6053
c7ba131e
JB
60542007-01-29 Joel Brobecker <brobecker@adacore.com>
6055
6056 * gdb.texinfo (Maintenance Commands): Add documentation for
6057 the new "maint print target-stack" command.
6058
3a60f64e
JK
60592007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6060 Eli Zaretskii <eliz@gnu.org>
6061
f4b3909f 6062 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 6063
c582f8b6
EZ
60642007-01-26 Eli Zaretskii <eliz@gnu.org>
6065
6066 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
6067 Use @value{NGCC} instead of @value{GCC}.
6068
d3e8051b
EZ
60692007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
6070
6071 * agentexpr.texi: Fix typos.
6072 * annotate.texinfo: Likewise.
6073 * gdb.texinfo: Likewise.
6074 * gdbint.texinfo: Likewise.
6075 * observer.texi: Likewise.
6076 * stabs.texinfo: Likewise.
6077
86f04699
EZ
60782007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
6079
6080 * gdbint.texinfo (Support Libraries): Remove mmalloc
6081 entry. Describe readline library.
6082
23181151
DJ
60832007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
6084
6085 * gdb.texinfo (Target Descriptions): New section.
6086 (General Query Packets): Add QPassSignals anchor. Mention
6087 qXfer:features:read under qSupported. Expand mentions of
6088 qXfer:memory-map:read and QPassSignals. Document
6089 qXfer:features:read.
6090
f822c95b
DJ
60912007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
6092
6093 * gdb.texinfo (Commands to specify files): Describe
6094 "set sysroot" and "show sysroot".
6095 (Using the `gdbserver' program): Lowercase argument
6096 to @var. Expand description of setting up GDB on the
6097 host.
6098
8936fcda
JB
60992007-01-05 Joel Brobecker <brobecker@adacore.com>
6100
6101 * gdb.texinfo (Set Catchpoints): Add documentation for the new
6102 catch exception, catch exception unhandled, and catch assert
6103 commands.
6104
e776119f
DJ
61052007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6106
6107 * gdb.texinfo (Debugging Output): Document "set debug xml"
6108 and "show debug xml".
6109
aa79a185
DJ
61102007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6111
6112 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
6113
7f893741
JB
61142007-01-01 Joel Brobecker <brobecker@adacore.com>
6115
6116 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
6117
a1b5960f
VP
61182006-12-08 Vladimir Prus <vladimir@codesourcery.com>
6119
6120 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
6121 note in @ignore, to be removed later if nobody complains.
6122
9f470e6e
NR
61232006-12-04 Nick Roberts <nickrob@snap.net.nz>
6124
6125 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
6126 of -var-delete.
6127
765dc015 61282006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 6129
765dc015 6130 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
6131 automatic software/hardware breakpoint usage and
6132 the "set breakpoint auto-hw" command.
765dc015 6133
4b5752d0
VP
61342006-11-21 Vladimir Prus <vladimir@codesourcery.com>
6135
6136 * gdb.texinfo (Memory Access Checking): New.
6137
89be2091
DJ
61382006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
6139
6140 * gdb.texinfo (Remote configuration): Mention
6141 "pass-signals-packet".
6142 (General Query Packets): Document QPassSignals. Fix
6143 a typo.
6144
ca3bf3bd
DJ
61452006-11-14 Maxim Grigoriev <maxim@tensilica.com>
6146
6147 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
6148
427c3a89
DJ
61492006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
6150
6151 * gdb.texinfo (Remote configuration): Rewrite documentation for
6152 packet configuration commands.
6153 (OS Information): Adjust reference to qXfer:auxv:read.
6154 (General Query Packets): Remove references to read-aux-vector-packet
6155 and set remote get-thread-local-storage-address.
6156
7a107747
DJ
61572006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
6158
6159 * gdbint.texinfo (Target Architecture Definition): Add new
6160 Initializing a New Architecture section.
6161
1c56eb0e
EZ
61622006-10-31 David Taylor <dtaylor@emc.com>
6163
6164 * stabs.texinfo (Macro define and undefine): New node describing
6165 stabs for #define and #undef.
6166
f73adfeb
AS
61672006-10-27 Andreas Schwab <schwab@suse.de>
6168
6169 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
6170
fd60e0df
EZ
61712006-10-21 Eli Zaretskii <eliz@gnu.org>
6172
6173 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
6174 clarify on the possible meanings of ``expression'' watched by
6175 watchpoints. Add indexing.
e5ac9b53
EZ
6176 (Prompting, Errors, Invalidation, Annotations for Running)
6177 (Source Annotations): Fix index entries by adding "annotation" to
6178 them, to discriminate from index entries that point to the more
6179 general topic descriptions.
fd60e0df 6180
52bb452f
DJ
61812006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6182
6183 * gdbint.texinfo (Target Vector Definition): Move most
6184 content into Existing Targets. Add a menu.
6185 (Existing Targets): New section, moved from Target Vector
6186 Definition. Use @subsection.
6187 (Managing Execution State): New section.
6188
58955e58
BW
61892006-10-16 Bob Wilson <bob.wilson@acm.org>
6190
6191 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
6192
c8aa23ab
EZ
61932006-10-15 Eli Zaretskii <eliz@gnu.org>
6194
6195 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
6196 (Command Syntax, Signals, Backtrace, Connecting)
6197 (Remote configuration, Renesas Boards, Console I/O): Fix last
6198 change: use Ctrl- instead of C-, except wrt Emacs.
6199 (File-I/O Examples): Put Ctrl-c in @kbd.
6200 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
6201 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
6202 (Signals, Set Breaks, Set Watchpoints): Document optional
6203 arguments to `info signals' `handle', `info breakpoints', and
6204 `info watchpoints'.
c8aa23ab 6205
e7109c7e
EZ
62062006-10-14 Eli Zaretskii <eliz@gnu.org>
6207
6208 * gdb.texinfo (Backtrace): Fix last change.
6209
de3aea7b
NR
62102006-10-14 Nick Roberts <nickrob@snap.net.nz>
6211
6212 * gdb.texinfo (Backtrace): Order correctly and add other cases.
6213
7f9087cb
BW
62142006-10-10 Bob Wilson <bob.wilson@acm.org>
6215
c8aa23ab
EZ
6216 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
6217 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
6218 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 6219
68437a39
DJ
62202006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6221 Daniel Jacobowitz <dan@codesourcery.com>
6222
6223 * gdb.texinfo (Packets): Document vFlashErase,
6224 vFlashWrite and vFlashDone packets.
6225 (General Query Packets): Document qXfer:memory-map:read.
6226 Add a new feature for qXfer:memory-map:read.
6227 (Memory map format): New section.
6228 (Target Commands): Mention that gdb can write flash.
6229
fd79ecee
DJ
62302006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6231 Daniel Jacobowitz <dan@codesourcery.com>
6232
6233 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
6234 memory regions and "mem auto".
6235
350da6ee
DJ
62362006-09-21 Nathan Sidwell <nathan@codesourcery.com>
6237
6238 * gdbint.texinfo (Array Containers): New section.
6239
2f1acb09
VP
62402006-09-17 Vladimir Prus <vladimir@codesourcery.com>
6241
6242 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
6243 -stack-list-arguments HIGH_FRAME argument can be larger then the
6244 actual number of frames.
6245
2ab1eb7a
VP
62462006-09-07 Vladimir Prus <vladimir@codesourcery.com>
6247
6248 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
6249 -stack-list-locals HIGH_FRAME argument can be larger then the
6250 actual number of frames.
2ab1eb7a 6251
599b237a
BW
62522006-09-02 Bob Wilson <bob.wilson@acm.org>
6253
6254 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
6255 Register Packet Format, Tracepoint Packets): Fix spelling errors.
6256
25ab7e6d
EZ
62572006-09-02 Eli Zaretskii <eliz@gnu.org>
6258
6259 * gdbint.texinfo (Overall Structure): New section "Source Tree
6260 Structure".
6261
940178d3
JB
62622006-08-17 Jim Blandy <jimb@codesourcery.com>
6263
6264 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
6265 responses.
6266
30daae6c
JB
62672006-08-08 Joel Brobecker <brobecker@adacore.com>
6268
6269 * gdb.texinfo (Source Path): Add documentation for new
6270 substitute-path commands.
6271
7fa2210b
DJ
62722006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
6273
6274 * gdb.texinfo (Installing GDB): Update menu. Move text to...
6275 (Running Configure): ...here.
6276 (Requirements): New node. Mention expat.
6277
3d00d119
DJ
62782006-08-08 Vladimir Prus <vladimir@codesourcery.com>
6279
5ae4183a 6280 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
6281 'set download-write-size' and 'show download-write-size'.
6282
0cbfa4ee
DJ
62832006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
6284
6285 * stabs.texinfo (Member Type Descriptor): Correct example for
6286 pointer to member types.
6287
16026cd7
AS
62882006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
6289
6290 * gdb.texinfo (Optional warnings and messages): Add
6291 'set/show trace-commands'.
6292 (Command files): Add '-v' to source command.
6293
0876f84a
DJ
62942006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
6295
6296 * gdb.texinfo (OS Information): Update qPart reference to
6297 qXfer.
6298 (Remote configuration): Likewise.
6299 (Overview): Move @cindex to the start of a paragraph. Talk
6300 about binary data encoding.
6301 (Packets): Refer to the overview for the details of the X
6302 packet encoding.
6303 (General Query Packets): Remove qPart description. Add qXfer
6304 description. Add an anchor to qSupported. Correct feature
6305 table title. Add a new feature for qXfer:auxv:read.
6306 (Interrupts): Add a missing parenthesis.
6307
2ec3381a
DJ
63082006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
6309
669fac23 6310 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
6311 (GDB/MI Kod Commands): Remove commented out node.
6312
594fe323
EZ
63132006-07-01 Eli Zaretskii <eliz@gnu.org>
6314
6315 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
6316 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
6317 (GDB/MI Thread Commands, GDB/MI Program Execution)
6318 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
6319 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
6320 (GDB/MI File Commands, GDB/MI Target Manipulation)
6321 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
6322 since the MI prompt is hard-wired into the code.
6323
7e3fb70c
NR
63242006-07-01 Nick Roberts <nickrob@snap.net.nz>
6325
6326 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
6327 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
6328 (GDB/MI Data Manipulation): Remove description of unimplemented
6329 display related commands as variable objects perform this function
6330 and are superior: -display-delete, -display-disable,
6331 -display-enable, -display-insert and -display-list. Move
6332 -environment-cd, -environment-directory, -environment-path
6333 and -environment-pwd to "Program Context".
6334 (GDB/MI Program Control): Rename to "Program Execution". Move
6335 -exec-arguments -exec-abort to...
6336 (GDB/MI Program Context): ...here. New node split from "Data
6337 Manipulation".
6338
be2a5f71
DJ
63392006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
6340
6341 * gdb.texinfo (Remote configuration): Document set / show
6342 remote supported-packets.
6343 (General Query Packets): Document qSupported packet.
6344
fc320d37
SL
63452006-06-10 Sandra Loosemore <sandra@codesourcery.com>
6346
6347 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
6348 and font markup.
6349 (Protocol basics): Likewise.
6350 (The F request packet): Likewise.
6351 (The F reply packet): Likewise.
6352 (Memory transfer): Move this node to be a subsubsection of
6353 "Protocol specific representation of datatypes".
6354 (The Ctrl-C message): More copy editing.
6355 (Console I/O): Likewise.
6356 (The isatty call): Delete this node, and merge its content into
6357 the "isatty" node. Fixed references elsewhere.
6358 (The system call): Delete this node, and merge its content into
6359 the "system" node. Fixed references elsewhere.
6360 (open): Reformat to use @table, and add appropriate font markup.
6361 (close): Likewise.
6362 (read): Likewise.
6363 (write): Likewise.
6364 (lseek): Likewise.
6365 (rename): Likewise.
6366 (unlink): Likewise.
6367 (stat/fstat): Likewise.
6368 (gettimeofday): Likewise.
6369 (isatty): Likewise.
6370 (system): Likewise, plus minor changes to fix confusing wording.
6371 (Integral datatypes): Fix font markup.
6372 (Pointer values): Likewise.
6373 (struct stat): Fix markup to use @table, plus minor copy editing.
6374 (struct timeval): Fix font markup, plus minor copy editing.
6375 (Constants): Minor copy editing.
6376 (Errno values): Add font markup.
6377 (File-I/O Examples): Likewise.
6378
158fdf5c
NR
63792006-06-10 Nick Roberts <nickrob@snap.net.nz>
6380
6381 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
6382 (GDB/MI Simple Examples): Move node up one level. Use real
6383 examples.
6384 (GDB/MI Compatibility with CLI): Update.
6385 (GDB/MI Result Records): Add "connected" and "exit" result
6386 classes.
6387 (GDB/MI Stream Records): Clarify target output.
6388 (GDB/MI Command Description Format): Modify example description.
6389 (GDB/MI Breakpoint Table Commands): Rename to...
6390 (GDB/MI Breakpoint Commands): ...this
6391 (GDB/MI Breakpoint Commands): Add optional thread field.
6392 (GDB/MI Program Control): Add an introduction. Move "Program
6393 termination" examples into exec-run description.
6394 (GDB/MI File Commands): Mention similar CLI commands.
6395 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
6396 is similar to "-gdb-version".
6397
ddb50cd7
EZ
63982006-06-09 Eli Zaretskii <eliz@gnu.org>
6399
6400 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
6401
2aef0d6b
NR
64022006-06-02 Nick Roberts <nickrob@snap.net.nz>
6403
6404 * gdb.texinfo (GDB/MI Development and Front Ends): Use
6405 sourceware.org for mailing lists.
d5e40d59 6406 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 6407
383a5c52
NR
64082006-06-01 Nick Roberts <nickrob@snap.net.nz>
6409
d5e40d59 6410 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 6411
e16b02ee
EZ
64122006-05-22 Eli Zaretskii <eliz@gnu.org>
6413
6414 * gdb.texinfo (Cygwin Native): Fix last change.
6415
be90c084
CF
64162006-05-22 Christopher Faylor <cgf@timesys.com>
6417
6418 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
6419
347ceba5
NR
64202006-05-15 Nick Roberts <nickrob@snap.net.nz>
6421
6422 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
6423 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
6424
369af7bd
DJ
64252006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6426
6427 * gdb.texinfo (General Query Packets): Recommend not starting
6428 new packets with qC and clarify.
6429
2ffdbde8 64302006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
6431
6432 * gdb.texinfo (M2 Types): New section.
72019c9c 6433
16d1a084
DJ
64342006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
6435
6436 * agentexpr.texi: Add a copyright and license notice.
6437 * observer.texi: Likewise, with GPL clause for function prototypes.
6438 Remove trailing whitespace.
6439
aa56d27a
JB
64402006-05-05 Jim Blandy <jimb@codesourcery.com>
6441
6442 * gdb.texinfo (General Query Packets): Document conventions for
6443 terminating packet names, and their violations.
6444
5bdf8622
DJ
64452006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
6446
6447 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
6448 * gdb.texinfo: Likewise.
6449
605a56cb
DJ
64502006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
6451
6452 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
6453 and "show remotedebug".
6454 (Debugging Output): Add additional index entries.
6455
b8db102d
MS
64562006-04-27 Michael Snyder <msnyder@redhat.com>
6457
6458 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
6459
c5e30d01
AC
64602006-04-22 Andrew Cagney <cagney@redhat.com>
6461
6462 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
6463 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
6464
8181d85f
DJ
64652006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
6466
6467 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
6468 and remove breakpoint prototypes.
6469 (Watchpoints): Move description of target_insert_hw_breakpoint and
6470 target_remove_hw_breakpoint ...
6471 (Breakpoints): ... to here. Document target_insert_breakpoint and
6472 target_remove_breakpoint.
6473
4f553f88
JB
64742006-04-17 Jim Blandy <jimb@codesourcery.com>
6475
6476 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
6477 and C packets are optional.
6478
cd852561
FR
64792006-04-14 Frederic Riss <frederic.riss@st.com>
6480
6481 * gdb.texinfo (Specifying source directories): Update the description
6482 of the source file search to reflect the fact that the source path
6483 always contains at least $cdir and $cwd.
6484
b620eb07
MS
64852006-03-31 Michael Snyder <msnyder@redhat.com>
6486
6487 * gdb.texinfo: Update copyright dates.
6488
3156cdaf
EZ
64892006-03-31 Eli Zaretskii <eliz@gnu.org>
6490
6491 * gdb.texinfo (Overview): Add an index entry to "empty response".
6492
7d30c22d
JB
64932006-03-28 Jim Blandy <jimb@codesourcery.com>
6494
6495 * gdbint.texinfo (Prologue Analysis): New section.
6496
86941c27
JB
64972006-03-07 Jim Blandy <jimb@red-bean.com>
6498
66b8c7f6
JB
6499 * gdb.texinfo (Connecting): Document 'target remote pipe'.
6500
1a10341b
JB
6501 * gdb.texinfo (Target Commands): Update text describing how to
6502 specify a target. Refer to the detailed section on remote
6503 debugging, not the brief mention.
6504
86941c27
JB
6505 * gdb.texinfo (Connecting): Organize the different 'target remote'
6506 connection methods into a table. Add a 'target remote' index
6507 entry. (!!!)
6508
62f3a2ba
FF
65092006-02-17 Fred Fish <fnf@specifix.com>
6510
6511 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
6512 'ptype' commands to reflect the fact that the only significant
6513 difference between them is that ptype prints the complete type
6514 description instead of just the name.
6515
8b9a88ea
WZ
65162006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
6517
6518 * gdbint.texinfo (Watchpoints): Delete
6519 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
6520
7e8dc855
NR
65212006-02-10 Nick Roberts <nickrob@snap.net.nz>
6522
6523 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
6524 times fields where needed. Fix typos. Update general form given
6525 for output of -break-insert.
6526 (GDB/MI): Abbreviate some unnecessarily long fullnames.
6527
c91d38aa
DJ
65282006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
6529
6530 * gdbint.texinfo (Symbol Handling): Add a section
6531 on memory management.
6532
38fcd64c
DJ
65332006-02-06 Vladimir Prus <ghost@cs.msu.su>
6534
6535 * gdb.texinfo (Breakpoint table commands): Document the fullname
6536 field in -break-list output.
6537
219eec71
EZ
65382006-02-03 Eli Zaretskii <eliz@gnu.org>
6539
6540 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
6541 debugging information produced by the various "set debug..."
6542 options.
6543
ae5a43e0
DJ
65442006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6545
6546 * gdb.texinfo (Files): Remove obsolete bits from the description
6547 of "symbol-file".
6548
a9f158ec
JB
65492006-01-25 Jim Blandy <jimb@redhat.com>
6550
6551 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
6552
410dd08e
JB
65532006-01-24 Jim Blandy <jimb@redhat.com>
6554
6555 * gdbint.texinfo (Frames): Document the basics of GDB's register
6556 unwinding model, and explain the existence of the "sentinel" frame.
6557
4b505b12
AS
65582006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
6559
6560 * gdb.texinfo (Choosing files): Mention that -directory is used
6561 for script files.
6562 (Specifying source directories): Likewise.
6563 (Command files): Explain how script files are found.
6564
839c27b7
EZ
65652006-01-21 Eli Zaretskii <eliz@gnu.org>
6566
6567 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
6568 the threads in a multi-threaded program.
6569 (Threads): The threadno argument of "thread apply" can be a range
6570 of numbers.
6571
7be93b9e
JB
65722006-01-18 Jim Blandy <jimb@redhat.com>
6573
6574 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
6575 of warning flags.
6576
fcc73fe3
EZ
65772006-01-13 Eli Zaretskii <eliz@gnu.org>
6578
6579 * gdb.texinfo (Sequences): Improve menu annotations.
6580 (Define): Add index entries for arguments of user-defined
6581 commands. Move the description of flow-control commands...
6582 (Command Files): ...to here. Document loop_break and
6583 loop_continue.
ca91424e
EZ
6584 (Define, Command Files): Document `end' and add index entries for
6585 it.
fcc73fe3 6586
5c95884b
MS
65872006-01-04 Michael Snyder <msnyder@redhat.com>
6588
6589 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 6590 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 6591
860701dc
PH
65922006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
6593
6594 * gdb.texinfo (Omissions from Ada): Document that there is now
6595 limited aggregate support.
6596
36b80e65
EZ
65972005-12-28 Eli Zaretskii <eliz@gnu.org>
6598
6599 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
6600 registers and the likes.
6601
c1468174
EZ
66022005-12-24 Eli Zaretskii <eliz@gnu.org>
6603
6604 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
6605 (Symbols): Fix usage of "e.g.".
359df76b 6606 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
6607
6608 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
6609 (Coding): Fix usage of "e.g.".
6610
c02a867d
EZ
66112005-12-23 Eli Zaretskii <eliz@gnu.org>
6612
5ae4183a
AS
6613 * stabs.texinfo:
6614 * refcard.tex:
c02a867d 6615 * gpl.texi:
5ae4183a
AS
6616 * gdbint.texinfo:
6617 * gdb.texinfo:
6618 * gdb-cfg.texi:
c02a867d 6619 * fdl.texi:
5ae4183a
AS
6620 * annotate.texinfo:
6621 * all-cfg.texi:
c02a867d
EZ
6622 * Makefile.in: Add (C) after Copyright. Update the FSF
6623 address.
6624
fad38dfa
EZ
66252005-12-03 Eli Zaretskii <eliz@gnu.org>
6626
6627 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
6628 extend GDB with commands for external monitor.
6629
53e5f3cf
AS
66302005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
6631
6632 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
6633
55f6ca0f
JB
66342005-11-25 Joel Brobecker <brobecker@adacore.com>
6635
6636 * gdbint.texinfo (Start of New Year Procedure): New chapter.
6637
c1947b85
JB
66382005-11-21 Jim Blandy <jimb@redhat.com>
6639
6640 * gdb.texinfo (Tracepoint Packets): Document restrictions on
6641 placement of 'R' actions in tracepoint action packets; document
6642 dependence of 'X' and 'M' actions on a preceding 'R' action for
6643 their registers.
6644
9d29849a
JB
66452005-11-19 Jim Blandy <jimb@redhat.com>
6646
6647 * gdb.texinfo (Tracepoint Packets): New node.
6648 (General Query Packets): Add entries for the tracepoint packets,
6649 referring to the "Tracepoint Packets" node.
6650 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 6651
9a6253be
KB
66522005-11-18 Kevin Buettner <kevinb@redhat.com>
6653
6654 * gdb.texinfo (set remotebreak): Add anchor.
6655 (X packet): Likewise.
6656 (Remote Protocol): Add new section `Interrupts' and new index
6657 entry `interrupts (remote protocol)'.
6658
5f3bebba
JB
66592005-11-18 Jim Blandy <jimb@redhat.com>
6660
6661 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
6662 entries into the General Query Packets section. Add a
6663 cross-reference to that section. Drop description of replies, as
6664 these are covered in the descriptions of each packet.
6665 (General Query Packets): Add introductory text. Explain naming
6666 conventions, and how the end of a name is recognized.
6667
9a7a1b36
KB
66682005-11-17 Kevin Buettner <kevinb@redhat.com>
6669
0564b6cf 6670 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
6671 "set remotebreak" command.
6672
b8ff78ce
JB
66732005-11-16 Jim Blandy <jimb@redhat.com>
6674
6675 * gdb.texinfo (Packets, Stop Reply Packets)
6676 (General Query Packets): Various formatting cleanups.
6677 - Use @samp for packet contents.
6678 - Drop summaries from packet @item lines; the same information appears
6679 immediately below in the description.
6680 - Delete paragraph breaks after packet @item commands, so that the
6681 description appears directly to the right of the packet prototype
6682 in the printed manual, if it fits.
6683 - Place spaces in packet prototypes between @vars and non-@var
6684 letters, and explain that they're just for formatting.
6685 - Use @dots{} instead of '...'.
6686 - Fix uses of @code where @var was needed.
6687 - Replace "deprecated" markers with English text spelling out the
6688 packet's status and the preferred alternatives.
6689 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
6690 what this ever meant.
6691 - Remove "(draft)" markers on 'i' packets; nobody has commented on
6692 this for a long time.
6693 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
6694 implemented several times, and have been in use for years.
6695
8ffe2530
JB
66962005-11-15 Jim Blandy <jimb@redhat.com>
6697
c43c5473
JB
6698 * gdb.texinfo (Packets): Add index entries for 'm' packet
6699 disclaimers.
5ae4183a 6700
fb031cdf
JB
6701 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
6702 of stub when processing an 'm' packet.
6703
8ffe2530
JB
6704 * gdb.texinfo (Packets): Mention that packets beginning with
6705 letters are reserved once, at the top, instead of actually listing
6706 them all and saying "reserved".
6707
c03c782f
AS
67082005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
6709
6710 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
6711 Change @var{$arg0 to @code{$arg0.
6712
814e32d7
WZ
67132005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
6714
6715 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
6716
fa93a9d8
JB
67172005-11-12 Jim Blandy <jimb@redhat.com>
6718
6719 * gdb.texinfo (General Query Packets): Put packets in alphabetical
6720 order. Remove extraneous 'z'.
6721
8a5a3c82
AS
67222005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
6723
6724 * gdb.texinfo (Choosing files): Add --eval-command.
6725
4b0ad762
AS
67262005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
6727
6728 * gdb.texinfo (Choosing modes): Add --return-child-result.
6729
6730
1a088d06
AS
67312005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
6732
6733 * gdb.texinfo (Choosing modes): Add --batch-silent.
6734
656d5e12
EZ
67352005-10-28 Eli Zaretskii <eliz@gnu.org>
6736
6737 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
6738 "The -var-update Command".
6739
3c9c013a
JB
67402005-10-03 Joel Brobecker <brobecker@adacore.com>
6741
6742 * gdb.texinfo (Print Settings): Add documentation for set/show
6743 print array-indexes.
6744
7ba3cf9c
DJ
67452005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
6746
6747 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
6748 6.2 and 6.3.
6749
a94ab193
EZ
67502005-08-27 Eli Zaretskii <eliz@gnu.org>
6751
6752 * gdb.texinfo (File Options): Don't document --mapped, it's gone
6753 since 19-Jan-2004.
6754 (Files): Likewise.
ab1adacd
EZ
6755 (Variables, Symbols): Document the "<incomplete type>" message and
6756 its reasons.
a94ab193 6757
ca06016a
FF
67582005-08-01 Fred Fish <fnf@specifix.com>
6759
6760 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
6761
cf58170d
NR
67622005-07-15 Nick Roberts <nickrob@snap.net.nz>
6763
6764 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
6765 option for -var-list-children and -var-update.
6766 (GDB/MI Stack Manipulation): Simplify description of
6767 print-values option for -stack-list-locals.
6768 (GDB/MI Command Description Format): Clarify.
6769 (Mode Options): Spelling of superseded.
6770
38f1196a
BR
67712005-07-12 Bob Rossi <bob@brasko.net>
6772
6773 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
6774 corresponding GDB command comment.
6775
3cb3b8df
BR
67762005-07-06 Bob Rossi <bob@brasko.net>
6777
6778 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
6779 and -inferior-tty-show.
6780 (Input/Output): Document "set/show inferior-tty" and tty alias.
6781
10fac096
NW
67822005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
6783
6784 * gdb.texinfo (Packets): Change description of 'D' packet to note
6785 that GDB does wait for a response.
6786
d1b6db76
NR
67872005-06-22 Nick Roberts <nickrob@snap.net.nz>
6788
6789 * gdb.texinfo (History) Rename "Command History".
6790 (Command History): Move node "Server Prefix" from section on
6791 Annotations here.
6792
29629dcf
NR
67932005-06-19 Nick Roberts <nickrob@snap.net.nz>
6794
6795 * gdb.texinfo (GDB/MI Stack Manipulation):
6796 Re-instate -stack-info-frame with example. Say that it gets
6797 info on selected frame, not current frame.
6798
397ca115
EZ
67992005-06-18 Eli Zaretskii <eliz@gnu.org>
6800
6801 * gdb.texinfo (Server): Clarify that `file' should be used before
6802 connecting to the server.
6803 (Files): Add an xref to the above description.
51274035
EZ
6804 (Output Formats): More detailed description of the `c' format.
6805 (Memory): List explicitly all the formats supported by `x'.
638ac427 6806 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 6807 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
6808 files. Add more indexing for solib-absolute-prefix and
6809 --with-sysroot.
76d17f34
EZ
6810 (Machine Code): Document possible problems with locations in
6811 shared libraries.
d416eeec
EZ
6812 (Backtrace): Document that free-standing environments do not need
6813 to have a `main' function.
397ca115 6814
74f6deaa
NR
68152005-06-18 Nick Roberts <nickrob@snap.net.nz>
6816
6817 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
6818 -stack-info-frame.
6819
a9967aef
AC
68202005-06-07 Andrew Cagney <cagney@gnu.org>
6821
6822 * gdb.texinfo (Contributors): Note the original multi-arch
6823 contributors.
6824
e09f16f9
EZ
68252005-06-03 Eli Zaretskii <eliz@gnu.org>
6826
6827 * gdb.texinfo (Registers): Add index entries for the standard
6828 registers.
6829 (Frames): Add cross-reference from frame pointer description to
6830 the Registers node.
6831 (Annotations Overview): Fix the reference to GDB name.
6832
d87ba7ee
EZ
68332005-06-01 Eli Zaretskii <eliz@gnu.org>
6834
6835 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
6836 can-use-hw-watchpoints.
6837
034dad6f
BR
68382005-05-28 Bob Rossi <bob@brasko.net>
6839
6840 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
6841 the possible reasons why an exec async record would be returned to FE.
6842
ffed4509
AC
68432005-05-26 Andrew Cagney <cagney@gnu.org>
6844
6845 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
6846 Andrew Cagney implemented the original GDB/MI.
6847
e22e55c9
OF
68482005-05-23 Orjan Friberg <orjanf@axis.com>
6849
6850 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
6851 documentation. Add documentation for cris-mode.
6852
a78e13ce
EZ
68532005-05-20 Eli Zaretskii <eliz@gnu.org>
6854
6855 * gdb.texinfo (Numbers): Explain the example and make the wording
6856 more acurate.
6857
76ff342d
DJ
68582005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
6859 Dennis Brueni <dennis@slickedit.com>
6860
6861 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
6862 (GDB/MI Data Manipulation, GDB/MI Program Control)
6863 (GDB/MI Stack Manipulation): Update examples to include the fullname
6864 attribute in stack frames.
6865
119b882a
EZ
68662005-05-12 Eli Zaretskii <eliz@gnu.org>
6867
6868 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
6869 do with other non-standard names of init files.
6870
6fc08d32
EZ
68712005-05-11 Eli Zaretskii <eliz@gnu.org>
6872
6873 * gdb.texinfo (Command Files): Move the description of the startup
6874 from here...
6875 (Startup): ...to this new subsection of the Invocation chapter.
6876 Rearrange the description of init files more logically and add a
6877 cross-reference to "Command Files". Document the special gdbinit
6878 name for CISCO 68k. Expand the description of what GDB does
6879 during startup.
6880 (History): Add index entry for HISTSIZE.
6881
a561754a
MK
68822005-05-02 Mark Kettenis <kettenis@gnu.org>
6883
6884 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
6885
2eecc4ab
EZ
68862005-05-02 Eli Zaretskii <eliz@gnu.org>
6887
6888 * gdb.texinfo (SVR4 Process Information, The isatty call)
6889 (The system call): Don't use foo(N) notation for man pages and
6890 functions.
514c4d71 6891 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 6892
18999be5
EZ
68932005-04-27 Eli Zaretskii <eliz@gnu.org>
6894
6895 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
6896 were optimized away.
6897
0abb7bc7
EZ
68982005-04-22 Eli Zaretskii <eliz@gnu.org>
6899
6900 * gdb.texinfo (Remote configuration): Document "set/show
6901 get-thread-local-storage-address". Add cross-reference to the
6902 description of the qGetTLSAddr packet.
6903 (General Query Packets): Mention "set remote
6904 get-thread-local-storage-address" and add a reference to its
6905 description.
6906
6f61acb1
NR
69072005-04-19 Nick Roberts <nickrob@snap.net.nz>
6908
6909 * gdb.texinfo (Backtrace): Describe 'bt full'.
6910
9d59903a
NR
69112005-04-17 Nick Roberts <nickrob@snap.net.nz>
6912
6913 * gdb.texinfo (Mode Options): Fix typo.
6914 (GDB/MI): Describe how to invoke GDB/MI.
6915
721c2651
EZ
69162005-04-16 Eli Zaretskii <eliz@gnu.org>
6917
6918 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 6919 references changed. Add description of "info udot".
721c2651
EZ
6920 (Files): Document "set/show stop-on-solib-events".
6921 (M32R/D): Document "set/show download-path", "set/show
6922 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
6923 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
6924 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
6925 (Maintenance Commands): Improve indexing.
6926 (Target Commands): Document "set/show hash", "set/show debug
6927 monitor".
6928 (SVR4 Process Information): Document "info pidlist" and "info
6929 meminfo". Document "set/show procfs-tarce" and "set/show
6930 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
6931 (Symbols, The Print Command with Objective-C): Improve indexing.
6932 (Objective-C): Add references to "info classes" and "info
6933 selectors".
c45da7e6
EZ
6934 (Debugging Output): Improve wording. Document "set/show debug
6935 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
6936 (Set Breaks): Add index entry for "hardware breakpoints".
6937 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
6938 and "set/show usehardbreakpoints".
6939 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
6940 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
6941 (ARM): Document "rdilogfile", "rdilogenable", "set/show
6942 rdiromatzero", "set/show rdiheartbeat".
6943 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
6944 "sds".
6945 (Embedded Processors): Document the "sim" command.
6946 (Remote): Document the "remote" command.
6947 (DJGPP Native): Document the "info serial" command.
6948 (Threads): Document "maint info sol-threads".
6949 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
6950 (Set Breaks): Improve indexing.
6951 (Command Syntax): Add a reference to dont-repeat.
6952 (Define): Document "dont-repeat".
6953 (TUI Commands): Document "tabset".
6954 (WinCE): New subsection. Document "set/show remotedirectory",
6955 "set/show remoteupload", "set/show remoteaddhost".
721c2651 6956
14d6dd68
EZ
69572005-04-15 Eli Zaretskii <eliz@gnu.org>
6958
6959 * gdb.texinfo (Hurd Native): New subsection, documents
6960 Hurd-specific commands.
a64548ea 6961 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 6962 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
6963 (MIPS): Improve documentation of heuristic-fence-post. Document
6964 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
6965 mips stack-arg-size", "set/show mips mask-address", "set/show mips
6966 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 6967 (ARM): Document ARM-specific commands.
a64548ea
EZ
6968 (AVR): New section. Document "info io_registers".
6969 (CRIS): New section. Document "set/show cris-version" and
6970 "set/show cris-dwarf2-cfi".
6971 (HPPA): New section. Document "set/show debug hppa" and "maint
6972 print unwind".
a5adf40f 6973 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 6974 (Super-H): New section. Document the "regs" command.
721c2651 6975 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 6976
9c16f35a
EZ
69772005-04-09 Eli Zaretskii <eliz@gnu.org>
6978
6979 * gdb.texinfo (Print Settings): Document "set/show print
6980 pascal_static-members", "set print repeats", "show print
6981 null-stop". Improve indexing. Fix documentation of "set print
6982 union".
6983 (Pascal): New section.
6984 (Supported languages): Rename from "Support"; all references
6985 updated. Add a menu item for Pascal.
6986 (Numbers): Document "set radix.
6987 (Screen Size): Document "set/show pagination".
6988 (MIPS Embedded): Remove "set processor" documentation.
6989 (Remote configuration): Document "set/show X/P/Z-packet",
6990 "set/show read-aux-vector-packet", "set/show remote
6991 symbol-lookup-packet", "set/show remote verbose-resume-packet",
6992 "set/show remoteaddresssize", "set/show remotebaud", "set/show
6993 remotedebug", "set/show remotebreak", "set/show remotedevice",
6994 "set/show remotelogfile".
6995 (Auxiliary Vector): Add reference to the description of the
6996 read-aux-vector-packet setting.
6997 (Set Watchpoints): Add a cross-reference to "set remote
6998 hardware-breakpoint-limit".
6999 (General Query Packets): Add indexing of requests and
7000 cross-references to related commands in "Remote configuration".
7001 (File-I/O Overview, The system call): Fix wording and typos.
7002 (Thread Stops): Add index entries.
7003 (Continuing and Stepping): Document "show step-mode".
7004 (i386): New node. Document "set/show struct-convention".
7005 (Files): Document "show trust-readonly-sections".
7006 (Calling): Document "set/show unwindonsignal".
7007 (Messages/Warnings): Add index entries.
7008 (Maintenance Commands): Document "set/show watchdog".
7009 (Annotations Overview): Document "show annotate".
7010 (Set Watchpoints): Add index entries.
7011 (Symbols): Fix doc of case-sensitive.
7012 (ABI): Document "show coerce-float-to-double".
7013 (Convenience Vars, Help): Improve indexing.
7014 (Machine Code): Document "show disassembly-flavor".
7015 (Debugging C plus plus): Document "show overload-resolution".
7016 (Value History, Signaling): Add index entries.
7017
70182005-04-08 Eli Zaretskii <eliz@gnu.org>
7019
7020 * gdb.texinfo (Show): Move @kindex entries to their proper places.
7021 (Processes): Fix wording.
7022 (History, List, Logging output, Define, Symbols, Print Settings):
7023 Improve indexing.
7024
a8f24a35
EZ
70252005-04-03 Eli Zaretskii <eliz@gnu.org>
7026
7027 * gdb.texinfo (Targets): Document "set/show architecture". Remove
7028 redundant index entry for "target" command.
7029 (Backtrace): Add index entries.
7030 (Symbols, Fortran): Document the "set case-sensitive" command.
7031 (DJGPP Native): Document "set com1base", "set com1irq", etc.
7032 (Print Settings): Add index entry for "set demangle-style".
7033 (Target Commands): Document "set download-write-size".
7034 (Debugging Output): Document "set exec-done-display".
7035
09d4efe1
EZ
70362005-04-02 Eli Zaretskii <eliz@gnu.org>
7037
7038 * gdb.texinfo (Files): Fix the name and documentation of
7039 add-shared-symbol-files. Document its alias assf. Update the
7040 list of OSs where GDB supports shared libraries. Fix markup.
7041 (Continuing and Stepping): Add reference to @var{location} in the
7042 text.
7043 (Dump/Restore Files): Fix reference to @{filename}.
7044 (Help): Fix wording.
7045 (Attach): Ditto.
7046 (Set Watchpoints): Ditto.
7047 (Backtrace): Remove redundant index entries. Improve index
7048 entries.
7049 (Delete Breaks): Fix wording.
7050 (Memory): Document the compare-sections command.
7051 (Memory Region Attributes): Improve wording.
7052 (Disabling): Improve wording.
7053 (Fortran): New subsection. Document the "info common" command.
7054 (Help): Document aliases "info copying" and "info warranty".
7055 (Caching Remote Data): New section. Document the "set/show
7056 remotecache" and "info dcache" commands.
7057 (Show): Fix wording of the documentation of the "set
7058 extension-language" command.
7059 (Signals): Add index entry for "info handle".
7060 (Memory Region Attributes): Fix punctuation.
7061 (Symbols): Change the arg name to "location" and refer to it in
7062 the text. Fix wording of "info types" doc.
7063 (Threads): Fix usage of @enumerate @item's.
7064 (Listing Tracepoints): Add index entry for "info tp".
7065 (Set Watchpoints): Add xref to "info break" description.
7066 (Macros): Add an index entry for "macro exp1". Document the
7067 "macro list" command.
7068 (Maintenance Commands): Document "flushregs", "maint agent",
7069 "maint check-symtabs", "maint cplus", "maint demangle", "maint
7070 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
7071 "maint print architecture", "maint print objfiles", "maint print
7072 statistics", "maint print type", "maint show-debug-regs", "maint
7073 space", "maint time", and "maint translate-address".
7074 (Connecting): Document the "monitor" command.
7075 (Annotations Overview): Describe the "set annotate" command.
7076
82f2d802
EZ
70772005-04-01 Eli Zaretskii <eliz@gnu.org>
7078
7079 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
7080 Rearrange index entries and improve wording about support for
7081 hardware watchpoints.
7082
7d51c7de
BR
70832005-03-10 Bob Rossi <bob@brasko.net>
7084
7085 * gdb.texinfo: Update copyright
7086
68c71a2e
TR
70872005-02-09 Theodore A. Roth <troth@openavr.org>
7088
7089 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
7090 error.
7091
83761cbd
KB
70922005-02-03 Kevin Buettner <kevinb@redhat.com>
7093
7094 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
7095
9f1c6395
MS
70962005-01-17 Michael Snyder <msnyder@redhat.com>
7097
7098 * gdb.texinfo: Fix spelling, infinte -> infinite.
7099
fbd1b305
MK
71002005-01-08 Mark Kettenis <kettenis@gnu.org>
7101
7102 * observer.texi (GDB Observers): Document "solib_loaded".
7103
3ace7edb
AC
71042005-01-07 Andrew Cagney <cagney@gnu.org>
7105
bec39cab
AC
7106 * configure.ac: Rename configure.in, require autoconf 2.59.
7107 * configure: Re-generate.
7108
3ace7edb
AC
7109 * configure.in: Replace configdirs with multiple references to
7110 AC_CONFIG_SUBDIRS.
7111 * configure: Re-generate.
5ae4183a 7112
53531fc1
AC
71132005-01-04 Andrew Cagney <cagney@gnu.org>
7114
7115 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
7116 part of the version number.
7117
536ffdb7
MK
71182004-12-24 Mark Kettenis <kettenis@gnu.org>
7119
7120 * gdbint.texinfo (Algorithms): Remove description of
7121 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
7122
e1aac25b
JB
71232004-12-07 Jim Blandy <jimb@redhat.com>
7124
7125 * gdb.texinfo (General Query Packets): Specify that thread ID's in
7126 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
7127 numbers.
7128
f47b1503
AS
71292004-12-07 Andreas Schwab <schwab@suse.de>
7130
7131 * gdb.texinfo (Mode Options): Document -l option.
7132
b6b8ece6
EZ
71332004-12-04 Eli Zaretskii <eliz@gnu.org>
7134
7135 * gdbint.texinfo (Algorithms): More accurate description of
7136 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
7137 is not needed unless data-read and data-access watchpoints are
7138 supported. Add a description of how GDB checks whether the
7139 inferior stopped because a watchpoint was hit.
7140
01371747
EZ
71412004-11-23 Eli Zaretskii <eliz@gnu.org>
7142
7143 * gdb.texinfo (Files): Add cross-reference to description of
7144 -readnow command-line switch.
7145
2315ffec
RC
71462004-11-10 Randolph Chung <tausq@debian.org>
7147
7148 * gdb.texinfo: Document set/show backtrace past-entry commands.
7149 Rearrange index entries for set/show backtrace past-main.
7150
69065f5d
AC
71512004-11-10 Jon Beniston <jon@beniston.com>
7152
7153 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
7154 * gdb.texinfo (Remote Serial Protocol): Further describe
7155 binary transfer escaping mechanism .
69065f5d 7156
30e91e0b
RC
71572004-11-08 Randolph Chung <tausq@debian.org>
7158
7159 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
7160 and "show debug infrun". Add index entries.
7161
60bf7e09
EZ
71622004-10-23 Eli Zaretskii <eliz@gnu.org>
7163
7164 * gdb.texinfo (SVR4 Process Information): Document subcommands of
7165 "info proc" that are already implemented. Add index entries.
7166 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
7167 (Files): Add a tip for decreasing memory used for symtabs from
7168 shared libraries.
f018e82f
EZ
7169 (Starting): Fix whitespace; make "elaboration" stand out where it
7170 is first used, and add an index entry for the term.
f8568604
EZ
7171 (Calling): Expand and elaborate text. Add "print". Add the
7172 description of problems with weak aliases.
384ee23f 7173 (Core File Generation): New section.
60bf7e09 7174
d52fe014
AC
71752004-10-12 Andrew Cagney <cagney@gnu.org>
7176
7177 * gdbint.texinfo (Versions and Branches): New chapter.
7178 (Releasing GDB): Delete "Versions and Branches" section.
7179 (Top): Add "Versions and Branches".
7180
703663ab
EZ
71812004-10-08 Eli Zaretskii <eliz@gnu.org>
7182
7183 * gdb.texinfo (Editing, History): Add cross-references to the
7184 included Readline and History user documentation. Remove
7185 references to the symbol have-readline-appendices which is unused
7186 and undefined.
7187 (History): Fix indexing.
7188
ac77d04f
JJ
71892004-10-08 Jeff Johnston <jjohnstn@redhat.com>
7190
7191 * gdbint.texinfo (target_stopped_data_address): Update to
7192 new prototype.
7193 (i386_stopped_data_address): Update prototype and description.
7194 (i386_stopped_by_watchpoint): New function and description.
7195
e07c999f
PH
71962004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
7197
7198 * gdb.texinfo (Filenames): Add Ada suffixes.
7199 (Ada) New section.
7200
2e868123
AC
72012004-09-27 Andrew Cagney <cagney@gnu.org>
7202 Robert Picco <Robert.Picco@hp.com>
7203
7204 * gdb.texinfo (Packets): Document the "p" packet.
7205
02a57714
JM
72062004-09-21 Jason Molenda (jmolenda@apple.com)
7207
7208 * gdb.texinfo (Paths and Names of the Source Files): Document the
7209 meaning of values in the 'desc' field of a SO stab.
7210
ae038cb0
DJ
72112004-09-20 Daniel Jacobowitz <dan@debian.org>
7212
7213 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
7214 max-cache-age" and "maint show dwarf2 max-cache-age".
7215
f7dc1244
EZ
72162004-09-16 Eli Zaretskii <eliz@gnu.org>
7217
7218 * gdb.texinfo (Set Breaks): Add index entry for setting
7219 breakpoints on overloaded C++ functions that are not members of
7220 any classes. Add an example and an index entry for setting
7221 breakpoints on all program functions.
7222 (Character Sets, Macros, Overlay Commands)
7223 (Non-debug DLL symbols, GDB/MI Output Syntax)
7224 (Annotations Overview, Maintenance Commands, File-I/O Overview):
7225 Use "(@value{GDBP})" instead of a literal "(gdb)".
7226
f810308b
AC
72272004-09-12 Andrew Cagney <cagney@gnu.org>
7228
7229 * gdbint.texinfo (Native Debugging): Delete description of
7230 FILES_INFO_HOOK.
7231
15a661f3
PH
72322004-09-11 Paul Hilfinger <hilfinger@gnat.com>
7233
5ae4183a
AS
7234 * gdbint.texinfo (User Interface): Change local_hex_string_custom
7235 to hex_string_custom (not historically correct, but more
15a661f3
PH
7236 understandable, given the current code).
7237
f3219c75
AC
72382004-09-03 Andrew Cagney <cagney@gnu.org>
7239
7240 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
7241
f3bb6704
JJ
72422004-09-01 Jeff Johnston <jjohnstn@redhat.com>
7243
7244 * observer.texi (solib_unloaded): New observer.
7245
8d2c00cb
AC
72462004-08-24 Andrew Cagney <cagney@gnu.org>
7247
7248 * gdbint.texinfo (Target Architecture Definition): Add missing
7249 comma.
7250
e7dc800a
MC
72512004-08-20 Michael Chastain <mec.gnu@mindspring.com>
7252
7253 * (Using the Testsuite): build != host is supported,
7254 but some test scripts do not support build != host.
7255
73b03683
MK
72562004-08-14 Mark Kettenis <kettenis@gnu.org>
7257
7258 * gdbint.texinfo (Host Definition): Delete description of
7259 FCLOSE_PROVIDED and GETENV_PROVIDED.
7260
c0ccb908
MK
72612004-08-05 Mark Kettenis <kettenis@chello.nl>
7262
7263 * gdbint.texinfo (Host Definition): Delete description of
7264 NO_SYS_FILE.
7265 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
7266 PTRACE_FP_BUG.
7267
9c8dbfa9
AC
72682004-08-05 Andrew Cagney <cagney@gnu.org>
7269
7270 * gdbint.texinfo (Target Architecture Definition): Delete
7271 reference to deprecated_read_fp.
7272
f42accbe
AC
72732004-08-02 Andrew Cagney <cagney@gnu.org>
7274
7275 * gdbint.texinfo (Target Architecture Definition): Delete
7276 description of DEPRECATED_REGISTER_BYTES.
7277
0b66e38c
EZ
72782004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
7279
7280 * gdb.texinfo (Source Path): Document the new behavior of
7281 searching for the source files.
7282
15387254
EZ
72832004-07-17 Eli Zaretskii <eliz@gnu.org>
7284
7285 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
7286 (Search, Expressions, Arrays, Variables, Data, Machine Code)
7287 (Auto Display): Improve indexing.
7288
2c07db7a
AC
72892004-07-16 Andrew Cagney <cagney@gnu.org>
7290
7291 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
7292 "-noasync".
7293
4644b6e3
EZ
72942004-07-09 Eli Zaretskii <eliz@gnu.org>
7295
7296 * gdb.texinfo: Fix @kindex entries so that multiple commands that
7297 have the same prefix have only their prefix in the index.
7298
7561d450
MK
72992004-07-03 Mark Kettenis <kettenis@gnu.org>
7300
7301 * gdb.texinfo (BSD libkvm Interface): New node (section)
7302 (Native): Add it to the menu.
7303
67bebe79
MK
73042004-07-01 Mark Kettenis <kettenis@gnu.org>
7305
7306 * gdbint.texinfo (Target Architecture Definition): Remove
7307 PCC_SOL_BROKEN.
7308
1a6923e0
MK
73092004-06-24 Mark Kettenis <kettenis@gnu.org>
7310
7311 * gdbint.texinfo (Target Architecture Definition): Remove
7312 SUN_FIXED_LBRAC_BUG.
7313
b435e160
AC
73142004-06-26 Andrew Cagney <cagney@gnu.org>
7315
7316 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
7317
b5622e8d
AC
73182004-06-20 Andrew Cagney <cagney@gnu.org>
7319
7320 * gdbint.texinfo (Target Architecture Definition): Deprecate
7321 USE_STRUCT_CONVENTION.
7322
e0c07bf0
MC
73232004-06-19 Michael Chastain <mec.gnu@mindspring.com>
7324
7325 gdb.texinfo (Bug Reporting): Mention session recording,
7326 with the script command or Emacs.
7327
782263ab
AC
73282004-06-18 Andrew Cagney <cagney@gnu.org>
7329
7330 * gdbint.texinfo (Target Architecture Definition): Deprecate
7331 FUNCTION_START_OFFSET.
7332
03727ca6
AC
73332004-06-14 Andrew Cagney <cagney@gnu.org>
7334
7335 Based on changes from Karl Berry.
7336 * gdb.texinfo: Do not use @sc in a direntry.
7337 * stabs.texinfo: Change @dircateogry to "Software development".
7338 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
7339
97092415
AC
73402004-06-13 Andrew Cagney <cagney@gnu.org>
7341
7342 * gdbint.texinfo (Target Architecture Definition): Delete
7343 description of RETURN_VALUE_ON_STACK.
7344
1f6d4158
AC
73452004-06-09 Andrew Cagney <cagney@gnu.org>
7346
7347 * gdbint.texinfo (Native Debugging): Restore "@table @code"
7348 deleted by previous patch.
7349
d966f0cb
AC
73502004-06-08 Andrew Cagney <cagney@gnu.org>
7351
7352 * gdbint.texinfo (Native Debugging): Delete documentation on
7353 ATTACH_DETACH.
7354
86fe4aaa
RC
73552004-06-06 Randolph Chung <tausq@debian.org>
7356
7357 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
7358
d4b6d575
RC
73592004-06-06 Randolph Chung <tausq@debian.org>
7360
5ae4183a 7361 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
7362 the new push_dummy_call method signature. Describe the function
7363 argument.
7364
4e8b0763
JB
73652004-05-24 Joel Brobecker <brobecker@gnat.com>
7366
7367 * gdb.texinfo (Starting): Document new start command.
7368
59caf092
AC
73692004-05-21 Andrew Cagney <cagney@redhat.com>
7370
7371 * observer.texi (GDB Observers): Document "inferior_created".
7372
e4a2df64
AC
73732004-05-08 Andrew Cagney <cagney@redhat.com>
7374
e6b55ae2
AC
7375 * gdbint.texinfo (Target Architecture Definition): Delete
7376 description of DO_DEFERRED_STORES.
7377
28954179
AC
7378 * gdbint.texinfo (Target Architecture Definition): Delete
7379 references to DEPRECATED_FIX_CALL_DUMMY.
7380
434b87dd
AC
7381 * gdbint.texinfo (Target Architecture Definition): Delete
7382 description of DEPRECATED_CALL_DUMMY_WORDS,
7383 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
7384
58d28df8
AC
7385 * gdbint.texinfo (Target Architecture Definition): Delete
7386 description of DEPRECATED_PUSH_DUMMY_FRAME.
7387
e4a2df64
AC
7388 * gdbint.texinfo (Target Architecture Definition): Delete
7389 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
7390
2b4855ab
AC
73912004-05-07 Andrew Cagney <cagney@redhat.com>
7392
7393 * observer.texi (GDB Observers): Add "Debugging" section. Include
7394 cross reference to "set/show debug observer".
7395 * gdb.texinfo (Debugging Output): Document "set/show debug
7396 observer".
7397
fcf70625
AC
73982004-05-01 Andrew Cagney <cagney@redhat.com>
7399
7400 * gdbint.texinfo (Target Architecture Definition): Delete
7401 description of DEPRECATED_PC_IN_SIGTRAMP.
7402
8ee56bcf
AC
74032004-04-30 Andrew Cagney <cagney@redhat.com>
7404
7405 * gdbint.texinfo (Target Architecture Definition): Delete
7406 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
7407
67ab9a76
OF
74082004-04-30 Orjan Friberg <orjanf@axis.com>
7409
7410 * observer.texi (GDB Observers): Correct spelling.
7411
79346bcb
OF
74122004-04-26 Orjan Friberg <orjanf@axis.com>
7413
7414 * observer.texi (GDB Observers): Add target_changed event.
7415
7a464420
AC
74162004-04-08 Andrew Cagney <cagney@redhat.com>
7417
7418 * observer.texi (GDB Observers): Rework, provide generic observer
7419 definitions and then a list of observable events.
7420
6cdf9d98
AC
74212004-04-04 Andrew Cagney <cagney@redhat.com>
7422
7423 * gdbint.texinfo (Host Definition): Delete reference to
7424 NO_SIGINTERRUPT.
7425
ddc135a4
AC
74262004-04-02 Andrew Cagney <cagney@redhat.com>
7427
7428 * gdbint.texinfo (Target Architecture Definition): Delete
7429 reference to DEPRECATED_CALL_DUMMY_LENGTH.
7430
6a1b180d
SC
74312004-03-28 Stephane Carrez <stcarrez@nerim.fr>
7432
7433 * gdb.texinfo (TUI Commands): Document tui reg commands.
7434
d0d5df6f
AC
74352004-03-26 Andrew Cagney <cagney@redhat.com>
7436
7437 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
7438 "gdbtui".
7439 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
7440 (Contributors): Mention both Text and Terminal User Interface.
7441
aa2a3f87
AC
74422004-03-23 Andrew Cagney <cagney@redhat.com>
7443
7444 * gdbint.texinfo (Target Architecture Definition): Deprecate
7445 references to SIGTRAMP_START and SIGTRAMP_END.
7446
f561f026
AC
74472004-03-23 Andrew Cagney <cagney@redhat.com>
7448
7449 * gdbint.texinfo (Target Architecture Definition): Deprecate
7450 references to PC_IN_SIGTRAMP.
7451
33cb8b0f
AC
74522004-03-19 Andrew Cagney <cagney@redhat.com>
7453
7454 * gdbint.texinfo (Target Architecture Definition): Delete
7455 reference to GDB_TARGET_IS_HPPA.
7456
fc989b7a
AC
74572004-03-18 Andrew Cagney <cagney@redhat.com>
7458
7459 * gdbint.texinfo (Coding): Update section on gdbarch_data,
7460 describe pre_init and post_init.
7461
701b08bb
DJ
74622004-03-09 Daniel Jacobowitz <drow@mvista.com>
7463
7464 * gdb.texinfo (Debugging Output): Document values for "set debug
7465 target".
7466
faae5abe
AC
74672004-02-28 Andrew Cagney <cagney@redhat.com>
7468
7469 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
7470
dd79a6cf
JJ
74712004-02-26 Jeff Johnston <jjohnstn@redhat.com>
7472
7473 * gdb.texinfo (breakpoints): Add information about the
7474 new "set breakpoint pending" and "show breakpoint pending"
7475 commands.
7476
e7f16015
AC
74772004-02-26 Andrew Cagney <cagney@redhat.com>
7478
7479 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
7480 in Per-architecture module data section.
7481
7161a3a6
RM
74822004-02-25 Roland McGrath <roland@redhat.com>
7483
7484 * gdb.texinfo (General Query Packets): Document qPart:... packets.
7485
2154891a
AC
74862004-02-24 Andrew Cagney <cagney@redhat.com>
7487
7488 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
7489 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
7490 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 7491
6c74ac8b
AC
74922004-02-17 Andrew Cagney <cagney@redhat.com>
7493
7494 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
7495
19772a2c
AC
74962004-02-16 Andrew Cagney <cagney@redhat.com>
7497
7498 * gdbint.texinfo (Target Architecture Definition): Deprecate
7499 FRAMELESS_FUNCTION_INVOCATION.
7500
c9830293
AC
75012004-02-16 Andrew Cagney <cagney@redhat.com>
7502
7503 * gdbint.texinfo (Coding): Mention -Wunused-function.
7504
b9d26eb9
AC
75052004-02-14 Andrew Cagney <cagney@redhat.com>
7506
7507 * gdbint.texinfo (Target Architecture Definition): Delete
7508 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
7509
49efadf5
EZ
75102004-02-12 Elena Zannoni <ezannoni@redhat.com>
7511
7512 * gdb.texinfo: Properly quote the name "C++".
7513 * gdbint.texinfo: Ditto.
7514 * stabs.texinfo: Ditto.
7515
1eb288ea
EZ
75162004-02-11 Elena Zannoni <ezannoni@redhat.com>
7517
7518 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
7519 minimal information about libiberty.
7520
e4937fc1
MC
75212004-02-06 Michael Chastain <mec.gnu@mindspring.com>
7522
7523 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
7524
a9331b3f
RM
75252004-02-04 Roland McGrath <roland@redhat.com>
7526
7527 * gdb.texinfo (Auxiliary Vector): New node (section).
7528 (Data): Add it to the menu.
7529
2650777c
JJ
75302004-02-02 Jeff Johnston <jjohnstn@redhat.com>
7531
7532 * gdb.texinfo (Breakpoints): Add information about pending
7533 breakpoint support.
7534
b4501125
AC
75352004-01-26 Andrew Cagney <cagney@redhat.com>
7536
7537 * gdb.texinfo (Overview): Delete references to the cisco protocol
7538 including the "N" response.
7539
74055713
AC
75402004-01-26 Andrew Cagney <cagney@redhat.com>
7541
7542 * gdbint.texinfo (Target Architecture Definition): Rename
7543 EXTRACT_STRUCT_VALUE_ADDRESS to
7544 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 7545
3bbe9696
EZ
75462004-01-24 Eli Zaretskii <eliz@gnu.org>
7547
7548 * gdb.texinfo (KOD): Document "show os". Add index entries for
7549 "set/show os" and "info cisco" commands.
7550
5843504f
EZ
75512004-01-21 Eli Zaretskii <eliz@gnu.org>
7552
7553 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
7554
9175c9a3
MC
75552004-01-19 Michael Chastain <mec.gnu@mindspring.com>
7556
7557 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
7558 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
7559
8e94b928
NR
75602004-01-19 Nick Roberts <nick@nick.uklinux.net>
7561
7562 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
7563 -stack-list-locals.
7564 (GDB/MI Variable Objects): Describe extension to
7565 -var-list-children.
7566
a20cf136
DJ
75672004-01-17 Daniel Jacobowitz <drow@mvista.com>
7568
7569 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
7570
afb18d0f
AC
75712004-01-17 Andrew Cagney <cagney@redhat.com>
7572
7573 * gdbint.texinfo (Target Architecture Definition): Delete
7574 documentation on DEPRECATED_NPC_REGNUM.
7575
b51970ac
DJ
75762004-01-13 Daniel Jacobowitz <drow@mvista.com>
7577
7578 * gdb.texinfo: Update copyright year. Mention that set
7579 follow-fork-mode is supported on GNU/Linux. Remove documentation of
7580 "set follow-fork-mode ask".
7581
0f0cffd2
AC
75822004-01-13 Andrew Cagney <cagney@redhat.com>
7583
7584 * gdbint.texinfo: Update copyright year.
7585 (Coding): Add -Wunused-label to list of -Werror warnings.
7586
c552b3bb 75872004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 7588 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
7589
7590 * gdb.texinfo: Update copyright.
7591 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
7592 around names, as appropriate. Minor syntax cleanup of
7593 _NSPrintForDebugger explanation. Two spaces after periods.
7594 GDBN used instead of lit. "gdb". Index entries added for
7595 print-object and _NSPrintForDebugger. @noindent added in one spot.
7596
afe157ca
EZ
75972003-11-11 Elena Zannoni <ezannoni@redhat.com>
7598
7599 * stabs.texinfo: Add dircategory and direntry commands.
7600 * annotate.texinfo: Ditto.
7601
963e2bb7
AC
76022003-11-10 Andrew Cagney <cagney@redhat.com>
7603
7604 * gdbint.texinfo (Target Architecture Definition): Replace the
7605 return_value method's "inval" and "outval" parameters with
7606 "readbuf" and "writebuf".
7607
1d8b2f28
JB
76082003-10-28 Jim Blandy <jimb@redhat.com>
7609
7610 * gdb.texinfo (The F request packet, The F reply packet): Renamed
7611 from "The `F' request packet" and "The `F' reply packet", to make
7612 texi2dvi happy.
7613 (File-I/O remote protocol extension): Update menu entries, too.
7614
36d86913
MC
76152003-10-26 Michael Chastain <mec@shout.net>
7616
7617 * gdb.texinfo (Thread Stops): Document the issue with
7618 premature return from system calls in multi-threaded programs.
7619
ce2826aa
AC
76202003-10-24 Andrew Cagney <cagney@redhat.com>
7621
7622 * annotate.texinfo: Fix "fortunatly"[sic].
7623
f24c5e49
KI
76242003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
7625
7626 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
7627 with "Hitachi" and "Mitsubishi".
7628
92ad9cd9
AC
76292003-10-20 Andrew Cagney <cagney@redhat.com>
7630
7631 * gdbint.texinfo (Target Architecture Definition): Document
7632 gdbarch_return_value. Add cross references from
7633 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
7634 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
7635
0ab4b752
MK
76362003-10-18 Mark Kettenis <kettenis@gnu.org>
7637
7638 * gdbint.texinfo (Target Architecture Definition): Document
7639 regset_from_core_section.
fb3e19c0
KI
7640
76412003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
7642
7643 * gdb.texinfo (M32R/D): Mention m32rsdi target.
7644
a9331b3f 76452003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
7646
7647 From Anthony Green <green@redhat.com>:
5ae4183a 7648 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 7649
1485d690
KB
76502003-10-14 Kevin Buettner <kevinb@redhat.com>
7651
889bf7c5
PA
7652 * gdb.texinfo (Breakpoint related warnings): New node.
7653 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 7654
86d30acc
DJ
76552003-10-13 Daniel Jacobowitz <drow@mvista.com>
7656
7657 * gdb.texinfo (Remote Protocol): Document v and vCont.
7658
172c2a43
KI
76592003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
7660
7661 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
7662 * gdbint.texinfo: Ditto.
7663
71952f4c
AC
76642003-10-09 Andrew Cagney <cagney@redhat.com>
7665
7666 From 2003-09-18 David Anderson <davea@sgi.com>:
7667 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
7668 "command".
7669
268e2188
AC
76702003-10-03 Andrew Cagney <cagney@redhat.com>
7671
7672 * gdbint.texinfo (Target Architecture Definition): Deprecate
7673 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
7674 just target.
7675
12c266ea 76762003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 7677
f30992d4 7678 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
7679 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
7680 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
7681 * gdbint.texinfo (Target Architecture Definition): Rename
7682
76832003-09-30 Andrew Cagney <cagney@redhat.com>
7684
f30992d4 7685 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 7686 (Target Architecture Definition):
f30992d4 7687
2e092625
AC
7688 * gdbint.texinfo (Target Architecture Definition): Rename
7689 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
7690
0717ae8a
AC
76912003-09-29 Andrew Cagney <cagney@redhat.com>
7692
dad809b7
AC
7693 * gdbint.texinfo (Target Architecture Definition): Delete
7694 documentation for NEED_TEXT_START_END.
7695
0717ae8a
AC
7696 * gdbint.texinfo (Target Architecture Definition): Rename
7697 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
7698 TARGET_WRITE_PC.
a9331b3f 7699
af6cf26d
MC
77002003-09-22 Michael Chastain <mec@shout.net>
7701
7702 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
7703
ee206350
AG
77042003-09-21 Anthony Green <green@redhat.com>
7705
7706 * gdbint.texinfo (Target Architecture Definition): Fix typos.
7707
a38c9fe6
MK
77082003-09-21 Mark Kettenis <kettenis@gnu.org>
7709
7710 * gdbint.texinfo (Target Architecture Definition): Document
7711 stabs_argument_has_addr.
7712
77949794
AC
77132003-09-18 Andrew Cagney <cagney@redhat.com>
7714
7715 * gdbint.texinfo (Target Architecture Definition): Delete
7716 documentation on REGISTER_NAMES.
7717
8e823e25
MK
77182003-09-13 Mark Kettenis <kettenis@gnu.org>
7719
7720 * gdbint.texinfo (Target Architecture Definition): Replace
7721 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
7722
f27dd7fd
AC
77232003-09-11 Andrew Cagney <cagney@redhat.com>
7724
7725 * gdbint.texinfo (Target Architecture Definition): Replace
7726 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
7727
8b148df9
AC
77282003-08-18 Andrew Cagney <cagney@redhat.com>
7729
7730 * gdbint.texinfo (Target Architecture Definition): Document
7731 "frame_red_zone_size".
7732
25d29d70
AC
77332003-08-09 Andrew Cagney <cagney@redhat.com>
7734
7735 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
7736 with "set/show backtrace past-main" and "set/show backtrace
7737 limit".
7738
c938e9b0
L
77392003-08-08 H.J. Lu <hongjiu.lu@intel.com>
7740
7741 * Makefile.in (install-info): Support DESTDIR.
7742 (install-html): Likewise.
7743
64fabec2
AC
77442003-08-07 Andrew Cagney <cagney@redhat.com>
7745
7746 Patch from Nick Roberts.
7747 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
7748 bindings. Remove description of send-gdb-command.
7749
2fcf52f0
AC
77502003-08-07 Andrew Cagney <cagney@redhat.com>
7751
7752 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
7753 GDB 6.0.
7754
086432e2
AC
77552003-08-06 Andrew Cagney <cagney@redhat.com>
7756
7757 * gdb.texinfo (Mode Options): Mention that level three is the
7758 highest available and that level 2 is deprecated.
7759 (Annotations Overview): Mention annotation levels. Cross reference
7760 to "Limitations of the Annotation Interface" in annotate.texi.
7761 (TODO, Value Annotations, Frame Annotations): Delete section.
7762 (Displays, Breakpoint Info): Delete.
7763
e5249f67
AC
77642003-08-04 Andrew Cagney <cagney@redhat.com>
7765
7766 * agentexpr.texi: Delete @bye.
7767 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
7768 (stabs.info): Add $(srcdir) to include search path.
7769 (html): Depend on "annotate_toc.html", and not "annotate.html".
7770 * stabs.texinfo: Ditto. Include "fdl.texi".
7771 * gdbint.texinfo: Update copyright statement's list of invariant
7772 sections.
7773
e6f672d2
AC
77742003-07-28 Andrew Cagney <cagney@redhat.com>
7775
7776 * Makefile.in (INFO_DEPS): Add annotate.info.
7777 (dvi, ps, html, pdf): Add annotate.
7778 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
7779 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
7780 (ANNOTATE_DOC_FILES): New macro.
7781 (ANNOTATE_TEX_TMPS): New macro.
7782 (annotate.info, annotate_toc.html): Specify dependencies.
7783 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
7784 * annotate.texinfo: Rename annotate.texi. Get building. Add
7785 "Migrating to GDB/MI" and "Limitations of the Annotation
7786 Interface" chapters. Mention why it is not part of the user
7787 guide. Update copyright notice. Include "fdl.texi".
7788
72ffddc9
SC
77892003-07-26 Stephane Carrez <stcarrez@nerim.fr>
7790
7791 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
7792
a9f12a31
DJ
77932003-07-24 Daniel Jacobowitz <drow@mvista.com>
7794
7795 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
7796
b1fe9455
DJ
77972003-07-24 Daniel Jacobowitz <drow@mvista.com>
7798
7799 * gdb.texinfo (Server): Mention pidof.
7800
153721e6
AC
78012003-07-22 Andrew Cagney <cagney@redhat.com>
7802
7803 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
7804 list.
7805
0fac0b41
DJ
78062003-06-28 Daniel Jacobowitz <drow@mvista.com>
7807
7808 * gdb.texinfo (Logging output): New chapter.
7809
4e562065
JB
78102003-06-24 Joel Brobecker <brobecker@gnat.com>
7811
7812 * gdb.texinfo (Unsupported languages): New section.
7813 (Languages): Add link to new section.
7814
f2c06f52
AC
78152003-06-22 Andrew Cagney <cagney@redhat.com>
7816
7817 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
7818
b4177fca
DJ
78192003-06-22 Daniel Jacobowitz <drow@mvista.com>
7820
7821 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
7822
f418dd93
DJ
78232003-06-22 Daniel Jacobowitz <drow@mvista.com>
7824
7825 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
7826 * agentexpr.texi: Retitle section, and change it to an appendix.
7827 Comment out texinfo initialization. Factor a @var{} into two
7828 pieces to prevent makeinfo warnings.
7829 * gdb.texinfo: Add Agent Expressions appendix.
7830
4ca61388
DJ
78312003-06-19 Daniel Jacobowitz <drow@mvista.com>
7832
7833 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
7834
07f31aa6
DJ
78352003-06-18 Daniel Jacobowitz <drow@mvista.com>
7836
5ae4183a 7837 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
7838 remote target". Document the "detach" and "disconnect" commands.
7839 (Server, Netware, Debug Session): Reference "Connecting to a
7840 remote target".
7841 (GDB/MI Target Manipulation): Document "-target-disconnect".
7842
2dd0da42
AC
78432003-06-13 Andrew Cagney <cagney@redhat.com>
7844
7845 * gdbint.texinfo (Target Architecture Definition): Deprecate
7846 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
7847 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
7848
e7a3abfc
JB
78492003-06-09 Jim Blandy <jimb@redhat.com>
7850
7851 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
7852
25e3a86b
AC
78532003-06-08 Andrew Cagney <cagney@redhat.com>
7854
7855 * gdbint.texinfo (Target Architecture Definition): Delete
7856 documentation on FRAME_ARGS_ADDRESS_CORRECT.
7857
a9e5fdc2
AC
78582003-06-08 Andrew Cagney <cagney@redhat.com>
7859
7860 * gdbint.texinfo (Target Architecture Definition): Document
7861 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
7862
b37303ee
AF
78632003-06-07 Adam Fedor <fedor@gnu.org>
7864
7865 * gdb.texinfo: Add Objective-C documentation.
7866
39fe6e80
AC
78672003-06-01 Andrew Cagney <cagney@redhat.com>
7868
7869 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
7870 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
7871
125309b2
AC
78722003-05-21 Andrew Cagney <cagney@redhat.com>
7873
7874 * gdbint.texinfo (Target Architecture Definition): Delete
7875 references to "extract_address" and "store_address".
7876
b8b527c5
AC
78772003-05-16 Andrew Cagney <cagney@redhat.com>
7878
7879 * gdbint.texinfo (Target Architecture Definition): Replace
7880 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
7881 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
7882
50e3ee83
TR
78832003-05-14 Theodore A. Roth <troth@openavr.org>
7884
7885 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
7886
44e2be90
L
78872003-05-10 H.J. Lu <hongjiu.lu@intel.com>
7888
7889 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
7890 (gdb.dvi): Likewise.
7891 (gdb.pdf): Likewise.
7892 (links2roff): Likewise.
7893
df5215a6
JB
78942003-05-08 Jim Blandy <jimb@redhat.com>
7895
7896 * gdb.texinfo (Dump/Restore Files): Update documentation for
7897 'dump', 'append', and 'restore': note that format argument is
7898 optional; simplify presentation of the command variants; and be
7899 more precise about the formats.
7900
5e7b2f39
JB
79012003-05-07 Jim Blandy <jimb@redhat.com>
7902
7903 * gdb.texinfo (Symbols): Update documentation: 'maint list
7904 symtabs' and 'maint list psymtabs' have been renamed 'maint info
7905 symtabs' and 'maint info psymtabs'.
7906
b1e29e33
AC
79072003-05-05 Andrew Cagney <cagney@redhat.com>
7908
7909 * gdbint.texinfo (Target Architecture Definition): Make
7910 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
7911 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
7912 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
7913
00905d52
AC
79142003-05-04 Andrew Cagney <cagney@redhat.com>
7915
7916 * gdb.texinfo (Maintenance Commands): Document "maint print
7917 dummy-frames".
7918
54ff5908
AC
79192003-05-04 Andrew Cagney <cagney@redhat.com>
7920
7921 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
7922
32e7087d
JB
79232003-05-03 J. Brobecker <brobecker@gnat.com>
7924
7925 Thierry Schneider <tpschneider1@yahoo.com>
7926 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
7927 for new MI command.
7928
7043d8dc
AC
79292003-05-03 Andrew Cagney <cagney@redhat.com>
7930
7931 * gdbint.texinfo (Target Architecture Definition): Document
7932 push_dummy_code. Add cross references.
7933
e33d66ec
EZ
79342003-05-02 Elena Zannoni <ezannoni@redhat.com>
7935
7936 * gdb.texinfo (Character Sets): Update to reflect new behavior of
7937 set/show charsets commands.
7938
0ba6dca9
AC
79392003-04-28 Andrew Cagney <cagney@redhat.com>
7940
7941 * gdbint.texinfo (Target Architecture Definition): Replace
7942 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
7943 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
7944
d7a27068
AC
79452003-04-28 Andrew Cagney <cagney@redhat.com>
7946
7947 * gdbint.texinfo (Target Architecture Definition): Rename
7948 "tm_print_insn" to "deprecated_tm_print_insn".
7949
44ea7b70
JB
79502003-04-09 Jim Blandy <jimb@redhat.com>
7951
7952 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
7953 list psymtabs'.
7954
fb8f8949
AC
79552003-04-08 Andrew Cagney <cagney@redhat.com>
7956
7957 * gdbint.texinfo (Target Architecture Definition): Delete
7958 references to EXTRA_FRAME_INFO.
7959
32fb0f22
AC
79602003-04-08 Andrew Cagney <cagney@redhat.com>
7961
7962 * gdbint.texinfo (Target Architecture Definition): Delete
7963 PRINT_TYPELESS_INTEGER.
7964
6be67e67
JB
79652003-04-02 J. Brobecker <brobecker@gnat.com>
7966
7967 * observer.texi (GDB Observers): Adjust the documentation for the
7968 normal_stop notification to better describe reality. Fix a couple
7969 of minor typos.
7970
4e35d5f0
BR
79712003-04-02 Bob Rossi <bob_rossi@cox.net>
7972
a9331b3f 7973 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
7974 '-file-list-exec-source-file'
7975
e8a8712a
AC
79762003-03-31 Andrew Cagney <cagney@redhat.com>
7977
7978 * gdbint.texinfo (Target Architecture Definition): Delete
7979 references to CALL_DUMMY_P.
7980
6c0e89ed
AC
79812003-03-30 Andrew Cagney <cagney@redhat.com>
7982
7983 * gdbint.texinfo (Target Architecture Definition): Remove
7984 reference to TARGET_WRITE_SP.
a9331b3f 7985
378bfd1b
AC
79862003-03-27 Andrew Cagney <cagney@redhat.com>
7987
7988 * gdbint.texinfo (Target Architecture Definition): Remove
7989 references to write_sp.
6c0e89ed 7990
922fbb7b
AC
79912003-03-27 Andrew Cagney <cagney@redhat.com>
7992
7993 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
7994 chapter body. Use @smallexample instead of @example.
7995 (Annotations): Ditto.
7996 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
7997 annotate.texi.
7998
b81774d8
AC
79992003-03-26 Andrew Cagney <cagney@redhat.com>
8000
8001 * gdbint.texinfo (Target Architecture Definition): Replace
8002 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
8003 dummy_addr parameters.
8004
1bf6d5cc
AC
80052003-03-25 Andrew Cagney <cagney@redhat.com>
8006
8007 * gdbint.texinfo (Target Architecture Definition): Delete
8008 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
8009 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8010 Add reference to PUSH_ARGUMENTS.
8011
618ce49f
AC
80122003-03-23 Andrew Cagney <cagney@redhat.com>
8013
8014 * gdbint.texinfo (Algorithms, Target Architecture Definition):
8015 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
8016
bcd7e15f
JB
80172003-03-18 J. Brobecker <brobecker@gnat.com>
8018
8019 * gdbint.texinfo (Algorithms): Add new section describing the
8020 Observer paradigm.
8021 (Top): Add menu entry to new observer appendix.
8022 * observer.texi: New file.
8023 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
8024 new observer.texi file.
8025
9fe8321b
AC
80262003-03-17 Andrew Cagney <cagney@redhat.com>
8027
8028 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
8029 that GNU Press update the manual version number.
8030
ac2adee5
AC
80312003-03-12 Andrew Cagney <cagney@redhat.com>
8032
8033 * gdbint.texinfo (Target Architecture Definition): Delete
8034 references to get_saved_register. Rename GET_SAVED_REGISTER to
8035 DEPRECATED_GET_SAVED_REGISTER.
8036
749b82f6
AC
80372003-03-13 Andrew Cagney <cagney@redhat.com>
8038
8039 * gdbint.texinfo (Target Architecture Definition): Replace
8040 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
8041
8bedc050
AC
80422003-03-12 Andrew Cagney <cagney@redhat.com>
8043
8044 * gdbint.texinfo (Target Architecture Definition): Rename
8045 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 8046
0ce1b118
CV
80472003-03-10 Corinna Vinschen <vinschen@redhat.com>
8048
8049 * gdb.texinfo: Add File-I/O documentation.
8050
12cc2063
AC
80512003-03-10 Andrew Cagney <cagney@redhat.com>
8052
8053 * gdbint.texinfo (Target Architecture Definition): Cross reference
8054 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
8055
7453dc06
AC
80562003-03-07 Andrew Cagney <cagney@redhat.com>
8057
8058 * gdb.texinfo (Debugging Output): Mention the "set/show debug
8059 frame" command.
8060
6314f104
AC
80612003-03-05 Andrew Cagney <cagney@redhat.com>
8062
8063 * gdbint.texinfo (Target Architecture Definition): Document
8064 unwind_dummy_id. Cross reference unwind_dummy_id and
8065 SAVE_DUMMY_FRAME_TOS.
8066
f1212245
DJ
80672003-03-05 James Ingham <jingham@apple.com>
8068 Daniel Jacobowitz <drow@mvista.com>
8069
8070 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
8071 and "show cp-abi".
8072
77e7e267
AC
80732003-03-03 Andrew Cagney <cagney@redhat.com>
8074
8075 * gdbint.texinfo (Target Architecture Definition): Document
8076 register_type.
8077
838a8221
AC
80782003-03-03 Andrew Cagney <cagney@redhat.com>
8079
8080 * stabs.texinfo (Structures): Use @samp and separate @var's
8081 instead of a single @var containing a comma separated list.
8082 (Unions): Ditto.
8083
d7f4a264
DJ
80842003-03-02 Daniel Jacobowitz <drow@mvista.com>
8085
8086 * Makefile.in (distclean): Remove config.log.
8087
f30ee0bc
AC
80882003-03-01 Andrew Cagney <cagney@redhat.com>
8089
8090 * gdbint.texinfo (Target Architecture Definition): Rename
8091 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
8092
80932003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
8094
8095 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
8096 DEPRECATED_INIT_EXTRA_FRAME_INFO.
8097
be448670
CF
80982003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
8099
8100 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
8101 (Non-debug DLL symbols): New node, describing the minimal symbols
8102 loaded from DLLs without real debugging symbols.
8103
501eef12
AC
81042003-02-20 Andrew Cagney <ac131313@redhat.com>
8105
8106 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
8107 hardware-breakpoint-limit".
8108 (Set Watchpoints): Add cross reference to "set remote
8109 hardware-watchpoint-limit".
8110 (Remote configuration options): New section.
8111
21c294e6
AC
81122003-02-04 Andrew Cagney <ac131313@redhat.com>
8113
e9be73e4
AC
8114 * gdbint.texinfo (Target Architecture Definition): Delete
8115 descrption of IS_TRAPPED_INTERNALVAR.
8116
21c294e6
AC
8117 From Keith Seitz <keiths@redhat.com>:
8118 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
8119 option "-i"/"--interpreter" to this chapter. Include index
8120 entries.
8121
0179ffac
DC
81222003-02-04 David Carlton <carlton@math.stanford.edu>
8123
8124 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
8125 (Variables): Recommend stabs+ and DWARF 2.
8126 (C plus plus expressions): Correct info about
8127 compiler versions, debug formats.
8128 (Contributors): Change 'DWARF2' to 'DWARF 2'.
8129 PR symtab/874.
8130
7ca9f392
AC
81312003-02-01 Andrew Cagney <ac131313@redhat.com>
8132
8133 * gdbint.texinfo (Target Architecture Definition): Delete
8134 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
8135 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
8136 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
8137 references to nindy and i960.
8138 * gdb.texinfo (i960): Delete all references to i960 and nindy.
8139
31a85ea2
AC
81402003-02-01 Andrew Cagney <ac131313@redhat.com>
8141
8142 * gdbint.texinfo (Target Architecture Definition): Delete
8143 FLOAT_INFO.
8144
6b894e49
AC
81452003-01-30 Andrew Cagney <ac131313@redhat.com>
8146
8147 * stabs.texinfo (Member Type Descriptor): Clarify description of
8148 `@'. Suggested by Ben Hutchings.
8149
c48861fb
AC
81502003-01-29 Andrew Cagney <ac131313@redhat.com>
8151
8152 * gdb.texinfo (M68K): Delete reference to es1800.
8153
617073a9
AC
81542003-01-29 Andrew Cagney <ac131313@redhat.com>
8155
8156 * gdb.texinfo (Maintenance Commands): Document `maint print
8157 reggroups' and `maint print register-groups'.
8158 * gdbint.texinfo (Target Architecture Definition): Document
8159 register_reggroup_p.
8160
5b5d99cf
JB
81612003-01-23 Jim Blandy <jimb@redhat.com>
8162
8163 * gdb.texinfo (Separate Debug Files): New section.
8164
e7ba9c65
DJ
81652003-01-22 Daniel Jacobowitz <drow@mvista.com>
8166
8167 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
8168 and "maint show profile".
8169
94e91d6d
MC
81702003-01-16 Michael Chastain <mec@shout.net>
8171
8172 * gdb.texinfo (Installing GDB): Warn against
8173 ".../gdb-VERSION/gdb/configure".
8174 (Separate Objdir): Likewise.
8175
867f3898
AC
81762003-01-15 Andrew Cagney <ac131313@redhat.com>
8177
8178 * gdbint.texinfo (Target Architecture Definition): Delete
8179 definition of PRINT_REGISTER_HOOK.
8180
f153cc92
EZ
81812003-01-15 Elena Zannoni <ezannoni@redhat.com>
8182
8183 (OpenRISC 1000): Fix formatting of command names.
8184
c60eb6f1
EZ
81852003-01-15 Elena Zannoni <ezannoni@redhat.com>
8186
8187 * gdb.texinfo (Continuing and Stepping): Add new command
8188 'advance'. Clarify behavior of 'until'.
8189
f5ebfba0
DJ
81902003-01-13 Daniel Jacobowitz <drow@mvista.com>
8191
8192 * gdb.texinfo (Files): Document solib-absolute-prefix and
8193 solib-search-path.
8194
4ce8657e
MC
81952003-01-09 Michael Chastain <mec@shout.net>
8196
8197 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
8198 (Create a Release): Add new instructions for new @file{src-release}.
8199 Document existing instructions for @file{Makefile.in} as
8200 being for @value{GDBN} 5.3.1 or earlier.
8201
372613e3
AC
82022003-01-09 Andrew Cagney <ac131313@redhat.com>
8203
8204 * gdbint.texinfo (Target Architecture Definition): Mention
8205 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
8206 allocate memory.
8207
b4e9345d
DJ
82082003-01-04 Daniel Jacobowitz <drow@mvista.com>
8209
8210 * gdb.texinfo (Controlling GDB): Add @kindex for
8211 "show osabi".
8212 (Backtraces): Add @kindex's for backtrace-below-main.
8213
98b45e30
DJ
82142003-01-04 Daniel Jacobowitz <drow@mvista.com>
8215
8216 * gdb.texinfo (Controlling GDB): Document "set osabi".
8217
95f90d25
DJ
82182003-01-04 Daniel Jacobowitz <drow@mvista.com>
8219
8220 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
8221 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
8222
1e698235
DJ
82232003-01-04 Daniel Jacobowitz <drow@mvista.com>
8224
8225 * gdb.texinfo (Controlling GDB): Add ABI section. Document
8226 "set coerce-float-to-double".
8227 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
8228
e632838e
AC
82292003-01-02 Andrew Cagney <ac131313@redhat.com>
8230
8231 * stabs.texinfo: Remove obsolete text.
8232 * gdbint.texinfo: Ditto.
8233 * gdb.texinfo: Ditto.
8234
c133ab7a
MK
82352002-12-22 Mark Kettenis <kettenis@gnu.org>
8236
8237 * gdbint.texinfo (Target Architecture Definition): Update
8238 description of gdbarch_register_osabi.
8239
f821f325
KH
82402002-12-20 Kazu Hirata <kazu@cs.umass.edu>
8241
8242 * agentexpr.texi: Fix typos.
8243 * annotate.texi: Likewise.
8244 * fdl.texi: Likewise.
8245
85a6d8d3 82462002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
8247
8248 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
8249 DEPRECATED_INIT_FRAME_PC.
8250
ae45cd16
AC
82512002-12-01 Andrew Cagney <ac131313@redhat.com>
8252
8253 * gdbint.texinfo (Target Architecture Definition): Delete
8254 PC_IN_CALL_DUMMY.
8255
07555a72
AC
82562002-11-28 Andrew Cagney <ac131313@redhat.com>
8257
8258 * gdbint.texinfo (Host Definition): Delete documentation on
8259 USE_GENERIC_DUMMY_FRAMES.
8260
c166cdc7
EZ
82612002-11-26 Elena Zannoni <ezannoni@redhat.com>
8262
5ae4183a 8263 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
8264 * Makefile.in (install-info): Run the install-info command as part
8265 of the post install steps only.
8266 (uninstall-info): New target.
8267 (uninstall): New target.
8268
35db0260
EZ
82692002-11-22 Elena Zannoni <ezannoni@redhat.com>
8270
8271 * Makefile.in (install): Make install do some real work.
8272
9ba8d803
AC
82732002-11-19 Andrew Cagney <ac131313@redhat.com>
8274
8275 Fix POSIX problem reported by Paul Eggert.
8276 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
8277 Fix PR gdb/527.
8278
903ad3a6
AC
82792002-10-26 Andrew Cagney <cagney@redhat.com>
8280
8281 * gdbint.texinfo (Target Architecture Definition): Delete
8282 definition of DO_REGISTERS_INFO.
8283
f2abfe65
KB
82842002-10-18 Kevin Buettner <kevinb@redhat.com>
8285
8286 * gdbint.texinfo (Address Classes): Fix problems with insertion
8287 of ``{'' and ``}'' in example.
8288
b5b0480a
KB
82892002-10-17 Kevin Buettner <kevinb@redhat.com>
8290
8291 * gdbint.texinfo (Address Classes): New section.
8292 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
8293 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
8294 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
8295 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
8296
c85508ee
KD
82972002-10-11 Klee Dienes <kdienes@apple.com>
8298
8299 * gdb.texinfo (Registers): Mention vector registers as well as
8300 floating registers in the documentation for 'info registers' and
8301 'info all-registers'.
8302
6d12fc3d
DJ
83032002-10-11 Daniel Jacobowitz <drow@mvista.com>
8304
8305 * gdbint.texinfo (CPLUS_MARKER): Remove item.
8306
8d19fbd2
JJ
83072002-10-03 Jeff Johnston <jjohnstn@redhat.com>
8308
8309 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
8310 interface definition.
8311
a37295f9
MM
83122002-10-03 Marko Mlinar <markom@opencores.org>
8313
8314 * gdb.texinfo (Target Commands): Add or1k target specific
8315 commands.
8316 * gdb.texinfo (Contributors): Add myself to the contributors list.
8317
da0f9dcd
AC
83182002-10-01 Andrew Cagney <ac131313@redhat.com>
8319
8320 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
8321 and "mi1" instead of "mi1" and "mi0".
8322
2e834e49
HPN
83232002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
8324
8325 * gdb.texinfo (Packets): Fix typos "alligned".
8326 Correct z3/Z3 description. Correct z4/Z4 title.
8327
050be0dc
AC
83282002-09-27 Andrew Cagney <ac131313@redhat.com>
8329
8330 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
8331
1104b9e7
KB
83322002-09-25 Kevin Buettner <kevinb@redhat.com>
8333
8334 * gdb.texinfo: Use GNU/Linux instead of Linux.
8335
512217c7
AC
83362002-09-25 Andrew Cagney <ac131313@redhat.com>
8337
8338 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
8339
10998722
AC
83402002-09-24 Andrew Cagney <ac131313@redhat.com>
8341
512217c7 8342 * gdb.texinfo: Replace @example with @smallexample.
10998722 8343
a0eb71c5
KB
83442002-09-20 Kevin Buettner <kevinb@redhat.com>
8345
f7dc1244 8346 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
8347 * gdb.texinfo (Character Sets): Use @smallexample instead of
8348 @example. Use GNU/Linux instead of Linux.
8349
83502002-09-20 Jim Blandy <jimb@redhat.com>
8351
8352 * gdb.texinfo: Add character set documentation.
8353
2f870471
AC
83542002-09-19 Andrew Cagney <ac131313@redhat.com>
8355
8356 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
8357 (Packets): Add cross reference from `b' packet to `z' packets.
8358
790eb8f5
AC
83592002-09-19 Andrew Cagney <ac131313@redhat.com>
8360
8d30a00d
AC
8361 * gdb.texinfo (Maintenance Commands): Document ``maint
8362 internal-error'' and ``maint internal-warning''.
8363
790eb8f5
AC
8364 * gdbint.texinfo (Target Architecture Definition): Revise
8365 description of STACK_ALIGN. Add description of FRAME_ALIGN.
8366
a23a7bf1
JB
83672002-09-19 Joel Brobecker <brobecker@gnat.com>
8368
8369 * gdbint.texinfo (Target Conditionals): Document the new
8370 NAME_OF_MALLOC macro.
8371
299ffc64
AC
83722002-09-05 Andrew Cagney <ac131313@redhat.com>
8373
8374 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
8375 engineer.
8376
b7bb15bc
SC
83772002-09-02 Stephane Carrez <stcarrez@nerim.fr>
8378
8379 * gdb.texinfo (TUI Overview): Document status line fields.
8380
3d757584
SC
83812002-09-02 Stephane Carrez <stcarrez@nerim.fr>
8382
8383 * gdb.texinfo (TUI Commands): Document info win command.
8384
269c21fe
SC
83852002-09-01 Stephane Carrez <stcarrez@nerim.fr>
8386
8387 * gdb.texinfo (TUI Overview): Document breakpoint markers.
8388
7cf36c78
SC
83892002-09-01 Stephane Carrez <stcarrez@nerim.fr>
8390
8391 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
8392 (TUI Keys): Likewise.
8393
d2c6833e
AC
83942002-08-25 Andrew Cagney <ac131313@redhat.com>
8395
8396 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
8397 for a packet receive.
8398
46d8b1c3
AC
83992002-08-25 Andrew Cagney <ac131313@redhat.com>
8400
8401 * Makefile.in (clean): Move to end of file.
8402 (distclean, maintainer-clean, realclean): Ditto.
8403 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
8404 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
8405 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
8406 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
8407
b0787093
AC
84082002-08-24 Andrew Cagney <ac131313@redhat.com>
8409
8410 * Makefile.in (GDBINT_TEX_TMPS): Define.
8411 (gdbint.dvi, gdbint.pdf): Use
8412 (GDB_TEX_TMPS): Define.
8413 (gdb.dvi, gdb.pdf): Use.
8414 (STABS_TEX_TMPS): Define.
8415 (stabs.dvi, stabs.pdf): Use.
8416 (GDB_DOC_SOURCE_INCLUDES): New macros.
8417 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
8418 (GDBINT_DOC_FILES_INCLUDES): New macros.
8419 (GDBINT_DOC_BUILD_INCLUDES): New macros.
8420 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
8421 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
8422 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
8423 (links2roff): Replace SFILES_INCLUDED with
8424 GDB_DOC_SOURCE_INCLUDES.
8425 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
8426 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
8427 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
8428 dependencies.
8429 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
8430 dependencies.
8431 (gdbmi.texinfo): Delete rule.
8432 (inc-hist.texinfo): Delete rule.
8433 (rluser.texinfo): Delete rule.
8434
ebba8386
AC
84352002-08-23 Andrew Cagney <cagney@redhat.com>
8436
8437 * gdbint.texinfo (Target Architecture Definition): Update
8438 STORE_RETURN_VALUE, mention regcache.
8439
0ab7a791
AC
84402002-08-21 Andrew Cagney <ac131313@redhat.com>
8441
8442 * gdbint.texinfo (Target Architecture Definition): Document
8443 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
8444
ee2d5c50
AC
84452002-08-19 Andrew Cagney <ac131313@redhat.com>
8446
8447 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
8448 Fix minor typos. Add index entries.
8449
53c69bd7
AC
84502002-08-18 Andrew Cagney <ac131313@redhat.com>
8451
8452 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
8453
e76f1f2e
AC
84542002-08-15 Andrew Cagney <ac131313@redhat.com>
8455
8456 * gdbint.texinfo (Target Architecture Definition): Document
8457 PRINT_VECTOR_INFO.
8458 * gdb.texinfo (Vector Unit): Document "info vectors" command.
8459
0680b120
AC
84602002-08-13 Andrew Cagney <ac131313@redhat.com>
8461
8462 * gdb.texinfo (Maintenance Commands): Document "maint print
8463 registers", "maint print raw-registers" and "maint print
8464 cooked-registers".
8465
3c3bea1c
GS
84662002-08-08 Grace Sainsbury <graces@redhat.com>
8467
a9331b3f 8468 From Mark Salter:
3c3bea1c
GS
8469 * gdb.texinfo (Protocol): Document T packet extension to
8470 allow watchpoint address reporting.
8471
42f9b0a5
AC
84722002-08-03 Andrew Cagney <ac131313@redhat.com>
8473
8474 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
8475
db034ac5
AC
84762002-08-01 Andrew Cagney <cagney@redhat.com>
8477
8478 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
8479 to CHILL.
8480
e2b28d04
AC
84812002-08-01 Andrew Cagney <ac131313@redhat.com>
8482
8483 * gdbint.texinfo (Coding): Revise section "Include Files".
8484
7fb623f7
AC
84852002-07-24 Andrew Cagney <cagney@redhat.com>
8486
8487 * gdbint.texinfo: Obsolete references to m88k.
8488 * gdb.texinfo: Ditto.
8489
4a2b4636
JB
84902002-07-10 Joel Brobecker <brobecker@gnat.com>
8491
7fb623f7 8492 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
8493 where the proper version of autoconf can be retrieved.
8494
a71ec265
DH
84952002-07-09 Don Howard <dhoward@redhat.com>
8496
8497 * gdb.texinfo (Command Files): Further describe the behavior of
8498 sourced command files.
8499
b9aa90c9
AC
85002002-06-27 Andrew Cagney <ac131313@redhat.com>
8501
8502 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
8503 (Coding): Clarify ISO C version that GDB assumes.
8504
40dd2248
TT
85052002-06-26 Tom Tromey <tromey@redhat.com>
8506
8507 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
8508 add_setshow_cmd_full.
8509
bfac230e
DH
85102002-06-25 Don Howard <dhoward@redhat.com>
8511
8512 * gdb.texinfo (Memory Region Attributes): Document new behavior
8513 for 'mem' command.
8514
475b0867
JB
85152002-06-11 Jim Blandy <jimb@redhat.com>
8516
919d772c
JB
8517 * gdb.texinfo (Symbols): Update documentation for `info source'
8518 command.
8519
475b0867
JB
8520 * gdb.texinfo (Macros): Call the command `info macro', not
8521 `show macro'.
8522
ba8c9337
AC
85232002-06-09 Andrew Cagney <ac131313@redhat.com>
8524
8525 * gdbint.texinfo (Coding): Add section ``Per-architecture module
8526 data''.
8527
1029b7fa
MK
85282002-06-09 Mark Kettenis <kettenis@gnu.org>
8529
8530 * gdbint.texinfo (Target Architecture Definition): Document
8531 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
8532
16737d73
AC
85332002-06-08 Andrew Cagney <ac131313@redhat.com>
8534
8535 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
8536 lists.
8537
30107679
AC
85382002-06-08 Andrew Cagney <ac131313@redhat.com>
8539
8540 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
8541 Branch''.
8542
3352e23e
AC
85432002-06-01 Andrew Cagney <ac131313@redhat.com>
8544
8545 * gdbint.texinfo (Target Architecture Definition): Add section
8546 ``Converting an existing Target Architecture to Multi-arch''.
8547
cbb09e6a
AC
85482002-05-30 Andrew Cagney <ac131313@redhat.com>
8549
8550 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
8551 to ``Obsoleting code''. Revise.
8552
e2e0bcd1
JB
85532002-05-17 Jim Blandy <jimb@redhat.com>
8554
8555 * gdb.texinfo (C Preprocessor Macros): New chapter.
8556 Include it in the main menu.
8557 (Contributors): Credit Jim Blandy with macro support.
8558 (Compilation): Explain how to get macro information into the
8559 executable.
8560 (Expressions): Note that preprocessor macros are expanded.
8561
9db8d71f
DJ
85622002-05-14 Daniel Jacobowitz <drow@mvista.com>
8563
8564 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
8565 options for `target remote'.
8566
6d531722
AC
85672002-05-13 Andrew Cagney <ac131313@redhat.com>
8568
8569 * gdbint.texinfo (Target Architecture Definition): Delete
8570 documentation on NNPC_REGNUM.
8571
13d01224
AC
85722002-05-11 Andrew Cagney <ac131313@redhat.com>
8573
8574 * gdbint.texinfo (Target Architecture Definition): Document
8575 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
8576 (Target Architecture Definition): Revise section `Using Different
8577 Register and Memory Data Representations'. Add section `Raw and
8578 Virtual Register Representations'.
8579
b2e75d78
AC
85802002-05-11 Andrew Cagney <ac131313@redhat.com>
8581
8582 * gdbint.texinfo (Target Architecture Definition): Mention
8583 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
8584 (Target Architecture Definition): Mention same. Add references to
8585 web pages.
8586
2c8682ee
MS
85872002-05-08 Michael Snyder <msnyder@redhat.com>
8588
8589 * stabs.texinfo (Attributes): Document new "vector" attribute.
8590
0816590b
AC
85912002-05-04 Andrew Cagney <ac131313@redhat.com>
8592
8593 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
8594
2653173e
AC
85952002-05-04 Andrew Cagney <ac131313@redhat.com>
8596
8597 * gdb.texinfo: Delete obsolete references to a29k.
8598
d7bd68ca
AC
85992002-04-24 Andrew Cagney <ac131313@redhat.com>
8600
8601 * gdbint.texinfo (Target Architecture Definition): Replace
8602 IN_SIGTRAMP with PC_IN_SIGTRAMP.
8603
21d83aa5
DM
86042002-04-24 David S. Miller <davem@redhat.com>
8605
8606 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
8607
7673a6cc
DM
86082002-04-21 David S. Miller <davem@redhat.com>
8609
8610 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
8611
d49d1e0a
AC
86122002-04-21 Andrew Cagney <ac131313@redhat.com>
8613
8614 * gdbint.texinfo (Target Architecture Definition): Delete
8615 definition of HAVE_REGISTER_WINDOWS.
8616
f7dc1244 86172002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
8618
8619 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
8620 "Theodore A. Roth" <troth@verinet.com>.
8621
5ca0cb28
DH
86222002-04-15 Don Howard <dhoward@redhat.com>
8623
f7dc1244 8624 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 8625 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 8626 Provide a better explaination of this feature.
5ca0cb28 8627
f208ba17
AC
86282002-04-14 Andrew Cagney <ac131313@redhat.com>
8629
8630 * gdbint.texinfo (Target Architecture Definition): Remove
8631 FRAME_CHAIN_COMBINE.
8632
d5ba91de
MC
86332002-04-12 Michael Chastain <mec@shout.net>
8634
8635 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
8636 REG_STACK_SEGMENT.
8637
26818220
MC
86382002-04-09 Michael Chastain <mec@shout.net>
8639
8640 * gdbint.texinfo (Obsolete Conditionals): Remove references to
8641 PYRAMID_* macros.
8642
129188f6
AC
86432002-04-07 Andrew Cagney <ac131313@redhat.com>
8644
8645 * gdb.texinfo (Bug Reporting): Document that the web is the
8646 prefered way of submitting bug reports.
8647 (Bug Reporting): Delete the s-mail address as the last resort.
8648
8227c0ff
AC
86492002-04-05 Andrew Cagney <ac131313@redhat.com>
8650
8651 * gdbint.texinfo (Target Architecture Definition): Delete
8652 references to TARGET_WRITE_FP and write_fp.
8653
16d9dec6
MS
86542002-03-27 Michael Snyder <msnyder@redhat.com>
8655
8656 * gdb.texinfo: Document new commands dump, append, and restore.
8657
9ae8b82c
AC
86582002-03-27 Andrew Cagney <ac131313@redhat.com>
8659
8660 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
8661 Branch'.
8662
474c8240
AC
86632002-03-18 Andrew Cagney <ac131313@redhat.com>
8664
8665 * gdb.texinfo: Change all examples to @smallexample.
8666 * gdbint.texinfo: Ditto.
a9331b3f 8667
fb0ff88f
AC
86682002-03-18 Andrew Cagney <ac131313@redhat.com>
8669
8670 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
8671 Branches''.
8672
9bb0a4d8
AC
86732002-03-18 Andrew Cagney <ac131313@redhat.com>
8674
8675 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
8676 Policy''.
8677
937f164b
FF
86782002-03-04 Fred Fish <fnf@redhat.com>
8679
8680 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
8681 expresson, suports, dependant, trhe, perhaphs, situtations,
8682 explictily, taged, oportunity, unfortunatly).
8683
a7b40f07
AC
86842002-02-24 Andrew Cagney <ac131313@redhat.com>
8685
8686 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
8687 Remove reference to 3.12.
8688
aab4e0ec
AC
86892002-02-23 Andrew Cagney <ac131313@redhat.com>
8690
8691 * gdbint.texinfo: Include fdl.texi.
8692 (Top): Add GNU Free Documentation License.
8693 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
8694 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
8695 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
8696 (gdbint.info): Add srcdir to include path.
8697 * gdb.texinfo: Include gpl.texi.
8698 (Top): Add Copying.
8699 * gpl.texi: New file.
8700
47b95330
AC
87012002-02-23 Andrew Cagney <ac131313@redhat.com>
8702
8703 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
8704
78c47bea
PM
87052002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
8706
8707 * gdb.texinfo: Document Cygwin native specific commands.
8708
56460a61
DJ
87092002-02-15 Daniel Jacobowitz <drow@mvista.com>
8710
8711 * gdb.texinfo: Document gdbserver ``--attach'' command.
8712
def71bfa
MS
87132002-02-07 Michael Snyder <msnyder@redhat.com>
8714
8715 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
8716 to @code(_ovly_debug_event).
8717
c928edc0
AC
87182002-02-07 Andrew Cagney <ac131313@redhat.com>
8719
8720 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
8721
81d46470
MS
87222002-02-06 Michael Snyder <msnyder@redhat.com>
8723
8724 * gdb.texinfo (overlays): Mention new magic symbol
8725 '_ovly_debug_event', which allows GDB to keep better track
8726 of overlays.
8727
f7dc1244 87282002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
8729
8730 * gdb.texinfo (Memory Region Attributes): Fix the wording.
8731 Suggested by Dmitry Sivachenko.
8732
8733 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
8734
15110bc3
MS
87352002-02-01 Michael Snyder <msnyder@redhat.com>
8736
8737 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
8738
6763aef9
MS
87392002-01-30 Michael Snyder <msnyder@redhat.com>
8740
ac282366
MS
8741 * gdb.texinfo: (remote protocol): Gramatical fix-up.
8742 (set trust-readonly-sections): Document.
6763aef9 8743
8642bc8f
AC
87442002-01-29 Andrew Cagney <ac131313@redhat.com>
8745
8746 * gdbint.texinfo (Releasing GDB): Revise and update.
8747
afe64c1a
AC
87482002-01-28 Andrew Cagney <ac131313@redhat.com>
8749
8750 * gdbint.texinfo (Target Architecture Definition): Delete
8751 description of TARGET_BYTE_ORDER_DEFAULT.
8752
f7dc1244 87532002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
8754
8755 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
8756 <mitya@cavia.pp.ru>.
8757
3d6e1b5a
AC
87582002-01-23 Andrew Cagney <ac131313@redhat.com>
8759
8760 * libgdb.texinfo: Delete file.
8761
6c0e9fb3
AC
87622002-01-22 Andrew Cagney <ac131313@redhat.com>
8763
8764 * gdb.texinfo: Remove makeinfo 3.12 hacks.
8765 * gdbint.texinfo: Ditto.
8766
e0ce93ac
AC
8767Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
8768
8769 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
8770
be298bcc
AC
87712002-01-22 Andrew Cagney <ac131313@redhat.com>
8772
8773 * Makefile.in: Update copyright.
8774 (TEXI2DVI): Define.
8775 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
8776 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
8777 gdb-cfg.texi.
8778 (TEXINDEX, PDFTEX): Delete makefile variables.
8779
8e04817f
AC
87802002-01-22 Andrew Cagney <ac131313@redhat.com>
8781
8782 * gdb.texinfo (Protocol): Move section to appendix.
8783
6b2f586d
AC
87842002-01-21 Andrew Cagney <ac131313@redhat.com>
8785
8786 * gdb.texinfo (Remote Debugging): Create a menu.
8787 (Top): Add ``Remote Debugging'' to menu.
8788
6f05cf9f
AC
87892002-01-21 Andrew Cagney <ac131313@redhat.com>
8790
8791 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
8792 serial protocol'' from here.
8793 (Remote Debugging): To here. New chapter.
8794
3fd3d7d2
AC
87952002-01-20 Andrew Cagney <ac131313@redhat.com>
8796
8797 * gdbint.texinfo (Target Architecture Definition): Delete
8798 description of TARGET_BYTE_ORDER_SELECTABLE_P.
8799
7fd60527
AC
88002002-01-20 Andrew Cagney <ac131313@redhat.com>
8801
8802 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
8803 are no longer needed.
8804 (Porting GDB): Add maintainer note about configure.host.
8805
c2f05ac9
AC
88062002-01-20 Andrew Cagney <ac131313@redhat.com>
8807
8808 * gdbint.texinfo (Target Architecture Definition): Remove
8809 definition of IEEE_FLOAT.
8810
f7dc1244 88112002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
8812
8813 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
8814 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
8815 <3diff@gnu.org>
231b2aad 8816
82600034
AC
88172002-01-19 Andrew Cagney <ac131313@redhat.com>
8818
8819 * gdbint.texinfo (Host Definition): Remove references to
8820 MALLOC_INCOMPATIBLE.
8821
7708fa01
AC
88222002-01-17 Andrew Cagney <ac131313@redhat.com>
8823
8824 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
8825 and xyz-xdep.o.
8826
eb12ee30
AC
88272002-01-17 Andrew Cagney <ac131313@redhat.com>
8828
889bf7c5 8829 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
8830 (Set Breaks): Copy ``maint info breakpoint'' doco to
8831 ``Maintenance Commands'' appendix. Add reference.
8832
c9ccaa92
AC
88332002-01-17 Andrew Cagney <ac131313@redhat.com>
8834
8835 * fdl.texi: Remove next/prev from @node.
8836
f7dc1244 88372002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
8838
8839 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
8840 for monstrous @multitable (from Brian Youmans).
8841
8842 * fdl.texi: New file.
8843
8844 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
8845
8973da3a
AC
88462002-01-15 Andrew Cagney <ac131313@redhat.com>
8847
8848 * gdbint.texinfo (Releasing GDB): New chapter.
8849
7d86b5d5
AC
88502002-01-14 Andrew Cagney <ac131313@redhat.com>
8851
8852 * gdb.texinfo (Embedded Processors, Calling program functions):
8853 Obsolete references to a29k.
8854
cc1cb004
AC
88552002-01-13 Andrew Cagney <ac131313@redhat.com>
8856
8857 * gdbint.texinfo (Coding): Review Cleanups section. Examples
8858 examples. Document that a code-block should do or discard its
8859 cleanups before exit.
8860
79f12247
MS
88612002-01-11 Michael Snyder <msnyder@redhat.com>
8862
8863 * gdb.texinfo (Choosing files): Change @samp to @file.
8864
19837790
MS
88652002-01-05 Michael Snyder <msnyder@redhat.com>
8866
8867 * gdb.texinfo (--pid): Document new command line option (attach).
8868
f7dc1244 88692002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
8870
8871 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
8872 in the stub.
8873
d7449b42
AC
88742002-01-04 Andrew Cagney <ac131313@redhat.com>
8875
8876 * gdbint.texinfo (Target Architecture Definition): Replace
8877 BIG_ENDIAN with BFD_ENDIAN_BIG.
8878
f23631e4
AC
88792002-01-03 Andrew Cagney <ac131313@redhat.com>
8880
8881 * gdbint.texinfo (Target Architecture Definition): Replace
8882 value_ptr with struct value pointer.
8883
72c9928d
EZ
88842002-01-02 Eli Zaretskii <eliz@gnu.org>
8885
8886 * gdb.texinfo (Free Software): Fix wording.
8887
959acfd1
EZ
88882001-12-31 Eli Zaretskii <eliz@gnu.org>
8889
8890 * gdb.texinfo (Free Software): New section ``Free Software Needs
8891 Free Documentation''.
8892
f7dc1244 88932001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
8894
8895 * stabs.texinfo:
8896 * gdb.texinfo:
8897 * gdbint.texinfo:
8898 * libgdb.texinfo:
8899 * annotate.texi: Fix the application of GFDL in the Copyright notice.
8900
6600abed
MS
89012001-12-29 Michael Snyder <msnyder@redhat.com>
8902
8903 * gdb.texinfo (maint info sections): Fix typo.
8904
f6680716
MS
89052001-12-26 Michael Snyder <msnyder@redhat.com>
8906
fe95c787
MS
8907 * gdb.texinfo (maint info sections): Document.
8908
a9331b3f 8909 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
8910 'info proc' sub-options that are currently not implemented.
8911
c3d3ce5b
JB
89122001-12-20 Jim Blandy <jimb@redhat.com>
8913
8914 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
8915
778eb05e
AC
89162001-12-15 Andrew Cagney <ac131313@redhat.com>
8917
8918 * gdbint.texinfo (Target Architecture Definition): Replace
8919 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
8920
2607059c
AC
89212001-12-01 Andrew Cagney <ac131313@redhat.com>
8922
8923 * gdbint.texinfo (Host Definition): Delete documentation on
8924 HOST_BYTE_ORDER.
8925
df0cd8c5
JB
89262001-11-30 Jim Blandy <jimb@redhat.com>
8927
8928 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 8929 overlay support. Add to top-level menu.
df0cd8c5 8930
88118b3a
TT
89312001-11-26 Tom Tromey <tromey@redhat.com>
8932
8933 * gdb.texinfo (Command Syntax): Document C-o binding.
8934
96565e91
CF
89352001-07-26 Christopher Faylor <cgf@redhat.com>
8936
8937 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
8938 use since it is described in the referenced section.
8939
f7dc1244 8940 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
8941 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
8942 clearer when using DJGPP.
8943
2a3d5645
CF
89442001-11-24 Christopher Faylor <cgf@redhat.com>
8945
8946 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
8947 specifically refer to MS-DOS.
8948 (command files): Mention gdb.ini is only used on MS-DOS.
8949
aa26fa3a
TT
89502001-11-21 Tom Tromey <tromey@redhat.com>
8951
8952 * gdb.texinfo (Invoking GDB): Document --args.
8953 (Mode Options): Likewise.
8954
4f8ada06
JB
89552001-11-21 Jim Blandy <jimb@redhat.com>
8956
8957 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
8958 Delete documentation; this macro has been removed from the
8959 sources.
4f8ada06 8960
3fe0dc10
JB
89612001-11-13 Jim Blandy <jimb@redhat.com>
8962
8963 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
8964
9e5abb06
CV
89652001-11-06 Corinna Vinschen <vinschen@redhat.com>
8966
8967 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
8968
1c5dfdad
MS
89692001-11-05 Michael Snyder <msnyder@redhat.com>
8970
a9331b3f 8971 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
8972 quote regexp chars in function names such as "operator*()".
8973
990f9fe3
FF
89742001-11-01 Fred Fish <fnf@redhat.com>
8975
8976 * gdbint.texinfo (SOLIB_ADD): Document additional new
8977 "readsyms" arg.
8978
b433d00b
DH
89792001-10-30 Don Howard <dhoward@redhat.com>
8980
070b1dd3
DH
8981 * gdb.texinfo: (Command Files) Added documentation for the
8982 behavior of gdb with input redirected from a file.
b433d00b 8983
b7209cb4
FF
89842001-10-28 Fred Fish <fnf@redhat.com>
8985
8986 * gdb.texinfo (auto-solib-add): Change docs to match
8987 implementation change.
8988 (auto-solib-limit): Add docs for new variable.
8989
1aa20aa8
AC
89902001-10-15 Andrew Cagney <ac131313@redhat.com>
8991
8992 * gdbint.texinfo (Target Architecture Definition): Function
8993 value_as_pointer renamed to value_as_address.
8994
fc0c74b1
AC
89952001-10-15 Andrew Cagney <ac131313@redhat.com>
8996
8997 * gdbint.texinfo (Target Architecture Definition): Default
8998 POINTER_TO_ADDRESS functions assume unsigned addresses.
8999 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
9000 posting by Jim Blandy.
9001
f4846649
JB
90022001-10-12 Jim Blandy <jimb@redhat.com>
9003
9004 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
9005 version of texi2html (1.64) doesn't support this flag any more.
9006
f277788b
MK
90072001-09-08 Mark Kettenis <kettenis@gnu.org>
9008
a9dc4918
MK
9009 * gdbint.texinfo (Host Definition): Remove description of
9010 MEM_FNS_DECLARED.
9011
d28379df
MK
9012 * gdbint.texinfo (Host Definition): Remove description of R_OK.
9013
f277788b
MK
9014 * gdbint.texinfo (Host Definition): Remove description of
9015 HAVE_SIGSETMASK.
9016
7ccaa899
EZ
90172001-09-04 Elena Zannoni <ezannoni@redhat.com>
9018
9019 * gdbint.texinfo (Target Architecture Definition): Add
9020 explanation of TARGET_PRINT_INSN macro.
9021
17d9d558
JB
90222001-08-30 Jim Blandy <jimb@redhat.com>
9023
9024 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
9025 Explain what it means to load relocatable files.
9026
72cde065
JB
90272001-08-28 Jim Blandy <jimb@redhat.com>
9028
9029 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
9030 info `top' menu.
9031
9e678452
CF
9032Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
9033
9034 * gdbint.texinfo: Add a cautionary note about macro use.
9035
a2bea4c3 90362001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 9037
a2bea4c3
CV
9038 * gdb.texinfo: Explain omitting the hostname in the
9039 `target remote' command.
9040
1129bf27
DJ
90412001-07-30 Daniel Jacobowitz <drow@mvista.com>
9042
9043 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
9044 and END-INFO-DIR-ENTRY.
9045
732b3002
SC
90462001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9047
9048 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
9049
89437448
AC
90502001-07-25 Andrew Cagney <ac131313@redhat.com>
9051
9052 * gdbint.texinfo (libgdb): Rewrite.
9053
f7dc1244 90542001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
9055
9056 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
9057
c4555f82
SC
90582001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9059
9060 * gdb.texinfo (TUI): New chapter, document the TUI.
9061 (Mode Options): Document the -tui option.
9062
2f45a6e0
MK
90632001-07-23 Mark Kettenis <kettenis@gnu.org>
9064
9065 * gdbint.texinfo (Host Definition): Remove description of
9066 NEED_POSIX_SETPGID.
9067
f7dc1244 90682001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
9069
9070 * gdb.tex (DJGPP Native): New node, with descriptions of
9071 DJGPP-specific commands.
9072
be9c6c35
JM
90732001-07-19 John R. Moore <jmoore@redhat.com>
9074
9075 * gdbint.texinfo: Three misspellings.
9076
dfa249fb
AC
90772001-07-06 Andrew Cagney <ac131313@redhat.com>
9078
9079 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
9080 `test` expressions on bash. Problem reported by Colin Walters.
9081
c72e7388
AC
90822001-07-04 Andrew Cagney <ac131313@redhat.com>
9083
9084 * gdbint.texinfo (User Interface): Update ui-out documentation to
9085 refelect recent UI/MI updates.
9086
94bbb2c0
AC
90872001-07-04 Andrew Cagney <ac131313@redhat.com>
9088
9089 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
9090 interpreters.
9091
af6c57ea
AC
90922001-06-15 Andrew Cagney <ac131313@redhat.com>
9093
9094 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
9095 structure and not macros.
9096 (Host Definition): Document that much of this chapter is obsolete.
9097 (Target Architecture Definition): Update list of files that make
9098 up a target architecture.
9099 (Coding): Update.
9100
83aa8bc6
AC
91012001-06-28 Andrew Cagney <ac131313@redhat.com>
9102
9103 * gdbint.texinfo (Target Architecture Definition): Update
9104 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
9105 The latter has been changed to a true predicate.
9106
f7dc1244 91072001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
9108
9109 * annotate.texi: Add @noindent where needed. From Dmitry
9110 Sivachenko <dima@Chg.RU>.
9111 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
9112
656db9b0
AC
91132001-06-16 Andrew Cagney <ac131313@redhat.com>
9114
9115 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
9116
df2396a1
AC
91172001-06-14 Andrew Cagney <ac131313@redhat.com>
9118
9119 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
9120 returns ``OK''. Document that the ``R'' packet does not reply.
9121
0f1f2b0a
MS
91222001-06-13 Michael Snyder <msnyder@redhat.com>
9123
9124 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
9125
f7dc1244 91262001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
9127
9128 * gdb.texinfo (Signals): Clarify the default setting of signal
9129 handling.
9130
a5d7c491
AC
91312001-05-14 Andrew Cagney <ac131313@redhat.com>
9132
9133 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
9134 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
9135
05a54c4f
AC
91362001-05-12 Andrew Cagney <ac131313@redhat.com>
9137
9138 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
9139
f7dc1244 91402001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
9141
9142 * gdbint.texinfo (Clean Design and Portable Implementation):
9143 Renamed from "Clean Design".
9144 (Clean Design and Portable Implementation): Document portable
9145 methods of handling file names, and the associated macros.
9146
f7dc1244 91472001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
9148
9149 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
9150 command and provide a cross-reference to its description.
9151 (Symbols): Note that "info scope" is useful for trace experiments.
9152
f7dc1244 91532001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 9154
b37052ae
EZ
9155 * gdb.texinfo (Symbols): Document "info scope".
9156 (Tracepoints): New chapter.
9157 (Contributors): Update for v5.1.
9158 <All nodes>: Change "C++" to "C@t{++}".
9159
0ee54786
EZ
9160 * gdbint.texinfo (User Interface): A new section about ui_out
9161 functions, based on text written by Fernando Nasser.
9162
c534679c
EZ
9163 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
9164
f7dc1244 91652001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 9166
e9c75b65
EZ
9167 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
9168
9169 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
9170
9171 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
9172 Replace "GDB" with "@value{GDBN}". Fix markup.
9173
9174 * annotate.texi: Change Permissions to GFDL. Update Copyright.
9175
3d67e040
EZ
9176 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
9177 a cross-reference to its description.
9178 (Symbols): Document "info symbol".
9179
f7dc1244 91802001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
9181
9182 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
9183 subsection "x86 Watchpoints".
9184 (Target Architecture Definition): Document the macros
9185 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
9186 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
9187
b0ed3589
AC
91882001-03-20 Andrew Cagney <ac131313@redhat.com>
9189
9190 * gdbint.texinfo (Target Architecture Definition): Update
9191 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
9192 list.
9193
b6ba6518
KB
91942001-03-06 Kevin Buettner <kevinb@redhat.com>
9195
9196 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
9197 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
9198
f7dc1244 91992001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
9200
9201 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
9202
f7dc1244 92032001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 9204
17cc6a06
EZ
9205 * gdb.texinfo (Environment): Document that `path' does not change
9206 the value of PATH in GDB's own environment (it did in the past,
9207 but that was changed on March 15, 1994). Reported by Doug Evans
9208 <dje@transmeta.com>.
9209
56caf160
EZ
9210 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
9211 its line. Fix markup of commands and macros. Add an Index node
9212 and index entries.
9213
29e57380
C
92142001-01-23 J.T. Conklin <jtc@redback.com>
9215
9216 * gdb.texinfo (Memory region attributes): New manual section.
9217
1c6147de
ND
92182001-01-04 Nicholas Duffek <nsd@redhat.com>
9219
9220 * gdbint.texinfo (POP_FRAME): Document use by return_command.
9221
f7dc1244 92222000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
9223
9224 * refcard.tex: Version and copyright fixed. From Phil Edwards
9225 <pedwards@disaster.jaj.com>.
9226
0dcedd82
AC
9227Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
9228
9229 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 9230 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 9231
3b851bce
AC
9232Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
9233
9234 * gdbint.texinfo (Coding): Update current value of
889bf7c5 9235 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 9236
f7dc1244 92372000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
9238
9239 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
9240 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
9241
b90a5f51
CF
92422000-11-10 Christopher Faylor <cgf@cygnus.com>
9243
9244 * gdb.texinfo: Document new 'set step-mode' command.
9245
f7dc1244 92462000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
9247
9248 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
9249 changes from Dmitry Sivachenko <dima@Chg.RU>.
9250
f7dc1244 92512000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
9252
9253 * gdb.texinfo (Hooks): Document the new post-hook functionality.
9254 From Steven Johnson <sbjohnson@ozemail.com.au>.
9255
2e685b93
MK
92562000-08-10 Mark Kettenis <kettenis@gnu.org>
9257
9258 * gdbint.texinfo (Overall Structure): Spelling fix.
9259
f7dc1244 92602000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
9261
9262 * gdbint.texinfo (Target Architecture Definition): Document that
9263 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
9264 for which REGISTER_CONVERTIBLE returns a zero value.
9265
63ac3005
EZ
92662000-07-08 Christopher Faylor <cgf@cygnus.com>
9267
9268 * Makefile.in (install-info): Find files to install in either the
9269 build or source directories (adapted from Makefile.am).
9270
bd79f757
ND
92712000-07-07 Nicholas Duffek <nsd@redhat.com>
9272
9273 * stabs.texinfo: Fix spelling errors.
9274 (String Field): FILE-NUMBER starts from 0, not 1.
9275
f7dc1244 92762000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
9277
9278 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 9279 Brian Youmans.
5f208f6d 9280
f7dc1244 92812000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
9282
9283 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
9284 the source directory. Reported by Mark Harig
9285 <markh@frazier.landmark.com>.
cc542d3b 9286
f3b28801
C
92872000-06-20 J.T. Conklin <jtc@redback.com>
9288
9289 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
9290
449f3b6c
AC
9291Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
9292
9293 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 9294 Generate using pdftex.
449f3b6c 9295 (PDFTEX): Define.
889bf7c5 9296 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 9297 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 9298 @contents at the start.
449f3b6c 9299
f7dc1244 93002000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
9301
9302 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 9303 Youmans.
48e934c6 9304
9e9c5ae7
AC
9305Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
9306
9307 From Brian Youmans:
9308 * gdb.texinfo: Fix ``et al.''.
9309
c741b251
AC
9310Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
9311
9312 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 9313 loop.
c741b251 9314
4ab64e14
JG
93152000-05-19 Jimmy Guo <guo@cup.hp.com>
9316
9317 * configure: Regenerate.
9318
f7dc1244 93192000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
9320
9321 * Makefile.in (install-info): Run install-info on installed Info
9322 files.
9323
8c70017b
AC
9324Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
9325
a7cb598a 9326 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 9327 Andrew Cagney.
8c70017b 9328
f7dc1244 93292000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
9330
9331 * gdb.texinfo: Proofreading changes from Brian Youmans.
9332
bf0184be
ND
93332000-05-01 Nick Duffek <nsd@cygnus.com>
9334
9335 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
9336 startup sequence, minor edits.
9337
f7dc1244 93382000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
9339
9340 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
9341 TeX.
9342
9343 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
9344 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
9345 like `n' and `s' which look weird. Convert some of the @kindex to
9346 @vindex, when they refer to variables, not commands.
9347
33e16fad
AC
9348Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
9349
9350 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
9351
f7dc1244 93522000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
9353
9354 * Makefile.in (GDBMI_DIR): New variable.
9355 (SET_TEXINPUTS): Add $(GDBMI_DIR).
9356 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
9357 (gdbmi.texinfo): New target, for texi2roff.
9358 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
9359 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
9360
9361 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
9362 gdbmi.texinfo.
9363 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
9364 comment.
9365
d167840f
EZ
93662000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9367
9368 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 9369 command.
d167840f 9370
f7dc1244 93712000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
9372
9373 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
9374 prevents the build (and is generally a Bad Idea).
9375
f7dc1244 93762000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
9377
9378 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
9379 a comma inside @var.
9380 (Command Files): Index markup changes from Dmitry Sivachenko
9381 <dima@Chg.RU>.
9382
f7dc1244 93832000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
9384
9385 * Makefile.in (LN_S): Define.
9386 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
9387 invoke "ln -s" unless it is known to work.
9388
9389 * configure.in (AC_PROG_LN_S): Add.
9390
8dc7983f
JB
93912000-04-14 Jim Blandy <jimb@redhat.com>
9392
9393 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
9394 section.
9395 (Target Conditionals): Document ADDRESS_TO_POINTER,
9396 POINTER_TO_ADDRESS.
9397
1a8237e8
DB
93982000-04-11 Daniel Berlin <dan@cgsoftware.com>
9399
9400 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
9401 gdb-cfg.texi to get the value.
9402
ca526f1a
JB
94032000-04-10 Jim Blandy <jimb@redhat.com>
9404
9405 * gdbint.texinfo (Target Architecture Definition): Fix
9406 cross-references.
9407
faaafcb4
JB
94082000-04-08 Jim Blandy <jimb@redhat.com>
9409
9410 * gdbint.texinfo (Using Different Register and Memory Data
9411 Representations): New section.
9412 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
9413 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
9414 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 9415
1b27397f
AC
9416Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
9417
9418 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 9419 for acknowledgments.
1b27397f 9420
480ff1fb
AC
9421Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
9422
9423 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 9424 qThreadExtraInfo.
480ff1fb 9425
a9331b3f 94262000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 9427
a9331b3f
RM
9428 * gdb.texinfo: Clarify which remote debug protocol commands are
9429 required and which are optional.
f1251bdd 9430
dbeb8dbd
AC
9431Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
9432
9433 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
9434 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
9435 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
9436 * annotate.texi: Update.
9437
6d2ebf8b
SS
94382000-03-28 Stan Shebs <shebs@apple.com>
9439
9440 * gdb.texinfo: Update dates, bump to Eighth Edition (note
9441 expectation of additional changes before release), update
9442 ISBN, add copy of top-level menu for @ifhtml, remove explicit
9443 node links, rephrase and/or shorten lines to fix formatting
9444 problem in both regular and @smallbook formats.
9445 * annotate.texi: Shorten lines in example, use smallexample
9446 consistently everywhere.
9447 * Makefile.in: Add comment about texinfo 4.0 html generation.
9448 (SFILES_INCLUDED): Add annotate.texi.
9449
5d161b24
DB
94502000-03-27 Daniel Berlin <dan@cgsoftware.com>
9451
5ae4183a
AS
9452 * gdb.texinfo (Debugging Output): Added new section, documenting
9453 the "set/show debug" commands.
5d161b24 9454
b9deaee7
AC
9455Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
9456
9457 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 9458 entry.
b9deaee7
AC
9459
9460 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
9461 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 9462 @chapter and @node entries.
a9331b3f 9463
b9deaee7 9464 * gdb.texinfo: Link all top-level nodes.
a9331b3f 9465
9ef47d30
AC
9466Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
9467
9468 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 9469 files.
9ef47d30 9470
cfeada60
FN
94712000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
9472
9473 From David Whedon <dwhedon@gordian.com>
5ae4183a 9474 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 9475
6837a0a2
DB
94762000-03-22 Daniel Berlin <dan@cgsoftware.com>
9477
9478 * gdb.texinfo: Add documentation for the apropos command.
9479
bba2971c
MS
94802000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
9481
9482 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
9483
2b628194
MS
94842000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
9485
a9331b3f 9486 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
9487 two places.
9488
96a2c332
SS
94892000-03-17 Stan Shebs <shebs@apple.com>
9490
9491 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
9492 <dima@Chg.RU>, also clarification of allowed content for
9493 string constants.
9494
f7dc1244 94952000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
9496
9497 * gdb.texinfo (main menu): Add Annotations.
9498 (File Options): Add @cindex entries for each command-line option.
9499 Document --epoch, --annotate, --async, --interpreter, --write,
9500 --statistics, and --version.
9501
9502 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
9503 of GDB.
9504
9d233477
JB
95052000-02-23 Jim Blandy <jimb@redhat.com>
9506
9507 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
9508
14e0eb3b
JB
95092000-02-22 Jim Blandy <jimb@redhat.com>
9510
9511 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
9512
3555de01
JM
95132000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
9514
9515 * Makefile.in (diststuff): New target.
9516
5e35df8e
KB
95172000-02-15 Kevin Buettner <kevinb@redhat.com>
9518
9519 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 9520 architecture. [From Jim Wilson.]
5e35df8e 9521
c5394b80
JM
95222000-01-16 Tom Tromey <tromey@cygnus.com>
9523
9524 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
9525 (Delete Breaks): Mention range arguments.
9526 (Disabling): Likewise.
9527
c3f6f71d
JM
95282000-01-05 Dmitry Sivachenko <dima@Chg.RU>
9529
9530 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
9531
c4093a6a
JM
9532Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
9533
9534 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 9535 valid functions.
c4093a6a 9536
11cf8741
JM
95371999-11-05 Stan Shebs <shebs@andros.cygnus.com>
9538
9539 * gdb.texinfo: Clarify regular expressions used in rbreak.
9540
917317f4
JM
95411999-10-15 Kevin Buettner <kevinb@cygnus.com>
9542
9543 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
9544 MEMORY_REMOVE_BREAKPOINT): Document.
9545
9546Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
9547
9548 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 9549 offset re-using the DATA offset instead.
917317f4 9550
2df3850c
JM
95511999-10-11 Jim Kingdon <kingdon@redhat.com>
9552
9553 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
9554
95551999-10-05 Stan Shebs <shebs@andros.cygnus.com>
9556
9557 From Dmitry Sivachenko <demon@gpad.ac.ru>:
9558 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
9559 typos.
9560
9561 * gdb.texinfo: Various minor wording and formatting improvements,
9562 mentions of additional command-line options.
9563
2acceee2
JM
95641999-09-30 Fred Fish <fnf@cygnus.com>
9565
9566 * gdb.texinfo: Document additional forms of specifying section
9567 names and addresses for the add-symbol-file command.
9568
c2c6d25f
JM
95691999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
9570
9571 * gdbint.texinfo: Fix typo, add the word "have".
9572
95731999-09-14 Jim Blandy <jimb@cris.red-bean.com>
9574
9575 * gdbint.texinfo (Target Architecture Definition): Document the
9576 SKIP_PERMANENT_BREAKPOINT macro.
9577
d4f3574e
SS
95781999-09-07 Stan Shebs <shebs@andros.cygnus.com>
9579
9580 * gdb.texinfo: Fiks speling errers.
9581
9582 * gdb.texinfo: Fix uses of @multitable.
9583
f7dc1244 9584 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 9585 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 9586 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
9587 comments about using with optimization, add more indexing,
9588 fix info about disassembly-flavor.
9589
9590Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
9591
9592 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
9593 SKIP_SOLIB_RESOLVER): Define.
9594
9595Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
9596
9597 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 9598 ``g'' packets.
d4f3574e 9599
104c1213
JM
96001999-08-30 Stan Shebs <shebs@andros.cygnus.com>
9601
9602 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
9603 platform-specific info, inline remote.texi and move sections of it
9604 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
9605 and register stack into the new chapter.
9606 * remote.texi: Remove, now part of gdb.texinfo.
9607 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
9608
96091999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
9610
9611 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
9612 GDB_TARGET_IS_MACH386): These kludges have gone away.
9613
9614Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
9615
9616 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 9617 TDEPLIBS.
104c1213 9618
53a5351d
JM
96191999-08-20 Stan Shebs <shebs@andros.cygnus.com>
9620
9621 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
9622 surrounding text to fit HP-UX bits into general info.
9623 (HPPA-cfg.texi): Remove, no longer useful.
9624
9625 * gdb.texinfo: Remove explicit links from @node lines, remove
9626 HP-added "Detailed Node Listing" from main menu which confuses
9627 things.
9628
9629 From Dmitry Sivachenko <dima@Chg.RU>:
9630 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 9631 in description of `set environment'.
53a5351d
JM
9632
96331999-08-17 Stan Shebs <shebs@andros.cygnus.com>
9634
9635 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
9636
7be570e7
JM
96371999-08-12 Ben Elliston <bje@cygnus.com>
9638
9639 * gdbint.texinfo (Breakpoint Handling): Add missing words.
9640
f7dc1244 96411999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
9642
9643 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
9644 watch, awatch, and rwatch. Explain why the latter two cannot be
9645 set as software watchpoints. Document that watchpoints for local
9646 variables are deleted when the debuggee terminates.
7be570e7
JM
9647
9648Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
9649
9650 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
9651 packet. Allow E.. response packet. "qRcmd" packet is no longer
9652 reserved.
7be570e7
JM
9653
96541999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9655
a9331b3f
RM
9656 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
9657 * gdb.texinfo: Ditto.
7be570e7 9658
96baa820
JM
96591999-08-06 Tom Tromey <tromey@cygnus.com>
9660
9661 * gdb.texinfo (KOD): New node.
9662
9663Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
9664
9665 * remote.texi (Rcmd): Fix minor formatting typos.
9666
9667Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
9668
9669 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 9670 packets.
96baa820 9671
adf40b2e
JM
96721999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
9673
9674 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
9675 fixes.
9676
43ff13b4
JM
9677Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
9678
9679 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
9680
085dd6e6
JM
9681Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
9682
9683 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
9684 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
9685 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
9686 packets that are not supported on all hosts. Expand examples.
9687 Spell check.
085dd6e6
JM
9688
96891999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
9690
9691 * Makefile.in: Recognize html, install-html. Add targets
9692 to build HTML versions of documentation via texi2html.
9693
9694Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
9695
9696 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 9697 testsuite.
085dd6e6
JM
9698
9699Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
9700
9701 * remote.texi (Communication Protocol): Rewrite.
9702
9703Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
9704
9705 * stabs.texinfo: Fix uses of xref.
9706
9e0b60a8
JM
9707Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
9708
9709 * gdbint.texinfo: Add an anti-printf exhortation, and update the
9710 info about patch submission.
9711
cce74817
JM
9712Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
9713
9714 From Per Bothner <bothner@cygnus.com>:
9715 * gdb.texinfo: Document Chill support.
9716
9717Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
9718
9719 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
9720 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
9721 Document that the value should be greater-than or equal-to zero.
9722 (NO_STD_REGS): Document. Deprecate.
cce74817 9723
ac9a91a7
JM
9724Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
9725
9726 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 9727 Document that these are not used.
ac9a91a7
JM
9728
9729Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
9730
9731 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
9732
392a587b
JM
9733Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
9734
9735 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 9736 numargs was dropped.
392a587b
JM
9737
9738Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
9739
9740 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
9741
b83266a0
SS
9742Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
9743
9744 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 9745 Update.
b83266a0 9746
7a292a7a
SS
9747Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
9748
9749 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
9750 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
9751
9752Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
9753
9754 * gdbint.texinfo: Fix typos: $ -> @.
9755
9756Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
9757
9758 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
9759 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
9760 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
9761 BREAKPOINT_FROM_PC.
a9331b3f 9762
7a292a7a
SS
9763Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
9764
9765 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 9766 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
9767
9768Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
9769
9770 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 9771 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
9772
97731999-04-02 Stan Shebs <shebs@andros.cygnus.com>
9774
9775 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
9776 longer exists.
9777
9778Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
9779
9780 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
9781 nearly all @ifset/@ifclear conditionals; nobody uses them, and
9782 they make the manual source incomprehensible.
7a292a7a
SS
9783 * h8-cfg.texi: Remove, hasn't been used in years.
9784
c906108c
SS
9785Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
9786
9787 * gdb.texinfo: Update the credits.
9788
9789Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
9790
9791 * gdb.texinfo: Fix mistakes noticed in printout of last
9792 draft, add Alpha to discussion of heuristic fence post.
9793
9794Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
9795
9796 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
9797 Edition, merge some HP changes into mainline, describe some
9798 previously undocumented features, describe more of the target
9799 commands available, eliminate obsolete section on renamed
9800 commands.
c906108c
SS
9801 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
9802
9803Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
9804
9805 * gdb.texinfo: Make many HPPA conditionals unconditional,
9806 including catchpoint description, since now on for all configs.
9807 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
9808 specializations.
9809
9810Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
9811
9812 * Makefile.in (GDBvn.texi): Fix match expression to work with
9813 current format of VERSION in gdb/Makefile.in.
9814 * gdb.texinfo: Fix node ref to match new readline.
9815
9816Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
9817
a9331b3f
RM
9818 * gdb.texinfo: Changes made as part of a project to merge in
9819 changes made by HP. Documentation makes extensive use of
c906108c
SS
9820 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
9821 on remote debugging. There are differences in documentation
889bf7c5 9822 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
9823 the HP manual discusses catchpoints, hardware watchpoints, and
9824 some HPUX specific limitations for shared library support.
a9331b3f 9825
c906108c
SS
9826 There are also a number of @node changes.
9827
98281999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
9829
9830 * gdbint.texinfo (Formatting): Disambiguate a sentence.
9831 (C Usage): Same.
9832
9833Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
9834
9835 The following changes were made by Edith Epstein
889bf7c5
PA
9836 <eepstein@cygnus.com> as part of a project to merge in changes
9837 made by HP.
a9331b3f 9838
c906108c
SS
9839 * HPPA-cfg.texi: new file.
9840
9841 * all-cfg.texi: set HPPA for HP PA-RISC targets.
9842
9843 * refcard.tex: change documentation about catch.
9844 removed info catch.
9845
9846Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
9847
9848 * gdbint.texinfo: Expand on GDB's coding standards,
9849 specify the use of arg names with prototypes.
9850
98511998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
9852
9853 * gdb.texinfo: Fix tipo.
9854
9855Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
9856
9857 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 9858 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
9859
9860Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
9861
9862 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
9863
98641998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
9865
9866 * agentexpr.texi: New file.
9867
9868Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
9869
9870 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
9871
98721998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
9873
9874 * remote.texi: Changed wording that implied that the GDB remote
9875 protocol caches register values instead of GDB itself.
9876
9877Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
9878
9879 * gdbint.texinfo: Add some info about symbol readers.
9880 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
9881 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
9882 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
9883 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
9884
9885Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
9886
a9331b3f 9887 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
9888
9889Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
9890
9891 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
9892
9893Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
9894
9895 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 9896 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
9897
9898Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
9899
9900 * gdbint.texinfo: Fix minor typos.
9901
9902Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
9903
9904 * gdbint.texinfo: Complete overhaul. Group descriptions more
9905 logically, add more info on generic algorithms, remove much
9906 obsolete and/or wrong material.
9907
9908Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
9909
9910 * stabs.texinfo (Method Type Descriptor): Expand and correct.
9911
9912Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
9913
9914 * refcard.tex: Copyright, address updates.
9915
9916Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
9917
9918 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
9919 for the edition instead of confusing GDB-version-like numbers.
9920
9921Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
9922
9923 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
9924
9925Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
9926
5ae4183a 9927 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
9928
9929Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
9930
9931 * gdb.texinfo: Add some credits, mention bug monitor.
9932 * remote.texi: Mention mips monitor targets.
9933 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 9934
c906108c
SS
9935Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
9936
9937 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
9938 files, finish sorting of host vs target vs native macros, describe
9939 some more of them.
c906108c
SS
9940
9941Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
9942
9943 * gdbint.texinfo (Host Conditionals): Document change from
9944 using NO_MMALLOC to it's inverse, USE_MMALLOC.
9945
9946Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
9947
9948 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 9949 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
9950
9951Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
9952
9953 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
9954 Document LSEEK_NOT_LINEAR.
9955
9956Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
9957
9958 * stabs.texinfo (Stab Section Basics): Make it clear that only
9959 some versions of the GNU linker remove the leading N_UNDF symbol.
9960
9961Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
9962
9963 * stabs.texinfo (String Field): Document type number pairs here,
9964 instead of in the Sun specific section.
9965 (Include Files): The GNU linker supports the N_BINCL
9966 optimization. Clarify the N_BINCL value, and what it is used
9967 for.
9968 (Procedures): Document N_FUN with an empty string to mark the end
9969 of a function.
9970 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
9971 (Sun Differences): Remove this node, as the information is now
9972 elsewhere in the main document.
9973 (Stab Section Basics): Mention that the GNU linker may optimize
9974 stabs and remove the leading N_UNDF symbol.
9975
9976Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
9977
9978 * gdb.texinfo, refcard.tex: Restore author credit
9979
9980Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
9981
9982 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
9983 documentation to account for START and END macros taking
9984 one arg.
9985
9986Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
9987
9988 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
9989 * gdb.texinfo (Frames): Fix typo.
9990
9991Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
9992
9993 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
9994 a target_signal as arg type, not a pid.
9995
9996Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
9997
9998 * gdb.texinfo: Document `set assembly-language'.
9999
10000Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
10001
10002 * remote.texi: Update list of stubs in the GDB distribution.
10003
10004Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
10005
10006 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
10007 Also document that some systems can use mmalloc but must define
10008 this if their C runtime allocates memory that is later freed.
c906108c 10009 (MMCHECK_FORCE): Document new macro.
a9331b3f 10010
c906108c
SS
10011Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
10012
10013 * remote.texi: Add documentation for target Sparclet.
10014
10015Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10016
a9331b3f 10017 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
10018 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
10019 * configure.in: Rewritten for autoconf.
10020 * configure: New.
10021
10022Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
10023
10024 * Makefile.in (DVIPS): New define, set to dvips.
10025 (dvi): Add stabs.dvi.
10026 (ps): New target.
10027 (all-doc): Depend on info, dvi, and ps targets.
10028 (STAGESTUFF): Add *.ps and *.dvi files.
10029 (clean-info, clean-dvi): Remove.
10030 (mostlyclean): Does not depend upon clean-info or clean-dvi,
10031 rules completely rewritten.
10032 (maintainer-clean): Remove clean-info and clean-dvi
10033 dependencies and put their actions in the rules.
10034 (gdb.ps): New target
a9331b3f 10035 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
10036 intermediate TeX files, whether they have 2 or 3 character
10037 extensions.
10038 (gdbint.ps): Add target and rules.
10039 (gdb-internals): Delete unused target.
10040 (Makefile): Depends upon config.status also.
10041
10042Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
10043
10044 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
10045 set.
10046
10047Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
10048
10049 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
10050 * gdb.texinfo (Expressions): Fix erroneous array constant example.
10051
10052Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
10053
10054 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
10055
10056Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10057
10058 * gdb.texinfo (Print settings): Document
10059 `set/show print static-members' commands.
10060
10061Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
10062
10063 * gdbint.texinfo (Native): Document name change, coredep.c to
10064 core-aout.c.
10065
10066Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
10067
10068 * stabs.texinfo (Include Files): Document the values the SunOS4
10069 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
10070
10071Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
10072
10073 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
10074 Fix typo.
10075
10076Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
10077
10078 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
10079 "gdb.tar.Z".
10080
10081Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
10082
10083 * Makefile.in (maintainer-clean): New target, synonym for
10084 realclean.
10085
10086Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
10087
10088 * Update all FSF addresses except those in COPYING* files.
10089
10090Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
10091
10092 From Richard Earnshaw (rearnsha@armltd.co.uk):
10093 * gdb.texinfo (convenience variables): Document $_exitcode.
10094 (quit): Document optional expression to use as exit code.
10095
10096Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
10097
10098 * gdb.texinfo, remote.texi: Brought up to date with various
10099 GDB changes.
10100
10101Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
10102
10103 * gdb.texinfo: Update dates and versions, fix comments about
10104 hardware watchpoints in future releases and about the
10105 sharedlibrary command.
10106
10107Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10108
10109 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
10110 C_FUN stab. Other cleanups.
10111
10112Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10113
10114 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
10115 for the sparc stub.
10116
10117Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10118
10119 * annotate.texi: Clarify which addresses have differing formats
10120 depending on the language and which do not.
10121
10122Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10123
10124 * remote.texi (NetWare): Changed example to use BOARD= instead of
10125 NODE= argument to reflect correspoding change to gdbserve.nlm.
10126
10127Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10128
10129 * stabs.texinfo (Negative Type Numbers): Mention the fact that
10130 GDB, as well as AIX dbx, supports the size type attribute.
10131
10132Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10133
10134 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
10135
10136Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
10137
10138 * gdb.texinfo (Define): Document $arg0... arguments to commands,
10139 and new 'if' and 'while' commands.
10140
10141Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
10142
10143 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
10144
10145Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10146
10147 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
10148 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
10149 NetWare targets. Mostly stolen from the Server node.
10150
10151Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10152
10153 * gdb.texinfo (Setting): Talk about the language of a source file
10154 versus the working language. The old documentation did not match
10155 what GDB did.
10156
10157Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10158
10159 * stabs.texinfo (Source Files): Document N_SO used to mark the end
10160 of a source file.
10161
10162Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10163
10164 * gdb.texinfo (Processes): New node.
10165
10166Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
10167
10168 * remote.texi: Update documentation of set/show mipsfpu.
10169
3fc11d3e
JM
10170Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
10171
10172 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
10173 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
10174
10175Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
10176
10177 * gdbint.texinfo: Removed mentions of some incorrectly placed and
10178 obsolete conditionals, described some others.
10179
10180Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10181
10182 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
10183 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
10184
10185Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
10186
10187 * gdbint.texinfo: Put regex conditionals in their own table.
10188
10189Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
10190
10191 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
10192 described or fixed the descriptions of many others.
10193
10194Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
10195
10196 * gdb.texinfo: Add some more credits.
10197 * gdbint.texinfo: Capitalize GDB consistently, describe some
10198 macros and remove some.
10199
10200Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
10201
10202 * gdbint.texinfo: Removed mentions of many incorrectly placed and
10203 obsolete conditionals, described some others.
10204
10205Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10206
10207 * gdb.texinfo (help targets): Changed to `help target', which
10208 is the correct gdb command.
10209
10210Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10211
10212 * annotate.texi (TODO): New node, for keeping track of annotations
10213 suggested but not yet implemented.
10214
10215Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10216
10217 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
10218 another symbol, it is not the address itself.
10219
10220Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
10221
10222 * stabs.texinfo (Stab Section Basics): Add comment about alignment
10223 of stabs-in-coff sections.
10224
10225Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10226
10227 * annotate.texi: Change edition to 0.5 and date to May 1994.
10228 Add index.
10229 (Frames): New node, for frame annotation.
10230 (Displays): New node, for display annotation.
10231
10232 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
10233 when waiting for your program to stop.
10234
10235Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10236
10237 * annotate.texi (Breakpoint Info): Document annotation of header
10238 fields and record annotation.
10239
10240Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10241
10242 * annotate.texi: New file, to document annotations.
10243
10244Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10245
10246 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
10247 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
10248
10249Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10250
10251 * stabs.texinfo (Stab Section Basics): Say what is in .stab
10252 section, and say n_strx field is compilation unit relative.
10253 * stabs.texinfo: Don't use @code for a.out when it is the name of
10254 an object file format.
10255
10256Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10257
10258 * gdb.texinfo: Refer to file names, not path names, per rms
10259 convention.
10260 (Arguments): Fix typo.
10261
10262Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10263
10264 * stabs.texinfo (Global Variables): Talk about stabs in files
10265 where variables are referenced, but not defined.
10266
10267Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10268
10269 * stabs.texinfo: Move stuff on @ and # type descriptors from node
10270 Cplusplus to new nodes Member Type Descriptor and Method Type
10271 Descriptor. Re-write stuff for #.
10272
10273Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10274
10275 * gdb.texinfo (Print Settings): Don't document "set print
10276 fast-symbolic-addr off". The bug which it worked around was fixed
10277 on 25 Feb 94 in coffread.c, so I'm nuking the command.
10278
10279 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
10280 N_ENTRY node.
10281
10282 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
10283
10284Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10285
10286 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
10287 references to ieee-float.c.
10288
10289Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10290
10291 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
10292 match what the code actually does.
10293
10294Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10295
10296 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
10297
10298Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10299
10300 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
10301 i, and b.
10302
10303Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
10304
10305 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
10306 well as for ELF and SOM. Unify the descriptions of ELF and SOM
10307 as "stabs in sections" rather than just saying "ELF and SOM".
10308 Also make that stuff apply to COFF.
10309
10310Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10311
10312 * gdb.texinfo (Formatting Documentation): Change GhostScript to
10313 Ghostscript.
10314
10315Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10316
10317 * gdb.texinfo (Continuing and Stepping): When talking about "step"
10318 versus functions without line numbers, also mention stepping into
10319 them as well as "step" when you are in them. Tell the user how to
10320 deal with the situation. Add comment about "debugging information".
10321
10322Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10323
10324 * stabs.texinfo (Enumerations): Document restriction on where
10325 enumeration types can appear and still win with GDB.
10326
10327Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10328
10329 * stabs.texinfo (Negative Type Numbers): Document format for type
10330 -16.
10331
10332Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10333
10334 * gdb.texinfo (Selection, Frame Info): Update information about
10335 arbitrary frame specficiations.
10336
10337Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
10338
10339 * gdb.texinfo, remote.texi: general editing pass prior to Net release
10340
10341Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10342
10343 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
10344
10345Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
10346
10347 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
10348
10349Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10350
10351 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
10352 Differences node to Statics node.
10353 (Statics): Discuss XCOFF use of V symbol descriptor.
10354
10355 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
10356 not clean.
10357
10358Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
10359
10360 * gdb.texinfo (Print Settings): Document `set print
10361 fast-symbolic-addr' and improve the doc for some other
10362 `set print's.
10363
10364Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10365
10366 * stabs.texinfo (String Field): Talk about defining several type
10367 numbers at once.
10368 Fix lint regarding changing node ELF Transformations to
10369 ELF and SOM Transformations.
10370
10371Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
10372
10373 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
10374
10375Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10376
10377 * stabs.texinfo (Cross-References): `::' is for nested types only
10378 within <>.
10379 (Structures): Document static members.
10380
10381Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10382
10383 * stabs.texinfo: Document S type attribute.
10384
10385Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
10386
10387 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
10388
10389Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
10390
10391 * gdbint.texinfo: Fix a few typos.
10392
10393Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10394
10395 * gdb.texinfo, remote.texi: formatting improvements
10396
10397 * gdb.texinfo (New Features): mention threads.
10398 (Summary, C): fix xrefs in newly contributed text.
10399 (Threads): index entries, clarifications, example
10400 (passim): minor typos fixed, phrasing improvements
10401
10402 * remote.texi (Bootstrapping): rephrase text on ^C and add index
10403 entries; (Server): explain use of gdbserver w/real-time systems,
10404 add example of conflicting TCP port; (MIPS Remote) break up
10405 running text into table, highlighting commands, and add example.
a9331b3f 10406
c906108c
SS
10407Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10408
10409 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
10410
10411Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10412
10413 * stabs.texinfo (Nested Symbols): New node.
10414 (String Field, Symbol Descriptors, Cross-References): Refer to it.
10415
10416Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10417
10418 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
10419 to picking which Bbss.bss symbol to use, and (because there seems to
10420 be no good way of doing it) re-write some of the text to make it
10421 sound like Bbss.bss isn't such a great idea after all (as currently
10422 designed).
10423
10424 * gdb.texinfo (C): In addition to saying people have to use g++ for
10425 good results, say they have to use stabs. Specifically say cfront
10426 doesn't work well.
10427 (Summary): Merge in information on Modula-2, Pascal, and Chill from
10428 the gdb README. Add xrefs to places where the support for the various
10429 languages is described in detail.
10430
10431Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10432
10433 * stabs.texinfo: Clean up stuff about visibility and virtual
10434 characters.
10435
10436 * stabs.texinfo (N_M2C): Cite Sun doc.
10437
10438Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10439
10440 * gdb.texinfo: updates re threads.
10441 * remote.texinfo: avoid index entries starting with digits.
10442
10443Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10444
10445 * stabs.texinfo (Enumerations): Talk about large, negative and
10446 octal values. Clean up cross reference to type attributes.
10447 (String Field): Say that GDB 4.11 supports size attribute.
10448
10449Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10450
10451 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
10452 is a mandatory step. Make the stuff about that more concise.
10453
10454Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10455
10456 * stabs.texinfo (Class Names): New node.
10457
10458 * gdb.texinfo (Command Files): Explain order of init file reading.
10459
10460 * remote.texi (Bootstrapping): Talk about getting the serial driver
10461 to deal with ^C sent by gdb to stop the remote system.
10462
10463Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
10464
10465 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
10466
10467 * libgdb.texinfo (Defining Commands): made the DOC arg
10468 to gdb_define_app_command a char * instead of char **
10469 per a suggestion from kingdon.
10470
10471 * libgdb.texinfo: total rewrite from a different starting
10472 premise.
10473
10474Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10475
10476 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
10477 floats passed as doubles (to improve clarity).
10478
10479Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10480
10481 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
10482
10483 * a4rc.sed: update to work with Andreas Vogel papersize params
10484
10485 * refcard.tex: use Andreas Vogel simplifications of papersize
10486 params; remove useless version info; update copyright date.
10487
10488Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10489
10490 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
10491
10492Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10493
10494 * gdb.texinfo (Files): Say what address the load command loads it at.
10495
10496 * stabs.texinfo (Common Blocks): Minor cleanups.
10497
10498 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
10499 that Sun has backed away from the linker kludge and thus the relevant
10500 issue is changes to the SunPRO tools, not the Solaris linker.
10501
10502 * stabs.texinfo (Traditional Integer Types): Clean up description
10503 of octal bounds a little bit. Document extra leading zeroes.
10504
10505Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10506
10507 * gdb.texinfo (Signaling): Update for symbolic symbol names
10508 and add a section explaining the difference between the GDB
10509 signal command and the shell kill utility.
10510
10511Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
10512
10513 * libgdb.texinfo: added `@' to braces that were unescaped.
10514
10515Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
10516
10517 * libgdb.texinfo: new file. Spec for the gdb library.
10518
10519Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10520
10521 * stabs.texinfo (Include Files): Fix typo (start -> end).
10522
10523Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10524
10525 * gdb.texinfo, remote.texi: assorted small improvements, mostly
10526 from Melissa at FSF's editing pass.
10527
10528Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10529
10530 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
10531 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
10532 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
10533
10534Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10535
10536 * remote.texi (Bootstrapping): Discuss 386 call gates.
10537
10538Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
10539
10540 * stabs.texinfo (Based Variables): New node.
10541
10542Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
10543
10544 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
10545 names, sizes, and formats to suggest how not to lose.
10546
10547Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
10548
10549 * stabs.texinfo (Methods): Fix typo.
10550
10551Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
10552
10553 * gdb.texinfo: Fix a few typos.
10554
10555Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10556
10557 * gdb.texinfo: Clarify how well it works with Fortran.
10558
10559 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
10560 More on relocating stabs in ELF files.
10561
10562Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10563
10564 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
10565
10566Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10567
10568 * stabs.texinfo (Local Variable Parameters): Talk about nameless
10569 parameters on VAX.
10570
10571Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10572
10573 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
10574
10575Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10576
10577 * stabs.texinfo: Make info author notice match the TeX author notice.
10578
10579Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
10580
10581 * stabs.texinfo: Initial-caps all words in node names and
10582 non-trivial words in section names.
10583
10584Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10585
10586 * stabs.texinfo: Many minor cleanups.
10587
10588 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
10589
10590Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
10591
10592 * stabs.texinfo: Remove full description of big example.
10593 It's not really helpful; just use pieces of it where appropriate.
10594 Add more Texinfo formatting directives (@samp, etc.).
10595 Use @deffn to define stab types.
10596 Eliminate some wordiness. Break up some nodes.
10597 Add an (alphabetized) index of symbol types.
10598 Use consistent capitalization style in node and section names.
10599
10600Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
10601
10602 * gdb.texinfo: Change typo "Two two" to "The two".
10603
10604Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10605
10606 * stabs.texinfo (XCOFF-differences): Remove references to
10607 non-existent types N_DECL and N_RPSYM.
10608
10609 * stabs.texinfo (String Field): Say that type attributes bug is
10610 fixed in GDB 4.10, since it is.
10611
10612 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
10613
10614Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
10615
10616 * stabs.texinfo: Formatting cleanups.
10617
10618Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10619
10620 * stabs.texinfo: When explaining the n_type of a stab, standardize
10621 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
10622 no tabs, use @r).
10623 (Global Variables): Clean up.
10624
10625Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10626
10627 * stabs.texinfo (Stack Variables): Re-write.
10628
10629Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10630
10631 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
10632 addresses of a source file. Also revise formatting.
10633 Change "object module" or "object file" to "source file".
10634 Various: Miscellaneous cleanups.
10635
10636Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10637
10638 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
10639
10640Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
10641
10642 * gdbint.texinfo: Removed many nonsensical machine-collected
10643 host and target conditionals, described some of the remainder.
10644
10645Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10646
10647 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
10648
10649 * gdbint.texinfo (Top): Add name to @top line, and re-write the
10650 paragraph which follows.
10651
10652 * gdbint.texinfo (Host): Use @code not @samp for Makefile
10653 variables. Looks better and avoids overful hbox.
10654
10655Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10656
10657 * stabs.texinfo (Procedures): Improve stuff on nested functions.
10658
10659Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10660
10661 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
10662 retransmit-timeout
10663
10664Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10665
10666 * gdbint.texinfo: Update statement about `some ancient Unix
10667 systems, like Ultrix 4.0' to Ultrix 4.2.
10668
10669Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
10670
10671 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
10672
10673 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
10674
10675 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
10676 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
10677
10678 * remote.texi: new name for former gdbinv-s.texi
10679
10680 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
10681
10682Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
10683
10684 * gdbinv-s.texi: Documented timeout and retransmit-timeout
10685 variables for MIPS remote debugging protocol.
10686
10687Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10688
10689 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
10690
10691Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
10692
10693 * Makefile.in (refcard.dvi): Use srcdir where necessary.
10694
10695Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
10696
10697 * gdb.texinfo: repair conditional bugs in text markup
10698
10699Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10700
10701 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
10702 to select Modula-2 material.
10703
10704Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10705
10706 * stabs.texinfo: Cleanups regarding statics.
10707
10708 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
10709 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
10710
10711Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10712
10713 * stabs.texinfo: N_MAIN is sometimes used for C.
10714
10715Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10716
10717 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
10718
10719Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
10720
10721 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 10722 removed from the code by Kingdon.
c906108c
SS
10723
10724Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10725
10726 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
10727 input when evaluating breakpoint conditions; the bug has been fixed.
10728
10729 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
10730 sets the ignore count to N-1, not to N.
10731
10732Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10733
10734 * refcard.tex (\hoffset): correct longstanding error to match
10735 intended offset; avoids cutting off edge on some printers
10736
10737Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10738
10739 * stabs.texinfo (Parameters): Say that order of stabs is significant.
10740
10741Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10742
10743 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
10744
10745Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10746
10747 * Makefile.in: (REFEDITS) new var to control whether PS or CM
10748 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
10749 collect sed edits if any, apply to refcard before formatting;
10750 (refcard.ps) stop implying PS fonts if PS output requested;
10751 (lrefcard.ps) delete extra target for variant PS fonts
10752
10753 * refcard.tex: parametrize papersize dependent info, collect
10754 in easily replaced spot
10755
10756 * a4rc.sed: new file, edits to refcard for A4 paper
10757
10758Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10759
10760 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
10761
10762Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10763
10764 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
10765
10766Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10767
10768 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
10769 politely rather than rudely.
10770
10771Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10772
10773 * stabs.texinfo: Document common blocks.
10774
10775Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
10776
10777 * stabs.texinfo: Add some basic info about stabs-in-elf.
10778
10779Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10780
10781 * stabs.texinfo (Top): Minor cleanup.
10782
10783Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
10784
10785 * Makefile.in (install-info): remove parentdir support
10786
10787Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10788
10789 * gdb.texinfo (Copying): delete this node and references to it;
10790 RMS says this manual need not carry GPL. (passim): Improvements
10791 from last round at FSF, largely due to Ian Taylor review, and
10792 minor formatting improvements.
10793
10794 * gdbinv-s.texi (passim): Improvements from last round at FSF,
10795 largely due to Ian Taylor review. (Debug Session): minor edits to
10796 new text.
10797
10798Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
10799
10800 * Makefile.in (realclean): Remove info and dvi files too.
10801
10802Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
10803
10804 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
10805 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
10806 * gdb.texinfo: Change accordingly.
10807
10808 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
10809 N_{L,R}BRAC,N_SLINE are relative to.
10810
10811Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
10812
10813 * Makefile.in (GDBvn.texi): Update atomically.
10814
10815Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
10816
10817 * gdbinv-s.texi (Debug Session): Document exceptionHook.
10818
10819Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
10820
10821 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
10822 addresses together. Also motivate the set print symbol-filename
10823 command and suggest other solutions.
10824
10825Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
10826
10827 * gdb.texinfo (set print elements): Note that the number of
10828 elements is set to unlimited by "set print elements 0".
10829
10830Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
10831
10832 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
10833 NF_LDOUBLE means.
10834 (Stab Types): Include Solaris stab types.
10835 (Procedures): Document Solaris extensions.
10836
10837Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10838
10839 * gdb.texinfo: Add `set print symbol-filename' doc.
10840
10841Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10842
10843 * stabs.texinfo (Arrays): Talk about type definition vs. type
10844 information.
10845
10846 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
10847 the trailing semicolon.
10848
10849Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10850
10851 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
10852 and merge in other parts of the document addressing these subjects.
10853 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
10854
10855 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
10856 at the end of a range type.
10857
10858 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
10859 AIX extensions.
10860
10861Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10862
10863 * stabs.texinfo (Stabs Format): Misc fixes.
10864
10865Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10866
10867 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
10868 (Traditional builtin types): Document convex convention for long long.
10869 (Negative builtin types): Discuss type names, and misc fixes.
10870
10871Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10872
10873 * stabs.texinfo (Builtin Type Descriptors): Document the floating
10874 point types used with @samp{R} type descriptor.
10875 (Symbol Descriptors): Describe how to handle conflict between
10876 different meanings of @samp{P} symbol descriptor.
10877
10878Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10879
10880 * stabs.texinfo: Remove node Quick Reference and put its children
10881 directly under the main menu.
10882
10883 * stabs.texinfo: Many more changes to bring it into line with
10884 AIX documentation and reality. I think it now has all the
10885 information from the AIX documentation, except that I burned
10886 out when I got to variant records (Pascal and Modula-2) and
10887 all the COBOL types. Oh well, we can add them later when we're
10888 worrying more about those languages.
10889
10890 * stabs.texinfo (Automatic variables): Talk about what it means
10891 to omit the symbol descriptor.
10892
10893Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10894
10895 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
10896 gcc2 behavior with promoted args.
10897
10898Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10899
10900 * gdb.texinfo: include readline appendices in info version of manual
10901
10902Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10903
10904 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
10905 target remote.
10906
10907 * gdb.texinfo (Machine Code): more index entries for disassemble
10908
10909Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
10910
10911 * Clarify the intended use of the gdb-testers and gdb-patches
10912 mailing lists, and shrink gzip comment.
10913
10914Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10915
10916 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
10917 DOSHOST configuration of manual.
10918
10919 * gdb.texinfo (MIPS Stack): new node.
10920
10921 * all-config.texi (MIPS) new switch.
10922
10923 * gdbinv-s.texi (Nindy Options) Remove two instances of future
10924 tense; (MIPS Remote) new node.
10925
10926 * gdb.texinfo (passim) rephrases to work around makeinfo @value
10927 bug; (Environment) less passive, other small cleanups in text about
10928 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
10929 (Remote) new MIPS Remote menu entry.
10930
10931Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
10932
10933 * stabs.texinfo: Many changes to include information from the
10934 AIX documentation.
10935
10936 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
10937
10938Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
10939
10940 * gdbint.texinfo (new node Debugging GDB, elsewhere):
10941 Move a bunch of information from ../README.
10942 (Getting Started): New node.
10943
10944Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10945
10946 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
10947
10948 * gdb.texinfo: advance manual revision dates to present
10949
10950 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
10951 stop using silly Roman numerals in @set variable names
10952
10953Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
10954
10955 * stabs.texinfo (Parameters): Keep trying to get this right.
10956
10957Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
10958
10959 * stabs.texinfo (Parameters): More on "local parameters".
10960
10961Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
10962
10963 * stabs.texinfo (Parameters): Re-do "local parameters" section.
10964
10965Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
10966
10967 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
10968 (Parameters): Rewrite.
10969 (xcoff-differences, Sun-differences): Minor changes.
10970
10971Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
10972
10973 * stabs.texinfo: Minor cleanup.
10974
10975Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
10976
10977 * gdbint.texinfo: Minor xcoff stuff.
10978
10979Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
10980
10981 * gdbint.texinfo: Update for new config directory structure.
10982 Add info about internal type data structures.
10983
10984Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
10985
10986 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
10987 $(srcdir).
10988 (gdb-config.texi): Depend on file in $(srcdir).
10989
10990Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
10991
10992 * stabs.texinfo: Fixes about N_SO.
10993
10994Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10995
10996 * gdb.texinfo: include list of nonstandard init file names
10997
10998 * *-config.texi: new switch GENERIC for text that applies *only*
10999 to (usual) multiple-target version of manual
11000
11001 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
11002 h8 config
11003
11004 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
11005 in menus (rather than conditionally selected multiple alternative
11006 menus).
11007
11008 * Makefile.in: define and use DOC_CONFIG var to select
11009 configuration for GDB user manual.
11010
11011 * gdb-config.texi: delete from repository, generate from Makefile.
11012
11013 * all-config.texi: normal `generic' configuration file, formerly
11014 stored as gdb-config.texi
11015
11016Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
11017
11018 * Makefile.in: add dvi target to build all .dvi files
11019
11020Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11021
11022 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
11023
11024Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
11025
11026 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
11027 host conditionals.
11028 * stabs.texinfo: More array fixes inspired by Jim's.
11029
11030Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
11031
11032 * stabs.texinfo: Fixes re arrays and continuations.
11033
11034 * gdbint.texinfo: Add XCOFF node.
11035
11036Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
11037
11038 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
11039
11040Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
11041
11042 * stabs.texinfo: Fix for array types to mention lower bounds.
11043
11044Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
11045
11046 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
11047
11048Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
11049
11050 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
11051
11052Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
11053
11054 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
11055 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
11056
11057Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
11058
11059 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
11060
11061Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11062
11063 * gdb.texinfo, gdbinv-s.texi: misc updates
11064
11065Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
11066
11067 * gdbint.texinfo: Brief documentation for longjmp support,
11068 from an email msg by Stu.
11069
11070Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
11071
11072 * stabs.texinfo: Fix description of floating point "range"
11073 types (which really define basic types). Reported by Jim Meehan,
11074 <meehan@src.dec.com>.
11075
11076 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
11077
11078Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
11079
11080 * gdbint.texinfo: Slightly expand section on supporting a new
11081 object file format.
11082
11083Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
11084
11085 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
11086 intermediate file.
11087
11088Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11089
11090 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
11091
11092Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11093
11094 * gdbinv-s.texi: z8000 simulator target name is just "sim"
11095
11096 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
11097 as well as Z8002.
11098
11099Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
11100
11101 * gdbint.texinfo: Add sections on clean design and on how to send
11102 in changes.
11103
11104Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
11105
11106 * gdbint.texinfo: Add how to declare the result of make_cleanup.
11107
11108Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
11109
11110 * gdb.texinfo: Fix typo, reported by Karl Berry.
11111
11112Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
11113
11114 * gdb.texinfo: Add opcodes dir to GDB distribution description.
11115
11116Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11117
11118 * gdbint.texinfo: fixed a stray email address (needs @@),
11119 added @table @code to node "Native Conditionals"
11120
11121Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
11122
11123 * gdbint.texinfo: Describe coding style of GDB.
11124
11125Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
11126
11127 * stabs.texinfo: Minor wording changes.
11128
11129Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
11130
11131 * gdbint.texinfo: Improve release doc slightly.
11132
11133Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
11134
11135 * gdbint.texinfo: Improve doc of GDB config macros.
11136
11137Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
11138
11139 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
11140 These will be reinserted when examined.
11141
11142Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
11143
11144 * gdbint.texinfo: Make a start at documenting all the #if macros
11145 in GDB. At least list them all, and start separating them into
11146 host-specific and target-specific.
11147
11148Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11149
11150 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 11151 examples (not consistent w others).
c906108c
SS
11152 gdb.texinfo: issue disclaimer paragraph on cmdline options only
11153 for generic vn of doc
11154
11155Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
11156
11157 * Makefile.in: always create installation directories.
11158
11159Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11160
11161 * gdb.texinfo: in h8 config, do not describe searching commands.
11162
11163Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11164
11165 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
11166 conditionals; introduce a few generic switches that may be
11167 useful for other cross-dev or dos-hosted configs.
11168
11169 * gdb.texinfo: fix typo in "info reg" description
11170
11171Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
11172
11173 * stabs.texinfo: Minor updates from running TeX over it.
11174 * Makefile.in (stabs.dvi, stabs.ps): Add.
11175
11176Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
11177
11178 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
11179 First pass at converting it to texinfo.
11180
11181Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
11182
11183 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
11184 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
11185
11186Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
11187
11188 * gdbint.texinfo: Add section on partial symbol tables.
11189
11190Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
11191
11192 * gdb.texinfo: document `set remotedebug' and `set
11193 rstack_high_address'.
11194
11195Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11196
11197 * gdb.texinfo: slight expansion of new text on reading info files
11198 * gdbinv-s.m4.in: correct and expand info on cross-debugging
11199 H8/300 from DOS.
11200
11201Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
11202
11203 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
11204
11205Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
11206
11207 * gdb.texinfo: Say how to read the `info' files.
11208
11209Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
11210
11211 * Makefile.in: gm4 -> m4.
11212
11213Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
11214
11215 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
11216 Documentation' ahead of `Installing GDB' to match README.
11217 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 11218 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
11219
11220Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
11221
11222 * Makefile.in: remove $(srcdir) from gdb.info rule.
11223
11224Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11225
11226 * Makefile.in: commented out gdb-all.texinfo rule. This is
11227 temporary.
11228
11229Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
11230
11231 * Makefile.in, configure.in: removed traces of namesubdir,
11232 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
dee368d3 11233 copyrights to '92, '13, changed some from Cygnus to FSF.
c906108c
SS
11234
11235Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
11236
11237 * gdb.texinfo: Improve how we ask for bug reports.
11238
11239Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11240
11241 * Makefile.in: infodir belongs in datadir.
11242
11243Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11244
11245 * Makefile.in: remove spaces following hyphens, bsd make can't
11246 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 11247 standards.text support.
c906108c
SS
11248
11249Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11250
11251 * Makefile.in: idestdir and ddestdir go away. Added copyrights
11252 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
11253 and mandir now keyed off datadir by default.
11254
11255\f
11256Local Variables:
9e9c5ae7 11257mode: change-log
c906108c
SS
11258left-margin: 8
11259fill-column: 74
11260version-control: never
11261End:
This page took 2.577101 seconds and 4 git commands to generate.