Use int instead of LONGEST in tdesc_type sizes.
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
2a60e18f
PA
12016-03-15 Pedro Alves <palves@redhat.com>
2
3 * gdb.texinfo (Tracepoint Actions): Fix typo.
4
45fa2529
PA
52016-03-15 Pedro Alves <palves@redhat.com>
6 Andreas Arnez <arnez@linux.vnet.ibm.com>
7 Marcin Kościelnicki <koriakin@0x04.net>
8
9 * gdb.texinfo (Tracepoint Actions): Document possible
10 unreliability of '$_ret'.
11
f2403c39
AB
122016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
13
14 * gdb.texinfo (Symbols): Document new 'maint info line-table'
15 command.
16
f2f3ccb9
SM
172016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
18
19 * gdb.texinfo (Convenience Functions): Document $_as_string.
20
cce0e923
DE
212016-02-23 Doug Evans <dje@google.com>
22
23 * gdb.texinfo (Skipping Over Functions and Files): Document new
24 options to "skip" command. Update docs of output of "info skip".
25
012b3a21
WT
262016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
27
28 * gdb.texinfo (Signals): Add bound violation display hints for
29 a SIGSEGV.
30
0748bf3e
MK
312016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
32
33 * gdb.texinfo (Trace File Format): Add documentation for description
34 section lines.
35
e909d859
MK
362016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
37
38 * gdb.texinfo (Trace File Format): Remove misleading information
39 about register block ordering.
40
713cdcbf
DE
412016-02-01 Doug Evans <dje@google.com>
42
43 * gdb.texinfo (Value Sizes): Fix typo.
44
8244c20d
DE
452016-02-01 Doug Evans <dje@google.com>
46
47 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
48
5fdf6324
AB
492016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
50
51 * gdb.texinfo (Value Sizes): New section.
52 (Data): Add the 'Value Sizes' node to the menu.
53
67ebd9cb
JB
542016-01-26 John Baldwin <jhb@FreeBSD.org>
55
56 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
57
6e9567fe
JB
582016-01-19 John Baldwin <jhb@FreeBSD.org>
59
60 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
61
f303dbd6
PA
622016-01-18 Pedro Alves <palves@redhat.com>
63
64 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
65 of the thread that hit a breakpoint or received a signal.
66
71ef29a8
PA
672016-01-15 Pedro Alves <palves@redhat.com>
68
69 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
70
663f6d42
PA
712016-01-13 Pedro Alves <palves@redhat.com>
72
73 * gdb.texinfo (Threads): Document the $_gthread convenience
74 variable.
75 (Convenience Vars): Likewise.
76
c84f6bbf
PA
772016-01-13 Pedro Alves <palves@redhat.com>
78
79 * gdb.texinfo (Threads): Document "info threads -gid".
80
22a02324
PA
812016-01-13 Pedro Alves <palves@redhat.com>
82
83 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
84 anchor.
85 (Threads In Python): Document new InferiorThread.global_num
86 attribute.
87
5d5658a1
PA
882016-01-07 Pedro Alves <palves@redhat.com>
89
90 * gdb.texinfo (Threads): Document per-inferior thread IDs,
91 qualified thread IDs, global thread IDs and thread ID lists.
92 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
93 thread IDs.
94 (Convenience Vars): Document the $_thread convenience variable.
95 (Ada Tasks): Adjust to refer to thread IDs.
96 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
97 Commands, GDB/MI Variable Objects): Update to mention global
98 thread IDs.
99 * guile.texi (Breakpoints In Guile)
100 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
101 global thread IDs instead of thread IDs.
102 * python.texi (Threads In Python): Adjust documentation of
103 InferiorThread.num.
104 (Breakpoint.thread): Mention global thread IDs instead of thread
105 IDs.
106
84654457
PA
1072016-01-13 Pedro Alves <palves@redhat.com>
108
109 * python.texi (Threads In Python): Document
110 InferiorThread.inferior.
111
e3940304
PA
1122016-01-13 Pedro Alves <palves@redhat.com>
113
114 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
115 convenience variable.
116 (Convenience Vars): Likewise.
117
82075af2
JS
1182016-01-12 Josh Stone <jistone@redhat.com>
119 Philippe Waroquiers <philippe.waroquiers@skynet.be>
120
121 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
122 (Stop Reply Packets): List the syscall entry and return stop reasons.
123 (General Query Packets): Describe QCatchSyscalls, and add it to the
124 table and the detailed list of stub features.
125
bc504a31
PA
1262016-01-12 Pedro Alves <palves@redhat.com>
127
128 Remove use of the registered trademark symbol throughout.
129
cde67b27
YQ
1302016-01-12 Yao Qi <yao.qi@linaro.org>
131
132 * gdb.texinfo (Interrupts): Update the document on handling
133 interrupt when program is stopped.
134
19d9d4ef
DB
1352015-12-11 Don Breazeal <donb@codesourcery.com>
136
137 * gdb.texinfo (Forks): Correct Linux kernel version where
138 fork and exec events are supported, add notes about support
139 of these events in target remote mode.
140 (Connecting): Reorganize and clarify distinctions between
141 target remote, extended-remote, and multiprocess.
142 Reorganize related text from separate sections into new
143 sections.
144 (Server): Note effects of target extended-remote mode.
145 Delete section on Multi-Process Mode for gdbserver.
146 Move some text to "Connecting" node.
147
f4f4330e
PA
1482015-12-10 Pedro Alves <palves@redhat.com>
149
150 * gdb.texinfo (Threads): Replace warning with explanation
151 about single-threaded programs.
152
b1236ac3
PA
1532015-12-10 Pedro Alves <palves@redhat.com>
154
155 * gdb.texinfo (Threads): Remove mention of SGI.
156 (Forks): Remove mention of HP-UX.
157 (Breakpoints): Remove mention of HP-UX.
158 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
159 Reword in terms of architectures.
160 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
161 mention supported systems.
162 (Convenience Vars): Don't mention HP-UX.
163 (Jumping): Remove mention of HP-UX in comment.
164 (Files) <shared libraries>: Update supported shared library types
165 list. Remove mention of HP-UX.
166 (Native): Remove HP-UX subsection.
167 (SVR4 Process Information): Remove mention of HP-UX.
168
0f59c28f
PA
1692015-12-10 Pedro Alves <palves@redhat.com>
170
171 * gdb.texinfo (Stack): Reorder menu.
172
1c35a88f
LM
1732015-12-09 Luis Machado <lgustavo@codesourcery.com>
174
175 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
176 -var-set-format's new zero-hexadecimal format.
177
3685b09f
PMR
1782015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
179
180 * gdb.texinfo (Ada Mode Into): Move overloading support
181 description to its own node.
182 (Overloading support for Ada): New node.
183
f2faf941
PA
1842015-11-30 Pedro Alves <palves@redhat.com>
185
186 PR 14618
187 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
188 (Remote Configuration): Add the "set/show remote
189 no-resumed-stop-reply" to the available settings table.
190 (General Query Packets): Document the "no-resumed" qSupported
191 feature.
192
65706a29
PA
1932015-11-30 Pedro Alves <palves@redhat.com>
194
195 * gdb.texinfo (Remote Configuration): List "set/show remote
196 thread-events" command in configuration table.
197 (Stop Reply Packets): Document "T05 create" stop
198 reason and 'w' stop reply.
199 (General Query Packets): Document QThreadEvents packet. Document
200 QThreadEvents qSupported feature.
201
de979965
PA
2022015-11-30 Pedro Alves <palves@redhat.com>
203
204 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
205 anchor.
206 (Packets): Document vCtrlC.
207
79efa585
SM
2082015-11-26 Simon Marchi <simon.marchi@ericsson.com>
209
210 * gdb.texinfo (Thread List Format): Mention thread names.
211
7e0aa6aa
PA
2122015-11-24 Pedro Alves <palves@redhat.com>
213
214 PR 17539
215 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
216 program-spaces" example to ascending order listing.
217 (Threads): Adjust "info threads" example to ascending order
218 listing.
219 (Forks): Adjust "info inferiors" example to ascending order
220 listing.
221
0c532a29
MM
2222015-11-04 Markus Metzger <markus.t.metzger@intel.com>
223
224 * gdb.texinfo (Process Record and Replay): Document "record
225 instruction-history" modifiers.
226
fc58fa65
AB
2272015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
228
229 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
230 description.
231 (Frame Filter Management): Move to later in the 'Examining the
232 Stack' chapter.
233 (Selection): Add entry for 'select-frame'.
234
792005b0
DE
2352015-09-25 Doug Evans <dje@google.com>
236
237 * gdb.texinfo (Process Record and Replay): Fix syntax of
238 "record instruction-history begin, end" and
239 "record function-call-history begin, end".
240
c58b006b
SM
2412015-09-22 Simon Marchi <simon.marchi@ericsson.com>
242
243 * gdb.texinfo (Specifying Source Directories): Fix
244 substitute-path example.
245
f2665db5
MM
2462015-09-18 Markus Metzger <markus.t.metzger@intel.com>
247
248 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
249
e68fa6f0
PA
2502015-09-15 Pedro Alves <palves@redhat.com>
251
252 PR remote/18965
253 * gdb.texinfo (Stop Reply Packets): Revert previous change to
254 the vforkdone description.
255
8228463c
PA
2562015-09-15 Pedro Alves <palves@redhat.com>
257
258 PR remote/18965
259 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
260 part indicates the thread ID of the parent process.
261
750ce8d1
YQ
2622015-09-15 Yao Qi <yao.qi@linaro.org>
263
264 * gdb.texinfo (General Query Packets): Add vContSupported to
265 tables of 'gdbfeatures' and 'stub features' supported in the
266 qSupported packet, as well as to the list containing stub
267 feature details.
268
b459a59b
DB
2692015-09-11 Don Breazeal <donb@codesourcery.com>
270
271 * gdb.texinfo (Remote Configuration): Add exec event
272 feature to table of packet settings.
273 (Stop Reply Packets): Add exec events to the list of stop
274 reasons.
275 (General Query Packets): Add exec events to tables of
276 'gdbfeatures' and 'stub features' supported in the qSupported
277 packet, as well as to the list containing stub feature
278 details.
279
73b8c1fd
PA
2802015-08-24 Pedro Alves <palves@redhat.com>
281
282 * gdb.texinfo (Remote Configuration): Document the "set/show
283 remote multiprocess-extensions-packet" commands.
284
bb615428
PA
2852015-08-24 Pedro Alves <palves@redhat.com>
286
287 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
288 <M32R>: Remove references to M32R/D.
289 <M68K>: Remove references to target dbug.
290 <MIPS Embedded>: Remove references to target r3900 and target
291 array.
292 <PowerPC Embedded>: Remove references to target dink32 and target
293 ppcbug, target sds
294 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
295
2b4bf6af
AB
2962015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
297
298 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
299
566f5e3b
AB
3002015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
301
302 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
303
18989b3c
AB
3042015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
305
306 * gdb.texinfo (Maintenance Commands): Move documentation of "main
307 info bfds" to...
308 (File Caching): A New section. Outline bfd caching, and add new
309 description for "main set/show bfd-sharing".
310
6ff0ba5f
DE
3112015-08-14 Doug Evans <xdje42@gmail.com>
312
313 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
314 disassembly.
315 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
316
629500fa
KS
3172015-08-11 Keith Seitz <keiths@redhat.com>
318
319 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
320 Use "location(s)"instead of "linespec(s)".
321 (Specifying a Location): Rewrite.
322 Add subsections describing linespec, address, and explicit locations.
323 Add node/menu for each subsection.
324 (Source and Machine Code, C Preprocessor Macros)
325 (Create and Delete Trace points)
326 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
327 (Continuing at a Different Address): Remove "linespec" examples.
328 Add reference to "Specify a Location"
329 (The -break-insert Command): Rewrite. Add anchor.
330 Add reference to appropriate manual section discussing locations.
331 (The -dprintf-insert Command): Refer to -break-insert for
332 specification of 'location'.
333
fbea99ea
PA
3342015-08-07 Pedro Alves <palves@redhat.com>
335
336 * gdb.texinfo (Maintenance Commands): Document "maint set/show
337 target-non-stop".
338
da8c46d2
MM
3392015-08-07 Markus Metzger <markus.t.metzger@intel.com>
340
341 * gdb.texinfo (Process Record and Replay): Document prefixing of
342 speculatively executed instructions in the "record instruction-history"
343 command.
344
a3b5281e
DE
3452015-07-20 Doug Evans <dje@google.com>
346
347 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
348
6bcb1f97
DE
3492015-07-16 Doug Evans <dje@google.com>
350
351 * stabs.texinfo: @include gdb-cfg.texi.
352
db1ff28b
JK
3532015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
354
355 Revert the previous 2 commits:
356 gdbserver build-id attribute generator
357 Validate symbol file using build-id
358
ca5268b6
JK
3592015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
360
361 * gdb.texinfo (Files): Add 'set validate-build-id'
362 and 'show validate-build-id'.
363
700ca40f
JK
3642015-07-15 Aleksandar Ristovski <aristovski@qnx.com
365 Jan Kratochvil <jan.kratochvil@redhat.com>
366
367 gdbserver build-id attribute generator.
368 * gdb.texinfo (Library List Format for SVR4 Targets): Add
369 'build-id' in description, example, new attribute in dtd.
370
7c7f93f6
AB
3712015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
372
373 * gdb.texinfo (Selection): Update documentation for 'frame'
374 command.
375
b0627500
MM
3762015-07-02 Markus Metzger <markus.t.metzger@intel.com>
377
72f4393d 378 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
b0627500
MM
379 commands.
380
b20a6524
MM
3812015-07-02 Markus Metzger <markus.t.metzger@intel.com>
382
383 * gdb.texinfo (Process Record and Replay): Spell out that variables
384 and registers are not available during btrace replay.
385 Describe the new "record btrace pt" command.
386 Describe the new "set|show record btrace pt buffer-size" options.
387 (General Query Packets): Describe the new Qbtrace:pt and
388 Qbtrace-conf:pt:size packets.
389 Expand "bts" to "Branch Trace Store".
390 Update the branch trace DTD.
391
fc637f04
PP
3922015-06-26 Patrick Palka <patrick@parcs.ath.cx>
393
394 * gdb.texinfo (Command History): Document the new option
395 "history remove-duplicates".
396
18a94d75
DE
3972015-06-19 Doug Evans <dje@google.com>
398
399 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
400 longer supported.
401
0eacb298
PP
4022015-06-17 Patrick Palka <patrick@parcs.ath.cx>
403
404 * gdb.texinfo (Command History): Mention that setting
405 GDBHISTSIZE to the empty string disables history truncation.
406
bc460514
PP
4072015-06-17 Patrick Palka <patrick@parcs.ath.cx>
408
409 PR gdb/16999
410 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
411 behavior.
412
b58c513b
PP
4132015-06-17 Patrick Palka <patrick@parcs.ath.cx>
414
415 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
416 with GDBHISTSIZE.
417
a86c90e6
SM
4182015-06-15 Simon Marchi <simon.marchi@ericsson.com>
419
420 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
421 bytes and memory units for -data-{read,write}-memory-bytes.
422 (Packets): Same for m, M and X packets.
423 * python.texi (Inferiors In Python): Same for read_memory and
424 write_memory.
425
c74f7d1c
JT
4262015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
427
428 * gdb.texinfo (Separate Debug Files): Document that PE is also
429 supported.
430
51f0e40d
AB
4312015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
432
433 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
434 single table entry.
435
966f0aef
WT
4362015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
437
438 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
439
440
15a201c8
GB
4412015-06-10 Gary Benson <gbenson@redhat.com>
442
443 * gdb.texinfo (Remote Configuration): Document the
444 "set/show remote hostio-setfs-packet" command.
445 (Host I/O Packets): Document the vFile:setfs packet.
446
7a6a1731
GB
4472015-06-10 Gary Benson <gbenson@redhat.com>
448
449 * gdb.texinfo (Debugging Output): Document the "set/show debug
450 linux-namespaces" command.
451
7d73c23c 4522015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 453 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
454
455 * gdb.texinfo (i386): Add documentation about "show mpx bound"
456 and "set mpx bound".
457
27e0867f
DE
4582015-05-27 Doug Evans <dje@google.com>
459
460 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
461
b4f54984
DE
4622015-05-26 Doug Evans <dje@google.com>
463
464 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
465 command renamings.
466 (Maintenance Commands): Update for DWARF "set debug" command renamings.
467
55b40027
AB
4682015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
469
470 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
471
a4ea0946
AB
4722015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
473
474 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
475 (TUI Commands): Add 'tui enable' and 'tui disable' details.
476
37442ce1
DE
4772015-05-16 Doug Evans <xdje42@gmail.com>
478
479 * guile.texi (Memory Ports in Guile): Document support for unbuffered
480 memory ports.
481
36de76f9
JK
4822015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
483
484 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
485
0d71eef5
DB
4862015-05-12 Don Breazeal <donb@codesourcery.com>
487
488 * gdb.texinfo (Forks): Note that fork debugging is
489 supported in extended mode.
490 (Remote Configuration): Add fork event features to table
491 of packet settings.
492 (Stop Reply Packets): Add fork events to list of stop reasons.
493 (General Query Packets): Add fork events to tables of
494 'gdbfeatures' and 'stub features' supported in the qSupported
495 packet, as well as to the list containing stub feature
496 details.
497
835205d0
GB
4982015-05-12 Gary Benson <gbenson@redhat.com>
499
500 * gdb.texinfo (General Query Packets): Document
501 qXfer:exec-file:read with empty annex.
502
4c082a81
SC
5032015-05-09 Siva Chandra Reddy <sivachandra@google.com>
504
505 * python.texi (Values From Inferior): Add descriptions of new
506 methods gdb.Value.reference_value and gdb.Value.const_value.
507
b30a0bc3
JB
5082015-05-06 Joel Brobecker <brobecker@adacore.com>
509
510 * gdb.texinfo (Files): Add "info dll" documentation.
511 (Cygwin Native): Remove "info dll" documentation.
512
2ce1cdbf
DE
5132015-04-29 Doug Evans <dje@google.com>
514
515 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
516 Document.
517 (Writing an Xmethod): Add get_result_type to example.
518
59fb7612
SS
5192015-04-28 Sasha Smundak <asmundak@google.com>
520
521 * python.texi: New method documented.
522
cf75d6c3
AB
5232015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
524
525 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
526 format.
527
897c3d32
DE
5282015-04-24 Doug Evans <dje@google.com>
529
530 * python.texi (Xmethods In Python): Fix name of method to call the
531 xmethod.
532
1b6e6f5c
GB
5332015-04-17 Gary Benson <gbenson@redhat.com>
534
535 * gdb.texinfo (Connecting to a Remote Target): Mention that
536 GDB can access program files from remote targets that support
537 qXfer:exec-file:read and Host I/O packets.
538
c78fa86a
GB
5392015-04-17 Gary Benson <gbenson@redhat.com>
540
541 * gdb.texinfo (Remote Configuration): Document the "set/show
542 remote pid-to-exec-file-packet" command.
543 (General Query Packets): Document the qXfer:exec-file:read
544 qSupported features. Document the qXfer:exec-file:read packet.
545
a9a5a3d1
GB
5462015-04-17 Gary Benson <gbenson@redhat.com>
547
548 * gdb.texinfo (set sysroot): Document that "set sysroot" also
549 applies to executable paths if supplied to GDB as absolute.
550
4f45d445
JK
5512015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
552
553 * gdb.texinfo (Mode Options): Remove -xdb.
554
e7a8570f
JK
5552015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
556 Eli Zaretskii <eliz@gnu.org>
557
72f4393d
L
558 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
559 compile, show debug compile. New subsection Compilation options for
e7a8570f
JK
560 the compile command. New subsection Compiler search for the compile
561 command.
562
f2983cc3
AW
5632015-04-09 Andy Wingo <wingo@igalia.com>
564
565 * guile.texi (Frames In Guile): Describe frame-read-register.
566
599bd15c
GB
5672015-04-02 Gary Benson <gbenson@redhat.com>
568
569 * gdb.texinfo (set sysroot): Document "target:".
570
d11916aa
SS
5712015-04-01 Sasha Smundak <asmundak@google.com>
572
573 * doc/python.texi (Writing a Frame Unwinder in Python): Add
574 section.
575
df8411da
SDJ
5762015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
577
578 PR corefiles/16092
579 * gdb.texinfo (gcore): Mention new command 'set
580 use-coredump-filter'.
581 (set use-coredump-filter): Document new command.
582
d33279b3
AT
5832015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
584
585 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
586 documentation, reorder the info os entries in alphabetical order.
587
852f8402
SM
5882015-03-26 Simon Marchi <simon.marchi@ericsson.com>
589
590 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
591 -data-write-memory-bytes.
592
856e7dd6
PA
5932015-03-24 Pedro Alves <palves@redhat.com>
594
595 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
596 mention that threads may sometimes run unlocked.
597
236af5e3
YG
5982015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
599
600 * gdb.texinfo (Remote configuration): Document "set/show
601 serial parity" command.
602
464b0089
GB
6032015-03-18 Gary Benson <gbenson@redhat.com>
604
605 * gdb.texinfo (General Query Packets): Remove documentation
606 for now-removed vFile:fstat qSupported features.
607
0a93529c
GB
6082015-03-11 Gary Benson <gbenson@redhat.com>
609
610 * gdb.texinfo (Remote Configuration): Document the
611 "set/show remote hostio-fstat-packet" command.
612 (General Query Packets): Document the vFile:fstat
613 qSupported features.
614 (Host I/O Packets): Document the vFile:fstat packet.
615
85642ba0
AW
6162015-03-11 Andy Wingo <wingo@igalia.com>
617
618 * guile.texi (Objfiles In Guile): Document objfile-progspace.
619
f7e6eed5
PA
6202015-03-04 Pedro Alves <palves@redhat.com>
621
622 * gdb.texinfo (Remote Configuration): Document the "set/show
623 remote swbreak-feature-packet" and "set/show remote
624 hwbreak-feature-packet" commands.
625 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
626 decription.
627 (Stop Reply Packets): Document the swbreak and hwbreak stop
628 reasons.
629 (General Query Packets): Document the swbreak and hwbreak
630 qSupported features.
631 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
632
f873665f 6332015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
a64c9f7b
PP
634
635 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
636 under *stopped.
637
9a284c97
DE
6382015-03-02 Doug Evans <xdje42@gmail.com>
639
640 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
641
446899e4
AA
6422015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
643
644 * gdb.texinfo (S/390 and System z Features): Describe new feature
645 "org.gnu.gdb.s390.vx".
646
7ee67ee4
SDJ
6472015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
648
649 PR gdb/18008
650 * gdb.texinfo (maint internal-error, maint internal-warning, maint
651 demangler-warning): Fix typo ("problam").
652
53cf2ee0
DT
6532015-02-19 David Taylor <dtaylor@emc.com>
654
655 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
656
3133f8c1
JM
6572015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
658
659 * gdb.texinfo (Static Probe Points): Add cindex `static probe
660 point, DTrace'.
661 (Static Probe Points): Modified to cover DTrace probes in addition
662 to SystemTap probes. Also modified to cover the `enable probe'
663 and `disable probe' commands.
664
9aca2ff8
JM
6652015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
666
667 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
668 `disable probe' commands.
669
fa3f8d5a
DT
6702015-02-12 David Taylor <dtaylor@emc.com>
671
672 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
673 fields of the QTDV packet.
674
d33501a5
MM
6752015-02-09 Markus Metzger <markus.t.metzger@intel.com>
676
677 * gdb.texinfo (Branch Trace Configuration Format): Add size.
678 (Process Record and Replay): Describe new set|show commands.
679 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
680
f4abbc16
MM
6812015-02-09 Markus Metzger <markus.t.metzger@intel.com>
682
683 * gdb.texinfo (Process Record and Replay): Describe the "record
684 btrace bts" command.
685 (General Query Packets): Describe qXfer:btrace-conf:read packet.
686 (Branch Trace Configuration Format): New.
687
cfb069a8
GB
6882015-01-31 Gary Benson <gbenson@redhat.com>
689 Doug Evans <dje@google.com>
690
691 * gdb.texinfo (Command Completion): Document new
692 "set/show max-completions" option.
693
f57d2163
DE
6942015-01-31 Doug Evans <xdje42@gmail.com>
695
696 * gdb.texinfo (Symbols): Document new commands
697 "maint print symbol-cache", "maint print symbol-cache-statistics",
698 "maint flush-symbol-cache". Document new option
699 "maint set symbol-cache-size".
700
9f050062
DE
7012015-01-31 Doug Evans <xdje42@gmail.com>
702
703 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
704 distinguish script files vs inlined scripts.
705 * python.texi (Python Auto-loading): Ditto.
706
b6577aab
DE
7072015-01-30 Doug Evans <dje@google.com>
708
709 * gdb.texinfo (Symbols) <info source>: Output now contains producer
710 string if present.
711
3a8b707a
DE
7122015-01-27 Doug Evans <dje@google.com>
713
714 * python.texi (Objfiles In Python): Document Objfile.username.
715
1b549396
DE
7162015-01-27 Doug Evans <dje@google.com>
717
718 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
719 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
720
253828f1
JK
7212015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
722
723 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
724
bf555842
EZ
7252015-01-16 Eli Zaretskii <eliz@gnu.org>
726
727 * doc/gdb.texinfo (TUI Commands): Document the possible
728 values of NAME argument to 'winheight' command. Explain the
729 effect of 'tabset' setting better.
730
439250fb
DE
7312015-01-11 Doug Evans <xdje42@gmail.com>
732
733 PR gdb/15830
734 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
735 (Symbols): Ditto.
736 (Maintenance Commands): Delete docs for "maint demangle".
737
6bf6fd09
JB
7382014-12-31 Joel Brobecker <brobecker@adacore.com>
739
740 * gdb.texinfo (Files): Remove documentation of the
741 "add-shared-symbol-files" and "assf" commands.
742 (Cygwin Native): Remove documentation of the "dll-symbols"
743 command.
744
cc485e62
DE
7452014-12-17 Doug Evans <xdje42@gmail.com>
746
747 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
748
bb2ec1b3
TT
7492014-12-12 Phil Muldoon <pmuldoon@redhat.com>
750 Jan Kratochvil <jan.kratochvil@redhat.com>
751
752 * gdb.texinfo (Altering): Update.
753 (Compiling and Injecting Code): New node.
754
6dddd6a5
DE
7552014-12-12 Doug Evans <dje@google.com>
756
757 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
758
f5b95c01
AA
7592014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
760
761 * gdb.texinfo: Document "maint print user-registers".
762
a0be3e44
DE
7632014-12-08 Doug Evans <dje@google.com>
764
765 * python.texi (Objfiles In Python): Document Objfile.owner.
766
86e4ed39
DE
7672014-12-04 Doug Evans <dje@google.com>
768
769 * python.texi (Objfiles In Python): Document
770 Objfile.add_separate_debug_file.
771
7c50a931
DE
7722014-12-04 Doug Evans <dje@google.com>
773
774 * python.texi (Objfiles In Python): Document Objfile.build_id.
775
162078c8
NB
7762014-12-02 Nick Bull <nicholaspbull@gmail.com>
777
778 * python.texi (Events In Python): Document new events
779 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
780 and RegisterChangedEvent.
781
f10c5b19
JK
7822014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
783
784 Add add-auto-load-scripts-directory.
785 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
786 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
787
413b59ae
JK
7882014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
789
790 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
791 description typo.
792
02be9a71
DE
7932014-10-30 Doug Evans <dje@google.com>
794
795 * python.texi (Progspaces In Python): Document ability to add
796 random attributes to gdb.Progspace objects.
797 (Objfiles In Python): Document ability to add random attributes to
798 gdb.objfile objects.
799
e5f8a7cc
PA
8002014-10-27 Pedro Alves <palves@redhat.com>
801
802 * gdb.texinfo (Continuing and Stepping): Add cross reference to
803 info on stepping and signal handlers.
804 (Signals): Explain stepping and signal handlers. Add context
805 index entry, and cross references.
806
fab3a15d
SM
8072014-10-20 Simon Marchi <simon.marchi@ericsson.com>
808
809 * python.texi (Breakpoints In Python): Add parenthesis after
810 Breakpoint.delete. Clarify Breakpoint.enabled description so
811 that it contains "disable".
812
4ffbba72
DE
8132014-10-17 Doug Evans <dje@google.com>
814
815 * python.texi (Events In Python): Document clear_objfiles event.
816
d096d8c1
DE
8172014-10-17 Doug Evans <dje@google.com>
818
819 * python.texi (Objfiles In Python): Document new progspace attribute.
820
32a8097b
PA
8212014-10-17 Pedro Alves <palves@redhat.com>
822
823 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
824 (SVR4 Process Information): Delete mention of OSF/1.
825
2ddf4301
SM
8262014-10-01 Simon Marchi <simon.marchi@ericsson.com>
827
828 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
829 exit-code field in -list-thread-groups output.
830
342cc091
JBG
8312014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
832
833 * gdb.texinfo (Set Breaks): Add missing "@end table".
834
a25a5a45
PA
8352014-09-22 Pedro Alves <palves@redhat.com>
836
837 * gdb.texinfo (Set Breaks): Document that "set breakpoint
838 always-inserted off" is the default mode now. Delete
839 documentation of "set breakpoint always-inserted auto".
840
2b4fd423
DE
8412014-09-18 Doug Evans <dje@google.com>
842
843 * python.texi (Symbol Tables In Python): Document "producer"
844 attribute of gdb.Symtab objects.
845
deb8ff2b
PA
8462014-09-16 Pedro Alves <palves@redhat.com>
847
848 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
849 (Embedded OS): Remove VxWorks menu entry.
850 (VxWorks): Remove node.
851
81219e53
DE
8522014-09-13 Doug Evans <xdje42@gmail.com>
853
854 * gdb.texinfo (Signaling): Document new queue-signal command.
855
faa42425
DE
8562014-09-06 Doug Evans <xdje42@gmail.com>
857
858 PR 15276
859 * gdb.texinfo (Convenience Funs): Document $_caller_is,
860 $_caller_matches, $_any_caller_is, $_any_caller_matches.
861
1a6a384b
JL
8622014-09-03 Justin Lebar <jlebar@google.com>
863
864 * python.texi (Types In Python): Type.template_argument(n) returns a
865 gdb.Value or a gdb.Type and throws an exception if n is out of
866 range.
867
5f3b99cf
SS
8682014-09-03 Sasha Smundak <asmundak@google.com>
869
870 * python.texi (Frames in Python): Add read_register description.
871
3cecbbbe
TT
8722014-08-04 Tom Tromey <tromey@redhat.com>
873
874 * gdb.texinfo (Debugging Output): Update for change to "set debug
875 target".
876
90debf20
MM
8772014-08-01 Masaki Muranaka <monaka@monami-software.com>
878
879 Pushed by Joel Brobecker <brobecker@adacore.com>.
880 * Makefile.in (transform): New variable.
881 (install-man1, install-man5): Apply $(transform) to man file names.
882
ee7333ae
DE
8832014-07-26 Doug Evans <xdje42@gmail.com>
884
885 PR guile/17177
886 * guile.texi (Guile Pretty Printing API): Fix typo.
887 Document set-pretty-printers!, pretty-printers.
888 (Selecting Guile Pretty-Printers): Update.
889 Mention program-space based pretty-printers.
890
70509625
PA
8912014-07-25 Pedro Alves <palves@redhat.com>
892 Eli Zaretskii <eliz@gnu.org>
893
894 * gdb.texinfo (Signaling) <signal command>: Explain what happens
895 with multi-threaded programs.
896
b67a2c6f
YQ
8972014-06-27 Yao Qi <yao@codesourcery.com>
898
899 * gdb.texinfo (Maintenance Commands): Update the output of
900 'maint print dummy-frames' command.
901
f179cf97
EZ
9022014-06-24 Eli Zaretskii <eliz@gnu.org>
903
904 * gdb.texinfo (Screen Size): Improve indexing.
905
992c7d70
GB
9062014-06-19 Gary Benson <gbenson@redhat.com>
907
908 * gdb.texinfo (Maintenance Commands): Document new
909 "maint set/show catch-demangler-crashes" option.
910
57fcfb1b
GB
9112014-06-19 Gary Benson <gbenson@redhat.com>
912
913 * gdb.texinfo (Maintenance Commands): Document new
914 "maint demangler-warning" command and new
915 "maint set/show demangler-warning" option.
916
dd5d5494
SC
9172014-06-09 Siva Chandra Reddy <sivachandra@google.com>
918
919 * python.texi (Xmethod API): Add space before the opening
920 parenthesis in function descriptions.
921
25326a28 9222014-06-06 Doug Evans <xdje42@gmail.com>
d2929fdc
DE
923
924 * guile.texi (Guile Configuration): Document guile-data-directory.
925
0a770bb2 9262014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
927
928 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
929
16f691fb
DE
9302014-06-04 Doug Evans <xdje42@gmail.com>
931
932 * guile.texi (Breakpoints In Guile): Update.
933
1e47491b
JB
9342014-06-03 Joel Brobecker <brobecker@adacore.com>
935
936 * python.texi (Xmethod API): Fix reference to "Progspaces In
937 Python".
938
0c6e92a5
SC
9392014-06-03 Siva Chandra Reddy <sivachandra@google.com>
940
941 * python.texi (Xmethods In Python, XMethod API)
942 (Writing an Xmethod): New nodes.
943 (Python API): New menu entries "Xmethods In Python",
944 "Xmethod API", "Writing an Xmethod".
945
06eb1586
DE
9462014-06-02 Doug Evans <xdje42@gmail.com>
947
948 * guile.texi (Guile API): Add entry for Parameters In Guile.
949 (GDB Scheme Data Types): Mention <gdb:parameter> object.
950 (Parameters In Guile): New node.
951
e698b8c4
DE
9522014-06-02 Doug Evans <xdje42@gmail.com>
953
954 * guile.texi (Guile API): Add entry for Commands In Guile.
955 (Basic Guile) <parse-and-eval>: Add reference.
956 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
957 (GDB Scheme Data Types): Mention <gdb:command> object.
958 (Commands In Guile): New node.
959
ded03782
DE
9602014-06-02 Doug Evans <xdje42@gmail.com>
961
962 * guile.texi (Guile API): Add entry for Progspaces In Guile.
963 (GDB Scheme Data Types): Mention <gdb:progspace> object.
964 (Progspaces In Guile): New node.
965
53e8a631
AB
9662014-05-30 Andrew Burgess <aburgess@broadcom.com>
967
968 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
969 * python.texi (Frames In Python): Mention
970 gdb.FRAME_UNWIND_MEMORY_ERROR.
971
329ea579
PA
9722014-05-29 Pedro Alves <palves@redhat.com>
973 Tom Tromey <tromey@redhat.com>
974
975 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
976 from example.
977 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
978 Mention that target-async is now deprecated.
979 (Maintenance Commands): Document maint set/show target-async.
980
92bcb5f9
PA
9812014-05-29 Pedro Alves <palves@redhat.com>
982
983 * observer.texi (sync_execution_done, command_error): New
984 subjects.
985
fd664c91
PA
9862014-05-29 Pedro Alves <palves@redhat.com>
987
988 PR gdb/13860
989 * observer.texi (signal_received, end_stepping_range)
990 (signal_exited, exited, no_history): New observer subjects.
991
b2715b27
AW
9922014-05-26 Andy Wingo <wingo@igalia.com>
993
994 * guile.texi (GDB Scheme Data Types): Remove documentation for
995 removed interfaces. Update spelling of gdb-object-kind.
996
9eaa4c1e
AW
9972014-05-26 Andy Wingo <wingo@igalia.com>
998
999 * guile.texi (Basic Guile): Fix some typos.
1000
0f1e8403
AW
10012014-05-26 Andy Wingo <wingo@igalia.com>
1002
1003 * guile.texi (Writing a Guile Pretty-Printer)
1004 (Guile Types Module): Fix excess parentheses in use-modules forms.
1005
697aa1b7
EZ
10062014-05-24 Eli Zaretskii <eliz@gnu.org>
1007
1008 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
1009 (Breakpoints In Guile, Guile Printing Module)
1010 (Guile Exception Handling, Values From Inferior In Guile)
1011 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
1012 Don't use @var at the beginning of a sentence.
1013
1014 * gdb.texinfo (Frame Filter Management, Trace Files)
1015 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
1016 (PowerPC Embedded, Define, Annotations for Running)
1017 (IPA Protocol Commands, Packets, General Query Packets)
1018 (Tracepoint Packets, Notification Packets, Environment)
1019 (Inferiors and Programs, Set Breaks, Set Catchpoints)
1020 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
1021 (Frames, Backtrace, Selection, Expressions, Registers)
1022 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
1023 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
1024 (Source Annotations, Using JIT Debug Info Readers, Packets)
1025 (Stop Reply Packets, Host I/O Packets)
1026 (Target Description Format): Don't use @var at the beginning of a
1027 sentence.
1028
1029 * python.texi (Basic Python, Types In Python)
1030 (Commands In Python, Frames In Python, Line Tables In Python)
1031 (Breakpoints In Python, gdb.printing, gdb.types)
1032 (Type Printing API): Don't use @var at the beginning of a
1033 sentence.
1034
67b5c0c1
MM
10352014-05-23 Markus Metzger <markus.t.metzger@intel.com>
1036
1037 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
1038 replay-memory-access".
1039
6a3cb8e8
PA
10402014-05-21 Pedro Alves <palves@redhat.com>
1041
1042 * gdb.texinfo (Starting): Document "set/show
1043 auto-connect-native-target".
1044 (Target Commands): Document "target native".
1045
936d2992
PA
10462014-05-20 Pedro Alves <palves@redhat.com>
1047
1048 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
1049 not be remote specific. Add cross reference to the qCRC packet.
1050 (Separate Debug Files): Update cross reference to the qCRC packet.
1051 (General Query Packets) <qCRC packet>: Add anchor.
1052
b3ce5e5f
DE
10532014-05-17 Doug Evans <xdje42@gmail.com>
1054
1055 Copy over changes from guile.texi.
1056 * python.texi (Basic Python) <gdb.execute>: Add text.
1057 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
1058 (Values From Inferior) <Python string>: Add text.
1059 (Values From Inferior) <Value.string>: Clarify string length handling.
1060 (Pretty Printing API): Add cindex.
1061 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
1062 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
1063 @vindex.
1064 (Commands In Python) <COMPLETE_*>: Similarly.
1065 (Symbols In Python) <SYMBOL_*>: Similarly.
1066 (Breakpoints In Python) <WP_*>: Similarly.
1067 (Breakpoints In Python) <BP_*>: Similarly.
1068
8dfcab11
DT
10692014-05-17 David Taylor <dtaylor@emc.com>
1070
1071 * gdb.texinfo (General Query Packets): Add a note about thread IDs
1072 mentioned in the qfThreadInfo reply.
1073
8d551b02
DE
10742014-05-16 Doug Evans <dje@google.com>
1075
1076 * gdb.texinfo (Mode Options): Add -D.
1077
e20bd8f4
SB
10782014-05-09 Samuel Bronson <naesten@gmail.com>
1079
1080 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
1081 "make -C".
1082
f989a1c8
TT
10832014-04-29 Tom Tromey <tromey@redhat.com>
1084
1085 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
1086 "show debug varobj".
1087
95cf3b38
DT
10882014-05-01 David Taylor <dtaylor@emc.com>
1089
1090 * gdb.texinfo (compare-sections): Document the new -r (read-only)
1091 option.
1092
01f9f808
MS
10932014-04-24 Michael Sturm <michael.sturm@mintel.com>
1094 Walfred Tedeschi <walfred.tedeschi@intel.com>
1095
1096 * gdb.texinfo (i386 Features): Add description of AVX512
1097 registers.
1098
770e7fc7
DE
10992014-03-31 Doug Evans <dje@google.com>
1100
1101 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
1102
97d8f0ee
DE
11032014-03-30 Doug Evans <dje@google.com>
1104
1105 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
1106 (Background Execution): Ditto.
1107
36cb1214
HZ
11082014-03-21 Pedro Alves <palves@redhat.com>
1109 Stan Shebs <stan@codesourcery.com>
1110 Hui Zhu <hui@codesourcery.com>
1111
1112 * gdb.texinfo (Packets): Add anchor to "? packet".
1113 Remove fixme and update introduction of "k packet".
1114 Add anchor to "vKill packet".
1115
5e3a2c38
SS
11162014-03-12 Stan Shebs <stan@codesourcery.com>
1117
1118 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
1119
7a5a839f
LC
11202014-02-26 Ludovic Courtès <ludo@gnu.org>
1121
dc6ae996 1122 * guile.texi (Basic Guile): Document 'history-append!'.
7a5a839f 1123
95060284
JB
11242014-02-20 Joel Brobecker <brobecker@adacore.com>
1125
1126 * gdb.texinfo (Files): Document "add-shared-symbol-files"
1127 and "assf" as being deprecated.
1128 (Cygwin Native): Likewise for "dll-symbols".
1129 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
1130 as a way to force the loading of symbols from a DLL.
1131
f7bd0f78
SC
11322014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1133
1134 * python.texi (Values From Inferior): Add description about the
1135 new feature.
1136
329baa95
DE
11372014-02-17 Doug Evans <xdje42@gmail.com>
1138
1139 * Makefile.in (GDB_DOC_FILES): Add python.texi.
1140 * gdb.texinfo (Python): Moved to ...
1141 * python.texi: ... here. New file.
1142
687894f5
DE
11432014-02-17 Ludovic Courtès <ludo@gnu.org>
1144
d25f38ee 1145 * guile.texi (Writing a Guile Pretty-Printer) <example>:
687894f5
DE
1146 Remove 'string-begins-with' procedure. Add 'pretty-printer'
1147 parameter to 'str-lookup-function' procedure. Look for
1148 the "std::string<" prefix.
1149 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
1150 Adjust description.
1151
6fb526ee
DE
11522014-02-11 Tejas Belagod <tejas.belagod@arm.com>
1153
d25f38ee 1154 * guile.texi (Values From Inferior In Guile): Remove stray
6fb526ee
DE
1155 parantheses for deffn.
1156 (Disassembly In Guile): Ditto.
1157
1e0a5178
SS
11582014-02-10 Stan Shebs <stan@codesourcery.com>
1159
1160 Add Doxygen support.
1161 * Makefile.in (doxy): New action, generates Doxygen files.
1162 (DOXYGEN): New.
1163 (doxyedit): New.
1164 * Doxyfile-base.in: New file.
1165 * Doxyfile-gdb-api.in: New file.
1166 * Doxyfile-gdb-xref.in: New file.
1167 * Doxyfile-gdbserver.in: New file.
1168 * doxy-index.in: New file.
1169 * filter-for-doxygen: New file.
1170 * filter-params.pl: New file.
1171
ed3ef339
DE
11722014-02-10 Doug Evans <xdje42@gmail.com>
1173
1174 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
1175 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
1176 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
1177 (Guile docs): Include guile.texi.
1178 (objfile-gdbdotext file): Add objfile-gdb.scm.
1179 (dotdebug_gdb_scripts section): Mention Guile scripts.
1180 (Multiple Extension Languages): New node.
1181 * guile.texi: New file.
1182
c6044dd1
JB
11832014-01-28 Joel Brobecker <brobecker@adacore.com>
1184
1185 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
1186 ignore-descriptive-types". commands.
1187
87ce2a04
DE
11882014-01-22 Doug Evans <dje@google.com>
1189
1190 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
1191 (gdbserver man): Ditto.
1192
52834460
MM
11932014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1194
1195 * gdb.texinfo: Document limited reverse/replay support
1196 for target record-btrace.
1197
0688d04e
MM
11982014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1199
1200 * gdb.texinfo (Process Record and Replay): Update documentation.
1201
8710b709
MM
12022014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1203
1204 * gdb.texinfo (Process Record and Replay): Document new /c
1205 modifier accepted by "record function-call-history".
1206 Add /i modifier to "record function-call-history" example.
1207
dcf106f3
JB
12082014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
1209 Joel Brobecker <brobecker@adacore.com>
1210
1211 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
1212 markers. Remove one that was misplaced.
1213
41ef2965
PA
12142014-01-10 Pedro Alves <palves@redhat.com>
1215
1216 * gdb.texinfo (Your Program's Environment) <set environment>:
1217 Mention the shell, and point at 'set exec-wrapper'.
1218
c0d48811
JB
12192014-01-07 Joel Brobecker <brobecker@adacore.com>
1220
1221 * gdb.texinfo (Types In Python): Document new attribute Types.name.
1222
5fba4c0f
JB
12232013-12-30 Joel Brobecker <brobecker@adacore.com>
1224
1225 * gdb.texinfo (Types In Python): Clarify the documentation
1226 of attribute gdb.Field.bitpos.
1227
0809504b
JB
12282013-12-28 Joel Brobecker <brobecker@adacore.com>
1229
1230 * gdb.texinfo (Types In Python): Fix the documentation of
1231 attribute "bitpos" in class gdb.Field for enum types. Add
1232 documentation for attribute "enumval" in that same class.
1233
edef6000
JB
12342013-12-28 Joel Brobecker <brobecker@adacore.com>
1235
1236 * gdb.texinfo (GDB/MI Support Commands): Change @table into
1237 @ftable.
1238
71b8c845
DE
12392013-12-23 Doug Evans <xdje42@gmail.com>
1240
1241 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
1242 auto-loaded objfile scripts and .debug_gdb_scripts section to their
1243 corresponding section in Extending GDB.
1244 (Extending GDB): Move menu up. New menu item "Auto-loading
1245 extensions".
1246 (Sequences): New menu item "Auto-loading sequences".
1247 (Auto-loading sequences): New node.
1248 (Python): Rename section from Scripting GDB to Extending GDB.
1249 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
1250 Move docs on ways to auto-load extensions to ...
1251 (Auto-loading extensions): ... here. New node.
1252
d192b373
JB
12532013-12-23 Joel Brobecker <brobecker@adacore.com>
1254
1255 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
1256 in menu.
1257 (GDB/MI Variable Objects): Adjust reference to "-list-features"
1258 command, now in a new node.
1259 (GDB/MI Support Commands): New node, with its contents being
1260 extracted from the "GDB/MI Miscellaneous Commands" node.
1261 A small paragraph introducing the section is also added at
1262 the start.
1263 (GDB/MI Miscellaneous Commands): Delete the description of the
1264 -info-gdb-mi-command, -list-features and -list-target-features
1265 commands, now hosted in the "GDB/MI Support Commands" node.
1266
a16b0e22
SC
12672013-12-12 Siva Chandra Reddy <sivachandra@google.com>
1268
1269 PR python/16113
1270 * gdb.texinfo (Values From Inferior): Add a note about using
1271 gdb.Field objects as subscripts on gdb.Value objects.
1272 (Types In Python): Add description about the new attribute
1273 "parent_type" of gdb.Field objects.
1274
9b26f0fb
JB
12752013-12-12 Joel Brobecker <brobecker@adacore.com>
1276
1277 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
1278 entry for section docuumenting the -list-features GDB/MI command.
1279
72bfa06c
JB
12802013-12-10 Joel Brobecker <brobecker@adacore.com>
1281
1282 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1283 "exec-run-start-option" entry in the output of the "-list-features"
1284 command.
1285
3ea8680f
EZ
12862013-12-04 Eli Zaretskii <eliz@gnu.org>
1287
1288 * gdb.texinfo (i386): Fix yesterday's commit.
1289
1a4f73eb
TT
12902013-12-03 Tom Tromey <tromey@redhat.com>
1291
1292 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
1293 documented here.
1294
6cb999f8
TT
12952013-12-03 Tom Tromey <tromey@redhat.com>
1296
1297 * gdb.texinfo (@direntry): Add menu item for gdbserver.
1298
ca8941bb
WT
12992013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
1300
1301 * gdb.texinfo (i386 Features): Add MPX feature registers.
1302 (x86 Specific featuresx86 Architecture-specific Issues): Adds
1303 a subsubsection for MPX and describes the display of the
1304 boundary registers.
1305
688981c9
JB
13062013-12-03 Joel Brobecker <brobecker@adacore.com>
1307
1308 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
1309 documentation of the "ada-exceptions" entry.
1310
2ea126fa
JB
13112013-12-03 Joel Brobecker <brobecker@adacore.com>
1312
1313 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
1314 "^error" result record concerning the error message. Document
1315 the error code that may also be part of that result record.
1316 (GDB/MI Miscellaneous Commands): Document the
1317 "undefined-command-error-code" element in the output of
1318 the "-list-features" GDB/MI command.
1319
6b7cbff1
JB
13202013-12-03 Joel Brobecker <brobecker@adacore.com>
1321
1322 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1323 the new -info-gdb-mi-command GDB/MI command. Document
1324 the meaning of "-info-gdb-mi-command" in the output of
1325 -list-features.
1326
20e1ca3b
PA
13272013-11-29 Pedro Alves <palves@redhat.com>
1328
1329 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
1330 Update comment.
1331
29453a14
YQ
13322013-11-24 Yao Qi <yao@codesourcery.com>
1333
1334 * gdb.texinfo (Caching Remote Data): Document new
1335 "set/show stack-cache" option.
1336
6dd315ba
YQ
13372013-11-24 Yao Qi <yao@codesourcery.com>
1338
1339 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
1340 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
1341 "off" respectively.
1342
9df9dbe0
YQ
13432013-11-23 Yao Qi <yao@codesourcery.com>
1344
1345 * gdb.texinfo (GDB/MI Variable Objects): Add the description
1346 of "displayhint" to the table about child results.
1347
c78feb39
YQ
13482013-11-21 Yao Qi <yao@codesourcery.com>
1349
1350 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
1351 'dynamic' for the output of command -var-list-children.
1352
27b81af3
YQ
13532013-11-21 Yao Qi <yao@codesourcery.com>
1354
1355 * gdb.texinfo (Caching Target Data): Remove "see" before
1356 @pxref.
1357
b26dfc9a
YQ
13582013-11-20 Yao Qi <yao@codesourcery.com>
1359
1360 * gdb.texinfo (Caching Target Data): Update doc for
1361 per-address-space dcache.
1362
b12039c6
YQ
13632013-11-20 Yao Qi <yao@codesourcery.com>
1364
1365 * gdb.texinfo (Data): Rename menu item.
1366 (Caching Remote Data): Rename to ...
1367 (Caching Target Data): ... it. Update.
1368
422ad5c2
JB
13692013-11-18 Joel Brobecker <brobecker@adacore.com>
1370
1371 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1372 "language-option" entry in the output of the "-list-features"
1373 command.
1374
805e1f19
TT
13752013-11-15 Tom Tromey <tromey@redhat.com>
1376
1377 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
1378 Add example.
1379
8fe1b653
TT
13802013-11-14 Tom Tromey <tromey@redhat.com>
1381
1382 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
1383
403cb6b1
JB
13842013-11-14 Joel Brobecker <brobecker@adacore.com>
1385
1386 * gdb.texinfo (Show): Add xref anchor for "show language" command.
1387 (Context management): Place current subsection text into its own
1388 subsubsection. Add new subsubsection describing the "--language"
1389 command option.
1390
93973826
JB
13912013-11-13 Joel Brobecker <brobecker@adacore.com>
1392
1393 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
1394 the documentation of "info-ada-exceptions" in the output
1395 of the "-list-features" command. Add the documentation
1396 of the "ada-exception" entry instead.
1397
6adcee18
JB
13982013-11-12 Joel Brobecker <brobecker@adacore.com>
1399
93973826 1400
6adcee18
JB
1401 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
1402 word of a couple of sentences to start with a capital letter.
1403
58d06528
JB
14042013-11-12 Joel Brobecker <brobecker@adacore.com>
1405
1406 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
1407 (Ada Exceptions): New node.
1408 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
1409 Commands" node.
1410 (GDB/MI Ada Exceptions Commands): New node.
1411 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
1412 field in the output of the "-list-features" command.
1413 * NEWS: Add entry for the new "info exceptions" CLI command,
1414 and for the new "-info-ada-exceptions" GDB/MI command.
1415
bc79de95
PM
14162013-11-11 Phil Muldoon <pmuldoon@redhat.com>
1417
1418 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
1419 (Line Tables In Python): New node.
1420
73be47f5
DE
14212013-11-08 Doug Evans <dje@google.com>
1422
1423 * gdb.texinfo (Debugging Output): Update text for
1424 "set debug dwarf2-read".
1425
db0fec5c
DE
14262013-11-08 Doug Evans <dje@google.com>
1427
1428 * gdb.texinfo (Debugging Output): Update text for
1429 "set debug symtab-create".
1430
92e32e33
PM
14312013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1432
72f4393d
L
1433 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
1434 constant.
92e32e33 1435
f76c27b5
PM
14362013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1437
1438 * gdb.texinfo (Breakpoints In Python): Document temporary
1439 option in breakpoint constructor, and add documentation to the
1440 temporary attribute.
1441
fa4d0c40
YQ
14422013-11-07 Yao Qi <yao@codesourcery.com>
1443
1444 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
1445 output of "-var-info-expression".
1446
afa332ce
PA
14472013-11-06 Pedro Alves <palves@redhat.com>
1448
1449 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
1450 non-interactive mode.
1451 (Environment) <shell startup files warning>: Mention
1452 non-interactive mode. Mention .zshenv for Z shell, and talk about
1453 BASH_ENV instead of .bashrc for BASH.
1454
9ac69859
NB
14552013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
1456
1457 * gdb.texinfo (Commands to Specify Files): Add description
1458 of the remove-symbol-file command.
1459 * observer.texi: New free_objfile event
1460
98882a26
PA
14612013-10-24 Pedro Alves <palves@redhat.com>
1462
1463 * gdb.texinfo (Starting): Document set/show startup-with-shell.
1464
ce13fade
JB
14652013-10-11 Joel Brobecker <brobecker@adacore.com>
1466
1467 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
1468 New subsection inside which the "-catch-load" and "-catch-unload"
1469 commands documentation is now placed.
1470 (Ada Exception GDB/MI Catchpoint Commands): New subsection
1471 documenting the "-catch-assert" and "-catch-exception" new
1472 GDB/MI commands.
1473
2446f5ea
JB
14742013-10-10 Joel Brobecker <brobecker@adacore.com>
1475
1476 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
1477
0d12017b
JB
14782013-10-10 Joel Brobecker <brobecker@adacore.com>
1479
bd80dc1a
JB
1480 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
1481 serial baud".
1482 (Remote Configuration): Replace "set remotebaud" by "set serial
1483 baud". Replace "show remotebaud" by "show serial baud".
0d12017b 1484
f4fb82a1
PA
14852013-10-07 Pedro Alves <palves@redhat.com>
1486
1487 PR breakpoints/11568
1488 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
1489 when the thread is removed from the thread list.
1490
0c557179
SDJ
14912013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1492
1493 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
1494 Update entry for $_exitcode.
1495
5713b9b5
JB
14962013-10-04 Joel Brobecker <brobecker@adacore.com>
1497
1498 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
1499 new "--start" option.
1500
901461f8
PA
15012013-10-02 Pedro Alves <palves@redhat.com>
1502
1503 * gdb.texinfo (Registers): Expand description of saved registers
1504 in frames. Explain <not saved>.
1505
8fb8eb5c
DE
15062013-09-25 Doug Evans <dje@google.com>
1507
1508 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
1509
0a7cfe2c
SS
15102013-09-16 Stan Shebs <stan@codesourcery.com>
1511
1512 Remove the internals manual gdbint.texinfo.
1513 * Makefile.in (INFO_DEPS): Remove gdbint.info.
1514 (PDFFILES): Remove gdbint.pdf.
1515 (HTMLFILES): Remove gdbint/index.html.
1516 (HTMLFILES_INSTALL): Remove gdbint.
1517 (GDBINT_DOC_FILES): Remove.
1518 (dvi): Remove gdbint.dvi.
1519 (ps): Remove gdbint.ps.
1520 * gdbint.texinfo: Remove file.
1521 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
1522
a280dbd1
SDJ
15232013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1524
1525 * gdb.texinfo (Convenience Functions): Mention new convenience
1526 function $_isvoid.
1527
4ac33720
UW
15282013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1529
1530 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
1531 (Standard Target Features): Add new node to menu.
1532 (S/390 and System z Features): New node.
1533
b3d3b4bd
SA
15342013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
1535
1536 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
1537 -list-target-features in the example.
1538
edf9f00c
JK
15392013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1540
1541 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
1542 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
1543
1d236d23
JK
15442013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1545
1546 Sync documentation with gdb.base/gnu-debugdata.exp.
1547 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
1548
5423b017
JK
15492013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1550
1551 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
1552
6211c335
YQ
15532013-08-27 Pedro Alves <pedro@codesourcery.com>
1554 Yao Qi <yao@codesourcery.com>
1555
1556 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
1557 Document new --skip-unavailable option.
1558 <-stack-list-variables>: Document new --skip-unavailable option.
1559
52e260a3
DE
15602013-08-26 Doug Evans <dje@google.com>
1561
1562 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
1563 an optional regexp.
1564
5e92f71a
TT
15652013-08-13 Tom Tromey <tromey@redhat.com>
1566
1567 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
1568 Document GDB_PARALLEL and GDB_INOTIFY.
1569
c5d7073b
SS
15702013-08-09 Stan Shebs <stan@codesourcery.com>
1571
1572 * LRS: Remove file, describes a long-abandoned live-range
1573 splitting extension to stabs.
1574
6fbe845e
AB
15752013-07-25 Andrew Burgess <aburgess@broadcom.com>
1576
1577 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
1578
e7045703
DE
15792013-07-17 Doug Evans <dje@google.com>
1580
1581 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
1582
3105ebf9
TT
15832013-07-02 Tom Tromey <tromey@redhat.com>
1584
1585 * gdb.texinfo (Target Commands): Don't mention "target nrom".
1586
d6c2da54
TT
15872013-06-28 Tom Tromey <tromey@redhat.com>
1588
1589 * Makefile.in (version.subst): Use version.in, not
1590 common/version.in.
1591 * gdbint.texinfo (Versions and Branches, Releasing GDB):
1592 Likewise.
1593
e5823f1c
PA
15942013-06-27 Pedro Alves <palves@redhat.com>
1595
1596 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
1597 dynamic symbol resolution code>: New section, based on infrun.c
1598 comment.
1599
92dcb9ff
TT
16002013-06-26 Tom Tromey <tromey@redhat.com>
1601
1602 * gdbint.texinfo (Versions and Branches): Use common/version.in.
1603 Update.
1604 (Releasing GDB): Likewise.
1605
dc673c81
YQ
16062013-06-26 Pedro Alves <pedro@codesourcery.com>
1607 Yao Qi <yao@codesourcery.com>
1608
1609 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
1610 -trace-frame-collected.
1611
28a93511
YQ
16122013-06-26 Pedro Alves <pedro@codesourcery.com>
1613
1614 * gdb.texinfo (Traceframe Info Format): Document tvar element
1615 and its attributes.
1616
a0743c90
YQ
16172013-06-25 Yao Qi <yao@codesourcery.com>
1618
1619 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
1620
01208463
TT
16212013-06-24 Tom Tromey <tromey@redhat.com>
1622
1623 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
1624 (GDBvn.texi): Use version.subst.
1625 (version.subst): New target.
1626 (mostlyclean): Remove version.subst.
1627
c898adb7
YQ
16282013-06-20 Pedro Alves <pedro@codesourcery.com>
1629
1630 * gdb.texinfo (GDB/MI Data Manipulation)
1631 <-data-list-register-values>: Document the --skip-unavailable
1632 option.
1633
7c57fa1e
YQ
16342013-06-07 Yao Qi <yao@codesourcery.com>
1635
1636 * gdb.texinfo (Symbols): Add kindex and cindex for
1637 'maint print msymbols'.
1638
0059c61a 16392013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
b7742092
MK
1640
1641 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
1642 response field name (thread-group to inferior).
1643
85dc5a12
GB
16442013-06-04 Gary Benson <gbenson@redhat.com>
1645
1646 * gdb.texinfo (General Query Packets/qSupported): Added
1647 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
1648 to the table of currently defined stub features.
1649 Added a more detailed entry for "augmented-libraries-svr4-read".
1650 (General Query Packets/qXfer:libraries-svr4:read): Documented
1651 the augmented form of this packet.
1652
5901af59
JB
16532013-05-23 Joel Brobecker <brobecker@adacore.com>
1654
1655 * gdb.texinfo (System-wide Configuration Scripts): Renames
1656 "Installed System-wide Configuration Scripts". Add associated
1657 @menu block.
1658
c1e36e3e
PA
16592013-05-23 Yao Qi <yao@codesourcery.com>
1660 Pedro Alves <palves@redhat.com>
1661
1662 * gdb.texinfo (Packets): Document 'vCont;r'.
1663 (Continuing and Stepping): Document target-assisted range
1664 stepping, and the 'set range-stepping' and 'show range-stepping'
1665 commands.
1666
0201faac
JB
16672013-05-23 Joel Brobecker <brobecker@adacore.com>
1668
1669 * gdb.texinfo (Installed System-wide Configuration Scripts):
1670 Add subsection describing the scripts now available under
1671 the data-dir's system-gdbbinit subdirectory.
1672 * NEWS: Add entry announcing the availability of system-wide
1673 configuration scripts for ElinOS and Wind River Linux.
1674
c5867ab6
HZ
16752013-05-21 Hui Zhu <hui@codesourcery.com>
1676
1677 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
1678 "-dprintf-insert" command.
1679
7d0c9981
DE
16802013-05-17 Doug Evans <dje@google.com>
1681
1682 * gdb.texinfo (Maintenance Commands): Update doc for
1683 "maint check-psymtabs". Add doc for "maint check-symtabs",
1684 "maint expand-symtabs".
1685
742ce053
MM
16862013-05-15 Markus Metzger <markus.t.metzger@intel.com>
1687
1688 * gdb.texinfo (Process Record and Replay): Document the
1689 "record goto" command and its sub-commands.
1690
1e611234
PM
16912013-05-10 Phil Muldoon <pmuldoon@redhat.com>
1692
1693 * gdb.texinfo (Backtrace): Add "no-filter" argument.
1694 (Python API): Add Frame Filters API, Frame Wrapper API,
1695 Writing a Frame Filter/Wrapper, Managing Management of Frame
1696 Filters chapter entries.
1697 (Frame Filters API): New Node.
1698 (Frame Wrapper API): New Node.
1699 (Writing a Frame Filter): New Node.
1700 (Managing Frame Filters): New Node.
1701 (Progspaces In Python): Add note about frame_filters attribute.
1702 (Objfiles in Python): Ditto.
1703 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
1704 @anchors and --no-frame-filters option to -stack-list-variables,
1705 -stack-list-frames, -stack-list-locals and -stack-list-arguments
1706 commands.
1707
2874cb83
JB
17082013-05-08 Joel Brobecker <brobecker@adacore.com>
1709
1710 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
1711 Support" subsection documenting the XML format used to transfer
1712 shared library info on AIX.
1713
9a005eb9
JB
17142013-05-08 Joel Brobecker <brobecker@adacore.com>
1715
1716 * gdb.texinfo (Debugging Output): Add documentation of
1717 "set debug aix-solib" and "show debug aix-solib" commands.
1718
a1217d97
SL
17192013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1720
1721 * gdb.texinfo (Nios II): New section.
1722 (Nios II Features): New section.
1723
4d1eb6b4
JB
17242013-05-06 Joel Brobecker <brobecker@adacore.com>
1725
1726 * gdbint.texinfo (Algorithms): Remove entries documenting
1727 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
1728 SOLIB_CREATE_INFERIOR_HOOK.
1729
3f84184e
TT
17302013-04-29 Tom Tromey <tromey@redhat.com>
1731
1732 PR python/14204:
1733 * gdb.texinfo (Python API): Fix menu entry.
1734 (Blocks In Python): Fix subsubsection text. Rewrite intro.
1735 Define global and static block. Add example. Clarify
1736 block relationship for inline functions.
1737
60155234
TT
17382013-04-29 Tom Tromey <tromey@redhat.com>
1739
1740 * gdb.texinfo (Python API): Mention Python help and keyword
1741 arguments. Move pagination text to Basic Python.
1742 (Basic Python): Put pagination text here. Document
1743 close-on-exec, SIGCHLD, and SIGINT.
1744
5360976e
PA
17452013-04-19 Pedro Alves <palves@redhat.com>
1746
1747 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
1748 "signedness" instead of "signness".
1749
bd3f3b55
PA
17502013-04-19 Pedro Alves <palves@redhat.com>
1751
1752 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
1753 -Wno-pointer-sign text with text on -Wpointer-sign.
1754
dee368d3
TT
17552013-04-16 Tom Tromey <tromey@redhat.com>
1756
1757 * gdb.texinfo (Set Catchpoints): Mention earliest version of
1758 GCC that has the SDT probe points.
1759
cc16e6c9
TT
17602013-04-15 Tom Tromey <tromey@redhat.com>
1761
1762 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
1763 exception catchpoints.
1764
72f1fe8a
TT
17652013-04-15 Tom Tromey <tromey@redhat.com>
1766
1767 * gdb.texinfo (Set Catchpoints): Document $_exception.
1768 (Convenience Vars): Mention $_exception.
1769
591f19e8
TT
17702013-04-15 Tom Tromey <tromey@redhat.com>
1771
1772 * gdb.texinfo (Set Catchpoints): Reorganize exception
1773 catchpoints. Document "catch rethrow".
1774 (Debugging C Plus Plus): Mention "catch rethrow".
1775
02ae6bad
TT
17762013-04-15 Tom Tromey <tromey@redhat.com>
1777
1778 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
1779
2c91021c
JK
17802013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1781 Eli Zaretskii <eliz@gnu.org>
1782
1783 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
1784 line below the sample output.
1785
6eaaf48b
EZ
17862013-04-12 Eli Zaretskii <eliz@gnu.org>
1787
1788 * gdb.texinfo (Mode Options): Document '-configuration'.
1789 (Help): Document "show configuration".
1790 (Bug Reporting): Add requirements to include the configuration
1791 details in bug reports.
1792
b292c783
JK
17932013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1794
1795 * Makefile.in (MAN1S): Add gcore.1.
1796 Remove "Host, target, and site specific Makefile fragments" comment.
1797 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
1798 (install-man1, uninstall-man1): Conditionalize gcore.1.
1799 (gcore.1): New.
1800 * gdb.texinfo (Man Pages): Add gcore man.
1801 (gcore man): New node.
1802
f81d1120
PA
18032013-04-10 Pedro Alves <palves@redhat.com>
1804
1805 * gdb.texinfo (Process Record and Replay): Document that "set
1806 record full insn-number-max", "set record
1807 instruction-history-size" and "set record
1808 function-call-history-size" accept "unlimited".
1809 (Backtrace): Document that "set backtrace limit" accepts
1810 "unlimited".
1811 (List): Document that "set listsize" accepts "unlimited".
1812 (Print Settings)" Document that "set print max-symbolic-offset",
1813 "set print elements" and "set print repeats" accept "unlimited".
1814 (Starting and Stopping Trace Experiments): Document that "set
1815 trace-buffer-size" accepts "unlimited".
1816 (Remote Configuration): Document that "set tcp connect-timeout"
1817 accepts "unlimited".
1818 (Command History): Document that "set history size" accepts
1819 "unlimited".
1820 (Screen Size): Document that "set height" and "set width" accepts
1821 "unlimited". Adjust "set pagination"'s description to suggest
1822 "set height unlimited" instead of "set height 0".
1823
393fd4c3
YQ
18242013-04-10 Yao Qi <yao@codesourcery.com>
1825
1826 * gdb.texinfo (Trace Files): Add "target ctf".
1827
cba5a7bf
JK
18282013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1829
1830 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
1831
0ed630cb
JK
1832 * Makefile.in (install-man1, install-man5, uninstall-man1)
1833 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
1834
afe1492b
JK
1835 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
1836
5b8b6385
JK
18372013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1838 Eli Zaretskii <eliz@gnu.org>
1839
1840 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
1841 parameters order. Remove "On some targets" for --attach. Document the
1842 --multi parameter and extended-remote command. Document all the
1843 options.
1844
906ccdf0
JK
18452013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1846
1847 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
1848 the list of supported languages.
1849
43662968
JK
18502013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1851
1852 Convert man pages to texinfo, new gdbinit.5 texinfo page.
1853 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
1854 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
1855 (diststuff): Add man.
1856 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
1857 (uninstall-man5): New.
1858 (STAGESTUFF): Add *.1 and *.5.
1859 (GDBvn.texi): Add SYSTEM_GDBINIT.
1860 (gdb.1, gdbserver.1, gdbinit.5): New.
1861 (maintainer-clean realclean): Add $(MANS).
1862 (install): Add install-man.
1863 (uninstall): Add uninstall-man.
1864 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
1865 (@copying): Wrap it by @c man begin COPYRIGHT.
1866 (Top): Add Man Pages.
1867 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
1868
be9a8770
PA
18692013-04-02 Pedro Alves <palves@redhat.com>
1870
1871 * gdb.texinfo (Debugging Output): Document "set/show debug
1872 aarch64", "set/show debug coff-pe-read" and "set/show debug
1873 mach-o".
1874
a46c1e42
PA
18752013-04-02 Pedro Alves <palves@redhat.com>
1876
1877 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
1878 table>: Add entry for "trace-buffer-size".
1879
bd3eecc3
PA
18802013-03-28 Pedro Alves <palves@redhat.com>
1881
1882 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
1883 table>: Add entry for "trace-status".
1884
215b9f98
EZ
18852013-03-28 Eli Zaretskii <eliz@gnu.org>
1886
1887 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
1888 @bullet", which is invalid (makeinfo 5.1 barfs).
1889
7f7cc265
PA
18902013-03-28 Pedro Alves <palves@redhat.com>
1891
1892 PR gdb/15294
1893
1894 * gdb.texinfo (List) <set listsize>: Adjust to document that
1895 listsize 0 means no limit, and remove mention of -1.
1896
9c0be723
YQ
18972013-03-22 Yao Qi <yao@codesourcery.com>
1898
1899 * gdb.texinfo (Embedded Processors): Remove menu item
1900 "OpenRISC 1000".
1901 (OpenRISC 1000): Remove.
1902
bd712aed
DE
19032013-03-21 Doug Evans <dje@google.com>
1904
1905 * gdb.texinfo (Maintenance Commands): Add docs for
1906 "mt set per-command {space,time,symtab} {on,off}".
1907
d0353e76
YQ
19082013-03-14 Hui Zhu <hui@codesourcery.com>
1909 Yao Qi <yao@codesourcery.com>
1910
1911 * gdb.texinfo (Trace Files): Add "tsave -ctf".
1912
6dd24dfa
KS
19132013-03-13 Keith Seitz <keiths@redhat.com>
1914
1915 * gdb.texinfo (Maintenance Commands): Add missing ')' for
1916 "maint agent" reference to Dynamic printf.
1917
5c4808ca
EZ
19182013-03-11 Eli Zaretskii <eliz@gnu.org>
1919
1920 * gdb.texinfo (General Query Packets): Don't use colon in index
1921 entries visible to Info format.
1922
59ea5688
MM
19232013-03-11 Markus Metzger <markus.t.metzger@intel.com>
1924
1925 * gdb.texinfo (Process Record and Replay): Document record
1926 changes.
1927
2ae8c8e7
MM
19282013-03-11 Markus Metzger <markus.t.metzger@intel.com>
1929
1930 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
1931 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
1932 qXfer:btrace:read.
1933
28abe188
EZ
19342013-03-09 Eli Zaretskii <eliz@gnu.org>
1935
1936 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
1937 use colons in @anchor and @cindex entries.
1938
be9a119c 19392013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
6790eb9f
HAQ
1940
1941 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
1942
be9a119c 19432013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
1944 Hafiz Abid Qadeer <abidh@codesourcery.com>
1945
1946 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1947 trace-buffer-size set and show commands.
1948 (Tracepoint Packets): Document QTBuffer:size.
1949 (General Query Packets): Document QTBuffer:size.
1950
d57350ea
TT
19512013-02-21 Tom Tromey <tromey@redhat.com>
1952
1953 * gdb.texinfo: Remove bad @syncodeindex.
1954 (Values From Inferior, Types In Python, Inferiors In Python)
1955 (Events In Python, Threads In Python, Frames In Python, Blocks In
1956 Python, Symbols In Python, Symbol Tables In Python): Remove
1957 @tables.
1958 (Packets, General Query Packets, Tracepoint Packets)
1959 (Host I/O Packets): Use @w{} for empty @item.
1960
9f44fbc0
SCR
19612013-02-20 Siva Chandra Reddy <sivachandra@google.com>
1962
1963 * gdb.texinfo (Architectures In Python): Add description about
1964 the new method gdb.Architecture.disassemble.
1965
f5911ea1
HAQ
19662013-02-15 Pedro Alves <pedro@codesourcery.com>
1967 Hafiz Abid Qadeer <abidh@codesourcery.com>
1968
1969 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
1970 Document the "trace-file" field.
1971
7e1e0340
DE
19722013-02-07 Doug Evans <dje@google.com>
1973
1974 * gdb.texinfo (Machine Code): Clarify argument to disassemble
1975 command.
1976
134a2066
YQ
19772013-02-06 Yao Qi <yao@codesourcery.com>
1978
1979 * gdb.texinfo (GDB/MI Async Records): Document new MI
1980 notification "=tsv-modified". Update the document of MI
1981 notification "=tsv-created".
1982 * observer.texi (GDB Observers): New observer tsv_modified.
1983 Update observer tsv_created and tsv_delete.
1984
430ed3f0
MS
19852013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
1986
1987 * gdb.texinfo (AArch64 Features): New section; document
1988 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
1989 (Architectures): Add new AArch64 section to document AArch64
1990 architecture specific commands.
1991 (ABI): Add description of the new OS ABI "Newlib" and its influence
1992 on the longjmp handling.
1993
1b56eb55
JK
19942013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
1995 Jan Kratochvil <jan.kratochvil@redhat.com>
1996
1997 * gdb.texinfo (Backtrace): Added description of 'filename-display'
1998 variable in 'set/show backtrace' section.
1999
c4957902
TT
20002013-01-31 Tom Tromey <tromey@redhat.com>
2001
2002 * gdb.texinfo (Target Commands): Fix typo.
2003
bea883fd
SCR
20042013-01-23 Siva Chandra Reddy <sivachandra@google.com>
2005
2006 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
2007 describing the gdb.Architecture class.
2008 (Frames In Python): Add description about the new method
2009 gdb.Frame.architecture().
2010
796a7ff8
DE
20112013-01-23 Doug Evans <dje@google.com>
2012
2013 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
2014
998580f1
MK
20152013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
2016
2017 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
2018 'thread-groups' field when printing a breakpoint in MI.
2019
c9fb1240
SD
20202012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2021 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
2022 to reflect that jit-reader-load now supports absolute file-names.
2023
ab04a2af
TT
20242013-01-16 Tom Tromey <tromey@redhat.com>
2025
2026 * gdb.texinfo (Set Catchpoints): Document "catch signal".
2027 (Signals): Likewise.
2028
8ac3646f
TT
20292013-01-16 Tom Tromey <tromey@redhat.com>
2030
2031 * gdb.texinfo (GDB/MI Breakpoint Information): Document
2032 "catch-type" field.
2033 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
2034
e93a8774
TT
20352013-01-07 Tom Tromey <tromey@redhat.com>
2036
2037 * gdb.texinfo (Mode Options): Don't mention -epoch.
2038 (Data, Emacs): Remove obsolete comments.
2039
54516a0b
TT
20402013-01-02 Tom Tromey <tromey@redhat.com>
2041
2042 * gdb.texinfo (GDB/MI Output Records): Update menu.
2043 (GDB/MI Breakpoint Information): New node.
2044 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
2045 <-break-insert>: Likewise.
2046
8dbe8ece
YQ
20472012-12-31 Yao Qi <yao@codesourcery.com>
2048
2049 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
2050 (Packets): Move "vStopped" packet to ...
2051 (Notification Packets): ... here. Describe the components
2052 of notification. Add a table of supported notifications.
2053 Add an example on the process of he async notification.
2054
f35a17b5
JK
20552012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2056
2057 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
2058 present.
2059 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
2060 fullname output always present.
2061
0dfd2fad
PM
20622012-12-23 Pierre Muller <muller@sourceware.org>
2063
72f4393d
L
2064 * gdbint.texinfo (Function prototypes): Require use of "extern"
2065 modifier for function prototypes in headers.
0dfd2fad 2066
7785b880
JB
20672012-12-19 Joel Brobecker <brobecker@adacore.com>
2068
2069 * refcard.tex: Update copyright notice to GPL v3 or later.
2070 Update contact info.
2071
3d745be3
JK
20722012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2073
2074 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
2075
c9b6281a
YQ
20762012-12-15 Yao Qi <yao@codesourcery.com>
2077
2078 * gdb.texinfo (Debugging Output): Document 'set debug
2079 notification' and 'show debug notification'.
2080
f2a8bc8a
YQ
20812012-12-15 Yao Qi <yao@codesourcery.com>
2082
2083 * gdb.texinfo (Listing Tracepoints): New item and example about
2084 'installed on target' output.
2085 Add more in the example about 'installed on target'.
2086 (GDB/MI Breakpoint Commands): Doc about 'installed field.
2087
451b7c33
TT
20882012-12-14 Tom Tromey <tromey@redhat.com>
2089
72f4393d 2090 * gdb.texinfo (SVR4 Process Information): Mention core files.
451b7c33 2091
3fa7bf06 20922012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
72f4393d 2093
3fa7bf06
MG
2094 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
2095
05b4bd79
PA
20962012-12-11 Pedro Alves <palves@redhat.com>
2097
2098 * gdb.texinfo: Remove all mentions of Unixware throughout.
2099
74a0d9f6
JK
21002012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2101
2102 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
2103
0c631110
TT
21042012-11-29 Tom Tromey <tromey@redhat.com>
2105
2106 * gdb.texinfo (SVR4 Process Information): Document missing
2107 "info proc" subcommands.
2108
891df0ea
YQ
21092012-11-29 Yao Qi <yao@codesourcery.com>
2110
2111 PR gdb/1477.
2112 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
2113 to 'auto' instead of 'gnu'.
2114
608e2dbb
TT
21152012-11-26 Tom Tromey <tromey@redhat.com>
2116
2117 * gdb.texinfo (MiniDebugInfo): New node.
2118 (GDB Files): Update.
2119
e64e0392
DE
21202012-11-16 Doug Evans <dje@google.com>
2121
2122 * gdb.texinfo (System-wide configuration): If the system-wide init
2123 file lives in the data-directory, and --data-directory is provided,
2124 look for it there.
2125
ae606bee
TT
21262012-11-15 Tom Tromey <tromey@redhat.com>
2127
2128 * gdb.texinfo (Signaling): Fix typo.
2129
62747a60
TT
21302012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
2131
2132 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
2133 parameter "count" of -data-write-memory-bytes, and add an example.
2134
18a9fc12
TT
21352012-11-12 Tom Tromey <tromey@redhat.com>
2136
2137 * gdb.texinfo (Symbols): Document "info type-printers",
2138 "enable type-printer" and "disable type-printer".
2139 (Python API): Add new node to menu.
2140 (Type Printing API): New node.
2141 (Progspaces In Python): Document type_printers field.
2142 (Objfiles In Python): Likewise.
2143 (gdb.types) <get_type_recognizers, apply_type_recognizers,
2144 register_type_printer, TypePrinter>: Document.
2145
53342f27
TT
21462012-11-12 Tom Tromey <tromey@redhat.com>
2147
2148 * gdb.texinfo (Symbols): Document "set print type methods",
2149 "set print type typedefs", and flags to ptype and whatis.
2150
ed8a1c2d
AB
21512012-11-09 Andrew Burgess <aburgess@broadcom.com>
2152
2153 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
2154 the example -data-disassemble output. Extend the description of
2155 the -data-disassemble results to document all fields. Document
2156 the cli disassemble command as being related to -data-disassemble.
2157
8506d139
YQ
21582012-11-09 Yao Qi <yao@codesourcery.com>
2159
2160 PR gdb/14777.
2161 * gdb.texinfo (OS Information): Remove doc on command
2162 'info udot'.
2163
4d3f93a2
JB
21642012-11-08 Joel Brobecker <brobecker@adacore.com>
2165
2166 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
2167 gdb.ini warning for Windows port.
2168
1e96de83
YQ
21692012-11-08 Yao Qi <yao@codesourcery.com>
2170
2171 * gdb.texinfo (Search): Add kindex for 'fo'.
2172
dc939229
TT
21732012-11-05 Tom Tromey <tromey@redhat.com>
2174
2175 PR python/14802:
2176 * gdb.texinfo (Functions In Python): Add example.
2177
6f6484cd
YQ
21782012-11-03 Yao Qi <yao@codesourcery.com>
2179
2180 * observer.texi (GDB Observers): Remove observer
2181 'tracepoint_modified', 'tracepoint_created' and
2182 'tracepoint_deleted'.
2183
af4238e5
TT
21842012-10-26 Tom Tromey <tromey@redhat.com>
2185
2186 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
2187
687e43a4
TT
21882012-10-25 Tom Tromey <tromey@redhat.com>
2189
2190 * gdb.texinfo (General Query Packets): Use @itemx.
2191
8de0566d
YQ
21922012-10-17 Yao Qi <yao@codesourcery.com>
2193
2194 * observer.texi (GDB Observers): Update observer
2195 'memory_changed'.
2196 * gdb.texinfo (GDB/MI Async Records): Document for
2197 "memory-changed" notification.
2198
07540c15
DE
21992012-10-15 Doug Evans <dje@google.com>
2200
2201 * gdb.texinfo (Mode Options): Document -nh.
2202 Elaborate on docs for -nx.
2203
d7019589
SP
22042012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2205
2206 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
2207
82a90ccf 22082012-09-21 Yao Qi <yao@codesourcery.com>
72f4393d 2209 Pedro Alves <palves@redhat.com>
82a90ccf
YQ
2210
2211 * gdb.texinfo (GDB/MI Async Records): Document notification
2212 'record-started' and 'record-stopped'.
2213 * observer.texi (GDB Observers): New observer 'record-changed'.
2214
aa9259cc
TS
22152012-09-19 Thomas Schwinge <thomas@codesourcery.com>
2216
2217 * gdb.texinfo: Document the removal of SH's 'regs' command.
2218
c1d780c2
SDJ
22192012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2220
2221 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
2222
bb25a15c
YQ
22232012-09-18 Yao Qi <yao@codesourcery.com>
2224
2225 * gdb.texinfo (GDB/MI Async Records): Document new MI
2226 notifications '=tsv-created' and '=tsv-deleted'.
2227 * observer.texi (GDB Observers): New observer tsv_created and
2228 tsv_deleted.
2229
201b4506
YQ
22302012-09-18 Yao Qi <yao@codesourcery.com>
2231
2232 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
2233 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
2234 '=traceframe-changed'.
2235
6fc1c773
YQ
22362012-09-17 Yao Qi <yao@codesourcery.com>
2237
2238 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
2239 'set listsize'.
2240
121c73f3
JK
22412012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2242 Eli Zaretskii <eliz@gnu.org>
2243
2244 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
2245 encoding for gdbarch_breakpoint_from_pc, bp_addr for
2246 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
2247
e9687799
JK
22482012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2249
2250 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
2251
3b5e4d35
YPK
22522012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
2253
2254 Document how to return from "python-interactive" to GDB.
2255 * gdb.texinfo (Python Commands): Update documentation.
2256
22572012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
2258
2259 Add a new "python-interactive" command that starts a standard
2260 Python interactive prompt with "pi" as alias, and add "py" as
2261 an alias to "python".
2262 * gdb.texinfo (Python Commands): Document the new commands.
2263
b583003e
TT
22642012-08-22 Tom Tromey <tromey@redhat.com>
2265
2266 * gdbint.texinfo (Host Definition): Remove documentation for
2267 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
2268
a451cb65
KS
22692012-08-17 Keith Seitz <keiths@redhat.com>
2270
2271 PR c++/13356
2272 * gdb.texinfo (Type and Range Checking): Remove warning.
2273 Remove spurious commas.
2274 Update text and examples for re-implementation of set/show
2275 check type.
2276 (C and C++ Type and Range Checks): Likewise.
2277
6b1755ce
YQ
22782012-08-16 Yao Qi <yao@codesourcery.com>
2279
2280 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
2281 is deprecated.
2282
f47f77df
DE
22832012-08-13 Doug Evans <dje@google.com>
2284
2285 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
2286 to include functions.
2287
a72c3253
DE
22882012-08-10 Doug Evans <dje@google.com>
2289
2290 * gdb.texinfo (Convenience Funs): New node.
2291 (Types In Python): Document Type.vector.
2292
5b9afe8a
YQ
22932012-08-09 Yao Qi <yao@codesourcery.com>
2294
2295 * observer.texi: New observer command_param_changed.
2296 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
2297
dc1039df
JK
22982012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2299
2300 * gdbint.texinfo (Debugging GDB): In section
2301 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
2302 Mention also gdb-gdb.py.
2303
4abf930d
YQ
23042012-08-07 Yao Qi <yao@codesourcery.com>
2305
2306 Revert the folloing patch:
2307 2012-08-06 Yao Qi <yao@codesourcery.com>
2308 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2309 remote hardware-watchpoint-limit' and 'set
2310 remote hardware-breakpoint-limit'.
2311
f3c8a52a
JK
23122012-08-06 Nathaniel Flath <flat0103@gmail.com>
2313
2314 * gdb.texinfo (Working Directory): Added information about new
2315 default argument for 'cd' command.
2316
77a91025
YQ
23172012-08-06 Yao Qi <yao@codesourcery.com>
2318
2319 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2320 remote hardware-watchpoint-limit' and 'set
2321 remote hardware-breakpoint-limit'.
2322
d9f08f52
YQ
23232012-08-06 Yao Qi <yao@codesourcery.com>
2324
2325 Fix PR14371.
2326
2327 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
2328 '=breakpoint-deleted'.
2329
95b07c96
YQ
23302012-08-02 Yao Qi <yao@codesourcery.com>
2331
2332 * gdb.texinfo (Native): Remove node Neutrino.
2333
7255706c
YQ
23342012-07-27 Yao Qi <yao@codesourcery.com>
2335
2336 * gdb.texinfo (IPA Protocol Commands): Document new command
2337 'close'.
2338
d6b28940
TT
23392012-07-25 Tom Tromey <tromey@redhat.com>
2340
2341 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
2342
e615022a
DE
23432012-07-20 Doug Evans <dje@google.com>
2344
2345 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
2346 (Index Files): Document how to control the use of deprecated index
2347 sections.
2348 (Index Section Format): Replace --use-deprecated-index-sections with
2349 "set use-deprecated-index-sections on".
2350
055855a4
EZ
23512012-07-12 Eli Zaretskii <eliz@gnu.org>
2352
2353 * gdbint.texinfo: Remove @syncodeindex directives that put all the
2354 indices into a single node "Index". Instead, join function and
2355 variable indices into a single index, separate from the concept
2356 index. Requested in
2357 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
2358 (Top): Update the top-level menu: instead of one "Index" there are
2359 now separate entries "Concept Index" and "Function and Variable
2360 Index".
2361 (Concept Index, Function and Variable Index): New nodes.
2362 (Index): Node deleted.
2363
f77cc5f0
HZ
23642012-07-05 Hui Zhu <hui_zhu@mentor.com>
2365
2366 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
2367 and "maint agent-eval".
2368
00595b5e
EZ
23692012-07-03 Eli Zaretskii <eliz@gnu.org>
2370
2371 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
2372 avoid file-name clashes between Index.html and index.html on
2373 case-insensitive filesystems. See the discussion starting in
2374 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
2375 details of the problem.
2376 (Top): Update the master menu for the above.
2377 (Concept Index, Command and Variable Index): New nodes, instead of
2378 the old "Index" node that was deleted. All cross-references
2379 updated.
2380
d3ce09f5
SS
23812012-07-02 Stan Shebs <stan@codesourcery.com>
2382
2383 * gdb.texinfo (Dynamic Printf): Mention agent style and
2384 disconnected dprintf.
2385 (Maintenance Commands): Describe maint agent-printf.
2386 (General Query Packets): Mention BreakpointCommands feature.
2387 (Packets): Document commands extension to Z0 packet.
2388 * agentexpr.texi (Bytecode Descriptions): Document printf
2389 bytecode.
2390
2d7b58e8
JK
23912012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2392
2393 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
2394 only after gdbinit files.
2395 (Startup): Move -iex and -iex commands down after gdbinit files.
2396
202cbf1c
JK
23972012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2398
2399 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
2400 possibility.
2401
b6ba681c
TT
24022012-06-29 Tom Tromey <tromey@redhat.com>
2403
2404 * gdb.texinfo (Index Section Format): Update for version 7.
2405
71caed83
SS
24062012-06-28 Stan Shebs <stan@codesourcery.com>
2407
2408 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
2409 example, add note about title column.
2410
ee0bf529
SCR
24112012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2412
2413 * gdb.texinfo (Symbol Tables In Python): Add description about
2414 the new 'last' attribute of gdb.Symtab_and line.
2415
3c15d565
SCR
24162012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2417
2418 * gdb.texinfo (Symbol Tables In Python): Correct the description
2419 of the 'pc' attribute of gdb.Symtab_and_line.
2420
45cfd468
DE
24212012-06-26 Doug Evans <dje@google.com>
2422
2423 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
2424 and symtab-create.
2425
496ee73e
KS
24262012-06-25 Keith Seitz <keiths@redhat.com>
2427
2428 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
2429 from example. Remove "rbreak" from list of corresponding
2430 gdb commands.
2431
156942c7
DE
24322012-06-23 Doug Evans <dje@google.com>
2433
2434 * gdb.texinfo (Index Section Format): Document version 7 format.
2435
c614397c
YQ
24362012-06-22 Yao Qi <yao@codesourcery.com>
2437
2438 * gdb.texinfo: Add missing cindex for some packets.
2439
472a2379
KS
24402012-06-20 Keith Seitz <keiths@redhat.com>
2441
2442 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
2443 for -break-insert and document -p.
2444
2678e2af
YQ
24452012-06-20 Yao Qi <yao@codesourcery.com>
2446
2447 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
2448 and "gdb.write_memory" with "Inferior.read_memory" and
2449 "Inferior.write_memory".
2450
984359d2
EZ
24512012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
2452
2453 * gdb.texinfo (Summary): Add a link to "Free Documentation".
2454 (Free Documentation): Add @node line.
2455 (Continuing and Stepping) <advance location>: Use @item instead of
2456 @itemx.
2457 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
2458 @itemx.
2459 (Embedded Processors): Put the link to "PA" to its correct place,
2460 according to document structure.
2461 (Python API): Put the link to "Lazy Strings In Python" to its
2462 correct place.
2463 (Index): Use @@ in @tex block to get a literal @.
2464
2465 * gdbint.texinfo: Fix the @subtitle line.
2466
2467 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
2468 correct place.
2469
16bdd41f
YQ
24702012-06-08 Yao Qi <yao@codesourcery.com>
2471
2472 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
2473 Protocol'.
2474 (In-Process Agent Protocol, IPA Protocol Objects)
2475 (IPA Protocol Commands): New nodes.
2476 (Tracepoint Packets): Add anchors.
2477
2d4c29c5
TS
24782012-06-06 Thomas Schwinge <thomas@codesourcery.com>
2479
2480 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
2481
6bd110c5
YQ
24822012-06-06 Yao Qi <yao@codesourcery.com>
2483
2484 * gdb.texinfo: Update copyright year.
2485
f3e0e960
SS
24862012-05-23 Stan Shebs <stan@codesourcery.com>
2487 Kwok Cheung Yeung <kcy@codesourcery.com>
2488
2489 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
2490
1564a261
JK
24912012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2492
2493 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
2494 Mention also --with-separate-debug-dir.
2495 (Auto-loading): Prepend $debugdir in the sample output.
2496 (Auto-loading safe path): Likewise. Mention also $debugdir for the
2497 auto-load safe-path variable.
2498 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
2499 Mention also $debugdir for 'set auto-load scripts-directory'.
2500
eb17f351
EZ
25012012-05-19 Eli Zaretskii <eliz@gnu.org>
2502
2503 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
2504 (MIPS Embedded, MIPS, MIPS Register packet Format)
2505 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
2506 appropriate.
2507
4cc0665f 25082012-05-18 Sandra Loosemore <sandra@codesourcery.com>
72f4393d 2509 Maciej W. Rozycki <macro@codesourcery.com>
4cc0665f
MR
2510
2511 * gdb.texinfo (MIPS): Document "set mips compression" and "show
2512 mips compression".
2513 (MIPS Breakpoint Kinds): New subsubsection.
2514
7af8dcf8 25152012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
2516
2517 * gdb.texinfo (Architecture-Specific Protocol Details): Define
2518 nodes for subsections. Add @acronym mark-ups and adjust
2519 formatting.
2520
aff139ff
JK
25212012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2522
2523 Rename $ddir to $datadir.
2524 * gdb.texinfo (Auto-loading, Auto-loading safe path)
2525 (objfile-gdb.py file): Rename $ddir to $datadir.
2526
9cb709b6
TT
25272012-05-18 Tom Tromey <tromey@redhat.com>
2528
2529 * gdb.texinfo (Print Settings): Document 'set print symbol'.
2530
e7e0cddf
SS
25312012-05-14 Stan Shebs <stan@codesourcery.com>
2532
2533 * gdb.texinfo (Dynamic Printf): New subsection.
2534
7efc75aa
SCR
25352012-05-13 Siva Chandra Reddy <sivachandra@google.com>
2536
2537 * gdb.texinfo (Basic Python): Add description about the function
2538 gdb.find_pc_line
2539
f307c045
JK
25402012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2541 Eli Zaretskii <eliz@gnu.org>
2542
2543 * gdb.texinfo (Separate Debug Files): Use plural form for global
2544 debugging information directory.
2545
85d4a676
SS
25462012-05-11 Stan Shebs <stan@codesourcery.com>
2547 Kwok Cheung Yeung <kcy@codesourcery.com>
2548
2549 * gdb.texinfo (Operating System Auxiliary Information): Document new
2550 'info os' subcommands.
2551
c1668e4e
JK
25522012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2553
2554 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
2555 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
2556 (dotdebug_gdb_scripts section): Add reference
2557 to 'Auto-loading safe path'.
2558
7349ff92
JK
25592012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2560
2561 Implement multi-component --with-auto-load-dir.
2562 * gdb.texinfo (Auto-loading): New references
2563 for 'set auto-load scripts-directory'
2564 and 'show auto-load scripts-directory'.
2565 (Auto-loading safe path): Describe the new default. Move $ddir
2566 substituation reference to 'objfile-gdb.py file'.
2567 (objfile-gdb.py file): Describe script-name alias. Change real-name to
2568 script-name. Describe new 'set auto-load scripts-directory'
2569 and 'show auto-load scripts-directory'.
2570
6dea1fbd
JK
25712012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2572
2573 Provide $ddir substitution for --with-auto-load-safe-path.
2574 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
2575 (Auto-loading safe path): Likewise. Mention the default value,
2576 $ddir substitution, --with-auto-load-safe-path and
2577 --without-auto-load-safe-path.
2578 * observer.texi (gdb_datadir_changed): New.
2579
1ccacbcd
JK
25802012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2581
2582 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
2583 Twice.
2584
d9242c17
JK
2585 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
2586 directory separator by path separator.
2587
af2c1515
JK
25882012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2589
2590 * gdb.texinfo (Auto-loading safe path): Make 'directories'
2591 for 'set auto-load safe-path' optional. Mention if it is omitted.
2592 Change disabling security protection condition to "/", twice.
2593
a20ee7a4
SCR
25942012-05-03 Siva Chandra Reddy <sivachandra@google.com>
2595
2596 * gdb.texinfo (Symbol Tables In Python): Add documentation about
2597 the new methods global_block and static_block on gdb.Symtab
2598 objects.
2599
56af09aa
SCR
26002012-05-02 Siva Chandra Reddy <sivachandra@google.com>
2601
2602 * gdb.texinfo (Blocks In Python): Add a note saying that future
2603 improvements to GDB and its infrastructure can move symbols
2604 across blocks within a symbol table.
2605
2746b0ef
YQ
26062012-04-29 Yao Qi <yao@codesourcery.com>
2607
2608 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
2609 (A29K): Remove.
2610
62e5f89c
SDJ
26112012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
2612 Tom Tromey <tromey@redhat.com>
2613
2614 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
2615 and generic static probe support on GDB.
2616
a766d390
DE
26172012-04-25 Doug Evans <dje@google.com>
2618
50f042b9
DE
2619 * gdb.texinfo (Go): Fix thinko.
2620
a766d390
DE
2621 * gdb.texinfo (Supported Languages): Add Go.
2622 (Go): New node.
2623
f02e2b19
YQ
26242012-04-25 Yao Qi <yao@codesourcery.com>
2625
2626 * gdbint.texinfo (Testsuite): New section `Board settings'.
2627
68d41a48
JK
26282012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2629
2630 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
2631 Three times.
2632
174bb630
JK
2633 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
2634 Three times.
2635
0511cc75
JK
26362012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2637
2638 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
2639 by @table @asis. Fix formatting of one item.
2640
0070f25a
JK
26412012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2642
2643 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
2644
4dc84fd1
JK
26452012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2646
2647 New option "set debug auto-load".
2648 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
2649 (auto-load verbose mode): New node.
2650
bccbefd2
JK
26512012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2652
2653 New option "set auto-load safe-path".
2654 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
2655 and "info auto-load" examples for safe-path. Put there also references
2656 for "set auto-load safe-path" and "show auto-load safe-path".
2657 New menu item for Auto-loading safe path.
2658 (Auto-loading safe path): New node.
2659 (Python Auto-loading): Update the expected output from "Missing"
2660 to "No".
2661
bf88dd68
JK
26622012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2663
2664 auto-load: Implementation.
2665 * gdb.texinfo (Mode Options): New anchor for -nx.
2666 (Startup): New anchors for Option -init-eval-command,
2667 Home Directory Init File
2668 and Init File in the Current Directory during Startup.
2669 Mention set auto-load local-gdbinit with a reference.
2670 Change the sample code to "set auto-load python-scripts".
2671 (Threads): New anchor set libthread-db-search-path.
2672 Provide references to libthread_db.so.1 file.
2673 (Controlling GDB): New menu item for Auto-loading.
2674 (Auto-loading, Init File in the Current Directory)
2675 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
2676 (Python): Rename the menu item Auto-loading to Python Auto-loading.
2677 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
2678 reference.
2679 (Auto-loading): Rename to ...
2680 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
2681 "set auto-load python-scripts", new anchor for it. Change
2682 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
2683 for it. Change "info auto-load-scripts"
2684 to "info auto-load python-scripts", new anchor for it. Change "scripts"
2685 to "Python scripts".
2686
8264ba82
AG
26872012-04-14 Anton Gorenkov <xgsa@yandex.ru>
2688
2689 PR mi/13393
2690 * gdb.texinfo (Print Settings): Extend the description for "set print
2691 object".
2692 (GDB/MI Variable Objects): Extend the description for -var-create and
2693 -var-list-children.
2694
06fc020f
SCR
26952012-04-11 Siva Chandra Reddy <sivachandra@google.com>
2696
2697 * gdb.texinfo (Examining Data): Document the 'explore' command.
2698
7191c139
JB
26992012-03-28 Joel Brobecker <brobecker@adacore.com>
2700
2701 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
2702 to the children of a varobj and its update range when -var-update
2703 returns that the varobj's type changed.
2704
3708f05e
JK
27052012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2706
2707 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
2708 Create two new links fir 'objfile-gdb.py file'
2709 and 'dotdebug_gdb_scripts section'.
2710
8e0583c8
JK
27112012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2712
2713 * gdb.texinfo (Auto-loading): Rename node reference
2714 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
2715 Twice.
2716 (.debug_gdb_scripts section): Rename the node ...
2717 (dotdebug_gdb_scripts section): ... here.
2718 (Maintenance Commands): Also rename this node reference.
2719
7b282c5a
SCR
27202012-03-22 Siva Chandra Reddy <sivachandra@google.com>
2721
2722 * gdb.texinfo (Python API/Values From Inferior): Add description
2723 about the new method Value.referenced_value. Add description on
2724 how Value.dereference is different (and similar) to
2725 Value.referenced_value.
2726
8320cc4f
JK
27272012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2728
2729 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
2730 --init-eval-command=COMMAND, -iex.
2731 (Startup): Describe -iex and -ix. Simplify the example
2732 for "set auto-load-scripts off".
2733
481860b3
GB
27342012-03-16 Gary Benson <gbenson@redhat.com>
2735
2736 PR breakpoints/10738
2737 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
2738 stating that GDB cannot set breakpoints on inlined functions.
2739 (Mode Options): Document --use-deprecated-index-sections.
2740 (Index Section Format): Document new index section version format.
2741
c4aeac85
TT
27422012-03-15 Tom Tromey <tromey@redhat.com>
2743
2744 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
2745
16899756
DE
27462012-03-13 Doug Evans <dje@google.com>
2747
2748 * gdb.texinfo (Help): Change apropos example to use "alias" instead
2749 of "reload".
2750 (Symbols): Delete docs for set/show symbol-reloading.
2751 * gdbint.texinfo (Defining Other Architecture Features): Delete
2752 SYMBOL_RELOADING_DEFAULT.
2753 * refcard.tex: Delete reference to symbol-reloading.
2754
9b224c5e
PA
27552012-03-07 Pedro Alves <palves@redhat.com>
2756
2757 * gdb.texinfo (General Query Packets): Document new
2758 QProgramSignals packet.
2759 * gdb.texinfo (Remote configuration): Mention
2760 "program-signals-packet".
2761
169081d0
TG
27622012-03-05 Tristan Gingold <gingold@adacore.com>
2763
2764 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
2765
d1feda86
YQ
27662012-03-03 Yao Qi <yao@codesourcery.com>
2767
2768 * gdb.texinfo (In-Process Agent): New node.
2769 Document new commands.
2770 (General Query Packets): Add packet `QAgent'.
2771
1faeff08
MR
27722012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
2773
2774 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
2775
7d74f244
DE
27762012-03-01 Scott J. Goldman <scottjg@vmware.com>
2777
2778 * gdb.texinfo (Commands In Python): Put example python macro in
2779 COMMAND_USER category rather than COMMAND_OBSCURE.
2780 Document gdb.COMMAND_USER.
2781 (User-defined Commands): Update documentation to clarify
2782 "set/show max-user-call-depth" and "show user" don't apply to python
2783 commands. Update documentation to clarify "help user-defined" may
2784 also include python commands defined as COMMAND_USER.
2785
6fe37d23
JK
27862012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2787
2788 * gdb.texinfo (Startup): Add option -ex description to the option -x
2789 description.
2790
83364271
LM
27912012-02-24 Luis Machado <lgustavo@codesourcery.com>
2792
2793 * gdb.texinfo (Setting Breakpoints): Mention and explain the
2794 condition-evaluation breakpoint parameter.
2795 Mention condition-evaluation mode being shown in "info break".
2796 (Break Conditions): Add description for target-side
2797 conditional breakpoints.
72f4393d 2798 (Remote Configuration): Mention conditional-breakpoints-packet.
83364271
LM
2799 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
2800 cond-expr.
2801 (General Query Packets): Mention new ConditionalBreakpoint feature.
2802
bdb1994d
TT
28032012-02-22 Tom Tromey <tromey@redhat.com>
2804
2805 * gdb.texinfo (Blocks In Python): Clarify block iteration.
2806
4d241c86
TT
28072012-02-17 Tom Tromey <tromey@redhat.com>
2808
2809 PR python/10753:
2810 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
2811 directory.
2812
816338b5
SS
28132012-02-14 Stan Shebs <stan@codesourcery.com>
2814
2815 * gdb.texinfo (Disabling Breakpoints): Document enable count.
2816
cc30c4bd
PA
28172012-02-13 Pedro Alves <palves@redhat.com>
2818
2819 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
2820 mips-idt-ecoff.
2821
035d1e5b
YQ
28222012-02-09 Yao Qi <yao@codesourcery.com>
2823
2824 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
2825
f0823d2c
TT
28262012-02-07 Tom Tromey <tromey@redhat.com>
2827
2828 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
2829 Symbol.value.
2830
64e7d9dd
TT
28312012-02-07 Tom Tromey <tromey@redhat.com>
2832
2833 * gdb.texinfo (Symbols In Python): Document Symbol.line.
2834
4220b2f8
TS
28352012-01-27 Thomas Schwinge <thomas@codesourcery.com>
2836
2837 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
2838
edcc5120
TT
28392012-01-24 Tom Tromey <tromey@redhat.com>
2840
2841 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
2842 unload".
2843 (Files): Mention new catch commands.
2844 (GDB/MI Async Records): Likewise.
2845
53fe1783
GB
28462012-01-24 Gary Benson <gbenson@redhat.com>
2847
2848 Delete #if 0'd out code.
2849 * gdb.texinfo (Frame Info): Remove "info catch".
2850
b9e7b9c3
UW
28512012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
2852
2853 * gdb.texinfo (Remote Configuration): Document
2854 "set remote hostio-readlink-packet" command.
2855 (General Query Packets): Document vFile:readlink packet.
2856
4aac40c8
TT
28572012-01-16 Tom Tromey <tromey@redhat.com>
2858
2859 * gdb.texinfo (Specify Location): Document relative file name
2860 handling.
2861
cafec441
TT
28622012-01-16 Tom Tromey <tromey@redhat.com>
2863
2864 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
2865
0ee339bc
JK
28662012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2867 Eli Zaretskii <eliz@gnu.org>
2868
2869 * gdbint.texinfo (Coding Standards): Require braces for two lines of
2870 code.
2871
72384ba3
PH
28722012-01-11 Paul Hilfinger <hilfingr@adacore.com>
2873
2874 * gdb.texinfo (Variables): Document use of :: for non-static
2875 variables.
2876
ce1b17c4
JB
28772012-01-05 Joel Brobecker <brobecker@adacore.com>
2878
2879 * gdbint.texinfo (Start of New Year Procedure): Update
2880 to replace use of copyright.sh by use of copyright.py.
2881
217bff3e
JK
28822012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2883
2884 Remove the gdbtui binary.
2885 * all-cfg.texi (GDBTUI): Remove.
2886 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
2887 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
2888 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
2889
cc72b2a2
KP
28902011-12-23 Kevin Pouget <kevin.pouget@st.com>
2891
2892 Introduce gdb.FinishBreakpoint in Python.
2893 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
2894 (Python API): Add menu entry for Finish Breakpoints.
2895
13ac8d2c
JK
28962011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2897
2898 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
2899 tests.
2900
e0f9f062
DE
29012011-12-16 Doug Evans <dje@google.com>
2902
2903 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
2904
80b6e756
PM
29052011-12-16 Phil Muldoon <pmuldoon@redhat.com>
2906
1c3ad6ab 2907 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
2908 stack". Add documentation for "set/show python print-stack".
2909
2fb860fc
PA
29102011-12-14 Pedro Alves <pedro@codesourcery.com>
2911
2912 * gdb.texinfo (Implementing a Remote Stub): Explain that you
2913 should transfer control to the stub in the startup code instead of
2914 in main. Mention the need to get past the initial breakpoint.
2915
f8eba3c6
TT
29162011-12-06 Tom Tromey <tromey@redhat.com>
2917
2918 * gdb.texinfo (Set Breaks): Update for new behavior.
2919
2268b414
JK
29202011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2921
2922 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
2923 List Format for SVR4 Targets'.
2924 (General Query Packets): New item qXfer:libraries-svr4:read.
2925 (Library List Format for SVR4 Targets): New node.
2926
ae6f0d5b
TT
29272011-12-01 Tom Tromey <tromey@redhat.com>
2928
2929 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
2930 add.
2931
36dfb11c
TT
29322011-11-22 Tom Tromey <tromey@redhat.com>
2933
2934 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
2935 reasons.
2936
f196051f
SS
29372011-11-20 Stan Shebs <stan@codesourcery.com>
2938
2939 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2940 note-related options and variables.
2941 (Tracepoint Packets): Document packet changes.
2942
f85b53f8
SD
29432011-11-20 Sanjoy Das <sdas@igalia.com>
2944
2945 * gdb.texinfo (JIT Interface): Add documentation on writing and
2946 usind JIT debug info readers.
2947 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
2948 Debug Info Readers): New nodes.
2949
bfccc43c
YQ
29502011-11-18 Yao Qi <yao@codesourcery.com>
2951
2952 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
2953 tracepoint.
2954
c011a4f4
DE
29552011-11-15 Doug Evans <dje@google.com>
2956
2957 * gdb.texinfo (Files): Document basenames-may-differ.
2958
ed59ded5
DE
29592011-11-14 Doug Evans <dje@google.com>
2960
2961 * gdb.texinfo (Shell Commands): Document "!".
2962
405f8e94
SS
29632011-11-14 Stan Shebs <stan@codesourcery.com>
2964 Kwok Cheung Yeung <kcy@codesourcery.com>
2965
2966 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
2967 needed to get shorter fast tracepoints.
2968 (Tracepoint Packets): Document new qTMinFTPILen packet.
2969
1e4d1764
YQ
29702011-11-14 Yao Qi <yao@codesourcery.com>
2971
2972 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
2973 behavior of tracepoint.
2974 (General Query Packets): New feature InstallInTrace.
2975 (Remote Configuration): Document "set remote
2976 install-in-trace-packet".
2977
71eba9c2 29782011-11-12 Matt Rice <ratmice@gmail.com>
2979
2980 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
2981 Add arguments to info macro.
2982
e0f8f636
TT
29832011-11-10 Tom Tromey <tromey@redhat.com>
2984
2985 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
2986 manual.
2987 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
2988 (Macros): Add a footnote.
2989 (C): Remove paragraph about compiler options.
2990 (C Constants): Mention wide character and string constants.
2991 (C Plus Plus Expressions): Update compiler option advice. Mention
2992 using declarations. Mention ADL. Remove old HP compiler
2993 information.
2994
625c0d47
TT
29952011-11-10 Tom Tromey <tromey@redhat.com>
2996
2997 PR c++/9257:
2998 * gdb.texinfo (Print Settings): Add an extra note about the need
2999 for a vtable.
3000
4be2aacc
MR
30012011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
3002
3003 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
3004 "set mips abi" documentation.
3005
0a1c4d10
DE
30062011-11-04 Doug Evans <dje@google.com>
3007
3008 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
3009
aad1c02c
TT
30102011-11-03 Tom Tromey <tromey@redhat.com>
3011
3012 * gdb.texinfo (Stopping): Add menu entry.
3013 (Continuing and Stepping): Restore @node. Use @section, not
3014 @subsection.
3015
983fb131
MR
30162011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
3017
3018 * gdb.texinfo (Skipping Over Functions and Files): Remove node
3019 designation. Fix "Specify Location" cross-reference.
3020
3065dfb6
SS
30212011-11-02 Stan Shebs <stan@codesourcery.com>
3022
3023 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
3024 (General Query Packets): Describe tracenz feature.
3025 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
3026
0aaaf063
PK
30272011-10-28 Paul Koning <paul_koning@dell.com>
3028
3029 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
3030
2231f1fb
KP
30312011-10-27 Kevin Pouget <kevin.pouget@st.com>
3032
72f4393d 3033 * gdb.texinfo ((Frames In Python): Document
2231f1fb
KP
3034 gdb.FRAME_UNWIND_FIRST_ERROR contant.
3035
5110b5df
PK
30362011-10-26 Paul Koning <paul_koning@dell.com>
3037
3038 * gdb.texinfo (gdb.types): Document new deepitems function.
72f4393d 3039
22dbab46
PK
30402011-10-25 Paul Koning <paul_koning@dell.com>
3041
3042 PR python/13327
72f4393d 3043
22dbab46
PK
3044 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
3045 fetch_lazy method.
3046
9df2fbc4
PM
30472011-10-20 Phil Muldoon <pmuldoon@redhat.com>
3048
3049 PR python/12656
3050
3051 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
3052 global_block, static_block function.
3053
f05e2e1d
TT
30542011-10-19 Tom Tromey <tromey@redhat.com>
3055
3056 * gdb.texinfo (Commands In Python): Add missing "@"s.
3057
a7fc3f37
KP
30582011-10-13 Kevin Pouget <kevin.pouget@st.com>
3059
3060 PR python/13285 Document named constants for frame unwind stop reasons
72f4393d 3061 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
a7fc3f37
KP
3062 constants.
3063
5048e516
JK
30642011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3065
3066 Fix compatibility with texinfo versions older than 4.12.
3067 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
3068 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
3069 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
3070 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
3071 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
3072 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
3073 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
3074
5a56e9c5
DE
30752011-10-09 Doug Evans <dje@google.com>
3076
3077 * gdb.texinfo (Extending GDB): Document alias command.
3078
36b11add
JK
30792011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3080
3081 Support @entry in input expressions.
3082 * gdb.texinfo (Variables): Describe @entry names suffix.
3083 (Print Settings): Add anchor for `set print entry-values'.
3084
e18b2753
JK
30852011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3086 Eli Zaretskii <eliz@gnu.org>
3087
3088 Display @entry parameter values (without references).
3089 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
3090 example.
3091 (Print Settings): New description of set print entry-values and show
3092 print entry-values.
3093
111c6489
JK
30942011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3095 Eli Zaretskii <eliz@gnu.org>
3096
3097 Recognize virtual tail call frames.
3098 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
3099 (Tail Call Frames): New node.
3100 (Frames In Python): Add gdb.TAILCALL_FRAME.
3101
9c15afc4
DE
31022011-10-07 Doug Evans <dje@google.com>
3103
3104 * gdb.texinfo (gdb.printing): Document new `replace' arg to
3105 register_pretty_printer.
3106
99f5279d
PM
31072011-10-07 Phil Muldoon <pmuldoon@redhat.com>
3108
3109 PR python/12930
3110 PR python/12802
3111
3112 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
3113 stop method.
3114
03583c20
UW
31152011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
3116
3117 * gdb.texinfo (Starting your Program): "set disable-randomization"
3118 is no longer Linux-specific.
3119 (Remote Configuration): Document "set remote
3120 disable-randomization-packet".
3121 (General Query Packets): Document "QDisableRandomization" packet
3122 and add it to "qSupported" list.
3123
bd054e06
KP
31242011-10-07 Kevin Pouget <kevin.pouget@st.com>
3125
3126 Allow Python notification of new object-file loadings.
3127 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
3128 event type.
3129
cb6be26b
KP
31302011-10-04 Kevin Pouget <kevin.pouget@st.com>
3131
3132 PR python/12691: Add the inferior to Python exited event
3133 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
3134
a05336a1
JB
31352011-10-03 Joel Brobecker <brobecker@adacore.com>
3136
3137 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
3138 rephasing.
3139
5d77fe44
JB
31402011-10-03 Joel Brobecker <brobecker@adacore.com>
3141
3142 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
3143 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
3144 as possible feature returned by the `-list-features'
3145 command.
3146
699df94d
PK
31472011-09-28 Paul Koning <paul_koning@dell.com>
3148
3149 * gdb.texinfo (gdb.Type): Document field access by dictionary
3150 key syntax.
3151
24bdad53
YQ
31522011-09-28 Yao Qi <yao@codesourcery.com>
3153
3154 * gdb.texinfo (Files): Update options for `add-symbol-file'.
3155 Add one space after option `-s'. Remove @r{} markup.
3156
6710bf39
SS
31572011-09-27 Stan Shebs <stan@codesourcery.com>
3158
3159 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
3160
d99f7e48
HZ
31612011-09-16 Hui Zhu <teawater@gmail.com>
3162
3163 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
3164 to *(unsigned char *)$esp@300.
3165
d812018b
PK
31662011-09-15 Paul Koning <paul_koning@dell.com>
3167
3168 * gdb.texinfo: Make style of Python functions and methods match
3169 the syntax of Python. Also put class and module names explicitly
3170 on function, member, and variable names, matching Python
3171 documentation conventions.
72f4393d 3172
2aa48337
KP
31732011-09-15 Kevin Pouget <kevin.pouget@st.com>
3174
3175 PR Python/12692 Add gdb.selected_inferior() to Python interface.
3176 * gdb.texinfo (Inferiors In Python): Describe new
3177 gdb.selected_inferior() function.
3178
6839b47f
KP
31792011-09-15 Kevin Pouget <kevin.pouget@st.com>
3180
3181 Handle multiple breakpoint hits in Python interface:
3182 * gdb.texinfo (Events In Python): New function documentation:
3183 gdb.BreakpointEvent.breakpoints. Indicate that
3184 gdb.BreakpointEvent.breakpoint is now deprecated.
3185
26829f2b
JB
31862011-09-04 Joel Brobecker <brobecker@adacore.com>
3187
3188 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
3189
a9f54f60
TT
31902011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
3191
3192 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
3193
fa3a4f15
PM
31942011-08-17 Phil Muldoon <pmuldoon@redhat.com>
3195
72f4393d
L
3196 * gdb.texinfo (Prompt): Add set/show extended-prompt
3197 documentation
3198 (Basic Python): Add prompt_hook anchor.
3199 (Python modules): Reword module text to reflect multiple modules.
3200 (gdb.prompt): Document gdb.prompt module.
fa3a4f15 3201
224bbe49
YQ
32022011-08-14 Yao Qi <yao@codesourcery.com>
3203
78d85199
YQ
3204 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
3205
32062011-08-14 Yao Qi <yao@codesourcery.com>
3207
3208 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
3209 (TIC6x Features): New node.
3210
457e09f0
DE
32112011-08-12 Doug Evans <dje@google.com>
3212
3213 * gdb.texinfo (Symbols In Python): Document symbol.type.
3214
5e239b84
PM
32152011-08-09 Phil Muldoon <pmuldoon@redhat.com>
3216
3217 * gdb.texinfo (Python): Document command and function
3218 auto-loading.
3219
177bc839
JK
32202011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3221 Eli Zaretskii <eliz@gnu.org>
3222
3223 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
3224 typedefs unrolling. Extend the sample code by an inner typedef and
3225 outer typedefs unrolling.
3226
1a532630
PP
32272011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
3228
3229 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
3230 size and line-size.
3231
9b158ba0 32322011-07-21 Matt Rice <ratmice@gmail.com>
3233
3234 PR macros/12999
3235 * gdb.texinfo (Macros): Add info definitions and info macros commands.
3236 Update text and cindex entries for info macro command.
3237
d17b6f81
PM
32382011-07-21 Phil Muldoon <pmuldoon@redhat.com>
3239
3240 * observer.texi (GDB Observers): Add before_prompt observer.
3241 * gdb.texinfo (Basic Python): Add documentation for prompt
3242 substitution.
3243
713389e0
PM
32442011-07-11 Phil Muldoon <pmuldoon@redhat.com>
3245
72f4393d 3246 PR python/12438
713389e0 3247 * gdb.texinfo (Python Commands): Add deprecate note to maint
72f4393d
L
3248 set/show python print-stack. Document set/show python
3249 print-backtrace.
713389e0 3250
177b42fe
TJB
32512011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
3252
3253 * gdb.texinfo: Fix typos.
3254
900e11f9
JK
32552011-07-01 Tom Tromey <tromey@redhat.com>
3256
3257 * gdb.texinfo (Debugging Output): Document set debug
3258 check-physname.
3259
39c4d40a
TT
32602011-06-29 Tom Tromey <tromey@redhat.com>
3261
3262 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3263 breakpoint-notifications feature.
3264
6f5def7d
UW
32652011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
3266
3267 * gdb.texinfo (Target Description): Remove warning about
3268 possibly unstable format.
3269
8cf64490
TT
32702011-06-03 Tom Tromey <tromey@redhat.com>
3271
3272 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
3273 (Events In Python): Note that exit_code is optional.
3274
393eab54
PA
32752011-05-17 Pedro Alves <pedro@codesourcery.com>
3276
3277 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
3278 required for multi-threading support.
3279 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
3280 Hc are deprecated for multi-threading debugging. Point readers at
3281 the vCont packet.
3282
75fc9810
DE
32832011-05-15 Doug Evans <dje@google.com>
3284
3285 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
3286
01124a23
DE
32872011-05-13 Doug Evans <dje@google.com>
3288
98a5dd13
DE
3289 * gdb.texinfo (Threads): Document $sdir,$pdir.
3290 (Server): Document $pdir exception.
3291
dbaefcf7
DE
3292 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
3293
cc63ef9b
DE
3294 * gdb.texinfo (Threads): Clarify default value for
3295 libthread-db-search-path.
7e0396aa 3296
01124a23
DE
3297 * gdb.texinfo (Completion): Update example.
3298 (Debugging Output): Delete `set/show debug lin-lwp-async'.
3299
d248b706
KY
33002011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
3301
3302 * gdb.texinfo: Document change in the behaviour of the enable and
3303 disable GDB commands when applied to tracepoints.
3304 Document the EnableDisableTracepoints remote stub feature.
3305 Document QTEnable and QTDisable in the list of tracepoint packets.
3306
cc88a640
JK
33072011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3308
3309 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
3310 hsuser.texi.
3311 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
3312 comment to hsuser.texi. Change rluser.texi name in the comment.
3313
84e578fb
DE
33142011-05-10 Doug Evans <dje@google.com>
3315
3316 * gdb.texinfo (Threads): If an empty path is provided for
3317 libthread-db-search-path it is reset to its default value.
3318 (Server): Ditto.
3319
478aac75
DE
33202011-05-09 Doug Evans <dje@google.com>
3321
3322 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
3323
9c06b0b4
TJB
33242011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3325 Thiago Jung Bauermann <bauerman@br.ibm.com>
3326
3327 Implement support for PowerPC BookE masked watchpoints.
3328 * gdb.texinfo (Set Watchpoints): Document mask parameter.
3329 (PowerPC Embedded): Mention support of masked watchpoints.
3330
9ed350ad
JB
33312011-05-03 Joel Brobecker <brobecker@adacore.com>
3332
3333 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
3334 `@value{GDBN}'.
3335
4ceed123
JB
33362011-05-03 Joel Brobecker <brobecker@adacore.com>
3337
3338 * gdb.texinfo (titlepage): Remove dedication.
3339 (In Memoriam): New appendix.
3340
559a7a62
JK
33412011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3342 Eli Zaretskii <eliz@gnu.org>
3343
3344 * gdb.texinfo (Index Section Format): Change the version to 5.
3345 Describe the different formula.
3346
03f2bd59
JK
33472011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3348 Eli Zaretskii <eliz@gnu.org>
3349
3350 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
3351 for disconnected tracing.
3352 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
3353 extended-remote relationship. Mention --once.
3354 (TCP port allocation lifecycle of @code{gdbserver}): New.
3355
d9b1a651
EZ
33562011-04-23 Eli Zaretskii <eliz@gnu.org>
3357
3358 * gdb.texinfo (Server): Improve indexing. Index all optional
3359 switches to gdbserver.
3360
90476074
TT
33612011-04-20 Tom Tromey <tromey@redhat.com>
3362
3363 * gdb.texinfo (Index Section Format): New node.
3364 (Top): Add new node to menu.
3365
c21236dc
PA
33662011-04-20 Pedro Alves <pedro@codesourcery.com>
3367
3368 * gdb.texinfo (Maintenance Commands): Document `maint print
3369 remote-registers'.
3370
05c8c3f5
TT
33712011-04-20 Tom Tromey <tromey@redhat.com>
3372
3373 * gdb.texinfo (Trace File Format): Move node later.
3374
7a9dd1b2
TT
33752011-04-19 Tom Tromey <tromey@redhat.com>
3376
3377 * gdbint.texinfo (Register Information Functions): Remove
3378 duplicate "the".
3379 * gdb.texinfo (Emacs): Remove duplicate "to".
3380 (GDB/MI Variable Objects): Remove duplicate "the".
3381 (General Query Packets): Likewise.
3382
4368ebeb
JB
33832011-04-02 Joel Brobecker <brobecker@adacore.com>
3384
3385 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
3386 "GDB/MI Ada Exception Information" node.
3387
956a9fb9
JB
33882011-04-01 Joel Brobecker <brobecker@adacore.com>
3389
3390 * gdb.texinfo (GDB/MI Ada Exception Information): Document
3391 the "exception-name" field in the *stopped async record.
3392
f1310107
TJB
33932011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
3394 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3395
3396 Implement support for PowerPC BookE ranged breakpoints.
3397 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
3398
8786b2bd
TT
33992011-03-28 Tom Tromey <tromey@redhat.com>
3400
3401 * gdb.texinfo (Set Tracepoints): Fix typo.
3402
9ef07c8c
TT
34032011-03-24 Tom Tromey <tromey@redhat.com>
3404
3405 * gdb.texinfo (Specify Location): Document `function:label'
3406 linespec.
3407
99c3dc11
PM
34082011-03-18 Phil Muldoon <pmuldoon@redhat.com>
3409
f1310107 3410 PR python/12149
99c3dc11
PM
3411
3412 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
3413
29703da4
PM
34142011-03-17 Phil Muldoon <pmuldoon@redhat.com>
3415
3416 * gdb.texinfo (Blocks In Python): Add is_valid method description.
3417 (Inferiors In Python): Likewise.
3418 (Threads In Python): Likewise.
3419 (Symbols In Python): Likewise.
3420 (Objfiles In Python): Likewise.
3421 (Symbol Tables In Python): Likewise.
3422
c9174737
PA
34232011-03-15 Pedro Alves <pedro@codesourcery.com>
3424
3425 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
3426 display>: Explain that the commands accept number ranges.
3427
7371cf6d
PM
34282011-03-14 Phil Muldoon <pmuldoon@redhat.com>
3429
3430 * gdb.texinfo (Breakpoints In Python): Add description and example
3431 of Python stop function operation.
3432
ecec24e6
PM
34332011-03-10 Phil Muldoon <pmuldoon@redhat.com>
3434
3435 * gdb.texinfo (Parameters In Python): Document get_set_string and
3436 get_show_string methods.
3437
6dcd5565
JK
34382011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3439
3440 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
3441
81896e36
JK
3442 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
3443 circular-trace-buffer name.
3444
5e30da2c
JB
34452011-02-28 Joel Brobecker <brobecker@adacore.com>
3446
3447 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
3448 in the previous change.
3449
3bd0f5ef 34502011-02-27 Michael Snyder <msnyder@vmware.com>
af624141 3451
72f4393d 3452 * gdb.texinfo (Inferiors and Programs): Update commands to show
af624141
MS
3453 that they can accept multiple arguments.
3454
4ec7539c
JB
34552011-02-24 Joel Brobecker <brobecker@adacore.com>
3456
3457 Revert the following patch (code patch was not approved):
3458 2011-02-21 Hui Zhu <teawater@gmail.com>
3459 * agentexpr.texi (bytecode descriptions): add printf.
3460 * gdb.texinfo (tracepoint action lists): add printf.
3461
82809774
DE
34622011-02-23 Doug Evans <dje@google.com>
3463
3464 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
3465
e5a67952
MS
34662011-02-23 Michael Snyder <msnyder@vmware.com>
3467
3468 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
3469 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
3470 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
3471
6e6fbe60
DE
34722011-02-22 Doug Evans <dje@google.com>
3473
3474 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
3475 Clarify behaviour of lookup_symbol when `block' argument is omitted,
3476 add description of result, fix @defun formatting.
3477
f994e27a
HZ
34782011-02-21 Hui Zhu <teawater@gmail.com>
3479
3480 * agentexpr.texi (Bytecode Descriptions): Add printf.
3481 * gdb.texinfo (Tracepoint Action Lists): Add printf.
3482
c7f96d2b
TT
34832011-02-18 Tom Tromey <tromey@redhat.com>
3484
3485 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
3486
60f98dde
MS
34872011-02-14 Michael Snyder <msnyder@vmware.com>
3488
3489 * gdb.texinfo (threads): Document argument for "info threads" cmd.
3490 Document new command "thread find".
3491
08e796bc
MS
34922011-02-14 Michael Snyder <msnyder@vmware.com>
3493
3494 * gdb.texinfo (Threads): Update example of new thread message.
3495
b3b9301e
PA
34962011-02-14 Pedro Alves <pedro@codesourcery.com>
3497
3498 * gdb.texinfo (Remote Configuration): Mention set/show remote
3499 traceframe-info.
3500 (Tools/Packages Optional for Building GDB): Mention that expat is
3501 used for traceframe info.
3502 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
3503 (General Query Packets) <qSupported>: Describe the
3504 qXfer:traceframe-info:read feature.
3505 (qXfer::read): Describe qXfer:traceframe-info:read.
3506 (Traceframe Info Format): New section.
3507
cef35b0f
PA
35082011-02-04 Pedro Alves <pedro@codesourcery.com>
3509
3510 * gdbint.texinfo (Formatting): Mention some formatting guidelines
3511 for casts and unary operators.
3512
f1cbe1d3
TT
35132011-02-04 Tom Tromey <tromey@redhat.com>
3514
3515 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
3516 is not useful.
3517
585fdaa1
PA
35182011-01-25 Pedro Alves <pedro@codesourcery.com>
3519
3520 * gdb.texinfo: s/value optimized out/optimized out/g
3521
7bfc9434
JB
35222011-01-21 Joel Brobecker <brobecker@adacore.com>
3523
3524 * gdb.texinfo (Other Misc Settings): Rework part of the
3525 documentation of the "set interactive mode" command.
3526
4694da01
TT
35272011-01-19 Tom Tromey <tromey@redhat.com>
3528
3529 * gdb.texinfo (Threads): Document thread name output and `thread
3530 name' command.
3531 (Threads In Python): Document Thread.name attribute.
3532 (GDB/MI Thread Commands): Document thread attributes.
3533
b716877b
AB
35342011-01-12 Andrew Burgess <aburgess@broadcom.com>
3535
3536 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
3537 changes in mi/mi-cmd-disas.c
3538
13fd8b81
TT
35392011-01-12 Tom Tromey <tromey@redhat.com>
3540
3541 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
3542 Fix "thread apply" text.
3543
e09342b5
TJB
35442011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3545 Thiago Jung Bauermann <bauerman@br.ibm.com>
3546
3547 Implement support for PowerPC BookE ranged watchpoints.
3548 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
3549 the "set powerpc exact-watchpoints" flag.
3550
06e65f44
TT
35512011-01-07 Tom Tromey <tromey@redhat.com>
3552
3553 * gdb.texinfo (Python API): Add descriptions to @menu items.
3554
d8e22779
TT
35552011-01-06 Tom Tromey <tromey@redhat.com>
3556
3557 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
3558
a255712f
PP
35592010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
3560
e09342b5 3561 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 3562
ccfc3d6e
TT
35632011-01-06 Tom Tromey <tromey@redhat.com>
3564
3565 PR python/12133:
3566 * gdb.texinfo (Frames In Python): Document various frame
3567 constants.
3568
44944448
JB
35692011-01-05 Joel Brobecker <brobecker@adacore.com>
3570
3571 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
3572 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
3573 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
3574
42ea3d7a
JK
35752011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3576
3577 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
3578 (clean): Add GDBvn.texi.
3579
720d1a40
JB
35802010-12-29 Joel Brobecker <brobecker@adacore.com>
3581
3582 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
3583 occasional case where the debugger prints an array address
3584 instead of the array itself.
3585
ad196637
PA
35862010-12-23 Pedro Alves <pedro@codesourcery.com>
3587
3588 * gdb.texinfo (Packets) <read registers packet>: Document support
3589 for registers that were not collected.
3590
a86caf66
DE
35912010-12-15 Doug Evans <dje@google.com>
3592
3593 * gdb.texinfo (Startup): Document auto-loading of scripts during
3594 startup.
3595 (Auto-loading): Delete "maint set python auto-load on|off".
3596 Add "set auto-load-scripts on|off".
3597
aae1c79a
DE
35982010-12-07 Doug Evans <dje@google.com>
3599
3600 * gdb.texinfo (Mode Options): Document -data-directory.
3601 (Data Files): Add reference to -data-directory.
3602
4e04c971
DE
36032010-11-29 Doug Evans <dje@google.com>
3604
3605 * gdb.texinfo (Pretty-Printer Introduction): Change
3606 printer-name:subprinter-name to printer-name;subprinter-name.
3607
94b6973e
PM
36082010-11-29 Phil Muldoon <pmuldoon@redhat.com>
3609
72f4393d 3610 PR python/12199
94b6973e
PM
3611
3612 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
3613
39037522
TT
36142010-11-23 Tom Tromey <tromey@redhat.com>
3615
3616 * gdb.texinfo (Top): Check SYSTEM_READLINE.
3617 (Editing): Likewise.
3618 (Command History): Likewise.
3619 (TUI Keys): Likewise.
3620 (Bug Reporting): Conditionally include rluser.texi and
3621 inc-history.texinfo.
3622 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
3623 (GDB_DOC_SOURCE_INCLUDES): Add comment.
3624 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
3625 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
3626 (gdb.pdf): Likewise.
3627 (gdb.info): Likewise.
3628 (gdb/index.html): Likewise.
3629
5ae98d25
TT
36302010-11-23 Tom Tromey <tromey@redhat.com>
3631
3632 * Makefile.in (Makefile): Run ../config.status.
3633 (distclean): Update.
3634 * configure: Remove.
3635 * configure.ac: Remove.
3636
621c8364
TT
36372010-11-12 Tom Tromey <tromey@redhat.com>
3638
3639 * gdb.texinfo (Basic Python): Update. Add xref.
3640 (Exception Handling): Document new exception classes.
3641 (Types In Python): Update.
3642 (Frames In Python): Update.
3643
84f4c1fe
PM
36442010-11-11 Phil Muldoon <pmuldoon@redhat.com>
3645
3646 * gdb.texinfo (Breakpoints In Python): Document "internal"
3647 parameter, and visible attribute.
3648
99e7ae30
DE
36492010-11-05 Doug Evans <dje@google.com>
3650
3651 * gdb.texinfo (Source Path): Document "set directories".
3652
f4b8a18d
KW
36532010-11-05 Ken Werner <ken.werner@de.ibm.com>
3654
3655 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
3656 (OpenCL C): New node.
3657
7b51bc51
DE
36582010-11-02 Doug Evans <dje@google.com>
3659
3660 * gdb.texinfo (Pretty Printing): Expand into three sections,
3661 introduction, example, and commands.
3662 (Python API): Delete section Disabling Pretty-Printers, merge into
3663 Selecting Pretty-Printers.
3664 (Writing a Pretty-Printer): New section. Move the pretty-printer
3665 example here, and reformat to match python coding style. Add a second
3666 example using the gdb.printing module.
3667 (Python modules): Add gdb.printing.
3668
9eeee977
DE
36692010-10-29 Doug Evans <dje@google.com>
3670
3671 * gdb.texinfo (Python): Fix long line.
3672
a0e0ffdf
DE
36732010-10-20 Doug Evans <dje@google.com>
3674
3675 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
3676 All references updated. Correct sections marked as subsections.
3677 (Coding Standards): New chapter. Move the coding standard related
3678 subsections here. Add section on Python coding standards.
3679
0e3509db
DE
36802010-10-13 Doug Evans <dje@google.com>
3681
3682 * gdb.texinfo (Python): Add "Python modules".
3683 (Types in Python): Add reference to gdb.types section.
3684 (Python modules): New node.
3685
44592cc4
DE
36862010-10-11 Doug Evans <dje@google.com>
3687
3688 * gdb.texinfo (Values From Inferior): Add reference to "Types in
3689 Python" from gdb.Value.type description.
3690
6e1bb179
JB
36912010-09-28 Joel Brobecker <brobecker@adacore.com>
3692
3693 * gdb.texinfo (Ravenscar Profile): New node.
3694
e8467610
TT
36952010-09-22 Tom Tromey <tromey@redhat.com>
3696
3697 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
3698
fccd1d1e
EZ
36992010-09-22 Eli Zaretskii <eliz@gnu.org>
3700
3701 * gdb.texinfo (Values From Inferior): Clarify that
3702 value.dynamic_type works only in C++ programs with RTTI.
3703
c1b6b909
TT
37042010-09-15 Paul Bolle <pebolle@tiscali.nl>
3705
3706 * gdb.texinfo (Character Sets): Correctly reference host-charset
3707 in example.
3708
7d288aaa
TT
37092010-09-13 Tom Tromey <tromey@redhat.com>
3710
3711 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
3712 Document "fullname" and "from".
3713
f75d858b
MK
37142010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
3715
3716 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
3717 feature `reverse' output by -list-target-features.
3718
83b9503b
L
37192010-08-31 H.J. Lu <hongjiu.lu@intel.com>
3720
3721 * gdb.texinfo (i386 Features): Remove an extra "@item".
3722
03f17ccf
TT
37232010-08-30 Tom Tromey <tromey@redhat.com>
3724
3725 PR python/11792:
3726 * gdb.texinfo (Values From Inferior): Document dynamic_type.
3727
9779414d
DJ
37282010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
3729
3730 * gdb.texinfo (ARM Features): Document
3731 org.gnu.gdb.arm.m-profile.
3732
f9ffd4bb
TT
37332010-08-23 Tom Tromey <tromey@redhat.com>
3734
3735 PR python/11145:
3736 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
3737 reinterpret_cast methods.
3738
702c2711
TT
37392010-08-23 Tom Tromey <tromey@redhat.com>
3740
3741 PR python/11915:
3742 * gdb.texinfo (Types In Python): Document array method.
3743
66b73624
TJB
37442010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
3745
3746 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
3747
06a64a0b
TT
37482010-08-16 Tom Tromey <tromey@redhat.com>
3749
3750 * gdb.texinfo (Set Watchpoints): Document -location option.
3751
a3a7127e
DE
37522010-08-13 Doug Evans <dje@google.com>
3753
3754 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
3755
8dedea02
VP
37562010-08-13 Vladimir Prus <vladimir@codesourcery.com>
3757
3758 * gdb.texinfo (GDB/MI Data Manipulation): Document
3759 -data-read-memory-raw and -data-write-memory-raw.
3760
ca5c20b6 37612010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 3762 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
3763
3764 * gdb.texinfo (Basic Python): Describe post_event API.
3765
cb2e07a6
PM
37662010-08-11 Phil Muldoon <pmuldoon@redhat.com>
3767
3768 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 3769 decode_line Python APIs
cb2e07a6 3770
464b3efb
TT
37712010-08-10 Tom Tromey <tromey@redhat.com>
3772
3773 * gdb.texinfo (Pretty Printing API): Document
3774 gdb.default_visualizer.
3775
c29c521f
TT
37762010-08-10 Tom Tromey <tromey@redhat.com>
3777
3778 Revert gdb-add-index addition:
3779 * gdb.texinfo (Index Files): Don't document gdb-add-index.
3780
5da1313b
JK
37812010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3782 Eli Zaretskii <eliz@gnu.org>
3783
3784 * gdb.texinfo (Mode Options) <-batch>
3785 (Basic Python) <gdb.execute>: Describe setting width and height.
3786
02d868e8
PP
37872010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
3788
3789 * gdb.texinfo (Threads): Document 'debug libthread-db'.
3790
c2bbed2a
TT
37912010-07-30 Tom Tromey <tromey@redhat.com>
3792
3793 * gdb.texinfo (Index Files): Mention gdb-add-index.
3794
6c13bbe1
HZ
37952010-07-30 Hui Zhu <teawater@gmail.com>
3796
3797 * gdb.texinfo (Inferiors and Programs): Update the introduce of
3798 "detach inferior" and "kill inferior".
3799
53a71c06
CR
38002010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
3801
3802 * gdb.texinfo (Machine Code): Update description of two forms of
3803 arguments, and add new example to demonstrate the new form.
3804
5374244e
PM
38052010-07-27 Phil Muldoon <pmuldoon@redhat.com>
3806
3807 * gdb.texinfo (Values From Inferior): Add value inferior function
3808 call description.
3809
8ea5bce5
JK
38102010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3811
3812 * gdb.texinfo (Active Targets): Fix wrong comma placement.
3813
c0edd9ed
JK
38142010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3815 Eli Zaretskii <eliz@gnu.org>
3816
3817 Make core files the process_stratum.
3818 * gdb.texinfo (Active Targets): Remove core_stratum. Include
3819 record_stratum example.
3820
9291a0cd
TT
38212010-07-13 Tom Tromey <tromey@redhat.com>
3822
3823 * gdb.texinfo (Index Files): New node.
3824
f5011d11
TT
38252010-07-13 Tom Tromey <tromey@redhat.com>
3826
3827 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
3828
0f5238ed
TT
38292010-07-13 Tom Tromey <tromey@redhat.com>
3830
3831 * gdb.texinfo (Specify Location): Document labels.
3832
74c761c1
PA
38332010-07-01 Pedro Alves <pedro@codesourcery.com>
3834
3835 * gdb.texinfo (Create and Delete Tracepoints): Add more index
3836 entries for fast tracepoints and static tracepoints.
3837
501994c0
PA
38382010-07-01 Pedro Alves <pedro@codesourcery.com>
3839
3840 * gdb.texinfo (General Query Packets) <qfThreadInfo,
3841 qsThreadInfo>: Spell out `l' as ell.
3842
0fb4aa4b
PA
38432010-07-01 Pedro Alves <pedro@codesourcery.com>
3844
3845 * gdb.texinfo (Convenience Variables): Document $_sdata.
3846 (Commands to Set Tracepoints): Describe static tracepoints. Add
3847 `Listing Static Tracepoint Markers' menu entry. Document
3848 "strace".
3849 (Tracepoint Action Lists): Document collecting $_sdata.
3850 (Listing Static Tracepoint Markers): New subsection.
3851 (Tracepoints support in gdbserver): Mention static tracepoints.
3852 (remote packets, enabling and disabling): Mention
3853 read-sdata-object.
3854 (General Query Packets) <qSupported>: Document qXfer:sdata:read
3855 and StaticTracepoint.
3856 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
3857 Document qXfer:sdata:read.
3858 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
3859
dc3b15be
JB
38602010-06-29 Joel Brobecker <brobecker@adacore.com>
3861
3862 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
3863
595939de
PM
38642010-06-28 Phil Muldoon <pmuldoon@redhat.com>
3865 Tom Tromey <tromey@redhat.com>
3866 Thiago Jung Bauermann <bauerman@br.ibm.com>
3867
3868 * gdb.texinfo (Inferiors In Python): New node.
3869 * gdb.texinfo (Threads In Python): New node.
3870
9279c692
JB
38712010-06-28 Joel Brobecker <brobecker@adacore.com>
3872
3873 * gdb.texinfo (Python): Document what the python directory is
3874 and what its location is.
3875 (Basic Python): Document the gdb.PYTHONDIR constant.
3876
bc9f0842
TT
38772010-06-25 Tom Tromey <tromey@redhat.com>
3878
3879 PR python/10808:
3880 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
3881
f1421989
HZ
38822010-06-24 Hui Zhu <teawater@gmail.com>
3883
3884 * gdb.texinfo: (Commands for Controlled Output): Add
3885 documentation for command "eval".
3886
e4c0cfae
SS
38872010-06-21 Stan Shebs <stan@codesourcery.com>
3888
3889 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
3890 * annotate.texinfo: Ditto.
3891 * gdbint.texinfo: Ditto.
3892 * stabs.texinfo: Ditto.
3893
bb08c432
HZ
38942010-06-22 Hui Zhu <teawater@gmail.com>
3895
3896 * gdb.texinfo: (Process Record and Replay): Add documentation
3897 for command "set record memory-query".
3898
4f5d9f07
SS
38992010-06-21 Stan Shebs <stan@codesourcery.com>
3900
3901 * gdb.texinfo: Relicense under GFDL version 1.3.
3902 * annotate.texinfo: Relicense under GFDL version 1.3.
3903 * gdbint.texinfo: Relicense under GFDL version 1.3.
3904 * stabs.texinfo: Relicense under GFDL version 1.3.
3905 * fdl.texi: Update to version 1.3.
3906
6aed2dbc
SS
39072010-06-18 Stan Shebs <stan@codesourcery.com>
3908
a61408f8
SS
3909 * gdb.texinfo (Operating System Auxiliary Information): Describe
3910 "info os" when no arguments given.
3911
6aed2dbc
SS
3912 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
3913 $_thread.
3914
24e933df
HZ
39152010-06-18 Hui Zhu <teawater@gmail.com>
3916
3917 * gdb.texinfo: (Process Record and Replay): Add documentation
3918 for commands "record save" and "record restore".
3919
65d79d4b
SDJ
39202010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3921
3922 * gdb.texinfo: Include information about the correct use
3923 of addresses in the `watch' command.
3924
d914c394
SS
39252010-06-11 Stan Shebs <stan@codesourcery.com>
3926
3927 * gdb.texinfo (Observer Mode): New section.
3928 (General Query Packets): Document QAllow.
889bf7c5 3929
967cf477
DE
39302010-06-04 Doug Evans <dje@google.com>
3931
3932 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
3933
aaf4119b
DE
39342010-06-03 Doug Evans <dje@google.com>
3935
3936 * gdbint.texinfo (Coding): Add subsection on command names.
3937
9eae7c52
TT
39382010-06-02 Tom Tromey <tromey@redhat.com>
3939
3940 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
3941 always-disassemble.
3942
fa593d66
PA
39432010-06-01 Pedro Alves <pedro@codesourcery.com>
3944
3945 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
3946 gdbserver, and add cross reference.
3947 (Tracepoints support in gdbserver): New subsection.
3948
dde08ee1
PA
39492010-05-26 Pedro Alves <pedro@codesourcery.com>
3950
3951 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
3952 `qRelocInsn' feature.
3953 (Relocate instruction reply packet): New subsection
3954 of `Tracepoint Packets'.
3955 (Tracepoint Packets): Mention that packets QTDP and QTStart
3956 support the qRelocInsn request, and add cross reference to new
3957 subsection.
3958
07ca107c
DE
39592010-05-25 Doug Evans <dje@google.com>
3960
3961 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
3962 (Commands In Python): Document gdb.string_to_argv.
3963
c25c4a8b
JK
39642010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3965
3966 * gdbint.texinfo (Host Definition): Remove items NORETURN and
3967 ATTR_NORETURN.
3968
d7b32ed3 39692010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
3970 Tom Tromey <tromey@redhat.com>
3971 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 3972
c25c4a8b 3973 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 3974
6aecb9c2
JB
39752010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
3976
3977 * gdb.texinfo: (Summary) Add mention about D language support.
3978 (Filenames): Add D suffixes.
3979 (D): New node.
3980
b7da9e9f
PM
39812010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
3982
3983 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
3984 of macro deleted from GDB code.
3985
ab38a727
PA
39862010-04-24 Pedro Alves <pedro@codesourcery.com>
3987
3988 * gdb.texinfo (Commands to specify files): Describe what how GDB
3989 looks up DOS-based filesystem paths on the system root. Document
3990 the new `set/show target-file-system-kind' commands.
3991
66d09542
DE
39922010-04-23 Doug Evans <dje@google.com>
3993
3994 * gdb.texinfo (Python): Move Auto-loading section here ...
3995 (Python API): from here.
3996 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
3997 (Maintenance Commands): Add docs for "maint print section-scripts".
3998
8bd10a10
CM
39992010-04-20 Chris Moller <cmoller@redhat.com>
4000
4001 * gdb.texinfo (Setting Breakpoints): Added description of
4002 filename-qualified rbreak.
4003 * refcard.tex (Breakpoints and Watchpoints): Added brief
4004 description of filename-qualified rbreak.
4005
4c374409
JK
40062010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4007
4008 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
4009 (Python API): Change the reference to Pretty Printing API.
4010 (Pretty Printing): Move the user part under the Data node. Reformat
4011 the sample output to 72 columns. Create a new reference to Pretty
4012 Printing API. Rename the API part ...
4013 (Pretty Printing API): To a new node name.
4014 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
4015 (GDB/MI Variable Objects): Change references to Pretty Printing API.
4016
5a9351ae
SS
40172010-04-21 Stan Shebs <stan@codesourcery.com>
4018
4019 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 4020 and commands.
5a9351ae 4021 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 4022
9a22f0d0
PM
40232010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4024
4025 * gdb.texinfo (Examining memory): Update for change in string
4026 display with explicit size.
4027
6149aea9
PA
40282010-04-19 Pedro Alves <pedro@codesourcery.com>
4029
4030 PR breakpoints/8554.
4031
4032 * gdb.texinfo (Save Breakpoints): New node.
4033 (save-tracepoints): Rename to ...
4034 (save tracepoints): ... this. Mention that `save-tracepoints' is
4035 a deprecated alias to `save tracepoints'.
4036
711e434b
PM
40372010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
4038
645797a8 4039 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
4040 (info w32 thread-information-block): Document new command.
4041 (qGetTIBAddress): Document new gdbserver query.
4042 (maint set/show show-all-tib): Document new command.
4043
3f7b2faa
DE
40442010-04-15 Doug Evans <dje@google.com>
4045
fa33c3cd
DE
4046 * gdb.texinfo (Python API): Add progspaces section.
4047 (Selecting Pretty-Printers): Progspace pretty-printers are
4048 searched too.
4049 (Progspaces In Python): New section.
4050
3f7b2faa
DE
4051 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
4052
79f283fe
PM
40532010-04-14 Phil Muldoon <pmuldoon@redhat.com>
4054
4055 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
4056 returns None.
4057
87290684
SS
40582010-04-09 Stan Shebs <stan@codesourcery.com>
4059
4060 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4061 Describe the `frames-created' field, tweak grammar.
4062
a97153c7
PA
40632010-04-09 Pedro Alves <pedro@codesourcery.com>
4064
4065 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4066 Describe the `circular' and `disconnected' fields.
4067
5c5dcc1b
L
40682010-04-09 H.J. Lu <hongjiu.lu@intel.com>
4069
4070 * gdb.texinfo (maint print registers): Mention unavailable and
4071 invisible registers.
4072
adc36818
PM
40732010-04-09 Phil Muldoon <pmuldoon@redhat.com>
4074 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 4075 Tom Tromey <tromey@redhat.com>
adc36818
PM
4076
4077 * gdb.texinfo (Breakpoints In Python): New Node.
4078
33da3f1c
SS
40792010-04-08 Stan Shebs <stan@codesourcery.com>
4080
4081 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
4082 trace status fields.
4083
3a13a53b
L
40842010-04-08 H.J. Lu <hongjiu.lu@intel.com>
4085
4086 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
4087 optional. Make org.gnu.gdb.i386.avx requires
4088 org.gnu.gdb.i386.avx.
4089
08001717
DE
40902010-04-08 Doug Evans <dje@google.com>
4091
4092 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
4093 search path, and document that gdb only scans the search path if
4094 the script's path doesn't specify a directory.
4095
c375651d
DE
40962010-04-05 Doug Evans <dje@google.com>
4097
4098 * gdb.texinfo (maint show python auto-load): Fix typo.
4099
af54718e
SS
41002010-04-04 Stan Shebs <stan@codesourcery.com>
4101
d77f58be
SS
4102 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
4103 (Setting Watchpoints): Update description of "info watch".
4104 (Disabling Breakpoints): Only "info break" lists all.
4105
af54718e
SS
4106 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
4107 (tdump): Explain how tdump works.
4108
86b17b60
PA
41092010-04-01 Pedro Alves <pedro@codesourcery.com>
4110
4111 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
4112 add cross reference.
4113
ff12863f
PA
41142010-03-31 Pedro Alves <pedro@codesourcery.com>
4115
4116 * gdb.texinfo (TUI Commands): Mention that in some cases, these
4117 commands error out.
4118
f68eb612
L
41192010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4120
4121 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
4122
c8d5aac9
L
41232010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4124
4125 * gdb.texinfo (General Query Packets): Add xmlRegisters.
4126
7d13fe92
SS
41272010-03-29 Stan Shebs <stan@codesourcery.com>
4128 Nathan Sidwell <nathan@codesourcery.com>
4129
4130 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
4131 GDBN equivalent.
4132 (Set Tracepoints): Remove mention that conditional tracepoints
4133 don't exist.
4134 (Tracepoint Actions): Clarify when while-stepping collection
4135 happens, note that while-stepping does not automatically collect
4136 $pc.
4137
409873ef 41382010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 4139
409873ef
SS
4140 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
4141 (General Query Packets): Describe TracepointSource.
4142
ee8e71d4
EZ
41432010-03-27 Matt Rice <ratmice@gmail.com>
4144
c8d5aac9
L
4145 * gdb.texinfo (ARM): Document arguments to "target sim".
4146 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 4147
99b5e152
PA
41482010-03-26 Pedro Alves <pedro@codesourcery.com>
4149
4150 * gdb.texinfo (Tracepoint Packets): Remove mention that
4151 terror:string may be plain text, and drop mention of X prefix.
4152
cd64ee31
VP
41532010-03-26 Vladimir Prus <vladimir@codesourcery.com>
4154
4155 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
4156
6c28cbf2
SS
41572010-03-24 Stan Shebs <stan@codesourcery.com>
4158
4159 * gdb.texinfo (Tracepoint Packets): Document trace error status.
4160
95a42b64
TT
41612010-03-24 Tom Tromey <tromey@redhat.com>
4162
4163 PR breakpoints/9352:
4164 * gdb.texinfo (Break Commands): Update.
4165
18148017
VP
41662010-03-24 Vladimir Prus <vladimir@codesourcery.com>
4167
4168 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
4169 commands.
4170
4daf5ac0
SS
41712010-03-16 Stan Shebs <stan@codesourcery.com>
4172
4173 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
4174 circular-trace-buffer.
4175 (Tracepoint Packets): Describe QTBuffer, and details of the
4176 qTStatus reply.
4177
c9429232
SS
41782010-03-12 Stan Shebs <stan@codesourcery.com>
4179 Nathan Sidwell <nathan@codesourcery.com>
4180
4181 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
4182 doing instruction stepping.
4183 (Tracepoint Restrictions): New node.
4184
ccefe4c4
TT
41852010-03-10 Tom Tromey <tromey@redhat.com>
4186
4187 * gdbint.texinfo (Symbol Handling): Update.
4188
7c953934
TT
41892010-03-08 Tom Tromey <tromey@redhat.com>
4190
4191 PR cli/9591:
4192 * gdb.texinfo (Mode Options): Mention lack of pagination and
4193 confirmation with --batch.
4194 (Screen Size): Mention --batch.
4195 (Messages/Warnings): Likewise.
4196
f870a310
TT
41972010-03-05 Tom Tromey <tromey@redhat.com>
4198
4199 * gdb.texinfo (Basic Python): Document target_charset and
4200 target_wide_charset.
4201
78e2826b
TT
42022010-03-05 Tom Tromey <tromey@redhat.com>
4203
4204 * gdb.texinfo (Data): Link to pretty-printing.
4205 (Output Formats): Likewise. Correct text.
4206
f5dff777
DJ
42072010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
4208
4209 * gdb.texinfo (Types): Describe <struct> and <flags>.
4210
dc00d89f
PM
42112010-02-28 Phil Muldoon <pmuldoon@redhat.com>
4212
4213 * gdb.texinfo (Frames In Python): Add block parameter and
4214 description to read_var text.
4215
5107b149 42162010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 4217 Tom Tromey <tromey@redhat.com>
5107b149
PM
4218
4219 * gdb.texinfo (Types In Python): Describe block argument in
4220 template_argument and gdb.lookup_type.
4221
e03e5e7b
TT
42222010-02-24 Tom Tromey <tromey@redhat.com>
4223
4224 * gdb.texinfo (Cygwin Native): Fix typo.
4225
f3e9a817
PM
42262010-02-24 Phil Muldoon <pmuldoon@redhat.com>
4227
4228 * gdb.texinfo (Frames In Python): Add block, find_sal, function
4229 and select method descriptions.
4230 (Python API): Add Blocks In Python, Symbols in Python and Symbol
4231 Tables in Python to menu.
4232 (Blocks In Python): New node.
4233 (Symbols In Python): New node.
4234 (Symbol Tables in Python): New node.
4235
a79b8f6e
VP
42362010-02-24 Vladimir Prus <vladimir@codesourcery.com>
4237
4238 Multiexec MI
4239
4240 gdb/
4241 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
4242
4243 gdb/doc/
4244 * gdb.texinfo (GDB/MI Command Syntax): Document notification
4245 changes.
4246 (GDB/MI Program Execution): Document current behaviour of
4247 --all and --thread-group.
4248 (GDB/MI Miscellaneous Commands): Document -add-inferior and
4249 -remove-inferior.
4250 * observer.texi (inferior_added, inferior_removed): New
4251 observers.
4252
629d6a47
TT
42532010-02-19 Tom Tromey <tromey@redhat.com>
4254
4255 * gdbint.texinfo (Getting Started): Fix @node.
4256 (Debugging GDB): Likewise.
4257
c09529e5
JB
42582010-02-13 Joel Brobecker <brobecker@adacore.com>
4259
4260 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
4261 documenting the gdb_test_timeout variable.
4262
540aa8e7
MS
42632010-02-12 Jakob Engblom <jakob@virtutech.com>
4264
4265 * gdb.texinfo (MI commands): Added documentation of --reverse
4266 option to a set of MI commands. Restructured documentation of MI
4267 commands --exec-continue to reflect the complexity of reverse
4268 execution.
4269
081dfbf7
PA
42702010-02-12 Pedro Alves <pedro@codesourcery.com>
4271
4272 * gdb.texinfo (Using the Collected Data): Specify that the address
4273 range of `tfind outsize' is exclusive, and that the address range
4274 of `tfind range' is inclusive.
4275 (Tracepoint Packets): Specify that the address range of
4276 `QTFrame:range' is inclusive, and that the address range of
4277 `QTFrame:outside' is exclusive
4278
8e9c5e02
VP
42792010-02-12 Vladimir Prus <vladimir@codesourcery.com>
4280
4281 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
4282
92981e24
TT
42832010-02-10 Tom Tromey <tromey@redhat.com>
4284
4285 * gdb.texinfo (Debugging Output): Document set debug parser and
4286 show debug parser.
4287
075b51b7
L
42882010-02-09 H.J. Lu <hongjiu.lu@intel.com>
4289
4290 * gdb.texinfo (Predefined Target Types): Add i387_ext,
4291 i386_eflags and i386_mxcsr.
4292
3bb8d5c3
L
42932010-02-08 H.J. Lu <hongjiu.lu@intel.com>
4294
4295 * gdb.texinfo: Document i386 target features.
4296
c5f80513
DE
42972010-02-05 Doug Evans <dje@google.com>
4298
4299 * gdbint.texinfo (Testsuite): Add a new section to document the
4300 various DejaGnu variables that may be overridden.
1be00882 4301 Document INTERNAL_GDBFLAGS.
c5f80513 4302
6ac33a4e
TT
43032010-02-04 Tom Tromey <tromey@redhat.com>
4304
4305 PR cli/8830:
4306 * gdb.texinfo (Files): -readnow comes before the filename for file
4307 and symbol-file.
4308
a1dcb23a
DJ
43092010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4310
4311 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
4312 Document ARM breakpoint types.
4313 (Register Packet Format): Move into the new section.
4314 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
4315
95433b34
JB
43162010-01-21 Joel Brobecker <brobecker@adacore.com>
4317
4318 * gdb.texinfo (File Options): Adjust the documentation of this
4319 switch to refer to the "source" command rather than partially
4320 duplicating some of the relevant information.
4321 (Extending GDB): Introduce and document the set/show script-extension
4322 setting.
4323 (Command Files): Add note explaining that the "source" command
4324 is also used to evalute scripts written in other languages.
4325 Remove the short slightly incorrect reference to sourcing Python
4326 scripts.
4327 (Python Commands): Document how to execute a Python script from GDB.
4328
8d576872
JB
43292010-01-19 Joel Brobecker <brobecker@adacore.com>
4330
4331 * gdb.texinfo (Command Files): Fix typo.
4332
8150ff9c
JB
43332010-01-18 Tom Tromey <tromey@redhat.com>
4334
4335 * gdb.texinfo (File Options): Document -x on .py files.
4336 (Command Files): Document handling of Python scripts.
4337
23db03a6
JZ
43382010-01-18 Jie Zhang <jie.zhang@analog.com>
4339
4340 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
4341
00bf0b85
SS
43422010-01-15 Stan Shebs <stan@codesourcery.com>
4343
4344 * gdb.texinfo (Trace Files): New section.
4345 (Tracepoint Packets): Document QTSave and qTBuffer.
4346 (Trace File Format): New appendix.
4347
be759fcf
PM
43482010-01-13 Phil Muldoon <pmuldoon@redhat.com>
4349
4350 * gdb.texinfo (Values From Inferior): Document lazy_string value
4351 method.
4352 (Python API): Add Lazy strings menu item.
4353 (Lazy Strings In Python): New node.
4354
dc146f7c
VP
43552010-01-13 Vladimir Prus <vladimir@codesourcery.com>
4356
4357 * gdb.texinfo (GDB/MI Thread Information): New.
4358 (GDB/MI Async Records): Document the core field in *stopped.
4359 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
4360 documentation
4361 (Process list): Document that osdata document may contain
4362 threads.
4363 (Remote Serial Protocol): Document qXfer:threads.
4364
d5551862
SS
43652010-01-06 Stan Shebs <stan@codesourcery.com>
4366
4367 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4368 disconnected tracing.
4369 (Tracepoint Packets): Document new protocol.
4370
7a697b8d
SS
43712010-01-05 Stan Shebs <stan@codesourcery.com>
4372
4373 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
4374 tracepoints.
4375 (Tracepoint Packets): Describe remote protocol for fast
4376 tracepoints.
4377
e6f3ec50
JB
43782010-01-01 Joel Brobecker <brobecker@adacore.com>
4379
4380 Update the "Start of New Year Procedure".
4381 * gdbint.texinfo: Add the list of files that need to be updated
4382 manually. Minor reformatting.
4383
ddc4e9c1
JB
43842010-01-01 Joel Brobecker <brobecker@adacore.com>
4385
4386 * refcard.tex: Update copyright year in header and text.
4387
9d2897ad
JB
43882010-01-01 Joel Brobecker <brobecker@adacore.com>
4389
4390 * agentexpr.texi: Add 2010 to the list of copyright years.
4391 * annotate.texinfo: Likewise.
4392 * gdb.texinfo: Likewise.
4393 * gdbint.texinfo: Likewise.
4394 * observer.texi: Likewise.
4395 * stabs.texinfo: Likewise.
4396
6da95a67
SS
43972009-12-31 Stan Shebs <stan@codesourcery.com>
4398
4399 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 4400
236f1d4d
SS
44012009-12-29 Stan Shebs <stan@codesourcery.com>
4402
4403 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 4404
f61e138d
SS
44052009-12-28 Stan Shebs <stan@codesourcery.com>
4406
4407 * gdb.texinfo (Trace State Variables): New section.
4408 (Tracepoint Packets): Describe trace state variable packets.
4409 * agentexpr.texi (Bytecode Descriptions): Describe trace state
4410 variable bytecodes.
4411
0fe7935b
DJ
44122009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
4413
4414 * gdb.texinfo (Symbols): "info variables" prints definitions, not
4415 declarations.
4416
a6b29f87
VP
44172009-12-21 Vladimir Prus <vladimir@codesourcery.com>
4418
4419 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
4420 -gdb-exit behaviour.
4421
5e4bde96
JB
44222009-12-20 Joel Brobecker <brobecker@adacore.com>
4423
4424 * gpl.texi: Update to version 3 of the GPL.
4425
a1715244
JB
44262009-12-20 Joel Brobecker <brobecker@adacore.com>
4427
4428 * Makefile.in: Update copyright header.
4429 * observer.texi: Fix the copyright header of the generated files.
4430
361ae042
PM
44312009-12-08 Phil Muldoon <pmuldoon@redhat.com>
4432
4433 * gdb.texinfo (Types In Python): Describe range function.
4434
bfd31e71
PM
44352009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
4436
4437 * gdb.texinfo (Types In Python): Describe "is_base_class".
4438
57a1d736
TT
44392009-12-03 Tom Tromey <tromey@redhat.com>
4440
4441 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
4442
8cebebb9
PP
44432009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
4444
4445 * observer.texi: New memory_changed observer.
4446
16af530a
TT
44472009-12-01 Tom Tromey <tromey@redhat.com>
4448
4449 * gdb.texinfo (Reverse Execution): Fix typo.
4450
b6199126
DJ
44512009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
4452
4453 PR gdb/8704
4454
4455 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
4456 are allowed after the breakpoint condition.
4457
7a6973ad
TT
44582009-11-23 Tom Tromey <tromey@redhat.com>
4459
4460 PR python/10782:
4461 * gdb.texinfo (Types In Python): Document Type.pointer.
4462
21a0512e
PP
44632009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
4464
4465 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 4466
a5832c8f
PA
44672009-11-11 Pedro Alves <pedro@codesourcery.com>
4468
4469 * agentexpr.texi (Tracing On Symmetrix): Delete section.
4470 (Using Agent Expressions): Delete cross reference.
4471
1eb7cd77
JB
44722009-11-07 Joel Brobecker <brobecker@adacore.com>
4473
4474 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
4475 and @settitle directives up to help makeinfo find them.
4476
24ddea62
JK
44772009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4478
4479 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
4480 (Auto-loading): Use plural and note one can use multiple components now.
4481
3afae151
VP
44822009-11-01 Vladimir Prus <vladimir@codesourcery.com>
4483
4484 * gdb.texinfo (GDB/MI Stack Manipulation): Make
4485 -stack-list-arguments have the same documentation for parameter
4486 as -stack-list-locals. Add comas.
4487
14ff2235
PM
44882009-10-27 Tom Tromey <tromey@redhat.com>
4489 Eli Zaretskii <eliz@gnu.org>
4490
c8d5aac9 4491 PR python/10781
14ff2235
PM
4492
4493 * gdb.texinfo (Values From Inferior): Document cast method.
4494
9c419145
PP
44952009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
4496
4497 * gdb.texinfo (Machine Code): Mention function name in disasssembly
4498 and adjust example.
889bf7c5 4499
29153c24
MS
45002009-10-22 Michael Snyder <msnyder@vmware.com>
4501
4502 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 4503 info record command. Also document the new save and restore
29153c24
MS
4504 commands.
4505
2b28d209
PP
45062009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
4507
4508 * gdb.texinfo (Machine Code): Mention current pc marker.
4509 (Memory): Likewise.
4510
6c95b8df
PA
45112009-10-19 Pedro Alves <pedro@codesourcery.com>
4512 Stan Shebs <stan@codesourcery.com>
4513
4514 * observer.texi (new_inferior): Rename to...
4515 (inferior_appeared): ... this.
4516
4517 * gdb.texinfo (Inferiors): Rename node to ...
4518 (Inferiors and Programs): ... this. Mention running multiple
4519 programs in the same debug session.
4520 <info inferiors>: Mention the new 'Executable' column if "info
4521 inferiors". Update examples. Document the "add-inferior",
4522 "clone-inferior", "remove-inferior" and "maint info
4523 program-spaces" commands.
4524 (Process): Rename node to...
4525 (Forks): ... this. Document "set|show follow-exec-mode".
4526
2f8132f3
MS
45272009-10-11 Michael Snyder <msnyder@vmware.com>
4528
4529 * gdb.texinfo (ReverseStep): Show default as "unsupported".
4530 (ReverseContinue): Ditto.
4531
cba4b2d3
PP
45322009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
4533
4534 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 4535
da082f17
JK
45362009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4537
4538 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
4539
08be9d71
ME
45402009-10-06 Michael Eager <eager@eagercon.com>
4541
4542 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
4543 (Embedded Processors): Add MicroBlaze.
4544 (MicroBlaze): New. Describe Xilinx MicroBlaze
4545
08a0efd0
PA
45462009-10-04 Pedro Alves <pedro@codesourcery.com>
4547
4548 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
4549
cbb8f428
EZ
45502009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
4551
4552 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
4553
30a4a70c
JB
45542009-09-23 Joel Brobecker <brobecker@adacore.com>
4555
4556 * observer.texi (solib_unloaded): Document explicitly the fact that
4557 this observer is called before the associated symbols are unloaded.
4558
b3372f91
VP
45592009-09-19 Vladimir Prus <vladimir@codesourcery.com>
4560
4561 * gdb.texinfo (GDB/MI Stack Manipulation): Document
4562 -stack-list-variables.
4563
f43030c4
TT
45642009-09-18 Tom Tromey <tromey@redhat.com>
4565
4566 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
4567 is experimental.
4568
ec7e75e7
PP
45692009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4570
4571 * gdb.texinfo (convenince variables): Mention
4572 $_siginfo could be empty.
f43030c4 4573
0cc7d26f
TT
45742009-09-15 Tom Tromey <tromey@redhat.com>
4575
4576 * gdb.texinfo (GDB/MI Variable Objects): Document
4577 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
4578 Expand -var-update documentation.
4579
a96d9b2e
SDJ
45802009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4581
4582 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
4583 feature.
4584
005ca36a
JB
45852009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
4586
4587 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
4588
0d772ac9
MS
45892009-09-10 Michael Snyder <msnyder@vmware.com>
4590
4591 * gdb.texinfo (qSupported): Mention new ReverseContinue and
4592 ReverseStep replies to the qSupported query.
4593
14fb1bac
JB
45942009-09-10 Joel Brobecker <brobecker@adacore.com>
4595
4596 Add documentation for set/show interactive-mode.
4597 * gdb.texinfo (Other Misc Settings): New node.
4598
29b090c0
DE
45992009-09-01 Doug Evans <dje@google.com>
4600
4601 * gdb.texinfo (Caching Data of Remote Targets): Add note on
4602 non-stop mode's affect on remote caching.
4603
4e5d721f
DE
46042009-08-31 Jacob Potter <jdpotter@google.com>
4605 Doug Evans <dje@google.com>
4606
4607 * gdb.texinfo (Caching Data of Remote Targets): Update text.
4608 Mark `set/show remotecache' options as obsolete.
4609 Document new `set/show stack-cache' option.
4610 Update text for `info dcache'.
4611
55333a84
DE
46122009-08-27 Doug Evans <dje@google.com>
4613
4614 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
4615 (Files): Add note on new optional regex arg to `info sharedlibrary'.
4616
bc3a0b4d
RW
46172009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4618
4619 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
4620 about autoconf.
4621
3a1ff0b6
PA
46222009-08-25 Pedro Alves <pedro@codesourcery.com>
4623
4624 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
4625 small example, and describe its columns. Replace "inferior-id" by
4626 "infno" throughout.
4627
81ecdfbb
RW
46282009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4629
af542c2e
RW
4630 * gdbint.texinfo (Releasing GDB): Point to
4631 README-maintainer-mode file for required autoconf version.
4632 * configure.ac: Do not substitute datarootdir, htmldir,
4633 pdfdir, docdir. Do not process --with-datarootdir,
4634 --with-htmldir, --with-pdfdir, --with-docdir.
4635 * configure: Regenerate.
4636
81ecdfbb
RW
4637 * configure: Regenerate.
4638
4efc6507
DE
46392009-08-20 Reid Kleckner <reid@kleckner.net>
4640
4641 * gdb.texinfo: Add chapter on JIT interface.
4642
43089a6e
NR
46432009-08-07 Nick Roberts <nickrob@snap.net.nz>
4644
4645 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 4646 confirmation request.
43089a6e 4647
99e008fe
EZ
46482009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
4649
c8d5aac9
L
4650 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
4651 CRC definitions.
99e008fe 4652
48cb2d85
VP
46532009-08-03 Vladimir Prus <vladimir@codesourcery.com>
4654
4655 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 4656 -break-commands.
48cb2d85 4657
ff1a52c6
UW
46582009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4659
4660 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4661 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
4662
3285f3fe
UW
46632009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4664
4665 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4666 "set spu stop-on-load" and "show spu stop-on-load" commands.
4667
e35359c5
UW
46682009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4669
4670 * gdb.texinfo (Target Descriptions): Document <compatible> element.
4671
58d6951d
DJ
46722009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
4673
4674 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
4675 org.gnu.gdb.arm.neon.
4676
08d16641
PA
46772009-07-20 Pedro Alves <pedro@codesourcery.com>
4678
4679 * gdb.texinfo (Target Description Format): Mention the new <osabi>
4680 optional element.
4681 (subsection OS ABI): New subsection.
4682
782b2b07
SS
46832009-07-14 Stan Shebs <stan@codesourcery.com>
4684
4685 * gdb.texinfo (Tracepoint Conditions): New section.
4686 (General Query Packets): Describe ConditionalTracepoints.
4687 (Tracepoint Packets): Describe condition field.
4688 (Maintenance Commands): Describe maint agent-eval.
4689 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
4690
9b117ef3
HZ
46912009-07-11 Hui Zhu <teawater@gmail.com>
4692
4693 * gdb.texinfo (disassemble): Add a new modifier /r
4694 to "disassemble" command to make it print the raw instructions
4695 in hex as well as in symbolic form.
4696
f5a33284
TT
46972009-07-09 Tom Tromey <tromey@redhat.com>
4698
4699 * gdbint.texinfo (Testsuite): Document parallel make check.
4700
812f7342
TT
47012009-07-09 Tom Tromey <tromey@redhat.com>
4702
4703 * gdbint.texinfo (Testsuite): Document test transcripts.
4704
fbb8f299
PM
47052009-07-10 Phil Muldoon <pmuldoon@redhat.com>
4706
4707 * gdb.texinfo (Values From Inferior): Add length parameter
4708 description.
4709
dd8f35ac
EZ
47102009-07-04 Chris Genly <chris@genly.us>
4711
4712 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
4713 in -var-list-children. Fix example according to what the code
4714 does.
4715
2277426b
PA
47162009-07-02 Pedro Alves <pedro@codesourcery.com>
4717
4718 * gdb.texinfo (Debugging multiple inferiors): Document the
4719 "inferior", "detach inferior" and "kill inferior" commands.
4720 (Debugging Programs with Multiple Processes): Adjust to mention
4721 generic "inferior" commands. Delete mention of "detach fork" and
4722 "delete fork". Cross reference to "Debugging multiple inferiors"
4723 section.
4724
a6d9a66e
UW
47252009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4726
5af949e3
UW
4727 * gdbint.texinfo (Item Output Functions): Update signature
4728 for ui_out_field_core_addr.
4729
47302009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4731
4732 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
4733 Update example code extrated from breakpoint.c.
4734
9901a55b 47352009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 4736
9901a55b
PP
4737 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
4738 MI commands.
4739 (GDB/MI Symbol Query): Likewise.
4740 (GDB/MI File Commands): Likewise.
4741 (GDB/MI File Transfer Commands): Likewise.
4742 (GDB/MI Target Manipulation): Likewise.
4743 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 4744
edb3359d
DJ
47452009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
4746
4747 * gdb.texinfo (Debugging Optimized Code): New chapter.
4748 (Compiling for Debugging): Reference it. Move some
4749 text to the new section.
4750
7cd1089b
PM
47512009-06-15 Phil Muldoon <pmuldoon@redhat.com>
4752
4753 * doc/gdb.texinfo (Calling): Document
4754 set-unwind-on-terminating-exception usage.
4755
d4db2f36
PA
47562009-06-11 Pedro Alves <pedro@codesourcery.com>
4757
4758 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
4759 command.
4760
d1a7880c
PA
47612009-06-07 Pedro Alves <pedro@codesourcery.com>
4762
4763 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
4764 references.
4765
473f94e6
UW
47662009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
4767
4768 * gdbint.texinfo: Rename formal parameters to gdbarch function
4769 protoypes from "current_gdbarch" to "gdbarch".
4770
8f500870
TT
47712009-05-28 Tom Tromey <tromey@redhat.com>
4772
4773 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
4774
b6313243
TT
47752009-05-27 Tom Tromey <tromey@redhat.com>
4776
4777 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
4778 feature.
4779 (GDB/MI Variable Objects): Document -var-set-visualizer.
4780
47812009-04-02 Tom Tromey <tromey@redhat.com>
4782
4783 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
4784 feature.
4785 (GDB/MI Variable Objects): Document -var-set-visualizer.
4786
a6bac58e
TT
47872009-05-27 Tom Tromey <tromey@redhat.com>
4788 Thiago Jung Bauermann <bauerman@br.ibm.com>
4789 Phil Muldoon <pmuldoon@redhat.com>
4790
4791 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
4792 (Pretty Printing): New node.
4793 (Selecting Pretty-Printers): Likewise.
4794 (Python API): Update.
4795 (Output Formats): Document /r format.
4796
2c74e833
TT
47972009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
4798 Tom Tromey <tromey@redhat.com>
4799
4800 * gdb.texinfo (Types In Python): New node.
4801 (Values From Inferior): "type" is now an attribute.
4802 (Python API): Update.
4803
89c73ade
TT
48042009-05-27 Tom Tromey <tromey@redhat.com>
4805 Thiago Jung Bauermann <bauerman@br.ibm.com>
4806 Phil Muldoon <pmuldoon@redhat.com>
4807
4808 * gdb.texinfo: Add @syncodeindex for `tp'.
4809 (Python API): Update.
4810 (Auto-loading): New node.
4811 (Objfiles In Python): New node.
4812
17a37d48
PP
48132009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
4814
4815 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 4816
6718376f
NR
48172009-05-15 Nick Roberts <nickrob@snap.net.nz>
4818
4819 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
4820
cbe54154
PA
48212009-05-12 Pedro Alves <pedro@codesourcery.com>
4822
4823 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
4824 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
4825 show show-debug-regs' docs.
4826
8e05493c
EZ
48272009-05-08 Eli Zaretskii <eliz@gnu.org>
4828
4829 * gdb.texinfo (Process Record and Replay): Add description of
4830 reverse execution.
4831
b39f4988
JB
48322009-05-07 Joel Brobecker <brobecker@adacore.com>
4833
4834 * gdbint.texinfo (Adding support for debugging core files): New node.
4835 (Native Debugging): Remove the ``Native core file Support'' section.
4836
a2311334
EZ
48372009-05-01 Eli Zaretskii <eliz@gnu.org>
4838
4839 * gdb.texinfo (Process Record and Replay): Improve and clarify.
4840 Add index entries.
4841
53cc454a 48422009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 4843 Michael Snyder <msnyder@vmware.com>
53cc454a 4844
a2311334
EZ
4845 * gdb.texinfo: (Process Record and Replay): Add documentation for
4846 process record and replay.
53cc454a 4847
484086b7
JK
48482009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4849
4850 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
4851 a new part on command-line defined macros.
4852
32ae1842
EZ
48532009-04-25 Eli Zaretskii <eliz@gnu.org>
4854
4855 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
4856 clarify the wording.
4857
b14b1491
TT
48582009-04-23 Tom Tromey <tromey@redhat.com>
4859
4860 * gdb.texinfo (Data Files): New node.
4861 (GDB Files): Update menu.
4862
5c1e86e1
JB
48632009-04-23 Joel Brobecker <brobecker@adacore.com>
4864
4865 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 4866 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 4867
83eba9b7
VP
48682009-04-22 Vladimir Prus <vladimir@codesourcery.com>
4869
4870 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
4871
e31198c4
HZ
48722009-04-22 Hui Zhu <teawater@gmail.com>
4873
4874 * gdb.texinfo (disassemble-next-line): Set the default of
4875 disassemble-next-line to off.
4876
26e251b6
JM
48772009-04-21 Joseph Myers <joseph@codesourcery.com>
4878
4879 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
4880 --with-htmldir): New.
4881 * configure: Regenerate.
4882 * Makefile.in (datarootdir, docdir): Define.
4883 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
4884 instead of $(SET_TEXINPUTS).
4885 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
4886 gdbint.info instead of $(SET_TEXINPUTS).
4887 (gdbint/index.html): Use same -I options as for building
4888 gdbint.info.
4889 (stabs.dvi, stabs.pdf): Use same -I options as for building
4890 stabs.info instead of $(SET_TEXINPUTS).
4891 (stabs/index.html): Use same -I options as for building
4892 stabs.info.
4893 (annotate.dvi, annotate.pdf): Use same -I options as for building
4894 annotate.info instead of $(SET_TEXINPUTS).
4895 (annotate/index.html): Use same -I options as for building
4896 annotate.info.
4897
eac35c4e
DD
48982009-04-21 David Daney <ddaney@caviumnetworks.com>
4899
4900 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
4901
29b0e8a2
JM
49022009-04-21 Joseph Myers <joseph@codesourcery.com>
4903
4904 * gdb.texinfo (Source Path): Document --with-relocated-sources.
4905
2b831889 49062009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 4907 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
4908
4909 * Makefile.in (MAKEHTML): Set to makeinfo --html.
4910 (MAKEHTMLFLAGS): Set to empty.
4911 (html__strip_dir): Define.
4912 (HTMLFILES): Define.
4913 (HTMLFILES_INSTALL): Define.
4914 (install-html): Copy new automake rule.
4915 (html): Depend on $(HTMLFILES).
4916 (gdb_toc.html): Rename to gdb/index.html.
4917 (gdbint_toc.html): Rename to gdbint/index.html.
4918 (stabs_toc.html): Rename to stabs/index.html.
4919 (annotate_toc.html): Rename to annotate/index.html.
4920
89a34d1b
JM
49212009-04-17 Carlos O'Donell <carlos@codesourcery.com>
4922
4923 * Makefile.in: Set pdfdir and htmldir from configure
4924 substitutions.
4925 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
4926 * configure: Regenerate.
4927
a2d5da46
JB
49282009-04-16 Joel Brobecker <brobecker@adacore.com>
4929
4930 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
4931 This macro is no longer used.
4932
732f6a93
TT
49332009-04-15 Tom Tromey <tromey@redhat.com>
4934
4935 * gdb.texinfo (Character Sets): Document default character set.
4936
87f9adc1
PM
49372009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
4938
4939 * gdbint.texinfo: Change server name from sources.redhat.com to
4940 sourceware.org throughout.
4941
2c88c651
JB
49422009-04-09 Joel Brobecker <brobecker@adacore.com>
4943
4944 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
4945 about a missing dot or coma after @xref.
4946
4f5376b2
JB
49472009-04-02 Joel Brobecker <brobecker@adacore.com>
4948
4949 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
4950 example, and add a small explanation about it.
4951 (Print Settings): Change the documentation of the "set print
4952 frame-arguments" to reflect the fact that the default is now "scalars".
4953
a0381d3a
JB
49542009-04-02 Joel Brobecker <brobecker@adacore.com>
4955
4956 * gdb.texinfo (Print Settings): Add kindex for command "set
4957 print frame-arguments".
4958
45ac276d
JB
49592009-03-31 Joel Brobecker <brobecker@adacore.com>
4960
4961 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
4962 breakpoints.
4963 (Set Breaks): Add reference to thread-specific and task-specific
4964 breakpoints.
4965
32cd1edc
JB
49662009-03-31 Joel Brobecker <brobecker@adacore.com>
4967
4968 * gdb.texinfo (Ada Tasks): Remove the documentation about
4969 the "Running" state, as this state has been eliminated.
4970 Now all runnable tasks are shown as "Runnable".
4971
1042e4c0
SS
49722009-03-30 Stan Shebs <stan@codesourcery.com>
4973
4974 * gdb.texinfo (Tracepoints): Describe tracepoints as a
4975 special case of breakpoints.
4976 (Enable and Disable Tracepoints): Mention deprecation.
4977 (Listing Tracepoints): Update description and example.
4978
f8f6f20b
TJB
49792009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
4980
4981 * gdb.texinfo (Frames in Python): New node.
4982 (Python API): Update.
4983
c0c6f777
TJB
49842009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
4985
4986 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
4987 from a method to an attribute.
4988
def2b000
TJB
49892009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
4990
4991 * gdb.texinfo (Values From Inferior): Document is_optimized_out
4992 attribute.
4993
a07daef3
PA
49942009-03-25 Pedro Alves <pedro@codesourcery.com>
4995
4996 * observer.texi (thread_exit): Add "silent" parameter.
4997
f3b1572e
PA
49982009-03-22 Pedro Alves <pedro@codesourcery.com>
4999
5000 * observer.texi (about_to_proceed): New.
5001
587afa38
EZ
50022009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
5003
5004 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
5005 field throughout to handle types with spaces in them. Fix typos
5006 found by aspell.
5007 (Summary, Requirements, Contributors): New first chapter,
5008 "Summary" added, old Requirements section moved there, and new
5009 section, "Contributors" added.
5010 (Initializing a New Architecture, Register Representation)
5011 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
5012 (Porting gdb): These sections extended and updated.
5013 (Compiler Characteristics): This section (empty) deleted.
5014 (Defining Other Architecture Features): This section renamed and
5015 duplicate material removed from (formerly "Target Conditionals").
5016 Use braces {} in @deftypeXX type field throughout to handle types
5017 with spaces in them. Typos found by aspell fixed.
5018
5019 * stack_frame.svg: New file, source of image for gdbint.texinfo.
5020 * stack_frame.pdf: Version of image for PDF output.
5021 * stack_frame.png: Version of image for HTML output and for Emacs.
5022 * stack_frame.txt: Version of image for Info output.
1db61298 5023 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 5024
10af6951
EZ
50252009-03-21 Eli Zaretskii <eliz@gnu.org>
5026
5027 * gdb.texinfo (Character Sets): Fix last change.
5028
cc924cad
TJB
50292009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
5030
5031 * gdb.texinfo (Values From Inferior): Fix optional arguments
5032 markup.
5033 (Commands In Python): Adjust argument names of gdb.Command.__init__
5034 to what the function accepts as keywords.
5035
bc3b79fd
TJB
50362008-03-20 Tom Tromey <tromey@redhat.com>
5037
5038 * gdb.texinfo (Convenience Vars): Document convenience functions.
5039 (Functions In Python): New node.
5040 (Python API): Update.
5041
6c7a06a3
TT
50422009-03-20 Tom Tromey <tromey@redhat.com>
5043
5044 * gdb.texinfo (Character Sets): Remove obsolete text. Document
5045 set target-wide-charset.
5046 (Requirements): Mention iconv.
5047
b646ddd4
HZ
50482009-03-17 Hui Zhu <teawater@gmail.com>
5049
5050 * gdb.texinfo: Change the introduce of "disassemble-next-line".
5051
91440f57
HZ
50522009-03-17 Hui Zhu <teawater@gmail.com>
5053
5054 * gdb.texinfo: Add documentation for disassemble-next-line.
5055
8fd41227
TJB
50562009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5057
5058 * gdb.texinfo (Commands In Python): Remove tindex entries.
5059
61ff14c6
JK
50602009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5061
5062 * gdb.texinfo (Returning): New description for missing debug info.
5063
0b16c5cf
PA
50642009-03-14 Pedro Alves <pedro@codesourcery.com>
5065
5066 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 5067 (General Query Packets): Document qAttached.
0b16c5cf 5068
32fc0df9
PA
50692009-03-05 Pedro Alves <pedro@codesourcery.com>
5070
5071 * gdb.texinfo (Background Execution): Better describe the set
5072 target-async command.
5073 (Maintenance Commands): Delete description of the `maint set/show
5074 linux-async' and `maint set/show remote-async' commands.
5075
134eb42c
VP
50762009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5077
5078 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
5079 between sentences.
5080
c86cf029
VP
50812009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5082
5083 * gdb.texinfo (GDB/MI Async Records): Document the
5084 =library-loaded and =library-unloaded notifications.
5085
3ea85240
VP
50862009-02-17 Vladimir Prus <vladimir@codesourcery.com>
5087
5088 * observer.texi (test_notification): New observer.
5089
1d33d6ba
VP
50902009-02-14 Vladimir Prus <vladimir@codesourcery.com>
5091
61ff14c6
JK
5092 * observer.texi: Add parameter 'print_frame' to normal_stop
5093 observer.
1d33d6ba 5094
d721c933
EZ
50952009-02-07 Eli Zaretskii <eliz@gnu.org>
5096
5097 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
5098 (Commands In Python): Fix COMMAND_* constants in last change. Use
5099 @kbd for interactive input. Add cross-references and index
5100 entries.
5101
4aa995e1
PA
51022009-02-06 Pedro Alves <pedro@codesourcery.com>
5103
5104 * gdb.texinfo (Signals): Document $_siginfo.
5105 (Convenience Variables): Mention $_siginfo.
5106 (Remote Configuration): Document qXfer:siginfo:read,
5107 qXfer:siginfo:write packets, and the read-siginfo-object,
5108 write-siginfo-object commands.
5109
5f5233d4
PA
51102009-02-06 Pedro Alves <pedro@codesourcery.com>
5111
5112 * gdbint.texinfo (Values): New chapter.
5113
d8906c6f
TJB
51142009-02-06 Tom Tromey <tromey@redhat.com>
5115
5116 * gdb.texinfo (Python API): Add entry for Commands In Python.
5117 (Commands In Python): New node.
5118
b6cb8e7d
TJB
51192009-02-05 Tom Tromey <tromey@redhat.com>
5120
5121 * gdb.texinfo (Values From Inferior): Document Value.string.
5122
12453b93
TJB
51232009-02-05 Tom Tromey <tromey@redhat.com>
5124
5125 * gdb.texinfo (Basic Python): Document execute's from_tty
5126 argument.
5127
08c637de
TJB
51282009-02-04 Tom Tromey <tromey@redhat.com>
5129
5130 * gdb.texinfo (Basic Python): Document gdb.history.
5131
592375cd
VP
51322009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5133
5134 * gdb.texinfo (GDB/MI Thread Commands): Document the
5135 'current-thread-id' field. Remove the example with zero threads,
5136 since current GDB won't ever report that if there's inferior.
5137
41447f92
VP
51382009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5139
5140 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
5141 option to -break-insert.
5142
098b41a6
JG
51432009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5144 Jerome Guitton <guitton@adacore.com>
5145
5146 * gdb.texinfo (Startup): Document --with-system-gdbinit.
5147 (System-wide configuration): New section.
5148
3c16cced
PA
51492009-01-26 Pedro Alves <pedro@codesourcery.com>
5150
5151 PR gdb/7580:
5152 * gdb.texinfo (Maintenance Commands): Document "maint set|show
5153 internal-error|internal-warning quit|corefile ask|yes|no".
5154
62709adf
PA
51552009-01-26 Pedro Alves <pedro@codesourcery.com>
5156
5157 * gdb.texinfo (Using the `gdbserver' Program): Document
5158 --remote-debug.
5159
7ce58dd2
DE
51602009-01-23 Doug Evans <dje@google.com>
5161
5162 * gdb.texinfo: Add nexti to list of commands that support
5163 background execution.
5164
adb483fe
DJ
51652009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
5166
5167 * gdb.texinfo (Define, Hooks): Document prefix command support.
5168
a67ec3f4 51692009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 5170 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
5171
5172 Fixes for makeinfo --html.
5173
5174 * annotate.texinfo: Use @copying and @insertcopying. Use
5175 @ifnottex in place of @ifinfo.
5176 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
5177 place of @ifinfo. Use @ifnotinfo for one index entry.
5178 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
5179 in place of @ifinfo.
5180 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
5181 in place of @ifinfo. Include contents at start unconditionally.
5182
84fcdf95
PA
51832009-01-13 Pedro Alves <pedro@codesourcery.com>
5184
5185 * gdb.texinfo (General Query Packets): Remove @var{} around the
5186 "spu" literal string.
5187
fa3a767f
PA
51882009-01-07 Pedro Alves <pedro@codesourcery.com>
5189
5190 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
5191 program may be running in another process" errors.
5192 * gdbint.texinfo (Native Conditionals): Delete
5193 ONE_PROCESS_WRITETEXT description.
5194
9cb011d3
JB
51952009-01-07 Joel Brobecker <brobecker@adacore.com>
5196
5197 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
5198 emacs local variable to be placed at the end of the ChangeLog.
5199 Add server.c and gdbreplay.c to the list of files where the
5200 copyright year needs to be updated.
5201
84603566
SL
52022009-01-06 Sandra Loosemore <sandra@codesourcery.com>
5203
5204 * gdb.texinfo (Remote Configuration): Document new
5205 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
5206 commands.
5207
a53f55d8
PA
52082008-12-28 Pedro Alves <pedro@codesourcery.com>
5209
5210 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
5211 FETCH_INFERIOR_REGISTERS.
5212 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
5213 FETCH_INFERIOR_REGISTERS descriptions. Remove
5214 gdbarch_get_longjmp_target descrition, since already described in
5215 Target Conditionals. Move gdbarch_fp0_regnum description to ...
5216 (Target Conditionals): ... here.
5217
077e0a52
JB
52182008-12-16 Joel Brobecker <brobecker@adacore.com>
5219
5220 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
5221 examples.
5222 (Additions to Ada): Likewise. Add the missing opening and closing
5223 parenthesis of the GDB prompt in one of the examples.
5224
023eb17c
JB
52252008-12-14 Joel Brobecker <brobecker@adacore.com>
5226
5227 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
5228 about the result of 'Address not being of type System.Address.
5229 This problem has been fixed a while ago.
5230
c3b108f7
VP
52312008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5232
5233 MI non-stop and multiprocess docs.
5234
c8d5aac9
L
5235 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
5236 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
5237 Adjust documentation for *stopped, document =thread-created,
5238 =thread-exited, =thread-group-created and =thread-group-exited.
5239 (GDB/MI Thread Commands): Document the 'state' field in
5240 -thread-info output.
5241 (GDB/MI Program Execution): Mention --all and --thread-group
5242 options.
5243 (GDB/MI Variable Objects): Describe floating and fixed variable
5244 objects.
5245 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 5246
07e059b5
VP
52472008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5248
c8d5aac9
L
5249 * gdb.texinfo (Operating System Information): New appendix.
5250 (Operating System Auxiliary Information): Document 'info os processes'
5251 (Remote Configuration): Document 'osdata'
5252 (General Query Packets): Document qXfer:osdata:read.
07e059b5 5253
a80b95ba
TG
52542008-11-27 Tristan Gingold <gingold@adacore.com>
5255
5256 * gdb.texinfo (Darwin): Document Darwin specific features.
5257
a655d424
JK
52582008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5259
5260 * gdbint.texinfo (Target Conditionals): Extend the
5261 gdbarch_breakpoint_from_pc description.
5262
249e1128
VP
52632008-11-22 Vladimir Prus <vladimir@codesourcery.com>
5264
5265 * gdb.texinfo (M68K Features): Fix typo.
5266
c14c28ba
PP
52672008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
5268
5269 * gdb.texinfo (Symbols): Mention printing containing
5270 image name in "info symbol".
5271 (Maint translate-address): Likewise.
889bf7c5 5272
394a6666
JB
52732008-11-18 Joel Brobecker <brobecker@adacore.com>
5274
5275 * gdb.texinfo (Set Catchpoints): Remove the documentation of
5276 commands "catch load" and "catch unload".
5277
66bb093b
VP
52782008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5279
5280 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 5281 =thread-selected.
889bf7c5 5282
4a92f99b
VP
52832008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5284
c8d5aac9 5285 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 5286
f0323ca0
PA
52872008-10-27 Pedro Alves <pedro@codesourcery.com>
5288
5289 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
5290 .mt files, TM_CLIBS or TM_CDEPS.
5291 (x86 Watchpoints): Don't mention TDEPFILES.
5292
8b23ecc4
SL
52932008-10-24 Sandra Loosemore <sandra@codesourcery.com>
5294
5295 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
5296 (Overview): Mention notifications and non-stop mode behavior.
5297 (Packets): Update documentation of ?, vAttach, vCont, and vRun
5298 with non-stop mode behavior. Add vStopped description.
5299 (Stop Reply Packets): Update list of packets that return
5300 stop replies. Mention non-stop behavior.
5301 (General Query Packets): Document QNonStop packet and associated
5302 qSupported query response.
5303 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
5304 behavior.
5305 (Notification Packets): New section.
5306 (Remote Non-Stop): New section.
5307 (File-I/O Overview): Mention non-stop behavior.
5308
fff08868
HZ
53092008-10-24 Hui Zhu <teawater@gmail.com>
5310 Pedro Alves <pedro@codesourcery.com>
5311
5312 * gdb.texinfo (displaced-stepping): Describe the auto mode
5313 setting, and say it's the default. This is now a mainstream
5314 setting instead of a maintenance setting.
5315
252fbfc8
PA
53162008-10-23 Pedro Alves <pedro@codesourcery.com>
5317
5318 * observer.texi (thread_stop_requested): New.
5319
20924a55
JB
53202008-10-22 Joel Brobecker <brobecker@adacore.com>
5321
5322 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
5323 (Patching): Replace incorrect usage of @samp by @kbd.
5324
bacec72f
MS
53252008-10-17 Michael Snyder <msnyder@vmware.com>
5326
5327 * gdb.texinfo: Add documentation for reverse execution.
5328
a08702d6 53292008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 5330 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
5331
5332 * gdb.texinfo. (Values From Inferior): New subsubsection.
5333
d97bc12b
DE
53342008-10-06 Doug Evans <dje@google.com>
5335
5336 * gdb.texinfo (set debug dwarf2-die): Document it.
5337
87f67dba
JB
53382008-10-01 Joel Brobecker <brobecker@adacore.com>
5339
5340 * gdb.texinfo (catch) [exception]: Document how to insert
5341 a breakpoint on user-defined exceptions when the exception
5342 name is identical to one of the language-defined ones.
5343
2fae03e8
TT
53442008-09-27 Tom Tromey <tromey@redhat.com>
5345
5346 * gdb.texinfo (Macros): Remove text about stringification,
5347 varargs, and splicing.
5348
5c6ce71d
TT
53492008-09-27 Tom Tromey <tromey@redhat.com>
5350
5351 * gdbint.texinfo (Language Support): Remove text about omitting
5352 support for a language.
5353
07128da0
DE
53542008-09-23 Doug Evans <dje@google.com>
5355
5356 * gdb.texinfo (info dcache): Update.
5357
b90a069a
SL
53582008-09-22 Sandra Loosemore <sandra@codesourcery.com>
5359
5360 * gdb.texinfo (Packets): Add info on thread-id syntax and
5361 multiprocess extensions.
5362 <D>: Document multiprocess form of packet.
5363 <H>: Use thread-id syntax.
5364 <T>: Likewise.
5365 <vCont>: Likewise. Note this is required for multiprocess.
5366 <vKill>: New packet.
5367 (Stop Reply Packets) <T>: Use thread-id syntax.
5368 <W>: Document multiprocess form of reply.
5369 <X>: Likewise.
5370 (General Query Packets) <qC>: Use thread-id syntax.
5371 <qfThreadInfo>: Likewise.
5372 <qGetTLSAddr>: Likewise.
5373 <qP>: Likewise.
5374 <qSupported>: Add "multiprocess" feature.
5375 <qThreadExtraInfo>: Use thread-id syntax.
5376
b77209e0
PA
53772008-09-22 Stan Shebs <stan@codesourcery.com>
5378
5379 * gdb.texinfo (Inferiors): New section.
5380
3d0bb823
PA
53812008-09-12 Pedro Alves <pedro@codesourcery.com>
5382
5383 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
5384
f8dcfc0a
UW
53852008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
5386
5387 * gdbint.texinfo (Target Conditionals): Remove documentation
5388 for gdbarch_name_of_malloc.
5389
8775bb90
MS
53902008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
5391
5392 * gdb.texinfo (Interrupts): Mention TCP interface for
5393 sending BREAK.
5394
f1838a98
UW
53952008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
5396
5397 * gdb.texinfo (Commands to Specify Files): Document "remote:"
5398 argument prefix to "set sysroot".
5399
158c7665
PH
54002008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
5401
5402 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
5403 and False.
5404
30e026bb
VP
54052008-08-20 Vladimir Prus <vladimir@codesourcery.com>
5406
c8d5aac9
L
5407 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
5408 for possible features of -list-features.
30e026bb 5409
c6ebd6cf
VP
54102008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5411
c8d5aac9 5412 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
5413 (GDB/MI Miscellaneous Commands): Document -list-target-features.
5414
aeac0ff9
VP
54152008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5416
5417 * doc/gdb.texinfo (PowerPC): Fix typo.
5418 (PowerPC features): Fix typo.
5419
5231c1fd
PA
54202008-08-18 Pedro Alves <pedro@codesourcery.com>
5421
5422 * observer.texi (thread_ptid_changed): New.
5423
677c5bb1
LM
54242008-08-18 Luis Machado <luisgpm@br.ibm.com>
5425
5426 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
5427 (PowerPC features): Mention feature set for VSX registers.
5428
f3a2dd1a
JB
54292008-08-13 Joel Brobecker <brobecker@adacore.com>
5430
5431 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
5432 the direct visibility of all names in user-written packages.
5433
33e5cbd6
PA
54342008-08-13 Pedro Alves <pedro@codesourcery.com>
5435
5436 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
5437 setting, and make it the default.
5438 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
5439 non-stop script example.
5440
d0384fc4
TJB
54412008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
5442
5443 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
5444 reference to the "Using Different Register and Memory Data
5445 Representation" section.
5446
a6f3e723
SL
54472008-08-12 Sandra Loosemore <sandra@codesourcery.com>
5448
5449 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
5450 (Remote Protocol): Add Packet Acknowledgment to menu.
5451 (Overview): Mention +/- can be disabled, and point to new section
5452 where this is discussed in detail.
5453 (General Query Packets): Document QStartNoAckMode packet, and
5454 corresponding qSupported reply.
5455 (Packet Acknowledgment): New section.
5456
0606b73b
SL
54572008-08-11 Sandra Loosemore <sandra@codesourcery.com>
5458 Pedro Alves <pedro@codesourcery.com>
5459
5460 * gdb.texinfo (Threads): Move paragraph about automatic thread
5461 selection to All-Stop Mode subsection.
5462 (Thread Stops): Reorganize existing material into subsections.
5463 Add introductory blurb and menu.
5464 (Non-Stop Mode): New subsection.
5465 (Background Execution): New subsection.
5466 (Maintenance Commands): Add cross-references from async mode
5467 commands to the new Background Execution section.
5468
d57a3c85
TJB
54692008-08-06 Tom Tromey <tromey@redhat.com>
5470
5471 * gdb.texinfo (Extending GDB): New chapter.
5472 (Sequences): Demoted chapter, now a section under the new
5473 Extending GDB chapter.
5474 (Python): New section.
5475
6d76a53d
SS
54762008-07-31 Stan Shebs <stan@codesourcery.com>
5477
5478 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
5479
1f70da6a
SS
54802008-07-29 Stan Shebs <stan@codesourcery.com>
5481
5482 * gdbint.texinfo: General round of cleanup and minor
5483 clarifications.
5484 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
5485 (Longjmp Support): Update description to reflect how it is done
5486 for targets without using native header.
5487 (Symbol Handling): Add a little more general explanation.
5488 (COFF, ELF): Mention stabs encapsulation.
5489 (DWARF 3): New section.
5490 (Adding a New Host): Scrub out some obsolete bits.
5491 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
5492 (Host Conditionals): Remove descriptions of NO_STD_REGS,
5493 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
5494 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
5495 SEEK_SET, STOP_SIGNAL, USG.
5496 (Raw and Virtual Register Representations): Ditto for
5497 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
5498 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
5499 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
5500 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
5501 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
5502 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
5503 DEPRECATED_REGISTER_VIRTUAL_SIZE,
5504 DEPRECATED_REGISTER_VIRTUAL_TYPE,
5505 DEPRECATED_USE_STRUCT_CONVENTION.
5506 Describe gdbarch_deprecated_fp_regnum.
5507 Update description of gdbarch_print_insn.
5508 (Adding a New Target): Scrub out obsolete bits.
5509 (Obsolete Conditionals): Remove entire section.
5510
383f836e
TT
55112008-07-25 Tom Tromey <tromey@redhat.com>
5512
5513 * observer.texi (GDB Observers): Document new observers:
5514 breakpoint_created, breakpoint_deleted, breakpoint_modified,
5515 tracepoint_created, tracepoint_deleted, tracepoint_modified,
5516 architecture_changed.
5517
cfd8ab24
SS
55182008-07-21 Stan Shebs <stan@codesourcery.com>
5519
5520 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
5521 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
5522
781b42b0
TT
55232008-07-21 Tom Tromey <tromey@redhat.com>
5524
5525 * observer.texi (GDB Observers): Remove obsolete comment.
5526 <executable_changed>: Remove argument.
5527
d7d9f01e
TT
55282008-07-18 Tom Tromey <tromey@redhat.com>
5529
5530 * gdb.texinfo (Macros): Update. Use @code rather than @command.
5531
bf250677
DE
55322008-07-10 Doug Evans <dje@google.com>
5533
5534 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
5535
10568435
JK
55362008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5537
5538 * gdb.texinfo (Starting): Document "set disable-randomization".
5539
5ae4183a
AS
55402008-07-07 Andreas Schwab <schwab@suse.de>
5541
5542 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
5543
b56e7235
VP
55442008-07-06 Vladimir Prus <vladimir@codesourcery.com>
5545
5546 * gdb.texinfo (GDB/MI Target Manipulation): Add
5547 example of -target-attach.
5548
e1ac3328
VP
55492008-06-10 Vladimir Prus <vladimir@codesourcery.com>
5550
5551 * observer.texi (target_resumed): New observer.
5ae4183a 5552 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 5553
65d12d83
TT
55542008-06-06 Tom Tromey <tromey@redhat.com>
5555
5556 * gdb.texinfo (Completion): Add field name example.
5557
fbc5282e
MK
55582008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
5559
5560 * gdb.texinfo (GDB/MI Program Context): Added example
5561 to -exec-arguments
5ae4183a 5562
fbc5282e 55632008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
5564
5565 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
5566 annotation.
5567
c16158bc 55682008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
5569 Nathan Sidwell <nathan@codesourcery.com>
5570 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
5571
5572 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
5573 and ACX_BUGURL.
5574 * configure: Regenerate.
5575 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
5576 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
5577 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
5578 mailing-list-specific text about bug reporting unless
5579 BUGURL_DEFAULT.
5580
75c99385
PA
55812008-06-05 Pedro Alves <pedro@codesourcery.com>
5582
5583 * gdb.texinfo (-target-select): Remove reference to target async.
5584 (Maintenance Commands): Document "maint set/show remote-async".
5585
1763a388
MK
55862008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
5587
5588 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
5589 in -target-file-get section.
5ae4183a 5590
d0d064df
PA
55912008-05-22 Pedro Alves <pedro@codesourcery.com>
5592
9b562ab8
PA
5593 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
5594 killing the inferior when it is already debugging a process.
d0d064df 5595
8dfa32fc
JB
55962008-05-21 Joel Brobecker <brobecker@adacore.com>
5597
5598 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
5599 abbreviation for "finish".
5600
55f996a7
NR
56012008-05-21 Nick Roberts <nickrob@snap.net.nz>
5602
5603 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
5604
ba2b1c56
DJ
56052008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5606
5607 * gdbint.texinfo (Target Conditionals): Delete entry for
5608 gdbarch_dwarf_reg_to_regnum.
5609
08388c79
DE
56102008-05-09 Doug Evans <dje@google.com>
5611
a3c83fae 5612 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 5613
d14508fe
DE
56142008-05-05 Doug Evans <dje@google.com>
5615
5616 * gdb.texinfo (disassemble): Document /m modifier.
5617
e2b7ddea
VP
56182008-05-05 Vladimir Prus <vladimir@codesourcery.com>
5619
5ae4183a
AS
5620 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
5621 will not report the time of commands that run the target.
e2b7ddea 5622
8eb41542
VP
56232008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5624
5625 * gdb.texinfo (GDB/MI Output Records): Add
5626 missing semicolon.
5627
82f68b1c
VP
56282008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5629
5630 * gdb.texinfo (GDB/MI Output Records):
5631 Document =thread-create and =thread-exited.
5632
fa0f268d
VP
56332008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5634
5635 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 5636 Remove mention of dmi-discuss.
fa0f268d 5637
063bfe2e
VP
56382008-05-03 Pedro Alves <pedro@codesourcery.com>
5639
5640 * observer.texi (thread_exit): New.
5641
237fc4c9
PA
56422008-05-02 Pedro Alves <pedro@codesourcery.com>
5643
5644 * gdb.texinfo (Debugging Output): Document "set/show debug
5645 displaced".
5646 (Maintenance Commands): Document "maint set/show
5647 can-use-displaced-stepping".
5648
0428b8f5
DJ
56492008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
5650
5651 * gdb.texinfo (ARM): Document set/show arm fallback-mode
5652 and set/show arm force-mode.
5653
5009afc5
AS
56542008-05-02 Andreas Schwab <schwab@suse.de>
5655
5656 * gdbint.texinfo (Algorithms): Describe
5657 target_watchpoint_addr_within_range.
5658
669fac23
DJ
56592008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
5660
5661 * gdbint.texinfo (Stack Frames): New chapter.
5662 (Algorithms): Move Frames text to the new chapter.
5663 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
5664 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
5665
721c02de
VP
56662008-04-24 Vladimir Prus <vladimir@codesourcery.com>
5667
5ae4183a
AS
5668 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
5669 output does not necessary include any tokens.
721c02de 5670
c055b101
CV
56712008-04-22 Corinna Vinschen <vinschen@redhat.com>
5672
5673 * gdb.texinfo (Set SH Calling convention): New @item.
5674 (Show SH Calling convention): Ditto.
5675
68837c9d
MD
56762008-04-22 Markus Deuling <deuling@de.ibm.com>
5677
5678 * gdb.texinfo (Fortran Operators): Describe '%' operator.
5679
2e9132cc
EZ
56802008-04-20 Eli Zaretskii <eliz@gnu.org>
5681
5682 * gdb.texinfo (Set Breaks): Mention that multiple location
5683 breakpoints need line number info. Add index entries.
5684
31fffb02
CS
56852008-04-19 Craig Silverstein <csilvers@google.com>
5686
5687 * gdb.texinfo (Requirements): Add an optional requirement on
5688 zlib.
5689 * gdbint.texinfo (Debugging File Formats): Add new subsection for
5690 Compressed DWARF 2.
5691
a47ec5fe
AR
56922008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
5693
5694 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
5695 sample output for 'stopped,reason="breakpoint-hit"' message.
5696 (GDB/MI Program Execution): Likewise.
5697
de051565
MK
56982008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
5699
5ae4183a 5700 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
5701 -var-set-format. Add -f option to -var-evaluate-expression.
5702
6ba66d6a
JB
57032008-04-03 Joel Brobecker <brobecker@adacore.com>
5704
5705 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
5706 new node "Ambiguous Expressions". Replace references to this
5707 node by references to "Ambiguous Expressions" throughout.
5708 (Ambiguous Expressions): New node.
5709
1e26b4f8
DJ
57102008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
5711
5712 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
5713
b84876c2
PA
57142008-03-21 Pedro Alves <pedro@codesourcery.com>
5715
5716 * gdb.texinfo (Debugging Output): Document
5717 "set/show debug lin-lwp-async".
5718 (Maintenance Commands): Document "maint set/show linux-async".
5719
63092375
DJ
57202008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5721
5722 * gdb.texinfo (Expressions): Update description of malloced arrays.
5723
8e8901c5
VP
57242008-03-15 Vladimir Prus <vladimir@codesourcery.com>
5725
5726 * gdb.texinfo (Thread Commands): Document
5727 -thread-info. Remove -thread-list-all-threads.
5728
1fddbabb
PA
57292008-03-14 Pedro Alves <pedro@codesourcery.com>
5730 Sandra Loosemore <sandra@codesourcery.com>
5731
5732 * gdb.texinfo (Library List Format): Update to mention the
5733 possibility to pass section addresses instead of segment
5734 addresses.
5735
ccd213ac
DJ
57362008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
5737
5738 * gdb.texinfo (Starting): Document "set exec-wrapper".
5739 (Server): Document gdbserver --wrapper.
5740
fa4727a6
DJ
57412008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
5742
5743 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
5744 unreadable memory. Delete obsolete SPARClite reference.
5745
8edfe269
DJ
57462008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
5747
5748 * gdb.texinfo (Starting): Mention always-running targets.
5749 (Target Commands): Add an anchor for load.
5750 (Connecting): Explain continue instead of run.
5751
1843f87b
DJ
57522008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
5753
5754 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
5755
f9082629
NR
57562008-02-26 Nick Roberts <nickrob@snap.net.nz>
5757
5758 * gdb.texinfo (Set Breaks): Revert description of Enb column of
5759 breakpoint table.
5760
fd96d250
PA
57612008-02-19 Pedro Alves <pedro@codesourcery.com>
5762
5763 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
5764 killing the inferior when it is already debugging a process.
5765
36af4ef6
MD
57662008-02-13 Markus Deuling <deuling@de.ibm.com>
5767
5768 * gdbint.texinfo (Build Script): New section. Mention new build script
5769 gdb_buildall.sh.
5770
cda4ce5a
JB
57712008-02-01 Jim Blandy <jimb@red-bean.com>
5772
5773 * gdb.texinfo (Help): Summarize 'info args' correctly.
5774
4acd40f3
TJB
57752008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5776
5777 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
5778 available in PowerPC architecture.
5779 (Embedded Processors): Change node name of PowerPC item in menu.
5780 (PowerPC): Rename to...
5781 (PowerPC Embedded): this.
5782 (Architectures): Add new PowerPC item in menu.
5783 (PowerPC): New node.
5784
6e6c6f50
DJ
57852008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
5786
5787 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
5788 commands.
5789
5ee187d7
DJ
57902008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
5791
5792 * gdb.texinfo (Setting Catchpoints): Mention features
5793 supported on GNU/Linux.
5794
e275c0d9
NR
57952008-01-30 Nick Roberts <nickrob@snap.net.nz>
5796
5797 * gdb.texinfo (GDB/MI File Commands): Describe new output
5798 field for MI command -file-list-exec-source-file.
5799
2d717e4f
DJ
58002008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5801
5802 * gdb.texinfo (Using the `gdbserver' Program): Add security
5803 warning. Rearrange into subsections and subsubsections. Document
5804 --multi and --debug. Correct --with-sysroot typo. Update --attach
5805 usage. Make load reference clearer. Document monitor exit.
5806 (Remote Configuration): Document set remote exec-file, attach-packet,
5807 and run-packet.
5808 (Packets): Document vAttach and vRun.
5809
d35a4257 58102008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
5811
5812 * gdb.texinfo (Processes): Mention process command.
889bf7c5 5813 detach-on-follow -> detach-on-fork.
f663676d 5814
c78d192c
DJ
58152008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5816
5817 * gdbint.texinfo (Native Conditionals): Remove
5818 SHELL_COMMAND_CONCAT and SHELL_FILE.
5819
d35a4257
EZ
58202008-01-26 Eli Zaretskii <eliz@gnu.org>
5821
5822 * gdb.texinfo (Specify Location): Improve wording.
5823
93815fbf
VP
58242008-01-23 Chris Demetriou <cgd@google.com>
5825
5826 * gdb.texinfo (Threads): Document new "set print thread-events"
5827 and "show print thread-events" commands.
5828
2a25a5ba
EZ
58292008-01-19 Eli Zaretskii <eliz@gnu.org>
5830
5831 * gdb.texinfo (Specify Location): New section.
5832 (Delete Breaks, Edit, Set Breaks): Remove description of
5833 locations. Instead, add a reference to "Specify Location".
5834 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
5835 (Symbols): Refer to "Specify Location" for the valid forms of
5836 linespecs and locations.
5837
32c9a795
MD
58382008-01-18 Markus Deuling <deuling@de.ibm.com>
5839
5840 * gdbint.texinfo (Target Conditionals): Replace the description of
5841 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
5842
b17828ca
JB
58432008-01-12 Paul Hilfinger <hilfinger@adacore.com>
5844
5845 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
5846 about &&var, which is rejected by the expression parser.
5847
0aea4bf3
LM
58482008-01-09 Luis Machado <luisgpm@br.ibm.com>
5849
5850 * gdb.texinfo (Output): Update documentation on using printf with DFP
5851 types.
5852
febe4383
TJB
58532008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
5854
5855 * gdb.texinfo (C and C++): Add Decimal Floating Point format
5856 subsubsection.
5857 (Decimal Floating Point format): New subsubsection.
5858
7a404eba
PA
58592008-01-05 Pedro Alves <pedro@codesourcery.com>
5860
5861 * gdb.texinfo (File Options): Remove mention of the attempt to
5862 open a core file with the -p option. Don't list -c as a valid
5863 option to attach to a process.
5864
a4d9b460
PA
58652008-01-05 Pedro Alves <pedro@codesourcery.com>
5866
5867 * gdbint.texinfo (Host Conditionals): Remove mention of
5868 ALIGN_STACK_ON_ENTRY.
5869
6ec2edbe
JB
58702008-01-05 Joel Brobecker <brobecker@adacore.com>
5871
5872 * gdbint.texinfo (Start of New Year Procedure): Add item
5873 describing how to update the source and documentation copyright
5874 notices.
5875
d8b2a693
JB
58762007-12-18 Jim Blandy <jimb@codesourcery.com>
5877
ab209b3a 5878 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
5879 watchpoint explanation into the main description of the watchpoint
5880 command; update synopses of 'watch', 'rwatch', and 'awatch'
5881 commands.
5882
8b4ed427
VP
58832007-12-18 Vladimir Prus <vladimir@codesourcery.com>
5884
5885 * gdb.texinfo (Miscellaneous gdb/mi Commands):
5886 Document 'pending-breakpoints' feature of
5887 -list-features.
5888
37e4754d
LM
58892007-12-17 Luis Machado <luisgpm@br.ibm.com>
5890
669fac23 5891 * gdb.texinfo: Add new parameter's description.
37e4754d 5892
1d3811f6
DJ
58932007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
5894
5895 * gdb.texinfo (Overview): Clarify run-length encoding
5896 example. Remove the restriction on "+" and "-" characters.
5897
c1c25a1a
EZ
58982007-12-15 Eli Zaretskii <eliz@gnu.org>
5899
5900 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
5901
afe8ab22 59022007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 5903
afe8ab22
VP
5904 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
5905 the -f option for -break-insert, remove -r option,
5906 and clarify specification of location.
5907
a6b151f1
DJ
59082007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
5909
5910 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
5911 formatting.
5912 (Remote Debugging): Add File Transfer section.
5913 (Remote Configuration): Document Host I/O packets.
5914 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 5915 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
5916 (Packets): Add vFile.
5917
3b784c4f
EZ
59182007-11-17 Eli Zaretskii <eliz@gnu.org>
5919
5920 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
5921 breakpoints with multiple locations.
5922 (Breakpoint Menus): Improve wording.
5923 (Output): Fix last change.
5924
a4ce5b0d
UW
59252007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
5926
5927 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
5928
1b39d5c0
DE
59292007-11-15 Doug Evans <dje@google.com>
5930
5931 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
5932
7a72d44c
VP
59332007-11-15 Vladimir Prus <vladimir@codesourcery.com>
5934
5935 * gdbint.texinfo (Native Conditionals): Remove
5936 mention of CLEAR_SOLIB.
5ae4183a 5937
6d1829bf 59382007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
5939
5940 * gdb.texinfo (Print Settings): Add documentation for "set/show
5941 print frame-arguments".
5942
1a619819
LM
59432007-11-05 Luis Machado <luisgpm@br.ibm.com>
5944
3b784c4f 5945 * gdb.texinfo (Output): Update printf command's description.
1a619819 5946
55eddb0f
DJ
59472007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
5948
5949 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
5950 powerpc soft-float".
5951
9cceb671
DJ
59522007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5953
5954 * gdb.texinfo (Files): Correct formatting. Mention Expat
5955 requirement.
5956 (Requirements for Building GDB): Expand the list of Expat
5957 uses.
5958 (Library List Format, Memory Map Format): Mention Expat.
5959 (Target Descriptions): Update Expat wording.
5960
83acabca
DJ
59612007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5962
5963 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
5964 Document that gdbarch_convert_register_p should return zero for no-op
5965 conversions.
5966
e35879db
UW
59672007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
5968
83acabca 5969 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
5970 of set_gdbarch_sofun_address_maybe_missing back to ...
5971 (Target Conditionals): ... here to fix build break.
5972
203c3895
UW
59732007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
5974
83acabca 5975 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
5976 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
5977 (Compiler Characteristics): ... documentation of
5978 set_gdbarch_sofun_address_maybe_missing.
5979
11411de3
DJ
59802007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
5981
5982 * gdbint.texinfo (Target Conditionals): Use
5983 frame_unwind_register_unsigned in examples instead of
5984 frame_unwind_unsigned_register.
5985
7cc46491
DJ
59862007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
5987
5988 * gdb.texinfo (Predefined Target Types): Add int128
5989 and uint128.
5990 (Standard Target Features): Add PowerPC features.
5991
81adfced
DJ
59922007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
5993
5994 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
5995
c1874924
UW
59962007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
5997
5998 * gdbint.texi (Target Conditionals): Remove documentation
5999 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
6000 gdbarch_extract_return_value, and gdbarch_store_return_value.
6001
f6e56ab3
UW
60022007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6003
6004 * gdbint.texi (Target Conditionals): Remove documentation of
6005 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
6006
56cf5405
KH
60072007-10-11 Kazu Hirata <kazu@codesourcery.com>
6008
6009 * gdb.texinfo: Mention that inaccessible-by-default is on by
6010 default.
6011
35156bae
DJ
60122007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
6013
6014 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
6015
d983da9c
DJ
60162007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
6017
6018 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
6019 multi-threaded watchpoints.
6020 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
6021 checked. Describe sticky notification. Expand description
6022 of steppable and continuable watchpoints.
6023 (Watchpoints and Threads): New subsection.
6024
fe6fbf8b
VP
60252007-09-28 Vladimir Prus <vladimir@codesourcery.com>
6026
6027 * gdb.texinfo (Setting Breakpoints): Revise
6028 documentation for pending breakpoints. Document
6029 breakpoints with multiple locations.
5ae4183a 6030
084344da
VP
60312007-09-19 Vladimir Prus <vladimir@codesourcery.com>
6032
6033 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6034 Document -list-features.
5ae4183a 6035
82160952
EZ
60362007-09-15 Eli Zaretskii <eliz@gnu.org>
6037
6038 * gdb.texinfo (Output): Spell out which features of C's printf are
6039 not supported by GDB's printf.
7e27a47a
EZ
6040 (Separate Debug Files): More accurate wording regarding build ID
6041 and a reference to the ld manual rather than the Fedora wiki.
82160952 6042
ea37ba09
DJ
60432007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6044 Jim Blandy <jimb@codesourcery.com>
6045
6046 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
6047 (Examining Memory): Update mentions of the 's' format.
6048 (Automatic Display): Likewise.
6049
b8533aec
DJ
60502007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
6051
6052 * gdb.texinfo: Update the FSF's Back-Cover Text.
6053
83f83d7f
JK
60542007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6055 Eli Zaretskii <eliz@gnu.org>
6056
6057 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
6058 Fixed the ``build ID'' name. New binaries build instructions for the
6059 build ID inclusion. Explain how the commands are specific to the build
6060 ID vs. debug link.
6061
c7e83d54
EZ
60622007-09-01 Eli Zaretskii <eliz@gnu.org>
6063
6064 * gdb.texinfo (Separate Debug Files): Fix last change. Add
6065 indexing for ``build ID'' support.
6066
d3750b24
JK
60672007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6068
6069 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
6070 Enlisted BUILD ID to the debug file searching example.
6071 Included a BUILD ID `.note.gnu.build-id' section description.
6072 Updated/added the debug files splitting instructions for OBJCOPY.
6073
02142340
VP
60742007-08-31 Vladimir Prus <vladimir@codesourcery.com>
6075
6076 * gdb.texinfo (Variable Objects): Adjust docs
6077 for -var-info-expression and document
6078 -var-info-path-expression.
6079
d3bdde98
JB
60802007-08-20 Jim Blandy <jimb@codesourcery.com>
6081
3fb6a982
JB
6082 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
6083 (title page): Include the dedication in the printed manual, as a
6084 separate page after the copyright notice.
5ae4183a 6085
d3bdde98
JB
6086 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
6087 don't break a @var across a line.
6088
c80a96a8
MR
60892007-07-25 Maciej W. Rozycki <macro@mips.com>
6090
6091 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
6092 for include files.
6093
5824a901
NR
60942007-07-12 Nick Roberts <nickrob@snap.net.nz>
6095
6096 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
6097 in annotate.texinfo.
6098 (Command History): Link to new node.
5824a901 6099
d52e7ea3
UW
61002007-07-05 Markus Deuling <deuling@de.ibm.com>
6101
6102 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
6103
5fc14d0a
EZ
61042007-07-05 Eli Zaretskii <eliz@gnu.org>
6105
6106 * gdbint.texinfo (Target Conditionals): Fix last change.
6107
4a9bb1df
UW
61082007-07-03 Markus Deuling <deuling@de.ibm.com>
6109
6110 * gdb.texinfo: Replace following macros by their appropriate gdbarch
6111 routines:
6112 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
6113 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
6114 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
6115 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
6116 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
6117 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
6118 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
6119 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
6120 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
6121 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
6122 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
6123 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
6124 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
6125 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
6126 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
6127 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
6128 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
6129 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
6130 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
6131 (SOFTWARE_SINGLE_STEP_P)
6132
6133 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
6134 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
6135
6136 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
6137 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
6138 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
6139 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
6140 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
6141 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
6142 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
6143 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
6144 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
6145 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
6146
6147 (Converting an existing Target Architecture to Multi-arch): Remove
6148 section.
6149
6150 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
6151 (gdbarch_addr_bits_remove): Add code example.
6152
6153 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
6154
cfa9d6d9
DJ
61552007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
6156
6157 * gdb.texinfo (Remote Configuration): Document library-info-packet.
6158 Add other missing entries. Adjust the table size to fit.
6159 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
6160 stop reasons including the new "library" event.
6161 (General Query Packets): Adjust table widths for qSupported. Mention
6162 qXfer:libraries:read reply to qSupported and document the new packet.
6163 (Library List Format): New section.
6164
159fcc13
JK
61652007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6166
6167 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
6168
f66d1690
MS
61692007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
6170
6171 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
6172
67102876
NR
61732007-06-25 Nick Roberts <nickrob@snap.net.nz>
6174
6175 * gdbint.texinfo (Register and Memory Data): Break sections
6176 into nodes and add a menu.
6177
a4642986
MR
61782007-06-21 Maciej W. Rozycki <macro@mips.com>
6179
6180 * gdb.texinfo (Examining Memory): Document the new behaviour.
6181
e9c17194
VP
61822007-06-21 Vladimir Prus <vladimir@codesourcery.com>
6183
6184 * gdb.texinfo (Standard Target Features): Document
6185 m68k features.
6186
31d99776
DJ
61872007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
6188
6189 * gdb.texinfo (General Query Packets): Document qOffsets changes.
6190
1780a0ed
DJ
61912007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6192
6193 * gdb.texinfo (Target Description Format): Add version attribute
6194 for <target>.
6195
822b6570
DJ
61962007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6197
6198 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
6199
f8b73d13
DJ
62002007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6201
6202 * gdb.texinfo (MIPS Features): New subsection.
6203
0e7f50da
UW
62042007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6205 Markus Deuling <deuling@de.ibm.com>
6206
6207 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
6208 and qXfer:spu:write packets and mention them under qSupported.
6209
23d964e7
UW
62102007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6211 Markus Deuling <deuling@de.ibm.com>
6212
6213 * gdb.texinfo (Architectures): Add new SPU section to document
6214 Cell Broadband Engine SPU architecture specific commands.
6215
9f708cb2
VP
62162007-06-09 Vladimir Prus <vladimir@codesourcery.com>
6217
6218 * gdb.texinfo (GDB/MI Variable Objects): Editorial
6219 comments.
6220
7579b5f8
NR
62212007-06-07 Nick Roberts <nickrob@snap.net.nz>
6222
6223 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
6224
bf06d120
JB
62252007-05-29 Jim Blandy <jimb@codesourcery.com>
6226
6227 * gdb.texinfo (Overview): Doc fix.
6228
23776285
MR
62292007-05-22 Maciej W. Rozycki <macro@mips.com>
6230
6231 * gdb.texinfo (Remote Configuration): Document "set/show
6232 remoteflow".
6233
1a69e1e4
DJ
62342007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
6235
bf06d120
JB
6236 * gdb.texinfo (MIPS): Remove documentation for set mips
6237 saved-gpreg-size, show mips saved-gpreg-size, and set mips
6238 stack-arg-size.
1a69e1e4 6239
46ba6afa 62402007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6241
46ba6afa
BW
6242 * all-cfg.texi (GDBTUI): New.
6243 * gdb.texinfo (Mode Options): Use GDBTUI variable.
6244 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
6245 (TUI Configuration): Edit to improve clarity and fix problems of
6246 both style and content.
5ae4183a 6247
06d3b283
UW
62482007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
6249
6250 * observer.texi (GDB Observers): New observer "new_objfile".
6251
179101d6
UW
62522007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
6253
6254 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
6255
25d5ea92
VP
62562007-04-14 Vladimir Prus <vladimir@codesourcery.com>
6257
6258 * gdb.texinfo (GDB/MI Variable Objects): Document
6259 frozen variables objects.
5ae4183a 6260
ea35711c
DJ
62612007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
6262
6263 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
6264 (Character Sets, Caching Data of Remote Targets): Likewise.
6265 (Targets): Delete Remote node. Move its text...
6266 (Debugging Remote Programs): ...to here. Delete description
6267 of the "remote" command.
6268 (Remote configuration): Delete description of "set remotedevice"
6269 and "show remotedevice".
6270 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
6271
db2e3e2e
BW
62722007-04-11 Bob Wilson <bob.wilson@acm.org>
6273
5ae4183a
AS
6274 * gdb.texinfo (Contributors, Continuing and Stepping)
6275 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
6276 (General Query Packets, File-I/O Remote Protocol Extension)
6277 (Protocol Basics, The F Reply Packet, Write)
6278 (Protocol-specific Representation of Datatypes, Memory Transfer):
6279 Fix hyphenation, punctuation and grammar problems.
6280 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
6281 'section' instead of 'subsection' in the text.
6282 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
6283 (i386): Remove period from section name.
db2e3e2e
BW
6284 (Installing GDB, Requirements, Running Configure, Separate Objdir)
6285 (Config Names, Configure Options): Use @file{configure}.
6286
8a3dae3e
DJ
62872007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
6288
6289 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
6290 and tab expansion.
6291
1a92f856
DJ
62922007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
6293
6294 * gdbint.texinfo (SOM): Correct location of the SOM reader.
6295
79a6e687 62962007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6297
79a6e687
BW
6298 * gdb.texinfo: Consistently capitalize all significant words in
6299 node names, chapter titles, section titles, and headings. Update
6300 cross references to match.
6301 (Starting and Stopping Trace Experiment): Make node name plural.
6302 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 6303
ad527d2e
PA
63042007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
6305
6306 * gdb.texinfo (WinCE): Delete obsolete subsection.
6307
7ce59000
DJ
63082007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6309
6310 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
6311 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
6312 references.
6313
8807d78b
DJ
63142007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6315
6316 * gdb.texinfo (Startup): Delete references to some alternate
6317 names for .gdbinit.
6318 (Thread): Remove LynxOS reference.
6319 (Tandem ST2000): Delete target-specific documentation.
6320 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
6321 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
6322 and GDB_OSABI_LYNXOS.
6323
5f402660
UW
63242007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
6325
6326 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
6327
bac718a6
UW
63282007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
6329
6330 * gdbint.texinfo (Target Conditionals): Remove mention of
6331 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
6332 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
6333
9453113a
DJ
63342007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
6335
6336 * Makefile.in: Add "pdfdir" installation
6337 directory, PDFTEX macro, support for "install-pdf" target,
6338 and rules for making a pdf version of refcard.texi.
6339 * refcard.tex: Specify paper size for PDF output.
6340
ae21e955 63412007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6342
ae21e955 6343 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 6344
3f94c067 63452007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6346
3f94c067
BW
6347 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
6348 (Source Path, Character Sets, Macros, Define)
6349 (GDB/MI Result Records, GDB/MI Simple Examples)
6350 (GDB/MI Program Execution, GDB/MI File Commands)
6351 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
6352 (Bug Reporting): Use @value{GCC}.
5ae4183a 6353
12c27660 63542007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6355
12c27660
BW
6356 * gdb.texinfo (Help): Fix formatting of examples.
6357 (Variables): Use @ifnotinfo instead of @iftex.
6358 (Non-debug DLL symbols): Use @ref instead of @pxref.
6359 (Sparclet File): Use @samp instead of quotes.
5ae4183a 6360
ce9341a1
BW
63612007-03-26 Bob Wilson <bob.wilson@acm.org>
6362
6363 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
6364
c8f4133a
BW
63652007-03-26 Bob Wilson <bob.wilson@acm.org>
6366
6367 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
6368 the order of the nodes.
6369 (C Operators, C Constants, Debugging C): Remove extra menus.
6370 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 6371
c8f4133a 63722007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
6373
6374 * gdb.texinfo (File Options): Add missing parenthesis.
6375 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
6376
c74d0ad8
DJ
63772007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6378
6379 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
6380
ff6f572f
DJ
63812007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6382
669fac23 6383 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
6384 case insensitivity.
6385 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
6386
994337c3
NR
63872007-02-18 Nick Roberts <nickrob@snap.net.nz>
6388
6389 * gdb.texinfo (Top): Put Appendix A after numbered sections.
6390 (Files): Add section name to argument list for pxref.
6391 (Non-debug DLL symbols): Don't use `see' for pxref.
6392 (Embedded Processors): Fix typo.
6393 (GDB/MI Breakpoint Commands): Execution commands generate
6394 *stopped not ^done.
6395
eb819d70
NR
63962007-02-13 Nick Roberts <nickrob@snap.net.nz>
6397
6398 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
6399 values for in_scope. Mention that only root variables can be
6400 updated.
6401 (GDB/MI Development and Front Ends): Explain new values may be
6402 added to existing fields.
6403
123dc839
DJ
64042007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6405
6406 * gdb.texinfo (-target-disconnect): Use @smallexample.
6407 (Requirements): Add anchor for Expat. Update description.
6408 (Target Descriptions): Mention Expat.
6409 (Target Description Format): Document new elements. Use
6410 @smallexample.
6411 (Predefined Target Types, Standard Target Features): New sections.
669fac23 6412 * gdbint.texinfo (Target Descriptions): New section.
123dc839 6413
108546a0
DJ
64142007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
6415
6416 * gdb.texinfo (Target Description Format): Add section on XInclude.
6417
95a98c01
NR
64182006-02-03 Nick Roberts <nickrob@snap.net.nz>
6419
6420 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
6421 command -enable-timings.
6422
f4b3909f
EZ
64232007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
6424
5ae4183a 6425 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
6426 descriptions for new/deleted elements in gdb_osabi. Add missing
6427 description for function generic_elf_osabi_sniff_abi_tag_sections.
6428
c7ba131e
JB
64292007-01-29 Joel Brobecker <brobecker@adacore.com>
6430
6431 * gdb.texinfo (Maintenance Commands): Add documentation for
6432 the new "maint print target-stack" command.
6433
3a60f64e
JK
64342007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6435 Eli Zaretskii <eliz@gnu.org>
6436
f4b3909f 6437 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 6438
c582f8b6
EZ
64392007-01-26 Eli Zaretskii <eliz@gnu.org>
6440
6441 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
6442 Use @value{NGCC} instead of @value{GCC}.
6443
d3e8051b
EZ
64442007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
6445
6446 * agentexpr.texi: Fix typos.
6447 * annotate.texinfo: Likewise.
6448 * gdb.texinfo: Likewise.
6449 * gdbint.texinfo: Likewise.
6450 * observer.texi: Likewise.
6451 * stabs.texinfo: Likewise.
6452
86f04699
EZ
64532007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
6454
6455 * gdbint.texinfo (Support Libraries): Remove mmalloc
6456 entry. Describe readline library.
6457
23181151
DJ
64582007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
6459
6460 * gdb.texinfo (Target Descriptions): New section.
6461 (General Query Packets): Add QPassSignals anchor. Mention
6462 qXfer:features:read under qSupported. Expand mentions of
6463 qXfer:memory-map:read and QPassSignals. Document
6464 qXfer:features:read.
6465
f822c95b
DJ
64662007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
6467
6468 * gdb.texinfo (Commands to specify files): Describe
6469 "set sysroot" and "show sysroot".
6470 (Using the `gdbserver' program): Lowercase argument
6471 to @var. Expand description of setting up GDB on the
6472 host.
6473
8936fcda
JB
64742007-01-05 Joel Brobecker <brobecker@adacore.com>
6475
6476 * gdb.texinfo (Set Catchpoints): Add documentation for the new
6477 catch exception, catch exception unhandled, and catch assert
6478 commands.
6479
e776119f
DJ
64802007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6481
6482 * gdb.texinfo (Debugging Output): Document "set debug xml"
6483 and "show debug xml".
6484
aa79a185
DJ
64852007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6486
6487 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
6488
7f893741
JB
64892007-01-01 Joel Brobecker <brobecker@adacore.com>
6490
6491 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
6492
a1b5960f
VP
64932006-12-08 Vladimir Prus <vladimir@codesourcery.com>
6494
6495 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
6496 note in @ignore, to be removed later if nobody complains.
6497
9f470e6e
NR
64982006-12-04 Nick Roberts <nickrob@snap.net.nz>
6499
6500 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
6501 of -var-delete.
6502
765dc015 65032006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 6504
765dc015 6505 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
6506 automatic software/hardware breakpoint usage and
6507 the "set breakpoint auto-hw" command.
765dc015 6508
4b5752d0
VP
65092006-11-21 Vladimir Prus <vladimir@codesourcery.com>
6510
6511 * gdb.texinfo (Memory Access Checking): New.
6512
89be2091
DJ
65132006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
6514
6515 * gdb.texinfo (Remote configuration): Mention
6516 "pass-signals-packet".
6517 (General Query Packets): Document QPassSignals. Fix
6518 a typo.
6519
ca3bf3bd
DJ
65202006-11-14 Maxim Grigoriev <maxim@tensilica.com>
6521
6522 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
6523
427c3a89
DJ
65242006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
6525
6526 * gdb.texinfo (Remote configuration): Rewrite documentation for
6527 packet configuration commands.
6528 (OS Information): Adjust reference to qXfer:auxv:read.
6529 (General Query Packets): Remove references to read-aux-vector-packet
6530 and set remote get-thread-local-storage-address.
6531
7a107747
DJ
65322006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
6533
6534 * gdbint.texinfo (Target Architecture Definition): Add new
6535 Initializing a New Architecture section.
6536
1c56eb0e
EZ
65372006-10-31 David Taylor <dtaylor@emc.com>
6538
6539 * stabs.texinfo (Macro define and undefine): New node describing
6540 stabs for #define and #undef.
6541
f73adfeb
AS
65422006-10-27 Andreas Schwab <schwab@suse.de>
6543
6544 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
6545
fd60e0df
EZ
65462006-10-21 Eli Zaretskii <eliz@gnu.org>
6547
6548 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
6549 clarify on the possible meanings of ``expression'' watched by
6550 watchpoints. Add indexing.
e5ac9b53
EZ
6551 (Prompting, Errors, Invalidation, Annotations for Running)
6552 (Source Annotations): Fix index entries by adding "annotation" to
6553 them, to discriminate from index entries that point to the more
6554 general topic descriptions.
fd60e0df 6555
52bb452f
DJ
65562006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6557
6558 * gdbint.texinfo (Target Vector Definition): Move most
6559 content into Existing Targets. Add a menu.
6560 (Existing Targets): New section, moved from Target Vector
6561 Definition. Use @subsection.
6562 (Managing Execution State): New section.
6563
58955e58
BW
65642006-10-16 Bob Wilson <bob.wilson@acm.org>
6565
6566 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
6567
c8aa23ab
EZ
65682006-10-15 Eli Zaretskii <eliz@gnu.org>
6569
6570 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
6571 (Command Syntax, Signals, Backtrace, Connecting)
6572 (Remote configuration, Renesas Boards, Console I/O): Fix last
6573 change: use Ctrl- instead of C-, except wrt Emacs.
6574 (File-I/O Examples): Put Ctrl-c in @kbd.
6575 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
6576 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
6577 (Signals, Set Breaks, Set Watchpoints): Document optional
6578 arguments to `info signals' `handle', `info breakpoints', and
6579 `info watchpoints'.
c8aa23ab 6580
e7109c7e
EZ
65812006-10-14 Eli Zaretskii <eliz@gnu.org>
6582
6583 * gdb.texinfo (Backtrace): Fix last change.
6584
de3aea7b
NR
65852006-10-14 Nick Roberts <nickrob@snap.net.nz>
6586
6587 * gdb.texinfo (Backtrace): Order correctly and add other cases.
6588
7f9087cb
BW
65892006-10-10 Bob Wilson <bob.wilson@acm.org>
6590
c8aa23ab
EZ
6591 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
6592 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
6593 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 6594
68437a39
DJ
65952006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6596 Daniel Jacobowitz <dan@codesourcery.com>
6597
6598 * gdb.texinfo (Packets): Document vFlashErase,
6599 vFlashWrite and vFlashDone packets.
6600 (General Query Packets): Document qXfer:memory-map:read.
6601 Add a new feature for qXfer:memory-map:read.
6602 (Memory map format): New section.
6603 (Target Commands): Mention that gdb can write flash.
6604
fd79ecee
DJ
66052006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6606 Daniel Jacobowitz <dan@codesourcery.com>
6607
6608 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
6609 memory regions and "mem auto".
6610
350da6ee
DJ
66112006-09-21 Nathan Sidwell <nathan@codesourcery.com>
6612
6613 * gdbint.texinfo (Array Containers): New section.
6614
2f1acb09
VP
66152006-09-17 Vladimir Prus <vladimir@codesourcery.com>
6616
6617 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
6618 -stack-list-arguments HIGH_FRAME argument can be larger then the
6619 actual number of frames.
6620
2ab1eb7a
VP
66212006-09-07 Vladimir Prus <vladimir@codesourcery.com>
6622
6623 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
6624 -stack-list-locals HIGH_FRAME argument can be larger then the
6625 actual number of frames.
2ab1eb7a 6626
599b237a
BW
66272006-09-02 Bob Wilson <bob.wilson@acm.org>
6628
6629 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
6630 Register Packet Format, Tracepoint Packets): Fix spelling errors.
6631
25ab7e6d
EZ
66322006-09-02 Eli Zaretskii <eliz@gnu.org>
6633
6634 * gdbint.texinfo (Overall Structure): New section "Source Tree
6635 Structure".
6636
940178d3
JB
66372006-08-17 Jim Blandy <jimb@codesourcery.com>
6638
6639 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
6640 responses.
6641
30daae6c
JB
66422006-08-08 Joel Brobecker <brobecker@adacore.com>
6643
6644 * gdb.texinfo (Source Path): Add documentation for new
6645 substitute-path commands.
6646
7fa2210b
DJ
66472006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
6648
6649 * gdb.texinfo (Installing GDB): Update menu. Move text to...
6650 (Running Configure): ...here.
6651 (Requirements): New node. Mention expat.
6652
3d00d119
DJ
66532006-08-08 Vladimir Prus <vladimir@codesourcery.com>
6654
5ae4183a 6655 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
6656 'set download-write-size' and 'show download-write-size'.
6657
0cbfa4ee
DJ
66582006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
6659
6660 * stabs.texinfo (Member Type Descriptor): Correct example for
6661 pointer to member types.
6662
16026cd7
AS
66632006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
6664
6665 * gdb.texinfo (Optional warnings and messages): Add
6666 'set/show trace-commands'.
6667 (Command files): Add '-v' to source command.
6668
0876f84a
DJ
66692006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
6670
6671 * gdb.texinfo (OS Information): Update qPart reference to
6672 qXfer.
6673 (Remote configuration): Likewise.
6674 (Overview): Move @cindex to the start of a paragraph. Talk
6675 about binary data encoding.
6676 (Packets): Refer to the overview for the details of the X
6677 packet encoding.
6678 (General Query Packets): Remove qPart description. Add qXfer
6679 description. Add an anchor to qSupported. Correct feature
6680 table title. Add a new feature for qXfer:auxv:read.
6681 (Interrupts): Add a missing parenthesis.
6682
2ec3381a
DJ
66832006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
6684
669fac23 6685 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
6686 (GDB/MI Kod Commands): Remove commented out node.
6687
594fe323
EZ
66882006-07-01 Eli Zaretskii <eliz@gnu.org>
6689
6690 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
6691 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
6692 (GDB/MI Thread Commands, GDB/MI Program Execution)
6693 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
6694 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
6695 (GDB/MI File Commands, GDB/MI Target Manipulation)
6696 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
6697 since the MI prompt is hard-wired into the code.
6698
7e3fb70c
NR
66992006-07-01 Nick Roberts <nickrob@snap.net.nz>
6700
6701 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
6702 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
6703 (GDB/MI Data Manipulation): Remove description of unimplemented
6704 display related commands as variable objects perform this function
6705 and are superior: -display-delete, -display-disable,
6706 -display-enable, -display-insert and -display-list. Move
6707 -environment-cd, -environment-directory, -environment-path
6708 and -environment-pwd to "Program Context".
6709 (GDB/MI Program Control): Rename to "Program Execution". Move
6710 -exec-arguments -exec-abort to...
6711 (GDB/MI Program Context): ...here. New node split from "Data
6712 Manipulation".
6713
be2a5f71
DJ
67142006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
6715
6716 * gdb.texinfo (Remote configuration): Document set / show
6717 remote supported-packets.
6718 (General Query Packets): Document qSupported packet.
6719
fc320d37
SL
67202006-06-10 Sandra Loosemore <sandra@codesourcery.com>
6721
6722 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
6723 and font markup.
6724 (Protocol basics): Likewise.
6725 (The F request packet): Likewise.
6726 (The F reply packet): Likewise.
6727 (Memory transfer): Move this node to be a subsubsection of
6728 "Protocol specific representation of datatypes".
6729 (The Ctrl-C message): More copy editing.
6730 (Console I/O): Likewise.
6731 (The isatty call): Delete this node, and merge its content into
6732 the "isatty" node. Fixed references elsewhere.
6733 (The system call): Delete this node, and merge its content into
6734 the "system" node. Fixed references elsewhere.
6735 (open): Reformat to use @table, and add appropriate font markup.
6736 (close): Likewise.
6737 (read): Likewise.
6738 (write): Likewise.
6739 (lseek): Likewise.
6740 (rename): Likewise.
6741 (unlink): Likewise.
6742 (stat/fstat): Likewise.
6743 (gettimeofday): Likewise.
6744 (isatty): Likewise.
6745 (system): Likewise, plus minor changes to fix confusing wording.
6746 (Integral datatypes): Fix font markup.
6747 (Pointer values): Likewise.
6748 (struct stat): Fix markup to use @table, plus minor copy editing.
6749 (struct timeval): Fix font markup, plus minor copy editing.
6750 (Constants): Minor copy editing.
6751 (Errno values): Add font markup.
6752 (File-I/O Examples): Likewise.
6753
158fdf5c
NR
67542006-06-10 Nick Roberts <nickrob@snap.net.nz>
6755
6756 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
6757 (GDB/MI Simple Examples): Move node up one level. Use real
6758 examples.
6759 (GDB/MI Compatibility with CLI): Update.
6760 (GDB/MI Result Records): Add "connected" and "exit" result
6761 classes.
6762 (GDB/MI Stream Records): Clarify target output.
6763 (GDB/MI Command Description Format): Modify example description.
6764 (GDB/MI Breakpoint Table Commands): Rename to...
6765 (GDB/MI Breakpoint Commands): ...this
6766 (GDB/MI Breakpoint Commands): Add optional thread field.
6767 (GDB/MI Program Control): Add an introduction. Move "Program
6768 termination" examples into exec-run description.
6769 (GDB/MI File Commands): Mention similar CLI commands.
6770 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
6771 is similar to "-gdb-version".
6772
ddb50cd7
EZ
67732006-06-09 Eli Zaretskii <eliz@gnu.org>
6774
6775 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
6776
2aef0d6b
NR
67772006-06-02 Nick Roberts <nickrob@snap.net.nz>
6778
6779 * gdb.texinfo (GDB/MI Development and Front Ends): Use
6780 sourceware.org for mailing lists.
d5e40d59 6781 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 6782
383a5c52
NR
67832006-06-01 Nick Roberts <nickrob@snap.net.nz>
6784
d5e40d59 6785 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 6786
e16b02ee
EZ
67872006-05-22 Eli Zaretskii <eliz@gnu.org>
6788
6789 * gdb.texinfo (Cygwin Native): Fix last change.
6790
be90c084
CF
67912006-05-22 Christopher Faylor <cgf@timesys.com>
6792
6793 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
6794
347ceba5
NR
67952006-05-15 Nick Roberts <nickrob@snap.net.nz>
6796
6797 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
6798 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
6799
369af7bd
DJ
68002006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6801
6802 * gdb.texinfo (General Query Packets): Recommend not starting
6803 new packets with qC and clarify.
6804
2ffdbde8 68052006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
6806
6807 * gdb.texinfo (M2 Types): New section.
72019c9c 6808
16d1a084
DJ
68092006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
6810
6811 * agentexpr.texi: Add a copyright and license notice.
6812 * observer.texi: Likewise, with GPL clause for function prototypes.
6813 Remove trailing whitespace.
6814
aa56d27a
JB
68152006-05-05 Jim Blandy <jimb@codesourcery.com>
6816
6817 * gdb.texinfo (General Query Packets): Document conventions for
6818 terminating packet names, and their violations.
6819
5bdf8622
DJ
68202006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
6821
6822 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
6823 * gdb.texinfo: Likewise.
6824
605a56cb
DJ
68252006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
6826
6827 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
6828 and "show remotedebug".
6829 (Debugging Output): Add additional index entries.
6830
b8db102d
MS
68312006-04-27 Michael Snyder <msnyder@redhat.com>
6832
6833 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
6834
c5e30d01
AC
68352006-04-22 Andrew Cagney <cagney@redhat.com>
6836
6837 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
6838 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
6839
8181d85f
DJ
68402006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
6841
6842 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
6843 and remove breakpoint prototypes.
6844 (Watchpoints): Move description of target_insert_hw_breakpoint and
6845 target_remove_hw_breakpoint ...
6846 (Breakpoints): ... to here. Document target_insert_breakpoint and
6847 target_remove_breakpoint.
6848
4f553f88
JB
68492006-04-17 Jim Blandy <jimb@codesourcery.com>
6850
6851 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
6852 and C packets are optional.
6853
cd852561
FR
68542006-04-14 Frederic Riss <frederic.riss@st.com>
6855
6856 * gdb.texinfo (Specifying source directories): Update the description
6857 of the source file search to reflect the fact that the source path
6858 always contains at least $cdir and $cwd.
6859
b620eb07
MS
68602006-03-31 Michael Snyder <msnyder@redhat.com>
6861
6862 * gdb.texinfo: Update copyright dates.
6863
3156cdaf
EZ
68642006-03-31 Eli Zaretskii <eliz@gnu.org>
6865
6866 * gdb.texinfo (Overview): Add an index entry to "empty response".
6867
7d30c22d
JB
68682006-03-28 Jim Blandy <jimb@codesourcery.com>
6869
6870 * gdbint.texinfo (Prologue Analysis): New section.
6871
86941c27
JB
68722006-03-07 Jim Blandy <jimb@red-bean.com>
6873
66b8c7f6
JB
6874 * gdb.texinfo (Connecting): Document 'target remote pipe'.
6875
1a10341b
JB
6876 * gdb.texinfo (Target Commands): Update text describing how to
6877 specify a target. Refer to the detailed section on remote
6878 debugging, not the brief mention.
6879
86941c27
JB
6880 * gdb.texinfo (Connecting): Organize the different 'target remote'
6881 connection methods into a table. Add a 'target remote' index
6882 entry. (!!!)
6883
62f3a2ba
FF
68842006-02-17 Fred Fish <fnf@specifix.com>
6885
6886 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
6887 'ptype' commands to reflect the fact that the only significant
6888 difference between them is that ptype prints the complete type
6889 description instead of just the name.
6890
8b9a88ea
WZ
68912006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
6892
6893 * gdbint.texinfo (Watchpoints): Delete
6894 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
6895
7e8dc855
NR
68962006-02-10 Nick Roberts <nickrob@snap.net.nz>
6897
6898 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
6899 times fields where needed. Fix typos. Update general form given
6900 for output of -break-insert.
6901 (GDB/MI): Abbreviate some unnecessarily long fullnames.
6902
c91d38aa
DJ
69032006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
6904
6905 * gdbint.texinfo (Symbol Handling): Add a section
6906 on memory management.
6907
38fcd64c
DJ
69082006-02-06 Vladimir Prus <ghost@cs.msu.su>
6909
6910 * gdb.texinfo (Breakpoint table commands): Document the fullname
6911 field in -break-list output.
6912
219eec71
EZ
69132006-02-03 Eli Zaretskii <eliz@gnu.org>
6914
6915 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
6916 debugging information produced by the various "set debug..."
6917 options.
6918
ae5a43e0
DJ
69192006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6920
6921 * gdb.texinfo (Files): Remove obsolete bits from the description
6922 of "symbol-file".
6923
a9f158ec
JB
69242006-01-25 Jim Blandy <jimb@redhat.com>
6925
6926 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
6927
410dd08e
JB
69282006-01-24 Jim Blandy <jimb@redhat.com>
6929
6930 * gdbint.texinfo (Frames): Document the basics of GDB's register
6931 unwinding model, and explain the existence of the "sentinel" frame.
6932
4b505b12
AS
69332006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
6934
6935 * gdb.texinfo (Choosing files): Mention that -directory is used
6936 for script files.
6937 (Specifying source directories): Likewise.
6938 (Command files): Explain how script files are found.
6939
839c27b7
EZ
69402006-01-21 Eli Zaretskii <eliz@gnu.org>
6941
6942 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
6943 the threads in a multi-threaded program.
6944 (Threads): The threadno argument of "thread apply" can be a range
6945 of numbers.
6946
7be93b9e
JB
69472006-01-18 Jim Blandy <jimb@redhat.com>
6948
6949 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
6950 of warning flags.
6951
fcc73fe3
EZ
69522006-01-13 Eli Zaretskii <eliz@gnu.org>
6953
6954 * gdb.texinfo (Sequences): Improve menu annotations.
6955 (Define): Add index entries for arguments of user-defined
6956 commands. Move the description of flow-control commands...
6957 (Command Files): ...to here. Document loop_break and
6958 loop_continue.
ca91424e
EZ
6959 (Define, Command Files): Document `end' and add index entries for
6960 it.
fcc73fe3 6961
5c95884b
MS
69622006-01-04 Michael Snyder <msnyder@redhat.com>
6963
6964 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 6965 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 6966
860701dc
PH
69672006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
6968
6969 * gdb.texinfo (Omissions from Ada): Document that there is now
6970 limited aggregate support.
6971
36b80e65
EZ
69722005-12-28 Eli Zaretskii <eliz@gnu.org>
6973
6974 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
6975 registers and the likes.
6976
c1468174
EZ
69772005-12-24 Eli Zaretskii <eliz@gnu.org>
6978
6979 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
6980 (Symbols): Fix usage of "e.g.".
359df76b 6981 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
6982
6983 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
6984 (Coding): Fix usage of "e.g.".
6985
c02a867d
EZ
69862005-12-23 Eli Zaretskii <eliz@gnu.org>
6987
5ae4183a
AS
6988 * stabs.texinfo:
6989 * refcard.tex:
c02a867d 6990 * gpl.texi:
5ae4183a
AS
6991 * gdbint.texinfo:
6992 * gdb.texinfo:
6993 * gdb-cfg.texi:
c02a867d 6994 * fdl.texi:
5ae4183a
AS
6995 * annotate.texinfo:
6996 * all-cfg.texi:
c02a867d
EZ
6997 * Makefile.in: Add (C) after Copyright. Update the FSF
6998 address.
6999
fad38dfa
EZ
70002005-12-03 Eli Zaretskii <eliz@gnu.org>
7001
7002 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
7003 extend GDB with commands for external monitor.
7004
53e5f3cf
AS
70052005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
7006
7007 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
7008
55f6ca0f
JB
70092005-11-25 Joel Brobecker <brobecker@adacore.com>
7010
7011 * gdbint.texinfo (Start of New Year Procedure): New chapter.
7012
c1947b85
JB
70132005-11-21 Jim Blandy <jimb@redhat.com>
7014
7015 * gdb.texinfo (Tracepoint Packets): Document restrictions on
7016 placement of 'R' actions in tracepoint action packets; document
7017 dependence of 'X' and 'M' actions on a preceding 'R' action for
7018 their registers.
7019
9d29849a
JB
70202005-11-19 Jim Blandy <jimb@redhat.com>
7021
7022 * gdb.texinfo (Tracepoint Packets): New node.
7023 (General Query Packets): Add entries for the tracepoint packets,
7024 referring to the "Tracepoint Packets" node.
7025 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 7026
9a6253be
KB
70272005-11-18 Kevin Buettner <kevinb@redhat.com>
7028
7029 * gdb.texinfo (set remotebreak): Add anchor.
7030 (X packet): Likewise.
7031 (Remote Protocol): Add new section `Interrupts' and new index
7032 entry `interrupts (remote protocol)'.
7033
5f3bebba
JB
70342005-11-18 Jim Blandy <jimb@redhat.com>
7035
7036 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
7037 entries into the General Query Packets section. Add a
7038 cross-reference to that section. Drop description of replies, as
7039 these are covered in the descriptions of each packet.
7040 (General Query Packets): Add introductory text. Explain naming
7041 conventions, and how the end of a name is recognized.
7042
9a7a1b36
KB
70432005-11-17 Kevin Buettner <kevinb@redhat.com>
7044
0564b6cf 7045 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
7046 "set remotebreak" command.
7047
b8ff78ce
JB
70482005-11-16 Jim Blandy <jimb@redhat.com>
7049
7050 * gdb.texinfo (Packets, Stop Reply Packets)
7051 (General Query Packets): Various formatting cleanups.
7052 - Use @samp for packet contents.
7053 - Drop summaries from packet @item lines; the same information appears
7054 immediately below in the description.
7055 - Delete paragraph breaks after packet @item commands, so that the
7056 description appears directly to the right of the packet prototype
7057 in the printed manual, if it fits.
7058 - Place spaces in packet prototypes between @vars and non-@var
7059 letters, and explain that they're just for formatting.
7060 - Use @dots{} instead of '...'.
7061 - Fix uses of @code where @var was needed.
7062 - Replace "deprecated" markers with English text spelling out the
7063 packet's status and the preferred alternatives.
7064 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
7065 what this ever meant.
7066 - Remove "(draft)" markers on 'i' packets; nobody has commented on
7067 this for a long time.
7068 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
7069 implemented several times, and have been in use for years.
7070
8ffe2530
JB
70712005-11-15 Jim Blandy <jimb@redhat.com>
7072
c43c5473
JB
7073 * gdb.texinfo (Packets): Add index entries for 'm' packet
7074 disclaimers.
5ae4183a 7075
fb031cdf
JB
7076 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
7077 of stub when processing an 'm' packet.
7078
8ffe2530
JB
7079 * gdb.texinfo (Packets): Mention that packets beginning with
7080 letters are reserved once, at the top, instead of actually listing
7081 them all and saying "reserved".
7082
c03c782f
AS
70832005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
7084
7085 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
7086 Change @var{$arg0 to @code{$arg0.
7087
814e32d7
WZ
70882005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
7089
7090 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
7091
fa93a9d8
JB
70922005-11-12 Jim Blandy <jimb@redhat.com>
7093
7094 * gdb.texinfo (General Query Packets): Put packets in alphabetical
7095 order. Remove extraneous 'z'.
7096
8a5a3c82
AS
70972005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
7098
7099 * gdb.texinfo (Choosing files): Add --eval-command.
7100
4b0ad762
AS
71012005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
7102
7103 * gdb.texinfo (Choosing modes): Add --return-child-result.
7104
7105
1a088d06
AS
71062005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
7107
7108 * gdb.texinfo (Choosing modes): Add --batch-silent.
7109
656d5e12
EZ
71102005-10-28 Eli Zaretskii <eliz@gnu.org>
7111
7112 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
7113 "The -var-update Command".
7114
3c9c013a
JB
71152005-10-03 Joel Brobecker <brobecker@adacore.com>
7116
7117 * gdb.texinfo (Print Settings): Add documentation for set/show
7118 print array-indexes.
7119
7ba3cf9c
DJ
71202005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
7121
7122 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
7123 6.2 and 6.3.
7124
a94ab193
EZ
71252005-08-27 Eli Zaretskii <eliz@gnu.org>
7126
7127 * gdb.texinfo (File Options): Don't document --mapped, it's gone
7128 since 19-Jan-2004.
7129 (Files): Likewise.
ab1adacd
EZ
7130 (Variables, Symbols): Document the "<incomplete type>" message and
7131 its reasons.
a94ab193 7132
ca06016a
FF
71332005-08-01 Fred Fish <fnf@specifix.com>
7134
7135 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
7136
cf58170d
NR
71372005-07-15 Nick Roberts <nickrob@snap.net.nz>
7138
7139 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
7140 option for -var-list-children and -var-update.
7141 (GDB/MI Stack Manipulation): Simplify description of
7142 print-values option for -stack-list-locals.
7143 (GDB/MI Command Description Format): Clarify.
7144 (Mode Options): Spelling of superseded.
7145
38f1196a
BR
71462005-07-12 Bob Rossi <bob@brasko.net>
7147
7148 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
7149 corresponding GDB command comment.
7150
3cb3b8df
BR
71512005-07-06 Bob Rossi <bob@brasko.net>
7152
7153 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
7154 and -inferior-tty-show.
7155 (Input/Output): Document "set/show inferior-tty" and tty alias.
7156
10fac096
NW
71572005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
7158
7159 * gdb.texinfo (Packets): Change description of 'D' packet to note
7160 that GDB does wait for a response.
7161
d1b6db76
NR
71622005-06-22 Nick Roberts <nickrob@snap.net.nz>
7163
7164 * gdb.texinfo (History) Rename "Command History".
7165 (Command History): Move node "Server Prefix" from section on
7166 Annotations here.
7167
29629dcf
NR
71682005-06-19 Nick Roberts <nickrob@snap.net.nz>
7169
7170 * gdb.texinfo (GDB/MI Stack Manipulation):
7171 Re-instate -stack-info-frame with example. Say that it gets
7172 info on selected frame, not current frame.
7173
397ca115
EZ
71742005-06-18 Eli Zaretskii <eliz@gnu.org>
7175
7176 * gdb.texinfo (Server): Clarify that `file' should be used before
7177 connecting to the server.
7178 (Files): Add an xref to the above description.
51274035
EZ
7179 (Output Formats): More detailed description of the `c' format.
7180 (Memory): List explicitly all the formats supported by `x'.
638ac427 7181 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 7182 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
7183 files. Add more indexing for solib-absolute-prefix and
7184 --with-sysroot.
76d17f34
EZ
7185 (Machine Code): Document possible problems with locations in
7186 shared libraries.
d416eeec
EZ
7187 (Backtrace): Document that free-standing environments do not need
7188 to have a `main' function.
397ca115 7189
74f6deaa
NR
71902005-06-18 Nick Roberts <nickrob@snap.net.nz>
7191
7192 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
7193 -stack-info-frame.
7194
a9967aef
AC
71952005-06-07 Andrew Cagney <cagney@gnu.org>
7196
7197 * gdb.texinfo (Contributors): Note the original multi-arch
7198 contributors.
7199
e09f16f9
EZ
72002005-06-03 Eli Zaretskii <eliz@gnu.org>
7201
7202 * gdb.texinfo (Registers): Add index entries for the standard
7203 registers.
7204 (Frames): Add cross-reference from frame pointer description to
7205 the Registers node.
7206 (Annotations Overview): Fix the reference to GDB name.
7207
d87ba7ee
EZ
72082005-06-01 Eli Zaretskii <eliz@gnu.org>
7209
7210 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
7211 can-use-hw-watchpoints.
7212
034dad6f
BR
72132005-05-28 Bob Rossi <bob@brasko.net>
7214
7215 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
7216 the possible reasons why an exec async record would be returned to FE.
7217
ffed4509
AC
72182005-05-26 Andrew Cagney <cagney@gnu.org>
7219
7220 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
7221 Andrew Cagney implemented the original GDB/MI.
7222
e22e55c9
OF
72232005-05-23 Orjan Friberg <orjanf@axis.com>
7224
7225 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
7226 documentation. Add documentation for cris-mode.
7227
a78e13ce
EZ
72282005-05-20 Eli Zaretskii <eliz@gnu.org>
7229
7230 * gdb.texinfo (Numbers): Explain the example and make the wording
7231 more acurate.
7232
76ff342d
DJ
72332005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
7234 Dennis Brueni <dennis@slickedit.com>
7235
7236 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
7237 (GDB/MI Data Manipulation, GDB/MI Program Control)
7238 (GDB/MI Stack Manipulation): Update examples to include the fullname
7239 attribute in stack frames.
7240
119b882a
EZ
72412005-05-12 Eli Zaretskii <eliz@gnu.org>
7242
7243 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
7244 do with other non-standard names of init files.
7245
6fc08d32
EZ
72462005-05-11 Eli Zaretskii <eliz@gnu.org>
7247
7248 * gdb.texinfo (Command Files): Move the description of the startup
7249 from here...
7250 (Startup): ...to this new subsection of the Invocation chapter.
7251 Rearrange the description of init files more logically and add a
7252 cross-reference to "Command Files". Document the special gdbinit
7253 name for CISCO 68k. Expand the description of what GDB does
7254 during startup.
7255 (History): Add index entry for HISTSIZE.
7256
a561754a
MK
72572005-05-02 Mark Kettenis <kettenis@gnu.org>
7258
7259 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
7260
2eecc4ab
EZ
72612005-05-02 Eli Zaretskii <eliz@gnu.org>
7262
7263 * gdb.texinfo (SVR4 Process Information, The isatty call)
7264 (The system call): Don't use foo(N) notation for man pages and
7265 functions.
514c4d71 7266 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 7267
18999be5
EZ
72682005-04-27 Eli Zaretskii <eliz@gnu.org>
7269
7270 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
7271 were optimized away.
7272
0abb7bc7
EZ
72732005-04-22 Eli Zaretskii <eliz@gnu.org>
7274
7275 * gdb.texinfo (Remote configuration): Document "set/show
7276 get-thread-local-storage-address". Add cross-reference to the
7277 description of the qGetTLSAddr packet.
7278 (General Query Packets): Mention "set remote
7279 get-thread-local-storage-address" and add a reference to its
7280 description.
7281
6f61acb1
NR
72822005-04-19 Nick Roberts <nickrob@snap.net.nz>
7283
7284 * gdb.texinfo (Backtrace): Describe 'bt full'.
7285
9d59903a
NR
72862005-04-17 Nick Roberts <nickrob@snap.net.nz>
7287
7288 * gdb.texinfo (Mode Options): Fix typo.
7289 (GDB/MI): Describe how to invoke GDB/MI.
7290
721c2651
EZ
72912005-04-16 Eli Zaretskii <eliz@gnu.org>
7292
7293 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 7294 references changed. Add description of "info udot".
721c2651
EZ
7295 (Files): Document "set/show stop-on-solib-events".
7296 (M32R/D): Document "set/show download-path", "set/show
7297 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
7298 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
7299 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
7300 (Maintenance Commands): Improve indexing.
7301 (Target Commands): Document "set/show hash", "set/show debug
7302 monitor".
7303 (SVR4 Process Information): Document "info pidlist" and "info
7304 meminfo". Document "set/show procfs-tarce" and "set/show
7305 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
7306 (Symbols, The Print Command with Objective-C): Improve indexing.
7307 (Objective-C): Add references to "info classes" and "info
7308 selectors".
c45da7e6
EZ
7309 (Debugging Output): Improve wording. Document "set/show debug
7310 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
7311 (Set Breaks): Add index entry for "hardware breakpoints".
7312 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
7313 and "set/show usehardbreakpoints".
7314 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
7315 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
7316 (ARM): Document "rdilogfile", "rdilogenable", "set/show
7317 rdiromatzero", "set/show rdiheartbeat".
7318 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
7319 "sds".
7320 (Embedded Processors): Document the "sim" command.
7321 (Remote): Document the "remote" command.
7322 (DJGPP Native): Document the "info serial" command.
7323 (Threads): Document "maint info sol-threads".
7324 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
7325 (Set Breaks): Improve indexing.
7326 (Command Syntax): Add a reference to dont-repeat.
7327 (Define): Document "dont-repeat".
7328 (TUI Commands): Document "tabset".
7329 (WinCE): New subsection. Document "set/show remotedirectory",
7330 "set/show remoteupload", "set/show remoteaddhost".
721c2651 7331
14d6dd68
EZ
73322005-04-15 Eli Zaretskii <eliz@gnu.org>
7333
7334 * gdb.texinfo (Hurd Native): New subsection, documents
7335 Hurd-specific commands.
a64548ea 7336 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 7337 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
7338 (MIPS): Improve documentation of heuristic-fence-post. Document
7339 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
7340 mips stack-arg-size", "set/show mips mask-address", "set/show mips
7341 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 7342 (ARM): Document ARM-specific commands.
a64548ea
EZ
7343 (AVR): New section. Document "info io_registers".
7344 (CRIS): New section. Document "set/show cris-version" and
7345 "set/show cris-dwarf2-cfi".
7346 (HPPA): New section. Document "set/show debug hppa" and "maint
7347 print unwind".
a5adf40f 7348 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 7349 (Super-H): New section. Document the "regs" command.
721c2651 7350 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 7351
9c16f35a
EZ
73522005-04-09 Eli Zaretskii <eliz@gnu.org>
7353
7354 * gdb.texinfo (Print Settings): Document "set/show print
7355 pascal_static-members", "set print repeats", "show print
7356 null-stop". Improve indexing. Fix documentation of "set print
7357 union".
7358 (Pascal): New section.
7359 (Supported languages): Rename from "Support"; all references
7360 updated. Add a menu item for Pascal.
7361 (Numbers): Document "set radix.
7362 (Screen Size): Document "set/show pagination".
7363 (MIPS Embedded): Remove "set processor" documentation.
7364 (Remote configuration): Document "set/show X/P/Z-packet",
7365 "set/show read-aux-vector-packet", "set/show remote
7366 symbol-lookup-packet", "set/show remote verbose-resume-packet",
7367 "set/show remoteaddresssize", "set/show remotebaud", "set/show
7368 remotedebug", "set/show remotebreak", "set/show remotedevice",
7369 "set/show remotelogfile".
7370 (Auxiliary Vector): Add reference to the description of the
7371 read-aux-vector-packet setting.
7372 (Set Watchpoints): Add a cross-reference to "set remote
7373 hardware-breakpoint-limit".
7374 (General Query Packets): Add indexing of requests and
7375 cross-references to related commands in "Remote configuration".
7376 (File-I/O Overview, The system call): Fix wording and typos.
7377 (Thread Stops): Add index entries.
7378 (Continuing and Stepping): Document "show step-mode".
7379 (i386): New node. Document "set/show struct-convention".
7380 (Files): Document "show trust-readonly-sections".
7381 (Calling): Document "set/show unwindonsignal".
7382 (Messages/Warnings): Add index entries.
7383 (Maintenance Commands): Document "set/show watchdog".
7384 (Annotations Overview): Document "show annotate".
7385 (Set Watchpoints): Add index entries.
7386 (Symbols): Fix doc of case-sensitive.
7387 (ABI): Document "show coerce-float-to-double".
7388 (Convenience Vars, Help): Improve indexing.
7389 (Machine Code): Document "show disassembly-flavor".
7390 (Debugging C plus plus): Document "show overload-resolution".
7391 (Value History, Signaling): Add index entries.
7392
73932005-04-08 Eli Zaretskii <eliz@gnu.org>
7394
7395 * gdb.texinfo (Show): Move @kindex entries to their proper places.
7396 (Processes): Fix wording.
7397 (History, List, Logging output, Define, Symbols, Print Settings):
7398 Improve indexing.
7399
a8f24a35
EZ
74002005-04-03 Eli Zaretskii <eliz@gnu.org>
7401
7402 * gdb.texinfo (Targets): Document "set/show architecture". Remove
7403 redundant index entry for "target" command.
7404 (Backtrace): Add index entries.
7405 (Symbols, Fortran): Document the "set case-sensitive" command.
7406 (DJGPP Native): Document "set com1base", "set com1irq", etc.
7407 (Print Settings): Add index entry for "set demangle-style".
7408 (Target Commands): Document "set download-write-size".
7409 (Debugging Output): Document "set exec-done-display".
7410
09d4efe1
EZ
74112005-04-02 Eli Zaretskii <eliz@gnu.org>
7412
7413 * gdb.texinfo (Files): Fix the name and documentation of
7414 add-shared-symbol-files. Document its alias assf. Update the
7415 list of OSs where GDB supports shared libraries. Fix markup.
7416 (Continuing and Stepping): Add reference to @var{location} in the
7417 text.
7418 (Dump/Restore Files): Fix reference to @{filename}.
7419 (Help): Fix wording.
7420 (Attach): Ditto.
7421 (Set Watchpoints): Ditto.
7422 (Backtrace): Remove redundant index entries. Improve index
7423 entries.
7424 (Delete Breaks): Fix wording.
7425 (Memory): Document the compare-sections command.
7426 (Memory Region Attributes): Improve wording.
7427 (Disabling): Improve wording.
7428 (Fortran): New subsection. Document the "info common" command.
7429 (Help): Document aliases "info copying" and "info warranty".
7430 (Caching Remote Data): New section. Document the "set/show
7431 remotecache" and "info dcache" commands.
7432 (Show): Fix wording of the documentation of the "set
7433 extension-language" command.
7434 (Signals): Add index entry for "info handle".
7435 (Memory Region Attributes): Fix punctuation.
7436 (Symbols): Change the arg name to "location" and refer to it in
7437 the text. Fix wording of "info types" doc.
7438 (Threads): Fix usage of @enumerate @item's.
7439 (Listing Tracepoints): Add index entry for "info tp".
7440 (Set Watchpoints): Add xref to "info break" description.
7441 (Macros): Add an index entry for "macro exp1". Document the
7442 "macro list" command.
7443 (Maintenance Commands): Document "flushregs", "maint agent",
7444 "maint check-symtabs", "maint cplus", "maint demangle", "maint
7445 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
7446 "maint print architecture", "maint print objfiles", "maint print
7447 statistics", "maint print type", "maint show-debug-regs", "maint
7448 space", "maint time", and "maint translate-address".
7449 (Connecting): Document the "monitor" command.
7450 (Annotations Overview): Describe the "set annotate" command.
7451
82f2d802
EZ
74522005-04-01 Eli Zaretskii <eliz@gnu.org>
7453
7454 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
7455 Rearrange index entries and improve wording about support for
7456 hardware watchpoints.
7457
7d51c7de
BR
74582005-03-10 Bob Rossi <bob@brasko.net>
7459
7460 * gdb.texinfo: Update copyright
7461
68c71a2e
TR
74622005-02-09 Theodore A. Roth <troth@openavr.org>
7463
7464 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
7465 error.
7466
83761cbd
KB
74672005-02-03 Kevin Buettner <kevinb@redhat.com>
7468
7469 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
7470
9f1c6395
MS
74712005-01-17 Michael Snyder <msnyder@redhat.com>
7472
7473 * gdb.texinfo: Fix spelling, infinte -> infinite.
7474
fbd1b305
MK
74752005-01-08 Mark Kettenis <kettenis@gnu.org>
7476
7477 * observer.texi (GDB Observers): Document "solib_loaded".
7478
3ace7edb
AC
74792005-01-07 Andrew Cagney <cagney@gnu.org>
7480
bec39cab
AC
7481 * configure.ac: Rename configure.in, require autoconf 2.59.
7482 * configure: Re-generate.
7483
3ace7edb
AC
7484 * configure.in: Replace configdirs with multiple references to
7485 AC_CONFIG_SUBDIRS.
7486 * configure: Re-generate.
5ae4183a 7487
53531fc1
AC
74882005-01-04 Andrew Cagney <cagney@gnu.org>
7489
7490 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
7491 part of the version number.
7492
536ffdb7
MK
74932004-12-24 Mark Kettenis <kettenis@gnu.org>
7494
7495 * gdbint.texinfo (Algorithms): Remove description of
7496 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
7497
e1aac25b
JB
74982004-12-07 Jim Blandy <jimb@redhat.com>
7499
7500 * gdb.texinfo (General Query Packets): Specify that thread ID's in
7501 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
7502 numbers.
7503
f47b1503
AS
75042004-12-07 Andreas Schwab <schwab@suse.de>
7505
7506 * gdb.texinfo (Mode Options): Document -l option.
7507
b6b8ece6
EZ
75082004-12-04 Eli Zaretskii <eliz@gnu.org>
7509
7510 * gdbint.texinfo (Algorithms): More accurate description of
7511 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
7512 is not needed unless data-read and data-access watchpoints are
7513 supported. Add a description of how GDB checks whether the
7514 inferior stopped because a watchpoint was hit.
7515
01371747
EZ
75162004-11-23 Eli Zaretskii <eliz@gnu.org>
7517
7518 * gdb.texinfo (Files): Add cross-reference to description of
7519 -readnow command-line switch.
7520
2315ffec
RC
75212004-11-10 Randolph Chung <tausq@debian.org>
7522
7523 * gdb.texinfo: Document set/show backtrace past-entry commands.
7524 Rearrange index entries for set/show backtrace past-main.
7525
69065f5d
AC
75262004-11-10 Jon Beniston <jon@beniston.com>
7527
7528 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
7529 * gdb.texinfo (Remote Serial Protocol): Further describe
7530 binary transfer escaping mechanism .
69065f5d 7531
30e91e0b
RC
75322004-11-08 Randolph Chung <tausq@debian.org>
7533
7534 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
7535 and "show debug infrun". Add index entries.
7536
60bf7e09
EZ
75372004-10-23 Eli Zaretskii <eliz@gnu.org>
7538
7539 * gdb.texinfo (SVR4 Process Information): Document subcommands of
7540 "info proc" that are already implemented. Add index entries.
7541 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
7542 (Files): Add a tip for decreasing memory used for symtabs from
7543 shared libraries.
f018e82f
EZ
7544 (Starting): Fix whitespace; make "elaboration" stand out where it
7545 is first used, and add an index entry for the term.
f8568604
EZ
7546 (Calling): Expand and elaborate text. Add "print". Add the
7547 description of problems with weak aliases.
384ee23f 7548 (Core File Generation): New section.
60bf7e09 7549
d52fe014
AC
75502004-10-12 Andrew Cagney <cagney@gnu.org>
7551
7552 * gdbint.texinfo (Versions and Branches): New chapter.
7553 (Releasing GDB): Delete "Versions and Branches" section.
7554 (Top): Add "Versions and Branches".
7555
703663ab
EZ
75562004-10-08 Eli Zaretskii <eliz@gnu.org>
7557
7558 * gdb.texinfo (Editing, History): Add cross-references to the
7559 included Readline and History user documentation. Remove
7560 references to the symbol have-readline-appendices which is unused
7561 and undefined.
7562 (History): Fix indexing.
7563
ac77d04f
JJ
75642004-10-08 Jeff Johnston <jjohnstn@redhat.com>
7565
7566 * gdbint.texinfo (target_stopped_data_address): Update to
7567 new prototype.
7568 (i386_stopped_data_address): Update prototype and description.
7569 (i386_stopped_by_watchpoint): New function and description.
7570
e07c999f
PH
75712004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
7572
7573 * gdb.texinfo (Filenames): Add Ada suffixes.
7574 (Ada) New section.
7575
2e868123
AC
75762004-09-27 Andrew Cagney <cagney@gnu.org>
7577 Robert Picco <Robert.Picco@hp.com>
7578
7579 * gdb.texinfo (Packets): Document the "p" packet.
7580
02a57714
JM
75812004-09-21 Jason Molenda (jmolenda@apple.com)
7582
7583 * gdb.texinfo (Paths and Names of the Source Files): Document the
7584 meaning of values in the 'desc' field of a SO stab.
7585
ae038cb0
DJ
75862004-09-20 Daniel Jacobowitz <dan@debian.org>
7587
7588 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
7589 max-cache-age" and "maint show dwarf2 max-cache-age".
7590
f7dc1244
EZ
75912004-09-16 Eli Zaretskii <eliz@gnu.org>
7592
7593 * gdb.texinfo (Set Breaks): Add index entry for setting
7594 breakpoints on overloaded C++ functions that are not members of
7595 any classes. Add an example and an index entry for setting
7596 breakpoints on all program functions.
7597 (Character Sets, Macros, Overlay Commands)
7598 (Non-debug DLL symbols, GDB/MI Output Syntax)
7599 (Annotations Overview, Maintenance Commands, File-I/O Overview):
7600 Use "(@value{GDBP})" instead of a literal "(gdb)".
7601
f810308b
AC
76022004-09-12 Andrew Cagney <cagney@gnu.org>
7603
7604 * gdbint.texinfo (Native Debugging): Delete description of
7605 FILES_INFO_HOOK.
7606
15a661f3
PH
76072004-09-11 Paul Hilfinger <hilfinger@gnat.com>
7608
5ae4183a
AS
7609 * gdbint.texinfo (User Interface): Change local_hex_string_custom
7610 to hex_string_custom (not historically correct, but more
15a661f3
PH
7611 understandable, given the current code).
7612
f3219c75
AC
76132004-09-03 Andrew Cagney <cagney@gnu.org>
7614
7615 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
7616
f3bb6704
JJ
76172004-09-01 Jeff Johnston <jjohnstn@redhat.com>
7618
7619 * observer.texi (solib_unloaded): New observer.
7620
8d2c00cb
AC
76212004-08-24 Andrew Cagney <cagney@gnu.org>
7622
7623 * gdbint.texinfo (Target Architecture Definition): Add missing
7624 comma.
7625
e7dc800a
MC
76262004-08-20 Michael Chastain <mec.gnu@mindspring.com>
7627
7628 * (Using the Testsuite): build != host is supported,
7629 but some test scripts do not support build != host.
7630
73b03683
MK
76312004-08-14 Mark Kettenis <kettenis@gnu.org>
7632
7633 * gdbint.texinfo (Host Definition): Delete description of
7634 FCLOSE_PROVIDED and GETENV_PROVIDED.
7635
c0ccb908
MK
76362004-08-05 Mark Kettenis <kettenis@chello.nl>
7637
7638 * gdbint.texinfo (Host Definition): Delete description of
7639 NO_SYS_FILE.
7640 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
7641 PTRACE_FP_BUG.
7642
9c8dbfa9
AC
76432004-08-05 Andrew Cagney <cagney@gnu.org>
7644
7645 * gdbint.texinfo (Target Architecture Definition): Delete
7646 reference to deprecated_read_fp.
7647
f42accbe
AC
76482004-08-02 Andrew Cagney <cagney@gnu.org>
7649
7650 * gdbint.texinfo (Target Architecture Definition): Delete
7651 description of DEPRECATED_REGISTER_BYTES.
7652
0b66e38c
EZ
76532004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
7654
7655 * gdb.texinfo (Source Path): Document the new behavior of
7656 searching for the source files.
7657
15387254
EZ
76582004-07-17 Eli Zaretskii <eliz@gnu.org>
7659
7660 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
7661 (Search, Expressions, Arrays, Variables, Data, Machine Code)
7662 (Auto Display): Improve indexing.
7663
2c07db7a
AC
76642004-07-16 Andrew Cagney <cagney@gnu.org>
7665
7666 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
7667 "-noasync".
7668
4644b6e3
EZ
76692004-07-09 Eli Zaretskii <eliz@gnu.org>
7670
7671 * gdb.texinfo: Fix @kindex entries so that multiple commands that
7672 have the same prefix have only their prefix in the index.
7673
7561d450
MK
76742004-07-03 Mark Kettenis <kettenis@gnu.org>
7675
7676 * gdb.texinfo (BSD libkvm Interface): New node (section)
7677 (Native): Add it to the menu.
7678
67bebe79
MK
76792004-07-01 Mark Kettenis <kettenis@gnu.org>
7680
7681 * gdbint.texinfo (Target Architecture Definition): Remove
7682 PCC_SOL_BROKEN.
7683
1a6923e0
MK
76842004-06-24 Mark Kettenis <kettenis@gnu.org>
7685
7686 * gdbint.texinfo (Target Architecture Definition): Remove
7687 SUN_FIXED_LBRAC_BUG.
7688
b435e160
AC
76892004-06-26 Andrew Cagney <cagney@gnu.org>
7690
7691 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
7692
b5622e8d
AC
76932004-06-20 Andrew Cagney <cagney@gnu.org>
7694
7695 * gdbint.texinfo (Target Architecture Definition): Deprecate
7696 USE_STRUCT_CONVENTION.
7697
e0c07bf0
MC
76982004-06-19 Michael Chastain <mec.gnu@mindspring.com>
7699
7700 gdb.texinfo (Bug Reporting): Mention session recording,
7701 with the script command or Emacs.
7702
782263ab
AC
77032004-06-18 Andrew Cagney <cagney@gnu.org>
7704
7705 * gdbint.texinfo (Target Architecture Definition): Deprecate
7706 FUNCTION_START_OFFSET.
7707
03727ca6
AC
77082004-06-14 Andrew Cagney <cagney@gnu.org>
7709
7710 Based on changes from Karl Berry.
7711 * gdb.texinfo: Do not use @sc in a direntry.
7712 * stabs.texinfo: Change @dircateogry to "Software development".
7713 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
7714
97092415
AC
77152004-06-13 Andrew Cagney <cagney@gnu.org>
7716
7717 * gdbint.texinfo (Target Architecture Definition): Delete
7718 description of RETURN_VALUE_ON_STACK.
7719
1f6d4158
AC
77202004-06-09 Andrew Cagney <cagney@gnu.org>
7721
7722 * gdbint.texinfo (Native Debugging): Restore "@table @code"
7723 deleted by previous patch.
7724
d966f0cb
AC
77252004-06-08 Andrew Cagney <cagney@gnu.org>
7726
7727 * gdbint.texinfo (Native Debugging): Delete documentation on
7728 ATTACH_DETACH.
7729
86fe4aaa
RC
77302004-06-06 Randolph Chung <tausq@debian.org>
7731
7732 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
7733
d4b6d575
RC
77342004-06-06 Randolph Chung <tausq@debian.org>
7735
5ae4183a 7736 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
7737 the new push_dummy_call method signature. Describe the function
7738 argument.
7739
4e8b0763
JB
77402004-05-24 Joel Brobecker <brobecker@gnat.com>
7741
7742 * gdb.texinfo (Starting): Document new start command.
7743
59caf092
AC
77442004-05-21 Andrew Cagney <cagney@redhat.com>
7745
7746 * observer.texi (GDB Observers): Document "inferior_created".
7747
e4a2df64
AC
77482004-05-08 Andrew Cagney <cagney@redhat.com>
7749
e6b55ae2
AC
7750 * gdbint.texinfo (Target Architecture Definition): Delete
7751 description of DO_DEFERRED_STORES.
7752
28954179
AC
7753 * gdbint.texinfo (Target Architecture Definition): Delete
7754 references to DEPRECATED_FIX_CALL_DUMMY.
7755
434b87dd
AC
7756 * gdbint.texinfo (Target Architecture Definition): Delete
7757 description of DEPRECATED_CALL_DUMMY_WORDS,
7758 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
7759
58d28df8
AC
7760 * gdbint.texinfo (Target Architecture Definition): Delete
7761 description of DEPRECATED_PUSH_DUMMY_FRAME.
7762
e4a2df64
AC
7763 * gdbint.texinfo (Target Architecture Definition): Delete
7764 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
7765
2b4855ab
AC
77662004-05-07 Andrew Cagney <cagney@redhat.com>
7767
7768 * observer.texi (GDB Observers): Add "Debugging" section. Include
7769 cross reference to "set/show debug observer".
7770 * gdb.texinfo (Debugging Output): Document "set/show debug
7771 observer".
7772
fcf70625
AC
77732004-05-01 Andrew Cagney <cagney@redhat.com>
7774
7775 * gdbint.texinfo (Target Architecture Definition): Delete
7776 description of DEPRECATED_PC_IN_SIGTRAMP.
7777
8ee56bcf
AC
77782004-04-30 Andrew Cagney <cagney@redhat.com>
7779
7780 * gdbint.texinfo (Target Architecture Definition): Delete
7781 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
7782
67ab9a76
OF
77832004-04-30 Orjan Friberg <orjanf@axis.com>
7784
7785 * observer.texi (GDB Observers): Correct spelling.
7786
79346bcb
OF
77872004-04-26 Orjan Friberg <orjanf@axis.com>
7788
7789 * observer.texi (GDB Observers): Add target_changed event.
7790
7a464420
AC
77912004-04-08 Andrew Cagney <cagney@redhat.com>
7792
7793 * observer.texi (GDB Observers): Rework, provide generic observer
7794 definitions and then a list of observable events.
7795
6cdf9d98
AC
77962004-04-04 Andrew Cagney <cagney@redhat.com>
7797
7798 * gdbint.texinfo (Host Definition): Delete reference to
7799 NO_SIGINTERRUPT.
7800
ddc135a4
AC
78012004-04-02 Andrew Cagney <cagney@redhat.com>
7802
7803 * gdbint.texinfo (Target Architecture Definition): Delete
7804 reference to DEPRECATED_CALL_DUMMY_LENGTH.
7805
6a1b180d
SC
78062004-03-28 Stephane Carrez <stcarrez@nerim.fr>
7807
7808 * gdb.texinfo (TUI Commands): Document tui reg commands.
7809
d0d5df6f
AC
78102004-03-26 Andrew Cagney <cagney@redhat.com>
7811
7812 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
7813 "gdbtui".
7814 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
7815 (Contributors): Mention both Text and Terminal User Interface.
7816
aa2a3f87
AC
78172004-03-23 Andrew Cagney <cagney@redhat.com>
7818
7819 * gdbint.texinfo (Target Architecture Definition): Deprecate
7820 references to SIGTRAMP_START and SIGTRAMP_END.
7821
f561f026
AC
78222004-03-23 Andrew Cagney <cagney@redhat.com>
7823
7824 * gdbint.texinfo (Target Architecture Definition): Deprecate
7825 references to PC_IN_SIGTRAMP.
7826
33cb8b0f
AC
78272004-03-19 Andrew Cagney <cagney@redhat.com>
7828
7829 * gdbint.texinfo (Target Architecture Definition): Delete
7830 reference to GDB_TARGET_IS_HPPA.
7831
fc989b7a
AC
78322004-03-18 Andrew Cagney <cagney@redhat.com>
7833
7834 * gdbint.texinfo (Coding): Update section on gdbarch_data,
7835 describe pre_init and post_init.
7836
701b08bb
DJ
78372004-03-09 Daniel Jacobowitz <drow@mvista.com>
7838
7839 * gdb.texinfo (Debugging Output): Document values for "set debug
7840 target".
7841
faae5abe
AC
78422004-02-28 Andrew Cagney <cagney@redhat.com>
7843
7844 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
7845
dd79a6cf
JJ
78462004-02-26 Jeff Johnston <jjohnstn@redhat.com>
7847
7848 * gdb.texinfo (breakpoints): Add information about the
7849 new "set breakpoint pending" and "show breakpoint pending"
7850 commands.
7851
e7f16015
AC
78522004-02-26 Andrew Cagney <cagney@redhat.com>
7853
7854 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
7855 in Per-architecture module data section.
7856
7161a3a6
RM
78572004-02-25 Roland McGrath <roland@redhat.com>
7858
7859 * gdb.texinfo (General Query Packets): Document qPart:... packets.
7860
2154891a
AC
78612004-02-24 Andrew Cagney <cagney@redhat.com>
7862
7863 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
7864 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
7865 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 7866
6c74ac8b
AC
78672004-02-17 Andrew Cagney <cagney@redhat.com>
7868
7869 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
7870
19772a2c
AC
78712004-02-16 Andrew Cagney <cagney@redhat.com>
7872
7873 * gdbint.texinfo (Target Architecture Definition): Deprecate
7874 FRAMELESS_FUNCTION_INVOCATION.
7875
c9830293
AC
78762004-02-16 Andrew Cagney <cagney@redhat.com>
7877
7878 * gdbint.texinfo (Coding): Mention -Wunused-function.
7879
b9d26eb9
AC
78802004-02-14 Andrew Cagney <cagney@redhat.com>
7881
7882 * gdbint.texinfo (Target Architecture Definition): Delete
7883 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
7884
49efadf5
EZ
78852004-02-12 Elena Zannoni <ezannoni@redhat.com>
7886
7887 * gdb.texinfo: Properly quote the name "C++".
7888 * gdbint.texinfo: Ditto.
7889 * stabs.texinfo: Ditto.
7890
1eb288ea
EZ
78912004-02-11 Elena Zannoni <ezannoni@redhat.com>
7892
7893 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
7894 minimal information about libiberty.
7895
e4937fc1
MC
78962004-02-06 Michael Chastain <mec.gnu@mindspring.com>
7897
7898 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
7899
a9331b3f
RM
79002004-02-04 Roland McGrath <roland@redhat.com>
7901
7902 * gdb.texinfo (Auxiliary Vector): New node (section).
7903 (Data): Add it to the menu.
7904
2650777c
JJ
79052004-02-02 Jeff Johnston <jjohnstn@redhat.com>
7906
7907 * gdb.texinfo (Breakpoints): Add information about pending
7908 breakpoint support.
7909
b4501125
AC
79102004-01-26 Andrew Cagney <cagney@redhat.com>
7911
7912 * gdb.texinfo (Overview): Delete references to the cisco protocol
7913 including the "N" response.
7914
74055713
AC
79152004-01-26 Andrew Cagney <cagney@redhat.com>
7916
7917 * gdbint.texinfo (Target Architecture Definition): Rename
7918 EXTRACT_STRUCT_VALUE_ADDRESS to
7919 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 7920
3bbe9696
EZ
79212004-01-24 Eli Zaretskii <eliz@gnu.org>
7922
7923 * gdb.texinfo (KOD): Document "show os". Add index entries for
7924 "set/show os" and "info cisco" commands.
7925
5843504f
EZ
79262004-01-21 Eli Zaretskii <eliz@gnu.org>
7927
7928 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
7929
9175c9a3
MC
79302004-01-19 Michael Chastain <mec.gnu@mindspring.com>
7931
7932 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
7933 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
7934
8e94b928
NR
79352004-01-19 Nick Roberts <nick@nick.uklinux.net>
7936
7937 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
7938 -stack-list-locals.
7939 (GDB/MI Variable Objects): Describe extension to
7940 -var-list-children.
7941
a20cf136
DJ
79422004-01-17 Daniel Jacobowitz <drow@mvista.com>
7943
7944 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
7945
afb18d0f
AC
79462004-01-17 Andrew Cagney <cagney@redhat.com>
7947
7948 * gdbint.texinfo (Target Architecture Definition): Delete
7949 documentation on DEPRECATED_NPC_REGNUM.
7950
b51970ac
DJ
79512004-01-13 Daniel Jacobowitz <drow@mvista.com>
7952
7953 * gdb.texinfo: Update copyright year. Mention that set
7954 follow-fork-mode is supported on GNU/Linux. Remove documentation of
7955 "set follow-fork-mode ask".
7956
0f0cffd2
AC
79572004-01-13 Andrew Cagney <cagney@redhat.com>
7958
7959 * gdbint.texinfo: Update copyright year.
7960 (Coding): Add -Wunused-label to list of -Werror warnings.
7961
c552b3bb 79622004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 7963 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
7964
7965 * gdb.texinfo: Update copyright.
7966 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
7967 around names, as appropriate. Minor syntax cleanup of
7968 _NSPrintForDebugger explanation. Two spaces after periods.
7969 GDBN used instead of lit. "gdb". Index entries added for
7970 print-object and _NSPrintForDebugger. @noindent added in one spot.
7971
afe157ca
EZ
79722003-11-11 Elena Zannoni <ezannoni@redhat.com>
7973
7974 * stabs.texinfo: Add dircategory and direntry commands.
7975 * annotate.texinfo: Ditto.
7976
963e2bb7
AC
79772003-11-10 Andrew Cagney <cagney@redhat.com>
7978
7979 * gdbint.texinfo (Target Architecture Definition): Replace the
7980 return_value method's "inval" and "outval" parameters with
7981 "readbuf" and "writebuf".
7982
1d8b2f28
JB
79832003-10-28 Jim Blandy <jimb@redhat.com>
7984
7985 * gdb.texinfo (The F request packet, The F reply packet): Renamed
7986 from "The `F' request packet" and "The `F' reply packet", to make
7987 texi2dvi happy.
7988 (File-I/O remote protocol extension): Update menu entries, too.
7989
36d86913
MC
79902003-10-26 Michael Chastain <mec@shout.net>
7991
7992 * gdb.texinfo (Thread Stops): Document the issue with
7993 premature return from system calls in multi-threaded programs.
7994
ce2826aa
AC
79952003-10-24 Andrew Cagney <cagney@redhat.com>
7996
7997 * annotate.texinfo: Fix "fortunatly"[sic].
7998
f24c5e49
KI
79992003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
8000
8001 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
8002 with "Hitachi" and "Mitsubishi".
8003
92ad9cd9
AC
80042003-10-20 Andrew Cagney <cagney@redhat.com>
8005
8006 * gdbint.texinfo (Target Architecture Definition): Document
8007 gdbarch_return_value. Add cross references from
8008 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
8009 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
8010
0ab4b752
MK
80112003-10-18 Mark Kettenis <kettenis@gnu.org>
8012
8013 * gdbint.texinfo (Target Architecture Definition): Document
8014 regset_from_core_section.
fb3e19c0
KI
8015
80162003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
8017
8018 * gdb.texinfo (M32R/D): Mention m32rsdi target.
8019
a9331b3f 80202003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
8021
8022 From Anthony Green <green@redhat.com>:
5ae4183a 8023 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 8024
1485d690
KB
80252003-10-14 Kevin Buettner <kevinb@redhat.com>
8026
889bf7c5
PA
8027 * gdb.texinfo (Breakpoint related warnings): New node.
8028 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 8029
86d30acc
DJ
80302003-10-13 Daniel Jacobowitz <drow@mvista.com>
8031
8032 * gdb.texinfo (Remote Protocol): Document v and vCont.
8033
172c2a43
KI
80342003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8035
8036 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
8037 * gdbint.texinfo: Ditto.
8038
71952f4c
AC
80392003-10-09 Andrew Cagney <cagney@redhat.com>
8040
8041 From 2003-09-18 David Anderson <davea@sgi.com>:
8042 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
8043 "command".
8044
268e2188
AC
80452003-10-03 Andrew Cagney <cagney@redhat.com>
8046
8047 * gdbint.texinfo (Target Architecture Definition): Deprecate
8048 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
8049 just target.
8050
12c266ea 80512003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 8052
f30992d4 8053 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
8054 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
8055 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
8056 * gdbint.texinfo (Target Architecture Definition): Rename
8057
80582003-09-30 Andrew Cagney <cagney@redhat.com>
8059
f30992d4 8060 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 8061 (Target Architecture Definition):
f30992d4 8062
2e092625
AC
8063 * gdbint.texinfo (Target Architecture Definition): Rename
8064 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
8065
0717ae8a
AC
80662003-09-29 Andrew Cagney <cagney@redhat.com>
8067
dad809b7
AC
8068 * gdbint.texinfo (Target Architecture Definition): Delete
8069 documentation for NEED_TEXT_START_END.
8070
0717ae8a
AC
8071 * gdbint.texinfo (Target Architecture Definition): Rename
8072 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
8073 TARGET_WRITE_PC.
a9331b3f 8074
af6cf26d
MC
80752003-09-22 Michael Chastain <mec@shout.net>
8076
8077 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
8078
ee206350
AG
80792003-09-21 Anthony Green <green@redhat.com>
8080
8081 * gdbint.texinfo (Target Architecture Definition): Fix typos.
8082
a38c9fe6
MK
80832003-09-21 Mark Kettenis <kettenis@gnu.org>
8084
8085 * gdbint.texinfo (Target Architecture Definition): Document
8086 stabs_argument_has_addr.
8087
77949794
AC
80882003-09-18 Andrew Cagney <cagney@redhat.com>
8089
8090 * gdbint.texinfo (Target Architecture Definition): Delete
8091 documentation on REGISTER_NAMES.
8092
8e823e25
MK
80932003-09-13 Mark Kettenis <kettenis@gnu.org>
8094
8095 * gdbint.texinfo (Target Architecture Definition): Replace
8096 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
8097
f27dd7fd
AC
80982003-09-11 Andrew Cagney <cagney@redhat.com>
8099
8100 * gdbint.texinfo (Target Architecture Definition): Replace
8101 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
8102
8b148df9
AC
81032003-08-18 Andrew Cagney <cagney@redhat.com>
8104
8105 * gdbint.texinfo (Target Architecture Definition): Document
8106 "frame_red_zone_size".
8107
25d29d70
AC
81082003-08-09 Andrew Cagney <cagney@redhat.com>
8109
8110 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
8111 with "set/show backtrace past-main" and "set/show backtrace
8112 limit".
8113
c938e9b0
L
81142003-08-08 H.J. Lu <hongjiu.lu@intel.com>
8115
8116 * Makefile.in (install-info): Support DESTDIR.
8117 (install-html): Likewise.
8118
64fabec2
AC
81192003-08-07 Andrew Cagney <cagney@redhat.com>
8120
8121 Patch from Nick Roberts.
8122 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
8123 bindings. Remove description of send-gdb-command.
8124
2fcf52f0
AC
81252003-08-07 Andrew Cagney <cagney@redhat.com>
8126
8127 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
8128 GDB 6.0.
8129
086432e2
AC
81302003-08-06 Andrew Cagney <cagney@redhat.com>
8131
8132 * gdb.texinfo (Mode Options): Mention that level three is the
8133 highest available and that level 2 is deprecated.
8134 (Annotations Overview): Mention annotation levels. Cross reference
8135 to "Limitations of the Annotation Interface" in annotate.texi.
8136 (TODO, Value Annotations, Frame Annotations): Delete section.
8137 (Displays, Breakpoint Info): Delete.
8138
e5249f67
AC
81392003-08-04 Andrew Cagney <cagney@redhat.com>
8140
8141 * agentexpr.texi: Delete @bye.
8142 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
8143 (stabs.info): Add $(srcdir) to include search path.
8144 (html): Depend on "annotate_toc.html", and not "annotate.html".
8145 * stabs.texinfo: Ditto. Include "fdl.texi".
8146 * gdbint.texinfo: Update copyright statement's list of invariant
8147 sections.
8148
e6f672d2
AC
81492003-07-28 Andrew Cagney <cagney@redhat.com>
8150
8151 * Makefile.in (INFO_DEPS): Add annotate.info.
8152 (dvi, ps, html, pdf): Add annotate.
8153 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
8154 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
8155 (ANNOTATE_DOC_FILES): New macro.
8156 (ANNOTATE_TEX_TMPS): New macro.
8157 (annotate.info, annotate_toc.html): Specify dependencies.
8158 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
8159 * annotate.texinfo: Rename annotate.texi. Get building. Add
8160 "Migrating to GDB/MI" and "Limitations of the Annotation
8161 Interface" chapters. Mention why it is not part of the user
8162 guide. Update copyright notice. Include "fdl.texi".
8163
72ffddc9
SC
81642003-07-26 Stephane Carrez <stcarrez@nerim.fr>
8165
8166 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
8167
a9f12a31
DJ
81682003-07-24 Daniel Jacobowitz <drow@mvista.com>
8169
8170 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
8171
b1fe9455
DJ
81722003-07-24 Daniel Jacobowitz <drow@mvista.com>
8173
8174 * gdb.texinfo (Server): Mention pidof.
8175
153721e6
AC
81762003-07-22 Andrew Cagney <cagney@redhat.com>
8177
8178 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
8179 list.
8180
0fac0b41
DJ
81812003-06-28 Daniel Jacobowitz <drow@mvista.com>
8182
8183 * gdb.texinfo (Logging output): New chapter.
8184
4e562065
JB
81852003-06-24 Joel Brobecker <brobecker@gnat.com>
8186
8187 * gdb.texinfo (Unsupported languages): New section.
8188 (Languages): Add link to new section.
8189
f2c06f52
AC
81902003-06-22 Andrew Cagney <cagney@redhat.com>
8191
8192 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
8193
b4177fca
DJ
81942003-06-22 Daniel Jacobowitz <drow@mvista.com>
8195
8196 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
8197
f418dd93
DJ
81982003-06-22 Daniel Jacobowitz <drow@mvista.com>
8199
8200 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
8201 * agentexpr.texi: Retitle section, and change it to an appendix.
8202 Comment out texinfo initialization. Factor a @var{} into two
8203 pieces to prevent makeinfo warnings.
8204 * gdb.texinfo: Add Agent Expressions appendix.
8205
4ca61388
DJ
82062003-06-19 Daniel Jacobowitz <drow@mvista.com>
8207
8208 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
8209
07f31aa6
DJ
82102003-06-18 Daniel Jacobowitz <drow@mvista.com>
8211
5ae4183a 8212 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
8213 remote target". Document the "detach" and "disconnect" commands.
8214 (Server, Netware, Debug Session): Reference "Connecting to a
8215 remote target".
8216 (GDB/MI Target Manipulation): Document "-target-disconnect".
8217
2dd0da42
AC
82182003-06-13 Andrew Cagney <cagney@redhat.com>
8219
8220 * gdbint.texinfo (Target Architecture Definition): Deprecate
8221 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
8222 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
8223
e7a3abfc
JB
82242003-06-09 Jim Blandy <jimb@redhat.com>
8225
8226 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
8227
25e3a86b
AC
82282003-06-08 Andrew Cagney <cagney@redhat.com>
8229
8230 * gdbint.texinfo (Target Architecture Definition): Delete
8231 documentation on FRAME_ARGS_ADDRESS_CORRECT.
8232
a9e5fdc2
AC
82332003-06-08 Andrew Cagney <cagney@redhat.com>
8234
8235 * gdbint.texinfo (Target Architecture Definition): Document
8236 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
8237
b37303ee
AF
82382003-06-07 Adam Fedor <fedor@gnu.org>
8239
8240 * gdb.texinfo: Add Objective-C documentation.
8241
39fe6e80
AC
82422003-06-01 Andrew Cagney <cagney@redhat.com>
8243
8244 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
8245 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
8246
125309b2
AC
82472003-05-21 Andrew Cagney <cagney@redhat.com>
8248
8249 * gdbint.texinfo (Target Architecture Definition): Delete
8250 references to "extract_address" and "store_address".
8251
b8b527c5
AC
82522003-05-16 Andrew Cagney <cagney@redhat.com>
8253
8254 * gdbint.texinfo (Target Architecture Definition): Replace
8255 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
8256 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
8257
50e3ee83
TR
82582003-05-14 Theodore A. Roth <troth@openavr.org>
8259
8260 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
8261
44e2be90
L
82622003-05-10 H.J. Lu <hongjiu.lu@intel.com>
8263
8264 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
8265 (gdb.dvi): Likewise.
8266 (gdb.pdf): Likewise.
8267 (links2roff): Likewise.
8268
df5215a6
JB
82692003-05-08 Jim Blandy <jimb@redhat.com>
8270
8271 * gdb.texinfo (Dump/Restore Files): Update documentation for
8272 'dump', 'append', and 'restore': note that format argument is
8273 optional; simplify presentation of the command variants; and be
8274 more precise about the formats.
8275
5e7b2f39
JB
82762003-05-07 Jim Blandy <jimb@redhat.com>
8277
8278 * gdb.texinfo (Symbols): Update documentation: 'maint list
8279 symtabs' and 'maint list psymtabs' have been renamed 'maint info
8280 symtabs' and 'maint info psymtabs'.
8281
b1e29e33
AC
82822003-05-05 Andrew Cagney <cagney@redhat.com>
8283
8284 * gdbint.texinfo (Target Architecture Definition): Make
8285 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
8286 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
8287 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
8288
00905d52
AC
82892003-05-04 Andrew Cagney <cagney@redhat.com>
8290
8291 * gdb.texinfo (Maintenance Commands): Document "maint print
8292 dummy-frames".
8293
54ff5908
AC
82942003-05-04 Andrew Cagney <cagney@redhat.com>
8295
8296 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
8297
32e7087d
JB
82982003-05-03 J. Brobecker <brobecker@gnat.com>
8299
8300 Thierry Schneider <tpschneider1@yahoo.com>
8301 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
8302 for new MI command.
8303
7043d8dc
AC
83042003-05-03 Andrew Cagney <cagney@redhat.com>
8305
8306 * gdbint.texinfo (Target Architecture Definition): Document
8307 push_dummy_code. Add cross references.
8308
e33d66ec
EZ
83092003-05-02 Elena Zannoni <ezannoni@redhat.com>
8310
8311 * gdb.texinfo (Character Sets): Update to reflect new behavior of
8312 set/show charsets commands.
8313
0ba6dca9
AC
83142003-04-28 Andrew Cagney <cagney@redhat.com>
8315
8316 * gdbint.texinfo (Target Architecture Definition): Replace
8317 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
8318 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
8319
d7a27068
AC
83202003-04-28 Andrew Cagney <cagney@redhat.com>
8321
8322 * gdbint.texinfo (Target Architecture Definition): Rename
8323 "tm_print_insn" to "deprecated_tm_print_insn".
8324
44ea7b70
JB
83252003-04-09 Jim Blandy <jimb@redhat.com>
8326
8327 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
8328 list psymtabs'.
8329
fb8f8949
AC
83302003-04-08 Andrew Cagney <cagney@redhat.com>
8331
8332 * gdbint.texinfo (Target Architecture Definition): Delete
8333 references to EXTRA_FRAME_INFO.
8334
32fb0f22
AC
83352003-04-08 Andrew Cagney <cagney@redhat.com>
8336
8337 * gdbint.texinfo (Target Architecture Definition): Delete
8338 PRINT_TYPELESS_INTEGER.
8339
6be67e67
JB
83402003-04-02 J. Brobecker <brobecker@gnat.com>
8341
8342 * observer.texi (GDB Observers): Adjust the documentation for the
8343 normal_stop notification to better describe reality. Fix a couple
8344 of minor typos.
8345
4e35d5f0
BR
83462003-04-02 Bob Rossi <bob_rossi@cox.net>
8347
a9331b3f 8348 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
8349 '-file-list-exec-source-file'
8350
e8a8712a
AC
83512003-03-31 Andrew Cagney <cagney@redhat.com>
8352
8353 * gdbint.texinfo (Target Architecture Definition): Delete
8354 references to CALL_DUMMY_P.
8355
6c0e89ed
AC
83562003-03-30 Andrew Cagney <cagney@redhat.com>
8357
8358 * gdbint.texinfo (Target Architecture Definition): Remove
8359 reference to TARGET_WRITE_SP.
a9331b3f 8360
378bfd1b
AC
83612003-03-27 Andrew Cagney <cagney@redhat.com>
8362
8363 * gdbint.texinfo (Target Architecture Definition): Remove
8364 references to write_sp.
6c0e89ed 8365
922fbb7b
AC
83662003-03-27 Andrew Cagney <cagney@redhat.com>
8367
8368 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
8369 chapter body. Use @smallexample instead of @example.
8370 (Annotations): Ditto.
8371 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
8372 annotate.texi.
8373
b81774d8
AC
83742003-03-26 Andrew Cagney <cagney@redhat.com>
8375
8376 * gdbint.texinfo (Target Architecture Definition): Replace
8377 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
8378 dummy_addr parameters.
8379
1bf6d5cc
AC
83802003-03-25 Andrew Cagney <cagney@redhat.com>
8381
8382 * gdbint.texinfo (Target Architecture Definition): Delete
8383 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
8384 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8385 Add reference to PUSH_ARGUMENTS.
8386
618ce49f
AC
83872003-03-23 Andrew Cagney <cagney@redhat.com>
8388
8389 * gdbint.texinfo (Algorithms, Target Architecture Definition):
8390 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
8391
bcd7e15f
JB
83922003-03-18 J. Brobecker <brobecker@gnat.com>
8393
8394 * gdbint.texinfo (Algorithms): Add new section describing the
8395 Observer paradigm.
8396 (Top): Add menu entry to new observer appendix.
8397 * observer.texi: New file.
8398 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
8399 new observer.texi file.
8400
9fe8321b
AC
84012003-03-17 Andrew Cagney <cagney@redhat.com>
8402
8403 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
8404 that GNU Press update the manual version number.
8405
ac2adee5
AC
84062003-03-12 Andrew Cagney <cagney@redhat.com>
8407
8408 * gdbint.texinfo (Target Architecture Definition): Delete
8409 references to get_saved_register. Rename GET_SAVED_REGISTER to
8410 DEPRECATED_GET_SAVED_REGISTER.
8411
749b82f6
AC
84122003-03-13 Andrew Cagney <cagney@redhat.com>
8413
8414 * gdbint.texinfo (Target Architecture Definition): Replace
8415 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
8416
8bedc050
AC
84172003-03-12 Andrew Cagney <cagney@redhat.com>
8418
8419 * gdbint.texinfo (Target Architecture Definition): Rename
8420 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 8421
0ce1b118
CV
84222003-03-10 Corinna Vinschen <vinschen@redhat.com>
8423
8424 * gdb.texinfo: Add File-I/O documentation.
8425
12cc2063
AC
84262003-03-10 Andrew Cagney <cagney@redhat.com>
8427
8428 * gdbint.texinfo (Target Architecture Definition): Cross reference
8429 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
8430
7453dc06
AC
84312003-03-07 Andrew Cagney <cagney@redhat.com>
8432
8433 * gdb.texinfo (Debugging Output): Mention the "set/show debug
8434 frame" command.
8435
6314f104
AC
84362003-03-05 Andrew Cagney <cagney@redhat.com>
8437
8438 * gdbint.texinfo (Target Architecture Definition): Document
8439 unwind_dummy_id. Cross reference unwind_dummy_id and
8440 SAVE_DUMMY_FRAME_TOS.
8441
f1212245
DJ
84422003-03-05 James Ingham <jingham@apple.com>
8443 Daniel Jacobowitz <drow@mvista.com>
8444
8445 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
8446 and "show cp-abi".
8447
77e7e267
AC
84482003-03-03 Andrew Cagney <cagney@redhat.com>
8449
8450 * gdbint.texinfo (Target Architecture Definition): Document
8451 register_type.
8452
838a8221
AC
84532003-03-03 Andrew Cagney <cagney@redhat.com>
8454
8455 * stabs.texinfo (Structures): Use @samp and separate @var's
8456 instead of a single @var containing a comma separated list.
8457 (Unions): Ditto.
8458
d7f4a264
DJ
84592003-03-02 Daniel Jacobowitz <drow@mvista.com>
8460
8461 * Makefile.in (distclean): Remove config.log.
8462
f30ee0bc
AC
84632003-03-01 Andrew Cagney <cagney@redhat.com>
8464
8465 * gdbint.texinfo (Target Architecture Definition): Rename
8466 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
8467
84682003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
8469
8470 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
8471 DEPRECATED_INIT_EXTRA_FRAME_INFO.
8472
be448670
CF
84732003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
8474
8475 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
8476 (Non-debug DLL symbols): New node, describing the minimal symbols
8477 loaded from DLLs without real debugging symbols.
8478
501eef12
AC
84792003-02-20 Andrew Cagney <ac131313@redhat.com>
8480
8481 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
8482 hardware-breakpoint-limit".
8483 (Set Watchpoints): Add cross reference to "set remote
8484 hardware-watchpoint-limit".
8485 (Remote configuration options): New section.
8486
21c294e6
AC
84872003-02-04 Andrew Cagney <ac131313@redhat.com>
8488
e9be73e4
AC
8489 * gdbint.texinfo (Target Architecture Definition): Delete
8490 descrption of IS_TRAPPED_INTERNALVAR.
8491
21c294e6
AC
8492 From Keith Seitz <keiths@redhat.com>:
8493 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
8494 option "-i"/"--interpreter" to this chapter. Include index
8495 entries.
8496
0179ffac
DC
84972003-02-04 David Carlton <carlton@math.stanford.edu>
8498
8499 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
8500 (Variables): Recommend stabs+ and DWARF 2.
8501 (C plus plus expressions): Correct info about
8502 compiler versions, debug formats.
8503 (Contributors): Change 'DWARF2' to 'DWARF 2'.
8504 PR symtab/874.
8505
7ca9f392
AC
85062003-02-01 Andrew Cagney <ac131313@redhat.com>
8507
8508 * gdbint.texinfo (Target Architecture Definition): Delete
8509 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
8510 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
8511 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
8512 references to nindy and i960.
8513 * gdb.texinfo (i960): Delete all references to i960 and nindy.
8514
31a85ea2
AC
85152003-02-01 Andrew Cagney <ac131313@redhat.com>
8516
8517 * gdbint.texinfo (Target Architecture Definition): Delete
8518 FLOAT_INFO.
8519
6b894e49
AC
85202003-01-30 Andrew Cagney <ac131313@redhat.com>
8521
8522 * stabs.texinfo (Member Type Descriptor): Clarify description of
8523 `@'. Suggested by Ben Hutchings.
8524
c48861fb
AC
85252003-01-29 Andrew Cagney <ac131313@redhat.com>
8526
8527 * gdb.texinfo (M68K): Delete reference to es1800.
8528
617073a9
AC
85292003-01-29 Andrew Cagney <ac131313@redhat.com>
8530
8531 * gdb.texinfo (Maintenance Commands): Document `maint print
8532 reggroups' and `maint print register-groups'.
8533 * gdbint.texinfo (Target Architecture Definition): Document
8534 register_reggroup_p.
8535
5b5d99cf
JB
85362003-01-23 Jim Blandy <jimb@redhat.com>
8537
8538 * gdb.texinfo (Separate Debug Files): New section.
8539
e7ba9c65
DJ
85402003-01-22 Daniel Jacobowitz <drow@mvista.com>
8541
8542 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
8543 and "maint show profile".
8544
94e91d6d
MC
85452003-01-16 Michael Chastain <mec@shout.net>
8546
8547 * gdb.texinfo (Installing GDB): Warn against
8548 ".../gdb-VERSION/gdb/configure".
8549 (Separate Objdir): Likewise.
8550
867f3898
AC
85512003-01-15 Andrew Cagney <ac131313@redhat.com>
8552
8553 * gdbint.texinfo (Target Architecture Definition): Delete
8554 definition of PRINT_REGISTER_HOOK.
8555
f153cc92
EZ
85562003-01-15 Elena Zannoni <ezannoni@redhat.com>
8557
8558 (OpenRISC 1000): Fix formatting of command names.
8559
c60eb6f1
EZ
85602003-01-15 Elena Zannoni <ezannoni@redhat.com>
8561
8562 * gdb.texinfo (Continuing and Stepping): Add new command
8563 'advance'. Clarify behavior of 'until'.
8564
f5ebfba0
DJ
85652003-01-13 Daniel Jacobowitz <drow@mvista.com>
8566
8567 * gdb.texinfo (Files): Document solib-absolute-prefix and
8568 solib-search-path.
8569
4ce8657e
MC
85702003-01-09 Michael Chastain <mec@shout.net>
8571
8572 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
8573 (Create a Release): Add new instructions for new @file{src-release}.
8574 Document existing instructions for @file{Makefile.in} as
8575 being for @value{GDBN} 5.3.1 or earlier.
8576
372613e3
AC
85772003-01-09 Andrew Cagney <ac131313@redhat.com>
8578
8579 * gdbint.texinfo (Target Architecture Definition): Mention
8580 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
8581 allocate memory.
8582
b4e9345d
DJ
85832003-01-04 Daniel Jacobowitz <drow@mvista.com>
8584
8585 * gdb.texinfo (Controlling GDB): Add @kindex for
8586 "show osabi".
8587 (Backtraces): Add @kindex's for backtrace-below-main.
8588
98b45e30
DJ
85892003-01-04 Daniel Jacobowitz <drow@mvista.com>
8590
8591 * gdb.texinfo (Controlling GDB): Document "set osabi".
8592
95f90d25
DJ
85932003-01-04 Daniel Jacobowitz <drow@mvista.com>
8594
8595 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
8596 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
8597
1e698235
DJ
85982003-01-04 Daniel Jacobowitz <drow@mvista.com>
8599
8600 * gdb.texinfo (Controlling GDB): Add ABI section. Document
8601 "set coerce-float-to-double".
8602 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
8603
e632838e
AC
86042003-01-02 Andrew Cagney <ac131313@redhat.com>
8605
8606 * stabs.texinfo: Remove obsolete text.
8607 * gdbint.texinfo: Ditto.
8608 * gdb.texinfo: Ditto.
8609
c133ab7a
MK
86102002-12-22 Mark Kettenis <kettenis@gnu.org>
8611
8612 * gdbint.texinfo (Target Architecture Definition): Update
8613 description of gdbarch_register_osabi.
8614
f821f325
KH
86152002-12-20 Kazu Hirata <kazu@cs.umass.edu>
8616
8617 * agentexpr.texi: Fix typos.
8618 * annotate.texi: Likewise.
8619 * fdl.texi: Likewise.
8620
85a6d8d3 86212002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
8622
8623 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
8624 DEPRECATED_INIT_FRAME_PC.
8625
ae45cd16
AC
86262002-12-01 Andrew Cagney <ac131313@redhat.com>
8627
8628 * gdbint.texinfo (Target Architecture Definition): Delete
8629 PC_IN_CALL_DUMMY.
8630
07555a72
AC
86312002-11-28 Andrew Cagney <ac131313@redhat.com>
8632
8633 * gdbint.texinfo (Host Definition): Delete documentation on
8634 USE_GENERIC_DUMMY_FRAMES.
8635
c166cdc7
EZ
86362002-11-26 Elena Zannoni <ezannoni@redhat.com>
8637
5ae4183a 8638 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
8639 * Makefile.in (install-info): Run the install-info command as part
8640 of the post install steps only.
8641 (uninstall-info): New target.
8642 (uninstall): New target.
8643
35db0260
EZ
86442002-11-22 Elena Zannoni <ezannoni@redhat.com>
8645
8646 * Makefile.in (install): Make install do some real work.
8647
9ba8d803
AC
86482002-11-19 Andrew Cagney <ac131313@redhat.com>
8649
8650 Fix POSIX problem reported by Paul Eggert.
8651 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
8652 Fix PR gdb/527.
8653
903ad3a6
AC
86542002-10-26 Andrew Cagney <cagney@redhat.com>
8655
8656 * gdbint.texinfo (Target Architecture Definition): Delete
8657 definition of DO_REGISTERS_INFO.
8658
f2abfe65
KB
86592002-10-18 Kevin Buettner <kevinb@redhat.com>
8660
8661 * gdbint.texinfo (Address Classes): Fix problems with insertion
8662 of ``{'' and ``}'' in example.
8663
b5b0480a
KB
86642002-10-17 Kevin Buettner <kevinb@redhat.com>
8665
8666 * gdbint.texinfo (Address Classes): New section.
8667 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
8668 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
8669 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
8670 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
8671
c85508ee
KD
86722002-10-11 Klee Dienes <kdienes@apple.com>
8673
8674 * gdb.texinfo (Registers): Mention vector registers as well as
8675 floating registers in the documentation for 'info registers' and
8676 'info all-registers'.
8677
6d12fc3d
DJ
86782002-10-11 Daniel Jacobowitz <drow@mvista.com>
8679
8680 * gdbint.texinfo (CPLUS_MARKER): Remove item.
8681
8d19fbd2
JJ
86822002-10-03 Jeff Johnston <jjohnstn@redhat.com>
8683
8684 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
8685 interface definition.
8686
a37295f9
MM
86872002-10-03 Marko Mlinar <markom@opencores.org>
8688
8689 * gdb.texinfo (Target Commands): Add or1k target specific
8690 commands.
8691 * gdb.texinfo (Contributors): Add myself to the contributors list.
8692
da0f9dcd
AC
86932002-10-01 Andrew Cagney <ac131313@redhat.com>
8694
8695 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
8696 and "mi1" instead of "mi1" and "mi0".
8697
2e834e49
HPN
86982002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
8699
8700 * gdb.texinfo (Packets): Fix typos "alligned".
8701 Correct z3/Z3 description. Correct z4/Z4 title.
8702
050be0dc
AC
87032002-09-27 Andrew Cagney <ac131313@redhat.com>
8704
8705 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
8706
1104b9e7
KB
87072002-09-25 Kevin Buettner <kevinb@redhat.com>
8708
8709 * gdb.texinfo: Use GNU/Linux instead of Linux.
8710
512217c7
AC
87112002-09-25 Andrew Cagney <ac131313@redhat.com>
8712
8713 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
8714
10998722
AC
87152002-09-24 Andrew Cagney <ac131313@redhat.com>
8716
512217c7 8717 * gdb.texinfo: Replace @example with @smallexample.
10998722 8718
a0eb71c5
KB
87192002-09-20 Kevin Buettner <kevinb@redhat.com>
8720
f7dc1244 8721 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
8722 * gdb.texinfo (Character Sets): Use @smallexample instead of
8723 @example. Use GNU/Linux instead of Linux.
8724
87252002-09-20 Jim Blandy <jimb@redhat.com>
8726
8727 * gdb.texinfo: Add character set documentation.
8728
2f870471
AC
87292002-09-19 Andrew Cagney <ac131313@redhat.com>
8730
8731 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
8732 (Packets): Add cross reference from `b' packet to `z' packets.
8733
790eb8f5
AC
87342002-09-19 Andrew Cagney <ac131313@redhat.com>
8735
8d30a00d
AC
8736 * gdb.texinfo (Maintenance Commands): Document ``maint
8737 internal-error'' and ``maint internal-warning''.
8738
790eb8f5
AC
8739 * gdbint.texinfo (Target Architecture Definition): Revise
8740 description of STACK_ALIGN. Add description of FRAME_ALIGN.
8741
a23a7bf1
JB
87422002-09-19 Joel Brobecker <brobecker@gnat.com>
8743
8744 * gdbint.texinfo (Target Conditionals): Document the new
8745 NAME_OF_MALLOC macro.
8746
299ffc64
AC
87472002-09-05 Andrew Cagney <ac131313@redhat.com>
8748
8749 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
8750 engineer.
8751
b7bb15bc
SC
87522002-09-02 Stephane Carrez <stcarrez@nerim.fr>
8753
8754 * gdb.texinfo (TUI Overview): Document status line fields.
8755
3d757584
SC
87562002-09-02 Stephane Carrez <stcarrez@nerim.fr>
8757
8758 * gdb.texinfo (TUI Commands): Document info win command.
8759
269c21fe
SC
87602002-09-01 Stephane Carrez <stcarrez@nerim.fr>
8761
8762 * gdb.texinfo (TUI Overview): Document breakpoint markers.
8763
7cf36c78
SC
87642002-09-01 Stephane Carrez <stcarrez@nerim.fr>
8765
8766 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
8767 (TUI Keys): Likewise.
8768
d2c6833e
AC
87692002-08-25 Andrew Cagney <ac131313@redhat.com>
8770
8771 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
8772 for a packet receive.
8773
46d8b1c3
AC
87742002-08-25 Andrew Cagney <ac131313@redhat.com>
8775
8776 * Makefile.in (clean): Move to end of file.
8777 (distclean, maintainer-clean, realclean): Ditto.
8778 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
8779 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
8780 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
8781 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
8782
b0787093
AC
87832002-08-24 Andrew Cagney <ac131313@redhat.com>
8784
8785 * Makefile.in (GDBINT_TEX_TMPS): Define.
8786 (gdbint.dvi, gdbint.pdf): Use
8787 (GDB_TEX_TMPS): Define.
8788 (gdb.dvi, gdb.pdf): Use.
8789 (STABS_TEX_TMPS): Define.
8790 (stabs.dvi, stabs.pdf): Use.
8791 (GDB_DOC_SOURCE_INCLUDES): New macros.
8792 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
8793 (GDBINT_DOC_FILES_INCLUDES): New macros.
8794 (GDBINT_DOC_BUILD_INCLUDES): New macros.
8795 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
8796 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
8797 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
8798 (links2roff): Replace SFILES_INCLUDED with
8799 GDB_DOC_SOURCE_INCLUDES.
8800 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
8801 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
8802 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
8803 dependencies.
8804 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
8805 dependencies.
8806 (gdbmi.texinfo): Delete rule.
8807 (inc-hist.texinfo): Delete rule.
8808 (rluser.texinfo): Delete rule.
8809
ebba8386
AC
88102002-08-23 Andrew Cagney <cagney@redhat.com>
8811
8812 * gdbint.texinfo (Target Architecture Definition): Update
8813 STORE_RETURN_VALUE, mention regcache.
8814
0ab7a791
AC
88152002-08-21 Andrew Cagney <ac131313@redhat.com>
8816
8817 * gdbint.texinfo (Target Architecture Definition): Document
8818 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
8819
ee2d5c50
AC
88202002-08-19 Andrew Cagney <ac131313@redhat.com>
8821
8822 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
8823 Fix minor typos. Add index entries.
8824
53c69bd7
AC
88252002-08-18 Andrew Cagney <ac131313@redhat.com>
8826
8827 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
8828
e76f1f2e
AC
88292002-08-15 Andrew Cagney <ac131313@redhat.com>
8830
8831 * gdbint.texinfo (Target Architecture Definition): Document
8832 PRINT_VECTOR_INFO.
8833 * gdb.texinfo (Vector Unit): Document "info vectors" command.
8834
0680b120
AC
88352002-08-13 Andrew Cagney <ac131313@redhat.com>
8836
8837 * gdb.texinfo (Maintenance Commands): Document "maint print
8838 registers", "maint print raw-registers" and "maint print
8839 cooked-registers".
8840
3c3bea1c
GS
88412002-08-08 Grace Sainsbury <graces@redhat.com>
8842
a9331b3f 8843 From Mark Salter:
3c3bea1c
GS
8844 * gdb.texinfo (Protocol): Document T packet extension to
8845 allow watchpoint address reporting.
8846
42f9b0a5
AC
88472002-08-03 Andrew Cagney <ac131313@redhat.com>
8848
8849 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
8850
db034ac5
AC
88512002-08-01 Andrew Cagney <cagney@redhat.com>
8852
8853 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
8854 to CHILL.
8855
e2b28d04
AC
88562002-08-01 Andrew Cagney <ac131313@redhat.com>
8857
8858 * gdbint.texinfo (Coding): Revise section "Include Files".
8859
7fb623f7
AC
88602002-07-24 Andrew Cagney <cagney@redhat.com>
8861
8862 * gdbint.texinfo: Obsolete references to m88k.
8863 * gdb.texinfo: Ditto.
8864
4a2b4636
JB
88652002-07-10 Joel Brobecker <brobecker@gnat.com>
8866
7fb623f7 8867 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
8868 where the proper version of autoconf can be retrieved.
8869
a71ec265
DH
88702002-07-09 Don Howard <dhoward@redhat.com>
8871
8872 * gdb.texinfo (Command Files): Further describe the behavior of
8873 sourced command files.
8874
b9aa90c9
AC
88752002-06-27 Andrew Cagney <ac131313@redhat.com>
8876
8877 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
8878 (Coding): Clarify ISO C version that GDB assumes.
8879
40dd2248
TT
88802002-06-26 Tom Tromey <tromey@redhat.com>
8881
8882 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
8883 add_setshow_cmd_full.
8884
bfac230e
DH
88852002-06-25 Don Howard <dhoward@redhat.com>
8886
8887 * gdb.texinfo (Memory Region Attributes): Document new behavior
8888 for 'mem' command.
8889
475b0867
JB
88902002-06-11 Jim Blandy <jimb@redhat.com>
8891
919d772c
JB
8892 * gdb.texinfo (Symbols): Update documentation for `info source'
8893 command.
8894
475b0867
JB
8895 * gdb.texinfo (Macros): Call the command `info macro', not
8896 `show macro'.
8897
ba8c9337
AC
88982002-06-09 Andrew Cagney <ac131313@redhat.com>
8899
8900 * gdbint.texinfo (Coding): Add section ``Per-architecture module
8901 data''.
8902
1029b7fa
MK
89032002-06-09 Mark Kettenis <kettenis@gnu.org>
8904
8905 * gdbint.texinfo (Target Architecture Definition): Document
8906 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
8907
16737d73
AC
89082002-06-08 Andrew Cagney <ac131313@redhat.com>
8909
8910 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
8911 lists.
8912
30107679
AC
89132002-06-08 Andrew Cagney <ac131313@redhat.com>
8914
8915 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
8916 Branch''.
8917
3352e23e
AC
89182002-06-01 Andrew Cagney <ac131313@redhat.com>
8919
8920 * gdbint.texinfo (Target Architecture Definition): Add section
8921 ``Converting an existing Target Architecture to Multi-arch''.
8922
cbb09e6a
AC
89232002-05-30 Andrew Cagney <ac131313@redhat.com>
8924
8925 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
8926 to ``Obsoleting code''. Revise.
8927
e2e0bcd1
JB
89282002-05-17 Jim Blandy <jimb@redhat.com>
8929
8930 * gdb.texinfo (C Preprocessor Macros): New chapter.
8931 Include it in the main menu.
8932 (Contributors): Credit Jim Blandy with macro support.
8933 (Compilation): Explain how to get macro information into the
8934 executable.
8935 (Expressions): Note that preprocessor macros are expanded.
8936
9db8d71f
DJ
89372002-05-14 Daniel Jacobowitz <drow@mvista.com>
8938
8939 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
8940 options for `target remote'.
8941
6d531722
AC
89422002-05-13 Andrew Cagney <ac131313@redhat.com>
8943
8944 * gdbint.texinfo (Target Architecture Definition): Delete
8945 documentation on NNPC_REGNUM.
8946
13d01224
AC
89472002-05-11 Andrew Cagney <ac131313@redhat.com>
8948
8949 * gdbint.texinfo (Target Architecture Definition): Document
8950 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
8951 (Target Architecture Definition): Revise section `Using Different
8952 Register and Memory Data Representations'. Add section `Raw and
8953 Virtual Register Representations'.
8954
b2e75d78
AC
89552002-05-11 Andrew Cagney <ac131313@redhat.com>
8956
8957 * gdbint.texinfo (Target Architecture Definition): Mention
8958 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
8959 (Target Architecture Definition): Mention same. Add references to
8960 web pages.
8961
2c8682ee
MS
89622002-05-08 Michael Snyder <msnyder@redhat.com>
8963
8964 * stabs.texinfo (Attributes): Document new "vector" attribute.
8965
0816590b
AC
89662002-05-04 Andrew Cagney <ac131313@redhat.com>
8967
8968 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
8969
2653173e
AC
89702002-05-04 Andrew Cagney <ac131313@redhat.com>
8971
8972 * gdb.texinfo: Delete obsolete references to a29k.
8973
d7bd68ca
AC
89742002-04-24 Andrew Cagney <ac131313@redhat.com>
8975
8976 * gdbint.texinfo (Target Architecture Definition): Replace
8977 IN_SIGTRAMP with PC_IN_SIGTRAMP.
8978
21d83aa5
DM
89792002-04-24 David S. Miller <davem@redhat.com>
8980
8981 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
8982
7673a6cc
DM
89832002-04-21 David S. Miller <davem@redhat.com>
8984
8985 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
8986
d49d1e0a
AC
89872002-04-21 Andrew Cagney <ac131313@redhat.com>
8988
8989 * gdbint.texinfo (Target Architecture Definition): Delete
8990 definition of HAVE_REGISTER_WINDOWS.
8991
f7dc1244 89922002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
8993
8994 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
8995 "Theodore A. Roth" <troth@verinet.com>.
8996
5ca0cb28
DH
89972002-04-15 Don Howard <dhoward@redhat.com>
8998
f7dc1244 8999 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 9000 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 9001 Provide a better explaination of this feature.
5ca0cb28 9002
f208ba17
AC
90032002-04-14 Andrew Cagney <ac131313@redhat.com>
9004
9005 * gdbint.texinfo (Target Architecture Definition): Remove
9006 FRAME_CHAIN_COMBINE.
9007
d5ba91de
MC
90082002-04-12 Michael Chastain <mec@shout.net>
9009
9010 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
9011 REG_STACK_SEGMENT.
9012
26818220
MC
90132002-04-09 Michael Chastain <mec@shout.net>
9014
9015 * gdbint.texinfo (Obsolete Conditionals): Remove references to
9016 PYRAMID_* macros.
9017
129188f6
AC
90182002-04-07 Andrew Cagney <ac131313@redhat.com>
9019
9020 * gdb.texinfo (Bug Reporting): Document that the web is the
9021 prefered way of submitting bug reports.
9022 (Bug Reporting): Delete the s-mail address as the last resort.
9023
8227c0ff
AC
90242002-04-05 Andrew Cagney <ac131313@redhat.com>
9025
9026 * gdbint.texinfo (Target Architecture Definition): Delete
9027 references to TARGET_WRITE_FP and write_fp.
9028
16d9dec6
MS
90292002-03-27 Michael Snyder <msnyder@redhat.com>
9030
9031 * gdb.texinfo: Document new commands dump, append, and restore.
9032
9ae8b82c
AC
90332002-03-27 Andrew Cagney <ac131313@redhat.com>
9034
9035 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
9036 Branch'.
9037
474c8240
AC
90382002-03-18 Andrew Cagney <ac131313@redhat.com>
9039
9040 * gdb.texinfo: Change all examples to @smallexample.
9041 * gdbint.texinfo: Ditto.
a9331b3f 9042
fb0ff88f
AC
90432002-03-18 Andrew Cagney <ac131313@redhat.com>
9044
9045 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
9046 Branches''.
9047
9bb0a4d8
AC
90482002-03-18 Andrew Cagney <ac131313@redhat.com>
9049
9050 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
9051 Policy''.
9052
937f164b
FF
90532002-03-04 Fred Fish <fnf@redhat.com>
9054
9055 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
9056 expresson, suports, dependant, trhe, perhaphs, situtations,
9057 explictily, taged, oportunity, unfortunatly).
9058
a7b40f07
AC
90592002-02-24 Andrew Cagney <ac131313@redhat.com>
9060
9061 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
9062 Remove reference to 3.12.
9063
aab4e0ec
AC
90642002-02-23 Andrew Cagney <ac131313@redhat.com>
9065
9066 * gdbint.texinfo: Include fdl.texi.
9067 (Top): Add GNU Free Documentation License.
9068 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
9069 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
9070 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
9071 (gdbint.info): Add srcdir to include path.
9072 * gdb.texinfo: Include gpl.texi.
9073 (Top): Add Copying.
9074 * gpl.texi: New file.
9075
47b95330
AC
90762002-02-23 Andrew Cagney <ac131313@redhat.com>
9077
9078 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
9079
78c47bea
PM
90802002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9081
9082 * gdb.texinfo: Document Cygwin native specific commands.
9083
56460a61
DJ
90842002-02-15 Daniel Jacobowitz <drow@mvista.com>
9085
9086 * gdb.texinfo: Document gdbserver ``--attach'' command.
9087
def71bfa
MS
90882002-02-07 Michael Snyder <msnyder@redhat.com>
9089
9090 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
9091 to @code(_ovly_debug_event).
9092
c928edc0
AC
90932002-02-07 Andrew Cagney <ac131313@redhat.com>
9094
9095 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
9096
81d46470
MS
90972002-02-06 Michael Snyder <msnyder@redhat.com>
9098
9099 * gdb.texinfo (overlays): Mention new magic symbol
9100 '_ovly_debug_event', which allows GDB to keep better track
9101 of overlays.
9102
f7dc1244 91032002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
9104
9105 * gdb.texinfo (Memory Region Attributes): Fix the wording.
9106 Suggested by Dmitry Sivachenko.
9107
9108 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
9109
15110bc3
MS
91102002-02-01 Michael Snyder <msnyder@redhat.com>
9111
9112 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
9113
6763aef9
MS
91142002-01-30 Michael Snyder <msnyder@redhat.com>
9115
ac282366
MS
9116 * gdb.texinfo: (remote protocol): Gramatical fix-up.
9117 (set trust-readonly-sections): Document.
6763aef9 9118
8642bc8f
AC
91192002-01-29 Andrew Cagney <ac131313@redhat.com>
9120
9121 * gdbint.texinfo (Releasing GDB): Revise and update.
9122
afe64c1a
AC
91232002-01-28 Andrew Cagney <ac131313@redhat.com>
9124
9125 * gdbint.texinfo (Target Architecture Definition): Delete
9126 description of TARGET_BYTE_ORDER_DEFAULT.
9127
f7dc1244 91282002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
9129
9130 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
9131 <mitya@cavia.pp.ru>.
9132
3d6e1b5a
AC
91332002-01-23 Andrew Cagney <ac131313@redhat.com>
9134
9135 * libgdb.texinfo: Delete file.
9136
6c0e9fb3
AC
91372002-01-22 Andrew Cagney <ac131313@redhat.com>
9138
9139 * gdb.texinfo: Remove makeinfo 3.12 hacks.
9140 * gdbint.texinfo: Ditto.
9141
e0ce93ac
AC
9142Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
9143
9144 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
9145
be298bcc
AC
91462002-01-22 Andrew Cagney <ac131313@redhat.com>
9147
9148 * Makefile.in: Update copyright.
9149 (TEXI2DVI): Define.
9150 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
9151 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
9152 gdb-cfg.texi.
9153 (TEXINDEX, PDFTEX): Delete makefile variables.
9154
8e04817f
AC
91552002-01-22 Andrew Cagney <ac131313@redhat.com>
9156
9157 * gdb.texinfo (Protocol): Move section to appendix.
9158
6b2f586d
AC
91592002-01-21 Andrew Cagney <ac131313@redhat.com>
9160
9161 * gdb.texinfo (Remote Debugging): Create a menu.
9162 (Top): Add ``Remote Debugging'' to menu.
9163
6f05cf9f
AC
91642002-01-21 Andrew Cagney <ac131313@redhat.com>
9165
9166 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
9167 serial protocol'' from here.
9168 (Remote Debugging): To here. New chapter.
9169
3fd3d7d2
AC
91702002-01-20 Andrew Cagney <ac131313@redhat.com>
9171
9172 * gdbint.texinfo (Target Architecture Definition): Delete
9173 description of TARGET_BYTE_ORDER_SELECTABLE_P.
9174
7fd60527
AC
91752002-01-20 Andrew Cagney <ac131313@redhat.com>
9176
9177 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
9178 are no longer needed.
9179 (Porting GDB): Add maintainer note about configure.host.
9180
c2f05ac9
AC
91812002-01-20 Andrew Cagney <ac131313@redhat.com>
9182
9183 * gdbint.texinfo (Target Architecture Definition): Remove
9184 definition of IEEE_FLOAT.
9185
f7dc1244 91862002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
9187
9188 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
9189 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
9190 <3diff@gnu.org>
231b2aad 9191
82600034
AC
91922002-01-19 Andrew Cagney <ac131313@redhat.com>
9193
9194 * gdbint.texinfo (Host Definition): Remove references to
9195 MALLOC_INCOMPATIBLE.
9196
7708fa01
AC
91972002-01-17 Andrew Cagney <ac131313@redhat.com>
9198
9199 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
9200 and xyz-xdep.o.
9201
eb12ee30
AC
92022002-01-17 Andrew Cagney <ac131313@redhat.com>
9203
889bf7c5 9204 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
9205 (Set Breaks): Copy ``maint info breakpoint'' doco to
9206 ``Maintenance Commands'' appendix. Add reference.
9207
c9ccaa92
AC
92082002-01-17 Andrew Cagney <ac131313@redhat.com>
9209
9210 * fdl.texi: Remove next/prev from @node.
9211
f7dc1244 92122002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
9213
9214 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
9215 for monstrous @multitable (from Brian Youmans).
9216
9217 * fdl.texi: New file.
9218
9219 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
9220
8973da3a
AC
92212002-01-15 Andrew Cagney <ac131313@redhat.com>
9222
9223 * gdbint.texinfo (Releasing GDB): New chapter.
9224
7d86b5d5
AC
92252002-01-14 Andrew Cagney <ac131313@redhat.com>
9226
9227 * gdb.texinfo (Embedded Processors, Calling program functions):
9228 Obsolete references to a29k.
9229
cc1cb004
AC
92302002-01-13 Andrew Cagney <ac131313@redhat.com>
9231
9232 * gdbint.texinfo (Coding): Review Cleanups section. Examples
9233 examples. Document that a code-block should do or discard its
9234 cleanups before exit.
9235
79f12247
MS
92362002-01-11 Michael Snyder <msnyder@redhat.com>
9237
9238 * gdb.texinfo (Choosing files): Change @samp to @file.
9239
19837790
MS
92402002-01-05 Michael Snyder <msnyder@redhat.com>
9241
9242 * gdb.texinfo (--pid): Document new command line option (attach).
9243
f7dc1244 92442002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
9245
9246 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
9247 in the stub.
9248
d7449b42
AC
92492002-01-04 Andrew Cagney <ac131313@redhat.com>
9250
9251 * gdbint.texinfo (Target Architecture Definition): Replace
9252 BIG_ENDIAN with BFD_ENDIAN_BIG.
9253
f23631e4
AC
92542002-01-03 Andrew Cagney <ac131313@redhat.com>
9255
9256 * gdbint.texinfo (Target Architecture Definition): Replace
9257 value_ptr with struct value pointer.
9258
72c9928d
EZ
92592002-01-02 Eli Zaretskii <eliz@gnu.org>
9260
9261 * gdb.texinfo (Free Software): Fix wording.
9262
959acfd1
EZ
92632001-12-31 Eli Zaretskii <eliz@gnu.org>
9264
9265 * gdb.texinfo (Free Software): New section ``Free Software Needs
9266 Free Documentation''.
9267
f7dc1244 92682001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
9269
9270 * stabs.texinfo:
9271 * gdb.texinfo:
9272 * gdbint.texinfo:
9273 * libgdb.texinfo:
9274 * annotate.texi: Fix the application of GFDL in the Copyright notice.
9275
6600abed
MS
92762001-12-29 Michael Snyder <msnyder@redhat.com>
9277
9278 * gdb.texinfo (maint info sections): Fix typo.
9279
f6680716
MS
92802001-12-26 Michael Snyder <msnyder@redhat.com>
9281
fe95c787
MS
9282 * gdb.texinfo (maint info sections): Document.
9283
a9331b3f 9284 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
9285 'info proc' sub-options that are currently not implemented.
9286
c3d3ce5b
JB
92872001-12-20 Jim Blandy <jimb@redhat.com>
9288
9289 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
9290
778eb05e
AC
92912001-12-15 Andrew Cagney <ac131313@redhat.com>
9292
9293 * gdbint.texinfo (Target Architecture Definition): Replace
9294 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
9295
2607059c
AC
92962001-12-01 Andrew Cagney <ac131313@redhat.com>
9297
9298 * gdbint.texinfo (Host Definition): Delete documentation on
9299 HOST_BYTE_ORDER.
9300
df0cd8c5
JB
93012001-11-30 Jim Blandy <jimb@redhat.com>
9302
9303 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 9304 overlay support. Add to top-level menu.
df0cd8c5 9305
88118b3a
TT
93062001-11-26 Tom Tromey <tromey@redhat.com>
9307
9308 * gdb.texinfo (Command Syntax): Document C-o binding.
9309
96565e91
CF
93102001-07-26 Christopher Faylor <cgf@redhat.com>
9311
9312 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
9313 use since it is described in the referenced section.
9314
f7dc1244 9315 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
9316 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
9317 clearer when using DJGPP.
9318
2a3d5645
CF
93192001-11-24 Christopher Faylor <cgf@redhat.com>
9320
9321 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
9322 specifically refer to MS-DOS.
9323 (command files): Mention gdb.ini is only used on MS-DOS.
9324
aa26fa3a
TT
93252001-11-21 Tom Tromey <tromey@redhat.com>
9326
9327 * gdb.texinfo (Invoking GDB): Document --args.
9328 (Mode Options): Likewise.
9329
4f8ada06
JB
93302001-11-21 Jim Blandy <jimb@redhat.com>
9331
9332 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
9333 Delete documentation; this macro has been removed from the
9334 sources.
4f8ada06 9335
3fe0dc10
JB
93362001-11-13 Jim Blandy <jimb@redhat.com>
9337
9338 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
9339
9e5abb06
CV
93402001-11-06 Corinna Vinschen <vinschen@redhat.com>
9341
9342 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
9343
1c5dfdad
MS
93442001-11-05 Michael Snyder <msnyder@redhat.com>
9345
a9331b3f 9346 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
9347 quote regexp chars in function names such as "operator*()".
9348
990f9fe3
FF
93492001-11-01 Fred Fish <fnf@redhat.com>
9350
9351 * gdbint.texinfo (SOLIB_ADD): Document additional new
9352 "readsyms" arg.
9353
b433d00b
DH
93542001-10-30 Don Howard <dhoward@redhat.com>
9355
070b1dd3
DH
9356 * gdb.texinfo: (Command Files) Added documentation for the
9357 behavior of gdb with input redirected from a file.
b433d00b 9358
b7209cb4
FF
93592001-10-28 Fred Fish <fnf@redhat.com>
9360
9361 * gdb.texinfo (auto-solib-add): Change docs to match
9362 implementation change.
9363 (auto-solib-limit): Add docs for new variable.
9364
1aa20aa8
AC
93652001-10-15 Andrew Cagney <ac131313@redhat.com>
9366
9367 * gdbint.texinfo (Target Architecture Definition): Function
9368 value_as_pointer renamed to value_as_address.
9369
fc0c74b1
AC
93702001-10-15 Andrew Cagney <ac131313@redhat.com>
9371
9372 * gdbint.texinfo (Target Architecture Definition): Default
9373 POINTER_TO_ADDRESS functions assume unsigned addresses.
9374 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
9375 posting by Jim Blandy.
9376
f4846649
JB
93772001-10-12 Jim Blandy <jimb@redhat.com>
9378
9379 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
9380 version of texi2html (1.64) doesn't support this flag any more.
9381
f277788b
MK
93822001-09-08 Mark Kettenis <kettenis@gnu.org>
9383
a9dc4918
MK
9384 * gdbint.texinfo (Host Definition): Remove description of
9385 MEM_FNS_DECLARED.
9386
d28379df
MK
9387 * gdbint.texinfo (Host Definition): Remove description of R_OK.
9388
f277788b
MK
9389 * gdbint.texinfo (Host Definition): Remove description of
9390 HAVE_SIGSETMASK.
9391
7ccaa899
EZ
93922001-09-04 Elena Zannoni <ezannoni@redhat.com>
9393
9394 * gdbint.texinfo (Target Architecture Definition): Add
9395 explanation of TARGET_PRINT_INSN macro.
9396
17d9d558
JB
93972001-08-30 Jim Blandy <jimb@redhat.com>
9398
9399 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
9400 Explain what it means to load relocatable files.
9401
72cde065
JB
94022001-08-28 Jim Blandy <jimb@redhat.com>
9403
9404 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
9405 info `top' menu.
9406
9e678452
CF
9407Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
9408
9409 * gdbint.texinfo: Add a cautionary note about macro use.
9410
a2bea4c3 94112001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 9412
a2bea4c3
CV
9413 * gdb.texinfo: Explain omitting the hostname in the
9414 `target remote' command.
9415
1129bf27
DJ
94162001-07-30 Daniel Jacobowitz <drow@mvista.com>
9417
9418 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
9419 and END-INFO-DIR-ENTRY.
9420
732b3002
SC
94212001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9422
9423 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
9424
89437448
AC
94252001-07-25 Andrew Cagney <ac131313@redhat.com>
9426
9427 * gdbint.texinfo (libgdb): Rewrite.
9428
f7dc1244 94292001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
9430
9431 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
9432
c4555f82
SC
94332001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9434
9435 * gdb.texinfo (TUI): New chapter, document the TUI.
9436 (Mode Options): Document the -tui option.
9437
2f45a6e0
MK
94382001-07-23 Mark Kettenis <kettenis@gnu.org>
9439
9440 * gdbint.texinfo (Host Definition): Remove description of
9441 NEED_POSIX_SETPGID.
9442
f7dc1244 94432001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
9444
9445 * gdb.tex (DJGPP Native): New node, with descriptions of
9446 DJGPP-specific commands.
9447
be9c6c35
JM
94482001-07-19 John R. Moore <jmoore@redhat.com>
9449
9450 * gdbint.texinfo: Three misspellings.
9451
dfa249fb
AC
94522001-07-06 Andrew Cagney <ac131313@redhat.com>
9453
9454 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
9455 `test` expressions on bash. Problem reported by Colin Walters.
9456
c72e7388
AC
94572001-07-04 Andrew Cagney <ac131313@redhat.com>
9458
9459 * gdbint.texinfo (User Interface): Update ui-out documentation to
9460 refelect recent UI/MI updates.
9461
94bbb2c0
AC
94622001-07-04 Andrew Cagney <ac131313@redhat.com>
9463
9464 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
9465 interpreters.
9466
af6c57ea
AC
94672001-06-15 Andrew Cagney <ac131313@redhat.com>
9468
9469 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
9470 structure and not macros.
9471 (Host Definition): Document that much of this chapter is obsolete.
9472 (Target Architecture Definition): Update list of files that make
9473 up a target architecture.
9474 (Coding): Update.
9475
83aa8bc6
AC
94762001-06-28 Andrew Cagney <ac131313@redhat.com>
9477
9478 * gdbint.texinfo (Target Architecture Definition): Update
9479 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
9480 The latter has been changed to a true predicate.
9481
f7dc1244 94822001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
9483
9484 * annotate.texi: Add @noindent where needed. From Dmitry
9485 Sivachenko <dima@Chg.RU>.
9486 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
9487
656db9b0
AC
94882001-06-16 Andrew Cagney <ac131313@redhat.com>
9489
9490 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
9491
df2396a1
AC
94922001-06-14 Andrew Cagney <ac131313@redhat.com>
9493
9494 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
9495 returns ``OK''. Document that the ``R'' packet does not reply.
9496
0f1f2b0a
MS
94972001-06-13 Michael Snyder <msnyder@redhat.com>
9498
9499 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
9500
f7dc1244 95012001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
9502
9503 * gdb.texinfo (Signals): Clarify the default setting of signal
9504 handling.
9505
a5d7c491
AC
95062001-05-14 Andrew Cagney <ac131313@redhat.com>
9507
9508 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
9509 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
9510
05a54c4f
AC
95112001-05-12 Andrew Cagney <ac131313@redhat.com>
9512
9513 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
9514
f7dc1244 95152001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
9516
9517 * gdbint.texinfo (Clean Design and Portable Implementation):
9518 Renamed from "Clean Design".
9519 (Clean Design and Portable Implementation): Document portable
9520 methods of handling file names, and the associated macros.
9521
f7dc1244 95222001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
9523
9524 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
9525 command and provide a cross-reference to its description.
9526 (Symbols): Note that "info scope" is useful for trace experiments.
9527
f7dc1244 95282001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 9529
b37052ae
EZ
9530 * gdb.texinfo (Symbols): Document "info scope".
9531 (Tracepoints): New chapter.
9532 (Contributors): Update for v5.1.
9533 <All nodes>: Change "C++" to "C@t{++}".
9534
0ee54786
EZ
9535 * gdbint.texinfo (User Interface): A new section about ui_out
9536 functions, based on text written by Fernando Nasser.
9537
c534679c
EZ
9538 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
9539
f7dc1244 95402001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 9541
e9c75b65
EZ
9542 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
9543
9544 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
9545
9546 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
9547 Replace "GDB" with "@value{GDBN}". Fix markup.
9548
9549 * annotate.texi: Change Permissions to GFDL. Update Copyright.
9550
3d67e040
EZ
9551 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
9552 a cross-reference to its description.
9553 (Symbols): Document "info symbol".
9554
f7dc1244 95552001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
9556
9557 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
9558 subsection "x86 Watchpoints".
9559 (Target Architecture Definition): Document the macros
9560 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
9561 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
9562
b0ed3589
AC
95632001-03-20 Andrew Cagney <ac131313@redhat.com>
9564
9565 * gdbint.texinfo (Target Architecture Definition): Update
9566 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
9567 list.
9568
b6ba6518
KB
95692001-03-06 Kevin Buettner <kevinb@redhat.com>
9570
9571 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
9572 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
9573
f7dc1244 95742001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
9575
9576 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
9577
f7dc1244 95782001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 9579
17cc6a06
EZ
9580 * gdb.texinfo (Environment): Document that `path' does not change
9581 the value of PATH in GDB's own environment (it did in the past,
9582 but that was changed on March 15, 1994). Reported by Doug Evans
9583 <dje@transmeta.com>.
9584
56caf160
EZ
9585 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
9586 its line. Fix markup of commands and macros. Add an Index node
9587 and index entries.
9588
29e57380
C
95892001-01-23 J.T. Conklin <jtc@redback.com>
9590
9591 * gdb.texinfo (Memory region attributes): New manual section.
9592
1c6147de
ND
95932001-01-04 Nicholas Duffek <nsd@redhat.com>
9594
9595 * gdbint.texinfo (POP_FRAME): Document use by return_command.
9596
f7dc1244 95972000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
9598
9599 * refcard.tex: Version and copyright fixed. From Phil Edwards
9600 <pedwards@disaster.jaj.com>.
9601
0dcedd82
AC
9602Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
9603
9604 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 9605 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 9606
3b851bce
AC
9607Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
9608
9609 * gdbint.texinfo (Coding): Update current value of
889bf7c5 9610 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 9611
f7dc1244 96122000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
9613
9614 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
9615 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
9616
b90a5f51
CF
96172000-11-10 Christopher Faylor <cgf@cygnus.com>
9618
9619 * gdb.texinfo: Document new 'set step-mode' command.
9620
f7dc1244 96212000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
9622
9623 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
9624 changes from Dmitry Sivachenko <dima@Chg.RU>.
9625
f7dc1244 96262000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
9627
9628 * gdb.texinfo (Hooks): Document the new post-hook functionality.
9629 From Steven Johnson <sbjohnson@ozemail.com.au>.
9630
2e685b93
MK
96312000-08-10 Mark Kettenis <kettenis@gnu.org>
9632
9633 * gdbint.texinfo (Overall Structure): Spelling fix.
9634
f7dc1244 96352000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
9636
9637 * gdbint.texinfo (Target Architecture Definition): Document that
9638 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
9639 for which REGISTER_CONVERTIBLE returns a zero value.
9640
63ac3005
EZ
96412000-07-08 Christopher Faylor <cgf@cygnus.com>
9642
9643 * Makefile.in (install-info): Find files to install in either the
9644 build or source directories (adapted from Makefile.am).
9645
bd79f757
ND
96462000-07-07 Nicholas Duffek <nsd@redhat.com>
9647
9648 * stabs.texinfo: Fix spelling errors.
9649 (String Field): FILE-NUMBER starts from 0, not 1.
9650
f7dc1244 96512000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
9652
9653 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 9654 Brian Youmans.
5f208f6d 9655
f7dc1244 96562000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
9657
9658 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
9659 the source directory. Reported by Mark Harig
9660 <markh@frazier.landmark.com>.
cc542d3b 9661
f3b28801
C
96622000-06-20 J.T. Conklin <jtc@redback.com>
9663
9664 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
9665
449f3b6c
AC
9666Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
9667
9668 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 9669 Generate using pdftex.
449f3b6c 9670 (PDFTEX): Define.
889bf7c5 9671 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 9672 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 9673 @contents at the start.
449f3b6c 9674
f7dc1244 96752000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
9676
9677 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 9678 Youmans.
48e934c6 9679
9e9c5ae7
AC
9680Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
9681
9682 From Brian Youmans:
9683 * gdb.texinfo: Fix ``et al.''.
9684
c741b251
AC
9685Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
9686
9687 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 9688 loop.
c741b251 9689
4ab64e14
JG
96902000-05-19 Jimmy Guo <guo@cup.hp.com>
9691
9692 * configure: Regenerate.
9693
f7dc1244 96942000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
9695
9696 * Makefile.in (install-info): Run install-info on installed Info
9697 files.
9698
8c70017b
AC
9699Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
9700
a7cb598a 9701 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 9702 Andrew Cagney.
8c70017b 9703
f7dc1244 97042000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
9705
9706 * gdb.texinfo: Proofreading changes from Brian Youmans.
9707
bf0184be
ND
97082000-05-01 Nick Duffek <nsd@cygnus.com>
9709
9710 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
9711 startup sequence, minor edits.
9712
f7dc1244 97132000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
9714
9715 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
9716 TeX.
9717
9718 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
9719 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
9720 like `n' and `s' which look weird. Convert some of the @kindex to
9721 @vindex, when they refer to variables, not commands.
9722
33e16fad
AC
9723Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
9724
9725 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
9726
f7dc1244 97272000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
9728
9729 * Makefile.in (GDBMI_DIR): New variable.
9730 (SET_TEXINPUTS): Add $(GDBMI_DIR).
9731 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
9732 (gdbmi.texinfo): New target, for texi2roff.
9733 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
9734 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
9735
9736 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
9737 gdbmi.texinfo.
9738 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
9739 comment.
9740
d167840f
EZ
97412000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9742
9743 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 9744 command.
d167840f 9745
f7dc1244 97462000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
9747
9748 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
9749 prevents the build (and is generally a Bad Idea).
9750
f7dc1244 97512000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
9752
9753 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
9754 a comma inside @var.
9755 (Command Files): Index markup changes from Dmitry Sivachenko
9756 <dima@Chg.RU>.
9757
f7dc1244 97582000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
9759
9760 * Makefile.in (LN_S): Define.
9761 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
9762 invoke "ln -s" unless it is known to work.
9763
9764 * configure.in (AC_PROG_LN_S): Add.
9765
8dc7983f
JB
97662000-04-14 Jim Blandy <jimb@redhat.com>
9767
9768 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
9769 section.
9770 (Target Conditionals): Document ADDRESS_TO_POINTER,
9771 POINTER_TO_ADDRESS.
9772
1a8237e8
DB
97732000-04-11 Daniel Berlin <dan@cgsoftware.com>
9774
9775 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
9776 gdb-cfg.texi to get the value.
9777
ca526f1a
JB
97782000-04-10 Jim Blandy <jimb@redhat.com>
9779
9780 * gdbint.texinfo (Target Architecture Definition): Fix
9781 cross-references.
9782
faaafcb4
JB
97832000-04-08 Jim Blandy <jimb@redhat.com>
9784
9785 * gdbint.texinfo (Using Different Register and Memory Data
9786 Representations): New section.
9787 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
9788 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
9789 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 9790
1b27397f
AC
9791Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
9792
9793 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 9794 for acknowledgments.
1b27397f 9795
480ff1fb
AC
9796Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
9797
9798 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 9799 qThreadExtraInfo.
480ff1fb 9800
a9331b3f 98012000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 9802
a9331b3f
RM
9803 * gdb.texinfo: Clarify which remote debug protocol commands are
9804 required and which are optional.
f1251bdd 9805
dbeb8dbd
AC
9806Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
9807
9808 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
9809 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
9810 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
9811 * annotate.texi: Update.
9812
6d2ebf8b
SS
98132000-03-28 Stan Shebs <shebs@apple.com>
9814
9815 * gdb.texinfo: Update dates, bump to Eighth Edition (note
9816 expectation of additional changes before release), update
9817 ISBN, add copy of top-level menu for @ifhtml, remove explicit
9818 node links, rephrase and/or shorten lines to fix formatting
9819 problem in both regular and @smallbook formats.
9820 * annotate.texi: Shorten lines in example, use smallexample
9821 consistently everywhere.
9822 * Makefile.in: Add comment about texinfo 4.0 html generation.
9823 (SFILES_INCLUDED): Add annotate.texi.
9824
5d161b24
DB
98252000-03-27 Daniel Berlin <dan@cgsoftware.com>
9826
5ae4183a
AS
9827 * gdb.texinfo (Debugging Output): Added new section, documenting
9828 the "set/show debug" commands.
5d161b24 9829
b9deaee7
AC
9830Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
9831
9832 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 9833 entry.
b9deaee7
AC
9834
9835 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
9836 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 9837 @chapter and @node entries.
a9331b3f 9838
b9deaee7 9839 * gdb.texinfo: Link all top-level nodes.
a9331b3f 9840
9ef47d30
AC
9841Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
9842
9843 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 9844 files.
9ef47d30 9845
cfeada60
FN
98462000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
9847
9848 From David Whedon <dwhedon@gordian.com>
5ae4183a 9849 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 9850
6837a0a2
DB
98512000-03-22 Daniel Berlin <dan@cgsoftware.com>
9852
9853 * gdb.texinfo: Add documentation for the apropos command.
9854
bba2971c
MS
98552000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
9856
9857 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
9858
2b628194
MS
98592000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
9860
a9331b3f 9861 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
9862 two places.
9863
96a2c332
SS
98642000-03-17 Stan Shebs <shebs@apple.com>
9865
9866 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
9867 <dima@Chg.RU>, also clarification of allowed content for
9868 string constants.
9869
f7dc1244 98702000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
9871
9872 * gdb.texinfo (main menu): Add Annotations.
9873 (File Options): Add @cindex entries for each command-line option.
9874 Document --epoch, --annotate, --async, --interpreter, --write,
9875 --statistics, and --version.
9876
9877 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
9878 of GDB.
9879
9d233477
JB
98802000-02-23 Jim Blandy <jimb@redhat.com>
9881
9882 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
9883
14e0eb3b
JB
98842000-02-22 Jim Blandy <jimb@redhat.com>
9885
9886 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
9887
3555de01
JM
98882000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
9889
9890 * Makefile.in (diststuff): New target.
9891
5e35df8e
KB
98922000-02-15 Kevin Buettner <kevinb@redhat.com>
9893
9894 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 9895 architecture. [From Jim Wilson.]
5e35df8e 9896
c5394b80
JM
98972000-01-16 Tom Tromey <tromey@cygnus.com>
9898
9899 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
9900 (Delete Breaks): Mention range arguments.
9901 (Disabling): Likewise.
9902
c3f6f71d
JM
99032000-01-05 Dmitry Sivachenko <dima@Chg.RU>
9904
9905 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
9906
c4093a6a
JM
9907Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
9908
9909 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 9910 valid functions.
c4093a6a 9911
11cf8741
JM
99121999-11-05 Stan Shebs <shebs@andros.cygnus.com>
9913
9914 * gdb.texinfo: Clarify regular expressions used in rbreak.
9915
917317f4
JM
99161999-10-15 Kevin Buettner <kevinb@cygnus.com>
9917
9918 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
9919 MEMORY_REMOVE_BREAKPOINT): Document.
9920
9921Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
9922
9923 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 9924 offset re-using the DATA offset instead.
917317f4 9925
2df3850c
JM
99261999-10-11 Jim Kingdon <kingdon@redhat.com>
9927
9928 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
9929
99301999-10-05 Stan Shebs <shebs@andros.cygnus.com>
9931
9932 From Dmitry Sivachenko <demon@gpad.ac.ru>:
9933 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
9934 typos.
9935
9936 * gdb.texinfo: Various minor wording and formatting improvements,
9937 mentions of additional command-line options.
9938
2acceee2
JM
99391999-09-30 Fred Fish <fnf@cygnus.com>
9940
9941 * gdb.texinfo: Document additional forms of specifying section
9942 names and addresses for the add-symbol-file command.
9943
c2c6d25f
JM
99441999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
9945
9946 * gdbint.texinfo: Fix typo, add the word "have".
9947
99481999-09-14 Jim Blandy <jimb@cris.red-bean.com>
9949
9950 * gdbint.texinfo (Target Architecture Definition): Document the
9951 SKIP_PERMANENT_BREAKPOINT macro.
9952
d4f3574e
SS
99531999-09-07 Stan Shebs <shebs@andros.cygnus.com>
9954
9955 * gdb.texinfo: Fiks speling errers.
9956
9957 * gdb.texinfo: Fix uses of @multitable.
9958
f7dc1244 9959 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 9960 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 9961 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
9962 comments about using with optimization, add more indexing,
9963 fix info about disassembly-flavor.
9964
9965Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
9966
9967 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
9968 SKIP_SOLIB_RESOLVER): Define.
9969
9970Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
9971
9972 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 9973 ``g'' packets.
d4f3574e 9974
104c1213
JM
99751999-08-30 Stan Shebs <shebs@andros.cygnus.com>
9976
9977 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
9978 platform-specific info, inline remote.texi and move sections of it
9979 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
9980 and register stack into the new chapter.
9981 * remote.texi: Remove, now part of gdb.texinfo.
9982 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
9983
99841999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
9985
9986 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
9987 GDB_TARGET_IS_MACH386): These kludges have gone away.
9988
9989Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
9990
9991 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 9992 TDEPLIBS.
104c1213 9993
53a5351d
JM
99941999-08-20 Stan Shebs <shebs@andros.cygnus.com>
9995
9996 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
9997 surrounding text to fit HP-UX bits into general info.
9998 (HPPA-cfg.texi): Remove, no longer useful.
9999
10000 * gdb.texinfo: Remove explicit links from @node lines, remove
10001 HP-added "Detailed Node Listing" from main menu which confuses
10002 things.
10003
10004 From Dmitry Sivachenko <dima@Chg.RU>:
10005 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 10006 in description of `set environment'.
53a5351d
JM
10007
100081999-08-17 Stan Shebs <shebs@andros.cygnus.com>
10009
10010 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
10011
7be570e7
JM
100121999-08-12 Ben Elliston <bje@cygnus.com>
10013
10014 * gdbint.texinfo (Breakpoint Handling): Add missing words.
10015
f7dc1244 100161999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
10017
10018 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
10019 watch, awatch, and rwatch. Explain why the latter two cannot be
10020 set as software watchpoints. Document that watchpoints for local
10021 variables are deleted when the debuggee terminates.
7be570e7
JM
10022
10023Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
10024
10025 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
10026 packet. Allow E.. response packet. "qRcmd" packet is no longer
10027 reserved.
7be570e7
JM
10028
100291999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10030
a9331b3f
RM
10031 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
10032 * gdb.texinfo: Ditto.
7be570e7 10033
96baa820
JM
100341999-08-06 Tom Tromey <tromey@cygnus.com>
10035
10036 * gdb.texinfo (KOD): New node.
10037
10038Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
10039
10040 * remote.texi (Rcmd): Fix minor formatting typos.
10041
10042Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
10043
10044 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 10045 packets.
96baa820 10046
adf40b2e
JM
100471999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
10048
10049 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
10050 fixes.
10051
43ff13b4
JM
10052Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
10053
10054 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
10055
085dd6e6
JM
10056Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
10057
10058 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
10059 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
10060 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
10061 packets that are not supported on all hosts. Expand examples.
10062 Spell check.
085dd6e6
JM
10063
100641999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
10065
10066 * Makefile.in: Recognize html, install-html. Add targets
10067 to build HTML versions of documentation via texi2html.
10068
10069Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
10070
10071 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 10072 testsuite.
085dd6e6
JM
10073
10074Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
10075
10076 * remote.texi (Communication Protocol): Rewrite.
10077
10078Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
10079
10080 * stabs.texinfo: Fix uses of xref.
10081
9e0b60a8
JM
10082Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
10083
10084 * gdbint.texinfo: Add an anti-printf exhortation, and update the
10085 info about patch submission.
10086
cce74817
JM
10087Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
10088
10089 From Per Bothner <bothner@cygnus.com>:
10090 * gdb.texinfo: Document Chill support.
10091
10092Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
10093
10094 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
10095 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
10096 Document that the value should be greater-than or equal-to zero.
10097 (NO_STD_REGS): Document. Deprecate.
cce74817 10098
ac9a91a7
JM
10099Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10100
10101 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 10102 Document that these are not used.
ac9a91a7
JM
10103
10104Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10105
10106 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
10107
392a587b
JM
10108Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
10109
10110 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 10111 numargs was dropped.
392a587b
JM
10112
10113Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
10114
10115 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
10116
b83266a0
SS
10117Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
10118
10119 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 10120 Update.
b83266a0 10121
7a292a7a
SS
10122Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
10123
10124 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
10125 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
10126
10127Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
10128
10129 * gdbint.texinfo: Fix typos: $ -> @.
10130
10131Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
10132
10133 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
10134 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
10135 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
10136 BREAKPOINT_FROM_PC.
a9331b3f 10137
7a292a7a
SS
10138Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
10139
10140 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 10141 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
10142
10143Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10144
10145 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 10146 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
10147
101481999-04-02 Stan Shebs <shebs@andros.cygnus.com>
10149
10150 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
10151 longer exists.
10152
10153Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
10154
10155 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
10156 nearly all @ifset/@ifclear conditionals; nobody uses them, and
10157 they make the manual source incomprehensible.
7a292a7a
SS
10158 * h8-cfg.texi: Remove, hasn't been used in years.
10159
c906108c
SS
10160Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
10161
10162 * gdb.texinfo: Update the credits.
10163
10164Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
10165
10166 * gdb.texinfo: Fix mistakes noticed in printout of last
10167 draft, add Alpha to discussion of heuristic fence post.
10168
10169Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
10170
10171 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
10172 Edition, merge some HP changes into mainline, describe some
10173 previously undocumented features, describe more of the target
10174 commands available, eliminate obsolete section on renamed
10175 commands.
c906108c
SS
10176 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
10177
10178Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
10179
10180 * gdb.texinfo: Make many HPPA conditionals unconditional,
10181 including catchpoint description, since now on for all configs.
10182 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
10183 specializations.
10184
10185Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
10186
10187 * Makefile.in (GDBvn.texi): Fix match expression to work with
10188 current format of VERSION in gdb/Makefile.in.
10189 * gdb.texinfo: Fix node ref to match new readline.
10190
10191Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
10192
a9331b3f
RM
10193 * gdb.texinfo: Changes made as part of a project to merge in
10194 changes made by HP. Documentation makes extensive use of
c906108c
SS
10195 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
10196 on remote debugging. There are differences in documentation
889bf7c5 10197 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
10198 the HP manual discusses catchpoints, hardware watchpoints, and
10199 some HPUX specific limitations for shared library support.
a9331b3f 10200
c906108c
SS
10201 There are also a number of @node changes.
10202
102031999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
10204
10205 * gdbint.texinfo (Formatting): Disambiguate a sentence.
10206 (C Usage): Same.
10207
10208Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
10209
10210 The following changes were made by Edith Epstein
889bf7c5
PA
10211 <eepstein@cygnus.com> as part of a project to merge in changes
10212 made by HP.
a9331b3f 10213
c906108c
SS
10214 * HPPA-cfg.texi: new file.
10215
10216 * all-cfg.texi: set HPPA for HP PA-RISC targets.
10217
10218 * refcard.tex: change documentation about catch.
10219 removed info catch.
10220
10221Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
10222
10223 * gdbint.texinfo: Expand on GDB's coding standards,
10224 specify the use of arg names with prototypes.
10225
102261998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
10227
10228 * gdb.texinfo: Fix tipo.
10229
10230Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
10231
10232 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 10233 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
10234
10235Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
10236
10237 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
10238
102391998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
10240
10241 * agentexpr.texi: New file.
10242
10243Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
10244
10245 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
10246
102471998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
10248
10249 * remote.texi: Changed wording that implied that the GDB remote
10250 protocol caches register values instead of GDB itself.
10251
10252Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
10253
10254 * gdbint.texinfo: Add some info about symbol readers.
10255 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
10256 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
10257 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
10258 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
10259
10260Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
10261
a9331b3f 10262 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
10263
10264Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
10265
10266 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
10267
10268Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
10269
10270 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 10271 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
10272
10273Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
10274
10275 * gdbint.texinfo: Fix minor typos.
10276
10277Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
10278
10279 * gdbint.texinfo: Complete overhaul. Group descriptions more
10280 logically, add more info on generic algorithms, remove much
10281 obsolete and/or wrong material.
10282
10283Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
10284
10285 * stabs.texinfo (Method Type Descriptor): Expand and correct.
10286
10287Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
10288
10289 * refcard.tex: Copyright, address updates.
10290
10291Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
10292
10293 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
10294 for the edition instead of confusing GDB-version-like numbers.
10295
10296Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
10297
10298 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
10299
10300Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
10301
5ae4183a 10302 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
10303
10304Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
10305
10306 * gdb.texinfo: Add some credits, mention bug monitor.
10307 * remote.texi: Mention mips monitor targets.
10308 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 10309
c906108c
SS
10310Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
10311
10312 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
10313 files, finish sorting of host vs target vs native macros, describe
10314 some more of them.
c906108c
SS
10315
10316Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
10317
10318 * gdbint.texinfo (Host Conditionals): Document change from
10319 using NO_MMALLOC to it's inverse, USE_MMALLOC.
10320
10321Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
10322
10323 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 10324 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
10325
10326Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
10327
10328 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
10329 Document LSEEK_NOT_LINEAR.
10330
10331Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
10332
10333 * stabs.texinfo (Stab Section Basics): Make it clear that only
10334 some versions of the GNU linker remove the leading N_UNDF symbol.
10335
10336Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
10337
10338 * stabs.texinfo (String Field): Document type number pairs here,
10339 instead of in the Sun specific section.
10340 (Include Files): The GNU linker supports the N_BINCL
10341 optimization. Clarify the N_BINCL value, and what it is used
10342 for.
10343 (Procedures): Document N_FUN with an empty string to mark the end
10344 of a function.
10345 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
10346 (Sun Differences): Remove this node, as the information is now
10347 elsewhere in the main document.
10348 (Stab Section Basics): Mention that the GNU linker may optimize
10349 stabs and remove the leading N_UNDF symbol.
10350
10351Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
10352
10353 * gdb.texinfo, refcard.tex: Restore author credit
10354
10355Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
10356
10357 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
10358 documentation to account for START and END macros taking
10359 one arg.
10360
10361Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
10362
10363 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
10364 * gdb.texinfo (Frames): Fix typo.
10365
10366Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
10367
10368 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
10369 a target_signal as arg type, not a pid.
10370
10371Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
10372
10373 * gdb.texinfo: Document `set assembly-language'.
10374
10375Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
10376
10377 * remote.texi: Update list of stubs in the GDB distribution.
10378
10379Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
10380
10381 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
10382 Also document that some systems can use mmalloc but must define
10383 this if their C runtime allocates memory that is later freed.
c906108c 10384 (MMCHECK_FORCE): Document new macro.
a9331b3f 10385
c906108c
SS
10386Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
10387
10388 * remote.texi: Add documentation for target Sparclet.
10389
10390Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10391
a9331b3f 10392 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
10393 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
10394 * configure.in: Rewritten for autoconf.
10395 * configure: New.
10396
10397Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
10398
10399 * Makefile.in (DVIPS): New define, set to dvips.
10400 (dvi): Add stabs.dvi.
10401 (ps): New target.
10402 (all-doc): Depend on info, dvi, and ps targets.
10403 (STAGESTUFF): Add *.ps and *.dvi files.
10404 (clean-info, clean-dvi): Remove.
10405 (mostlyclean): Does not depend upon clean-info or clean-dvi,
10406 rules completely rewritten.
10407 (maintainer-clean): Remove clean-info and clean-dvi
10408 dependencies and put their actions in the rules.
10409 (gdb.ps): New target
a9331b3f 10410 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
10411 intermediate TeX files, whether they have 2 or 3 character
10412 extensions.
10413 (gdbint.ps): Add target and rules.
10414 (gdb-internals): Delete unused target.
10415 (Makefile): Depends upon config.status also.
10416
10417Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
10418
10419 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
10420 set.
10421
10422Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
10423
10424 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
10425 * gdb.texinfo (Expressions): Fix erroneous array constant example.
10426
10427Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
10428
10429 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
10430
10431Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10432
10433 * gdb.texinfo (Print settings): Document
10434 `set/show print static-members' commands.
10435
10436Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
10437
10438 * gdbint.texinfo (Native): Document name change, coredep.c to
10439 core-aout.c.
10440
10441Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
10442
10443 * stabs.texinfo (Include Files): Document the values the SunOS4
10444 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
10445
10446Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
10447
10448 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
10449 Fix typo.
10450
10451Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
10452
10453 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
10454 "gdb.tar.Z".
10455
10456Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
10457
10458 * Makefile.in (maintainer-clean): New target, synonym for
10459 realclean.
10460
10461Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
10462
10463 * Update all FSF addresses except those in COPYING* files.
10464
10465Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
10466
10467 From Richard Earnshaw (rearnsha@armltd.co.uk):
10468 * gdb.texinfo (convenience variables): Document $_exitcode.
10469 (quit): Document optional expression to use as exit code.
10470
10471Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
10472
10473 * gdb.texinfo, remote.texi: Brought up to date with various
10474 GDB changes.
10475
10476Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
10477
10478 * gdb.texinfo: Update dates and versions, fix comments about
10479 hardware watchpoints in future releases and about the
10480 sharedlibrary command.
10481
10482Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10483
10484 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
10485 C_FUN stab. Other cleanups.
10486
10487Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10488
10489 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
10490 for the sparc stub.
10491
10492Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10493
10494 * annotate.texi: Clarify which addresses have differing formats
10495 depending on the language and which do not.
10496
10497Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10498
10499 * remote.texi (NetWare): Changed example to use BOARD= instead of
10500 NODE= argument to reflect correspoding change to gdbserve.nlm.
10501
10502Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10503
10504 * stabs.texinfo (Negative Type Numbers): Mention the fact that
10505 GDB, as well as AIX dbx, supports the size type attribute.
10506
10507Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10508
10509 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
10510
10511Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
10512
10513 * gdb.texinfo (Define): Document $arg0... arguments to commands,
10514 and new 'if' and 'while' commands.
10515
10516Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
10517
10518 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
10519
10520Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10521
10522 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
10523 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
10524 NetWare targets. Mostly stolen from the Server node.
10525
10526Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10527
10528 * gdb.texinfo (Setting): Talk about the language of a source file
10529 versus the working language. The old documentation did not match
10530 what GDB did.
10531
10532Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10533
10534 * stabs.texinfo (Source Files): Document N_SO used to mark the end
10535 of a source file.
10536
10537Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10538
10539 * gdb.texinfo (Processes): New node.
10540
10541Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
10542
10543 * remote.texi: Update documentation of set/show mipsfpu.
10544
3fc11d3e
JM
10545Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
10546
10547 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
10548 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
10549
10550Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
10551
10552 * gdbint.texinfo: Removed mentions of some incorrectly placed and
10553 obsolete conditionals, described some others.
10554
10555Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10556
10557 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
10558 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
10559
10560Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
10561
10562 * gdbint.texinfo: Put regex conditionals in their own table.
10563
10564Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
10565
10566 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
10567 described or fixed the descriptions of many others.
10568
10569Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
10570
10571 * gdb.texinfo: Add some more credits.
10572 * gdbint.texinfo: Capitalize GDB consistently, describe some
10573 macros and remove some.
10574
10575Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
10576
10577 * gdbint.texinfo: Removed mentions of many incorrectly placed and
10578 obsolete conditionals, described some others.
10579
10580Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10581
10582 * gdb.texinfo (help targets): Changed to `help target', which
10583 is the correct gdb command.
10584
10585Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10586
10587 * annotate.texi (TODO): New node, for keeping track of annotations
10588 suggested but not yet implemented.
10589
10590Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10591
10592 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
10593 another symbol, it is not the address itself.
10594
10595Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
10596
10597 * stabs.texinfo (Stab Section Basics): Add comment about alignment
10598 of stabs-in-coff sections.
10599
10600Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10601
10602 * annotate.texi: Change edition to 0.5 and date to May 1994.
10603 Add index.
10604 (Frames): New node, for frame annotation.
10605 (Displays): New node, for display annotation.
10606
10607 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
10608 when waiting for your program to stop.
10609
10610Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10611
10612 * annotate.texi (Breakpoint Info): Document annotation of header
10613 fields and record annotation.
10614
10615Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10616
10617 * annotate.texi: New file, to document annotations.
10618
10619Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10620
10621 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
10622 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
10623
10624Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10625
10626 * stabs.texinfo (Stab Section Basics): Say what is in .stab
10627 section, and say n_strx field is compilation unit relative.
10628 * stabs.texinfo: Don't use @code for a.out when it is the name of
10629 an object file format.
10630
10631Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10632
10633 * gdb.texinfo: Refer to file names, not path names, per rms
10634 convention.
10635 (Arguments): Fix typo.
10636
10637Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10638
10639 * stabs.texinfo (Global Variables): Talk about stabs in files
10640 where variables are referenced, but not defined.
10641
10642Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10643
10644 * stabs.texinfo: Move stuff on @ and # type descriptors from node
10645 Cplusplus to new nodes Member Type Descriptor and Method Type
10646 Descriptor. Re-write stuff for #.
10647
10648Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10649
10650 * gdb.texinfo (Print Settings): Don't document "set print
10651 fast-symbolic-addr off". The bug which it worked around was fixed
10652 on 25 Feb 94 in coffread.c, so I'm nuking the command.
10653
10654 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
10655 N_ENTRY node.
10656
10657 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
10658
10659Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10660
10661 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
10662 references to ieee-float.c.
10663
10664Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10665
10666 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
10667 match what the code actually does.
10668
10669Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10670
10671 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
10672
10673Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10674
10675 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
10676 i, and b.
10677
10678Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
10679
10680 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
10681 well as for ELF and SOM. Unify the descriptions of ELF and SOM
10682 as "stabs in sections" rather than just saying "ELF and SOM".
10683 Also make that stuff apply to COFF.
10684
10685Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10686
10687 * gdb.texinfo (Formatting Documentation): Change GhostScript to
10688 Ghostscript.
10689
10690Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10691
10692 * gdb.texinfo (Continuing and Stepping): When talking about "step"
10693 versus functions without line numbers, also mention stepping into
10694 them as well as "step" when you are in them. Tell the user how to
10695 deal with the situation. Add comment about "debugging information".
10696
10697Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10698
10699 * stabs.texinfo (Enumerations): Document restriction on where
10700 enumeration types can appear and still win with GDB.
10701
10702Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10703
10704 * stabs.texinfo (Negative Type Numbers): Document format for type
10705 -16.
10706
10707Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10708
10709 * gdb.texinfo (Selection, Frame Info): Update information about
10710 arbitrary frame specficiations.
10711
10712Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
10713
10714 * gdb.texinfo, remote.texi: general editing pass prior to Net release
10715
10716Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10717
10718 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
10719
10720Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
10721
10722 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
10723
10724Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10725
10726 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
10727 Differences node to Statics node.
10728 (Statics): Discuss XCOFF use of V symbol descriptor.
10729
10730 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
10731 not clean.
10732
10733Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
10734
10735 * gdb.texinfo (Print Settings): Document `set print
10736 fast-symbolic-addr' and improve the doc for some other
10737 `set print's.
10738
10739Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10740
10741 * stabs.texinfo (String Field): Talk about defining several type
10742 numbers at once.
10743 Fix lint regarding changing node ELF Transformations to
10744 ELF and SOM Transformations.
10745
10746Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
10747
10748 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
10749
10750Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10751
10752 * stabs.texinfo (Cross-References): `::' is for nested types only
10753 within <>.
10754 (Structures): Document static members.
10755
10756Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10757
10758 * stabs.texinfo: Document S type attribute.
10759
10760Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
10761
10762 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
10763
10764Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
10765
10766 * gdbint.texinfo: Fix a few typos.
10767
10768Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10769
10770 * gdb.texinfo, remote.texi: formatting improvements
10771
10772 * gdb.texinfo (New Features): mention threads.
10773 (Summary, C): fix xrefs in newly contributed text.
10774 (Threads): index entries, clarifications, example
10775 (passim): minor typos fixed, phrasing improvements
10776
10777 * remote.texi (Bootstrapping): rephrase text on ^C and add index
10778 entries; (Server): explain use of gdbserver w/real-time systems,
10779 add example of conflicting TCP port; (MIPS Remote) break up
10780 running text into table, highlighting commands, and add example.
a9331b3f 10781
c906108c
SS
10782Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10783
10784 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
10785
10786Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10787
10788 * stabs.texinfo (Nested Symbols): New node.
10789 (String Field, Symbol Descriptors, Cross-References): Refer to it.
10790
10791Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10792
10793 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
10794 to picking which Bbss.bss symbol to use, and (because there seems to
10795 be no good way of doing it) re-write some of the text to make it
10796 sound like Bbss.bss isn't such a great idea after all (as currently
10797 designed).
10798
10799 * gdb.texinfo (C): In addition to saying people have to use g++ for
10800 good results, say they have to use stabs. Specifically say cfront
10801 doesn't work well.
10802 (Summary): Merge in information on Modula-2, Pascal, and Chill from
10803 the gdb README. Add xrefs to places where the support for the various
10804 languages is described in detail.
10805
10806Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10807
10808 * stabs.texinfo: Clean up stuff about visibility and virtual
10809 characters.
10810
10811 * stabs.texinfo (N_M2C): Cite Sun doc.
10812
10813Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10814
10815 * gdb.texinfo: updates re threads.
10816 * remote.texinfo: avoid index entries starting with digits.
10817
10818Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10819
10820 * stabs.texinfo (Enumerations): Talk about large, negative and
10821 octal values. Clean up cross reference to type attributes.
10822 (String Field): Say that GDB 4.11 supports size attribute.
10823
10824Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10825
10826 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
10827 is a mandatory step. Make the stuff about that more concise.
10828
10829Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10830
10831 * stabs.texinfo (Class Names): New node.
10832
10833 * gdb.texinfo (Command Files): Explain order of init file reading.
10834
10835 * remote.texi (Bootstrapping): Talk about getting the serial driver
10836 to deal with ^C sent by gdb to stop the remote system.
10837
10838Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
10839
10840 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
10841
10842 * libgdb.texinfo (Defining Commands): made the DOC arg
10843 to gdb_define_app_command a char * instead of char **
10844 per a suggestion from kingdon.
10845
10846 * libgdb.texinfo: total rewrite from a different starting
10847 premise.
10848
10849Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10850
10851 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
10852 floats passed as doubles (to improve clarity).
10853
10854Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10855
10856 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
10857
10858 * a4rc.sed: update to work with Andreas Vogel papersize params
10859
10860 * refcard.tex: use Andreas Vogel simplifications of papersize
10861 params; remove useless version info; update copyright date.
10862
10863Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10864
10865 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
10866
10867Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10868
10869 * gdb.texinfo (Files): Say what address the load command loads it at.
10870
10871 * stabs.texinfo (Common Blocks): Minor cleanups.
10872
10873 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
10874 that Sun has backed away from the linker kludge and thus the relevant
10875 issue is changes to the SunPRO tools, not the Solaris linker.
10876
10877 * stabs.texinfo (Traditional Integer Types): Clean up description
10878 of octal bounds a little bit. Document extra leading zeroes.
10879
10880Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10881
10882 * gdb.texinfo (Signaling): Update for symbolic symbol names
10883 and add a section explaining the difference between the GDB
10884 signal command and the shell kill utility.
10885
10886Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
10887
10888 * libgdb.texinfo: added `@' to braces that were unescaped.
10889
10890Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
10891
10892 * libgdb.texinfo: new file. Spec for the gdb library.
10893
10894Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10895
10896 * stabs.texinfo (Include Files): Fix typo (start -> end).
10897
10898Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10899
10900 * gdb.texinfo, remote.texi: assorted small improvements, mostly
10901 from Melissa at FSF's editing pass.
10902
10903Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10904
10905 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
10906 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
10907 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
10908
10909Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10910
10911 * remote.texi (Bootstrapping): Discuss 386 call gates.
10912
10913Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
10914
10915 * stabs.texinfo (Based Variables): New node.
10916
10917Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
10918
10919 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
10920 names, sizes, and formats to suggest how not to lose.
10921
10922Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
10923
10924 * stabs.texinfo (Methods): Fix typo.
10925
10926Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
10927
10928 * gdb.texinfo: Fix a few typos.
10929
10930Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10931
10932 * gdb.texinfo: Clarify how well it works with Fortran.
10933
10934 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
10935 More on relocating stabs in ELF files.
10936
10937Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10938
10939 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
10940
10941Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10942
10943 * stabs.texinfo (Local Variable Parameters): Talk about nameless
10944 parameters on VAX.
10945
10946Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10947
10948 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
10949
10950Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10951
10952 * stabs.texinfo: Make info author notice match the TeX author notice.
10953
10954Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
10955
10956 * stabs.texinfo: Initial-caps all words in node names and
10957 non-trivial words in section names.
10958
10959Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10960
10961 * stabs.texinfo: Many minor cleanups.
10962
10963 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
10964
10965Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
10966
10967 * stabs.texinfo: Remove full description of big example.
10968 It's not really helpful; just use pieces of it where appropriate.
10969 Add more Texinfo formatting directives (@samp, etc.).
10970 Use @deffn to define stab types.
10971 Eliminate some wordiness. Break up some nodes.
10972 Add an (alphabetized) index of symbol types.
10973 Use consistent capitalization style in node and section names.
10974
10975Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
10976
10977 * gdb.texinfo: Change typo "Two two" to "The two".
10978
10979Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10980
10981 * stabs.texinfo (XCOFF-differences): Remove references to
10982 non-existent types N_DECL and N_RPSYM.
10983
10984 * stabs.texinfo (String Field): Say that type attributes bug is
10985 fixed in GDB 4.10, since it is.
10986
10987 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
10988
10989Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
10990
10991 * stabs.texinfo: Formatting cleanups.
10992
10993Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10994
10995 * stabs.texinfo: When explaining the n_type of a stab, standardize
10996 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
10997 no tabs, use @r).
10998 (Global Variables): Clean up.
10999
11000Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11001
11002 * stabs.texinfo (Stack Variables): Re-write.
11003
11004Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11005
11006 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
11007 addresses of a source file. Also revise formatting.
11008 Change "object module" or "object file" to "source file".
11009 Various: Miscellaneous cleanups.
11010
11011Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11012
11013 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
11014
11015Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
11016
11017 * gdbint.texinfo: Removed many nonsensical machine-collected
11018 host and target conditionals, described some of the remainder.
11019
11020Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11021
11022 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
11023
11024 * gdbint.texinfo (Top): Add name to @top line, and re-write the
11025 paragraph which follows.
11026
11027 * gdbint.texinfo (Host): Use @code not @samp for Makefile
11028 variables. Looks better and avoids overful hbox.
11029
11030Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11031
11032 * stabs.texinfo (Procedures): Improve stuff on nested functions.
11033
11034Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11035
11036 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
11037 retransmit-timeout
11038
11039Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11040
11041 * gdbint.texinfo: Update statement about `some ancient Unix
11042 systems, like Ultrix 4.0' to Ultrix 4.2.
11043
11044Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
11045
11046 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
11047
11048 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
11049
11050 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
11051 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
11052
11053 * remote.texi: new name for former gdbinv-s.texi
11054
11055 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
11056
11057Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
11058
11059 * gdbinv-s.texi: Documented timeout and retransmit-timeout
11060 variables for MIPS remote debugging protocol.
11061
11062Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11063
11064 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
11065
11066Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
11067
11068 * Makefile.in (refcard.dvi): Use srcdir where necessary.
11069
11070Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
11071
11072 * gdb.texinfo: repair conditional bugs in text markup
11073
11074Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11075
11076 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
11077 to select Modula-2 material.
11078
11079Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11080
11081 * stabs.texinfo: Cleanups regarding statics.
11082
11083 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
11084 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
11085
11086Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11087
11088 * stabs.texinfo: N_MAIN is sometimes used for C.
11089
11090Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11091
11092 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
11093
11094Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
11095
11096 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 11097 removed from the code by Kingdon.
c906108c
SS
11098
11099Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11100
11101 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
11102 input when evaluating breakpoint conditions; the bug has been fixed.
11103
11104 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
11105 sets the ignore count to N-1, not to N.
11106
11107Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11108
11109 * refcard.tex (\hoffset): correct longstanding error to match
11110 intended offset; avoids cutting off edge on some printers
11111
11112Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11113
11114 * stabs.texinfo (Parameters): Say that order of stabs is significant.
11115
11116Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11117
11118 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
11119
11120Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11121
11122 * Makefile.in: (REFEDITS) new var to control whether PS or CM
11123 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
11124 collect sed edits if any, apply to refcard before formatting;
11125 (refcard.ps) stop implying PS fonts if PS output requested;
11126 (lrefcard.ps) delete extra target for variant PS fonts
11127
11128 * refcard.tex: parametrize papersize dependent info, collect
11129 in easily replaced spot
11130
11131 * a4rc.sed: new file, edits to refcard for A4 paper
11132
11133Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11134
11135 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
11136
11137Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11138
11139 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
11140
11141Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11142
11143 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
11144 politely rather than rudely.
11145
11146Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11147
11148 * stabs.texinfo: Document common blocks.
11149
11150Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
11151
11152 * stabs.texinfo: Add some basic info about stabs-in-elf.
11153
11154Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11155
11156 * stabs.texinfo (Top): Minor cleanup.
11157
11158Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
11159
11160 * Makefile.in (install-info): remove parentdir support
11161
11162Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11163
11164 * gdb.texinfo (Copying): delete this node and references to it;
11165 RMS says this manual need not carry GPL. (passim): Improvements
11166 from last round at FSF, largely due to Ian Taylor review, and
11167 minor formatting improvements.
11168
11169 * gdbinv-s.texi (passim): Improvements from last round at FSF,
11170 largely due to Ian Taylor review. (Debug Session): minor edits to
11171 new text.
11172
11173Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
11174
11175 * Makefile.in (realclean): Remove info and dvi files too.
11176
11177Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
11178
11179 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
11180 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
11181 * gdb.texinfo: Change accordingly.
11182
11183 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
11184 N_{L,R}BRAC,N_SLINE are relative to.
11185
11186Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
11187
11188 * Makefile.in (GDBvn.texi): Update atomically.
11189
11190Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
11191
11192 * gdbinv-s.texi (Debug Session): Document exceptionHook.
11193
11194Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
11195
11196 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
11197 addresses together. Also motivate the set print symbol-filename
11198 command and suggest other solutions.
11199
11200Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
11201
11202 * gdb.texinfo (set print elements): Note that the number of
11203 elements is set to unlimited by "set print elements 0".
11204
11205Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
11206
11207 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
11208 NF_LDOUBLE means.
11209 (Stab Types): Include Solaris stab types.
11210 (Procedures): Document Solaris extensions.
11211
11212Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11213
11214 * gdb.texinfo: Add `set print symbol-filename' doc.
11215
11216Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11217
11218 * stabs.texinfo (Arrays): Talk about type definition vs. type
11219 information.
11220
11221 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
11222 the trailing semicolon.
11223
11224Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11225
11226 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
11227 and merge in other parts of the document addressing these subjects.
11228 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
11229
11230 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
11231 at the end of a range type.
11232
11233 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
11234 AIX extensions.
11235
11236Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11237
11238 * stabs.texinfo (Stabs Format): Misc fixes.
11239
11240Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11241
11242 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
11243 (Traditional builtin types): Document convex convention for long long.
11244 (Negative builtin types): Discuss type names, and misc fixes.
11245
11246Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11247
11248 * stabs.texinfo (Builtin Type Descriptors): Document the floating
11249 point types used with @samp{R} type descriptor.
11250 (Symbol Descriptors): Describe how to handle conflict between
11251 different meanings of @samp{P} symbol descriptor.
11252
11253Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11254
11255 * stabs.texinfo: Remove node Quick Reference and put its children
11256 directly under the main menu.
11257
11258 * stabs.texinfo: Many more changes to bring it into line with
11259 AIX documentation and reality. I think it now has all the
11260 information from the AIX documentation, except that I burned
11261 out when I got to variant records (Pascal and Modula-2) and
11262 all the COBOL types. Oh well, we can add them later when we're
11263 worrying more about those languages.
11264
11265 * stabs.texinfo (Automatic variables): Talk about what it means
11266 to omit the symbol descriptor.
11267
11268Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11269
11270 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
11271 gcc2 behavior with promoted args.
11272
11273Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11274
11275 * gdb.texinfo: include readline appendices in info version of manual
11276
11277Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11278
11279 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
11280 target remote.
11281
11282 * gdb.texinfo (Machine Code): more index entries for disassemble
11283
11284Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
11285
11286 * Clarify the intended use of the gdb-testers and gdb-patches
11287 mailing lists, and shrink gzip comment.
11288
11289Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11290
11291 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
11292 DOSHOST configuration of manual.
11293
11294 * gdb.texinfo (MIPS Stack): new node.
11295
11296 * all-config.texi (MIPS) new switch.
11297
11298 * gdbinv-s.texi (Nindy Options) Remove two instances of future
11299 tense; (MIPS Remote) new node.
11300
11301 * gdb.texinfo (passim) rephrases to work around makeinfo @value
11302 bug; (Environment) less passive, other small cleanups in text about
11303 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
11304 (Remote) new MIPS Remote menu entry.
11305
11306Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
11307
11308 * stabs.texinfo: Many changes to include information from the
11309 AIX documentation.
11310
11311 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
11312
11313Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
11314
11315 * gdbint.texinfo (new node Debugging GDB, elsewhere):
11316 Move a bunch of information from ../README.
11317 (Getting Started): New node.
11318
11319Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11320
11321 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
11322
11323 * gdb.texinfo: advance manual revision dates to present
11324
11325 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
11326 stop using silly Roman numerals in @set variable names
11327
11328Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
11329
11330 * stabs.texinfo (Parameters): Keep trying to get this right.
11331
11332Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
11333
11334 * stabs.texinfo (Parameters): More on "local parameters".
11335
11336Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
11337
11338 * stabs.texinfo (Parameters): Re-do "local parameters" section.
11339
11340Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
11341
11342 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
11343 (Parameters): Rewrite.
11344 (xcoff-differences, Sun-differences): Minor changes.
11345
11346Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
11347
11348 * stabs.texinfo: Minor cleanup.
11349
11350Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
11351
11352 * gdbint.texinfo: Minor xcoff stuff.
11353
11354Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
11355
11356 * gdbint.texinfo: Update for new config directory structure.
11357 Add info about internal type data structures.
11358
11359Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
11360
11361 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
11362 $(srcdir).
11363 (gdb-config.texi): Depend on file in $(srcdir).
11364
11365Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
11366
11367 * stabs.texinfo: Fixes about N_SO.
11368
11369Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11370
11371 * gdb.texinfo: include list of nonstandard init file names
11372
11373 * *-config.texi: new switch GENERIC for text that applies *only*
11374 to (usual) multiple-target version of manual
11375
11376 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
11377 h8 config
11378
11379 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
11380 in menus (rather than conditionally selected multiple alternative
11381 menus).
11382
11383 * Makefile.in: define and use DOC_CONFIG var to select
11384 configuration for GDB user manual.
11385
11386 * gdb-config.texi: delete from repository, generate from Makefile.
11387
11388 * all-config.texi: normal `generic' configuration file, formerly
11389 stored as gdb-config.texi
11390
11391Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
11392
11393 * Makefile.in: add dvi target to build all .dvi files
11394
11395Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11396
11397 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
11398
11399Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
11400
11401 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
11402 host conditionals.
11403 * stabs.texinfo: More array fixes inspired by Jim's.
11404
11405Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
11406
11407 * stabs.texinfo: Fixes re arrays and continuations.
11408
11409 * gdbint.texinfo: Add XCOFF node.
11410
11411Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
11412
11413 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
11414
11415Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
11416
11417 * stabs.texinfo: Fix for array types to mention lower bounds.
11418
11419Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
11420
11421 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
11422
11423Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
11424
11425 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
11426
11427Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
11428
11429 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
11430 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
11431
11432Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
11433
11434 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
11435
11436Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11437
11438 * gdb.texinfo, gdbinv-s.texi: misc updates
11439
11440Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
11441
11442 * gdbint.texinfo: Brief documentation for longjmp support,
11443 from an email msg by Stu.
11444
11445Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
11446
11447 * stabs.texinfo: Fix description of floating point "range"
11448 types (which really define basic types). Reported by Jim Meehan,
11449 <meehan@src.dec.com>.
11450
11451 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
11452
11453Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
11454
11455 * gdbint.texinfo: Slightly expand section on supporting a new
11456 object file format.
11457
11458Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
11459
11460 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
11461 intermediate file.
11462
11463Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11464
11465 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
11466
11467Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11468
11469 * gdbinv-s.texi: z8000 simulator target name is just "sim"
11470
11471 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
11472 as well as Z8002.
11473
11474Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
11475
11476 * gdbint.texinfo: Add sections on clean design and on how to send
11477 in changes.
11478
11479Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
11480
11481 * gdbint.texinfo: Add how to declare the result of make_cleanup.
11482
11483Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
11484
11485 * gdb.texinfo: Fix typo, reported by Karl Berry.
11486
11487Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
11488
11489 * gdb.texinfo: Add opcodes dir to GDB distribution description.
11490
11491Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11492
11493 * gdbint.texinfo: fixed a stray email address (needs @@),
11494 added @table @code to node "Native Conditionals"
11495
11496Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
11497
11498 * gdbint.texinfo: Describe coding style of GDB.
11499
11500Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
11501
11502 * stabs.texinfo: Minor wording changes.
11503
11504Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
11505
11506 * gdbint.texinfo: Improve release doc slightly.
11507
11508Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
11509
11510 * gdbint.texinfo: Improve doc of GDB config macros.
11511
11512Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
11513
11514 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
11515 These will be reinserted when examined.
11516
11517Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
11518
11519 * gdbint.texinfo: Make a start at documenting all the #if macros
11520 in GDB. At least list them all, and start separating them into
11521 host-specific and target-specific.
11522
11523Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11524
11525 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 11526 examples (not consistent w others).
c906108c
SS
11527 gdb.texinfo: issue disclaimer paragraph on cmdline options only
11528 for generic vn of doc
11529
11530Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
11531
11532 * Makefile.in: always create installation directories.
11533
11534Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11535
11536 * gdb.texinfo: in h8 config, do not describe searching commands.
11537
11538Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11539
11540 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
11541 conditionals; introduce a few generic switches that may be
11542 useful for other cross-dev or dos-hosted configs.
11543
11544 * gdb.texinfo: fix typo in "info reg" description
11545
11546Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
11547
11548 * stabs.texinfo: Minor updates from running TeX over it.
11549 * Makefile.in (stabs.dvi, stabs.ps): Add.
11550
11551Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
11552
11553 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
11554 First pass at converting it to texinfo.
11555
11556Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
11557
11558 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
11559 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
11560
11561Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
11562
11563 * gdbint.texinfo: Add section on partial symbol tables.
11564
11565Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
11566
11567 * gdb.texinfo: document `set remotedebug' and `set
11568 rstack_high_address'.
11569
11570Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11571
11572 * gdb.texinfo: slight expansion of new text on reading info files
11573 * gdbinv-s.m4.in: correct and expand info on cross-debugging
11574 H8/300 from DOS.
11575
11576Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
11577
11578 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
11579
11580Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
11581
11582 * gdb.texinfo: Say how to read the `info' files.
11583
11584Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
11585
11586 * Makefile.in: gm4 -> m4.
11587
11588Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
11589
11590 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
11591 Documentation' ahead of `Installing GDB' to match README.
11592 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 11593 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
11594
11595Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
11596
11597 * Makefile.in: remove $(srcdir) from gdb.info rule.
11598
11599Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11600
11601 * Makefile.in: commented out gdb-all.texinfo rule. This is
11602 temporary.
11603
11604Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
11605
11606 * Makefile.in, configure.in: removed traces of namesubdir,
11607 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
dee368d3 11608 copyrights to '92, '13, changed some from Cygnus to FSF.
c906108c
SS
11609
11610Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
11611
11612 * gdb.texinfo: Improve how we ask for bug reports.
11613
11614Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11615
11616 * Makefile.in: infodir belongs in datadir.
11617
11618Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11619
11620 * Makefile.in: remove spaces following hyphens, bsd make can't
11621 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 11622 standards.text support.
c906108c
SS
11623
11624Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11625
11626 * Makefile.in: idestdir and ddestdir go away. Added copyrights
11627 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
11628 and mandir now keyed off datadir by default.
11629
11630\f
11631Local Variables:
9e9c5ae7 11632mode: change-log
c906108c
SS
11633left-margin: 8
11634fill-column: 74
11635version-control: never
11636End:
This page took 1.687115 seconds and 4 git commands to generate.