[testsuite] Unbuffer the output in gdb.base/multi-forks.c
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
6e9567fe
JB
12016-01-19 John Baldwin <jhb@FreeBSD.org>
2
3 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
4
f303dbd6
PA
52016-01-18 Pedro Alves <palves@redhat.com>
6
7 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
8 of the thread that hit a breakpoint or received a signal.
9
71ef29a8
PA
102016-01-15 Pedro Alves <palves@redhat.com>
11
12 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
13
663f6d42
PA
142016-01-13 Pedro Alves <palves@redhat.com>
15
16 * gdb.texinfo (Threads): Document the $_gthread convenience
17 variable.
18 (Convenience Vars): Likewise.
19
c84f6bbf
PA
202016-01-13 Pedro Alves <palves@redhat.com>
21
22 * gdb.texinfo (Threads): Document "info threads -gid".
23
22a02324
PA
242016-01-13 Pedro Alves <palves@redhat.com>
25
26 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
27 anchor.
28 (Threads In Python): Document new InferiorThread.global_num
29 attribute.
30
5d5658a1
PA
312016-01-07 Pedro Alves <palves@redhat.com>
32
33 * gdb.texinfo (Threads): Document per-inferior thread IDs,
34 qualified thread IDs, global thread IDs and thread ID lists.
35 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
36 thread IDs.
37 (Convenience Vars): Document the $_thread convenience variable.
38 (Ada Tasks): Adjust to refer to thread IDs.
39 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
40 Commands, GDB/MI Variable Objects): Update to mention global
41 thread IDs.
42 * guile.texi (Breakpoints In Guile)
43 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
44 global thread IDs instead of thread IDs.
45 * python.texi (Threads In Python): Adjust documentation of
46 InferiorThread.num.
47 (Breakpoint.thread): Mention global thread IDs instead of thread
48 IDs.
49
84654457
PA
502016-01-13 Pedro Alves <palves@redhat.com>
51
52 * python.texi (Threads In Python): Document
53 InferiorThread.inferior.
54
e3940304
PA
552016-01-13 Pedro Alves <palves@redhat.com>
56
57 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
58 convenience variable.
59 (Convenience Vars): Likewise.
60
82075af2
JS
612016-01-12 Josh Stone <jistone@redhat.com>
62 Philippe Waroquiers <philippe.waroquiers@skynet.be>
63
64 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
65 (Stop Reply Packets): List the syscall entry and return stop reasons.
66 (General Query Packets): Describe QCatchSyscalls, and add it to the
67 table and the detailed list of stub features.
68
bc504a31
PA
692016-01-12 Pedro Alves <palves@redhat.com>
70
71 Remove use of the registered trademark symbol throughout.
72
cde67b27
YQ
732016-01-12 Yao Qi <yao.qi@linaro.org>
74
75 * gdb.texinfo (Interrupts): Update the document on handling
76 interrupt when program is stopped.
77
19d9d4ef
DB
782015-12-11 Don Breazeal <donb@codesourcery.com>
79
80 * gdb.texinfo (Forks): Correct Linux kernel version where
81 fork and exec events are supported, add notes about support
82 of these events in target remote mode.
83 (Connecting): Reorganize and clarify distinctions between
84 target remote, extended-remote, and multiprocess.
85 Reorganize related text from separate sections into new
86 sections.
87 (Server): Note effects of target extended-remote mode.
88 Delete section on Multi-Process Mode for gdbserver.
89 Move some text to "Connecting" node.
90
f4f4330e
PA
912015-12-10 Pedro Alves <palves@redhat.com>
92
93 * gdb.texinfo (Threads): Replace warning with explanation
94 about single-threaded programs.
95
b1236ac3
PA
962015-12-10 Pedro Alves <palves@redhat.com>
97
98 * gdb.texinfo (Threads): Remove mention of SGI.
99 (Forks): Remove mention of HP-UX.
100 (Breakpoints): Remove mention of HP-UX.
101 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
102 Reword in terms of architectures.
103 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
104 mention supported systems.
105 (Convenience Vars): Don't mention HP-UX.
106 (Jumping): Remove mention of HP-UX in comment.
107 (Files) <shared libraries>: Update supported shared library types
108 list. Remove mention of HP-UX.
109 (Native): Remove HP-UX subsection.
110 (SVR4 Process Information): Remove mention of HP-UX.
111
0f59c28f
PA
1122015-12-10 Pedro Alves <palves@redhat.com>
113
114 * gdb.texinfo (Stack): Reorder menu.
115
1c35a88f
LM
1162015-12-09 Luis Machado <lgustavo@codesourcery.com>
117
118 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
119 -var-set-format's new zero-hexadecimal format.
120
3685b09f
PMR
1212015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
122
123 * gdb.texinfo (Ada Mode Into): Move overloading support
124 description to its own node.
125 (Overloading support for Ada): New node.
126
f2faf941
PA
1272015-11-30 Pedro Alves <palves@redhat.com>
128
129 PR 14618
130 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
131 (Remote Configuration): Add the "set/show remote
132 no-resumed-stop-reply" to the available settings table.
133 (General Query Packets): Document the "no-resumed" qSupported
134 feature.
135
65706a29
PA
1362015-11-30 Pedro Alves <palves@redhat.com>
137
138 * gdb.texinfo (Remote Configuration): List "set/show remote
139 thread-events" command in configuration table.
140 (Stop Reply Packets): Document "T05 create" stop
141 reason and 'w' stop reply.
142 (General Query Packets): Document QThreadEvents packet. Document
143 QThreadEvents qSupported feature.
144
de979965
PA
1452015-11-30 Pedro Alves <palves@redhat.com>
146
147 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
148 anchor.
149 (Packets): Document vCtrlC.
150
79efa585
SM
1512015-11-26 Simon Marchi <simon.marchi@ericsson.com>
152
153 * gdb.texinfo (Thread List Format): Mention thread names.
154
7e0aa6aa
PA
1552015-11-24 Pedro Alves <palves@redhat.com>
156
157 PR 17539
158 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
159 program-spaces" example to ascending order listing.
160 (Threads): Adjust "info threads" example to ascending order
161 listing.
162 (Forks): Adjust "info inferiors" example to ascending order
163 listing.
164
0c532a29
MM
1652015-11-04 Markus Metzger <markus.t.metzger@intel.com>
166
167 * gdb.texinfo (Process Record and Replay): Document "record
168 instruction-history" modifiers.
169
fc58fa65
AB
1702015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
171
172 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
173 description.
174 (Frame Filter Management): Move to later in the 'Examining the
175 Stack' chapter.
176 (Selection): Add entry for 'select-frame'.
177
792005b0
DE
1782015-09-25 Doug Evans <dje@google.com>
179
180 * gdb.texinfo (Process Record and Replay): Fix syntax of
181 "record instruction-history begin, end" and
182 "record function-call-history begin, end".
183
c58b006b
SM
1842015-09-22 Simon Marchi <simon.marchi@ericsson.com>
185
186 * gdb.texinfo (Specifying Source Directories): Fix
187 substitute-path example.
188
f2665db5
MM
1892015-09-18 Markus Metzger <markus.t.metzger@intel.com>
190
191 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
192
e68fa6f0
PA
1932015-09-15 Pedro Alves <palves@redhat.com>
194
195 PR remote/18965
196 * gdb.texinfo (Stop Reply Packets): Revert previous change to
197 the vforkdone description.
198
8228463c
PA
1992015-09-15 Pedro Alves <palves@redhat.com>
200
201 PR remote/18965
202 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
203 part indicates the thread ID of the parent process.
204
750ce8d1
YQ
2052015-09-15 Yao Qi <yao.qi@linaro.org>
206
207 * gdb.texinfo (General Query Packets): Add vContSupported to
208 tables of 'gdbfeatures' and 'stub features' supported in the
209 qSupported packet, as well as to the list containing stub
210 feature details.
211
b459a59b
DB
2122015-09-11 Don Breazeal <donb@codesourcery.com>
213
214 * gdb.texinfo (Remote Configuration): Add exec event
215 feature to table of packet settings.
216 (Stop Reply Packets): Add exec events to the list of stop
217 reasons.
218 (General Query Packets): Add exec events to tables of
219 'gdbfeatures' and 'stub features' supported in the qSupported
220 packet, as well as to the list containing stub feature
221 details.
222
73b8c1fd
PA
2232015-08-24 Pedro Alves <palves@redhat.com>
224
225 * gdb.texinfo (Remote Configuration): Document the "set/show
226 remote multiprocess-extensions-packet" commands.
227
bb615428
PA
2282015-08-24 Pedro Alves <palves@redhat.com>
229
230 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
231 <M32R>: Remove references to M32R/D.
232 <M68K>: Remove references to target dbug.
233 <MIPS Embedded>: Remove references to target r3900 and target
234 array.
235 <PowerPC Embedded>: Remove references to target dink32 and target
236 ppcbug, target sds
237 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
238
2b4bf6af
AB
2392015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
240
241 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
242
566f5e3b
AB
2432015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
244
245 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
246
18989b3c
AB
2472015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
248
249 * gdb.texinfo (Maintenance Commands): Move documentation of "main
250 info bfds" to...
251 (File Caching): A New section. Outline bfd caching, and add new
252 description for "main set/show bfd-sharing".
253
6ff0ba5f
DE
2542015-08-14 Doug Evans <xdje42@gmail.com>
255
256 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
257 disassembly.
258 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
259
629500fa
KS
2602015-08-11 Keith Seitz <keiths@redhat.com>
261
262 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
263 Use "location(s)"instead of "linespec(s)".
264 (Specifying a Location): Rewrite.
265 Add subsections describing linespec, address, and explicit locations.
266 Add node/menu for each subsection.
267 (Source and Machine Code, C Preprocessor Macros)
268 (Create and Delete Trace points)
269 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
270 (Continuing at a Different Address): Remove "linespec" examples.
271 Add reference to "Specify a Location"
272 (The -break-insert Command): Rewrite. Add anchor.
273 Add reference to appropriate manual section discussing locations.
274 (The -dprintf-insert Command): Refer to -break-insert for
275 specification of 'location'.
276
fbea99ea
PA
2772015-08-07 Pedro Alves <palves@redhat.com>
278
279 * gdb.texinfo (Maintenance Commands): Document "maint set/show
280 target-non-stop".
281
da8c46d2
MM
2822015-08-07 Markus Metzger <markus.t.metzger@intel.com>
283
284 * gdb.texinfo (Process Record and Replay): Document prefixing of
285 speculatively executed instructions in the "record instruction-history"
286 command.
287
a3b5281e
DE
2882015-07-20 Doug Evans <dje@google.com>
289
290 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
291
6bcb1f97
DE
2922015-07-16 Doug Evans <dje@google.com>
293
294 * stabs.texinfo: @include gdb-cfg.texi.
295
db1ff28b
JK
2962015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
297
298 Revert the previous 2 commits:
299 gdbserver build-id attribute generator
300 Validate symbol file using build-id
301
ca5268b6
JK
3022015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
303
304 * gdb.texinfo (Files): Add 'set validate-build-id'
305 and 'show validate-build-id'.
306
700ca40f
JK
3072015-07-15 Aleksandar Ristovski <aristovski@qnx.com
308 Jan Kratochvil <jan.kratochvil@redhat.com>
309
310 gdbserver build-id attribute generator.
311 * gdb.texinfo (Library List Format for SVR4 Targets): Add
312 'build-id' in description, example, new attribute in dtd.
313
7c7f93f6
AB
3142015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
315
316 * gdb.texinfo (Selection): Update documentation for 'frame'
317 command.
318
b0627500
MM
3192015-07-02 Markus Metzger <markus.t.metzger@intel.com>
320
72f4393d 321 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
b0627500
MM
322 commands.
323
b20a6524
MM
3242015-07-02 Markus Metzger <markus.t.metzger@intel.com>
325
326 * gdb.texinfo (Process Record and Replay): Spell out that variables
327 and registers are not available during btrace replay.
328 Describe the new "record btrace pt" command.
329 Describe the new "set|show record btrace pt buffer-size" options.
330 (General Query Packets): Describe the new Qbtrace:pt and
331 Qbtrace-conf:pt:size packets.
332 Expand "bts" to "Branch Trace Store".
333 Update the branch trace DTD.
334
fc637f04
PP
3352015-06-26 Patrick Palka <patrick@parcs.ath.cx>
336
337 * gdb.texinfo (Command History): Document the new option
338 "history remove-duplicates".
339
18a94d75
DE
3402015-06-19 Doug Evans <dje@google.com>
341
342 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
343 longer supported.
344
0eacb298
PP
3452015-06-17 Patrick Palka <patrick@parcs.ath.cx>
346
347 * gdb.texinfo (Command History): Mention that setting
348 GDBHISTSIZE to the empty string disables history truncation.
349
bc460514
PP
3502015-06-17 Patrick Palka <patrick@parcs.ath.cx>
351
352 PR gdb/16999
353 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
354 behavior.
355
b58c513b
PP
3562015-06-17 Patrick Palka <patrick@parcs.ath.cx>
357
358 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
359 with GDBHISTSIZE.
360
a86c90e6
SM
3612015-06-15 Simon Marchi <simon.marchi@ericsson.com>
362
363 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
364 bytes and memory units for -data-{read,write}-memory-bytes.
365 (Packets): Same for m, M and X packets.
366 * python.texi (Inferiors In Python): Same for read_memory and
367 write_memory.
368
c74f7d1c
JT
3692015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
370
371 * gdb.texinfo (Separate Debug Files): Document that PE is also
372 supported.
373
51f0e40d
AB
3742015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
375
376 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
377 single table entry.
378
966f0aef
WT
3792015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
380
381 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
382
383
15a201c8
GB
3842015-06-10 Gary Benson <gbenson@redhat.com>
385
386 * gdb.texinfo (Remote Configuration): Document the
387 "set/show remote hostio-setfs-packet" command.
388 (Host I/O Packets): Document the vFile:setfs packet.
389
7a6a1731
GB
3902015-06-10 Gary Benson <gbenson@redhat.com>
391
392 * gdb.texinfo (Debugging Output): Document the "set/show debug
393 linux-namespaces" command.
394
7d73c23c 3952015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 396 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
397
398 * gdb.texinfo (i386): Add documentation about "show mpx bound"
399 and "set mpx bound".
400
27e0867f
DE
4012015-05-27 Doug Evans <dje@google.com>
402
403 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
404
b4f54984
DE
4052015-05-26 Doug Evans <dje@google.com>
406
407 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
408 command renamings.
409 (Maintenance Commands): Update for DWARF "set debug" command renamings.
410
55b40027
AB
4112015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
412
413 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
414
a4ea0946
AB
4152015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
416
417 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
418 (TUI Commands): Add 'tui enable' and 'tui disable' details.
419
37442ce1
DE
4202015-05-16 Doug Evans <xdje42@gmail.com>
421
422 * guile.texi (Memory Ports in Guile): Document support for unbuffered
423 memory ports.
424
36de76f9
JK
4252015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
426
427 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
428
0d71eef5
DB
4292015-05-12 Don Breazeal <donb@codesourcery.com>
430
431 * gdb.texinfo (Forks): Note that fork debugging is
432 supported in extended mode.
433 (Remote Configuration): Add fork event features to table
434 of packet settings.
435 (Stop Reply Packets): Add fork events to list of stop reasons.
436 (General Query Packets): Add fork events to tables of
437 'gdbfeatures' and 'stub features' supported in the qSupported
438 packet, as well as to the list containing stub feature
439 details.
440
835205d0
GB
4412015-05-12 Gary Benson <gbenson@redhat.com>
442
443 * gdb.texinfo (General Query Packets): Document
444 qXfer:exec-file:read with empty annex.
445
4c082a81
SC
4462015-05-09 Siva Chandra Reddy <sivachandra@google.com>
447
448 * python.texi (Values From Inferior): Add descriptions of new
449 methods gdb.Value.reference_value and gdb.Value.const_value.
450
b30a0bc3
JB
4512015-05-06 Joel Brobecker <brobecker@adacore.com>
452
453 * gdb.texinfo (Files): Add "info dll" documentation.
454 (Cygwin Native): Remove "info dll" documentation.
455
2ce1cdbf
DE
4562015-04-29 Doug Evans <dje@google.com>
457
458 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
459 Document.
460 (Writing an Xmethod): Add get_result_type to example.
461
59fb7612
SS
4622015-04-28 Sasha Smundak <asmundak@google.com>
463
464 * python.texi: New method documented.
465
cf75d6c3
AB
4662015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
467
468 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
469 format.
470
897c3d32
DE
4712015-04-24 Doug Evans <dje@google.com>
472
473 * python.texi (Xmethods In Python): Fix name of method to call the
474 xmethod.
475
1b6e6f5c
GB
4762015-04-17 Gary Benson <gbenson@redhat.com>
477
478 * gdb.texinfo (Connecting to a Remote Target): Mention that
479 GDB can access program files from remote targets that support
480 qXfer:exec-file:read and Host I/O packets.
481
c78fa86a
GB
4822015-04-17 Gary Benson <gbenson@redhat.com>
483
484 * gdb.texinfo (Remote Configuration): Document the "set/show
485 remote pid-to-exec-file-packet" command.
486 (General Query Packets): Document the qXfer:exec-file:read
487 qSupported features. Document the qXfer:exec-file:read packet.
488
a9a5a3d1
GB
4892015-04-17 Gary Benson <gbenson@redhat.com>
490
491 * gdb.texinfo (set sysroot): Document that "set sysroot" also
492 applies to executable paths if supplied to GDB as absolute.
493
4f45d445
JK
4942015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
495
496 * gdb.texinfo (Mode Options): Remove -xdb.
497
e7a8570f
JK
4982015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
499 Eli Zaretskii <eliz@gnu.org>
500
72f4393d
L
501 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
502 compile, show debug compile. New subsection Compilation options for
e7a8570f
JK
503 the compile command. New subsection Compiler search for the compile
504 command.
505
f2983cc3
AW
5062015-04-09 Andy Wingo <wingo@igalia.com>
507
508 * guile.texi (Frames In Guile): Describe frame-read-register.
509
599bd15c
GB
5102015-04-02 Gary Benson <gbenson@redhat.com>
511
512 * gdb.texinfo (set sysroot): Document "target:".
513
d11916aa
SS
5142015-04-01 Sasha Smundak <asmundak@google.com>
515
516 * doc/python.texi (Writing a Frame Unwinder in Python): Add
517 section.
518
df8411da
SDJ
5192015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
520
521 PR corefiles/16092
522 * gdb.texinfo (gcore): Mention new command 'set
523 use-coredump-filter'.
524 (set use-coredump-filter): Document new command.
525
d33279b3
AT
5262015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
527
528 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
529 documentation, reorder the info os entries in alphabetical order.
530
852f8402
SM
5312015-03-26 Simon Marchi <simon.marchi@ericsson.com>
532
533 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
534 -data-write-memory-bytes.
535
856e7dd6
PA
5362015-03-24 Pedro Alves <palves@redhat.com>
537
538 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
539 mention that threads may sometimes run unlocked.
540
236af5e3
YG
5412015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
542
543 * gdb.texinfo (Remote configuration): Document "set/show
544 serial parity" command.
545
464b0089
GB
5462015-03-18 Gary Benson <gbenson@redhat.com>
547
548 * gdb.texinfo (General Query Packets): Remove documentation
549 for now-removed vFile:fstat qSupported features.
550
0a93529c
GB
5512015-03-11 Gary Benson <gbenson@redhat.com>
552
553 * gdb.texinfo (Remote Configuration): Document the
554 "set/show remote hostio-fstat-packet" command.
555 (General Query Packets): Document the vFile:fstat
556 qSupported features.
557 (Host I/O Packets): Document the vFile:fstat packet.
558
85642ba0
AW
5592015-03-11 Andy Wingo <wingo@igalia.com>
560
561 * guile.texi (Objfiles In Guile): Document objfile-progspace.
562
f7e6eed5
PA
5632015-03-04 Pedro Alves <palves@redhat.com>
564
565 * gdb.texinfo (Remote Configuration): Document the "set/show
566 remote swbreak-feature-packet" and "set/show remote
567 hwbreak-feature-packet" commands.
568 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
569 decription.
570 (Stop Reply Packets): Document the swbreak and hwbreak stop
571 reasons.
572 (General Query Packets): Document the swbreak and hwbreak
573 qSupported features.
574 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
575
f873665f 5762015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
a64c9f7b
PP
577
578 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
579 under *stopped.
580
9a284c97
DE
5812015-03-02 Doug Evans <xdje42@gmail.com>
582
583 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
584
446899e4
AA
5852015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
586
587 * gdb.texinfo (S/390 and System z Features): Describe new feature
588 "org.gnu.gdb.s390.vx".
589
7ee67ee4
SDJ
5902015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
591
592 PR gdb/18008
593 * gdb.texinfo (maint internal-error, maint internal-warning, maint
594 demangler-warning): Fix typo ("problam").
595
53cf2ee0
DT
5962015-02-19 David Taylor <dtaylor@emc.com>
597
598 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
599
3133f8c1
JM
6002015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
601
602 * gdb.texinfo (Static Probe Points): Add cindex `static probe
603 point, DTrace'.
604 (Static Probe Points): Modified to cover DTrace probes in addition
605 to SystemTap probes. Also modified to cover the `enable probe'
606 and `disable probe' commands.
607
9aca2ff8
JM
6082015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
609
610 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
611 `disable probe' commands.
612
fa3f8d5a
DT
6132015-02-12 David Taylor <dtaylor@emc.com>
614
615 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
616 fields of the QTDV packet.
617
d33501a5
MM
6182015-02-09 Markus Metzger <markus.t.metzger@intel.com>
619
620 * gdb.texinfo (Branch Trace Configuration Format): Add size.
621 (Process Record and Replay): Describe new set|show commands.
622 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
623
f4abbc16
MM
6242015-02-09 Markus Metzger <markus.t.metzger@intel.com>
625
626 * gdb.texinfo (Process Record and Replay): Describe the "record
627 btrace bts" command.
628 (General Query Packets): Describe qXfer:btrace-conf:read packet.
629 (Branch Trace Configuration Format): New.
630
cfb069a8
GB
6312015-01-31 Gary Benson <gbenson@redhat.com>
632 Doug Evans <dje@google.com>
633
634 * gdb.texinfo (Command Completion): Document new
635 "set/show max-completions" option.
636
f57d2163
DE
6372015-01-31 Doug Evans <xdje42@gmail.com>
638
639 * gdb.texinfo (Symbols): Document new commands
640 "maint print symbol-cache", "maint print symbol-cache-statistics",
641 "maint flush-symbol-cache". Document new option
642 "maint set symbol-cache-size".
643
9f050062
DE
6442015-01-31 Doug Evans <xdje42@gmail.com>
645
646 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
647 distinguish script files vs inlined scripts.
648 * python.texi (Python Auto-loading): Ditto.
649
b6577aab
DE
6502015-01-30 Doug Evans <dje@google.com>
651
652 * gdb.texinfo (Symbols) <info source>: Output now contains producer
653 string if present.
654
3a8b707a
DE
6552015-01-27 Doug Evans <dje@google.com>
656
657 * python.texi (Objfiles In Python): Document Objfile.username.
658
1b549396
DE
6592015-01-27 Doug Evans <dje@google.com>
660
661 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
662 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
663
253828f1
JK
6642015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
665
666 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
667
bf555842
EZ
6682015-01-16 Eli Zaretskii <eliz@gnu.org>
669
670 * doc/gdb.texinfo (TUI Commands): Document the possible
671 values of NAME argument to 'winheight' command. Explain the
672 effect of 'tabset' setting better.
673
439250fb
DE
6742015-01-11 Doug Evans <xdje42@gmail.com>
675
676 PR gdb/15830
677 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
678 (Symbols): Ditto.
679 (Maintenance Commands): Delete docs for "maint demangle".
680
6bf6fd09
JB
6812014-12-31 Joel Brobecker <brobecker@adacore.com>
682
683 * gdb.texinfo (Files): Remove documentation of the
684 "add-shared-symbol-files" and "assf" commands.
685 (Cygwin Native): Remove documentation of the "dll-symbols"
686 command.
687
cc485e62
DE
6882014-12-17 Doug Evans <xdje42@gmail.com>
689
690 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
691
bb2ec1b3
TT
6922014-12-12 Phil Muldoon <pmuldoon@redhat.com>
693 Jan Kratochvil <jan.kratochvil@redhat.com>
694
695 * gdb.texinfo (Altering): Update.
696 (Compiling and Injecting Code): New node.
697
6dddd6a5
DE
6982014-12-12 Doug Evans <dje@google.com>
699
700 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
701
f5b95c01
AA
7022014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
703
704 * gdb.texinfo: Document "maint print user-registers".
705
a0be3e44
DE
7062014-12-08 Doug Evans <dje@google.com>
707
708 * python.texi (Objfiles In Python): Document Objfile.owner.
709
86e4ed39
DE
7102014-12-04 Doug Evans <dje@google.com>
711
712 * python.texi (Objfiles In Python): Document
713 Objfile.add_separate_debug_file.
714
7c50a931
DE
7152014-12-04 Doug Evans <dje@google.com>
716
717 * python.texi (Objfiles In Python): Document Objfile.build_id.
718
162078c8
NB
7192014-12-02 Nick Bull <nicholaspbull@gmail.com>
720
721 * python.texi (Events In Python): Document new events
722 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
723 and RegisterChangedEvent.
724
f10c5b19
JK
7252014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
726
727 Add add-auto-load-scripts-directory.
728 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
729 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
730
413b59ae
JK
7312014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
732
733 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
734 description typo.
735
02be9a71
DE
7362014-10-30 Doug Evans <dje@google.com>
737
738 * python.texi (Progspaces In Python): Document ability to add
739 random attributes to gdb.Progspace objects.
740 (Objfiles In Python): Document ability to add random attributes to
741 gdb.objfile objects.
742
e5f8a7cc
PA
7432014-10-27 Pedro Alves <palves@redhat.com>
744
745 * gdb.texinfo (Continuing and Stepping): Add cross reference to
746 info on stepping and signal handlers.
747 (Signals): Explain stepping and signal handlers. Add context
748 index entry, and cross references.
749
fab3a15d
SM
7502014-10-20 Simon Marchi <simon.marchi@ericsson.com>
751
752 * python.texi (Breakpoints In Python): Add parenthesis after
753 Breakpoint.delete. Clarify Breakpoint.enabled description so
754 that it contains "disable".
755
4ffbba72
DE
7562014-10-17 Doug Evans <dje@google.com>
757
758 * python.texi (Events In Python): Document clear_objfiles event.
759
d096d8c1
DE
7602014-10-17 Doug Evans <dje@google.com>
761
762 * python.texi (Objfiles In Python): Document new progspace attribute.
763
32a8097b
PA
7642014-10-17 Pedro Alves <palves@redhat.com>
765
766 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
767 (SVR4 Process Information): Delete mention of OSF/1.
768
2ddf4301
SM
7692014-10-01 Simon Marchi <simon.marchi@ericsson.com>
770
771 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
772 exit-code field in -list-thread-groups output.
773
342cc091
JBG
7742014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
775
776 * gdb.texinfo (Set Breaks): Add missing "@end table".
777
a25a5a45
PA
7782014-09-22 Pedro Alves <palves@redhat.com>
779
780 * gdb.texinfo (Set Breaks): Document that "set breakpoint
781 always-inserted off" is the default mode now. Delete
782 documentation of "set breakpoint always-inserted auto".
783
2b4fd423
DE
7842014-09-18 Doug Evans <dje@google.com>
785
786 * python.texi (Symbol Tables In Python): Document "producer"
787 attribute of gdb.Symtab objects.
788
deb8ff2b
PA
7892014-09-16 Pedro Alves <palves@redhat.com>
790
791 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
792 (Embedded OS): Remove VxWorks menu entry.
793 (VxWorks): Remove node.
794
81219e53
DE
7952014-09-13 Doug Evans <xdje42@gmail.com>
796
797 * gdb.texinfo (Signaling): Document new queue-signal command.
798
faa42425
DE
7992014-09-06 Doug Evans <xdje42@gmail.com>
800
801 PR 15276
802 * gdb.texinfo (Convenience Funs): Document $_caller_is,
803 $_caller_matches, $_any_caller_is, $_any_caller_matches.
804
1a6a384b
JL
8052014-09-03 Justin Lebar <jlebar@google.com>
806
807 * python.texi (Types In Python): Type.template_argument(n) returns a
808 gdb.Value or a gdb.Type and throws an exception if n is out of
809 range.
810
5f3b99cf
SS
8112014-09-03 Sasha Smundak <asmundak@google.com>
812
813 * python.texi (Frames in Python): Add read_register description.
814
3cecbbbe
TT
8152014-08-04 Tom Tromey <tromey@redhat.com>
816
817 * gdb.texinfo (Debugging Output): Update for change to "set debug
818 target".
819
90debf20
MM
8202014-08-01 Masaki Muranaka <monaka@monami-software.com>
821
822 Pushed by Joel Brobecker <brobecker@adacore.com>.
823 * Makefile.in (transform): New variable.
824 (install-man1, install-man5): Apply $(transform) to man file names.
825
ee7333ae
DE
8262014-07-26 Doug Evans <xdje42@gmail.com>
827
828 PR guile/17177
829 * guile.texi (Guile Pretty Printing API): Fix typo.
830 Document set-pretty-printers!, pretty-printers.
831 (Selecting Guile Pretty-Printers): Update.
832 Mention program-space based pretty-printers.
833
70509625
PA
8342014-07-25 Pedro Alves <palves@redhat.com>
835 Eli Zaretskii <eliz@gnu.org>
836
837 * gdb.texinfo (Signaling) <signal command>: Explain what happens
838 with multi-threaded programs.
839
b67a2c6f
YQ
8402014-06-27 Yao Qi <yao@codesourcery.com>
841
842 * gdb.texinfo (Maintenance Commands): Update the output of
843 'maint print dummy-frames' command.
844
f179cf97
EZ
8452014-06-24 Eli Zaretskii <eliz@gnu.org>
846
847 * gdb.texinfo (Screen Size): Improve indexing.
848
992c7d70
GB
8492014-06-19 Gary Benson <gbenson@redhat.com>
850
851 * gdb.texinfo (Maintenance Commands): Document new
852 "maint set/show catch-demangler-crashes" option.
853
57fcfb1b
GB
8542014-06-19 Gary Benson <gbenson@redhat.com>
855
856 * gdb.texinfo (Maintenance Commands): Document new
857 "maint demangler-warning" command and new
858 "maint set/show demangler-warning" option.
859
dd5d5494
SC
8602014-06-09 Siva Chandra Reddy <sivachandra@google.com>
861
862 * python.texi (Xmethod API): Add space before the opening
863 parenthesis in function descriptions.
864
25326a28 8652014-06-06 Doug Evans <xdje42@gmail.com>
d2929fdc
DE
866
867 * guile.texi (Guile Configuration): Document guile-data-directory.
868
0a770bb2 8692014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
870
871 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
872
16f691fb
DE
8732014-06-04 Doug Evans <xdje42@gmail.com>
874
875 * guile.texi (Breakpoints In Guile): Update.
876
1e47491b
JB
8772014-06-03 Joel Brobecker <brobecker@adacore.com>
878
879 * python.texi (Xmethod API): Fix reference to "Progspaces In
880 Python".
881
0c6e92a5
SC
8822014-06-03 Siva Chandra Reddy <sivachandra@google.com>
883
884 * python.texi (Xmethods In Python, XMethod API)
885 (Writing an Xmethod): New nodes.
886 (Python API): New menu entries "Xmethods In Python",
887 "Xmethod API", "Writing an Xmethod".
888
06eb1586
DE
8892014-06-02 Doug Evans <xdje42@gmail.com>
890
891 * guile.texi (Guile API): Add entry for Parameters In Guile.
892 (GDB Scheme Data Types): Mention <gdb:parameter> object.
893 (Parameters In Guile): New node.
894
e698b8c4
DE
8952014-06-02 Doug Evans <xdje42@gmail.com>
896
897 * guile.texi (Guile API): Add entry for Commands In Guile.
898 (Basic Guile) <parse-and-eval>: Add reference.
899 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
900 (GDB Scheme Data Types): Mention <gdb:command> object.
901 (Commands In Guile): New node.
902
ded03782
DE
9032014-06-02 Doug Evans <xdje42@gmail.com>
904
905 * guile.texi (Guile API): Add entry for Progspaces In Guile.
906 (GDB Scheme Data Types): Mention <gdb:progspace> object.
907 (Progspaces In Guile): New node.
908
53e8a631
AB
9092014-05-30 Andrew Burgess <aburgess@broadcom.com>
910
911 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
912 * python.texi (Frames In Python): Mention
913 gdb.FRAME_UNWIND_MEMORY_ERROR.
914
329ea579
PA
9152014-05-29 Pedro Alves <palves@redhat.com>
916 Tom Tromey <tromey@redhat.com>
917
918 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
919 from example.
920 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
921 Mention that target-async is now deprecated.
922 (Maintenance Commands): Document maint set/show target-async.
923
92bcb5f9
PA
9242014-05-29 Pedro Alves <palves@redhat.com>
925
926 * observer.texi (sync_execution_done, command_error): New
927 subjects.
928
fd664c91
PA
9292014-05-29 Pedro Alves <palves@redhat.com>
930
931 PR gdb/13860
932 * observer.texi (signal_received, end_stepping_range)
933 (signal_exited, exited, no_history): New observer subjects.
934
b2715b27
AW
9352014-05-26 Andy Wingo <wingo@igalia.com>
936
937 * guile.texi (GDB Scheme Data Types): Remove documentation for
938 removed interfaces. Update spelling of gdb-object-kind.
939
9eaa4c1e
AW
9402014-05-26 Andy Wingo <wingo@igalia.com>
941
942 * guile.texi (Basic Guile): Fix some typos.
943
0f1e8403
AW
9442014-05-26 Andy Wingo <wingo@igalia.com>
945
946 * guile.texi (Writing a Guile Pretty-Printer)
947 (Guile Types Module): Fix excess parentheses in use-modules forms.
948
697aa1b7
EZ
9492014-05-24 Eli Zaretskii <eliz@gnu.org>
950
951 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
952 (Breakpoints In Guile, Guile Printing Module)
953 (Guile Exception Handling, Values From Inferior In Guile)
954 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
955 Don't use @var at the beginning of a sentence.
956
957 * gdb.texinfo (Frame Filter Management, Trace Files)
958 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
959 (PowerPC Embedded, Define, Annotations for Running)
960 (IPA Protocol Commands, Packets, General Query Packets)
961 (Tracepoint Packets, Notification Packets, Environment)
962 (Inferiors and Programs, Set Breaks, Set Catchpoints)
963 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
964 (Frames, Backtrace, Selection, Expressions, Registers)
965 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
966 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
967 (Source Annotations, Using JIT Debug Info Readers, Packets)
968 (Stop Reply Packets, Host I/O Packets)
969 (Target Description Format): Don't use @var at the beginning of a
970 sentence.
971
972 * python.texi (Basic Python, Types In Python)
973 (Commands In Python, Frames In Python, Line Tables In Python)
974 (Breakpoints In Python, gdb.printing, gdb.types)
975 (Type Printing API): Don't use @var at the beginning of a
976 sentence.
977
67b5c0c1
MM
9782014-05-23 Markus Metzger <markus.t.metzger@intel.com>
979
980 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
981 replay-memory-access".
982
6a3cb8e8
PA
9832014-05-21 Pedro Alves <palves@redhat.com>
984
985 * gdb.texinfo (Starting): Document "set/show
986 auto-connect-native-target".
987 (Target Commands): Document "target native".
988
936d2992
PA
9892014-05-20 Pedro Alves <palves@redhat.com>
990
991 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
992 not be remote specific. Add cross reference to the qCRC packet.
993 (Separate Debug Files): Update cross reference to the qCRC packet.
994 (General Query Packets) <qCRC packet>: Add anchor.
995
b3ce5e5f
DE
9962014-05-17 Doug Evans <xdje42@gmail.com>
997
998 Copy over changes from guile.texi.
999 * python.texi (Basic Python) <gdb.execute>: Add text.
1000 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
1001 (Values From Inferior) <Python string>: Add text.
1002 (Values From Inferior) <Value.string>: Clarify string length handling.
1003 (Pretty Printing API): Add cindex.
1004 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
1005 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
1006 @vindex.
1007 (Commands In Python) <COMPLETE_*>: Similarly.
1008 (Symbols In Python) <SYMBOL_*>: Similarly.
1009 (Breakpoints In Python) <WP_*>: Similarly.
1010 (Breakpoints In Python) <BP_*>: Similarly.
1011
8dfcab11
DT
10122014-05-17 David Taylor <dtaylor@emc.com>
1013
1014 * gdb.texinfo (General Query Packets): Add a note about thread IDs
1015 mentioned in the qfThreadInfo reply.
1016
8d551b02
DE
10172014-05-16 Doug Evans <dje@google.com>
1018
1019 * gdb.texinfo (Mode Options): Add -D.
1020
e20bd8f4
SB
10212014-05-09 Samuel Bronson <naesten@gmail.com>
1022
1023 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
1024 "make -C".
1025
f989a1c8
TT
10262014-04-29 Tom Tromey <tromey@redhat.com>
1027
1028 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
1029 "show debug varobj".
1030
95cf3b38
DT
10312014-05-01 David Taylor <dtaylor@emc.com>
1032
1033 * gdb.texinfo (compare-sections): Document the new -r (read-only)
1034 option.
1035
01f9f808
MS
10362014-04-24 Michael Sturm <michael.sturm@mintel.com>
1037 Walfred Tedeschi <walfred.tedeschi@intel.com>
1038
1039 * gdb.texinfo (i386 Features): Add description of AVX512
1040 registers.
1041
770e7fc7
DE
10422014-03-31 Doug Evans <dje@google.com>
1043
1044 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
1045
97d8f0ee
DE
10462014-03-30 Doug Evans <dje@google.com>
1047
1048 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
1049 (Background Execution): Ditto.
1050
36cb1214
HZ
10512014-03-21 Pedro Alves <palves@redhat.com>
1052 Stan Shebs <stan@codesourcery.com>
1053 Hui Zhu <hui@codesourcery.com>
1054
1055 * gdb.texinfo (Packets): Add anchor to "? packet".
1056 Remove fixme and update introduction of "k packet".
1057 Add anchor to "vKill packet".
1058
5e3a2c38
SS
10592014-03-12 Stan Shebs <stan@codesourcery.com>
1060
1061 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
1062
7a5a839f
LC
10632014-02-26 Ludovic Courtès <ludo@gnu.org>
1064
dc6ae996 1065 * guile.texi (Basic Guile): Document 'history-append!'.
7a5a839f 1066
95060284
JB
10672014-02-20 Joel Brobecker <brobecker@adacore.com>
1068
1069 * gdb.texinfo (Files): Document "add-shared-symbol-files"
1070 and "assf" as being deprecated.
1071 (Cygwin Native): Likewise for "dll-symbols".
1072 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
1073 as a way to force the loading of symbols from a DLL.
1074
f7bd0f78
SC
10752014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1076
1077 * python.texi (Values From Inferior): Add description about the
1078 new feature.
1079
329baa95
DE
10802014-02-17 Doug Evans <xdje42@gmail.com>
1081
1082 * Makefile.in (GDB_DOC_FILES): Add python.texi.
1083 * gdb.texinfo (Python): Moved to ...
1084 * python.texi: ... here. New file.
1085
687894f5
DE
10862014-02-17 Ludovic Courtès <ludo@gnu.org>
1087
d25f38ee 1088 * guile.texi (Writing a Guile Pretty-Printer) <example>:
687894f5
DE
1089 Remove 'string-begins-with' procedure. Add 'pretty-printer'
1090 parameter to 'str-lookup-function' procedure. Look for
1091 the "std::string<" prefix.
1092 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
1093 Adjust description.
1094
6fb526ee
DE
10952014-02-11 Tejas Belagod <tejas.belagod@arm.com>
1096
d25f38ee 1097 * guile.texi (Values From Inferior In Guile): Remove stray
6fb526ee
DE
1098 parantheses for deffn.
1099 (Disassembly In Guile): Ditto.
1100
1e0a5178
SS
11012014-02-10 Stan Shebs <stan@codesourcery.com>
1102
1103 Add Doxygen support.
1104 * Makefile.in (doxy): New action, generates Doxygen files.
1105 (DOXYGEN): New.
1106 (doxyedit): New.
1107 * Doxyfile-base.in: New file.
1108 * Doxyfile-gdb-api.in: New file.
1109 * Doxyfile-gdb-xref.in: New file.
1110 * Doxyfile-gdbserver.in: New file.
1111 * doxy-index.in: New file.
1112 * filter-for-doxygen: New file.
1113 * filter-params.pl: New file.
1114
ed3ef339
DE
11152014-02-10 Doug Evans <xdje42@gmail.com>
1116
1117 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
1118 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
1119 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
1120 (Guile docs): Include guile.texi.
1121 (objfile-gdbdotext file): Add objfile-gdb.scm.
1122 (dotdebug_gdb_scripts section): Mention Guile scripts.
1123 (Multiple Extension Languages): New node.
1124 * guile.texi: New file.
1125
c6044dd1
JB
11262014-01-28 Joel Brobecker <brobecker@adacore.com>
1127
1128 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
1129 ignore-descriptive-types". commands.
1130
87ce2a04
DE
11312014-01-22 Doug Evans <dje@google.com>
1132
1133 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
1134 (gdbserver man): Ditto.
1135
52834460
MM
11362014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1137
1138 * gdb.texinfo: Document limited reverse/replay support
1139 for target record-btrace.
1140
0688d04e
MM
11412014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1142
1143 * gdb.texinfo (Process Record and Replay): Update documentation.
1144
8710b709
MM
11452014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1146
1147 * gdb.texinfo (Process Record and Replay): Document new /c
1148 modifier accepted by "record function-call-history".
1149 Add /i modifier to "record function-call-history" example.
1150
dcf106f3
JB
11512014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
1152 Joel Brobecker <brobecker@adacore.com>
1153
1154 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
1155 markers. Remove one that was misplaced.
1156
41ef2965
PA
11572014-01-10 Pedro Alves <palves@redhat.com>
1158
1159 * gdb.texinfo (Your Program's Environment) <set environment>:
1160 Mention the shell, and point at 'set exec-wrapper'.
1161
c0d48811
JB
11622014-01-07 Joel Brobecker <brobecker@adacore.com>
1163
1164 * gdb.texinfo (Types In Python): Document new attribute Types.name.
1165
5fba4c0f
JB
11662013-12-30 Joel Brobecker <brobecker@adacore.com>
1167
1168 * gdb.texinfo (Types In Python): Clarify the documentation
1169 of attribute gdb.Field.bitpos.
1170
0809504b
JB
11712013-12-28 Joel Brobecker <brobecker@adacore.com>
1172
1173 * gdb.texinfo (Types In Python): Fix the documentation of
1174 attribute "bitpos" in class gdb.Field for enum types. Add
1175 documentation for attribute "enumval" in that same class.
1176
edef6000
JB
11772013-12-28 Joel Brobecker <brobecker@adacore.com>
1178
1179 * gdb.texinfo (GDB/MI Support Commands): Change @table into
1180 @ftable.
1181
71b8c845
DE
11822013-12-23 Doug Evans <xdje42@gmail.com>
1183
1184 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
1185 auto-loaded objfile scripts and .debug_gdb_scripts section to their
1186 corresponding section in Extending GDB.
1187 (Extending GDB): Move menu up. New menu item "Auto-loading
1188 extensions".
1189 (Sequences): New menu item "Auto-loading sequences".
1190 (Auto-loading sequences): New node.
1191 (Python): Rename section from Scripting GDB to Extending GDB.
1192 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
1193 Move docs on ways to auto-load extensions to ...
1194 (Auto-loading extensions): ... here. New node.
1195
d192b373
JB
11962013-12-23 Joel Brobecker <brobecker@adacore.com>
1197
1198 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
1199 in menu.
1200 (GDB/MI Variable Objects): Adjust reference to "-list-features"
1201 command, now in a new node.
1202 (GDB/MI Support Commands): New node, with its contents being
1203 extracted from the "GDB/MI Miscellaneous Commands" node.
1204 A small paragraph introducing the section is also added at
1205 the start.
1206 (GDB/MI Miscellaneous Commands): Delete the description of the
1207 -info-gdb-mi-command, -list-features and -list-target-features
1208 commands, now hosted in the "GDB/MI Support Commands" node.
1209
a16b0e22
SC
12102013-12-12 Siva Chandra Reddy <sivachandra@google.com>
1211
1212 PR python/16113
1213 * gdb.texinfo (Values From Inferior): Add a note about using
1214 gdb.Field objects as subscripts on gdb.Value objects.
1215 (Types In Python): Add description about the new attribute
1216 "parent_type" of gdb.Field objects.
1217
9b26f0fb
JB
12182013-12-12 Joel Brobecker <brobecker@adacore.com>
1219
1220 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
1221 entry for section docuumenting the -list-features GDB/MI command.
1222
72bfa06c
JB
12232013-12-10 Joel Brobecker <brobecker@adacore.com>
1224
1225 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1226 "exec-run-start-option" entry in the output of the "-list-features"
1227 command.
1228
3ea8680f
EZ
12292013-12-04 Eli Zaretskii <eliz@gnu.org>
1230
1231 * gdb.texinfo (i386): Fix yesterday's commit.
1232
1a4f73eb
TT
12332013-12-03 Tom Tromey <tromey@redhat.com>
1234
1235 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
1236 documented here.
1237
6cb999f8
TT
12382013-12-03 Tom Tromey <tromey@redhat.com>
1239
1240 * gdb.texinfo (@direntry): Add menu item for gdbserver.
1241
ca8941bb
WT
12422013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
1243
1244 * gdb.texinfo (i386 Features): Add MPX feature registers.
1245 (x86 Specific featuresx86 Architecture-specific Issues): Adds
1246 a subsubsection for MPX and describes the display of the
1247 boundary registers.
1248
688981c9
JB
12492013-12-03 Joel Brobecker <brobecker@adacore.com>
1250
1251 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
1252 documentation of the "ada-exceptions" entry.
1253
2ea126fa
JB
12542013-12-03 Joel Brobecker <brobecker@adacore.com>
1255
1256 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
1257 "^error" result record concerning the error message. Document
1258 the error code that may also be part of that result record.
1259 (GDB/MI Miscellaneous Commands): Document the
1260 "undefined-command-error-code" element in the output of
1261 the "-list-features" GDB/MI command.
1262
6b7cbff1
JB
12632013-12-03 Joel Brobecker <brobecker@adacore.com>
1264
1265 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1266 the new -info-gdb-mi-command GDB/MI command. Document
1267 the meaning of "-info-gdb-mi-command" in the output of
1268 -list-features.
1269
20e1ca3b
PA
12702013-11-29 Pedro Alves <palves@redhat.com>
1271
1272 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
1273 Update comment.
1274
29453a14
YQ
12752013-11-24 Yao Qi <yao@codesourcery.com>
1276
1277 * gdb.texinfo (Caching Remote Data): Document new
1278 "set/show stack-cache" option.
1279
6dd315ba
YQ
12802013-11-24 Yao Qi <yao@codesourcery.com>
1281
1282 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
1283 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
1284 "off" respectively.
1285
9df9dbe0
YQ
12862013-11-23 Yao Qi <yao@codesourcery.com>
1287
1288 * gdb.texinfo (GDB/MI Variable Objects): Add the description
1289 of "displayhint" to the table about child results.
1290
c78feb39
YQ
12912013-11-21 Yao Qi <yao@codesourcery.com>
1292
1293 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
1294 'dynamic' for the output of command -var-list-children.
1295
27b81af3
YQ
12962013-11-21 Yao Qi <yao@codesourcery.com>
1297
1298 * gdb.texinfo (Caching Target Data): Remove "see" before
1299 @pxref.
1300
b26dfc9a
YQ
13012013-11-20 Yao Qi <yao@codesourcery.com>
1302
1303 * gdb.texinfo (Caching Target Data): Update doc for
1304 per-address-space dcache.
1305
b12039c6
YQ
13062013-11-20 Yao Qi <yao@codesourcery.com>
1307
1308 * gdb.texinfo (Data): Rename menu item.
1309 (Caching Remote Data): Rename to ...
1310 (Caching Target Data): ... it. Update.
1311
422ad5c2
JB
13122013-11-18 Joel Brobecker <brobecker@adacore.com>
1313
1314 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1315 "language-option" entry in the output of the "-list-features"
1316 command.
1317
805e1f19
TT
13182013-11-15 Tom Tromey <tromey@redhat.com>
1319
1320 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
1321 Add example.
1322
8fe1b653
TT
13232013-11-14 Tom Tromey <tromey@redhat.com>
1324
1325 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
1326
403cb6b1
JB
13272013-11-14 Joel Brobecker <brobecker@adacore.com>
1328
1329 * gdb.texinfo (Show): Add xref anchor for "show language" command.
1330 (Context management): Place current subsection text into its own
1331 subsubsection. Add new subsubsection describing the "--language"
1332 command option.
1333
93973826
JB
13342013-11-13 Joel Brobecker <brobecker@adacore.com>
1335
1336 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
1337 the documentation of "info-ada-exceptions" in the output
1338 of the "-list-features" command. Add the documentation
1339 of the "ada-exception" entry instead.
1340
6adcee18
JB
13412013-11-12 Joel Brobecker <brobecker@adacore.com>
1342
93973826 1343
6adcee18
JB
1344 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
1345 word of a couple of sentences to start with a capital letter.
1346
58d06528
JB
13472013-11-12 Joel Brobecker <brobecker@adacore.com>
1348
1349 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
1350 (Ada Exceptions): New node.
1351 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
1352 Commands" node.
1353 (GDB/MI Ada Exceptions Commands): New node.
1354 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
1355 field in the output of the "-list-features" command.
1356 * NEWS: Add entry for the new "info exceptions" CLI command,
1357 and for the new "-info-ada-exceptions" GDB/MI command.
1358
bc79de95
PM
13592013-11-11 Phil Muldoon <pmuldoon@redhat.com>
1360
1361 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
1362 (Line Tables In Python): New node.
1363
73be47f5
DE
13642013-11-08 Doug Evans <dje@google.com>
1365
1366 * gdb.texinfo (Debugging Output): Update text for
1367 "set debug dwarf2-read".
1368
db0fec5c
DE
13692013-11-08 Doug Evans <dje@google.com>
1370
1371 * gdb.texinfo (Debugging Output): Update text for
1372 "set debug symtab-create".
1373
92e32e33
PM
13742013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1375
72f4393d
L
1376 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
1377 constant.
92e32e33 1378
f76c27b5
PM
13792013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1380
1381 * gdb.texinfo (Breakpoints In Python): Document temporary
1382 option in breakpoint constructor, and add documentation to the
1383 temporary attribute.
1384
fa4d0c40
YQ
13852013-11-07 Yao Qi <yao@codesourcery.com>
1386
1387 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
1388 output of "-var-info-expression".
1389
afa332ce
PA
13902013-11-06 Pedro Alves <palves@redhat.com>
1391
1392 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
1393 non-interactive mode.
1394 (Environment) <shell startup files warning>: Mention
1395 non-interactive mode. Mention .zshenv for Z shell, and talk about
1396 BASH_ENV instead of .bashrc for BASH.
1397
9ac69859
NB
13982013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
1399
1400 * gdb.texinfo (Commands to Specify Files): Add description
1401 of the remove-symbol-file command.
1402 * observer.texi: New free_objfile event
1403
98882a26
PA
14042013-10-24 Pedro Alves <palves@redhat.com>
1405
1406 * gdb.texinfo (Starting): Document set/show startup-with-shell.
1407
ce13fade
JB
14082013-10-11 Joel Brobecker <brobecker@adacore.com>
1409
1410 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
1411 New subsection inside which the "-catch-load" and "-catch-unload"
1412 commands documentation is now placed.
1413 (Ada Exception GDB/MI Catchpoint Commands): New subsection
1414 documenting the "-catch-assert" and "-catch-exception" new
1415 GDB/MI commands.
1416
2446f5ea
JB
14172013-10-10 Joel Brobecker <brobecker@adacore.com>
1418
1419 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
1420
0d12017b
JB
14212013-10-10 Joel Brobecker <brobecker@adacore.com>
1422
bd80dc1a
JB
1423 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
1424 serial baud".
1425 (Remote Configuration): Replace "set remotebaud" by "set serial
1426 baud". Replace "show remotebaud" by "show serial baud".
0d12017b 1427
f4fb82a1
PA
14282013-10-07 Pedro Alves <palves@redhat.com>
1429
1430 PR breakpoints/11568
1431 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
1432 when the thread is removed from the thread list.
1433
0c557179
SDJ
14342013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1435
1436 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
1437 Update entry for $_exitcode.
1438
5713b9b5
JB
14392013-10-04 Joel Brobecker <brobecker@adacore.com>
1440
1441 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
1442 new "--start" option.
1443
901461f8
PA
14442013-10-02 Pedro Alves <palves@redhat.com>
1445
1446 * gdb.texinfo (Registers): Expand description of saved registers
1447 in frames. Explain <not saved>.
1448
8fb8eb5c
DE
14492013-09-25 Doug Evans <dje@google.com>
1450
1451 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
1452
0a7cfe2c
SS
14532013-09-16 Stan Shebs <stan@codesourcery.com>
1454
1455 Remove the internals manual gdbint.texinfo.
1456 * Makefile.in (INFO_DEPS): Remove gdbint.info.
1457 (PDFFILES): Remove gdbint.pdf.
1458 (HTMLFILES): Remove gdbint/index.html.
1459 (HTMLFILES_INSTALL): Remove gdbint.
1460 (GDBINT_DOC_FILES): Remove.
1461 (dvi): Remove gdbint.dvi.
1462 (ps): Remove gdbint.ps.
1463 * gdbint.texinfo: Remove file.
1464 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
1465
a280dbd1
SDJ
14662013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1467
1468 * gdb.texinfo (Convenience Functions): Mention new convenience
1469 function $_isvoid.
1470
4ac33720
UW
14712013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1472
1473 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
1474 (Standard Target Features): Add new node to menu.
1475 (S/390 and System z Features): New node.
1476
b3d3b4bd
SA
14772013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
1478
1479 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
1480 -list-target-features in the example.
1481
edf9f00c
JK
14822013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1483
1484 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
1485 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
1486
1d236d23
JK
14872013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1488
1489 Sync documentation with gdb.base/gnu-debugdata.exp.
1490 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
1491
5423b017
JK
14922013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1493
1494 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
1495
6211c335
YQ
14962013-08-27 Pedro Alves <pedro@codesourcery.com>
1497 Yao Qi <yao@codesourcery.com>
1498
1499 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
1500 Document new --skip-unavailable option.
1501 <-stack-list-variables>: Document new --skip-unavailable option.
1502
52e260a3
DE
15032013-08-26 Doug Evans <dje@google.com>
1504
1505 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
1506 an optional regexp.
1507
5e92f71a
TT
15082013-08-13 Tom Tromey <tromey@redhat.com>
1509
1510 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
1511 Document GDB_PARALLEL and GDB_INOTIFY.
1512
c5d7073b
SS
15132013-08-09 Stan Shebs <stan@codesourcery.com>
1514
1515 * LRS: Remove file, describes a long-abandoned live-range
1516 splitting extension to stabs.
1517
6fbe845e
AB
15182013-07-25 Andrew Burgess <aburgess@broadcom.com>
1519
1520 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
1521
e7045703
DE
15222013-07-17 Doug Evans <dje@google.com>
1523
1524 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
1525
3105ebf9
TT
15262013-07-02 Tom Tromey <tromey@redhat.com>
1527
1528 * gdb.texinfo (Target Commands): Don't mention "target nrom".
1529
d6c2da54
TT
15302013-06-28 Tom Tromey <tromey@redhat.com>
1531
1532 * Makefile.in (version.subst): Use version.in, not
1533 common/version.in.
1534 * gdbint.texinfo (Versions and Branches, Releasing GDB):
1535 Likewise.
1536
e5823f1c
PA
15372013-06-27 Pedro Alves <palves@redhat.com>
1538
1539 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
1540 dynamic symbol resolution code>: New section, based on infrun.c
1541 comment.
1542
92dcb9ff
TT
15432013-06-26 Tom Tromey <tromey@redhat.com>
1544
1545 * gdbint.texinfo (Versions and Branches): Use common/version.in.
1546 Update.
1547 (Releasing GDB): Likewise.
1548
dc673c81
YQ
15492013-06-26 Pedro Alves <pedro@codesourcery.com>
1550 Yao Qi <yao@codesourcery.com>
1551
1552 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
1553 -trace-frame-collected.
1554
28a93511
YQ
15552013-06-26 Pedro Alves <pedro@codesourcery.com>
1556
1557 * gdb.texinfo (Traceframe Info Format): Document tvar element
1558 and its attributes.
1559
a0743c90
YQ
15602013-06-25 Yao Qi <yao@codesourcery.com>
1561
1562 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
1563
01208463
TT
15642013-06-24 Tom Tromey <tromey@redhat.com>
1565
1566 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
1567 (GDBvn.texi): Use version.subst.
1568 (version.subst): New target.
1569 (mostlyclean): Remove version.subst.
1570
c898adb7
YQ
15712013-06-20 Pedro Alves <pedro@codesourcery.com>
1572
1573 * gdb.texinfo (GDB/MI Data Manipulation)
1574 <-data-list-register-values>: Document the --skip-unavailable
1575 option.
1576
7c57fa1e
YQ
15772013-06-07 Yao Qi <yao@codesourcery.com>
1578
1579 * gdb.texinfo (Symbols): Add kindex and cindex for
1580 'maint print msymbols'.
1581
0059c61a 15822013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
b7742092
MK
1583
1584 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
1585 response field name (thread-group to inferior).
1586
85dc5a12
GB
15872013-06-04 Gary Benson <gbenson@redhat.com>
1588
1589 * gdb.texinfo (General Query Packets/qSupported): Added
1590 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
1591 to the table of currently defined stub features.
1592 Added a more detailed entry for "augmented-libraries-svr4-read".
1593 (General Query Packets/qXfer:libraries-svr4:read): Documented
1594 the augmented form of this packet.
1595
5901af59
JB
15962013-05-23 Joel Brobecker <brobecker@adacore.com>
1597
1598 * gdb.texinfo (System-wide Configuration Scripts): Renames
1599 "Installed System-wide Configuration Scripts". Add associated
1600 @menu block.
1601
c1e36e3e
PA
16022013-05-23 Yao Qi <yao@codesourcery.com>
1603 Pedro Alves <palves@redhat.com>
1604
1605 * gdb.texinfo (Packets): Document 'vCont;r'.
1606 (Continuing and Stepping): Document target-assisted range
1607 stepping, and the 'set range-stepping' and 'show range-stepping'
1608 commands.
1609
0201faac
JB
16102013-05-23 Joel Brobecker <brobecker@adacore.com>
1611
1612 * gdb.texinfo (Installed System-wide Configuration Scripts):
1613 Add subsection describing the scripts now available under
1614 the data-dir's system-gdbbinit subdirectory.
1615 * NEWS: Add entry announcing the availability of system-wide
1616 configuration scripts for ElinOS and Wind River Linux.
1617
c5867ab6
HZ
16182013-05-21 Hui Zhu <hui@codesourcery.com>
1619
1620 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
1621 "-dprintf-insert" command.
1622
7d0c9981
DE
16232013-05-17 Doug Evans <dje@google.com>
1624
1625 * gdb.texinfo (Maintenance Commands): Update doc for
1626 "maint check-psymtabs". Add doc for "maint check-symtabs",
1627 "maint expand-symtabs".
1628
742ce053
MM
16292013-05-15 Markus Metzger <markus.t.metzger@intel.com>
1630
1631 * gdb.texinfo (Process Record and Replay): Document the
1632 "record goto" command and its sub-commands.
1633
1e611234
PM
16342013-05-10 Phil Muldoon <pmuldoon@redhat.com>
1635
1636 * gdb.texinfo (Backtrace): Add "no-filter" argument.
1637 (Python API): Add Frame Filters API, Frame Wrapper API,
1638 Writing a Frame Filter/Wrapper, Managing Management of Frame
1639 Filters chapter entries.
1640 (Frame Filters API): New Node.
1641 (Frame Wrapper API): New Node.
1642 (Writing a Frame Filter): New Node.
1643 (Managing Frame Filters): New Node.
1644 (Progspaces In Python): Add note about frame_filters attribute.
1645 (Objfiles in Python): Ditto.
1646 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
1647 @anchors and --no-frame-filters option to -stack-list-variables,
1648 -stack-list-frames, -stack-list-locals and -stack-list-arguments
1649 commands.
1650
2874cb83
JB
16512013-05-08 Joel Brobecker <brobecker@adacore.com>
1652
1653 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
1654 Support" subsection documenting the XML format used to transfer
1655 shared library info on AIX.
1656
9a005eb9
JB
16572013-05-08 Joel Brobecker <brobecker@adacore.com>
1658
1659 * gdb.texinfo (Debugging Output): Add documentation of
1660 "set debug aix-solib" and "show debug aix-solib" commands.
1661
a1217d97
SL
16622013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1663
1664 * gdb.texinfo (Nios II): New section.
1665 (Nios II Features): New section.
1666
4d1eb6b4
JB
16672013-05-06 Joel Brobecker <brobecker@adacore.com>
1668
1669 * gdbint.texinfo (Algorithms): Remove entries documenting
1670 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
1671 SOLIB_CREATE_INFERIOR_HOOK.
1672
3f84184e
TT
16732013-04-29 Tom Tromey <tromey@redhat.com>
1674
1675 PR python/14204:
1676 * gdb.texinfo (Python API): Fix menu entry.
1677 (Blocks In Python): Fix subsubsection text. Rewrite intro.
1678 Define global and static block. Add example. Clarify
1679 block relationship for inline functions.
1680
60155234
TT
16812013-04-29 Tom Tromey <tromey@redhat.com>
1682
1683 * gdb.texinfo (Python API): Mention Python help and keyword
1684 arguments. Move pagination text to Basic Python.
1685 (Basic Python): Put pagination text here. Document
1686 close-on-exec, SIGCHLD, and SIGINT.
1687
5360976e
PA
16882013-04-19 Pedro Alves <palves@redhat.com>
1689
1690 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
1691 "signedness" instead of "signness".
1692
bd3f3b55
PA
16932013-04-19 Pedro Alves <palves@redhat.com>
1694
1695 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
1696 -Wno-pointer-sign text with text on -Wpointer-sign.
1697
dee368d3
TT
16982013-04-16 Tom Tromey <tromey@redhat.com>
1699
1700 * gdb.texinfo (Set Catchpoints): Mention earliest version of
1701 GCC that has the SDT probe points.
1702
cc16e6c9
TT
17032013-04-15 Tom Tromey <tromey@redhat.com>
1704
1705 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
1706 exception catchpoints.
1707
72f1fe8a
TT
17082013-04-15 Tom Tromey <tromey@redhat.com>
1709
1710 * gdb.texinfo (Set Catchpoints): Document $_exception.
1711 (Convenience Vars): Mention $_exception.
1712
591f19e8
TT
17132013-04-15 Tom Tromey <tromey@redhat.com>
1714
1715 * gdb.texinfo (Set Catchpoints): Reorganize exception
1716 catchpoints. Document "catch rethrow".
1717 (Debugging C Plus Plus): Mention "catch rethrow".
1718
02ae6bad
TT
17192013-04-15 Tom Tromey <tromey@redhat.com>
1720
1721 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
1722
2c91021c
JK
17232013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1724 Eli Zaretskii <eliz@gnu.org>
1725
1726 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
1727 line below the sample output.
1728
6eaaf48b
EZ
17292013-04-12 Eli Zaretskii <eliz@gnu.org>
1730
1731 * gdb.texinfo (Mode Options): Document '-configuration'.
1732 (Help): Document "show configuration".
1733 (Bug Reporting): Add requirements to include the configuration
1734 details in bug reports.
1735
b292c783
JK
17362013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1737
1738 * Makefile.in (MAN1S): Add gcore.1.
1739 Remove "Host, target, and site specific Makefile fragments" comment.
1740 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
1741 (install-man1, uninstall-man1): Conditionalize gcore.1.
1742 (gcore.1): New.
1743 * gdb.texinfo (Man Pages): Add gcore man.
1744 (gcore man): New node.
1745
f81d1120
PA
17462013-04-10 Pedro Alves <palves@redhat.com>
1747
1748 * gdb.texinfo (Process Record and Replay): Document that "set
1749 record full insn-number-max", "set record
1750 instruction-history-size" and "set record
1751 function-call-history-size" accept "unlimited".
1752 (Backtrace): Document that "set backtrace limit" accepts
1753 "unlimited".
1754 (List): Document that "set listsize" accepts "unlimited".
1755 (Print Settings)" Document that "set print max-symbolic-offset",
1756 "set print elements" and "set print repeats" accept "unlimited".
1757 (Starting and Stopping Trace Experiments): Document that "set
1758 trace-buffer-size" accepts "unlimited".
1759 (Remote Configuration): Document that "set tcp connect-timeout"
1760 accepts "unlimited".
1761 (Command History): Document that "set history size" accepts
1762 "unlimited".
1763 (Screen Size): Document that "set height" and "set width" accepts
1764 "unlimited". Adjust "set pagination"'s description to suggest
1765 "set height unlimited" instead of "set height 0".
1766
393fd4c3
YQ
17672013-04-10 Yao Qi <yao@codesourcery.com>
1768
1769 * gdb.texinfo (Trace Files): Add "target ctf".
1770
cba5a7bf
JK
17712013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1772
1773 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
1774
0ed630cb
JK
1775 * Makefile.in (install-man1, install-man5, uninstall-man1)
1776 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
1777
afe1492b
JK
1778 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
1779
5b8b6385
JK
17802013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1781 Eli Zaretskii <eliz@gnu.org>
1782
1783 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
1784 parameters order. Remove "On some targets" for --attach. Document the
1785 --multi parameter and extended-remote command. Document all the
1786 options.
1787
906ccdf0
JK
17882013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1789
1790 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
1791 the list of supported languages.
1792
43662968
JK
17932013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1794
1795 Convert man pages to texinfo, new gdbinit.5 texinfo page.
1796 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
1797 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
1798 (diststuff): Add man.
1799 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
1800 (uninstall-man5): New.
1801 (STAGESTUFF): Add *.1 and *.5.
1802 (GDBvn.texi): Add SYSTEM_GDBINIT.
1803 (gdb.1, gdbserver.1, gdbinit.5): New.
1804 (maintainer-clean realclean): Add $(MANS).
1805 (install): Add install-man.
1806 (uninstall): Add uninstall-man.
1807 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
1808 (@copying): Wrap it by @c man begin COPYRIGHT.
1809 (Top): Add Man Pages.
1810 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
1811
be9a8770
PA
18122013-04-02 Pedro Alves <palves@redhat.com>
1813
1814 * gdb.texinfo (Debugging Output): Document "set/show debug
1815 aarch64", "set/show debug coff-pe-read" and "set/show debug
1816 mach-o".
1817
a46c1e42
PA
18182013-04-02 Pedro Alves <palves@redhat.com>
1819
1820 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
1821 table>: Add entry for "trace-buffer-size".
1822
bd3eecc3
PA
18232013-03-28 Pedro Alves <palves@redhat.com>
1824
1825 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
1826 table>: Add entry for "trace-status".
1827
215b9f98
EZ
18282013-03-28 Eli Zaretskii <eliz@gnu.org>
1829
1830 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
1831 @bullet", which is invalid (makeinfo 5.1 barfs).
1832
7f7cc265
PA
18332013-03-28 Pedro Alves <palves@redhat.com>
1834
1835 PR gdb/15294
1836
1837 * gdb.texinfo (List) <set listsize>: Adjust to document that
1838 listsize 0 means no limit, and remove mention of -1.
1839
9c0be723
YQ
18402013-03-22 Yao Qi <yao@codesourcery.com>
1841
1842 * gdb.texinfo (Embedded Processors): Remove menu item
1843 "OpenRISC 1000".
1844 (OpenRISC 1000): Remove.
1845
bd712aed
DE
18462013-03-21 Doug Evans <dje@google.com>
1847
1848 * gdb.texinfo (Maintenance Commands): Add docs for
1849 "mt set per-command {space,time,symtab} {on,off}".
1850
d0353e76
YQ
18512013-03-14 Hui Zhu <hui@codesourcery.com>
1852 Yao Qi <yao@codesourcery.com>
1853
1854 * gdb.texinfo (Trace Files): Add "tsave -ctf".
1855
6dd24dfa
KS
18562013-03-13 Keith Seitz <keiths@redhat.com>
1857
1858 * gdb.texinfo (Maintenance Commands): Add missing ')' for
1859 "maint agent" reference to Dynamic printf.
1860
5c4808ca
EZ
18612013-03-11 Eli Zaretskii <eliz@gnu.org>
1862
1863 * gdb.texinfo (General Query Packets): Don't use colon in index
1864 entries visible to Info format.
1865
59ea5688
MM
18662013-03-11 Markus Metzger <markus.t.metzger@intel.com>
1867
1868 * gdb.texinfo (Process Record and Replay): Document record
1869 changes.
1870
2ae8c8e7
MM
18712013-03-11 Markus Metzger <markus.t.metzger@intel.com>
1872
1873 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
1874 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
1875 qXfer:btrace:read.
1876
28abe188
EZ
18772013-03-09 Eli Zaretskii <eliz@gnu.org>
1878
1879 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
1880 use colons in @anchor and @cindex entries.
1881
be9a119c 18822013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
6790eb9f
HAQ
1883
1884 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
1885
be9a119c 18862013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
1887 Hafiz Abid Qadeer <abidh@codesourcery.com>
1888
1889 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1890 trace-buffer-size set and show commands.
1891 (Tracepoint Packets): Document QTBuffer:size.
1892 (General Query Packets): Document QTBuffer:size.
1893
d57350ea
TT
18942013-02-21 Tom Tromey <tromey@redhat.com>
1895
1896 * gdb.texinfo: Remove bad @syncodeindex.
1897 (Values From Inferior, Types In Python, Inferiors In Python)
1898 (Events In Python, Threads In Python, Frames In Python, Blocks In
1899 Python, Symbols In Python, Symbol Tables In Python): Remove
1900 @tables.
1901 (Packets, General Query Packets, Tracepoint Packets)
1902 (Host I/O Packets): Use @w{} for empty @item.
1903
9f44fbc0
SCR
19042013-02-20 Siva Chandra Reddy <sivachandra@google.com>
1905
1906 * gdb.texinfo (Architectures In Python): Add description about
1907 the new method gdb.Architecture.disassemble.
1908
f5911ea1
HAQ
19092013-02-15 Pedro Alves <pedro@codesourcery.com>
1910 Hafiz Abid Qadeer <abidh@codesourcery.com>
1911
1912 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
1913 Document the "trace-file" field.
1914
7e1e0340
DE
19152013-02-07 Doug Evans <dje@google.com>
1916
1917 * gdb.texinfo (Machine Code): Clarify argument to disassemble
1918 command.
1919
134a2066
YQ
19202013-02-06 Yao Qi <yao@codesourcery.com>
1921
1922 * gdb.texinfo (GDB/MI Async Records): Document new MI
1923 notification "=tsv-modified". Update the document of MI
1924 notification "=tsv-created".
1925 * observer.texi (GDB Observers): New observer tsv_modified.
1926 Update observer tsv_created and tsv_delete.
1927
430ed3f0
MS
19282013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
1929
1930 * gdb.texinfo (AArch64 Features): New section; document
1931 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
1932 (Architectures): Add new AArch64 section to document AArch64
1933 architecture specific commands.
1934 (ABI): Add description of the new OS ABI "Newlib" and its influence
1935 on the longjmp handling.
1936
1b56eb55
JK
19372013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
1938 Jan Kratochvil <jan.kratochvil@redhat.com>
1939
1940 * gdb.texinfo (Backtrace): Added description of 'filename-display'
1941 variable in 'set/show backtrace' section.
1942
c4957902
TT
19432013-01-31 Tom Tromey <tromey@redhat.com>
1944
1945 * gdb.texinfo (Target Commands): Fix typo.
1946
bea883fd
SCR
19472013-01-23 Siva Chandra Reddy <sivachandra@google.com>
1948
1949 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
1950 describing the gdb.Architecture class.
1951 (Frames In Python): Add description about the new method
1952 gdb.Frame.architecture().
1953
796a7ff8
DE
19542013-01-23 Doug Evans <dje@google.com>
1955
1956 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
1957
998580f1
MK
19582013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
1959
1960 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
1961 'thread-groups' field when printing a breakpoint in MI.
1962
c9fb1240
SD
19632012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
1964 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
1965 to reflect that jit-reader-load now supports absolute file-names.
1966
ab04a2af
TT
19672013-01-16 Tom Tromey <tromey@redhat.com>
1968
1969 * gdb.texinfo (Set Catchpoints): Document "catch signal".
1970 (Signals): Likewise.
1971
8ac3646f
TT
19722013-01-16 Tom Tromey <tromey@redhat.com>
1973
1974 * gdb.texinfo (GDB/MI Breakpoint Information): Document
1975 "catch-type" field.
1976 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
1977
e93a8774
TT
19782013-01-07 Tom Tromey <tromey@redhat.com>
1979
1980 * gdb.texinfo (Mode Options): Don't mention -epoch.
1981 (Data, Emacs): Remove obsolete comments.
1982
54516a0b
TT
19832013-01-02 Tom Tromey <tromey@redhat.com>
1984
1985 * gdb.texinfo (GDB/MI Output Records): Update menu.
1986 (GDB/MI Breakpoint Information): New node.
1987 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
1988 <-break-insert>: Likewise.
1989
8dbe8ece
YQ
19902012-12-31 Yao Qi <yao@codesourcery.com>
1991
1992 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
1993 (Packets): Move "vStopped" packet to ...
1994 (Notification Packets): ... here. Describe the components
1995 of notification. Add a table of supported notifications.
1996 Add an example on the process of he async notification.
1997
f35a17b5
JK
19982012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1999
2000 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
2001 present.
2002 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
2003 fullname output always present.
2004
0dfd2fad
PM
20052012-12-23 Pierre Muller <muller@sourceware.org>
2006
72f4393d
L
2007 * gdbint.texinfo (Function prototypes): Require use of "extern"
2008 modifier for function prototypes in headers.
0dfd2fad 2009
7785b880
JB
20102012-12-19 Joel Brobecker <brobecker@adacore.com>
2011
2012 * refcard.tex: Update copyright notice to GPL v3 or later.
2013 Update contact info.
2014
3d745be3
JK
20152012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2016
2017 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
2018
c9b6281a
YQ
20192012-12-15 Yao Qi <yao@codesourcery.com>
2020
2021 * gdb.texinfo (Debugging Output): Document 'set debug
2022 notification' and 'show debug notification'.
2023
f2a8bc8a
YQ
20242012-12-15 Yao Qi <yao@codesourcery.com>
2025
2026 * gdb.texinfo (Listing Tracepoints): New item and example about
2027 'installed on target' output.
2028 Add more in the example about 'installed on target'.
2029 (GDB/MI Breakpoint Commands): Doc about 'installed field.
2030
451b7c33
TT
20312012-12-14 Tom Tromey <tromey@redhat.com>
2032
72f4393d 2033 * gdb.texinfo (SVR4 Process Information): Mention core files.
451b7c33 2034
3fa7bf06 20352012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
72f4393d 2036
3fa7bf06
MG
2037 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
2038
05b4bd79
PA
20392012-12-11 Pedro Alves <palves@redhat.com>
2040
2041 * gdb.texinfo: Remove all mentions of Unixware throughout.
2042
74a0d9f6
JK
20432012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2044
2045 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
2046
0c631110
TT
20472012-11-29 Tom Tromey <tromey@redhat.com>
2048
2049 * gdb.texinfo (SVR4 Process Information): Document missing
2050 "info proc" subcommands.
2051
891df0ea
YQ
20522012-11-29 Yao Qi <yao@codesourcery.com>
2053
2054 PR gdb/1477.
2055 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
2056 to 'auto' instead of 'gnu'.
2057
608e2dbb
TT
20582012-11-26 Tom Tromey <tromey@redhat.com>
2059
2060 * gdb.texinfo (MiniDebugInfo): New node.
2061 (GDB Files): Update.
2062
e64e0392
DE
20632012-11-16 Doug Evans <dje@google.com>
2064
2065 * gdb.texinfo (System-wide configuration): If the system-wide init
2066 file lives in the data-directory, and --data-directory is provided,
2067 look for it there.
2068
ae606bee
TT
20692012-11-15 Tom Tromey <tromey@redhat.com>
2070
2071 * gdb.texinfo (Signaling): Fix typo.
2072
62747a60
TT
20732012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
2074
2075 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
2076 parameter "count" of -data-write-memory-bytes, and add an example.
2077
18a9fc12
TT
20782012-11-12 Tom Tromey <tromey@redhat.com>
2079
2080 * gdb.texinfo (Symbols): Document "info type-printers",
2081 "enable type-printer" and "disable type-printer".
2082 (Python API): Add new node to menu.
2083 (Type Printing API): New node.
2084 (Progspaces In Python): Document type_printers field.
2085 (Objfiles In Python): Likewise.
2086 (gdb.types) <get_type_recognizers, apply_type_recognizers,
2087 register_type_printer, TypePrinter>: Document.
2088
53342f27
TT
20892012-11-12 Tom Tromey <tromey@redhat.com>
2090
2091 * gdb.texinfo (Symbols): Document "set print type methods",
2092 "set print type typedefs", and flags to ptype and whatis.
2093
ed8a1c2d
AB
20942012-11-09 Andrew Burgess <aburgess@broadcom.com>
2095
2096 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
2097 the example -data-disassemble output. Extend the description of
2098 the -data-disassemble results to document all fields. Document
2099 the cli disassemble command as being related to -data-disassemble.
2100
8506d139
YQ
21012012-11-09 Yao Qi <yao@codesourcery.com>
2102
2103 PR gdb/14777.
2104 * gdb.texinfo (OS Information): Remove doc on command
2105 'info udot'.
2106
4d3f93a2
JB
21072012-11-08 Joel Brobecker <brobecker@adacore.com>
2108
2109 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
2110 gdb.ini warning for Windows port.
2111
1e96de83
YQ
21122012-11-08 Yao Qi <yao@codesourcery.com>
2113
2114 * gdb.texinfo (Search): Add kindex for 'fo'.
2115
dc939229
TT
21162012-11-05 Tom Tromey <tromey@redhat.com>
2117
2118 PR python/14802:
2119 * gdb.texinfo (Functions In Python): Add example.
2120
6f6484cd
YQ
21212012-11-03 Yao Qi <yao@codesourcery.com>
2122
2123 * observer.texi (GDB Observers): Remove observer
2124 'tracepoint_modified', 'tracepoint_created' and
2125 'tracepoint_deleted'.
2126
af4238e5
TT
21272012-10-26 Tom Tromey <tromey@redhat.com>
2128
2129 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
2130
687e43a4
TT
21312012-10-25 Tom Tromey <tromey@redhat.com>
2132
2133 * gdb.texinfo (General Query Packets): Use @itemx.
2134
8de0566d
YQ
21352012-10-17 Yao Qi <yao@codesourcery.com>
2136
2137 * observer.texi (GDB Observers): Update observer
2138 'memory_changed'.
2139 * gdb.texinfo (GDB/MI Async Records): Document for
2140 "memory-changed" notification.
2141
07540c15
DE
21422012-10-15 Doug Evans <dje@google.com>
2143
2144 * gdb.texinfo (Mode Options): Document -nh.
2145 Elaborate on docs for -nx.
2146
d7019589
SP
21472012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2148
2149 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
2150
82a90ccf 21512012-09-21 Yao Qi <yao@codesourcery.com>
72f4393d 2152 Pedro Alves <palves@redhat.com>
82a90ccf
YQ
2153
2154 * gdb.texinfo (GDB/MI Async Records): Document notification
2155 'record-started' and 'record-stopped'.
2156 * observer.texi (GDB Observers): New observer 'record-changed'.
2157
aa9259cc
TS
21582012-09-19 Thomas Schwinge <thomas@codesourcery.com>
2159
2160 * gdb.texinfo: Document the removal of SH's 'regs' command.
2161
c1d780c2
SDJ
21622012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2163
2164 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
2165
bb25a15c
YQ
21662012-09-18 Yao Qi <yao@codesourcery.com>
2167
2168 * gdb.texinfo (GDB/MI Async Records): Document new MI
2169 notifications '=tsv-created' and '=tsv-deleted'.
2170 * observer.texi (GDB Observers): New observer tsv_created and
2171 tsv_deleted.
2172
201b4506
YQ
21732012-09-18 Yao Qi <yao@codesourcery.com>
2174
2175 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
2176 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
2177 '=traceframe-changed'.
2178
6fc1c773
YQ
21792012-09-17 Yao Qi <yao@codesourcery.com>
2180
2181 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
2182 'set listsize'.
2183
121c73f3
JK
21842012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2185 Eli Zaretskii <eliz@gnu.org>
2186
2187 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
2188 encoding for gdbarch_breakpoint_from_pc, bp_addr for
2189 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
2190
e9687799
JK
21912012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2192
2193 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
2194
3b5e4d35
YPK
21952012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
2196
2197 Document how to return from "python-interactive" to GDB.
2198 * gdb.texinfo (Python Commands): Update documentation.
2199
22002012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
2201
2202 Add a new "python-interactive" command that starts a standard
2203 Python interactive prompt with "pi" as alias, and add "py" as
2204 an alias to "python".
2205 * gdb.texinfo (Python Commands): Document the new commands.
2206
b583003e
TT
22072012-08-22 Tom Tromey <tromey@redhat.com>
2208
2209 * gdbint.texinfo (Host Definition): Remove documentation for
2210 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
2211
a451cb65
KS
22122012-08-17 Keith Seitz <keiths@redhat.com>
2213
2214 PR c++/13356
2215 * gdb.texinfo (Type and Range Checking): Remove warning.
2216 Remove spurious commas.
2217 Update text and examples for re-implementation of set/show
2218 check type.
2219 (C and C++ Type and Range Checks): Likewise.
2220
6b1755ce
YQ
22212012-08-16 Yao Qi <yao@codesourcery.com>
2222
2223 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
2224 is deprecated.
2225
f47f77df
DE
22262012-08-13 Doug Evans <dje@google.com>
2227
2228 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
2229 to include functions.
2230
a72c3253
DE
22312012-08-10 Doug Evans <dje@google.com>
2232
2233 * gdb.texinfo (Convenience Funs): New node.
2234 (Types In Python): Document Type.vector.
2235
5b9afe8a
YQ
22362012-08-09 Yao Qi <yao@codesourcery.com>
2237
2238 * observer.texi: New observer command_param_changed.
2239 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
2240
dc1039df
JK
22412012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2242
2243 * gdbint.texinfo (Debugging GDB): In section
2244 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
2245 Mention also gdb-gdb.py.
2246
4abf930d
YQ
22472012-08-07 Yao Qi <yao@codesourcery.com>
2248
2249 Revert the folloing patch:
2250 2012-08-06 Yao Qi <yao@codesourcery.com>
2251 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2252 remote hardware-watchpoint-limit' and 'set
2253 remote hardware-breakpoint-limit'.
2254
f3c8a52a
JK
22552012-08-06 Nathaniel Flath <flat0103@gmail.com>
2256
2257 * gdb.texinfo (Working Directory): Added information about new
2258 default argument for 'cd' command.
2259
77a91025
YQ
22602012-08-06 Yao Qi <yao@codesourcery.com>
2261
2262 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2263 remote hardware-watchpoint-limit' and 'set
2264 remote hardware-breakpoint-limit'.
2265
d9f08f52
YQ
22662012-08-06 Yao Qi <yao@codesourcery.com>
2267
2268 Fix PR14371.
2269
2270 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
2271 '=breakpoint-deleted'.
2272
95b07c96
YQ
22732012-08-02 Yao Qi <yao@codesourcery.com>
2274
2275 * gdb.texinfo (Native): Remove node Neutrino.
2276
7255706c
YQ
22772012-07-27 Yao Qi <yao@codesourcery.com>
2278
2279 * gdb.texinfo (IPA Protocol Commands): Document new command
2280 'close'.
2281
d6b28940
TT
22822012-07-25 Tom Tromey <tromey@redhat.com>
2283
2284 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
2285
e615022a
DE
22862012-07-20 Doug Evans <dje@google.com>
2287
2288 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
2289 (Index Files): Document how to control the use of deprecated index
2290 sections.
2291 (Index Section Format): Replace --use-deprecated-index-sections with
2292 "set use-deprecated-index-sections on".
2293
055855a4
EZ
22942012-07-12 Eli Zaretskii <eliz@gnu.org>
2295
2296 * gdbint.texinfo: Remove @syncodeindex directives that put all the
2297 indices into a single node "Index". Instead, join function and
2298 variable indices into a single index, separate from the concept
2299 index. Requested in
2300 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
2301 (Top): Update the top-level menu: instead of one "Index" there are
2302 now separate entries "Concept Index" and "Function and Variable
2303 Index".
2304 (Concept Index, Function and Variable Index): New nodes.
2305 (Index): Node deleted.
2306
f77cc5f0
HZ
23072012-07-05 Hui Zhu <hui_zhu@mentor.com>
2308
2309 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
2310 and "maint agent-eval".
2311
00595b5e
EZ
23122012-07-03 Eli Zaretskii <eliz@gnu.org>
2313
2314 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
2315 avoid file-name clashes between Index.html and index.html on
2316 case-insensitive filesystems. See the discussion starting in
2317 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
2318 details of the problem.
2319 (Top): Update the master menu for the above.
2320 (Concept Index, Command and Variable Index): New nodes, instead of
2321 the old "Index" node that was deleted. All cross-references
2322 updated.
2323
d3ce09f5
SS
23242012-07-02 Stan Shebs <stan@codesourcery.com>
2325
2326 * gdb.texinfo (Dynamic Printf): Mention agent style and
2327 disconnected dprintf.
2328 (Maintenance Commands): Describe maint agent-printf.
2329 (General Query Packets): Mention BreakpointCommands feature.
2330 (Packets): Document commands extension to Z0 packet.
2331 * agentexpr.texi (Bytecode Descriptions): Document printf
2332 bytecode.
2333
2d7b58e8
JK
23342012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2335
2336 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
2337 only after gdbinit files.
2338 (Startup): Move -iex and -iex commands down after gdbinit files.
2339
202cbf1c
JK
23402012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2341
2342 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
2343 possibility.
2344
b6ba681c
TT
23452012-06-29 Tom Tromey <tromey@redhat.com>
2346
2347 * gdb.texinfo (Index Section Format): Update for version 7.
2348
71caed83
SS
23492012-06-28 Stan Shebs <stan@codesourcery.com>
2350
2351 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
2352 example, add note about title column.
2353
ee0bf529
SCR
23542012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2355
2356 * gdb.texinfo (Symbol Tables In Python): Add description about
2357 the new 'last' attribute of gdb.Symtab_and line.
2358
3c15d565
SCR
23592012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2360
2361 * gdb.texinfo (Symbol Tables In Python): Correct the description
2362 of the 'pc' attribute of gdb.Symtab_and_line.
2363
45cfd468
DE
23642012-06-26 Doug Evans <dje@google.com>
2365
2366 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
2367 and symtab-create.
2368
496ee73e
KS
23692012-06-25 Keith Seitz <keiths@redhat.com>
2370
2371 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
2372 from example. Remove "rbreak" from list of corresponding
2373 gdb commands.
2374
156942c7
DE
23752012-06-23 Doug Evans <dje@google.com>
2376
2377 * gdb.texinfo (Index Section Format): Document version 7 format.
2378
c614397c
YQ
23792012-06-22 Yao Qi <yao@codesourcery.com>
2380
2381 * gdb.texinfo: Add missing cindex for some packets.
2382
472a2379
KS
23832012-06-20 Keith Seitz <keiths@redhat.com>
2384
2385 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
2386 for -break-insert and document -p.
2387
2678e2af
YQ
23882012-06-20 Yao Qi <yao@codesourcery.com>
2389
2390 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
2391 and "gdb.write_memory" with "Inferior.read_memory" and
2392 "Inferior.write_memory".
2393
984359d2
EZ
23942012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
2395
2396 * gdb.texinfo (Summary): Add a link to "Free Documentation".
2397 (Free Documentation): Add @node line.
2398 (Continuing and Stepping) <advance location>: Use @item instead of
2399 @itemx.
2400 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
2401 @itemx.
2402 (Embedded Processors): Put the link to "PA" to its correct place,
2403 according to document structure.
2404 (Python API): Put the link to "Lazy Strings In Python" to its
2405 correct place.
2406 (Index): Use @@ in @tex block to get a literal @.
2407
2408 * gdbint.texinfo: Fix the @subtitle line.
2409
2410 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
2411 correct place.
2412
16bdd41f
YQ
24132012-06-08 Yao Qi <yao@codesourcery.com>
2414
2415 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
2416 Protocol'.
2417 (In-Process Agent Protocol, IPA Protocol Objects)
2418 (IPA Protocol Commands): New nodes.
2419 (Tracepoint Packets): Add anchors.
2420
2d4c29c5
TS
24212012-06-06 Thomas Schwinge <thomas@codesourcery.com>
2422
2423 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
2424
6bd110c5
YQ
24252012-06-06 Yao Qi <yao@codesourcery.com>
2426
2427 * gdb.texinfo: Update copyright year.
2428
f3e0e960
SS
24292012-05-23 Stan Shebs <stan@codesourcery.com>
2430 Kwok Cheung Yeung <kcy@codesourcery.com>
2431
2432 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
2433
1564a261
JK
24342012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2435
2436 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
2437 Mention also --with-separate-debug-dir.
2438 (Auto-loading): Prepend $debugdir in the sample output.
2439 (Auto-loading safe path): Likewise. Mention also $debugdir for the
2440 auto-load safe-path variable.
2441 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
2442 Mention also $debugdir for 'set auto-load scripts-directory'.
2443
eb17f351
EZ
24442012-05-19 Eli Zaretskii <eliz@gnu.org>
2445
2446 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
2447 (MIPS Embedded, MIPS, MIPS Register packet Format)
2448 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
2449 appropriate.
2450
4cc0665f 24512012-05-18 Sandra Loosemore <sandra@codesourcery.com>
72f4393d 2452 Maciej W. Rozycki <macro@codesourcery.com>
4cc0665f
MR
2453
2454 * gdb.texinfo (MIPS): Document "set mips compression" and "show
2455 mips compression".
2456 (MIPS Breakpoint Kinds): New subsubsection.
2457
7af8dcf8 24582012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
2459
2460 * gdb.texinfo (Architecture-Specific Protocol Details): Define
2461 nodes for subsections. Add @acronym mark-ups and adjust
2462 formatting.
2463
aff139ff
JK
24642012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2465
2466 Rename $ddir to $datadir.
2467 * gdb.texinfo (Auto-loading, Auto-loading safe path)
2468 (objfile-gdb.py file): Rename $ddir to $datadir.
2469
9cb709b6
TT
24702012-05-18 Tom Tromey <tromey@redhat.com>
2471
2472 * gdb.texinfo (Print Settings): Document 'set print symbol'.
2473
e7e0cddf
SS
24742012-05-14 Stan Shebs <stan@codesourcery.com>
2475
2476 * gdb.texinfo (Dynamic Printf): New subsection.
2477
7efc75aa
SCR
24782012-05-13 Siva Chandra Reddy <sivachandra@google.com>
2479
2480 * gdb.texinfo (Basic Python): Add description about the function
2481 gdb.find_pc_line
2482
f307c045
JK
24832012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2484 Eli Zaretskii <eliz@gnu.org>
2485
2486 * gdb.texinfo (Separate Debug Files): Use plural form for global
2487 debugging information directory.
2488
85d4a676
SS
24892012-05-11 Stan Shebs <stan@codesourcery.com>
2490 Kwok Cheung Yeung <kcy@codesourcery.com>
2491
2492 * gdb.texinfo (Operating System Auxiliary Information): Document new
2493 'info os' subcommands.
2494
c1668e4e
JK
24952012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2496
2497 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
2498 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
2499 (dotdebug_gdb_scripts section): Add reference
2500 to 'Auto-loading safe path'.
2501
7349ff92
JK
25022012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2503
2504 Implement multi-component --with-auto-load-dir.
2505 * gdb.texinfo (Auto-loading): New references
2506 for 'set auto-load scripts-directory'
2507 and 'show auto-load scripts-directory'.
2508 (Auto-loading safe path): Describe the new default. Move $ddir
2509 substituation reference to 'objfile-gdb.py file'.
2510 (objfile-gdb.py file): Describe script-name alias. Change real-name to
2511 script-name. Describe new 'set auto-load scripts-directory'
2512 and 'show auto-load scripts-directory'.
2513
6dea1fbd
JK
25142012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2515
2516 Provide $ddir substitution for --with-auto-load-safe-path.
2517 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
2518 (Auto-loading safe path): Likewise. Mention the default value,
2519 $ddir substitution, --with-auto-load-safe-path and
2520 --without-auto-load-safe-path.
2521 * observer.texi (gdb_datadir_changed): New.
2522
1ccacbcd
JK
25232012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2524
2525 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
2526 Twice.
2527
d9242c17
JK
2528 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
2529 directory separator by path separator.
2530
af2c1515
JK
25312012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2532
2533 * gdb.texinfo (Auto-loading safe path): Make 'directories'
2534 for 'set auto-load safe-path' optional. Mention if it is omitted.
2535 Change disabling security protection condition to "/", twice.
2536
a20ee7a4
SCR
25372012-05-03 Siva Chandra Reddy <sivachandra@google.com>
2538
2539 * gdb.texinfo (Symbol Tables In Python): Add documentation about
2540 the new methods global_block and static_block on gdb.Symtab
2541 objects.
2542
56af09aa
SCR
25432012-05-02 Siva Chandra Reddy <sivachandra@google.com>
2544
2545 * gdb.texinfo (Blocks In Python): Add a note saying that future
2546 improvements to GDB and its infrastructure can move symbols
2547 across blocks within a symbol table.
2548
2746b0ef
YQ
25492012-04-29 Yao Qi <yao@codesourcery.com>
2550
2551 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
2552 (A29K): Remove.
2553
62e5f89c
SDJ
25542012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
2555 Tom Tromey <tromey@redhat.com>
2556
2557 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
2558 and generic static probe support on GDB.
2559
a766d390
DE
25602012-04-25 Doug Evans <dje@google.com>
2561
50f042b9
DE
2562 * gdb.texinfo (Go): Fix thinko.
2563
a766d390
DE
2564 * gdb.texinfo (Supported Languages): Add Go.
2565 (Go): New node.
2566
f02e2b19
YQ
25672012-04-25 Yao Qi <yao@codesourcery.com>
2568
2569 * gdbint.texinfo (Testsuite): New section `Board settings'.
2570
68d41a48
JK
25712012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2572
2573 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
2574 Three times.
2575
174bb630
JK
2576 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
2577 Three times.
2578
0511cc75
JK
25792012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2580
2581 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
2582 by @table @asis. Fix formatting of one item.
2583
0070f25a
JK
25842012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2585
2586 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
2587
4dc84fd1
JK
25882012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2589
2590 New option "set debug auto-load".
2591 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
2592 (auto-load verbose mode): New node.
2593
bccbefd2
JK
25942012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2595
2596 New option "set auto-load safe-path".
2597 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
2598 and "info auto-load" examples for safe-path. Put there also references
2599 for "set auto-load safe-path" and "show auto-load safe-path".
2600 New menu item for Auto-loading safe path.
2601 (Auto-loading safe path): New node.
2602 (Python Auto-loading): Update the expected output from "Missing"
2603 to "No".
2604
bf88dd68
JK
26052012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2606
2607 auto-load: Implementation.
2608 * gdb.texinfo (Mode Options): New anchor for -nx.
2609 (Startup): New anchors for Option -init-eval-command,
2610 Home Directory Init File
2611 and Init File in the Current Directory during Startup.
2612 Mention set auto-load local-gdbinit with a reference.
2613 Change the sample code to "set auto-load python-scripts".
2614 (Threads): New anchor set libthread-db-search-path.
2615 Provide references to libthread_db.so.1 file.
2616 (Controlling GDB): New menu item for Auto-loading.
2617 (Auto-loading, Init File in the Current Directory)
2618 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
2619 (Python): Rename the menu item Auto-loading to Python Auto-loading.
2620 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
2621 reference.
2622 (Auto-loading): Rename to ...
2623 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
2624 "set auto-load python-scripts", new anchor for it. Change
2625 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
2626 for it. Change "info auto-load-scripts"
2627 to "info auto-load python-scripts", new anchor for it. Change "scripts"
2628 to "Python scripts".
2629
8264ba82
AG
26302012-04-14 Anton Gorenkov <xgsa@yandex.ru>
2631
2632 PR mi/13393
2633 * gdb.texinfo (Print Settings): Extend the description for "set print
2634 object".
2635 (GDB/MI Variable Objects): Extend the description for -var-create and
2636 -var-list-children.
2637
06fc020f
SCR
26382012-04-11 Siva Chandra Reddy <sivachandra@google.com>
2639
2640 * gdb.texinfo (Examining Data): Document the 'explore' command.
2641
7191c139
JB
26422012-03-28 Joel Brobecker <brobecker@adacore.com>
2643
2644 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
2645 to the children of a varobj and its update range when -var-update
2646 returns that the varobj's type changed.
2647
3708f05e
JK
26482012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2649
2650 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
2651 Create two new links fir 'objfile-gdb.py file'
2652 and 'dotdebug_gdb_scripts section'.
2653
8e0583c8
JK
26542012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2655
2656 * gdb.texinfo (Auto-loading): Rename node reference
2657 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
2658 Twice.
2659 (.debug_gdb_scripts section): Rename the node ...
2660 (dotdebug_gdb_scripts section): ... here.
2661 (Maintenance Commands): Also rename this node reference.
2662
7b282c5a
SCR
26632012-03-22 Siva Chandra Reddy <sivachandra@google.com>
2664
2665 * gdb.texinfo (Python API/Values From Inferior): Add description
2666 about the new method Value.referenced_value. Add description on
2667 how Value.dereference is different (and similar) to
2668 Value.referenced_value.
2669
8320cc4f
JK
26702012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2671
2672 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
2673 --init-eval-command=COMMAND, -iex.
2674 (Startup): Describe -iex and -ix. Simplify the example
2675 for "set auto-load-scripts off".
2676
481860b3
GB
26772012-03-16 Gary Benson <gbenson@redhat.com>
2678
2679 PR breakpoints/10738
2680 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
2681 stating that GDB cannot set breakpoints on inlined functions.
2682 (Mode Options): Document --use-deprecated-index-sections.
2683 (Index Section Format): Document new index section version format.
2684
c4aeac85
TT
26852012-03-15 Tom Tromey <tromey@redhat.com>
2686
2687 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
2688
16899756
DE
26892012-03-13 Doug Evans <dje@google.com>
2690
2691 * gdb.texinfo (Help): Change apropos example to use "alias" instead
2692 of "reload".
2693 (Symbols): Delete docs for set/show symbol-reloading.
2694 * gdbint.texinfo (Defining Other Architecture Features): Delete
2695 SYMBOL_RELOADING_DEFAULT.
2696 * refcard.tex: Delete reference to symbol-reloading.
2697
9b224c5e
PA
26982012-03-07 Pedro Alves <palves@redhat.com>
2699
2700 * gdb.texinfo (General Query Packets): Document new
2701 QProgramSignals packet.
2702 * gdb.texinfo (Remote configuration): Mention
2703 "program-signals-packet".
2704
169081d0
TG
27052012-03-05 Tristan Gingold <gingold@adacore.com>
2706
2707 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
2708
d1feda86
YQ
27092012-03-03 Yao Qi <yao@codesourcery.com>
2710
2711 * gdb.texinfo (In-Process Agent): New node.
2712 Document new commands.
2713 (General Query Packets): Add packet `QAgent'.
2714
1faeff08
MR
27152012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
2716
2717 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
2718
7d74f244
DE
27192012-03-01 Scott J. Goldman <scottjg@vmware.com>
2720
2721 * gdb.texinfo (Commands In Python): Put example python macro in
2722 COMMAND_USER category rather than COMMAND_OBSCURE.
2723 Document gdb.COMMAND_USER.
2724 (User-defined Commands): Update documentation to clarify
2725 "set/show max-user-call-depth" and "show user" don't apply to python
2726 commands. Update documentation to clarify "help user-defined" may
2727 also include python commands defined as COMMAND_USER.
2728
6fe37d23
JK
27292012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2730
2731 * gdb.texinfo (Startup): Add option -ex description to the option -x
2732 description.
2733
83364271
LM
27342012-02-24 Luis Machado <lgustavo@codesourcery.com>
2735
2736 * gdb.texinfo (Setting Breakpoints): Mention and explain the
2737 condition-evaluation breakpoint parameter.
2738 Mention condition-evaluation mode being shown in "info break".
2739 (Break Conditions): Add description for target-side
2740 conditional breakpoints.
72f4393d 2741 (Remote Configuration): Mention conditional-breakpoints-packet.
83364271
LM
2742 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
2743 cond-expr.
2744 (General Query Packets): Mention new ConditionalBreakpoint feature.
2745
bdb1994d
TT
27462012-02-22 Tom Tromey <tromey@redhat.com>
2747
2748 * gdb.texinfo (Blocks In Python): Clarify block iteration.
2749
4d241c86
TT
27502012-02-17 Tom Tromey <tromey@redhat.com>
2751
2752 PR python/10753:
2753 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
2754 directory.
2755
816338b5
SS
27562012-02-14 Stan Shebs <stan@codesourcery.com>
2757
2758 * gdb.texinfo (Disabling Breakpoints): Document enable count.
2759
cc30c4bd
PA
27602012-02-13 Pedro Alves <palves@redhat.com>
2761
2762 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
2763 mips-idt-ecoff.
2764
035d1e5b
YQ
27652012-02-09 Yao Qi <yao@codesourcery.com>
2766
2767 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
2768
f0823d2c
TT
27692012-02-07 Tom Tromey <tromey@redhat.com>
2770
2771 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
2772 Symbol.value.
2773
64e7d9dd
TT
27742012-02-07 Tom Tromey <tromey@redhat.com>
2775
2776 * gdb.texinfo (Symbols In Python): Document Symbol.line.
2777
4220b2f8
TS
27782012-01-27 Thomas Schwinge <thomas@codesourcery.com>
2779
2780 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
2781
edcc5120
TT
27822012-01-24 Tom Tromey <tromey@redhat.com>
2783
2784 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
2785 unload".
2786 (Files): Mention new catch commands.
2787 (GDB/MI Async Records): Likewise.
2788
53fe1783
GB
27892012-01-24 Gary Benson <gbenson@redhat.com>
2790
2791 Delete #if 0'd out code.
2792 * gdb.texinfo (Frame Info): Remove "info catch".
2793
b9e7b9c3
UW
27942012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
2795
2796 * gdb.texinfo (Remote Configuration): Document
2797 "set remote hostio-readlink-packet" command.
2798 (General Query Packets): Document vFile:readlink packet.
2799
4aac40c8
TT
28002012-01-16 Tom Tromey <tromey@redhat.com>
2801
2802 * gdb.texinfo (Specify Location): Document relative file name
2803 handling.
2804
cafec441
TT
28052012-01-16 Tom Tromey <tromey@redhat.com>
2806
2807 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
2808
0ee339bc
JK
28092012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2810 Eli Zaretskii <eliz@gnu.org>
2811
2812 * gdbint.texinfo (Coding Standards): Require braces for two lines of
2813 code.
2814
72384ba3
PH
28152012-01-11 Paul Hilfinger <hilfingr@adacore.com>
2816
2817 * gdb.texinfo (Variables): Document use of :: for non-static
2818 variables.
2819
ce1b17c4
JB
28202012-01-05 Joel Brobecker <brobecker@adacore.com>
2821
2822 * gdbint.texinfo (Start of New Year Procedure): Update
2823 to replace use of copyright.sh by use of copyright.py.
2824
217bff3e
JK
28252012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2826
2827 Remove the gdbtui binary.
2828 * all-cfg.texi (GDBTUI): Remove.
2829 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
2830 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
2831 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
2832
cc72b2a2
KP
28332011-12-23 Kevin Pouget <kevin.pouget@st.com>
2834
2835 Introduce gdb.FinishBreakpoint in Python.
2836 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
2837 (Python API): Add menu entry for Finish Breakpoints.
2838
13ac8d2c
JK
28392011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2840
2841 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
2842 tests.
2843
e0f9f062
DE
28442011-12-16 Doug Evans <dje@google.com>
2845
2846 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
2847
80b6e756
PM
28482011-12-16 Phil Muldoon <pmuldoon@redhat.com>
2849
1c3ad6ab 2850 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
2851 stack". Add documentation for "set/show python print-stack".
2852
2fb860fc
PA
28532011-12-14 Pedro Alves <pedro@codesourcery.com>
2854
2855 * gdb.texinfo (Implementing a Remote Stub): Explain that you
2856 should transfer control to the stub in the startup code instead of
2857 in main. Mention the need to get past the initial breakpoint.
2858
f8eba3c6
TT
28592011-12-06 Tom Tromey <tromey@redhat.com>
2860
2861 * gdb.texinfo (Set Breaks): Update for new behavior.
2862
2268b414
JK
28632011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2864
2865 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
2866 List Format for SVR4 Targets'.
2867 (General Query Packets): New item qXfer:libraries-svr4:read.
2868 (Library List Format for SVR4 Targets): New node.
2869
ae6f0d5b
TT
28702011-12-01 Tom Tromey <tromey@redhat.com>
2871
2872 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
2873 add.
2874
36dfb11c
TT
28752011-11-22 Tom Tromey <tromey@redhat.com>
2876
2877 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
2878 reasons.
2879
f196051f
SS
28802011-11-20 Stan Shebs <stan@codesourcery.com>
2881
2882 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2883 note-related options and variables.
2884 (Tracepoint Packets): Document packet changes.
2885
f85b53f8
SD
28862011-11-20 Sanjoy Das <sdas@igalia.com>
2887
2888 * gdb.texinfo (JIT Interface): Add documentation on writing and
2889 usind JIT debug info readers.
2890 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
2891 Debug Info Readers): New nodes.
2892
bfccc43c
YQ
28932011-11-18 Yao Qi <yao@codesourcery.com>
2894
2895 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
2896 tracepoint.
2897
c011a4f4
DE
28982011-11-15 Doug Evans <dje@google.com>
2899
2900 * gdb.texinfo (Files): Document basenames-may-differ.
2901
ed59ded5
DE
29022011-11-14 Doug Evans <dje@google.com>
2903
2904 * gdb.texinfo (Shell Commands): Document "!".
2905
405f8e94
SS
29062011-11-14 Stan Shebs <stan@codesourcery.com>
2907 Kwok Cheung Yeung <kcy@codesourcery.com>
2908
2909 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
2910 needed to get shorter fast tracepoints.
2911 (Tracepoint Packets): Document new qTMinFTPILen packet.
2912
1e4d1764
YQ
29132011-11-14 Yao Qi <yao@codesourcery.com>
2914
2915 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
2916 behavior of tracepoint.
2917 (General Query Packets): New feature InstallInTrace.
2918 (Remote Configuration): Document "set remote
2919 install-in-trace-packet".
2920
71eba9c2 29212011-11-12 Matt Rice <ratmice@gmail.com>
2922
2923 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
2924 Add arguments to info macro.
2925
e0f8f636
TT
29262011-11-10 Tom Tromey <tromey@redhat.com>
2927
2928 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
2929 manual.
2930 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
2931 (Macros): Add a footnote.
2932 (C): Remove paragraph about compiler options.
2933 (C Constants): Mention wide character and string constants.
2934 (C Plus Plus Expressions): Update compiler option advice. Mention
2935 using declarations. Mention ADL. Remove old HP compiler
2936 information.
2937
625c0d47
TT
29382011-11-10 Tom Tromey <tromey@redhat.com>
2939
2940 PR c++/9257:
2941 * gdb.texinfo (Print Settings): Add an extra note about the need
2942 for a vtable.
2943
4be2aacc
MR
29442011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
2945
2946 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
2947 "set mips abi" documentation.
2948
0a1c4d10
DE
29492011-11-04 Doug Evans <dje@google.com>
2950
2951 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
2952
aad1c02c
TT
29532011-11-03 Tom Tromey <tromey@redhat.com>
2954
2955 * gdb.texinfo (Stopping): Add menu entry.
2956 (Continuing and Stepping): Restore @node. Use @section, not
2957 @subsection.
2958
983fb131
MR
29592011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
2960
2961 * gdb.texinfo (Skipping Over Functions and Files): Remove node
2962 designation. Fix "Specify Location" cross-reference.
2963
3065dfb6
SS
29642011-11-02 Stan Shebs <stan@codesourcery.com>
2965
2966 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
2967 (General Query Packets): Describe tracenz feature.
2968 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
2969
0aaaf063
PK
29702011-10-28 Paul Koning <paul_koning@dell.com>
2971
2972 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
2973
2231f1fb
KP
29742011-10-27 Kevin Pouget <kevin.pouget@st.com>
2975
72f4393d 2976 * gdb.texinfo ((Frames In Python): Document
2231f1fb
KP
2977 gdb.FRAME_UNWIND_FIRST_ERROR contant.
2978
5110b5df
PK
29792011-10-26 Paul Koning <paul_koning@dell.com>
2980
2981 * gdb.texinfo (gdb.types): Document new deepitems function.
72f4393d 2982
22dbab46
PK
29832011-10-25 Paul Koning <paul_koning@dell.com>
2984
2985 PR python/13327
72f4393d 2986
22dbab46
PK
2987 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
2988 fetch_lazy method.
2989
9df2fbc4
PM
29902011-10-20 Phil Muldoon <pmuldoon@redhat.com>
2991
2992 PR python/12656
2993
2994 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
2995 global_block, static_block function.
2996
f05e2e1d
TT
29972011-10-19 Tom Tromey <tromey@redhat.com>
2998
2999 * gdb.texinfo (Commands In Python): Add missing "@"s.
3000
a7fc3f37
KP
30012011-10-13 Kevin Pouget <kevin.pouget@st.com>
3002
3003 PR python/13285 Document named constants for frame unwind stop reasons
72f4393d 3004 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
a7fc3f37
KP
3005 constants.
3006
5048e516
JK
30072011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3008
3009 Fix compatibility with texinfo versions older than 4.12.
3010 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
3011 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
3012 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
3013 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
3014 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
3015 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
3016 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
3017
5a56e9c5
DE
30182011-10-09 Doug Evans <dje@google.com>
3019
3020 * gdb.texinfo (Extending GDB): Document alias command.
3021
36b11add
JK
30222011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3023
3024 Support @entry in input expressions.
3025 * gdb.texinfo (Variables): Describe @entry names suffix.
3026 (Print Settings): Add anchor for `set print entry-values'.
3027
e18b2753
JK
30282011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3029 Eli Zaretskii <eliz@gnu.org>
3030
3031 Display @entry parameter values (without references).
3032 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
3033 example.
3034 (Print Settings): New description of set print entry-values and show
3035 print entry-values.
3036
111c6489
JK
30372011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3038 Eli Zaretskii <eliz@gnu.org>
3039
3040 Recognize virtual tail call frames.
3041 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
3042 (Tail Call Frames): New node.
3043 (Frames In Python): Add gdb.TAILCALL_FRAME.
3044
9c15afc4
DE
30452011-10-07 Doug Evans <dje@google.com>
3046
3047 * gdb.texinfo (gdb.printing): Document new `replace' arg to
3048 register_pretty_printer.
3049
99f5279d
PM
30502011-10-07 Phil Muldoon <pmuldoon@redhat.com>
3051
3052 PR python/12930
3053 PR python/12802
3054
3055 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
3056 stop method.
3057
03583c20
UW
30582011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
3059
3060 * gdb.texinfo (Starting your Program): "set disable-randomization"
3061 is no longer Linux-specific.
3062 (Remote Configuration): Document "set remote
3063 disable-randomization-packet".
3064 (General Query Packets): Document "QDisableRandomization" packet
3065 and add it to "qSupported" list.
3066
bd054e06
KP
30672011-10-07 Kevin Pouget <kevin.pouget@st.com>
3068
3069 Allow Python notification of new object-file loadings.
3070 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
3071 event type.
3072
cb6be26b
KP
30732011-10-04 Kevin Pouget <kevin.pouget@st.com>
3074
3075 PR python/12691: Add the inferior to Python exited event
3076 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
3077
a05336a1
JB
30782011-10-03 Joel Brobecker <brobecker@adacore.com>
3079
3080 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
3081 rephasing.
3082
5d77fe44
JB
30832011-10-03 Joel Brobecker <brobecker@adacore.com>
3084
3085 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
3086 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
3087 as possible feature returned by the `-list-features'
3088 command.
3089
699df94d
PK
30902011-09-28 Paul Koning <paul_koning@dell.com>
3091
3092 * gdb.texinfo (gdb.Type): Document field access by dictionary
3093 key syntax.
3094
24bdad53
YQ
30952011-09-28 Yao Qi <yao@codesourcery.com>
3096
3097 * gdb.texinfo (Files): Update options for `add-symbol-file'.
3098 Add one space after option `-s'. Remove @r{} markup.
3099
6710bf39
SS
31002011-09-27 Stan Shebs <stan@codesourcery.com>
3101
3102 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
3103
d99f7e48
HZ
31042011-09-16 Hui Zhu <teawater@gmail.com>
3105
3106 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
3107 to *(unsigned char *)$esp@300.
3108
d812018b
PK
31092011-09-15 Paul Koning <paul_koning@dell.com>
3110
3111 * gdb.texinfo: Make style of Python functions and methods match
3112 the syntax of Python. Also put class and module names explicitly
3113 on function, member, and variable names, matching Python
3114 documentation conventions.
72f4393d 3115
2aa48337
KP
31162011-09-15 Kevin Pouget <kevin.pouget@st.com>
3117
3118 PR Python/12692 Add gdb.selected_inferior() to Python interface.
3119 * gdb.texinfo (Inferiors In Python): Describe new
3120 gdb.selected_inferior() function.
3121
6839b47f
KP
31222011-09-15 Kevin Pouget <kevin.pouget@st.com>
3123
3124 Handle multiple breakpoint hits in Python interface:
3125 * gdb.texinfo (Events In Python): New function documentation:
3126 gdb.BreakpointEvent.breakpoints. Indicate that
3127 gdb.BreakpointEvent.breakpoint is now deprecated.
3128
26829f2b
JB
31292011-09-04 Joel Brobecker <brobecker@adacore.com>
3130
3131 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
3132
a9f54f60
TT
31332011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
3134
3135 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
3136
fa3a4f15
PM
31372011-08-17 Phil Muldoon <pmuldoon@redhat.com>
3138
72f4393d
L
3139 * gdb.texinfo (Prompt): Add set/show extended-prompt
3140 documentation
3141 (Basic Python): Add prompt_hook anchor.
3142 (Python modules): Reword module text to reflect multiple modules.
3143 (gdb.prompt): Document gdb.prompt module.
fa3a4f15 3144
224bbe49
YQ
31452011-08-14 Yao Qi <yao@codesourcery.com>
3146
78d85199
YQ
3147 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
3148
31492011-08-14 Yao Qi <yao@codesourcery.com>
3150
3151 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
3152 (TIC6x Features): New node.
3153
457e09f0
DE
31542011-08-12 Doug Evans <dje@google.com>
3155
3156 * gdb.texinfo (Symbols In Python): Document symbol.type.
3157
5e239b84
PM
31582011-08-09 Phil Muldoon <pmuldoon@redhat.com>
3159
3160 * gdb.texinfo (Python): Document command and function
3161 auto-loading.
3162
177bc839
JK
31632011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3164 Eli Zaretskii <eliz@gnu.org>
3165
3166 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
3167 typedefs unrolling. Extend the sample code by an inner typedef and
3168 outer typedefs unrolling.
3169
1a532630
PP
31702011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
3171
3172 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
3173 size and line-size.
3174
9b158ba0 31752011-07-21 Matt Rice <ratmice@gmail.com>
3176
3177 PR macros/12999
3178 * gdb.texinfo (Macros): Add info definitions and info macros commands.
3179 Update text and cindex entries for info macro command.
3180
d17b6f81
PM
31812011-07-21 Phil Muldoon <pmuldoon@redhat.com>
3182
3183 * observer.texi (GDB Observers): Add before_prompt observer.
3184 * gdb.texinfo (Basic Python): Add documentation for prompt
3185 substitution.
3186
713389e0
PM
31872011-07-11 Phil Muldoon <pmuldoon@redhat.com>
3188
72f4393d 3189 PR python/12438
713389e0 3190 * gdb.texinfo (Python Commands): Add deprecate note to maint
72f4393d
L
3191 set/show python print-stack. Document set/show python
3192 print-backtrace.
713389e0 3193
177b42fe
TJB
31942011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
3195
3196 * gdb.texinfo: Fix typos.
3197
900e11f9
JK
31982011-07-01 Tom Tromey <tromey@redhat.com>
3199
3200 * gdb.texinfo (Debugging Output): Document set debug
3201 check-physname.
3202
39c4d40a
TT
32032011-06-29 Tom Tromey <tromey@redhat.com>
3204
3205 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3206 breakpoint-notifications feature.
3207
6f5def7d
UW
32082011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
3209
3210 * gdb.texinfo (Target Description): Remove warning about
3211 possibly unstable format.
3212
8cf64490
TT
32132011-06-03 Tom Tromey <tromey@redhat.com>
3214
3215 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
3216 (Events In Python): Note that exit_code is optional.
3217
393eab54
PA
32182011-05-17 Pedro Alves <pedro@codesourcery.com>
3219
3220 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
3221 required for multi-threading support.
3222 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
3223 Hc are deprecated for multi-threading debugging. Point readers at
3224 the vCont packet.
3225
75fc9810
DE
32262011-05-15 Doug Evans <dje@google.com>
3227
3228 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
3229
01124a23
DE
32302011-05-13 Doug Evans <dje@google.com>
3231
98a5dd13
DE
3232 * gdb.texinfo (Threads): Document $sdir,$pdir.
3233 (Server): Document $pdir exception.
3234
dbaefcf7
DE
3235 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
3236
cc63ef9b
DE
3237 * gdb.texinfo (Threads): Clarify default value for
3238 libthread-db-search-path.
7e0396aa 3239
01124a23
DE
3240 * gdb.texinfo (Completion): Update example.
3241 (Debugging Output): Delete `set/show debug lin-lwp-async'.
3242
d248b706
KY
32432011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
3244
3245 * gdb.texinfo: Document change in the behaviour of the enable and
3246 disable GDB commands when applied to tracepoints.
3247 Document the EnableDisableTracepoints remote stub feature.
3248 Document QTEnable and QTDisable in the list of tracepoint packets.
3249
cc88a640
JK
32502011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3251
3252 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
3253 hsuser.texi.
3254 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
3255 comment to hsuser.texi. Change rluser.texi name in the comment.
3256
84e578fb
DE
32572011-05-10 Doug Evans <dje@google.com>
3258
3259 * gdb.texinfo (Threads): If an empty path is provided for
3260 libthread-db-search-path it is reset to its default value.
3261 (Server): Ditto.
3262
478aac75
DE
32632011-05-09 Doug Evans <dje@google.com>
3264
3265 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
3266
9c06b0b4
TJB
32672011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3268 Thiago Jung Bauermann <bauerman@br.ibm.com>
3269
3270 Implement support for PowerPC BookE masked watchpoints.
3271 * gdb.texinfo (Set Watchpoints): Document mask parameter.
3272 (PowerPC Embedded): Mention support of masked watchpoints.
3273
9ed350ad
JB
32742011-05-03 Joel Brobecker <brobecker@adacore.com>
3275
3276 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
3277 `@value{GDBN}'.
3278
4ceed123
JB
32792011-05-03 Joel Brobecker <brobecker@adacore.com>
3280
3281 * gdb.texinfo (titlepage): Remove dedication.
3282 (In Memoriam): New appendix.
3283
559a7a62
JK
32842011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3285 Eli Zaretskii <eliz@gnu.org>
3286
3287 * gdb.texinfo (Index Section Format): Change the version to 5.
3288 Describe the different formula.
3289
03f2bd59
JK
32902011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3291 Eli Zaretskii <eliz@gnu.org>
3292
3293 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
3294 for disconnected tracing.
3295 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
3296 extended-remote relationship. Mention --once.
3297 (TCP port allocation lifecycle of @code{gdbserver}): New.
3298
d9b1a651
EZ
32992011-04-23 Eli Zaretskii <eliz@gnu.org>
3300
3301 * gdb.texinfo (Server): Improve indexing. Index all optional
3302 switches to gdbserver.
3303
90476074
TT
33042011-04-20 Tom Tromey <tromey@redhat.com>
3305
3306 * gdb.texinfo (Index Section Format): New node.
3307 (Top): Add new node to menu.
3308
c21236dc
PA
33092011-04-20 Pedro Alves <pedro@codesourcery.com>
3310
3311 * gdb.texinfo (Maintenance Commands): Document `maint print
3312 remote-registers'.
3313
05c8c3f5
TT
33142011-04-20 Tom Tromey <tromey@redhat.com>
3315
3316 * gdb.texinfo (Trace File Format): Move node later.
3317
7a9dd1b2
TT
33182011-04-19 Tom Tromey <tromey@redhat.com>
3319
3320 * gdbint.texinfo (Register Information Functions): Remove
3321 duplicate "the".
3322 * gdb.texinfo (Emacs): Remove duplicate "to".
3323 (GDB/MI Variable Objects): Remove duplicate "the".
3324 (General Query Packets): Likewise.
3325
4368ebeb
JB
33262011-04-02 Joel Brobecker <brobecker@adacore.com>
3327
3328 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
3329 "GDB/MI Ada Exception Information" node.
3330
956a9fb9
JB
33312011-04-01 Joel Brobecker <brobecker@adacore.com>
3332
3333 * gdb.texinfo (GDB/MI Ada Exception Information): Document
3334 the "exception-name" field in the *stopped async record.
3335
f1310107
TJB
33362011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
3337 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3338
3339 Implement support for PowerPC BookE ranged breakpoints.
3340 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
3341
8786b2bd
TT
33422011-03-28 Tom Tromey <tromey@redhat.com>
3343
3344 * gdb.texinfo (Set Tracepoints): Fix typo.
3345
9ef07c8c
TT
33462011-03-24 Tom Tromey <tromey@redhat.com>
3347
3348 * gdb.texinfo (Specify Location): Document `function:label'
3349 linespec.
3350
99c3dc11
PM
33512011-03-18 Phil Muldoon <pmuldoon@redhat.com>
3352
f1310107 3353 PR python/12149
99c3dc11
PM
3354
3355 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
3356
29703da4
PM
33572011-03-17 Phil Muldoon <pmuldoon@redhat.com>
3358
3359 * gdb.texinfo (Blocks In Python): Add is_valid method description.
3360 (Inferiors In Python): Likewise.
3361 (Threads In Python): Likewise.
3362 (Symbols In Python): Likewise.
3363 (Objfiles In Python): Likewise.
3364 (Symbol Tables In Python): Likewise.
3365
c9174737
PA
33662011-03-15 Pedro Alves <pedro@codesourcery.com>
3367
3368 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
3369 display>: Explain that the commands accept number ranges.
3370
7371cf6d
PM
33712011-03-14 Phil Muldoon <pmuldoon@redhat.com>
3372
3373 * gdb.texinfo (Breakpoints In Python): Add description and example
3374 of Python stop function operation.
3375
ecec24e6
PM
33762011-03-10 Phil Muldoon <pmuldoon@redhat.com>
3377
3378 * gdb.texinfo (Parameters In Python): Document get_set_string and
3379 get_show_string methods.
3380
6dcd5565
JK
33812011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3382
3383 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
3384
81896e36
JK
3385 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
3386 circular-trace-buffer name.
3387
5e30da2c
JB
33882011-02-28 Joel Brobecker <brobecker@adacore.com>
3389
3390 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
3391 in the previous change.
3392
3bd0f5ef 33932011-02-27 Michael Snyder <msnyder@vmware.com>
af624141 3394
72f4393d 3395 * gdb.texinfo (Inferiors and Programs): Update commands to show
af624141
MS
3396 that they can accept multiple arguments.
3397
4ec7539c
JB
33982011-02-24 Joel Brobecker <brobecker@adacore.com>
3399
3400 Revert the following patch (code patch was not approved):
3401 2011-02-21 Hui Zhu <teawater@gmail.com>
3402 * agentexpr.texi (bytecode descriptions): add printf.
3403 * gdb.texinfo (tracepoint action lists): add printf.
3404
82809774
DE
34052011-02-23 Doug Evans <dje@google.com>
3406
3407 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
3408
e5a67952
MS
34092011-02-23 Michael Snyder <msnyder@vmware.com>
3410
3411 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
3412 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
3413 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
3414
6e6fbe60
DE
34152011-02-22 Doug Evans <dje@google.com>
3416
3417 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
3418 Clarify behaviour of lookup_symbol when `block' argument is omitted,
3419 add description of result, fix @defun formatting.
3420
f994e27a
HZ
34212011-02-21 Hui Zhu <teawater@gmail.com>
3422
3423 * agentexpr.texi (Bytecode Descriptions): Add printf.
3424 * gdb.texinfo (Tracepoint Action Lists): Add printf.
3425
c7f96d2b
TT
34262011-02-18 Tom Tromey <tromey@redhat.com>
3427
3428 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
3429
60f98dde
MS
34302011-02-14 Michael Snyder <msnyder@vmware.com>
3431
3432 * gdb.texinfo (threads): Document argument for "info threads" cmd.
3433 Document new command "thread find".
3434
08e796bc
MS
34352011-02-14 Michael Snyder <msnyder@vmware.com>
3436
3437 * gdb.texinfo (Threads): Update example of new thread message.
3438
b3b9301e
PA
34392011-02-14 Pedro Alves <pedro@codesourcery.com>
3440
3441 * gdb.texinfo (Remote Configuration): Mention set/show remote
3442 traceframe-info.
3443 (Tools/Packages Optional for Building GDB): Mention that expat is
3444 used for traceframe info.
3445 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
3446 (General Query Packets) <qSupported>: Describe the
3447 qXfer:traceframe-info:read feature.
3448 (qXfer::read): Describe qXfer:traceframe-info:read.
3449 (Traceframe Info Format): New section.
3450
cef35b0f
PA
34512011-02-04 Pedro Alves <pedro@codesourcery.com>
3452
3453 * gdbint.texinfo (Formatting): Mention some formatting guidelines
3454 for casts and unary operators.
3455
f1cbe1d3
TT
34562011-02-04 Tom Tromey <tromey@redhat.com>
3457
3458 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
3459 is not useful.
3460
585fdaa1
PA
34612011-01-25 Pedro Alves <pedro@codesourcery.com>
3462
3463 * gdb.texinfo: s/value optimized out/optimized out/g
3464
7bfc9434
JB
34652011-01-21 Joel Brobecker <brobecker@adacore.com>
3466
3467 * gdb.texinfo (Other Misc Settings): Rework part of the
3468 documentation of the "set interactive mode" command.
3469
4694da01
TT
34702011-01-19 Tom Tromey <tromey@redhat.com>
3471
3472 * gdb.texinfo (Threads): Document thread name output and `thread
3473 name' command.
3474 (Threads In Python): Document Thread.name attribute.
3475 (GDB/MI Thread Commands): Document thread attributes.
3476
b716877b
AB
34772011-01-12 Andrew Burgess <aburgess@broadcom.com>
3478
3479 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
3480 changes in mi/mi-cmd-disas.c
3481
13fd8b81
TT
34822011-01-12 Tom Tromey <tromey@redhat.com>
3483
3484 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
3485 Fix "thread apply" text.
3486
e09342b5
TJB
34872011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3488 Thiago Jung Bauermann <bauerman@br.ibm.com>
3489
3490 Implement support for PowerPC BookE ranged watchpoints.
3491 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
3492 the "set powerpc exact-watchpoints" flag.
3493
06e65f44
TT
34942011-01-07 Tom Tromey <tromey@redhat.com>
3495
3496 * gdb.texinfo (Python API): Add descriptions to @menu items.
3497
d8e22779
TT
34982011-01-06 Tom Tromey <tromey@redhat.com>
3499
3500 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
3501
a255712f
PP
35022010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
3503
e09342b5 3504 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 3505
ccfc3d6e
TT
35062011-01-06 Tom Tromey <tromey@redhat.com>
3507
3508 PR python/12133:
3509 * gdb.texinfo (Frames In Python): Document various frame
3510 constants.
3511
44944448
JB
35122011-01-05 Joel Brobecker <brobecker@adacore.com>
3513
3514 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
3515 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
3516 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
3517
42ea3d7a
JK
35182011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3519
3520 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
3521 (clean): Add GDBvn.texi.
3522
720d1a40
JB
35232010-12-29 Joel Brobecker <brobecker@adacore.com>
3524
3525 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
3526 occasional case where the debugger prints an array address
3527 instead of the array itself.
3528
ad196637
PA
35292010-12-23 Pedro Alves <pedro@codesourcery.com>
3530
3531 * gdb.texinfo (Packets) <read registers packet>: Document support
3532 for registers that were not collected.
3533
a86caf66
DE
35342010-12-15 Doug Evans <dje@google.com>
3535
3536 * gdb.texinfo (Startup): Document auto-loading of scripts during
3537 startup.
3538 (Auto-loading): Delete "maint set python auto-load on|off".
3539 Add "set auto-load-scripts on|off".
3540
aae1c79a
DE
35412010-12-07 Doug Evans <dje@google.com>
3542
3543 * gdb.texinfo (Mode Options): Document -data-directory.
3544 (Data Files): Add reference to -data-directory.
3545
4e04c971
DE
35462010-11-29 Doug Evans <dje@google.com>
3547
3548 * gdb.texinfo (Pretty-Printer Introduction): Change
3549 printer-name:subprinter-name to printer-name;subprinter-name.
3550
94b6973e
PM
35512010-11-29 Phil Muldoon <pmuldoon@redhat.com>
3552
72f4393d 3553 PR python/12199
94b6973e
PM
3554
3555 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
3556
39037522
TT
35572010-11-23 Tom Tromey <tromey@redhat.com>
3558
3559 * gdb.texinfo (Top): Check SYSTEM_READLINE.
3560 (Editing): Likewise.
3561 (Command History): Likewise.
3562 (TUI Keys): Likewise.
3563 (Bug Reporting): Conditionally include rluser.texi and
3564 inc-history.texinfo.
3565 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
3566 (GDB_DOC_SOURCE_INCLUDES): Add comment.
3567 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
3568 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
3569 (gdb.pdf): Likewise.
3570 (gdb.info): Likewise.
3571 (gdb/index.html): Likewise.
3572
5ae98d25
TT
35732010-11-23 Tom Tromey <tromey@redhat.com>
3574
3575 * Makefile.in (Makefile): Run ../config.status.
3576 (distclean): Update.
3577 * configure: Remove.
3578 * configure.ac: Remove.
3579
621c8364
TT
35802010-11-12 Tom Tromey <tromey@redhat.com>
3581
3582 * gdb.texinfo (Basic Python): Update. Add xref.
3583 (Exception Handling): Document new exception classes.
3584 (Types In Python): Update.
3585 (Frames In Python): Update.
3586
84f4c1fe
PM
35872010-11-11 Phil Muldoon <pmuldoon@redhat.com>
3588
3589 * gdb.texinfo (Breakpoints In Python): Document "internal"
3590 parameter, and visible attribute.
3591
99e7ae30
DE
35922010-11-05 Doug Evans <dje@google.com>
3593
3594 * gdb.texinfo (Source Path): Document "set directories".
3595
f4b8a18d
KW
35962010-11-05 Ken Werner <ken.werner@de.ibm.com>
3597
3598 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
3599 (OpenCL C): New node.
3600
7b51bc51
DE
36012010-11-02 Doug Evans <dje@google.com>
3602
3603 * gdb.texinfo (Pretty Printing): Expand into three sections,
3604 introduction, example, and commands.
3605 (Python API): Delete section Disabling Pretty-Printers, merge into
3606 Selecting Pretty-Printers.
3607 (Writing a Pretty-Printer): New section. Move the pretty-printer
3608 example here, and reformat to match python coding style. Add a second
3609 example using the gdb.printing module.
3610 (Python modules): Add gdb.printing.
3611
9eeee977
DE
36122010-10-29 Doug Evans <dje@google.com>
3613
3614 * gdb.texinfo (Python): Fix long line.
3615
a0e0ffdf
DE
36162010-10-20 Doug Evans <dje@google.com>
3617
3618 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
3619 All references updated. Correct sections marked as subsections.
3620 (Coding Standards): New chapter. Move the coding standard related
3621 subsections here. Add section on Python coding standards.
3622
0e3509db
DE
36232010-10-13 Doug Evans <dje@google.com>
3624
3625 * gdb.texinfo (Python): Add "Python modules".
3626 (Types in Python): Add reference to gdb.types section.
3627 (Python modules): New node.
3628
44592cc4
DE
36292010-10-11 Doug Evans <dje@google.com>
3630
3631 * gdb.texinfo (Values From Inferior): Add reference to "Types in
3632 Python" from gdb.Value.type description.
3633
6e1bb179
JB
36342010-09-28 Joel Brobecker <brobecker@adacore.com>
3635
3636 * gdb.texinfo (Ravenscar Profile): New node.
3637
e8467610
TT
36382010-09-22 Tom Tromey <tromey@redhat.com>
3639
3640 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
3641
fccd1d1e
EZ
36422010-09-22 Eli Zaretskii <eliz@gnu.org>
3643
3644 * gdb.texinfo (Values From Inferior): Clarify that
3645 value.dynamic_type works only in C++ programs with RTTI.
3646
c1b6b909
TT
36472010-09-15 Paul Bolle <pebolle@tiscali.nl>
3648
3649 * gdb.texinfo (Character Sets): Correctly reference host-charset
3650 in example.
3651
7d288aaa
TT
36522010-09-13 Tom Tromey <tromey@redhat.com>
3653
3654 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
3655 Document "fullname" and "from".
3656
f75d858b
MK
36572010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
3658
3659 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
3660 feature `reverse' output by -list-target-features.
3661
83b9503b
L
36622010-08-31 H.J. Lu <hongjiu.lu@intel.com>
3663
3664 * gdb.texinfo (i386 Features): Remove an extra "@item".
3665
03f17ccf
TT
36662010-08-30 Tom Tromey <tromey@redhat.com>
3667
3668 PR python/11792:
3669 * gdb.texinfo (Values From Inferior): Document dynamic_type.
3670
9779414d
DJ
36712010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
3672
3673 * gdb.texinfo (ARM Features): Document
3674 org.gnu.gdb.arm.m-profile.
3675
f9ffd4bb
TT
36762010-08-23 Tom Tromey <tromey@redhat.com>
3677
3678 PR python/11145:
3679 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
3680 reinterpret_cast methods.
3681
702c2711
TT
36822010-08-23 Tom Tromey <tromey@redhat.com>
3683
3684 PR python/11915:
3685 * gdb.texinfo (Types In Python): Document array method.
3686
66b73624
TJB
36872010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
3688
3689 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
3690
06a64a0b
TT
36912010-08-16 Tom Tromey <tromey@redhat.com>
3692
3693 * gdb.texinfo (Set Watchpoints): Document -location option.
3694
a3a7127e
DE
36952010-08-13 Doug Evans <dje@google.com>
3696
3697 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
3698
8dedea02
VP
36992010-08-13 Vladimir Prus <vladimir@codesourcery.com>
3700
3701 * gdb.texinfo (GDB/MI Data Manipulation): Document
3702 -data-read-memory-raw and -data-write-memory-raw.
3703
ca5c20b6 37042010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 3705 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
3706
3707 * gdb.texinfo (Basic Python): Describe post_event API.
3708
cb2e07a6
PM
37092010-08-11 Phil Muldoon <pmuldoon@redhat.com>
3710
3711 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 3712 decode_line Python APIs
cb2e07a6 3713
464b3efb
TT
37142010-08-10 Tom Tromey <tromey@redhat.com>
3715
3716 * gdb.texinfo (Pretty Printing API): Document
3717 gdb.default_visualizer.
3718
c29c521f
TT
37192010-08-10 Tom Tromey <tromey@redhat.com>
3720
3721 Revert gdb-add-index addition:
3722 * gdb.texinfo (Index Files): Don't document gdb-add-index.
3723
5da1313b
JK
37242010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3725 Eli Zaretskii <eliz@gnu.org>
3726
3727 * gdb.texinfo (Mode Options) <-batch>
3728 (Basic Python) <gdb.execute>: Describe setting width and height.
3729
02d868e8
PP
37302010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
3731
3732 * gdb.texinfo (Threads): Document 'debug libthread-db'.
3733
c2bbed2a
TT
37342010-07-30 Tom Tromey <tromey@redhat.com>
3735
3736 * gdb.texinfo (Index Files): Mention gdb-add-index.
3737
6c13bbe1
HZ
37382010-07-30 Hui Zhu <teawater@gmail.com>
3739
3740 * gdb.texinfo (Inferiors and Programs): Update the introduce of
3741 "detach inferior" and "kill inferior".
3742
53a71c06
CR
37432010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
3744
3745 * gdb.texinfo (Machine Code): Update description of two forms of
3746 arguments, and add new example to demonstrate the new form.
3747
5374244e
PM
37482010-07-27 Phil Muldoon <pmuldoon@redhat.com>
3749
3750 * gdb.texinfo (Values From Inferior): Add value inferior function
3751 call description.
3752
8ea5bce5
JK
37532010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3754
3755 * gdb.texinfo (Active Targets): Fix wrong comma placement.
3756
c0edd9ed
JK
37572010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3758 Eli Zaretskii <eliz@gnu.org>
3759
3760 Make core files the process_stratum.
3761 * gdb.texinfo (Active Targets): Remove core_stratum. Include
3762 record_stratum example.
3763
9291a0cd
TT
37642010-07-13 Tom Tromey <tromey@redhat.com>
3765
3766 * gdb.texinfo (Index Files): New node.
3767
f5011d11
TT
37682010-07-13 Tom Tromey <tromey@redhat.com>
3769
3770 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
3771
0f5238ed
TT
37722010-07-13 Tom Tromey <tromey@redhat.com>
3773
3774 * gdb.texinfo (Specify Location): Document labels.
3775
74c761c1
PA
37762010-07-01 Pedro Alves <pedro@codesourcery.com>
3777
3778 * gdb.texinfo (Create and Delete Tracepoints): Add more index
3779 entries for fast tracepoints and static tracepoints.
3780
501994c0
PA
37812010-07-01 Pedro Alves <pedro@codesourcery.com>
3782
3783 * gdb.texinfo (General Query Packets) <qfThreadInfo,
3784 qsThreadInfo>: Spell out `l' as ell.
3785
0fb4aa4b
PA
37862010-07-01 Pedro Alves <pedro@codesourcery.com>
3787
3788 * gdb.texinfo (Convenience Variables): Document $_sdata.
3789 (Commands to Set Tracepoints): Describe static tracepoints. Add
3790 `Listing Static Tracepoint Markers' menu entry. Document
3791 "strace".
3792 (Tracepoint Action Lists): Document collecting $_sdata.
3793 (Listing Static Tracepoint Markers): New subsection.
3794 (Tracepoints support in gdbserver): Mention static tracepoints.
3795 (remote packets, enabling and disabling): Mention
3796 read-sdata-object.
3797 (General Query Packets) <qSupported>: Document qXfer:sdata:read
3798 and StaticTracepoint.
3799 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
3800 Document qXfer:sdata:read.
3801 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
3802
dc3b15be
JB
38032010-06-29 Joel Brobecker <brobecker@adacore.com>
3804
3805 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
3806
595939de
PM
38072010-06-28 Phil Muldoon <pmuldoon@redhat.com>
3808 Tom Tromey <tromey@redhat.com>
3809 Thiago Jung Bauermann <bauerman@br.ibm.com>
3810
3811 * gdb.texinfo (Inferiors In Python): New node.
3812 * gdb.texinfo (Threads In Python): New node.
3813
9279c692
JB
38142010-06-28 Joel Brobecker <brobecker@adacore.com>
3815
3816 * gdb.texinfo (Python): Document what the python directory is
3817 and what its location is.
3818 (Basic Python): Document the gdb.PYTHONDIR constant.
3819
bc9f0842
TT
38202010-06-25 Tom Tromey <tromey@redhat.com>
3821
3822 PR python/10808:
3823 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
3824
f1421989
HZ
38252010-06-24 Hui Zhu <teawater@gmail.com>
3826
3827 * gdb.texinfo: (Commands for Controlled Output): Add
3828 documentation for command "eval".
3829
e4c0cfae
SS
38302010-06-21 Stan Shebs <stan@codesourcery.com>
3831
3832 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
3833 * annotate.texinfo: Ditto.
3834 * gdbint.texinfo: Ditto.
3835 * stabs.texinfo: Ditto.
3836
bb08c432
HZ
38372010-06-22 Hui Zhu <teawater@gmail.com>
3838
3839 * gdb.texinfo: (Process Record and Replay): Add documentation
3840 for command "set record memory-query".
3841
4f5d9f07
SS
38422010-06-21 Stan Shebs <stan@codesourcery.com>
3843
3844 * gdb.texinfo: Relicense under GFDL version 1.3.
3845 * annotate.texinfo: Relicense under GFDL version 1.3.
3846 * gdbint.texinfo: Relicense under GFDL version 1.3.
3847 * stabs.texinfo: Relicense under GFDL version 1.3.
3848 * fdl.texi: Update to version 1.3.
3849
6aed2dbc
SS
38502010-06-18 Stan Shebs <stan@codesourcery.com>
3851
a61408f8
SS
3852 * gdb.texinfo (Operating System Auxiliary Information): Describe
3853 "info os" when no arguments given.
3854
6aed2dbc
SS
3855 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
3856 $_thread.
3857
24e933df
HZ
38582010-06-18 Hui Zhu <teawater@gmail.com>
3859
3860 * gdb.texinfo: (Process Record and Replay): Add documentation
3861 for commands "record save" and "record restore".
3862
65d79d4b
SDJ
38632010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3864
3865 * gdb.texinfo: Include information about the correct use
3866 of addresses in the `watch' command.
3867
d914c394
SS
38682010-06-11 Stan Shebs <stan@codesourcery.com>
3869
3870 * gdb.texinfo (Observer Mode): New section.
3871 (General Query Packets): Document QAllow.
889bf7c5 3872
967cf477
DE
38732010-06-04 Doug Evans <dje@google.com>
3874
3875 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
3876
aaf4119b
DE
38772010-06-03 Doug Evans <dje@google.com>
3878
3879 * gdbint.texinfo (Coding): Add subsection on command names.
3880
9eae7c52
TT
38812010-06-02 Tom Tromey <tromey@redhat.com>
3882
3883 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
3884 always-disassemble.
3885
fa593d66
PA
38862010-06-01 Pedro Alves <pedro@codesourcery.com>
3887
3888 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
3889 gdbserver, and add cross reference.
3890 (Tracepoints support in gdbserver): New subsection.
3891
dde08ee1
PA
38922010-05-26 Pedro Alves <pedro@codesourcery.com>
3893
3894 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
3895 `qRelocInsn' feature.
3896 (Relocate instruction reply packet): New subsection
3897 of `Tracepoint Packets'.
3898 (Tracepoint Packets): Mention that packets QTDP and QTStart
3899 support the qRelocInsn request, and add cross reference to new
3900 subsection.
3901
07ca107c
DE
39022010-05-25 Doug Evans <dje@google.com>
3903
3904 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
3905 (Commands In Python): Document gdb.string_to_argv.
3906
c25c4a8b
JK
39072010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3908
3909 * gdbint.texinfo (Host Definition): Remove items NORETURN and
3910 ATTR_NORETURN.
3911
d7b32ed3 39122010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
3913 Tom Tromey <tromey@redhat.com>
3914 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 3915
c25c4a8b 3916 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 3917
6aecb9c2
JB
39182010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
3919
3920 * gdb.texinfo: (Summary) Add mention about D language support.
3921 (Filenames): Add D suffixes.
3922 (D): New node.
3923
b7da9e9f
PM
39242010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
3925
3926 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
3927 of macro deleted from GDB code.
3928
ab38a727
PA
39292010-04-24 Pedro Alves <pedro@codesourcery.com>
3930
3931 * gdb.texinfo (Commands to specify files): Describe what how GDB
3932 looks up DOS-based filesystem paths on the system root. Document
3933 the new `set/show target-file-system-kind' commands.
3934
66d09542
DE
39352010-04-23 Doug Evans <dje@google.com>
3936
3937 * gdb.texinfo (Python): Move Auto-loading section here ...
3938 (Python API): from here.
3939 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
3940 (Maintenance Commands): Add docs for "maint print section-scripts".
3941
8bd10a10
CM
39422010-04-20 Chris Moller <cmoller@redhat.com>
3943
3944 * gdb.texinfo (Setting Breakpoints): Added description of
3945 filename-qualified rbreak.
3946 * refcard.tex (Breakpoints and Watchpoints): Added brief
3947 description of filename-qualified rbreak.
3948
4c374409
JK
39492010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3950
3951 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
3952 (Python API): Change the reference to Pretty Printing API.
3953 (Pretty Printing): Move the user part under the Data node. Reformat
3954 the sample output to 72 columns. Create a new reference to Pretty
3955 Printing API. Rename the API part ...
3956 (Pretty Printing API): To a new node name.
3957 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
3958 (GDB/MI Variable Objects): Change references to Pretty Printing API.
3959
5a9351ae
SS
39602010-04-21 Stan Shebs <stan@codesourcery.com>
3961
3962 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 3963 and commands.
5a9351ae 3964 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 3965
9a22f0d0
PM
39662010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
3967
3968 * gdb.texinfo (Examining memory): Update for change in string
3969 display with explicit size.
3970
6149aea9
PA
39712010-04-19 Pedro Alves <pedro@codesourcery.com>
3972
3973 PR breakpoints/8554.
3974
3975 * gdb.texinfo (Save Breakpoints): New node.
3976 (save-tracepoints): Rename to ...
3977 (save tracepoints): ... this. Mention that `save-tracepoints' is
3978 a deprecated alias to `save tracepoints'.
3979
711e434b
PM
39802010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
3981
645797a8 3982 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
3983 (info w32 thread-information-block): Document new command.
3984 (qGetTIBAddress): Document new gdbserver query.
3985 (maint set/show show-all-tib): Document new command.
3986
3f7b2faa
DE
39872010-04-15 Doug Evans <dje@google.com>
3988
fa33c3cd
DE
3989 * gdb.texinfo (Python API): Add progspaces section.
3990 (Selecting Pretty-Printers): Progspace pretty-printers are
3991 searched too.
3992 (Progspaces In Python): New section.
3993
3f7b2faa
DE
3994 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
3995
79f283fe
PM
39962010-04-14 Phil Muldoon <pmuldoon@redhat.com>
3997
3998 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
3999 returns None.
4000
87290684
SS
40012010-04-09 Stan Shebs <stan@codesourcery.com>
4002
4003 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4004 Describe the `frames-created' field, tweak grammar.
4005
a97153c7
PA
40062010-04-09 Pedro Alves <pedro@codesourcery.com>
4007
4008 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4009 Describe the `circular' and `disconnected' fields.
4010
5c5dcc1b
L
40112010-04-09 H.J. Lu <hongjiu.lu@intel.com>
4012
4013 * gdb.texinfo (maint print registers): Mention unavailable and
4014 invisible registers.
4015
adc36818
PM
40162010-04-09 Phil Muldoon <pmuldoon@redhat.com>
4017 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 4018 Tom Tromey <tromey@redhat.com>
adc36818
PM
4019
4020 * gdb.texinfo (Breakpoints In Python): New Node.
4021
33da3f1c
SS
40222010-04-08 Stan Shebs <stan@codesourcery.com>
4023
4024 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
4025 trace status fields.
4026
3a13a53b
L
40272010-04-08 H.J. Lu <hongjiu.lu@intel.com>
4028
4029 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
4030 optional. Make org.gnu.gdb.i386.avx requires
4031 org.gnu.gdb.i386.avx.
4032
08001717
DE
40332010-04-08 Doug Evans <dje@google.com>
4034
4035 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
4036 search path, and document that gdb only scans the search path if
4037 the script's path doesn't specify a directory.
4038
c375651d
DE
40392010-04-05 Doug Evans <dje@google.com>
4040
4041 * gdb.texinfo (maint show python auto-load): Fix typo.
4042
af54718e
SS
40432010-04-04 Stan Shebs <stan@codesourcery.com>
4044
d77f58be
SS
4045 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
4046 (Setting Watchpoints): Update description of "info watch".
4047 (Disabling Breakpoints): Only "info break" lists all.
4048
af54718e
SS
4049 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
4050 (tdump): Explain how tdump works.
4051
86b17b60
PA
40522010-04-01 Pedro Alves <pedro@codesourcery.com>
4053
4054 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
4055 add cross reference.
4056
ff12863f
PA
40572010-03-31 Pedro Alves <pedro@codesourcery.com>
4058
4059 * gdb.texinfo (TUI Commands): Mention that in some cases, these
4060 commands error out.
4061
f68eb612
L
40622010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4063
4064 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
4065
c8d5aac9
L
40662010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4067
4068 * gdb.texinfo (General Query Packets): Add xmlRegisters.
4069
7d13fe92
SS
40702010-03-29 Stan Shebs <stan@codesourcery.com>
4071 Nathan Sidwell <nathan@codesourcery.com>
4072
4073 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
4074 GDBN equivalent.
4075 (Set Tracepoints): Remove mention that conditional tracepoints
4076 don't exist.
4077 (Tracepoint Actions): Clarify when while-stepping collection
4078 happens, note that while-stepping does not automatically collect
4079 $pc.
4080
409873ef 40812010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 4082
409873ef
SS
4083 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
4084 (General Query Packets): Describe TracepointSource.
4085
ee8e71d4
EZ
40862010-03-27 Matt Rice <ratmice@gmail.com>
4087
c8d5aac9
L
4088 * gdb.texinfo (ARM): Document arguments to "target sim".
4089 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 4090
99b5e152
PA
40912010-03-26 Pedro Alves <pedro@codesourcery.com>
4092
4093 * gdb.texinfo (Tracepoint Packets): Remove mention that
4094 terror:string may be plain text, and drop mention of X prefix.
4095
cd64ee31
VP
40962010-03-26 Vladimir Prus <vladimir@codesourcery.com>
4097
4098 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
4099
6c28cbf2
SS
41002010-03-24 Stan Shebs <stan@codesourcery.com>
4101
4102 * gdb.texinfo (Tracepoint Packets): Document trace error status.
4103
95a42b64
TT
41042010-03-24 Tom Tromey <tromey@redhat.com>
4105
4106 PR breakpoints/9352:
4107 * gdb.texinfo (Break Commands): Update.
4108
18148017
VP
41092010-03-24 Vladimir Prus <vladimir@codesourcery.com>
4110
4111 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
4112 commands.
4113
4daf5ac0
SS
41142010-03-16 Stan Shebs <stan@codesourcery.com>
4115
4116 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
4117 circular-trace-buffer.
4118 (Tracepoint Packets): Describe QTBuffer, and details of the
4119 qTStatus reply.
4120
c9429232
SS
41212010-03-12 Stan Shebs <stan@codesourcery.com>
4122 Nathan Sidwell <nathan@codesourcery.com>
4123
4124 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
4125 doing instruction stepping.
4126 (Tracepoint Restrictions): New node.
4127
ccefe4c4
TT
41282010-03-10 Tom Tromey <tromey@redhat.com>
4129
4130 * gdbint.texinfo (Symbol Handling): Update.
4131
7c953934
TT
41322010-03-08 Tom Tromey <tromey@redhat.com>
4133
4134 PR cli/9591:
4135 * gdb.texinfo (Mode Options): Mention lack of pagination and
4136 confirmation with --batch.
4137 (Screen Size): Mention --batch.
4138 (Messages/Warnings): Likewise.
4139
f870a310
TT
41402010-03-05 Tom Tromey <tromey@redhat.com>
4141
4142 * gdb.texinfo (Basic Python): Document target_charset and
4143 target_wide_charset.
4144
78e2826b
TT
41452010-03-05 Tom Tromey <tromey@redhat.com>
4146
4147 * gdb.texinfo (Data): Link to pretty-printing.
4148 (Output Formats): Likewise. Correct text.
4149
f5dff777
DJ
41502010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
4151
4152 * gdb.texinfo (Types): Describe <struct> and <flags>.
4153
dc00d89f
PM
41542010-02-28 Phil Muldoon <pmuldoon@redhat.com>
4155
4156 * gdb.texinfo (Frames In Python): Add block parameter and
4157 description to read_var text.
4158
5107b149 41592010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 4160 Tom Tromey <tromey@redhat.com>
5107b149
PM
4161
4162 * gdb.texinfo (Types In Python): Describe block argument in
4163 template_argument and gdb.lookup_type.
4164
e03e5e7b
TT
41652010-02-24 Tom Tromey <tromey@redhat.com>
4166
4167 * gdb.texinfo (Cygwin Native): Fix typo.
4168
f3e9a817
PM
41692010-02-24 Phil Muldoon <pmuldoon@redhat.com>
4170
4171 * gdb.texinfo (Frames In Python): Add block, find_sal, function
4172 and select method descriptions.
4173 (Python API): Add Blocks In Python, Symbols in Python and Symbol
4174 Tables in Python to menu.
4175 (Blocks In Python): New node.
4176 (Symbols In Python): New node.
4177 (Symbol Tables in Python): New node.
4178
a79b8f6e
VP
41792010-02-24 Vladimir Prus <vladimir@codesourcery.com>
4180
4181 Multiexec MI
4182
4183 gdb/
4184 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
4185
4186 gdb/doc/
4187 * gdb.texinfo (GDB/MI Command Syntax): Document notification
4188 changes.
4189 (GDB/MI Program Execution): Document current behaviour of
4190 --all and --thread-group.
4191 (GDB/MI Miscellaneous Commands): Document -add-inferior and
4192 -remove-inferior.
4193 * observer.texi (inferior_added, inferior_removed): New
4194 observers.
4195
629d6a47
TT
41962010-02-19 Tom Tromey <tromey@redhat.com>
4197
4198 * gdbint.texinfo (Getting Started): Fix @node.
4199 (Debugging GDB): Likewise.
4200
c09529e5
JB
42012010-02-13 Joel Brobecker <brobecker@adacore.com>
4202
4203 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
4204 documenting the gdb_test_timeout variable.
4205
540aa8e7
MS
42062010-02-12 Jakob Engblom <jakob@virtutech.com>
4207
4208 * gdb.texinfo (MI commands): Added documentation of --reverse
4209 option to a set of MI commands. Restructured documentation of MI
4210 commands --exec-continue to reflect the complexity of reverse
4211 execution.
4212
081dfbf7
PA
42132010-02-12 Pedro Alves <pedro@codesourcery.com>
4214
4215 * gdb.texinfo (Using the Collected Data): Specify that the address
4216 range of `tfind outsize' is exclusive, and that the address range
4217 of `tfind range' is inclusive.
4218 (Tracepoint Packets): Specify that the address range of
4219 `QTFrame:range' is inclusive, and that the address range of
4220 `QTFrame:outside' is exclusive
4221
8e9c5e02
VP
42222010-02-12 Vladimir Prus <vladimir@codesourcery.com>
4223
4224 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
4225
92981e24
TT
42262010-02-10 Tom Tromey <tromey@redhat.com>
4227
4228 * gdb.texinfo (Debugging Output): Document set debug parser and
4229 show debug parser.
4230
075b51b7
L
42312010-02-09 H.J. Lu <hongjiu.lu@intel.com>
4232
4233 * gdb.texinfo (Predefined Target Types): Add i387_ext,
4234 i386_eflags and i386_mxcsr.
4235
3bb8d5c3
L
42362010-02-08 H.J. Lu <hongjiu.lu@intel.com>
4237
4238 * gdb.texinfo: Document i386 target features.
4239
c5f80513
DE
42402010-02-05 Doug Evans <dje@google.com>
4241
4242 * gdbint.texinfo (Testsuite): Add a new section to document the
4243 various DejaGnu variables that may be overridden.
1be00882 4244 Document INTERNAL_GDBFLAGS.
c5f80513 4245
6ac33a4e
TT
42462010-02-04 Tom Tromey <tromey@redhat.com>
4247
4248 PR cli/8830:
4249 * gdb.texinfo (Files): -readnow comes before the filename for file
4250 and symbol-file.
4251
a1dcb23a
DJ
42522010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4253
4254 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
4255 Document ARM breakpoint types.
4256 (Register Packet Format): Move into the new section.
4257 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
4258
95433b34
JB
42592010-01-21 Joel Brobecker <brobecker@adacore.com>
4260
4261 * gdb.texinfo (File Options): Adjust the documentation of this
4262 switch to refer to the "source" command rather than partially
4263 duplicating some of the relevant information.
4264 (Extending GDB): Introduce and document the set/show script-extension
4265 setting.
4266 (Command Files): Add note explaining that the "source" command
4267 is also used to evalute scripts written in other languages.
4268 Remove the short slightly incorrect reference to sourcing Python
4269 scripts.
4270 (Python Commands): Document how to execute a Python script from GDB.
4271
8d576872
JB
42722010-01-19 Joel Brobecker <brobecker@adacore.com>
4273
4274 * gdb.texinfo (Command Files): Fix typo.
4275
8150ff9c
JB
42762010-01-18 Tom Tromey <tromey@redhat.com>
4277
4278 * gdb.texinfo (File Options): Document -x on .py files.
4279 (Command Files): Document handling of Python scripts.
4280
23db03a6
JZ
42812010-01-18 Jie Zhang <jie.zhang@analog.com>
4282
4283 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
4284
00bf0b85
SS
42852010-01-15 Stan Shebs <stan@codesourcery.com>
4286
4287 * gdb.texinfo (Trace Files): New section.
4288 (Tracepoint Packets): Document QTSave and qTBuffer.
4289 (Trace File Format): New appendix.
4290
be759fcf
PM
42912010-01-13 Phil Muldoon <pmuldoon@redhat.com>
4292
4293 * gdb.texinfo (Values From Inferior): Document lazy_string value
4294 method.
4295 (Python API): Add Lazy strings menu item.
4296 (Lazy Strings In Python): New node.
4297
dc146f7c
VP
42982010-01-13 Vladimir Prus <vladimir@codesourcery.com>
4299
4300 * gdb.texinfo (GDB/MI Thread Information): New.
4301 (GDB/MI Async Records): Document the core field in *stopped.
4302 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
4303 documentation
4304 (Process list): Document that osdata document may contain
4305 threads.
4306 (Remote Serial Protocol): Document qXfer:threads.
4307
d5551862
SS
43082010-01-06 Stan Shebs <stan@codesourcery.com>
4309
4310 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4311 disconnected tracing.
4312 (Tracepoint Packets): Document new protocol.
4313
7a697b8d
SS
43142010-01-05 Stan Shebs <stan@codesourcery.com>
4315
4316 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
4317 tracepoints.
4318 (Tracepoint Packets): Describe remote protocol for fast
4319 tracepoints.
4320
e6f3ec50
JB
43212010-01-01 Joel Brobecker <brobecker@adacore.com>
4322
4323 Update the "Start of New Year Procedure".
4324 * gdbint.texinfo: Add the list of files that need to be updated
4325 manually. Minor reformatting.
4326
ddc4e9c1
JB
43272010-01-01 Joel Brobecker <brobecker@adacore.com>
4328
4329 * refcard.tex: Update copyright year in header and text.
4330
9d2897ad
JB
43312010-01-01 Joel Brobecker <brobecker@adacore.com>
4332
4333 * agentexpr.texi: Add 2010 to the list of copyright years.
4334 * annotate.texinfo: Likewise.
4335 * gdb.texinfo: Likewise.
4336 * gdbint.texinfo: Likewise.
4337 * observer.texi: Likewise.
4338 * stabs.texinfo: Likewise.
4339
6da95a67
SS
43402009-12-31 Stan Shebs <stan@codesourcery.com>
4341
4342 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 4343
236f1d4d
SS
43442009-12-29 Stan Shebs <stan@codesourcery.com>
4345
4346 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 4347
f61e138d
SS
43482009-12-28 Stan Shebs <stan@codesourcery.com>
4349
4350 * gdb.texinfo (Trace State Variables): New section.
4351 (Tracepoint Packets): Describe trace state variable packets.
4352 * agentexpr.texi (Bytecode Descriptions): Describe trace state
4353 variable bytecodes.
4354
0fe7935b
DJ
43552009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
4356
4357 * gdb.texinfo (Symbols): "info variables" prints definitions, not
4358 declarations.
4359
a6b29f87
VP
43602009-12-21 Vladimir Prus <vladimir@codesourcery.com>
4361
4362 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
4363 -gdb-exit behaviour.
4364
5e4bde96
JB
43652009-12-20 Joel Brobecker <brobecker@adacore.com>
4366
4367 * gpl.texi: Update to version 3 of the GPL.
4368
a1715244
JB
43692009-12-20 Joel Brobecker <brobecker@adacore.com>
4370
4371 * Makefile.in: Update copyright header.
4372 * observer.texi: Fix the copyright header of the generated files.
4373
361ae042
PM
43742009-12-08 Phil Muldoon <pmuldoon@redhat.com>
4375
4376 * gdb.texinfo (Types In Python): Describe range function.
4377
bfd31e71
PM
43782009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
4379
4380 * gdb.texinfo (Types In Python): Describe "is_base_class".
4381
57a1d736
TT
43822009-12-03 Tom Tromey <tromey@redhat.com>
4383
4384 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
4385
8cebebb9
PP
43862009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
4387
4388 * observer.texi: New memory_changed observer.
4389
16af530a
TT
43902009-12-01 Tom Tromey <tromey@redhat.com>
4391
4392 * gdb.texinfo (Reverse Execution): Fix typo.
4393
b6199126
DJ
43942009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
4395
4396 PR gdb/8704
4397
4398 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
4399 are allowed after the breakpoint condition.
4400
7a6973ad
TT
44012009-11-23 Tom Tromey <tromey@redhat.com>
4402
4403 PR python/10782:
4404 * gdb.texinfo (Types In Python): Document Type.pointer.
4405
21a0512e
PP
44062009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
4407
4408 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 4409
a5832c8f
PA
44102009-11-11 Pedro Alves <pedro@codesourcery.com>
4411
4412 * agentexpr.texi (Tracing On Symmetrix): Delete section.
4413 (Using Agent Expressions): Delete cross reference.
4414
1eb7cd77
JB
44152009-11-07 Joel Brobecker <brobecker@adacore.com>
4416
4417 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
4418 and @settitle directives up to help makeinfo find them.
4419
24ddea62
JK
44202009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4421
4422 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
4423 (Auto-loading): Use plural and note one can use multiple components now.
4424
3afae151
VP
44252009-11-01 Vladimir Prus <vladimir@codesourcery.com>
4426
4427 * gdb.texinfo (GDB/MI Stack Manipulation): Make
4428 -stack-list-arguments have the same documentation for parameter
4429 as -stack-list-locals. Add comas.
4430
14ff2235
PM
44312009-10-27 Tom Tromey <tromey@redhat.com>
4432 Eli Zaretskii <eliz@gnu.org>
4433
c8d5aac9 4434 PR python/10781
14ff2235
PM
4435
4436 * gdb.texinfo (Values From Inferior): Document cast method.
4437
9c419145
PP
44382009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
4439
4440 * gdb.texinfo (Machine Code): Mention function name in disasssembly
4441 and adjust example.
889bf7c5 4442
29153c24
MS
44432009-10-22 Michael Snyder <msnyder@vmware.com>
4444
4445 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 4446 info record command. Also document the new save and restore
29153c24
MS
4447 commands.
4448
2b28d209
PP
44492009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
4450
4451 * gdb.texinfo (Machine Code): Mention current pc marker.
4452 (Memory): Likewise.
4453
6c95b8df
PA
44542009-10-19 Pedro Alves <pedro@codesourcery.com>
4455 Stan Shebs <stan@codesourcery.com>
4456
4457 * observer.texi (new_inferior): Rename to...
4458 (inferior_appeared): ... this.
4459
4460 * gdb.texinfo (Inferiors): Rename node to ...
4461 (Inferiors and Programs): ... this. Mention running multiple
4462 programs in the same debug session.
4463 <info inferiors>: Mention the new 'Executable' column if "info
4464 inferiors". Update examples. Document the "add-inferior",
4465 "clone-inferior", "remove-inferior" and "maint info
4466 program-spaces" commands.
4467 (Process): Rename node to...
4468 (Forks): ... this. Document "set|show follow-exec-mode".
4469
2f8132f3
MS
44702009-10-11 Michael Snyder <msnyder@vmware.com>
4471
4472 * gdb.texinfo (ReverseStep): Show default as "unsupported".
4473 (ReverseContinue): Ditto.
4474
cba4b2d3
PP
44752009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
4476
4477 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 4478
da082f17
JK
44792009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4480
4481 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
4482
08be9d71
ME
44832009-10-06 Michael Eager <eager@eagercon.com>
4484
4485 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
4486 (Embedded Processors): Add MicroBlaze.
4487 (MicroBlaze): New. Describe Xilinx MicroBlaze
4488
08a0efd0
PA
44892009-10-04 Pedro Alves <pedro@codesourcery.com>
4490
4491 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
4492
cbb8f428
EZ
44932009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
4494
4495 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
4496
30a4a70c
JB
44972009-09-23 Joel Brobecker <brobecker@adacore.com>
4498
4499 * observer.texi (solib_unloaded): Document explicitly the fact that
4500 this observer is called before the associated symbols are unloaded.
4501
b3372f91
VP
45022009-09-19 Vladimir Prus <vladimir@codesourcery.com>
4503
4504 * gdb.texinfo (GDB/MI Stack Manipulation): Document
4505 -stack-list-variables.
4506
f43030c4
TT
45072009-09-18 Tom Tromey <tromey@redhat.com>
4508
4509 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
4510 is experimental.
4511
ec7e75e7
PP
45122009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4513
4514 * gdb.texinfo (convenince variables): Mention
4515 $_siginfo could be empty.
f43030c4 4516
0cc7d26f
TT
45172009-09-15 Tom Tromey <tromey@redhat.com>
4518
4519 * gdb.texinfo (GDB/MI Variable Objects): Document
4520 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
4521 Expand -var-update documentation.
4522
a96d9b2e
SDJ
45232009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4524
4525 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
4526 feature.
4527
005ca36a
JB
45282009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
4529
4530 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
4531
0d772ac9
MS
45322009-09-10 Michael Snyder <msnyder@vmware.com>
4533
4534 * gdb.texinfo (qSupported): Mention new ReverseContinue and
4535 ReverseStep replies to the qSupported query.
4536
14fb1bac
JB
45372009-09-10 Joel Brobecker <brobecker@adacore.com>
4538
4539 Add documentation for set/show interactive-mode.
4540 * gdb.texinfo (Other Misc Settings): New node.
4541
29b090c0
DE
45422009-09-01 Doug Evans <dje@google.com>
4543
4544 * gdb.texinfo (Caching Data of Remote Targets): Add note on
4545 non-stop mode's affect on remote caching.
4546
4e5d721f
DE
45472009-08-31 Jacob Potter <jdpotter@google.com>
4548 Doug Evans <dje@google.com>
4549
4550 * gdb.texinfo (Caching Data of Remote Targets): Update text.
4551 Mark `set/show remotecache' options as obsolete.
4552 Document new `set/show stack-cache' option.
4553 Update text for `info dcache'.
4554
55333a84
DE
45552009-08-27 Doug Evans <dje@google.com>
4556
4557 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
4558 (Files): Add note on new optional regex arg to `info sharedlibrary'.
4559
bc3a0b4d
RW
45602009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4561
4562 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
4563 about autoconf.
4564
3a1ff0b6
PA
45652009-08-25 Pedro Alves <pedro@codesourcery.com>
4566
4567 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
4568 small example, and describe its columns. Replace "inferior-id" by
4569 "infno" throughout.
4570
81ecdfbb
RW
45712009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4572
af542c2e
RW
4573 * gdbint.texinfo (Releasing GDB): Point to
4574 README-maintainer-mode file for required autoconf version.
4575 * configure.ac: Do not substitute datarootdir, htmldir,
4576 pdfdir, docdir. Do not process --with-datarootdir,
4577 --with-htmldir, --with-pdfdir, --with-docdir.
4578 * configure: Regenerate.
4579
81ecdfbb
RW
4580 * configure: Regenerate.
4581
4efc6507
DE
45822009-08-20 Reid Kleckner <reid@kleckner.net>
4583
4584 * gdb.texinfo: Add chapter on JIT interface.
4585
43089a6e
NR
45862009-08-07 Nick Roberts <nickrob@snap.net.nz>
4587
4588 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 4589 confirmation request.
43089a6e 4590
99e008fe
EZ
45912009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
4592
c8d5aac9
L
4593 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
4594 CRC definitions.
99e008fe 4595
48cb2d85
VP
45962009-08-03 Vladimir Prus <vladimir@codesourcery.com>
4597
4598 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 4599 -break-commands.
48cb2d85 4600
ff1a52c6
UW
46012009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4602
4603 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4604 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
4605
3285f3fe
UW
46062009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4607
4608 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4609 "set spu stop-on-load" and "show spu stop-on-load" commands.
4610
e35359c5
UW
46112009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4612
4613 * gdb.texinfo (Target Descriptions): Document <compatible> element.
4614
58d6951d
DJ
46152009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
4616
4617 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
4618 org.gnu.gdb.arm.neon.
4619
08d16641
PA
46202009-07-20 Pedro Alves <pedro@codesourcery.com>
4621
4622 * gdb.texinfo (Target Description Format): Mention the new <osabi>
4623 optional element.
4624 (subsection OS ABI): New subsection.
4625
782b2b07
SS
46262009-07-14 Stan Shebs <stan@codesourcery.com>
4627
4628 * gdb.texinfo (Tracepoint Conditions): New section.
4629 (General Query Packets): Describe ConditionalTracepoints.
4630 (Tracepoint Packets): Describe condition field.
4631 (Maintenance Commands): Describe maint agent-eval.
4632 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
4633
9b117ef3
HZ
46342009-07-11 Hui Zhu <teawater@gmail.com>
4635
4636 * gdb.texinfo (disassemble): Add a new modifier /r
4637 to "disassemble" command to make it print the raw instructions
4638 in hex as well as in symbolic form.
4639
f5a33284
TT
46402009-07-09 Tom Tromey <tromey@redhat.com>
4641
4642 * gdbint.texinfo (Testsuite): Document parallel make check.
4643
812f7342
TT
46442009-07-09 Tom Tromey <tromey@redhat.com>
4645
4646 * gdbint.texinfo (Testsuite): Document test transcripts.
4647
fbb8f299
PM
46482009-07-10 Phil Muldoon <pmuldoon@redhat.com>
4649
4650 * gdb.texinfo (Values From Inferior): Add length parameter
4651 description.
4652
dd8f35ac
EZ
46532009-07-04 Chris Genly <chris@genly.us>
4654
4655 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
4656 in -var-list-children. Fix example according to what the code
4657 does.
4658
2277426b
PA
46592009-07-02 Pedro Alves <pedro@codesourcery.com>
4660
4661 * gdb.texinfo (Debugging multiple inferiors): Document the
4662 "inferior", "detach inferior" and "kill inferior" commands.
4663 (Debugging Programs with Multiple Processes): Adjust to mention
4664 generic "inferior" commands. Delete mention of "detach fork" and
4665 "delete fork". Cross reference to "Debugging multiple inferiors"
4666 section.
4667
a6d9a66e
UW
46682009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4669
5af949e3
UW
4670 * gdbint.texinfo (Item Output Functions): Update signature
4671 for ui_out_field_core_addr.
4672
46732009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4674
4675 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
4676 Update example code extrated from breakpoint.c.
4677
9901a55b 46782009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 4679
9901a55b
PP
4680 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
4681 MI commands.
4682 (GDB/MI Symbol Query): Likewise.
4683 (GDB/MI File Commands): Likewise.
4684 (GDB/MI File Transfer Commands): Likewise.
4685 (GDB/MI Target Manipulation): Likewise.
4686 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 4687
edb3359d
DJ
46882009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
4689
4690 * gdb.texinfo (Debugging Optimized Code): New chapter.
4691 (Compiling for Debugging): Reference it. Move some
4692 text to the new section.
4693
7cd1089b
PM
46942009-06-15 Phil Muldoon <pmuldoon@redhat.com>
4695
4696 * doc/gdb.texinfo (Calling): Document
4697 set-unwind-on-terminating-exception usage.
4698
d4db2f36
PA
46992009-06-11 Pedro Alves <pedro@codesourcery.com>
4700
4701 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
4702 command.
4703
d1a7880c
PA
47042009-06-07 Pedro Alves <pedro@codesourcery.com>
4705
4706 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
4707 references.
4708
473f94e6
UW
47092009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
4710
4711 * gdbint.texinfo: Rename formal parameters to gdbarch function
4712 protoypes from "current_gdbarch" to "gdbarch".
4713
8f500870
TT
47142009-05-28 Tom Tromey <tromey@redhat.com>
4715
4716 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
4717
b6313243
TT
47182009-05-27 Tom Tromey <tromey@redhat.com>
4719
4720 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
4721 feature.
4722 (GDB/MI Variable Objects): Document -var-set-visualizer.
4723
47242009-04-02 Tom Tromey <tromey@redhat.com>
4725
4726 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
4727 feature.
4728 (GDB/MI Variable Objects): Document -var-set-visualizer.
4729
a6bac58e
TT
47302009-05-27 Tom Tromey <tromey@redhat.com>
4731 Thiago Jung Bauermann <bauerman@br.ibm.com>
4732 Phil Muldoon <pmuldoon@redhat.com>
4733
4734 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
4735 (Pretty Printing): New node.
4736 (Selecting Pretty-Printers): Likewise.
4737 (Python API): Update.
4738 (Output Formats): Document /r format.
4739
2c74e833
TT
47402009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
4741 Tom Tromey <tromey@redhat.com>
4742
4743 * gdb.texinfo (Types In Python): New node.
4744 (Values From Inferior): "type" is now an attribute.
4745 (Python API): Update.
4746
89c73ade
TT
47472009-05-27 Tom Tromey <tromey@redhat.com>
4748 Thiago Jung Bauermann <bauerman@br.ibm.com>
4749 Phil Muldoon <pmuldoon@redhat.com>
4750
4751 * gdb.texinfo: Add @syncodeindex for `tp'.
4752 (Python API): Update.
4753 (Auto-loading): New node.
4754 (Objfiles In Python): New node.
4755
17a37d48
PP
47562009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
4757
4758 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 4759
6718376f
NR
47602009-05-15 Nick Roberts <nickrob@snap.net.nz>
4761
4762 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
4763
cbe54154
PA
47642009-05-12 Pedro Alves <pedro@codesourcery.com>
4765
4766 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
4767 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
4768 show show-debug-regs' docs.
4769
8e05493c
EZ
47702009-05-08 Eli Zaretskii <eliz@gnu.org>
4771
4772 * gdb.texinfo (Process Record and Replay): Add description of
4773 reverse execution.
4774
b39f4988
JB
47752009-05-07 Joel Brobecker <brobecker@adacore.com>
4776
4777 * gdbint.texinfo (Adding support for debugging core files): New node.
4778 (Native Debugging): Remove the ``Native core file Support'' section.
4779
a2311334
EZ
47802009-05-01 Eli Zaretskii <eliz@gnu.org>
4781
4782 * gdb.texinfo (Process Record and Replay): Improve and clarify.
4783 Add index entries.
4784
53cc454a 47852009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 4786 Michael Snyder <msnyder@vmware.com>
53cc454a 4787
a2311334
EZ
4788 * gdb.texinfo: (Process Record and Replay): Add documentation for
4789 process record and replay.
53cc454a 4790
484086b7
JK
47912009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4792
4793 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
4794 a new part on command-line defined macros.
4795
32ae1842
EZ
47962009-04-25 Eli Zaretskii <eliz@gnu.org>
4797
4798 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
4799 clarify the wording.
4800
b14b1491
TT
48012009-04-23 Tom Tromey <tromey@redhat.com>
4802
4803 * gdb.texinfo (Data Files): New node.
4804 (GDB Files): Update menu.
4805
5c1e86e1
JB
48062009-04-23 Joel Brobecker <brobecker@adacore.com>
4807
4808 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 4809 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 4810
83eba9b7
VP
48112009-04-22 Vladimir Prus <vladimir@codesourcery.com>
4812
4813 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
4814
e31198c4
HZ
48152009-04-22 Hui Zhu <teawater@gmail.com>
4816
4817 * gdb.texinfo (disassemble-next-line): Set the default of
4818 disassemble-next-line to off.
4819
26e251b6
JM
48202009-04-21 Joseph Myers <joseph@codesourcery.com>
4821
4822 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
4823 --with-htmldir): New.
4824 * configure: Regenerate.
4825 * Makefile.in (datarootdir, docdir): Define.
4826 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
4827 instead of $(SET_TEXINPUTS).
4828 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
4829 gdbint.info instead of $(SET_TEXINPUTS).
4830 (gdbint/index.html): Use same -I options as for building
4831 gdbint.info.
4832 (stabs.dvi, stabs.pdf): Use same -I options as for building
4833 stabs.info instead of $(SET_TEXINPUTS).
4834 (stabs/index.html): Use same -I options as for building
4835 stabs.info.
4836 (annotate.dvi, annotate.pdf): Use same -I options as for building
4837 annotate.info instead of $(SET_TEXINPUTS).
4838 (annotate/index.html): Use same -I options as for building
4839 annotate.info.
4840
eac35c4e
DD
48412009-04-21 David Daney <ddaney@caviumnetworks.com>
4842
4843 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
4844
29b0e8a2
JM
48452009-04-21 Joseph Myers <joseph@codesourcery.com>
4846
4847 * gdb.texinfo (Source Path): Document --with-relocated-sources.
4848
2b831889 48492009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 4850 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
4851
4852 * Makefile.in (MAKEHTML): Set to makeinfo --html.
4853 (MAKEHTMLFLAGS): Set to empty.
4854 (html__strip_dir): Define.
4855 (HTMLFILES): Define.
4856 (HTMLFILES_INSTALL): Define.
4857 (install-html): Copy new automake rule.
4858 (html): Depend on $(HTMLFILES).
4859 (gdb_toc.html): Rename to gdb/index.html.
4860 (gdbint_toc.html): Rename to gdbint/index.html.
4861 (stabs_toc.html): Rename to stabs/index.html.
4862 (annotate_toc.html): Rename to annotate/index.html.
4863
89a34d1b
JM
48642009-04-17 Carlos O'Donell <carlos@codesourcery.com>
4865
4866 * Makefile.in: Set pdfdir and htmldir from configure
4867 substitutions.
4868 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
4869 * configure: Regenerate.
4870
a2d5da46
JB
48712009-04-16 Joel Brobecker <brobecker@adacore.com>
4872
4873 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
4874 This macro is no longer used.
4875
732f6a93
TT
48762009-04-15 Tom Tromey <tromey@redhat.com>
4877
4878 * gdb.texinfo (Character Sets): Document default character set.
4879
87f9adc1
PM
48802009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
4881
4882 * gdbint.texinfo: Change server name from sources.redhat.com to
4883 sourceware.org throughout.
4884
2c88c651
JB
48852009-04-09 Joel Brobecker <brobecker@adacore.com>
4886
4887 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
4888 about a missing dot or coma after @xref.
4889
4f5376b2
JB
48902009-04-02 Joel Brobecker <brobecker@adacore.com>
4891
4892 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
4893 example, and add a small explanation about it.
4894 (Print Settings): Change the documentation of the "set print
4895 frame-arguments" to reflect the fact that the default is now "scalars".
4896
a0381d3a
JB
48972009-04-02 Joel Brobecker <brobecker@adacore.com>
4898
4899 * gdb.texinfo (Print Settings): Add kindex for command "set
4900 print frame-arguments".
4901
45ac276d
JB
49022009-03-31 Joel Brobecker <brobecker@adacore.com>
4903
4904 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
4905 breakpoints.
4906 (Set Breaks): Add reference to thread-specific and task-specific
4907 breakpoints.
4908
32cd1edc
JB
49092009-03-31 Joel Brobecker <brobecker@adacore.com>
4910
4911 * gdb.texinfo (Ada Tasks): Remove the documentation about
4912 the "Running" state, as this state has been eliminated.
4913 Now all runnable tasks are shown as "Runnable".
4914
1042e4c0
SS
49152009-03-30 Stan Shebs <stan@codesourcery.com>
4916
4917 * gdb.texinfo (Tracepoints): Describe tracepoints as a
4918 special case of breakpoints.
4919 (Enable and Disable Tracepoints): Mention deprecation.
4920 (Listing Tracepoints): Update description and example.
4921
f8f6f20b
TJB
49222009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
4923
4924 * gdb.texinfo (Frames in Python): New node.
4925 (Python API): Update.
4926
c0c6f777
TJB
49272009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
4928
4929 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
4930 from a method to an attribute.
4931
def2b000
TJB
49322009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
4933
4934 * gdb.texinfo (Values From Inferior): Document is_optimized_out
4935 attribute.
4936
a07daef3
PA
49372009-03-25 Pedro Alves <pedro@codesourcery.com>
4938
4939 * observer.texi (thread_exit): Add "silent" parameter.
4940
f3b1572e
PA
49412009-03-22 Pedro Alves <pedro@codesourcery.com>
4942
4943 * observer.texi (about_to_proceed): New.
4944
587afa38
EZ
49452009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
4946
4947 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
4948 field throughout to handle types with spaces in them. Fix typos
4949 found by aspell.
4950 (Summary, Requirements, Contributors): New first chapter,
4951 "Summary" added, old Requirements section moved there, and new
4952 section, "Contributors" added.
4953 (Initializing a New Architecture, Register Representation)
4954 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
4955 (Porting gdb): These sections extended and updated.
4956 (Compiler Characteristics): This section (empty) deleted.
4957 (Defining Other Architecture Features): This section renamed and
4958 duplicate material removed from (formerly "Target Conditionals").
4959 Use braces {} in @deftypeXX type field throughout to handle types
4960 with spaces in them. Typos found by aspell fixed.
4961
4962 * stack_frame.svg: New file, source of image for gdbint.texinfo.
4963 * stack_frame.pdf: Version of image for PDF output.
4964 * stack_frame.png: Version of image for HTML output and for Emacs.
4965 * stack_frame.txt: Version of image for Info output.
1db61298 4966 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 4967
10af6951
EZ
49682009-03-21 Eli Zaretskii <eliz@gnu.org>
4969
4970 * gdb.texinfo (Character Sets): Fix last change.
4971
cc924cad
TJB
49722009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
4973
4974 * gdb.texinfo (Values From Inferior): Fix optional arguments
4975 markup.
4976 (Commands In Python): Adjust argument names of gdb.Command.__init__
4977 to what the function accepts as keywords.
4978
bc3b79fd
TJB
49792008-03-20 Tom Tromey <tromey@redhat.com>
4980
4981 * gdb.texinfo (Convenience Vars): Document convenience functions.
4982 (Functions In Python): New node.
4983 (Python API): Update.
4984
6c7a06a3
TT
49852009-03-20 Tom Tromey <tromey@redhat.com>
4986
4987 * gdb.texinfo (Character Sets): Remove obsolete text. Document
4988 set target-wide-charset.
4989 (Requirements): Mention iconv.
4990
b646ddd4
HZ
49912009-03-17 Hui Zhu <teawater@gmail.com>
4992
4993 * gdb.texinfo: Change the introduce of "disassemble-next-line".
4994
91440f57
HZ
49952009-03-17 Hui Zhu <teawater@gmail.com>
4996
4997 * gdb.texinfo: Add documentation for disassemble-next-line.
4998
8fd41227
TJB
49992009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5000
5001 * gdb.texinfo (Commands In Python): Remove tindex entries.
5002
61ff14c6
JK
50032009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5004
5005 * gdb.texinfo (Returning): New description for missing debug info.
5006
0b16c5cf
PA
50072009-03-14 Pedro Alves <pedro@codesourcery.com>
5008
5009 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 5010 (General Query Packets): Document qAttached.
0b16c5cf 5011
32fc0df9
PA
50122009-03-05 Pedro Alves <pedro@codesourcery.com>
5013
5014 * gdb.texinfo (Background Execution): Better describe the set
5015 target-async command.
5016 (Maintenance Commands): Delete description of the `maint set/show
5017 linux-async' and `maint set/show remote-async' commands.
5018
134eb42c
VP
50192009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5020
5021 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
5022 between sentences.
5023
c86cf029
VP
50242009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5025
5026 * gdb.texinfo (GDB/MI Async Records): Document the
5027 =library-loaded and =library-unloaded notifications.
5028
3ea85240
VP
50292009-02-17 Vladimir Prus <vladimir@codesourcery.com>
5030
5031 * observer.texi (test_notification): New observer.
5032
1d33d6ba
VP
50332009-02-14 Vladimir Prus <vladimir@codesourcery.com>
5034
61ff14c6
JK
5035 * observer.texi: Add parameter 'print_frame' to normal_stop
5036 observer.
1d33d6ba 5037
d721c933
EZ
50382009-02-07 Eli Zaretskii <eliz@gnu.org>
5039
5040 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
5041 (Commands In Python): Fix COMMAND_* constants in last change. Use
5042 @kbd for interactive input. Add cross-references and index
5043 entries.
5044
4aa995e1
PA
50452009-02-06 Pedro Alves <pedro@codesourcery.com>
5046
5047 * gdb.texinfo (Signals): Document $_siginfo.
5048 (Convenience Variables): Mention $_siginfo.
5049 (Remote Configuration): Document qXfer:siginfo:read,
5050 qXfer:siginfo:write packets, and the read-siginfo-object,
5051 write-siginfo-object commands.
5052
5f5233d4
PA
50532009-02-06 Pedro Alves <pedro@codesourcery.com>
5054
5055 * gdbint.texinfo (Values): New chapter.
5056
d8906c6f
TJB
50572009-02-06 Tom Tromey <tromey@redhat.com>
5058
5059 * gdb.texinfo (Python API): Add entry for Commands In Python.
5060 (Commands In Python): New node.
5061
b6cb8e7d
TJB
50622009-02-05 Tom Tromey <tromey@redhat.com>
5063
5064 * gdb.texinfo (Values From Inferior): Document Value.string.
5065
12453b93
TJB
50662009-02-05 Tom Tromey <tromey@redhat.com>
5067
5068 * gdb.texinfo (Basic Python): Document execute's from_tty
5069 argument.
5070
08c637de
TJB
50712009-02-04 Tom Tromey <tromey@redhat.com>
5072
5073 * gdb.texinfo (Basic Python): Document gdb.history.
5074
592375cd
VP
50752009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5076
5077 * gdb.texinfo (GDB/MI Thread Commands): Document the
5078 'current-thread-id' field. Remove the example with zero threads,
5079 since current GDB won't ever report that if there's inferior.
5080
41447f92
VP
50812009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5082
5083 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
5084 option to -break-insert.
5085
098b41a6
JG
50862009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5087 Jerome Guitton <guitton@adacore.com>
5088
5089 * gdb.texinfo (Startup): Document --with-system-gdbinit.
5090 (System-wide configuration): New section.
5091
3c16cced
PA
50922009-01-26 Pedro Alves <pedro@codesourcery.com>
5093
5094 PR gdb/7580:
5095 * gdb.texinfo (Maintenance Commands): Document "maint set|show
5096 internal-error|internal-warning quit|corefile ask|yes|no".
5097
62709adf
PA
50982009-01-26 Pedro Alves <pedro@codesourcery.com>
5099
5100 * gdb.texinfo (Using the `gdbserver' Program): Document
5101 --remote-debug.
5102
7ce58dd2
DE
51032009-01-23 Doug Evans <dje@google.com>
5104
5105 * gdb.texinfo: Add nexti to list of commands that support
5106 background execution.
5107
adb483fe
DJ
51082009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
5109
5110 * gdb.texinfo (Define, Hooks): Document prefix command support.
5111
a67ec3f4 51122009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 5113 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
5114
5115 Fixes for makeinfo --html.
5116
5117 * annotate.texinfo: Use @copying and @insertcopying. Use
5118 @ifnottex in place of @ifinfo.
5119 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
5120 place of @ifinfo. Use @ifnotinfo for one index entry.
5121 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
5122 in place of @ifinfo.
5123 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
5124 in place of @ifinfo. Include contents at start unconditionally.
5125
84fcdf95
PA
51262009-01-13 Pedro Alves <pedro@codesourcery.com>
5127
5128 * gdb.texinfo (General Query Packets): Remove @var{} around the
5129 "spu" literal string.
5130
fa3a767f
PA
51312009-01-07 Pedro Alves <pedro@codesourcery.com>
5132
5133 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
5134 program may be running in another process" errors.
5135 * gdbint.texinfo (Native Conditionals): Delete
5136 ONE_PROCESS_WRITETEXT description.
5137
9cb011d3
JB
51382009-01-07 Joel Brobecker <brobecker@adacore.com>
5139
5140 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
5141 emacs local variable to be placed at the end of the ChangeLog.
5142 Add server.c and gdbreplay.c to the list of files where the
5143 copyright year needs to be updated.
5144
84603566
SL
51452009-01-06 Sandra Loosemore <sandra@codesourcery.com>
5146
5147 * gdb.texinfo (Remote Configuration): Document new
5148 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
5149 commands.
5150
a53f55d8
PA
51512008-12-28 Pedro Alves <pedro@codesourcery.com>
5152
5153 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
5154 FETCH_INFERIOR_REGISTERS.
5155 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
5156 FETCH_INFERIOR_REGISTERS descriptions. Remove
5157 gdbarch_get_longjmp_target descrition, since already described in
5158 Target Conditionals. Move gdbarch_fp0_regnum description to ...
5159 (Target Conditionals): ... here.
5160
077e0a52
JB
51612008-12-16 Joel Brobecker <brobecker@adacore.com>
5162
5163 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
5164 examples.
5165 (Additions to Ada): Likewise. Add the missing opening and closing
5166 parenthesis of the GDB prompt in one of the examples.
5167
023eb17c
JB
51682008-12-14 Joel Brobecker <brobecker@adacore.com>
5169
5170 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
5171 about the result of 'Address not being of type System.Address.
5172 This problem has been fixed a while ago.
5173
c3b108f7
VP
51742008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5175
5176 MI non-stop and multiprocess docs.
5177
c8d5aac9
L
5178 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
5179 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
5180 Adjust documentation for *stopped, document =thread-created,
5181 =thread-exited, =thread-group-created and =thread-group-exited.
5182 (GDB/MI Thread Commands): Document the 'state' field in
5183 -thread-info output.
5184 (GDB/MI Program Execution): Mention --all and --thread-group
5185 options.
5186 (GDB/MI Variable Objects): Describe floating and fixed variable
5187 objects.
5188 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 5189
07e059b5
VP
51902008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5191
c8d5aac9
L
5192 * gdb.texinfo (Operating System Information): New appendix.
5193 (Operating System Auxiliary Information): Document 'info os processes'
5194 (Remote Configuration): Document 'osdata'
5195 (General Query Packets): Document qXfer:osdata:read.
07e059b5 5196
a80b95ba
TG
51972008-11-27 Tristan Gingold <gingold@adacore.com>
5198
5199 * gdb.texinfo (Darwin): Document Darwin specific features.
5200
a655d424
JK
52012008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5202
5203 * gdbint.texinfo (Target Conditionals): Extend the
5204 gdbarch_breakpoint_from_pc description.
5205
249e1128
VP
52062008-11-22 Vladimir Prus <vladimir@codesourcery.com>
5207
5208 * gdb.texinfo (M68K Features): Fix typo.
5209
c14c28ba
PP
52102008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
5211
5212 * gdb.texinfo (Symbols): Mention printing containing
5213 image name in "info symbol".
5214 (Maint translate-address): Likewise.
889bf7c5 5215
394a6666
JB
52162008-11-18 Joel Brobecker <brobecker@adacore.com>
5217
5218 * gdb.texinfo (Set Catchpoints): Remove the documentation of
5219 commands "catch load" and "catch unload".
5220
66bb093b
VP
52212008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5222
5223 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 5224 =thread-selected.
889bf7c5 5225
4a92f99b
VP
52262008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5227
c8d5aac9 5228 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 5229
f0323ca0
PA
52302008-10-27 Pedro Alves <pedro@codesourcery.com>
5231
5232 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
5233 .mt files, TM_CLIBS or TM_CDEPS.
5234 (x86 Watchpoints): Don't mention TDEPFILES.
5235
8b23ecc4
SL
52362008-10-24 Sandra Loosemore <sandra@codesourcery.com>
5237
5238 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
5239 (Overview): Mention notifications and non-stop mode behavior.
5240 (Packets): Update documentation of ?, vAttach, vCont, and vRun
5241 with non-stop mode behavior. Add vStopped description.
5242 (Stop Reply Packets): Update list of packets that return
5243 stop replies. Mention non-stop behavior.
5244 (General Query Packets): Document QNonStop packet and associated
5245 qSupported query response.
5246 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
5247 behavior.
5248 (Notification Packets): New section.
5249 (Remote Non-Stop): New section.
5250 (File-I/O Overview): Mention non-stop behavior.
5251
fff08868
HZ
52522008-10-24 Hui Zhu <teawater@gmail.com>
5253 Pedro Alves <pedro@codesourcery.com>
5254
5255 * gdb.texinfo (displaced-stepping): Describe the auto mode
5256 setting, and say it's the default. This is now a mainstream
5257 setting instead of a maintenance setting.
5258
252fbfc8
PA
52592008-10-23 Pedro Alves <pedro@codesourcery.com>
5260
5261 * observer.texi (thread_stop_requested): New.
5262
20924a55
JB
52632008-10-22 Joel Brobecker <brobecker@adacore.com>
5264
5265 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
5266 (Patching): Replace incorrect usage of @samp by @kbd.
5267
bacec72f
MS
52682008-10-17 Michael Snyder <msnyder@vmware.com>
5269
5270 * gdb.texinfo: Add documentation for reverse execution.
5271
a08702d6 52722008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 5273 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
5274
5275 * gdb.texinfo. (Values From Inferior): New subsubsection.
5276
d97bc12b
DE
52772008-10-06 Doug Evans <dje@google.com>
5278
5279 * gdb.texinfo (set debug dwarf2-die): Document it.
5280
87f67dba
JB
52812008-10-01 Joel Brobecker <brobecker@adacore.com>
5282
5283 * gdb.texinfo (catch) [exception]: Document how to insert
5284 a breakpoint on user-defined exceptions when the exception
5285 name is identical to one of the language-defined ones.
5286
2fae03e8
TT
52872008-09-27 Tom Tromey <tromey@redhat.com>
5288
5289 * gdb.texinfo (Macros): Remove text about stringification,
5290 varargs, and splicing.
5291
5c6ce71d
TT
52922008-09-27 Tom Tromey <tromey@redhat.com>
5293
5294 * gdbint.texinfo (Language Support): Remove text about omitting
5295 support for a language.
5296
07128da0
DE
52972008-09-23 Doug Evans <dje@google.com>
5298
5299 * gdb.texinfo (info dcache): Update.
5300
b90a069a
SL
53012008-09-22 Sandra Loosemore <sandra@codesourcery.com>
5302
5303 * gdb.texinfo (Packets): Add info on thread-id syntax and
5304 multiprocess extensions.
5305 <D>: Document multiprocess form of packet.
5306 <H>: Use thread-id syntax.
5307 <T>: Likewise.
5308 <vCont>: Likewise. Note this is required for multiprocess.
5309 <vKill>: New packet.
5310 (Stop Reply Packets) <T>: Use thread-id syntax.
5311 <W>: Document multiprocess form of reply.
5312 <X>: Likewise.
5313 (General Query Packets) <qC>: Use thread-id syntax.
5314 <qfThreadInfo>: Likewise.
5315 <qGetTLSAddr>: Likewise.
5316 <qP>: Likewise.
5317 <qSupported>: Add "multiprocess" feature.
5318 <qThreadExtraInfo>: Use thread-id syntax.
5319
b77209e0
PA
53202008-09-22 Stan Shebs <stan@codesourcery.com>
5321
5322 * gdb.texinfo (Inferiors): New section.
5323
3d0bb823
PA
53242008-09-12 Pedro Alves <pedro@codesourcery.com>
5325
5326 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
5327
f8dcfc0a
UW
53282008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
5329
5330 * gdbint.texinfo (Target Conditionals): Remove documentation
5331 for gdbarch_name_of_malloc.
5332
8775bb90
MS
53332008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
5334
5335 * gdb.texinfo (Interrupts): Mention TCP interface for
5336 sending BREAK.
5337
f1838a98
UW
53382008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
5339
5340 * gdb.texinfo (Commands to Specify Files): Document "remote:"
5341 argument prefix to "set sysroot".
5342
158c7665
PH
53432008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
5344
5345 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
5346 and False.
5347
30e026bb
VP
53482008-08-20 Vladimir Prus <vladimir@codesourcery.com>
5349
c8d5aac9
L
5350 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
5351 for possible features of -list-features.
30e026bb 5352
c6ebd6cf
VP
53532008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5354
c8d5aac9 5355 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
5356 (GDB/MI Miscellaneous Commands): Document -list-target-features.
5357
aeac0ff9
VP
53582008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5359
5360 * doc/gdb.texinfo (PowerPC): Fix typo.
5361 (PowerPC features): Fix typo.
5362
5231c1fd
PA
53632008-08-18 Pedro Alves <pedro@codesourcery.com>
5364
5365 * observer.texi (thread_ptid_changed): New.
5366
677c5bb1
LM
53672008-08-18 Luis Machado <luisgpm@br.ibm.com>
5368
5369 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
5370 (PowerPC features): Mention feature set for VSX registers.
5371
f3a2dd1a
JB
53722008-08-13 Joel Brobecker <brobecker@adacore.com>
5373
5374 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
5375 the direct visibility of all names in user-written packages.
5376
33e5cbd6
PA
53772008-08-13 Pedro Alves <pedro@codesourcery.com>
5378
5379 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
5380 setting, and make it the default.
5381 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
5382 non-stop script example.
5383
d0384fc4
TJB
53842008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
5385
5386 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
5387 reference to the "Using Different Register and Memory Data
5388 Representation" section.
5389
a6f3e723
SL
53902008-08-12 Sandra Loosemore <sandra@codesourcery.com>
5391
5392 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
5393 (Remote Protocol): Add Packet Acknowledgment to menu.
5394 (Overview): Mention +/- can be disabled, and point to new section
5395 where this is discussed in detail.
5396 (General Query Packets): Document QStartNoAckMode packet, and
5397 corresponding qSupported reply.
5398 (Packet Acknowledgment): New section.
5399
0606b73b
SL
54002008-08-11 Sandra Loosemore <sandra@codesourcery.com>
5401 Pedro Alves <pedro@codesourcery.com>
5402
5403 * gdb.texinfo (Threads): Move paragraph about automatic thread
5404 selection to All-Stop Mode subsection.
5405 (Thread Stops): Reorganize existing material into subsections.
5406 Add introductory blurb and menu.
5407 (Non-Stop Mode): New subsection.
5408 (Background Execution): New subsection.
5409 (Maintenance Commands): Add cross-references from async mode
5410 commands to the new Background Execution section.
5411
d57a3c85
TJB
54122008-08-06 Tom Tromey <tromey@redhat.com>
5413
5414 * gdb.texinfo (Extending GDB): New chapter.
5415 (Sequences): Demoted chapter, now a section under the new
5416 Extending GDB chapter.
5417 (Python): New section.
5418
6d76a53d
SS
54192008-07-31 Stan Shebs <stan@codesourcery.com>
5420
5421 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
5422
1f70da6a
SS
54232008-07-29 Stan Shebs <stan@codesourcery.com>
5424
5425 * gdbint.texinfo: General round of cleanup and minor
5426 clarifications.
5427 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
5428 (Longjmp Support): Update description to reflect how it is done
5429 for targets without using native header.
5430 (Symbol Handling): Add a little more general explanation.
5431 (COFF, ELF): Mention stabs encapsulation.
5432 (DWARF 3): New section.
5433 (Adding a New Host): Scrub out some obsolete bits.
5434 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
5435 (Host Conditionals): Remove descriptions of NO_STD_REGS,
5436 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
5437 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
5438 SEEK_SET, STOP_SIGNAL, USG.
5439 (Raw and Virtual Register Representations): Ditto for
5440 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
5441 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
5442 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
5443 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
5444 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
5445 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
5446 DEPRECATED_REGISTER_VIRTUAL_SIZE,
5447 DEPRECATED_REGISTER_VIRTUAL_TYPE,
5448 DEPRECATED_USE_STRUCT_CONVENTION.
5449 Describe gdbarch_deprecated_fp_regnum.
5450 Update description of gdbarch_print_insn.
5451 (Adding a New Target): Scrub out obsolete bits.
5452 (Obsolete Conditionals): Remove entire section.
5453
383f836e
TT
54542008-07-25 Tom Tromey <tromey@redhat.com>
5455
5456 * observer.texi (GDB Observers): Document new observers:
5457 breakpoint_created, breakpoint_deleted, breakpoint_modified,
5458 tracepoint_created, tracepoint_deleted, tracepoint_modified,
5459 architecture_changed.
5460
cfd8ab24
SS
54612008-07-21 Stan Shebs <stan@codesourcery.com>
5462
5463 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
5464 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
5465
781b42b0
TT
54662008-07-21 Tom Tromey <tromey@redhat.com>
5467
5468 * observer.texi (GDB Observers): Remove obsolete comment.
5469 <executable_changed>: Remove argument.
5470
d7d9f01e
TT
54712008-07-18 Tom Tromey <tromey@redhat.com>
5472
5473 * gdb.texinfo (Macros): Update. Use @code rather than @command.
5474
bf250677
DE
54752008-07-10 Doug Evans <dje@google.com>
5476
5477 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
5478
10568435
JK
54792008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5480
5481 * gdb.texinfo (Starting): Document "set disable-randomization".
5482
5ae4183a
AS
54832008-07-07 Andreas Schwab <schwab@suse.de>
5484
5485 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
5486
b56e7235
VP
54872008-07-06 Vladimir Prus <vladimir@codesourcery.com>
5488
5489 * gdb.texinfo (GDB/MI Target Manipulation): Add
5490 example of -target-attach.
5491
e1ac3328
VP
54922008-06-10 Vladimir Prus <vladimir@codesourcery.com>
5493
5494 * observer.texi (target_resumed): New observer.
5ae4183a 5495 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 5496
65d12d83
TT
54972008-06-06 Tom Tromey <tromey@redhat.com>
5498
5499 * gdb.texinfo (Completion): Add field name example.
5500
fbc5282e
MK
55012008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
5502
5503 * gdb.texinfo (GDB/MI Program Context): Added example
5504 to -exec-arguments
5ae4183a 5505
fbc5282e 55062008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
5507
5508 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
5509 annotation.
5510
c16158bc 55112008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
5512 Nathan Sidwell <nathan@codesourcery.com>
5513 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
5514
5515 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
5516 and ACX_BUGURL.
5517 * configure: Regenerate.
5518 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
5519 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
5520 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
5521 mailing-list-specific text about bug reporting unless
5522 BUGURL_DEFAULT.
5523
75c99385
PA
55242008-06-05 Pedro Alves <pedro@codesourcery.com>
5525
5526 * gdb.texinfo (-target-select): Remove reference to target async.
5527 (Maintenance Commands): Document "maint set/show remote-async".
5528
1763a388
MK
55292008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
5530
5531 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
5532 in -target-file-get section.
5ae4183a 5533
d0d064df
PA
55342008-05-22 Pedro Alves <pedro@codesourcery.com>
5535
9b562ab8
PA
5536 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
5537 killing the inferior when it is already debugging a process.
d0d064df 5538
8dfa32fc
JB
55392008-05-21 Joel Brobecker <brobecker@adacore.com>
5540
5541 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
5542 abbreviation for "finish".
5543
55f996a7
NR
55442008-05-21 Nick Roberts <nickrob@snap.net.nz>
5545
5546 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
5547
ba2b1c56
DJ
55482008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5549
5550 * gdbint.texinfo (Target Conditionals): Delete entry for
5551 gdbarch_dwarf_reg_to_regnum.
5552
08388c79
DE
55532008-05-09 Doug Evans <dje@google.com>
5554
a3c83fae 5555 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 5556
d14508fe
DE
55572008-05-05 Doug Evans <dje@google.com>
5558
5559 * gdb.texinfo (disassemble): Document /m modifier.
5560
e2b7ddea
VP
55612008-05-05 Vladimir Prus <vladimir@codesourcery.com>
5562
5ae4183a
AS
5563 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
5564 will not report the time of commands that run the target.
e2b7ddea 5565
8eb41542
VP
55662008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5567
5568 * gdb.texinfo (GDB/MI Output Records): Add
5569 missing semicolon.
5570
82f68b1c
VP
55712008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5572
5573 * gdb.texinfo (GDB/MI Output Records):
5574 Document =thread-create and =thread-exited.
5575
fa0f268d
VP
55762008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5577
5578 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 5579 Remove mention of dmi-discuss.
fa0f268d 5580
063bfe2e
VP
55812008-05-03 Pedro Alves <pedro@codesourcery.com>
5582
5583 * observer.texi (thread_exit): New.
5584
237fc4c9
PA
55852008-05-02 Pedro Alves <pedro@codesourcery.com>
5586
5587 * gdb.texinfo (Debugging Output): Document "set/show debug
5588 displaced".
5589 (Maintenance Commands): Document "maint set/show
5590 can-use-displaced-stepping".
5591
0428b8f5
DJ
55922008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
5593
5594 * gdb.texinfo (ARM): Document set/show arm fallback-mode
5595 and set/show arm force-mode.
5596
5009afc5
AS
55972008-05-02 Andreas Schwab <schwab@suse.de>
5598
5599 * gdbint.texinfo (Algorithms): Describe
5600 target_watchpoint_addr_within_range.
5601
669fac23
DJ
56022008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
5603
5604 * gdbint.texinfo (Stack Frames): New chapter.
5605 (Algorithms): Move Frames text to the new chapter.
5606 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
5607 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
5608
721c02de
VP
56092008-04-24 Vladimir Prus <vladimir@codesourcery.com>
5610
5ae4183a
AS
5611 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
5612 output does not necessary include any tokens.
721c02de 5613
c055b101
CV
56142008-04-22 Corinna Vinschen <vinschen@redhat.com>
5615
5616 * gdb.texinfo (Set SH Calling convention): New @item.
5617 (Show SH Calling convention): Ditto.
5618
68837c9d
MD
56192008-04-22 Markus Deuling <deuling@de.ibm.com>
5620
5621 * gdb.texinfo (Fortran Operators): Describe '%' operator.
5622
2e9132cc
EZ
56232008-04-20 Eli Zaretskii <eliz@gnu.org>
5624
5625 * gdb.texinfo (Set Breaks): Mention that multiple location
5626 breakpoints need line number info. Add index entries.
5627
31fffb02
CS
56282008-04-19 Craig Silverstein <csilvers@google.com>
5629
5630 * gdb.texinfo (Requirements): Add an optional requirement on
5631 zlib.
5632 * gdbint.texinfo (Debugging File Formats): Add new subsection for
5633 Compressed DWARF 2.
5634
a47ec5fe
AR
56352008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
5636
5637 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
5638 sample output for 'stopped,reason="breakpoint-hit"' message.
5639 (GDB/MI Program Execution): Likewise.
5640
de051565
MK
56412008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
5642
5ae4183a 5643 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
5644 -var-set-format. Add -f option to -var-evaluate-expression.
5645
6ba66d6a
JB
56462008-04-03 Joel Brobecker <brobecker@adacore.com>
5647
5648 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
5649 new node "Ambiguous Expressions". Replace references to this
5650 node by references to "Ambiguous Expressions" throughout.
5651 (Ambiguous Expressions): New node.
5652
1e26b4f8
DJ
56532008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
5654
5655 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
5656
b84876c2
PA
56572008-03-21 Pedro Alves <pedro@codesourcery.com>
5658
5659 * gdb.texinfo (Debugging Output): Document
5660 "set/show debug lin-lwp-async".
5661 (Maintenance Commands): Document "maint set/show linux-async".
5662
63092375
DJ
56632008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5664
5665 * gdb.texinfo (Expressions): Update description of malloced arrays.
5666
8e8901c5
VP
56672008-03-15 Vladimir Prus <vladimir@codesourcery.com>
5668
5669 * gdb.texinfo (Thread Commands): Document
5670 -thread-info. Remove -thread-list-all-threads.
5671
1fddbabb
PA
56722008-03-14 Pedro Alves <pedro@codesourcery.com>
5673 Sandra Loosemore <sandra@codesourcery.com>
5674
5675 * gdb.texinfo (Library List Format): Update to mention the
5676 possibility to pass section addresses instead of segment
5677 addresses.
5678
ccd213ac
DJ
56792008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
5680
5681 * gdb.texinfo (Starting): Document "set exec-wrapper".
5682 (Server): Document gdbserver --wrapper.
5683
fa4727a6
DJ
56842008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
5685
5686 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
5687 unreadable memory. Delete obsolete SPARClite reference.
5688
8edfe269
DJ
56892008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
5690
5691 * gdb.texinfo (Starting): Mention always-running targets.
5692 (Target Commands): Add an anchor for load.
5693 (Connecting): Explain continue instead of run.
5694
1843f87b
DJ
56952008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
5696
5697 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
5698
f9082629
NR
56992008-02-26 Nick Roberts <nickrob@snap.net.nz>
5700
5701 * gdb.texinfo (Set Breaks): Revert description of Enb column of
5702 breakpoint table.
5703
fd96d250
PA
57042008-02-19 Pedro Alves <pedro@codesourcery.com>
5705
5706 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
5707 killing the inferior when it is already debugging a process.
5708
36af4ef6
MD
57092008-02-13 Markus Deuling <deuling@de.ibm.com>
5710
5711 * gdbint.texinfo (Build Script): New section. Mention new build script
5712 gdb_buildall.sh.
5713
cda4ce5a
JB
57142008-02-01 Jim Blandy <jimb@red-bean.com>
5715
5716 * gdb.texinfo (Help): Summarize 'info args' correctly.
5717
4acd40f3
TJB
57182008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5719
5720 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
5721 available in PowerPC architecture.
5722 (Embedded Processors): Change node name of PowerPC item in menu.
5723 (PowerPC): Rename to...
5724 (PowerPC Embedded): this.
5725 (Architectures): Add new PowerPC item in menu.
5726 (PowerPC): New node.
5727
6e6c6f50
DJ
57282008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
5729
5730 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
5731 commands.
5732
5ee187d7
DJ
57332008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
5734
5735 * gdb.texinfo (Setting Catchpoints): Mention features
5736 supported on GNU/Linux.
5737
e275c0d9
NR
57382008-01-30 Nick Roberts <nickrob@snap.net.nz>
5739
5740 * gdb.texinfo (GDB/MI File Commands): Describe new output
5741 field for MI command -file-list-exec-source-file.
5742
2d717e4f
DJ
57432008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5744
5745 * gdb.texinfo (Using the `gdbserver' Program): Add security
5746 warning. Rearrange into subsections and subsubsections. Document
5747 --multi and --debug. Correct --with-sysroot typo. Update --attach
5748 usage. Make load reference clearer. Document monitor exit.
5749 (Remote Configuration): Document set remote exec-file, attach-packet,
5750 and run-packet.
5751 (Packets): Document vAttach and vRun.
5752
d35a4257 57532008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
5754
5755 * gdb.texinfo (Processes): Mention process command.
889bf7c5 5756 detach-on-follow -> detach-on-fork.
f663676d 5757
c78d192c
DJ
57582008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5759
5760 * gdbint.texinfo (Native Conditionals): Remove
5761 SHELL_COMMAND_CONCAT and SHELL_FILE.
5762
d35a4257
EZ
57632008-01-26 Eli Zaretskii <eliz@gnu.org>
5764
5765 * gdb.texinfo (Specify Location): Improve wording.
5766
93815fbf
VP
57672008-01-23 Chris Demetriou <cgd@google.com>
5768
5769 * gdb.texinfo (Threads): Document new "set print thread-events"
5770 and "show print thread-events" commands.
5771
2a25a5ba
EZ
57722008-01-19 Eli Zaretskii <eliz@gnu.org>
5773
5774 * gdb.texinfo (Specify Location): New section.
5775 (Delete Breaks, Edit, Set Breaks): Remove description of
5776 locations. Instead, add a reference to "Specify Location".
5777 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
5778 (Symbols): Refer to "Specify Location" for the valid forms of
5779 linespecs and locations.
5780
32c9a795
MD
57812008-01-18 Markus Deuling <deuling@de.ibm.com>
5782
5783 * gdbint.texinfo (Target Conditionals): Replace the description of
5784 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
5785
b17828ca
JB
57862008-01-12 Paul Hilfinger <hilfinger@adacore.com>
5787
5788 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
5789 about &&var, which is rejected by the expression parser.
5790
0aea4bf3
LM
57912008-01-09 Luis Machado <luisgpm@br.ibm.com>
5792
5793 * gdb.texinfo (Output): Update documentation on using printf with DFP
5794 types.
5795
febe4383
TJB
57962008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
5797
5798 * gdb.texinfo (C and C++): Add Decimal Floating Point format
5799 subsubsection.
5800 (Decimal Floating Point format): New subsubsection.
5801
7a404eba
PA
58022008-01-05 Pedro Alves <pedro@codesourcery.com>
5803
5804 * gdb.texinfo (File Options): Remove mention of the attempt to
5805 open a core file with the -p option. Don't list -c as a valid
5806 option to attach to a process.
5807
a4d9b460
PA
58082008-01-05 Pedro Alves <pedro@codesourcery.com>
5809
5810 * gdbint.texinfo (Host Conditionals): Remove mention of
5811 ALIGN_STACK_ON_ENTRY.
5812
6ec2edbe
JB
58132008-01-05 Joel Brobecker <brobecker@adacore.com>
5814
5815 * gdbint.texinfo (Start of New Year Procedure): Add item
5816 describing how to update the source and documentation copyright
5817 notices.
5818
d8b2a693
JB
58192007-12-18 Jim Blandy <jimb@codesourcery.com>
5820
ab209b3a 5821 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
5822 watchpoint explanation into the main description of the watchpoint
5823 command; update synopses of 'watch', 'rwatch', and 'awatch'
5824 commands.
5825
8b4ed427
VP
58262007-12-18 Vladimir Prus <vladimir@codesourcery.com>
5827
5828 * gdb.texinfo (Miscellaneous gdb/mi Commands):
5829 Document 'pending-breakpoints' feature of
5830 -list-features.
5831
37e4754d
LM
58322007-12-17 Luis Machado <luisgpm@br.ibm.com>
5833
669fac23 5834 * gdb.texinfo: Add new parameter's description.
37e4754d 5835
1d3811f6
DJ
58362007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
5837
5838 * gdb.texinfo (Overview): Clarify run-length encoding
5839 example. Remove the restriction on "+" and "-" characters.
5840
c1c25a1a
EZ
58412007-12-15 Eli Zaretskii <eliz@gnu.org>
5842
5843 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
5844
afe8ab22 58452007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 5846
afe8ab22
VP
5847 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
5848 the -f option for -break-insert, remove -r option,
5849 and clarify specification of location.
5850
a6b151f1
DJ
58512007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
5852
5853 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
5854 formatting.
5855 (Remote Debugging): Add File Transfer section.
5856 (Remote Configuration): Document Host I/O packets.
5857 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 5858 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
5859 (Packets): Add vFile.
5860
3b784c4f
EZ
58612007-11-17 Eli Zaretskii <eliz@gnu.org>
5862
5863 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
5864 breakpoints with multiple locations.
5865 (Breakpoint Menus): Improve wording.
5866 (Output): Fix last change.
5867
a4ce5b0d
UW
58682007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
5869
5870 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
5871
1b39d5c0
DE
58722007-11-15 Doug Evans <dje@google.com>
5873
5874 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
5875
7a72d44c
VP
58762007-11-15 Vladimir Prus <vladimir@codesourcery.com>
5877
5878 * gdbint.texinfo (Native Conditionals): Remove
5879 mention of CLEAR_SOLIB.
5ae4183a 5880
6d1829bf 58812007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
5882
5883 * gdb.texinfo (Print Settings): Add documentation for "set/show
5884 print frame-arguments".
5885
1a619819
LM
58862007-11-05 Luis Machado <luisgpm@br.ibm.com>
5887
3b784c4f 5888 * gdb.texinfo (Output): Update printf command's description.
1a619819 5889
55eddb0f
DJ
58902007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
5891
5892 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
5893 powerpc soft-float".
5894
9cceb671
DJ
58952007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5896
5897 * gdb.texinfo (Files): Correct formatting. Mention Expat
5898 requirement.
5899 (Requirements for Building GDB): Expand the list of Expat
5900 uses.
5901 (Library List Format, Memory Map Format): Mention Expat.
5902 (Target Descriptions): Update Expat wording.
5903
83acabca
DJ
59042007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5905
5906 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
5907 Document that gdbarch_convert_register_p should return zero for no-op
5908 conversions.
5909
e35879db
UW
59102007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
5911
83acabca 5912 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
5913 of set_gdbarch_sofun_address_maybe_missing back to ...
5914 (Target Conditionals): ... here to fix build break.
5915
203c3895
UW
59162007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
5917
83acabca 5918 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
5919 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
5920 (Compiler Characteristics): ... documentation of
5921 set_gdbarch_sofun_address_maybe_missing.
5922
11411de3
DJ
59232007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
5924
5925 * gdbint.texinfo (Target Conditionals): Use
5926 frame_unwind_register_unsigned in examples instead of
5927 frame_unwind_unsigned_register.
5928
7cc46491
DJ
59292007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
5930
5931 * gdb.texinfo (Predefined Target Types): Add int128
5932 and uint128.
5933 (Standard Target Features): Add PowerPC features.
5934
81adfced
DJ
59352007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
5936
5937 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
5938
c1874924
UW
59392007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
5940
5941 * gdbint.texi (Target Conditionals): Remove documentation
5942 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
5943 gdbarch_extract_return_value, and gdbarch_store_return_value.
5944
f6e56ab3
UW
59452007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
5946
5947 * gdbint.texi (Target Conditionals): Remove documentation of
5948 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
5949
56cf5405
KH
59502007-10-11 Kazu Hirata <kazu@codesourcery.com>
5951
5952 * gdb.texinfo: Mention that inaccessible-by-default is on by
5953 default.
5954
35156bae
DJ
59552007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
5956
5957 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
5958
d983da9c
DJ
59592007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
5960
5961 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
5962 multi-threaded watchpoints.
5963 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
5964 checked. Describe sticky notification. Expand description
5965 of steppable and continuable watchpoints.
5966 (Watchpoints and Threads): New subsection.
5967
fe6fbf8b
VP
59682007-09-28 Vladimir Prus <vladimir@codesourcery.com>
5969
5970 * gdb.texinfo (Setting Breakpoints): Revise
5971 documentation for pending breakpoints. Document
5972 breakpoints with multiple locations.
5ae4183a 5973
084344da
VP
59742007-09-19 Vladimir Prus <vladimir@codesourcery.com>
5975
5976 * gdb.texinfo (Miscellaneous gdb/mi Commands):
5977 Document -list-features.
5ae4183a 5978
82160952
EZ
59792007-09-15 Eli Zaretskii <eliz@gnu.org>
5980
5981 * gdb.texinfo (Output): Spell out which features of C's printf are
5982 not supported by GDB's printf.
7e27a47a
EZ
5983 (Separate Debug Files): More accurate wording regarding build ID
5984 and a reference to the ld manual rather than the Fedora wiki.
82160952 5985
ea37ba09
DJ
59862007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
5987 Jim Blandy <jimb@codesourcery.com>
5988
5989 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
5990 (Examining Memory): Update mentions of the 's' format.
5991 (Automatic Display): Likewise.
5992
b8533aec
DJ
59932007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
5994
5995 * gdb.texinfo: Update the FSF's Back-Cover Text.
5996
83f83d7f
JK
59972007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5998 Eli Zaretskii <eliz@gnu.org>
5999
6000 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
6001 Fixed the ``build ID'' name. New binaries build instructions for the
6002 build ID inclusion. Explain how the commands are specific to the build
6003 ID vs. debug link.
6004
c7e83d54
EZ
60052007-09-01 Eli Zaretskii <eliz@gnu.org>
6006
6007 * gdb.texinfo (Separate Debug Files): Fix last change. Add
6008 indexing for ``build ID'' support.
6009
d3750b24
JK
60102007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6011
6012 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
6013 Enlisted BUILD ID to the debug file searching example.
6014 Included a BUILD ID `.note.gnu.build-id' section description.
6015 Updated/added the debug files splitting instructions for OBJCOPY.
6016
02142340
VP
60172007-08-31 Vladimir Prus <vladimir@codesourcery.com>
6018
6019 * gdb.texinfo (Variable Objects): Adjust docs
6020 for -var-info-expression and document
6021 -var-info-path-expression.
6022
d3bdde98
JB
60232007-08-20 Jim Blandy <jimb@codesourcery.com>
6024
3fb6a982
JB
6025 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
6026 (title page): Include the dedication in the printed manual, as a
6027 separate page after the copyright notice.
5ae4183a 6028
d3bdde98
JB
6029 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
6030 don't break a @var across a line.
6031
c80a96a8
MR
60322007-07-25 Maciej W. Rozycki <macro@mips.com>
6033
6034 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
6035 for include files.
6036
5824a901
NR
60372007-07-12 Nick Roberts <nickrob@snap.net.nz>
6038
6039 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
6040 in annotate.texinfo.
6041 (Command History): Link to new node.
5824a901 6042
d52e7ea3
UW
60432007-07-05 Markus Deuling <deuling@de.ibm.com>
6044
6045 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
6046
5fc14d0a
EZ
60472007-07-05 Eli Zaretskii <eliz@gnu.org>
6048
6049 * gdbint.texinfo (Target Conditionals): Fix last change.
6050
4a9bb1df
UW
60512007-07-03 Markus Deuling <deuling@de.ibm.com>
6052
6053 * gdb.texinfo: Replace following macros by their appropriate gdbarch
6054 routines:
6055 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
6056 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
6057 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
6058 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
6059 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
6060 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
6061 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
6062 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
6063 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
6064 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
6065 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
6066 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
6067 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
6068 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
6069 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
6070 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
6071 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
6072 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
6073 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
6074 (SOFTWARE_SINGLE_STEP_P)
6075
6076 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
6077 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
6078
6079 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
6080 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
6081 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
6082 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
6083 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
6084 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
6085 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
6086 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
6087 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
6088 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
6089
6090 (Converting an existing Target Architecture to Multi-arch): Remove
6091 section.
6092
6093 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
6094 (gdbarch_addr_bits_remove): Add code example.
6095
6096 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
6097
cfa9d6d9
DJ
60982007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
6099
6100 * gdb.texinfo (Remote Configuration): Document library-info-packet.
6101 Add other missing entries. Adjust the table size to fit.
6102 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
6103 stop reasons including the new "library" event.
6104 (General Query Packets): Adjust table widths for qSupported. Mention
6105 qXfer:libraries:read reply to qSupported and document the new packet.
6106 (Library List Format): New section.
6107
159fcc13
JK
61082007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6109
6110 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
6111
f66d1690
MS
61122007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
6113
6114 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
6115
67102876
NR
61162007-06-25 Nick Roberts <nickrob@snap.net.nz>
6117
6118 * gdbint.texinfo (Register and Memory Data): Break sections
6119 into nodes and add a menu.
6120
a4642986
MR
61212007-06-21 Maciej W. Rozycki <macro@mips.com>
6122
6123 * gdb.texinfo (Examining Memory): Document the new behaviour.
6124
e9c17194
VP
61252007-06-21 Vladimir Prus <vladimir@codesourcery.com>
6126
6127 * gdb.texinfo (Standard Target Features): Document
6128 m68k features.
6129
31d99776
DJ
61302007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
6131
6132 * gdb.texinfo (General Query Packets): Document qOffsets changes.
6133
1780a0ed
DJ
61342007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6135
6136 * gdb.texinfo (Target Description Format): Add version attribute
6137 for <target>.
6138
822b6570
DJ
61392007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6140
6141 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
6142
f8b73d13
DJ
61432007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6144
6145 * gdb.texinfo (MIPS Features): New subsection.
6146
0e7f50da
UW
61472007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6148 Markus Deuling <deuling@de.ibm.com>
6149
6150 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
6151 and qXfer:spu:write packets and mention them under qSupported.
6152
23d964e7
UW
61532007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6154 Markus Deuling <deuling@de.ibm.com>
6155
6156 * gdb.texinfo (Architectures): Add new SPU section to document
6157 Cell Broadband Engine SPU architecture specific commands.
6158
9f708cb2
VP
61592007-06-09 Vladimir Prus <vladimir@codesourcery.com>
6160
6161 * gdb.texinfo (GDB/MI Variable Objects): Editorial
6162 comments.
6163
7579b5f8
NR
61642007-06-07 Nick Roberts <nickrob@snap.net.nz>
6165
6166 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
6167
bf06d120
JB
61682007-05-29 Jim Blandy <jimb@codesourcery.com>
6169
6170 * gdb.texinfo (Overview): Doc fix.
6171
23776285
MR
61722007-05-22 Maciej W. Rozycki <macro@mips.com>
6173
6174 * gdb.texinfo (Remote Configuration): Document "set/show
6175 remoteflow".
6176
1a69e1e4
DJ
61772007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
6178
bf06d120
JB
6179 * gdb.texinfo (MIPS): Remove documentation for set mips
6180 saved-gpreg-size, show mips saved-gpreg-size, and set mips
6181 stack-arg-size.
1a69e1e4 6182
46ba6afa 61832007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6184
46ba6afa
BW
6185 * all-cfg.texi (GDBTUI): New.
6186 * gdb.texinfo (Mode Options): Use GDBTUI variable.
6187 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
6188 (TUI Configuration): Edit to improve clarity and fix problems of
6189 both style and content.
5ae4183a 6190
06d3b283
UW
61912007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
6192
6193 * observer.texi (GDB Observers): New observer "new_objfile".
6194
179101d6
UW
61952007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
6196
6197 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
6198
25d5ea92
VP
61992007-04-14 Vladimir Prus <vladimir@codesourcery.com>
6200
6201 * gdb.texinfo (GDB/MI Variable Objects): Document
6202 frozen variables objects.
5ae4183a 6203
ea35711c
DJ
62042007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
6205
6206 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
6207 (Character Sets, Caching Data of Remote Targets): Likewise.
6208 (Targets): Delete Remote node. Move its text...
6209 (Debugging Remote Programs): ...to here. Delete description
6210 of the "remote" command.
6211 (Remote configuration): Delete description of "set remotedevice"
6212 and "show remotedevice".
6213 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
6214
db2e3e2e
BW
62152007-04-11 Bob Wilson <bob.wilson@acm.org>
6216
5ae4183a
AS
6217 * gdb.texinfo (Contributors, Continuing and Stepping)
6218 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
6219 (General Query Packets, File-I/O Remote Protocol Extension)
6220 (Protocol Basics, The F Reply Packet, Write)
6221 (Protocol-specific Representation of Datatypes, Memory Transfer):
6222 Fix hyphenation, punctuation and grammar problems.
6223 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
6224 'section' instead of 'subsection' in the text.
6225 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
6226 (i386): Remove period from section name.
db2e3e2e
BW
6227 (Installing GDB, Requirements, Running Configure, Separate Objdir)
6228 (Config Names, Configure Options): Use @file{configure}.
6229
8a3dae3e
DJ
62302007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
6231
6232 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
6233 and tab expansion.
6234
1a92f856
DJ
62352007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
6236
6237 * gdbint.texinfo (SOM): Correct location of the SOM reader.
6238
79a6e687 62392007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6240
79a6e687
BW
6241 * gdb.texinfo: Consistently capitalize all significant words in
6242 node names, chapter titles, section titles, and headings. Update
6243 cross references to match.
6244 (Starting and Stopping Trace Experiment): Make node name plural.
6245 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 6246
ad527d2e
PA
62472007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
6248
6249 * gdb.texinfo (WinCE): Delete obsolete subsection.
6250
7ce59000
DJ
62512007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6252
6253 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
6254 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
6255 references.
6256
8807d78b
DJ
62572007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6258
6259 * gdb.texinfo (Startup): Delete references to some alternate
6260 names for .gdbinit.
6261 (Thread): Remove LynxOS reference.
6262 (Tandem ST2000): Delete target-specific documentation.
6263 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
6264 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
6265 and GDB_OSABI_LYNXOS.
6266
5f402660
UW
62672007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
6268
6269 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
6270
bac718a6
UW
62712007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
6272
6273 * gdbint.texinfo (Target Conditionals): Remove mention of
6274 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
6275 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
6276
9453113a
DJ
62772007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
6278
6279 * Makefile.in: Add "pdfdir" installation
6280 directory, PDFTEX macro, support for "install-pdf" target,
6281 and rules for making a pdf version of refcard.texi.
6282 * refcard.tex: Specify paper size for PDF output.
6283
ae21e955 62842007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6285
ae21e955 6286 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 6287
3f94c067 62882007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6289
3f94c067
BW
6290 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
6291 (Source Path, Character Sets, Macros, Define)
6292 (GDB/MI Result Records, GDB/MI Simple Examples)
6293 (GDB/MI Program Execution, GDB/MI File Commands)
6294 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
6295 (Bug Reporting): Use @value{GCC}.
5ae4183a 6296
12c27660 62972007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6298
12c27660
BW
6299 * gdb.texinfo (Help): Fix formatting of examples.
6300 (Variables): Use @ifnotinfo instead of @iftex.
6301 (Non-debug DLL symbols): Use @ref instead of @pxref.
6302 (Sparclet File): Use @samp instead of quotes.
5ae4183a 6303
ce9341a1
BW
63042007-03-26 Bob Wilson <bob.wilson@acm.org>
6305
6306 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
6307
c8f4133a
BW
63082007-03-26 Bob Wilson <bob.wilson@acm.org>
6309
6310 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
6311 the order of the nodes.
6312 (C Operators, C Constants, Debugging C): Remove extra menus.
6313 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 6314
c8f4133a 63152007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
6316
6317 * gdb.texinfo (File Options): Add missing parenthesis.
6318 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
6319
c74d0ad8
DJ
63202007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6321
6322 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
6323
ff6f572f
DJ
63242007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6325
669fac23 6326 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
6327 case insensitivity.
6328 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
6329
994337c3
NR
63302007-02-18 Nick Roberts <nickrob@snap.net.nz>
6331
6332 * gdb.texinfo (Top): Put Appendix A after numbered sections.
6333 (Files): Add section name to argument list for pxref.
6334 (Non-debug DLL symbols): Don't use `see' for pxref.
6335 (Embedded Processors): Fix typo.
6336 (GDB/MI Breakpoint Commands): Execution commands generate
6337 *stopped not ^done.
6338
eb819d70
NR
63392007-02-13 Nick Roberts <nickrob@snap.net.nz>
6340
6341 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
6342 values for in_scope. Mention that only root variables can be
6343 updated.
6344 (GDB/MI Development and Front Ends): Explain new values may be
6345 added to existing fields.
6346
123dc839
DJ
63472007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6348
6349 * gdb.texinfo (-target-disconnect): Use @smallexample.
6350 (Requirements): Add anchor for Expat. Update description.
6351 (Target Descriptions): Mention Expat.
6352 (Target Description Format): Document new elements. Use
6353 @smallexample.
6354 (Predefined Target Types, Standard Target Features): New sections.
669fac23 6355 * gdbint.texinfo (Target Descriptions): New section.
123dc839 6356
108546a0
DJ
63572007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
6358
6359 * gdb.texinfo (Target Description Format): Add section on XInclude.
6360
95a98c01
NR
63612006-02-03 Nick Roberts <nickrob@snap.net.nz>
6362
6363 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
6364 command -enable-timings.
6365
f4b3909f
EZ
63662007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
6367
5ae4183a 6368 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
6369 descriptions for new/deleted elements in gdb_osabi. Add missing
6370 description for function generic_elf_osabi_sniff_abi_tag_sections.
6371
c7ba131e
JB
63722007-01-29 Joel Brobecker <brobecker@adacore.com>
6373
6374 * gdb.texinfo (Maintenance Commands): Add documentation for
6375 the new "maint print target-stack" command.
6376
3a60f64e
JK
63772007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6378 Eli Zaretskii <eliz@gnu.org>
6379
f4b3909f 6380 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 6381
c582f8b6
EZ
63822007-01-26 Eli Zaretskii <eliz@gnu.org>
6383
6384 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
6385 Use @value{NGCC} instead of @value{GCC}.
6386
d3e8051b
EZ
63872007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
6388
6389 * agentexpr.texi: Fix typos.
6390 * annotate.texinfo: Likewise.
6391 * gdb.texinfo: Likewise.
6392 * gdbint.texinfo: Likewise.
6393 * observer.texi: Likewise.
6394 * stabs.texinfo: Likewise.
6395
86f04699
EZ
63962007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
6397
6398 * gdbint.texinfo (Support Libraries): Remove mmalloc
6399 entry. Describe readline library.
6400
23181151
DJ
64012007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
6402
6403 * gdb.texinfo (Target Descriptions): New section.
6404 (General Query Packets): Add QPassSignals anchor. Mention
6405 qXfer:features:read under qSupported. Expand mentions of
6406 qXfer:memory-map:read and QPassSignals. Document
6407 qXfer:features:read.
6408
f822c95b
DJ
64092007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
6410
6411 * gdb.texinfo (Commands to specify files): Describe
6412 "set sysroot" and "show sysroot".
6413 (Using the `gdbserver' program): Lowercase argument
6414 to @var. Expand description of setting up GDB on the
6415 host.
6416
8936fcda
JB
64172007-01-05 Joel Brobecker <brobecker@adacore.com>
6418
6419 * gdb.texinfo (Set Catchpoints): Add documentation for the new
6420 catch exception, catch exception unhandled, and catch assert
6421 commands.
6422
e776119f
DJ
64232007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6424
6425 * gdb.texinfo (Debugging Output): Document "set debug xml"
6426 and "show debug xml".
6427
aa79a185
DJ
64282007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6429
6430 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
6431
7f893741
JB
64322007-01-01 Joel Brobecker <brobecker@adacore.com>
6433
6434 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
6435
a1b5960f
VP
64362006-12-08 Vladimir Prus <vladimir@codesourcery.com>
6437
6438 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
6439 note in @ignore, to be removed later if nobody complains.
6440
9f470e6e
NR
64412006-12-04 Nick Roberts <nickrob@snap.net.nz>
6442
6443 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
6444 of -var-delete.
6445
765dc015 64462006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 6447
765dc015 6448 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
6449 automatic software/hardware breakpoint usage and
6450 the "set breakpoint auto-hw" command.
765dc015 6451
4b5752d0
VP
64522006-11-21 Vladimir Prus <vladimir@codesourcery.com>
6453
6454 * gdb.texinfo (Memory Access Checking): New.
6455
89be2091
DJ
64562006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
6457
6458 * gdb.texinfo (Remote configuration): Mention
6459 "pass-signals-packet".
6460 (General Query Packets): Document QPassSignals. Fix
6461 a typo.
6462
ca3bf3bd
DJ
64632006-11-14 Maxim Grigoriev <maxim@tensilica.com>
6464
6465 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
6466
427c3a89
DJ
64672006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
6468
6469 * gdb.texinfo (Remote configuration): Rewrite documentation for
6470 packet configuration commands.
6471 (OS Information): Adjust reference to qXfer:auxv:read.
6472 (General Query Packets): Remove references to read-aux-vector-packet
6473 and set remote get-thread-local-storage-address.
6474
7a107747
DJ
64752006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
6476
6477 * gdbint.texinfo (Target Architecture Definition): Add new
6478 Initializing a New Architecture section.
6479
1c56eb0e
EZ
64802006-10-31 David Taylor <dtaylor@emc.com>
6481
6482 * stabs.texinfo (Macro define and undefine): New node describing
6483 stabs for #define and #undef.
6484
f73adfeb
AS
64852006-10-27 Andreas Schwab <schwab@suse.de>
6486
6487 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
6488
fd60e0df
EZ
64892006-10-21 Eli Zaretskii <eliz@gnu.org>
6490
6491 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
6492 clarify on the possible meanings of ``expression'' watched by
6493 watchpoints. Add indexing.
e5ac9b53
EZ
6494 (Prompting, Errors, Invalidation, Annotations for Running)
6495 (Source Annotations): Fix index entries by adding "annotation" to
6496 them, to discriminate from index entries that point to the more
6497 general topic descriptions.
fd60e0df 6498
52bb452f
DJ
64992006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6500
6501 * gdbint.texinfo (Target Vector Definition): Move most
6502 content into Existing Targets. Add a menu.
6503 (Existing Targets): New section, moved from Target Vector
6504 Definition. Use @subsection.
6505 (Managing Execution State): New section.
6506
58955e58
BW
65072006-10-16 Bob Wilson <bob.wilson@acm.org>
6508
6509 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
6510
c8aa23ab
EZ
65112006-10-15 Eli Zaretskii <eliz@gnu.org>
6512
6513 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
6514 (Command Syntax, Signals, Backtrace, Connecting)
6515 (Remote configuration, Renesas Boards, Console I/O): Fix last
6516 change: use Ctrl- instead of C-, except wrt Emacs.
6517 (File-I/O Examples): Put Ctrl-c in @kbd.
6518 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
6519 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
6520 (Signals, Set Breaks, Set Watchpoints): Document optional
6521 arguments to `info signals' `handle', `info breakpoints', and
6522 `info watchpoints'.
c8aa23ab 6523
e7109c7e
EZ
65242006-10-14 Eli Zaretskii <eliz@gnu.org>
6525
6526 * gdb.texinfo (Backtrace): Fix last change.
6527
de3aea7b
NR
65282006-10-14 Nick Roberts <nickrob@snap.net.nz>
6529
6530 * gdb.texinfo (Backtrace): Order correctly and add other cases.
6531
7f9087cb
BW
65322006-10-10 Bob Wilson <bob.wilson@acm.org>
6533
c8aa23ab
EZ
6534 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
6535 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
6536 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 6537
68437a39
DJ
65382006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6539 Daniel Jacobowitz <dan@codesourcery.com>
6540
6541 * gdb.texinfo (Packets): Document vFlashErase,
6542 vFlashWrite and vFlashDone packets.
6543 (General Query Packets): Document qXfer:memory-map:read.
6544 Add a new feature for qXfer:memory-map:read.
6545 (Memory map format): New section.
6546 (Target Commands): Mention that gdb can write flash.
6547
fd79ecee
DJ
65482006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6549 Daniel Jacobowitz <dan@codesourcery.com>
6550
6551 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
6552 memory regions and "mem auto".
6553
350da6ee
DJ
65542006-09-21 Nathan Sidwell <nathan@codesourcery.com>
6555
6556 * gdbint.texinfo (Array Containers): New section.
6557
2f1acb09
VP
65582006-09-17 Vladimir Prus <vladimir@codesourcery.com>
6559
6560 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
6561 -stack-list-arguments HIGH_FRAME argument can be larger then the
6562 actual number of frames.
6563
2ab1eb7a
VP
65642006-09-07 Vladimir Prus <vladimir@codesourcery.com>
6565
6566 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
6567 -stack-list-locals HIGH_FRAME argument can be larger then the
6568 actual number of frames.
2ab1eb7a 6569
599b237a
BW
65702006-09-02 Bob Wilson <bob.wilson@acm.org>
6571
6572 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
6573 Register Packet Format, Tracepoint Packets): Fix spelling errors.
6574
25ab7e6d
EZ
65752006-09-02 Eli Zaretskii <eliz@gnu.org>
6576
6577 * gdbint.texinfo (Overall Structure): New section "Source Tree
6578 Structure".
6579
940178d3
JB
65802006-08-17 Jim Blandy <jimb@codesourcery.com>
6581
6582 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
6583 responses.
6584
30daae6c
JB
65852006-08-08 Joel Brobecker <brobecker@adacore.com>
6586
6587 * gdb.texinfo (Source Path): Add documentation for new
6588 substitute-path commands.
6589
7fa2210b
DJ
65902006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
6591
6592 * gdb.texinfo (Installing GDB): Update menu. Move text to...
6593 (Running Configure): ...here.
6594 (Requirements): New node. Mention expat.
6595
3d00d119
DJ
65962006-08-08 Vladimir Prus <vladimir@codesourcery.com>
6597
5ae4183a 6598 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
6599 'set download-write-size' and 'show download-write-size'.
6600
0cbfa4ee
DJ
66012006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
6602
6603 * stabs.texinfo (Member Type Descriptor): Correct example for
6604 pointer to member types.
6605
16026cd7
AS
66062006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
6607
6608 * gdb.texinfo (Optional warnings and messages): Add
6609 'set/show trace-commands'.
6610 (Command files): Add '-v' to source command.
6611
0876f84a
DJ
66122006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
6613
6614 * gdb.texinfo (OS Information): Update qPart reference to
6615 qXfer.
6616 (Remote configuration): Likewise.
6617 (Overview): Move @cindex to the start of a paragraph. Talk
6618 about binary data encoding.
6619 (Packets): Refer to the overview for the details of the X
6620 packet encoding.
6621 (General Query Packets): Remove qPart description. Add qXfer
6622 description. Add an anchor to qSupported. Correct feature
6623 table title. Add a new feature for qXfer:auxv:read.
6624 (Interrupts): Add a missing parenthesis.
6625
2ec3381a
DJ
66262006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
6627
669fac23 6628 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
6629 (GDB/MI Kod Commands): Remove commented out node.
6630
594fe323
EZ
66312006-07-01 Eli Zaretskii <eliz@gnu.org>
6632
6633 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
6634 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
6635 (GDB/MI Thread Commands, GDB/MI Program Execution)
6636 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
6637 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
6638 (GDB/MI File Commands, GDB/MI Target Manipulation)
6639 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
6640 since the MI prompt is hard-wired into the code.
6641
7e3fb70c
NR
66422006-07-01 Nick Roberts <nickrob@snap.net.nz>
6643
6644 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
6645 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
6646 (GDB/MI Data Manipulation): Remove description of unimplemented
6647 display related commands as variable objects perform this function
6648 and are superior: -display-delete, -display-disable,
6649 -display-enable, -display-insert and -display-list. Move
6650 -environment-cd, -environment-directory, -environment-path
6651 and -environment-pwd to "Program Context".
6652 (GDB/MI Program Control): Rename to "Program Execution". Move
6653 -exec-arguments -exec-abort to...
6654 (GDB/MI Program Context): ...here. New node split from "Data
6655 Manipulation".
6656
be2a5f71
DJ
66572006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
6658
6659 * gdb.texinfo (Remote configuration): Document set / show
6660 remote supported-packets.
6661 (General Query Packets): Document qSupported packet.
6662
fc320d37
SL
66632006-06-10 Sandra Loosemore <sandra@codesourcery.com>
6664
6665 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
6666 and font markup.
6667 (Protocol basics): Likewise.
6668 (The F request packet): Likewise.
6669 (The F reply packet): Likewise.
6670 (Memory transfer): Move this node to be a subsubsection of
6671 "Protocol specific representation of datatypes".
6672 (The Ctrl-C message): More copy editing.
6673 (Console I/O): Likewise.
6674 (The isatty call): Delete this node, and merge its content into
6675 the "isatty" node. Fixed references elsewhere.
6676 (The system call): Delete this node, and merge its content into
6677 the "system" node. Fixed references elsewhere.
6678 (open): Reformat to use @table, and add appropriate font markup.
6679 (close): Likewise.
6680 (read): Likewise.
6681 (write): Likewise.
6682 (lseek): Likewise.
6683 (rename): Likewise.
6684 (unlink): Likewise.
6685 (stat/fstat): Likewise.
6686 (gettimeofday): Likewise.
6687 (isatty): Likewise.
6688 (system): Likewise, plus minor changes to fix confusing wording.
6689 (Integral datatypes): Fix font markup.
6690 (Pointer values): Likewise.
6691 (struct stat): Fix markup to use @table, plus minor copy editing.
6692 (struct timeval): Fix font markup, plus minor copy editing.
6693 (Constants): Minor copy editing.
6694 (Errno values): Add font markup.
6695 (File-I/O Examples): Likewise.
6696
158fdf5c
NR
66972006-06-10 Nick Roberts <nickrob@snap.net.nz>
6698
6699 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
6700 (GDB/MI Simple Examples): Move node up one level. Use real
6701 examples.
6702 (GDB/MI Compatibility with CLI): Update.
6703 (GDB/MI Result Records): Add "connected" and "exit" result
6704 classes.
6705 (GDB/MI Stream Records): Clarify target output.
6706 (GDB/MI Command Description Format): Modify example description.
6707 (GDB/MI Breakpoint Table Commands): Rename to...
6708 (GDB/MI Breakpoint Commands): ...this
6709 (GDB/MI Breakpoint Commands): Add optional thread field.
6710 (GDB/MI Program Control): Add an introduction. Move "Program
6711 termination" examples into exec-run description.
6712 (GDB/MI File Commands): Mention similar CLI commands.
6713 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
6714 is similar to "-gdb-version".
6715
ddb50cd7
EZ
67162006-06-09 Eli Zaretskii <eliz@gnu.org>
6717
6718 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
6719
2aef0d6b
NR
67202006-06-02 Nick Roberts <nickrob@snap.net.nz>
6721
6722 * gdb.texinfo (GDB/MI Development and Front Ends): Use
6723 sourceware.org for mailing lists.
d5e40d59 6724 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 6725
383a5c52
NR
67262006-06-01 Nick Roberts <nickrob@snap.net.nz>
6727
d5e40d59 6728 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 6729
e16b02ee
EZ
67302006-05-22 Eli Zaretskii <eliz@gnu.org>
6731
6732 * gdb.texinfo (Cygwin Native): Fix last change.
6733
be90c084
CF
67342006-05-22 Christopher Faylor <cgf@timesys.com>
6735
6736 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
6737
347ceba5
NR
67382006-05-15 Nick Roberts <nickrob@snap.net.nz>
6739
6740 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
6741 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
6742
369af7bd
DJ
67432006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6744
6745 * gdb.texinfo (General Query Packets): Recommend not starting
6746 new packets with qC and clarify.
6747
2ffdbde8 67482006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
6749
6750 * gdb.texinfo (M2 Types): New section.
72019c9c 6751
16d1a084
DJ
67522006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
6753
6754 * agentexpr.texi: Add a copyright and license notice.
6755 * observer.texi: Likewise, with GPL clause for function prototypes.
6756 Remove trailing whitespace.
6757
aa56d27a
JB
67582006-05-05 Jim Blandy <jimb@codesourcery.com>
6759
6760 * gdb.texinfo (General Query Packets): Document conventions for
6761 terminating packet names, and their violations.
6762
5bdf8622
DJ
67632006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
6764
6765 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
6766 * gdb.texinfo: Likewise.
6767
605a56cb
DJ
67682006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
6769
6770 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
6771 and "show remotedebug".
6772 (Debugging Output): Add additional index entries.
6773
b8db102d
MS
67742006-04-27 Michael Snyder <msnyder@redhat.com>
6775
6776 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
6777
c5e30d01
AC
67782006-04-22 Andrew Cagney <cagney@redhat.com>
6779
6780 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
6781 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
6782
8181d85f
DJ
67832006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
6784
6785 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
6786 and remove breakpoint prototypes.
6787 (Watchpoints): Move description of target_insert_hw_breakpoint and
6788 target_remove_hw_breakpoint ...
6789 (Breakpoints): ... to here. Document target_insert_breakpoint and
6790 target_remove_breakpoint.
6791
4f553f88
JB
67922006-04-17 Jim Blandy <jimb@codesourcery.com>
6793
6794 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
6795 and C packets are optional.
6796
cd852561
FR
67972006-04-14 Frederic Riss <frederic.riss@st.com>
6798
6799 * gdb.texinfo (Specifying source directories): Update the description
6800 of the source file search to reflect the fact that the source path
6801 always contains at least $cdir and $cwd.
6802
b620eb07
MS
68032006-03-31 Michael Snyder <msnyder@redhat.com>
6804
6805 * gdb.texinfo: Update copyright dates.
6806
3156cdaf
EZ
68072006-03-31 Eli Zaretskii <eliz@gnu.org>
6808
6809 * gdb.texinfo (Overview): Add an index entry to "empty response".
6810
7d30c22d
JB
68112006-03-28 Jim Blandy <jimb@codesourcery.com>
6812
6813 * gdbint.texinfo (Prologue Analysis): New section.
6814
86941c27
JB
68152006-03-07 Jim Blandy <jimb@red-bean.com>
6816
66b8c7f6
JB
6817 * gdb.texinfo (Connecting): Document 'target remote pipe'.
6818
1a10341b
JB
6819 * gdb.texinfo (Target Commands): Update text describing how to
6820 specify a target. Refer to the detailed section on remote
6821 debugging, not the brief mention.
6822
86941c27
JB
6823 * gdb.texinfo (Connecting): Organize the different 'target remote'
6824 connection methods into a table. Add a 'target remote' index
6825 entry. (!!!)
6826
62f3a2ba
FF
68272006-02-17 Fred Fish <fnf@specifix.com>
6828
6829 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
6830 'ptype' commands to reflect the fact that the only significant
6831 difference between them is that ptype prints the complete type
6832 description instead of just the name.
6833
8b9a88ea
WZ
68342006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
6835
6836 * gdbint.texinfo (Watchpoints): Delete
6837 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
6838
7e8dc855
NR
68392006-02-10 Nick Roberts <nickrob@snap.net.nz>
6840
6841 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
6842 times fields where needed. Fix typos. Update general form given
6843 for output of -break-insert.
6844 (GDB/MI): Abbreviate some unnecessarily long fullnames.
6845
c91d38aa
DJ
68462006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
6847
6848 * gdbint.texinfo (Symbol Handling): Add a section
6849 on memory management.
6850
38fcd64c
DJ
68512006-02-06 Vladimir Prus <ghost@cs.msu.su>
6852
6853 * gdb.texinfo (Breakpoint table commands): Document the fullname
6854 field in -break-list output.
6855
219eec71
EZ
68562006-02-03 Eli Zaretskii <eliz@gnu.org>
6857
6858 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
6859 debugging information produced by the various "set debug..."
6860 options.
6861
ae5a43e0
DJ
68622006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6863
6864 * gdb.texinfo (Files): Remove obsolete bits from the description
6865 of "symbol-file".
6866
a9f158ec
JB
68672006-01-25 Jim Blandy <jimb@redhat.com>
6868
6869 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
6870
410dd08e
JB
68712006-01-24 Jim Blandy <jimb@redhat.com>
6872
6873 * gdbint.texinfo (Frames): Document the basics of GDB's register
6874 unwinding model, and explain the existence of the "sentinel" frame.
6875
4b505b12
AS
68762006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
6877
6878 * gdb.texinfo (Choosing files): Mention that -directory is used
6879 for script files.
6880 (Specifying source directories): Likewise.
6881 (Command files): Explain how script files are found.
6882
839c27b7
EZ
68832006-01-21 Eli Zaretskii <eliz@gnu.org>
6884
6885 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
6886 the threads in a multi-threaded program.
6887 (Threads): The threadno argument of "thread apply" can be a range
6888 of numbers.
6889
7be93b9e
JB
68902006-01-18 Jim Blandy <jimb@redhat.com>
6891
6892 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
6893 of warning flags.
6894
fcc73fe3
EZ
68952006-01-13 Eli Zaretskii <eliz@gnu.org>
6896
6897 * gdb.texinfo (Sequences): Improve menu annotations.
6898 (Define): Add index entries for arguments of user-defined
6899 commands. Move the description of flow-control commands...
6900 (Command Files): ...to here. Document loop_break and
6901 loop_continue.
ca91424e
EZ
6902 (Define, Command Files): Document `end' and add index entries for
6903 it.
fcc73fe3 6904
5c95884b
MS
69052006-01-04 Michael Snyder <msnyder@redhat.com>
6906
6907 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 6908 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 6909
860701dc
PH
69102006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
6911
6912 * gdb.texinfo (Omissions from Ada): Document that there is now
6913 limited aggregate support.
6914
36b80e65
EZ
69152005-12-28 Eli Zaretskii <eliz@gnu.org>
6916
6917 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
6918 registers and the likes.
6919
c1468174
EZ
69202005-12-24 Eli Zaretskii <eliz@gnu.org>
6921
6922 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
6923 (Symbols): Fix usage of "e.g.".
359df76b 6924 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
6925
6926 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
6927 (Coding): Fix usage of "e.g.".
6928
c02a867d
EZ
69292005-12-23 Eli Zaretskii <eliz@gnu.org>
6930
5ae4183a
AS
6931 * stabs.texinfo:
6932 * refcard.tex:
c02a867d 6933 * gpl.texi:
5ae4183a
AS
6934 * gdbint.texinfo:
6935 * gdb.texinfo:
6936 * gdb-cfg.texi:
c02a867d 6937 * fdl.texi:
5ae4183a
AS
6938 * annotate.texinfo:
6939 * all-cfg.texi:
c02a867d
EZ
6940 * Makefile.in: Add (C) after Copyright. Update the FSF
6941 address.
6942
fad38dfa
EZ
69432005-12-03 Eli Zaretskii <eliz@gnu.org>
6944
6945 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
6946 extend GDB with commands for external monitor.
6947
53e5f3cf
AS
69482005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
6949
6950 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
6951
55f6ca0f
JB
69522005-11-25 Joel Brobecker <brobecker@adacore.com>
6953
6954 * gdbint.texinfo (Start of New Year Procedure): New chapter.
6955
c1947b85
JB
69562005-11-21 Jim Blandy <jimb@redhat.com>
6957
6958 * gdb.texinfo (Tracepoint Packets): Document restrictions on
6959 placement of 'R' actions in tracepoint action packets; document
6960 dependence of 'X' and 'M' actions on a preceding 'R' action for
6961 their registers.
6962
9d29849a
JB
69632005-11-19 Jim Blandy <jimb@redhat.com>
6964
6965 * gdb.texinfo (Tracepoint Packets): New node.
6966 (General Query Packets): Add entries for the tracepoint packets,
6967 referring to the "Tracepoint Packets" node.
6968 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 6969
9a6253be
KB
69702005-11-18 Kevin Buettner <kevinb@redhat.com>
6971
6972 * gdb.texinfo (set remotebreak): Add anchor.
6973 (X packet): Likewise.
6974 (Remote Protocol): Add new section `Interrupts' and new index
6975 entry `interrupts (remote protocol)'.
6976
5f3bebba
JB
69772005-11-18 Jim Blandy <jimb@redhat.com>
6978
6979 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
6980 entries into the General Query Packets section. Add a
6981 cross-reference to that section. Drop description of replies, as
6982 these are covered in the descriptions of each packet.
6983 (General Query Packets): Add introductory text. Explain naming
6984 conventions, and how the end of a name is recognized.
6985
9a7a1b36
KB
69862005-11-17 Kevin Buettner <kevinb@redhat.com>
6987
0564b6cf 6988 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
6989 "set remotebreak" command.
6990
b8ff78ce
JB
69912005-11-16 Jim Blandy <jimb@redhat.com>
6992
6993 * gdb.texinfo (Packets, Stop Reply Packets)
6994 (General Query Packets): Various formatting cleanups.
6995 - Use @samp for packet contents.
6996 - Drop summaries from packet @item lines; the same information appears
6997 immediately below in the description.
6998 - Delete paragraph breaks after packet @item commands, so that the
6999 description appears directly to the right of the packet prototype
7000 in the printed manual, if it fits.
7001 - Place spaces in packet prototypes between @vars and non-@var
7002 letters, and explain that they're just for formatting.
7003 - Use @dots{} instead of '...'.
7004 - Fix uses of @code where @var was needed.
7005 - Replace "deprecated" markers with English text spelling out the
7006 packet's status and the preferred alternatives.
7007 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
7008 what this ever meant.
7009 - Remove "(draft)" markers on 'i' packets; nobody has commented on
7010 this for a long time.
7011 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
7012 implemented several times, and have been in use for years.
7013
8ffe2530
JB
70142005-11-15 Jim Blandy <jimb@redhat.com>
7015
c43c5473
JB
7016 * gdb.texinfo (Packets): Add index entries for 'm' packet
7017 disclaimers.
5ae4183a 7018
fb031cdf
JB
7019 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
7020 of stub when processing an 'm' packet.
7021
8ffe2530
JB
7022 * gdb.texinfo (Packets): Mention that packets beginning with
7023 letters are reserved once, at the top, instead of actually listing
7024 them all and saying "reserved".
7025
c03c782f
AS
70262005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
7027
7028 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
7029 Change @var{$arg0 to @code{$arg0.
7030
814e32d7
WZ
70312005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
7032
7033 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
7034
fa93a9d8
JB
70352005-11-12 Jim Blandy <jimb@redhat.com>
7036
7037 * gdb.texinfo (General Query Packets): Put packets in alphabetical
7038 order. Remove extraneous 'z'.
7039
8a5a3c82
AS
70402005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
7041
7042 * gdb.texinfo (Choosing files): Add --eval-command.
7043
4b0ad762
AS
70442005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
7045
7046 * gdb.texinfo (Choosing modes): Add --return-child-result.
7047
7048
1a088d06
AS
70492005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
7050
7051 * gdb.texinfo (Choosing modes): Add --batch-silent.
7052
656d5e12
EZ
70532005-10-28 Eli Zaretskii <eliz@gnu.org>
7054
7055 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
7056 "The -var-update Command".
7057
3c9c013a
JB
70582005-10-03 Joel Brobecker <brobecker@adacore.com>
7059
7060 * gdb.texinfo (Print Settings): Add documentation for set/show
7061 print array-indexes.
7062
7ba3cf9c
DJ
70632005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
7064
7065 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
7066 6.2 and 6.3.
7067
a94ab193
EZ
70682005-08-27 Eli Zaretskii <eliz@gnu.org>
7069
7070 * gdb.texinfo (File Options): Don't document --mapped, it's gone
7071 since 19-Jan-2004.
7072 (Files): Likewise.
ab1adacd
EZ
7073 (Variables, Symbols): Document the "<incomplete type>" message and
7074 its reasons.
a94ab193 7075
ca06016a
FF
70762005-08-01 Fred Fish <fnf@specifix.com>
7077
7078 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
7079
cf58170d
NR
70802005-07-15 Nick Roberts <nickrob@snap.net.nz>
7081
7082 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
7083 option for -var-list-children and -var-update.
7084 (GDB/MI Stack Manipulation): Simplify description of
7085 print-values option for -stack-list-locals.
7086 (GDB/MI Command Description Format): Clarify.
7087 (Mode Options): Spelling of superseded.
7088
38f1196a
BR
70892005-07-12 Bob Rossi <bob@brasko.net>
7090
7091 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
7092 corresponding GDB command comment.
7093
3cb3b8df
BR
70942005-07-06 Bob Rossi <bob@brasko.net>
7095
7096 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
7097 and -inferior-tty-show.
7098 (Input/Output): Document "set/show inferior-tty" and tty alias.
7099
10fac096
NW
71002005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
7101
7102 * gdb.texinfo (Packets): Change description of 'D' packet to note
7103 that GDB does wait for a response.
7104
d1b6db76
NR
71052005-06-22 Nick Roberts <nickrob@snap.net.nz>
7106
7107 * gdb.texinfo (History) Rename "Command History".
7108 (Command History): Move node "Server Prefix" from section on
7109 Annotations here.
7110
29629dcf
NR
71112005-06-19 Nick Roberts <nickrob@snap.net.nz>
7112
7113 * gdb.texinfo (GDB/MI Stack Manipulation):
7114 Re-instate -stack-info-frame with example. Say that it gets
7115 info on selected frame, not current frame.
7116
397ca115
EZ
71172005-06-18 Eli Zaretskii <eliz@gnu.org>
7118
7119 * gdb.texinfo (Server): Clarify that `file' should be used before
7120 connecting to the server.
7121 (Files): Add an xref to the above description.
51274035
EZ
7122 (Output Formats): More detailed description of the `c' format.
7123 (Memory): List explicitly all the formats supported by `x'.
638ac427 7124 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 7125 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
7126 files. Add more indexing for solib-absolute-prefix and
7127 --with-sysroot.
76d17f34
EZ
7128 (Machine Code): Document possible problems with locations in
7129 shared libraries.
d416eeec
EZ
7130 (Backtrace): Document that free-standing environments do not need
7131 to have a `main' function.
397ca115 7132
74f6deaa
NR
71332005-06-18 Nick Roberts <nickrob@snap.net.nz>
7134
7135 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
7136 -stack-info-frame.
7137
a9967aef
AC
71382005-06-07 Andrew Cagney <cagney@gnu.org>
7139
7140 * gdb.texinfo (Contributors): Note the original multi-arch
7141 contributors.
7142
e09f16f9
EZ
71432005-06-03 Eli Zaretskii <eliz@gnu.org>
7144
7145 * gdb.texinfo (Registers): Add index entries for the standard
7146 registers.
7147 (Frames): Add cross-reference from frame pointer description to
7148 the Registers node.
7149 (Annotations Overview): Fix the reference to GDB name.
7150
d87ba7ee
EZ
71512005-06-01 Eli Zaretskii <eliz@gnu.org>
7152
7153 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
7154 can-use-hw-watchpoints.
7155
034dad6f
BR
71562005-05-28 Bob Rossi <bob@brasko.net>
7157
7158 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
7159 the possible reasons why an exec async record would be returned to FE.
7160
ffed4509
AC
71612005-05-26 Andrew Cagney <cagney@gnu.org>
7162
7163 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
7164 Andrew Cagney implemented the original GDB/MI.
7165
e22e55c9
OF
71662005-05-23 Orjan Friberg <orjanf@axis.com>
7167
7168 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
7169 documentation. Add documentation for cris-mode.
7170
a78e13ce
EZ
71712005-05-20 Eli Zaretskii <eliz@gnu.org>
7172
7173 * gdb.texinfo (Numbers): Explain the example and make the wording
7174 more acurate.
7175
76ff342d
DJ
71762005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
7177 Dennis Brueni <dennis@slickedit.com>
7178
7179 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
7180 (GDB/MI Data Manipulation, GDB/MI Program Control)
7181 (GDB/MI Stack Manipulation): Update examples to include the fullname
7182 attribute in stack frames.
7183
119b882a
EZ
71842005-05-12 Eli Zaretskii <eliz@gnu.org>
7185
7186 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
7187 do with other non-standard names of init files.
7188
6fc08d32
EZ
71892005-05-11 Eli Zaretskii <eliz@gnu.org>
7190
7191 * gdb.texinfo (Command Files): Move the description of the startup
7192 from here...
7193 (Startup): ...to this new subsection of the Invocation chapter.
7194 Rearrange the description of init files more logically and add a
7195 cross-reference to "Command Files". Document the special gdbinit
7196 name for CISCO 68k. Expand the description of what GDB does
7197 during startup.
7198 (History): Add index entry for HISTSIZE.
7199
a561754a
MK
72002005-05-02 Mark Kettenis <kettenis@gnu.org>
7201
7202 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
7203
2eecc4ab
EZ
72042005-05-02 Eli Zaretskii <eliz@gnu.org>
7205
7206 * gdb.texinfo (SVR4 Process Information, The isatty call)
7207 (The system call): Don't use foo(N) notation for man pages and
7208 functions.
514c4d71 7209 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 7210
18999be5
EZ
72112005-04-27 Eli Zaretskii <eliz@gnu.org>
7212
7213 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
7214 were optimized away.
7215
0abb7bc7
EZ
72162005-04-22 Eli Zaretskii <eliz@gnu.org>
7217
7218 * gdb.texinfo (Remote configuration): Document "set/show
7219 get-thread-local-storage-address". Add cross-reference to the
7220 description of the qGetTLSAddr packet.
7221 (General Query Packets): Mention "set remote
7222 get-thread-local-storage-address" and add a reference to its
7223 description.
7224
6f61acb1
NR
72252005-04-19 Nick Roberts <nickrob@snap.net.nz>
7226
7227 * gdb.texinfo (Backtrace): Describe 'bt full'.
7228
9d59903a
NR
72292005-04-17 Nick Roberts <nickrob@snap.net.nz>
7230
7231 * gdb.texinfo (Mode Options): Fix typo.
7232 (GDB/MI): Describe how to invoke GDB/MI.
7233
721c2651
EZ
72342005-04-16 Eli Zaretskii <eliz@gnu.org>
7235
7236 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 7237 references changed. Add description of "info udot".
721c2651
EZ
7238 (Files): Document "set/show stop-on-solib-events".
7239 (M32R/D): Document "set/show download-path", "set/show
7240 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
7241 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
7242 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
7243 (Maintenance Commands): Improve indexing.
7244 (Target Commands): Document "set/show hash", "set/show debug
7245 monitor".
7246 (SVR4 Process Information): Document "info pidlist" and "info
7247 meminfo". Document "set/show procfs-tarce" and "set/show
7248 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
7249 (Symbols, The Print Command with Objective-C): Improve indexing.
7250 (Objective-C): Add references to "info classes" and "info
7251 selectors".
c45da7e6
EZ
7252 (Debugging Output): Improve wording. Document "set/show debug
7253 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
7254 (Set Breaks): Add index entry for "hardware breakpoints".
7255 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
7256 and "set/show usehardbreakpoints".
7257 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
7258 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
7259 (ARM): Document "rdilogfile", "rdilogenable", "set/show
7260 rdiromatzero", "set/show rdiheartbeat".
7261 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
7262 "sds".
7263 (Embedded Processors): Document the "sim" command.
7264 (Remote): Document the "remote" command.
7265 (DJGPP Native): Document the "info serial" command.
7266 (Threads): Document "maint info sol-threads".
7267 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
7268 (Set Breaks): Improve indexing.
7269 (Command Syntax): Add a reference to dont-repeat.
7270 (Define): Document "dont-repeat".
7271 (TUI Commands): Document "tabset".
7272 (WinCE): New subsection. Document "set/show remotedirectory",
7273 "set/show remoteupload", "set/show remoteaddhost".
721c2651 7274
14d6dd68
EZ
72752005-04-15 Eli Zaretskii <eliz@gnu.org>
7276
7277 * gdb.texinfo (Hurd Native): New subsection, documents
7278 Hurd-specific commands.
a64548ea 7279 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 7280 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
7281 (MIPS): Improve documentation of heuristic-fence-post. Document
7282 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
7283 mips stack-arg-size", "set/show mips mask-address", "set/show mips
7284 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 7285 (ARM): Document ARM-specific commands.
a64548ea
EZ
7286 (AVR): New section. Document "info io_registers".
7287 (CRIS): New section. Document "set/show cris-version" and
7288 "set/show cris-dwarf2-cfi".
7289 (HPPA): New section. Document "set/show debug hppa" and "maint
7290 print unwind".
a5adf40f 7291 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 7292 (Super-H): New section. Document the "regs" command.
721c2651 7293 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 7294
9c16f35a
EZ
72952005-04-09 Eli Zaretskii <eliz@gnu.org>
7296
7297 * gdb.texinfo (Print Settings): Document "set/show print
7298 pascal_static-members", "set print repeats", "show print
7299 null-stop". Improve indexing. Fix documentation of "set print
7300 union".
7301 (Pascal): New section.
7302 (Supported languages): Rename from "Support"; all references
7303 updated. Add a menu item for Pascal.
7304 (Numbers): Document "set radix.
7305 (Screen Size): Document "set/show pagination".
7306 (MIPS Embedded): Remove "set processor" documentation.
7307 (Remote configuration): Document "set/show X/P/Z-packet",
7308 "set/show read-aux-vector-packet", "set/show remote
7309 symbol-lookup-packet", "set/show remote verbose-resume-packet",
7310 "set/show remoteaddresssize", "set/show remotebaud", "set/show
7311 remotedebug", "set/show remotebreak", "set/show remotedevice",
7312 "set/show remotelogfile".
7313 (Auxiliary Vector): Add reference to the description of the
7314 read-aux-vector-packet setting.
7315 (Set Watchpoints): Add a cross-reference to "set remote
7316 hardware-breakpoint-limit".
7317 (General Query Packets): Add indexing of requests and
7318 cross-references to related commands in "Remote configuration".
7319 (File-I/O Overview, The system call): Fix wording and typos.
7320 (Thread Stops): Add index entries.
7321 (Continuing and Stepping): Document "show step-mode".
7322 (i386): New node. Document "set/show struct-convention".
7323 (Files): Document "show trust-readonly-sections".
7324 (Calling): Document "set/show unwindonsignal".
7325 (Messages/Warnings): Add index entries.
7326 (Maintenance Commands): Document "set/show watchdog".
7327 (Annotations Overview): Document "show annotate".
7328 (Set Watchpoints): Add index entries.
7329 (Symbols): Fix doc of case-sensitive.
7330 (ABI): Document "show coerce-float-to-double".
7331 (Convenience Vars, Help): Improve indexing.
7332 (Machine Code): Document "show disassembly-flavor".
7333 (Debugging C plus plus): Document "show overload-resolution".
7334 (Value History, Signaling): Add index entries.
7335
73362005-04-08 Eli Zaretskii <eliz@gnu.org>
7337
7338 * gdb.texinfo (Show): Move @kindex entries to their proper places.
7339 (Processes): Fix wording.
7340 (History, List, Logging output, Define, Symbols, Print Settings):
7341 Improve indexing.
7342
a8f24a35
EZ
73432005-04-03 Eli Zaretskii <eliz@gnu.org>
7344
7345 * gdb.texinfo (Targets): Document "set/show architecture". Remove
7346 redundant index entry for "target" command.
7347 (Backtrace): Add index entries.
7348 (Symbols, Fortran): Document the "set case-sensitive" command.
7349 (DJGPP Native): Document "set com1base", "set com1irq", etc.
7350 (Print Settings): Add index entry for "set demangle-style".
7351 (Target Commands): Document "set download-write-size".
7352 (Debugging Output): Document "set exec-done-display".
7353
09d4efe1
EZ
73542005-04-02 Eli Zaretskii <eliz@gnu.org>
7355
7356 * gdb.texinfo (Files): Fix the name and documentation of
7357 add-shared-symbol-files. Document its alias assf. Update the
7358 list of OSs where GDB supports shared libraries. Fix markup.
7359 (Continuing and Stepping): Add reference to @var{location} in the
7360 text.
7361 (Dump/Restore Files): Fix reference to @{filename}.
7362 (Help): Fix wording.
7363 (Attach): Ditto.
7364 (Set Watchpoints): Ditto.
7365 (Backtrace): Remove redundant index entries. Improve index
7366 entries.
7367 (Delete Breaks): Fix wording.
7368 (Memory): Document the compare-sections command.
7369 (Memory Region Attributes): Improve wording.
7370 (Disabling): Improve wording.
7371 (Fortran): New subsection. Document the "info common" command.
7372 (Help): Document aliases "info copying" and "info warranty".
7373 (Caching Remote Data): New section. Document the "set/show
7374 remotecache" and "info dcache" commands.
7375 (Show): Fix wording of the documentation of the "set
7376 extension-language" command.
7377 (Signals): Add index entry for "info handle".
7378 (Memory Region Attributes): Fix punctuation.
7379 (Symbols): Change the arg name to "location" and refer to it in
7380 the text. Fix wording of "info types" doc.
7381 (Threads): Fix usage of @enumerate @item's.
7382 (Listing Tracepoints): Add index entry for "info tp".
7383 (Set Watchpoints): Add xref to "info break" description.
7384 (Macros): Add an index entry for "macro exp1". Document the
7385 "macro list" command.
7386 (Maintenance Commands): Document "flushregs", "maint agent",
7387 "maint check-symtabs", "maint cplus", "maint demangle", "maint
7388 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
7389 "maint print architecture", "maint print objfiles", "maint print
7390 statistics", "maint print type", "maint show-debug-regs", "maint
7391 space", "maint time", and "maint translate-address".
7392 (Connecting): Document the "monitor" command.
7393 (Annotations Overview): Describe the "set annotate" command.
7394
82f2d802
EZ
73952005-04-01 Eli Zaretskii <eliz@gnu.org>
7396
7397 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
7398 Rearrange index entries and improve wording about support for
7399 hardware watchpoints.
7400
7d51c7de
BR
74012005-03-10 Bob Rossi <bob@brasko.net>
7402
7403 * gdb.texinfo: Update copyright
7404
68c71a2e
TR
74052005-02-09 Theodore A. Roth <troth@openavr.org>
7406
7407 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
7408 error.
7409
83761cbd
KB
74102005-02-03 Kevin Buettner <kevinb@redhat.com>
7411
7412 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
7413
9f1c6395
MS
74142005-01-17 Michael Snyder <msnyder@redhat.com>
7415
7416 * gdb.texinfo: Fix spelling, infinte -> infinite.
7417
fbd1b305
MK
74182005-01-08 Mark Kettenis <kettenis@gnu.org>
7419
7420 * observer.texi (GDB Observers): Document "solib_loaded".
7421
3ace7edb
AC
74222005-01-07 Andrew Cagney <cagney@gnu.org>
7423
bec39cab
AC
7424 * configure.ac: Rename configure.in, require autoconf 2.59.
7425 * configure: Re-generate.
7426
3ace7edb
AC
7427 * configure.in: Replace configdirs with multiple references to
7428 AC_CONFIG_SUBDIRS.
7429 * configure: Re-generate.
5ae4183a 7430
53531fc1
AC
74312005-01-04 Andrew Cagney <cagney@gnu.org>
7432
7433 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
7434 part of the version number.
7435
536ffdb7
MK
74362004-12-24 Mark Kettenis <kettenis@gnu.org>
7437
7438 * gdbint.texinfo (Algorithms): Remove description of
7439 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
7440
e1aac25b
JB
74412004-12-07 Jim Blandy <jimb@redhat.com>
7442
7443 * gdb.texinfo (General Query Packets): Specify that thread ID's in
7444 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
7445 numbers.
7446
f47b1503
AS
74472004-12-07 Andreas Schwab <schwab@suse.de>
7448
7449 * gdb.texinfo (Mode Options): Document -l option.
7450
b6b8ece6
EZ
74512004-12-04 Eli Zaretskii <eliz@gnu.org>
7452
7453 * gdbint.texinfo (Algorithms): More accurate description of
7454 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
7455 is not needed unless data-read and data-access watchpoints are
7456 supported. Add a description of how GDB checks whether the
7457 inferior stopped because a watchpoint was hit.
7458
01371747
EZ
74592004-11-23 Eli Zaretskii <eliz@gnu.org>
7460
7461 * gdb.texinfo (Files): Add cross-reference to description of
7462 -readnow command-line switch.
7463
2315ffec
RC
74642004-11-10 Randolph Chung <tausq@debian.org>
7465
7466 * gdb.texinfo: Document set/show backtrace past-entry commands.
7467 Rearrange index entries for set/show backtrace past-main.
7468
69065f5d
AC
74692004-11-10 Jon Beniston <jon@beniston.com>
7470
7471 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
7472 * gdb.texinfo (Remote Serial Protocol): Further describe
7473 binary transfer escaping mechanism .
69065f5d 7474
30e91e0b
RC
74752004-11-08 Randolph Chung <tausq@debian.org>
7476
7477 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
7478 and "show debug infrun". Add index entries.
7479
60bf7e09
EZ
74802004-10-23 Eli Zaretskii <eliz@gnu.org>
7481
7482 * gdb.texinfo (SVR4 Process Information): Document subcommands of
7483 "info proc" that are already implemented. Add index entries.
7484 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
7485 (Files): Add a tip for decreasing memory used for symtabs from
7486 shared libraries.
f018e82f
EZ
7487 (Starting): Fix whitespace; make "elaboration" stand out where it
7488 is first used, and add an index entry for the term.
f8568604
EZ
7489 (Calling): Expand and elaborate text. Add "print". Add the
7490 description of problems with weak aliases.
384ee23f 7491 (Core File Generation): New section.
60bf7e09 7492
d52fe014
AC
74932004-10-12 Andrew Cagney <cagney@gnu.org>
7494
7495 * gdbint.texinfo (Versions and Branches): New chapter.
7496 (Releasing GDB): Delete "Versions and Branches" section.
7497 (Top): Add "Versions and Branches".
7498
703663ab
EZ
74992004-10-08 Eli Zaretskii <eliz@gnu.org>
7500
7501 * gdb.texinfo (Editing, History): Add cross-references to the
7502 included Readline and History user documentation. Remove
7503 references to the symbol have-readline-appendices which is unused
7504 and undefined.
7505 (History): Fix indexing.
7506
ac77d04f
JJ
75072004-10-08 Jeff Johnston <jjohnstn@redhat.com>
7508
7509 * gdbint.texinfo (target_stopped_data_address): Update to
7510 new prototype.
7511 (i386_stopped_data_address): Update prototype and description.
7512 (i386_stopped_by_watchpoint): New function and description.
7513
e07c999f
PH
75142004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
7515
7516 * gdb.texinfo (Filenames): Add Ada suffixes.
7517 (Ada) New section.
7518
2e868123
AC
75192004-09-27 Andrew Cagney <cagney@gnu.org>
7520 Robert Picco <Robert.Picco@hp.com>
7521
7522 * gdb.texinfo (Packets): Document the "p" packet.
7523
02a57714
JM
75242004-09-21 Jason Molenda (jmolenda@apple.com)
7525
7526 * gdb.texinfo (Paths and Names of the Source Files): Document the
7527 meaning of values in the 'desc' field of a SO stab.
7528
ae038cb0
DJ
75292004-09-20 Daniel Jacobowitz <dan@debian.org>
7530
7531 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
7532 max-cache-age" and "maint show dwarf2 max-cache-age".
7533
f7dc1244
EZ
75342004-09-16 Eli Zaretskii <eliz@gnu.org>
7535
7536 * gdb.texinfo (Set Breaks): Add index entry for setting
7537 breakpoints on overloaded C++ functions that are not members of
7538 any classes. Add an example and an index entry for setting
7539 breakpoints on all program functions.
7540 (Character Sets, Macros, Overlay Commands)
7541 (Non-debug DLL symbols, GDB/MI Output Syntax)
7542 (Annotations Overview, Maintenance Commands, File-I/O Overview):
7543 Use "(@value{GDBP})" instead of a literal "(gdb)".
7544
f810308b
AC
75452004-09-12 Andrew Cagney <cagney@gnu.org>
7546
7547 * gdbint.texinfo (Native Debugging): Delete description of
7548 FILES_INFO_HOOK.
7549
15a661f3
PH
75502004-09-11 Paul Hilfinger <hilfinger@gnat.com>
7551
5ae4183a
AS
7552 * gdbint.texinfo (User Interface): Change local_hex_string_custom
7553 to hex_string_custom (not historically correct, but more
15a661f3
PH
7554 understandable, given the current code).
7555
f3219c75
AC
75562004-09-03 Andrew Cagney <cagney@gnu.org>
7557
7558 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
7559
f3bb6704
JJ
75602004-09-01 Jeff Johnston <jjohnstn@redhat.com>
7561
7562 * observer.texi (solib_unloaded): New observer.
7563
8d2c00cb
AC
75642004-08-24 Andrew Cagney <cagney@gnu.org>
7565
7566 * gdbint.texinfo (Target Architecture Definition): Add missing
7567 comma.
7568
e7dc800a
MC
75692004-08-20 Michael Chastain <mec.gnu@mindspring.com>
7570
7571 * (Using the Testsuite): build != host is supported,
7572 but some test scripts do not support build != host.
7573
73b03683
MK
75742004-08-14 Mark Kettenis <kettenis@gnu.org>
7575
7576 * gdbint.texinfo (Host Definition): Delete description of
7577 FCLOSE_PROVIDED and GETENV_PROVIDED.
7578
c0ccb908
MK
75792004-08-05 Mark Kettenis <kettenis@chello.nl>
7580
7581 * gdbint.texinfo (Host Definition): Delete description of
7582 NO_SYS_FILE.
7583 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
7584 PTRACE_FP_BUG.
7585
9c8dbfa9
AC
75862004-08-05 Andrew Cagney <cagney@gnu.org>
7587
7588 * gdbint.texinfo (Target Architecture Definition): Delete
7589 reference to deprecated_read_fp.
7590
f42accbe
AC
75912004-08-02 Andrew Cagney <cagney@gnu.org>
7592
7593 * gdbint.texinfo (Target Architecture Definition): Delete
7594 description of DEPRECATED_REGISTER_BYTES.
7595
0b66e38c
EZ
75962004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
7597
7598 * gdb.texinfo (Source Path): Document the new behavior of
7599 searching for the source files.
7600
15387254
EZ
76012004-07-17 Eli Zaretskii <eliz@gnu.org>
7602
7603 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
7604 (Search, Expressions, Arrays, Variables, Data, Machine Code)
7605 (Auto Display): Improve indexing.
7606
2c07db7a
AC
76072004-07-16 Andrew Cagney <cagney@gnu.org>
7608
7609 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
7610 "-noasync".
7611
4644b6e3
EZ
76122004-07-09 Eli Zaretskii <eliz@gnu.org>
7613
7614 * gdb.texinfo: Fix @kindex entries so that multiple commands that
7615 have the same prefix have only their prefix in the index.
7616
7561d450
MK
76172004-07-03 Mark Kettenis <kettenis@gnu.org>
7618
7619 * gdb.texinfo (BSD libkvm Interface): New node (section)
7620 (Native): Add it to the menu.
7621
67bebe79
MK
76222004-07-01 Mark Kettenis <kettenis@gnu.org>
7623
7624 * gdbint.texinfo (Target Architecture Definition): Remove
7625 PCC_SOL_BROKEN.
7626
1a6923e0
MK
76272004-06-24 Mark Kettenis <kettenis@gnu.org>
7628
7629 * gdbint.texinfo (Target Architecture Definition): Remove
7630 SUN_FIXED_LBRAC_BUG.
7631
b435e160
AC
76322004-06-26 Andrew Cagney <cagney@gnu.org>
7633
7634 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
7635
b5622e8d
AC
76362004-06-20 Andrew Cagney <cagney@gnu.org>
7637
7638 * gdbint.texinfo (Target Architecture Definition): Deprecate
7639 USE_STRUCT_CONVENTION.
7640
e0c07bf0
MC
76412004-06-19 Michael Chastain <mec.gnu@mindspring.com>
7642
7643 gdb.texinfo (Bug Reporting): Mention session recording,
7644 with the script command or Emacs.
7645
782263ab
AC
76462004-06-18 Andrew Cagney <cagney@gnu.org>
7647
7648 * gdbint.texinfo (Target Architecture Definition): Deprecate
7649 FUNCTION_START_OFFSET.
7650
03727ca6
AC
76512004-06-14 Andrew Cagney <cagney@gnu.org>
7652
7653 Based on changes from Karl Berry.
7654 * gdb.texinfo: Do not use @sc in a direntry.
7655 * stabs.texinfo: Change @dircateogry to "Software development".
7656 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
7657
97092415
AC
76582004-06-13 Andrew Cagney <cagney@gnu.org>
7659
7660 * gdbint.texinfo (Target Architecture Definition): Delete
7661 description of RETURN_VALUE_ON_STACK.
7662
1f6d4158
AC
76632004-06-09 Andrew Cagney <cagney@gnu.org>
7664
7665 * gdbint.texinfo (Native Debugging): Restore "@table @code"
7666 deleted by previous patch.
7667
d966f0cb
AC
76682004-06-08 Andrew Cagney <cagney@gnu.org>
7669
7670 * gdbint.texinfo (Native Debugging): Delete documentation on
7671 ATTACH_DETACH.
7672
86fe4aaa
RC
76732004-06-06 Randolph Chung <tausq@debian.org>
7674
7675 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
7676
d4b6d575
RC
76772004-06-06 Randolph Chung <tausq@debian.org>
7678
5ae4183a 7679 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
7680 the new push_dummy_call method signature. Describe the function
7681 argument.
7682
4e8b0763
JB
76832004-05-24 Joel Brobecker <brobecker@gnat.com>
7684
7685 * gdb.texinfo (Starting): Document new start command.
7686
59caf092
AC
76872004-05-21 Andrew Cagney <cagney@redhat.com>
7688
7689 * observer.texi (GDB Observers): Document "inferior_created".
7690
e4a2df64
AC
76912004-05-08 Andrew Cagney <cagney@redhat.com>
7692
e6b55ae2
AC
7693 * gdbint.texinfo (Target Architecture Definition): Delete
7694 description of DO_DEFERRED_STORES.
7695
28954179
AC
7696 * gdbint.texinfo (Target Architecture Definition): Delete
7697 references to DEPRECATED_FIX_CALL_DUMMY.
7698
434b87dd
AC
7699 * gdbint.texinfo (Target Architecture Definition): Delete
7700 description of DEPRECATED_CALL_DUMMY_WORDS,
7701 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
7702
58d28df8
AC
7703 * gdbint.texinfo (Target Architecture Definition): Delete
7704 description of DEPRECATED_PUSH_DUMMY_FRAME.
7705
e4a2df64
AC
7706 * gdbint.texinfo (Target Architecture Definition): Delete
7707 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
7708
2b4855ab
AC
77092004-05-07 Andrew Cagney <cagney@redhat.com>
7710
7711 * observer.texi (GDB Observers): Add "Debugging" section. Include
7712 cross reference to "set/show debug observer".
7713 * gdb.texinfo (Debugging Output): Document "set/show debug
7714 observer".
7715
fcf70625
AC
77162004-05-01 Andrew Cagney <cagney@redhat.com>
7717
7718 * gdbint.texinfo (Target Architecture Definition): Delete
7719 description of DEPRECATED_PC_IN_SIGTRAMP.
7720
8ee56bcf
AC
77212004-04-30 Andrew Cagney <cagney@redhat.com>
7722
7723 * gdbint.texinfo (Target Architecture Definition): Delete
7724 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
7725
67ab9a76
OF
77262004-04-30 Orjan Friberg <orjanf@axis.com>
7727
7728 * observer.texi (GDB Observers): Correct spelling.
7729
79346bcb
OF
77302004-04-26 Orjan Friberg <orjanf@axis.com>
7731
7732 * observer.texi (GDB Observers): Add target_changed event.
7733
7a464420
AC
77342004-04-08 Andrew Cagney <cagney@redhat.com>
7735
7736 * observer.texi (GDB Observers): Rework, provide generic observer
7737 definitions and then a list of observable events.
7738
6cdf9d98
AC
77392004-04-04 Andrew Cagney <cagney@redhat.com>
7740
7741 * gdbint.texinfo (Host Definition): Delete reference to
7742 NO_SIGINTERRUPT.
7743
ddc135a4
AC
77442004-04-02 Andrew Cagney <cagney@redhat.com>
7745
7746 * gdbint.texinfo (Target Architecture Definition): Delete
7747 reference to DEPRECATED_CALL_DUMMY_LENGTH.
7748
6a1b180d
SC
77492004-03-28 Stephane Carrez <stcarrez@nerim.fr>
7750
7751 * gdb.texinfo (TUI Commands): Document tui reg commands.
7752
d0d5df6f
AC
77532004-03-26 Andrew Cagney <cagney@redhat.com>
7754
7755 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
7756 "gdbtui".
7757 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
7758 (Contributors): Mention both Text and Terminal User Interface.
7759
aa2a3f87
AC
77602004-03-23 Andrew Cagney <cagney@redhat.com>
7761
7762 * gdbint.texinfo (Target Architecture Definition): Deprecate
7763 references to SIGTRAMP_START and SIGTRAMP_END.
7764
f561f026
AC
77652004-03-23 Andrew Cagney <cagney@redhat.com>
7766
7767 * gdbint.texinfo (Target Architecture Definition): Deprecate
7768 references to PC_IN_SIGTRAMP.
7769
33cb8b0f
AC
77702004-03-19 Andrew Cagney <cagney@redhat.com>
7771
7772 * gdbint.texinfo (Target Architecture Definition): Delete
7773 reference to GDB_TARGET_IS_HPPA.
7774
fc989b7a
AC
77752004-03-18 Andrew Cagney <cagney@redhat.com>
7776
7777 * gdbint.texinfo (Coding): Update section on gdbarch_data,
7778 describe pre_init and post_init.
7779
701b08bb
DJ
77802004-03-09 Daniel Jacobowitz <drow@mvista.com>
7781
7782 * gdb.texinfo (Debugging Output): Document values for "set debug
7783 target".
7784
faae5abe
AC
77852004-02-28 Andrew Cagney <cagney@redhat.com>
7786
7787 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
7788
dd79a6cf
JJ
77892004-02-26 Jeff Johnston <jjohnstn@redhat.com>
7790
7791 * gdb.texinfo (breakpoints): Add information about the
7792 new "set breakpoint pending" and "show breakpoint pending"
7793 commands.
7794
e7f16015
AC
77952004-02-26 Andrew Cagney <cagney@redhat.com>
7796
7797 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
7798 in Per-architecture module data section.
7799
7161a3a6
RM
78002004-02-25 Roland McGrath <roland@redhat.com>
7801
7802 * gdb.texinfo (General Query Packets): Document qPart:... packets.
7803
2154891a
AC
78042004-02-24 Andrew Cagney <cagney@redhat.com>
7805
7806 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
7807 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
7808 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 7809
6c74ac8b
AC
78102004-02-17 Andrew Cagney <cagney@redhat.com>
7811
7812 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
7813
19772a2c
AC
78142004-02-16 Andrew Cagney <cagney@redhat.com>
7815
7816 * gdbint.texinfo (Target Architecture Definition): Deprecate
7817 FRAMELESS_FUNCTION_INVOCATION.
7818
c9830293
AC
78192004-02-16 Andrew Cagney <cagney@redhat.com>
7820
7821 * gdbint.texinfo (Coding): Mention -Wunused-function.
7822
b9d26eb9
AC
78232004-02-14 Andrew Cagney <cagney@redhat.com>
7824
7825 * gdbint.texinfo (Target Architecture Definition): Delete
7826 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
7827
49efadf5
EZ
78282004-02-12 Elena Zannoni <ezannoni@redhat.com>
7829
7830 * gdb.texinfo: Properly quote the name "C++".
7831 * gdbint.texinfo: Ditto.
7832 * stabs.texinfo: Ditto.
7833
1eb288ea
EZ
78342004-02-11 Elena Zannoni <ezannoni@redhat.com>
7835
7836 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
7837 minimal information about libiberty.
7838
e4937fc1
MC
78392004-02-06 Michael Chastain <mec.gnu@mindspring.com>
7840
7841 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
7842
a9331b3f
RM
78432004-02-04 Roland McGrath <roland@redhat.com>
7844
7845 * gdb.texinfo (Auxiliary Vector): New node (section).
7846 (Data): Add it to the menu.
7847
2650777c
JJ
78482004-02-02 Jeff Johnston <jjohnstn@redhat.com>
7849
7850 * gdb.texinfo (Breakpoints): Add information about pending
7851 breakpoint support.
7852
b4501125
AC
78532004-01-26 Andrew Cagney <cagney@redhat.com>
7854
7855 * gdb.texinfo (Overview): Delete references to the cisco protocol
7856 including the "N" response.
7857
74055713
AC
78582004-01-26 Andrew Cagney <cagney@redhat.com>
7859
7860 * gdbint.texinfo (Target Architecture Definition): Rename
7861 EXTRACT_STRUCT_VALUE_ADDRESS to
7862 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 7863
3bbe9696
EZ
78642004-01-24 Eli Zaretskii <eliz@gnu.org>
7865
7866 * gdb.texinfo (KOD): Document "show os". Add index entries for
7867 "set/show os" and "info cisco" commands.
7868
5843504f
EZ
78692004-01-21 Eli Zaretskii <eliz@gnu.org>
7870
7871 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
7872
9175c9a3
MC
78732004-01-19 Michael Chastain <mec.gnu@mindspring.com>
7874
7875 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
7876 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
7877
8e94b928
NR
78782004-01-19 Nick Roberts <nick@nick.uklinux.net>
7879
7880 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
7881 -stack-list-locals.
7882 (GDB/MI Variable Objects): Describe extension to
7883 -var-list-children.
7884
a20cf136
DJ
78852004-01-17 Daniel Jacobowitz <drow@mvista.com>
7886
7887 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
7888
afb18d0f
AC
78892004-01-17 Andrew Cagney <cagney@redhat.com>
7890
7891 * gdbint.texinfo (Target Architecture Definition): Delete
7892 documentation on DEPRECATED_NPC_REGNUM.
7893
b51970ac
DJ
78942004-01-13 Daniel Jacobowitz <drow@mvista.com>
7895
7896 * gdb.texinfo: Update copyright year. Mention that set
7897 follow-fork-mode is supported on GNU/Linux. Remove documentation of
7898 "set follow-fork-mode ask".
7899
0f0cffd2
AC
79002004-01-13 Andrew Cagney <cagney@redhat.com>
7901
7902 * gdbint.texinfo: Update copyright year.
7903 (Coding): Add -Wunused-label to list of -Werror warnings.
7904
c552b3bb 79052004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 7906 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
7907
7908 * gdb.texinfo: Update copyright.
7909 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
7910 around names, as appropriate. Minor syntax cleanup of
7911 _NSPrintForDebugger explanation. Two spaces after periods.
7912 GDBN used instead of lit. "gdb". Index entries added for
7913 print-object and _NSPrintForDebugger. @noindent added in one spot.
7914
afe157ca
EZ
79152003-11-11 Elena Zannoni <ezannoni@redhat.com>
7916
7917 * stabs.texinfo: Add dircategory and direntry commands.
7918 * annotate.texinfo: Ditto.
7919
963e2bb7
AC
79202003-11-10 Andrew Cagney <cagney@redhat.com>
7921
7922 * gdbint.texinfo (Target Architecture Definition): Replace the
7923 return_value method's "inval" and "outval" parameters with
7924 "readbuf" and "writebuf".
7925
1d8b2f28
JB
79262003-10-28 Jim Blandy <jimb@redhat.com>
7927
7928 * gdb.texinfo (The F request packet, The F reply packet): Renamed
7929 from "The `F' request packet" and "The `F' reply packet", to make
7930 texi2dvi happy.
7931 (File-I/O remote protocol extension): Update menu entries, too.
7932
36d86913
MC
79332003-10-26 Michael Chastain <mec@shout.net>
7934
7935 * gdb.texinfo (Thread Stops): Document the issue with
7936 premature return from system calls in multi-threaded programs.
7937
ce2826aa
AC
79382003-10-24 Andrew Cagney <cagney@redhat.com>
7939
7940 * annotate.texinfo: Fix "fortunatly"[sic].
7941
f24c5e49
KI
79422003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
7943
7944 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
7945 with "Hitachi" and "Mitsubishi".
7946
92ad9cd9
AC
79472003-10-20 Andrew Cagney <cagney@redhat.com>
7948
7949 * gdbint.texinfo (Target Architecture Definition): Document
7950 gdbarch_return_value. Add cross references from
7951 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
7952 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
7953
0ab4b752
MK
79542003-10-18 Mark Kettenis <kettenis@gnu.org>
7955
7956 * gdbint.texinfo (Target Architecture Definition): Document
7957 regset_from_core_section.
fb3e19c0
KI
7958
79592003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
7960
7961 * gdb.texinfo (M32R/D): Mention m32rsdi target.
7962
a9331b3f 79632003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
7964
7965 From Anthony Green <green@redhat.com>:
5ae4183a 7966 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 7967
1485d690
KB
79682003-10-14 Kevin Buettner <kevinb@redhat.com>
7969
889bf7c5
PA
7970 * gdb.texinfo (Breakpoint related warnings): New node.
7971 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 7972
86d30acc
DJ
79732003-10-13 Daniel Jacobowitz <drow@mvista.com>
7974
7975 * gdb.texinfo (Remote Protocol): Document v and vCont.
7976
172c2a43
KI
79772003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
7978
7979 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
7980 * gdbint.texinfo: Ditto.
7981
71952f4c
AC
79822003-10-09 Andrew Cagney <cagney@redhat.com>
7983
7984 From 2003-09-18 David Anderson <davea@sgi.com>:
7985 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
7986 "command".
7987
268e2188
AC
79882003-10-03 Andrew Cagney <cagney@redhat.com>
7989
7990 * gdbint.texinfo (Target Architecture Definition): Deprecate
7991 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
7992 just target.
7993
12c266ea 79942003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 7995
f30992d4 7996 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
7997 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
7998 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
7999 * gdbint.texinfo (Target Architecture Definition): Rename
8000
80012003-09-30 Andrew Cagney <cagney@redhat.com>
8002
f30992d4 8003 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 8004 (Target Architecture Definition):
f30992d4 8005
2e092625
AC
8006 * gdbint.texinfo (Target Architecture Definition): Rename
8007 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
8008
0717ae8a
AC
80092003-09-29 Andrew Cagney <cagney@redhat.com>
8010
dad809b7
AC
8011 * gdbint.texinfo (Target Architecture Definition): Delete
8012 documentation for NEED_TEXT_START_END.
8013
0717ae8a
AC
8014 * gdbint.texinfo (Target Architecture Definition): Rename
8015 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
8016 TARGET_WRITE_PC.
a9331b3f 8017
af6cf26d
MC
80182003-09-22 Michael Chastain <mec@shout.net>
8019
8020 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
8021
ee206350
AG
80222003-09-21 Anthony Green <green@redhat.com>
8023
8024 * gdbint.texinfo (Target Architecture Definition): Fix typos.
8025
a38c9fe6
MK
80262003-09-21 Mark Kettenis <kettenis@gnu.org>
8027
8028 * gdbint.texinfo (Target Architecture Definition): Document
8029 stabs_argument_has_addr.
8030
77949794
AC
80312003-09-18 Andrew Cagney <cagney@redhat.com>
8032
8033 * gdbint.texinfo (Target Architecture Definition): Delete
8034 documentation on REGISTER_NAMES.
8035
8e823e25
MK
80362003-09-13 Mark Kettenis <kettenis@gnu.org>
8037
8038 * gdbint.texinfo (Target Architecture Definition): Replace
8039 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
8040
f27dd7fd
AC
80412003-09-11 Andrew Cagney <cagney@redhat.com>
8042
8043 * gdbint.texinfo (Target Architecture Definition): Replace
8044 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
8045
8b148df9
AC
80462003-08-18 Andrew Cagney <cagney@redhat.com>
8047
8048 * gdbint.texinfo (Target Architecture Definition): Document
8049 "frame_red_zone_size".
8050
25d29d70
AC
80512003-08-09 Andrew Cagney <cagney@redhat.com>
8052
8053 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
8054 with "set/show backtrace past-main" and "set/show backtrace
8055 limit".
8056
c938e9b0
L
80572003-08-08 H.J. Lu <hongjiu.lu@intel.com>
8058
8059 * Makefile.in (install-info): Support DESTDIR.
8060 (install-html): Likewise.
8061
64fabec2
AC
80622003-08-07 Andrew Cagney <cagney@redhat.com>
8063
8064 Patch from Nick Roberts.
8065 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
8066 bindings. Remove description of send-gdb-command.
8067
2fcf52f0
AC
80682003-08-07 Andrew Cagney <cagney@redhat.com>
8069
8070 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
8071 GDB 6.0.
8072
086432e2
AC
80732003-08-06 Andrew Cagney <cagney@redhat.com>
8074
8075 * gdb.texinfo (Mode Options): Mention that level three is the
8076 highest available and that level 2 is deprecated.
8077 (Annotations Overview): Mention annotation levels. Cross reference
8078 to "Limitations of the Annotation Interface" in annotate.texi.
8079 (TODO, Value Annotations, Frame Annotations): Delete section.
8080 (Displays, Breakpoint Info): Delete.
8081
e5249f67
AC
80822003-08-04 Andrew Cagney <cagney@redhat.com>
8083
8084 * agentexpr.texi: Delete @bye.
8085 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
8086 (stabs.info): Add $(srcdir) to include search path.
8087 (html): Depend on "annotate_toc.html", and not "annotate.html".
8088 * stabs.texinfo: Ditto. Include "fdl.texi".
8089 * gdbint.texinfo: Update copyright statement's list of invariant
8090 sections.
8091
e6f672d2
AC
80922003-07-28 Andrew Cagney <cagney@redhat.com>
8093
8094 * Makefile.in (INFO_DEPS): Add annotate.info.
8095 (dvi, ps, html, pdf): Add annotate.
8096 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
8097 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
8098 (ANNOTATE_DOC_FILES): New macro.
8099 (ANNOTATE_TEX_TMPS): New macro.
8100 (annotate.info, annotate_toc.html): Specify dependencies.
8101 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
8102 * annotate.texinfo: Rename annotate.texi. Get building. Add
8103 "Migrating to GDB/MI" and "Limitations of the Annotation
8104 Interface" chapters. Mention why it is not part of the user
8105 guide. Update copyright notice. Include "fdl.texi".
8106
72ffddc9
SC
81072003-07-26 Stephane Carrez <stcarrez@nerim.fr>
8108
8109 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
8110
a9f12a31
DJ
81112003-07-24 Daniel Jacobowitz <drow@mvista.com>
8112
8113 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
8114
b1fe9455
DJ
81152003-07-24 Daniel Jacobowitz <drow@mvista.com>
8116
8117 * gdb.texinfo (Server): Mention pidof.
8118
153721e6
AC
81192003-07-22 Andrew Cagney <cagney@redhat.com>
8120
8121 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
8122 list.
8123
0fac0b41
DJ
81242003-06-28 Daniel Jacobowitz <drow@mvista.com>
8125
8126 * gdb.texinfo (Logging output): New chapter.
8127
4e562065
JB
81282003-06-24 Joel Brobecker <brobecker@gnat.com>
8129
8130 * gdb.texinfo (Unsupported languages): New section.
8131 (Languages): Add link to new section.
8132
f2c06f52
AC
81332003-06-22 Andrew Cagney <cagney@redhat.com>
8134
8135 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
8136
b4177fca
DJ
81372003-06-22 Daniel Jacobowitz <drow@mvista.com>
8138
8139 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
8140
f418dd93
DJ
81412003-06-22 Daniel Jacobowitz <drow@mvista.com>
8142
8143 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
8144 * agentexpr.texi: Retitle section, and change it to an appendix.
8145 Comment out texinfo initialization. Factor a @var{} into two
8146 pieces to prevent makeinfo warnings.
8147 * gdb.texinfo: Add Agent Expressions appendix.
8148
4ca61388
DJ
81492003-06-19 Daniel Jacobowitz <drow@mvista.com>
8150
8151 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
8152
07f31aa6
DJ
81532003-06-18 Daniel Jacobowitz <drow@mvista.com>
8154
5ae4183a 8155 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
8156 remote target". Document the "detach" and "disconnect" commands.
8157 (Server, Netware, Debug Session): Reference "Connecting to a
8158 remote target".
8159 (GDB/MI Target Manipulation): Document "-target-disconnect".
8160
2dd0da42
AC
81612003-06-13 Andrew Cagney <cagney@redhat.com>
8162
8163 * gdbint.texinfo (Target Architecture Definition): Deprecate
8164 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
8165 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
8166
e7a3abfc
JB
81672003-06-09 Jim Blandy <jimb@redhat.com>
8168
8169 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
8170
25e3a86b
AC
81712003-06-08 Andrew Cagney <cagney@redhat.com>
8172
8173 * gdbint.texinfo (Target Architecture Definition): Delete
8174 documentation on FRAME_ARGS_ADDRESS_CORRECT.
8175
a9e5fdc2
AC
81762003-06-08 Andrew Cagney <cagney@redhat.com>
8177
8178 * gdbint.texinfo (Target Architecture Definition): Document
8179 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
8180
b37303ee
AF
81812003-06-07 Adam Fedor <fedor@gnu.org>
8182
8183 * gdb.texinfo: Add Objective-C documentation.
8184
39fe6e80
AC
81852003-06-01 Andrew Cagney <cagney@redhat.com>
8186
8187 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
8188 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
8189
125309b2
AC
81902003-05-21 Andrew Cagney <cagney@redhat.com>
8191
8192 * gdbint.texinfo (Target Architecture Definition): Delete
8193 references to "extract_address" and "store_address".
8194
b8b527c5
AC
81952003-05-16 Andrew Cagney <cagney@redhat.com>
8196
8197 * gdbint.texinfo (Target Architecture Definition): Replace
8198 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
8199 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
8200
50e3ee83
TR
82012003-05-14 Theodore A. Roth <troth@openavr.org>
8202
8203 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
8204
44e2be90
L
82052003-05-10 H.J. Lu <hongjiu.lu@intel.com>
8206
8207 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
8208 (gdb.dvi): Likewise.
8209 (gdb.pdf): Likewise.
8210 (links2roff): Likewise.
8211
df5215a6
JB
82122003-05-08 Jim Blandy <jimb@redhat.com>
8213
8214 * gdb.texinfo (Dump/Restore Files): Update documentation for
8215 'dump', 'append', and 'restore': note that format argument is
8216 optional; simplify presentation of the command variants; and be
8217 more precise about the formats.
8218
5e7b2f39
JB
82192003-05-07 Jim Blandy <jimb@redhat.com>
8220
8221 * gdb.texinfo (Symbols): Update documentation: 'maint list
8222 symtabs' and 'maint list psymtabs' have been renamed 'maint info
8223 symtabs' and 'maint info psymtabs'.
8224
b1e29e33
AC
82252003-05-05 Andrew Cagney <cagney@redhat.com>
8226
8227 * gdbint.texinfo (Target Architecture Definition): Make
8228 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
8229 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
8230 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
8231
00905d52
AC
82322003-05-04 Andrew Cagney <cagney@redhat.com>
8233
8234 * gdb.texinfo (Maintenance Commands): Document "maint print
8235 dummy-frames".
8236
54ff5908
AC
82372003-05-04 Andrew Cagney <cagney@redhat.com>
8238
8239 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
8240
32e7087d
JB
82412003-05-03 J. Brobecker <brobecker@gnat.com>
8242
8243 Thierry Schneider <tpschneider1@yahoo.com>
8244 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
8245 for new MI command.
8246
7043d8dc
AC
82472003-05-03 Andrew Cagney <cagney@redhat.com>
8248
8249 * gdbint.texinfo (Target Architecture Definition): Document
8250 push_dummy_code. Add cross references.
8251
e33d66ec
EZ
82522003-05-02 Elena Zannoni <ezannoni@redhat.com>
8253
8254 * gdb.texinfo (Character Sets): Update to reflect new behavior of
8255 set/show charsets commands.
8256
0ba6dca9
AC
82572003-04-28 Andrew Cagney <cagney@redhat.com>
8258
8259 * gdbint.texinfo (Target Architecture Definition): Replace
8260 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
8261 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
8262
d7a27068
AC
82632003-04-28 Andrew Cagney <cagney@redhat.com>
8264
8265 * gdbint.texinfo (Target Architecture Definition): Rename
8266 "tm_print_insn" to "deprecated_tm_print_insn".
8267
44ea7b70
JB
82682003-04-09 Jim Blandy <jimb@redhat.com>
8269
8270 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
8271 list psymtabs'.
8272
fb8f8949
AC
82732003-04-08 Andrew Cagney <cagney@redhat.com>
8274
8275 * gdbint.texinfo (Target Architecture Definition): Delete
8276 references to EXTRA_FRAME_INFO.
8277
32fb0f22
AC
82782003-04-08 Andrew Cagney <cagney@redhat.com>
8279
8280 * gdbint.texinfo (Target Architecture Definition): Delete
8281 PRINT_TYPELESS_INTEGER.
8282
6be67e67
JB
82832003-04-02 J. Brobecker <brobecker@gnat.com>
8284
8285 * observer.texi (GDB Observers): Adjust the documentation for the
8286 normal_stop notification to better describe reality. Fix a couple
8287 of minor typos.
8288
4e35d5f0
BR
82892003-04-02 Bob Rossi <bob_rossi@cox.net>
8290
a9331b3f 8291 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
8292 '-file-list-exec-source-file'
8293
e8a8712a
AC
82942003-03-31 Andrew Cagney <cagney@redhat.com>
8295
8296 * gdbint.texinfo (Target Architecture Definition): Delete
8297 references to CALL_DUMMY_P.
8298
6c0e89ed
AC
82992003-03-30 Andrew Cagney <cagney@redhat.com>
8300
8301 * gdbint.texinfo (Target Architecture Definition): Remove
8302 reference to TARGET_WRITE_SP.
a9331b3f 8303
378bfd1b
AC
83042003-03-27 Andrew Cagney <cagney@redhat.com>
8305
8306 * gdbint.texinfo (Target Architecture Definition): Remove
8307 references to write_sp.
6c0e89ed 8308
922fbb7b
AC
83092003-03-27 Andrew Cagney <cagney@redhat.com>
8310
8311 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
8312 chapter body. Use @smallexample instead of @example.
8313 (Annotations): Ditto.
8314 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
8315 annotate.texi.
8316
b81774d8
AC
83172003-03-26 Andrew Cagney <cagney@redhat.com>
8318
8319 * gdbint.texinfo (Target Architecture Definition): Replace
8320 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
8321 dummy_addr parameters.
8322
1bf6d5cc
AC
83232003-03-25 Andrew Cagney <cagney@redhat.com>
8324
8325 * gdbint.texinfo (Target Architecture Definition): Delete
8326 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
8327 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8328 Add reference to PUSH_ARGUMENTS.
8329
618ce49f
AC
83302003-03-23 Andrew Cagney <cagney@redhat.com>
8331
8332 * gdbint.texinfo (Algorithms, Target Architecture Definition):
8333 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
8334
bcd7e15f
JB
83352003-03-18 J. Brobecker <brobecker@gnat.com>
8336
8337 * gdbint.texinfo (Algorithms): Add new section describing the
8338 Observer paradigm.
8339 (Top): Add menu entry to new observer appendix.
8340 * observer.texi: New file.
8341 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
8342 new observer.texi file.
8343
9fe8321b
AC
83442003-03-17 Andrew Cagney <cagney@redhat.com>
8345
8346 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
8347 that GNU Press update the manual version number.
8348
ac2adee5
AC
83492003-03-12 Andrew Cagney <cagney@redhat.com>
8350
8351 * gdbint.texinfo (Target Architecture Definition): Delete
8352 references to get_saved_register. Rename GET_SAVED_REGISTER to
8353 DEPRECATED_GET_SAVED_REGISTER.
8354
749b82f6
AC
83552003-03-13 Andrew Cagney <cagney@redhat.com>
8356
8357 * gdbint.texinfo (Target Architecture Definition): Replace
8358 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
8359
8bedc050
AC
83602003-03-12 Andrew Cagney <cagney@redhat.com>
8361
8362 * gdbint.texinfo (Target Architecture Definition): Rename
8363 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 8364
0ce1b118
CV
83652003-03-10 Corinna Vinschen <vinschen@redhat.com>
8366
8367 * gdb.texinfo: Add File-I/O documentation.
8368
12cc2063
AC
83692003-03-10 Andrew Cagney <cagney@redhat.com>
8370
8371 * gdbint.texinfo (Target Architecture Definition): Cross reference
8372 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
8373
7453dc06
AC
83742003-03-07 Andrew Cagney <cagney@redhat.com>
8375
8376 * gdb.texinfo (Debugging Output): Mention the "set/show debug
8377 frame" command.
8378
6314f104
AC
83792003-03-05 Andrew Cagney <cagney@redhat.com>
8380
8381 * gdbint.texinfo (Target Architecture Definition): Document
8382 unwind_dummy_id. Cross reference unwind_dummy_id and
8383 SAVE_DUMMY_FRAME_TOS.
8384
f1212245
DJ
83852003-03-05 James Ingham <jingham@apple.com>
8386 Daniel Jacobowitz <drow@mvista.com>
8387
8388 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
8389 and "show cp-abi".
8390
77e7e267
AC
83912003-03-03 Andrew Cagney <cagney@redhat.com>
8392
8393 * gdbint.texinfo (Target Architecture Definition): Document
8394 register_type.
8395
838a8221
AC
83962003-03-03 Andrew Cagney <cagney@redhat.com>
8397
8398 * stabs.texinfo (Structures): Use @samp and separate @var's
8399 instead of a single @var containing a comma separated list.
8400 (Unions): Ditto.
8401
d7f4a264
DJ
84022003-03-02 Daniel Jacobowitz <drow@mvista.com>
8403
8404 * Makefile.in (distclean): Remove config.log.
8405
f30ee0bc
AC
84062003-03-01 Andrew Cagney <cagney@redhat.com>
8407
8408 * gdbint.texinfo (Target Architecture Definition): Rename
8409 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
8410
84112003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
8412
8413 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
8414 DEPRECATED_INIT_EXTRA_FRAME_INFO.
8415
be448670
CF
84162003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
8417
8418 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
8419 (Non-debug DLL symbols): New node, describing the minimal symbols
8420 loaded from DLLs without real debugging symbols.
8421
501eef12
AC
84222003-02-20 Andrew Cagney <ac131313@redhat.com>
8423
8424 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
8425 hardware-breakpoint-limit".
8426 (Set Watchpoints): Add cross reference to "set remote
8427 hardware-watchpoint-limit".
8428 (Remote configuration options): New section.
8429
21c294e6
AC
84302003-02-04 Andrew Cagney <ac131313@redhat.com>
8431
e9be73e4
AC
8432 * gdbint.texinfo (Target Architecture Definition): Delete
8433 descrption of IS_TRAPPED_INTERNALVAR.
8434
21c294e6
AC
8435 From Keith Seitz <keiths@redhat.com>:
8436 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
8437 option "-i"/"--interpreter" to this chapter. Include index
8438 entries.
8439
0179ffac
DC
84402003-02-04 David Carlton <carlton@math.stanford.edu>
8441
8442 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
8443 (Variables): Recommend stabs+ and DWARF 2.
8444 (C plus plus expressions): Correct info about
8445 compiler versions, debug formats.
8446 (Contributors): Change 'DWARF2' to 'DWARF 2'.
8447 PR symtab/874.
8448
7ca9f392
AC
84492003-02-01 Andrew Cagney <ac131313@redhat.com>
8450
8451 * gdbint.texinfo (Target Architecture Definition): Delete
8452 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
8453 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
8454 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
8455 references to nindy and i960.
8456 * gdb.texinfo (i960): Delete all references to i960 and nindy.
8457
31a85ea2
AC
84582003-02-01 Andrew Cagney <ac131313@redhat.com>
8459
8460 * gdbint.texinfo (Target Architecture Definition): Delete
8461 FLOAT_INFO.
8462
6b894e49
AC
84632003-01-30 Andrew Cagney <ac131313@redhat.com>
8464
8465 * stabs.texinfo (Member Type Descriptor): Clarify description of
8466 `@'. Suggested by Ben Hutchings.
8467
c48861fb
AC
84682003-01-29 Andrew Cagney <ac131313@redhat.com>
8469
8470 * gdb.texinfo (M68K): Delete reference to es1800.
8471
617073a9
AC
84722003-01-29 Andrew Cagney <ac131313@redhat.com>
8473
8474 * gdb.texinfo (Maintenance Commands): Document `maint print
8475 reggroups' and `maint print register-groups'.
8476 * gdbint.texinfo (Target Architecture Definition): Document
8477 register_reggroup_p.
8478
5b5d99cf
JB
84792003-01-23 Jim Blandy <jimb@redhat.com>
8480
8481 * gdb.texinfo (Separate Debug Files): New section.
8482
e7ba9c65
DJ
84832003-01-22 Daniel Jacobowitz <drow@mvista.com>
8484
8485 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
8486 and "maint show profile".
8487
94e91d6d
MC
84882003-01-16 Michael Chastain <mec@shout.net>
8489
8490 * gdb.texinfo (Installing GDB): Warn against
8491 ".../gdb-VERSION/gdb/configure".
8492 (Separate Objdir): Likewise.
8493
867f3898
AC
84942003-01-15 Andrew Cagney <ac131313@redhat.com>
8495
8496 * gdbint.texinfo (Target Architecture Definition): Delete
8497 definition of PRINT_REGISTER_HOOK.
8498
f153cc92
EZ
84992003-01-15 Elena Zannoni <ezannoni@redhat.com>
8500
8501 (OpenRISC 1000): Fix formatting of command names.
8502
c60eb6f1
EZ
85032003-01-15 Elena Zannoni <ezannoni@redhat.com>
8504
8505 * gdb.texinfo (Continuing and Stepping): Add new command
8506 'advance'. Clarify behavior of 'until'.
8507
f5ebfba0
DJ
85082003-01-13 Daniel Jacobowitz <drow@mvista.com>
8509
8510 * gdb.texinfo (Files): Document solib-absolute-prefix and
8511 solib-search-path.
8512
4ce8657e
MC
85132003-01-09 Michael Chastain <mec@shout.net>
8514
8515 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
8516 (Create a Release): Add new instructions for new @file{src-release}.
8517 Document existing instructions for @file{Makefile.in} as
8518 being for @value{GDBN} 5.3.1 or earlier.
8519
372613e3
AC
85202003-01-09 Andrew Cagney <ac131313@redhat.com>
8521
8522 * gdbint.texinfo (Target Architecture Definition): Mention
8523 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
8524 allocate memory.
8525
b4e9345d
DJ
85262003-01-04 Daniel Jacobowitz <drow@mvista.com>
8527
8528 * gdb.texinfo (Controlling GDB): Add @kindex for
8529 "show osabi".
8530 (Backtraces): Add @kindex's for backtrace-below-main.
8531
98b45e30
DJ
85322003-01-04 Daniel Jacobowitz <drow@mvista.com>
8533
8534 * gdb.texinfo (Controlling GDB): Document "set osabi".
8535
95f90d25
DJ
85362003-01-04 Daniel Jacobowitz <drow@mvista.com>
8537
8538 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
8539 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
8540
1e698235
DJ
85412003-01-04 Daniel Jacobowitz <drow@mvista.com>
8542
8543 * gdb.texinfo (Controlling GDB): Add ABI section. Document
8544 "set coerce-float-to-double".
8545 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
8546
e632838e
AC
85472003-01-02 Andrew Cagney <ac131313@redhat.com>
8548
8549 * stabs.texinfo: Remove obsolete text.
8550 * gdbint.texinfo: Ditto.
8551 * gdb.texinfo: Ditto.
8552
c133ab7a
MK
85532002-12-22 Mark Kettenis <kettenis@gnu.org>
8554
8555 * gdbint.texinfo (Target Architecture Definition): Update
8556 description of gdbarch_register_osabi.
8557
f821f325
KH
85582002-12-20 Kazu Hirata <kazu@cs.umass.edu>
8559
8560 * agentexpr.texi: Fix typos.
8561 * annotate.texi: Likewise.
8562 * fdl.texi: Likewise.
8563
85a6d8d3 85642002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
8565
8566 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
8567 DEPRECATED_INIT_FRAME_PC.
8568
ae45cd16
AC
85692002-12-01 Andrew Cagney <ac131313@redhat.com>
8570
8571 * gdbint.texinfo (Target Architecture Definition): Delete
8572 PC_IN_CALL_DUMMY.
8573
07555a72
AC
85742002-11-28 Andrew Cagney <ac131313@redhat.com>
8575
8576 * gdbint.texinfo (Host Definition): Delete documentation on
8577 USE_GENERIC_DUMMY_FRAMES.
8578
c166cdc7
EZ
85792002-11-26 Elena Zannoni <ezannoni@redhat.com>
8580
5ae4183a 8581 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
8582 * Makefile.in (install-info): Run the install-info command as part
8583 of the post install steps only.
8584 (uninstall-info): New target.
8585 (uninstall): New target.
8586
35db0260
EZ
85872002-11-22 Elena Zannoni <ezannoni@redhat.com>
8588
8589 * Makefile.in (install): Make install do some real work.
8590
9ba8d803
AC
85912002-11-19 Andrew Cagney <ac131313@redhat.com>
8592
8593 Fix POSIX problem reported by Paul Eggert.
8594 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
8595 Fix PR gdb/527.
8596
903ad3a6
AC
85972002-10-26 Andrew Cagney <cagney@redhat.com>
8598
8599 * gdbint.texinfo (Target Architecture Definition): Delete
8600 definition of DO_REGISTERS_INFO.
8601
f2abfe65
KB
86022002-10-18 Kevin Buettner <kevinb@redhat.com>
8603
8604 * gdbint.texinfo (Address Classes): Fix problems with insertion
8605 of ``{'' and ``}'' in example.
8606
b5b0480a
KB
86072002-10-17 Kevin Buettner <kevinb@redhat.com>
8608
8609 * gdbint.texinfo (Address Classes): New section.
8610 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
8611 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
8612 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
8613 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
8614
c85508ee
KD
86152002-10-11 Klee Dienes <kdienes@apple.com>
8616
8617 * gdb.texinfo (Registers): Mention vector registers as well as
8618 floating registers in the documentation for 'info registers' and
8619 'info all-registers'.
8620
6d12fc3d
DJ
86212002-10-11 Daniel Jacobowitz <drow@mvista.com>
8622
8623 * gdbint.texinfo (CPLUS_MARKER): Remove item.
8624
8d19fbd2
JJ
86252002-10-03 Jeff Johnston <jjohnstn@redhat.com>
8626
8627 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
8628 interface definition.
8629
a37295f9
MM
86302002-10-03 Marko Mlinar <markom@opencores.org>
8631
8632 * gdb.texinfo (Target Commands): Add or1k target specific
8633 commands.
8634 * gdb.texinfo (Contributors): Add myself to the contributors list.
8635
da0f9dcd
AC
86362002-10-01 Andrew Cagney <ac131313@redhat.com>
8637
8638 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
8639 and "mi1" instead of "mi1" and "mi0".
8640
2e834e49
HPN
86412002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
8642
8643 * gdb.texinfo (Packets): Fix typos "alligned".
8644 Correct z3/Z3 description. Correct z4/Z4 title.
8645
050be0dc
AC
86462002-09-27 Andrew Cagney <ac131313@redhat.com>
8647
8648 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
8649
1104b9e7
KB
86502002-09-25 Kevin Buettner <kevinb@redhat.com>
8651
8652 * gdb.texinfo: Use GNU/Linux instead of Linux.
8653
512217c7
AC
86542002-09-25 Andrew Cagney <ac131313@redhat.com>
8655
8656 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
8657
10998722
AC
86582002-09-24 Andrew Cagney <ac131313@redhat.com>
8659
512217c7 8660 * gdb.texinfo: Replace @example with @smallexample.
10998722 8661
a0eb71c5
KB
86622002-09-20 Kevin Buettner <kevinb@redhat.com>
8663
f7dc1244 8664 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
8665 * gdb.texinfo (Character Sets): Use @smallexample instead of
8666 @example. Use GNU/Linux instead of Linux.
8667
86682002-09-20 Jim Blandy <jimb@redhat.com>
8669
8670 * gdb.texinfo: Add character set documentation.
8671
2f870471
AC
86722002-09-19 Andrew Cagney <ac131313@redhat.com>
8673
8674 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
8675 (Packets): Add cross reference from `b' packet to `z' packets.
8676
790eb8f5
AC
86772002-09-19 Andrew Cagney <ac131313@redhat.com>
8678
8d30a00d
AC
8679 * gdb.texinfo (Maintenance Commands): Document ``maint
8680 internal-error'' and ``maint internal-warning''.
8681
790eb8f5
AC
8682 * gdbint.texinfo (Target Architecture Definition): Revise
8683 description of STACK_ALIGN. Add description of FRAME_ALIGN.
8684
a23a7bf1
JB
86852002-09-19 Joel Brobecker <brobecker@gnat.com>
8686
8687 * gdbint.texinfo (Target Conditionals): Document the new
8688 NAME_OF_MALLOC macro.
8689
299ffc64
AC
86902002-09-05 Andrew Cagney <ac131313@redhat.com>
8691
8692 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
8693 engineer.
8694
b7bb15bc
SC
86952002-09-02 Stephane Carrez <stcarrez@nerim.fr>
8696
8697 * gdb.texinfo (TUI Overview): Document status line fields.
8698
3d757584
SC
86992002-09-02 Stephane Carrez <stcarrez@nerim.fr>
8700
8701 * gdb.texinfo (TUI Commands): Document info win command.
8702
269c21fe
SC
87032002-09-01 Stephane Carrez <stcarrez@nerim.fr>
8704
8705 * gdb.texinfo (TUI Overview): Document breakpoint markers.
8706
7cf36c78
SC
87072002-09-01 Stephane Carrez <stcarrez@nerim.fr>
8708
8709 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
8710 (TUI Keys): Likewise.
8711
d2c6833e
AC
87122002-08-25 Andrew Cagney <ac131313@redhat.com>
8713
8714 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
8715 for a packet receive.
8716
46d8b1c3
AC
87172002-08-25 Andrew Cagney <ac131313@redhat.com>
8718
8719 * Makefile.in (clean): Move to end of file.
8720 (distclean, maintainer-clean, realclean): Ditto.
8721 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
8722 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
8723 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
8724 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
8725
b0787093
AC
87262002-08-24 Andrew Cagney <ac131313@redhat.com>
8727
8728 * Makefile.in (GDBINT_TEX_TMPS): Define.
8729 (gdbint.dvi, gdbint.pdf): Use
8730 (GDB_TEX_TMPS): Define.
8731 (gdb.dvi, gdb.pdf): Use.
8732 (STABS_TEX_TMPS): Define.
8733 (stabs.dvi, stabs.pdf): Use.
8734 (GDB_DOC_SOURCE_INCLUDES): New macros.
8735 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
8736 (GDBINT_DOC_FILES_INCLUDES): New macros.
8737 (GDBINT_DOC_BUILD_INCLUDES): New macros.
8738 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
8739 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
8740 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
8741 (links2roff): Replace SFILES_INCLUDED with
8742 GDB_DOC_SOURCE_INCLUDES.
8743 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
8744 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
8745 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
8746 dependencies.
8747 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
8748 dependencies.
8749 (gdbmi.texinfo): Delete rule.
8750 (inc-hist.texinfo): Delete rule.
8751 (rluser.texinfo): Delete rule.
8752
ebba8386
AC
87532002-08-23 Andrew Cagney <cagney@redhat.com>
8754
8755 * gdbint.texinfo (Target Architecture Definition): Update
8756 STORE_RETURN_VALUE, mention regcache.
8757
0ab7a791
AC
87582002-08-21 Andrew Cagney <ac131313@redhat.com>
8759
8760 * gdbint.texinfo (Target Architecture Definition): Document
8761 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
8762
ee2d5c50
AC
87632002-08-19 Andrew Cagney <ac131313@redhat.com>
8764
8765 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
8766 Fix minor typos. Add index entries.
8767
53c69bd7
AC
87682002-08-18 Andrew Cagney <ac131313@redhat.com>
8769
8770 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
8771
e76f1f2e
AC
87722002-08-15 Andrew Cagney <ac131313@redhat.com>
8773
8774 * gdbint.texinfo (Target Architecture Definition): Document
8775 PRINT_VECTOR_INFO.
8776 * gdb.texinfo (Vector Unit): Document "info vectors" command.
8777
0680b120
AC
87782002-08-13 Andrew Cagney <ac131313@redhat.com>
8779
8780 * gdb.texinfo (Maintenance Commands): Document "maint print
8781 registers", "maint print raw-registers" and "maint print
8782 cooked-registers".
8783
3c3bea1c
GS
87842002-08-08 Grace Sainsbury <graces@redhat.com>
8785
a9331b3f 8786 From Mark Salter:
3c3bea1c
GS
8787 * gdb.texinfo (Protocol): Document T packet extension to
8788 allow watchpoint address reporting.
8789
42f9b0a5
AC
87902002-08-03 Andrew Cagney <ac131313@redhat.com>
8791
8792 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
8793
db034ac5
AC
87942002-08-01 Andrew Cagney <cagney@redhat.com>
8795
8796 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
8797 to CHILL.
8798
e2b28d04
AC
87992002-08-01 Andrew Cagney <ac131313@redhat.com>
8800
8801 * gdbint.texinfo (Coding): Revise section "Include Files".
8802
7fb623f7
AC
88032002-07-24 Andrew Cagney <cagney@redhat.com>
8804
8805 * gdbint.texinfo: Obsolete references to m88k.
8806 * gdb.texinfo: Ditto.
8807
4a2b4636
JB
88082002-07-10 Joel Brobecker <brobecker@gnat.com>
8809
7fb623f7 8810 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
8811 where the proper version of autoconf can be retrieved.
8812
a71ec265
DH
88132002-07-09 Don Howard <dhoward@redhat.com>
8814
8815 * gdb.texinfo (Command Files): Further describe the behavior of
8816 sourced command files.
8817
b9aa90c9
AC
88182002-06-27 Andrew Cagney <ac131313@redhat.com>
8819
8820 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
8821 (Coding): Clarify ISO C version that GDB assumes.
8822
40dd2248
TT
88232002-06-26 Tom Tromey <tromey@redhat.com>
8824
8825 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
8826 add_setshow_cmd_full.
8827
bfac230e
DH
88282002-06-25 Don Howard <dhoward@redhat.com>
8829
8830 * gdb.texinfo (Memory Region Attributes): Document new behavior
8831 for 'mem' command.
8832
475b0867
JB
88332002-06-11 Jim Blandy <jimb@redhat.com>
8834
919d772c
JB
8835 * gdb.texinfo (Symbols): Update documentation for `info source'
8836 command.
8837
475b0867
JB
8838 * gdb.texinfo (Macros): Call the command `info macro', not
8839 `show macro'.
8840
ba8c9337
AC
88412002-06-09 Andrew Cagney <ac131313@redhat.com>
8842
8843 * gdbint.texinfo (Coding): Add section ``Per-architecture module
8844 data''.
8845
1029b7fa
MK
88462002-06-09 Mark Kettenis <kettenis@gnu.org>
8847
8848 * gdbint.texinfo (Target Architecture Definition): Document
8849 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
8850
16737d73
AC
88512002-06-08 Andrew Cagney <ac131313@redhat.com>
8852
8853 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
8854 lists.
8855
30107679
AC
88562002-06-08 Andrew Cagney <ac131313@redhat.com>
8857
8858 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
8859 Branch''.
8860
3352e23e
AC
88612002-06-01 Andrew Cagney <ac131313@redhat.com>
8862
8863 * gdbint.texinfo (Target Architecture Definition): Add section
8864 ``Converting an existing Target Architecture to Multi-arch''.
8865
cbb09e6a
AC
88662002-05-30 Andrew Cagney <ac131313@redhat.com>
8867
8868 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
8869 to ``Obsoleting code''. Revise.
8870
e2e0bcd1
JB
88712002-05-17 Jim Blandy <jimb@redhat.com>
8872
8873 * gdb.texinfo (C Preprocessor Macros): New chapter.
8874 Include it in the main menu.
8875 (Contributors): Credit Jim Blandy with macro support.
8876 (Compilation): Explain how to get macro information into the
8877 executable.
8878 (Expressions): Note that preprocessor macros are expanded.
8879
9db8d71f
DJ
88802002-05-14 Daniel Jacobowitz <drow@mvista.com>
8881
8882 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
8883 options for `target remote'.
8884
6d531722
AC
88852002-05-13 Andrew Cagney <ac131313@redhat.com>
8886
8887 * gdbint.texinfo (Target Architecture Definition): Delete
8888 documentation on NNPC_REGNUM.
8889
13d01224
AC
88902002-05-11 Andrew Cagney <ac131313@redhat.com>
8891
8892 * gdbint.texinfo (Target Architecture Definition): Document
8893 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
8894 (Target Architecture Definition): Revise section `Using Different
8895 Register and Memory Data Representations'. Add section `Raw and
8896 Virtual Register Representations'.
8897
b2e75d78
AC
88982002-05-11 Andrew Cagney <ac131313@redhat.com>
8899
8900 * gdbint.texinfo (Target Architecture Definition): Mention
8901 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
8902 (Target Architecture Definition): Mention same. Add references to
8903 web pages.
8904
2c8682ee
MS
89052002-05-08 Michael Snyder <msnyder@redhat.com>
8906
8907 * stabs.texinfo (Attributes): Document new "vector" attribute.
8908
0816590b
AC
89092002-05-04 Andrew Cagney <ac131313@redhat.com>
8910
8911 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
8912
2653173e
AC
89132002-05-04 Andrew Cagney <ac131313@redhat.com>
8914
8915 * gdb.texinfo: Delete obsolete references to a29k.
8916
d7bd68ca
AC
89172002-04-24 Andrew Cagney <ac131313@redhat.com>
8918
8919 * gdbint.texinfo (Target Architecture Definition): Replace
8920 IN_SIGTRAMP with PC_IN_SIGTRAMP.
8921
21d83aa5
DM
89222002-04-24 David S. Miller <davem@redhat.com>
8923
8924 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
8925
7673a6cc
DM
89262002-04-21 David S. Miller <davem@redhat.com>
8927
8928 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
8929
d49d1e0a
AC
89302002-04-21 Andrew Cagney <ac131313@redhat.com>
8931
8932 * gdbint.texinfo (Target Architecture Definition): Delete
8933 definition of HAVE_REGISTER_WINDOWS.
8934
f7dc1244 89352002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
8936
8937 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
8938 "Theodore A. Roth" <troth@verinet.com>.
8939
5ca0cb28
DH
89402002-04-15 Don Howard <dhoward@redhat.com>
8941
f7dc1244 8942 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 8943 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 8944 Provide a better explaination of this feature.
5ca0cb28 8945
f208ba17
AC
89462002-04-14 Andrew Cagney <ac131313@redhat.com>
8947
8948 * gdbint.texinfo (Target Architecture Definition): Remove
8949 FRAME_CHAIN_COMBINE.
8950
d5ba91de
MC
89512002-04-12 Michael Chastain <mec@shout.net>
8952
8953 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
8954 REG_STACK_SEGMENT.
8955
26818220
MC
89562002-04-09 Michael Chastain <mec@shout.net>
8957
8958 * gdbint.texinfo (Obsolete Conditionals): Remove references to
8959 PYRAMID_* macros.
8960
129188f6
AC
89612002-04-07 Andrew Cagney <ac131313@redhat.com>
8962
8963 * gdb.texinfo (Bug Reporting): Document that the web is the
8964 prefered way of submitting bug reports.
8965 (Bug Reporting): Delete the s-mail address as the last resort.
8966
8227c0ff
AC
89672002-04-05 Andrew Cagney <ac131313@redhat.com>
8968
8969 * gdbint.texinfo (Target Architecture Definition): Delete
8970 references to TARGET_WRITE_FP and write_fp.
8971
16d9dec6
MS
89722002-03-27 Michael Snyder <msnyder@redhat.com>
8973
8974 * gdb.texinfo: Document new commands dump, append, and restore.
8975
9ae8b82c
AC
89762002-03-27 Andrew Cagney <ac131313@redhat.com>
8977
8978 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
8979 Branch'.
8980
474c8240
AC
89812002-03-18 Andrew Cagney <ac131313@redhat.com>
8982
8983 * gdb.texinfo: Change all examples to @smallexample.
8984 * gdbint.texinfo: Ditto.
a9331b3f 8985
fb0ff88f
AC
89862002-03-18 Andrew Cagney <ac131313@redhat.com>
8987
8988 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
8989 Branches''.
8990
9bb0a4d8
AC
89912002-03-18 Andrew Cagney <ac131313@redhat.com>
8992
8993 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
8994 Policy''.
8995
937f164b
FF
89962002-03-04 Fred Fish <fnf@redhat.com>
8997
8998 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
8999 expresson, suports, dependant, trhe, perhaphs, situtations,
9000 explictily, taged, oportunity, unfortunatly).
9001
a7b40f07
AC
90022002-02-24 Andrew Cagney <ac131313@redhat.com>
9003
9004 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
9005 Remove reference to 3.12.
9006
aab4e0ec
AC
90072002-02-23 Andrew Cagney <ac131313@redhat.com>
9008
9009 * gdbint.texinfo: Include fdl.texi.
9010 (Top): Add GNU Free Documentation License.
9011 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
9012 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
9013 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
9014 (gdbint.info): Add srcdir to include path.
9015 * gdb.texinfo: Include gpl.texi.
9016 (Top): Add Copying.
9017 * gpl.texi: New file.
9018
47b95330
AC
90192002-02-23 Andrew Cagney <ac131313@redhat.com>
9020
9021 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
9022
78c47bea
PM
90232002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9024
9025 * gdb.texinfo: Document Cygwin native specific commands.
9026
56460a61
DJ
90272002-02-15 Daniel Jacobowitz <drow@mvista.com>
9028
9029 * gdb.texinfo: Document gdbserver ``--attach'' command.
9030
def71bfa
MS
90312002-02-07 Michael Snyder <msnyder@redhat.com>
9032
9033 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
9034 to @code(_ovly_debug_event).
9035
c928edc0
AC
90362002-02-07 Andrew Cagney <ac131313@redhat.com>
9037
9038 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
9039
81d46470
MS
90402002-02-06 Michael Snyder <msnyder@redhat.com>
9041
9042 * gdb.texinfo (overlays): Mention new magic symbol
9043 '_ovly_debug_event', which allows GDB to keep better track
9044 of overlays.
9045
f7dc1244 90462002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
9047
9048 * gdb.texinfo (Memory Region Attributes): Fix the wording.
9049 Suggested by Dmitry Sivachenko.
9050
9051 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
9052
15110bc3
MS
90532002-02-01 Michael Snyder <msnyder@redhat.com>
9054
9055 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
9056
6763aef9
MS
90572002-01-30 Michael Snyder <msnyder@redhat.com>
9058
ac282366
MS
9059 * gdb.texinfo: (remote protocol): Gramatical fix-up.
9060 (set trust-readonly-sections): Document.
6763aef9 9061
8642bc8f
AC
90622002-01-29 Andrew Cagney <ac131313@redhat.com>
9063
9064 * gdbint.texinfo (Releasing GDB): Revise and update.
9065
afe64c1a
AC
90662002-01-28 Andrew Cagney <ac131313@redhat.com>
9067
9068 * gdbint.texinfo (Target Architecture Definition): Delete
9069 description of TARGET_BYTE_ORDER_DEFAULT.
9070
f7dc1244 90712002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
9072
9073 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
9074 <mitya@cavia.pp.ru>.
9075
3d6e1b5a
AC
90762002-01-23 Andrew Cagney <ac131313@redhat.com>
9077
9078 * libgdb.texinfo: Delete file.
9079
6c0e9fb3
AC
90802002-01-22 Andrew Cagney <ac131313@redhat.com>
9081
9082 * gdb.texinfo: Remove makeinfo 3.12 hacks.
9083 * gdbint.texinfo: Ditto.
9084
e0ce93ac
AC
9085Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
9086
9087 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
9088
be298bcc
AC
90892002-01-22 Andrew Cagney <ac131313@redhat.com>
9090
9091 * Makefile.in: Update copyright.
9092 (TEXI2DVI): Define.
9093 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
9094 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
9095 gdb-cfg.texi.
9096 (TEXINDEX, PDFTEX): Delete makefile variables.
9097
8e04817f
AC
90982002-01-22 Andrew Cagney <ac131313@redhat.com>
9099
9100 * gdb.texinfo (Protocol): Move section to appendix.
9101
6b2f586d
AC
91022002-01-21 Andrew Cagney <ac131313@redhat.com>
9103
9104 * gdb.texinfo (Remote Debugging): Create a menu.
9105 (Top): Add ``Remote Debugging'' to menu.
9106
6f05cf9f
AC
91072002-01-21 Andrew Cagney <ac131313@redhat.com>
9108
9109 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
9110 serial protocol'' from here.
9111 (Remote Debugging): To here. New chapter.
9112
3fd3d7d2
AC
91132002-01-20 Andrew Cagney <ac131313@redhat.com>
9114
9115 * gdbint.texinfo (Target Architecture Definition): Delete
9116 description of TARGET_BYTE_ORDER_SELECTABLE_P.
9117
7fd60527
AC
91182002-01-20 Andrew Cagney <ac131313@redhat.com>
9119
9120 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
9121 are no longer needed.
9122 (Porting GDB): Add maintainer note about configure.host.
9123
c2f05ac9
AC
91242002-01-20 Andrew Cagney <ac131313@redhat.com>
9125
9126 * gdbint.texinfo (Target Architecture Definition): Remove
9127 definition of IEEE_FLOAT.
9128
f7dc1244 91292002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
9130
9131 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
9132 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
9133 <3diff@gnu.org>
231b2aad 9134
82600034
AC
91352002-01-19 Andrew Cagney <ac131313@redhat.com>
9136
9137 * gdbint.texinfo (Host Definition): Remove references to
9138 MALLOC_INCOMPATIBLE.
9139
7708fa01
AC
91402002-01-17 Andrew Cagney <ac131313@redhat.com>
9141
9142 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
9143 and xyz-xdep.o.
9144
eb12ee30
AC
91452002-01-17 Andrew Cagney <ac131313@redhat.com>
9146
889bf7c5 9147 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
9148 (Set Breaks): Copy ``maint info breakpoint'' doco to
9149 ``Maintenance Commands'' appendix. Add reference.
9150
c9ccaa92
AC
91512002-01-17 Andrew Cagney <ac131313@redhat.com>
9152
9153 * fdl.texi: Remove next/prev from @node.
9154
f7dc1244 91552002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
9156
9157 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
9158 for monstrous @multitable (from Brian Youmans).
9159
9160 * fdl.texi: New file.
9161
9162 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
9163
8973da3a
AC
91642002-01-15 Andrew Cagney <ac131313@redhat.com>
9165
9166 * gdbint.texinfo (Releasing GDB): New chapter.
9167
7d86b5d5
AC
91682002-01-14 Andrew Cagney <ac131313@redhat.com>
9169
9170 * gdb.texinfo (Embedded Processors, Calling program functions):
9171 Obsolete references to a29k.
9172
cc1cb004
AC
91732002-01-13 Andrew Cagney <ac131313@redhat.com>
9174
9175 * gdbint.texinfo (Coding): Review Cleanups section. Examples
9176 examples. Document that a code-block should do or discard its
9177 cleanups before exit.
9178
79f12247
MS
91792002-01-11 Michael Snyder <msnyder@redhat.com>
9180
9181 * gdb.texinfo (Choosing files): Change @samp to @file.
9182
19837790
MS
91832002-01-05 Michael Snyder <msnyder@redhat.com>
9184
9185 * gdb.texinfo (--pid): Document new command line option (attach).
9186
f7dc1244 91872002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
9188
9189 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
9190 in the stub.
9191
d7449b42
AC
91922002-01-04 Andrew Cagney <ac131313@redhat.com>
9193
9194 * gdbint.texinfo (Target Architecture Definition): Replace
9195 BIG_ENDIAN with BFD_ENDIAN_BIG.
9196
f23631e4
AC
91972002-01-03 Andrew Cagney <ac131313@redhat.com>
9198
9199 * gdbint.texinfo (Target Architecture Definition): Replace
9200 value_ptr with struct value pointer.
9201
72c9928d
EZ
92022002-01-02 Eli Zaretskii <eliz@gnu.org>
9203
9204 * gdb.texinfo (Free Software): Fix wording.
9205
959acfd1
EZ
92062001-12-31 Eli Zaretskii <eliz@gnu.org>
9207
9208 * gdb.texinfo (Free Software): New section ``Free Software Needs
9209 Free Documentation''.
9210
f7dc1244 92112001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
9212
9213 * stabs.texinfo:
9214 * gdb.texinfo:
9215 * gdbint.texinfo:
9216 * libgdb.texinfo:
9217 * annotate.texi: Fix the application of GFDL in the Copyright notice.
9218
6600abed
MS
92192001-12-29 Michael Snyder <msnyder@redhat.com>
9220
9221 * gdb.texinfo (maint info sections): Fix typo.
9222
f6680716
MS
92232001-12-26 Michael Snyder <msnyder@redhat.com>
9224
fe95c787
MS
9225 * gdb.texinfo (maint info sections): Document.
9226
a9331b3f 9227 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
9228 'info proc' sub-options that are currently not implemented.
9229
c3d3ce5b
JB
92302001-12-20 Jim Blandy <jimb@redhat.com>
9231
9232 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
9233
778eb05e
AC
92342001-12-15 Andrew Cagney <ac131313@redhat.com>
9235
9236 * gdbint.texinfo (Target Architecture Definition): Replace
9237 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
9238
2607059c
AC
92392001-12-01 Andrew Cagney <ac131313@redhat.com>
9240
9241 * gdbint.texinfo (Host Definition): Delete documentation on
9242 HOST_BYTE_ORDER.
9243
df0cd8c5
JB
92442001-11-30 Jim Blandy <jimb@redhat.com>
9245
9246 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 9247 overlay support. Add to top-level menu.
df0cd8c5 9248
88118b3a
TT
92492001-11-26 Tom Tromey <tromey@redhat.com>
9250
9251 * gdb.texinfo (Command Syntax): Document C-o binding.
9252
96565e91
CF
92532001-07-26 Christopher Faylor <cgf@redhat.com>
9254
9255 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
9256 use since it is described in the referenced section.
9257
f7dc1244 9258 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
9259 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
9260 clearer when using DJGPP.
9261
2a3d5645
CF
92622001-11-24 Christopher Faylor <cgf@redhat.com>
9263
9264 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
9265 specifically refer to MS-DOS.
9266 (command files): Mention gdb.ini is only used on MS-DOS.
9267
aa26fa3a
TT
92682001-11-21 Tom Tromey <tromey@redhat.com>
9269
9270 * gdb.texinfo (Invoking GDB): Document --args.
9271 (Mode Options): Likewise.
9272
4f8ada06
JB
92732001-11-21 Jim Blandy <jimb@redhat.com>
9274
9275 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
9276 Delete documentation; this macro has been removed from the
9277 sources.
4f8ada06 9278
3fe0dc10
JB
92792001-11-13 Jim Blandy <jimb@redhat.com>
9280
9281 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
9282
9e5abb06
CV
92832001-11-06 Corinna Vinschen <vinschen@redhat.com>
9284
9285 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
9286
1c5dfdad
MS
92872001-11-05 Michael Snyder <msnyder@redhat.com>
9288
a9331b3f 9289 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
9290 quote regexp chars in function names such as "operator*()".
9291
990f9fe3
FF
92922001-11-01 Fred Fish <fnf@redhat.com>
9293
9294 * gdbint.texinfo (SOLIB_ADD): Document additional new
9295 "readsyms" arg.
9296
b433d00b
DH
92972001-10-30 Don Howard <dhoward@redhat.com>
9298
070b1dd3
DH
9299 * gdb.texinfo: (Command Files) Added documentation for the
9300 behavior of gdb with input redirected from a file.
b433d00b 9301
b7209cb4
FF
93022001-10-28 Fred Fish <fnf@redhat.com>
9303
9304 * gdb.texinfo (auto-solib-add): Change docs to match
9305 implementation change.
9306 (auto-solib-limit): Add docs for new variable.
9307
1aa20aa8
AC
93082001-10-15 Andrew Cagney <ac131313@redhat.com>
9309
9310 * gdbint.texinfo (Target Architecture Definition): Function
9311 value_as_pointer renamed to value_as_address.
9312
fc0c74b1
AC
93132001-10-15 Andrew Cagney <ac131313@redhat.com>
9314
9315 * gdbint.texinfo (Target Architecture Definition): Default
9316 POINTER_TO_ADDRESS functions assume unsigned addresses.
9317 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
9318 posting by Jim Blandy.
9319
f4846649
JB
93202001-10-12 Jim Blandy <jimb@redhat.com>
9321
9322 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
9323 version of texi2html (1.64) doesn't support this flag any more.
9324
f277788b
MK
93252001-09-08 Mark Kettenis <kettenis@gnu.org>
9326
a9dc4918
MK
9327 * gdbint.texinfo (Host Definition): Remove description of
9328 MEM_FNS_DECLARED.
9329
d28379df
MK
9330 * gdbint.texinfo (Host Definition): Remove description of R_OK.
9331
f277788b
MK
9332 * gdbint.texinfo (Host Definition): Remove description of
9333 HAVE_SIGSETMASK.
9334
7ccaa899
EZ
93352001-09-04 Elena Zannoni <ezannoni@redhat.com>
9336
9337 * gdbint.texinfo (Target Architecture Definition): Add
9338 explanation of TARGET_PRINT_INSN macro.
9339
17d9d558
JB
93402001-08-30 Jim Blandy <jimb@redhat.com>
9341
9342 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
9343 Explain what it means to load relocatable files.
9344
72cde065
JB
93452001-08-28 Jim Blandy <jimb@redhat.com>
9346
9347 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
9348 info `top' menu.
9349
9e678452
CF
9350Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
9351
9352 * gdbint.texinfo: Add a cautionary note about macro use.
9353
a2bea4c3 93542001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 9355
a2bea4c3
CV
9356 * gdb.texinfo: Explain omitting the hostname in the
9357 `target remote' command.
9358
1129bf27
DJ
93592001-07-30 Daniel Jacobowitz <drow@mvista.com>
9360
9361 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
9362 and END-INFO-DIR-ENTRY.
9363
732b3002
SC
93642001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9365
9366 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
9367
89437448
AC
93682001-07-25 Andrew Cagney <ac131313@redhat.com>
9369
9370 * gdbint.texinfo (libgdb): Rewrite.
9371
f7dc1244 93722001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
9373
9374 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
9375
c4555f82
SC
93762001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9377
9378 * gdb.texinfo (TUI): New chapter, document the TUI.
9379 (Mode Options): Document the -tui option.
9380
2f45a6e0
MK
93812001-07-23 Mark Kettenis <kettenis@gnu.org>
9382
9383 * gdbint.texinfo (Host Definition): Remove description of
9384 NEED_POSIX_SETPGID.
9385
f7dc1244 93862001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
9387
9388 * gdb.tex (DJGPP Native): New node, with descriptions of
9389 DJGPP-specific commands.
9390
be9c6c35
JM
93912001-07-19 John R. Moore <jmoore@redhat.com>
9392
9393 * gdbint.texinfo: Three misspellings.
9394
dfa249fb
AC
93952001-07-06 Andrew Cagney <ac131313@redhat.com>
9396
9397 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
9398 `test` expressions on bash. Problem reported by Colin Walters.
9399
c72e7388
AC
94002001-07-04 Andrew Cagney <ac131313@redhat.com>
9401
9402 * gdbint.texinfo (User Interface): Update ui-out documentation to
9403 refelect recent UI/MI updates.
9404
94bbb2c0
AC
94052001-07-04 Andrew Cagney <ac131313@redhat.com>
9406
9407 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
9408 interpreters.
9409
af6c57ea
AC
94102001-06-15 Andrew Cagney <ac131313@redhat.com>
9411
9412 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
9413 structure and not macros.
9414 (Host Definition): Document that much of this chapter is obsolete.
9415 (Target Architecture Definition): Update list of files that make
9416 up a target architecture.
9417 (Coding): Update.
9418
83aa8bc6
AC
94192001-06-28 Andrew Cagney <ac131313@redhat.com>
9420
9421 * gdbint.texinfo (Target Architecture Definition): Update
9422 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
9423 The latter has been changed to a true predicate.
9424
f7dc1244 94252001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
9426
9427 * annotate.texi: Add @noindent where needed. From Dmitry
9428 Sivachenko <dima@Chg.RU>.
9429 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
9430
656db9b0
AC
94312001-06-16 Andrew Cagney <ac131313@redhat.com>
9432
9433 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
9434
df2396a1
AC
94352001-06-14 Andrew Cagney <ac131313@redhat.com>
9436
9437 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
9438 returns ``OK''. Document that the ``R'' packet does not reply.
9439
0f1f2b0a
MS
94402001-06-13 Michael Snyder <msnyder@redhat.com>
9441
9442 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
9443
f7dc1244 94442001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
9445
9446 * gdb.texinfo (Signals): Clarify the default setting of signal
9447 handling.
9448
a5d7c491
AC
94492001-05-14 Andrew Cagney <ac131313@redhat.com>
9450
9451 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
9452 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
9453
05a54c4f
AC
94542001-05-12 Andrew Cagney <ac131313@redhat.com>
9455
9456 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
9457
f7dc1244 94582001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
9459
9460 * gdbint.texinfo (Clean Design and Portable Implementation):
9461 Renamed from "Clean Design".
9462 (Clean Design and Portable Implementation): Document portable
9463 methods of handling file names, and the associated macros.
9464
f7dc1244 94652001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
9466
9467 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
9468 command and provide a cross-reference to its description.
9469 (Symbols): Note that "info scope" is useful for trace experiments.
9470
f7dc1244 94712001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 9472
b37052ae
EZ
9473 * gdb.texinfo (Symbols): Document "info scope".
9474 (Tracepoints): New chapter.
9475 (Contributors): Update for v5.1.
9476 <All nodes>: Change "C++" to "C@t{++}".
9477
0ee54786
EZ
9478 * gdbint.texinfo (User Interface): A new section about ui_out
9479 functions, based on text written by Fernando Nasser.
9480
c534679c
EZ
9481 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
9482
f7dc1244 94832001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 9484
e9c75b65
EZ
9485 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
9486
9487 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
9488
9489 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
9490 Replace "GDB" with "@value{GDBN}". Fix markup.
9491
9492 * annotate.texi: Change Permissions to GFDL. Update Copyright.
9493
3d67e040
EZ
9494 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
9495 a cross-reference to its description.
9496 (Symbols): Document "info symbol".
9497
f7dc1244 94982001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
9499
9500 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
9501 subsection "x86 Watchpoints".
9502 (Target Architecture Definition): Document the macros
9503 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
9504 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
9505
b0ed3589
AC
95062001-03-20 Andrew Cagney <ac131313@redhat.com>
9507
9508 * gdbint.texinfo (Target Architecture Definition): Update
9509 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
9510 list.
9511
b6ba6518
KB
95122001-03-06 Kevin Buettner <kevinb@redhat.com>
9513
9514 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
9515 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
9516
f7dc1244 95172001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
9518
9519 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
9520
f7dc1244 95212001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 9522
17cc6a06
EZ
9523 * gdb.texinfo (Environment): Document that `path' does not change
9524 the value of PATH in GDB's own environment (it did in the past,
9525 but that was changed on March 15, 1994). Reported by Doug Evans
9526 <dje@transmeta.com>.
9527
56caf160
EZ
9528 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
9529 its line. Fix markup of commands and macros. Add an Index node
9530 and index entries.
9531
29e57380
C
95322001-01-23 J.T. Conklin <jtc@redback.com>
9533
9534 * gdb.texinfo (Memory region attributes): New manual section.
9535
1c6147de
ND
95362001-01-04 Nicholas Duffek <nsd@redhat.com>
9537
9538 * gdbint.texinfo (POP_FRAME): Document use by return_command.
9539
f7dc1244 95402000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
9541
9542 * refcard.tex: Version and copyright fixed. From Phil Edwards
9543 <pedwards@disaster.jaj.com>.
9544
0dcedd82
AC
9545Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
9546
9547 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 9548 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 9549
3b851bce
AC
9550Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
9551
9552 * gdbint.texinfo (Coding): Update current value of
889bf7c5 9553 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 9554
f7dc1244 95552000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
9556
9557 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
9558 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
9559
b90a5f51
CF
95602000-11-10 Christopher Faylor <cgf@cygnus.com>
9561
9562 * gdb.texinfo: Document new 'set step-mode' command.
9563
f7dc1244 95642000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
9565
9566 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
9567 changes from Dmitry Sivachenko <dima@Chg.RU>.
9568
f7dc1244 95692000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
9570
9571 * gdb.texinfo (Hooks): Document the new post-hook functionality.
9572 From Steven Johnson <sbjohnson@ozemail.com.au>.
9573
2e685b93
MK
95742000-08-10 Mark Kettenis <kettenis@gnu.org>
9575
9576 * gdbint.texinfo (Overall Structure): Spelling fix.
9577
f7dc1244 95782000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
9579
9580 * gdbint.texinfo (Target Architecture Definition): Document that
9581 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
9582 for which REGISTER_CONVERTIBLE returns a zero value.
9583
63ac3005
EZ
95842000-07-08 Christopher Faylor <cgf@cygnus.com>
9585
9586 * Makefile.in (install-info): Find files to install in either the
9587 build or source directories (adapted from Makefile.am).
9588
bd79f757
ND
95892000-07-07 Nicholas Duffek <nsd@redhat.com>
9590
9591 * stabs.texinfo: Fix spelling errors.
9592 (String Field): FILE-NUMBER starts from 0, not 1.
9593
f7dc1244 95942000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
9595
9596 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 9597 Brian Youmans.
5f208f6d 9598
f7dc1244 95992000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
9600
9601 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
9602 the source directory. Reported by Mark Harig
9603 <markh@frazier.landmark.com>.
cc542d3b 9604
f3b28801
C
96052000-06-20 J.T. Conklin <jtc@redback.com>
9606
9607 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
9608
449f3b6c
AC
9609Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
9610
9611 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 9612 Generate using pdftex.
449f3b6c 9613 (PDFTEX): Define.
889bf7c5 9614 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 9615 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 9616 @contents at the start.
449f3b6c 9617
f7dc1244 96182000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
9619
9620 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 9621 Youmans.
48e934c6 9622
9e9c5ae7
AC
9623Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
9624
9625 From Brian Youmans:
9626 * gdb.texinfo: Fix ``et al.''.
9627
c741b251
AC
9628Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
9629
9630 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 9631 loop.
c741b251 9632
4ab64e14
JG
96332000-05-19 Jimmy Guo <guo@cup.hp.com>
9634
9635 * configure: Regenerate.
9636
f7dc1244 96372000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
9638
9639 * Makefile.in (install-info): Run install-info on installed Info
9640 files.
9641
8c70017b
AC
9642Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
9643
a7cb598a 9644 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 9645 Andrew Cagney.
8c70017b 9646
f7dc1244 96472000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
9648
9649 * gdb.texinfo: Proofreading changes from Brian Youmans.
9650
bf0184be
ND
96512000-05-01 Nick Duffek <nsd@cygnus.com>
9652
9653 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
9654 startup sequence, minor edits.
9655
f7dc1244 96562000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
9657
9658 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
9659 TeX.
9660
9661 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
9662 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
9663 like `n' and `s' which look weird. Convert some of the @kindex to
9664 @vindex, when they refer to variables, not commands.
9665
33e16fad
AC
9666Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
9667
9668 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
9669
f7dc1244 96702000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
9671
9672 * Makefile.in (GDBMI_DIR): New variable.
9673 (SET_TEXINPUTS): Add $(GDBMI_DIR).
9674 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
9675 (gdbmi.texinfo): New target, for texi2roff.
9676 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
9677 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
9678
9679 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
9680 gdbmi.texinfo.
9681 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
9682 comment.
9683
d167840f
EZ
96842000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9685
9686 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 9687 command.
d167840f 9688
f7dc1244 96892000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
9690
9691 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
9692 prevents the build (and is generally a Bad Idea).
9693
f7dc1244 96942000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
9695
9696 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
9697 a comma inside @var.
9698 (Command Files): Index markup changes from Dmitry Sivachenko
9699 <dima@Chg.RU>.
9700
f7dc1244 97012000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
9702
9703 * Makefile.in (LN_S): Define.
9704 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
9705 invoke "ln -s" unless it is known to work.
9706
9707 * configure.in (AC_PROG_LN_S): Add.
9708
8dc7983f
JB
97092000-04-14 Jim Blandy <jimb@redhat.com>
9710
9711 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
9712 section.
9713 (Target Conditionals): Document ADDRESS_TO_POINTER,
9714 POINTER_TO_ADDRESS.
9715
1a8237e8
DB
97162000-04-11 Daniel Berlin <dan@cgsoftware.com>
9717
9718 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
9719 gdb-cfg.texi to get the value.
9720
ca526f1a
JB
97212000-04-10 Jim Blandy <jimb@redhat.com>
9722
9723 * gdbint.texinfo (Target Architecture Definition): Fix
9724 cross-references.
9725
faaafcb4
JB
97262000-04-08 Jim Blandy <jimb@redhat.com>
9727
9728 * gdbint.texinfo (Using Different Register and Memory Data
9729 Representations): New section.
9730 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
9731 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
9732 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 9733
1b27397f
AC
9734Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
9735
9736 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 9737 for acknowledgments.
1b27397f 9738
480ff1fb
AC
9739Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
9740
9741 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 9742 qThreadExtraInfo.
480ff1fb 9743
a9331b3f 97442000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 9745
a9331b3f
RM
9746 * gdb.texinfo: Clarify which remote debug protocol commands are
9747 required and which are optional.
f1251bdd 9748
dbeb8dbd
AC
9749Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
9750
9751 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
9752 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
9753 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
9754 * annotate.texi: Update.
9755
6d2ebf8b
SS
97562000-03-28 Stan Shebs <shebs@apple.com>
9757
9758 * gdb.texinfo: Update dates, bump to Eighth Edition (note
9759 expectation of additional changes before release), update
9760 ISBN, add copy of top-level menu for @ifhtml, remove explicit
9761 node links, rephrase and/or shorten lines to fix formatting
9762 problem in both regular and @smallbook formats.
9763 * annotate.texi: Shorten lines in example, use smallexample
9764 consistently everywhere.
9765 * Makefile.in: Add comment about texinfo 4.0 html generation.
9766 (SFILES_INCLUDED): Add annotate.texi.
9767
5d161b24
DB
97682000-03-27 Daniel Berlin <dan@cgsoftware.com>
9769
5ae4183a
AS
9770 * gdb.texinfo (Debugging Output): Added new section, documenting
9771 the "set/show debug" commands.
5d161b24 9772
b9deaee7
AC
9773Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
9774
9775 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 9776 entry.
b9deaee7
AC
9777
9778 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
9779 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 9780 @chapter and @node entries.
a9331b3f 9781
b9deaee7 9782 * gdb.texinfo: Link all top-level nodes.
a9331b3f 9783
9ef47d30
AC
9784Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
9785
9786 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 9787 files.
9ef47d30 9788
cfeada60
FN
97892000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
9790
9791 From David Whedon <dwhedon@gordian.com>
5ae4183a 9792 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 9793
6837a0a2
DB
97942000-03-22 Daniel Berlin <dan@cgsoftware.com>
9795
9796 * gdb.texinfo: Add documentation for the apropos command.
9797
bba2971c
MS
97982000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
9799
9800 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
9801
2b628194
MS
98022000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
9803
a9331b3f 9804 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
9805 two places.
9806
96a2c332
SS
98072000-03-17 Stan Shebs <shebs@apple.com>
9808
9809 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
9810 <dima@Chg.RU>, also clarification of allowed content for
9811 string constants.
9812
f7dc1244 98132000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
9814
9815 * gdb.texinfo (main menu): Add Annotations.
9816 (File Options): Add @cindex entries for each command-line option.
9817 Document --epoch, --annotate, --async, --interpreter, --write,
9818 --statistics, and --version.
9819
9820 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
9821 of GDB.
9822
9d233477
JB
98232000-02-23 Jim Blandy <jimb@redhat.com>
9824
9825 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
9826
14e0eb3b
JB
98272000-02-22 Jim Blandy <jimb@redhat.com>
9828
9829 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
9830
3555de01
JM
98312000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
9832
9833 * Makefile.in (diststuff): New target.
9834
5e35df8e
KB
98352000-02-15 Kevin Buettner <kevinb@redhat.com>
9836
9837 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 9838 architecture. [From Jim Wilson.]
5e35df8e 9839
c5394b80
JM
98402000-01-16 Tom Tromey <tromey@cygnus.com>
9841
9842 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
9843 (Delete Breaks): Mention range arguments.
9844 (Disabling): Likewise.
9845
c3f6f71d
JM
98462000-01-05 Dmitry Sivachenko <dima@Chg.RU>
9847
9848 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
9849
c4093a6a
JM
9850Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
9851
9852 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 9853 valid functions.
c4093a6a 9854
11cf8741
JM
98551999-11-05 Stan Shebs <shebs@andros.cygnus.com>
9856
9857 * gdb.texinfo: Clarify regular expressions used in rbreak.
9858
917317f4
JM
98591999-10-15 Kevin Buettner <kevinb@cygnus.com>
9860
9861 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
9862 MEMORY_REMOVE_BREAKPOINT): Document.
9863
9864Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
9865
9866 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 9867 offset re-using the DATA offset instead.
917317f4 9868
2df3850c
JM
98691999-10-11 Jim Kingdon <kingdon@redhat.com>
9870
9871 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
9872
98731999-10-05 Stan Shebs <shebs@andros.cygnus.com>
9874
9875 From Dmitry Sivachenko <demon@gpad.ac.ru>:
9876 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
9877 typos.
9878
9879 * gdb.texinfo: Various minor wording and formatting improvements,
9880 mentions of additional command-line options.
9881
2acceee2
JM
98821999-09-30 Fred Fish <fnf@cygnus.com>
9883
9884 * gdb.texinfo: Document additional forms of specifying section
9885 names and addresses for the add-symbol-file command.
9886
c2c6d25f
JM
98871999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
9888
9889 * gdbint.texinfo: Fix typo, add the word "have".
9890
98911999-09-14 Jim Blandy <jimb@cris.red-bean.com>
9892
9893 * gdbint.texinfo (Target Architecture Definition): Document the
9894 SKIP_PERMANENT_BREAKPOINT macro.
9895
d4f3574e
SS
98961999-09-07 Stan Shebs <shebs@andros.cygnus.com>
9897
9898 * gdb.texinfo: Fiks speling errers.
9899
9900 * gdb.texinfo: Fix uses of @multitable.
9901
f7dc1244 9902 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 9903 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 9904 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
9905 comments about using with optimization, add more indexing,
9906 fix info about disassembly-flavor.
9907
9908Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
9909
9910 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
9911 SKIP_SOLIB_RESOLVER): Define.
9912
9913Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
9914
9915 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 9916 ``g'' packets.
d4f3574e 9917
104c1213
JM
99181999-08-30 Stan Shebs <shebs@andros.cygnus.com>
9919
9920 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
9921 platform-specific info, inline remote.texi and move sections of it
9922 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
9923 and register stack into the new chapter.
9924 * remote.texi: Remove, now part of gdb.texinfo.
9925 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
9926
99271999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
9928
9929 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
9930 GDB_TARGET_IS_MACH386): These kludges have gone away.
9931
9932Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
9933
9934 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 9935 TDEPLIBS.
104c1213 9936
53a5351d
JM
99371999-08-20 Stan Shebs <shebs@andros.cygnus.com>
9938
9939 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
9940 surrounding text to fit HP-UX bits into general info.
9941 (HPPA-cfg.texi): Remove, no longer useful.
9942
9943 * gdb.texinfo: Remove explicit links from @node lines, remove
9944 HP-added "Detailed Node Listing" from main menu which confuses
9945 things.
9946
9947 From Dmitry Sivachenko <dima@Chg.RU>:
9948 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 9949 in description of `set environment'.
53a5351d
JM
9950
99511999-08-17 Stan Shebs <shebs@andros.cygnus.com>
9952
9953 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
9954
7be570e7
JM
99551999-08-12 Ben Elliston <bje@cygnus.com>
9956
9957 * gdbint.texinfo (Breakpoint Handling): Add missing words.
9958
f7dc1244 99591999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
9960
9961 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
9962 watch, awatch, and rwatch. Explain why the latter two cannot be
9963 set as software watchpoints. Document that watchpoints for local
9964 variables are deleted when the debuggee terminates.
7be570e7
JM
9965
9966Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
9967
9968 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
9969 packet. Allow E.. response packet. "qRcmd" packet is no longer
9970 reserved.
7be570e7
JM
9971
99721999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9973
a9331b3f
RM
9974 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
9975 * gdb.texinfo: Ditto.
7be570e7 9976
96baa820
JM
99771999-08-06 Tom Tromey <tromey@cygnus.com>
9978
9979 * gdb.texinfo (KOD): New node.
9980
9981Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
9982
9983 * remote.texi (Rcmd): Fix minor formatting typos.
9984
9985Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
9986
9987 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 9988 packets.
96baa820 9989
adf40b2e
JM
99901999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
9991
9992 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
9993 fixes.
9994
43ff13b4
JM
9995Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
9996
9997 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
9998
085dd6e6
JM
9999Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
10000
10001 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
10002 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
10003 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
10004 packets that are not supported on all hosts. Expand examples.
10005 Spell check.
085dd6e6
JM
10006
100071999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
10008
10009 * Makefile.in: Recognize html, install-html. Add targets
10010 to build HTML versions of documentation via texi2html.
10011
10012Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
10013
10014 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 10015 testsuite.
085dd6e6
JM
10016
10017Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
10018
10019 * remote.texi (Communication Protocol): Rewrite.
10020
10021Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
10022
10023 * stabs.texinfo: Fix uses of xref.
10024
9e0b60a8
JM
10025Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
10026
10027 * gdbint.texinfo: Add an anti-printf exhortation, and update the
10028 info about patch submission.
10029
cce74817
JM
10030Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
10031
10032 From Per Bothner <bothner@cygnus.com>:
10033 * gdb.texinfo: Document Chill support.
10034
10035Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
10036
10037 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
10038 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
10039 Document that the value should be greater-than or equal-to zero.
10040 (NO_STD_REGS): Document. Deprecate.
cce74817 10041
ac9a91a7
JM
10042Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10043
10044 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 10045 Document that these are not used.
ac9a91a7
JM
10046
10047Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10048
10049 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
10050
392a587b
JM
10051Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
10052
10053 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 10054 numargs was dropped.
392a587b
JM
10055
10056Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
10057
10058 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
10059
b83266a0
SS
10060Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
10061
10062 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 10063 Update.
b83266a0 10064
7a292a7a
SS
10065Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
10066
10067 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
10068 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
10069
10070Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
10071
10072 * gdbint.texinfo: Fix typos: $ -> @.
10073
10074Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
10075
10076 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
10077 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
10078 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
10079 BREAKPOINT_FROM_PC.
a9331b3f 10080
7a292a7a
SS
10081Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
10082
10083 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 10084 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
10085
10086Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10087
10088 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 10089 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
10090
100911999-04-02 Stan Shebs <shebs@andros.cygnus.com>
10092
10093 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
10094 longer exists.
10095
10096Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
10097
10098 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
10099 nearly all @ifset/@ifclear conditionals; nobody uses them, and
10100 they make the manual source incomprehensible.
7a292a7a
SS
10101 * h8-cfg.texi: Remove, hasn't been used in years.
10102
c906108c
SS
10103Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
10104
10105 * gdb.texinfo: Update the credits.
10106
10107Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
10108
10109 * gdb.texinfo: Fix mistakes noticed in printout of last
10110 draft, add Alpha to discussion of heuristic fence post.
10111
10112Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
10113
10114 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
10115 Edition, merge some HP changes into mainline, describe some
10116 previously undocumented features, describe more of the target
10117 commands available, eliminate obsolete section on renamed
10118 commands.
c906108c
SS
10119 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
10120
10121Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
10122
10123 * gdb.texinfo: Make many HPPA conditionals unconditional,
10124 including catchpoint description, since now on for all configs.
10125 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
10126 specializations.
10127
10128Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
10129
10130 * Makefile.in (GDBvn.texi): Fix match expression to work with
10131 current format of VERSION in gdb/Makefile.in.
10132 * gdb.texinfo: Fix node ref to match new readline.
10133
10134Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
10135
a9331b3f
RM
10136 * gdb.texinfo: Changes made as part of a project to merge in
10137 changes made by HP. Documentation makes extensive use of
c906108c
SS
10138 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
10139 on remote debugging. There are differences in documentation
889bf7c5 10140 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
10141 the HP manual discusses catchpoints, hardware watchpoints, and
10142 some HPUX specific limitations for shared library support.
a9331b3f 10143
c906108c
SS
10144 There are also a number of @node changes.
10145
101461999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
10147
10148 * gdbint.texinfo (Formatting): Disambiguate a sentence.
10149 (C Usage): Same.
10150
10151Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
10152
10153 The following changes were made by Edith Epstein
889bf7c5
PA
10154 <eepstein@cygnus.com> as part of a project to merge in changes
10155 made by HP.
a9331b3f 10156
c906108c
SS
10157 * HPPA-cfg.texi: new file.
10158
10159 * all-cfg.texi: set HPPA for HP PA-RISC targets.
10160
10161 * refcard.tex: change documentation about catch.
10162 removed info catch.
10163
10164Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
10165
10166 * gdbint.texinfo: Expand on GDB's coding standards,
10167 specify the use of arg names with prototypes.
10168
101691998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
10170
10171 * gdb.texinfo: Fix tipo.
10172
10173Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
10174
10175 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 10176 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
10177
10178Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
10179
10180 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
10181
101821998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
10183
10184 * agentexpr.texi: New file.
10185
10186Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
10187
10188 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
10189
101901998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
10191
10192 * remote.texi: Changed wording that implied that the GDB remote
10193 protocol caches register values instead of GDB itself.
10194
10195Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
10196
10197 * gdbint.texinfo: Add some info about symbol readers.
10198 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
10199 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
10200 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
10201 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
10202
10203Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
10204
a9331b3f 10205 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
10206
10207Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
10208
10209 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
10210
10211Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
10212
10213 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 10214 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
10215
10216Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
10217
10218 * gdbint.texinfo: Fix minor typos.
10219
10220Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
10221
10222 * gdbint.texinfo: Complete overhaul. Group descriptions more
10223 logically, add more info on generic algorithms, remove much
10224 obsolete and/or wrong material.
10225
10226Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
10227
10228 * stabs.texinfo (Method Type Descriptor): Expand and correct.
10229
10230Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
10231
10232 * refcard.tex: Copyright, address updates.
10233
10234Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
10235
10236 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
10237 for the edition instead of confusing GDB-version-like numbers.
10238
10239Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
10240
10241 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
10242
10243Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
10244
5ae4183a 10245 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
10246
10247Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
10248
10249 * gdb.texinfo: Add some credits, mention bug monitor.
10250 * remote.texi: Mention mips monitor targets.
10251 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 10252
c906108c
SS
10253Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
10254
10255 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
10256 files, finish sorting of host vs target vs native macros, describe
10257 some more of them.
c906108c
SS
10258
10259Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
10260
10261 * gdbint.texinfo (Host Conditionals): Document change from
10262 using NO_MMALLOC to it's inverse, USE_MMALLOC.
10263
10264Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
10265
10266 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 10267 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
10268
10269Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
10270
10271 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
10272 Document LSEEK_NOT_LINEAR.
10273
10274Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
10275
10276 * stabs.texinfo (Stab Section Basics): Make it clear that only
10277 some versions of the GNU linker remove the leading N_UNDF symbol.
10278
10279Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
10280
10281 * stabs.texinfo (String Field): Document type number pairs here,
10282 instead of in the Sun specific section.
10283 (Include Files): The GNU linker supports the N_BINCL
10284 optimization. Clarify the N_BINCL value, and what it is used
10285 for.
10286 (Procedures): Document N_FUN with an empty string to mark the end
10287 of a function.
10288 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
10289 (Sun Differences): Remove this node, as the information is now
10290 elsewhere in the main document.
10291 (Stab Section Basics): Mention that the GNU linker may optimize
10292 stabs and remove the leading N_UNDF symbol.
10293
10294Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
10295
10296 * gdb.texinfo, refcard.tex: Restore author credit
10297
10298Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
10299
10300 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
10301 documentation to account for START and END macros taking
10302 one arg.
10303
10304Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
10305
10306 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
10307 * gdb.texinfo (Frames): Fix typo.
10308
10309Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
10310
10311 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
10312 a target_signal as arg type, not a pid.
10313
10314Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
10315
10316 * gdb.texinfo: Document `set assembly-language'.
10317
10318Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
10319
10320 * remote.texi: Update list of stubs in the GDB distribution.
10321
10322Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
10323
10324 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
10325 Also document that some systems can use mmalloc but must define
10326 this if their C runtime allocates memory that is later freed.
c906108c 10327 (MMCHECK_FORCE): Document new macro.
a9331b3f 10328
c906108c
SS
10329Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
10330
10331 * remote.texi: Add documentation for target Sparclet.
10332
10333Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10334
a9331b3f 10335 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
10336 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
10337 * configure.in: Rewritten for autoconf.
10338 * configure: New.
10339
10340Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
10341
10342 * Makefile.in (DVIPS): New define, set to dvips.
10343 (dvi): Add stabs.dvi.
10344 (ps): New target.
10345 (all-doc): Depend on info, dvi, and ps targets.
10346 (STAGESTUFF): Add *.ps and *.dvi files.
10347 (clean-info, clean-dvi): Remove.
10348 (mostlyclean): Does not depend upon clean-info or clean-dvi,
10349 rules completely rewritten.
10350 (maintainer-clean): Remove clean-info and clean-dvi
10351 dependencies and put their actions in the rules.
10352 (gdb.ps): New target
a9331b3f 10353 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
10354 intermediate TeX files, whether they have 2 or 3 character
10355 extensions.
10356 (gdbint.ps): Add target and rules.
10357 (gdb-internals): Delete unused target.
10358 (Makefile): Depends upon config.status also.
10359
10360Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
10361
10362 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
10363 set.
10364
10365Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
10366
10367 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
10368 * gdb.texinfo (Expressions): Fix erroneous array constant example.
10369
10370Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
10371
10372 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
10373
10374Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10375
10376 * gdb.texinfo (Print settings): Document
10377 `set/show print static-members' commands.
10378
10379Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
10380
10381 * gdbint.texinfo (Native): Document name change, coredep.c to
10382 core-aout.c.
10383
10384Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
10385
10386 * stabs.texinfo (Include Files): Document the values the SunOS4
10387 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
10388
10389Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
10390
10391 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
10392 Fix typo.
10393
10394Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
10395
10396 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
10397 "gdb.tar.Z".
10398
10399Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
10400
10401 * Makefile.in (maintainer-clean): New target, synonym for
10402 realclean.
10403
10404Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
10405
10406 * Update all FSF addresses except those in COPYING* files.
10407
10408Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
10409
10410 From Richard Earnshaw (rearnsha@armltd.co.uk):
10411 * gdb.texinfo (convenience variables): Document $_exitcode.
10412 (quit): Document optional expression to use as exit code.
10413
10414Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
10415
10416 * gdb.texinfo, remote.texi: Brought up to date with various
10417 GDB changes.
10418
10419Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
10420
10421 * gdb.texinfo: Update dates and versions, fix comments about
10422 hardware watchpoints in future releases and about the
10423 sharedlibrary command.
10424
10425Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10426
10427 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
10428 C_FUN stab. Other cleanups.
10429
10430Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10431
10432 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
10433 for the sparc stub.
10434
10435Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10436
10437 * annotate.texi: Clarify which addresses have differing formats
10438 depending on the language and which do not.
10439
10440Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10441
10442 * remote.texi (NetWare): Changed example to use BOARD= instead of
10443 NODE= argument to reflect correspoding change to gdbserve.nlm.
10444
10445Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10446
10447 * stabs.texinfo (Negative Type Numbers): Mention the fact that
10448 GDB, as well as AIX dbx, supports the size type attribute.
10449
10450Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10451
10452 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
10453
10454Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
10455
10456 * gdb.texinfo (Define): Document $arg0... arguments to commands,
10457 and new 'if' and 'while' commands.
10458
10459Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
10460
10461 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
10462
10463Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10464
10465 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
10466 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
10467 NetWare targets. Mostly stolen from the Server node.
10468
10469Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10470
10471 * gdb.texinfo (Setting): Talk about the language of a source file
10472 versus the working language. The old documentation did not match
10473 what GDB did.
10474
10475Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10476
10477 * stabs.texinfo (Source Files): Document N_SO used to mark the end
10478 of a source file.
10479
10480Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10481
10482 * gdb.texinfo (Processes): New node.
10483
10484Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
10485
10486 * remote.texi: Update documentation of set/show mipsfpu.
10487
3fc11d3e
JM
10488Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
10489
10490 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
10491 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
10492
10493Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
10494
10495 * gdbint.texinfo: Removed mentions of some incorrectly placed and
10496 obsolete conditionals, described some others.
10497
10498Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10499
10500 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
10501 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
10502
10503Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
10504
10505 * gdbint.texinfo: Put regex conditionals in their own table.
10506
10507Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
10508
10509 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
10510 described or fixed the descriptions of many others.
10511
10512Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
10513
10514 * gdb.texinfo: Add some more credits.
10515 * gdbint.texinfo: Capitalize GDB consistently, describe some
10516 macros and remove some.
10517
10518Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
10519
10520 * gdbint.texinfo: Removed mentions of many incorrectly placed and
10521 obsolete conditionals, described some others.
10522
10523Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10524
10525 * gdb.texinfo (help targets): Changed to `help target', which
10526 is the correct gdb command.
10527
10528Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10529
10530 * annotate.texi (TODO): New node, for keeping track of annotations
10531 suggested but not yet implemented.
10532
10533Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10534
10535 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
10536 another symbol, it is not the address itself.
10537
10538Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
10539
10540 * stabs.texinfo (Stab Section Basics): Add comment about alignment
10541 of stabs-in-coff sections.
10542
10543Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10544
10545 * annotate.texi: Change edition to 0.5 and date to May 1994.
10546 Add index.
10547 (Frames): New node, for frame annotation.
10548 (Displays): New node, for display annotation.
10549
10550 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
10551 when waiting for your program to stop.
10552
10553Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10554
10555 * annotate.texi (Breakpoint Info): Document annotation of header
10556 fields and record annotation.
10557
10558Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10559
10560 * annotate.texi: New file, to document annotations.
10561
10562Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10563
10564 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
10565 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
10566
10567Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10568
10569 * stabs.texinfo (Stab Section Basics): Say what is in .stab
10570 section, and say n_strx field is compilation unit relative.
10571 * stabs.texinfo: Don't use @code for a.out when it is the name of
10572 an object file format.
10573
10574Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10575
10576 * gdb.texinfo: Refer to file names, not path names, per rms
10577 convention.
10578 (Arguments): Fix typo.
10579
10580Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10581
10582 * stabs.texinfo (Global Variables): Talk about stabs in files
10583 where variables are referenced, but not defined.
10584
10585Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10586
10587 * stabs.texinfo: Move stuff on @ and # type descriptors from node
10588 Cplusplus to new nodes Member Type Descriptor and Method Type
10589 Descriptor. Re-write stuff for #.
10590
10591Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10592
10593 * gdb.texinfo (Print Settings): Don't document "set print
10594 fast-symbolic-addr off". The bug which it worked around was fixed
10595 on 25 Feb 94 in coffread.c, so I'm nuking the command.
10596
10597 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
10598 N_ENTRY node.
10599
10600 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
10601
10602Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10603
10604 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
10605 references to ieee-float.c.
10606
10607Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10608
10609 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
10610 match what the code actually does.
10611
10612Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10613
10614 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
10615
10616Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10617
10618 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
10619 i, and b.
10620
10621Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
10622
10623 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
10624 well as for ELF and SOM. Unify the descriptions of ELF and SOM
10625 as "stabs in sections" rather than just saying "ELF and SOM".
10626 Also make that stuff apply to COFF.
10627
10628Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10629
10630 * gdb.texinfo (Formatting Documentation): Change GhostScript to
10631 Ghostscript.
10632
10633Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10634
10635 * gdb.texinfo (Continuing and Stepping): When talking about "step"
10636 versus functions without line numbers, also mention stepping into
10637 them as well as "step" when you are in them. Tell the user how to
10638 deal with the situation. Add comment about "debugging information".
10639
10640Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10641
10642 * stabs.texinfo (Enumerations): Document restriction on where
10643 enumeration types can appear and still win with GDB.
10644
10645Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10646
10647 * stabs.texinfo (Negative Type Numbers): Document format for type
10648 -16.
10649
10650Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10651
10652 * gdb.texinfo (Selection, Frame Info): Update information about
10653 arbitrary frame specficiations.
10654
10655Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
10656
10657 * gdb.texinfo, remote.texi: general editing pass prior to Net release
10658
10659Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10660
10661 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
10662
10663Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
10664
10665 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
10666
10667Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10668
10669 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
10670 Differences node to Statics node.
10671 (Statics): Discuss XCOFF use of V symbol descriptor.
10672
10673 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
10674 not clean.
10675
10676Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
10677
10678 * gdb.texinfo (Print Settings): Document `set print
10679 fast-symbolic-addr' and improve the doc for some other
10680 `set print's.
10681
10682Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10683
10684 * stabs.texinfo (String Field): Talk about defining several type
10685 numbers at once.
10686 Fix lint regarding changing node ELF Transformations to
10687 ELF and SOM Transformations.
10688
10689Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
10690
10691 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
10692
10693Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10694
10695 * stabs.texinfo (Cross-References): `::' is for nested types only
10696 within <>.
10697 (Structures): Document static members.
10698
10699Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10700
10701 * stabs.texinfo: Document S type attribute.
10702
10703Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
10704
10705 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
10706
10707Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
10708
10709 * gdbint.texinfo: Fix a few typos.
10710
10711Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10712
10713 * gdb.texinfo, remote.texi: formatting improvements
10714
10715 * gdb.texinfo (New Features): mention threads.
10716 (Summary, C): fix xrefs in newly contributed text.
10717 (Threads): index entries, clarifications, example
10718 (passim): minor typos fixed, phrasing improvements
10719
10720 * remote.texi (Bootstrapping): rephrase text on ^C and add index
10721 entries; (Server): explain use of gdbserver w/real-time systems,
10722 add example of conflicting TCP port; (MIPS Remote) break up
10723 running text into table, highlighting commands, and add example.
a9331b3f 10724
c906108c
SS
10725Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10726
10727 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
10728
10729Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10730
10731 * stabs.texinfo (Nested Symbols): New node.
10732 (String Field, Symbol Descriptors, Cross-References): Refer to it.
10733
10734Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10735
10736 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
10737 to picking which Bbss.bss symbol to use, and (because there seems to
10738 be no good way of doing it) re-write some of the text to make it
10739 sound like Bbss.bss isn't such a great idea after all (as currently
10740 designed).
10741
10742 * gdb.texinfo (C): In addition to saying people have to use g++ for
10743 good results, say they have to use stabs. Specifically say cfront
10744 doesn't work well.
10745 (Summary): Merge in information on Modula-2, Pascal, and Chill from
10746 the gdb README. Add xrefs to places where the support for the various
10747 languages is described in detail.
10748
10749Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10750
10751 * stabs.texinfo: Clean up stuff about visibility and virtual
10752 characters.
10753
10754 * stabs.texinfo (N_M2C): Cite Sun doc.
10755
10756Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10757
10758 * gdb.texinfo: updates re threads.
10759 * remote.texinfo: avoid index entries starting with digits.
10760
10761Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10762
10763 * stabs.texinfo (Enumerations): Talk about large, negative and
10764 octal values. Clean up cross reference to type attributes.
10765 (String Field): Say that GDB 4.11 supports size attribute.
10766
10767Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10768
10769 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
10770 is a mandatory step. Make the stuff about that more concise.
10771
10772Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10773
10774 * stabs.texinfo (Class Names): New node.
10775
10776 * gdb.texinfo (Command Files): Explain order of init file reading.
10777
10778 * remote.texi (Bootstrapping): Talk about getting the serial driver
10779 to deal with ^C sent by gdb to stop the remote system.
10780
10781Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
10782
10783 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
10784
10785 * libgdb.texinfo (Defining Commands): made the DOC arg
10786 to gdb_define_app_command a char * instead of char **
10787 per a suggestion from kingdon.
10788
10789 * libgdb.texinfo: total rewrite from a different starting
10790 premise.
10791
10792Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10793
10794 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
10795 floats passed as doubles (to improve clarity).
10796
10797Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10798
10799 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
10800
10801 * a4rc.sed: update to work with Andreas Vogel papersize params
10802
10803 * refcard.tex: use Andreas Vogel simplifications of papersize
10804 params; remove useless version info; update copyright date.
10805
10806Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10807
10808 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
10809
10810Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10811
10812 * gdb.texinfo (Files): Say what address the load command loads it at.
10813
10814 * stabs.texinfo (Common Blocks): Minor cleanups.
10815
10816 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
10817 that Sun has backed away from the linker kludge and thus the relevant
10818 issue is changes to the SunPRO tools, not the Solaris linker.
10819
10820 * stabs.texinfo (Traditional Integer Types): Clean up description
10821 of octal bounds a little bit. Document extra leading zeroes.
10822
10823Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10824
10825 * gdb.texinfo (Signaling): Update for symbolic symbol names
10826 and add a section explaining the difference between the GDB
10827 signal command and the shell kill utility.
10828
10829Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
10830
10831 * libgdb.texinfo: added `@' to braces that were unescaped.
10832
10833Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
10834
10835 * libgdb.texinfo: new file. Spec for the gdb library.
10836
10837Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10838
10839 * stabs.texinfo (Include Files): Fix typo (start -> end).
10840
10841Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10842
10843 * gdb.texinfo, remote.texi: assorted small improvements, mostly
10844 from Melissa at FSF's editing pass.
10845
10846Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10847
10848 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
10849 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
10850 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
10851
10852Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10853
10854 * remote.texi (Bootstrapping): Discuss 386 call gates.
10855
10856Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
10857
10858 * stabs.texinfo (Based Variables): New node.
10859
10860Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
10861
10862 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
10863 names, sizes, and formats to suggest how not to lose.
10864
10865Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
10866
10867 * stabs.texinfo (Methods): Fix typo.
10868
10869Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
10870
10871 * gdb.texinfo: Fix a few typos.
10872
10873Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10874
10875 * gdb.texinfo: Clarify how well it works with Fortran.
10876
10877 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
10878 More on relocating stabs in ELF files.
10879
10880Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10881
10882 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
10883
10884Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10885
10886 * stabs.texinfo (Local Variable Parameters): Talk about nameless
10887 parameters on VAX.
10888
10889Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10890
10891 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
10892
10893Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10894
10895 * stabs.texinfo: Make info author notice match the TeX author notice.
10896
10897Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
10898
10899 * stabs.texinfo: Initial-caps all words in node names and
10900 non-trivial words in section names.
10901
10902Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10903
10904 * stabs.texinfo: Many minor cleanups.
10905
10906 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
10907
10908Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
10909
10910 * stabs.texinfo: Remove full description of big example.
10911 It's not really helpful; just use pieces of it where appropriate.
10912 Add more Texinfo formatting directives (@samp, etc.).
10913 Use @deffn to define stab types.
10914 Eliminate some wordiness. Break up some nodes.
10915 Add an (alphabetized) index of symbol types.
10916 Use consistent capitalization style in node and section names.
10917
10918Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
10919
10920 * gdb.texinfo: Change typo "Two two" to "The two".
10921
10922Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10923
10924 * stabs.texinfo (XCOFF-differences): Remove references to
10925 non-existent types N_DECL and N_RPSYM.
10926
10927 * stabs.texinfo (String Field): Say that type attributes bug is
10928 fixed in GDB 4.10, since it is.
10929
10930 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
10931
10932Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
10933
10934 * stabs.texinfo: Formatting cleanups.
10935
10936Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10937
10938 * stabs.texinfo: When explaining the n_type of a stab, standardize
10939 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
10940 no tabs, use @r).
10941 (Global Variables): Clean up.
10942
10943Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10944
10945 * stabs.texinfo (Stack Variables): Re-write.
10946
10947Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10948
10949 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
10950 addresses of a source file. Also revise formatting.
10951 Change "object module" or "object file" to "source file".
10952 Various: Miscellaneous cleanups.
10953
10954Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10955
10956 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
10957
10958Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
10959
10960 * gdbint.texinfo: Removed many nonsensical machine-collected
10961 host and target conditionals, described some of the remainder.
10962
10963Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10964
10965 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
10966
10967 * gdbint.texinfo (Top): Add name to @top line, and re-write the
10968 paragraph which follows.
10969
10970 * gdbint.texinfo (Host): Use @code not @samp for Makefile
10971 variables. Looks better and avoids overful hbox.
10972
10973Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10974
10975 * stabs.texinfo (Procedures): Improve stuff on nested functions.
10976
10977Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10978
10979 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
10980 retransmit-timeout
10981
10982Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10983
10984 * gdbint.texinfo: Update statement about `some ancient Unix
10985 systems, like Ultrix 4.0' to Ultrix 4.2.
10986
10987Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
10988
10989 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
10990
10991 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
10992
10993 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
10994 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
10995
10996 * remote.texi: new name for former gdbinv-s.texi
10997
10998 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
10999
11000Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
11001
11002 * gdbinv-s.texi: Documented timeout and retransmit-timeout
11003 variables for MIPS remote debugging protocol.
11004
11005Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11006
11007 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
11008
11009Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
11010
11011 * Makefile.in (refcard.dvi): Use srcdir where necessary.
11012
11013Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
11014
11015 * gdb.texinfo: repair conditional bugs in text markup
11016
11017Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11018
11019 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
11020 to select Modula-2 material.
11021
11022Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11023
11024 * stabs.texinfo: Cleanups regarding statics.
11025
11026 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
11027 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
11028
11029Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11030
11031 * stabs.texinfo: N_MAIN is sometimes used for C.
11032
11033Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11034
11035 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
11036
11037Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
11038
11039 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 11040 removed from the code by Kingdon.
c906108c
SS
11041
11042Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11043
11044 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
11045 input when evaluating breakpoint conditions; the bug has been fixed.
11046
11047 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
11048 sets the ignore count to N-1, not to N.
11049
11050Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11051
11052 * refcard.tex (\hoffset): correct longstanding error to match
11053 intended offset; avoids cutting off edge on some printers
11054
11055Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11056
11057 * stabs.texinfo (Parameters): Say that order of stabs is significant.
11058
11059Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11060
11061 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
11062
11063Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11064
11065 * Makefile.in: (REFEDITS) new var to control whether PS or CM
11066 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
11067 collect sed edits if any, apply to refcard before formatting;
11068 (refcard.ps) stop implying PS fonts if PS output requested;
11069 (lrefcard.ps) delete extra target for variant PS fonts
11070
11071 * refcard.tex: parametrize papersize dependent info, collect
11072 in easily replaced spot
11073
11074 * a4rc.sed: new file, edits to refcard for A4 paper
11075
11076Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11077
11078 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
11079
11080Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11081
11082 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
11083
11084Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11085
11086 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
11087 politely rather than rudely.
11088
11089Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11090
11091 * stabs.texinfo: Document common blocks.
11092
11093Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
11094
11095 * stabs.texinfo: Add some basic info about stabs-in-elf.
11096
11097Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11098
11099 * stabs.texinfo (Top): Minor cleanup.
11100
11101Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
11102
11103 * Makefile.in (install-info): remove parentdir support
11104
11105Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11106
11107 * gdb.texinfo (Copying): delete this node and references to it;
11108 RMS says this manual need not carry GPL. (passim): Improvements
11109 from last round at FSF, largely due to Ian Taylor review, and
11110 minor formatting improvements.
11111
11112 * gdbinv-s.texi (passim): Improvements from last round at FSF,
11113 largely due to Ian Taylor review. (Debug Session): minor edits to
11114 new text.
11115
11116Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
11117
11118 * Makefile.in (realclean): Remove info and dvi files too.
11119
11120Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
11121
11122 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
11123 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
11124 * gdb.texinfo: Change accordingly.
11125
11126 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
11127 N_{L,R}BRAC,N_SLINE are relative to.
11128
11129Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
11130
11131 * Makefile.in (GDBvn.texi): Update atomically.
11132
11133Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
11134
11135 * gdbinv-s.texi (Debug Session): Document exceptionHook.
11136
11137Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
11138
11139 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
11140 addresses together. Also motivate the set print symbol-filename
11141 command and suggest other solutions.
11142
11143Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
11144
11145 * gdb.texinfo (set print elements): Note that the number of
11146 elements is set to unlimited by "set print elements 0".
11147
11148Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
11149
11150 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
11151 NF_LDOUBLE means.
11152 (Stab Types): Include Solaris stab types.
11153 (Procedures): Document Solaris extensions.
11154
11155Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11156
11157 * gdb.texinfo: Add `set print symbol-filename' doc.
11158
11159Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11160
11161 * stabs.texinfo (Arrays): Talk about type definition vs. type
11162 information.
11163
11164 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
11165 the trailing semicolon.
11166
11167Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11168
11169 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
11170 and merge in other parts of the document addressing these subjects.
11171 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
11172
11173 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
11174 at the end of a range type.
11175
11176 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
11177 AIX extensions.
11178
11179Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11180
11181 * stabs.texinfo (Stabs Format): Misc fixes.
11182
11183Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11184
11185 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
11186 (Traditional builtin types): Document convex convention for long long.
11187 (Negative builtin types): Discuss type names, and misc fixes.
11188
11189Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11190
11191 * stabs.texinfo (Builtin Type Descriptors): Document the floating
11192 point types used with @samp{R} type descriptor.
11193 (Symbol Descriptors): Describe how to handle conflict between
11194 different meanings of @samp{P} symbol descriptor.
11195
11196Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11197
11198 * stabs.texinfo: Remove node Quick Reference and put its children
11199 directly under the main menu.
11200
11201 * stabs.texinfo: Many more changes to bring it into line with
11202 AIX documentation and reality. I think it now has all the
11203 information from the AIX documentation, except that I burned
11204 out when I got to variant records (Pascal and Modula-2) and
11205 all the COBOL types. Oh well, we can add them later when we're
11206 worrying more about those languages.
11207
11208 * stabs.texinfo (Automatic variables): Talk about what it means
11209 to omit the symbol descriptor.
11210
11211Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11212
11213 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
11214 gcc2 behavior with promoted args.
11215
11216Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11217
11218 * gdb.texinfo: include readline appendices in info version of manual
11219
11220Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11221
11222 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
11223 target remote.
11224
11225 * gdb.texinfo (Machine Code): more index entries for disassemble
11226
11227Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
11228
11229 * Clarify the intended use of the gdb-testers and gdb-patches
11230 mailing lists, and shrink gzip comment.
11231
11232Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11233
11234 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
11235 DOSHOST configuration of manual.
11236
11237 * gdb.texinfo (MIPS Stack): new node.
11238
11239 * all-config.texi (MIPS) new switch.
11240
11241 * gdbinv-s.texi (Nindy Options) Remove two instances of future
11242 tense; (MIPS Remote) new node.
11243
11244 * gdb.texinfo (passim) rephrases to work around makeinfo @value
11245 bug; (Environment) less passive, other small cleanups in text about
11246 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
11247 (Remote) new MIPS Remote menu entry.
11248
11249Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
11250
11251 * stabs.texinfo: Many changes to include information from the
11252 AIX documentation.
11253
11254 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
11255
11256Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
11257
11258 * gdbint.texinfo (new node Debugging GDB, elsewhere):
11259 Move a bunch of information from ../README.
11260 (Getting Started): New node.
11261
11262Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11263
11264 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
11265
11266 * gdb.texinfo: advance manual revision dates to present
11267
11268 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
11269 stop using silly Roman numerals in @set variable names
11270
11271Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
11272
11273 * stabs.texinfo (Parameters): Keep trying to get this right.
11274
11275Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
11276
11277 * stabs.texinfo (Parameters): More on "local parameters".
11278
11279Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
11280
11281 * stabs.texinfo (Parameters): Re-do "local parameters" section.
11282
11283Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
11284
11285 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
11286 (Parameters): Rewrite.
11287 (xcoff-differences, Sun-differences): Minor changes.
11288
11289Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
11290
11291 * stabs.texinfo: Minor cleanup.
11292
11293Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
11294
11295 * gdbint.texinfo: Minor xcoff stuff.
11296
11297Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
11298
11299 * gdbint.texinfo: Update for new config directory structure.
11300 Add info about internal type data structures.
11301
11302Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
11303
11304 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
11305 $(srcdir).
11306 (gdb-config.texi): Depend on file in $(srcdir).
11307
11308Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
11309
11310 * stabs.texinfo: Fixes about N_SO.
11311
11312Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11313
11314 * gdb.texinfo: include list of nonstandard init file names
11315
11316 * *-config.texi: new switch GENERIC for text that applies *only*
11317 to (usual) multiple-target version of manual
11318
11319 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
11320 h8 config
11321
11322 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
11323 in menus (rather than conditionally selected multiple alternative
11324 menus).
11325
11326 * Makefile.in: define and use DOC_CONFIG var to select
11327 configuration for GDB user manual.
11328
11329 * gdb-config.texi: delete from repository, generate from Makefile.
11330
11331 * all-config.texi: normal `generic' configuration file, formerly
11332 stored as gdb-config.texi
11333
11334Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
11335
11336 * Makefile.in: add dvi target to build all .dvi files
11337
11338Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11339
11340 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
11341
11342Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
11343
11344 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
11345 host conditionals.
11346 * stabs.texinfo: More array fixes inspired by Jim's.
11347
11348Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
11349
11350 * stabs.texinfo: Fixes re arrays and continuations.
11351
11352 * gdbint.texinfo: Add XCOFF node.
11353
11354Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
11355
11356 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
11357
11358Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
11359
11360 * stabs.texinfo: Fix for array types to mention lower bounds.
11361
11362Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
11363
11364 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
11365
11366Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
11367
11368 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
11369
11370Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
11371
11372 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
11373 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
11374
11375Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
11376
11377 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
11378
11379Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11380
11381 * gdb.texinfo, gdbinv-s.texi: misc updates
11382
11383Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
11384
11385 * gdbint.texinfo: Brief documentation for longjmp support,
11386 from an email msg by Stu.
11387
11388Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
11389
11390 * stabs.texinfo: Fix description of floating point "range"
11391 types (which really define basic types). Reported by Jim Meehan,
11392 <meehan@src.dec.com>.
11393
11394 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
11395
11396Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
11397
11398 * gdbint.texinfo: Slightly expand section on supporting a new
11399 object file format.
11400
11401Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
11402
11403 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
11404 intermediate file.
11405
11406Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11407
11408 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
11409
11410Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11411
11412 * gdbinv-s.texi: z8000 simulator target name is just "sim"
11413
11414 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
11415 as well as Z8002.
11416
11417Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
11418
11419 * gdbint.texinfo: Add sections on clean design and on how to send
11420 in changes.
11421
11422Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
11423
11424 * gdbint.texinfo: Add how to declare the result of make_cleanup.
11425
11426Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
11427
11428 * gdb.texinfo: Fix typo, reported by Karl Berry.
11429
11430Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
11431
11432 * gdb.texinfo: Add opcodes dir to GDB distribution description.
11433
11434Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11435
11436 * gdbint.texinfo: fixed a stray email address (needs @@),
11437 added @table @code to node "Native Conditionals"
11438
11439Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
11440
11441 * gdbint.texinfo: Describe coding style of GDB.
11442
11443Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
11444
11445 * stabs.texinfo: Minor wording changes.
11446
11447Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
11448
11449 * gdbint.texinfo: Improve release doc slightly.
11450
11451Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
11452
11453 * gdbint.texinfo: Improve doc of GDB config macros.
11454
11455Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
11456
11457 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
11458 These will be reinserted when examined.
11459
11460Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
11461
11462 * gdbint.texinfo: Make a start at documenting all the #if macros
11463 in GDB. At least list them all, and start separating them into
11464 host-specific and target-specific.
11465
11466Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11467
11468 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 11469 examples (not consistent w others).
c906108c
SS
11470 gdb.texinfo: issue disclaimer paragraph on cmdline options only
11471 for generic vn of doc
11472
11473Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
11474
11475 * Makefile.in: always create installation directories.
11476
11477Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11478
11479 * gdb.texinfo: in h8 config, do not describe searching commands.
11480
11481Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11482
11483 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
11484 conditionals; introduce a few generic switches that may be
11485 useful for other cross-dev or dos-hosted configs.
11486
11487 * gdb.texinfo: fix typo in "info reg" description
11488
11489Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
11490
11491 * stabs.texinfo: Minor updates from running TeX over it.
11492 * Makefile.in (stabs.dvi, stabs.ps): Add.
11493
11494Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
11495
11496 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
11497 First pass at converting it to texinfo.
11498
11499Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
11500
11501 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
11502 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
11503
11504Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
11505
11506 * gdbint.texinfo: Add section on partial symbol tables.
11507
11508Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
11509
11510 * gdb.texinfo: document `set remotedebug' and `set
11511 rstack_high_address'.
11512
11513Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11514
11515 * gdb.texinfo: slight expansion of new text on reading info files
11516 * gdbinv-s.m4.in: correct and expand info on cross-debugging
11517 H8/300 from DOS.
11518
11519Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
11520
11521 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
11522
11523Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
11524
11525 * gdb.texinfo: Say how to read the `info' files.
11526
11527Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
11528
11529 * Makefile.in: gm4 -> m4.
11530
11531Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
11532
11533 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
11534 Documentation' ahead of `Installing GDB' to match README.
11535 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 11536 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
11537
11538Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
11539
11540 * Makefile.in: remove $(srcdir) from gdb.info rule.
11541
11542Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11543
11544 * Makefile.in: commented out gdb-all.texinfo rule. This is
11545 temporary.
11546
11547Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
11548
11549 * Makefile.in, configure.in: removed traces of namesubdir,
11550 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
dee368d3 11551 copyrights to '92, '13, changed some from Cygnus to FSF.
c906108c
SS
11552
11553Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
11554
11555 * gdb.texinfo: Improve how we ask for bug reports.
11556
11557Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11558
11559 * Makefile.in: infodir belongs in datadir.
11560
11561Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11562
11563 * Makefile.in: remove spaces following hyphens, bsd make can't
11564 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 11565 standards.text support.
c906108c
SS
11566
11567Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11568
11569 * Makefile.in: idestdir and ddestdir go away. Added copyrights
11570 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
11571 and mandir now keyed off datadir by default.
11572
11573\f
11574Local Variables:
9e9c5ae7 11575mode: change-log
c906108c
SS
11576left-margin: 8
11577fill-column: 74
11578version-control: never
11579End:
This page took 1.651588 seconds and 4 git commands to generate.