[AArch64] Use debug_printf instead of fprintf_unfiltered
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
8228463c
PA
12015-09-15 Pedro Alves <palves@redhat.com>
2
3 PR remote/18965
4 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
5 part indicates the thread ID of the parent process.
6
750ce8d1
YQ
72015-09-15 Yao Qi <yao.qi@linaro.org>
8
9 * gdb.texinfo (General Query Packets): Add vContSupported to
10 tables of 'gdbfeatures' and 'stub features' supported in the
11 qSupported packet, as well as to the list containing stub
12 feature details.
13
b459a59b
DB
142015-09-11 Don Breazeal <donb@codesourcery.com>
15
16 * gdb.texinfo (Remote Configuration): Add exec event
17 feature to table of packet settings.
18 (Stop Reply Packets): Add exec events to the list of stop
19 reasons.
20 (General Query Packets): Add exec events to tables of
21 'gdbfeatures' and 'stub features' supported in the qSupported
22 packet, as well as to the list containing stub feature
23 details.
24
73b8c1fd
PA
252015-08-24 Pedro Alves <palves@redhat.com>
26
27 * gdb.texinfo (Remote Configuration): Document the "set/show
28 remote multiprocess-extensions-packet" commands.
29
bb615428
PA
302015-08-24 Pedro Alves <palves@redhat.com>
31
32 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
33 <M32R>: Remove references to M32R/D.
34 <M68K>: Remove references to target dbug.
35 <MIPS Embedded>: Remove references to target r3900 and target
36 array.
37 <PowerPC Embedded>: Remove references to target dink32 and target
38 ppcbug, target sds
39 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
40
2b4bf6af
AB
412015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
42
43 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
44
566f5e3b
AB
452015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
46
47 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
48
18989b3c
AB
492015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
50
51 * gdb.texinfo (Maintenance Commands): Move documentation of "main
52 info bfds" to...
53 (File Caching): A New section. Outline bfd caching, and add new
54 description for "main set/show bfd-sharing".
55
6ff0ba5f
DE
562015-08-14 Doug Evans <xdje42@gmail.com>
57
58 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
59 disassembly.
60 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
61
629500fa
KS
622015-08-11 Keith Seitz <keiths@redhat.com>
63
64 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
65 Use "location(s)"instead of "linespec(s)".
66 (Specifying a Location): Rewrite.
67 Add subsections describing linespec, address, and explicit locations.
68 Add node/menu for each subsection.
69 (Source and Machine Code, C Preprocessor Macros)
70 (Create and Delete Trace points)
71 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
72 (Continuing at a Different Address): Remove "linespec" examples.
73 Add reference to "Specify a Location"
74 (The -break-insert Command): Rewrite. Add anchor.
75 Add reference to appropriate manual section discussing locations.
76 (The -dprintf-insert Command): Refer to -break-insert for
77 specification of 'location'.
78
fbea99ea
PA
792015-08-07 Pedro Alves <palves@redhat.com>
80
81 * gdb.texinfo (Maintenance Commands): Document "maint set/show
82 target-non-stop".
83
da8c46d2
MM
842015-08-07 Markus Metzger <markus.t.metzger@intel.com>
85
86 * gdb.texinfo (Process Record and Replay): Document prefixing of
87 speculatively executed instructions in the "record instruction-history"
88 command.
89
a3b5281e
DE
902015-07-20 Doug Evans <dje@google.com>
91
92 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
93
6bcb1f97
DE
942015-07-16 Doug Evans <dje@google.com>
95
96 * stabs.texinfo: @include gdb-cfg.texi.
97
db1ff28b
JK
982015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
99
100 Revert the previous 2 commits:
101 gdbserver build-id attribute generator
102 Validate symbol file using build-id
103
ca5268b6
JK
1042015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
105
106 * gdb.texinfo (Files): Add 'set validate-build-id'
107 and 'show validate-build-id'.
108
700ca40f
JK
1092015-07-15 Aleksandar Ristovski <aristovski@qnx.com
110 Jan Kratochvil <jan.kratochvil@redhat.com>
111
112 gdbserver build-id attribute generator.
113 * gdb.texinfo (Library List Format for SVR4 Targets): Add
114 'build-id' in description, example, new attribute in dtd.
115
7c7f93f6
AB
1162015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
117
118 * gdb.texinfo (Selection): Update documentation for 'frame'
119 command.
120
b0627500
MM
1212015-07-02 Markus Metzger <markus.t.metzger@intel.com>
122
72f4393d 123 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
b0627500
MM
124 commands.
125
b20a6524
MM
1262015-07-02 Markus Metzger <markus.t.metzger@intel.com>
127
128 * gdb.texinfo (Process Record and Replay): Spell out that variables
129 and registers are not available during btrace replay.
130 Describe the new "record btrace pt" command.
131 Describe the new "set|show record btrace pt buffer-size" options.
132 (General Query Packets): Describe the new Qbtrace:pt and
133 Qbtrace-conf:pt:size packets.
134 Expand "bts" to "Branch Trace Store".
135 Update the branch trace DTD.
136
fc637f04
PP
1372015-06-26 Patrick Palka <patrick@parcs.ath.cx>
138
139 * gdb.texinfo (Command History): Document the new option
140 "history remove-duplicates".
141
18a94d75
DE
1422015-06-19 Doug Evans <dje@google.com>
143
144 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
145 longer supported.
146
0eacb298
PP
1472015-06-17 Patrick Palka <patrick@parcs.ath.cx>
148
149 * gdb.texinfo (Command History): Mention that setting
150 GDBHISTSIZE to the empty string disables history truncation.
151
bc460514
PP
1522015-06-17 Patrick Palka <patrick@parcs.ath.cx>
153
154 PR gdb/16999
155 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
156 behavior.
157
b58c513b
PP
1582015-06-17 Patrick Palka <patrick@parcs.ath.cx>
159
160 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
161 with GDBHISTSIZE.
162
a86c90e6
SM
1632015-06-15 Simon Marchi <simon.marchi@ericsson.com>
164
165 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
166 bytes and memory units for -data-{read,write}-memory-bytes.
167 (Packets): Same for m, M and X packets.
168 * python.texi (Inferiors In Python): Same for read_memory and
169 write_memory.
170
c74f7d1c
JT
1712015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
172
173 * gdb.texinfo (Separate Debug Files): Document that PE is also
174 supported.
175
51f0e40d
AB
1762015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
177
178 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
179 single table entry.
180
966f0aef
WT
1812015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
182
183 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
184
185
15a201c8
GB
1862015-06-10 Gary Benson <gbenson@redhat.com>
187
188 * gdb.texinfo (Remote Configuration): Document the
189 "set/show remote hostio-setfs-packet" command.
190 (Host I/O Packets): Document the vFile:setfs packet.
191
7a6a1731
GB
1922015-06-10 Gary Benson <gbenson@redhat.com>
193
194 * gdb.texinfo (Debugging Output): Document the "set/show debug
195 linux-namespaces" command.
196
7d73c23c 1972015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 198 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
199
200 * gdb.texinfo (i386): Add documentation about "show mpx bound"
201 and "set mpx bound".
202
27e0867f
DE
2032015-05-27 Doug Evans <dje@google.com>
204
205 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
206
b4f54984
DE
2072015-05-26 Doug Evans <dje@google.com>
208
209 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
210 command renamings.
211 (Maintenance Commands): Update for DWARF "set debug" command renamings.
212
55b40027
AB
2132015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
214
215 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
216
a4ea0946
AB
2172015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
218
219 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
220 (TUI Commands): Add 'tui enable' and 'tui disable' details.
221
37442ce1
DE
2222015-05-16 Doug Evans <xdje42@gmail.com>
223
224 * guile.texi (Memory Ports in Guile): Document support for unbuffered
225 memory ports.
226
36de76f9
JK
2272015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
228
229 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
230
0d71eef5
DB
2312015-05-12 Don Breazeal <donb@codesourcery.com>
232
233 * gdb.texinfo (Forks): Note that fork debugging is
234 supported in extended mode.
235 (Remote Configuration): Add fork event features to table
236 of packet settings.
237 (Stop Reply Packets): Add fork events to list of stop reasons.
238 (General Query Packets): Add fork events to tables of
239 'gdbfeatures' and 'stub features' supported in the qSupported
240 packet, as well as to the list containing stub feature
241 details.
242
835205d0
GB
2432015-05-12 Gary Benson <gbenson@redhat.com>
244
245 * gdb.texinfo (General Query Packets): Document
246 qXfer:exec-file:read with empty annex.
247
4c082a81
SC
2482015-05-09 Siva Chandra Reddy <sivachandra@google.com>
249
250 * python.texi (Values From Inferior): Add descriptions of new
251 methods gdb.Value.reference_value and gdb.Value.const_value.
252
b30a0bc3
JB
2532015-05-06 Joel Brobecker <brobecker@adacore.com>
254
255 * gdb.texinfo (Files): Add "info dll" documentation.
256 (Cygwin Native): Remove "info dll" documentation.
257
2ce1cdbf
DE
2582015-04-29 Doug Evans <dje@google.com>
259
260 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
261 Document.
262 (Writing an Xmethod): Add get_result_type to example.
263
59fb7612
SS
2642015-04-28 Sasha Smundak <asmundak@google.com>
265
266 * python.texi: New method documented.
267
cf75d6c3
AB
2682015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
269
270 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
271 format.
272
897c3d32
DE
2732015-04-24 Doug Evans <dje@google.com>
274
275 * python.texi (Xmethods In Python): Fix name of method to call the
276 xmethod.
277
1b6e6f5c
GB
2782015-04-17 Gary Benson <gbenson@redhat.com>
279
280 * gdb.texinfo (Connecting to a Remote Target): Mention that
281 GDB can access program files from remote targets that support
282 qXfer:exec-file:read and Host I/O packets.
283
c78fa86a
GB
2842015-04-17 Gary Benson <gbenson@redhat.com>
285
286 * gdb.texinfo (Remote Configuration): Document the "set/show
287 remote pid-to-exec-file-packet" command.
288 (General Query Packets): Document the qXfer:exec-file:read
289 qSupported features. Document the qXfer:exec-file:read packet.
290
a9a5a3d1
GB
2912015-04-17 Gary Benson <gbenson@redhat.com>
292
293 * gdb.texinfo (set sysroot): Document that "set sysroot" also
294 applies to executable paths if supplied to GDB as absolute.
295
4f45d445
JK
2962015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
297
298 * gdb.texinfo (Mode Options): Remove -xdb.
299
e7a8570f
JK
3002015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
301 Eli Zaretskii <eliz@gnu.org>
302
72f4393d
L
303 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
304 compile, show debug compile. New subsection Compilation options for
e7a8570f
JK
305 the compile command. New subsection Compiler search for the compile
306 command.
307
f2983cc3
AW
3082015-04-09 Andy Wingo <wingo@igalia.com>
309
310 * guile.texi (Frames In Guile): Describe frame-read-register.
311
599bd15c
GB
3122015-04-02 Gary Benson <gbenson@redhat.com>
313
314 * gdb.texinfo (set sysroot): Document "target:".
315
d11916aa
SS
3162015-04-01 Sasha Smundak <asmundak@google.com>
317
318 * doc/python.texi (Writing a Frame Unwinder in Python): Add
319 section.
320
df8411da
SDJ
3212015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
322
323 PR corefiles/16092
324 * gdb.texinfo (gcore): Mention new command 'set
325 use-coredump-filter'.
326 (set use-coredump-filter): Document new command.
327
d33279b3
AT
3282015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
329
330 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
331 documentation, reorder the info os entries in alphabetical order.
332
852f8402
SM
3332015-03-26 Simon Marchi <simon.marchi@ericsson.com>
334
335 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
336 -data-write-memory-bytes.
337
856e7dd6
PA
3382015-03-24 Pedro Alves <palves@redhat.com>
339
340 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
341 mention that threads may sometimes run unlocked.
342
236af5e3
YG
3432015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
344
345 * gdb.texinfo (Remote configuration): Document "set/show
346 serial parity" command.
347
464b0089
GB
3482015-03-18 Gary Benson <gbenson@redhat.com>
349
350 * gdb.texinfo (General Query Packets): Remove documentation
351 for now-removed vFile:fstat qSupported features.
352
0a93529c
GB
3532015-03-11 Gary Benson <gbenson@redhat.com>
354
355 * gdb.texinfo (Remote Configuration): Document the
356 "set/show remote hostio-fstat-packet" command.
357 (General Query Packets): Document the vFile:fstat
358 qSupported features.
359 (Host I/O Packets): Document the vFile:fstat packet.
360
85642ba0
AW
3612015-03-11 Andy Wingo <wingo@igalia.com>
362
363 * guile.texi (Objfiles In Guile): Document objfile-progspace.
364
f7e6eed5
PA
3652015-03-04 Pedro Alves <palves@redhat.com>
366
367 * gdb.texinfo (Remote Configuration): Document the "set/show
368 remote swbreak-feature-packet" and "set/show remote
369 hwbreak-feature-packet" commands.
370 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
371 decription.
372 (Stop Reply Packets): Document the swbreak and hwbreak stop
373 reasons.
374 (General Query Packets): Document the swbreak and hwbreak
375 qSupported features.
376 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
377
f873665f 3782015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
a64c9f7b
PP
379
380 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
381 under *stopped.
382
9a284c97
DE
3832015-03-02 Doug Evans <xdje42@gmail.com>
384
385 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
386
446899e4
AA
3872015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
388
389 * gdb.texinfo (S/390 and System z Features): Describe new feature
390 "org.gnu.gdb.s390.vx".
391
7ee67ee4
SDJ
3922015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
393
394 PR gdb/18008
395 * gdb.texinfo (maint internal-error, maint internal-warning, maint
396 demangler-warning): Fix typo ("problam").
397
53cf2ee0
DT
3982015-02-19 David Taylor <dtaylor@emc.com>
399
400 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
401
3133f8c1
JM
4022015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
403
404 * gdb.texinfo (Static Probe Points): Add cindex `static probe
405 point, DTrace'.
406 (Static Probe Points): Modified to cover DTrace probes in addition
407 to SystemTap probes. Also modified to cover the `enable probe'
408 and `disable probe' commands.
409
9aca2ff8
JM
4102015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
411
412 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
413 `disable probe' commands.
414
fa3f8d5a
DT
4152015-02-12 David Taylor <dtaylor@emc.com>
416
417 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
418 fields of the QTDV packet.
419
d33501a5
MM
4202015-02-09 Markus Metzger <markus.t.metzger@intel.com>
421
422 * gdb.texinfo (Branch Trace Configuration Format): Add size.
423 (Process Record and Replay): Describe new set|show commands.
424 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
425
f4abbc16
MM
4262015-02-09 Markus Metzger <markus.t.metzger@intel.com>
427
428 * gdb.texinfo (Process Record and Replay): Describe the "record
429 btrace bts" command.
430 (General Query Packets): Describe qXfer:btrace-conf:read packet.
431 (Branch Trace Configuration Format): New.
432
cfb069a8
GB
4332015-01-31 Gary Benson <gbenson@redhat.com>
434 Doug Evans <dje@google.com>
435
436 * gdb.texinfo (Command Completion): Document new
437 "set/show max-completions" option.
438
f57d2163
DE
4392015-01-31 Doug Evans <xdje42@gmail.com>
440
441 * gdb.texinfo (Symbols): Document new commands
442 "maint print symbol-cache", "maint print symbol-cache-statistics",
443 "maint flush-symbol-cache". Document new option
444 "maint set symbol-cache-size".
445
9f050062
DE
4462015-01-31 Doug Evans <xdje42@gmail.com>
447
448 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
449 distinguish script files vs inlined scripts.
450 * python.texi (Python Auto-loading): Ditto.
451
b6577aab
DE
4522015-01-30 Doug Evans <dje@google.com>
453
454 * gdb.texinfo (Symbols) <info source>: Output now contains producer
455 string if present.
456
3a8b707a
DE
4572015-01-27 Doug Evans <dje@google.com>
458
459 * python.texi (Objfiles In Python): Document Objfile.username.
460
1b549396
DE
4612015-01-27 Doug Evans <dje@google.com>
462
463 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
464 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
465
253828f1
JK
4662015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
467
468 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
469
bf555842
EZ
4702015-01-16 Eli Zaretskii <eliz@gnu.org>
471
472 * doc/gdb.texinfo (TUI Commands): Document the possible
473 values of NAME argument to 'winheight' command. Explain the
474 effect of 'tabset' setting better.
475
439250fb
DE
4762015-01-11 Doug Evans <xdje42@gmail.com>
477
478 PR gdb/15830
479 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
480 (Symbols): Ditto.
481 (Maintenance Commands): Delete docs for "maint demangle".
482
6bf6fd09
JB
4832014-12-31 Joel Brobecker <brobecker@adacore.com>
484
485 * gdb.texinfo (Files): Remove documentation of the
486 "add-shared-symbol-files" and "assf" commands.
487 (Cygwin Native): Remove documentation of the "dll-symbols"
488 command.
489
cc485e62
DE
4902014-12-17 Doug Evans <xdje42@gmail.com>
491
492 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
493
bb2ec1b3
TT
4942014-12-12 Phil Muldoon <pmuldoon@redhat.com>
495 Jan Kratochvil <jan.kratochvil@redhat.com>
496
497 * gdb.texinfo (Altering): Update.
498 (Compiling and Injecting Code): New node.
499
6dddd6a5
DE
5002014-12-12 Doug Evans <dje@google.com>
501
502 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
503
f5b95c01
AA
5042014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
505
506 * gdb.texinfo: Document "maint print user-registers".
507
a0be3e44
DE
5082014-12-08 Doug Evans <dje@google.com>
509
510 * python.texi (Objfiles In Python): Document Objfile.owner.
511
86e4ed39
DE
5122014-12-04 Doug Evans <dje@google.com>
513
514 * python.texi (Objfiles In Python): Document
515 Objfile.add_separate_debug_file.
516
7c50a931
DE
5172014-12-04 Doug Evans <dje@google.com>
518
519 * python.texi (Objfiles In Python): Document Objfile.build_id.
520
162078c8
NB
5212014-12-02 Nick Bull <nicholaspbull@gmail.com>
522
523 * python.texi (Events In Python): Document new events
524 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
525 and RegisterChangedEvent.
526
f10c5b19
JK
5272014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
528
529 Add add-auto-load-scripts-directory.
530 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
531 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
532
413b59ae
JK
5332014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
534
535 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
536 description typo.
537
02be9a71
DE
5382014-10-30 Doug Evans <dje@google.com>
539
540 * python.texi (Progspaces In Python): Document ability to add
541 random attributes to gdb.Progspace objects.
542 (Objfiles In Python): Document ability to add random attributes to
543 gdb.objfile objects.
544
e5f8a7cc
PA
5452014-10-27 Pedro Alves <palves@redhat.com>
546
547 * gdb.texinfo (Continuing and Stepping): Add cross reference to
548 info on stepping and signal handlers.
549 (Signals): Explain stepping and signal handlers. Add context
550 index entry, and cross references.
551
fab3a15d
SM
5522014-10-20 Simon Marchi <simon.marchi@ericsson.com>
553
554 * python.texi (Breakpoints In Python): Add parenthesis after
555 Breakpoint.delete. Clarify Breakpoint.enabled description so
556 that it contains "disable".
557
4ffbba72
DE
5582014-10-17 Doug Evans <dje@google.com>
559
560 * python.texi (Events In Python): Document clear_objfiles event.
561
d096d8c1
DE
5622014-10-17 Doug Evans <dje@google.com>
563
564 * python.texi (Objfiles In Python): Document new progspace attribute.
565
32a8097b
PA
5662014-10-17 Pedro Alves <palves@redhat.com>
567
568 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
569 (SVR4 Process Information): Delete mention of OSF/1.
570
2ddf4301
SM
5712014-10-01 Simon Marchi <simon.marchi@ericsson.com>
572
573 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
574 exit-code field in -list-thread-groups output.
575
342cc091
JBG
5762014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
577
578 * gdb.texinfo (Set Breaks): Add missing "@end table".
579
a25a5a45
PA
5802014-09-22 Pedro Alves <palves@redhat.com>
581
582 * gdb.texinfo (Set Breaks): Document that "set breakpoint
583 always-inserted off" is the default mode now. Delete
584 documentation of "set breakpoint always-inserted auto".
585
2b4fd423
DE
5862014-09-18 Doug Evans <dje@google.com>
587
588 * python.texi (Symbol Tables In Python): Document "producer"
589 attribute of gdb.Symtab objects.
590
deb8ff2b
PA
5912014-09-16 Pedro Alves <palves@redhat.com>
592
593 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
594 (Embedded OS): Remove VxWorks menu entry.
595 (VxWorks): Remove node.
596
81219e53
DE
5972014-09-13 Doug Evans <xdje42@gmail.com>
598
599 * gdb.texinfo (Signaling): Document new queue-signal command.
600
faa42425
DE
6012014-09-06 Doug Evans <xdje42@gmail.com>
602
603 PR 15276
604 * gdb.texinfo (Convenience Funs): Document $_caller_is,
605 $_caller_matches, $_any_caller_is, $_any_caller_matches.
606
1a6a384b
JL
6072014-09-03 Justin Lebar <jlebar@google.com>
608
609 * python.texi (Types In Python): Type.template_argument(n) returns a
610 gdb.Value or a gdb.Type and throws an exception if n is out of
611 range.
612
5f3b99cf
SS
6132014-09-03 Sasha Smundak <asmundak@google.com>
614
615 * python.texi (Frames in Python): Add read_register description.
616
3cecbbbe
TT
6172014-08-04 Tom Tromey <tromey@redhat.com>
618
619 * gdb.texinfo (Debugging Output): Update for change to "set debug
620 target".
621
90debf20
MM
6222014-08-01 Masaki Muranaka <monaka@monami-software.com>
623
624 Pushed by Joel Brobecker <brobecker@adacore.com>.
625 * Makefile.in (transform): New variable.
626 (install-man1, install-man5): Apply $(transform) to man file names.
627
ee7333ae
DE
6282014-07-26 Doug Evans <xdje42@gmail.com>
629
630 PR guile/17177
631 * guile.texi (Guile Pretty Printing API): Fix typo.
632 Document set-pretty-printers!, pretty-printers.
633 (Selecting Guile Pretty-Printers): Update.
634 Mention program-space based pretty-printers.
635
70509625
PA
6362014-07-25 Pedro Alves <palves@redhat.com>
637 Eli Zaretskii <eliz@gnu.org>
638
639 * gdb.texinfo (Signaling) <signal command>: Explain what happens
640 with multi-threaded programs.
641
b67a2c6f
YQ
6422014-06-27 Yao Qi <yao@codesourcery.com>
643
644 * gdb.texinfo (Maintenance Commands): Update the output of
645 'maint print dummy-frames' command.
646
f179cf97
EZ
6472014-06-24 Eli Zaretskii <eliz@gnu.org>
648
649 * gdb.texinfo (Screen Size): Improve indexing.
650
992c7d70
GB
6512014-06-19 Gary Benson <gbenson@redhat.com>
652
653 * gdb.texinfo (Maintenance Commands): Document new
654 "maint set/show catch-demangler-crashes" option.
655
57fcfb1b
GB
6562014-06-19 Gary Benson <gbenson@redhat.com>
657
658 * gdb.texinfo (Maintenance Commands): Document new
659 "maint demangler-warning" command and new
660 "maint set/show demangler-warning" option.
661
dd5d5494
SC
6622014-06-09 Siva Chandra Reddy <sivachandra@google.com>
663
664 * python.texi (Xmethod API): Add space before the opening
665 parenthesis in function descriptions.
666
25326a28 6672014-06-06 Doug Evans <xdje42@gmail.com>
d2929fdc
DE
668
669 * guile.texi (Guile Configuration): Document guile-data-directory.
670
0a770bb2 6712014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
672
673 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
674
16f691fb
DE
6752014-06-04 Doug Evans <xdje42@gmail.com>
676
677 * guile.texi (Breakpoints In Guile): Update.
678
1e47491b
JB
6792014-06-03 Joel Brobecker <brobecker@adacore.com>
680
681 * python.texi (Xmethod API): Fix reference to "Progspaces In
682 Python".
683
0c6e92a5
SC
6842014-06-03 Siva Chandra Reddy <sivachandra@google.com>
685
686 * python.texi (Xmethods In Python, XMethod API)
687 (Writing an Xmethod): New nodes.
688 (Python API): New menu entries "Xmethods In Python",
689 "Xmethod API", "Writing an Xmethod".
690
06eb1586
DE
6912014-06-02 Doug Evans <xdje42@gmail.com>
692
693 * guile.texi (Guile API): Add entry for Parameters In Guile.
694 (GDB Scheme Data Types): Mention <gdb:parameter> object.
695 (Parameters In Guile): New node.
696
e698b8c4
DE
6972014-06-02 Doug Evans <xdje42@gmail.com>
698
699 * guile.texi (Guile API): Add entry for Commands In Guile.
700 (Basic Guile) <parse-and-eval>: Add reference.
701 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
702 (GDB Scheme Data Types): Mention <gdb:command> object.
703 (Commands In Guile): New node.
704
ded03782
DE
7052014-06-02 Doug Evans <xdje42@gmail.com>
706
707 * guile.texi (Guile API): Add entry for Progspaces In Guile.
708 (GDB Scheme Data Types): Mention <gdb:progspace> object.
709 (Progspaces In Guile): New node.
710
53e8a631
AB
7112014-05-30 Andrew Burgess <aburgess@broadcom.com>
712
713 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
714 * python.texi (Frames In Python): Mention
715 gdb.FRAME_UNWIND_MEMORY_ERROR.
716
329ea579
PA
7172014-05-29 Pedro Alves <palves@redhat.com>
718 Tom Tromey <tromey@redhat.com>
719
720 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
721 from example.
722 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
723 Mention that target-async is now deprecated.
724 (Maintenance Commands): Document maint set/show target-async.
725
92bcb5f9
PA
7262014-05-29 Pedro Alves <palves@redhat.com>
727
728 * observer.texi (sync_execution_done, command_error): New
729 subjects.
730
fd664c91
PA
7312014-05-29 Pedro Alves <palves@redhat.com>
732
733 PR gdb/13860
734 * observer.texi (signal_received, end_stepping_range)
735 (signal_exited, exited, no_history): New observer subjects.
736
b2715b27
AW
7372014-05-26 Andy Wingo <wingo@igalia.com>
738
739 * guile.texi (GDB Scheme Data Types): Remove documentation for
740 removed interfaces. Update spelling of gdb-object-kind.
741
9eaa4c1e
AW
7422014-05-26 Andy Wingo <wingo@igalia.com>
743
744 * guile.texi (Basic Guile): Fix some typos.
745
0f1e8403
AW
7462014-05-26 Andy Wingo <wingo@igalia.com>
747
748 * guile.texi (Writing a Guile Pretty-Printer)
749 (Guile Types Module): Fix excess parentheses in use-modules forms.
750
697aa1b7
EZ
7512014-05-24 Eli Zaretskii <eliz@gnu.org>
752
753 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
754 (Breakpoints In Guile, Guile Printing Module)
755 (Guile Exception Handling, Values From Inferior In Guile)
756 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
757 Don't use @var at the beginning of a sentence.
758
759 * gdb.texinfo (Frame Filter Management, Trace Files)
760 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
761 (PowerPC Embedded, Define, Annotations for Running)
762 (IPA Protocol Commands, Packets, General Query Packets)
763 (Tracepoint Packets, Notification Packets, Environment)
764 (Inferiors and Programs, Set Breaks, Set Catchpoints)
765 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
766 (Frames, Backtrace, Selection, Expressions, Registers)
767 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
768 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
769 (Source Annotations, Using JIT Debug Info Readers, Packets)
770 (Stop Reply Packets, Host I/O Packets)
771 (Target Description Format): Don't use @var at the beginning of a
772 sentence.
773
774 * python.texi (Basic Python, Types In Python)
775 (Commands In Python, Frames In Python, Line Tables In Python)
776 (Breakpoints In Python, gdb.printing, gdb.types)
777 (Type Printing API): Don't use @var at the beginning of a
778 sentence.
779
67b5c0c1
MM
7802014-05-23 Markus Metzger <markus.t.metzger@intel.com>
781
782 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
783 replay-memory-access".
784
6a3cb8e8
PA
7852014-05-21 Pedro Alves <palves@redhat.com>
786
787 * gdb.texinfo (Starting): Document "set/show
788 auto-connect-native-target".
789 (Target Commands): Document "target native".
790
936d2992
PA
7912014-05-20 Pedro Alves <palves@redhat.com>
792
793 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
794 not be remote specific. Add cross reference to the qCRC packet.
795 (Separate Debug Files): Update cross reference to the qCRC packet.
796 (General Query Packets) <qCRC packet>: Add anchor.
797
b3ce5e5f
DE
7982014-05-17 Doug Evans <xdje42@gmail.com>
799
800 Copy over changes from guile.texi.
801 * python.texi (Basic Python) <gdb.execute>: Add text.
802 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
803 (Values From Inferior) <Python string>: Add text.
804 (Values From Inferior) <Value.string>: Clarify string length handling.
805 (Pretty Printing API): Add cindex.
806 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
807 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
808 @vindex.
809 (Commands In Python) <COMPLETE_*>: Similarly.
810 (Symbols In Python) <SYMBOL_*>: Similarly.
811 (Breakpoints In Python) <WP_*>: Similarly.
812 (Breakpoints In Python) <BP_*>: Similarly.
813
8dfcab11
DT
8142014-05-17 David Taylor <dtaylor@emc.com>
815
816 * gdb.texinfo (General Query Packets): Add a note about thread IDs
817 mentioned in the qfThreadInfo reply.
818
8d551b02
DE
8192014-05-16 Doug Evans <dje@google.com>
820
821 * gdb.texinfo (Mode Options): Add -D.
822
e20bd8f4
SB
8232014-05-09 Samuel Bronson <naesten@gmail.com>
824
825 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
826 "make -C".
827
f989a1c8
TT
8282014-04-29 Tom Tromey <tromey@redhat.com>
829
830 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
831 "show debug varobj".
832
95cf3b38
DT
8332014-05-01 David Taylor <dtaylor@emc.com>
834
835 * gdb.texinfo (compare-sections): Document the new -r (read-only)
836 option.
837
01f9f808
MS
8382014-04-24 Michael Sturm <michael.sturm@mintel.com>
839 Walfred Tedeschi <walfred.tedeschi@intel.com>
840
841 * gdb.texinfo (i386 Features): Add description of AVX512
842 registers.
843
770e7fc7
DE
8442014-03-31 Doug Evans <dje@google.com>
845
846 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
847
97d8f0ee
DE
8482014-03-30 Doug Evans <dje@google.com>
849
850 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
851 (Background Execution): Ditto.
852
36cb1214
HZ
8532014-03-21 Pedro Alves <palves@redhat.com>
854 Stan Shebs <stan@codesourcery.com>
855 Hui Zhu <hui@codesourcery.com>
856
857 * gdb.texinfo (Packets): Add anchor to "? packet".
858 Remove fixme and update introduction of "k packet".
859 Add anchor to "vKill packet".
860
5e3a2c38
SS
8612014-03-12 Stan Shebs <stan@codesourcery.com>
862
863 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
864
7a5a839f
LC
8652014-02-26 Ludovic Courtès <ludo@gnu.org>
866
dc6ae996 867 * guile.texi (Basic Guile): Document 'history-append!'.
7a5a839f 868
95060284
JB
8692014-02-20 Joel Brobecker <brobecker@adacore.com>
870
871 * gdb.texinfo (Files): Document "add-shared-symbol-files"
872 and "assf" as being deprecated.
873 (Cygwin Native): Likewise for "dll-symbols".
874 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
875 as a way to force the loading of symbols from a DLL.
876
f7bd0f78
SC
8772014-02-19 Siva Chandra Reddy <sivachandra@google.com>
878
879 * python.texi (Values From Inferior): Add description about the
880 new feature.
881
329baa95
DE
8822014-02-17 Doug Evans <xdje42@gmail.com>
883
884 * Makefile.in (GDB_DOC_FILES): Add python.texi.
885 * gdb.texinfo (Python): Moved to ...
886 * python.texi: ... here. New file.
887
687894f5
DE
8882014-02-17 Ludovic Courtès <ludo@gnu.org>
889
d25f38ee 890 * guile.texi (Writing a Guile Pretty-Printer) <example>:
687894f5
DE
891 Remove 'string-begins-with' procedure. Add 'pretty-printer'
892 parameter to 'str-lookup-function' procedure. Look for
893 the "std::string<" prefix.
894 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
895 Adjust description.
896
6fb526ee
DE
8972014-02-11 Tejas Belagod <tejas.belagod@arm.com>
898
d25f38ee 899 * guile.texi (Values From Inferior In Guile): Remove stray
6fb526ee
DE
900 parantheses for deffn.
901 (Disassembly In Guile): Ditto.
902
1e0a5178
SS
9032014-02-10 Stan Shebs <stan@codesourcery.com>
904
905 Add Doxygen support.
906 * Makefile.in (doxy): New action, generates Doxygen files.
907 (DOXYGEN): New.
908 (doxyedit): New.
909 * Doxyfile-base.in: New file.
910 * Doxyfile-gdb-api.in: New file.
911 * Doxyfile-gdb-xref.in: New file.
912 * Doxyfile-gdbserver.in: New file.
913 * doxy-index.in: New file.
914 * filter-for-doxygen: New file.
915 * filter-params.pl: New file.
916
ed3ef339
DE
9172014-02-10 Doug Evans <xdje42@gmail.com>
918
919 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
920 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
921 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
922 (Guile docs): Include guile.texi.
923 (objfile-gdbdotext file): Add objfile-gdb.scm.
924 (dotdebug_gdb_scripts section): Mention Guile scripts.
925 (Multiple Extension Languages): New node.
926 * guile.texi: New file.
927
c6044dd1
JB
9282014-01-28 Joel Brobecker <brobecker@adacore.com>
929
930 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
931 ignore-descriptive-types". commands.
932
87ce2a04
DE
9332014-01-22 Doug Evans <dje@google.com>
934
935 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
936 (gdbserver man): Ditto.
937
52834460
MM
9382014-01-16 Markus Metzger <markus.t.metzger@intel.com>
939
940 * gdb.texinfo: Document limited reverse/replay support
941 for target record-btrace.
942
0688d04e
MM
9432014-01-16 Markus Metzger <markus.t.metzger@intel.com>
944
945 * gdb.texinfo (Process Record and Replay): Update documentation.
946
8710b709
MM
9472014-01-16 Markus Metzger <markus.t.metzger@intel.com>
948
949 * gdb.texinfo (Process Record and Replay): Document new /c
950 modifier accepted by "record function-call-history".
951 Add /i modifier to "record function-call-history" example.
952
dcf106f3
JB
9532014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
954 Joel Brobecker <brobecker@adacore.com>
955
956 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
957 markers. Remove one that was misplaced.
958
41ef2965
PA
9592014-01-10 Pedro Alves <palves@redhat.com>
960
961 * gdb.texinfo (Your Program's Environment) <set environment>:
962 Mention the shell, and point at 'set exec-wrapper'.
963
c0d48811
JB
9642014-01-07 Joel Brobecker <brobecker@adacore.com>
965
966 * gdb.texinfo (Types In Python): Document new attribute Types.name.
967
5fba4c0f
JB
9682013-12-30 Joel Brobecker <brobecker@adacore.com>
969
970 * gdb.texinfo (Types In Python): Clarify the documentation
971 of attribute gdb.Field.bitpos.
972
0809504b
JB
9732013-12-28 Joel Brobecker <brobecker@adacore.com>
974
975 * gdb.texinfo (Types In Python): Fix the documentation of
976 attribute "bitpos" in class gdb.Field for enum types. Add
977 documentation for attribute "enumval" in that same class.
978
edef6000
JB
9792013-12-28 Joel Brobecker <brobecker@adacore.com>
980
981 * gdb.texinfo (GDB/MI Support Commands): Change @table into
982 @ftable.
983
71b8c845
DE
9842013-12-23 Doug Evans <xdje42@gmail.com>
985
986 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
987 auto-loaded objfile scripts and .debug_gdb_scripts section to their
988 corresponding section in Extending GDB.
989 (Extending GDB): Move menu up. New menu item "Auto-loading
990 extensions".
991 (Sequences): New menu item "Auto-loading sequences".
992 (Auto-loading sequences): New node.
993 (Python): Rename section from Scripting GDB to Extending GDB.
994 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
995 Move docs on ways to auto-load extensions to ...
996 (Auto-loading extensions): ... here. New node.
997
d192b373
JB
9982013-12-23 Joel Brobecker <brobecker@adacore.com>
999
1000 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
1001 in menu.
1002 (GDB/MI Variable Objects): Adjust reference to "-list-features"
1003 command, now in a new node.
1004 (GDB/MI Support Commands): New node, with its contents being
1005 extracted from the "GDB/MI Miscellaneous Commands" node.
1006 A small paragraph introducing the section is also added at
1007 the start.
1008 (GDB/MI Miscellaneous Commands): Delete the description of the
1009 -info-gdb-mi-command, -list-features and -list-target-features
1010 commands, now hosted in the "GDB/MI Support Commands" node.
1011
a16b0e22
SC
10122013-12-12 Siva Chandra Reddy <sivachandra@google.com>
1013
1014 PR python/16113
1015 * gdb.texinfo (Values From Inferior): Add a note about using
1016 gdb.Field objects as subscripts on gdb.Value objects.
1017 (Types In Python): Add description about the new attribute
1018 "parent_type" of gdb.Field objects.
1019
9b26f0fb
JB
10202013-12-12 Joel Brobecker <brobecker@adacore.com>
1021
1022 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
1023 entry for section docuumenting the -list-features GDB/MI command.
1024
72bfa06c
JB
10252013-12-10 Joel Brobecker <brobecker@adacore.com>
1026
1027 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1028 "exec-run-start-option" entry in the output of the "-list-features"
1029 command.
1030
3ea8680f
EZ
10312013-12-04 Eli Zaretskii <eliz@gnu.org>
1032
1033 * gdb.texinfo (i386): Fix yesterday's commit.
1034
1a4f73eb
TT
10352013-12-03 Tom Tromey <tromey@redhat.com>
1036
1037 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
1038 documented here.
1039
6cb999f8
TT
10402013-12-03 Tom Tromey <tromey@redhat.com>
1041
1042 * gdb.texinfo (@direntry): Add menu item for gdbserver.
1043
ca8941bb
WT
10442013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
1045
1046 * gdb.texinfo (i386 Features): Add MPX feature registers.
1047 (x86 Specific featuresx86 Architecture-specific Issues): Adds
1048 a subsubsection for MPX and describes the display of the
1049 boundary registers.
1050
688981c9
JB
10512013-12-03 Joel Brobecker <brobecker@adacore.com>
1052
1053 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
1054 documentation of the "ada-exceptions" entry.
1055
2ea126fa
JB
10562013-12-03 Joel Brobecker <brobecker@adacore.com>
1057
1058 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
1059 "^error" result record concerning the error message. Document
1060 the error code that may also be part of that result record.
1061 (GDB/MI Miscellaneous Commands): Document the
1062 "undefined-command-error-code" element in the output of
1063 the "-list-features" GDB/MI command.
1064
6b7cbff1
JB
10652013-12-03 Joel Brobecker <brobecker@adacore.com>
1066
1067 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1068 the new -info-gdb-mi-command GDB/MI command. Document
1069 the meaning of "-info-gdb-mi-command" in the output of
1070 -list-features.
1071
20e1ca3b
PA
10722013-11-29 Pedro Alves <palves@redhat.com>
1073
1074 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
1075 Update comment.
1076
29453a14
YQ
10772013-11-24 Yao Qi <yao@codesourcery.com>
1078
1079 * gdb.texinfo (Caching Remote Data): Document new
1080 "set/show stack-cache" option.
1081
6dd315ba
YQ
10822013-11-24 Yao Qi <yao@codesourcery.com>
1083
1084 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
1085 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
1086 "off" respectively.
1087
9df9dbe0
YQ
10882013-11-23 Yao Qi <yao@codesourcery.com>
1089
1090 * gdb.texinfo (GDB/MI Variable Objects): Add the description
1091 of "displayhint" to the table about child results.
1092
c78feb39
YQ
10932013-11-21 Yao Qi <yao@codesourcery.com>
1094
1095 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
1096 'dynamic' for the output of command -var-list-children.
1097
27b81af3
YQ
10982013-11-21 Yao Qi <yao@codesourcery.com>
1099
1100 * gdb.texinfo (Caching Target Data): Remove "see" before
1101 @pxref.
1102
b26dfc9a
YQ
11032013-11-20 Yao Qi <yao@codesourcery.com>
1104
1105 * gdb.texinfo (Caching Target Data): Update doc for
1106 per-address-space dcache.
1107
b12039c6
YQ
11082013-11-20 Yao Qi <yao@codesourcery.com>
1109
1110 * gdb.texinfo (Data): Rename menu item.
1111 (Caching Remote Data): Rename to ...
1112 (Caching Target Data): ... it. Update.
1113
422ad5c2
JB
11142013-11-18 Joel Brobecker <brobecker@adacore.com>
1115
1116 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1117 "language-option" entry in the output of the "-list-features"
1118 command.
1119
805e1f19
TT
11202013-11-15 Tom Tromey <tromey@redhat.com>
1121
1122 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
1123 Add example.
1124
8fe1b653
TT
11252013-11-14 Tom Tromey <tromey@redhat.com>
1126
1127 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
1128
403cb6b1
JB
11292013-11-14 Joel Brobecker <brobecker@adacore.com>
1130
1131 * gdb.texinfo (Show): Add xref anchor for "show language" command.
1132 (Context management): Place current subsection text into its own
1133 subsubsection. Add new subsubsection describing the "--language"
1134 command option.
1135
93973826
JB
11362013-11-13 Joel Brobecker <brobecker@adacore.com>
1137
1138 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
1139 the documentation of "info-ada-exceptions" in the output
1140 of the "-list-features" command. Add the documentation
1141 of the "ada-exception" entry instead.
1142
6adcee18
JB
11432013-11-12 Joel Brobecker <brobecker@adacore.com>
1144
93973826 1145
6adcee18
JB
1146 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
1147 word of a couple of sentences to start with a capital letter.
1148
58d06528
JB
11492013-11-12 Joel Brobecker <brobecker@adacore.com>
1150
1151 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
1152 (Ada Exceptions): New node.
1153 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
1154 Commands" node.
1155 (GDB/MI Ada Exceptions Commands): New node.
1156 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
1157 field in the output of the "-list-features" command.
1158 * NEWS: Add entry for the new "info exceptions" CLI command,
1159 and for the new "-info-ada-exceptions" GDB/MI command.
1160
bc79de95
PM
11612013-11-11 Phil Muldoon <pmuldoon@redhat.com>
1162
1163 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
1164 (Line Tables In Python): New node.
1165
73be47f5
DE
11662013-11-08 Doug Evans <dje@google.com>
1167
1168 * gdb.texinfo (Debugging Output): Update text for
1169 "set debug dwarf2-read".
1170
db0fec5c
DE
11712013-11-08 Doug Evans <dje@google.com>
1172
1173 * gdb.texinfo (Debugging Output): Update text for
1174 "set debug symtab-create".
1175
92e32e33
PM
11762013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1177
72f4393d
L
1178 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
1179 constant.
92e32e33 1180
f76c27b5
PM
11812013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1182
1183 * gdb.texinfo (Breakpoints In Python): Document temporary
1184 option in breakpoint constructor, and add documentation to the
1185 temporary attribute.
1186
fa4d0c40
YQ
11872013-11-07 Yao Qi <yao@codesourcery.com>
1188
1189 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
1190 output of "-var-info-expression".
1191
afa332ce
PA
11922013-11-06 Pedro Alves <palves@redhat.com>
1193
1194 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
1195 non-interactive mode.
1196 (Environment) <shell startup files warning>: Mention
1197 non-interactive mode. Mention .zshenv for Z shell, and talk about
1198 BASH_ENV instead of .bashrc for BASH.
1199
9ac69859
NB
12002013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
1201
1202 * gdb.texinfo (Commands to Specify Files): Add description
1203 of the remove-symbol-file command.
1204 * observer.texi: New free_objfile event
1205
98882a26
PA
12062013-10-24 Pedro Alves <palves@redhat.com>
1207
1208 * gdb.texinfo (Starting): Document set/show startup-with-shell.
1209
ce13fade
JB
12102013-10-11 Joel Brobecker <brobecker@adacore.com>
1211
1212 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
1213 New subsection inside which the "-catch-load" and "-catch-unload"
1214 commands documentation is now placed.
1215 (Ada Exception GDB/MI Catchpoint Commands): New subsection
1216 documenting the "-catch-assert" and "-catch-exception" new
1217 GDB/MI commands.
1218
2446f5ea
JB
12192013-10-10 Joel Brobecker <brobecker@adacore.com>
1220
1221 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
1222
0d12017b
JB
12232013-10-10 Joel Brobecker <brobecker@adacore.com>
1224
bd80dc1a
JB
1225 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
1226 serial baud".
1227 (Remote Configuration): Replace "set remotebaud" by "set serial
1228 baud". Replace "show remotebaud" by "show serial baud".
0d12017b 1229
f4fb82a1
PA
12302013-10-07 Pedro Alves <palves@redhat.com>
1231
1232 PR breakpoints/11568
1233 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
1234 when the thread is removed from the thread list.
1235
0c557179
SDJ
12362013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1237
1238 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
1239 Update entry for $_exitcode.
1240
5713b9b5
JB
12412013-10-04 Joel Brobecker <brobecker@adacore.com>
1242
1243 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
1244 new "--start" option.
1245
901461f8
PA
12462013-10-02 Pedro Alves <palves@redhat.com>
1247
1248 * gdb.texinfo (Registers): Expand description of saved registers
1249 in frames. Explain <not saved>.
1250
8fb8eb5c
DE
12512013-09-25 Doug Evans <dje@google.com>
1252
1253 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
1254
0a7cfe2c
SS
12552013-09-16 Stan Shebs <stan@codesourcery.com>
1256
1257 Remove the internals manual gdbint.texinfo.
1258 * Makefile.in (INFO_DEPS): Remove gdbint.info.
1259 (PDFFILES): Remove gdbint.pdf.
1260 (HTMLFILES): Remove gdbint/index.html.
1261 (HTMLFILES_INSTALL): Remove gdbint.
1262 (GDBINT_DOC_FILES): Remove.
1263 (dvi): Remove gdbint.dvi.
1264 (ps): Remove gdbint.ps.
1265 * gdbint.texinfo: Remove file.
1266 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
1267
a280dbd1
SDJ
12682013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1269
1270 * gdb.texinfo (Convenience Functions): Mention new convenience
1271 function $_isvoid.
1272
4ac33720
UW
12732013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1274
1275 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
1276 (Standard Target Features): Add new node to menu.
1277 (S/390 and System z Features): New node.
1278
b3d3b4bd
SA
12792013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
1280
1281 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
1282 -list-target-features in the example.
1283
edf9f00c
JK
12842013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1285
1286 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
1287 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
1288
1d236d23
JK
12892013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1290
1291 Sync documentation with gdb.base/gnu-debugdata.exp.
1292 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
1293
5423b017
JK
12942013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1295
1296 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
1297
6211c335
YQ
12982013-08-27 Pedro Alves <pedro@codesourcery.com>
1299 Yao Qi <yao@codesourcery.com>
1300
1301 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
1302 Document new --skip-unavailable option.
1303 <-stack-list-variables>: Document new --skip-unavailable option.
1304
52e260a3
DE
13052013-08-26 Doug Evans <dje@google.com>
1306
1307 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
1308 an optional regexp.
1309
5e92f71a
TT
13102013-08-13 Tom Tromey <tromey@redhat.com>
1311
1312 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
1313 Document GDB_PARALLEL and GDB_INOTIFY.
1314
c5d7073b
SS
13152013-08-09 Stan Shebs <stan@codesourcery.com>
1316
1317 * LRS: Remove file, describes a long-abandoned live-range
1318 splitting extension to stabs.
1319
6fbe845e
AB
13202013-07-25 Andrew Burgess <aburgess@broadcom.com>
1321
1322 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
1323
e7045703
DE
13242013-07-17 Doug Evans <dje@google.com>
1325
1326 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
1327
3105ebf9
TT
13282013-07-02 Tom Tromey <tromey@redhat.com>
1329
1330 * gdb.texinfo (Target Commands): Don't mention "target nrom".
1331
d6c2da54
TT
13322013-06-28 Tom Tromey <tromey@redhat.com>
1333
1334 * Makefile.in (version.subst): Use version.in, not
1335 common/version.in.
1336 * gdbint.texinfo (Versions and Branches, Releasing GDB):
1337 Likewise.
1338
e5823f1c
PA
13392013-06-27 Pedro Alves <palves@redhat.com>
1340
1341 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
1342 dynamic symbol resolution code>: New section, based on infrun.c
1343 comment.
1344
92dcb9ff
TT
13452013-06-26 Tom Tromey <tromey@redhat.com>
1346
1347 * gdbint.texinfo (Versions and Branches): Use common/version.in.
1348 Update.
1349 (Releasing GDB): Likewise.
1350
dc673c81
YQ
13512013-06-26 Pedro Alves <pedro@codesourcery.com>
1352 Yao Qi <yao@codesourcery.com>
1353
1354 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
1355 -trace-frame-collected.
1356
28a93511
YQ
13572013-06-26 Pedro Alves <pedro@codesourcery.com>
1358
1359 * gdb.texinfo (Traceframe Info Format): Document tvar element
1360 and its attributes.
1361
a0743c90
YQ
13622013-06-25 Yao Qi <yao@codesourcery.com>
1363
1364 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
1365
01208463
TT
13662013-06-24 Tom Tromey <tromey@redhat.com>
1367
1368 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
1369 (GDBvn.texi): Use version.subst.
1370 (version.subst): New target.
1371 (mostlyclean): Remove version.subst.
1372
c898adb7
YQ
13732013-06-20 Pedro Alves <pedro@codesourcery.com>
1374
1375 * gdb.texinfo (GDB/MI Data Manipulation)
1376 <-data-list-register-values>: Document the --skip-unavailable
1377 option.
1378
7c57fa1e
YQ
13792013-06-07 Yao Qi <yao@codesourcery.com>
1380
1381 * gdb.texinfo (Symbols): Add kindex and cindex for
1382 'maint print msymbols'.
1383
0059c61a 13842013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
b7742092
MK
1385
1386 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
1387 response field name (thread-group to inferior).
1388
85dc5a12
GB
13892013-06-04 Gary Benson <gbenson@redhat.com>
1390
1391 * gdb.texinfo (General Query Packets/qSupported): Added
1392 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
1393 to the table of currently defined stub features.
1394 Added a more detailed entry for "augmented-libraries-svr4-read".
1395 (General Query Packets/qXfer:libraries-svr4:read): Documented
1396 the augmented form of this packet.
1397
5901af59
JB
13982013-05-23 Joel Brobecker <brobecker@adacore.com>
1399
1400 * gdb.texinfo (System-wide Configuration Scripts): Renames
1401 "Installed System-wide Configuration Scripts". Add associated
1402 @menu block.
1403
c1e36e3e
PA
14042013-05-23 Yao Qi <yao@codesourcery.com>
1405 Pedro Alves <palves@redhat.com>
1406
1407 * gdb.texinfo (Packets): Document 'vCont;r'.
1408 (Continuing and Stepping): Document target-assisted range
1409 stepping, and the 'set range-stepping' and 'show range-stepping'
1410 commands.
1411
0201faac
JB
14122013-05-23 Joel Brobecker <brobecker@adacore.com>
1413
1414 * gdb.texinfo (Installed System-wide Configuration Scripts):
1415 Add subsection describing the scripts now available under
1416 the data-dir's system-gdbbinit subdirectory.
1417 * NEWS: Add entry announcing the availability of system-wide
1418 configuration scripts for ElinOS and Wind River Linux.
1419
c5867ab6
HZ
14202013-05-21 Hui Zhu <hui@codesourcery.com>
1421
1422 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
1423 "-dprintf-insert" command.
1424
7d0c9981
DE
14252013-05-17 Doug Evans <dje@google.com>
1426
1427 * gdb.texinfo (Maintenance Commands): Update doc for
1428 "maint check-psymtabs". Add doc for "maint check-symtabs",
1429 "maint expand-symtabs".
1430
742ce053
MM
14312013-05-15 Markus Metzger <markus.t.metzger@intel.com>
1432
1433 * gdb.texinfo (Process Record and Replay): Document the
1434 "record goto" command and its sub-commands.
1435
1e611234
PM
14362013-05-10 Phil Muldoon <pmuldoon@redhat.com>
1437
1438 * gdb.texinfo (Backtrace): Add "no-filter" argument.
1439 (Python API): Add Frame Filters API, Frame Wrapper API,
1440 Writing a Frame Filter/Wrapper, Managing Management of Frame
1441 Filters chapter entries.
1442 (Frame Filters API): New Node.
1443 (Frame Wrapper API): New Node.
1444 (Writing a Frame Filter): New Node.
1445 (Managing Frame Filters): New Node.
1446 (Progspaces In Python): Add note about frame_filters attribute.
1447 (Objfiles in Python): Ditto.
1448 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
1449 @anchors and --no-frame-filters option to -stack-list-variables,
1450 -stack-list-frames, -stack-list-locals and -stack-list-arguments
1451 commands.
1452
2874cb83
JB
14532013-05-08 Joel Brobecker <brobecker@adacore.com>
1454
1455 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
1456 Support" subsection documenting the XML format used to transfer
1457 shared library info on AIX.
1458
9a005eb9
JB
14592013-05-08 Joel Brobecker <brobecker@adacore.com>
1460
1461 * gdb.texinfo (Debugging Output): Add documentation of
1462 "set debug aix-solib" and "show debug aix-solib" commands.
1463
a1217d97
SL
14642013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1465
1466 * gdb.texinfo (Nios II): New section.
1467 (Nios II Features): New section.
1468
4d1eb6b4
JB
14692013-05-06 Joel Brobecker <brobecker@adacore.com>
1470
1471 * gdbint.texinfo (Algorithms): Remove entries documenting
1472 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
1473 SOLIB_CREATE_INFERIOR_HOOK.
1474
3f84184e
TT
14752013-04-29 Tom Tromey <tromey@redhat.com>
1476
1477 PR python/14204:
1478 * gdb.texinfo (Python API): Fix menu entry.
1479 (Blocks In Python): Fix subsubsection text. Rewrite intro.
1480 Define global and static block. Add example. Clarify
1481 block relationship for inline functions.
1482
60155234
TT
14832013-04-29 Tom Tromey <tromey@redhat.com>
1484
1485 * gdb.texinfo (Python API): Mention Python help and keyword
1486 arguments. Move pagination text to Basic Python.
1487 (Basic Python): Put pagination text here. Document
1488 close-on-exec, SIGCHLD, and SIGINT.
1489
5360976e
PA
14902013-04-19 Pedro Alves <palves@redhat.com>
1491
1492 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
1493 "signedness" instead of "signness".
1494
bd3f3b55
PA
14952013-04-19 Pedro Alves <palves@redhat.com>
1496
1497 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
1498 -Wno-pointer-sign text with text on -Wpointer-sign.
1499
dee368d3
TT
15002013-04-16 Tom Tromey <tromey@redhat.com>
1501
1502 * gdb.texinfo (Set Catchpoints): Mention earliest version of
1503 GCC that has the SDT probe points.
1504
cc16e6c9
TT
15052013-04-15 Tom Tromey <tromey@redhat.com>
1506
1507 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
1508 exception catchpoints.
1509
72f1fe8a
TT
15102013-04-15 Tom Tromey <tromey@redhat.com>
1511
1512 * gdb.texinfo (Set Catchpoints): Document $_exception.
1513 (Convenience Vars): Mention $_exception.
1514
591f19e8
TT
15152013-04-15 Tom Tromey <tromey@redhat.com>
1516
1517 * gdb.texinfo (Set Catchpoints): Reorganize exception
1518 catchpoints. Document "catch rethrow".
1519 (Debugging C Plus Plus): Mention "catch rethrow".
1520
02ae6bad
TT
15212013-04-15 Tom Tromey <tromey@redhat.com>
1522
1523 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
1524
2c91021c
JK
15252013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1526 Eli Zaretskii <eliz@gnu.org>
1527
1528 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
1529 line below the sample output.
1530
6eaaf48b
EZ
15312013-04-12 Eli Zaretskii <eliz@gnu.org>
1532
1533 * gdb.texinfo (Mode Options): Document '-configuration'.
1534 (Help): Document "show configuration".
1535 (Bug Reporting): Add requirements to include the configuration
1536 details in bug reports.
1537
b292c783
JK
15382013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1539
1540 * Makefile.in (MAN1S): Add gcore.1.
1541 Remove "Host, target, and site specific Makefile fragments" comment.
1542 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
1543 (install-man1, uninstall-man1): Conditionalize gcore.1.
1544 (gcore.1): New.
1545 * gdb.texinfo (Man Pages): Add gcore man.
1546 (gcore man): New node.
1547
f81d1120
PA
15482013-04-10 Pedro Alves <palves@redhat.com>
1549
1550 * gdb.texinfo (Process Record and Replay): Document that "set
1551 record full insn-number-max", "set record
1552 instruction-history-size" and "set record
1553 function-call-history-size" accept "unlimited".
1554 (Backtrace): Document that "set backtrace limit" accepts
1555 "unlimited".
1556 (List): Document that "set listsize" accepts "unlimited".
1557 (Print Settings)" Document that "set print max-symbolic-offset",
1558 "set print elements" and "set print repeats" accept "unlimited".
1559 (Starting and Stopping Trace Experiments): Document that "set
1560 trace-buffer-size" accepts "unlimited".
1561 (Remote Configuration): Document that "set tcp connect-timeout"
1562 accepts "unlimited".
1563 (Command History): Document that "set history size" accepts
1564 "unlimited".
1565 (Screen Size): Document that "set height" and "set width" accepts
1566 "unlimited". Adjust "set pagination"'s description to suggest
1567 "set height unlimited" instead of "set height 0".
1568
393fd4c3
YQ
15692013-04-10 Yao Qi <yao@codesourcery.com>
1570
1571 * gdb.texinfo (Trace Files): Add "target ctf".
1572
cba5a7bf
JK
15732013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1574
1575 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
1576
0ed630cb
JK
1577 * Makefile.in (install-man1, install-man5, uninstall-man1)
1578 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
1579
afe1492b
JK
1580 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
1581
5b8b6385
JK
15822013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1583 Eli Zaretskii <eliz@gnu.org>
1584
1585 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
1586 parameters order. Remove "On some targets" for --attach. Document the
1587 --multi parameter and extended-remote command. Document all the
1588 options.
1589
906ccdf0
JK
15902013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1591
1592 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
1593 the list of supported languages.
1594
43662968
JK
15952013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1596
1597 Convert man pages to texinfo, new gdbinit.5 texinfo page.
1598 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
1599 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
1600 (diststuff): Add man.
1601 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
1602 (uninstall-man5): New.
1603 (STAGESTUFF): Add *.1 and *.5.
1604 (GDBvn.texi): Add SYSTEM_GDBINIT.
1605 (gdb.1, gdbserver.1, gdbinit.5): New.
1606 (maintainer-clean realclean): Add $(MANS).
1607 (install): Add install-man.
1608 (uninstall): Add uninstall-man.
1609 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
1610 (@copying): Wrap it by @c man begin COPYRIGHT.
1611 (Top): Add Man Pages.
1612 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
1613
be9a8770
PA
16142013-04-02 Pedro Alves <palves@redhat.com>
1615
1616 * gdb.texinfo (Debugging Output): Document "set/show debug
1617 aarch64", "set/show debug coff-pe-read" and "set/show debug
1618 mach-o".
1619
a46c1e42
PA
16202013-04-02 Pedro Alves <palves@redhat.com>
1621
1622 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
1623 table>: Add entry for "trace-buffer-size".
1624
bd3eecc3
PA
16252013-03-28 Pedro Alves <palves@redhat.com>
1626
1627 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
1628 table>: Add entry for "trace-status".
1629
215b9f98
EZ
16302013-03-28 Eli Zaretskii <eliz@gnu.org>
1631
1632 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
1633 @bullet", which is invalid (makeinfo 5.1 barfs).
1634
7f7cc265
PA
16352013-03-28 Pedro Alves <palves@redhat.com>
1636
1637 PR gdb/15294
1638
1639 * gdb.texinfo (List) <set listsize>: Adjust to document that
1640 listsize 0 means no limit, and remove mention of -1.
1641
9c0be723
YQ
16422013-03-22 Yao Qi <yao@codesourcery.com>
1643
1644 * gdb.texinfo (Embedded Processors): Remove menu item
1645 "OpenRISC 1000".
1646 (OpenRISC 1000): Remove.
1647
bd712aed
DE
16482013-03-21 Doug Evans <dje@google.com>
1649
1650 * gdb.texinfo (Maintenance Commands): Add docs for
1651 "mt set per-command {space,time,symtab} {on,off}".
1652
d0353e76
YQ
16532013-03-14 Hui Zhu <hui@codesourcery.com>
1654 Yao Qi <yao@codesourcery.com>
1655
1656 * gdb.texinfo (Trace Files): Add "tsave -ctf".
1657
6dd24dfa
KS
16582013-03-13 Keith Seitz <keiths@redhat.com>
1659
1660 * gdb.texinfo (Maintenance Commands): Add missing ')' for
1661 "maint agent" reference to Dynamic printf.
1662
5c4808ca
EZ
16632013-03-11 Eli Zaretskii <eliz@gnu.org>
1664
1665 * gdb.texinfo (General Query Packets): Don't use colon in index
1666 entries visible to Info format.
1667
59ea5688
MM
16682013-03-11 Markus Metzger <markus.t.metzger@intel.com>
1669
1670 * gdb.texinfo (Process Record and Replay): Document record
1671 changes.
1672
2ae8c8e7
MM
16732013-03-11 Markus Metzger <markus.t.metzger@intel.com>
1674
1675 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
1676 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
1677 qXfer:btrace:read.
1678
28abe188
EZ
16792013-03-09 Eli Zaretskii <eliz@gnu.org>
1680
1681 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
1682 use colons in @anchor and @cindex entries.
1683
be9a119c 16842013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
6790eb9f
HAQ
1685
1686 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
1687
be9a119c 16882013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
1689 Hafiz Abid Qadeer <abidh@codesourcery.com>
1690
1691 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1692 trace-buffer-size set and show commands.
1693 (Tracepoint Packets): Document QTBuffer:size.
1694 (General Query Packets): Document QTBuffer:size.
1695
d57350ea
TT
16962013-02-21 Tom Tromey <tromey@redhat.com>
1697
1698 * gdb.texinfo: Remove bad @syncodeindex.
1699 (Values From Inferior, Types In Python, Inferiors In Python)
1700 (Events In Python, Threads In Python, Frames In Python, Blocks In
1701 Python, Symbols In Python, Symbol Tables In Python): Remove
1702 @tables.
1703 (Packets, General Query Packets, Tracepoint Packets)
1704 (Host I/O Packets): Use @w{} for empty @item.
1705
9f44fbc0
SCR
17062013-02-20 Siva Chandra Reddy <sivachandra@google.com>
1707
1708 * gdb.texinfo (Architectures In Python): Add description about
1709 the new method gdb.Architecture.disassemble.
1710
f5911ea1
HAQ
17112013-02-15 Pedro Alves <pedro@codesourcery.com>
1712 Hafiz Abid Qadeer <abidh@codesourcery.com>
1713
1714 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
1715 Document the "trace-file" field.
1716
7e1e0340
DE
17172013-02-07 Doug Evans <dje@google.com>
1718
1719 * gdb.texinfo (Machine Code): Clarify argument to disassemble
1720 command.
1721
134a2066
YQ
17222013-02-06 Yao Qi <yao@codesourcery.com>
1723
1724 * gdb.texinfo (GDB/MI Async Records): Document new MI
1725 notification "=tsv-modified". Update the document of MI
1726 notification "=tsv-created".
1727 * observer.texi (GDB Observers): New observer tsv_modified.
1728 Update observer tsv_created and tsv_delete.
1729
430ed3f0
MS
17302013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
1731
1732 * gdb.texinfo (AArch64 Features): New section; document
1733 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
1734 (Architectures): Add new AArch64 section to document AArch64
1735 architecture specific commands.
1736 (ABI): Add description of the new OS ABI "Newlib" and its influence
1737 on the longjmp handling.
1738
1b56eb55
JK
17392013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
1740 Jan Kratochvil <jan.kratochvil@redhat.com>
1741
1742 * gdb.texinfo (Backtrace): Added description of 'filename-display'
1743 variable in 'set/show backtrace' section.
1744
c4957902
TT
17452013-01-31 Tom Tromey <tromey@redhat.com>
1746
1747 * gdb.texinfo (Target Commands): Fix typo.
1748
bea883fd
SCR
17492013-01-23 Siva Chandra Reddy <sivachandra@google.com>
1750
1751 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
1752 describing the gdb.Architecture class.
1753 (Frames In Python): Add description about the new method
1754 gdb.Frame.architecture().
1755
796a7ff8
DE
17562013-01-23 Doug Evans <dje@google.com>
1757
1758 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
1759
998580f1
MK
17602013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
1761
1762 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
1763 'thread-groups' field when printing a breakpoint in MI.
1764
c9fb1240
SD
17652012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
1766 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
1767 to reflect that jit-reader-load now supports absolute file-names.
1768
ab04a2af
TT
17692013-01-16 Tom Tromey <tromey@redhat.com>
1770
1771 * gdb.texinfo (Set Catchpoints): Document "catch signal".
1772 (Signals): Likewise.
1773
8ac3646f
TT
17742013-01-16 Tom Tromey <tromey@redhat.com>
1775
1776 * gdb.texinfo (GDB/MI Breakpoint Information): Document
1777 "catch-type" field.
1778 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
1779
e93a8774
TT
17802013-01-07 Tom Tromey <tromey@redhat.com>
1781
1782 * gdb.texinfo (Mode Options): Don't mention -epoch.
1783 (Data, Emacs): Remove obsolete comments.
1784
54516a0b
TT
17852013-01-02 Tom Tromey <tromey@redhat.com>
1786
1787 * gdb.texinfo (GDB/MI Output Records): Update menu.
1788 (GDB/MI Breakpoint Information): New node.
1789 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
1790 <-break-insert>: Likewise.
1791
8dbe8ece
YQ
17922012-12-31 Yao Qi <yao@codesourcery.com>
1793
1794 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
1795 (Packets): Move "vStopped" packet to ...
1796 (Notification Packets): ... here. Describe the components
1797 of notification. Add a table of supported notifications.
1798 Add an example on the process of he async notification.
1799
f35a17b5
JK
18002012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1801
1802 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
1803 present.
1804 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
1805 fullname output always present.
1806
0dfd2fad
PM
18072012-12-23 Pierre Muller <muller@sourceware.org>
1808
72f4393d
L
1809 * gdbint.texinfo (Function prototypes): Require use of "extern"
1810 modifier for function prototypes in headers.
0dfd2fad 1811
7785b880
JB
18122012-12-19 Joel Brobecker <brobecker@adacore.com>
1813
1814 * refcard.tex: Update copyright notice to GPL v3 or later.
1815 Update contact info.
1816
3d745be3
JK
18172012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1818
1819 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
1820
c9b6281a
YQ
18212012-12-15 Yao Qi <yao@codesourcery.com>
1822
1823 * gdb.texinfo (Debugging Output): Document 'set debug
1824 notification' and 'show debug notification'.
1825
f2a8bc8a
YQ
18262012-12-15 Yao Qi <yao@codesourcery.com>
1827
1828 * gdb.texinfo (Listing Tracepoints): New item and example about
1829 'installed on target' output.
1830 Add more in the example about 'installed on target'.
1831 (GDB/MI Breakpoint Commands): Doc about 'installed field.
1832
451b7c33
TT
18332012-12-14 Tom Tromey <tromey@redhat.com>
1834
72f4393d 1835 * gdb.texinfo (SVR4 Process Information): Mention core files.
451b7c33 1836
3fa7bf06 18372012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
72f4393d 1838
3fa7bf06
MG
1839 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
1840
05b4bd79
PA
18412012-12-11 Pedro Alves <palves@redhat.com>
1842
1843 * gdb.texinfo: Remove all mentions of Unixware throughout.
1844
74a0d9f6
JK
18452012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1846
1847 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
1848
0c631110
TT
18492012-11-29 Tom Tromey <tromey@redhat.com>
1850
1851 * gdb.texinfo (SVR4 Process Information): Document missing
1852 "info proc" subcommands.
1853
891df0ea
YQ
18542012-11-29 Yao Qi <yao@codesourcery.com>
1855
1856 PR gdb/1477.
1857 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
1858 to 'auto' instead of 'gnu'.
1859
608e2dbb
TT
18602012-11-26 Tom Tromey <tromey@redhat.com>
1861
1862 * gdb.texinfo (MiniDebugInfo): New node.
1863 (GDB Files): Update.
1864
e64e0392
DE
18652012-11-16 Doug Evans <dje@google.com>
1866
1867 * gdb.texinfo (System-wide configuration): If the system-wide init
1868 file lives in the data-directory, and --data-directory is provided,
1869 look for it there.
1870
ae606bee
TT
18712012-11-15 Tom Tromey <tromey@redhat.com>
1872
1873 * gdb.texinfo (Signaling): Fix typo.
1874
62747a60
TT
18752012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
1876
1877 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
1878 parameter "count" of -data-write-memory-bytes, and add an example.
1879
18a9fc12
TT
18802012-11-12 Tom Tromey <tromey@redhat.com>
1881
1882 * gdb.texinfo (Symbols): Document "info type-printers",
1883 "enable type-printer" and "disable type-printer".
1884 (Python API): Add new node to menu.
1885 (Type Printing API): New node.
1886 (Progspaces In Python): Document type_printers field.
1887 (Objfiles In Python): Likewise.
1888 (gdb.types) <get_type_recognizers, apply_type_recognizers,
1889 register_type_printer, TypePrinter>: Document.
1890
53342f27
TT
18912012-11-12 Tom Tromey <tromey@redhat.com>
1892
1893 * gdb.texinfo (Symbols): Document "set print type methods",
1894 "set print type typedefs", and flags to ptype and whatis.
1895
ed8a1c2d
AB
18962012-11-09 Andrew Burgess <aburgess@broadcom.com>
1897
1898 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
1899 the example -data-disassemble output. Extend the description of
1900 the -data-disassemble results to document all fields. Document
1901 the cli disassemble command as being related to -data-disassemble.
1902
8506d139
YQ
19032012-11-09 Yao Qi <yao@codesourcery.com>
1904
1905 PR gdb/14777.
1906 * gdb.texinfo (OS Information): Remove doc on command
1907 'info udot'.
1908
4d3f93a2
JB
19092012-11-08 Joel Brobecker <brobecker@adacore.com>
1910
1911 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
1912 gdb.ini warning for Windows port.
1913
1e96de83
YQ
19142012-11-08 Yao Qi <yao@codesourcery.com>
1915
1916 * gdb.texinfo (Search): Add kindex for 'fo'.
1917
dc939229
TT
19182012-11-05 Tom Tromey <tromey@redhat.com>
1919
1920 PR python/14802:
1921 * gdb.texinfo (Functions In Python): Add example.
1922
6f6484cd
YQ
19232012-11-03 Yao Qi <yao@codesourcery.com>
1924
1925 * observer.texi (GDB Observers): Remove observer
1926 'tracepoint_modified', 'tracepoint_created' and
1927 'tracepoint_deleted'.
1928
af4238e5
TT
19292012-10-26 Tom Tromey <tromey@redhat.com>
1930
1931 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
1932
687e43a4
TT
19332012-10-25 Tom Tromey <tromey@redhat.com>
1934
1935 * gdb.texinfo (General Query Packets): Use @itemx.
1936
8de0566d
YQ
19372012-10-17 Yao Qi <yao@codesourcery.com>
1938
1939 * observer.texi (GDB Observers): Update observer
1940 'memory_changed'.
1941 * gdb.texinfo (GDB/MI Async Records): Document for
1942 "memory-changed" notification.
1943
07540c15
DE
19442012-10-15 Doug Evans <dje@google.com>
1945
1946 * gdb.texinfo (Mode Options): Document -nh.
1947 Elaborate on docs for -nx.
1948
d7019589
SP
19492012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
1950
1951 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
1952
82a90ccf 19532012-09-21 Yao Qi <yao@codesourcery.com>
72f4393d 1954 Pedro Alves <palves@redhat.com>
82a90ccf
YQ
1955
1956 * gdb.texinfo (GDB/MI Async Records): Document notification
1957 'record-started' and 'record-stopped'.
1958 * observer.texi (GDB Observers): New observer 'record-changed'.
1959
aa9259cc
TS
19602012-09-19 Thomas Schwinge <thomas@codesourcery.com>
1961
1962 * gdb.texinfo: Document the removal of SH's 'regs' command.
1963
c1d780c2
SDJ
19642012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1965
1966 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
1967
bb25a15c
YQ
19682012-09-18 Yao Qi <yao@codesourcery.com>
1969
1970 * gdb.texinfo (GDB/MI Async Records): Document new MI
1971 notifications '=tsv-created' and '=tsv-deleted'.
1972 * observer.texi (GDB Observers): New observer tsv_created and
1973 tsv_deleted.
1974
201b4506
YQ
19752012-09-18 Yao Qi <yao@codesourcery.com>
1976
1977 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
1978 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
1979 '=traceframe-changed'.
1980
6fc1c773
YQ
19812012-09-17 Yao Qi <yao@codesourcery.com>
1982
1983 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
1984 'set listsize'.
1985
121c73f3
JK
19862012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1987 Eli Zaretskii <eliz@gnu.org>
1988
1989 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
1990 encoding for gdbarch_breakpoint_from_pc, bp_addr for
1991 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
1992
e9687799
JK
19932012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1994
1995 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
1996
3b5e4d35
YPK
19972012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
1998
1999 Document how to return from "python-interactive" to GDB.
2000 * gdb.texinfo (Python Commands): Update documentation.
2001
20022012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
2003
2004 Add a new "python-interactive" command that starts a standard
2005 Python interactive prompt with "pi" as alias, and add "py" as
2006 an alias to "python".
2007 * gdb.texinfo (Python Commands): Document the new commands.
2008
b583003e
TT
20092012-08-22 Tom Tromey <tromey@redhat.com>
2010
2011 * gdbint.texinfo (Host Definition): Remove documentation for
2012 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
2013
a451cb65
KS
20142012-08-17 Keith Seitz <keiths@redhat.com>
2015
2016 PR c++/13356
2017 * gdb.texinfo (Type and Range Checking): Remove warning.
2018 Remove spurious commas.
2019 Update text and examples for re-implementation of set/show
2020 check type.
2021 (C and C++ Type and Range Checks): Likewise.
2022
6b1755ce
YQ
20232012-08-16 Yao Qi <yao@codesourcery.com>
2024
2025 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
2026 is deprecated.
2027
f47f77df
DE
20282012-08-13 Doug Evans <dje@google.com>
2029
2030 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
2031 to include functions.
2032
a72c3253
DE
20332012-08-10 Doug Evans <dje@google.com>
2034
2035 * gdb.texinfo (Convenience Funs): New node.
2036 (Types In Python): Document Type.vector.
2037
5b9afe8a
YQ
20382012-08-09 Yao Qi <yao@codesourcery.com>
2039
2040 * observer.texi: New observer command_param_changed.
2041 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
2042
dc1039df
JK
20432012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2044
2045 * gdbint.texinfo (Debugging GDB): In section
2046 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
2047 Mention also gdb-gdb.py.
2048
4abf930d
YQ
20492012-08-07 Yao Qi <yao@codesourcery.com>
2050
2051 Revert the folloing patch:
2052 2012-08-06 Yao Qi <yao@codesourcery.com>
2053 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2054 remote hardware-watchpoint-limit' and 'set
2055 remote hardware-breakpoint-limit'.
2056
f3c8a52a
JK
20572012-08-06 Nathaniel Flath <flat0103@gmail.com>
2058
2059 * gdb.texinfo (Working Directory): Added information about new
2060 default argument for 'cd' command.
2061
77a91025
YQ
20622012-08-06 Yao Qi <yao@codesourcery.com>
2063
2064 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2065 remote hardware-watchpoint-limit' and 'set
2066 remote hardware-breakpoint-limit'.
2067
d9f08f52
YQ
20682012-08-06 Yao Qi <yao@codesourcery.com>
2069
2070 Fix PR14371.
2071
2072 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
2073 '=breakpoint-deleted'.
2074
95b07c96
YQ
20752012-08-02 Yao Qi <yao@codesourcery.com>
2076
2077 * gdb.texinfo (Native): Remove node Neutrino.
2078
7255706c
YQ
20792012-07-27 Yao Qi <yao@codesourcery.com>
2080
2081 * gdb.texinfo (IPA Protocol Commands): Document new command
2082 'close'.
2083
d6b28940
TT
20842012-07-25 Tom Tromey <tromey@redhat.com>
2085
2086 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
2087
e615022a
DE
20882012-07-20 Doug Evans <dje@google.com>
2089
2090 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
2091 (Index Files): Document how to control the use of deprecated index
2092 sections.
2093 (Index Section Format): Replace --use-deprecated-index-sections with
2094 "set use-deprecated-index-sections on".
2095
055855a4
EZ
20962012-07-12 Eli Zaretskii <eliz@gnu.org>
2097
2098 * gdbint.texinfo: Remove @syncodeindex directives that put all the
2099 indices into a single node "Index". Instead, join function and
2100 variable indices into a single index, separate from the concept
2101 index. Requested in
2102 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
2103 (Top): Update the top-level menu: instead of one "Index" there are
2104 now separate entries "Concept Index" and "Function and Variable
2105 Index".
2106 (Concept Index, Function and Variable Index): New nodes.
2107 (Index): Node deleted.
2108
f77cc5f0
HZ
21092012-07-05 Hui Zhu <hui_zhu@mentor.com>
2110
2111 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
2112 and "maint agent-eval".
2113
00595b5e
EZ
21142012-07-03 Eli Zaretskii <eliz@gnu.org>
2115
2116 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
2117 avoid file-name clashes between Index.html and index.html on
2118 case-insensitive filesystems. See the discussion starting in
2119 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
2120 details of the problem.
2121 (Top): Update the master menu for the above.
2122 (Concept Index, Command and Variable Index): New nodes, instead of
2123 the old "Index" node that was deleted. All cross-references
2124 updated.
2125
d3ce09f5
SS
21262012-07-02 Stan Shebs <stan@codesourcery.com>
2127
2128 * gdb.texinfo (Dynamic Printf): Mention agent style and
2129 disconnected dprintf.
2130 (Maintenance Commands): Describe maint agent-printf.
2131 (General Query Packets): Mention BreakpointCommands feature.
2132 (Packets): Document commands extension to Z0 packet.
2133 * agentexpr.texi (Bytecode Descriptions): Document printf
2134 bytecode.
2135
2d7b58e8
JK
21362012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2137
2138 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
2139 only after gdbinit files.
2140 (Startup): Move -iex and -iex commands down after gdbinit files.
2141
202cbf1c
JK
21422012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2143
2144 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
2145 possibility.
2146
b6ba681c
TT
21472012-06-29 Tom Tromey <tromey@redhat.com>
2148
2149 * gdb.texinfo (Index Section Format): Update for version 7.
2150
71caed83
SS
21512012-06-28 Stan Shebs <stan@codesourcery.com>
2152
2153 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
2154 example, add note about title column.
2155
ee0bf529
SCR
21562012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2157
2158 * gdb.texinfo (Symbol Tables In Python): Add description about
2159 the new 'last' attribute of gdb.Symtab_and line.
2160
3c15d565
SCR
21612012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2162
2163 * gdb.texinfo (Symbol Tables In Python): Correct the description
2164 of the 'pc' attribute of gdb.Symtab_and_line.
2165
45cfd468
DE
21662012-06-26 Doug Evans <dje@google.com>
2167
2168 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
2169 and symtab-create.
2170
496ee73e
KS
21712012-06-25 Keith Seitz <keiths@redhat.com>
2172
2173 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
2174 from example. Remove "rbreak" from list of corresponding
2175 gdb commands.
2176
156942c7
DE
21772012-06-23 Doug Evans <dje@google.com>
2178
2179 * gdb.texinfo (Index Section Format): Document version 7 format.
2180
c614397c
YQ
21812012-06-22 Yao Qi <yao@codesourcery.com>
2182
2183 * gdb.texinfo: Add missing cindex for some packets.
2184
472a2379
KS
21852012-06-20 Keith Seitz <keiths@redhat.com>
2186
2187 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
2188 for -break-insert and document -p.
2189
2678e2af
YQ
21902012-06-20 Yao Qi <yao@codesourcery.com>
2191
2192 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
2193 and "gdb.write_memory" with "Inferior.read_memory" and
2194 "Inferior.write_memory".
2195
984359d2
EZ
21962012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
2197
2198 * gdb.texinfo (Summary): Add a link to "Free Documentation".
2199 (Free Documentation): Add @node line.
2200 (Continuing and Stepping) <advance location>: Use @item instead of
2201 @itemx.
2202 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
2203 @itemx.
2204 (Embedded Processors): Put the link to "PA" to its correct place,
2205 according to document structure.
2206 (Python API): Put the link to "Lazy Strings In Python" to its
2207 correct place.
2208 (Index): Use @@ in @tex block to get a literal @.
2209
2210 * gdbint.texinfo: Fix the @subtitle line.
2211
2212 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
2213 correct place.
2214
16bdd41f
YQ
22152012-06-08 Yao Qi <yao@codesourcery.com>
2216
2217 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
2218 Protocol'.
2219 (In-Process Agent Protocol, IPA Protocol Objects)
2220 (IPA Protocol Commands): New nodes.
2221 (Tracepoint Packets): Add anchors.
2222
2d4c29c5
TS
22232012-06-06 Thomas Schwinge <thomas@codesourcery.com>
2224
2225 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
2226
6bd110c5
YQ
22272012-06-06 Yao Qi <yao@codesourcery.com>
2228
2229 * gdb.texinfo: Update copyright year.
2230
f3e0e960
SS
22312012-05-23 Stan Shebs <stan@codesourcery.com>
2232 Kwok Cheung Yeung <kcy@codesourcery.com>
2233
2234 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
2235
1564a261
JK
22362012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2237
2238 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
2239 Mention also --with-separate-debug-dir.
2240 (Auto-loading): Prepend $debugdir in the sample output.
2241 (Auto-loading safe path): Likewise. Mention also $debugdir for the
2242 auto-load safe-path variable.
2243 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
2244 Mention also $debugdir for 'set auto-load scripts-directory'.
2245
eb17f351
EZ
22462012-05-19 Eli Zaretskii <eliz@gnu.org>
2247
2248 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
2249 (MIPS Embedded, MIPS, MIPS Register packet Format)
2250 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
2251 appropriate.
2252
4cc0665f 22532012-05-18 Sandra Loosemore <sandra@codesourcery.com>
72f4393d 2254 Maciej W. Rozycki <macro@codesourcery.com>
4cc0665f
MR
2255
2256 * gdb.texinfo (MIPS): Document "set mips compression" and "show
2257 mips compression".
2258 (MIPS Breakpoint Kinds): New subsubsection.
2259
7af8dcf8 22602012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
2261
2262 * gdb.texinfo (Architecture-Specific Protocol Details): Define
2263 nodes for subsections. Add @acronym mark-ups and adjust
2264 formatting.
2265
aff139ff
JK
22662012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2267
2268 Rename $ddir to $datadir.
2269 * gdb.texinfo (Auto-loading, Auto-loading safe path)
2270 (objfile-gdb.py file): Rename $ddir to $datadir.
2271
9cb709b6
TT
22722012-05-18 Tom Tromey <tromey@redhat.com>
2273
2274 * gdb.texinfo (Print Settings): Document 'set print symbol'.
2275
e7e0cddf
SS
22762012-05-14 Stan Shebs <stan@codesourcery.com>
2277
2278 * gdb.texinfo (Dynamic Printf): New subsection.
2279
7efc75aa
SCR
22802012-05-13 Siva Chandra Reddy <sivachandra@google.com>
2281
2282 * gdb.texinfo (Basic Python): Add description about the function
2283 gdb.find_pc_line
2284
f307c045
JK
22852012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2286 Eli Zaretskii <eliz@gnu.org>
2287
2288 * gdb.texinfo (Separate Debug Files): Use plural form for global
2289 debugging information directory.
2290
85d4a676
SS
22912012-05-11 Stan Shebs <stan@codesourcery.com>
2292 Kwok Cheung Yeung <kcy@codesourcery.com>
2293
2294 * gdb.texinfo (Operating System Auxiliary Information): Document new
2295 'info os' subcommands.
2296
c1668e4e
JK
22972012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2298
2299 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
2300 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
2301 (dotdebug_gdb_scripts section): Add reference
2302 to 'Auto-loading safe path'.
2303
7349ff92
JK
23042012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2305
2306 Implement multi-component --with-auto-load-dir.
2307 * gdb.texinfo (Auto-loading): New references
2308 for 'set auto-load scripts-directory'
2309 and 'show auto-load scripts-directory'.
2310 (Auto-loading safe path): Describe the new default. Move $ddir
2311 substituation reference to 'objfile-gdb.py file'.
2312 (objfile-gdb.py file): Describe script-name alias. Change real-name to
2313 script-name. Describe new 'set auto-load scripts-directory'
2314 and 'show auto-load scripts-directory'.
2315
6dea1fbd
JK
23162012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2317
2318 Provide $ddir substitution for --with-auto-load-safe-path.
2319 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
2320 (Auto-loading safe path): Likewise. Mention the default value,
2321 $ddir substitution, --with-auto-load-safe-path and
2322 --without-auto-load-safe-path.
2323 * observer.texi (gdb_datadir_changed): New.
2324
1ccacbcd
JK
23252012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2326
2327 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
2328 Twice.
2329
d9242c17
JK
2330 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
2331 directory separator by path separator.
2332
af2c1515
JK
23332012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2334
2335 * gdb.texinfo (Auto-loading safe path): Make 'directories'
2336 for 'set auto-load safe-path' optional. Mention if it is omitted.
2337 Change disabling security protection condition to "/", twice.
2338
a20ee7a4
SCR
23392012-05-03 Siva Chandra Reddy <sivachandra@google.com>
2340
2341 * gdb.texinfo (Symbol Tables In Python): Add documentation about
2342 the new methods global_block and static_block on gdb.Symtab
2343 objects.
2344
56af09aa
SCR
23452012-05-02 Siva Chandra Reddy <sivachandra@google.com>
2346
2347 * gdb.texinfo (Blocks In Python): Add a note saying that future
2348 improvements to GDB and its infrastructure can move symbols
2349 across blocks within a symbol table.
2350
2746b0ef
YQ
23512012-04-29 Yao Qi <yao@codesourcery.com>
2352
2353 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
2354 (A29K): Remove.
2355
62e5f89c
SDJ
23562012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
2357 Tom Tromey <tromey@redhat.com>
2358
2359 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
2360 and generic static probe support on GDB.
2361
a766d390
DE
23622012-04-25 Doug Evans <dje@google.com>
2363
50f042b9
DE
2364 * gdb.texinfo (Go): Fix thinko.
2365
a766d390
DE
2366 * gdb.texinfo (Supported Languages): Add Go.
2367 (Go): New node.
2368
f02e2b19
YQ
23692012-04-25 Yao Qi <yao@codesourcery.com>
2370
2371 * gdbint.texinfo (Testsuite): New section `Board settings'.
2372
68d41a48
JK
23732012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2374
2375 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
2376 Three times.
2377
174bb630
JK
2378 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
2379 Three times.
2380
0511cc75
JK
23812012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2382
2383 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
2384 by @table @asis. Fix formatting of one item.
2385
0070f25a
JK
23862012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2387
2388 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
2389
4dc84fd1
JK
23902012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2391
2392 New option "set debug auto-load".
2393 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
2394 (auto-load verbose mode): New node.
2395
bccbefd2
JK
23962012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2397
2398 New option "set auto-load safe-path".
2399 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
2400 and "info auto-load" examples for safe-path. Put there also references
2401 for "set auto-load safe-path" and "show auto-load safe-path".
2402 New menu item for Auto-loading safe path.
2403 (Auto-loading safe path): New node.
2404 (Python Auto-loading): Update the expected output from "Missing"
2405 to "No".
2406
bf88dd68
JK
24072012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2408
2409 auto-load: Implementation.
2410 * gdb.texinfo (Mode Options): New anchor for -nx.
2411 (Startup): New anchors for Option -init-eval-command,
2412 Home Directory Init File
2413 and Init File in the Current Directory during Startup.
2414 Mention set auto-load local-gdbinit with a reference.
2415 Change the sample code to "set auto-load python-scripts".
2416 (Threads): New anchor set libthread-db-search-path.
2417 Provide references to libthread_db.so.1 file.
2418 (Controlling GDB): New menu item for Auto-loading.
2419 (Auto-loading, Init File in the Current Directory)
2420 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
2421 (Python): Rename the menu item Auto-loading to Python Auto-loading.
2422 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
2423 reference.
2424 (Auto-loading): Rename to ...
2425 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
2426 "set auto-load python-scripts", new anchor for it. Change
2427 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
2428 for it. Change "info auto-load-scripts"
2429 to "info auto-load python-scripts", new anchor for it. Change "scripts"
2430 to "Python scripts".
2431
8264ba82
AG
24322012-04-14 Anton Gorenkov <xgsa@yandex.ru>
2433
2434 PR mi/13393
2435 * gdb.texinfo (Print Settings): Extend the description for "set print
2436 object".
2437 (GDB/MI Variable Objects): Extend the description for -var-create and
2438 -var-list-children.
2439
06fc020f
SCR
24402012-04-11 Siva Chandra Reddy <sivachandra@google.com>
2441
2442 * gdb.texinfo (Examining Data): Document the 'explore' command.
2443
7191c139
JB
24442012-03-28 Joel Brobecker <brobecker@adacore.com>
2445
2446 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
2447 to the children of a varobj and its update range when -var-update
2448 returns that the varobj's type changed.
2449
3708f05e
JK
24502012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2451
2452 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
2453 Create two new links fir 'objfile-gdb.py file'
2454 and 'dotdebug_gdb_scripts section'.
2455
8e0583c8
JK
24562012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2457
2458 * gdb.texinfo (Auto-loading): Rename node reference
2459 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
2460 Twice.
2461 (.debug_gdb_scripts section): Rename the node ...
2462 (dotdebug_gdb_scripts section): ... here.
2463 (Maintenance Commands): Also rename this node reference.
2464
7b282c5a
SCR
24652012-03-22 Siva Chandra Reddy <sivachandra@google.com>
2466
2467 * gdb.texinfo (Python API/Values From Inferior): Add description
2468 about the new method Value.referenced_value. Add description on
2469 how Value.dereference is different (and similar) to
2470 Value.referenced_value.
2471
8320cc4f
JK
24722012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2473
2474 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
2475 --init-eval-command=COMMAND, -iex.
2476 (Startup): Describe -iex and -ix. Simplify the example
2477 for "set auto-load-scripts off".
2478
481860b3
GB
24792012-03-16 Gary Benson <gbenson@redhat.com>
2480
2481 PR breakpoints/10738
2482 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
2483 stating that GDB cannot set breakpoints on inlined functions.
2484 (Mode Options): Document --use-deprecated-index-sections.
2485 (Index Section Format): Document new index section version format.
2486
c4aeac85
TT
24872012-03-15 Tom Tromey <tromey@redhat.com>
2488
2489 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
2490
16899756
DE
24912012-03-13 Doug Evans <dje@google.com>
2492
2493 * gdb.texinfo (Help): Change apropos example to use "alias" instead
2494 of "reload".
2495 (Symbols): Delete docs for set/show symbol-reloading.
2496 * gdbint.texinfo (Defining Other Architecture Features): Delete
2497 SYMBOL_RELOADING_DEFAULT.
2498 * refcard.tex: Delete reference to symbol-reloading.
2499
9b224c5e
PA
25002012-03-07 Pedro Alves <palves@redhat.com>
2501
2502 * gdb.texinfo (General Query Packets): Document new
2503 QProgramSignals packet.
2504 * gdb.texinfo (Remote configuration): Mention
2505 "program-signals-packet".
2506
169081d0
TG
25072012-03-05 Tristan Gingold <gingold@adacore.com>
2508
2509 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
2510
d1feda86
YQ
25112012-03-03 Yao Qi <yao@codesourcery.com>
2512
2513 * gdb.texinfo (In-Process Agent): New node.
2514 Document new commands.
2515 (General Query Packets): Add packet `QAgent'.
2516
1faeff08
MR
25172012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
2518
2519 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
2520
7d74f244
DE
25212012-03-01 Scott J. Goldman <scottjg@vmware.com>
2522
2523 * gdb.texinfo (Commands In Python): Put example python macro in
2524 COMMAND_USER category rather than COMMAND_OBSCURE.
2525 Document gdb.COMMAND_USER.
2526 (User-defined Commands): Update documentation to clarify
2527 "set/show max-user-call-depth" and "show user" don't apply to python
2528 commands. Update documentation to clarify "help user-defined" may
2529 also include python commands defined as COMMAND_USER.
2530
6fe37d23
JK
25312012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2532
2533 * gdb.texinfo (Startup): Add option -ex description to the option -x
2534 description.
2535
83364271
LM
25362012-02-24 Luis Machado <lgustavo@codesourcery.com>
2537
2538 * gdb.texinfo (Setting Breakpoints): Mention and explain the
2539 condition-evaluation breakpoint parameter.
2540 Mention condition-evaluation mode being shown in "info break".
2541 (Break Conditions): Add description for target-side
2542 conditional breakpoints.
72f4393d 2543 (Remote Configuration): Mention conditional-breakpoints-packet.
83364271
LM
2544 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
2545 cond-expr.
2546 (General Query Packets): Mention new ConditionalBreakpoint feature.
2547
bdb1994d
TT
25482012-02-22 Tom Tromey <tromey@redhat.com>
2549
2550 * gdb.texinfo (Blocks In Python): Clarify block iteration.
2551
4d241c86
TT
25522012-02-17 Tom Tromey <tromey@redhat.com>
2553
2554 PR python/10753:
2555 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
2556 directory.
2557
816338b5
SS
25582012-02-14 Stan Shebs <stan@codesourcery.com>
2559
2560 * gdb.texinfo (Disabling Breakpoints): Document enable count.
2561
cc30c4bd
PA
25622012-02-13 Pedro Alves <palves@redhat.com>
2563
2564 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
2565 mips-idt-ecoff.
2566
035d1e5b
YQ
25672012-02-09 Yao Qi <yao@codesourcery.com>
2568
2569 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
2570
f0823d2c
TT
25712012-02-07 Tom Tromey <tromey@redhat.com>
2572
2573 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
2574 Symbol.value.
2575
64e7d9dd
TT
25762012-02-07 Tom Tromey <tromey@redhat.com>
2577
2578 * gdb.texinfo (Symbols In Python): Document Symbol.line.
2579
4220b2f8
TS
25802012-01-27 Thomas Schwinge <thomas@codesourcery.com>
2581
2582 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
2583
edcc5120
TT
25842012-01-24 Tom Tromey <tromey@redhat.com>
2585
2586 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
2587 unload".
2588 (Files): Mention new catch commands.
2589 (GDB/MI Async Records): Likewise.
2590
53fe1783
GB
25912012-01-24 Gary Benson <gbenson@redhat.com>
2592
2593 Delete #if 0'd out code.
2594 * gdb.texinfo (Frame Info): Remove "info catch".
2595
b9e7b9c3
UW
25962012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
2597
2598 * gdb.texinfo (Remote Configuration): Document
2599 "set remote hostio-readlink-packet" command.
2600 (General Query Packets): Document vFile:readlink packet.
2601
4aac40c8
TT
26022012-01-16 Tom Tromey <tromey@redhat.com>
2603
2604 * gdb.texinfo (Specify Location): Document relative file name
2605 handling.
2606
cafec441
TT
26072012-01-16 Tom Tromey <tromey@redhat.com>
2608
2609 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
2610
0ee339bc
JK
26112012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2612 Eli Zaretskii <eliz@gnu.org>
2613
2614 * gdbint.texinfo (Coding Standards): Require braces for two lines of
2615 code.
2616
72384ba3
PH
26172012-01-11 Paul Hilfinger <hilfingr@adacore.com>
2618
2619 * gdb.texinfo (Variables): Document use of :: for non-static
2620 variables.
2621
ce1b17c4
JB
26222012-01-05 Joel Brobecker <brobecker@adacore.com>
2623
2624 * gdbint.texinfo (Start of New Year Procedure): Update
2625 to replace use of copyright.sh by use of copyright.py.
2626
217bff3e
JK
26272012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2628
2629 Remove the gdbtui binary.
2630 * all-cfg.texi (GDBTUI): Remove.
2631 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
2632 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
2633 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
2634
cc72b2a2
KP
26352011-12-23 Kevin Pouget <kevin.pouget@st.com>
2636
2637 Introduce gdb.FinishBreakpoint in Python.
2638 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
2639 (Python API): Add menu entry for Finish Breakpoints.
2640
13ac8d2c
JK
26412011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2642
2643 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
2644 tests.
2645
e0f9f062
DE
26462011-12-16 Doug Evans <dje@google.com>
2647
2648 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
2649
80b6e756
PM
26502011-12-16 Phil Muldoon <pmuldoon@redhat.com>
2651
1c3ad6ab 2652 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
2653 stack". Add documentation for "set/show python print-stack".
2654
2fb860fc
PA
26552011-12-14 Pedro Alves <pedro@codesourcery.com>
2656
2657 * gdb.texinfo (Implementing a Remote Stub): Explain that you
2658 should transfer control to the stub in the startup code instead of
2659 in main. Mention the need to get past the initial breakpoint.
2660
f8eba3c6
TT
26612011-12-06 Tom Tromey <tromey@redhat.com>
2662
2663 * gdb.texinfo (Set Breaks): Update for new behavior.
2664
2268b414
JK
26652011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2666
2667 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
2668 List Format for SVR4 Targets'.
2669 (General Query Packets): New item qXfer:libraries-svr4:read.
2670 (Library List Format for SVR4 Targets): New node.
2671
ae6f0d5b
TT
26722011-12-01 Tom Tromey <tromey@redhat.com>
2673
2674 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
2675 add.
2676
36dfb11c
TT
26772011-11-22 Tom Tromey <tromey@redhat.com>
2678
2679 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
2680 reasons.
2681
f196051f
SS
26822011-11-20 Stan Shebs <stan@codesourcery.com>
2683
2684 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2685 note-related options and variables.
2686 (Tracepoint Packets): Document packet changes.
2687
f85b53f8
SD
26882011-11-20 Sanjoy Das <sdas@igalia.com>
2689
2690 * gdb.texinfo (JIT Interface): Add documentation on writing and
2691 usind JIT debug info readers.
2692 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
2693 Debug Info Readers): New nodes.
2694
bfccc43c
YQ
26952011-11-18 Yao Qi <yao@codesourcery.com>
2696
2697 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
2698 tracepoint.
2699
c011a4f4
DE
27002011-11-15 Doug Evans <dje@google.com>
2701
2702 * gdb.texinfo (Files): Document basenames-may-differ.
2703
ed59ded5
DE
27042011-11-14 Doug Evans <dje@google.com>
2705
2706 * gdb.texinfo (Shell Commands): Document "!".
2707
405f8e94
SS
27082011-11-14 Stan Shebs <stan@codesourcery.com>
2709 Kwok Cheung Yeung <kcy@codesourcery.com>
2710
2711 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
2712 needed to get shorter fast tracepoints.
2713 (Tracepoint Packets): Document new qTMinFTPILen packet.
2714
1e4d1764
YQ
27152011-11-14 Yao Qi <yao@codesourcery.com>
2716
2717 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
2718 behavior of tracepoint.
2719 (General Query Packets): New feature InstallInTrace.
2720 (Remote Configuration): Document "set remote
2721 install-in-trace-packet".
2722
71eba9c2 27232011-11-12 Matt Rice <ratmice@gmail.com>
2724
2725 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
2726 Add arguments to info macro.
2727
e0f8f636
TT
27282011-11-10 Tom Tromey <tromey@redhat.com>
2729
2730 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
2731 manual.
2732 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
2733 (Macros): Add a footnote.
2734 (C): Remove paragraph about compiler options.
2735 (C Constants): Mention wide character and string constants.
2736 (C Plus Plus Expressions): Update compiler option advice. Mention
2737 using declarations. Mention ADL. Remove old HP compiler
2738 information.
2739
625c0d47
TT
27402011-11-10 Tom Tromey <tromey@redhat.com>
2741
2742 PR c++/9257:
2743 * gdb.texinfo (Print Settings): Add an extra note about the need
2744 for a vtable.
2745
4be2aacc
MR
27462011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
2747
2748 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
2749 "set mips abi" documentation.
2750
0a1c4d10
DE
27512011-11-04 Doug Evans <dje@google.com>
2752
2753 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
2754
aad1c02c
TT
27552011-11-03 Tom Tromey <tromey@redhat.com>
2756
2757 * gdb.texinfo (Stopping): Add menu entry.
2758 (Continuing and Stepping): Restore @node. Use @section, not
2759 @subsection.
2760
983fb131
MR
27612011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
2762
2763 * gdb.texinfo (Skipping Over Functions and Files): Remove node
2764 designation. Fix "Specify Location" cross-reference.
2765
3065dfb6
SS
27662011-11-02 Stan Shebs <stan@codesourcery.com>
2767
2768 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
2769 (General Query Packets): Describe tracenz feature.
2770 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
2771
0aaaf063
PK
27722011-10-28 Paul Koning <paul_koning@dell.com>
2773
2774 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
2775
2231f1fb
KP
27762011-10-27 Kevin Pouget <kevin.pouget@st.com>
2777
72f4393d 2778 * gdb.texinfo ((Frames In Python): Document
2231f1fb
KP
2779 gdb.FRAME_UNWIND_FIRST_ERROR contant.
2780
5110b5df
PK
27812011-10-26 Paul Koning <paul_koning@dell.com>
2782
2783 * gdb.texinfo (gdb.types): Document new deepitems function.
72f4393d 2784
22dbab46
PK
27852011-10-25 Paul Koning <paul_koning@dell.com>
2786
2787 PR python/13327
72f4393d 2788
22dbab46
PK
2789 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
2790 fetch_lazy method.
2791
9df2fbc4
PM
27922011-10-20 Phil Muldoon <pmuldoon@redhat.com>
2793
2794 PR python/12656
2795
2796 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
2797 global_block, static_block function.
2798
f05e2e1d
TT
27992011-10-19 Tom Tromey <tromey@redhat.com>
2800
2801 * gdb.texinfo (Commands In Python): Add missing "@"s.
2802
a7fc3f37
KP
28032011-10-13 Kevin Pouget <kevin.pouget@st.com>
2804
2805 PR python/13285 Document named constants for frame unwind stop reasons
72f4393d 2806 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
a7fc3f37
KP
2807 constants.
2808
5048e516
JK
28092011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2810
2811 Fix compatibility with texinfo versions older than 4.12.
2812 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
2813 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
2814 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
2815 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
2816 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
2817 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
2818 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
2819
5a56e9c5
DE
28202011-10-09 Doug Evans <dje@google.com>
2821
2822 * gdb.texinfo (Extending GDB): Document alias command.
2823
36b11add
JK
28242011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2825
2826 Support @entry in input expressions.
2827 * gdb.texinfo (Variables): Describe @entry names suffix.
2828 (Print Settings): Add anchor for `set print entry-values'.
2829
e18b2753
JK
28302011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2831 Eli Zaretskii <eliz@gnu.org>
2832
2833 Display @entry parameter values (without references).
2834 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
2835 example.
2836 (Print Settings): New description of set print entry-values and show
2837 print entry-values.
2838
111c6489
JK
28392011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2840 Eli Zaretskii <eliz@gnu.org>
2841
2842 Recognize virtual tail call frames.
2843 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
2844 (Tail Call Frames): New node.
2845 (Frames In Python): Add gdb.TAILCALL_FRAME.
2846
9c15afc4
DE
28472011-10-07 Doug Evans <dje@google.com>
2848
2849 * gdb.texinfo (gdb.printing): Document new `replace' arg to
2850 register_pretty_printer.
2851
99f5279d
PM
28522011-10-07 Phil Muldoon <pmuldoon@redhat.com>
2853
2854 PR python/12930
2855 PR python/12802
2856
2857 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
2858 stop method.
2859
03583c20
UW
28602011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
2861
2862 * gdb.texinfo (Starting your Program): "set disable-randomization"
2863 is no longer Linux-specific.
2864 (Remote Configuration): Document "set remote
2865 disable-randomization-packet".
2866 (General Query Packets): Document "QDisableRandomization" packet
2867 and add it to "qSupported" list.
2868
bd054e06
KP
28692011-10-07 Kevin Pouget <kevin.pouget@st.com>
2870
2871 Allow Python notification of new object-file loadings.
2872 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
2873 event type.
2874
cb6be26b
KP
28752011-10-04 Kevin Pouget <kevin.pouget@st.com>
2876
2877 PR python/12691: Add the inferior to Python exited event
2878 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
2879
a05336a1
JB
28802011-10-03 Joel Brobecker <brobecker@adacore.com>
2881
2882 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
2883 rephasing.
2884
5d77fe44
JB
28852011-10-03 Joel Brobecker <brobecker@adacore.com>
2886
2887 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
2888 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
2889 as possible feature returned by the `-list-features'
2890 command.
2891
699df94d
PK
28922011-09-28 Paul Koning <paul_koning@dell.com>
2893
2894 * gdb.texinfo (gdb.Type): Document field access by dictionary
2895 key syntax.
2896
24bdad53
YQ
28972011-09-28 Yao Qi <yao@codesourcery.com>
2898
2899 * gdb.texinfo (Files): Update options for `add-symbol-file'.
2900 Add one space after option `-s'. Remove @r{} markup.
2901
6710bf39
SS
29022011-09-27 Stan Shebs <stan@codesourcery.com>
2903
2904 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
2905
d99f7e48
HZ
29062011-09-16 Hui Zhu <teawater@gmail.com>
2907
2908 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
2909 to *(unsigned char *)$esp@300.
2910
d812018b
PK
29112011-09-15 Paul Koning <paul_koning@dell.com>
2912
2913 * gdb.texinfo: Make style of Python functions and methods match
2914 the syntax of Python. Also put class and module names explicitly
2915 on function, member, and variable names, matching Python
2916 documentation conventions.
72f4393d 2917
2aa48337
KP
29182011-09-15 Kevin Pouget <kevin.pouget@st.com>
2919
2920 PR Python/12692 Add gdb.selected_inferior() to Python interface.
2921 * gdb.texinfo (Inferiors In Python): Describe new
2922 gdb.selected_inferior() function.
2923
6839b47f
KP
29242011-09-15 Kevin Pouget <kevin.pouget@st.com>
2925
2926 Handle multiple breakpoint hits in Python interface:
2927 * gdb.texinfo (Events In Python): New function documentation:
2928 gdb.BreakpointEvent.breakpoints. Indicate that
2929 gdb.BreakpointEvent.breakpoint is now deprecated.
2930
26829f2b
JB
29312011-09-04 Joel Brobecker <brobecker@adacore.com>
2932
2933 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
2934
a9f54f60
TT
29352011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
2936
2937 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
2938
fa3a4f15
PM
29392011-08-17 Phil Muldoon <pmuldoon@redhat.com>
2940
72f4393d
L
2941 * gdb.texinfo (Prompt): Add set/show extended-prompt
2942 documentation
2943 (Basic Python): Add prompt_hook anchor.
2944 (Python modules): Reword module text to reflect multiple modules.
2945 (gdb.prompt): Document gdb.prompt module.
fa3a4f15 2946
224bbe49
YQ
29472011-08-14 Yao Qi <yao@codesourcery.com>
2948
78d85199
YQ
2949 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
2950
29512011-08-14 Yao Qi <yao@codesourcery.com>
2952
2953 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
2954 (TIC6x Features): New node.
2955
457e09f0
DE
29562011-08-12 Doug Evans <dje@google.com>
2957
2958 * gdb.texinfo (Symbols In Python): Document symbol.type.
2959
5e239b84
PM
29602011-08-09 Phil Muldoon <pmuldoon@redhat.com>
2961
2962 * gdb.texinfo (Python): Document command and function
2963 auto-loading.
2964
177bc839
JK
29652011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2966 Eli Zaretskii <eliz@gnu.org>
2967
2968 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
2969 typedefs unrolling. Extend the sample code by an inner typedef and
2970 outer typedefs unrolling.
2971
1a532630
PP
29722011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
2973
2974 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
2975 size and line-size.
2976
9b158ba0 29772011-07-21 Matt Rice <ratmice@gmail.com>
2978
2979 PR macros/12999
2980 * gdb.texinfo (Macros): Add info definitions and info macros commands.
2981 Update text and cindex entries for info macro command.
2982
d17b6f81
PM
29832011-07-21 Phil Muldoon <pmuldoon@redhat.com>
2984
2985 * observer.texi (GDB Observers): Add before_prompt observer.
2986 * gdb.texinfo (Basic Python): Add documentation for prompt
2987 substitution.
2988
713389e0
PM
29892011-07-11 Phil Muldoon <pmuldoon@redhat.com>
2990
72f4393d 2991 PR python/12438
713389e0 2992 * gdb.texinfo (Python Commands): Add deprecate note to maint
72f4393d
L
2993 set/show python print-stack. Document set/show python
2994 print-backtrace.
713389e0 2995
177b42fe
TJB
29962011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
2997
2998 * gdb.texinfo: Fix typos.
2999
900e11f9
JK
30002011-07-01 Tom Tromey <tromey@redhat.com>
3001
3002 * gdb.texinfo (Debugging Output): Document set debug
3003 check-physname.
3004
39c4d40a
TT
30052011-06-29 Tom Tromey <tromey@redhat.com>
3006
3007 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3008 breakpoint-notifications feature.
3009
6f5def7d
UW
30102011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
3011
3012 * gdb.texinfo (Target Description): Remove warning about
3013 possibly unstable format.
3014
8cf64490
TT
30152011-06-03 Tom Tromey <tromey@redhat.com>
3016
3017 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
3018 (Events In Python): Note that exit_code is optional.
3019
393eab54
PA
30202011-05-17 Pedro Alves <pedro@codesourcery.com>
3021
3022 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
3023 required for multi-threading support.
3024 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
3025 Hc are deprecated for multi-threading debugging. Point readers at
3026 the vCont packet.
3027
75fc9810
DE
30282011-05-15 Doug Evans <dje@google.com>
3029
3030 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
3031
01124a23
DE
30322011-05-13 Doug Evans <dje@google.com>
3033
98a5dd13
DE
3034 * gdb.texinfo (Threads): Document $sdir,$pdir.
3035 (Server): Document $pdir exception.
3036
dbaefcf7
DE
3037 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
3038
cc63ef9b
DE
3039 * gdb.texinfo (Threads): Clarify default value for
3040 libthread-db-search-path.
7e0396aa 3041
01124a23
DE
3042 * gdb.texinfo (Completion): Update example.
3043 (Debugging Output): Delete `set/show debug lin-lwp-async'.
3044
d248b706
KY
30452011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
3046
3047 * gdb.texinfo: Document change in the behaviour of the enable and
3048 disable GDB commands when applied to tracepoints.
3049 Document the EnableDisableTracepoints remote stub feature.
3050 Document QTEnable and QTDisable in the list of tracepoint packets.
3051
cc88a640
JK
30522011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3053
3054 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
3055 hsuser.texi.
3056 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
3057 comment to hsuser.texi. Change rluser.texi name in the comment.
3058
84e578fb
DE
30592011-05-10 Doug Evans <dje@google.com>
3060
3061 * gdb.texinfo (Threads): If an empty path is provided for
3062 libthread-db-search-path it is reset to its default value.
3063 (Server): Ditto.
3064
478aac75
DE
30652011-05-09 Doug Evans <dje@google.com>
3066
3067 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
3068
9c06b0b4
TJB
30692011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3070 Thiago Jung Bauermann <bauerman@br.ibm.com>
3071
3072 Implement support for PowerPC BookE masked watchpoints.
3073 * gdb.texinfo (Set Watchpoints): Document mask parameter.
3074 (PowerPC Embedded): Mention support of masked watchpoints.
3075
9ed350ad
JB
30762011-05-03 Joel Brobecker <brobecker@adacore.com>
3077
3078 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
3079 `@value{GDBN}'.
3080
4ceed123
JB
30812011-05-03 Joel Brobecker <brobecker@adacore.com>
3082
3083 * gdb.texinfo (titlepage): Remove dedication.
3084 (In Memoriam): New appendix.
3085
559a7a62
JK
30862011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3087 Eli Zaretskii <eliz@gnu.org>
3088
3089 * gdb.texinfo (Index Section Format): Change the version to 5.
3090 Describe the different formula.
3091
03f2bd59
JK
30922011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3093 Eli Zaretskii <eliz@gnu.org>
3094
3095 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
3096 for disconnected tracing.
3097 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
3098 extended-remote relationship. Mention --once.
3099 (TCP port allocation lifecycle of @code{gdbserver}): New.
3100
d9b1a651
EZ
31012011-04-23 Eli Zaretskii <eliz@gnu.org>
3102
3103 * gdb.texinfo (Server): Improve indexing. Index all optional
3104 switches to gdbserver.
3105
90476074
TT
31062011-04-20 Tom Tromey <tromey@redhat.com>
3107
3108 * gdb.texinfo (Index Section Format): New node.
3109 (Top): Add new node to menu.
3110
c21236dc
PA
31112011-04-20 Pedro Alves <pedro@codesourcery.com>
3112
3113 * gdb.texinfo (Maintenance Commands): Document `maint print
3114 remote-registers'.
3115
05c8c3f5
TT
31162011-04-20 Tom Tromey <tromey@redhat.com>
3117
3118 * gdb.texinfo (Trace File Format): Move node later.
3119
7a9dd1b2
TT
31202011-04-19 Tom Tromey <tromey@redhat.com>
3121
3122 * gdbint.texinfo (Register Information Functions): Remove
3123 duplicate "the".
3124 * gdb.texinfo (Emacs): Remove duplicate "to".
3125 (GDB/MI Variable Objects): Remove duplicate "the".
3126 (General Query Packets): Likewise.
3127
4368ebeb
JB
31282011-04-02 Joel Brobecker <brobecker@adacore.com>
3129
3130 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
3131 "GDB/MI Ada Exception Information" node.
3132
956a9fb9
JB
31332011-04-01 Joel Brobecker <brobecker@adacore.com>
3134
3135 * gdb.texinfo (GDB/MI Ada Exception Information): Document
3136 the "exception-name" field in the *stopped async record.
3137
f1310107
TJB
31382011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
3139 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3140
3141 Implement support for PowerPC BookE ranged breakpoints.
3142 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
3143
8786b2bd
TT
31442011-03-28 Tom Tromey <tromey@redhat.com>
3145
3146 * gdb.texinfo (Set Tracepoints): Fix typo.
3147
9ef07c8c
TT
31482011-03-24 Tom Tromey <tromey@redhat.com>
3149
3150 * gdb.texinfo (Specify Location): Document `function:label'
3151 linespec.
3152
99c3dc11
PM
31532011-03-18 Phil Muldoon <pmuldoon@redhat.com>
3154
f1310107 3155 PR python/12149
99c3dc11
PM
3156
3157 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
3158
29703da4
PM
31592011-03-17 Phil Muldoon <pmuldoon@redhat.com>
3160
3161 * gdb.texinfo (Blocks In Python): Add is_valid method description.
3162 (Inferiors In Python): Likewise.
3163 (Threads In Python): Likewise.
3164 (Symbols In Python): Likewise.
3165 (Objfiles In Python): Likewise.
3166 (Symbol Tables In Python): Likewise.
3167
c9174737
PA
31682011-03-15 Pedro Alves <pedro@codesourcery.com>
3169
3170 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
3171 display>: Explain that the commands accept number ranges.
3172
7371cf6d
PM
31732011-03-14 Phil Muldoon <pmuldoon@redhat.com>
3174
3175 * gdb.texinfo (Breakpoints In Python): Add description and example
3176 of Python stop function operation.
3177
ecec24e6
PM
31782011-03-10 Phil Muldoon <pmuldoon@redhat.com>
3179
3180 * gdb.texinfo (Parameters In Python): Document get_set_string and
3181 get_show_string methods.
3182
6dcd5565
JK
31832011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3184
3185 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
3186
81896e36
JK
3187 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
3188 circular-trace-buffer name.
3189
5e30da2c
JB
31902011-02-28 Joel Brobecker <brobecker@adacore.com>
3191
3192 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
3193 in the previous change.
3194
3bd0f5ef 31952011-02-27 Michael Snyder <msnyder@vmware.com>
af624141 3196
72f4393d 3197 * gdb.texinfo (Inferiors and Programs): Update commands to show
af624141
MS
3198 that they can accept multiple arguments.
3199
4ec7539c
JB
32002011-02-24 Joel Brobecker <brobecker@adacore.com>
3201
3202 Revert the following patch (code patch was not approved):
3203 2011-02-21 Hui Zhu <teawater@gmail.com>
3204 * agentexpr.texi (bytecode descriptions): add printf.
3205 * gdb.texinfo (tracepoint action lists): add printf.
3206
82809774
DE
32072011-02-23 Doug Evans <dje@google.com>
3208
3209 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
3210
e5a67952
MS
32112011-02-23 Michael Snyder <msnyder@vmware.com>
3212
3213 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
3214 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
3215 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
3216
6e6fbe60
DE
32172011-02-22 Doug Evans <dje@google.com>
3218
3219 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
3220 Clarify behaviour of lookup_symbol when `block' argument is omitted,
3221 add description of result, fix @defun formatting.
3222
f994e27a
HZ
32232011-02-21 Hui Zhu <teawater@gmail.com>
3224
3225 * agentexpr.texi (Bytecode Descriptions): Add printf.
3226 * gdb.texinfo (Tracepoint Action Lists): Add printf.
3227
c7f96d2b
TT
32282011-02-18 Tom Tromey <tromey@redhat.com>
3229
3230 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
3231
60f98dde
MS
32322011-02-14 Michael Snyder <msnyder@vmware.com>
3233
3234 * gdb.texinfo (threads): Document argument for "info threads" cmd.
3235 Document new command "thread find".
3236
08e796bc
MS
32372011-02-14 Michael Snyder <msnyder@vmware.com>
3238
3239 * gdb.texinfo (Threads): Update example of new thread message.
3240
b3b9301e
PA
32412011-02-14 Pedro Alves <pedro@codesourcery.com>
3242
3243 * gdb.texinfo (Remote Configuration): Mention set/show remote
3244 traceframe-info.
3245 (Tools/Packages Optional for Building GDB): Mention that expat is
3246 used for traceframe info.
3247 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
3248 (General Query Packets) <qSupported>: Describe the
3249 qXfer:traceframe-info:read feature.
3250 (qXfer::read): Describe qXfer:traceframe-info:read.
3251 (Traceframe Info Format): New section.
3252
cef35b0f
PA
32532011-02-04 Pedro Alves <pedro@codesourcery.com>
3254
3255 * gdbint.texinfo (Formatting): Mention some formatting guidelines
3256 for casts and unary operators.
3257
f1cbe1d3
TT
32582011-02-04 Tom Tromey <tromey@redhat.com>
3259
3260 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
3261 is not useful.
3262
585fdaa1
PA
32632011-01-25 Pedro Alves <pedro@codesourcery.com>
3264
3265 * gdb.texinfo: s/value optimized out/optimized out/g
3266
7bfc9434
JB
32672011-01-21 Joel Brobecker <brobecker@adacore.com>
3268
3269 * gdb.texinfo (Other Misc Settings): Rework part of the
3270 documentation of the "set interactive mode" command.
3271
4694da01
TT
32722011-01-19 Tom Tromey <tromey@redhat.com>
3273
3274 * gdb.texinfo (Threads): Document thread name output and `thread
3275 name' command.
3276 (Threads In Python): Document Thread.name attribute.
3277 (GDB/MI Thread Commands): Document thread attributes.
3278
b716877b
AB
32792011-01-12 Andrew Burgess <aburgess@broadcom.com>
3280
3281 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
3282 changes in mi/mi-cmd-disas.c
3283
13fd8b81
TT
32842011-01-12 Tom Tromey <tromey@redhat.com>
3285
3286 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
3287 Fix "thread apply" text.
3288
e09342b5
TJB
32892011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3290 Thiago Jung Bauermann <bauerman@br.ibm.com>
3291
3292 Implement support for PowerPC BookE ranged watchpoints.
3293 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
3294 the "set powerpc exact-watchpoints" flag.
3295
06e65f44
TT
32962011-01-07 Tom Tromey <tromey@redhat.com>
3297
3298 * gdb.texinfo (Python API): Add descriptions to @menu items.
3299
d8e22779
TT
33002011-01-06 Tom Tromey <tromey@redhat.com>
3301
3302 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
3303
a255712f
PP
33042010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
3305
e09342b5 3306 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 3307
ccfc3d6e
TT
33082011-01-06 Tom Tromey <tromey@redhat.com>
3309
3310 PR python/12133:
3311 * gdb.texinfo (Frames In Python): Document various frame
3312 constants.
3313
44944448
JB
33142011-01-05 Joel Brobecker <brobecker@adacore.com>
3315
3316 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
3317 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
3318 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
3319
42ea3d7a
JK
33202011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3321
3322 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
3323 (clean): Add GDBvn.texi.
3324
720d1a40
JB
33252010-12-29 Joel Brobecker <brobecker@adacore.com>
3326
3327 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
3328 occasional case where the debugger prints an array address
3329 instead of the array itself.
3330
ad196637
PA
33312010-12-23 Pedro Alves <pedro@codesourcery.com>
3332
3333 * gdb.texinfo (Packets) <read registers packet>: Document support
3334 for registers that were not collected.
3335
a86caf66
DE
33362010-12-15 Doug Evans <dje@google.com>
3337
3338 * gdb.texinfo (Startup): Document auto-loading of scripts during
3339 startup.
3340 (Auto-loading): Delete "maint set python auto-load on|off".
3341 Add "set auto-load-scripts on|off".
3342
aae1c79a
DE
33432010-12-07 Doug Evans <dje@google.com>
3344
3345 * gdb.texinfo (Mode Options): Document -data-directory.
3346 (Data Files): Add reference to -data-directory.
3347
4e04c971
DE
33482010-11-29 Doug Evans <dje@google.com>
3349
3350 * gdb.texinfo (Pretty-Printer Introduction): Change
3351 printer-name:subprinter-name to printer-name;subprinter-name.
3352
94b6973e
PM
33532010-11-29 Phil Muldoon <pmuldoon@redhat.com>
3354
72f4393d 3355 PR python/12199
94b6973e
PM
3356
3357 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
3358
39037522
TT
33592010-11-23 Tom Tromey <tromey@redhat.com>
3360
3361 * gdb.texinfo (Top): Check SYSTEM_READLINE.
3362 (Editing): Likewise.
3363 (Command History): Likewise.
3364 (TUI Keys): Likewise.
3365 (Bug Reporting): Conditionally include rluser.texi and
3366 inc-history.texinfo.
3367 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
3368 (GDB_DOC_SOURCE_INCLUDES): Add comment.
3369 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
3370 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
3371 (gdb.pdf): Likewise.
3372 (gdb.info): Likewise.
3373 (gdb/index.html): Likewise.
3374
5ae98d25
TT
33752010-11-23 Tom Tromey <tromey@redhat.com>
3376
3377 * Makefile.in (Makefile): Run ../config.status.
3378 (distclean): Update.
3379 * configure: Remove.
3380 * configure.ac: Remove.
3381
621c8364
TT
33822010-11-12 Tom Tromey <tromey@redhat.com>
3383
3384 * gdb.texinfo (Basic Python): Update. Add xref.
3385 (Exception Handling): Document new exception classes.
3386 (Types In Python): Update.
3387 (Frames In Python): Update.
3388
84f4c1fe
PM
33892010-11-11 Phil Muldoon <pmuldoon@redhat.com>
3390
3391 * gdb.texinfo (Breakpoints In Python): Document "internal"
3392 parameter, and visible attribute.
3393
99e7ae30
DE
33942010-11-05 Doug Evans <dje@google.com>
3395
3396 * gdb.texinfo (Source Path): Document "set directories".
3397
f4b8a18d
KW
33982010-11-05 Ken Werner <ken.werner@de.ibm.com>
3399
3400 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
3401 (OpenCL C): New node.
3402
7b51bc51
DE
34032010-11-02 Doug Evans <dje@google.com>
3404
3405 * gdb.texinfo (Pretty Printing): Expand into three sections,
3406 introduction, example, and commands.
3407 (Python API): Delete section Disabling Pretty-Printers, merge into
3408 Selecting Pretty-Printers.
3409 (Writing a Pretty-Printer): New section. Move the pretty-printer
3410 example here, and reformat to match python coding style. Add a second
3411 example using the gdb.printing module.
3412 (Python modules): Add gdb.printing.
3413
9eeee977
DE
34142010-10-29 Doug Evans <dje@google.com>
3415
3416 * gdb.texinfo (Python): Fix long line.
3417
a0e0ffdf
DE
34182010-10-20 Doug Evans <dje@google.com>
3419
3420 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
3421 All references updated. Correct sections marked as subsections.
3422 (Coding Standards): New chapter. Move the coding standard related
3423 subsections here. Add section on Python coding standards.
3424
0e3509db
DE
34252010-10-13 Doug Evans <dje@google.com>
3426
3427 * gdb.texinfo (Python): Add "Python modules".
3428 (Types in Python): Add reference to gdb.types section.
3429 (Python modules): New node.
3430
44592cc4
DE
34312010-10-11 Doug Evans <dje@google.com>
3432
3433 * gdb.texinfo (Values From Inferior): Add reference to "Types in
3434 Python" from gdb.Value.type description.
3435
6e1bb179
JB
34362010-09-28 Joel Brobecker <brobecker@adacore.com>
3437
3438 * gdb.texinfo (Ravenscar Profile): New node.
3439
e8467610
TT
34402010-09-22 Tom Tromey <tromey@redhat.com>
3441
3442 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
3443
fccd1d1e
EZ
34442010-09-22 Eli Zaretskii <eliz@gnu.org>
3445
3446 * gdb.texinfo (Values From Inferior): Clarify that
3447 value.dynamic_type works only in C++ programs with RTTI.
3448
c1b6b909
TT
34492010-09-15 Paul Bolle <pebolle@tiscali.nl>
3450
3451 * gdb.texinfo (Character Sets): Correctly reference host-charset
3452 in example.
3453
7d288aaa
TT
34542010-09-13 Tom Tromey <tromey@redhat.com>
3455
3456 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
3457 Document "fullname" and "from".
3458
f75d858b
MK
34592010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
3460
3461 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
3462 feature `reverse' output by -list-target-features.
3463
83b9503b
L
34642010-08-31 H.J. Lu <hongjiu.lu@intel.com>
3465
3466 * gdb.texinfo (i386 Features): Remove an extra "@item".
3467
03f17ccf
TT
34682010-08-30 Tom Tromey <tromey@redhat.com>
3469
3470 PR python/11792:
3471 * gdb.texinfo (Values From Inferior): Document dynamic_type.
3472
9779414d
DJ
34732010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
3474
3475 * gdb.texinfo (ARM Features): Document
3476 org.gnu.gdb.arm.m-profile.
3477
f9ffd4bb
TT
34782010-08-23 Tom Tromey <tromey@redhat.com>
3479
3480 PR python/11145:
3481 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
3482 reinterpret_cast methods.
3483
702c2711
TT
34842010-08-23 Tom Tromey <tromey@redhat.com>
3485
3486 PR python/11915:
3487 * gdb.texinfo (Types In Python): Document array method.
3488
66b73624
TJB
34892010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
3490
3491 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
3492
06a64a0b
TT
34932010-08-16 Tom Tromey <tromey@redhat.com>
3494
3495 * gdb.texinfo (Set Watchpoints): Document -location option.
3496
a3a7127e
DE
34972010-08-13 Doug Evans <dje@google.com>
3498
3499 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
3500
8dedea02
VP
35012010-08-13 Vladimir Prus <vladimir@codesourcery.com>
3502
3503 * gdb.texinfo (GDB/MI Data Manipulation): Document
3504 -data-read-memory-raw and -data-write-memory-raw.
3505
ca5c20b6 35062010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 3507 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
3508
3509 * gdb.texinfo (Basic Python): Describe post_event API.
3510
cb2e07a6
PM
35112010-08-11 Phil Muldoon <pmuldoon@redhat.com>
3512
3513 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 3514 decode_line Python APIs
cb2e07a6 3515
464b3efb
TT
35162010-08-10 Tom Tromey <tromey@redhat.com>
3517
3518 * gdb.texinfo (Pretty Printing API): Document
3519 gdb.default_visualizer.
3520
c29c521f
TT
35212010-08-10 Tom Tromey <tromey@redhat.com>
3522
3523 Revert gdb-add-index addition:
3524 * gdb.texinfo (Index Files): Don't document gdb-add-index.
3525
5da1313b
JK
35262010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3527 Eli Zaretskii <eliz@gnu.org>
3528
3529 * gdb.texinfo (Mode Options) <-batch>
3530 (Basic Python) <gdb.execute>: Describe setting width and height.
3531
02d868e8
PP
35322010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
3533
3534 * gdb.texinfo (Threads): Document 'debug libthread-db'.
3535
c2bbed2a
TT
35362010-07-30 Tom Tromey <tromey@redhat.com>
3537
3538 * gdb.texinfo (Index Files): Mention gdb-add-index.
3539
6c13bbe1
HZ
35402010-07-30 Hui Zhu <teawater@gmail.com>
3541
3542 * gdb.texinfo (Inferiors and Programs): Update the introduce of
3543 "detach inferior" and "kill inferior".
3544
53a71c06
CR
35452010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
3546
3547 * gdb.texinfo (Machine Code): Update description of two forms of
3548 arguments, and add new example to demonstrate the new form.
3549
5374244e
PM
35502010-07-27 Phil Muldoon <pmuldoon@redhat.com>
3551
3552 * gdb.texinfo (Values From Inferior): Add value inferior function
3553 call description.
3554
8ea5bce5
JK
35552010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3556
3557 * gdb.texinfo (Active Targets): Fix wrong comma placement.
3558
c0edd9ed
JK
35592010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3560 Eli Zaretskii <eliz@gnu.org>
3561
3562 Make core files the process_stratum.
3563 * gdb.texinfo (Active Targets): Remove core_stratum. Include
3564 record_stratum example.
3565
9291a0cd
TT
35662010-07-13 Tom Tromey <tromey@redhat.com>
3567
3568 * gdb.texinfo (Index Files): New node.
3569
f5011d11
TT
35702010-07-13 Tom Tromey <tromey@redhat.com>
3571
3572 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
3573
0f5238ed
TT
35742010-07-13 Tom Tromey <tromey@redhat.com>
3575
3576 * gdb.texinfo (Specify Location): Document labels.
3577
74c761c1
PA
35782010-07-01 Pedro Alves <pedro@codesourcery.com>
3579
3580 * gdb.texinfo (Create and Delete Tracepoints): Add more index
3581 entries for fast tracepoints and static tracepoints.
3582
501994c0
PA
35832010-07-01 Pedro Alves <pedro@codesourcery.com>
3584
3585 * gdb.texinfo (General Query Packets) <qfThreadInfo,
3586 qsThreadInfo>: Spell out `l' as ell.
3587
0fb4aa4b
PA
35882010-07-01 Pedro Alves <pedro@codesourcery.com>
3589
3590 * gdb.texinfo (Convenience Variables): Document $_sdata.
3591 (Commands to Set Tracepoints): Describe static tracepoints. Add
3592 `Listing Static Tracepoint Markers' menu entry. Document
3593 "strace".
3594 (Tracepoint Action Lists): Document collecting $_sdata.
3595 (Listing Static Tracepoint Markers): New subsection.
3596 (Tracepoints support in gdbserver): Mention static tracepoints.
3597 (remote packets, enabling and disabling): Mention
3598 read-sdata-object.
3599 (General Query Packets) <qSupported>: Document qXfer:sdata:read
3600 and StaticTracepoint.
3601 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
3602 Document qXfer:sdata:read.
3603 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
3604
dc3b15be
JB
36052010-06-29 Joel Brobecker <brobecker@adacore.com>
3606
3607 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
3608
595939de
PM
36092010-06-28 Phil Muldoon <pmuldoon@redhat.com>
3610 Tom Tromey <tromey@redhat.com>
3611 Thiago Jung Bauermann <bauerman@br.ibm.com>
3612
3613 * gdb.texinfo (Inferiors In Python): New node.
3614 * gdb.texinfo (Threads In Python): New node.
3615
9279c692
JB
36162010-06-28 Joel Brobecker <brobecker@adacore.com>
3617
3618 * gdb.texinfo (Python): Document what the python directory is
3619 and what its location is.
3620 (Basic Python): Document the gdb.PYTHONDIR constant.
3621
bc9f0842
TT
36222010-06-25 Tom Tromey <tromey@redhat.com>
3623
3624 PR python/10808:
3625 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
3626
f1421989
HZ
36272010-06-24 Hui Zhu <teawater@gmail.com>
3628
3629 * gdb.texinfo: (Commands for Controlled Output): Add
3630 documentation for command "eval".
3631
e4c0cfae
SS
36322010-06-21 Stan Shebs <stan@codesourcery.com>
3633
3634 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
3635 * annotate.texinfo: Ditto.
3636 * gdbint.texinfo: Ditto.
3637 * stabs.texinfo: Ditto.
3638
bb08c432
HZ
36392010-06-22 Hui Zhu <teawater@gmail.com>
3640
3641 * gdb.texinfo: (Process Record and Replay): Add documentation
3642 for command "set record memory-query".
3643
4f5d9f07
SS
36442010-06-21 Stan Shebs <stan@codesourcery.com>
3645
3646 * gdb.texinfo: Relicense under GFDL version 1.3.
3647 * annotate.texinfo: Relicense under GFDL version 1.3.
3648 * gdbint.texinfo: Relicense under GFDL version 1.3.
3649 * stabs.texinfo: Relicense under GFDL version 1.3.
3650 * fdl.texi: Update to version 1.3.
3651
6aed2dbc
SS
36522010-06-18 Stan Shebs <stan@codesourcery.com>
3653
a61408f8
SS
3654 * gdb.texinfo (Operating System Auxiliary Information): Describe
3655 "info os" when no arguments given.
3656
6aed2dbc
SS
3657 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
3658 $_thread.
3659
24e933df
HZ
36602010-06-18 Hui Zhu <teawater@gmail.com>
3661
3662 * gdb.texinfo: (Process Record and Replay): Add documentation
3663 for commands "record save" and "record restore".
3664
65d79d4b
SDJ
36652010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3666
3667 * gdb.texinfo: Include information about the correct use
3668 of addresses in the `watch' command.
3669
d914c394
SS
36702010-06-11 Stan Shebs <stan@codesourcery.com>
3671
3672 * gdb.texinfo (Observer Mode): New section.
3673 (General Query Packets): Document QAllow.
889bf7c5 3674
967cf477
DE
36752010-06-04 Doug Evans <dje@google.com>
3676
3677 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
3678
aaf4119b
DE
36792010-06-03 Doug Evans <dje@google.com>
3680
3681 * gdbint.texinfo (Coding): Add subsection on command names.
3682
9eae7c52
TT
36832010-06-02 Tom Tromey <tromey@redhat.com>
3684
3685 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
3686 always-disassemble.
3687
fa593d66
PA
36882010-06-01 Pedro Alves <pedro@codesourcery.com>
3689
3690 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
3691 gdbserver, and add cross reference.
3692 (Tracepoints support in gdbserver): New subsection.
3693
dde08ee1
PA
36942010-05-26 Pedro Alves <pedro@codesourcery.com>
3695
3696 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
3697 `qRelocInsn' feature.
3698 (Relocate instruction reply packet): New subsection
3699 of `Tracepoint Packets'.
3700 (Tracepoint Packets): Mention that packets QTDP and QTStart
3701 support the qRelocInsn request, and add cross reference to new
3702 subsection.
3703
07ca107c
DE
37042010-05-25 Doug Evans <dje@google.com>
3705
3706 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
3707 (Commands In Python): Document gdb.string_to_argv.
3708
c25c4a8b
JK
37092010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3710
3711 * gdbint.texinfo (Host Definition): Remove items NORETURN and
3712 ATTR_NORETURN.
3713
d7b32ed3 37142010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
3715 Tom Tromey <tromey@redhat.com>
3716 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 3717
c25c4a8b 3718 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 3719
6aecb9c2
JB
37202010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
3721
3722 * gdb.texinfo: (Summary) Add mention about D language support.
3723 (Filenames): Add D suffixes.
3724 (D): New node.
3725
b7da9e9f
PM
37262010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
3727
3728 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
3729 of macro deleted from GDB code.
3730
ab38a727
PA
37312010-04-24 Pedro Alves <pedro@codesourcery.com>
3732
3733 * gdb.texinfo (Commands to specify files): Describe what how GDB
3734 looks up DOS-based filesystem paths on the system root. Document
3735 the new `set/show target-file-system-kind' commands.
3736
66d09542
DE
37372010-04-23 Doug Evans <dje@google.com>
3738
3739 * gdb.texinfo (Python): Move Auto-loading section here ...
3740 (Python API): from here.
3741 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
3742 (Maintenance Commands): Add docs for "maint print section-scripts".
3743
8bd10a10
CM
37442010-04-20 Chris Moller <cmoller@redhat.com>
3745
3746 * gdb.texinfo (Setting Breakpoints): Added description of
3747 filename-qualified rbreak.
3748 * refcard.tex (Breakpoints and Watchpoints): Added brief
3749 description of filename-qualified rbreak.
3750
4c374409
JK
37512010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3752
3753 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
3754 (Python API): Change the reference to Pretty Printing API.
3755 (Pretty Printing): Move the user part under the Data node. Reformat
3756 the sample output to 72 columns. Create a new reference to Pretty
3757 Printing API. Rename the API part ...
3758 (Pretty Printing API): To a new node name.
3759 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
3760 (GDB/MI Variable Objects): Change references to Pretty Printing API.
3761
5a9351ae
SS
37622010-04-21 Stan Shebs <stan@codesourcery.com>
3763
3764 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 3765 and commands.
5a9351ae 3766 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 3767
9a22f0d0
PM
37682010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
3769
3770 * gdb.texinfo (Examining memory): Update for change in string
3771 display with explicit size.
3772
6149aea9
PA
37732010-04-19 Pedro Alves <pedro@codesourcery.com>
3774
3775 PR breakpoints/8554.
3776
3777 * gdb.texinfo (Save Breakpoints): New node.
3778 (save-tracepoints): Rename to ...
3779 (save tracepoints): ... this. Mention that `save-tracepoints' is
3780 a deprecated alias to `save tracepoints'.
3781
711e434b
PM
37822010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
3783
645797a8 3784 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
3785 (info w32 thread-information-block): Document new command.
3786 (qGetTIBAddress): Document new gdbserver query.
3787 (maint set/show show-all-tib): Document new command.
3788
3f7b2faa
DE
37892010-04-15 Doug Evans <dje@google.com>
3790
fa33c3cd
DE
3791 * gdb.texinfo (Python API): Add progspaces section.
3792 (Selecting Pretty-Printers): Progspace pretty-printers are
3793 searched too.
3794 (Progspaces In Python): New section.
3795
3f7b2faa
DE
3796 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
3797
79f283fe
PM
37982010-04-14 Phil Muldoon <pmuldoon@redhat.com>
3799
3800 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
3801 returns None.
3802
87290684
SS
38032010-04-09 Stan Shebs <stan@codesourcery.com>
3804
3805 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
3806 Describe the `frames-created' field, tweak grammar.
3807
a97153c7
PA
38082010-04-09 Pedro Alves <pedro@codesourcery.com>
3809
3810 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
3811 Describe the `circular' and `disconnected' fields.
3812
5c5dcc1b
L
38132010-04-09 H.J. Lu <hongjiu.lu@intel.com>
3814
3815 * gdb.texinfo (maint print registers): Mention unavailable and
3816 invisible registers.
3817
adc36818
PM
38182010-04-09 Phil Muldoon <pmuldoon@redhat.com>
3819 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 3820 Tom Tromey <tromey@redhat.com>
adc36818
PM
3821
3822 * gdb.texinfo (Breakpoints In Python): New Node.
3823
33da3f1c
SS
38242010-04-08 Stan Shebs <stan@codesourcery.com>
3825
3826 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
3827 trace status fields.
3828
3a13a53b
L
38292010-04-08 H.J. Lu <hongjiu.lu@intel.com>
3830
3831 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
3832 optional. Make org.gnu.gdb.i386.avx requires
3833 org.gnu.gdb.i386.avx.
3834
08001717
DE
38352010-04-08 Doug Evans <dje@google.com>
3836
3837 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
3838 search path, and document that gdb only scans the search path if
3839 the script's path doesn't specify a directory.
3840
c375651d
DE
38412010-04-05 Doug Evans <dje@google.com>
3842
3843 * gdb.texinfo (maint show python auto-load): Fix typo.
3844
af54718e
SS
38452010-04-04 Stan Shebs <stan@codesourcery.com>
3846
d77f58be
SS
3847 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
3848 (Setting Watchpoints): Update description of "info watch".
3849 (Disabling Breakpoints): Only "info break" lists all.
3850
af54718e
SS
3851 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
3852 (tdump): Explain how tdump works.
3853
86b17b60
PA
38542010-04-01 Pedro Alves <pedro@codesourcery.com>
3855
3856 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
3857 add cross reference.
3858
ff12863f
PA
38592010-03-31 Pedro Alves <pedro@codesourcery.com>
3860
3861 * gdb.texinfo (TUI Commands): Mention that in some cases, these
3862 commands error out.
3863
f68eb612
L
38642010-03-30 H.J. Lu <hongjiu.lu@intel.com>
3865
3866 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
3867
c8d5aac9
L
38682010-03-30 H.J. Lu <hongjiu.lu@intel.com>
3869
3870 * gdb.texinfo (General Query Packets): Add xmlRegisters.
3871
7d13fe92
SS
38722010-03-29 Stan Shebs <stan@codesourcery.com>
3873 Nathan Sidwell <nathan@codesourcery.com>
3874
3875 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
3876 GDBN equivalent.
3877 (Set Tracepoints): Remove mention that conditional tracepoints
3878 don't exist.
3879 (Tracepoint Actions): Clarify when while-stepping collection
3880 happens, note that while-stepping does not automatically collect
3881 $pc.
3882
409873ef 38832010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 3884
409873ef
SS
3885 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
3886 (General Query Packets): Describe TracepointSource.
3887
ee8e71d4
EZ
38882010-03-27 Matt Rice <ratmice@gmail.com>
3889
c8d5aac9
L
3890 * gdb.texinfo (ARM): Document arguments to "target sim".
3891 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 3892
99b5e152
PA
38932010-03-26 Pedro Alves <pedro@codesourcery.com>
3894
3895 * gdb.texinfo (Tracepoint Packets): Remove mention that
3896 terror:string may be plain text, and drop mention of X prefix.
3897
cd64ee31
VP
38982010-03-26 Vladimir Prus <vladimir@codesourcery.com>
3899
3900 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
3901
6c28cbf2
SS
39022010-03-24 Stan Shebs <stan@codesourcery.com>
3903
3904 * gdb.texinfo (Tracepoint Packets): Document trace error status.
3905
95a42b64
TT
39062010-03-24 Tom Tromey <tromey@redhat.com>
3907
3908 PR breakpoints/9352:
3909 * gdb.texinfo (Break Commands): Update.
3910
18148017
VP
39112010-03-24 Vladimir Prus <vladimir@codesourcery.com>
3912
3913 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
3914 commands.
3915
4daf5ac0
SS
39162010-03-16 Stan Shebs <stan@codesourcery.com>
3917
3918 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
3919 circular-trace-buffer.
3920 (Tracepoint Packets): Describe QTBuffer, and details of the
3921 qTStatus reply.
3922
c9429232
SS
39232010-03-12 Stan Shebs <stan@codesourcery.com>
3924 Nathan Sidwell <nathan@codesourcery.com>
3925
3926 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
3927 doing instruction stepping.
3928 (Tracepoint Restrictions): New node.
3929
ccefe4c4
TT
39302010-03-10 Tom Tromey <tromey@redhat.com>
3931
3932 * gdbint.texinfo (Symbol Handling): Update.
3933
7c953934
TT
39342010-03-08 Tom Tromey <tromey@redhat.com>
3935
3936 PR cli/9591:
3937 * gdb.texinfo (Mode Options): Mention lack of pagination and
3938 confirmation with --batch.
3939 (Screen Size): Mention --batch.
3940 (Messages/Warnings): Likewise.
3941
f870a310
TT
39422010-03-05 Tom Tromey <tromey@redhat.com>
3943
3944 * gdb.texinfo (Basic Python): Document target_charset and
3945 target_wide_charset.
3946
78e2826b
TT
39472010-03-05 Tom Tromey <tromey@redhat.com>
3948
3949 * gdb.texinfo (Data): Link to pretty-printing.
3950 (Output Formats): Likewise. Correct text.
3951
f5dff777
DJ
39522010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
3953
3954 * gdb.texinfo (Types): Describe <struct> and <flags>.
3955
dc00d89f
PM
39562010-02-28 Phil Muldoon <pmuldoon@redhat.com>
3957
3958 * gdb.texinfo (Frames In Python): Add block parameter and
3959 description to read_var text.
3960
5107b149 39612010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 3962 Tom Tromey <tromey@redhat.com>
5107b149
PM
3963
3964 * gdb.texinfo (Types In Python): Describe block argument in
3965 template_argument and gdb.lookup_type.
3966
e03e5e7b
TT
39672010-02-24 Tom Tromey <tromey@redhat.com>
3968
3969 * gdb.texinfo (Cygwin Native): Fix typo.
3970
f3e9a817
PM
39712010-02-24 Phil Muldoon <pmuldoon@redhat.com>
3972
3973 * gdb.texinfo (Frames In Python): Add block, find_sal, function
3974 and select method descriptions.
3975 (Python API): Add Blocks In Python, Symbols in Python and Symbol
3976 Tables in Python to menu.
3977 (Blocks In Python): New node.
3978 (Symbols In Python): New node.
3979 (Symbol Tables in Python): New node.
3980
a79b8f6e
VP
39812010-02-24 Vladimir Prus <vladimir@codesourcery.com>
3982
3983 Multiexec MI
3984
3985 gdb/
3986 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
3987
3988 gdb/doc/
3989 * gdb.texinfo (GDB/MI Command Syntax): Document notification
3990 changes.
3991 (GDB/MI Program Execution): Document current behaviour of
3992 --all and --thread-group.
3993 (GDB/MI Miscellaneous Commands): Document -add-inferior and
3994 -remove-inferior.
3995 * observer.texi (inferior_added, inferior_removed): New
3996 observers.
3997
629d6a47
TT
39982010-02-19 Tom Tromey <tromey@redhat.com>
3999
4000 * gdbint.texinfo (Getting Started): Fix @node.
4001 (Debugging GDB): Likewise.
4002
c09529e5
JB
40032010-02-13 Joel Brobecker <brobecker@adacore.com>
4004
4005 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
4006 documenting the gdb_test_timeout variable.
4007
540aa8e7
MS
40082010-02-12 Jakob Engblom <jakob@virtutech.com>
4009
4010 * gdb.texinfo (MI commands): Added documentation of --reverse
4011 option to a set of MI commands. Restructured documentation of MI
4012 commands --exec-continue to reflect the complexity of reverse
4013 execution.
4014
081dfbf7
PA
40152010-02-12 Pedro Alves <pedro@codesourcery.com>
4016
4017 * gdb.texinfo (Using the Collected Data): Specify that the address
4018 range of `tfind outsize' is exclusive, and that the address range
4019 of `tfind range' is inclusive.
4020 (Tracepoint Packets): Specify that the address range of
4021 `QTFrame:range' is inclusive, and that the address range of
4022 `QTFrame:outside' is exclusive
4023
8e9c5e02
VP
40242010-02-12 Vladimir Prus <vladimir@codesourcery.com>
4025
4026 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
4027
92981e24
TT
40282010-02-10 Tom Tromey <tromey@redhat.com>
4029
4030 * gdb.texinfo (Debugging Output): Document set debug parser and
4031 show debug parser.
4032
075b51b7
L
40332010-02-09 H.J. Lu <hongjiu.lu@intel.com>
4034
4035 * gdb.texinfo (Predefined Target Types): Add i387_ext,
4036 i386_eflags and i386_mxcsr.
4037
3bb8d5c3
L
40382010-02-08 H.J. Lu <hongjiu.lu@intel.com>
4039
4040 * gdb.texinfo: Document i386 target features.
4041
c5f80513
DE
40422010-02-05 Doug Evans <dje@google.com>
4043
4044 * gdbint.texinfo (Testsuite): Add a new section to document the
4045 various DejaGnu variables that may be overridden.
1be00882 4046 Document INTERNAL_GDBFLAGS.
c5f80513 4047
6ac33a4e
TT
40482010-02-04 Tom Tromey <tromey@redhat.com>
4049
4050 PR cli/8830:
4051 * gdb.texinfo (Files): -readnow comes before the filename for file
4052 and symbol-file.
4053
a1dcb23a
DJ
40542010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4055
4056 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
4057 Document ARM breakpoint types.
4058 (Register Packet Format): Move into the new section.
4059 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
4060
95433b34
JB
40612010-01-21 Joel Brobecker <brobecker@adacore.com>
4062
4063 * gdb.texinfo (File Options): Adjust the documentation of this
4064 switch to refer to the "source" command rather than partially
4065 duplicating some of the relevant information.
4066 (Extending GDB): Introduce and document the set/show script-extension
4067 setting.
4068 (Command Files): Add note explaining that the "source" command
4069 is also used to evalute scripts written in other languages.
4070 Remove the short slightly incorrect reference to sourcing Python
4071 scripts.
4072 (Python Commands): Document how to execute a Python script from GDB.
4073
8d576872
JB
40742010-01-19 Joel Brobecker <brobecker@adacore.com>
4075
4076 * gdb.texinfo (Command Files): Fix typo.
4077
8150ff9c
JB
40782010-01-18 Tom Tromey <tromey@redhat.com>
4079
4080 * gdb.texinfo (File Options): Document -x on .py files.
4081 (Command Files): Document handling of Python scripts.
4082
23db03a6
JZ
40832010-01-18 Jie Zhang <jie.zhang@analog.com>
4084
4085 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
4086
00bf0b85
SS
40872010-01-15 Stan Shebs <stan@codesourcery.com>
4088
4089 * gdb.texinfo (Trace Files): New section.
4090 (Tracepoint Packets): Document QTSave and qTBuffer.
4091 (Trace File Format): New appendix.
4092
be759fcf
PM
40932010-01-13 Phil Muldoon <pmuldoon@redhat.com>
4094
4095 * gdb.texinfo (Values From Inferior): Document lazy_string value
4096 method.
4097 (Python API): Add Lazy strings menu item.
4098 (Lazy Strings In Python): New node.
4099
dc146f7c
VP
41002010-01-13 Vladimir Prus <vladimir@codesourcery.com>
4101
4102 * gdb.texinfo (GDB/MI Thread Information): New.
4103 (GDB/MI Async Records): Document the core field in *stopped.
4104 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
4105 documentation
4106 (Process list): Document that osdata document may contain
4107 threads.
4108 (Remote Serial Protocol): Document qXfer:threads.
4109
d5551862
SS
41102010-01-06 Stan Shebs <stan@codesourcery.com>
4111
4112 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4113 disconnected tracing.
4114 (Tracepoint Packets): Document new protocol.
4115
7a697b8d
SS
41162010-01-05 Stan Shebs <stan@codesourcery.com>
4117
4118 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
4119 tracepoints.
4120 (Tracepoint Packets): Describe remote protocol for fast
4121 tracepoints.
4122
e6f3ec50
JB
41232010-01-01 Joel Brobecker <brobecker@adacore.com>
4124
4125 Update the "Start of New Year Procedure".
4126 * gdbint.texinfo: Add the list of files that need to be updated
4127 manually. Minor reformatting.
4128
ddc4e9c1
JB
41292010-01-01 Joel Brobecker <brobecker@adacore.com>
4130
4131 * refcard.tex: Update copyright year in header and text.
4132
9d2897ad
JB
41332010-01-01 Joel Brobecker <brobecker@adacore.com>
4134
4135 * agentexpr.texi: Add 2010 to the list of copyright years.
4136 * annotate.texinfo: Likewise.
4137 * gdb.texinfo: Likewise.
4138 * gdbint.texinfo: Likewise.
4139 * observer.texi: Likewise.
4140 * stabs.texinfo: Likewise.
4141
6da95a67
SS
41422009-12-31 Stan Shebs <stan@codesourcery.com>
4143
4144 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 4145
236f1d4d
SS
41462009-12-29 Stan Shebs <stan@codesourcery.com>
4147
4148 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 4149
f61e138d
SS
41502009-12-28 Stan Shebs <stan@codesourcery.com>
4151
4152 * gdb.texinfo (Trace State Variables): New section.
4153 (Tracepoint Packets): Describe trace state variable packets.
4154 * agentexpr.texi (Bytecode Descriptions): Describe trace state
4155 variable bytecodes.
4156
0fe7935b
DJ
41572009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
4158
4159 * gdb.texinfo (Symbols): "info variables" prints definitions, not
4160 declarations.
4161
a6b29f87
VP
41622009-12-21 Vladimir Prus <vladimir@codesourcery.com>
4163
4164 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
4165 -gdb-exit behaviour.
4166
5e4bde96
JB
41672009-12-20 Joel Brobecker <brobecker@adacore.com>
4168
4169 * gpl.texi: Update to version 3 of the GPL.
4170
a1715244
JB
41712009-12-20 Joel Brobecker <brobecker@adacore.com>
4172
4173 * Makefile.in: Update copyright header.
4174 * observer.texi: Fix the copyright header of the generated files.
4175
361ae042
PM
41762009-12-08 Phil Muldoon <pmuldoon@redhat.com>
4177
4178 * gdb.texinfo (Types In Python): Describe range function.
4179
bfd31e71
PM
41802009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
4181
4182 * gdb.texinfo (Types In Python): Describe "is_base_class".
4183
57a1d736
TT
41842009-12-03 Tom Tromey <tromey@redhat.com>
4185
4186 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
4187
8cebebb9
PP
41882009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
4189
4190 * observer.texi: New memory_changed observer.
4191
16af530a
TT
41922009-12-01 Tom Tromey <tromey@redhat.com>
4193
4194 * gdb.texinfo (Reverse Execution): Fix typo.
4195
b6199126
DJ
41962009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
4197
4198 PR gdb/8704
4199
4200 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
4201 are allowed after the breakpoint condition.
4202
7a6973ad
TT
42032009-11-23 Tom Tromey <tromey@redhat.com>
4204
4205 PR python/10782:
4206 * gdb.texinfo (Types In Python): Document Type.pointer.
4207
21a0512e
PP
42082009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
4209
4210 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 4211
a5832c8f
PA
42122009-11-11 Pedro Alves <pedro@codesourcery.com>
4213
4214 * agentexpr.texi (Tracing On Symmetrix): Delete section.
4215 (Using Agent Expressions): Delete cross reference.
4216
1eb7cd77
JB
42172009-11-07 Joel Brobecker <brobecker@adacore.com>
4218
4219 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
4220 and @settitle directives up to help makeinfo find them.
4221
24ddea62
JK
42222009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4223
4224 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
4225 (Auto-loading): Use plural and note one can use multiple components now.
4226
3afae151
VP
42272009-11-01 Vladimir Prus <vladimir@codesourcery.com>
4228
4229 * gdb.texinfo (GDB/MI Stack Manipulation): Make
4230 -stack-list-arguments have the same documentation for parameter
4231 as -stack-list-locals. Add comas.
4232
14ff2235
PM
42332009-10-27 Tom Tromey <tromey@redhat.com>
4234 Eli Zaretskii <eliz@gnu.org>
4235
c8d5aac9 4236 PR python/10781
14ff2235
PM
4237
4238 * gdb.texinfo (Values From Inferior): Document cast method.
4239
9c419145
PP
42402009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
4241
4242 * gdb.texinfo (Machine Code): Mention function name in disasssembly
4243 and adjust example.
889bf7c5 4244
29153c24
MS
42452009-10-22 Michael Snyder <msnyder@vmware.com>
4246
4247 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 4248 info record command. Also document the new save and restore
29153c24
MS
4249 commands.
4250
2b28d209
PP
42512009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
4252
4253 * gdb.texinfo (Machine Code): Mention current pc marker.
4254 (Memory): Likewise.
4255
6c95b8df
PA
42562009-10-19 Pedro Alves <pedro@codesourcery.com>
4257 Stan Shebs <stan@codesourcery.com>
4258
4259 * observer.texi (new_inferior): Rename to...
4260 (inferior_appeared): ... this.
4261
4262 * gdb.texinfo (Inferiors): Rename node to ...
4263 (Inferiors and Programs): ... this. Mention running multiple
4264 programs in the same debug session.
4265 <info inferiors>: Mention the new 'Executable' column if "info
4266 inferiors". Update examples. Document the "add-inferior",
4267 "clone-inferior", "remove-inferior" and "maint info
4268 program-spaces" commands.
4269 (Process): Rename node to...
4270 (Forks): ... this. Document "set|show follow-exec-mode".
4271
2f8132f3
MS
42722009-10-11 Michael Snyder <msnyder@vmware.com>
4273
4274 * gdb.texinfo (ReverseStep): Show default as "unsupported".
4275 (ReverseContinue): Ditto.
4276
cba4b2d3
PP
42772009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
4278
4279 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 4280
da082f17
JK
42812009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4282
4283 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
4284
08be9d71
ME
42852009-10-06 Michael Eager <eager@eagercon.com>
4286
4287 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
4288 (Embedded Processors): Add MicroBlaze.
4289 (MicroBlaze): New. Describe Xilinx MicroBlaze
4290
08a0efd0
PA
42912009-10-04 Pedro Alves <pedro@codesourcery.com>
4292
4293 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
4294
cbb8f428
EZ
42952009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
4296
4297 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
4298
30a4a70c
JB
42992009-09-23 Joel Brobecker <brobecker@adacore.com>
4300
4301 * observer.texi (solib_unloaded): Document explicitly the fact that
4302 this observer is called before the associated symbols are unloaded.
4303
b3372f91
VP
43042009-09-19 Vladimir Prus <vladimir@codesourcery.com>
4305
4306 * gdb.texinfo (GDB/MI Stack Manipulation): Document
4307 -stack-list-variables.
4308
f43030c4
TT
43092009-09-18 Tom Tromey <tromey@redhat.com>
4310
4311 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
4312 is experimental.
4313
ec7e75e7
PP
43142009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4315
4316 * gdb.texinfo (convenince variables): Mention
4317 $_siginfo could be empty.
f43030c4 4318
0cc7d26f
TT
43192009-09-15 Tom Tromey <tromey@redhat.com>
4320
4321 * gdb.texinfo (GDB/MI Variable Objects): Document
4322 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
4323 Expand -var-update documentation.
4324
a96d9b2e
SDJ
43252009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4326
4327 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
4328 feature.
4329
005ca36a
JB
43302009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
4331
4332 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
4333
0d772ac9
MS
43342009-09-10 Michael Snyder <msnyder@vmware.com>
4335
4336 * gdb.texinfo (qSupported): Mention new ReverseContinue and
4337 ReverseStep replies to the qSupported query.
4338
14fb1bac
JB
43392009-09-10 Joel Brobecker <brobecker@adacore.com>
4340
4341 Add documentation for set/show interactive-mode.
4342 * gdb.texinfo (Other Misc Settings): New node.
4343
29b090c0
DE
43442009-09-01 Doug Evans <dje@google.com>
4345
4346 * gdb.texinfo (Caching Data of Remote Targets): Add note on
4347 non-stop mode's affect on remote caching.
4348
4e5d721f
DE
43492009-08-31 Jacob Potter <jdpotter@google.com>
4350 Doug Evans <dje@google.com>
4351
4352 * gdb.texinfo (Caching Data of Remote Targets): Update text.
4353 Mark `set/show remotecache' options as obsolete.
4354 Document new `set/show stack-cache' option.
4355 Update text for `info dcache'.
4356
55333a84
DE
43572009-08-27 Doug Evans <dje@google.com>
4358
4359 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
4360 (Files): Add note on new optional regex arg to `info sharedlibrary'.
4361
bc3a0b4d
RW
43622009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4363
4364 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
4365 about autoconf.
4366
3a1ff0b6
PA
43672009-08-25 Pedro Alves <pedro@codesourcery.com>
4368
4369 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
4370 small example, and describe its columns. Replace "inferior-id" by
4371 "infno" throughout.
4372
81ecdfbb
RW
43732009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4374
af542c2e
RW
4375 * gdbint.texinfo (Releasing GDB): Point to
4376 README-maintainer-mode file for required autoconf version.
4377 * configure.ac: Do not substitute datarootdir, htmldir,
4378 pdfdir, docdir. Do not process --with-datarootdir,
4379 --with-htmldir, --with-pdfdir, --with-docdir.
4380 * configure: Regenerate.
4381
81ecdfbb
RW
4382 * configure: Regenerate.
4383
4efc6507
DE
43842009-08-20 Reid Kleckner <reid@kleckner.net>
4385
4386 * gdb.texinfo: Add chapter on JIT interface.
4387
43089a6e
NR
43882009-08-07 Nick Roberts <nickrob@snap.net.nz>
4389
4390 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 4391 confirmation request.
43089a6e 4392
99e008fe
EZ
43932009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
4394
c8d5aac9
L
4395 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
4396 CRC definitions.
99e008fe 4397
48cb2d85
VP
43982009-08-03 Vladimir Prus <vladimir@codesourcery.com>
4399
4400 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 4401 -break-commands.
48cb2d85 4402
ff1a52c6
UW
44032009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4404
4405 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4406 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
4407
3285f3fe
UW
44082009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4409
4410 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4411 "set spu stop-on-load" and "show spu stop-on-load" commands.
4412
e35359c5
UW
44132009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4414
4415 * gdb.texinfo (Target Descriptions): Document <compatible> element.
4416
58d6951d
DJ
44172009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
4418
4419 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
4420 org.gnu.gdb.arm.neon.
4421
08d16641
PA
44222009-07-20 Pedro Alves <pedro@codesourcery.com>
4423
4424 * gdb.texinfo (Target Description Format): Mention the new <osabi>
4425 optional element.
4426 (subsection OS ABI): New subsection.
4427
782b2b07
SS
44282009-07-14 Stan Shebs <stan@codesourcery.com>
4429
4430 * gdb.texinfo (Tracepoint Conditions): New section.
4431 (General Query Packets): Describe ConditionalTracepoints.
4432 (Tracepoint Packets): Describe condition field.
4433 (Maintenance Commands): Describe maint agent-eval.
4434 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
4435
9b117ef3
HZ
44362009-07-11 Hui Zhu <teawater@gmail.com>
4437
4438 * gdb.texinfo (disassemble): Add a new modifier /r
4439 to "disassemble" command to make it print the raw instructions
4440 in hex as well as in symbolic form.
4441
f5a33284
TT
44422009-07-09 Tom Tromey <tromey@redhat.com>
4443
4444 * gdbint.texinfo (Testsuite): Document parallel make check.
4445
812f7342
TT
44462009-07-09 Tom Tromey <tromey@redhat.com>
4447
4448 * gdbint.texinfo (Testsuite): Document test transcripts.
4449
fbb8f299
PM
44502009-07-10 Phil Muldoon <pmuldoon@redhat.com>
4451
4452 * gdb.texinfo (Values From Inferior): Add length parameter
4453 description.
4454
dd8f35ac
EZ
44552009-07-04 Chris Genly <chris@genly.us>
4456
4457 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
4458 in -var-list-children. Fix example according to what the code
4459 does.
4460
2277426b
PA
44612009-07-02 Pedro Alves <pedro@codesourcery.com>
4462
4463 * gdb.texinfo (Debugging multiple inferiors): Document the
4464 "inferior", "detach inferior" and "kill inferior" commands.
4465 (Debugging Programs with Multiple Processes): Adjust to mention
4466 generic "inferior" commands. Delete mention of "detach fork" and
4467 "delete fork". Cross reference to "Debugging multiple inferiors"
4468 section.
4469
a6d9a66e
UW
44702009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4471
5af949e3
UW
4472 * gdbint.texinfo (Item Output Functions): Update signature
4473 for ui_out_field_core_addr.
4474
44752009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4476
4477 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
4478 Update example code extrated from breakpoint.c.
4479
9901a55b 44802009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 4481
9901a55b
PP
4482 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
4483 MI commands.
4484 (GDB/MI Symbol Query): Likewise.
4485 (GDB/MI File Commands): Likewise.
4486 (GDB/MI File Transfer Commands): Likewise.
4487 (GDB/MI Target Manipulation): Likewise.
4488 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 4489
edb3359d
DJ
44902009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
4491
4492 * gdb.texinfo (Debugging Optimized Code): New chapter.
4493 (Compiling for Debugging): Reference it. Move some
4494 text to the new section.
4495
7cd1089b
PM
44962009-06-15 Phil Muldoon <pmuldoon@redhat.com>
4497
4498 * doc/gdb.texinfo (Calling): Document
4499 set-unwind-on-terminating-exception usage.
4500
d4db2f36
PA
45012009-06-11 Pedro Alves <pedro@codesourcery.com>
4502
4503 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
4504 command.
4505
d1a7880c
PA
45062009-06-07 Pedro Alves <pedro@codesourcery.com>
4507
4508 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
4509 references.
4510
473f94e6
UW
45112009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
4512
4513 * gdbint.texinfo: Rename formal parameters to gdbarch function
4514 protoypes from "current_gdbarch" to "gdbarch".
4515
8f500870
TT
45162009-05-28 Tom Tromey <tromey@redhat.com>
4517
4518 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
4519
b6313243
TT
45202009-05-27 Tom Tromey <tromey@redhat.com>
4521
4522 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
4523 feature.
4524 (GDB/MI Variable Objects): Document -var-set-visualizer.
4525
45262009-04-02 Tom Tromey <tromey@redhat.com>
4527
4528 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
4529 feature.
4530 (GDB/MI Variable Objects): Document -var-set-visualizer.
4531
a6bac58e
TT
45322009-05-27 Tom Tromey <tromey@redhat.com>
4533 Thiago Jung Bauermann <bauerman@br.ibm.com>
4534 Phil Muldoon <pmuldoon@redhat.com>
4535
4536 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
4537 (Pretty Printing): New node.
4538 (Selecting Pretty-Printers): Likewise.
4539 (Python API): Update.
4540 (Output Formats): Document /r format.
4541
2c74e833
TT
45422009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
4543 Tom Tromey <tromey@redhat.com>
4544
4545 * gdb.texinfo (Types In Python): New node.
4546 (Values From Inferior): "type" is now an attribute.
4547 (Python API): Update.
4548
89c73ade
TT
45492009-05-27 Tom Tromey <tromey@redhat.com>
4550 Thiago Jung Bauermann <bauerman@br.ibm.com>
4551 Phil Muldoon <pmuldoon@redhat.com>
4552
4553 * gdb.texinfo: Add @syncodeindex for `tp'.
4554 (Python API): Update.
4555 (Auto-loading): New node.
4556 (Objfiles In Python): New node.
4557
17a37d48
PP
45582009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
4559
4560 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 4561
6718376f
NR
45622009-05-15 Nick Roberts <nickrob@snap.net.nz>
4563
4564 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
4565
cbe54154
PA
45662009-05-12 Pedro Alves <pedro@codesourcery.com>
4567
4568 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
4569 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
4570 show show-debug-regs' docs.
4571
8e05493c
EZ
45722009-05-08 Eli Zaretskii <eliz@gnu.org>
4573
4574 * gdb.texinfo (Process Record and Replay): Add description of
4575 reverse execution.
4576
b39f4988
JB
45772009-05-07 Joel Brobecker <brobecker@adacore.com>
4578
4579 * gdbint.texinfo (Adding support for debugging core files): New node.
4580 (Native Debugging): Remove the ``Native core file Support'' section.
4581
a2311334
EZ
45822009-05-01 Eli Zaretskii <eliz@gnu.org>
4583
4584 * gdb.texinfo (Process Record and Replay): Improve and clarify.
4585 Add index entries.
4586
53cc454a 45872009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 4588 Michael Snyder <msnyder@vmware.com>
53cc454a 4589
a2311334
EZ
4590 * gdb.texinfo: (Process Record and Replay): Add documentation for
4591 process record and replay.
53cc454a 4592
484086b7
JK
45932009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4594
4595 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
4596 a new part on command-line defined macros.
4597
32ae1842
EZ
45982009-04-25 Eli Zaretskii <eliz@gnu.org>
4599
4600 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
4601 clarify the wording.
4602
b14b1491
TT
46032009-04-23 Tom Tromey <tromey@redhat.com>
4604
4605 * gdb.texinfo (Data Files): New node.
4606 (GDB Files): Update menu.
4607
5c1e86e1
JB
46082009-04-23 Joel Brobecker <brobecker@adacore.com>
4609
4610 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 4611 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 4612
83eba9b7
VP
46132009-04-22 Vladimir Prus <vladimir@codesourcery.com>
4614
4615 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
4616
e31198c4
HZ
46172009-04-22 Hui Zhu <teawater@gmail.com>
4618
4619 * gdb.texinfo (disassemble-next-line): Set the default of
4620 disassemble-next-line to off.
4621
26e251b6
JM
46222009-04-21 Joseph Myers <joseph@codesourcery.com>
4623
4624 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
4625 --with-htmldir): New.
4626 * configure: Regenerate.
4627 * Makefile.in (datarootdir, docdir): Define.
4628 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
4629 instead of $(SET_TEXINPUTS).
4630 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
4631 gdbint.info instead of $(SET_TEXINPUTS).
4632 (gdbint/index.html): Use same -I options as for building
4633 gdbint.info.
4634 (stabs.dvi, stabs.pdf): Use same -I options as for building
4635 stabs.info instead of $(SET_TEXINPUTS).
4636 (stabs/index.html): Use same -I options as for building
4637 stabs.info.
4638 (annotate.dvi, annotate.pdf): Use same -I options as for building
4639 annotate.info instead of $(SET_TEXINPUTS).
4640 (annotate/index.html): Use same -I options as for building
4641 annotate.info.
4642
eac35c4e
DD
46432009-04-21 David Daney <ddaney@caviumnetworks.com>
4644
4645 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
4646
29b0e8a2
JM
46472009-04-21 Joseph Myers <joseph@codesourcery.com>
4648
4649 * gdb.texinfo (Source Path): Document --with-relocated-sources.
4650
2b831889 46512009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 4652 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
4653
4654 * Makefile.in (MAKEHTML): Set to makeinfo --html.
4655 (MAKEHTMLFLAGS): Set to empty.
4656 (html__strip_dir): Define.
4657 (HTMLFILES): Define.
4658 (HTMLFILES_INSTALL): Define.
4659 (install-html): Copy new automake rule.
4660 (html): Depend on $(HTMLFILES).
4661 (gdb_toc.html): Rename to gdb/index.html.
4662 (gdbint_toc.html): Rename to gdbint/index.html.
4663 (stabs_toc.html): Rename to stabs/index.html.
4664 (annotate_toc.html): Rename to annotate/index.html.
4665
89a34d1b
JM
46662009-04-17 Carlos O'Donell <carlos@codesourcery.com>
4667
4668 * Makefile.in: Set pdfdir and htmldir from configure
4669 substitutions.
4670 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
4671 * configure: Regenerate.
4672
a2d5da46
JB
46732009-04-16 Joel Brobecker <brobecker@adacore.com>
4674
4675 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
4676 This macro is no longer used.
4677
732f6a93
TT
46782009-04-15 Tom Tromey <tromey@redhat.com>
4679
4680 * gdb.texinfo (Character Sets): Document default character set.
4681
87f9adc1
PM
46822009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
4683
4684 * gdbint.texinfo: Change server name from sources.redhat.com to
4685 sourceware.org throughout.
4686
2c88c651
JB
46872009-04-09 Joel Brobecker <brobecker@adacore.com>
4688
4689 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
4690 about a missing dot or coma after @xref.
4691
4f5376b2
JB
46922009-04-02 Joel Brobecker <brobecker@adacore.com>
4693
4694 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
4695 example, and add a small explanation about it.
4696 (Print Settings): Change the documentation of the "set print
4697 frame-arguments" to reflect the fact that the default is now "scalars".
4698
a0381d3a
JB
46992009-04-02 Joel Brobecker <brobecker@adacore.com>
4700
4701 * gdb.texinfo (Print Settings): Add kindex for command "set
4702 print frame-arguments".
4703
45ac276d
JB
47042009-03-31 Joel Brobecker <brobecker@adacore.com>
4705
4706 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
4707 breakpoints.
4708 (Set Breaks): Add reference to thread-specific and task-specific
4709 breakpoints.
4710
32cd1edc
JB
47112009-03-31 Joel Brobecker <brobecker@adacore.com>
4712
4713 * gdb.texinfo (Ada Tasks): Remove the documentation about
4714 the "Running" state, as this state has been eliminated.
4715 Now all runnable tasks are shown as "Runnable".
4716
1042e4c0
SS
47172009-03-30 Stan Shebs <stan@codesourcery.com>
4718
4719 * gdb.texinfo (Tracepoints): Describe tracepoints as a
4720 special case of breakpoints.
4721 (Enable and Disable Tracepoints): Mention deprecation.
4722 (Listing Tracepoints): Update description and example.
4723
f8f6f20b
TJB
47242009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
4725
4726 * gdb.texinfo (Frames in Python): New node.
4727 (Python API): Update.
4728
c0c6f777
TJB
47292009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
4730
4731 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
4732 from a method to an attribute.
4733
def2b000
TJB
47342009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
4735
4736 * gdb.texinfo (Values From Inferior): Document is_optimized_out
4737 attribute.
4738
a07daef3
PA
47392009-03-25 Pedro Alves <pedro@codesourcery.com>
4740
4741 * observer.texi (thread_exit): Add "silent" parameter.
4742
f3b1572e
PA
47432009-03-22 Pedro Alves <pedro@codesourcery.com>
4744
4745 * observer.texi (about_to_proceed): New.
4746
587afa38
EZ
47472009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
4748
4749 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
4750 field throughout to handle types with spaces in them. Fix typos
4751 found by aspell.
4752 (Summary, Requirements, Contributors): New first chapter,
4753 "Summary" added, old Requirements section moved there, and new
4754 section, "Contributors" added.
4755 (Initializing a New Architecture, Register Representation)
4756 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
4757 (Porting gdb): These sections extended and updated.
4758 (Compiler Characteristics): This section (empty) deleted.
4759 (Defining Other Architecture Features): This section renamed and
4760 duplicate material removed from (formerly "Target Conditionals").
4761 Use braces {} in @deftypeXX type field throughout to handle types
4762 with spaces in them. Typos found by aspell fixed.
4763
4764 * stack_frame.svg: New file, source of image for gdbint.texinfo.
4765 * stack_frame.pdf: Version of image for PDF output.
4766 * stack_frame.png: Version of image for HTML output and for Emacs.
4767 * stack_frame.txt: Version of image for Info output.
1db61298 4768 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 4769
10af6951
EZ
47702009-03-21 Eli Zaretskii <eliz@gnu.org>
4771
4772 * gdb.texinfo (Character Sets): Fix last change.
4773
cc924cad
TJB
47742009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
4775
4776 * gdb.texinfo (Values From Inferior): Fix optional arguments
4777 markup.
4778 (Commands In Python): Adjust argument names of gdb.Command.__init__
4779 to what the function accepts as keywords.
4780
bc3b79fd
TJB
47812008-03-20 Tom Tromey <tromey@redhat.com>
4782
4783 * gdb.texinfo (Convenience Vars): Document convenience functions.
4784 (Functions In Python): New node.
4785 (Python API): Update.
4786
6c7a06a3
TT
47872009-03-20 Tom Tromey <tromey@redhat.com>
4788
4789 * gdb.texinfo (Character Sets): Remove obsolete text. Document
4790 set target-wide-charset.
4791 (Requirements): Mention iconv.
4792
b646ddd4
HZ
47932009-03-17 Hui Zhu <teawater@gmail.com>
4794
4795 * gdb.texinfo: Change the introduce of "disassemble-next-line".
4796
91440f57
HZ
47972009-03-17 Hui Zhu <teawater@gmail.com>
4798
4799 * gdb.texinfo: Add documentation for disassemble-next-line.
4800
8fd41227
TJB
48012009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
4802
4803 * gdb.texinfo (Commands In Python): Remove tindex entries.
4804
61ff14c6
JK
48052009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4806
4807 * gdb.texinfo (Returning): New description for missing debug info.
4808
0b16c5cf
PA
48092009-03-14 Pedro Alves <pedro@codesourcery.com>
4810
4811 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 4812 (General Query Packets): Document qAttached.
0b16c5cf 4813
32fc0df9
PA
48142009-03-05 Pedro Alves <pedro@codesourcery.com>
4815
4816 * gdb.texinfo (Background Execution): Better describe the set
4817 target-async command.
4818 (Maintenance Commands): Delete description of the `maint set/show
4819 linux-async' and `maint set/show remote-async' commands.
4820
134eb42c
VP
48212009-02-18 Vladimir Prus <vladimir@codesourcery.com>
4822
4823 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
4824 between sentences.
4825
c86cf029
VP
48262009-02-18 Vladimir Prus <vladimir@codesourcery.com>
4827
4828 * gdb.texinfo (GDB/MI Async Records): Document the
4829 =library-loaded and =library-unloaded notifications.
4830
3ea85240
VP
48312009-02-17 Vladimir Prus <vladimir@codesourcery.com>
4832
4833 * observer.texi (test_notification): New observer.
4834
1d33d6ba
VP
48352009-02-14 Vladimir Prus <vladimir@codesourcery.com>
4836
61ff14c6
JK
4837 * observer.texi: Add parameter 'print_frame' to normal_stop
4838 observer.
1d33d6ba 4839
d721c933
EZ
48402009-02-07 Eli Zaretskii <eliz@gnu.org>
4841
4842 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
4843 (Commands In Python): Fix COMMAND_* constants in last change. Use
4844 @kbd for interactive input. Add cross-references and index
4845 entries.
4846
4aa995e1
PA
48472009-02-06 Pedro Alves <pedro@codesourcery.com>
4848
4849 * gdb.texinfo (Signals): Document $_siginfo.
4850 (Convenience Variables): Mention $_siginfo.
4851 (Remote Configuration): Document qXfer:siginfo:read,
4852 qXfer:siginfo:write packets, and the read-siginfo-object,
4853 write-siginfo-object commands.
4854
5f5233d4
PA
48552009-02-06 Pedro Alves <pedro@codesourcery.com>
4856
4857 * gdbint.texinfo (Values): New chapter.
4858
d8906c6f
TJB
48592009-02-06 Tom Tromey <tromey@redhat.com>
4860
4861 * gdb.texinfo (Python API): Add entry for Commands In Python.
4862 (Commands In Python): New node.
4863
b6cb8e7d
TJB
48642009-02-05 Tom Tromey <tromey@redhat.com>
4865
4866 * gdb.texinfo (Values From Inferior): Document Value.string.
4867
12453b93
TJB
48682009-02-05 Tom Tromey <tromey@redhat.com>
4869
4870 * gdb.texinfo (Basic Python): Document execute's from_tty
4871 argument.
4872
08c637de
TJB
48732009-02-04 Tom Tromey <tromey@redhat.com>
4874
4875 * gdb.texinfo (Basic Python): Document gdb.history.
4876
592375cd
VP
48772009-01-30 Vladimir Prus <vladimir@codesourcery.com>
4878
4879 * gdb.texinfo (GDB/MI Thread Commands): Document the
4880 'current-thread-id' field. Remove the example with zero threads,
4881 since current GDB won't ever report that if there's inferior.
4882
41447f92
VP
48832009-01-30 Vladimir Prus <vladimir@codesourcery.com>
4884
4885 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
4886 option to -break-insert.
4887
098b41a6
JG
48882009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
4889 Jerome Guitton <guitton@adacore.com>
4890
4891 * gdb.texinfo (Startup): Document --with-system-gdbinit.
4892 (System-wide configuration): New section.
4893
3c16cced
PA
48942009-01-26 Pedro Alves <pedro@codesourcery.com>
4895
4896 PR gdb/7580:
4897 * gdb.texinfo (Maintenance Commands): Document "maint set|show
4898 internal-error|internal-warning quit|corefile ask|yes|no".
4899
62709adf
PA
49002009-01-26 Pedro Alves <pedro@codesourcery.com>
4901
4902 * gdb.texinfo (Using the `gdbserver' Program): Document
4903 --remote-debug.
4904
7ce58dd2
DE
49052009-01-23 Doug Evans <dje@google.com>
4906
4907 * gdb.texinfo: Add nexti to list of commands that support
4908 background execution.
4909
adb483fe
DJ
49102009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
4911
4912 * gdb.texinfo (Define, Hooks): Document prefix command support.
4913
a67ec3f4 49142009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 4915 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
4916
4917 Fixes for makeinfo --html.
4918
4919 * annotate.texinfo: Use @copying and @insertcopying. Use
4920 @ifnottex in place of @ifinfo.
4921 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
4922 place of @ifinfo. Use @ifnotinfo for one index entry.
4923 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
4924 in place of @ifinfo.
4925 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
4926 in place of @ifinfo. Include contents at start unconditionally.
4927
84fcdf95
PA
49282009-01-13 Pedro Alves <pedro@codesourcery.com>
4929
4930 * gdb.texinfo (General Query Packets): Remove @var{} around the
4931 "spu" literal string.
4932
fa3a767f
PA
49332009-01-07 Pedro Alves <pedro@codesourcery.com>
4934
4935 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
4936 program may be running in another process" errors.
4937 * gdbint.texinfo (Native Conditionals): Delete
4938 ONE_PROCESS_WRITETEXT description.
4939
9cb011d3
JB
49402009-01-07 Joel Brobecker <brobecker@adacore.com>
4941
4942 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
4943 emacs local variable to be placed at the end of the ChangeLog.
4944 Add server.c and gdbreplay.c to the list of files where the
4945 copyright year needs to be updated.
4946
84603566
SL
49472009-01-06 Sandra Loosemore <sandra@codesourcery.com>
4948
4949 * gdb.texinfo (Remote Configuration): Document new
4950 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
4951 commands.
4952
a53f55d8
PA
49532008-12-28 Pedro Alves <pedro@codesourcery.com>
4954
4955 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
4956 FETCH_INFERIOR_REGISTERS.
4957 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
4958 FETCH_INFERIOR_REGISTERS descriptions. Remove
4959 gdbarch_get_longjmp_target descrition, since already described in
4960 Target Conditionals. Move gdbarch_fp0_regnum description to ...
4961 (Target Conditionals): ... here.
4962
077e0a52
JB
49632008-12-16 Joel Brobecker <brobecker@adacore.com>
4964
4965 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
4966 examples.
4967 (Additions to Ada): Likewise. Add the missing opening and closing
4968 parenthesis of the GDB prompt in one of the examples.
4969
023eb17c
JB
49702008-12-14 Joel Brobecker <brobecker@adacore.com>
4971
4972 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
4973 about the result of 'Address not being of type System.Address.
4974 This problem has been fixed a while ago.
4975
c3b108f7
VP
49762008-12-02 Vladimir Prus <vladimir@codesourcery.com>
4977
4978 MI non-stop and multiprocess docs.
4979
c8d5aac9
L
4980 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
4981 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
4982 Adjust documentation for *stopped, document =thread-created,
4983 =thread-exited, =thread-group-created and =thread-group-exited.
4984 (GDB/MI Thread Commands): Document the 'state' field in
4985 -thread-info output.
4986 (GDB/MI Program Execution): Mention --all and --thread-group
4987 options.
4988 (GDB/MI Variable Objects): Describe floating and fixed variable
4989 objects.
4990 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 4991
07e059b5
VP
49922008-12-02 Vladimir Prus <vladimir@codesourcery.com>
4993
c8d5aac9
L
4994 * gdb.texinfo (Operating System Information): New appendix.
4995 (Operating System Auxiliary Information): Document 'info os processes'
4996 (Remote Configuration): Document 'osdata'
4997 (General Query Packets): Document qXfer:osdata:read.
07e059b5 4998
a80b95ba
TG
49992008-11-27 Tristan Gingold <gingold@adacore.com>
5000
5001 * gdb.texinfo (Darwin): Document Darwin specific features.
5002
a655d424
JK
50032008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5004
5005 * gdbint.texinfo (Target Conditionals): Extend the
5006 gdbarch_breakpoint_from_pc description.
5007
249e1128
VP
50082008-11-22 Vladimir Prus <vladimir@codesourcery.com>
5009
5010 * gdb.texinfo (M68K Features): Fix typo.
5011
c14c28ba
PP
50122008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
5013
5014 * gdb.texinfo (Symbols): Mention printing containing
5015 image name in "info symbol".
5016 (Maint translate-address): Likewise.
889bf7c5 5017
394a6666
JB
50182008-11-18 Joel Brobecker <brobecker@adacore.com>
5019
5020 * gdb.texinfo (Set Catchpoints): Remove the documentation of
5021 commands "catch load" and "catch unload".
5022
66bb093b
VP
50232008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5024
5025 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 5026 =thread-selected.
889bf7c5 5027
4a92f99b
VP
50282008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5029
c8d5aac9 5030 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 5031
f0323ca0
PA
50322008-10-27 Pedro Alves <pedro@codesourcery.com>
5033
5034 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
5035 .mt files, TM_CLIBS or TM_CDEPS.
5036 (x86 Watchpoints): Don't mention TDEPFILES.
5037
8b23ecc4
SL
50382008-10-24 Sandra Loosemore <sandra@codesourcery.com>
5039
5040 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
5041 (Overview): Mention notifications and non-stop mode behavior.
5042 (Packets): Update documentation of ?, vAttach, vCont, and vRun
5043 with non-stop mode behavior. Add vStopped description.
5044 (Stop Reply Packets): Update list of packets that return
5045 stop replies. Mention non-stop behavior.
5046 (General Query Packets): Document QNonStop packet and associated
5047 qSupported query response.
5048 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
5049 behavior.
5050 (Notification Packets): New section.
5051 (Remote Non-Stop): New section.
5052 (File-I/O Overview): Mention non-stop behavior.
5053
fff08868
HZ
50542008-10-24 Hui Zhu <teawater@gmail.com>
5055 Pedro Alves <pedro@codesourcery.com>
5056
5057 * gdb.texinfo (displaced-stepping): Describe the auto mode
5058 setting, and say it's the default. This is now a mainstream
5059 setting instead of a maintenance setting.
5060
252fbfc8
PA
50612008-10-23 Pedro Alves <pedro@codesourcery.com>
5062
5063 * observer.texi (thread_stop_requested): New.
5064
20924a55
JB
50652008-10-22 Joel Brobecker <brobecker@adacore.com>
5066
5067 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
5068 (Patching): Replace incorrect usage of @samp by @kbd.
5069
bacec72f
MS
50702008-10-17 Michael Snyder <msnyder@vmware.com>
5071
5072 * gdb.texinfo: Add documentation for reverse execution.
5073
a08702d6 50742008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 5075 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
5076
5077 * gdb.texinfo. (Values From Inferior): New subsubsection.
5078
d97bc12b
DE
50792008-10-06 Doug Evans <dje@google.com>
5080
5081 * gdb.texinfo (set debug dwarf2-die): Document it.
5082
87f67dba
JB
50832008-10-01 Joel Brobecker <brobecker@adacore.com>
5084
5085 * gdb.texinfo (catch) [exception]: Document how to insert
5086 a breakpoint on user-defined exceptions when the exception
5087 name is identical to one of the language-defined ones.
5088
2fae03e8
TT
50892008-09-27 Tom Tromey <tromey@redhat.com>
5090
5091 * gdb.texinfo (Macros): Remove text about stringification,
5092 varargs, and splicing.
5093
5c6ce71d
TT
50942008-09-27 Tom Tromey <tromey@redhat.com>
5095
5096 * gdbint.texinfo (Language Support): Remove text about omitting
5097 support for a language.
5098
07128da0
DE
50992008-09-23 Doug Evans <dje@google.com>
5100
5101 * gdb.texinfo (info dcache): Update.
5102
b90a069a
SL
51032008-09-22 Sandra Loosemore <sandra@codesourcery.com>
5104
5105 * gdb.texinfo (Packets): Add info on thread-id syntax and
5106 multiprocess extensions.
5107 <D>: Document multiprocess form of packet.
5108 <H>: Use thread-id syntax.
5109 <T>: Likewise.
5110 <vCont>: Likewise. Note this is required for multiprocess.
5111 <vKill>: New packet.
5112 (Stop Reply Packets) <T>: Use thread-id syntax.
5113 <W>: Document multiprocess form of reply.
5114 <X>: Likewise.
5115 (General Query Packets) <qC>: Use thread-id syntax.
5116 <qfThreadInfo>: Likewise.
5117 <qGetTLSAddr>: Likewise.
5118 <qP>: Likewise.
5119 <qSupported>: Add "multiprocess" feature.
5120 <qThreadExtraInfo>: Use thread-id syntax.
5121
b77209e0
PA
51222008-09-22 Stan Shebs <stan@codesourcery.com>
5123
5124 * gdb.texinfo (Inferiors): New section.
5125
3d0bb823
PA
51262008-09-12 Pedro Alves <pedro@codesourcery.com>
5127
5128 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
5129
f8dcfc0a
UW
51302008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
5131
5132 * gdbint.texinfo (Target Conditionals): Remove documentation
5133 for gdbarch_name_of_malloc.
5134
8775bb90
MS
51352008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
5136
5137 * gdb.texinfo (Interrupts): Mention TCP interface for
5138 sending BREAK.
5139
f1838a98
UW
51402008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
5141
5142 * gdb.texinfo (Commands to Specify Files): Document "remote:"
5143 argument prefix to "set sysroot".
5144
158c7665
PH
51452008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
5146
5147 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
5148 and False.
5149
30e026bb
VP
51502008-08-20 Vladimir Prus <vladimir@codesourcery.com>
5151
c8d5aac9
L
5152 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
5153 for possible features of -list-features.
30e026bb 5154
c6ebd6cf
VP
51552008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5156
c8d5aac9 5157 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
5158 (GDB/MI Miscellaneous Commands): Document -list-target-features.
5159
aeac0ff9
VP
51602008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5161
5162 * doc/gdb.texinfo (PowerPC): Fix typo.
5163 (PowerPC features): Fix typo.
5164
5231c1fd
PA
51652008-08-18 Pedro Alves <pedro@codesourcery.com>
5166
5167 * observer.texi (thread_ptid_changed): New.
5168
677c5bb1
LM
51692008-08-18 Luis Machado <luisgpm@br.ibm.com>
5170
5171 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
5172 (PowerPC features): Mention feature set for VSX registers.
5173
f3a2dd1a
JB
51742008-08-13 Joel Brobecker <brobecker@adacore.com>
5175
5176 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
5177 the direct visibility of all names in user-written packages.
5178
33e5cbd6
PA
51792008-08-13 Pedro Alves <pedro@codesourcery.com>
5180
5181 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
5182 setting, and make it the default.
5183 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
5184 non-stop script example.
5185
d0384fc4
TJB
51862008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
5187
5188 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
5189 reference to the "Using Different Register and Memory Data
5190 Representation" section.
5191
a6f3e723
SL
51922008-08-12 Sandra Loosemore <sandra@codesourcery.com>
5193
5194 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
5195 (Remote Protocol): Add Packet Acknowledgment to menu.
5196 (Overview): Mention +/- can be disabled, and point to new section
5197 where this is discussed in detail.
5198 (General Query Packets): Document QStartNoAckMode packet, and
5199 corresponding qSupported reply.
5200 (Packet Acknowledgment): New section.
5201
0606b73b
SL
52022008-08-11 Sandra Loosemore <sandra@codesourcery.com>
5203 Pedro Alves <pedro@codesourcery.com>
5204
5205 * gdb.texinfo (Threads): Move paragraph about automatic thread
5206 selection to All-Stop Mode subsection.
5207 (Thread Stops): Reorganize existing material into subsections.
5208 Add introductory blurb and menu.
5209 (Non-Stop Mode): New subsection.
5210 (Background Execution): New subsection.
5211 (Maintenance Commands): Add cross-references from async mode
5212 commands to the new Background Execution section.
5213
d57a3c85
TJB
52142008-08-06 Tom Tromey <tromey@redhat.com>
5215
5216 * gdb.texinfo (Extending GDB): New chapter.
5217 (Sequences): Demoted chapter, now a section under the new
5218 Extending GDB chapter.
5219 (Python): New section.
5220
6d76a53d
SS
52212008-07-31 Stan Shebs <stan@codesourcery.com>
5222
5223 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
5224
1f70da6a
SS
52252008-07-29 Stan Shebs <stan@codesourcery.com>
5226
5227 * gdbint.texinfo: General round of cleanup and minor
5228 clarifications.
5229 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
5230 (Longjmp Support): Update description to reflect how it is done
5231 for targets without using native header.
5232 (Symbol Handling): Add a little more general explanation.
5233 (COFF, ELF): Mention stabs encapsulation.
5234 (DWARF 3): New section.
5235 (Adding a New Host): Scrub out some obsolete bits.
5236 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
5237 (Host Conditionals): Remove descriptions of NO_STD_REGS,
5238 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
5239 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
5240 SEEK_SET, STOP_SIGNAL, USG.
5241 (Raw and Virtual Register Representations): Ditto for
5242 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
5243 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
5244 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
5245 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
5246 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
5247 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
5248 DEPRECATED_REGISTER_VIRTUAL_SIZE,
5249 DEPRECATED_REGISTER_VIRTUAL_TYPE,
5250 DEPRECATED_USE_STRUCT_CONVENTION.
5251 Describe gdbarch_deprecated_fp_regnum.
5252 Update description of gdbarch_print_insn.
5253 (Adding a New Target): Scrub out obsolete bits.
5254 (Obsolete Conditionals): Remove entire section.
5255
383f836e
TT
52562008-07-25 Tom Tromey <tromey@redhat.com>
5257
5258 * observer.texi (GDB Observers): Document new observers:
5259 breakpoint_created, breakpoint_deleted, breakpoint_modified,
5260 tracepoint_created, tracepoint_deleted, tracepoint_modified,
5261 architecture_changed.
5262
cfd8ab24
SS
52632008-07-21 Stan Shebs <stan@codesourcery.com>
5264
5265 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
5266 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
5267
781b42b0
TT
52682008-07-21 Tom Tromey <tromey@redhat.com>
5269
5270 * observer.texi (GDB Observers): Remove obsolete comment.
5271 <executable_changed>: Remove argument.
5272
d7d9f01e
TT
52732008-07-18 Tom Tromey <tromey@redhat.com>
5274
5275 * gdb.texinfo (Macros): Update. Use @code rather than @command.
5276
bf250677
DE
52772008-07-10 Doug Evans <dje@google.com>
5278
5279 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
5280
10568435
JK
52812008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5282
5283 * gdb.texinfo (Starting): Document "set disable-randomization".
5284
5ae4183a
AS
52852008-07-07 Andreas Schwab <schwab@suse.de>
5286
5287 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
5288
b56e7235
VP
52892008-07-06 Vladimir Prus <vladimir@codesourcery.com>
5290
5291 * gdb.texinfo (GDB/MI Target Manipulation): Add
5292 example of -target-attach.
5293
e1ac3328
VP
52942008-06-10 Vladimir Prus <vladimir@codesourcery.com>
5295
5296 * observer.texi (target_resumed): New observer.
5ae4183a 5297 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 5298
65d12d83
TT
52992008-06-06 Tom Tromey <tromey@redhat.com>
5300
5301 * gdb.texinfo (Completion): Add field name example.
5302
fbc5282e
MK
53032008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
5304
5305 * gdb.texinfo (GDB/MI Program Context): Added example
5306 to -exec-arguments
5ae4183a 5307
fbc5282e 53082008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
5309
5310 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
5311 annotation.
5312
c16158bc 53132008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
5314 Nathan Sidwell <nathan@codesourcery.com>
5315 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
5316
5317 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
5318 and ACX_BUGURL.
5319 * configure: Regenerate.
5320 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
5321 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
5322 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
5323 mailing-list-specific text about bug reporting unless
5324 BUGURL_DEFAULT.
5325
75c99385
PA
53262008-06-05 Pedro Alves <pedro@codesourcery.com>
5327
5328 * gdb.texinfo (-target-select): Remove reference to target async.
5329 (Maintenance Commands): Document "maint set/show remote-async".
5330
1763a388
MK
53312008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
5332
5333 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
5334 in -target-file-get section.
5ae4183a 5335
d0d064df
PA
53362008-05-22 Pedro Alves <pedro@codesourcery.com>
5337
9b562ab8
PA
5338 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
5339 killing the inferior when it is already debugging a process.
d0d064df 5340
8dfa32fc
JB
53412008-05-21 Joel Brobecker <brobecker@adacore.com>
5342
5343 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
5344 abbreviation for "finish".
5345
55f996a7
NR
53462008-05-21 Nick Roberts <nickrob@snap.net.nz>
5347
5348 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
5349
ba2b1c56
DJ
53502008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5351
5352 * gdbint.texinfo (Target Conditionals): Delete entry for
5353 gdbarch_dwarf_reg_to_regnum.
5354
08388c79
DE
53552008-05-09 Doug Evans <dje@google.com>
5356
a3c83fae 5357 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 5358
d14508fe
DE
53592008-05-05 Doug Evans <dje@google.com>
5360
5361 * gdb.texinfo (disassemble): Document /m modifier.
5362
e2b7ddea
VP
53632008-05-05 Vladimir Prus <vladimir@codesourcery.com>
5364
5ae4183a
AS
5365 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
5366 will not report the time of commands that run the target.
e2b7ddea 5367
8eb41542
VP
53682008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5369
5370 * gdb.texinfo (GDB/MI Output Records): Add
5371 missing semicolon.
5372
82f68b1c
VP
53732008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5374
5375 * gdb.texinfo (GDB/MI Output Records):
5376 Document =thread-create and =thread-exited.
5377
fa0f268d
VP
53782008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5379
5380 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 5381 Remove mention of dmi-discuss.
fa0f268d 5382
063bfe2e
VP
53832008-05-03 Pedro Alves <pedro@codesourcery.com>
5384
5385 * observer.texi (thread_exit): New.
5386
237fc4c9
PA
53872008-05-02 Pedro Alves <pedro@codesourcery.com>
5388
5389 * gdb.texinfo (Debugging Output): Document "set/show debug
5390 displaced".
5391 (Maintenance Commands): Document "maint set/show
5392 can-use-displaced-stepping".
5393
0428b8f5
DJ
53942008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
5395
5396 * gdb.texinfo (ARM): Document set/show arm fallback-mode
5397 and set/show arm force-mode.
5398
5009afc5
AS
53992008-05-02 Andreas Schwab <schwab@suse.de>
5400
5401 * gdbint.texinfo (Algorithms): Describe
5402 target_watchpoint_addr_within_range.
5403
669fac23
DJ
54042008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
5405
5406 * gdbint.texinfo (Stack Frames): New chapter.
5407 (Algorithms): Move Frames text to the new chapter.
5408 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
5409 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
5410
721c02de
VP
54112008-04-24 Vladimir Prus <vladimir@codesourcery.com>
5412
5ae4183a
AS
5413 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
5414 output does not necessary include any tokens.
721c02de 5415
c055b101
CV
54162008-04-22 Corinna Vinschen <vinschen@redhat.com>
5417
5418 * gdb.texinfo (Set SH Calling convention): New @item.
5419 (Show SH Calling convention): Ditto.
5420
68837c9d
MD
54212008-04-22 Markus Deuling <deuling@de.ibm.com>
5422
5423 * gdb.texinfo (Fortran Operators): Describe '%' operator.
5424
2e9132cc
EZ
54252008-04-20 Eli Zaretskii <eliz@gnu.org>
5426
5427 * gdb.texinfo (Set Breaks): Mention that multiple location
5428 breakpoints need line number info. Add index entries.
5429
31fffb02
CS
54302008-04-19 Craig Silverstein <csilvers@google.com>
5431
5432 * gdb.texinfo (Requirements): Add an optional requirement on
5433 zlib.
5434 * gdbint.texinfo (Debugging File Formats): Add new subsection for
5435 Compressed DWARF 2.
5436
a47ec5fe
AR
54372008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
5438
5439 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
5440 sample output for 'stopped,reason="breakpoint-hit"' message.
5441 (GDB/MI Program Execution): Likewise.
5442
de051565
MK
54432008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
5444
5ae4183a 5445 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
5446 -var-set-format. Add -f option to -var-evaluate-expression.
5447
6ba66d6a
JB
54482008-04-03 Joel Brobecker <brobecker@adacore.com>
5449
5450 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
5451 new node "Ambiguous Expressions". Replace references to this
5452 node by references to "Ambiguous Expressions" throughout.
5453 (Ambiguous Expressions): New node.
5454
1e26b4f8
DJ
54552008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
5456
5457 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
5458
b84876c2
PA
54592008-03-21 Pedro Alves <pedro@codesourcery.com>
5460
5461 * gdb.texinfo (Debugging Output): Document
5462 "set/show debug lin-lwp-async".
5463 (Maintenance Commands): Document "maint set/show linux-async".
5464
63092375
DJ
54652008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5466
5467 * gdb.texinfo (Expressions): Update description of malloced arrays.
5468
8e8901c5
VP
54692008-03-15 Vladimir Prus <vladimir@codesourcery.com>
5470
5471 * gdb.texinfo (Thread Commands): Document
5472 -thread-info. Remove -thread-list-all-threads.
5473
1fddbabb
PA
54742008-03-14 Pedro Alves <pedro@codesourcery.com>
5475 Sandra Loosemore <sandra@codesourcery.com>
5476
5477 * gdb.texinfo (Library List Format): Update to mention the
5478 possibility to pass section addresses instead of segment
5479 addresses.
5480
ccd213ac
DJ
54812008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
5482
5483 * gdb.texinfo (Starting): Document "set exec-wrapper".
5484 (Server): Document gdbserver --wrapper.
5485
fa4727a6
DJ
54862008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
5487
5488 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
5489 unreadable memory. Delete obsolete SPARClite reference.
5490
8edfe269
DJ
54912008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
5492
5493 * gdb.texinfo (Starting): Mention always-running targets.
5494 (Target Commands): Add an anchor for load.
5495 (Connecting): Explain continue instead of run.
5496
1843f87b
DJ
54972008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
5498
5499 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
5500
f9082629
NR
55012008-02-26 Nick Roberts <nickrob@snap.net.nz>
5502
5503 * gdb.texinfo (Set Breaks): Revert description of Enb column of
5504 breakpoint table.
5505
fd96d250
PA
55062008-02-19 Pedro Alves <pedro@codesourcery.com>
5507
5508 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
5509 killing the inferior when it is already debugging a process.
5510
36af4ef6
MD
55112008-02-13 Markus Deuling <deuling@de.ibm.com>
5512
5513 * gdbint.texinfo (Build Script): New section. Mention new build script
5514 gdb_buildall.sh.
5515
cda4ce5a
JB
55162008-02-01 Jim Blandy <jimb@red-bean.com>
5517
5518 * gdb.texinfo (Help): Summarize 'info args' correctly.
5519
4acd40f3
TJB
55202008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5521
5522 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
5523 available in PowerPC architecture.
5524 (Embedded Processors): Change node name of PowerPC item in menu.
5525 (PowerPC): Rename to...
5526 (PowerPC Embedded): this.
5527 (Architectures): Add new PowerPC item in menu.
5528 (PowerPC): New node.
5529
6e6c6f50
DJ
55302008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
5531
5532 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
5533 commands.
5534
5ee187d7
DJ
55352008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
5536
5537 * gdb.texinfo (Setting Catchpoints): Mention features
5538 supported on GNU/Linux.
5539
e275c0d9
NR
55402008-01-30 Nick Roberts <nickrob@snap.net.nz>
5541
5542 * gdb.texinfo (GDB/MI File Commands): Describe new output
5543 field for MI command -file-list-exec-source-file.
5544
2d717e4f
DJ
55452008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5546
5547 * gdb.texinfo (Using the `gdbserver' Program): Add security
5548 warning. Rearrange into subsections and subsubsections. Document
5549 --multi and --debug. Correct --with-sysroot typo. Update --attach
5550 usage. Make load reference clearer. Document monitor exit.
5551 (Remote Configuration): Document set remote exec-file, attach-packet,
5552 and run-packet.
5553 (Packets): Document vAttach and vRun.
5554
d35a4257 55552008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
5556
5557 * gdb.texinfo (Processes): Mention process command.
889bf7c5 5558 detach-on-follow -> detach-on-fork.
f663676d 5559
c78d192c
DJ
55602008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5561
5562 * gdbint.texinfo (Native Conditionals): Remove
5563 SHELL_COMMAND_CONCAT and SHELL_FILE.
5564
d35a4257
EZ
55652008-01-26 Eli Zaretskii <eliz@gnu.org>
5566
5567 * gdb.texinfo (Specify Location): Improve wording.
5568
93815fbf
VP
55692008-01-23 Chris Demetriou <cgd@google.com>
5570
5571 * gdb.texinfo (Threads): Document new "set print thread-events"
5572 and "show print thread-events" commands.
5573
2a25a5ba
EZ
55742008-01-19 Eli Zaretskii <eliz@gnu.org>
5575
5576 * gdb.texinfo (Specify Location): New section.
5577 (Delete Breaks, Edit, Set Breaks): Remove description of
5578 locations. Instead, add a reference to "Specify Location".
5579 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
5580 (Symbols): Refer to "Specify Location" for the valid forms of
5581 linespecs and locations.
5582
32c9a795
MD
55832008-01-18 Markus Deuling <deuling@de.ibm.com>
5584
5585 * gdbint.texinfo (Target Conditionals): Replace the description of
5586 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
5587
b17828ca
JB
55882008-01-12 Paul Hilfinger <hilfinger@adacore.com>
5589
5590 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
5591 about &&var, which is rejected by the expression parser.
5592
0aea4bf3
LM
55932008-01-09 Luis Machado <luisgpm@br.ibm.com>
5594
5595 * gdb.texinfo (Output): Update documentation on using printf with DFP
5596 types.
5597
febe4383
TJB
55982008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
5599
5600 * gdb.texinfo (C and C++): Add Decimal Floating Point format
5601 subsubsection.
5602 (Decimal Floating Point format): New subsubsection.
5603
7a404eba
PA
56042008-01-05 Pedro Alves <pedro@codesourcery.com>
5605
5606 * gdb.texinfo (File Options): Remove mention of the attempt to
5607 open a core file with the -p option. Don't list -c as a valid
5608 option to attach to a process.
5609
a4d9b460
PA
56102008-01-05 Pedro Alves <pedro@codesourcery.com>
5611
5612 * gdbint.texinfo (Host Conditionals): Remove mention of
5613 ALIGN_STACK_ON_ENTRY.
5614
6ec2edbe
JB
56152008-01-05 Joel Brobecker <brobecker@adacore.com>
5616
5617 * gdbint.texinfo (Start of New Year Procedure): Add item
5618 describing how to update the source and documentation copyright
5619 notices.
5620
d8b2a693
JB
56212007-12-18 Jim Blandy <jimb@codesourcery.com>
5622
ab209b3a 5623 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
5624 watchpoint explanation into the main description of the watchpoint
5625 command; update synopses of 'watch', 'rwatch', and 'awatch'
5626 commands.
5627
8b4ed427
VP
56282007-12-18 Vladimir Prus <vladimir@codesourcery.com>
5629
5630 * gdb.texinfo (Miscellaneous gdb/mi Commands):
5631 Document 'pending-breakpoints' feature of
5632 -list-features.
5633
37e4754d
LM
56342007-12-17 Luis Machado <luisgpm@br.ibm.com>
5635
669fac23 5636 * gdb.texinfo: Add new parameter's description.
37e4754d 5637
1d3811f6
DJ
56382007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
5639
5640 * gdb.texinfo (Overview): Clarify run-length encoding
5641 example. Remove the restriction on "+" and "-" characters.
5642
c1c25a1a
EZ
56432007-12-15 Eli Zaretskii <eliz@gnu.org>
5644
5645 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
5646
afe8ab22 56472007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 5648
afe8ab22
VP
5649 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
5650 the -f option for -break-insert, remove -r option,
5651 and clarify specification of location.
5652
a6b151f1
DJ
56532007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
5654
5655 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
5656 formatting.
5657 (Remote Debugging): Add File Transfer section.
5658 (Remote Configuration): Document Host I/O packets.
5659 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 5660 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
5661 (Packets): Add vFile.
5662
3b784c4f
EZ
56632007-11-17 Eli Zaretskii <eliz@gnu.org>
5664
5665 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
5666 breakpoints with multiple locations.
5667 (Breakpoint Menus): Improve wording.
5668 (Output): Fix last change.
5669
a4ce5b0d
UW
56702007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
5671
5672 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
5673
1b39d5c0
DE
56742007-11-15 Doug Evans <dje@google.com>
5675
5676 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
5677
7a72d44c
VP
56782007-11-15 Vladimir Prus <vladimir@codesourcery.com>
5679
5680 * gdbint.texinfo (Native Conditionals): Remove
5681 mention of CLEAR_SOLIB.
5ae4183a 5682
6d1829bf 56832007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
5684
5685 * gdb.texinfo (Print Settings): Add documentation for "set/show
5686 print frame-arguments".
5687
1a619819
LM
56882007-11-05 Luis Machado <luisgpm@br.ibm.com>
5689
3b784c4f 5690 * gdb.texinfo (Output): Update printf command's description.
1a619819 5691
55eddb0f
DJ
56922007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
5693
5694 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
5695 powerpc soft-float".
5696
9cceb671
DJ
56972007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5698
5699 * gdb.texinfo (Files): Correct formatting. Mention Expat
5700 requirement.
5701 (Requirements for Building GDB): Expand the list of Expat
5702 uses.
5703 (Library List Format, Memory Map Format): Mention Expat.
5704 (Target Descriptions): Update Expat wording.
5705
83acabca
DJ
57062007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5707
5708 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
5709 Document that gdbarch_convert_register_p should return zero for no-op
5710 conversions.
5711
e35879db
UW
57122007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
5713
83acabca 5714 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
5715 of set_gdbarch_sofun_address_maybe_missing back to ...
5716 (Target Conditionals): ... here to fix build break.
5717
203c3895
UW
57182007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
5719
83acabca 5720 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
5721 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
5722 (Compiler Characteristics): ... documentation of
5723 set_gdbarch_sofun_address_maybe_missing.
5724
11411de3
DJ
57252007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
5726
5727 * gdbint.texinfo (Target Conditionals): Use
5728 frame_unwind_register_unsigned in examples instead of
5729 frame_unwind_unsigned_register.
5730
7cc46491
DJ
57312007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
5732
5733 * gdb.texinfo (Predefined Target Types): Add int128
5734 and uint128.
5735 (Standard Target Features): Add PowerPC features.
5736
81adfced
DJ
57372007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
5738
5739 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
5740
c1874924
UW
57412007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
5742
5743 * gdbint.texi (Target Conditionals): Remove documentation
5744 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
5745 gdbarch_extract_return_value, and gdbarch_store_return_value.
5746
f6e56ab3
UW
57472007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
5748
5749 * gdbint.texi (Target Conditionals): Remove documentation of
5750 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
5751
56cf5405
KH
57522007-10-11 Kazu Hirata <kazu@codesourcery.com>
5753
5754 * gdb.texinfo: Mention that inaccessible-by-default is on by
5755 default.
5756
35156bae
DJ
57572007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
5758
5759 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
5760
d983da9c
DJ
57612007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
5762
5763 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
5764 multi-threaded watchpoints.
5765 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
5766 checked. Describe sticky notification. Expand description
5767 of steppable and continuable watchpoints.
5768 (Watchpoints and Threads): New subsection.
5769
fe6fbf8b
VP
57702007-09-28 Vladimir Prus <vladimir@codesourcery.com>
5771
5772 * gdb.texinfo (Setting Breakpoints): Revise
5773 documentation for pending breakpoints. Document
5774 breakpoints with multiple locations.
5ae4183a 5775
084344da
VP
57762007-09-19 Vladimir Prus <vladimir@codesourcery.com>
5777
5778 * gdb.texinfo (Miscellaneous gdb/mi Commands):
5779 Document -list-features.
5ae4183a 5780
82160952
EZ
57812007-09-15 Eli Zaretskii <eliz@gnu.org>
5782
5783 * gdb.texinfo (Output): Spell out which features of C's printf are
5784 not supported by GDB's printf.
7e27a47a
EZ
5785 (Separate Debug Files): More accurate wording regarding build ID
5786 and a reference to the ld manual rather than the Fedora wiki.
82160952 5787
ea37ba09
DJ
57882007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
5789 Jim Blandy <jimb@codesourcery.com>
5790
5791 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
5792 (Examining Memory): Update mentions of the 's' format.
5793 (Automatic Display): Likewise.
5794
b8533aec
DJ
57952007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
5796
5797 * gdb.texinfo: Update the FSF's Back-Cover Text.
5798
83f83d7f
JK
57992007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5800 Eli Zaretskii <eliz@gnu.org>
5801
5802 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
5803 Fixed the ``build ID'' name. New binaries build instructions for the
5804 build ID inclusion. Explain how the commands are specific to the build
5805 ID vs. debug link.
5806
c7e83d54
EZ
58072007-09-01 Eli Zaretskii <eliz@gnu.org>
5808
5809 * gdb.texinfo (Separate Debug Files): Fix last change. Add
5810 indexing for ``build ID'' support.
5811
d3750b24
JK
58122007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5813
5814 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
5815 Enlisted BUILD ID to the debug file searching example.
5816 Included a BUILD ID `.note.gnu.build-id' section description.
5817 Updated/added the debug files splitting instructions for OBJCOPY.
5818
02142340
VP
58192007-08-31 Vladimir Prus <vladimir@codesourcery.com>
5820
5821 * gdb.texinfo (Variable Objects): Adjust docs
5822 for -var-info-expression and document
5823 -var-info-path-expression.
5824
d3bdde98
JB
58252007-08-20 Jim Blandy <jimb@codesourcery.com>
5826
3fb6a982
JB
5827 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
5828 (title page): Include the dedication in the printed manual, as a
5829 separate page after the copyright notice.
5ae4183a 5830
d3bdde98
JB
5831 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
5832 don't break a @var across a line.
5833
c80a96a8
MR
58342007-07-25 Maciej W. Rozycki <macro@mips.com>
5835
5836 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
5837 for include files.
5838
5824a901
NR
58392007-07-12 Nick Roberts <nickrob@snap.net.nz>
5840
5841 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
5842 in annotate.texinfo.
5843 (Command History): Link to new node.
5824a901 5844
d52e7ea3
UW
58452007-07-05 Markus Deuling <deuling@de.ibm.com>
5846
5847 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
5848
5fc14d0a
EZ
58492007-07-05 Eli Zaretskii <eliz@gnu.org>
5850
5851 * gdbint.texinfo (Target Conditionals): Fix last change.
5852
4a9bb1df
UW
58532007-07-03 Markus Deuling <deuling@de.ibm.com>
5854
5855 * gdb.texinfo: Replace following macros by their appropriate gdbarch
5856 routines:
5857 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
5858 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
5859 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
5860 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
5861 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
5862 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
5863 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
5864 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
5865 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
5866 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
5867 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
5868 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
5869 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
5870 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
5871 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
5872 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
5873 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
5874 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
5875 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
5876 (SOFTWARE_SINGLE_STEP_P)
5877
5878 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
5879 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
5880
5881 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
5882 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
5883 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
5884 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
5885 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
5886 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
5887 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
5888 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
5889 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
5890 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
5891
5892 (Converting an existing Target Architecture to Multi-arch): Remove
5893 section.
5894
5895 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
5896 (gdbarch_addr_bits_remove): Add code example.
5897
5898 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
5899
cfa9d6d9
DJ
59002007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
5901
5902 * gdb.texinfo (Remote Configuration): Document library-info-packet.
5903 Add other missing entries. Adjust the table size to fit.
5904 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
5905 stop reasons including the new "library" event.
5906 (General Query Packets): Adjust table widths for qSupported. Mention
5907 qXfer:libraries:read reply to qSupported and document the new packet.
5908 (Library List Format): New section.
5909
159fcc13
JK
59102007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5911
5912 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
5913
f66d1690
MS
59142007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
5915
5916 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
5917
67102876
NR
59182007-06-25 Nick Roberts <nickrob@snap.net.nz>
5919
5920 * gdbint.texinfo (Register and Memory Data): Break sections
5921 into nodes and add a menu.
5922
a4642986
MR
59232007-06-21 Maciej W. Rozycki <macro@mips.com>
5924
5925 * gdb.texinfo (Examining Memory): Document the new behaviour.
5926
e9c17194
VP
59272007-06-21 Vladimir Prus <vladimir@codesourcery.com>
5928
5929 * gdb.texinfo (Standard Target Features): Document
5930 m68k features.
5931
31d99776
DJ
59322007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
5933
5934 * gdb.texinfo (General Query Packets): Document qOffsets changes.
5935
1780a0ed
DJ
59362007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5937
5938 * gdb.texinfo (Target Description Format): Add version attribute
5939 for <target>.
5940
822b6570
DJ
59412007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5942
5943 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
5944
f8b73d13
DJ
59452007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5946
5947 * gdb.texinfo (MIPS Features): New subsection.
5948
0e7f50da
UW
59492007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
5950 Markus Deuling <deuling@de.ibm.com>
5951
5952 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
5953 and qXfer:spu:write packets and mention them under qSupported.
5954
23d964e7
UW
59552007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
5956 Markus Deuling <deuling@de.ibm.com>
5957
5958 * gdb.texinfo (Architectures): Add new SPU section to document
5959 Cell Broadband Engine SPU architecture specific commands.
5960
9f708cb2
VP
59612007-06-09 Vladimir Prus <vladimir@codesourcery.com>
5962
5963 * gdb.texinfo (GDB/MI Variable Objects): Editorial
5964 comments.
5965
7579b5f8
NR
59662007-06-07 Nick Roberts <nickrob@snap.net.nz>
5967
5968 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
5969
bf06d120
JB
59702007-05-29 Jim Blandy <jimb@codesourcery.com>
5971
5972 * gdb.texinfo (Overview): Doc fix.
5973
23776285
MR
59742007-05-22 Maciej W. Rozycki <macro@mips.com>
5975
5976 * gdb.texinfo (Remote Configuration): Document "set/show
5977 remoteflow".
5978
1a69e1e4
DJ
59792007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
5980
bf06d120
JB
5981 * gdb.texinfo (MIPS): Remove documentation for set mips
5982 saved-gpreg-size, show mips saved-gpreg-size, and set mips
5983 stack-arg-size.
1a69e1e4 5984
46ba6afa 59852007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 5986
46ba6afa
BW
5987 * all-cfg.texi (GDBTUI): New.
5988 * gdb.texinfo (Mode Options): Use GDBTUI variable.
5989 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
5990 (TUI Configuration): Edit to improve clarity and fix problems of
5991 both style and content.
5ae4183a 5992
06d3b283
UW
59932007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
5994
5995 * observer.texi (GDB Observers): New observer "new_objfile".
5996
179101d6
UW
59972007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
5998
5999 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
6000
25d5ea92
VP
60012007-04-14 Vladimir Prus <vladimir@codesourcery.com>
6002
6003 * gdb.texinfo (GDB/MI Variable Objects): Document
6004 frozen variables objects.
5ae4183a 6005
ea35711c
DJ
60062007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
6007
6008 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
6009 (Character Sets, Caching Data of Remote Targets): Likewise.
6010 (Targets): Delete Remote node. Move its text...
6011 (Debugging Remote Programs): ...to here. Delete description
6012 of the "remote" command.
6013 (Remote configuration): Delete description of "set remotedevice"
6014 and "show remotedevice".
6015 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
6016
db2e3e2e
BW
60172007-04-11 Bob Wilson <bob.wilson@acm.org>
6018
5ae4183a
AS
6019 * gdb.texinfo (Contributors, Continuing and Stepping)
6020 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
6021 (General Query Packets, File-I/O Remote Protocol Extension)
6022 (Protocol Basics, The F Reply Packet, Write)
6023 (Protocol-specific Representation of Datatypes, Memory Transfer):
6024 Fix hyphenation, punctuation and grammar problems.
6025 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
6026 'section' instead of 'subsection' in the text.
6027 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
6028 (i386): Remove period from section name.
db2e3e2e
BW
6029 (Installing GDB, Requirements, Running Configure, Separate Objdir)
6030 (Config Names, Configure Options): Use @file{configure}.
6031
8a3dae3e
DJ
60322007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
6033
6034 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
6035 and tab expansion.
6036
1a92f856
DJ
60372007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
6038
6039 * gdbint.texinfo (SOM): Correct location of the SOM reader.
6040
79a6e687 60412007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6042
79a6e687
BW
6043 * gdb.texinfo: Consistently capitalize all significant words in
6044 node names, chapter titles, section titles, and headings. Update
6045 cross references to match.
6046 (Starting and Stopping Trace Experiment): Make node name plural.
6047 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 6048
ad527d2e
PA
60492007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
6050
6051 * gdb.texinfo (WinCE): Delete obsolete subsection.
6052
7ce59000
DJ
60532007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6054
6055 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
6056 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
6057 references.
6058
8807d78b
DJ
60592007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6060
6061 * gdb.texinfo (Startup): Delete references to some alternate
6062 names for .gdbinit.
6063 (Thread): Remove LynxOS reference.
6064 (Tandem ST2000): Delete target-specific documentation.
6065 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
6066 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
6067 and GDB_OSABI_LYNXOS.
6068
5f402660
UW
60692007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
6070
6071 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
6072
bac718a6
UW
60732007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
6074
6075 * gdbint.texinfo (Target Conditionals): Remove mention of
6076 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
6077 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
6078
9453113a
DJ
60792007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
6080
6081 * Makefile.in: Add "pdfdir" installation
6082 directory, PDFTEX macro, support for "install-pdf" target,
6083 and rules for making a pdf version of refcard.texi.
6084 * refcard.tex: Specify paper size for PDF output.
6085
ae21e955 60862007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6087
ae21e955 6088 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 6089
3f94c067 60902007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6091
3f94c067
BW
6092 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
6093 (Source Path, Character Sets, Macros, Define)
6094 (GDB/MI Result Records, GDB/MI Simple Examples)
6095 (GDB/MI Program Execution, GDB/MI File Commands)
6096 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
6097 (Bug Reporting): Use @value{GCC}.
5ae4183a 6098
12c27660 60992007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6100
12c27660
BW
6101 * gdb.texinfo (Help): Fix formatting of examples.
6102 (Variables): Use @ifnotinfo instead of @iftex.
6103 (Non-debug DLL symbols): Use @ref instead of @pxref.
6104 (Sparclet File): Use @samp instead of quotes.
5ae4183a 6105
ce9341a1
BW
61062007-03-26 Bob Wilson <bob.wilson@acm.org>
6107
6108 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
6109
c8f4133a
BW
61102007-03-26 Bob Wilson <bob.wilson@acm.org>
6111
6112 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
6113 the order of the nodes.
6114 (C Operators, C Constants, Debugging C): Remove extra menus.
6115 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 6116
c8f4133a 61172007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
6118
6119 * gdb.texinfo (File Options): Add missing parenthesis.
6120 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
6121
c74d0ad8
DJ
61222007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6123
6124 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
6125
ff6f572f
DJ
61262007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6127
669fac23 6128 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
6129 case insensitivity.
6130 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
6131
994337c3
NR
61322007-02-18 Nick Roberts <nickrob@snap.net.nz>
6133
6134 * gdb.texinfo (Top): Put Appendix A after numbered sections.
6135 (Files): Add section name to argument list for pxref.
6136 (Non-debug DLL symbols): Don't use `see' for pxref.
6137 (Embedded Processors): Fix typo.
6138 (GDB/MI Breakpoint Commands): Execution commands generate
6139 *stopped not ^done.
6140
eb819d70
NR
61412007-02-13 Nick Roberts <nickrob@snap.net.nz>
6142
6143 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
6144 values for in_scope. Mention that only root variables can be
6145 updated.
6146 (GDB/MI Development and Front Ends): Explain new values may be
6147 added to existing fields.
6148
123dc839
DJ
61492007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6150
6151 * gdb.texinfo (-target-disconnect): Use @smallexample.
6152 (Requirements): Add anchor for Expat. Update description.
6153 (Target Descriptions): Mention Expat.
6154 (Target Description Format): Document new elements. Use
6155 @smallexample.
6156 (Predefined Target Types, Standard Target Features): New sections.
669fac23 6157 * gdbint.texinfo (Target Descriptions): New section.
123dc839 6158
108546a0
DJ
61592007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
6160
6161 * gdb.texinfo (Target Description Format): Add section on XInclude.
6162
95a98c01
NR
61632006-02-03 Nick Roberts <nickrob@snap.net.nz>
6164
6165 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
6166 command -enable-timings.
6167
f4b3909f
EZ
61682007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
6169
5ae4183a 6170 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
6171 descriptions for new/deleted elements in gdb_osabi. Add missing
6172 description for function generic_elf_osabi_sniff_abi_tag_sections.
6173
c7ba131e
JB
61742007-01-29 Joel Brobecker <brobecker@adacore.com>
6175
6176 * gdb.texinfo (Maintenance Commands): Add documentation for
6177 the new "maint print target-stack" command.
6178
3a60f64e
JK
61792007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6180 Eli Zaretskii <eliz@gnu.org>
6181
f4b3909f 6182 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 6183
c582f8b6
EZ
61842007-01-26 Eli Zaretskii <eliz@gnu.org>
6185
6186 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
6187 Use @value{NGCC} instead of @value{GCC}.
6188
d3e8051b
EZ
61892007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
6190
6191 * agentexpr.texi: Fix typos.
6192 * annotate.texinfo: Likewise.
6193 * gdb.texinfo: Likewise.
6194 * gdbint.texinfo: Likewise.
6195 * observer.texi: Likewise.
6196 * stabs.texinfo: Likewise.
6197
86f04699
EZ
61982007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
6199
6200 * gdbint.texinfo (Support Libraries): Remove mmalloc
6201 entry. Describe readline library.
6202
23181151
DJ
62032007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
6204
6205 * gdb.texinfo (Target Descriptions): New section.
6206 (General Query Packets): Add QPassSignals anchor. Mention
6207 qXfer:features:read under qSupported. Expand mentions of
6208 qXfer:memory-map:read and QPassSignals. Document
6209 qXfer:features:read.
6210
f822c95b
DJ
62112007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
6212
6213 * gdb.texinfo (Commands to specify files): Describe
6214 "set sysroot" and "show sysroot".
6215 (Using the `gdbserver' program): Lowercase argument
6216 to @var. Expand description of setting up GDB on the
6217 host.
6218
8936fcda
JB
62192007-01-05 Joel Brobecker <brobecker@adacore.com>
6220
6221 * gdb.texinfo (Set Catchpoints): Add documentation for the new
6222 catch exception, catch exception unhandled, and catch assert
6223 commands.
6224
e776119f
DJ
62252007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6226
6227 * gdb.texinfo (Debugging Output): Document "set debug xml"
6228 and "show debug xml".
6229
aa79a185
DJ
62302007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6231
6232 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
6233
7f893741
JB
62342007-01-01 Joel Brobecker <brobecker@adacore.com>
6235
6236 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
6237
a1b5960f
VP
62382006-12-08 Vladimir Prus <vladimir@codesourcery.com>
6239
6240 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
6241 note in @ignore, to be removed later if nobody complains.
6242
9f470e6e
NR
62432006-12-04 Nick Roberts <nickrob@snap.net.nz>
6244
6245 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
6246 of -var-delete.
6247
765dc015 62482006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 6249
765dc015 6250 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
6251 automatic software/hardware breakpoint usage and
6252 the "set breakpoint auto-hw" command.
765dc015 6253
4b5752d0
VP
62542006-11-21 Vladimir Prus <vladimir@codesourcery.com>
6255
6256 * gdb.texinfo (Memory Access Checking): New.
6257
89be2091
DJ
62582006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
6259
6260 * gdb.texinfo (Remote configuration): Mention
6261 "pass-signals-packet".
6262 (General Query Packets): Document QPassSignals. Fix
6263 a typo.
6264
ca3bf3bd
DJ
62652006-11-14 Maxim Grigoriev <maxim@tensilica.com>
6266
6267 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
6268
427c3a89
DJ
62692006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
6270
6271 * gdb.texinfo (Remote configuration): Rewrite documentation for
6272 packet configuration commands.
6273 (OS Information): Adjust reference to qXfer:auxv:read.
6274 (General Query Packets): Remove references to read-aux-vector-packet
6275 and set remote get-thread-local-storage-address.
6276
7a107747
DJ
62772006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
6278
6279 * gdbint.texinfo (Target Architecture Definition): Add new
6280 Initializing a New Architecture section.
6281
1c56eb0e
EZ
62822006-10-31 David Taylor <dtaylor@emc.com>
6283
6284 * stabs.texinfo (Macro define and undefine): New node describing
6285 stabs for #define and #undef.
6286
f73adfeb
AS
62872006-10-27 Andreas Schwab <schwab@suse.de>
6288
6289 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
6290
fd60e0df
EZ
62912006-10-21 Eli Zaretskii <eliz@gnu.org>
6292
6293 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
6294 clarify on the possible meanings of ``expression'' watched by
6295 watchpoints. Add indexing.
e5ac9b53
EZ
6296 (Prompting, Errors, Invalidation, Annotations for Running)
6297 (Source Annotations): Fix index entries by adding "annotation" to
6298 them, to discriminate from index entries that point to the more
6299 general topic descriptions.
fd60e0df 6300
52bb452f
DJ
63012006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6302
6303 * gdbint.texinfo (Target Vector Definition): Move most
6304 content into Existing Targets. Add a menu.
6305 (Existing Targets): New section, moved from Target Vector
6306 Definition. Use @subsection.
6307 (Managing Execution State): New section.
6308
58955e58
BW
63092006-10-16 Bob Wilson <bob.wilson@acm.org>
6310
6311 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
6312
c8aa23ab
EZ
63132006-10-15 Eli Zaretskii <eliz@gnu.org>
6314
6315 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
6316 (Command Syntax, Signals, Backtrace, Connecting)
6317 (Remote configuration, Renesas Boards, Console I/O): Fix last
6318 change: use Ctrl- instead of C-, except wrt Emacs.
6319 (File-I/O Examples): Put Ctrl-c in @kbd.
6320 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
6321 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
6322 (Signals, Set Breaks, Set Watchpoints): Document optional
6323 arguments to `info signals' `handle', `info breakpoints', and
6324 `info watchpoints'.
c8aa23ab 6325
e7109c7e
EZ
63262006-10-14 Eli Zaretskii <eliz@gnu.org>
6327
6328 * gdb.texinfo (Backtrace): Fix last change.
6329
de3aea7b
NR
63302006-10-14 Nick Roberts <nickrob@snap.net.nz>
6331
6332 * gdb.texinfo (Backtrace): Order correctly and add other cases.
6333
7f9087cb
BW
63342006-10-10 Bob Wilson <bob.wilson@acm.org>
6335
c8aa23ab
EZ
6336 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
6337 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
6338 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 6339
68437a39
DJ
63402006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6341 Daniel Jacobowitz <dan@codesourcery.com>
6342
6343 * gdb.texinfo (Packets): Document vFlashErase,
6344 vFlashWrite and vFlashDone packets.
6345 (General Query Packets): Document qXfer:memory-map:read.
6346 Add a new feature for qXfer:memory-map:read.
6347 (Memory map format): New section.
6348 (Target Commands): Mention that gdb can write flash.
6349
fd79ecee
DJ
63502006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6351 Daniel Jacobowitz <dan@codesourcery.com>
6352
6353 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
6354 memory regions and "mem auto".
6355
350da6ee
DJ
63562006-09-21 Nathan Sidwell <nathan@codesourcery.com>
6357
6358 * gdbint.texinfo (Array Containers): New section.
6359
2f1acb09
VP
63602006-09-17 Vladimir Prus <vladimir@codesourcery.com>
6361
6362 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
6363 -stack-list-arguments HIGH_FRAME argument can be larger then the
6364 actual number of frames.
6365
2ab1eb7a
VP
63662006-09-07 Vladimir Prus <vladimir@codesourcery.com>
6367
6368 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
6369 -stack-list-locals HIGH_FRAME argument can be larger then the
6370 actual number of frames.
2ab1eb7a 6371
599b237a
BW
63722006-09-02 Bob Wilson <bob.wilson@acm.org>
6373
6374 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
6375 Register Packet Format, Tracepoint Packets): Fix spelling errors.
6376
25ab7e6d
EZ
63772006-09-02 Eli Zaretskii <eliz@gnu.org>
6378
6379 * gdbint.texinfo (Overall Structure): New section "Source Tree
6380 Structure".
6381
940178d3
JB
63822006-08-17 Jim Blandy <jimb@codesourcery.com>
6383
6384 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
6385 responses.
6386
30daae6c
JB
63872006-08-08 Joel Brobecker <brobecker@adacore.com>
6388
6389 * gdb.texinfo (Source Path): Add documentation for new
6390 substitute-path commands.
6391
7fa2210b
DJ
63922006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
6393
6394 * gdb.texinfo (Installing GDB): Update menu. Move text to...
6395 (Running Configure): ...here.
6396 (Requirements): New node. Mention expat.
6397
3d00d119
DJ
63982006-08-08 Vladimir Prus <vladimir@codesourcery.com>
6399
5ae4183a 6400 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
6401 'set download-write-size' and 'show download-write-size'.
6402
0cbfa4ee
DJ
64032006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
6404
6405 * stabs.texinfo (Member Type Descriptor): Correct example for
6406 pointer to member types.
6407
16026cd7
AS
64082006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
6409
6410 * gdb.texinfo (Optional warnings and messages): Add
6411 'set/show trace-commands'.
6412 (Command files): Add '-v' to source command.
6413
0876f84a
DJ
64142006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
6415
6416 * gdb.texinfo (OS Information): Update qPart reference to
6417 qXfer.
6418 (Remote configuration): Likewise.
6419 (Overview): Move @cindex to the start of a paragraph. Talk
6420 about binary data encoding.
6421 (Packets): Refer to the overview for the details of the X
6422 packet encoding.
6423 (General Query Packets): Remove qPart description. Add qXfer
6424 description. Add an anchor to qSupported. Correct feature
6425 table title. Add a new feature for qXfer:auxv:read.
6426 (Interrupts): Add a missing parenthesis.
6427
2ec3381a
DJ
64282006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
6429
669fac23 6430 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
6431 (GDB/MI Kod Commands): Remove commented out node.
6432
594fe323
EZ
64332006-07-01 Eli Zaretskii <eliz@gnu.org>
6434
6435 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
6436 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
6437 (GDB/MI Thread Commands, GDB/MI Program Execution)
6438 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
6439 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
6440 (GDB/MI File Commands, GDB/MI Target Manipulation)
6441 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
6442 since the MI prompt is hard-wired into the code.
6443
7e3fb70c
NR
64442006-07-01 Nick Roberts <nickrob@snap.net.nz>
6445
6446 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
6447 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
6448 (GDB/MI Data Manipulation): Remove description of unimplemented
6449 display related commands as variable objects perform this function
6450 and are superior: -display-delete, -display-disable,
6451 -display-enable, -display-insert and -display-list. Move
6452 -environment-cd, -environment-directory, -environment-path
6453 and -environment-pwd to "Program Context".
6454 (GDB/MI Program Control): Rename to "Program Execution". Move
6455 -exec-arguments -exec-abort to...
6456 (GDB/MI Program Context): ...here. New node split from "Data
6457 Manipulation".
6458
be2a5f71
DJ
64592006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
6460
6461 * gdb.texinfo (Remote configuration): Document set / show
6462 remote supported-packets.
6463 (General Query Packets): Document qSupported packet.
6464
fc320d37
SL
64652006-06-10 Sandra Loosemore <sandra@codesourcery.com>
6466
6467 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
6468 and font markup.
6469 (Protocol basics): Likewise.
6470 (The F request packet): Likewise.
6471 (The F reply packet): Likewise.
6472 (Memory transfer): Move this node to be a subsubsection of
6473 "Protocol specific representation of datatypes".
6474 (The Ctrl-C message): More copy editing.
6475 (Console I/O): Likewise.
6476 (The isatty call): Delete this node, and merge its content into
6477 the "isatty" node. Fixed references elsewhere.
6478 (The system call): Delete this node, and merge its content into
6479 the "system" node. Fixed references elsewhere.
6480 (open): Reformat to use @table, and add appropriate font markup.
6481 (close): Likewise.
6482 (read): Likewise.
6483 (write): Likewise.
6484 (lseek): Likewise.
6485 (rename): Likewise.
6486 (unlink): Likewise.
6487 (stat/fstat): Likewise.
6488 (gettimeofday): Likewise.
6489 (isatty): Likewise.
6490 (system): Likewise, plus minor changes to fix confusing wording.
6491 (Integral datatypes): Fix font markup.
6492 (Pointer values): Likewise.
6493 (struct stat): Fix markup to use @table, plus minor copy editing.
6494 (struct timeval): Fix font markup, plus minor copy editing.
6495 (Constants): Minor copy editing.
6496 (Errno values): Add font markup.
6497 (File-I/O Examples): Likewise.
6498
158fdf5c
NR
64992006-06-10 Nick Roberts <nickrob@snap.net.nz>
6500
6501 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
6502 (GDB/MI Simple Examples): Move node up one level. Use real
6503 examples.
6504 (GDB/MI Compatibility with CLI): Update.
6505 (GDB/MI Result Records): Add "connected" and "exit" result
6506 classes.
6507 (GDB/MI Stream Records): Clarify target output.
6508 (GDB/MI Command Description Format): Modify example description.
6509 (GDB/MI Breakpoint Table Commands): Rename to...
6510 (GDB/MI Breakpoint Commands): ...this
6511 (GDB/MI Breakpoint Commands): Add optional thread field.
6512 (GDB/MI Program Control): Add an introduction. Move "Program
6513 termination" examples into exec-run description.
6514 (GDB/MI File Commands): Mention similar CLI commands.
6515 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
6516 is similar to "-gdb-version".
6517
ddb50cd7
EZ
65182006-06-09 Eli Zaretskii <eliz@gnu.org>
6519
6520 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
6521
2aef0d6b
NR
65222006-06-02 Nick Roberts <nickrob@snap.net.nz>
6523
6524 * gdb.texinfo (GDB/MI Development and Front Ends): Use
6525 sourceware.org for mailing lists.
d5e40d59 6526 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 6527
383a5c52
NR
65282006-06-01 Nick Roberts <nickrob@snap.net.nz>
6529
d5e40d59 6530 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 6531
e16b02ee
EZ
65322006-05-22 Eli Zaretskii <eliz@gnu.org>
6533
6534 * gdb.texinfo (Cygwin Native): Fix last change.
6535
be90c084
CF
65362006-05-22 Christopher Faylor <cgf@timesys.com>
6537
6538 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
6539
347ceba5
NR
65402006-05-15 Nick Roberts <nickrob@snap.net.nz>
6541
6542 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
6543 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
6544
369af7bd
DJ
65452006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6546
6547 * gdb.texinfo (General Query Packets): Recommend not starting
6548 new packets with qC and clarify.
6549
2ffdbde8 65502006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
6551
6552 * gdb.texinfo (M2 Types): New section.
72019c9c 6553
16d1a084
DJ
65542006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
6555
6556 * agentexpr.texi: Add a copyright and license notice.
6557 * observer.texi: Likewise, with GPL clause for function prototypes.
6558 Remove trailing whitespace.
6559
aa56d27a
JB
65602006-05-05 Jim Blandy <jimb@codesourcery.com>
6561
6562 * gdb.texinfo (General Query Packets): Document conventions for
6563 terminating packet names, and their violations.
6564
5bdf8622
DJ
65652006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
6566
6567 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
6568 * gdb.texinfo: Likewise.
6569
605a56cb
DJ
65702006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
6571
6572 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
6573 and "show remotedebug".
6574 (Debugging Output): Add additional index entries.
6575
b8db102d
MS
65762006-04-27 Michael Snyder <msnyder@redhat.com>
6577
6578 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
6579
c5e30d01
AC
65802006-04-22 Andrew Cagney <cagney@redhat.com>
6581
6582 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
6583 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
6584
8181d85f
DJ
65852006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
6586
6587 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
6588 and remove breakpoint prototypes.
6589 (Watchpoints): Move description of target_insert_hw_breakpoint and
6590 target_remove_hw_breakpoint ...
6591 (Breakpoints): ... to here. Document target_insert_breakpoint and
6592 target_remove_breakpoint.
6593
4f553f88
JB
65942006-04-17 Jim Blandy <jimb@codesourcery.com>
6595
6596 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
6597 and C packets are optional.
6598
cd852561
FR
65992006-04-14 Frederic Riss <frederic.riss@st.com>
6600
6601 * gdb.texinfo (Specifying source directories): Update the description
6602 of the source file search to reflect the fact that the source path
6603 always contains at least $cdir and $cwd.
6604
b620eb07
MS
66052006-03-31 Michael Snyder <msnyder@redhat.com>
6606
6607 * gdb.texinfo: Update copyright dates.
6608
3156cdaf
EZ
66092006-03-31 Eli Zaretskii <eliz@gnu.org>
6610
6611 * gdb.texinfo (Overview): Add an index entry to "empty response".
6612
7d30c22d
JB
66132006-03-28 Jim Blandy <jimb@codesourcery.com>
6614
6615 * gdbint.texinfo (Prologue Analysis): New section.
6616
86941c27
JB
66172006-03-07 Jim Blandy <jimb@red-bean.com>
6618
66b8c7f6
JB
6619 * gdb.texinfo (Connecting): Document 'target remote pipe'.
6620
1a10341b
JB
6621 * gdb.texinfo (Target Commands): Update text describing how to
6622 specify a target. Refer to the detailed section on remote
6623 debugging, not the brief mention.
6624
86941c27
JB
6625 * gdb.texinfo (Connecting): Organize the different 'target remote'
6626 connection methods into a table. Add a 'target remote' index
6627 entry. (!!!)
6628
62f3a2ba
FF
66292006-02-17 Fred Fish <fnf@specifix.com>
6630
6631 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
6632 'ptype' commands to reflect the fact that the only significant
6633 difference between them is that ptype prints the complete type
6634 description instead of just the name.
6635
8b9a88ea
WZ
66362006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
6637
6638 * gdbint.texinfo (Watchpoints): Delete
6639 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
6640
7e8dc855
NR
66412006-02-10 Nick Roberts <nickrob@snap.net.nz>
6642
6643 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
6644 times fields where needed. Fix typos. Update general form given
6645 for output of -break-insert.
6646 (GDB/MI): Abbreviate some unnecessarily long fullnames.
6647
c91d38aa
DJ
66482006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
6649
6650 * gdbint.texinfo (Symbol Handling): Add a section
6651 on memory management.
6652
38fcd64c
DJ
66532006-02-06 Vladimir Prus <ghost@cs.msu.su>
6654
6655 * gdb.texinfo (Breakpoint table commands): Document the fullname
6656 field in -break-list output.
6657
219eec71
EZ
66582006-02-03 Eli Zaretskii <eliz@gnu.org>
6659
6660 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
6661 debugging information produced by the various "set debug..."
6662 options.
6663
ae5a43e0
DJ
66642006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6665
6666 * gdb.texinfo (Files): Remove obsolete bits from the description
6667 of "symbol-file".
6668
a9f158ec
JB
66692006-01-25 Jim Blandy <jimb@redhat.com>
6670
6671 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
6672
410dd08e
JB
66732006-01-24 Jim Blandy <jimb@redhat.com>
6674
6675 * gdbint.texinfo (Frames): Document the basics of GDB's register
6676 unwinding model, and explain the existence of the "sentinel" frame.
6677
4b505b12
AS
66782006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
6679
6680 * gdb.texinfo (Choosing files): Mention that -directory is used
6681 for script files.
6682 (Specifying source directories): Likewise.
6683 (Command files): Explain how script files are found.
6684
839c27b7
EZ
66852006-01-21 Eli Zaretskii <eliz@gnu.org>
6686
6687 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
6688 the threads in a multi-threaded program.
6689 (Threads): The threadno argument of "thread apply" can be a range
6690 of numbers.
6691
7be93b9e
JB
66922006-01-18 Jim Blandy <jimb@redhat.com>
6693
6694 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
6695 of warning flags.
6696
fcc73fe3
EZ
66972006-01-13 Eli Zaretskii <eliz@gnu.org>
6698
6699 * gdb.texinfo (Sequences): Improve menu annotations.
6700 (Define): Add index entries for arguments of user-defined
6701 commands. Move the description of flow-control commands...
6702 (Command Files): ...to here. Document loop_break and
6703 loop_continue.
ca91424e
EZ
6704 (Define, Command Files): Document `end' and add index entries for
6705 it.
fcc73fe3 6706
5c95884b
MS
67072006-01-04 Michael Snyder <msnyder@redhat.com>
6708
6709 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 6710 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 6711
860701dc
PH
67122006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
6713
6714 * gdb.texinfo (Omissions from Ada): Document that there is now
6715 limited aggregate support.
6716
36b80e65
EZ
67172005-12-28 Eli Zaretskii <eliz@gnu.org>
6718
6719 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
6720 registers and the likes.
6721
c1468174
EZ
67222005-12-24 Eli Zaretskii <eliz@gnu.org>
6723
6724 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
6725 (Symbols): Fix usage of "e.g.".
359df76b 6726 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
6727
6728 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
6729 (Coding): Fix usage of "e.g.".
6730
c02a867d
EZ
67312005-12-23 Eli Zaretskii <eliz@gnu.org>
6732
5ae4183a
AS
6733 * stabs.texinfo:
6734 * refcard.tex:
c02a867d 6735 * gpl.texi:
5ae4183a
AS
6736 * gdbint.texinfo:
6737 * gdb.texinfo:
6738 * gdb-cfg.texi:
c02a867d 6739 * fdl.texi:
5ae4183a
AS
6740 * annotate.texinfo:
6741 * all-cfg.texi:
c02a867d
EZ
6742 * Makefile.in: Add (C) after Copyright. Update the FSF
6743 address.
6744
fad38dfa
EZ
67452005-12-03 Eli Zaretskii <eliz@gnu.org>
6746
6747 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
6748 extend GDB with commands for external monitor.
6749
53e5f3cf
AS
67502005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
6751
6752 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
6753
55f6ca0f
JB
67542005-11-25 Joel Brobecker <brobecker@adacore.com>
6755
6756 * gdbint.texinfo (Start of New Year Procedure): New chapter.
6757
c1947b85
JB
67582005-11-21 Jim Blandy <jimb@redhat.com>
6759
6760 * gdb.texinfo (Tracepoint Packets): Document restrictions on
6761 placement of 'R' actions in tracepoint action packets; document
6762 dependence of 'X' and 'M' actions on a preceding 'R' action for
6763 their registers.
6764
9d29849a
JB
67652005-11-19 Jim Blandy <jimb@redhat.com>
6766
6767 * gdb.texinfo (Tracepoint Packets): New node.
6768 (General Query Packets): Add entries for the tracepoint packets,
6769 referring to the "Tracepoint Packets" node.
6770 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 6771
9a6253be
KB
67722005-11-18 Kevin Buettner <kevinb@redhat.com>
6773
6774 * gdb.texinfo (set remotebreak): Add anchor.
6775 (X packet): Likewise.
6776 (Remote Protocol): Add new section `Interrupts' and new index
6777 entry `interrupts (remote protocol)'.
6778
5f3bebba
JB
67792005-11-18 Jim Blandy <jimb@redhat.com>
6780
6781 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
6782 entries into the General Query Packets section. Add a
6783 cross-reference to that section. Drop description of replies, as
6784 these are covered in the descriptions of each packet.
6785 (General Query Packets): Add introductory text. Explain naming
6786 conventions, and how the end of a name is recognized.
6787
9a7a1b36
KB
67882005-11-17 Kevin Buettner <kevinb@redhat.com>
6789
0564b6cf 6790 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
6791 "set remotebreak" command.
6792
b8ff78ce
JB
67932005-11-16 Jim Blandy <jimb@redhat.com>
6794
6795 * gdb.texinfo (Packets, Stop Reply Packets)
6796 (General Query Packets): Various formatting cleanups.
6797 - Use @samp for packet contents.
6798 - Drop summaries from packet @item lines; the same information appears
6799 immediately below in the description.
6800 - Delete paragraph breaks after packet @item commands, so that the
6801 description appears directly to the right of the packet prototype
6802 in the printed manual, if it fits.
6803 - Place spaces in packet prototypes between @vars and non-@var
6804 letters, and explain that they're just for formatting.
6805 - Use @dots{} instead of '...'.
6806 - Fix uses of @code where @var was needed.
6807 - Replace "deprecated" markers with English text spelling out the
6808 packet's status and the preferred alternatives.
6809 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
6810 what this ever meant.
6811 - Remove "(draft)" markers on 'i' packets; nobody has commented on
6812 this for a long time.
6813 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
6814 implemented several times, and have been in use for years.
6815
8ffe2530
JB
68162005-11-15 Jim Blandy <jimb@redhat.com>
6817
c43c5473
JB
6818 * gdb.texinfo (Packets): Add index entries for 'm' packet
6819 disclaimers.
5ae4183a 6820
fb031cdf
JB
6821 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
6822 of stub when processing an 'm' packet.
6823
8ffe2530
JB
6824 * gdb.texinfo (Packets): Mention that packets beginning with
6825 letters are reserved once, at the top, instead of actually listing
6826 them all and saying "reserved".
6827
c03c782f
AS
68282005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
6829
6830 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
6831 Change @var{$arg0 to @code{$arg0.
6832
814e32d7
WZ
68332005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
6834
6835 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
6836
fa93a9d8
JB
68372005-11-12 Jim Blandy <jimb@redhat.com>
6838
6839 * gdb.texinfo (General Query Packets): Put packets in alphabetical
6840 order. Remove extraneous 'z'.
6841
8a5a3c82
AS
68422005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
6843
6844 * gdb.texinfo (Choosing files): Add --eval-command.
6845
4b0ad762
AS
68462005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
6847
6848 * gdb.texinfo (Choosing modes): Add --return-child-result.
6849
6850
1a088d06
AS
68512005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
6852
6853 * gdb.texinfo (Choosing modes): Add --batch-silent.
6854
656d5e12
EZ
68552005-10-28 Eli Zaretskii <eliz@gnu.org>
6856
6857 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
6858 "The -var-update Command".
6859
3c9c013a
JB
68602005-10-03 Joel Brobecker <brobecker@adacore.com>
6861
6862 * gdb.texinfo (Print Settings): Add documentation for set/show
6863 print array-indexes.
6864
7ba3cf9c
DJ
68652005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
6866
6867 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
6868 6.2 and 6.3.
6869
a94ab193
EZ
68702005-08-27 Eli Zaretskii <eliz@gnu.org>
6871
6872 * gdb.texinfo (File Options): Don't document --mapped, it's gone
6873 since 19-Jan-2004.
6874 (Files): Likewise.
ab1adacd
EZ
6875 (Variables, Symbols): Document the "<incomplete type>" message and
6876 its reasons.
a94ab193 6877
ca06016a
FF
68782005-08-01 Fred Fish <fnf@specifix.com>
6879
6880 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
6881
cf58170d
NR
68822005-07-15 Nick Roberts <nickrob@snap.net.nz>
6883
6884 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
6885 option for -var-list-children and -var-update.
6886 (GDB/MI Stack Manipulation): Simplify description of
6887 print-values option for -stack-list-locals.
6888 (GDB/MI Command Description Format): Clarify.
6889 (Mode Options): Spelling of superseded.
6890
38f1196a
BR
68912005-07-12 Bob Rossi <bob@brasko.net>
6892
6893 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
6894 corresponding GDB command comment.
6895
3cb3b8df
BR
68962005-07-06 Bob Rossi <bob@brasko.net>
6897
6898 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
6899 and -inferior-tty-show.
6900 (Input/Output): Document "set/show inferior-tty" and tty alias.
6901
10fac096
NW
69022005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
6903
6904 * gdb.texinfo (Packets): Change description of 'D' packet to note
6905 that GDB does wait for a response.
6906
d1b6db76
NR
69072005-06-22 Nick Roberts <nickrob@snap.net.nz>
6908
6909 * gdb.texinfo (History) Rename "Command History".
6910 (Command History): Move node "Server Prefix" from section on
6911 Annotations here.
6912
29629dcf
NR
69132005-06-19 Nick Roberts <nickrob@snap.net.nz>
6914
6915 * gdb.texinfo (GDB/MI Stack Manipulation):
6916 Re-instate -stack-info-frame with example. Say that it gets
6917 info on selected frame, not current frame.
6918
397ca115
EZ
69192005-06-18 Eli Zaretskii <eliz@gnu.org>
6920
6921 * gdb.texinfo (Server): Clarify that `file' should be used before
6922 connecting to the server.
6923 (Files): Add an xref to the above description.
51274035
EZ
6924 (Output Formats): More detailed description of the `c' format.
6925 (Memory): List explicitly all the formats supported by `x'.
638ac427 6926 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 6927 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
6928 files. Add more indexing for solib-absolute-prefix and
6929 --with-sysroot.
76d17f34
EZ
6930 (Machine Code): Document possible problems with locations in
6931 shared libraries.
d416eeec
EZ
6932 (Backtrace): Document that free-standing environments do not need
6933 to have a `main' function.
397ca115 6934
74f6deaa
NR
69352005-06-18 Nick Roberts <nickrob@snap.net.nz>
6936
6937 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
6938 -stack-info-frame.
6939
a9967aef
AC
69402005-06-07 Andrew Cagney <cagney@gnu.org>
6941
6942 * gdb.texinfo (Contributors): Note the original multi-arch
6943 contributors.
6944
e09f16f9
EZ
69452005-06-03 Eli Zaretskii <eliz@gnu.org>
6946
6947 * gdb.texinfo (Registers): Add index entries for the standard
6948 registers.
6949 (Frames): Add cross-reference from frame pointer description to
6950 the Registers node.
6951 (Annotations Overview): Fix the reference to GDB name.
6952
d87ba7ee
EZ
69532005-06-01 Eli Zaretskii <eliz@gnu.org>
6954
6955 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
6956 can-use-hw-watchpoints.
6957
034dad6f
BR
69582005-05-28 Bob Rossi <bob@brasko.net>
6959
6960 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
6961 the possible reasons why an exec async record would be returned to FE.
6962
ffed4509
AC
69632005-05-26 Andrew Cagney <cagney@gnu.org>
6964
6965 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
6966 Andrew Cagney implemented the original GDB/MI.
6967
e22e55c9
OF
69682005-05-23 Orjan Friberg <orjanf@axis.com>
6969
6970 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
6971 documentation. Add documentation for cris-mode.
6972
a78e13ce
EZ
69732005-05-20 Eli Zaretskii <eliz@gnu.org>
6974
6975 * gdb.texinfo (Numbers): Explain the example and make the wording
6976 more acurate.
6977
76ff342d
DJ
69782005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
6979 Dennis Brueni <dennis@slickedit.com>
6980
6981 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
6982 (GDB/MI Data Manipulation, GDB/MI Program Control)
6983 (GDB/MI Stack Manipulation): Update examples to include the fullname
6984 attribute in stack frames.
6985
119b882a
EZ
69862005-05-12 Eli Zaretskii <eliz@gnu.org>
6987
6988 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
6989 do with other non-standard names of init files.
6990
6fc08d32
EZ
69912005-05-11 Eli Zaretskii <eliz@gnu.org>
6992
6993 * gdb.texinfo (Command Files): Move the description of the startup
6994 from here...
6995 (Startup): ...to this new subsection of the Invocation chapter.
6996 Rearrange the description of init files more logically and add a
6997 cross-reference to "Command Files". Document the special gdbinit
6998 name for CISCO 68k. Expand the description of what GDB does
6999 during startup.
7000 (History): Add index entry for HISTSIZE.
7001
a561754a
MK
70022005-05-02 Mark Kettenis <kettenis@gnu.org>
7003
7004 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
7005
2eecc4ab
EZ
70062005-05-02 Eli Zaretskii <eliz@gnu.org>
7007
7008 * gdb.texinfo (SVR4 Process Information, The isatty call)
7009 (The system call): Don't use foo(N) notation for man pages and
7010 functions.
514c4d71 7011 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 7012
18999be5
EZ
70132005-04-27 Eli Zaretskii <eliz@gnu.org>
7014
7015 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
7016 were optimized away.
7017
0abb7bc7
EZ
70182005-04-22 Eli Zaretskii <eliz@gnu.org>
7019
7020 * gdb.texinfo (Remote configuration): Document "set/show
7021 get-thread-local-storage-address". Add cross-reference to the
7022 description of the qGetTLSAddr packet.
7023 (General Query Packets): Mention "set remote
7024 get-thread-local-storage-address" and add a reference to its
7025 description.
7026
6f61acb1
NR
70272005-04-19 Nick Roberts <nickrob@snap.net.nz>
7028
7029 * gdb.texinfo (Backtrace): Describe 'bt full'.
7030
9d59903a
NR
70312005-04-17 Nick Roberts <nickrob@snap.net.nz>
7032
7033 * gdb.texinfo (Mode Options): Fix typo.
7034 (GDB/MI): Describe how to invoke GDB/MI.
7035
721c2651
EZ
70362005-04-16 Eli Zaretskii <eliz@gnu.org>
7037
7038 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 7039 references changed. Add description of "info udot".
721c2651
EZ
7040 (Files): Document "set/show stop-on-solib-events".
7041 (M32R/D): Document "set/show download-path", "set/show
7042 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
7043 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
7044 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
7045 (Maintenance Commands): Improve indexing.
7046 (Target Commands): Document "set/show hash", "set/show debug
7047 monitor".
7048 (SVR4 Process Information): Document "info pidlist" and "info
7049 meminfo". Document "set/show procfs-tarce" and "set/show
7050 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
7051 (Symbols, The Print Command with Objective-C): Improve indexing.
7052 (Objective-C): Add references to "info classes" and "info
7053 selectors".
c45da7e6
EZ
7054 (Debugging Output): Improve wording. Document "set/show debug
7055 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
7056 (Set Breaks): Add index entry for "hardware breakpoints".
7057 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
7058 and "set/show usehardbreakpoints".
7059 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
7060 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
7061 (ARM): Document "rdilogfile", "rdilogenable", "set/show
7062 rdiromatzero", "set/show rdiheartbeat".
7063 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
7064 "sds".
7065 (Embedded Processors): Document the "sim" command.
7066 (Remote): Document the "remote" command.
7067 (DJGPP Native): Document the "info serial" command.
7068 (Threads): Document "maint info sol-threads".
7069 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
7070 (Set Breaks): Improve indexing.
7071 (Command Syntax): Add a reference to dont-repeat.
7072 (Define): Document "dont-repeat".
7073 (TUI Commands): Document "tabset".
7074 (WinCE): New subsection. Document "set/show remotedirectory",
7075 "set/show remoteupload", "set/show remoteaddhost".
721c2651 7076
14d6dd68
EZ
70772005-04-15 Eli Zaretskii <eliz@gnu.org>
7078
7079 * gdb.texinfo (Hurd Native): New subsection, documents
7080 Hurd-specific commands.
a64548ea 7081 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 7082 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
7083 (MIPS): Improve documentation of heuristic-fence-post. Document
7084 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
7085 mips stack-arg-size", "set/show mips mask-address", "set/show mips
7086 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 7087 (ARM): Document ARM-specific commands.
a64548ea
EZ
7088 (AVR): New section. Document "info io_registers".
7089 (CRIS): New section. Document "set/show cris-version" and
7090 "set/show cris-dwarf2-cfi".
7091 (HPPA): New section. Document "set/show debug hppa" and "maint
7092 print unwind".
a5adf40f 7093 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 7094 (Super-H): New section. Document the "regs" command.
721c2651 7095 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 7096
9c16f35a
EZ
70972005-04-09 Eli Zaretskii <eliz@gnu.org>
7098
7099 * gdb.texinfo (Print Settings): Document "set/show print
7100 pascal_static-members", "set print repeats", "show print
7101 null-stop". Improve indexing. Fix documentation of "set print
7102 union".
7103 (Pascal): New section.
7104 (Supported languages): Rename from "Support"; all references
7105 updated. Add a menu item for Pascal.
7106 (Numbers): Document "set radix.
7107 (Screen Size): Document "set/show pagination".
7108 (MIPS Embedded): Remove "set processor" documentation.
7109 (Remote configuration): Document "set/show X/P/Z-packet",
7110 "set/show read-aux-vector-packet", "set/show remote
7111 symbol-lookup-packet", "set/show remote verbose-resume-packet",
7112 "set/show remoteaddresssize", "set/show remotebaud", "set/show
7113 remotedebug", "set/show remotebreak", "set/show remotedevice",
7114 "set/show remotelogfile".
7115 (Auxiliary Vector): Add reference to the description of the
7116 read-aux-vector-packet setting.
7117 (Set Watchpoints): Add a cross-reference to "set remote
7118 hardware-breakpoint-limit".
7119 (General Query Packets): Add indexing of requests and
7120 cross-references to related commands in "Remote configuration".
7121 (File-I/O Overview, The system call): Fix wording and typos.
7122 (Thread Stops): Add index entries.
7123 (Continuing and Stepping): Document "show step-mode".
7124 (i386): New node. Document "set/show struct-convention".
7125 (Files): Document "show trust-readonly-sections".
7126 (Calling): Document "set/show unwindonsignal".
7127 (Messages/Warnings): Add index entries.
7128 (Maintenance Commands): Document "set/show watchdog".
7129 (Annotations Overview): Document "show annotate".
7130 (Set Watchpoints): Add index entries.
7131 (Symbols): Fix doc of case-sensitive.
7132 (ABI): Document "show coerce-float-to-double".
7133 (Convenience Vars, Help): Improve indexing.
7134 (Machine Code): Document "show disassembly-flavor".
7135 (Debugging C plus plus): Document "show overload-resolution".
7136 (Value History, Signaling): Add index entries.
7137
71382005-04-08 Eli Zaretskii <eliz@gnu.org>
7139
7140 * gdb.texinfo (Show): Move @kindex entries to their proper places.
7141 (Processes): Fix wording.
7142 (History, List, Logging output, Define, Symbols, Print Settings):
7143 Improve indexing.
7144
a8f24a35
EZ
71452005-04-03 Eli Zaretskii <eliz@gnu.org>
7146
7147 * gdb.texinfo (Targets): Document "set/show architecture". Remove
7148 redundant index entry for "target" command.
7149 (Backtrace): Add index entries.
7150 (Symbols, Fortran): Document the "set case-sensitive" command.
7151 (DJGPP Native): Document "set com1base", "set com1irq", etc.
7152 (Print Settings): Add index entry for "set demangle-style".
7153 (Target Commands): Document "set download-write-size".
7154 (Debugging Output): Document "set exec-done-display".
7155
09d4efe1
EZ
71562005-04-02 Eli Zaretskii <eliz@gnu.org>
7157
7158 * gdb.texinfo (Files): Fix the name and documentation of
7159 add-shared-symbol-files. Document its alias assf. Update the
7160 list of OSs where GDB supports shared libraries. Fix markup.
7161 (Continuing and Stepping): Add reference to @var{location} in the
7162 text.
7163 (Dump/Restore Files): Fix reference to @{filename}.
7164 (Help): Fix wording.
7165 (Attach): Ditto.
7166 (Set Watchpoints): Ditto.
7167 (Backtrace): Remove redundant index entries. Improve index
7168 entries.
7169 (Delete Breaks): Fix wording.
7170 (Memory): Document the compare-sections command.
7171 (Memory Region Attributes): Improve wording.
7172 (Disabling): Improve wording.
7173 (Fortran): New subsection. Document the "info common" command.
7174 (Help): Document aliases "info copying" and "info warranty".
7175 (Caching Remote Data): New section. Document the "set/show
7176 remotecache" and "info dcache" commands.
7177 (Show): Fix wording of the documentation of the "set
7178 extension-language" command.
7179 (Signals): Add index entry for "info handle".
7180 (Memory Region Attributes): Fix punctuation.
7181 (Symbols): Change the arg name to "location" and refer to it in
7182 the text. Fix wording of "info types" doc.
7183 (Threads): Fix usage of @enumerate @item's.
7184 (Listing Tracepoints): Add index entry for "info tp".
7185 (Set Watchpoints): Add xref to "info break" description.
7186 (Macros): Add an index entry for "macro exp1". Document the
7187 "macro list" command.
7188 (Maintenance Commands): Document "flushregs", "maint agent",
7189 "maint check-symtabs", "maint cplus", "maint demangle", "maint
7190 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
7191 "maint print architecture", "maint print objfiles", "maint print
7192 statistics", "maint print type", "maint show-debug-regs", "maint
7193 space", "maint time", and "maint translate-address".
7194 (Connecting): Document the "monitor" command.
7195 (Annotations Overview): Describe the "set annotate" command.
7196
82f2d802
EZ
71972005-04-01 Eli Zaretskii <eliz@gnu.org>
7198
7199 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
7200 Rearrange index entries and improve wording about support for
7201 hardware watchpoints.
7202
7d51c7de
BR
72032005-03-10 Bob Rossi <bob@brasko.net>
7204
7205 * gdb.texinfo: Update copyright
7206
68c71a2e
TR
72072005-02-09 Theodore A. Roth <troth@openavr.org>
7208
7209 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
7210 error.
7211
83761cbd
KB
72122005-02-03 Kevin Buettner <kevinb@redhat.com>
7213
7214 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
7215
9f1c6395
MS
72162005-01-17 Michael Snyder <msnyder@redhat.com>
7217
7218 * gdb.texinfo: Fix spelling, infinte -> infinite.
7219
fbd1b305
MK
72202005-01-08 Mark Kettenis <kettenis@gnu.org>
7221
7222 * observer.texi (GDB Observers): Document "solib_loaded".
7223
3ace7edb
AC
72242005-01-07 Andrew Cagney <cagney@gnu.org>
7225
bec39cab
AC
7226 * configure.ac: Rename configure.in, require autoconf 2.59.
7227 * configure: Re-generate.
7228
3ace7edb
AC
7229 * configure.in: Replace configdirs with multiple references to
7230 AC_CONFIG_SUBDIRS.
7231 * configure: Re-generate.
5ae4183a 7232
53531fc1
AC
72332005-01-04 Andrew Cagney <cagney@gnu.org>
7234
7235 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
7236 part of the version number.
7237
536ffdb7
MK
72382004-12-24 Mark Kettenis <kettenis@gnu.org>
7239
7240 * gdbint.texinfo (Algorithms): Remove description of
7241 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
7242
e1aac25b
JB
72432004-12-07 Jim Blandy <jimb@redhat.com>
7244
7245 * gdb.texinfo (General Query Packets): Specify that thread ID's in
7246 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
7247 numbers.
7248
f47b1503
AS
72492004-12-07 Andreas Schwab <schwab@suse.de>
7250
7251 * gdb.texinfo (Mode Options): Document -l option.
7252
b6b8ece6
EZ
72532004-12-04 Eli Zaretskii <eliz@gnu.org>
7254
7255 * gdbint.texinfo (Algorithms): More accurate description of
7256 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
7257 is not needed unless data-read and data-access watchpoints are
7258 supported. Add a description of how GDB checks whether the
7259 inferior stopped because a watchpoint was hit.
7260
01371747
EZ
72612004-11-23 Eli Zaretskii <eliz@gnu.org>
7262
7263 * gdb.texinfo (Files): Add cross-reference to description of
7264 -readnow command-line switch.
7265
2315ffec
RC
72662004-11-10 Randolph Chung <tausq@debian.org>
7267
7268 * gdb.texinfo: Document set/show backtrace past-entry commands.
7269 Rearrange index entries for set/show backtrace past-main.
7270
69065f5d
AC
72712004-11-10 Jon Beniston <jon@beniston.com>
7272
7273 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
7274 * gdb.texinfo (Remote Serial Protocol): Further describe
7275 binary transfer escaping mechanism .
69065f5d 7276
30e91e0b
RC
72772004-11-08 Randolph Chung <tausq@debian.org>
7278
7279 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
7280 and "show debug infrun". Add index entries.
7281
60bf7e09
EZ
72822004-10-23 Eli Zaretskii <eliz@gnu.org>
7283
7284 * gdb.texinfo (SVR4 Process Information): Document subcommands of
7285 "info proc" that are already implemented. Add index entries.
7286 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
7287 (Files): Add a tip for decreasing memory used for symtabs from
7288 shared libraries.
f018e82f
EZ
7289 (Starting): Fix whitespace; make "elaboration" stand out where it
7290 is first used, and add an index entry for the term.
f8568604
EZ
7291 (Calling): Expand and elaborate text. Add "print". Add the
7292 description of problems with weak aliases.
384ee23f 7293 (Core File Generation): New section.
60bf7e09 7294
d52fe014
AC
72952004-10-12 Andrew Cagney <cagney@gnu.org>
7296
7297 * gdbint.texinfo (Versions and Branches): New chapter.
7298 (Releasing GDB): Delete "Versions and Branches" section.
7299 (Top): Add "Versions and Branches".
7300
703663ab
EZ
73012004-10-08 Eli Zaretskii <eliz@gnu.org>
7302
7303 * gdb.texinfo (Editing, History): Add cross-references to the
7304 included Readline and History user documentation. Remove
7305 references to the symbol have-readline-appendices which is unused
7306 and undefined.
7307 (History): Fix indexing.
7308
ac77d04f
JJ
73092004-10-08 Jeff Johnston <jjohnstn@redhat.com>
7310
7311 * gdbint.texinfo (target_stopped_data_address): Update to
7312 new prototype.
7313 (i386_stopped_data_address): Update prototype and description.
7314 (i386_stopped_by_watchpoint): New function and description.
7315
e07c999f
PH
73162004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
7317
7318 * gdb.texinfo (Filenames): Add Ada suffixes.
7319 (Ada) New section.
7320
2e868123
AC
73212004-09-27 Andrew Cagney <cagney@gnu.org>
7322 Robert Picco <Robert.Picco@hp.com>
7323
7324 * gdb.texinfo (Packets): Document the "p" packet.
7325
02a57714
JM
73262004-09-21 Jason Molenda (jmolenda@apple.com)
7327
7328 * gdb.texinfo (Paths and Names of the Source Files): Document the
7329 meaning of values in the 'desc' field of a SO stab.
7330
ae038cb0
DJ
73312004-09-20 Daniel Jacobowitz <dan@debian.org>
7332
7333 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
7334 max-cache-age" and "maint show dwarf2 max-cache-age".
7335
f7dc1244
EZ
73362004-09-16 Eli Zaretskii <eliz@gnu.org>
7337
7338 * gdb.texinfo (Set Breaks): Add index entry for setting
7339 breakpoints on overloaded C++ functions that are not members of
7340 any classes. Add an example and an index entry for setting
7341 breakpoints on all program functions.
7342 (Character Sets, Macros, Overlay Commands)
7343 (Non-debug DLL symbols, GDB/MI Output Syntax)
7344 (Annotations Overview, Maintenance Commands, File-I/O Overview):
7345 Use "(@value{GDBP})" instead of a literal "(gdb)".
7346
f810308b
AC
73472004-09-12 Andrew Cagney <cagney@gnu.org>
7348
7349 * gdbint.texinfo (Native Debugging): Delete description of
7350 FILES_INFO_HOOK.
7351
15a661f3
PH
73522004-09-11 Paul Hilfinger <hilfinger@gnat.com>
7353
5ae4183a
AS
7354 * gdbint.texinfo (User Interface): Change local_hex_string_custom
7355 to hex_string_custom (not historically correct, but more
15a661f3
PH
7356 understandable, given the current code).
7357
f3219c75
AC
73582004-09-03 Andrew Cagney <cagney@gnu.org>
7359
7360 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
7361
f3bb6704
JJ
73622004-09-01 Jeff Johnston <jjohnstn@redhat.com>
7363
7364 * observer.texi (solib_unloaded): New observer.
7365
8d2c00cb
AC
73662004-08-24 Andrew Cagney <cagney@gnu.org>
7367
7368 * gdbint.texinfo (Target Architecture Definition): Add missing
7369 comma.
7370
e7dc800a
MC
73712004-08-20 Michael Chastain <mec.gnu@mindspring.com>
7372
7373 * (Using the Testsuite): build != host is supported,
7374 but some test scripts do not support build != host.
7375
73b03683
MK
73762004-08-14 Mark Kettenis <kettenis@gnu.org>
7377
7378 * gdbint.texinfo (Host Definition): Delete description of
7379 FCLOSE_PROVIDED and GETENV_PROVIDED.
7380
c0ccb908
MK
73812004-08-05 Mark Kettenis <kettenis@chello.nl>
7382
7383 * gdbint.texinfo (Host Definition): Delete description of
7384 NO_SYS_FILE.
7385 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
7386 PTRACE_FP_BUG.
7387
9c8dbfa9
AC
73882004-08-05 Andrew Cagney <cagney@gnu.org>
7389
7390 * gdbint.texinfo (Target Architecture Definition): Delete
7391 reference to deprecated_read_fp.
7392
f42accbe
AC
73932004-08-02 Andrew Cagney <cagney@gnu.org>
7394
7395 * gdbint.texinfo (Target Architecture Definition): Delete
7396 description of DEPRECATED_REGISTER_BYTES.
7397
0b66e38c
EZ
73982004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
7399
7400 * gdb.texinfo (Source Path): Document the new behavior of
7401 searching for the source files.
7402
15387254
EZ
74032004-07-17 Eli Zaretskii <eliz@gnu.org>
7404
7405 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
7406 (Search, Expressions, Arrays, Variables, Data, Machine Code)
7407 (Auto Display): Improve indexing.
7408
2c07db7a
AC
74092004-07-16 Andrew Cagney <cagney@gnu.org>
7410
7411 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
7412 "-noasync".
7413
4644b6e3
EZ
74142004-07-09 Eli Zaretskii <eliz@gnu.org>
7415
7416 * gdb.texinfo: Fix @kindex entries so that multiple commands that
7417 have the same prefix have only their prefix in the index.
7418
7561d450
MK
74192004-07-03 Mark Kettenis <kettenis@gnu.org>
7420
7421 * gdb.texinfo (BSD libkvm Interface): New node (section)
7422 (Native): Add it to the menu.
7423
67bebe79
MK
74242004-07-01 Mark Kettenis <kettenis@gnu.org>
7425
7426 * gdbint.texinfo (Target Architecture Definition): Remove
7427 PCC_SOL_BROKEN.
7428
1a6923e0
MK
74292004-06-24 Mark Kettenis <kettenis@gnu.org>
7430
7431 * gdbint.texinfo (Target Architecture Definition): Remove
7432 SUN_FIXED_LBRAC_BUG.
7433
b435e160
AC
74342004-06-26 Andrew Cagney <cagney@gnu.org>
7435
7436 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
7437
b5622e8d
AC
74382004-06-20 Andrew Cagney <cagney@gnu.org>
7439
7440 * gdbint.texinfo (Target Architecture Definition): Deprecate
7441 USE_STRUCT_CONVENTION.
7442
e0c07bf0
MC
74432004-06-19 Michael Chastain <mec.gnu@mindspring.com>
7444
7445 gdb.texinfo (Bug Reporting): Mention session recording,
7446 with the script command or Emacs.
7447
782263ab
AC
74482004-06-18 Andrew Cagney <cagney@gnu.org>
7449
7450 * gdbint.texinfo (Target Architecture Definition): Deprecate
7451 FUNCTION_START_OFFSET.
7452
03727ca6
AC
74532004-06-14 Andrew Cagney <cagney@gnu.org>
7454
7455 Based on changes from Karl Berry.
7456 * gdb.texinfo: Do not use @sc in a direntry.
7457 * stabs.texinfo: Change @dircateogry to "Software development".
7458 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
7459
97092415
AC
74602004-06-13 Andrew Cagney <cagney@gnu.org>
7461
7462 * gdbint.texinfo (Target Architecture Definition): Delete
7463 description of RETURN_VALUE_ON_STACK.
7464
1f6d4158
AC
74652004-06-09 Andrew Cagney <cagney@gnu.org>
7466
7467 * gdbint.texinfo (Native Debugging): Restore "@table @code"
7468 deleted by previous patch.
7469
d966f0cb
AC
74702004-06-08 Andrew Cagney <cagney@gnu.org>
7471
7472 * gdbint.texinfo (Native Debugging): Delete documentation on
7473 ATTACH_DETACH.
7474
86fe4aaa
RC
74752004-06-06 Randolph Chung <tausq@debian.org>
7476
7477 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
7478
d4b6d575
RC
74792004-06-06 Randolph Chung <tausq@debian.org>
7480
5ae4183a 7481 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
7482 the new push_dummy_call method signature. Describe the function
7483 argument.
7484
4e8b0763
JB
74852004-05-24 Joel Brobecker <brobecker@gnat.com>
7486
7487 * gdb.texinfo (Starting): Document new start command.
7488
59caf092
AC
74892004-05-21 Andrew Cagney <cagney@redhat.com>
7490
7491 * observer.texi (GDB Observers): Document "inferior_created".
7492
e4a2df64
AC
74932004-05-08 Andrew Cagney <cagney@redhat.com>
7494
e6b55ae2
AC
7495 * gdbint.texinfo (Target Architecture Definition): Delete
7496 description of DO_DEFERRED_STORES.
7497
28954179
AC
7498 * gdbint.texinfo (Target Architecture Definition): Delete
7499 references to DEPRECATED_FIX_CALL_DUMMY.
7500
434b87dd
AC
7501 * gdbint.texinfo (Target Architecture Definition): Delete
7502 description of DEPRECATED_CALL_DUMMY_WORDS,
7503 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
7504
58d28df8
AC
7505 * gdbint.texinfo (Target Architecture Definition): Delete
7506 description of DEPRECATED_PUSH_DUMMY_FRAME.
7507
e4a2df64
AC
7508 * gdbint.texinfo (Target Architecture Definition): Delete
7509 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
7510
2b4855ab
AC
75112004-05-07 Andrew Cagney <cagney@redhat.com>
7512
7513 * observer.texi (GDB Observers): Add "Debugging" section. Include
7514 cross reference to "set/show debug observer".
7515 * gdb.texinfo (Debugging Output): Document "set/show debug
7516 observer".
7517
fcf70625
AC
75182004-05-01 Andrew Cagney <cagney@redhat.com>
7519
7520 * gdbint.texinfo (Target Architecture Definition): Delete
7521 description of DEPRECATED_PC_IN_SIGTRAMP.
7522
8ee56bcf
AC
75232004-04-30 Andrew Cagney <cagney@redhat.com>
7524
7525 * gdbint.texinfo (Target Architecture Definition): Delete
7526 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
7527
67ab9a76
OF
75282004-04-30 Orjan Friberg <orjanf@axis.com>
7529
7530 * observer.texi (GDB Observers): Correct spelling.
7531
79346bcb
OF
75322004-04-26 Orjan Friberg <orjanf@axis.com>
7533
7534 * observer.texi (GDB Observers): Add target_changed event.
7535
7a464420
AC
75362004-04-08 Andrew Cagney <cagney@redhat.com>
7537
7538 * observer.texi (GDB Observers): Rework, provide generic observer
7539 definitions and then a list of observable events.
7540
6cdf9d98
AC
75412004-04-04 Andrew Cagney <cagney@redhat.com>
7542
7543 * gdbint.texinfo (Host Definition): Delete reference to
7544 NO_SIGINTERRUPT.
7545
ddc135a4
AC
75462004-04-02 Andrew Cagney <cagney@redhat.com>
7547
7548 * gdbint.texinfo (Target Architecture Definition): Delete
7549 reference to DEPRECATED_CALL_DUMMY_LENGTH.
7550
6a1b180d
SC
75512004-03-28 Stephane Carrez <stcarrez@nerim.fr>
7552
7553 * gdb.texinfo (TUI Commands): Document tui reg commands.
7554
d0d5df6f
AC
75552004-03-26 Andrew Cagney <cagney@redhat.com>
7556
7557 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
7558 "gdbtui".
7559 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
7560 (Contributors): Mention both Text and Terminal User Interface.
7561
aa2a3f87
AC
75622004-03-23 Andrew Cagney <cagney@redhat.com>
7563
7564 * gdbint.texinfo (Target Architecture Definition): Deprecate
7565 references to SIGTRAMP_START and SIGTRAMP_END.
7566
f561f026
AC
75672004-03-23 Andrew Cagney <cagney@redhat.com>
7568
7569 * gdbint.texinfo (Target Architecture Definition): Deprecate
7570 references to PC_IN_SIGTRAMP.
7571
33cb8b0f
AC
75722004-03-19 Andrew Cagney <cagney@redhat.com>
7573
7574 * gdbint.texinfo (Target Architecture Definition): Delete
7575 reference to GDB_TARGET_IS_HPPA.
7576
fc989b7a
AC
75772004-03-18 Andrew Cagney <cagney@redhat.com>
7578
7579 * gdbint.texinfo (Coding): Update section on gdbarch_data,
7580 describe pre_init and post_init.
7581
701b08bb
DJ
75822004-03-09 Daniel Jacobowitz <drow@mvista.com>
7583
7584 * gdb.texinfo (Debugging Output): Document values for "set debug
7585 target".
7586
faae5abe
AC
75872004-02-28 Andrew Cagney <cagney@redhat.com>
7588
7589 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
7590
dd79a6cf
JJ
75912004-02-26 Jeff Johnston <jjohnstn@redhat.com>
7592
7593 * gdb.texinfo (breakpoints): Add information about the
7594 new "set breakpoint pending" and "show breakpoint pending"
7595 commands.
7596
e7f16015
AC
75972004-02-26 Andrew Cagney <cagney@redhat.com>
7598
7599 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
7600 in Per-architecture module data section.
7601
7161a3a6
RM
76022004-02-25 Roland McGrath <roland@redhat.com>
7603
7604 * gdb.texinfo (General Query Packets): Document qPart:... packets.
7605
2154891a
AC
76062004-02-24 Andrew Cagney <cagney@redhat.com>
7607
7608 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
7609 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
7610 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 7611
6c74ac8b
AC
76122004-02-17 Andrew Cagney <cagney@redhat.com>
7613
7614 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
7615
19772a2c
AC
76162004-02-16 Andrew Cagney <cagney@redhat.com>
7617
7618 * gdbint.texinfo (Target Architecture Definition): Deprecate
7619 FRAMELESS_FUNCTION_INVOCATION.
7620
c9830293
AC
76212004-02-16 Andrew Cagney <cagney@redhat.com>
7622
7623 * gdbint.texinfo (Coding): Mention -Wunused-function.
7624
b9d26eb9
AC
76252004-02-14 Andrew Cagney <cagney@redhat.com>
7626
7627 * gdbint.texinfo (Target Architecture Definition): Delete
7628 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
7629
49efadf5
EZ
76302004-02-12 Elena Zannoni <ezannoni@redhat.com>
7631
7632 * gdb.texinfo: Properly quote the name "C++".
7633 * gdbint.texinfo: Ditto.
7634 * stabs.texinfo: Ditto.
7635
1eb288ea
EZ
76362004-02-11 Elena Zannoni <ezannoni@redhat.com>
7637
7638 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
7639 minimal information about libiberty.
7640
e4937fc1
MC
76412004-02-06 Michael Chastain <mec.gnu@mindspring.com>
7642
7643 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
7644
a9331b3f
RM
76452004-02-04 Roland McGrath <roland@redhat.com>
7646
7647 * gdb.texinfo (Auxiliary Vector): New node (section).
7648 (Data): Add it to the menu.
7649
2650777c
JJ
76502004-02-02 Jeff Johnston <jjohnstn@redhat.com>
7651
7652 * gdb.texinfo (Breakpoints): Add information about pending
7653 breakpoint support.
7654
b4501125
AC
76552004-01-26 Andrew Cagney <cagney@redhat.com>
7656
7657 * gdb.texinfo (Overview): Delete references to the cisco protocol
7658 including the "N" response.
7659
74055713
AC
76602004-01-26 Andrew Cagney <cagney@redhat.com>
7661
7662 * gdbint.texinfo (Target Architecture Definition): Rename
7663 EXTRACT_STRUCT_VALUE_ADDRESS to
7664 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 7665
3bbe9696
EZ
76662004-01-24 Eli Zaretskii <eliz@gnu.org>
7667
7668 * gdb.texinfo (KOD): Document "show os". Add index entries for
7669 "set/show os" and "info cisco" commands.
7670
5843504f
EZ
76712004-01-21 Eli Zaretskii <eliz@gnu.org>
7672
7673 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
7674
9175c9a3
MC
76752004-01-19 Michael Chastain <mec.gnu@mindspring.com>
7676
7677 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
7678 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
7679
8e94b928
NR
76802004-01-19 Nick Roberts <nick@nick.uklinux.net>
7681
7682 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
7683 -stack-list-locals.
7684 (GDB/MI Variable Objects): Describe extension to
7685 -var-list-children.
7686
a20cf136
DJ
76872004-01-17 Daniel Jacobowitz <drow@mvista.com>
7688
7689 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
7690
afb18d0f
AC
76912004-01-17 Andrew Cagney <cagney@redhat.com>
7692
7693 * gdbint.texinfo (Target Architecture Definition): Delete
7694 documentation on DEPRECATED_NPC_REGNUM.
7695
b51970ac
DJ
76962004-01-13 Daniel Jacobowitz <drow@mvista.com>
7697
7698 * gdb.texinfo: Update copyright year. Mention that set
7699 follow-fork-mode is supported on GNU/Linux. Remove documentation of
7700 "set follow-fork-mode ask".
7701
0f0cffd2
AC
77022004-01-13 Andrew Cagney <cagney@redhat.com>
7703
7704 * gdbint.texinfo: Update copyright year.
7705 (Coding): Add -Wunused-label to list of -Werror warnings.
7706
c552b3bb 77072004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 7708 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
7709
7710 * gdb.texinfo: Update copyright.
7711 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
7712 around names, as appropriate. Minor syntax cleanup of
7713 _NSPrintForDebugger explanation. Two spaces after periods.
7714 GDBN used instead of lit. "gdb". Index entries added for
7715 print-object and _NSPrintForDebugger. @noindent added in one spot.
7716
afe157ca
EZ
77172003-11-11 Elena Zannoni <ezannoni@redhat.com>
7718
7719 * stabs.texinfo: Add dircategory and direntry commands.
7720 * annotate.texinfo: Ditto.
7721
963e2bb7
AC
77222003-11-10 Andrew Cagney <cagney@redhat.com>
7723
7724 * gdbint.texinfo (Target Architecture Definition): Replace the
7725 return_value method's "inval" and "outval" parameters with
7726 "readbuf" and "writebuf".
7727
1d8b2f28
JB
77282003-10-28 Jim Blandy <jimb@redhat.com>
7729
7730 * gdb.texinfo (The F request packet, The F reply packet): Renamed
7731 from "The `F' request packet" and "The `F' reply packet", to make
7732 texi2dvi happy.
7733 (File-I/O remote protocol extension): Update menu entries, too.
7734
36d86913
MC
77352003-10-26 Michael Chastain <mec@shout.net>
7736
7737 * gdb.texinfo (Thread Stops): Document the issue with
7738 premature return from system calls in multi-threaded programs.
7739
ce2826aa
AC
77402003-10-24 Andrew Cagney <cagney@redhat.com>
7741
7742 * annotate.texinfo: Fix "fortunatly"[sic].
7743
f24c5e49
KI
77442003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
7745
7746 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
7747 with "Hitachi" and "Mitsubishi".
7748
92ad9cd9
AC
77492003-10-20 Andrew Cagney <cagney@redhat.com>
7750
7751 * gdbint.texinfo (Target Architecture Definition): Document
7752 gdbarch_return_value. Add cross references from
7753 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
7754 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
7755
0ab4b752
MK
77562003-10-18 Mark Kettenis <kettenis@gnu.org>
7757
7758 * gdbint.texinfo (Target Architecture Definition): Document
7759 regset_from_core_section.
fb3e19c0
KI
7760
77612003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
7762
7763 * gdb.texinfo (M32R/D): Mention m32rsdi target.
7764
a9331b3f 77652003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
7766
7767 From Anthony Green <green@redhat.com>:
5ae4183a 7768 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 7769
1485d690
KB
77702003-10-14 Kevin Buettner <kevinb@redhat.com>
7771
889bf7c5
PA
7772 * gdb.texinfo (Breakpoint related warnings): New node.
7773 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 7774
86d30acc
DJ
77752003-10-13 Daniel Jacobowitz <drow@mvista.com>
7776
7777 * gdb.texinfo (Remote Protocol): Document v and vCont.
7778
172c2a43
KI
77792003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
7780
7781 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
7782 * gdbint.texinfo: Ditto.
7783
71952f4c
AC
77842003-10-09 Andrew Cagney <cagney@redhat.com>
7785
7786 From 2003-09-18 David Anderson <davea@sgi.com>:
7787 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
7788 "command".
7789
268e2188
AC
77902003-10-03 Andrew Cagney <cagney@redhat.com>
7791
7792 * gdbint.texinfo (Target Architecture Definition): Deprecate
7793 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
7794 just target.
7795
12c266ea 77962003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 7797
f30992d4 7798 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
7799 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
7800 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
7801 * gdbint.texinfo (Target Architecture Definition): Rename
7802
78032003-09-30 Andrew Cagney <cagney@redhat.com>
7804
f30992d4 7805 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 7806 (Target Architecture Definition):
f30992d4 7807
2e092625
AC
7808 * gdbint.texinfo (Target Architecture Definition): Rename
7809 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
7810
0717ae8a
AC
78112003-09-29 Andrew Cagney <cagney@redhat.com>
7812
dad809b7
AC
7813 * gdbint.texinfo (Target Architecture Definition): Delete
7814 documentation for NEED_TEXT_START_END.
7815
0717ae8a
AC
7816 * gdbint.texinfo (Target Architecture Definition): Rename
7817 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
7818 TARGET_WRITE_PC.
a9331b3f 7819
af6cf26d
MC
78202003-09-22 Michael Chastain <mec@shout.net>
7821
7822 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
7823
ee206350
AG
78242003-09-21 Anthony Green <green@redhat.com>
7825
7826 * gdbint.texinfo (Target Architecture Definition): Fix typos.
7827
a38c9fe6
MK
78282003-09-21 Mark Kettenis <kettenis@gnu.org>
7829
7830 * gdbint.texinfo (Target Architecture Definition): Document
7831 stabs_argument_has_addr.
7832
77949794
AC
78332003-09-18 Andrew Cagney <cagney@redhat.com>
7834
7835 * gdbint.texinfo (Target Architecture Definition): Delete
7836 documentation on REGISTER_NAMES.
7837
8e823e25
MK
78382003-09-13 Mark Kettenis <kettenis@gnu.org>
7839
7840 * gdbint.texinfo (Target Architecture Definition): Replace
7841 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
7842
f27dd7fd
AC
78432003-09-11 Andrew Cagney <cagney@redhat.com>
7844
7845 * gdbint.texinfo (Target Architecture Definition): Replace
7846 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
7847
8b148df9
AC
78482003-08-18 Andrew Cagney <cagney@redhat.com>
7849
7850 * gdbint.texinfo (Target Architecture Definition): Document
7851 "frame_red_zone_size".
7852
25d29d70
AC
78532003-08-09 Andrew Cagney <cagney@redhat.com>
7854
7855 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
7856 with "set/show backtrace past-main" and "set/show backtrace
7857 limit".
7858
c938e9b0
L
78592003-08-08 H.J. Lu <hongjiu.lu@intel.com>
7860
7861 * Makefile.in (install-info): Support DESTDIR.
7862 (install-html): Likewise.
7863
64fabec2
AC
78642003-08-07 Andrew Cagney <cagney@redhat.com>
7865
7866 Patch from Nick Roberts.
7867 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
7868 bindings. Remove description of send-gdb-command.
7869
2fcf52f0
AC
78702003-08-07 Andrew Cagney <cagney@redhat.com>
7871
7872 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
7873 GDB 6.0.
7874
086432e2
AC
78752003-08-06 Andrew Cagney <cagney@redhat.com>
7876
7877 * gdb.texinfo (Mode Options): Mention that level three is the
7878 highest available and that level 2 is deprecated.
7879 (Annotations Overview): Mention annotation levels. Cross reference
7880 to "Limitations of the Annotation Interface" in annotate.texi.
7881 (TODO, Value Annotations, Frame Annotations): Delete section.
7882 (Displays, Breakpoint Info): Delete.
7883
e5249f67
AC
78842003-08-04 Andrew Cagney <cagney@redhat.com>
7885
7886 * agentexpr.texi: Delete @bye.
7887 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
7888 (stabs.info): Add $(srcdir) to include search path.
7889 (html): Depend on "annotate_toc.html", and not "annotate.html".
7890 * stabs.texinfo: Ditto. Include "fdl.texi".
7891 * gdbint.texinfo: Update copyright statement's list of invariant
7892 sections.
7893
e6f672d2
AC
78942003-07-28 Andrew Cagney <cagney@redhat.com>
7895
7896 * Makefile.in (INFO_DEPS): Add annotate.info.
7897 (dvi, ps, html, pdf): Add annotate.
7898 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
7899 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
7900 (ANNOTATE_DOC_FILES): New macro.
7901 (ANNOTATE_TEX_TMPS): New macro.
7902 (annotate.info, annotate_toc.html): Specify dependencies.
7903 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
7904 * annotate.texinfo: Rename annotate.texi. Get building. Add
7905 "Migrating to GDB/MI" and "Limitations of the Annotation
7906 Interface" chapters. Mention why it is not part of the user
7907 guide. Update copyright notice. Include "fdl.texi".
7908
72ffddc9
SC
79092003-07-26 Stephane Carrez <stcarrez@nerim.fr>
7910
7911 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
7912
a9f12a31
DJ
79132003-07-24 Daniel Jacobowitz <drow@mvista.com>
7914
7915 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
7916
b1fe9455
DJ
79172003-07-24 Daniel Jacobowitz <drow@mvista.com>
7918
7919 * gdb.texinfo (Server): Mention pidof.
7920
153721e6
AC
79212003-07-22 Andrew Cagney <cagney@redhat.com>
7922
7923 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
7924 list.
7925
0fac0b41
DJ
79262003-06-28 Daniel Jacobowitz <drow@mvista.com>
7927
7928 * gdb.texinfo (Logging output): New chapter.
7929
4e562065
JB
79302003-06-24 Joel Brobecker <brobecker@gnat.com>
7931
7932 * gdb.texinfo (Unsupported languages): New section.
7933 (Languages): Add link to new section.
7934
f2c06f52
AC
79352003-06-22 Andrew Cagney <cagney@redhat.com>
7936
7937 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
7938
b4177fca
DJ
79392003-06-22 Daniel Jacobowitz <drow@mvista.com>
7940
7941 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
7942
f418dd93
DJ
79432003-06-22 Daniel Jacobowitz <drow@mvista.com>
7944
7945 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
7946 * agentexpr.texi: Retitle section, and change it to an appendix.
7947 Comment out texinfo initialization. Factor a @var{} into two
7948 pieces to prevent makeinfo warnings.
7949 * gdb.texinfo: Add Agent Expressions appendix.
7950
4ca61388
DJ
79512003-06-19 Daniel Jacobowitz <drow@mvista.com>
7952
7953 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
7954
07f31aa6
DJ
79552003-06-18 Daniel Jacobowitz <drow@mvista.com>
7956
5ae4183a 7957 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
7958 remote target". Document the "detach" and "disconnect" commands.
7959 (Server, Netware, Debug Session): Reference "Connecting to a
7960 remote target".
7961 (GDB/MI Target Manipulation): Document "-target-disconnect".
7962
2dd0da42
AC
79632003-06-13 Andrew Cagney <cagney@redhat.com>
7964
7965 * gdbint.texinfo (Target Architecture Definition): Deprecate
7966 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
7967 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
7968
e7a3abfc
JB
79692003-06-09 Jim Blandy <jimb@redhat.com>
7970
7971 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
7972
25e3a86b
AC
79732003-06-08 Andrew Cagney <cagney@redhat.com>
7974
7975 * gdbint.texinfo (Target Architecture Definition): Delete
7976 documentation on FRAME_ARGS_ADDRESS_CORRECT.
7977
a9e5fdc2
AC
79782003-06-08 Andrew Cagney <cagney@redhat.com>
7979
7980 * gdbint.texinfo (Target Architecture Definition): Document
7981 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
7982
b37303ee
AF
79832003-06-07 Adam Fedor <fedor@gnu.org>
7984
7985 * gdb.texinfo: Add Objective-C documentation.
7986
39fe6e80
AC
79872003-06-01 Andrew Cagney <cagney@redhat.com>
7988
7989 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
7990 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
7991
125309b2
AC
79922003-05-21 Andrew Cagney <cagney@redhat.com>
7993
7994 * gdbint.texinfo (Target Architecture Definition): Delete
7995 references to "extract_address" and "store_address".
7996
b8b527c5
AC
79972003-05-16 Andrew Cagney <cagney@redhat.com>
7998
7999 * gdbint.texinfo (Target Architecture Definition): Replace
8000 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
8001 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
8002
50e3ee83
TR
80032003-05-14 Theodore A. Roth <troth@openavr.org>
8004
8005 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
8006
44e2be90
L
80072003-05-10 H.J. Lu <hongjiu.lu@intel.com>
8008
8009 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
8010 (gdb.dvi): Likewise.
8011 (gdb.pdf): Likewise.
8012 (links2roff): Likewise.
8013
df5215a6
JB
80142003-05-08 Jim Blandy <jimb@redhat.com>
8015
8016 * gdb.texinfo (Dump/Restore Files): Update documentation for
8017 'dump', 'append', and 'restore': note that format argument is
8018 optional; simplify presentation of the command variants; and be
8019 more precise about the formats.
8020
5e7b2f39
JB
80212003-05-07 Jim Blandy <jimb@redhat.com>
8022
8023 * gdb.texinfo (Symbols): Update documentation: 'maint list
8024 symtabs' and 'maint list psymtabs' have been renamed 'maint info
8025 symtabs' and 'maint info psymtabs'.
8026
b1e29e33
AC
80272003-05-05 Andrew Cagney <cagney@redhat.com>
8028
8029 * gdbint.texinfo (Target Architecture Definition): Make
8030 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
8031 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
8032 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
8033
00905d52
AC
80342003-05-04 Andrew Cagney <cagney@redhat.com>
8035
8036 * gdb.texinfo (Maintenance Commands): Document "maint print
8037 dummy-frames".
8038
54ff5908
AC
80392003-05-04 Andrew Cagney <cagney@redhat.com>
8040
8041 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
8042
32e7087d
JB
80432003-05-03 J. Brobecker <brobecker@gnat.com>
8044
8045 Thierry Schneider <tpschneider1@yahoo.com>
8046 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
8047 for new MI command.
8048
7043d8dc
AC
80492003-05-03 Andrew Cagney <cagney@redhat.com>
8050
8051 * gdbint.texinfo (Target Architecture Definition): Document
8052 push_dummy_code. Add cross references.
8053
e33d66ec
EZ
80542003-05-02 Elena Zannoni <ezannoni@redhat.com>
8055
8056 * gdb.texinfo (Character Sets): Update to reflect new behavior of
8057 set/show charsets commands.
8058
0ba6dca9
AC
80592003-04-28 Andrew Cagney <cagney@redhat.com>
8060
8061 * gdbint.texinfo (Target Architecture Definition): Replace
8062 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
8063 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
8064
d7a27068
AC
80652003-04-28 Andrew Cagney <cagney@redhat.com>
8066
8067 * gdbint.texinfo (Target Architecture Definition): Rename
8068 "tm_print_insn" to "deprecated_tm_print_insn".
8069
44ea7b70
JB
80702003-04-09 Jim Blandy <jimb@redhat.com>
8071
8072 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
8073 list psymtabs'.
8074
fb8f8949
AC
80752003-04-08 Andrew Cagney <cagney@redhat.com>
8076
8077 * gdbint.texinfo (Target Architecture Definition): Delete
8078 references to EXTRA_FRAME_INFO.
8079
32fb0f22
AC
80802003-04-08 Andrew Cagney <cagney@redhat.com>
8081
8082 * gdbint.texinfo (Target Architecture Definition): Delete
8083 PRINT_TYPELESS_INTEGER.
8084
6be67e67
JB
80852003-04-02 J. Brobecker <brobecker@gnat.com>
8086
8087 * observer.texi (GDB Observers): Adjust the documentation for the
8088 normal_stop notification to better describe reality. Fix a couple
8089 of minor typos.
8090
4e35d5f0
BR
80912003-04-02 Bob Rossi <bob_rossi@cox.net>
8092
a9331b3f 8093 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
8094 '-file-list-exec-source-file'
8095
e8a8712a
AC
80962003-03-31 Andrew Cagney <cagney@redhat.com>
8097
8098 * gdbint.texinfo (Target Architecture Definition): Delete
8099 references to CALL_DUMMY_P.
8100
6c0e89ed
AC
81012003-03-30 Andrew Cagney <cagney@redhat.com>
8102
8103 * gdbint.texinfo (Target Architecture Definition): Remove
8104 reference to TARGET_WRITE_SP.
a9331b3f 8105
378bfd1b
AC
81062003-03-27 Andrew Cagney <cagney@redhat.com>
8107
8108 * gdbint.texinfo (Target Architecture Definition): Remove
8109 references to write_sp.
6c0e89ed 8110
922fbb7b
AC
81112003-03-27 Andrew Cagney <cagney@redhat.com>
8112
8113 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
8114 chapter body. Use @smallexample instead of @example.
8115 (Annotations): Ditto.
8116 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
8117 annotate.texi.
8118
b81774d8
AC
81192003-03-26 Andrew Cagney <cagney@redhat.com>
8120
8121 * gdbint.texinfo (Target Architecture Definition): Replace
8122 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
8123 dummy_addr parameters.
8124
1bf6d5cc
AC
81252003-03-25 Andrew Cagney <cagney@redhat.com>
8126
8127 * gdbint.texinfo (Target Architecture Definition): Delete
8128 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
8129 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8130 Add reference to PUSH_ARGUMENTS.
8131
618ce49f
AC
81322003-03-23 Andrew Cagney <cagney@redhat.com>
8133
8134 * gdbint.texinfo (Algorithms, Target Architecture Definition):
8135 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
8136
bcd7e15f
JB
81372003-03-18 J. Brobecker <brobecker@gnat.com>
8138
8139 * gdbint.texinfo (Algorithms): Add new section describing the
8140 Observer paradigm.
8141 (Top): Add menu entry to new observer appendix.
8142 * observer.texi: New file.
8143 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
8144 new observer.texi file.
8145
9fe8321b
AC
81462003-03-17 Andrew Cagney <cagney@redhat.com>
8147
8148 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
8149 that GNU Press update the manual version number.
8150
ac2adee5
AC
81512003-03-12 Andrew Cagney <cagney@redhat.com>
8152
8153 * gdbint.texinfo (Target Architecture Definition): Delete
8154 references to get_saved_register. Rename GET_SAVED_REGISTER to
8155 DEPRECATED_GET_SAVED_REGISTER.
8156
749b82f6
AC
81572003-03-13 Andrew Cagney <cagney@redhat.com>
8158
8159 * gdbint.texinfo (Target Architecture Definition): Replace
8160 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
8161
8bedc050
AC
81622003-03-12 Andrew Cagney <cagney@redhat.com>
8163
8164 * gdbint.texinfo (Target Architecture Definition): Rename
8165 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 8166
0ce1b118
CV
81672003-03-10 Corinna Vinschen <vinschen@redhat.com>
8168
8169 * gdb.texinfo: Add File-I/O documentation.
8170
12cc2063
AC
81712003-03-10 Andrew Cagney <cagney@redhat.com>
8172
8173 * gdbint.texinfo (Target Architecture Definition): Cross reference
8174 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
8175
7453dc06
AC
81762003-03-07 Andrew Cagney <cagney@redhat.com>
8177
8178 * gdb.texinfo (Debugging Output): Mention the "set/show debug
8179 frame" command.
8180
6314f104
AC
81812003-03-05 Andrew Cagney <cagney@redhat.com>
8182
8183 * gdbint.texinfo (Target Architecture Definition): Document
8184 unwind_dummy_id. Cross reference unwind_dummy_id and
8185 SAVE_DUMMY_FRAME_TOS.
8186
f1212245
DJ
81872003-03-05 James Ingham <jingham@apple.com>
8188 Daniel Jacobowitz <drow@mvista.com>
8189
8190 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
8191 and "show cp-abi".
8192
77e7e267
AC
81932003-03-03 Andrew Cagney <cagney@redhat.com>
8194
8195 * gdbint.texinfo (Target Architecture Definition): Document
8196 register_type.
8197
838a8221
AC
81982003-03-03 Andrew Cagney <cagney@redhat.com>
8199
8200 * stabs.texinfo (Structures): Use @samp and separate @var's
8201 instead of a single @var containing a comma separated list.
8202 (Unions): Ditto.
8203
d7f4a264
DJ
82042003-03-02 Daniel Jacobowitz <drow@mvista.com>
8205
8206 * Makefile.in (distclean): Remove config.log.
8207
f30ee0bc
AC
82082003-03-01 Andrew Cagney <cagney@redhat.com>
8209
8210 * gdbint.texinfo (Target Architecture Definition): Rename
8211 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
8212
82132003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
8214
8215 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
8216 DEPRECATED_INIT_EXTRA_FRAME_INFO.
8217
be448670
CF
82182003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
8219
8220 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
8221 (Non-debug DLL symbols): New node, describing the minimal symbols
8222 loaded from DLLs without real debugging symbols.
8223
501eef12
AC
82242003-02-20 Andrew Cagney <ac131313@redhat.com>
8225
8226 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
8227 hardware-breakpoint-limit".
8228 (Set Watchpoints): Add cross reference to "set remote
8229 hardware-watchpoint-limit".
8230 (Remote configuration options): New section.
8231
21c294e6
AC
82322003-02-04 Andrew Cagney <ac131313@redhat.com>
8233
e9be73e4
AC
8234 * gdbint.texinfo (Target Architecture Definition): Delete
8235 descrption of IS_TRAPPED_INTERNALVAR.
8236
21c294e6
AC
8237 From Keith Seitz <keiths@redhat.com>:
8238 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
8239 option "-i"/"--interpreter" to this chapter. Include index
8240 entries.
8241
0179ffac
DC
82422003-02-04 David Carlton <carlton@math.stanford.edu>
8243
8244 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
8245 (Variables): Recommend stabs+ and DWARF 2.
8246 (C plus plus expressions): Correct info about
8247 compiler versions, debug formats.
8248 (Contributors): Change 'DWARF2' to 'DWARF 2'.
8249 PR symtab/874.
8250
7ca9f392
AC
82512003-02-01 Andrew Cagney <ac131313@redhat.com>
8252
8253 * gdbint.texinfo (Target Architecture Definition): Delete
8254 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
8255 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
8256 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
8257 references to nindy and i960.
8258 * gdb.texinfo (i960): Delete all references to i960 and nindy.
8259
31a85ea2
AC
82602003-02-01 Andrew Cagney <ac131313@redhat.com>
8261
8262 * gdbint.texinfo (Target Architecture Definition): Delete
8263 FLOAT_INFO.
8264
6b894e49
AC
82652003-01-30 Andrew Cagney <ac131313@redhat.com>
8266
8267 * stabs.texinfo (Member Type Descriptor): Clarify description of
8268 `@'. Suggested by Ben Hutchings.
8269
c48861fb
AC
82702003-01-29 Andrew Cagney <ac131313@redhat.com>
8271
8272 * gdb.texinfo (M68K): Delete reference to es1800.
8273
617073a9
AC
82742003-01-29 Andrew Cagney <ac131313@redhat.com>
8275
8276 * gdb.texinfo (Maintenance Commands): Document `maint print
8277 reggroups' and `maint print register-groups'.
8278 * gdbint.texinfo (Target Architecture Definition): Document
8279 register_reggroup_p.
8280
5b5d99cf
JB
82812003-01-23 Jim Blandy <jimb@redhat.com>
8282
8283 * gdb.texinfo (Separate Debug Files): New section.
8284
e7ba9c65
DJ
82852003-01-22 Daniel Jacobowitz <drow@mvista.com>
8286
8287 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
8288 and "maint show profile".
8289
94e91d6d
MC
82902003-01-16 Michael Chastain <mec@shout.net>
8291
8292 * gdb.texinfo (Installing GDB): Warn against
8293 ".../gdb-VERSION/gdb/configure".
8294 (Separate Objdir): Likewise.
8295
867f3898
AC
82962003-01-15 Andrew Cagney <ac131313@redhat.com>
8297
8298 * gdbint.texinfo (Target Architecture Definition): Delete
8299 definition of PRINT_REGISTER_HOOK.
8300
f153cc92
EZ
83012003-01-15 Elena Zannoni <ezannoni@redhat.com>
8302
8303 (OpenRISC 1000): Fix formatting of command names.
8304
c60eb6f1
EZ
83052003-01-15 Elena Zannoni <ezannoni@redhat.com>
8306
8307 * gdb.texinfo (Continuing and Stepping): Add new command
8308 'advance'. Clarify behavior of 'until'.
8309
f5ebfba0
DJ
83102003-01-13 Daniel Jacobowitz <drow@mvista.com>
8311
8312 * gdb.texinfo (Files): Document solib-absolute-prefix and
8313 solib-search-path.
8314
4ce8657e
MC
83152003-01-09 Michael Chastain <mec@shout.net>
8316
8317 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
8318 (Create a Release): Add new instructions for new @file{src-release}.
8319 Document existing instructions for @file{Makefile.in} as
8320 being for @value{GDBN} 5.3.1 or earlier.
8321
372613e3
AC
83222003-01-09 Andrew Cagney <ac131313@redhat.com>
8323
8324 * gdbint.texinfo (Target Architecture Definition): Mention
8325 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
8326 allocate memory.
8327
b4e9345d
DJ
83282003-01-04 Daniel Jacobowitz <drow@mvista.com>
8329
8330 * gdb.texinfo (Controlling GDB): Add @kindex for
8331 "show osabi".
8332 (Backtraces): Add @kindex's for backtrace-below-main.
8333
98b45e30
DJ
83342003-01-04 Daniel Jacobowitz <drow@mvista.com>
8335
8336 * gdb.texinfo (Controlling GDB): Document "set osabi".
8337
95f90d25
DJ
83382003-01-04 Daniel Jacobowitz <drow@mvista.com>
8339
8340 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
8341 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
8342
1e698235
DJ
83432003-01-04 Daniel Jacobowitz <drow@mvista.com>
8344
8345 * gdb.texinfo (Controlling GDB): Add ABI section. Document
8346 "set coerce-float-to-double".
8347 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
8348
e632838e
AC
83492003-01-02 Andrew Cagney <ac131313@redhat.com>
8350
8351 * stabs.texinfo: Remove obsolete text.
8352 * gdbint.texinfo: Ditto.
8353 * gdb.texinfo: Ditto.
8354
c133ab7a
MK
83552002-12-22 Mark Kettenis <kettenis@gnu.org>
8356
8357 * gdbint.texinfo (Target Architecture Definition): Update
8358 description of gdbarch_register_osabi.
8359
f821f325
KH
83602002-12-20 Kazu Hirata <kazu@cs.umass.edu>
8361
8362 * agentexpr.texi: Fix typos.
8363 * annotate.texi: Likewise.
8364 * fdl.texi: Likewise.
8365
85a6d8d3 83662002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
8367
8368 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
8369 DEPRECATED_INIT_FRAME_PC.
8370
ae45cd16
AC
83712002-12-01 Andrew Cagney <ac131313@redhat.com>
8372
8373 * gdbint.texinfo (Target Architecture Definition): Delete
8374 PC_IN_CALL_DUMMY.
8375
07555a72
AC
83762002-11-28 Andrew Cagney <ac131313@redhat.com>
8377
8378 * gdbint.texinfo (Host Definition): Delete documentation on
8379 USE_GENERIC_DUMMY_FRAMES.
8380
c166cdc7
EZ
83812002-11-26 Elena Zannoni <ezannoni@redhat.com>
8382
5ae4183a 8383 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
8384 * Makefile.in (install-info): Run the install-info command as part
8385 of the post install steps only.
8386 (uninstall-info): New target.
8387 (uninstall): New target.
8388
35db0260
EZ
83892002-11-22 Elena Zannoni <ezannoni@redhat.com>
8390
8391 * Makefile.in (install): Make install do some real work.
8392
9ba8d803
AC
83932002-11-19 Andrew Cagney <ac131313@redhat.com>
8394
8395 Fix POSIX problem reported by Paul Eggert.
8396 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
8397 Fix PR gdb/527.
8398
903ad3a6
AC
83992002-10-26 Andrew Cagney <cagney@redhat.com>
8400
8401 * gdbint.texinfo (Target Architecture Definition): Delete
8402 definition of DO_REGISTERS_INFO.
8403
f2abfe65
KB
84042002-10-18 Kevin Buettner <kevinb@redhat.com>
8405
8406 * gdbint.texinfo (Address Classes): Fix problems with insertion
8407 of ``{'' and ``}'' in example.
8408
b5b0480a
KB
84092002-10-17 Kevin Buettner <kevinb@redhat.com>
8410
8411 * gdbint.texinfo (Address Classes): New section.
8412 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
8413 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
8414 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
8415 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
8416
c85508ee
KD
84172002-10-11 Klee Dienes <kdienes@apple.com>
8418
8419 * gdb.texinfo (Registers): Mention vector registers as well as
8420 floating registers in the documentation for 'info registers' and
8421 'info all-registers'.
8422
6d12fc3d
DJ
84232002-10-11 Daniel Jacobowitz <drow@mvista.com>
8424
8425 * gdbint.texinfo (CPLUS_MARKER): Remove item.
8426
8d19fbd2
JJ
84272002-10-03 Jeff Johnston <jjohnstn@redhat.com>
8428
8429 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
8430 interface definition.
8431
a37295f9
MM
84322002-10-03 Marko Mlinar <markom@opencores.org>
8433
8434 * gdb.texinfo (Target Commands): Add or1k target specific
8435 commands.
8436 * gdb.texinfo (Contributors): Add myself to the contributors list.
8437
da0f9dcd
AC
84382002-10-01 Andrew Cagney <ac131313@redhat.com>
8439
8440 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
8441 and "mi1" instead of "mi1" and "mi0".
8442
2e834e49
HPN
84432002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
8444
8445 * gdb.texinfo (Packets): Fix typos "alligned".
8446 Correct z3/Z3 description. Correct z4/Z4 title.
8447
050be0dc
AC
84482002-09-27 Andrew Cagney <ac131313@redhat.com>
8449
8450 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
8451
1104b9e7
KB
84522002-09-25 Kevin Buettner <kevinb@redhat.com>
8453
8454 * gdb.texinfo: Use GNU/Linux instead of Linux.
8455
512217c7
AC
84562002-09-25 Andrew Cagney <ac131313@redhat.com>
8457
8458 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
8459
10998722
AC
84602002-09-24 Andrew Cagney <ac131313@redhat.com>
8461
512217c7 8462 * gdb.texinfo: Replace @example with @smallexample.
10998722 8463
a0eb71c5
KB
84642002-09-20 Kevin Buettner <kevinb@redhat.com>
8465
f7dc1244 8466 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
8467 * gdb.texinfo (Character Sets): Use @smallexample instead of
8468 @example. Use GNU/Linux instead of Linux.
8469
84702002-09-20 Jim Blandy <jimb@redhat.com>
8471
8472 * gdb.texinfo: Add character set documentation.
8473
2f870471
AC
84742002-09-19 Andrew Cagney <ac131313@redhat.com>
8475
8476 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
8477 (Packets): Add cross reference from `b' packet to `z' packets.
8478
790eb8f5
AC
84792002-09-19 Andrew Cagney <ac131313@redhat.com>
8480
8d30a00d
AC
8481 * gdb.texinfo (Maintenance Commands): Document ``maint
8482 internal-error'' and ``maint internal-warning''.
8483
790eb8f5
AC
8484 * gdbint.texinfo (Target Architecture Definition): Revise
8485 description of STACK_ALIGN. Add description of FRAME_ALIGN.
8486
a23a7bf1
JB
84872002-09-19 Joel Brobecker <brobecker@gnat.com>
8488
8489 * gdbint.texinfo (Target Conditionals): Document the new
8490 NAME_OF_MALLOC macro.
8491
299ffc64
AC
84922002-09-05 Andrew Cagney <ac131313@redhat.com>
8493
8494 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
8495 engineer.
8496
b7bb15bc
SC
84972002-09-02 Stephane Carrez <stcarrez@nerim.fr>
8498
8499 * gdb.texinfo (TUI Overview): Document status line fields.
8500
3d757584
SC
85012002-09-02 Stephane Carrez <stcarrez@nerim.fr>
8502
8503 * gdb.texinfo (TUI Commands): Document info win command.
8504
269c21fe
SC
85052002-09-01 Stephane Carrez <stcarrez@nerim.fr>
8506
8507 * gdb.texinfo (TUI Overview): Document breakpoint markers.
8508
7cf36c78
SC
85092002-09-01 Stephane Carrez <stcarrez@nerim.fr>
8510
8511 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
8512 (TUI Keys): Likewise.
8513
d2c6833e
AC
85142002-08-25 Andrew Cagney <ac131313@redhat.com>
8515
8516 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
8517 for a packet receive.
8518
46d8b1c3
AC
85192002-08-25 Andrew Cagney <ac131313@redhat.com>
8520
8521 * Makefile.in (clean): Move to end of file.
8522 (distclean, maintainer-clean, realclean): Ditto.
8523 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
8524 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
8525 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
8526 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
8527
b0787093
AC
85282002-08-24 Andrew Cagney <ac131313@redhat.com>
8529
8530 * Makefile.in (GDBINT_TEX_TMPS): Define.
8531 (gdbint.dvi, gdbint.pdf): Use
8532 (GDB_TEX_TMPS): Define.
8533 (gdb.dvi, gdb.pdf): Use.
8534 (STABS_TEX_TMPS): Define.
8535 (stabs.dvi, stabs.pdf): Use.
8536 (GDB_DOC_SOURCE_INCLUDES): New macros.
8537 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
8538 (GDBINT_DOC_FILES_INCLUDES): New macros.
8539 (GDBINT_DOC_BUILD_INCLUDES): New macros.
8540 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
8541 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
8542 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
8543 (links2roff): Replace SFILES_INCLUDED with
8544 GDB_DOC_SOURCE_INCLUDES.
8545 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
8546 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
8547 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
8548 dependencies.
8549 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
8550 dependencies.
8551 (gdbmi.texinfo): Delete rule.
8552 (inc-hist.texinfo): Delete rule.
8553 (rluser.texinfo): Delete rule.
8554
ebba8386
AC
85552002-08-23 Andrew Cagney <cagney@redhat.com>
8556
8557 * gdbint.texinfo (Target Architecture Definition): Update
8558 STORE_RETURN_VALUE, mention regcache.
8559
0ab7a791
AC
85602002-08-21 Andrew Cagney <ac131313@redhat.com>
8561
8562 * gdbint.texinfo (Target Architecture Definition): Document
8563 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
8564
ee2d5c50
AC
85652002-08-19 Andrew Cagney <ac131313@redhat.com>
8566
8567 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
8568 Fix minor typos. Add index entries.
8569
53c69bd7
AC
85702002-08-18 Andrew Cagney <ac131313@redhat.com>
8571
8572 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
8573
e76f1f2e
AC
85742002-08-15 Andrew Cagney <ac131313@redhat.com>
8575
8576 * gdbint.texinfo (Target Architecture Definition): Document
8577 PRINT_VECTOR_INFO.
8578 * gdb.texinfo (Vector Unit): Document "info vectors" command.
8579
0680b120
AC
85802002-08-13 Andrew Cagney <ac131313@redhat.com>
8581
8582 * gdb.texinfo (Maintenance Commands): Document "maint print
8583 registers", "maint print raw-registers" and "maint print
8584 cooked-registers".
8585
3c3bea1c
GS
85862002-08-08 Grace Sainsbury <graces@redhat.com>
8587
a9331b3f 8588 From Mark Salter:
3c3bea1c
GS
8589 * gdb.texinfo (Protocol): Document T packet extension to
8590 allow watchpoint address reporting.
8591
42f9b0a5
AC
85922002-08-03 Andrew Cagney <ac131313@redhat.com>
8593
8594 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
8595
db034ac5
AC
85962002-08-01 Andrew Cagney <cagney@redhat.com>
8597
8598 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
8599 to CHILL.
8600
e2b28d04
AC
86012002-08-01 Andrew Cagney <ac131313@redhat.com>
8602
8603 * gdbint.texinfo (Coding): Revise section "Include Files".
8604
7fb623f7
AC
86052002-07-24 Andrew Cagney <cagney@redhat.com>
8606
8607 * gdbint.texinfo: Obsolete references to m88k.
8608 * gdb.texinfo: Ditto.
8609
4a2b4636
JB
86102002-07-10 Joel Brobecker <brobecker@gnat.com>
8611
7fb623f7 8612 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
8613 where the proper version of autoconf can be retrieved.
8614
a71ec265
DH
86152002-07-09 Don Howard <dhoward@redhat.com>
8616
8617 * gdb.texinfo (Command Files): Further describe the behavior of
8618 sourced command files.
8619
b9aa90c9
AC
86202002-06-27 Andrew Cagney <ac131313@redhat.com>
8621
8622 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
8623 (Coding): Clarify ISO C version that GDB assumes.
8624
40dd2248
TT
86252002-06-26 Tom Tromey <tromey@redhat.com>
8626
8627 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
8628 add_setshow_cmd_full.
8629
bfac230e
DH
86302002-06-25 Don Howard <dhoward@redhat.com>
8631
8632 * gdb.texinfo (Memory Region Attributes): Document new behavior
8633 for 'mem' command.
8634
475b0867
JB
86352002-06-11 Jim Blandy <jimb@redhat.com>
8636
919d772c
JB
8637 * gdb.texinfo (Symbols): Update documentation for `info source'
8638 command.
8639
475b0867
JB
8640 * gdb.texinfo (Macros): Call the command `info macro', not
8641 `show macro'.
8642
ba8c9337
AC
86432002-06-09 Andrew Cagney <ac131313@redhat.com>
8644
8645 * gdbint.texinfo (Coding): Add section ``Per-architecture module
8646 data''.
8647
1029b7fa
MK
86482002-06-09 Mark Kettenis <kettenis@gnu.org>
8649
8650 * gdbint.texinfo (Target Architecture Definition): Document
8651 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
8652
16737d73
AC
86532002-06-08 Andrew Cagney <ac131313@redhat.com>
8654
8655 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
8656 lists.
8657
30107679
AC
86582002-06-08 Andrew Cagney <ac131313@redhat.com>
8659
8660 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
8661 Branch''.
8662
3352e23e
AC
86632002-06-01 Andrew Cagney <ac131313@redhat.com>
8664
8665 * gdbint.texinfo (Target Architecture Definition): Add section
8666 ``Converting an existing Target Architecture to Multi-arch''.
8667
cbb09e6a
AC
86682002-05-30 Andrew Cagney <ac131313@redhat.com>
8669
8670 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
8671 to ``Obsoleting code''. Revise.
8672
e2e0bcd1
JB
86732002-05-17 Jim Blandy <jimb@redhat.com>
8674
8675 * gdb.texinfo (C Preprocessor Macros): New chapter.
8676 Include it in the main menu.
8677 (Contributors): Credit Jim Blandy with macro support.
8678 (Compilation): Explain how to get macro information into the
8679 executable.
8680 (Expressions): Note that preprocessor macros are expanded.
8681
9db8d71f
DJ
86822002-05-14 Daniel Jacobowitz <drow@mvista.com>
8683
8684 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
8685 options for `target remote'.
8686
6d531722
AC
86872002-05-13 Andrew Cagney <ac131313@redhat.com>
8688
8689 * gdbint.texinfo (Target Architecture Definition): Delete
8690 documentation on NNPC_REGNUM.
8691
13d01224
AC
86922002-05-11 Andrew Cagney <ac131313@redhat.com>
8693
8694 * gdbint.texinfo (Target Architecture Definition): Document
8695 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
8696 (Target Architecture Definition): Revise section `Using Different
8697 Register and Memory Data Representations'. Add section `Raw and
8698 Virtual Register Representations'.
8699
b2e75d78
AC
87002002-05-11 Andrew Cagney <ac131313@redhat.com>
8701
8702 * gdbint.texinfo (Target Architecture Definition): Mention
8703 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
8704 (Target Architecture Definition): Mention same. Add references to
8705 web pages.
8706
2c8682ee
MS
87072002-05-08 Michael Snyder <msnyder@redhat.com>
8708
8709 * stabs.texinfo (Attributes): Document new "vector" attribute.
8710
0816590b
AC
87112002-05-04 Andrew Cagney <ac131313@redhat.com>
8712
8713 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
8714
2653173e
AC
87152002-05-04 Andrew Cagney <ac131313@redhat.com>
8716
8717 * gdb.texinfo: Delete obsolete references to a29k.
8718
d7bd68ca
AC
87192002-04-24 Andrew Cagney <ac131313@redhat.com>
8720
8721 * gdbint.texinfo (Target Architecture Definition): Replace
8722 IN_SIGTRAMP with PC_IN_SIGTRAMP.
8723
21d83aa5
DM
87242002-04-24 David S. Miller <davem@redhat.com>
8725
8726 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
8727
7673a6cc
DM
87282002-04-21 David S. Miller <davem@redhat.com>
8729
8730 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
8731
d49d1e0a
AC
87322002-04-21 Andrew Cagney <ac131313@redhat.com>
8733
8734 * gdbint.texinfo (Target Architecture Definition): Delete
8735 definition of HAVE_REGISTER_WINDOWS.
8736
f7dc1244 87372002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
8738
8739 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
8740 "Theodore A. Roth" <troth@verinet.com>.
8741
5ca0cb28
DH
87422002-04-15 Don Howard <dhoward@redhat.com>
8743
f7dc1244 8744 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 8745 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 8746 Provide a better explaination of this feature.
5ca0cb28 8747
f208ba17
AC
87482002-04-14 Andrew Cagney <ac131313@redhat.com>
8749
8750 * gdbint.texinfo (Target Architecture Definition): Remove
8751 FRAME_CHAIN_COMBINE.
8752
d5ba91de
MC
87532002-04-12 Michael Chastain <mec@shout.net>
8754
8755 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
8756 REG_STACK_SEGMENT.
8757
26818220
MC
87582002-04-09 Michael Chastain <mec@shout.net>
8759
8760 * gdbint.texinfo (Obsolete Conditionals): Remove references to
8761 PYRAMID_* macros.
8762
129188f6
AC
87632002-04-07 Andrew Cagney <ac131313@redhat.com>
8764
8765 * gdb.texinfo (Bug Reporting): Document that the web is the
8766 prefered way of submitting bug reports.
8767 (Bug Reporting): Delete the s-mail address as the last resort.
8768
8227c0ff
AC
87692002-04-05 Andrew Cagney <ac131313@redhat.com>
8770
8771 * gdbint.texinfo (Target Architecture Definition): Delete
8772 references to TARGET_WRITE_FP and write_fp.
8773
16d9dec6
MS
87742002-03-27 Michael Snyder <msnyder@redhat.com>
8775
8776 * gdb.texinfo: Document new commands dump, append, and restore.
8777
9ae8b82c
AC
87782002-03-27 Andrew Cagney <ac131313@redhat.com>
8779
8780 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
8781 Branch'.
8782
474c8240
AC
87832002-03-18 Andrew Cagney <ac131313@redhat.com>
8784
8785 * gdb.texinfo: Change all examples to @smallexample.
8786 * gdbint.texinfo: Ditto.
a9331b3f 8787
fb0ff88f
AC
87882002-03-18 Andrew Cagney <ac131313@redhat.com>
8789
8790 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
8791 Branches''.
8792
9bb0a4d8
AC
87932002-03-18 Andrew Cagney <ac131313@redhat.com>
8794
8795 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
8796 Policy''.
8797
937f164b
FF
87982002-03-04 Fred Fish <fnf@redhat.com>
8799
8800 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
8801 expresson, suports, dependant, trhe, perhaphs, situtations,
8802 explictily, taged, oportunity, unfortunatly).
8803
a7b40f07
AC
88042002-02-24 Andrew Cagney <ac131313@redhat.com>
8805
8806 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
8807 Remove reference to 3.12.
8808
aab4e0ec
AC
88092002-02-23 Andrew Cagney <ac131313@redhat.com>
8810
8811 * gdbint.texinfo: Include fdl.texi.
8812 (Top): Add GNU Free Documentation License.
8813 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
8814 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
8815 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
8816 (gdbint.info): Add srcdir to include path.
8817 * gdb.texinfo: Include gpl.texi.
8818 (Top): Add Copying.
8819 * gpl.texi: New file.
8820
47b95330
AC
88212002-02-23 Andrew Cagney <ac131313@redhat.com>
8822
8823 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
8824
78c47bea
PM
88252002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
8826
8827 * gdb.texinfo: Document Cygwin native specific commands.
8828
56460a61
DJ
88292002-02-15 Daniel Jacobowitz <drow@mvista.com>
8830
8831 * gdb.texinfo: Document gdbserver ``--attach'' command.
8832
def71bfa
MS
88332002-02-07 Michael Snyder <msnyder@redhat.com>
8834
8835 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
8836 to @code(_ovly_debug_event).
8837
c928edc0
AC
88382002-02-07 Andrew Cagney <ac131313@redhat.com>
8839
8840 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
8841
81d46470
MS
88422002-02-06 Michael Snyder <msnyder@redhat.com>
8843
8844 * gdb.texinfo (overlays): Mention new magic symbol
8845 '_ovly_debug_event', which allows GDB to keep better track
8846 of overlays.
8847
f7dc1244 88482002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
8849
8850 * gdb.texinfo (Memory Region Attributes): Fix the wording.
8851 Suggested by Dmitry Sivachenko.
8852
8853 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
8854
15110bc3
MS
88552002-02-01 Michael Snyder <msnyder@redhat.com>
8856
8857 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
8858
6763aef9
MS
88592002-01-30 Michael Snyder <msnyder@redhat.com>
8860
ac282366
MS
8861 * gdb.texinfo: (remote protocol): Gramatical fix-up.
8862 (set trust-readonly-sections): Document.
6763aef9 8863
8642bc8f
AC
88642002-01-29 Andrew Cagney <ac131313@redhat.com>
8865
8866 * gdbint.texinfo (Releasing GDB): Revise and update.
8867
afe64c1a
AC
88682002-01-28 Andrew Cagney <ac131313@redhat.com>
8869
8870 * gdbint.texinfo (Target Architecture Definition): Delete
8871 description of TARGET_BYTE_ORDER_DEFAULT.
8872
f7dc1244 88732002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
8874
8875 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
8876 <mitya@cavia.pp.ru>.
8877
3d6e1b5a
AC
88782002-01-23 Andrew Cagney <ac131313@redhat.com>
8879
8880 * libgdb.texinfo: Delete file.
8881
6c0e9fb3
AC
88822002-01-22 Andrew Cagney <ac131313@redhat.com>
8883
8884 * gdb.texinfo: Remove makeinfo 3.12 hacks.
8885 * gdbint.texinfo: Ditto.
8886
e0ce93ac
AC
8887Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
8888
8889 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
8890
be298bcc
AC
88912002-01-22 Andrew Cagney <ac131313@redhat.com>
8892
8893 * Makefile.in: Update copyright.
8894 (TEXI2DVI): Define.
8895 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
8896 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
8897 gdb-cfg.texi.
8898 (TEXINDEX, PDFTEX): Delete makefile variables.
8899
8e04817f
AC
89002002-01-22 Andrew Cagney <ac131313@redhat.com>
8901
8902 * gdb.texinfo (Protocol): Move section to appendix.
8903
6b2f586d
AC
89042002-01-21 Andrew Cagney <ac131313@redhat.com>
8905
8906 * gdb.texinfo (Remote Debugging): Create a menu.
8907 (Top): Add ``Remote Debugging'' to menu.
8908
6f05cf9f
AC
89092002-01-21 Andrew Cagney <ac131313@redhat.com>
8910
8911 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
8912 serial protocol'' from here.
8913 (Remote Debugging): To here. New chapter.
8914
3fd3d7d2
AC
89152002-01-20 Andrew Cagney <ac131313@redhat.com>
8916
8917 * gdbint.texinfo (Target Architecture Definition): Delete
8918 description of TARGET_BYTE_ORDER_SELECTABLE_P.
8919
7fd60527
AC
89202002-01-20 Andrew Cagney <ac131313@redhat.com>
8921
8922 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
8923 are no longer needed.
8924 (Porting GDB): Add maintainer note about configure.host.
8925
c2f05ac9
AC
89262002-01-20 Andrew Cagney <ac131313@redhat.com>
8927
8928 * gdbint.texinfo (Target Architecture Definition): Remove
8929 definition of IEEE_FLOAT.
8930
f7dc1244 89312002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
8932
8933 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
8934 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
8935 <3diff@gnu.org>
231b2aad 8936
82600034
AC
89372002-01-19 Andrew Cagney <ac131313@redhat.com>
8938
8939 * gdbint.texinfo (Host Definition): Remove references to
8940 MALLOC_INCOMPATIBLE.
8941
7708fa01
AC
89422002-01-17 Andrew Cagney <ac131313@redhat.com>
8943
8944 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
8945 and xyz-xdep.o.
8946
eb12ee30
AC
89472002-01-17 Andrew Cagney <ac131313@redhat.com>
8948
889bf7c5 8949 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
8950 (Set Breaks): Copy ``maint info breakpoint'' doco to
8951 ``Maintenance Commands'' appendix. Add reference.
8952
c9ccaa92
AC
89532002-01-17 Andrew Cagney <ac131313@redhat.com>
8954
8955 * fdl.texi: Remove next/prev from @node.
8956
f7dc1244 89572002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
8958
8959 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
8960 for monstrous @multitable (from Brian Youmans).
8961
8962 * fdl.texi: New file.
8963
8964 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
8965
8973da3a
AC
89662002-01-15 Andrew Cagney <ac131313@redhat.com>
8967
8968 * gdbint.texinfo (Releasing GDB): New chapter.
8969
7d86b5d5
AC
89702002-01-14 Andrew Cagney <ac131313@redhat.com>
8971
8972 * gdb.texinfo (Embedded Processors, Calling program functions):
8973 Obsolete references to a29k.
8974
cc1cb004
AC
89752002-01-13 Andrew Cagney <ac131313@redhat.com>
8976
8977 * gdbint.texinfo (Coding): Review Cleanups section. Examples
8978 examples. Document that a code-block should do or discard its
8979 cleanups before exit.
8980
79f12247
MS
89812002-01-11 Michael Snyder <msnyder@redhat.com>
8982
8983 * gdb.texinfo (Choosing files): Change @samp to @file.
8984
19837790
MS
89852002-01-05 Michael Snyder <msnyder@redhat.com>
8986
8987 * gdb.texinfo (--pid): Document new command line option (attach).
8988
f7dc1244 89892002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
8990
8991 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
8992 in the stub.
8993
d7449b42
AC
89942002-01-04 Andrew Cagney <ac131313@redhat.com>
8995
8996 * gdbint.texinfo (Target Architecture Definition): Replace
8997 BIG_ENDIAN with BFD_ENDIAN_BIG.
8998
f23631e4
AC
89992002-01-03 Andrew Cagney <ac131313@redhat.com>
9000
9001 * gdbint.texinfo (Target Architecture Definition): Replace
9002 value_ptr with struct value pointer.
9003
72c9928d
EZ
90042002-01-02 Eli Zaretskii <eliz@gnu.org>
9005
9006 * gdb.texinfo (Free Software): Fix wording.
9007
959acfd1
EZ
90082001-12-31 Eli Zaretskii <eliz@gnu.org>
9009
9010 * gdb.texinfo (Free Software): New section ``Free Software Needs
9011 Free Documentation''.
9012
f7dc1244 90132001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
9014
9015 * stabs.texinfo:
9016 * gdb.texinfo:
9017 * gdbint.texinfo:
9018 * libgdb.texinfo:
9019 * annotate.texi: Fix the application of GFDL in the Copyright notice.
9020
6600abed
MS
90212001-12-29 Michael Snyder <msnyder@redhat.com>
9022
9023 * gdb.texinfo (maint info sections): Fix typo.
9024
f6680716
MS
90252001-12-26 Michael Snyder <msnyder@redhat.com>
9026
fe95c787
MS
9027 * gdb.texinfo (maint info sections): Document.
9028
a9331b3f 9029 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
9030 'info proc' sub-options that are currently not implemented.
9031
c3d3ce5b
JB
90322001-12-20 Jim Blandy <jimb@redhat.com>
9033
9034 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
9035
778eb05e
AC
90362001-12-15 Andrew Cagney <ac131313@redhat.com>
9037
9038 * gdbint.texinfo (Target Architecture Definition): Replace
9039 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
9040
2607059c
AC
90412001-12-01 Andrew Cagney <ac131313@redhat.com>
9042
9043 * gdbint.texinfo (Host Definition): Delete documentation on
9044 HOST_BYTE_ORDER.
9045
df0cd8c5
JB
90462001-11-30 Jim Blandy <jimb@redhat.com>
9047
9048 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 9049 overlay support. Add to top-level menu.
df0cd8c5 9050
88118b3a
TT
90512001-11-26 Tom Tromey <tromey@redhat.com>
9052
9053 * gdb.texinfo (Command Syntax): Document C-o binding.
9054
96565e91
CF
90552001-07-26 Christopher Faylor <cgf@redhat.com>
9056
9057 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
9058 use since it is described in the referenced section.
9059
f7dc1244 9060 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
9061 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
9062 clearer when using DJGPP.
9063
2a3d5645
CF
90642001-11-24 Christopher Faylor <cgf@redhat.com>
9065
9066 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
9067 specifically refer to MS-DOS.
9068 (command files): Mention gdb.ini is only used on MS-DOS.
9069
aa26fa3a
TT
90702001-11-21 Tom Tromey <tromey@redhat.com>
9071
9072 * gdb.texinfo (Invoking GDB): Document --args.
9073 (Mode Options): Likewise.
9074
4f8ada06
JB
90752001-11-21 Jim Blandy <jimb@redhat.com>
9076
9077 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
9078 Delete documentation; this macro has been removed from the
9079 sources.
4f8ada06 9080
3fe0dc10
JB
90812001-11-13 Jim Blandy <jimb@redhat.com>
9082
9083 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
9084
9e5abb06
CV
90852001-11-06 Corinna Vinschen <vinschen@redhat.com>
9086
9087 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
9088
1c5dfdad
MS
90892001-11-05 Michael Snyder <msnyder@redhat.com>
9090
a9331b3f 9091 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
9092 quote regexp chars in function names such as "operator*()".
9093
990f9fe3
FF
90942001-11-01 Fred Fish <fnf@redhat.com>
9095
9096 * gdbint.texinfo (SOLIB_ADD): Document additional new
9097 "readsyms" arg.
9098
b433d00b
DH
90992001-10-30 Don Howard <dhoward@redhat.com>
9100
070b1dd3
DH
9101 * gdb.texinfo: (Command Files) Added documentation for the
9102 behavior of gdb with input redirected from a file.
b433d00b 9103
b7209cb4
FF
91042001-10-28 Fred Fish <fnf@redhat.com>
9105
9106 * gdb.texinfo (auto-solib-add): Change docs to match
9107 implementation change.
9108 (auto-solib-limit): Add docs for new variable.
9109
1aa20aa8
AC
91102001-10-15 Andrew Cagney <ac131313@redhat.com>
9111
9112 * gdbint.texinfo (Target Architecture Definition): Function
9113 value_as_pointer renamed to value_as_address.
9114
fc0c74b1
AC
91152001-10-15 Andrew Cagney <ac131313@redhat.com>
9116
9117 * gdbint.texinfo (Target Architecture Definition): Default
9118 POINTER_TO_ADDRESS functions assume unsigned addresses.
9119 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
9120 posting by Jim Blandy.
9121
f4846649
JB
91222001-10-12 Jim Blandy <jimb@redhat.com>
9123
9124 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
9125 version of texi2html (1.64) doesn't support this flag any more.
9126
f277788b
MK
91272001-09-08 Mark Kettenis <kettenis@gnu.org>
9128
a9dc4918
MK
9129 * gdbint.texinfo (Host Definition): Remove description of
9130 MEM_FNS_DECLARED.
9131
d28379df
MK
9132 * gdbint.texinfo (Host Definition): Remove description of R_OK.
9133
f277788b
MK
9134 * gdbint.texinfo (Host Definition): Remove description of
9135 HAVE_SIGSETMASK.
9136
7ccaa899
EZ
91372001-09-04 Elena Zannoni <ezannoni@redhat.com>
9138
9139 * gdbint.texinfo (Target Architecture Definition): Add
9140 explanation of TARGET_PRINT_INSN macro.
9141
17d9d558
JB
91422001-08-30 Jim Blandy <jimb@redhat.com>
9143
9144 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
9145 Explain what it means to load relocatable files.
9146
72cde065
JB
91472001-08-28 Jim Blandy <jimb@redhat.com>
9148
9149 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
9150 info `top' menu.
9151
9e678452
CF
9152Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
9153
9154 * gdbint.texinfo: Add a cautionary note about macro use.
9155
a2bea4c3 91562001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 9157
a2bea4c3
CV
9158 * gdb.texinfo: Explain omitting the hostname in the
9159 `target remote' command.
9160
1129bf27
DJ
91612001-07-30 Daniel Jacobowitz <drow@mvista.com>
9162
9163 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
9164 and END-INFO-DIR-ENTRY.
9165
732b3002
SC
91662001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9167
9168 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
9169
89437448
AC
91702001-07-25 Andrew Cagney <ac131313@redhat.com>
9171
9172 * gdbint.texinfo (libgdb): Rewrite.
9173
f7dc1244 91742001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
9175
9176 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
9177
c4555f82
SC
91782001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9179
9180 * gdb.texinfo (TUI): New chapter, document the TUI.
9181 (Mode Options): Document the -tui option.
9182
2f45a6e0
MK
91832001-07-23 Mark Kettenis <kettenis@gnu.org>
9184
9185 * gdbint.texinfo (Host Definition): Remove description of
9186 NEED_POSIX_SETPGID.
9187
f7dc1244 91882001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
9189
9190 * gdb.tex (DJGPP Native): New node, with descriptions of
9191 DJGPP-specific commands.
9192
be9c6c35
JM
91932001-07-19 John R. Moore <jmoore@redhat.com>
9194
9195 * gdbint.texinfo: Three misspellings.
9196
dfa249fb
AC
91972001-07-06 Andrew Cagney <ac131313@redhat.com>
9198
9199 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
9200 `test` expressions on bash. Problem reported by Colin Walters.
9201
c72e7388
AC
92022001-07-04 Andrew Cagney <ac131313@redhat.com>
9203
9204 * gdbint.texinfo (User Interface): Update ui-out documentation to
9205 refelect recent UI/MI updates.
9206
94bbb2c0
AC
92072001-07-04 Andrew Cagney <ac131313@redhat.com>
9208
9209 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
9210 interpreters.
9211
af6c57ea
AC
92122001-06-15 Andrew Cagney <ac131313@redhat.com>
9213
9214 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
9215 structure and not macros.
9216 (Host Definition): Document that much of this chapter is obsolete.
9217 (Target Architecture Definition): Update list of files that make
9218 up a target architecture.
9219 (Coding): Update.
9220
83aa8bc6
AC
92212001-06-28 Andrew Cagney <ac131313@redhat.com>
9222
9223 * gdbint.texinfo (Target Architecture Definition): Update
9224 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
9225 The latter has been changed to a true predicate.
9226
f7dc1244 92272001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
9228
9229 * annotate.texi: Add @noindent where needed. From Dmitry
9230 Sivachenko <dima@Chg.RU>.
9231 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
9232
656db9b0
AC
92332001-06-16 Andrew Cagney <ac131313@redhat.com>
9234
9235 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
9236
df2396a1
AC
92372001-06-14 Andrew Cagney <ac131313@redhat.com>
9238
9239 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
9240 returns ``OK''. Document that the ``R'' packet does not reply.
9241
0f1f2b0a
MS
92422001-06-13 Michael Snyder <msnyder@redhat.com>
9243
9244 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
9245
f7dc1244 92462001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
9247
9248 * gdb.texinfo (Signals): Clarify the default setting of signal
9249 handling.
9250
a5d7c491
AC
92512001-05-14 Andrew Cagney <ac131313@redhat.com>
9252
9253 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
9254 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
9255
05a54c4f
AC
92562001-05-12 Andrew Cagney <ac131313@redhat.com>
9257
9258 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
9259
f7dc1244 92602001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
9261
9262 * gdbint.texinfo (Clean Design and Portable Implementation):
9263 Renamed from "Clean Design".
9264 (Clean Design and Portable Implementation): Document portable
9265 methods of handling file names, and the associated macros.
9266
f7dc1244 92672001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
9268
9269 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
9270 command and provide a cross-reference to its description.
9271 (Symbols): Note that "info scope" is useful for trace experiments.
9272
f7dc1244 92732001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 9274
b37052ae
EZ
9275 * gdb.texinfo (Symbols): Document "info scope".
9276 (Tracepoints): New chapter.
9277 (Contributors): Update for v5.1.
9278 <All nodes>: Change "C++" to "C@t{++}".
9279
0ee54786
EZ
9280 * gdbint.texinfo (User Interface): A new section about ui_out
9281 functions, based on text written by Fernando Nasser.
9282
c534679c
EZ
9283 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
9284
f7dc1244 92852001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 9286
e9c75b65
EZ
9287 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
9288
9289 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
9290
9291 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
9292 Replace "GDB" with "@value{GDBN}". Fix markup.
9293
9294 * annotate.texi: Change Permissions to GFDL. Update Copyright.
9295
3d67e040
EZ
9296 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
9297 a cross-reference to its description.
9298 (Symbols): Document "info symbol".
9299
f7dc1244 93002001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
9301
9302 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
9303 subsection "x86 Watchpoints".
9304 (Target Architecture Definition): Document the macros
9305 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
9306 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
9307
b0ed3589
AC
93082001-03-20 Andrew Cagney <ac131313@redhat.com>
9309
9310 * gdbint.texinfo (Target Architecture Definition): Update
9311 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
9312 list.
9313
b6ba6518
KB
93142001-03-06 Kevin Buettner <kevinb@redhat.com>
9315
9316 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
9317 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
9318
f7dc1244 93192001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
9320
9321 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
9322
f7dc1244 93232001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 9324
17cc6a06
EZ
9325 * gdb.texinfo (Environment): Document that `path' does not change
9326 the value of PATH in GDB's own environment (it did in the past,
9327 but that was changed on March 15, 1994). Reported by Doug Evans
9328 <dje@transmeta.com>.
9329
56caf160
EZ
9330 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
9331 its line. Fix markup of commands and macros. Add an Index node
9332 and index entries.
9333
29e57380
C
93342001-01-23 J.T. Conklin <jtc@redback.com>
9335
9336 * gdb.texinfo (Memory region attributes): New manual section.
9337
1c6147de
ND
93382001-01-04 Nicholas Duffek <nsd@redhat.com>
9339
9340 * gdbint.texinfo (POP_FRAME): Document use by return_command.
9341
f7dc1244 93422000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
9343
9344 * refcard.tex: Version and copyright fixed. From Phil Edwards
9345 <pedwards@disaster.jaj.com>.
9346
0dcedd82
AC
9347Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
9348
9349 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 9350 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 9351
3b851bce
AC
9352Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
9353
9354 * gdbint.texinfo (Coding): Update current value of
889bf7c5 9355 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 9356
f7dc1244 93572000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
9358
9359 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
9360 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
9361
b90a5f51
CF
93622000-11-10 Christopher Faylor <cgf@cygnus.com>
9363
9364 * gdb.texinfo: Document new 'set step-mode' command.
9365
f7dc1244 93662000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
9367
9368 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
9369 changes from Dmitry Sivachenko <dima@Chg.RU>.
9370
f7dc1244 93712000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
9372
9373 * gdb.texinfo (Hooks): Document the new post-hook functionality.
9374 From Steven Johnson <sbjohnson@ozemail.com.au>.
9375
2e685b93
MK
93762000-08-10 Mark Kettenis <kettenis@gnu.org>
9377
9378 * gdbint.texinfo (Overall Structure): Spelling fix.
9379
f7dc1244 93802000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
9381
9382 * gdbint.texinfo (Target Architecture Definition): Document that
9383 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
9384 for which REGISTER_CONVERTIBLE returns a zero value.
9385
63ac3005
EZ
93862000-07-08 Christopher Faylor <cgf@cygnus.com>
9387
9388 * Makefile.in (install-info): Find files to install in either the
9389 build or source directories (adapted from Makefile.am).
9390
bd79f757
ND
93912000-07-07 Nicholas Duffek <nsd@redhat.com>
9392
9393 * stabs.texinfo: Fix spelling errors.
9394 (String Field): FILE-NUMBER starts from 0, not 1.
9395
f7dc1244 93962000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
9397
9398 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 9399 Brian Youmans.
5f208f6d 9400
f7dc1244 94012000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
9402
9403 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
9404 the source directory. Reported by Mark Harig
9405 <markh@frazier.landmark.com>.
cc542d3b 9406
f3b28801
C
94072000-06-20 J.T. Conklin <jtc@redback.com>
9408
9409 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
9410
449f3b6c
AC
9411Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
9412
9413 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 9414 Generate using pdftex.
449f3b6c 9415 (PDFTEX): Define.
889bf7c5 9416 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 9417 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 9418 @contents at the start.
449f3b6c 9419
f7dc1244 94202000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
9421
9422 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 9423 Youmans.
48e934c6 9424
9e9c5ae7
AC
9425Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
9426
9427 From Brian Youmans:
9428 * gdb.texinfo: Fix ``et al.''.
9429
c741b251
AC
9430Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
9431
9432 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 9433 loop.
c741b251 9434
4ab64e14
JG
94352000-05-19 Jimmy Guo <guo@cup.hp.com>
9436
9437 * configure: Regenerate.
9438
f7dc1244 94392000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
9440
9441 * Makefile.in (install-info): Run install-info on installed Info
9442 files.
9443
8c70017b
AC
9444Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
9445
a7cb598a 9446 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 9447 Andrew Cagney.
8c70017b 9448
f7dc1244 94492000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
9450
9451 * gdb.texinfo: Proofreading changes from Brian Youmans.
9452
bf0184be
ND
94532000-05-01 Nick Duffek <nsd@cygnus.com>
9454
9455 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
9456 startup sequence, minor edits.
9457
f7dc1244 94582000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
9459
9460 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
9461 TeX.
9462
9463 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
9464 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
9465 like `n' and `s' which look weird. Convert some of the @kindex to
9466 @vindex, when they refer to variables, not commands.
9467
33e16fad
AC
9468Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
9469
9470 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
9471
f7dc1244 94722000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
9473
9474 * Makefile.in (GDBMI_DIR): New variable.
9475 (SET_TEXINPUTS): Add $(GDBMI_DIR).
9476 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
9477 (gdbmi.texinfo): New target, for texi2roff.
9478 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
9479 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
9480
9481 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
9482 gdbmi.texinfo.
9483 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
9484 comment.
9485
d167840f
EZ
94862000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9487
9488 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 9489 command.
d167840f 9490
f7dc1244 94912000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
9492
9493 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
9494 prevents the build (and is generally a Bad Idea).
9495
f7dc1244 94962000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
9497
9498 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
9499 a comma inside @var.
9500 (Command Files): Index markup changes from Dmitry Sivachenko
9501 <dima@Chg.RU>.
9502
f7dc1244 95032000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
9504
9505 * Makefile.in (LN_S): Define.
9506 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
9507 invoke "ln -s" unless it is known to work.
9508
9509 * configure.in (AC_PROG_LN_S): Add.
9510
8dc7983f
JB
95112000-04-14 Jim Blandy <jimb@redhat.com>
9512
9513 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
9514 section.
9515 (Target Conditionals): Document ADDRESS_TO_POINTER,
9516 POINTER_TO_ADDRESS.
9517
1a8237e8
DB
95182000-04-11 Daniel Berlin <dan@cgsoftware.com>
9519
9520 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
9521 gdb-cfg.texi to get the value.
9522
ca526f1a
JB
95232000-04-10 Jim Blandy <jimb@redhat.com>
9524
9525 * gdbint.texinfo (Target Architecture Definition): Fix
9526 cross-references.
9527
faaafcb4
JB
95282000-04-08 Jim Blandy <jimb@redhat.com>
9529
9530 * gdbint.texinfo (Using Different Register and Memory Data
9531 Representations): New section.
9532 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
9533 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
9534 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 9535
1b27397f
AC
9536Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
9537
9538 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 9539 for acknowledgments.
1b27397f 9540
480ff1fb
AC
9541Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
9542
9543 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 9544 qThreadExtraInfo.
480ff1fb 9545
a9331b3f 95462000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 9547
a9331b3f
RM
9548 * gdb.texinfo: Clarify which remote debug protocol commands are
9549 required and which are optional.
f1251bdd 9550
dbeb8dbd
AC
9551Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
9552
9553 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
9554 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
9555 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
9556 * annotate.texi: Update.
9557
6d2ebf8b
SS
95582000-03-28 Stan Shebs <shebs@apple.com>
9559
9560 * gdb.texinfo: Update dates, bump to Eighth Edition (note
9561 expectation of additional changes before release), update
9562 ISBN, add copy of top-level menu for @ifhtml, remove explicit
9563 node links, rephrase and/or shorten lines to fix formatting
9564 problem in both regular and @smallbook formats.
9565 * annotate.texi: Shorten lines in example, use smallexample
9566 consistently everywhere.
9567 * Makefile.in: Add comment about texinfo 4.0 html generation.
9568 (SFILES_INCLUDED): Add annotate.texi.
9569
5d161b24
DB
95702000-03-27 Daniel Berlin <dan@cgsoftware.com>
9571
5ae4183a
AS
9572 * gdb.texinfo (Debugging Output): Added new section, documenting
9573 the "set/show debug" commands.
5d161b24 9574
b9deaee7
AC
9575Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
9576
9577 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 9578 entry.
b9deaee7
AC
9579
9580 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
9581 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 9582 @chapter and @node entries.
a9331b3f 9583
b9deaee7 9584 * gdb.texinfo: Link all top-level nodes.
a9331b3f 9585
9ef47d30
AC
9586Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
9587
9588 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 9589 files.
9ef47d30 9590
cfeada60
FN
95912000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
9592
9593 From David Whedon <dwhedon@gordian.com>
5ae4183a 9594 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 9595
6837a0a2
DB
95962000-03-22 Daniel Berlin <dan@cgsoftware.com>
9597
9598 * gdb.texinfo: Add documentation for the apropos command.
9599
bba2971c
MS
96002000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
9601
9602 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
9603
2b628194
MS
96042000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
9605
a9331b3f 9606 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
9607 two places.
9608
96a2c332
SS
96092000-03-17 Stan Shebs <shebs@apple.com>
9610
9611 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
9612 <dima@Chg.RU>, also clarification of allowed content for
9613 string constants.
9614
f7dc1244 96152000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
9616
9617 * gdb.texinfo (main menu): Add Annotations.
9618 (File Options): Add @cindex entries for each command-line option.
9619 Document --epoch, --annotate, --async, --interpreter, --write,
9620 --statistics, and --version.
9621
9622 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
9623 of GDB.
9624
9d233477
JB
96252000-02-23 Jim Blandy <jimb@redhat.com>
9626
9627 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
9628
14e0eb3b
JB
96292000-02-22 Jim Blandy <jimb@redhat.com>
9630
9631 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
9632
3555de01
JM
96332000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
9634
9635 * Makefile.in (diststuff): New target.
9636
5e35df8e
KB
96372000-02-15 Kevin Buettner <kevinb@redhat.com>
9638
9639 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 9640 architecture. [From Jim Wilson.]
5e35df8e 9641
c5394b80
JM
96422000-01-16 Tom Tromey <tromey@cygnus.com>
9643
9644 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
9645 (Delete Breaks): Mention range arguments.
9646 (Disabling): Likewise.
9647
c3f6f71d
JM
96482000-01-05 Dmitry Sivachenko <dima@Chg.RU>
9649
9650 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
9651
c4093a6a
JM
9652Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
9653
9654 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 9655 valid functions.
c4093a6a 9656
11cf8741
JM
96571999-11-05 Stan Shebs <shebs@andros.cygnus.com>
9658
9659 * gdb.texinfo: Clarify regular expressions used in rbreak.
9660
917317f4
JM
96611999-10-15 Kevin Buettner <kevinb@cygnus.com>
9662
9663 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
9664 MEMORY_REMOVE_BREAKPOINT): Document.
9665
9666Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
9667
9668 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 9669 offset re-using the DATA offset instead.
917317f4 9670
2df3850c
JM
96711999-10-11 Jim Kingdon <kingdon@redhat.com>
9672
9673 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
9674
96751999-10-05 Stan Shebs <shebs@andros.cygnus.com>
9676
9677 From Dmitry Sivachenko <demon@gpad.ac.ru>:
9678 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
9679 typos.
9680
9681 * gdb.texinfo: Various minor wording and formatting improvements,
9682 mentions of additional command-line options.
9683
2acceee2
JM
96841999-09-30 Fred Fish <fnf@cygnus.com>
9685
9686 * gdb.texinfo: Document additional forms of specifying section
9687 names and addresses for the add-symbol-file command.
9688
c2c6d25f
JM
96891999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
9690
9691 * gdbint.texinfo: Fix typo, add the word "have".
9692
96931999-09-14 Jim Blandy <jimb@cris.red-bean.com>
9694
9695 * gdbint.texinfo (Target Architecture Definition): Document the
9696 SKIP_PERMANENT_BREAKPOINT macro.
9697
d4f3574e
SS
96981999-09-07 Stan Shebs <shebs@andros.cygnus.com>
9699
9700 * gdb.texinfo: Fiks speling errers.
9701
9702 * gdb.texinfo: Fix uses of @multitable.
9703
f7dc1244 9704 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 9705 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 9706 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
9707 comments about using with optimization, add more indexing,
9708 fix info about disassembly-flavor.
9709
9710Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
9711
9712 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
9713 SKIP_SOLIB_RESOLVER): Define.
9714
9715Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
9716
9717 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 9718 ``g'' packets.
d4f3574e 9719
104c1213
JM
97201999-08-30 Stan Shebs <shebs@andros.cygnus.com>
9721
9722 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
9723 platform-specific info, inline remote.texi and move sections of it
9724 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
9725 and register stack into the new chapter.
9726 * remote.texi: Remove, now part of gdb.texinfo.
9727 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
9728
97291999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
9730
9731 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
9732 GDB_TARGET_IS_MACH386): These kludges have gone away.
9733
9734Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
9735
9736 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 9737 TDEPLIBS.
104c1213 9738
53a5351d
JM
97391999-08-20 Stan Shebs <shebs@andros.cygnus.com>
9740
9741 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
9742 surrounding text to fit HP-UX bits into general info.
9743 (HPPA-cfg.texi): Remove, no longer useful.
9744
9745 * gdb.texinfo: Remove explicit links from @node lines, remove
9746 HP-added "Detailed Node Listing" from main menu which confuses
9747 things.
9748
9749 From Dmitry Sivachenko <dima@Chg.RU>:
9750 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 9751 in description of `set environment'.
53a5351d
JM
9752
97531999-08-17 Stan Shebs <shebs@andros.cygnus.com>
9754
9755 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
9756
7be570e7
JM
97571999-08-12 Ben Elliston <bje@cygnus.com>
9758
9759 * gdbint.texinfo (Breakpoint Handling): Add missing words.
9760
f7dc1244 97611999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
9762
9763 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
9764 watch, awatch, and rwatch. Explain why the latter two cannot be
9765 set as software watchpoints. Document that watchpoints for local
9766 variables are deleted when the debuggee terminates.
7be570e7
JM
9767
9768Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
9769
9770 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
9771 packet. Allow E.. response packet. "qRcmd" packet is no longer
9772 reserved.
7be570e7
JM
9773
97741999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9775
a9331b3f
RM
9776 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
9777 * gdb.texinfo: Ditto.
7be570e7 9778
96baa820
JM
97791999-08-06 Tom Tromey <tromey@cygnus.com>
9780
9781 * gdb.texinfo (KOD): New node.
9782
9783Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
9784
9785 * remote.texi (Rcmd): Fix minor formatting typos.
9786
9787Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
9788
9789 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 9790 packets.
96baa820 9791
adf40b2e
JM
97921999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
9793
9794 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
9795 fixes.
9796
43ff13b4
JM
9797Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
9798
9799 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
9800
085dd6e6
JM
9801Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
9802
9803 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
9804 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
9805 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
9806 packets that are not supported on all hosts. Expand examples.
9807 Spell check.
085dd6e6
JM
9808
98091999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
9810
9811 * Makefile.in: Recognize html, install-html. Add targets
9812 to build HTML versions of documentation via texi2html.
9813
9814Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
9815
9816 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 9817 testsuite.
085dd6e6
JM
9818
9819Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
9820
9821 * remote.texi (Communication Protocol): Rewrite.
9822
9823Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
9824
9825 * stabs.texinfo: Fix uses of xref.
9826
9e0b60a8
JM
9827Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
9828
9829 * gdbint.texinfo: Add an anti-printf exhortation, and update the
9830 info about patch submission.
9831
cce74817
JM
9832Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
9833
9834 From Per Bothner <bothner@cygnus.com>:
9835 * gdb.texinfo: Document Chill support.
9836
9837Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
9838
9839 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
9840 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
9841 Document that the value should be greater-than or equal-to zero.
9842 (NO_STD_REGS): Document. Deprecate.
cce74817 9843
ac9a91a7
JM
9844Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
9845
9846 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 9847 Document that these are not used.
ac9a91a7
JM
9848
9849Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
9850
9851 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
9852
392a587b
JM
9853Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
9854
9855 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 9856 numargs was dropped.
392a587b
JM
9857
9858Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
9859
9860 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
9861
b83266a0
SS
9862Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
9863
9864 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 9865 Update.
b83266a0 9866
7a292a7a
SS
9867Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
9868
9869 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
9870 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
9871
9872Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
9873
9874 * gdbint.texinfo: Fix typos: $ -> @.
9875
9876Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
9877
9878 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
9879 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
9880 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
9881 BREAKPOINT_FROM_PC.
a9331b3f 9882
7a292a7a
SS
9883Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
9884
9885 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 9886 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
9887
9888Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
9889
9890 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 9891 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
9892
98931999-04-02 Stan Shebs <shebs@andros.cygnus.com>
9894
9895 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
9896 longer exists.
9897
9898Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
9899
9900 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
9901 nearly all @ifset/@ifclear conditionals; nobody uses them, and
9902 they make the manual source incomprehensible.
7a292a7a
SS
9903 * h8-cfg.texi: Remove, hasn't been used in years.
9904
c906108c
SS
9905Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
9906
9907 * gdb.texinfo: Update the credits.
9908
9909Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
9910
9911 * gdb.texinfo: Fix mistakes noticed in printout of last
9912 draft, add Alpha to discussion of heuristic fence post.
9913
9914Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
9915
9916 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
9917 Edition, merge some HP changes into mainline, describe some
9918 previously undocumented features, describe more of the target
9919 commands available, eliminate obsolete section on renamed
9920 commands.
c906108c
SS
9921 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
9922
9923Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
9924
9925 * gdb.texinfo: Make many HPPA conditionals unconditional,
9926 including catchpoint description, since now on for all configs.
9927 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
9928 specializations.
9929
9930Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
9931
9932 * Makefile.in (GDBvn.texi): Fix match expression to work with
9933 current format of VERSION in gdb/Makefile.in.
9934 * gdb.texinfo: Fix node ref to match new readline.
9935
9936Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
9937
a9331b3f
RM
9938 * gdb.texinfo: Changes made as part of a project to merge in
9939 changes made by HP. Documentation makes extensive use of
c906108c
SS
9940 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
9941 on remote debugging. There are differences in documentation
889bf7c5 9942 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
9943 the HP manual discusses catchpoints, hardware watchpoints, and
9944 some HPUX specific limitations for shared library support.
a9331b3f 9945
c906108c
SS
9946 There are also a number of @node changes.
9947
99481999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
9949
9950 * gdbint.texinfo (Formatting): Disambiguate a sentence.
9951 (C Usage): Same.
9952
9953Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
9954
9955 The following changes were made by Edith Epstein
889bf7c5
PA
9956 <eepstein@cygnus.com> as part of a project to merge in changes
9957 made by HP.
a9331b3f 9958
c906108c
SS
9959 * HPPA-cfg.texi: new file.
9960
9961 * all-cfg.texi: set HPPA for HP PA-RISC targets.
9962
9963 * refcard.tex: change documentation about catch.
9964 removed info catch.
9965
9966Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
9967
9968 * gdbint.texinfo: Expand on GDB's coding standards,
9969 specify the use of arg names with prototypes.
9970
99711998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
9972
9973 * gdb.texinfo: Fix tipo.
9974
9975Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
9976
9977 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 9978 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
9979
9980Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
9981
9982 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
9983
99841998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
9985
9986 * agentexpr.texi: New file.
9987
9988Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
9989
9990 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
9991
99921998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
9993
9994 * remote.texi: Changed wording that implied that the GDB remote
9995 protocol caches register values instead of GDB itself.
9996
9997Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
9998
9999 * gdbint.texinfo: Add some info about symbol readers.
10000 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
10001 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
10002 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
10003 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
10004
10005Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
10006
a9331b3f 10007 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
10008
10009Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
10010
10011 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
10012
10013Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
10014
10015 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 10016 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
10017
10018Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
10019
10020 * gdbint.texinfo: Fix minor typos.
10021
10022Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
10023
10024 * gdbint.texinfo: Complete overhaul. Group descriptions more
10025 logically, add more info on generic algorithms, remove much
10026 obsolete and/or wrong material.
10027
10028Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
10029
10030 * stabs.texinfo (Method Type Descriptor): Expand and correct.
10031
10032Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
10033
10034 * refcard.tex: Copyright, address updates.
10035
10036Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
10037
10038 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
10039 for the edition instead of confusing GDB-version-like numbers.
10040
10041Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
10042
10043 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
10044
10045Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
10046
5ae4183a 10047 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
10048
10049Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
10050
10051 * gdb.texinfo: Add some credits, mention bug monitor.
10052 * remote.texi: Mention mips monitor targets.
10053 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 10054
c906108c
SS
10055Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
10056
10057 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
10058 files, finish sorting of host vs target vs native macros, describe
10059 some more of them.
c906108c
SS
10060
10061Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
10062
10063 * gdbint.texinfo (Host Conditionals): Document change from
10064 using NO_MMALLOC to it's inverse, USE_MMALLOC.
10065
10066Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
10067
10068 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 10069 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
10070
10071Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
10072
10073 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
10074 Document LSEEK_NOT_LINEAR.
10075
10076Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
10077
10078 * stabs.texinfo (Stab Section Basics): Make it clear that only
10079 some versions of the GNU linker remove the leading N_UNDF symbol.
10080
10081Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
10082
10083 * stabs.texinfo (String Field): Document type number pairs here,
10084 instead of in the Sun specific section.
10085 (Include Files): The GNU linker supports the N_BINCL
10086 optimization. Clarify the N_BINCL value, and what it is used
10087 for.
10088 (Procedures): Document N_FUN with an empty string to mark the end
10089 of a function.
10090 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
10091 (Sun Differences): Remove this node, as the information is now
10092 elsewhere in the main document.
10093 (Stab Section Basics): Mention that the GNU linker may optimize
10094 stabs and remove the leading N_UNDF symbol.
10095
10096Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
10097
10098 * gdb.texinfo, refcard.tex: Restore author credit
10099
10100Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
10101
10102 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
10103 documentation to account for START and END macros taking
10104 one arg.
10105
10106Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
10107
10108 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
10109 * gdb.texinfo (Frames): Fix typo.
10110
10111Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
10112
10113 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
10114 a target_signal as arg type, not a pid.
10115
10116Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
10117
10118 * gdb.texinfo: Document `set assembly-language'.
10119
10120Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
10121
10122 * remote.texi: Update list of stubs in the GDB distribution.
10123
10124Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
10125
10126 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
10127 Also document that some systems can use mmalloc but must define
10128 this if their C runtime allocates memory that is later freed.
c906108c 10129 (MMCHECK_FORCE): Document new macro.
a9331b3f 10130
c906108c
SS
10131Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
10132
10133 * remote.texi: Add documentation for target Sparclet.
10134
10135Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10136
a9331b3f 10137 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
10138 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
10139 * configure.in: Rewritten for autoconf.
10140 * configure: New.
10141
10142Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
10143
10144 * Makefile.in (DVIPS): New define, set to dvips.
10145 (dvi): Add stabs.dvi.
10146 (ps): New target.
10147 (all-doc): Depend on info, dvi, and ps targets.
10148 (STAGESTUFF): Add *.ps and *.dvi files.
10149 (clean-info, clean-dvi): Remove.
10150 (mostlyclean): Does not depend upon clean-info or clean-dvi,
10151 rules completely rewritten.
10152 (maintainer-clean): Remove clean-info and clean-dvi
10153 dependencies and put their actions in the rules.
10154 (gdb.ps): New target
a9331b3f 10155 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
10156 intermediate TeX files, whether they have 2 or 3 character
10157 extensions.
10158 (gdbint.ps): Add target and rules.
10159 (gdb-internals): Delete unused target.
10160 (Makefile): Depends upon config.status also.
10161
10162Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
10163
10164 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
10165 set.
10166
10167Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
10168
10169 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
10170 * gdb.texinfo (Expressions): Fix erroneous array constant example.
10171
10172Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
10173
10174 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
10175
10176Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10177
10178 * gdb.texinfo (Print settings): Document
10179 `set/show print static-members' commands.
10180
10181Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
10182
10183 * gdbint.texinfo (Native): Document name change, coredep.c to
10184 core-aout.c.
10185
10186Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
10187
10188 * stabs.texinfo (Include Files): Document the values the SunOS4
10189 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
10190
10191Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
10192
10193 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
10194 Fix typo.
10195
10196Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
10197
10198 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
10199 "gdb.tar.Z".
10200
10201Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
10202
10203 * Makefile.in (maintainer-clean): New target, synonym for
10204 realclean.
10205
10206Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
10207
10208 * Update all FSF addresses except those in COPYING* files.
10209
10210Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
10211
10212 From Richard Earnshaw (rearnsha@armltd.co.uk):
10213 * gdb.texinfo (convenience variables): Document $_exitcode.
10214 (quit): Document optional expression to use as exit code.
10215
10216Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
10217
10218 * gdb.texinfo, remote.texi: Brought up to date with various
10219 GDB changes.
10220
10221Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
10222
10223 * gdb.texinfo: Update dates and versions, fix comments about
10224 hardware watchpoints in future releases and about the
10225 sharedlibrary command.
10226
10227Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10228
10229 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
10230 C_FUN stab. Other cleanups.
10231
10232Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10233
10234 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
10235 for the sparc stub.
10236
10237Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10238
10239 * annotate.texi: Clarify which addresses have differing formats
10240 depending on the language and which do not.
10241
10242Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10243
10244 * remote.texi (NetWare): Changed example to use BOARD= instead of
10245 NODE= argument to reflect correspoding change to gdbserve.nlm.
10246
10247Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10248
10249 * stabs.texinfo (Negative Type Numbers): Mention the fact that
10250 GDB, as well as AIX dbx, supports the size type attribute.
10251
10252Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10253
10254 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
10255
10256Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
10257
10258 * gdb.texinfo (Define): Document $arg0... arguments to commands,
10259 and new 'if' and 'while' commands.
10260
10261Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
10262
10263 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
10264
10265Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10266
10267 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
10268 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
10269 NetWare targets. Mostly stolen from the Server node.
10270
10271Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10272
10273 * gdb.texinfo (Setting): Talk about the language of a source file
10274 versus the working language. The old documentation did not match
10275 what GDB did.
10276
10277Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10278
10279 * stabs.texinfo (Source Files): Document N_SO used to mark the end
10280 of a source file.
10281
10282Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10283
10284 * gdb.texinfo (Processes): New node.
10285
10286Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
10287
10288 * remote.texi: Update documentation of set/show mipsfpu.
10289
3fc11d3e
JM
10290Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
10291
10292 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
10293 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
10294
10295Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
10296
10297 * gdbint.texinfo: Removed mentions of some incorrectly placed and
10298 obsolete conditionals, described some others.
10299
10300Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10301
10302 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
10303 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
10304
10305Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
10306
10307 * gdbint.texinfo: Put regex conditionals in their own table.
10308
10309Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
10310
10311 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
10312 described or fixed the descriptions of many others.
10313
10314Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
10315
10316 * gdb.texinfo: Add some more credits.
10317 * gdbint.texinfo: Capitalize GDB consistently, describe some
10318 macros and remove some.
10319
10320Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
10321
10322 * gdbint.texinfo: Removed mentions of many incorrectly placed and
10323 obsolete conditionals, described some others.
10324
10325Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10326
10327 * gdb.texinfo (help targets): Changed to `help target', which
10328 is the correct gdb command.
10329
10330Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10331
10332 * annotate.texi (TODO): New node, for keeping track of annotations
10333 suggested but not yet implemented.
10334
10335Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10336
10337 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
10338 another symbol, it is not the address itself.
10339
10340Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
10341
10342 * stabs.texinfo (Stab Section Basics): Add comment about alignment
10343 of stabs-in-coff sections.
10344
10345Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10346
10347 * annotate.texi: Change edition to 0.5 and date to May 1994.
10348 Add index.
10349 (Frames): New node, for frame annotation.
10350 (Displays): New node, for display annotation.
10351
10352 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
10353 when waiting for your program to stop.
10354
10355Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10356
10357 * annotate.texi (Breakpoint Info): Document annotation of header
10358 fields and record annotation.
10359
10360Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10361
10362 * annotate.texi: New file, to document annotations.
10363
10364Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10365
10366 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
10367 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
10368
10369Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10370
10371 * stabs.texinfo (Stab Section Basics): Say what is in .stab
10372 section, and say n_strx field is compilation unit relative.
10373 * stabs.texinfo: Don't use @code for a.out when it is the name of
10374 an object file format.
10375
10376Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10377
10378 * gdb.texinfo: Refer to file names, not path names, per rms
10379 convention.
10380 (Arguments): Fix typo.
10381
10382Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10383
10384 * stabs.texinfo (Global Variables): Talk about stabs in files
10385 where variables are referenced, but not defined.
10386
10387Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10388
10389 * stabs.texinfo: Move stuff on @ and # type descriptors from node
10390 Cplusplus to new nodes Member Type Descriptor and Method Type
10391 Descriptor. Re-write stuff for #.
10392
10393Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10394
10395 * gdb.texinfo (Print Settings): Don't document "set print
10396 fast-symbolic-addr off". The bug which it worked around was fixed
10397 on 25 Feb 94 in coffread.c, so I'm nuking the command.
10398
10399 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
10400 N_ENTRY node.
10401
10402 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
10403
10404Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10405
10406 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
10407 references to ieee-float.c.
10408
10409Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10410
10411 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
10412 match what the code actually does.
10413
10414Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10415
10416 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
10417
10418Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10419
10420 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
10421 i, and b.
10422
10423Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
10424
10425 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
10426 well as for ELF and SOM. Unify the descriptions of ELF and SOM
10427 as "stabs in sections" rather than just saying "ELF and SOM".
10428 Also make that stuff apply to COFF.
10429
10430Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10431
10432 * gdb.texinfo (Formatting Documentation): Change GhostScript to
10433 Ghostscript.
10434
10435Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10436
10437 * gdb.texinfo (Continuing and Stepping): When talking about "step"
10438 versus functions without line numbers, also mention stepping into
10439 them as well as "step" when you are in them. Tell the user how to
10440 deal with the situation. Add comment about "debugging information".
10441
10442Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10443
10444 * stabs.texinfo (Enumerations): Document restriction on where
10445 enumeration types can appear and still win with GDB.
10446
10447Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10448
10449 * stabs.texinfo (Negative Type Numbers): Document format for type
10450 -16.
10451
10452Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10453
10454 * gdb.texinfo (Selection, Frame Info): Update information about
10455 arbitrary frame specficiations.
10456
10457Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
10458
10459 * gdb.texinfo, remote.texi: general editing pass prior to Net release
10460
10461Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10462
10463 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
10464
10465Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
10466
10467 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
10468
10469Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10470
10471 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
10472 Differences node to Statics node.
10473 (Statics): Discuss XCOFF use of V symbol descriptor.
10474
10475 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
10476 not clean.
10477
10478Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
10479
10480 * gdb.texinfo (Print Settings): Document `set print
10481 fast-symbolic-addr' and improve the doc for some other
10482 `set print's.
10483
10484Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10485
10486 * stabs.texinfo (String Field): Talk about defining several type
10487 numbers at once.
10488 Fix lint regarding changing node ELF Transformations to
10489 ELF and SOM Transformations.
10490
10491Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
10492
10493 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
10494
10495Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10496
10497 * stabs.texinfo (Cross-References): `::' is for nested types only
10498 within <>.
10499 (Structures): Document static members.
10500
10501Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10502
10503 * stabs.texinfo: Document S type attribute.
10504
10505Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
10506
10507 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
10508
10509Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
10510
10511 * gdbint.texinfo: Fix a few typos.
10512
10513Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10514
10515 * gdb.texinfo, remote.texi: formatting improvements
10516
10517 * gdb.texinfo (New Features): mention threads.
10518 (Summary, C): fix xrefs in newly contributed text.
10519 (Threads): index entries, clarifications, example
10520 (passim): minor typos fixed, phrasing improvements
10521
10522 * remote.texi (Bootstrapping): rephrase text on ^C and add index
10523 entries; (Server): explain use of gdbserver w/real-time systems,
10524 add example of conflicting TCP port; (MIPS Remote) break up
10525 running text into table, highlighting commands, and add example.
a9331b3f 10526
c906108c
SS
10527Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10528
10529 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
10530
10531Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10532
10533 * stabs.texinfo (Nested Symbols): New node.
10534 (String Field, Symbol Descriptors, Cross-References): Refer to it.
10535
10536Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10537
10538 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
10539 to picking which Bbss.bss symbol to use, and (because there seems to
10540 be no good way of doing it) re-write some of the text to make it
10541 sound like Bbss.bss isn't such a great idea after all (as currently
10542 designed).
10543
10544 * gdb.texinfo (C): In addition to saying people have to use g++ for
10545 good results, say they have to use stabs. Specifically say cfront
10546 doesn't work well.
10547 (Summary): Merge in information on Modula-2, Pascal, and Chill from
10548 the gdb README. Add xrefs to places where the support for the various
10549 languages is described in detail.
10550
10551Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10552
10553 * stabs.texinfo: Clean up stuff about visibility and virtual
10554 characters.
10555
10556 * stabs.texinfo (N_M2C): Cite Sun doc.
10557
10558Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10559
10560 * gdb.texinfo: updates re threads.
10561 * remote.texinfo: avoid index entries starting with digits.
10562
10563Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10564
10565 * stabs.texinfo (Enumerations): Talk about large, negative and
10566 octal values. Clean up cross reference to type attributes.
10567 (String Field): Say that GDB 4.11 supports size attribute.
10568
10569Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10570
10571 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
10572 is a mandatory step. Make the stuff about that more concise.
10573
10574Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10575
10576 * stabs.texinfo (Class Names): New node.
10577
10578 * gdb.texinfo (Command Files): Explain order of init file reading.
10579
10580 * remote.texi (Bootstrapping): Talk about getting the serial driver
10581 to deal with ^C sent by gdb to stop the remote system.
10582
10583Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
10584
10585 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
10586
10587 * libgdb.texinfo (Defining Commands): made the DOC arg
10588 to gdb_define_app_command a char * instead of char **
10589 per a suggestion from kingdon.
10590
10591 * libgdb.texinfo: total rewrite from a different starting
10592 premise.
10593
10594Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10595
10596 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
10597 floats passed as doubles (to improve clarity).
10598
10599Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10600
10601 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
10602
10603 * a4rc.sed: update to work with Andreas Vogel papersize params
10604
10605 * refcard.tex: use Andreas Vogel simplifications of papersize
10606 params; remove useless version info; update copyright date.
10607
10608Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10609
10610 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
10611
10612Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10613
10614 * gdb.texinfo (Files): Say what address the load command loads it at.
10615
10616 * stabs.texinfo (Common Blocks): Minor cleanups.
10617
10618 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
10619 that Sun has backed away from the linker kludge and thus the relevant
10620 issue is changes to the SunPRO tools, not the Solaris linker.
10621
10622 * stabs.texinfo (Traditional Integer Types): Clean up description
10623 of octal bounds a little bit. Document extra leading zeroes.
10624
10625Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10626
10627 * gdb.texinfo (Signaling): Update for symbolic symbol names
10628 and add a section explaining the difference between the GDB
10629 signal command and the shell kill utility.
10630
10631Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
10632
10633 * libgdb.texinfo: added `@' to braces that were unescaped.
10634
10635Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
10636
10637 * libgdb.texinfo: new file. Spec for the gdb library.
10638
10639Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10640
10641 * stabs.texinfo (Include Files): Fix typo (start -> end).
10642
10643Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10644
10645 * gdb.texinfo, remote.texi: assorted small improvements, mostly
10646 from Melissa at FSF's editing pass.
10647
10648Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10649
10650 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
10651 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
10652 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
10653
10654Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10655
10656 * remote.texi (Bootstrapping): Discuss 386 call gates.
10657
10658Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
10659
10660 * stabs.texinfo (Based Variables): New node.
10661
10662Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
10663
10664 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
10665 names, sizes, and formats to suggest how not to lose.
10666
10667Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
10668
10669 * stabs.texinfo (Methods): Fix typo.
10670
10671Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
10672
10673 * gdb.texinfo: Fix a few typos.
10674
10675Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10676
10677 * gdb.texinfo: Clarify how well it works with Fortran.
10678
10679 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
10680 More on relocating stabs in ELF files.
10681
10682Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10683
10684 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
10685
10686Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10687
10688 * stabs.texinfo (Local Variable Parameters): Talk about nameless
10689 parameters on VAX.
10690
10691Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10692
10693 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
10694
10695Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10696
10697 * stabs.texinfo: Make info author notice match the TeX author notice.
10698
10699Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
10700
10701 * stabs.texinfo: Initial-caps all words in node names and
10702 non-trivial words in section names.
10703
10704Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10705
10706 * stabs.texinfo: Many minor cleanups.
10707
10708 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
10709
10710Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
10711
10712 * stabs.texinfo: Remove full description of big example.
10713 It's not really helpful; just use pieces of it where appropriate.
10714 Add more Texinfo formatting directives (@samp, etc.).
10715 Use @deffn to define stab types.
10716 Eliminate some wordiness. Break up some nodes.
10717 Add an (alphabetized) index of symbol types.
10718 Use consistent capitalization style in node and section names.
10719
10720Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
10721
10722 * gdb.texinfo: Change typo "Two two" to "The two".
10723
10724Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10725
10726 * stabs.texinfo (XCOFF-differences): Remove references to
10727 non-existent types N_DECL and N_RPSYM.
10728
10729 * stabs.texinfo (String Field): Say that type attributes bug is
10730 fixed in GDB 4.10, since it is.
10731
10732 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
10733
10734Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
10735
10736 * stabs.texinfo: Formatting cleanups.
10737
10738Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10739
10740 * stabs.texinfo: When explaining the n_type of a stab, standardize
10741 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
10742 no tabs, use @r).
10743 (Global Variables): Clean up.
10744
10745Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10746
10747 * stabs.texinfo (Stack Variables): Re-write.
10748
10749Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10750
10751 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
10752 addresses of a source file. Also revise formatting.
10753 Change "object module" or "object file" to "source file".
10754 Various: Miscellaneous cleanups.
10755
10756Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10757
10758 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
10759
10760Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
10761
10762 * gdbint.texinfo: Removed many nonsensical machine-collected
10763 host and target conditionals, described some of the remainder.
10764
10765Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10766
10767 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
10768
10769 * gdbint.texinfo (Top): Add name to @top line, and re-write the
10770 paragraph which follows.
10771
10772 * gdbint.texinfo (Host): Use @code not @samp for Makefile
10773 variables. Looks better and avoids overful hbox.
10774
10775Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10776
10777 * stabs.texinfo (Procedures): Improve stuff on nested functions.
10778
10779Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10780
10781 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
10782 retransmit-timeout
10783
10784Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10785
10786 * gdbint.texinfo: Update statement about `some ancient Unix
10787 systems, like Ultrix 4.0' to Ultrix 4.2.
10788
10789Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
10790
10791 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
10792
10793 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
10794
10795 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
10796 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
10797
10798 * remote.texi: new name for former gdbinv-s.texi
10799
10800 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
10801
10802Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
10803
10804 * gdbinv-s.texi: Documented timeout and retransmit-timeout
10805 variables for MIPS remote debugging protocol.
10806
10807Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10808
10809 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
10810
10811Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
10812
10813 * Makefile.in (refcard.dvi): Use srcdir where necessary.
10814
10815Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
10816
10817 * gdb.texinfo: repair conditional bugs in text markup
10818
10819Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10820
10821 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
10822 to select Modula-2 material.
10823
10824Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10825
10826 * stabs.texinfo: Cleanups regarding statics.
10827
10828 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
10829 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
10830
10831Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10832
10833 * stabs.texinfo: N_MAIN is sometimes used for C.
10834
10835Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10836
10837 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
10838
10839Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
10840
10841 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 10842 removed from the code by Kingdon.
c906108c
SS
10843
10844Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10845
10846 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
10847 input when evaluating breakpoint conditions; the bug has been fixed.
10848
10849 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
10850 sets the ignore count to N-1, not to N.
10851
10852Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10853
10854 * refcard.tex (\hoffset): correct longstanding error to match
10855 intended offset; avoids cutting off edge on some printers
10856
10857Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10858
10859 * stabs.texinfo (Parameters): Say that order of stabs is significant.
10860
10861Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10862
10863 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
10864
10865Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10866
10867 * Makefile.in: (REFEDITS) new var to control whether PS or CM
10868 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
10869 collect sed edits if any, apply to refcard before formatting;
10870 (refcard.ps) stop implying PS fonts if PS output requested;
10871 (lrefcard.ps) delete extra target for variant PS fonts
10872
10873 * refcard.tex: parametrize papersize dependent info, collect
10874 in easily replaced spot
10875
10876 * a4rc.sed: new file, edits to refcard for A4 paper
10877
10878Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10879
10880 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
10881
10882Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10883
10884 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
10885
10886Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10887
10888 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
10889 politely rather than rudely.
10890
10891Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10892
10893 * stabs.texinfo: Document common blocks.
10894
10895Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
10896
10897 * stabs.texinfo: Add some basic info about stabs-in-elf.
10898
10899Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10900
10901 * stabs.texinfo (Top): Minor cleanup.
10902
10903Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
10904
10905 * Makefile.in (install-info): remove parentdir support
10906
10907Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10908
10909 * gdb.texinfo (Copying): delete this node and references to it;
10910 RMS says this manual need not carry GPL. (passim): Improvements
10911 from last round at FSF, largely due to Ian Taylor review, and
10912 minor formatting improvements.
10913
10914 * gdbinv-s.texi (passim): Improvements from last round at FSF,
10915 largely due to Ian Taylor review. (Debug Session): minor edits to
10916 new text.
10917
10918Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
10919
10920 * Makefile.in (realclean): Remove info and dvi files too.
10921
10922Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
10923
10924 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
10925 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
10926 * gdb.texinfo: Change accordingly.
10927
10928 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
10929 N_{L,R}BRAC,N_SLINE are relative to.
10930
10931Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
10932
10933 * Makefile.in (GDBvn.texi): Update atomically.
10934
10935Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
10936
10937 * gdbinv-s.texi (Debug Session): Document exceptionHook.
10938
10939Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
10940
10941 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
10942 addresses together. Also motivate the set print symbol-filename
10943 command and suggest other solutions.
10944
10945Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
10946
10947 * gdb.texinfo (set print elements): Note that the number of
10948 elements is set to unlimited by "set print elements 0".
10949
10950Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
10951
10952 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
10953 NF_LDOUBLE means.
10954 (Stab Types): Include Solaris stab types.
10955 (Procedures): Document Solaris extensions.
10956
10957Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10958
10959 * gdb.texinfo: Add `set print symbol-filename' doc.
10960
10961Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10962
10963 * stabs.texinfo (Arrays): Talk about type definition vs. type
10964 information.
10965
10966 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
10967 the trailing semicolon.
10968
10969Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10970
10971 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
10972 and merge in other parts of the document addressing these subjects.
10973 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
10974
10975 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
10976 at the end of a range type.
10977
10978 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
10979 AIX extensions.
10980
10981Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10982
10983 * stabs.texinfo (Stabs Format): Misc fixes.
10984
10985Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10986
10987 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
10988 (Traditional builtin types): Document convex convention for long long.
10989 (Negative builtin types): Discuss type names, and misc fixes.
10990
10991Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10992
10993 * stabs.texinfo (Builtin Type Descriptors): Document the floating
10994 point types used with @samp{R} type descriptor.
10995 (Symbol Descriptors): Describe how to handle conflict between
10996 different meanings of @samp{P} symbol descriptor.
10997
10998Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10999
11000 * stabs.texinfo: Remove node Quick Reference and put its children
11001 directly under the main menu.
11002
11003 * stabs.texinfo: Many more changes to bring it into line with
11004 AIX documentation and reality. I think it now has all the
11005 information from the AIX documentation, except that I burned
11006 out when I got to variant records (Pascal and Modula-2) and
11007 all the COBOL types. Oh well, we can add them later when we're
11008 worrying more about those languages.
11009
11010 * stabs.texinfo (Automatic variables): Talk about what it means
11011 to omit the symbol descriptor.
11012
11013Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11014
11015 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
11016 gcc2 behavior with promoted args.
11017
11018Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11019
11020 * gdb.texinfo: include readline appendices in info version of manual
11021
11022Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11023
11024 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
11025 target remote.
11026
11027 * gdb.texinfo (Machine Code): more index entries for disassemble
11028
11029Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
11030
11031 * Clarify the intended use of the gdb-testers and gdb-patches
11032 mailing lists, and shrink gzip comment.
11033
11034Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11035
11036 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
11037 DOSHOST configuration of manual.
11038
11039 * gdb.texinfo (MIPS Stack): new node.
11040
11041 * all-config.texi (MIPS) new switch.
11042
11043 * gdbinv-s.texi (Nindy Options) Remove two instances of future
11044 tense; (MIPS Remote) new node.
11045
11046 * gdb.texinfo (passim) rephrases to work around makeinfo @value
11047 bug; (Environment) less passive, other small cleanups in text about
11048 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
11049 (Remote) new MIPS Remote menu entry.
11050
11051Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
11052
11053 * stabs.texinfo: Many changes to include information from the
11054 AIX documentation.
11055
11056 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
11057
11058Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
11059
11060 * gdbint.texinfo (new node Debugging GDB, elsewhere):
11061 Move a bunch of information from ../README.
11062 (Getting Started): New node.
11063
11064Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11065
11066 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
11067
11068 * gdb.texinfo: advance manual revision dates to present
11069
11070 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
11071 stop using silly Roman numerals in @set variable names
11072
11073Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
11074
11075 * stabs.texinfo (Parameters): Keep trying to get this right.
11076
11077Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
11078
11079 * stabs.texinfo (Parameters): More on "local parameters".
11080
11081Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
11082
11083 * stabs.texinfo (Parameters): Re-do "local parameters" section.
11084
11085Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
11086
11087 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
11088 (Parameters): Rewrite.
11089 (xcoff-differences, Sun-differences): Minor changes.
11090
11091Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
11092
11093 * stabs.texinfo: Minor cleanup.
11094
11095Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
11096
11097 * gdbint.texinfo: Minor xcoff stuff.
11098
11099Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
11100
11101 * gdbint.texinfo: Update for new config directory structure.
11102 Add info about internal type data structures.
11103
11104Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
11105
11106 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
11107 $(srcdir).
11108 (gdb-config.texi): Depend on file in $(srcdir).
11109
11110Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
11111
11112 * stabs.texinfo: Fixes about N_SO.
11113
11114Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11115
11116 * gdb.texinfo: include list of nonstandard init file names
11117
11118 * *-config.texi: new switch GENERIC for text that applies *only*
11119 to (usual) multiple-target version of manual
11120
11121 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
11122 h8 config
11123
11124 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
11125 in menus (rather than conditionally selected multiple alternative
11126 menus).
11127
11128 * Makefile.in: define and use DOC_CONFIG var to select
11129 configuration for GDB user manual.
11130
11131 * gdb-config.texi: delete from repository, generate from Makefile.
11132
11133 * all-config.texi: normal `generic' configuration file, formerly
11134 stored as gdb-config.texi
11135
11136Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
11137
11138 * Makefile.in: add dvi target to build all .dvi files
11139
11140Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11141
11142 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
11143
11144Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
11145
11146 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
11147 host conditionals.
11148 * stabs.texinfo: More array fixes inspired by Jim's.
11149
11150Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
11151
11152 * stabs.texinfo: Fixes re arrays and continuations.
11153
11154 * gdbint.texinfo: Add XCOFF node.
11155
11156Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
11157
11158 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
11159
11160Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
11161
11162 * stabs.texinfo: Fix for array types to mention lower bounds.
11163
11164Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
11165
11166 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
11167
11168Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
11169
11170 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
11171
11172Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
11173
11174 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
11175 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
11176
11177Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
11178
11179 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
11180
11181Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11182
11183 * gdb.texinfo, gdbinv-s.texi: misc updates
11184
11185Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
11186
11187 * gdbint.texinfo: Brief documentation for longjmp support,
11188 from an email msg by Stu.
11189
11190Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
11191
11192 * stabs.texinfo: Fix description of floating point "range"
11193 types (which really define basic types). Reported by Jim Meehan,
11194 <meehan@src.dec.com>.
11195
11196 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
11197
11198Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
11199
11200 * gdbint.texinfo: Slightly expand section on supporting a new
11201 object file format.
11202
11203Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
11204
11205 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
11206 intermediate file.
11207
11208Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11209
11210 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
11211
11212Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11213
11214 * gdbinv-s.texi: z8000 simulator target name is just "sim"
11215
11216 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
11217 as well as Z8002.
11218
11219Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
11220
11221 * gdbint.texinfo: Add sections on clean design and on how to send
11222 in changes.
11223
11224Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
11225
11226 * gdbint.texinfo: Add how to declare the result of make_cleanup.
11227
11228Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
11229
11230 * gdb.texinfo: Fix typo, reported by Karl Berry.
11231
11232Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
11233
11234 * gdb.texinfo: Add opcodes dir to GDB distribution description.
11235
11236Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11237
11238 * gdbint.texinfo: fixed a stray email address (needs @@),
11239 added @table @code to node "Native Conditionals"
11240
11241Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
11242
11243 * gdbint.texinfo: Describe coding style of GDB.
11244
11245Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
11246
11247 * stabs.texinfo: Minor wording changes.
11248
11249Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
11250
11251 * gdbint.texinfo: Improve release doc slightly.
11252
11253Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
11254
11255 * gdbint.texinfo: Improve doc of GDB config macros.
11256
11257Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
11258
11259 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
11260 These will be reinserted when examined.
11261
11262Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
11263
11264 * gdbint.texinfo: Make a start at documenting all the #if macros
11265 in GDB. At least list them all, and start separating them into
11266 host-specific and target-specific.
11267
11268Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11269
11270 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 11271 examples (not consistent w others).
c906108c
SS
11272 gdb.texinfo: issue disclaimer paragraph on cmdline options only
11273 for generic vn of doc
11274
11275Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
11276
11277 * Makefile.in: always create installation directories.
11278
11279Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11280
11281 * gdb.texinfo: in h8 config, do not describe searching commands.
11282
11283Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11284
11285 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
11286 conditionals; introduce a few generic switches that may be
11287 useful for other cross-dev or dos-hosted configs.
11288
11289 * gdb.texinfo: fix typo in "info reg" description
11290
11291Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
11292
11293 * stabs.texinfo: Minor updates from running TeX over it.
11294 * Makefile.in (stabs.dvi, stabs.ps): Add.
11295
11296Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
11297
11298 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
11299 First pass at converting it to texinfo.
11300
11301Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
11302
11303 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
11304 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
11305
11306Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
11307
11308 * gdbint.texinfo: Add section on partial symbol tables.
11309
11310Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
11311
11312 * gdb.texinfo: document `set remotedebug' and `set
11313 rstack_high_address'.
11314
11315Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11316
11317 * gdb.texinfo: slight expansion of new text on reading info files
11318 * gdbinv-s.m4.in: correct and expand info on cross-debugging
11319 H8/300 from DOS.
11320
11321Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
11322
11323 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
11324
11325Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
11326
11327 * gdb.texinfo: Say how to read the `info' files.
11328
11329Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
11330
11331 * Makefile.in: gm4 -> m4.
11332
11333Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
11334
11335 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
11336 Documentation' ahead of `Installing GDB' to match README.
11337 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 11338 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
11339
11340Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
11341
11342 * Makefile.in: remove $(srcdir) from gdb.info rule.
11343
11344Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11345
11346 * Makefile.in: commented out gdb-all.texinfo rule. This is
11347 temporary.
11348
11349Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
11350
11351 * Makefile.in, configure.in: removed traces of namesubdir,
11352 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
dee368d3 11353 copyrights to '92, '13, changed some from Cygnus to FSF.
c906108c
SS
11354
11355Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
11356
11357 * gdb.texinfo: Improve how we ask for bug reports.
11358
11359Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11360
11361 * Makefile.in: infodir belongs in datadir.
11362
11363Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11364
11365 * Makefile.in: remove spaces following hyphens, bsd make can't
11366 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 11367 standards.text support.
c906108c
SS
11368
11369Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11370
11371 * Makefile.in: idestdir and ddestdir go away. Added copyrights
11372 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
11373 and mandir now keyed off datadir by default.
11374
11375\f
11376Local Variables:
9e9c5ae7 11377mode: change-log
c906108c
SS
11378left-margin: 8
11379fill-column: 74
11380version-control: never
11381End:
This page took 1.596209 seconds and 4 git commands to generate.