Document possible unreliability of '$_ret'
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
45fa2529
PA
12016-03-15 Pedro Alves <palves@redhat.com>
2 Andreas Arnez <arnez@linux.vnet.ibm.com>
3 Marcin Kościelnicki <koriakin@0x04.net>
4
5 * gdb.texinfo (Tracepoint Actions): Document possible
6 unreliability of '$_ret'.
7
f2403c39
AB
82016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
9
10 * gdb.texinfo (Symbols): Document new 'maint info line-table'
11 command.
12
f2f3ccb9
SM
132016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
14
15 * gdb.texinfo (Convenience Functions): Document $_as_string.
16
cce0e923
DE
172016-02-23 Doug Evans <dje@google.com>
18
19 * gdb.texinfo (Skipping Over Functions and Files): Document new
20 options to "skip" command. Update docs of output of "info skip".
21
012b3a21
WT
222016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
23
24 * gdb.texinfo (Signals): Add bound violation display hints for
25 a SIGSEGV.
26
0748bf3e
MK
272016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
28
29 * gdb.texinfo (Trace File Format): Add documentation for description
30 section lines.
31
e909d859
MK
322016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
33
34 * gdb.texinfo (Trace File Format): Remove misleading information
35 about register block ordering.
36
713cdcbf
DE
372016-02-01 Doug Evans <dje@google.com>
38
39 * gdb.texinfo (Value Sizes): Fix typo.
40
8244c20d
DE
412016-02-01 Doug Evans <dje@google.com>
42
43 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
44
5fdf6324
AB
452016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
46
47 * gdb.texinfo (Value Sizes): New section.
48 (Data): Add the 'Value Sizes' node to the menu.
49
67ebd9cb
JB
502016-01-26 John Baldwin <jhb@FreeBSD.org>
51
52 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
53
6e9567fe
JB
542016-01-19 John Baldwin <jhb@FreeBSD.org>
55
56 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
57
f303dbd6
PA
582016-01-18 Pedro Alves <palves@redhat.com>
59
60 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
61 of the thread that hit a breakpoint or received a signal.
62
71ef29a8
PA
632016-01-15 Pedro Alves <palves@redhat.com>
64
65 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
66
663f6d42
PA
672016-01-13 Pedro Alves <palves@redhat.com>
68
69 * gdb.texinfo (Threads): Document the $_gthread convenience
70 variable.
71 (Convenience Vars): Likewise.
72
c84f6bbf
PA
732016-01-13 Pedro Alves <palves@redhat.com>
74
75 * gdb.texinfo (Threads): Document "info threads -gid".
76
22a02324
PA
772016-01-13 Pedro Alves <palves@redhat.com>
78
79 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
80 anchor.
81 (Threads In Python): Document new InferiorThread.global_num
82 attribute.
83
5d5658a1
PA
842016-01-07 Pedro Alves <palves@redhat.com>
85
86 * gdb.texinfo (Threads): Document per-inferior thread IDs,
87 qualified thread IDs, global thread IDs and thread ID lists.
88 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
89 thread IDs.
90 (Convenience Vars): Document the $_thread convenience variable.
91 (Ada Tasks): Adjust to refer to thread IDs.
92 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
93 Commands, GDB/MI Variable Objects): Update to mention global
94 thread IDs.
95 * guile.texi (Breakpoints In Guile)
96 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
97 global thread IDs instead of thread IDs.
98 * python.texi (Threads In Python): Adjust documentation of
99 InferiorThread.num.
100 (Breakpoint.thread): Mention global thread IDs instead of thread
101 IDs.
102
84654457
PA
1032016-01-13 Pedro Alves <palves@redhat.com>
104
105 * python.texi (Threads In Python): Document
106 InferiorThread.inferior.
107
e3940304
PA
1082016-01-13 Pedro Alves <palves@redhat.com>
109
110 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
111 convenience variable.
112 (Convenience Vars): Likewise.
113
82075af2
JS
1142016-01-12 Josh Stone <jistone@redhat.com>
115 Philippe Waroquiers <philippe.waroquiers@skynet.be>
116
117 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
118 (Stop Reply Packets): List the syscall entry and return stop reasons.
119 (General Query Packets): Describe QCatchSyscalls, and add it to the
120 table and the detailed list of stub features.
121
bc504a31
PA
1222016-01-12 Pedro Alves <palves@redhat.com>
123
124 Remove use of the registered trademark symbol throughout.
125
cde67b27
YQ
1262016-01-12 Yao Qi <yao.qi@linaro.org>
127
128 * gdb.texinfo (Interrupts): Update the document on handling
129 interrupt when program is stopped.
130
19d9d4ef
DB
1312015-12-11 Don Breazeal <donb@codesourcery.com>
132
133 * gdb.texinfo (Forks): Correct Linux kernel version where
134 fork and exec events are supported, add notes about support
135 of these events in target remote mode.
136 (Connecting): Reorganize and clarify distinctions between
137 target remote, extended-remote, and multiprocess.
138 Reorganize related text from separate sections into new
139 sections.
140 (Server): Note effects of target extended-remote mode.
141 Delete section on Multi-Process Mode for gdbserver.
142 Move some text to "Connecting" node.
143
f4f4330e
PA
1442015-12-10 Pedro Alves <palves@redhat.com>
145
146 * gdb.texinfo (Threads): Replace warning with explanation
147 about single-threaded programs.
148
b1236ac3
PA
1492015-12-10 Pedro Alves <palves@redhat.com>
150
151 * gdb.texinfo (Threads): Remove mention of SGI.
152 (Forks): Remove mention of HP-UX.
153 (Breakpoints): Remove mention of HP-UX.
154 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
155 Reword in terms of architectures.
156 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
157 mention supported systems.
158 (Convenience Vars): Don't mention HP-UX.
159 (Jumping): Remove mention of HP-UX in comment.
160 (Files) <shared libraries>: Update supported shared library types
161 list. Remove mention of HP-UX.
162 (Native): Remove HP-UX subsection.
163 (SVR4 Process Information): Remove mention of HP-UX.
164
0f59c28f
PA
1652015-12-10 Pedro Alves <palves@redhat.com>
166
167 * gdb.texinfo (Stack): Reorder menu.
168
1c35a88f
LM
1692015-12-09 Luis Machado <lgustavo@codesourcery.com>
170
171 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
172 -var-set-format's new zero-hexadecimal format.
173
3685b09f
PMR
1742015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
175
176 * gdb.texinfo (Ada Mode Into): Move overloading support
177 description to its own node.
178 (Overloading support for Ada): New node.
179
f2faf941
PA
1802015-11-30 Pedro Alves <palves@redhat.com>
181
182 PR 14618
183 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
184 (Remote Configuration): Add the "set/show remote
185 no-resumed-stop-reply" to the available settings table.
186 (General Query Packets): Document the "no-resumed" qSupported
187 feature.
188
65706a29
PA
1892015-11-30 Pedro Alves <palves@redhat.com>
190
191 * gdb.texinfo (Remote Configuration): List "set/show remote
192 thread-events" command in configuration table.
193 (Stop Reply Packets): Document "T05 create" stop
194 reason and 'w' stop reply.
195 (General Query Packets): Document QThreadEvents packet. Document
196 QThreadEvents qSupported feature.
197
de979965
PA
1982015-11-30 Pedro Alves <palves@redhat.com>
199
200 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
201 anchor.
202 (Packets): Document vCtrlC.
203
79efa585
SM
2042015-11-26 Simon Marchi <simon.marchi@ericsson.com>
205
206 * gdb.texinfo (Thread List Format): Mention thread names.
207
7e0aa6aa
PA
2082015-11-24 Pedro Alves <palves@redhat.com>
209
210 PR 17539
211 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
212 program-spaces" example to ascending order listing.
213 (Threads): Adjust "info threads" example to ascending order
214 listing.
215 (Forks): Adjust "info inferiors" example to ascending order
216 listing.
217
0c532a29
MM
2182015-11-04 Markus Metzger <markus.t.metzger@intel.com>
219
220 * gdb.texinfo (Process Record and Replay): Document "record
221 instruction-history" modifiers.
222
fc58fa65
AB
2232015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
224
225 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
226 description.
227 (Frame Filter Management): Move to later in the 'Examining the
228 Stack' chapter.
229 (Selection): Add entry for 'select-frame'.
230
792005b0
DE
2312015-09-25 Doug Evans <dje@google.com>
232
233 * gdb.texinfo (Process Record and Replay): Fix syntax of
234 "record instruction-history begin, end" and
235 "record function-call-history begin, end".
236
c58b006b
SM
2372015-09-22 Simon Marchi <simon.marchi@ericsson.com>
238
239 * gdb.texinfo (Specifying Source Directories): Fix
240 substitute-path example.
241
f2665db5
MM
2422015-09-18 Markus Metzger <markus.t.metzger@intel.com>
243
244 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
245
e68fa6f0
PA
2462015-09-15 Pedro Alves <palves@redhat.com>
247
248 PR remote/18965
249 * gdb.texinfo (Stop Reply Packets): Revert previous change to
250 the vforkdone description.
251
8228463c
PA
2522015-09-15 Pedro Alves <palves@redhat.com>
253
254 PR remote/18965
255 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
256 part indicates the thread ID of the parent process.
257
750ce8d1
YQ
2582015-09-15 Yao Qi <yao.qi@linaro.org>
259
260 * gdb.texinfo (General Query Packets): Add vContSupported to
261 tables of 'gdbfeatures' and 'stub features' supported in the
262 qSupported packet, as well as to the list containing stub
263 feature details.
264
b459a59b
DB
2652015-09-11 Don Breazeal <donb@codesourcery.com>
266
267 * gdb.texinfo (Remote Configuration): Add exec event
268 feature to table of packet settings.
269 (Stop Reply Packets): Add exec events to the list of stop
270 reasons.
271 (General Query Packets): Add exec events to tables of
272 'gdbfeatures' and 'stub features' supported in the qSupported
273 packet, as well as to the list containing stub feature
274 details.
275
73b8c1fd
PA
2762015-08-24 Pedro Alves <palves@redhat.com>
277
278 * gdb.texinfo (Remote Configuration): Document the "set/show
279 remote multiprocess-extensions-packet" commands.
280
bb615428
PA
2812015-08-24 Pedro Alves <palves@redhat.com>
282
283 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
284 <M32R>: Remove references to M32R/D.
285 <M68K>: Remove references to target dbug.
286 <MIPS Embedded>: Remove references to target r3900 and target
287 array.
288 <PowerPC Embedded>: Remove references to target dink32 and target
289 ppcbug, target sds
290 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
291
2b4bf6af
AB
2922015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
293
294 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
295
566f5e3b
AB
2962015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
297
298 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
299
18989b3c
AB
3002015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
301
302 * gdb.texinfo (Maintenance Commands): Move documentation of "main
303 info bfds" to...
304 (File Caching): A New section. Outline bfd caching, and add new
305 description for "main set/show bfd-sharing".
306
6ff0ba5f
DE
3072015-08-14 Doug Evans <xdje42@gmail.com>
308
309 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
310 disassembly.
311 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
312
629500fa
KS
3132015-08-11 Keith Seitz <keiths@redhat.com>
314
315 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
316 Use "location(s)"instead of "linespec(s)".
317 (Specifying a Location): Rewrite.
318 Add subsections describing linespec, address, and explicit locations.
319 Add node/menu for each subsection.
320 (Source and Machine Code, C Preprocessor Macros)
321 (Create and Delete Trace points)
322 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
323 (Continuing at a Different Address): Remove "linespec" examples.
324 Add reference to "Specify a Location"
325 (The -break-insert Command): Rewrite. Add anchor.
326 Add reference to appropriate manual section discussing locations.
327 (The -dprintf-insert Command): Refer to -break-insert for
328 specification of 'location'.
329
fbea99ea
PA
3302015-08-07 Pedro Alves <palves@redhat.com>
331
332 * gdb.texinfo (Maintenance Commands): Document "maint set/show
333 target-non-stop".
334
da8c46d2
MM
3352015-08-07 Markus Metzger <markus.t.metzger@intel.com>
336
337 * gdb.texinfo (Process Record and Replay): Document prefixing of
338 speculatively executed instructions in the "record instruction-history"
339 command.
340
a3b5281e
DE
3412015-07-20 Doug Evans <dje@google.com>
342
343 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
344
6bcb1f97
DE
3452015-07-16 Doug Evans <dje@google.com>
346
347 * stabs.texinfo: @include gdb-cfg.texi.
348
db1ff28b
JK
3492015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
350
351 Revert the previous 2 commits:
352 gdbserver build-id attribute generator
353 Validate symbol file using build-id
354
ca5268b6
JK
3552015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
356
357 * gdb.texinfo (Files): Add 'set validate-build-id'
358 and 'show validate-build-id'.
359
700ca40f
JK
3602015-07-15 Aleksandar Ristovski <aristovski@qnx.com
361 Jan Kratochvil <jan.kratochvil@redhat.com>
362
363 gdbserver build-id attribute generator.
364 * gdb.texinfo (Library List Format for SVR4 Targets): Add
365 'build-id' in description, example, new attribute in dtd.
366
7c7f93f6
AB
3672015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
368
369 * gdb.texinfo (Selection): Update documentation for 'frame'
370 command.
371
b0627500
MM
3722015-07-02 Markus Metzger <markus.t.metzger@intel.com>
373
72f4393d 374 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
b0627500
MM
375 commands.
376
b20a6524
MM
3772015-07-02 Markus Metzger <markus.t.metzger@intel.com>
378
379 * gdb.texinfo (Process Record and Replay): Spell out that variables
380 and registers are not available during btrace replay.
381 Describe the new "record btrace pt" command.
382 Describe the new "set|show record btrace pt buffer-size" options.
383 (General Query Packets): Describe the new Qbtrace:pt and
384 Qbtrace-conf:pt:size packets.
385 Expand "bts" to "Branch Trace Store".
386 Update the branch trace DTD.
387
fc637f04
PP
3882015-06-26 Patrick Palka <patrick@parcs.ath.cx>
389
390 * gdb.texinfo (Command History): Document the new option
391 "history remove-duplicates".
392
18a94d75
DE
3932015-06-19 Doug Evans <dje@google.com>
394
395 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
396 longer supported.
397
0eacb298
PP
3982015-06-17 Patrick Palka <patrick@parcs.ath.cx>
399
400 * gdb.texinfo (Command History): Mention that setting
401 GDBHISTSIZE to the empty string disables history truncation.
402
bc460514
PP
4032015-06-17 Patrick Palka <patrick@parcs.ath.cx>
404
405 PR gdb/16999
406 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
407 behavior.
408
b58c513b
PP
4092015-06-17 Patrick Palka <patrick@parcs.ath.cx>
410
411 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
412 with GDBHISTSIZE.
413
a86c90e6
SM
4142015-06-15 Simon Marchi <simon.marchi@ericsson.com>
415
416 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
417 bytes and memory units for -data-{read,write}-memory-bytes.
418 (Packets): Same for m, M and X packets.
419 * python.texi (Inferiors In Python): Same for read_memory and
420 write_memory.
421
c74f7d1c
JT
4222015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
423
424 * gdb.texinfo (Separate Debug Files): Document that PE is also
425 supported.
426
51f0e40d
AB
4272015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
428
429 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
430 single table entry.
431
966f0aef
WT
4322015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
433
434 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
435
436
15a201c8
GB
4372015-06-10 Gary Benson <gbenson@redhat.com>
438
439 * gdb.texinfo (Remote Configuration): Document the
440 "set/show remote hostio-setfs-packet" command.
441 (Host I/O Packets): Document the vFile:setfs packet.
442
7a6a1731
GB
4432015-06-10 Gary Benson <gbenson@redhat.com>
444
445 * gdb.texinfo (Debugging Output): Document the "set/show debug
446 linux-namespaces" command.
447
7d73c23c 4482015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 449 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
450
451 * gdb.texinfo (i386): Add documentation about "show mpx bound"
452 and "set mpx bound".
453
27e0867f
DE
4542015-05-27 Doug Evans <dje@google.com>
455
456 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
457
b4f54984
DE
4582015-05-26 Doug Evans <dje@google.com>
459
460 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
461 command renamings.
462 (Maintenance Commands): Update for DWARF "set debug" command renamings.
463
55b40027
AB
4642015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
465
466 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
467
a4ea0946
AB
4682015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
469
470 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
471 (TUI Commands): Add 'tui enable' and 'tui disable' details.
472
37442ce1
DE
4732015-05-16 Doug Evans <xdje42@gmail.com>
474
475 * guile.texi (Memory Ports in Guile): Document support for unbuffered
476 memory ports.
477
36de76f9
JK
4782015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
479
480 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
481
0d71eef5
DB
4822015-05-12 Don Breazeal <donb@codesourcery.com>
483
484 * gdb.texinfo (Forks): Note that fork debugging is
485 supported in extended mode.
486 (Remote Configuration): Add fork event features to table
487 of packet settings.
488 (Stop Reply Packets): Add fork events to list of stop reasons.
489 (General Query Packets): Add fork events to tables of
490 'gdbfeatures' and 'stub features' supported in the qSupported
491 packet, as well as to the list containing stub feature
492 details.
493
835205d0
GB
4942015-05-12 Gary Benson <gbenson@redhat.com>
495
496 * gdb.texinfo (General Query Packets): Document
497 qXfer:exec-file:read with empty annex.
498
4c082a81
SC
4992015-05-09 Siva Chandra Reddy <sivachandra@google.com>
500
501 * python.texi (Values From Inferior): Add descriptions of new
502 methods gdb.Value.reference_value and gdb.Value.const_value.
503
b30a0bc3
JB
5042015-05-06 Joel Brobecker <brobecker@adacore.com>
505
506 * gdb.texinfo (Files): Add "info dll" documentation.
507 (Cygwin Native): Remove "info dll" documentation.
508
2ce1cdbf
DE
5092015-04-29 Doug Evans <dje@google.com>
510
511 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
512 Document.
513 (Writing an Xmethod): Add get_result_type to example.
514
59fb7612
SS
5152015-04-28 Sasha Smundak <asmundak@google.com>
516
517 * python.texi: New method documented.
518
cf75d6c3
AB
5192015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
520
521 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
522 format.
523
897c3d32
DE
5242015-04-24 Doug Evans <dje@google.com>
525
526 * python.texi (Xmethods In Python): Fix name of method to call the
527 xmethod.
528
1b6e6f5c
GB
5292015-04-17 Gary Benson <gbenson@redhat.com>
530
531 * gdb.texinfo (Connecting to a Remote Target): Mention that
532 GDB can access program files from remote targets that support
533 qXfer:exec-file:read and Host I/O packets.
534
c78fa86a
GB
5352015-04-17 Gary Benson <gbenson@redhat.com>
536
537 * gdb.texinfo (Remote Configuration): Document the "set/show
538 remote pid-to-exec-file-packet" command.
539 (General Query Packets): Document the qXfer:exec-file:read
540 qSupported features. Document the qXfer:exec-file:read packet.
541
a9a5a3d1
GB
5422015-04-17 Gary Benson <gbenson@redhat.com>
543
544 * gdb.texinfo (set sysroot): Document that "set sysroot" also
545 applies to executable paths if supplied to GDB as absolute.
546
4f45d445
JK
5472015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
548
549 * gdb.texinfo (Mode Options): Remove -xdb.
550
e7a8570f
JK
5512015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
552 Eli Zaretskii <eliz@gnu.org>
553
72f4393d
L
554 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
555 compile, show debug compile. New subsection Compilation options for
e7a8570f
JK
556 the compile command. New subsection Compiler search for the compile
557 command.
558
f2983cc3
AW
5592015-04-09 Andy Wingo <wingo@igalia.com>
560
561 * guile.texi (Frames In Guile): Describe frame-read-register.
562
599bd15c
GB
5632015-04-02 Gary Benson <gbenson@redhat.com>
564
565 * gdb.texinfo (set sysroot): Document "target:".
566
d11916aa
SS
5672015-04-01 Sasha Smundak <asmundak@google.com>
568
569 * doc/python.texi (Writing a Frame Unwinder in Python): Add
570 section.
571
df8411da
SDJ
5722015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
573
574 PR corefiles/16092
575 * gdb.texinfo (gcore): Mention new command 'set
576 use-coredump-filter'.
577 (set use-coredump-filter): Document new command.
578
d33279b3
AT
5792015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
580
581 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
582 documentation, reorder the info os entries in alphabetical order.
583
852f8402
SM
5842015-03-26 Simon Marchi <simon.marchi@ericsson.com>
585
586 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
587 -data-write-memory-bytes.
588
856e7dd6
PA
5892015-03-24 Pedro Alves <palves@redhat.com>
590
591 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
592 mention that threads may sometimes run unlocked.
593
236af5e3
YG
5942015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
595
596 * gdb.texinfo (Remote configuration): Document "set/show
597 serial parity" command.
598
464b0089
GB
5992015-03-18 Gary Benson <gbenson@redhat.com>
600
601 * gdb.texinfo (General Query Packets): Remove documentation
602 for now-removed vFile:fstat qSupported features.
603
0a93529c
GB
6042015-03-11 Gary Benson <gbenson@redhat.com>
605
606 * gdb.texinfo (Remote Configuration): Document the
607 "set/show remote hostio-fstat-packet" command.
608 (General Query Packets): Document the vFile:fstat
609 qSupported features.
610 (Host I/O Packets): Document the vFile:fstat packet.
611
85642ba0
AW
6122015-03-11 Andy Wingo <wingo@igalia.com>
613
614 * guile.texi (Objfiles In Guile): Document objfile-progspace.
615
f7e6eed5
PA
6162015-03-04 Pedro Alves <palves@redhat.com>
617
618 * gdb.texinfo (Remote Configuration): Document the "set/show
619 remote swbreak-feature-packet" and "set/show remote
620 hwbreak-feature-packet" commands.
621 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
622 decription.
623 (Stop Reply Packets): Document the swbreak and hwbreak stop
624 reasons.
625 (General Query Packets): Document the swbreak and hwbreak
626 qSupported features.
627 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
628
f873665f 6292015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
a64c9f7b
PP
630
631 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
632 under *stopped.
633
9a284c97
DE
6342015-03-02 Doug Evans <xdje42@gmail.com>
635
636 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
637
446899e4
AA
6382015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
639
640 * gdb.texinfo (S/390 and System z Features): Describe new feature
641 "org.gnu.gdb.s390.vx".
642
7ee67ee4
SDJ
6432015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
644
645 PR gdb/18008
646 * gdb.texinfo (maint internal-error, maint internal-warning, maint
647 demangler-warning): Fix typo ("problam").
648
53cf2ee0
DT
6492015-02-19 David Taylor <dtaylor@emc.com>
650
651 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
652
3133f8c1
JM
6532015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
654
655 * gdb.texinfo (Static Probe Points): Add cindex `static probe
656 point, DTrace'.
657 (Static Probe Points): Modified to cover DTrace probes in addition
658 to SystemTap probes. Also modified to cover the `enable probe'
659 and `disable probe' commands.
660
9aca2ff8
JM
6612015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
662
663 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
664 `disable probe' commands.
665
fa3f8d5a
DT
6662015-02-12 David Taylor <dtaylor@emc.com>
667
668 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
669 fields of the QTDV packet.
670
d33501a5
MM
6712015-02-09 Markus Metzger <markus.t.metzger@intel.com>
672
673 * gdb.texinfo (Branch Trace Configuration Format): Add size.
674 (Process Record and Replay): Describe new set|show commands.
675 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
676
f4abbc16
MM
6772015-02-09 Markus Metzger <markus.t.metzger@intel.com>
678
679 * gdb.texinfo (Process Record and Replay): Describe the "record
680 btrace bts" command.
681 (General Query Packets): Describe qXfer:btrace-conf:read packet.
682 (Branch Trace Configuration Format): New.
683
cfb069a8
GB
6842015-01-31 Gary Benson <gbenson@redhat.com>
685 Doug Evans <dje@google.com>
686
687 * gdb.texinfo (Command Completion): Document new
688 "set/show max-completions" option.
689
f57d2163
DE
6902015-01-31 Doug Evans <xdje42@gmail.com>
691
692 * gdb.texinfo (Symbols): Document new commands
693 "maint print symbol-cache", "maint print symbol-cache-statistics",
694 "maint flush-symbol-cache". Document new option
695 "maint set symbol-cache-size".
696
9f050062
DE
6972015-01-31 Doug Evans <xdje42@gmail.com>
698
699 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
700 distinguish script files vs inlined scripts.
701 * python.texi (Python Auto-loading): Ditto.
702
b6577aab
DE
7032015-01-30 Doug Evans <dje@google.com>
704
705 * gdb.texinfo (Symbols) <info source>: Output now contains producer
706 string if present.
707
3a8b707a
DE
7082015-01-27 Doug Evans <dje@google.com>
709
710 * python.texi (Objfiles In Python): Document Objfile.username.
711
1b549396
DE
7122015-01-27 Doug Evans <dje@google.com>
713
714 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
715 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
716
253828f1
JK
7172015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
718
719 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
720
bf555842
EZ
7212015-01-16 Eli Zaretskii <eliz@gnu.org>
722
723 * doc/gdb.texinfo (TUI Commands): Document the possible
724 values of NAME argument to 'winheight' command. Explain the
725 effect of 'tabset' setting better.
726
439250fb
DE
7272015-01-11 Doug Evans <xdje42@gmail.com>
728
729 PR gdb/15830
730 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
731 (Symbols): Ditto.
732 (Maintenance Commands): Delete docs for "maint demangle".
733
6bf6fd09
JB
7342014-12-31 Joel Brobecker <brobecker@adacore.com>
735
736 * gdb.texinfo (Files): Remove documentation of the
737 "add-shared-symbol-files" and "assf" commands.
738 (Cygwin Native): Remove documentation of the "dll-symbols"
739 command.
740
cc485e62
DE
7412014-12-17 Doug Evans <xdje42@gmail.com>
742
743 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
744
bb2ec1b3
TT
7452014-12-12 Phil Muldoon <pmuldoon@redhat.com>
746 Jan Kratochvil <jan.kratochvil@redhat.com>
747
748 * gdb.texinfo (Altering): Update.
749 (Compiling and Injecting Code): New node.
750
6dddd6a5
DE
7512014-12-12 Doug Evans <dje@google.com>
752
753 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
754
f5b95c01
AA
7552014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
756
757 * gdb.texinfo: Document "maint print user-registers".
758
a0be3e44
DE
7592014-12-08 Doug Evans <dje@google.com>
760
761 * python.texi (Objfiles In Python): Document Objfile.owner.
762
86e4ed39
DE
7632014-12-04 Doug Evans <dje@google.com>
764
765 * python.texi (Objfiles In Python): Document
766 Objfile.add_separate_debug_file.
767
7c50a931
DE
7682014-12-04 Doug Evans <dje@google.com>
769
770 * python.texi (Objfiles In Python): Document Objfile.build_id.
771
162078c8
NB
7722014-12-02 Nick Bull <nicholaspbull@gmail.com>
773
774 * python.texi (Events In Python): Document new events
775 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
776 and RegisterChangedEvent.
777
f10c5b19
JK
7782014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
779
780 Add add-auto-load-scripts-directory.
781 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
782 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
783
413b59ae
JK
7842014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
785
786 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
787 description typo.
788
02be9a71
DE
7892014-10-30 Doug Evans <dje@google.com>
790
791 * python.texi (Progspaces In Python): Document ability to add
792 random attributes to gdb.Progspace objects.
793 (Objfiles In Python): Document ability to add random attributes to
794 gdb.objfile objects.
795
e5f8a7cc
PA
7962014-10-27 Pedro Alves <palves@redhat.com>
797
798 * gdb.texinfo (Continuing and Stepping): Add cross reference to
799 info on stepping and signal handlers.
800 (Signals): Explain stepping and signal handlers. Add context
801 index entry, and cross references.
802
fab3a15d
SM
8032014-10-20 Simon Marchi <simon.marchi@ericsson.com>
804
805 * python.texi (Breakpoints In Python): Add parenthesis after
806 Breakpoint.delete. Clarify Breakpoint.enabled description so
807 that it contains "disable".
808
4ffbba72
DE
8092014-10-17 Doug Evans <dje@google.com>
810
811 * python.texi (Events In Python): Document clear_objfiles event.
812
d096d8c1
DE
8132014-10-17 Doug Evans <dje@google.com>
814
815 * python.texi (Objfiles In Python): Document new progspace attribute.
816
32a8097b
PA
8172014-10-17 Pedro Alves <palves@redhat.com>
818
819 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
820 (SVR4 Process Information): Delete mention of OSF/1.
821
2ddf4301
SM
8222014-10-01 Simon Marchi <simon.marchi@ericsson.com>
823
824 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
825 exit-code field in -list-thread-groups output.
826
342cc091
JBG
8272014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
828
829 * gdb.texinfo (Set Breaks): Add missing "@end table".
830
a25a5a45
PA
8312014-09-22 Pedro Alves <palves@redhat.com>
832
833 * gdb.texinfo (Set Breaks): Document that "set breakpoint
834 always-inserted off" is the default mode now. Delete
835 documentation of "set breakpoint always-inserted auto".
836
2b4fd423
DE
8372014-09-18 Doug Evans <dje@google.com>
838
839 * python.texi (Symbol Tables In Python): Document "producer"
840 attribute of gdb.Symtab objects.
841
deb8ff2b
PA
8422014-09-16 Pedro Alves <palves@redhat.com>
843
844 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
845 (Embedded OS): Remove VxWorks menu entry.
846 (VxWorks): Remove node.
847
81219e53
DE
8482014-09-13 Doug Evans <xdje42@gmail.com>
849
850 * gdb.texinfo (Signaling): Document new queue-signal command.
851
faa42425
DE
8522014-09-06 Doug Evans <xdje42@gmail.com>
853
854 PR 15276
855 * gdb.texinfo (Convenience Funs): Document $_caller_is,
856 $_caller_matches, $_any_caller_is, $_any_caller_matches.
857
1a6a384b
JL
8582014-09-03 Justin Lebar <jlebar@google.com>
859
860 * python.texi (Types In Python): Type.template_argument(n) returns a
861 gdb.Value or a gdb.Type and throws an exception if n is out of
862 range.
863
5f3b99cf
SS
8642014-09-03 Sasha Smundak <asmundak@google.com>
865
866 * python.texi (Frames in Python): Add read_register description.
867
3cecbbbe
TT
8682014-08-04 Tom Tromey <tromey@redhat.com>
869
870 * gdb.texinfo (Debugging Output): Update for change to "set debug
871 target".
872
90debf20
MM
8732014-08-01 Masaki Muranaka <monaka@monami-software.com>
874
875 Pushed by Joel Brobecker <brobecker@adacore.com>.
876 * Makefile.in (transform): New variable.
877 (install-man1, install-man5): Apply $(transform) to man file names.
878
ee7333ae
DE
8792014-07-26 Doug Evans <xdje42@gmail.com>
880
881 PR guile/17177
882 * guile.texi (Guile Pretty Printing API): Fix typo.
883 Document set-pretty-printers!, pretty-printers.
884 (Selecting Guile Pretty-Printers): Update.
885 Mention program-space based pretty-printers.
886
70509625
PA
8872014-07-25 Pedro Alves <palves@redhat.com>
888 Eli Zaretskii <eliz@gnu.org>
889
890 * gdb.texinfo (Signaling) <signal command>: Explain what happens
891 with multi-threaded programs.
892
b67a2c6f
YQ
8932014-06-27 Yao Qi <yao@codesourcery.com>
894
895 * gdb.texinfo (Maintenance Commands): Update the output of
896 'maint print dummy-frames' command.
897
f179cf97
EZ
8982014-06-24 Eli Zaretskii <eliz@gnu.org>
899
900 * gdb.texinfo (Screen Size): Improve indexing.
901
992c7d70
GB
9022014-06-19 Gary Benson <gbenson@redhat.com>
903
904 * gdb.texinfo (Maintenance Commands): Document new
905 "maint set/show catch-demangler-crashes" option.
906
57fcfb1b
GB
9072014-06-19 Gary Benson <gbenson@redhat.com>
908
909 * gdb.texinfo (Maintenance Commands): Document new
910 "maint demangler-warning" command and new
911 "maint set/show demangler-warning" option.
912
dd5d5494
SC
9132014-06-09 Siva Chandra Reddy <sivachandra@google.com>
914
915 * python.texi (Xmethod API): Add space before the opening
916 parenthesis in function descriptions.
917
25326a28 9182014-06-06 Doug Evans <xdje42@gmail.com>
d2929fdc
DE
919
920 * guile.texi (Guile Configuration): Document guile-data-directory.
921
0a770bb2 9222014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
923
924 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
925
16f691fb
DE
9262014-06-04 Doug Evans <xdje42@gmail.com>
927
928 * guile.texi (Breakpoints In Guile): Update.
929
1e47491b
JB
9302014-06-03 Joel Brobecker <brobecker@adacore.com>
931
932 * python.texi (Xmethod API): Fix reference to "Progspaces In
933 Python".
934
0c6e92a5
SC
9352014-06-03 Siva Chandra Reddy <sivachandra@google.com>
936
937 * python.texi (Xmethods In Python, XMethod API)
938 (Writing an Xmethod): New nodes.
939 (Python API): New menu entries "Xmethods In Python",
940 "Xmethod API", "Writing an Xmethod".
941
06eb1586
DE
9422014-06-02 Doug Evans <xdje42@gmail.com>
943
944 * guile.texi (Guile API): Add entry for Parameters In Guile.
945 (GDB Scheme Data Types): Mention <gdb:parameter> object.
946 (Parameters In Guile): New node.
947
e698b8c4
DE
9482014-06-02 Doug Evans <xdje42@gmail.com>
949
950 * guile.texi (Guile API): Add entry for Commands In Guile.
951 (Basic Guile) <parse-and-eval>: Add reference.
952 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
953 (GDB Scheme Data Types): Mention <gdb:command> object.
954 (Commands In Guile): New node.
955
ded03782
DE
9562014-06-02 Doug Evans <xdje42@gmail.com>
957
958 * guile.texi (Guile API): Add entry for Progspaces In Guile.
959 (GDB Scheme Data Types): Mention <gdb:progspace> object.
960 (Progspaces In Guile): New node.
961
53e8a631
AB
9622014-05-30 Andrew Burgess <aburgess@broadcom.com>
963
964 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
965 * python.texi (Frames In Python): Mention
966 gdb.FRAME_UNWIND_MEMORY_ERROR.
967
329ea579
PA
9682014-05-29 Pedro Alves <palves@redhat.com>
969 Tom Tromey <tromey@redhat.com>
970
971 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
972 from example.
973 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
974 Mention that target-async is now deprecated.
975 (Maintenance Commands): Document maint set/show target-async.
976
92bcb5f9
PA
9772014-05-29 Pedro Alves <palves@redhat.com>
978
979 * observer.texi (sync_execution_done, command_error): New
980 subjects.
981
fd664c91
PA
9822014-05-29 Pedro Alves <palves@redhat.com>
983
984 PR gdb/13860
985 * observer.texi (signal_received, end_stepping_range)
986 (signal_exited, exited, no_history): New observer subjects.
987
b2715b27
AW
9882014-05-26 Andy Wingo <wingo@igalia.com>
989
990 * guile.texi (GDB Scheme Data Types): Remove documentation for
991 removed interfaces. Update spelling of gdb-object-kind.
992
9eaa4c1e
AW
9932014-05-26 Andy Wingo <wingo@igalia.com>
994
995 * guile.texi (Basic Guile): Fix some typos.
996
0f1e8403
AW
9972014-05-26 Andy Wingo <wingo@igalia.com>
998
999 * guile.texi (Writing a Guile Pretty-Printer)
1000 (Guile Types Module): Fix excess parentheses in use-modules forms.
1001
697aa1b7
EZ
10022014-05-24 Eli Zaretskii <eliz@gnu.org>
1003
1004 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
1005 (Breakpoints In Guile, Guile Printing Module)
1006 (Guile Exception Handling, Values From Inferior In Guile)
1007 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
1008 Don't use @var at the beginning of a sentence.
1009
1010 * gdb.texinfo (Frame Filter Management, Trace Files)
1011 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
1012 (PowerPC Embedded, Define, Annotations for Running)
1013 (IPA Protocol Commands, Packets, General Query Packets)
1014 (Tracepoint Packets, Notification Packets, Environment)
1015 (Inferiors and Programs, Set Breaks, Set Catchpoints)
1016 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
1017 (Frames, Backtrace, Selection, Expressions, Registers)
1018 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
1019 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
1020 (Source Annotations, Using JIT Debug Info Readers, Packets)
1021 (Stop Reply Packets, Host I/O Packets)
1022 (Target Description Format): Don't use @var at the beginning of a
1023 sentence.
1024
1025 * python.texi (Basic Python, Types In Python)
1026 (Commands In Python, Frames In Python, Line Tables In Python)
1027 (Breakpoints In Python, gdb.printing, gdb.types)
1028 (Type Printing API): Don't use @var at the beginning of a
1029 sentence.
1030
67b5c0c1
MM
10312014-05-23 Markus Metzger <markus.t.metzger@intel.com>
1032
1033 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
1034 replay-memory-access".
1035
6a3cb8e8
PA
10362014-05-21 Pedro Alves <palves@redhat.com>
1037
1038 * gdb.texinfo (Starting): Document "set/show
1039 auto-connect-native-target".
1040 (Target Commands): Document "target native".
1041
936d2992
PA
10422014-05-20 Pedro Alves <palves@redhat.com>
1043
1044 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
1045 not be remote specific. Add cross reference to the qCRC packet.
1046 (Separate Debug Files): Update cross reference to the qCRC packet.
1047 (General Query Packets) <qCRC packet>: Add anchor.
1048
b3ce5e5f
DE
10492014-05-17 Doug Evans <xdje42@gmail.com>
1050
1051 Copy over changes from guile.texi.
1052 * python.texi (Basic Python) <gdb.execute>: Add text.
1053 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
1054 (Values From Inferior) <Python string>: Add text.
1055 (Values From Inferior) <Value.string>: Clarify string length handling.
1056 (Pretty Printing API): Add cindex.
1057 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
1058 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
1059 @vindex.
1060 (Commands In Python) <COMPLETE_*>: Similarly.
1061 (Symbols In Python) <SYMBOL_*>: Similarly.
1062 (Breakpoints In Python) <WP_*>: Similarly.
1063 (Breakpoints In Python) <BP_*>: Similarly.
1064
8dfcab11
DT
10652014-05-17 David Taylor <dtaylor@emc.com>
1066
1067 * gdb.texinfo (General Query Packets): Add a note about thread IDs
1068 mentioned in the qfThreadInfo reply.
1069
8d551b02
DE
10702014-05-16 Doug Evans <dje@google.com>
1071
1072 * gdb.texinfo (Mode Options): Add -D.
1073
e20bd8f4
SB
10742014-05-09 Samuel Bronson <naesten@gmail.com>
1075
1076 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
1077 "make -C".
1078
f989a1c8
TT
10792014-04-29 Tom Tromey <tromey@redhat.com>
1080
1081 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
1082 "show debug varobj".
1083
95cf3b38
DT
10842014-05-01 David Taylor <dtaylor@emc.com>
1085
1086 * gdb.texinfo (compare-sections): Document the new -r (read-only)
1087 option.
1088
01f9f808
MS
10892014-04-24 Michael Sturm <michael.sturm@mintel.com>
1090 Walfred Tedeschi <walfred.tedeschi@intel.com>
1091
1092 * gdb.texinfo (i386 Features): Add description of AVX512
1093 registers.
1094
770e7fc7
DE
10952014-03-31 Doug Evans <dje@google.com>
1096
1097 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
1098
97d8f0ee
DE
10992014-03-30 Doug Evans <dje@google.com>
1100
1101 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
1102 (Background Execution): Ditto.
1103
36cb1214
HZ
11042014-03-21 Pedro Alves <palves@redhat.com>
1105 Stan Shebs <stan@codesourcery.com>
1106 Hui Zhu <hui@codesourcery.com>
1107
1108 * gdb.texinfo (Packets): Add anchor to "? packet".
1109 Remove fixme and update introduction of "k packet".
1110 Add anchor to "vKill packet".
1111
5e3a2c38
SS
11122014-03-12 Stan Shebs <stan@codesourcery.com>
1113
1114 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
1115
7a5a839f
LC
11162014-02-26 Ludovic Courtès <ludo@gnu.org>
1117
dc6ae996 1118 * guile.texi (Basic Guile): Document 'history-append!'.
7a5a839f 1119
95060284
JB
11202014-02-20 Joel Brobecker <brobecker@adacore.com>
1121
1122 * gdb.texinfo (Files): Document "add-shared-symbol-files"
1123 and "assf" as being deprecated.
1124 (Cygwin Native): Likewise for "dll-symbols".
1125 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
1126 as a way to force the loading of symbols from a DLL.
1127
f7bd0f78
SC
11282014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1129
1130 * python.texi (Values From Inferior): Add description about the
1131 new feature.
1132
329baa95
DE
11332014-02-17 Doug Evans <xdje42@gmail.com>
1134
1135 * Makefile.in (GDB_DOC_FILES): Add python.texi.
1136 * gdb.texinfo (Python): Moved to ...
1137 * python.texi: ... here. New file.
1138
687894f5
DE
11392014-02-17 Ludovic Courtès <ludo@gnu.org>
1140
d25f38ee 1141 * guile.texi (Writing a Guile Pretty-Printer) <example>:
687894f5
DE
1142 Remove 'string-begins-with' procedure. Add 'pretty-printer'
1143 parameter to 'str-lookup-function' procedure. Look for
1144 the "std::string<" prefix.
1145 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
1146 Adjust description.
1147
6fb526ee
DE
11482014-02-11 Tejas Belagod <tejas.belagod@arm.com>
1149
d25f38ee 1150 * guile.texi (Values From Inferior In Guile): Remove stray
6fb526ee
DE
1151 parantheses for deffn.
1152 (Disassembly In Guile): Ditto.
1153
1e0a5178
SS
11542014-02-10 Stan Shebs <stan@codesourcery.com>
1155
1156 Add Doxygen support.
1157 * Makefile.in (doxy): New action, generates Doxygen files.
1158 (DOXYGEN): New.
1159 (doxyedit): New.
1160 * Doxyfile-base.in: New file.
1161 * Doxyfile-gdb-api.in: New file.
1162 * Doxyfile-gdb-xref.in: New file.
1163 * Doxyfile-gdbserver.in: New file.
1164 * doxy-index.in: New file.
1165 * filter-for-doxygen: New file.
1166 * filter-params.pl: New file.
1167
ed3ef339
DE
11682014-02-10 Doug Evans <xdje42@gmail.com>
1169
1170 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
1171 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
1172 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
1173 (Guile docs): Include guile.texi.
1174 (objfile-gdbdotext file): Add objfile-gdb.scm.
1175 (dotdebug_gdb_scripts section): Mention Guile scripts.
1176 (Multiple Extension Languages): New node.
1177 * guile.texi: New file.
1178
c6044dd1
JB
11792014-01-28 Joel Brobecker <brobecker@adacore.com>
1180
1181 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
1182 ignore-descriptive-types". commands.
1183
87ce2a04
DE
11842014-01-22 Doug Evans <dje@google.com>
1185
1186 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
1187 (gdbserver man): Ditto.
1188
52834460
MM
11892014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1190
1191 * gdb.texinfo: Document limited reverse/replay support
1192 for target record-btrace.
1193
0688d04e
MM
11942014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1195
1196 * gdb.texinfo (Process Record and Replay): Update documentation.
1197
8710b709
MM
11982014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1199
1200 * gdb.texinfo (Process Record and Replay): Document new /c
1201 modifier accepted by "record function-call-history".
1202 Add /i modifier to "record function-call-history" example.
1203
dcf106f3
JB
12042014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
1205 Joel Brobecker <brobecker@adacore.com>
1206
1207 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
1208 markers. Remove one that was misplaced.
1209
41ef2965
PA
12102014-01-10 Pedro Alves <palves@redhat.com>
1211
1212 * gdb.texinfo (Your Program's Environment) <set environment>:
1213 Mention the shell, and point at 'set exec-wrapper'.
1214
c0d48811
JB
12152014-01-07 Joel Brobecker <brobecker@adacore.com>
1216
1217 * gdb.texinfo (Types In Python): Document new attribute Types.name.
1218
5fba4c0f
JB
12192013-12-30 Joel Brobecker <brobecker@adacore.com>
1220
1221 * gdb.texinfo (Types In Python): Clarify the documentation
1222 of attribute gdb.Field.bitpos.
1223
0809504b
JB
12242013-12-28 Joel Brobecker <brobecker@adacore.com>
1225
1226 * gdb.texinfo (Types In Python): Fix the documentation of
1227 attribute "bitpos" in class gdb.Field for enum types. Add
1228 documentation for attribute "enumval" in that same class.
1229
edef6000
JB
12302013-12-28 Joel Brobecker <brobecker@adacore.com>
1231
1232 * gdb.texinfo (GDB/MI Support Commands): Change @table into
1233 @ftable.
1234
71b8c845
DE
12352013-12-23 Doug Evans <xdje42@gmail.com>
1236
1237 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
1238 auto-loaded objfile scripts and .debug_gdb_scripts section to their
1239 corresponding section in Extending GDB.
1240 (Extending GDB): Move menu up. New menu item "Auto-loading
1241 extensions".
1242 (Sequences): New menu item "Auto-loading sequences".
1243 (Auto-loading sequences): New node.
1244 (Python): Rename section from Scripting GDB to Extending GDB.
1245 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
1246 Move docs on ways to auto-load extensions to ...
1247 (Auto-loading extensions): ... here. New node.
1248
d192b373
JB
12492013-12-23 Joel Brobecker <brobecker@adacore.com>
1250
1251 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
1252 in menu.
1253 (GDB/MI Variable Objects): Adjust reference to "-list-features"
1254 command, now in a new node.
1255 (GDB/MI Support Commands): New node, with its contents being
1256 extracted from the "GDB/MI Miscellaneous Commands" node.
1257 A small paragraph introducing the section is also added at
1258 the start.
1259 (GDB/MI Miscellaneous Commands): Delete the description of the
1260 -info-gdb-mi-command, -list-features and -list-target-features
1261 commands, now hosted in the "GDB/MI Support Commands" node.
1262
a16b0e22
SC
12632013-12-12 Siva Chandra Reddy <sivachandra@google.com>
1264
1265 PR python/16113
1266 * gdb.texinfo (Values From Inferior): Add a note about using
1267 gdb.Field objects as subscripts on gdb.Value objects.
1268 (Types In Python): Add description about the new attribute
1269 "parent_type" of gdb.Field objects.
1270
9b26f0fb
JB
12712013-12-12 Joel Brobecker <brobecker@adacore.com>
1272
1273 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
1274 entry for section docuumenting the -list-features GDB/MI command.
1275
72bfa06c
JB
12762013-12-10 Joel Brobecker <brobecker@adacore.com>
1277
1278 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1279 "exec-run-start-option" entry in the output of the "-list-features"
1280 command.
1281
3ea8680f
EZ
12822013-12-04 Eli Zaretskii <eliz@gnu.org>
1283
1284 * gdb.texinfo (i386): Fix yesterday's commit.
1285
1a4f73eb
TT
12862013-12-03 Tom Tromey <tromey@redhat.com>
1287
1288 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
1289 documented here.
1290
6cb999f8
TT
12912013-12-03 Tom Tromey <tromey@redhat.com>
1292
1293 * gdb.texinfo (@direntry): Add menu item for gdbserver.
1294
ca8941bb
WT
12952013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
1296
1297 * gdb.texinfo (i386 Features): Add MPX feature registers.
1298 (x86 Specific featuresx86 Architecture-specific Issues): Adds
1299 a subsubsection for MPX and describes the display of the
1300 boundary registers.
1301
688981c9
JB
13022013-12-03 Joel Brobecker <brobecker@adacore.com>
1303
1304 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
1305 documentation of the "ada-exceptions" entry.
1306
2ea126fa
JB
13072013-12-03 Joel Brobecker <brobecker@adacore.com>
1308
1309 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
1310 "^error" result record concerning the error message. Document
1311 the error code that may also be part of that result record.
1312 (GDB/MI Miscellaneous Commands): Document the
1313 "undefined-command-error-code" element in the output of
1314 the "-list-features" GDB/MI command.
1315
6b7cbff1
JB
13162013-12-03 Joel Brobecker <brobecker@adacore.com>
1317
1318 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1319 the new -info-gdb-mi-command GDB/MI command. Document
1320 the meaning of "-info-gdb-mi-command" in the output of
1321 -list-features.
1322
20e1ca3b
PA
13232013-11-29 Pedro Alves <palves@redhat.com>
1324
1325 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
1326 Update comment.
1327
29453a14
YQ
13282013-11-24 Yao Qi <yao@codesourcery.com>
1329
1330 * gdb.texinfo (Caching Remote Data): Document new
1331 "set/show stack-cache" option.
1332
6dd315ba
YQ
13332013-11-24 Yao Qi <yao@codesourcery.com>
1334
1335 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
1336 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
1337 "off" respectively.
1338
9df9dbe0
YQ
13392013-11-23 Yao Qi <yao@codesourcery.com>
1340
1341 * gdb.texinfo (GDB/MI Variable Objects): Add the description
1342 of "displayhint" to the table about child results.
1343
c78feb39
YQ
13442013-11-21 Yao Qi <yao@codesourcery.com>
1345
1346 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
1347 'dynamic' for the output of command -var-list-children.
1348
27b81af3
YQ
13492013-11-21 Yao Qi <yao@codesourcery.com>
1350
1351 * gdb.texinfo (Caching Target Data): Remove "see" before
1352 @pxref.
1353
b26dfc9a
YQ
13542013-11-20 Yao Qi <yao@codesourcery.com>
1355
1356 * gdb.texinfo (Caching Target Data): Update doc for
1357 per-address-space dcache.
1358
b12039c6
YQ
13592013-11-20 Yao Qi <yao@codesourcery.com>
1360
1361 * gdb.texinfo (Data): Rename menu item.
1362 (Caching Remote Data): Rename to ...
1363 (Caching Target Data): ... it. Update.
1364
422ad5c2
JB
13652013-11-18 Joel Brobecker <brobecker@adacore.com>
1366
1367 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1368 "language-option" entry in the output of the "-list-features"
1369 command.
1370
805e1f19
TT
13712013-11-15 Tom Tromey <tromey@redhat.com>
1372
1373 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
1374 Add example.
1375
8fe1b653
TT
13762013-11-14 Tom Tromey <tromey@redhat.com>
1377
1378 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
1379
403cb6b1
JB
13802013-11-14 Joel Brobecker <brobecker@adacore.com>
1381
1382 * gdb.texinfo (Show): Add xref anchor for "show language" command.
1383 (Context management): Place current subsection text into its own
1384 subsubsection. Add new subsubsection describing the "--language"
1385 command option.
1386
93973826
JB
13872013-11-13 Joel Brobecker <brobecker@adacore.com>
1388
1389 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
1390 the documentation of "info-ada-exceptions" in the output
1391 of the "-list-features" command. Add the documentation
1392 of the "ada-exception" entry instead.
1393
6adcee18
JB
13942013-11-12 Joel Brobecker <brobecker@adacore.com>
1395
93973826 1396
6adcee18
JB
1397 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
1398 word of a couple of sentences to start with a capital letter.
1399
58d06528
JB
14002013-11-12 Joel Brobecker <brobecker@adacore.com>
1401
1402 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
1403 (Ada Exceptions): New node.
1404 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
1405 Commands" node.
1406 (GDB/MI Ada Exceptions Commands): New node.
1407 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
1408 field in the output of the "-list-features" command.
1409 * NEWS: Add entry for the new "info exceptions" CLI command,
1410 and for the new "-info-ada-exceptions" GDB/MI command.
1411
bc79de95
PM
14122013-11-11 Phil Muldoon <pmuldoon@redhat.com>
1413
1414 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
1415 (Line Tables In Python): New node.
1416
73be47f5
DE
14172013-11-08 Doug Evans <dje@google.com>
1418
1419 * gdb.texinfo (Debugging Output): Update text for
1420 "set debug dwarf2-read".
1421
db0fec5c
DE
14222013-11-08 Doug Evans <dje@google.com>
1423
1424 * gdb.texinfo (Debugging Output): Update text for
1425 "set debug symtab-create".
1426
92e32e33
PM
14272013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1428
72f4393d
L
1429 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
1430 constant.
92e32e33 1431
f76c27b5
PM
14322013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1433
1434 * gdb.texinfo (Breakpoints In Python): Document temporary
1435 option in breakpoint constructor, and add documentation to the
1436 temporary attribute.
1437
fa4d0c40
YQ
14382013-11-07 Yao Qi <yao@codesourcery.com>
1439
1440 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
1441 output of "-var-info-expression".
1442
afa332ce
PA
14432013-11-06 Pedro Alves <palves@redhat.com>
1444
1445 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
1446 non-interactive mode.
1447 (Environment) <shell startup files warning>: Mention
1448 non-interactive mode. Mention .zshenv for Z shell, and talk about
1449 BASH_ENV instead of .bashrc for BASH.
1450
9ac69859
NB
14512013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
1452
1453 * gdb.texinfo (Commands to Specify Files): Add description
1454 of the remove-symbol-file command.
1455 * observer.texi: New free_objfile event
1456
98882a26
PA
14572013-10-24 Pedro Alves <palves@redhat.com>
1458
1459 * gdb.texinfo (Starting): Document set/show startup-with-shell.
1460
ce13fade
JB
14612013-10-11 Joel Brobecker <brobecker@adacore.com>
1462
1463 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
1464 New subsection inside which the "-catch-load" and "-catch-unload"
1465 commands documentation is now placed.
1466 (Ada Exception GDB/MI Catchpoint Commands): New subsection
1467 documenting the "-catch-assert" and "-catch-exception" new
1468 GDB/MI commands.
1469
2446f5ea
JB
14702013-10-10 Joel Brobecker <brobecker@adacore.com>
1471
1472 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
1473
0d12017b
JB
14742013-10-10 Joel Brobecker <brobecker@adacore.com>
1475
bd80dc1a
JB
1476 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
1477 serial baud".
1478 (Remote Configuration): Replace "set remotebaud" by "set serial
1479 baud". Replace "show remotebaud" by "show serial baud".
0d12017b 1480
f4fb82a1
PA
14812013-10-07 Pedro Alves <palves@redhat.com>
1482
1483 PR breakpoints/11568
1484 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
1485 when the thread is removed from the thread list.
1486
0c557179
SDJ
14872013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1488
1489 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
1490 Update entry for $_exitcode.
1491
5713b9b5
JB
14922013-10-04 Joel Brobecker <brobecker@adacore.com>
1493
1494 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
1495 new "--start" option.
1496
901461f8
PA
14972013-10-02 Pedro Alves <palves@redhat.com>
1498
1499 * gdb.texinfo (Registers): Expand description of saved registers
1500 in frames. Explain <not saved>.
1501
8fb8eb5c
DE
15022013-09-25 Doug Evans <dje@google.com>
1503
1504 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
1505
0a7cfe2c
SS
15062013-09-16 Stan Shebs <stan@codesourcery.com>
1507
1508 Remove the internals manual gdbint.texinfo.
1509 * Makefile.in (INFO_DEPS): Remove gdbint.info.
1510 (PDFFILES): Remove gdbint.pdf.
1511 (HTMLFILES): Remove gdbint/index.html.
1512 (HTMLFILES_INSTALL): Remove gdbint.
1513 (GDBINT_DOC_FILES): Remove.
1514 (dvi): Remove gdbint.dvi.
1515 (ps): Remove gdbint.ps.
1516 * gdbint.texinfo: Remove file.
1517 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
1518
a280dbd1
SDJ
15192013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1520
1521 * gdb.texinfo (Convenience Functions): Mention new convenience
1522 function $_isvoid.
1523
4ac33720
UW
15242013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1525
1526 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
1527 (Standard Target Features): Add new node to menu.
1528 (S/390 and System z Features): New node.
1529
b3d3b4bd
SA
15302013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
1531
1532 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
1533 -list-target-features in the example.
1534
edf9f00c
JK
15352013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1536
1537 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
1538 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
1539
1d236d23
JK
15402013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1541
1542 Sync documentation with gdb.base/gnu-debugdata.exp.
1543 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
1544
5423b017
JK
15452013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1546
1547 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
1548
6211c335
YQ
15492013-08-27 Pedro Alves <pedro@codesourcery.com>
1550 Yao Qi <yao@codesourcery.com>
1551
1552 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
1553 Document new --skip-unavailable option.
1554 <-stack-list-variables>: Document new --skip-unavailable option.
1555
52e260a3
DE
15562013-08-26 Doug Evans <dje@google.com>
1557
1558 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
1559 an optional regexp.
1560
5e92f71a
TT
15612013-08-13 Tom Tromey <tromey@redhat.com>
1562
1563 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
1564 Document GDB_PARALLEL and GDB_INOTIFY.
1565
c5d7073b
SS
15662013-08-09 Stan Shebs <stan@codesourcery.com>
1567
1568 * LRS: Remove file, describes a long-abandoned live-range
1569 splitting extension to stabs.
1570
6fbe845e
AB
15712013-07-25 Andrew Burgess <aburgess@broadcom.com>
1572
1573 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
1574
e7045703
DE
15752013-07-17 Doug Evans <dje@google.com>
1576
1577 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
1578
3105ebf9
TT
15792013-07-02 Tom Tromey <tromey@redhat.com>
1580
1581 * gdb.texinfo (Target Commands): Don't mention "target nrom".
1582
d6c2da54
TT
15832013-06-28 Tom Tromey <tromey@redhat.com>
1584
1585 * Makefile.in (version.subst): Use version.in, not
1586 common/version.in.
1587 * gdbint.texinfo (Versions and Branches, Releasing GDB):
1588 Likewise.
1589
e5823f1c
PA
15902013-06-27 Pedro Alves <palves@redhat.com>
1591
1592 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
1593 dynamic symbol resolution code>: New section, based on infrun.c
1594 comment.
1595
92dcb9ff
TT
15962013-06-26 Tom Tromey <tromey@redhat.com>
1597
1598 * gdbint.texinfo (Versions and Branches): Use common/version.in.
1599 Update.
1600 (Releasing GDB): Likewise.
1601
dc673c81
YQ
16022013-06-26 Pedro Alves <pedro@codesourcery.com>
1603 Yao Qi <yao@codesourcery.com>
1604
1605 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
1606 -trace-frame-collected.
1607
28a93511
YQ
16082013-06-26 Pedro Alves <pedro@codesourcery.com>
1609
1610 * gdb.texinfo (Traceframe Info Format): Document tvar element
1611 and its attributes.
1612
a0743c90
YQ
16132013-06-25 Yao Qi <yao@codesourcery.com>
1614
1615 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
1616
01208463
TT
16172013-06-24 Tom Tromey <tromey@redhat.com>
1618
1619 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
1620 (GDBvn.texi): Use version.subst.
1621 (version.subst): New target.
1622 (mostlyclean): Remove version.subst.
1623
c898adb7
YQ
16242013-06-20 Pedro Alves <pedro@codesourcery.com>
1625
1626 * gdb.texinfo (GDB/MI Data Manipulation)
1627 <-data-list-register-values>: Document the --skip-unavailable
1628 option.
1629
7c57fa1e
YQ
16302013-06-07 Yao Qi <yao@codesourcery.com>
1631
1632 * gdb.texinfo (Symbols): Add kindex and cindex for
1633 'maint print msymbols'.
1634
0059c61a 16352013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
b7742092
MK
1636
1637 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
1638 response field name (thread-group to inferior).
1639
85dc5a12
GB
16402013-06-04 Gary Benson <gbenson@redhat.com>
1641
1642 * gdb.texinfo (General Query Packets/qSupported): Added
1643 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
1644 to the table of currently defined stub features.
1645 Added a more detailed entry for "augmented-libraries-svr4-read".
1646 (General Query Packets/qXfer:libraries-svr4:read): Documented
1647 the augmented form of this packet.
1648
5901af59
JB
16492013-05-23 Joel Brobecker <brobecker@adacore.com>
1650
1651 * gdb.texinfo (System-wide Configuration Scripts): Renames
1652 "Installed System-wide Configuration Scripts". Add associated
1653 @menu block.
1654
c1e36e3e
PA
16552013-05-23 Yao Qi <yao@codesourcery.com>
1656 Pedro Alves <palves@redhat.com>
1657
1658 * gdb.texinfo (Packets): Document 'vCont;r'.
1659 (Continuing and Stepping): Document target-assisted range
1660 stepping, and the 'set range-stepping' and 'show range-stepping'
1661 commands.
1662
0201faac
JB
16632013-05-23 Joel Brobecker <brobecker@adacore.com>
1664
1665 * gdb.texinfo (Installed System-wide Configuration Scripts):
1666 Add subsection describing the scripts now available under
1667 the data-dir's system-gdbbinit subdirectory.
1668 * NEWS: Add entry announcing the availability of system-wide
1669 configuration scripts for ElinOS and Wind River Linux.
1670
c5867ab6
HZ
16712013-05-21 Hui Zhu <hui@codesourcery.com>
1672
1673 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
1674 "-dprintf-insert" command.
1675
7d0c9981
DE
16762013-05-17 Doug Evans <dje@google.com>
1677
1678 * gdb.texinfo (Maintenance Commands): Update doc for
1679 "maint check-psymtabs". Add doc for "maint check-symtabs",
1680 "maint expand-symtabs".
1681
742ce053
MM
16822013-05-15 Markus Metzger <markus.t.metzger@intel.com>
1683
1684 * gdb.texinfo (Process Record and Replay): Document the
1685 "record goto" command and its sub-commands.
1686
1e611234
PM
16872013-05-10 Phil Muldoon <pmuldoon@redhat.com>
1688
1689 * gdb.texinfo (Backtrace): Add "no-filter" argument.
1690 (Python API): Add Frame Filters API, Frame Wrapper API,
1691 Writing a Frame Filter/Wrapper, Managing Management of Frame
1692 Filters chapter entries.
1693 (Frame Filters API): New Node.
1694 (Frame Wrapper API): New Node.
1695 (Writing a Frame Filter): New Node.
1696 (Managing Frame Filters): New Node.
1697 (Progspaces In Python): Add note about frame_filters attribute.
1698 (Objfiles in Python): Ditto.
1699 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
1700 @anchors and --no-frame-filters option to -stack-list-variables,
1701 -stack-list-frames, -stack-list-locals and -stack-list-arguments
1702 commands.
1703
2874cb83
JB
17042013-05-08 Joel Brobecker <brobecker@adacore.com>
1705
1706 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
1707 Support" subsection documenting the XML format used to transfer
1708 shared library info on AIX.
1709
9a005eb9
JB
17102013-05-08 Joel Brobecker <brobecker@adacore.com>
1711
1712 * gdb.texinfo (Debugging Output): Add documentation of
1713 "set debug aix-solib" and "show debug aix-solib" commands.
1714
a1217d97
SL
17152013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1716
1717 * gdb.texinfo (Nios II): New section.
1718 (Nios II Features): New section.
1719
4d1eb6b4
JB
17202013-05-06 Joel Brobecker <brobecker@adacore.com>
1721
1722 * gdbint.texinfo (Algorithms): Remove entries documenting
1723 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
1724 SOLIB_CREATE_INFERIOR_HOOK.
1725
3f84184e
TT
17262013-04-29 Tom Tromey <tromey@redhat.com>
1727
1728 PR python/14204:
1729 * gdb.texinfo (Python API): Fix menu entry.
1730 (Blocks In Python): Fix subsubsection text. Rewrite intro.
1731 Define global and static block. Add example. Clarify
1732 block relationship for inline functions.
1733
60155234
TT
17342013-04-29 Tom Tromey <tromey@redhat.com>
1735
1736 * gdb.texinfo (Python API): Mention Python help and keyword
1737 arguments. Move pagination text to Basic Python.
1738 (Basic Python): Put pagination text here. Document
1739 close-on-exec, SIGCHLD, and SIGINT.
1740
5360976e
PA
17412013-04-19 Pedro Alves <palves@redhat.com>
1742
1743 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
1744 "signedness" instead of "signness".
1745
bd3f3b55
PA
17462013-04-19 Pedro Alves <palves@redhat.com>
1747
1748 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
1749 -Wno-pointer-sign text with text on -Wpointer-sign.
1750
dee368d3
TT
17512013-04-16 Tom Tromey <tromey@redhat.com>
1752
1753 * gdb.texinfo (Set Catchpoints): Mention earliest version of
1754 GCC that has the SDT probe points.
1755
cc16e6c9
TT
17562013-04-15 Tom Tromey <tromey@redhat.com>
1757
1758 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
1759 exception catchpoints.
1760
72f1fe8a
TT
17612013-04-15 Tom Tromey <tromey@redhat.com>
1762
1763 * gdb.texinfo (Set Catchpoints): Document $_exception.
1764 (Convenience Vars): Mention $_exception.
1765
591f19e8
TT
17662013-04-15 Tom Tromey <tromey@redhat.com>
1767
1768 * gdb.texinfo (Set Catchpoints): Reorganize exception
1769 catchpoints. Document "catch rethrow".
1770 (Debugging C Plus Plus): Mention "catch rethrow".
1771
02ae6bad
TT
17722013-04-15 Tom Tromey <tromey@redhat.com>
1773
1774 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
1775
2c91021c
JK
17762013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1777 Eli Zaretskii <eliz@gnu.org>
1778
1779 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
1780 line below the sample output.
1781
6eaaf48b
EZ
17822013-04-12 Eli Zaretskii <eliz@gnu.org>
1783
1784 * gdb.texinfo (Mode Options): Document '-configuration'.
1785 (Help): Document "show configuration".
1786 (Bug Reporting): Add requirements to include the configuration
1787 details in bug reports.
1788
b292c783
JK
17892013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1790
1791 * Makefile.in (MAN1S): Add gcore.1.
1792 Remove "Host, target, and site specific Makefile fragments" comment.
1793 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
1794 (install-man1, uninstall-man1): Conditionalize gcore.1.
1795 (gcore.1): New.
1796 * gdb.texinfo (Man Pages): Add gcore man.
1797 (gcore man): New node.
1798
f81d1120
PA
17992013-04-10 Pedro Alves <palves@redhat.com>
1800
1801 * gdb.texinfo (Process Record and Replay): Document that "set
1802 record full insn-number-max", "set record
1803 instruction-history-size" and "set record
1804 function-call-history-size" accept "unlimited".
1805 (Backtrace): Document that "set backtrace limit" accepts
1806 "unlimited".
1807 (List): Document that "set listsize" accepts "unlimited".
1808 (Print Settings)" Document that "set print max-symbolic-offset",
1809 "set print elements" and "set print repeats" accept "unlimited".
1810 (Starting and Stopping Trace Experiments): Document that "set
1811 trace-buffer-size" accepts "unlimited".
1812 (Remote Configuration): Document that "set tcp connect-timeout"
1813 accepts "unlimited".
1814 (Command History): Document that "set history size" accepts
1815 "unlimited".
1816 (Screen Size): Document that "set height" and "set width" accepts
1817 "unlimited". Adjust "set pagination"'s description to suggest
1818 "set height unlimited" instead of "set height 0".
1819
393fd4c3
YQ
18202013-04-10 Yao Qi <yao@codesourcery.com>
1821
1822 * gdb.texinfo (Trace Files): Add "target ctf".
1823
cba5a7bf
JK
18242013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1825
1826 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
1827
0ed630cb
JK
1828 * Makefile.in (install-man1, install-man5, uninstall-man1)
1829 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
1830
afe1492b
JK
1831 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
1832
5b8b6385
JK
18332013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1834 Eli Zaretskii <eliz@gnu.org>
1835
1836 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
1837 parameters order. Remove "On some targets" for --attach. Document the
1838 --multi parameter and extended-remote command. Document all the
1839 options.
1840
906ccdf0
JK
18412013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1842
1843 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
1844 the list of supported languages.
1845
43662968
JK
18462013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1847
1848 Convert man pages to texinfo, new gdbinit.5 texinfo page.
1849 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
1850 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
1851 (diststuff): Add man.
1852 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
1853 (uninstall-man5): New.
1854 (STAGESTUFF): Add *.1 and *.5.
1855 (GDBvn.texi): Add SYSTEM_GDBINIT.
1856 (gdb.1, gdbserver.1, gdbinit.5): New.
1857 (maintainer-clean realclean): Add $(MANS).
1858 (install): Add install-man.
1859 (uninstall): Add uninstall-man.
1860 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
1861 (@copying): Wrap it by @c man begin COPYRIGHT.
1862 (Top): Add Man Pages.
1863 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
1864
be9a8770
PA
18652013-04-02 Pedro Alves <palves@redhat.com>
1866
1867 * gdb.texinfo (Debugging Output): Document "set/show debug
1868 aarch64", "set/show debug coff-pe-read" and "set/show debug
1869 mach-o".
1870
a46c1e42
PA
18712013-04-02 Pedro Alves <palves@redhat.com>
1872
1873 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
1874 table>: Add entry for "trace-buffer-size".
1875
bd3eecc3
PA
18762013-03-28 Pedro Alves <palves@redhat.com>
1877
1878 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
1879 table>: Add entry for "trace-status".
1880
215b9f98
EZ
18812013-03-28 Eli Zaretskii <eliz@gnu.org>
1882
1883 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
1884 @bullet", which is invalid (makeinfo 5.1 barfs).
1885
7f7cc265
PA
18862013-03-28 Pedro Alves <palves@redhat.com>
1887
1888 PR gdb/15294
1889
1890 * gdb.texinfo (List) <set listsize>: Adjust to document that
1891 listsize 0 means no limit, and remove mention of -1.
1892
9c0be723
YQ
18932013-03-22 Yao Qi <yao@codesourcery.com>
1894
1895 * gdb.texinfo (Embedded Processors): Remove menu item
1896 "OpenRISC 1000".
1897 (OpenRISC 1000): Remove.
1898
bd712aed
DE
18992013-03-21 Doug Evans <dje@google.com>
1900
1901 * gdb.texinfo (Maintenance Commands): Add docs for
1902 "mt set per-command {space,time,symtab} {on,off}".
1903
d0353e76
YQ
19042013-03-14 Hui Zhu <hui@codesourcery.com>
1905 Yao Qi <yao@codesourcery.com>
1906
1907 * gdb.texinfo (Trace Files): Add "tsave -ctf".
1908
6dd24dfa
KS
19092013-03-13 Keith Seitz <keiths@redhat.com>
1910
1911 * gdb.texinfo (Maintenance Commands): Add missing ')' for
1912 "maint agent" reference to Dynamic printf.
1913
5c4808ca
EZ
19142013-03-11 Eli Zaretskii <eliz@gnu.org>
1915
1916 * gdb.texinfo (General Query Packets): Don't use colon in index
1917 entries visible to Info format.
1918
59ea5688
MM
19192013-03-11 Markus Metzger <markus.t.metzger@intel.com>
1920
1921 * gdb.texinfo (Process Record and Replay): Document record
1922 changes.
1923
2ae8c8e7
MM
19242013-03-11 Markus Metzger <markus.t.metzger@intel.com>
1925
1926 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
1927 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
1928 qXfer:btrace:read.
1929
28abe188
EZ
19302013-03-09 Eli Zaretskii <eliz@gnu.org>
1931
1932 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
1933 use colons in @anchor and @cindex entries.
1934
be9a119c 19352013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
6790eb9f
HAQ
1936
1937 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
1938
be9a119c 19392013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
1940 Hafiz Abid Qadeer <abidh@codesourcery.com>
1941
1942 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1943 trace-buffer-size set and show commands.
1944 (Tracepoint Packets): Document QTBuffer:size.
1945 (General Query Packets): Document QTBuffer:size.
1946
d57350ea
TT
19472013-02-21 Tom Tromey <tromey@redhat.com>
1948
1949 * gdb.texinfo: Remove bad @syncodeindex.
1950 (Values From Inferior, Types In Python, Inferiors In Python)
1951 (Events In Python, Threads In Python, Frames In Python, Blocks In
1952 Python, Symbols In Python, Symbol Tables In Python): Remove
1953 @tables.
1954 (Packets, General Query Packets, Tracepoint Packets)
1955 (Host I/O Packets): Use @w{} for empty @item.
1956
9f44fbc0
SCR
19572013-02-20 Siva Chandra Reddy <sivachandra@google.com>
1958
1959 * gdb.texinfo (Architectures In Python): Add description about
1960 the new method gdb.Architecture.disassemble.
1961
f5911ea1
HAQ
19622013-02-15 Pedro Alves <pedro@codesourcery.com>
1963 Hafiz Abid Qadeer <abidh@codesourcery.com>
1964
1965 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
1966 Document the "trace-file" field.
1967
7e1e0340
DE
19682013-02-07 Doug Evans <dje@google.com>
1969
1970 * gdb.texinfo (Machine Code): Clarify argument to disassemble
1971 command.
1972
134a2066
YQ
19732013-02-06 Yao Qi <yao@codesourcery.com>
1974
1975 * gdb.texinfo (GDB/MI Async Records): Document new MI
1976 notification "=tsv-modified". Update the document of MI
1977 notification "=tsv-created".
1978 * observer.texi (GDB Observers): New observer tsv_modified.
1979 Update observer tsv_created and tsv_delete.
1980
430ed3f0
MS
19812013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
1982
1983 * gdb.texinfo (AArch64 Features): New section; document
1984 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
1985 (Architectures): Add new AArch64 section to document AArch64
1986 architecture specific commands.
1987 (ABI): Add description of the new OS ABI "Newlib" and its influence
1988 on the longjmp handling.
1989
1b56eb55
JK
19902013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
1991 Jan Kratochvil <jan.kratochvil@redhat.com>
1992
1993 * gdb.texinfo (Backtrace): Added description of 'filename-display'
1994 variable in 'set/show backtrace' section.
1995
c4957902
TT
19962013-01-31 Tom Tromey <tromey@redhat.com>
1997
1998 * gdb.texinfo (Target Commands): Fix typo.
1999
bea883fd
SCR
20002013-01-23 Siva Chandra Reddy <sivachandra@google.com>
2001
2002 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
2003 describing the gdb.Architecture class.
2004 (Frames In Python): Add description about the new method
2005 gdb.Frame.architecture().
2006
796a7ff8
DE
20072013-01-23 Doug Evans <dje@google.com>
2008
2009 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
2010
998580f1
MK
20112013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
2012
2013 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
2014 'thread-groups' field when printing a breakpoint in MI.
2015
c9fb1240
SD
20162012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2017 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
2018 to reflect that jit-reader-load now supports absolute file-names.
2019
ab04a2af
TT
20202013-01-16 Tom Tromey <tromey@redhat.com>
2021
2022 * gdb.texinfo (Set Catchpoints): Document "catch signal".
2023 (Signals): Likewise.
2024
8ac3646f
TT
20252013-01-16 Tom Tromey <tromey@redhat.com>
2026
2027 * gdb.texinfo (GDB/MI Breakpoint Information): Document
2028 "catch-type" field.
2029 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
2030
e93a8774
TT
20312013-01-07 Tom Tromey <tromey@redhat.com>
2032
2033 * gdb.texinfo (Mode Options): Don't mention -epoch.
2034 (Data, Emacs): Remove obsolete comments.
2035
54516a0b
TT
20362013-01-02 Tom Tromey <tromey@redhat.com>
2037
2038 * gdb.texinfo (GDB/MI Output Records): Update menu.
2039 (GDB/MI Breakpoint Information): New node.
2040 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
2041 <-break-insert>: Likewise.
2042
8dbe8ece
YQ
20432012-12-31 Yao Qi <yao@codesourcery.com>
2044
2045 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
2046 (Packets): Move "vStopped" packet to ...
2047 (Notification Packets): ... here. Describe the components
2048 of notification. Add a table of supported notifications.
2049 Add an example on the process of he async notification.
2050
f35a17b5
JK
20512012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2052
2053 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
2054 present.
2055 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
2056 fullname output always present.
2057
0dfd2fad
PM
20582012-12-23 Pierre Muller <muller@sourceware.org>
2059
72f4393d
L
2060 * gdbint.texinfo (Function prototypes): Require use of "extern"
2061 modifier for function prototypes in headers.
0dfd2fad 2062
7785b880
JB
20632012-12-19 Joel Brobecker <brobecker@adacore.com>
2064
2065 * refcard.tex: Update copyright notice to GPL v3 or later.
2066 Update contact info.
2067
3d745be3
JK
20682012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2069
2070 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
2071
c9b6281a
YQ
20722012-12-15 Yao Qi <yao@codesourcery.com>
2073
2074 * gdb.texinfo (Debugging Output): Document 'set debug
2075 notification' and 'show debug notification'.
2076
f2a8bc8a
YQ
20772012-12-15 Yao Qi <yao@codesourcery.com>
2078
2079 * gdb.texinfo (Listing Tracepoints): New item and example about
2080 'installed on target' output.
2081 Add more in the example about 'installed on target'.
2082 (GDB/MI Breakpoint Commands): Doc about 'installed field.
2083
451b7c33
TT
20842012-12-14 Tom Tromey <tromey@redhat.com>
2085
72f4393d 2086 * gdb.texinfo (SVR4 Process Information): Mention core files.
451b7c33 2087
3fa7bf06 20882012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
72f4393d 2089
3fa7bf06
MG
2090 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
2091
05b4bd79
PA
20922012-12-11 Pedro Alves <palves@redhat.com>
2093
2094 * gdb.texinfo: Remove all mentions of Unixware throughout.
2095
74a0d9f6
JK
20962012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2097
2098 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
2099
0c631110
TT
21002012-11-29 Tom Tromey <tromey@redhat.com>
2101
2102 * gdb.texinfo (SVR4 Process Information): Document missing
2103 "info proc" subcommands.
2104
891df0ea
YQ
21052012-11-29 Yao Qi <yao@codesourcery.com>
2106
2107 PR gdb/1477.
2108 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
2109 to 'auto' instead of 'gnu'.
2110
608e2dbb
TT
21112012-11-26 Tom Tromey <tromey@redhat.com>
2112
2113 * gdb.texinfo (MiniDebugInfo): New node.
2114 (GDB Files): Update.
2115
e64e0392
DE
21162012-11-16 Doug Evans <dje@google.com>
2117
2118 * gdb.texinfo (System-wide configuration): If the system-wide init
2119 file lives in the data-directory, and --data-directory is provided,
2120 look for it there.
2121
ae606bee
TT
21222012-11-15 Tom Tromey <tromey@redhat.com>
2123
2124 * gdb.texinfo (Signaling): Fix typo.
2125
62747a60
TT
21262012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
2127
2128 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
2129 parameter "count" of -data-write-memory-bytes, and add an example.
2130
18a9fc12
TT
21312012-11-12 Tom Tromey <tromey@redhat.com>
2132
2133 * gdb.texinfo (Symbols): Document "info type-printers",
2134 "enable type-printer" and "disable type-printer".
2135 (Python API): Add new node to menu.
2136 (Type Printing API): New node.
2137 (Progspaces In Python): Document type_printers field.
2138 (Objfiles In Python): Likewise.
2139 (gdb.types) <get_type_recognizers, apply_type_recognizers,
2140 register_type_printer, TypePrinter>: Document.
2141
53342f27
TT
21422012-11-12 Tom Tromey <tromey@redhat.com>
2143
2144 * gdb.texinfo (Symbols): Document "set print type methods",
2145 "set print type typedefs", and flags to ptype and whatis.
2146
ed8a1c2d
AB
21472012-11-09 Andrew Burgess <aburgess@broadcom.com>
2148
2149 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
2150 the example -data-disassemble output. Extend the description of
2151 the -data-disassemble results to document all fields. Document
2152 the cli disassemble command as being related to -data-disassemble.
2153
8506d139
YQ
21542012-11-09 Yao Qi <yao@codesourcery.com>
2155
2156 PR gdb/14777.
2157 * gdb.texinfo (OS Information): Remove doc on command
2158 'info udot'.
2159
4d3f93a2
JB
21602012-11-08 Joel Brobecker <brobecker@adacore.com>
2161
2162 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
2163 gdb.ini warning for Windows port.
2164
1e96de83
YQ
21652012-11-08 Yao Qi <yao@codesourcery.com>
2166
2167 * gdb.texinfo (Search): Add kindex for 'fo'.
2168
dc939229
TT
21692012-11-05 Tom Tromey <tromey@redhat.com>
2170
2171 PR python/14802:
2172 * gdb.texinfo (Functions In Python): Add example.
2173
6f6484cd
YQ
21742012-11-03 Yao Qi <yao@codesourcery.com>
2175
2176 * observer.texi (GDB Observers): Remove observer
2177 'tracepoint_modified', 'tracepoint_created' and
2178 'tracepoint_deleted'.
2179
af4238e5
TT
21802012-10-26 Tom Tromey <tromey@redhat.com>
2181
2182 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
2183
687e43a4
TT
21842012-10-25 Tom Tromey <tromey@redhat.com>
2185
2186 * gdb.texinfo (General Query Packets): Use @itemx.
2187
8de0566d
YQ
21882012-10-17 Yao Qi <yao@codesourcery.com>
2189
2190 * observer.texi (GDB Observers): Update observer
2191 'memory_changed'.
2192 * gdb.texinfo (GDB/MI Async Records): Document for
2193 "memory-changed" notification.
2194
07540c15
DE
21952012-10-15 Doug Evans <dje@google.com>
2196
2197 * gdb.texinfo (Mode Options): Document -nh.
2198 Elaborate on docs for -nx.
2199
d7019589
SP
22002012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2201
2202 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
2203
82a90ccf 22042012-09-21 Yao Qi <yao@codesourcery.com>
72f4393d 2205 Pedro Alves <palves@redhat.com>
82a90ccf
YQ
2206
2207 * gdb.texinfo (GDB/MI Async Records): Document notification
2208 'record-started' and 'record-stopped'.
2209 * observer.texi (GDB Observers): New observer 'record-changed'.
2210
aa9259cc
TS
22112012-09-19 Thomas Schwinge <thomas@codesourcery.com>
2212
2213 * gdb.texinfo: Document the removal of SH's 'regs' command.
2214
c1d780c2
SDJ
22152012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2216
2217 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
2218
bb25a15c
YQ
22192012-09-18 Yao Qi <yao@codesourcery.com>
2220
2221 * gdb.texinfo (GDB/MI Async Records): Document new MI
2222 notifications '=tsv-created' and '=tsv-deleted'.
2223 * observer.texi (GDB Observers): New observer tsv_created and
2224 tsv_deleted.
2225
201b4506
YQ
22262012-09-18 Yao Qi <yao@codesourcery.com>
2227
2228 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
2229 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
2230 '=traceframe-changed'.
2231
6fc1c773
YQ
22322012-09-17 Yao Qi <yao@codesourcery.com>
2233
2234 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
2235 'set listsize'.
2236
121c73f3
JK
22372012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2238 Eli Zaretskii <eliz@gnu.org>
2239
2240 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
2241 encoding for gdbarch_breakpoint_from_pc, bp_addr for
2242 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
2243
e9687799
JK
22442012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2245
2246 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
2247
3b5e4d35
YPK
22482012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
2249
2250 Document how to return from "python-interactive" to GDB.
2251 * gdb.texinfo (Python Commands): Update documentation.
2252
22532012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
2254
2255 Add a new "python-interactive" command that starts a standard
2256 Python interactive prompt with "pi" as alias, and add "py" as
2257 an alias to "python".
2258 * gdb.texinfo (Python Commands): Document the new commands.
2259
b583003e
TT
22602012-08-22 Tom Tromey <tromey@redhat.com>
2261
2262 * gdbint.texinfo (Host Definition): Remove documentation for
2263 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
2264
a451cb65
KS
22652012-08-17 Keith Seitz <keiths@redhat.com>
2266
2267 PR c++/13356
2268 * gdb.texinfo (Type and Range Checking): Remove warning.
2269 Remove spurious commas.
2270 Update text and examples for re-implementation of set/show
2271 check type.
2272 (C and C++ Type and Range Checks): Likewise.
2273
6b1755ce
YQ
22742012-08-16 Yao Qi <yao@codesourcery.com>
2275
2276 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
2277 is deprecated.
2278
f47f77df
DE
22792012-08-13 Doug Evans <dje@google.com>
2280
2281 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
2282 to include functions.
2283
a72c3253
DE
22842012-08-10 Doug Evans <dje@google.com>
2285
2286 * gdb.texinfo (Convenience Funs): New node.
2287 (Types In Python): Document Type.vector.
2288
5b9afe8a
YQ
22892012-08-09 Yao Qi <yao@codesourcery.com>
2290
2291 * observer.texi: New observer command_param_changed.
2292 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
2293
dc1039df
JK
22942012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2295
2296 * gdbint.texinfo (Debugging GDB): In section
2297 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
2298 Mention also gdb-gdb.py.
2299
4abf930d
YQ
23002012-08-07 Yao Qi <yao@codesourcery.com>
2301
2302 Revert the folloing patch:
2303 2012-08-06 Yao Qi <yao@codesourcery.com>
2304 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2305 remote hardware-watchpoint-limit' and 'set
2306 remote hardware-breakpoint-limit'.
2307
f3c8a52a
JK
23082012-08-06 Nathaniel Flath <flat0103@gmail.com>
2309
2310 * gdb.texinfo (Working Directory): Added information about new
2311 default argument for 'cd' command.
2312
77a91025
YQ
23132012-08-06 Yao Qi <yao@codesourcery.com>
2314
2315 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2316 remote hardware-watchpoint-limit' and 'set
2317 remote hardware-breakpoint-limit'.
2318
d9f08f52
YQ
23192012-08-06 Yao Qi <yao@codesourcery.com>
2320
2321 Fix PR14371.
2322
2323 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
2324 '=breakpoint-deleted'.
2325
95b07c96
YQ
23262012-08-02 Yao Qi <yao@codesourcery.com>
2327
2328 * gdb.texinfo (Native): Remove node Neutrino.
2329
7255706c
YQ
23302012-07-27 Yao Qi <yao@codesourcery.com>
2331
2332 * gdb.texinfo (IPA Protocol Commands): Document new command
2333 'close'.
2334
d6b28940
TT
23352012-07-25 Tom Tromey <tromey@redhat.com>
2336
2337 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
2338
e615022a
DE
23392012-07-20 Doug Evans <dje@google.com>
2340
2341 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
2342 (Index Files): Document how to control the use of deprecated index
2343 sections.
2344 (Index Section Format): Replace --use-deprecated-index-sections with
2345 "set use-deprecated-index-sections on".
2346
055855a4
EZ
23472012-07-12 Eli Zaretskii <eliz@gnu.org>
2348
2349 * gdbint.texinfo: Remove @syncodeindex directives that put all the
2350 indices into a single node "Index". Instead, join function and
2351 variable indices into a single index, separate from the concept
2352 index. Requested in
2353 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
2354 (Top): Update the top-level menu: instead of one "Index" there are
2355 now separate entries "Concept Index" and "Function and Variable
2356 Index".
2357 (Concept Index, Function and Variable Index): New nodes.
2358 (Index): Node deleted.
2359
f77cc5f0
HZ
23602012-07-05 Hui Zhu <hui_zhu@mentor.com>
2361
2362 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
2363 and "maint agent-eval".
2364
00595b5e
EZ
23652012-07-03 Eli Zaretskii <eliz@gnu.org>
2366
2367 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
2368 avoid file-name clashes between Index.html and index.html on
2369 case-insensitive filesystems. See the discussion starting in
2370 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
2371 details of the problem.
2372 (Top): Update the master menu for the above.
2373 (Concept Index, Command and Variable Index): New nodes, instead of
2374 the old "Index" node that was deleted. All cross-references
2375 updated.
2376
d3ce09f5
SS
23772012-07-02 Stan Shebs <stan@codesourcery.com>
2378
2379 * gdb.texinfo (Dynamic Printf): Mention agent style and
2380 disconnected dprintf.
2381 (Maintenance Commands): Describe maint agent-printf.
2382 (General Query Packets): Mention BreakpointCommands feature.
2383 (Packets): Document commands extension to Z0 packet.
2384 * agentexpr.texi (Bytecode Descriptions): Document printf
2385 bytecode.
2386
2d7b58e8
JK
23872012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2388
2389 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
2390 only after gdbinit files.
2391 (Startup): Move -iex and -iex commands down after gdbinit files.
2392
202cbf1c
JK
23932012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2394
2395 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
2396 possibility.
2397
b6ba681c
TT
23982012-06-29 Tom Tromey <tromey@redhat.com>
2399
2400 * gdb.texinfo (Index Section Format): Update for version 7.
2401
71caed83
SS
24022012-06-28 Stan Shebs <stan@codesourcery.com>
2403
2404 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
2405 example, add note about title column.
2406
ee0bf529
SCR
24072012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2408
2409 * gdb.texinfo (Symbol Tables In Python): Add description about
2410 the new 'last' attribute of gdb.Symtab_and line.
2411
3c15d565
SCR
24122012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2413
2414 * gdb.texinfo (Symbol Tables In Python): Correct the description
2415 of the 'pc' attribute of gdb.Symtab_and_line.
2416
45cfd468
DE
24172012-06-26 Doug Evans <dje@google.com>
2418
2419 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
2420 and symtab-create.
2421
496ee73e
KS
24222012-06-25 Keith Seitz <keiths@redhat.com>
2423
2424 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
2425 from example. Remove "rbreak" from list of corresponding
2426 gdb commands.
2427
156942c7
DE
24282012-06-23 Doug Evans <dje@google.com>
2429
2430 * gdb.texinfo (Index Section Format): Document version 7 format.
2431
c614397c
YQ
24322012-06-22 Yao Qi <yao@codesourcery.com>
2433
2434 * gdb.texinfo: Add missing cindex for some packets.
2435
472a2379
KS
24362012-06-20 Keith Seitz <keiths@redhat.com>
2437
2438 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
2439 for -break-insert and document -p.
2440
2678e2af
YQ
24412012-06-20 Yao Qi <yao@codesourcery.com>
2442
2443 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
2444 and "gdb.write_memory" with "Inferior.read_memory" and
2445 "Inferior.write_memory".
2446
984359d2
EZ
24472012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
2448
2449 * gdb.texinfo (Summary): Add a link to "Free Documentation".
2450 (Free Documentation): Add @node line.
2451 (Continuing and Stepping) <advance location>: Use @item instead of
2452 @itemx.
2453 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
2454 @itemx.
2455 (Embedded Processors): Put the link to "PA" to its correct place,
2456 according to document structure.
2457 (Python API): Put the link to "Lazy Strings In Python" to its
2458 correct place.
2459 (Index): Use @@ in @tex block to get a literal @.
2460
2461 * gdbint.texinfo: Fix the @subtitle line.
2462
2463 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
2464 correct place.
2465
16bdd41f
YQ
24662012-06-08 Yao Qi <yao@codesourcery.com>
2467
2468 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
2469 Protocol'.
2470 (In-Process Agent Protocol, IPA Protocol Objects)
2471 (IPA Protocol Commands): New nodes.
2472 (Tracepoint Packets): Add anchors.
2473
2d4c29c5
TS
24742012-06-06 Thomas Schwinge <thomas@codesourcery.com>
2475
2476 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
2477
6bd110c5
YQ
24782012-06-06 Yao Qi <yao@codesourcery.com>
2479
2480 * gdb.texinfo: Update copyright year.
2481
f3e0e960
SS
24822012-05-23 Stan Shebs <stan@codesourcery.com>
2483 Kwok Cheung Yeung <kcy@codesourcery.com>
2484
2485 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
2486
1564a261
JK
24872012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2488
2489 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
2490 Mention also --with-separate-debug-dir.
2491 (Auto-loading): Prepend $debugdir in the sample output.
2492 (Auto-loading safe path): Likewise. Mention also $debugdir for the
2493 auto-load safe-path variable.
2494 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
2495 Mention also $debugdir for 'set auto-load scripts-directory'.
2496
eb17f351
EZ
24972012-05-19 Eli Zaretskii <eliz@gnu.org>
2498
2499 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
2500 (MIPS Embedded, MIPS, MIPS Register packet Format)
2501 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
2502 appropriate.
2503
4cc0665f 25042012-05-18 Sandra Loosemore <sandra@codesourcery.com>
72f4393d 2505 Maciej W. Rozycki <macro@codesourcery.com>
4cc0665f
MR
2506
2507 * gdb.texinfo (MIPS): Document "set mips compression" and "show
2508 mips compression".
2509 (MIPS Breakpoint Kinds): New subsubsection.
2510
7af8dcf8 25112012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
2512
2513 * gdb.texinfo (Architecture-Specific Protocol Details): Define
2514 nodes for subsections. Add @acronym mark-ups and adjust
2515 formatting.
2516
aff139ff
JK
25172012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2518
2519 Rename $ddir to $datadir.
2520 * gdb.texinfo (Auto-loading, Auto-loading safe path)
2521 (objfile-gdb.py file): Rename $ddir to $datadir.
2522
9cb709b6
TT
25232012-05-18 Tom Tromey <tromey@redhat.com>
2524
2525 * gdb.texinfo (Print Settings): Document 'set print symbol'.
2526
e7e0cddf
SS
25272012-05-14 Stan Shebs <stan@codesourcery.com>
2528
2529 * gdb.texinfo (Dynamic Printf): New subsection.
2530
7efc75aa
SCR
25312012-05-13 Siva Chandra Reddy <sivachandra@google.com>
2532
2533 * gdb.texinfo (Basic Python): Add description about the function
2534 gdb.find_pc_line
2535
f307c045
JK
25362012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2537 Eli Zaretskii <eliz@gnu.org>
2538
2539 * gdb.texinfo (Separate Debug Files): Use plural form for global
2540 debugging information directory.
2541
85d4a676
SS
25422012-05-11 Stan Shebs <stan@codesourcery.com>
2543 Kwok Cheung Yeung <kcy@codesourcery.com>
2544
2545 * gdb.texinfo (Operating System Auxiliary Information): Document new
2546 'info os' subcommands.
2547
c1668e4e
JK
25482012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2549
2550 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
2551 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
2552 (dotdebug_gdb_scripts section): Add reference
2553 to 'Auto-loading safe path'.
2554
7349ff92
JK
25552012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2556
2557 Implement multi-component --with-auto-load-dir.
2558 * gdb.texinfo (Auto-loading): New references
2559 for 'set auto-load scripts-directory'
2560 and 'show auto-load scripts-directory'.
2561 (Auto-loading safe path): Describe the new default. Move $ddir
2562 substituation reference to 'objfile-gdb.py file'.
2563 (objfile-gdb.py file): Describe script-name alias. Change real-name to
2564 script-name. Describe new 'set auto-load scripts-directory'
2565 and 'show auto-load scripts-directory'.
2566
6dea1fbd
JK
25672012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2568
2569 Provide $ddir substitution for --with-auto-load-safe-path.
2570 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
2571 (Auto-loading safe path): Likewise. Mention the default value,
2572 $ddir substitution, --with-auto-load-safe-path and
2573 --without-auto-load-safe-path.
2574 * observer.texi (gdb_datadir_changed): New.
2575
1ccacbcd
JK
25762012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2577
2578 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
2579 Twice.
2580
d9242c17
JK
2581 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
2582 directory separator by path separator.
2583
af2c1515
JK
25842012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2585
2586 * gdb.texinfo (Auto-loading safe path): Make 'directories'
2587 for 'set auto-load safe-path' optional. Mention if it is omitted.
2588 Change disabling security protection condition to "/", twice.
2589
a20ee7a4
SCR
25902012-05-03 Siva Chandra Reddy <sivachandra@google.com>
2591
2592 * gdb.texinfo (Symbol Tables In Python): Add documentation about
2593 the new methods global_block and static_block on gdb.Symtab
2594 objects.
2595
56af09aa
SCR
25962012-05-02 Siva Chandra Reddy <sivachandra@google.com>
2597
2598 * gdb.texinfo (Blocks In Python): Add a note saying that future
2599 improvements to GDB and its infrastructure can move symbols
2600 across blocks within a symbol table.
2601
2746b0ef
YQ
26022012-04-29 Yao Qi <yao@codesourcery.com>
2603
2604 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
2605 (A29K): Remove.
2606
62e5f89c
SDJ
26072012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
2608 Tom Tromey <tromey@redhat.com>
2609
2610 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
2611 and generic static probe support on GDB.
2612
a766d390
DE
26132012-04-25 Doug Evans <dje@google.com>
2614
50f042b9
DE
2615 * gdb.texinfo (Go): Fix thinko.
2616
a766d390
DE
2617 * gdb.texinfo (Supported Languages): Add Go.
2618 (Go): New node.
2619
f02e2b19
YQ
26202012-04-25 Yao Qi <yao@codesourcery.com>
2621
2622 * gdbint.texinfo (Testsuite): New section `Board settings'.
2623
68d41a48
JK
26242012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2625
2626 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
2627 Three times.
2628
174bb630
JK
2629 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
2630 Three times.
2631
0511cc75
JK
26322012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2633
2634 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
2635 by @table @asis. Fix formatting of one item.
2636
0070f25a
JK
26372012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2638
2639 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
2640
4dc84fd1
JK
26412012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2642
2643 New option "set debug auto-load".
2644 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
2645 (auto-load verbose mode): New node.
2646
bccbefd2
JK
26472012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2648
2649 New option "set auto-load safe-path".
2650 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
2651 and "info auto-load" examples for safe-path. Put there also references
2652 for "set auto-load safe-path" and "show auto-load safe-path".
2653 New menu item for Auto-loading safe path.
2654 (Auto-loading safe path): New node.
2655 (Python Auto-loading): Update the expected output from "Missing"
2656 to "No".
2657
bf88dd68
JK
26582012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2659
2660 auto-load: Implementation.
2661 * gdb.texinfo (Mode Options): New anchor for -nx.
2662 (Startup): New anchors for Option -init-eval-command,
2663 Home Directory Init File
2664 and Init File in the Current Directory during Startup.
2665 Mention set auto-load local-gdbinit with a reference.
2666 Change the sample code to "set auto-load python-scripts".
2667 (Threads): New anchor set libthread-db-search-path.
2668 Provide references to libthread_db.so.1 file.
2669 (Controlling GDB): New menu item for Auto-loading.
2670 (Auto-loading, Init File in the Current Directory)
2671 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
2672 (Python): Rename the menu item Auto-loading to Python Auto-loading.
2673 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
2674 reference.
2675 (Auto-loading): Rename to ...
2676 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
2677 "set auto-load python-scripts", new anchor for it. Change
2678 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
2679 for it. Change "info auto-load-scripts"
2680 to "info auto-load python-scripts", new anchor for it. Change "scripts"
2681 to "Python scripts".
2682
8264ba82
AG
26832012-04-14 Anton Gorenkov <xgsa@yandex.ru>
2684
2685 PR mi/13393
2686 * gdb.texinfo (Print Settings): Extend the description for "set print
2687 object".
2688 (GDB/MI Variable Objects): Extend the description for -var-create and
2689 -var-list-children.
2690
06fc020f
SCR
26912012-04-11 Siva Chandra Reddy <sivachandra@google.com>
2692
2693 * gdb.texinfo (Examining Data): Document the 'explore' command.
2694
7191c139
JB
26952012-03-28 Joel Brobecker <brobecker@adacore.com>
2696
2697 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
2698 to the children of a varobj and its update range when -var-update
2699 returns that the varobj's type changed.
2700
3708f05e
JK
27012012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2702
2703 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
2704 Create two new links fir 'objfile-gdb.py file'
2705 and 'dotdebug_gdb_scripts section'.
2706
8e0583c8
JK
27072012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2708
2709 * gdb.texinfo (Auto-loading): Rename node reference
2710 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
2711 Twice.
2712 (.debug_gdb_scripts section): Rename the node ...
2713 (dotdebug_gdb_scripts section): ... here.
2714 (Maintenance Commands): Also rename this node reference.
2715
7b282c5a
SCR
27162012-03-22 Siva Chandra Reddy <sivachandra@google.com>
2717
2718 * gdb.texinfo (Python API/Values From Inferior): Add description
2719 about the new method Value.referenced_value. Add description on
2720 how Value.dereference is different (and similar) to
2721 Value.referenced_value.
2722
8320cc4f
JK
27232012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2724
2725 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
2726 --init-eval-command=COMMAND, -iex.
2727 (Startup): Describe -iex and -ix. Simplify the example
2728 for "set auto-load-scripts off".
2729
481860b3
GB
27302012-03-16 Gary Benson <gbenson@redhat.com>
2731
2732 PR breakpoints/10738
2733 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
2734 stating that GDB cannot set breakpoints on inlined functions.
2735 (Mode Options): Document --use-deprecated-index-sections.
2736 (Index Section Format): Document new index section version format.
2737
c4aeac85
TT
27382012-03-15 Tom Tromey <tromey@redhat.com>
2739
2740 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
2741
16899756
DE
27422012-03-13 Doug Evans <dje@google.com>
2743
2744 * gdb.texinfo (Help): Change apropos example to use "alias" instead
2745 of "reload".
2746 (Symbols): Delete docs for set/show symbol-reloading.
2747 * gdbint.texinfo (Defining Other Architecture Features): Delete
2748 SYMBOL_RELOADING_DEFAULT.
2749 * refcard.tex: Delete reference to symbol-reloading.
2750
9b224c5e
PA
27512012-03-07 Pedro Alves <palves@redhat.com>
2752
2753 * gdb.texinfo (General Query Packets): Document new
2754 QProgramSignals packet.
2755 * gdb.texinfo (Remote configuration): Mention
2756 "program-signals-packet".
2757
169081d0
TG
27582012-03-05 Tristan Gingold <gingold@adacore.com>
2759
2760 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
2761
d1feda86
YQ
27622012-03-03 Yao Qi <yao@codesourcery.com>
2763
2764 * gdb.texinfo (In-Process Agent): New node.
2765 Document new commands.
2766 (General Query Packets): Add packet `QAgent'.
2767
1faeff08
MR
27682012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
2769
2770 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
2771
7d74f244
DE
27722012-03-01 Scott J. Goldman <scottjg@vmware.com>
2773
2774 * gdb.texinfo (Commands In Python): Put example python macro in
2775 COMMAND_USER category rather than COMMAND_OBSCURE.
2776 Document gdb.COMMAND_USER.
2777 (User-defined Commands): Update documentation to clarify
2778 "set/show max-user-call-depth" and "show user" don't apply to python
2779 commands. Update documentation to clarify "help user-defined" may
2780 also include python commands defined as COMMAND_USER.
2781
6fe37d23
JK
27822012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2783
2784 * gdb.texinfo (Startup): Add option -ex description to the option -x
2785 description.
2786
83364271
LM
27872012-02-24 Luis Machado <lgustavo@codesourcery.com>
2788
2789 * gdb.texinfo (Setting Breakpoints): Mention and explain the
2790 condition-evaluation breakpoint parameter.
2791 Mention condition-evaluation mode being shown in "info break".
2792 (Break Conditions): Add description for target-side
2793 conditional breakpoints.
72f4393d 2794 (Remote Configuration): Mention conditional-breakpoints-packet.
83364271
LM
2795 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
2796 cond-expr.
2797 (General Query Packets): Mention new ConditionalBreakpoint feature.
2798
bdb1994d
TT
27992012-02-22 Tom Tromey <tromey@redhat.com>
2800
2801 * gdb.texinfo (Blocks In Python): Clarify block iteration.
2802
4d241c86
TT
28032012-02-17 Tom Tromey <tromey@redhat.com>
2804
2805 PR python/10753:
2806 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
2807 directory.
2808
816338b5
SS
28092012-02-14 Stan Shebs <stan@codesourcery.com>
2810
2811 * gdb.texinfo (Disabling Breakpoints): Document enable count.
2812
cc30c4bd
PA
28132012-02-13 Pedro Alves <palves@redhat.com>
2814
2815 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
2816 mips-idt-ecoff.
2817
035d1e5b
YQ
28182012-02-09 Yao Qi <yao@codesourcery.com>
2819
2820 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
2821
f0823d2c
TT
28222012-02-07 Tom Tromey <tromey@redhat.com>
2823
2824 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
2825 Symbol.value.
2826
64e7d9dd
TT
28272012-02-07 Tom Tromey <tromey@redhat.com>
2828
2829 * gdb.texinfo (Symbols In Python): Document Symbol.line.
2830
4220b2f8
TS
28312012-01-27 Thomas Schwinge <thomas@codesourcery.com>
2832
2833 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
2834
edcc5120
TT
28352012-01-24 Tom Tromey <tromey@redhat.com>
2836
2837 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
2838 unload".
2839 (Files): Mention new catch commands.
2840 (GDB/MI Async Records): Likewise.
2841
53fe1783
GB
28422012-01-24 Gary Benson <gbenson@redhat.com>
2843
2844 Delete #if 0'd out code.
2845 * gdb.texinfo (Frame Info): Remove "info catch".
2846
b9e7b9c3
UW
28472012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
2848
2849 * gdb.texinfo (Remote Configuration): Document
2850 "set remote hostio-readlink-packet" command.
2851 (General Query Packets): Document vFile:readlink packet.
2852
4aac40c8
TT
28532012-01-16 Tom Tromey <tromey@redhat.com>
2854
2855 * gdb.texinfo (Specify Location): Document relative file name
2856 handling.
2857
cafec441
TT
28582012-01-16 Tom Tromey <tromey@redhat.com>
2859
2860 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
2861
0ee339bc
JK
28622012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2863 Eli Zaretskii <eliz@gnu.org>
2864
2865 * gdbint.texinfo (Coding Standards): Require braces for two lines of
2866 code.
2867
72384ba3
PH
28682012-01-11 Paul Hilfinger <hilfingr@adacore.com>
2869
2870 * gdb.texinfo (Variables): Document use of :: for non-static
2871 variables.
2872
ce1b17c4
JB
28732012-01-05 Joel Brobecker <brobecker@adacore.com>
2874
2875 * gdbint.texinfo (Start of New Year Procedure): Update
2876 to replace use of copyright.sh by use of copyright.py.
2877
217bff3e
JK
28782012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2879
2880 Remove the gdbtui binary.
2881 * all-cfg.texi (GDBTUI): Remove.
2882 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
2883 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
2884 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
2885
cc72b2a2
KP
28862011-12-23 Kevin Pouget <kevin.pouget@st.com>
2887
2888 Introduce gdb.FinishBreakpoint in Python.
2889 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
2890 (Python API): Add menu entry for Finish Breakpoints.
2891
13ac8d2c
JK
28922011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2893
2894 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
2895 tests.
2896
e0f9f062
DE
28972011-12-16 Doug Evans <dje@google.com>
2898
2899 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
2900
80b6e756
PM
29012011-12-16 Phil Muldoon <pmuldoon@redhat.com>
2902
1c3ad6ab 2903 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
2904 stack". Add documentation for "set/show python print-stack".
2905
2fb860fc
PA
29062011-12-14 Pedro Alves <pedro@codesourcery.com>
2907
2908 * gdb.texinfo (Implementing a Remote Stub): Explain that you
2909 should transfer control to the stub in the startup code instead of
2910 in main. Mention the need to get past the initial breakpoint.
2911
f8eba3c6
TT
29122011-12-06 Tom Tromey <tromey@redhat.com>
2913
2914 * gdb.texinfo (Set Breaks): Update for new behavior.
2915
2268b414
JK
29162011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2917
2918 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
2919 List Format for SVR4 Targets'.
2920 (General Query Packets): New item qXfer:libraries-svr4:read.
2921 (Library List Format for SVR4 Targets): New node.
2922
ae6f0d5b
TT
29232011-12-01 Tom Tromey <tromey@redhat.com>
2924
2925 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
2926 add.
2927
36dfb11c
TT
29282011-11-22 Tom Tromey <tromey@redhat.com>
2929
2930 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
2931 reasons.
2932
f196051f
SS
29332011-11-20 Stan Shebs <stan@codesourcery.com>
2934
2935 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2936 note-related options and variables.
2937 (Tracepoint Packets): Document packet changes.
2938
f85b53f8
SD
29392011-11-20 Sanjoy Das <sdas@igalia.com>
2940
2941 * gdb.texinfo (JIT Interface): Add documentation on writing and
2942 usind JIT debug info readers.
2943 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
2944 Debug Info Readers): New nodes.
2945
bfccc43c
YQ
29462011-11-18 Yao Qi <yao@codesourcery.com>
2947
2948 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
2949 tracepoint.
2950
c011a4f4
DE
29512011-11-15 Doug Evans <dje@google.com>
2952
2953 * gdb.texinfo (Files): Document basenames-may-differ.
2954
ed59ded5
DE
29552011-11-14 Doug Evans <dje@google.com>
2956
2957 * gdb.texinfo (Shell Commands): Document "!".
2958
405f8e94
SS
29592011-11-14 Stan Shebs <stan@codesourcery.com>
2960 Kwok Cheung Yeung <kcy@codesourcery.com>
2961
2962 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
2963 needed to get shorter fast tracepoints.
2964 (Tracepoint Packets): Document new qTMinFTPILen packet.
2965
1e4d1764
YQ
29662011-11-14 Yao Qi <yao@codesourcery.com>
2967
2968 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
2969 behavior of tracepoint.
2970 (General Query Packets): New feature InstallInTrace.
2971 (Remote Configuration): Document "set remote
2972 install-in-trace-packet".
2973
71eba9c2 29742011-11-12 Matt Rice <ratmice@gmail.com>
2975
2976 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
2977 Add arguments to info macro.
2978
e0f8f636
TT
29792011-11-10 Tom Tromey <tromey@redhat.com>
2980
2981 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
2982 manual.
2983 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
2984 (Macros): Add a footnote.
2985 (C): Remove paragraph about compiler options.
2986 (C Constants): Mention wide character and string constants.
2987 (C Plus Plus Expressions): Update compiler option advice. Mention
2988 using declarations. Mention ADL. Remove old HP compiler
2989 information.
2990
625c0d47
TT
29912011-11-10 Tom Tromey <tromey@redhat.com>
2992
2993 PR c++/9257:
2994 * gdb.texinfo (Print Settings): Add an extra note about the need
2995 for a vtable.
2996
4be2aacc
MR
29972011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
2998
2999 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
3000 "set mips abi" documentation.
3001
0a1c4d10
DE
30022011-11-04 Doug Evans <dje@google.com>
3003
3004 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
3005
aad1c02c
TT
30062011-11-03 Tom Tromey <tromey@redhat.com>
3007
3008 * gdb.texinfo (Stopping): Add menu entry.
3009 (Continuing and Stepping): Restore @node. Use @section, not
3010 @subsection.
3011
983fb131
MR
30122011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
3013
3014 * gdb.texinfo (Skipping Over Functions and Files): Remove node
3015 designation. Fix "Specify Location" cross-reference.
3016
3065dfb6
SS
30172011-11-02 Stan Shebs <stan@codesourcery.com>
3018
3019 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
3020 (General Query Packets): Describe tracenz feature.
3021 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
3022
0aaaf063
PK
30232011-10-28 Paul Koning <paul_koning@dell.com>
3024
3025 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
3026
2231f1fb
KP
30272011-10-27 Kevin Pouget <kevin.pouget@st.com>
3028
72f4393d 3029 * gdb.texinfo ((Frames In Python): Document
2231f1fb
KP
3030 gdb.FRAME_UNWIND_FIRST_ERROR contant.
3031
5110b5df
PK
30322011-10-26 Paul Koning <paul_koning@dell.com>
3033
3034 * gdb.texinfo (gdb.types): Document new deepitems function.
72f4393d 3035
22dbab46
PK
30362011-10-25 Paul Koning <paul_koning@dell.com>
3037
3038 PR python/13327
72f4393d 3039
22dbab46
PK
3040 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
3041 fetch_lazy method.
3042
9df2fbc4
PM
30432011-10-20 Phil Muldoon <pmuldoon@redhat.com>
3044
3045 PR python/12656
3046
3047 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
3048 global_block, static_block function.
3049
f05e2e1d
TT
30502011-10-19 Tom Tromey <tromey@redhat.com>
3051
3052 * gdb.texinfo (Commands In Python): Add missing "@"s.
3053
a7fc3f37
KP
30542011-10-13 Kevin Pouget <kevin.pouget@st.com>
3055
3056 PR python/13285 Document named constants for frame unwind stop reasons
72f4393d 3057 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
a7fc3f37
KP
3058 constants.
3059
5048e516
JK
30602011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3061
3062 Fix compatibility with texinfo versions older than 4.12.
3063 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
3064 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
3065 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
3066 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
3067 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
3068 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
3069 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
3070
5a56e9c5
DE
30712011-10-09 Doug Evans <dje@google.com>
3072
3073 * gdb.texinfo (Extending GDB): Document alias command.
3074
36b11add
JK
30752011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3076
3077 Support @entry in input expressions.
3078 * gdb.texinfo (Variables): Describe @entry names suffix.
3079 (Print Settings): Add anchor for `set print entry-values'.
3080
e18b2753
JK
30812011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3082 Eli Zaretskii <eliz@gnu.org>
3083
3084 Display @entry parameter values (without references).
3085 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
3086 example.
3087 (Print Settings): New description of set print entry-values and show
3088 print entry-values.
3089
111c6489
JK
30902011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3091 Eli Zaretskii <eliz@gnu.org>
3092
3093 Recognize virtual tail call frames.
3094 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
3095 (Tail Call Frames): New node.
3096 (Frames In Python): Add gdb.TAILCALL_FRAME.
3097
9c15afc4
DE
30982011-10-07 Doug Evans <dje@google.com>
3099
3100 * gdb.texinfo (gdb.printing): Document new `replace' arg to
3101 register_pretty_printer.
3102
99f5279d
PM
31032011-10-07 Phil Muldoon <pmuldoon@redhat.com>
3104
3105 PR python/12930
3106 PR python/12802
3107
3108 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
3109 stop method.
3110
03583c20
UW
31112011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
3112
3113 * gdb.texinfo (Starting your Program): "set disable-randomization"
3114 is no longer Linux-specific.
3115 (Remote Configuration): Document "set remote
3116 disable-randomization-packet".
3117 (General Query Packets): Document "QDisableRandomization" packet
3118 and add it to "qSupported" list.
3119
bd054e06
KP
31202011-10-07 Kevin Pouget <kevin.pouget@st.com>
3121
3122 Allow Python notification of new object-file loadings.
3123 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
3124 event type.
3125
cb6be26b
KP
31262011-10-04 Kevin Pouget <kevin.pouget@st.com>
3127
3128 PR python/12691: Add the inferior to Python exited event
3129 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
3130
a05336a1
JB
31312011-10-03 Joel Brobecker <brobecker@adacore.com>
3132
3133 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
3134 rephasing.
3135
5d77fe44
JB
31362011-10-03 Joel Brobecker <brobecker@adacore.com>
3137
3138 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
3139 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
3140 as possible feature returned by the `-list-features'
3141 command.
3142
699df94d
PK
31432011-09-28 Paul Koning <paul_koning@dell.com>
3144
3145 * gdb.texinfo (gdb.Type): Document field access by dictionary
3146 key syntax.
3147
24bdad53
YQ
31482011-09-28 Yao Qi <yao@codesourcery.com>
3149
3150 * gdb.texinfo (Files): Update options for `add-symbol-file'.
3151 Add one space after option `-s'. Remove @r{} markup.
3152
6710bf39
SS
31532011-09-27 Stan Shebs <stan@codesourcery.com>
3154
3155 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
3156
d99f7e48
HZ
31572011-09-16 Hui Zhu <teawater@gmail.com>
3158
3159 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
3160 to *(unsigned char *)$esp@300.
3161
d812018b
PK
31622011-09-15 Paul Koning <paul_koning@dell.com>
3163
3164 * gdb.texinfo: Make style of Python functions and methods match
3165 the syntax of Python. Also put class and module names explicitly
3166 on function, member, and variable names, matching Python
3167 documentation conventions.
72f4393d 3168
2aa48337
KP
31692011-09-15 Kevin Pouget <kevin.pouget@st.com>
3170
3171 PR Python/12692 Add gdb.selected_inferior() to Python interface.
3172 * gdb.texinfo (Inferiors In Python): Describe new
3173 gdb.selected_inferior() function.
3174
6839b47f
KP
31752011-09-15 Kevin Pouget <kevin.pouget@st.com>
3176
3177 Handle multiple breakpoint hits in Python interface:
3178 * gdb.texinfo (Events In Python): New function documentation:
3179 gdb.BreakpointEvent.breakpoints. Indicate that
3180 gdb.BreakpointEvent.breakpoint is now deprecated.
3181
26829f2b
JB
31822011-09-04 Joel Brobecker <brobecker@adacore.com>
3183
3184 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
3185
a9f54f60
TT
31862011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
3187
3188 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
3189
fa3a4f15
PM
31902011-08-17 Phil Muldoon <pmuldoon@redhat.com>
3191
72f4393d
L
3192 * gdb.texinfo (Prompt): Add set/show extended-prompt
3193 documentation
3194 (Basic Python): Add prompt_hook anchor.
3195 (Python modules): Reword module text to reflect multiple modules.
3196 (gdb.prompt): Document gdb.prompt module.
fa3a4f15 3197
224bbe49
YQ
31982011-08-14 Yao Qi <yao@codesourcery.com>
3199
78d85199
YQ
3200 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
3201
32022011-08-14 Yao Qi <yao@codesourcery.com>
3203
3204 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
3205 (TIC6x Features): New node.
3206
457e09f0
DE
32072011-08-12 Doug Evans <dje@google.com>
3208
3209 * gdb.texinfo (Symbols In Python): Document symbol.type.
3210
5e239b84
PM
32112011-08-09 Phil Muldoon <pmuldoon@redhat.com>
3212
3213 * gdb.texinfo (Python): Document command and function
3214 auto-loading.
3215
177bc839
JK
32162011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3217 Eli Zaretskii <eliz@gnu.org>
3218
3219 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
3220 typedefs unrolling. Extend the sample code by an inner typedef and
3221 outer typedefs unrolling.
3222
1a532630
PP
32232011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
3224
3225 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
3226 size and line-size.
3227
9b158ba0 32282011-07-21 Matt Rice <ratmice@gmail.com>
3229
3230 PR macros/12999
3231 * gdb.texinfo (Macros): Add info definitions and info macros commands.
3232 Update text and cindex entries for info macro command.
3233
d17b6f81
PM
32342011-07-21 Phil Muldoon <pmuldoon@redhat.com>
3235
3236 * observer.texi (GDB Observers): Add before_prompt observer.
3237 * gdb.texinfo (Basic Python): Add documentation for prompt
3238 substitution.
3239
713389e0
PM
32402011-07-11 Phil Muldoon <pmuldoon@redhat.com>
3241
72f4393d 3242 PR python/12438
713389e0 3243 * gdb.texinfo (Python Commands): Add deprecate note to maint
72f4393d
L
3244 set/show python print-stack. Document set/show python
3245 print-backtrace.
713389e0 3246
177b42fe
TJB
32472011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
3248
3249 * gdb.texinfo: Fix typos.
3250
900e11f9
JK
32512011-07-01 Tom Tromey <tromey@redhat.com>
3252
3253 * gdb.texinfo (Debugging Output): Document set debug
3254 check-physname.
3255
39c4d40a
TT
32562011-06-29 Tom Tromey <tromey@redhat.com>
3257
3258 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3259 breakpoint-notifications feature.
3260
6f5def7d
UW
32612011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
3262
3263 * gdb.texinfo (Target Description): Remove warning about
3264 possibly unstable format.
3265
8cf64490
TT
32662011-06-03 Tom Tromey <tromey@redhat.com>
3267
3268 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
3269 (Events In Python): Note that exit_code is optional.
3270
393eab54
PA
32712011-05-17 Pedro Alves <pedro@codesourcery.com>
3272
3273 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
3274 required for multi-threading support.
3275 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
3276 Hc are deprecated for multi-threading debugging. Point readers at
3277 the vCont packet.
3278
75fc9810
DE
32792011-05-15 Doug Evans <dje@google.com>
3280
3281 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
3282
01124a23
DE
32832011-05-13 Doug Evans <dje@google.com>
3284
98a5dd13
DE
3285 * gdb.texinfo (Threads): Document $sdir,$pdir.
3286 (Server): Document $pdir exception.
3287
dbaefcf7
DE
3288 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
3289
cc63ef9b
DE
3290 * gdb.texinfo (Threads): Clarify default value for
3291 libthread-db-search-path.
7e0396aa 3292
01124a23
DE
3293 * gdb.texinfo (Completion): Update example.
3294 (Debugging Output): Delete `set/show debug lin-lwp-async'.
3295
d248b706
KY
32962011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
3297
3298 * gdb.texinfo: Document change in the behaviour of the enable and
3299 disable GDB commands when applied to tracepoints.
3300 Document the EnableDisableTracepoints remote stub feature.
3301 Document QTEnable and QTDisable in the list of tracepoint packets.
3302
cc88a640
JK
33032011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3304
3305 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
3306 hsuser.texi.
3307 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
3308 comment to hsuser.texi. Change rluser.texi name in the comment.
3309
84e578fb
DE
33102011-05-10 Doug Evans <dje@google.com>
3311
3312 * gdb.texinfo (Threads): If an empty path is provided for
3313 libthread-db-search-path it is reset to its default value.
3314 (Server): Ditto.
3315
478aac75
DE
33162011-05-09 Doug Evans <dje@google.com>
3317
3318 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
3319
9c06b0b4
TJB
33202011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3321 Thiago Jung Bauermann <bauerman@br.ibm.com>
3322
3323 Implement support for PowerPC BookE masked watchpoints.
3324 * gdb.texinfo (Set Watchpoints): Document mask parameter.
3325 (PowerPC Embedded): Mention support of masked watchpoints.
3326
9ed350ad
JB
33272011-05-03 Joel Brobecker <brobecker@adacore.com>
3328
3329 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
3330 `@value{GDBN}'.
3331
4ceed123
JB
33322011-05-03 Joel Brobecker <brobecker@adacore.com>
3333
3334 * gdb.texinfo (titlepage): Remove dedication.
3335 (In Memoriam): New appendix.
3336
559a7a62
JK
33372011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3338 Eli Zaretskii <eliz@gnu.org>
3339
3340 * gdb.texinfo (Index Section Format): Change the version to 5.
3341 Describe the different formula.
3342
03f2bd59
JK
33432011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3344 Eli Zaretskii <eliz@gnu.org>
3345
3346 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
3347 for disconnected tracing.
3348 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
3349 extended-remote relationship. Mention --once.
3350 (TCP port allocation lifecycle of @code{gdbserver}): New.
3351
d9b1a651
EZ
33522011-04-23 Eli Zaretskii <eliz@gnu.org>
3353
3354 * gdb.texinfo (Server): Improve indexing. Index all optional
3355 switches to gdbserver.
3356
90476074
TT
33572011-04-20 Tom Tromey <tromey@redhat.com>
3358
3359 * gdb.texinfo (Index Section Format): New node.
3360 (Top): Add new node to menu.
3361
c21236dc
PA
33622011-04-20 Pedro Alves <pedro@codesourcery.com>
3363
3364 * gdb.texinfo (Maintenance Commands): Document `maint print
3365 remote-registers'.
3366
05c8c3f5
TT
33672011-04-20 Tom Tromey <tromey@redhat.com>
3368
3369 * gdb.texinfo (Trace File Format): Move node later.
3370
7a9dd1b2
TT
33712011-04-19 Tom Tromey <tromey@redhat.com>
3372
3373 * gdbint.texinfo (Register Information Functions): Remove
3374 duplicate "the".
3375 * gdb.texinfo (Emacs): Remove duplicate "to".
3376 (GDB/MI Variable Objects): Remove duplicate "the".
3377 (General Query Packets): Likewise.
3378
4368ebeb
JB
33792011-04-02 Joel Brobecker <brobecker@adacore.com>
3380
3381 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
3382 "GDB/MI Ada Exception Information" node.
3383
956a9fb9
JB
33842011-04-01 Joel Brobecker <brobecker@adacore.com>
3385
3386 * gdb.texinfo (GDB/MI Ada Exception Information): Document
3387 the "exception-name" field in the *stopped async record.
3388
f1310107
TJB
33892011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
3390 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3391
3392 Implement support for PowerPC BookE ranged breakpoints.
3393 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
3394
8786b2bd
TT
33952011-03-28 Tom Tromey <tromey@redhat.com>
3396
3397 * gdb.texinfo (Set Tracepoints): Fix typo.
3398
9ef07c8c
TT
33992011-03-24 Tom Tromey <tromey@redhat.com>
3400
3401 * gdb.texinfo (Specify Location): Document `function:label'
3402 linespec.
3403
99c3dc11
PM
34042011-03-18 Phil Muldoon <pmuldoon@redhat.com>
3405
f1310107 3406 PR python/12149
99c3dc11
PM
3407
3408 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
3409
29703da4
PM
34102011-03-17 Phil Muldoon <pmuldoon@redhat.com>
3411
3412 * gdb.texinfo (Blocks In Python): Add is_valid method description.
3413 (Inferiors In Python): Likewise.
3414 (Threads In Python): Likewise.
3415 (Symbols In Python): Likewise.
3416 (Objfiles In Python): Likewise.
3417 (Symbol Tables In Python): Likewise.
3418
c9174737
PA
34192011-03-15 Pedro Alves <pedro@codesourcery.com>
3420
3421 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
3422 display>: Explain that the commands accept number ranges.
3423
7371cf6d
PM
34242011-03-14 Phil Muldoon <pmuldoon@redhat.com>
3425
3426 * gdb.texinfo (Breakpoints In Python): Add description and example
3427 of Python stop function operation.
3428
ecec24e6
PM
34292011-03-10 Phil Muldoon <pmuldoon@redhat.com>
3430
3431 * gdb.texinfo (Parameters In Python): Document get_set_string and
3432 get_show_string methods.
3433
6dcd5565
JK
34342011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3435
3436 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
3437
81896e36
JK
3438 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
3439 circular-trace-buffer name.
3440
5e30da2c
JB
34412011-02-28 Joel Brobecker <brobecker@adacore.com>
3442
3443 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
3444 in the previous change.
3445
3bd0f5ef 34462011-02-27 Michael Snyder <msnyder@vmware.com>
af624141 3447
72f4393d 3448 * gdb.texinfo (Inferiors and Programs): Update commands to show
af624141
MS
3449 that they can accept multiple arguments.
3450
4ec7539c
JB
34512011-02-24 Joel Brobecker <brobecker@adacore.com>
3452
3453 Revert the following patch (code patch was not approved):
3454 2011-02-21 Hui Zhu <teawater@gmail.com>
3455 * agentexpr.texi (bytecode descriptions): add printf.
3456 * gdb.texinfo (tracepoint action lists): add printf.
3457
82809774
DE
34582011-02-23 Doug Evans <dje@google.com>
3459
3460 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
3461
e5a67952
MS
34622011-02-23 Michael Snyder <msnyder@vmware.com>
3463
3464 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
3465 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
3466 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
3467
6e6fbe60
DE
34682011-02-22 Doug Evans <dje@google.com>
3469
3470 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
3471 Clarify behaviour of lookup_symbol when `block' argument is omitted,
3472 add description of result, fix @defun formatting.
3473
f994e27a
HZ
34742011-02-21 Hui Zhu <teawater@gmail.com>
3475
3476 * agentexpr.texi (Bytecode Descriptions): Add printf.
3477 * gdb.texinfo (Tracepoint Action Lists): Add printf.
3478
c7f96d2b
TT
34792011-02-18 Tom Tromey <tromey@redhat.com>
3480
3481 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
3482
60f98dde
MS
34832011-02-14 Michael Snyder <msnyder@vmware.com>
3484
3485 * gdb.texinfo (threads): Document argument for "info threads" cmd.
3486 Document new command "thread find".
3487
08e796bc
MS
34882011-02-14 Michael Snyder <msnyder@vmware.com>
3489
3490 * gdb.texinfo (Threads): Update example of new thread message.
3491
b3b9301e
PA
34922011-02-14 Pedro Alves <pedro@codesourcery.com>
3493
3494 * gdb.texinfo (Remote Configuration): Mention set/show remote
3495 traceframe-info.
3496 (Tools/Packages Optional for Building GDB): Mention that expat is
3497 used for traceframe info.
3498 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
3499 (General Query Packets) <qSupported>: Describe the
3500 qXfer:traceframe-info:read feature.
3501 (qXfer::read): Describe qXfer:traceframe-info:read.
3502 (Traceframe Info Format): New section.
3503
cef35b0f
PA
35042011-02-04 Pedro Alves <pedro@codesourcery.com>
3505
3506 * gdbint.texinfo (Formatting): Mention some formatting guidelines
3507 for casts and unary operators.
3508
f1cbe1d3
TT
35092011-02-04 Tom Tromey <tromey@redhat.com>
3510
3511 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
3512 is not useful.
3513
585fdaa1
PA
35142011-01-25 Pedro Alves <pedro@codesourcery.com>
3515
3516 * gdb.texinfo: s/value optimized out/optimized out/g
3517
7bfc9434
JB
35182011-01-21 Joel Brobecker <brobecker@adacore.com>
3519
3520 * gdb.texinfo (Other Misc Settings): Rework part of the
3521 documentation of the "set interactive mode" command.
3522
4694da01
TT
35232011-01-19 Tom Tromey <tromey@redhat.com>
3524
3525 * gdb.texinfo (Threads): Document thread name output and `thread
3526 name' command.
3527 (Threads In Python): Document Thread.name attribute.
3528 (GDB/MI Thread Commands): Document thread attributes.
3529
b716877b
AB
35302011-01-12 Andrew Burgess <aburgess@broadcom.com>
3531
3532 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
3533 changes in mi/mi-cmd-disas.c
3534
13fd8b81
TT
35352011-01-12 Tom Tromey <tromey@redhat.com>
3536
3537 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
3538 Fix "thread apply" text.
3539
e09342b5
TJB
35402011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3541 Thiago Jung Bauermann <bauerman@br.ibm.com>
3542
3543 Implement support for PowerPC BookE ranged watchpoints.
3544 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
3545 the "set powerpc exact-watchpoints" flag.
3546
06e65f44
TT
35472011-01-07 Tom Tromey <tromey@redhat.com>
3548
3549 * gdb.texinfo (Python API): Add descriptions to @menu items.
3550
d8e22779
TT
35512011-01-06 Tom Tromey <tromey@redhat.com>
3552
3553 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
3554
a255712f
PP
35552010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
3556
e09342b5 3557 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 3558
ccfc3d6e
TT
35592011-01-06 Tom Tromey <tromey@redhat.com>
3560
3561 PR python/12133:
3562 * gdb.texinfo (Frames In Python): Document various frame
3563 constants.
3564
44944448
JB
35652011-01-05 Joel Brobecker <brobecker@adacore.com>
3566
3567 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
3568 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
3569 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
3570
42ea3d7a
JK
35712011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3572
3573 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
3574 (clean): Add GDBvn.texi.
3575
720d1a40
JB
35762010-12-29 Joel Brobecker <brobecker@adacore.com>
3577
3578 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
3579 occasional case where the debugger prints an array address
3580 instead of the array itself.
3581
ad196637
PA
35822010-12-23 Pedro Alves <pedro@codesourcery.com>
3583
3584 * gdb.texinfo (Packets) <read registers packet>: Document support
3585 for registers that were not collected.
3586
a86caf66
DE
35872010-12-15 Doug Evans <dje@google.com>
3588
3589 * gdb.texinfo (Startup): Document auto-loading of scripts during
3590 startup.
3591 (Auto-loading): Delete "maint set python auto-load on|off".
3592 Add "set auto-load-scripts on|off".
3593
aae1c79a
DE
35942010-12-07 Doug Evans <dje@google.com>
3595
3596 * gdb.texinfo (Mode Options): Document -data-directory.
3597 (Data Files): Add reference to -data-directory.
3598
4e04c971
DE
35992010-11-29 Doug Evans <dje@google.com>
3600
3601 * gdb.texinfo (Pretty-Printer Introduction): Change
3602 printer-name:subprinter-name to printer-name;subprinter-name.
3603
94b6973e
PM
36042010-11-29 Phil Muldoon <pmuldoon@redhat.com>
3605
72f4393d 3606 PR python/12199
94b6973e
PM
3607
3608 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
3609
39037522
TT
36102010-11-23 Tom Tromey <tromey@redhat.com>
3611
3612 * gdb.texinfo (Top): Check SYSTEM_READLINE.
3613 (Editing): Likewise.
3614 (Command History): Likewise.
3615 (TUI Keys): Likewise.
3616 (Bug Reporting): Conditionally include rluser.texi and
3617 inc-history.texinfo.
3618 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
3619 (GDB_DOC_SOURCE_INCLUDES): Add comment.
3620 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
3621 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
3622 (gdb.pdf): Likewise.
3623 (gdb.info): Likewise.
3624 (gdb/index.html): Likewise.
3625
5ae98d25
TT
36262010-11-23 Tom Tromey <tromey@redhat.com>
3627
3628 * Makefile.in (Makefile): Run ../config.status.
3629 (distclean): Update.
3630 * configure: Remove.
3631 * configure.ac: Remove.
3632
621c8364
TT
36332010-11-12 Tom Tromey <tromey@redhat.com>
3634
3635 * gdb.texinfo (Basic Python): Update. Add xref.
3636 (Exception Handling): Document new exception classes.
3637 (Types In Python): Update.
3638 (Frames In Python): Update.
3639
84f4c1fe
PM
36402010-11-11 Phil Muldoon <pmuldoon@redhat.com>
3641
3642 * gdb.texinfo (Breakpoints In Python): Document "internal"
3643 parameter, and visible attribute.
3644
99e7ae30
DE
36452010-11-05 Doug Evans <dje@google.com>
3646
3647 * gdb.texinfo (Source Path): Document "set directories".
3648
f4b8a18d
KW
36492010-11-05 Ken Werner <ken.werner@de.ibm.com>
3650
3651 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
3652 (OpenCL C): New node.
3653
7b51bc51
DE
36542010-11-02 Doug Evans <dje@google.com>
3655
3656 * gdb.texinfo (Pretty Printing): Expand into three sections,
3657 introduction, example, and commands.
3658 (Python API): Delete section Disabling Pretty-Printers, merge into
3659 Selecting Pretty-Printers.
3660 (Writing a Pretty-Printer): New section. Move the pretty-printer
3661 example here, and reformat to match python coding style. Add a second
3662 example using the gdb.printing module.
3663 (Python modules): Add gdb.printing.
3664
9eeee977
DE
36652010-10-29 Doug Evans <dje@google.com>
3666
3667 * gdb.texinfo (Python): Fix long line.
3668
a0e0ffdf
DE
36692010-10-20 Doug Evans <dje@google.com>
3670
3671 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
3672 All references updated. Correct sections marked as subsections.
3673 (Coding Standards): New chapter. Move the coding standard related
3674 subsections here. Add section on Python coding standards.
3675
0e3509db
DE
36762010-10-13 Doug Evans <dje@google.com>
3677
3678 * gdb.texinfo (Python): Add "Python modules".
3679 (Types in Python): Add reference to gdb.types section.
3680 (Python modules): New node.
3681
44592cc4
DE
36822010-10-11 Doug Evans <dje@google.com>
3683
3684 * gdb.texinfo (Values From Inferior): Add reference to "Types in
3685 Python" from gdb.Value.type description.
3686
6e1bb179
JB
36872010-09-28 Joel Brobecker <brobecker@adacore.com>
3688
3689 * gdb.texinfo (Ravenscar Profile): New node.
3690
e8467610
TT
36912010-09-22 Tom Tromey <tromey@redhat.com>
3692
3693 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
3694
fccd1d1e
EZ
36952010-09-22 Eli Zaretskii <eliz@gnu.org>
3696
3697 * gdb.texinfo (Values From Inferior): Clarify that
3698 value.dynamic_type works only in C++ programs with RTTI.
3699
c1b6b909
TT
37002010-09-15 Paul Bolle <pebolle@tiscali.nl>
3701
3702 * gdb.texinfo (Character Sets): Correctly reference host-charset
3703 in example.
3704
7d288aaa
TT
37052010-09-13 Tom Tromey <tromey@redhat.com>
3706
3707 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
3708 Document "fullname" and "from".
3709
f75d858b
MK
37102010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
3711
3712 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
3713 feature `reverse' output by -list-target-features.
3714
83b9503b
L
37152010-08-31 H.J. Lu <hongjiu.lu@intel.com>
3716
3717 * gdb.texinfo (i386 Features): Remove an extra "@item".
3718
03f17ccf
TT
37192010-08-30 Tom Tromey <tromey@redhat.com>
3720
3721 PR python/11792:
3722 * gdb.texinfo (Values From Inferior): Document dynamic_type.
3723
9779414d
DJ
37242010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
3725
3726 * gdb.texinfo (ARM Features): Document
3727 org.gnu.gdb.arm.m-profile.
3728
f9ffd4bb
TT
37292010-08-23 Tom Tromey <tromey@redhat.com>
3730
3731 PR python/11145:
3732 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
3733 reinterpret_cast methods.
3734
702c2711
TT
37352010-08-23 Tom Tromey <tromey@redhat.com>
3736
3737 PR python/11915:
3738 * gdb.texinfo (Types In Python): Document array method.
3739
66b73624
TJB
37402010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
3741
3742 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
3743
06a64a0b
TT
37442010-08-16 Tom Tromey <tromey@redhat.com>
3745
3746 * gdb.texinfo (Set Watchpoints): Document -location option.
3747
a3a7127e
DE
37482010-08-13 Doug Evans <dje@google.com>
3749
3750 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
3751
8dedea02
VP
37522010-08-13 Vladimir Prus <vladimir@codesourcery.com>
3753
3754 * gdb.texinfo (GDB/MI Data Manipulation): Document
3755 -data-read-memory-raw and -data-write-memory-raw.
3756
ca5c20b6 37572010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 3758 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
3759
3760 * gdb.texinfo (Basic Python): Describe post_event API.
3761
cb2e07a6
PM
37622010-08-11 Phil Muldoon <pmuldoon@redhat.com>
3763
3764 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 3765 decode_line Python APIs
cb2e07a6 3766
464b3efb
TT
37672010-08-10 Tom Tromey <tromey@redhat.com>
3768
3769 * gdb.texinfo (Pretty Printing API): Document
3770 gdb.default_visualizer.
3771
c29c521f
TT
37722010-08-10 Tom Tromey <tromey@redhat.com>
3773
3774 Revert gdb-add-index addition:
3775 * gdb.texinfo (Index Files): Don't document gdb-add-index.
3776
5da1313b
JK
37772010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3778 Eli Zaretskii <eliz@gnu.org>
3779
3780 * gdb.texinfo (Mode Options) <-batch>
3781 (Basic Python) <gdb.execute>: Describe setting width and height.
3782
02d868e8
PP
37832010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
3784
3785 * gdb.texinfo (Threads): Document 'debug libthread-db'.
3786
c2bbed2a
TT
37872010-07-30 Tom Tromey <tromey@redhat.com>
3788
3789 * gdb.texinfo (Index Files): Mention gdb-add-index.
3790
6c13bbe1
HZ
37912010-07-30 Hui Zhu <teawater@gmail.com>
3792
3793 * gdb.texinfo (Inferiors and Programs): Update the introduce of
3794 "detach inferior" and "kill inferior".
3795
53a71c06
CR
37962010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
3797
3798 * gdb.texinfo (Machine Code): Update description of two forms of
3799 arguments, and add new example to demonstrate the new form.
3800
5374244e
PM
38012010-07-27 Phil Muldoon <pmuldoon@redhat.com>
3802
3803 * gdb.texinfo (Values From Inferior): Add value inferior function
3804 call description.
3805
8ea5bce5
JK
38062010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3807
3808 * gdb.texinfo (Active Targets): Fix wrong comma placement.
3809
c0edd9ed
JK
38102010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3811 Eli Zaretskii <eliz@gnu.org>
3812
3813 Make core files the process_stratum.
3814 * gdb.texinfo (Active Targets): Remove core_stratum. Include
3815 record_stratum example.
3816
9291a0cd
TT
38172010-07-13 Tom Tromey <tromey@redhat.com>
3818
3819 * gdb.texinfo (Index Files): New node.
3820
f5011d11
TT
38212010-07-13 Tom Tromey <tromey@redhat.com>
3822
3823 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
3824
0f5238ed
TT
38252010-07-13 Tom Tromey <tromey@redhat.com>
3826
3827 * gdb.texinfo (Specify Location): Document labels.
3828
74c761c1
PA
38292010-07-01 Pedro Alves <pedro@codesourcery.com>
3830
3831 * gdb.texinfo (Create and Delete Tracepoints): Add more index
3832 entries for fast tracepoints and static tracepoints.
3833
501994c0
PA
38342010-07-01 Pedro Alves <pedro@codesourcery.com>
3835
3836 * gdb.texinfo (General Query Packets) <qfThreadInfo,
3837 qsThreadInfo>: Spell out `l' as ell.
3838
0fb4aa4b
PA
38392010-07-01 Pedro Alves <pedro@codesourcery.com>
3840
3841 * gdb.texinfo (Convenience Variables): Document $_sdata.
3842 (Commands to Set Tracepoints): Describe static tracepoints. Add
3843 `Listing Static Tracepoint Markers' menu entry. Document
3844 "strace".
3845 (Tracepoint Action Lists): Document collecting $_sdata.
3846 (Listing Static Tracepoint Markers): New subsection.
3847 (Tracepoints support in gdbserver): Mention static tracepoints.
3848 (remote packets, enabling and disabling): Mention
3849 read-sdata-object.
3850 (General Query Packets) <qSupported>: Document qXfer:sdata:read
3851 and StaticTracepoint.
3852 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
3853 Document qXfer:sdata:read.
3854 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
3855
dc3b15be
JB
38562010-06-29 Joel Brobecker <brobecker@adacore.com>
3857
3858 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
3859
595939de
PM
38602010-06-28 Phil Muldoon <pmuldoon@redhat.com>
3861 Tom Tromey <tromey@redhat.com>
3862 Thiago Jung Bauermann <bauerman@br.ibm.com>
3863
3864 * gdb.texinfo (Inferiors In Python): New node.
3865 * gdb.texinfo (Threads In Python): New node.
3866
9279c692
JB
38672010-06-28 Joel Brobecker <brobecker@adacore.com>
3868
3869 * gdb.texinfo (Python): Document what the python directory is
3870 and what its location is.
3871 (Basic Python): Document the gdb.PYTHONDIR constant.
3872
bc9f0842
TT
38732010-06-25 Tom Tromey <tromey@redhat.com>
3874
3875 PR python/10808:
3876 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
3877
f1421989
HZ
38782010-06-24 Hui Zhu <teawater@gmail.com>
3879
3880 * gdb.texinfo: (Commands for Controlled Output): Add
3881 documentation for command "eval".
3882
e4c0cfae
SS
38832010-06-21 Stan Shebs <stan@codesourcery.com>
3884
3885 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
3886 * annotate.texinfo: Ditto.
3887 * gdbint.texinfo: Ditto.
3888 * stabs.texinfo: Ditto.
3889
bb08c432
HZ
38902010-06-22 Hui Zhu <teawater@gmail.com>
3891
3892 * gdb.texinfo: (Process Record and Replay): Add documentation
3893 for command "set record memory-query".
3894
4f5d9f07
SS
38952010-06-21 Stan Shebs <stan@codesourcery.com>
3896
3897 * gdb.texinfo: Relicense under GFDL version 1.3.
3898 * annotate.texinfo: Relicense under GFDL version 1.3.
3899 * gdbint.texinfo: Relicense under GFDL version 1.3.
3900 * stabs.texinfo: Relicense under GFDL version 1.3.
3901 * fdl.texi: Update to version 1.3.
3902
6aed2dbc
SS
39032010-06-18 Stan Shebs <stan@codesourcery.com>
3904
a61408f8
SS
3905 * gdb.texinfo (Operating System Auxiliary Information): Describe
3906 "info os" when no arguments given.
3907
6aed2dbc
SS
3908 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
3909 $_thread.
3910
24e933df
HZ
39112010-06-18 Hui Zhu <teawater@gmail.com>
3912
3913 * gdb.texinfo: (Process Record and Replay): Add documentation
3914 for commands "record save" and "record restore".
3915
65d79d4b
SDJ
39162010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3917
3918 * gdb.texinfo: Include information about the correct use
3919 of addresses in the `watch' command.
3920
d914c394
SS
39212010-06-11 Stan Shebs <stan@codesourcery.com>
3922
3923 * gdb.texinfo (Observer Mode): New section.
3924 (General Query Packets): Document QAllow.
889bf7c5 3925
967cf477
DE
39262010-06-04 Doug Evans <dje@google.com>
3927
3928 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
3929
aaf4119b
DE
39302010-06-03 Doug Evans <dje@google.com>
3931
3932 * gdbint.texinfo (Coding): Add subsection on command names.
3933
9eae7c52
TT
39342010-06-02 Tom Tromey <tromey@redhat.com>
3935
3936 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
3937 always-disassemble.
3938
fa593d66
PA
39392010-06-01 Pedro Alves <pedro@codesourcery.com>
3940
3941 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
3942 gdbserver, and add cross reference.
3943 (Tracepoints support in gdbserver): New subsection.
3944
dde08ee1
PA
39452010-05-26 Pedro Alves <pedro@codesourcery.com>
3946
3947 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
3948 `qRelocInsn' feature.
3949 (Relocate instruction reply packet): New subsection
3950 of `Tracepoint Packets'.
3951 (Tracepoint Packets): Mention that packets QTDP and QTStart
3952 support the qRelocInsn request, and add cross reference to new
3953 subsection.
3954
07ca107c
DE
39552010-05-25 Doug Evans <dje@google.com>
3956
3957 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
3958 (Commands In Python): Document gdb.string_to_argv.
3959
c25c4a8b
JK
39602010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3961
3962 * gdbint.texinfo (Host Definition): Remove items NORETURN and
3963 ATTR_NORETURN.
3964
d7b32ed3 39652010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
3966 Tom Tromey <tromey@redhat.com>
3967 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 3968
c25c4a8b 3969 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 3970
6aecb9c2
JB
39712010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
3972
3973 * gdb.texinfo: (Summary) Add mention about D language support.
3974 (Filenames): Add D suffixes.
3975 (D): New node.
3976
b7da9e9f
PM
39772010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
3978
3979 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
3980 of macro deleted from GDB code.
3981
ab38a727
PA
39822010-04-24 Pedro Alves <pedro@codesourcery.com>
3983
3984 * gdb.texinfo (Commands to specify files): Describe what how GDB
3985 looks up DOS-based filesystem paths on the system root. Document
3986 the new `set/show target-file-system-kind' commands.
3987
66d09542
DE
39882010-04-23 Doug Evans <dje@google.com>
3989
3990 * gdb.texinfo (Python): Move Auto-loading section here ...
3991 (Python API): from here.
3992 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
3993 (Maintenance Commands): Add docs for "maint print section-scripts".
3994
8bd10a10
CM
39952010-04-20 Chris Moller <cmoller@redhat.com>
3996
3997 * gdb.texinfo (Setting Breakpoints): Added description of
3998 filename-qualified rbreak.
3999 * refcard.tex (Breakpoints and Watchpoints): Added brief
4000 description of filename-qualified rbreak.
4001
4c374409
JK
40022010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4003
4004 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
4005 (Python API): Change the reference to Pretty Printing API.
4006 (Pretty Printing): Move the user part under the Data node. Reformat
4007 the sample output to 72 columns. Create a new reference to Pretty
4008 Printing API. Rename the API part ...
4009 (Pretty Printing API): To a new node name.
4010 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
4011 (GDB/MI Variable Objects): Change references to Pretty Printing API.
4012
5a9351ae
SS
40132010-04-21 Stan Shebs <stan@codesourcery.com>
4014
4015 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 4016 and commands.
5a9351ae 4017 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 4018
9a22f0d0
PM
40192010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4020
4021 * gdb.texinfo (Examining memory): Update for change in string
4022 display with explicit size.
4023
6149aea9
PA
40242010-04-19 Pedro Alves <pedro@codesourcery.com>
4025
4026 PR breakpoints/8554.
4027
4028 * gdb.texinfo (Save Breakpoints): New node.
4029 (save-tracepoints): Rename to ...
4030 (save tracepoints): ... this. Mention that `save-tracepoints' is
4031 a deprecated alias to `save tracepoints'.
4032
711e434b
PM
40332010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
4034
645797a8 4035 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
4036 (info w32 thread-information-block): Document new command.
4037 (qGetTIBAddress): Document new gdbserver query.
4038 (maint set/show show-all-tib): Document new command.
4039
3f7b2faa
DE
40402010-04-15 Doug Evans <dje@google.com>
4041
fa33c3cd
DE
4042 * gdb.texinfo (Python API): Add progspaces section.
4043 (Selecting Pretty-Printers): Progspace pretty-printers are
4044 searched too.
4045 (Progspaces In Python): New section.
4046
3f7b2faa
DE
4047 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
4048
79f283fe
PM
40492010-04-14 Phil Muldoon <pmuldoon@redhat.com>
4050
4051 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
4052 returns None.
4053
87290684
SS
40542010-04-09 Stan Shebs <stan@codesourcery.com>
4055
4056 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4057 Describe the `frames-created' field, tweak grammar.
4058
a97153c7
PA
40592010-04-09 Pedro Alves <pedro@codesourcery.com>
4060
4061 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4062 Describe the `circular' and `disconnected' fields.
4063
5c5dcc1b
L
40642010-04-09 H.J. Lu <hongjiu.lu@intel.com>
4065
4066 * gdb.texinfo (maint print registers): Mention unavailable and
4067 invisible registers.
4068
adc36818
PM
40692010-04-09 Phil Muldoon <pmuldoon@redhat.com>
4070 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 4071 Tom Tromey <tromey@redhat.com>
adc36818
PM
4072
4073 * gdb.texinfo (Breakpoints In Python): New Node.
4074
33da3f1c
SS
40752010-04-08 Stan Shebs <stan@codesourcery.com>
4076
4077 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
4078 trace status fields.
4079
3a13a53b
L
40802010-04-08 H.J. Lu <hongjiu.lu@intel.com>
4081
4082 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
4083 optional. Make org.gnu.gdb.i386.avx requires
4084 org.gnu.gdb.i386.avx.
4085
08001717
DE
40862010-04-08 Doug Evans <dje@google.com>
4087
4088 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
4089 search path, and document that gdb only scans the search path if
4090 the script's path doesn't specify a directory.
4091
c375651d
DE
40922010-04-05 Doug Evans <dje@google.com>
4093
4094 * gdb.texinfo (maint show python auto-load): Fix typo.
4095
af54718e
SS
40962010-04-04 Stan Shebs <stan@codesourcery.com>
4097
d77f58be
SS
4098 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
4099 (Setting Watchpoints): Update description of "info watch".
4100 (Disabling Breakpoints): Only "info break" lists all.
4101
af54718e
SS
4102 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
4103 (tdump): Explain how tdump works.
4104
86b17b60
PA
41052010-04-01 Pedro Alves <pedro@codesourcery.com>
4106
4107 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
4108 add cross reference.
4109
ff12863f
PA
41102010-03-31 Pedro Alves <pedro@codesourcery.com>
4111
4112 * gdb.texinfo (TUI Commands): Mention that in some cases, these
4113 commands error out.
4114
f68eb612
L
41152010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4116
4117 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
4118
c8d5aac9
L
41192010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4120
4121 * gdb.texinfo (General Query Packets): Add xmlRegisters.
4122
7d13fe92
SS
41232010-03-29 Stan Shebs <stan@codesourcery.com>
4124 Nathan Sidwell <nathan@codesourcery.com>
4125
4126 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
4127 GDBN equivalent.
4128 (Set Tracepoints): Remove mention that conditional tracepoints
4129 don't exist.
4130 (Tracepoint Actions): Clarify when while-stepping collection
4131 happens, note that while-stepping does not automatically collect
4132 $pc.
4133
409873ef 41342010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 4135
409873ef
SS
4136 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
4137 (General Query Packets): Describe TracepointSource.
4138
ee8e71d4
EZ
41392010-03-27 Matt Rice <ratmice@gmail.com>
4140
c8d5aac9
L
4141 * gdb.texinfo (ARM): Document arguments to "target sim".
4142 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 4143
99b5e152
PA
41442010-03-26 Pedro Alves <pedro@codesourcery.com>
4145
4146 * gdb.texinfo (Tracepoint Packets): Remove mention that
4147 terror:string may be plain text, and drop mention of X prefix.
4148
cd64ee31
VP
41492010-03-26 Vladimir Prus <vladimir@codesourcery.com>
4150
4151 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
4152
6c28cbf2
SS
41532010-03-24 Stan Shebs <stan@codesourcery.com>
4154
4155 * gdb.texinfo (Tracepoint Packets): Document trace error status.
4156
95a42b64
TT
41572010-03-24 Tom Tromey <tromey@redhat.com>
4158
4159 PR breakpoints/9352:
4160 * gdb.texinfo (Break Commands): Update.
4161
18148017
VP
41622010-03-24 Vladimir Prus <vladimir@codesourcery.com>
4163
4164 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
4165 commands.
4166
4daf5ac0
SS
41672010-03-16 Stan Shebs <stan@codesourcery.com>
4168
4169 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
4170 circular-trace-buffer.
4171 (Tracepoint Packets): Describe QTBuffer, and details of the
4172 qTStatus reply.
4173
c9429232
SS
41742010-03-12 Stan Shebs <stan@codesourcery.com>
4175 Nathan Sidwell <nathan@codesourcery.com>
4176
4177 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
4178 doing instruction stepping.
4179 (Tracepoint Restrictions): New node.
4180
ccefe4c4
TT
41812010-03-10 Tom Tromey <tromey@redhat.com>
4182
4183 * gdbint.texinfo (Symbol Handling): Update.
4184
7c953934
TT
41852010-03-08 Tom Tromey <tromey@redhat.com>
4186
4187 PR cli/9591:
4188 * gdb.texinfo (Mode Options): Mention lack of pagination and
4189 confirmation with --batch.
4190 (Screen Size): Mention --batch.
4191 (Messages/Warnings): Likewise.
4192
f870a310
TT
41932010-03-05 Tom Tromey <tromey@redhat.com>
4194
4195 * gdb.texinfo (Basic Python): Document target_charset and
4196 target_wide_charset.
4197
78e2826b
TT
41982010-03-05 Tom Tromey <tromey@redhat.com>
4199
4200 * gdb.texinfo (Data): Link to pretty-printing.
4201 (Output Formats): Likewise. Correct text.
4202
f5dff777
DJ
42032010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
4204
4205 * gdb.texinfo (Types): Describe <struct> and <flags>.
4206
dc00d89f
PM
42072010-02-28 Phil Muldoon <pmuldoon@redhat.com>
4208
4209 * gdb.texinfo (Frames In Python): Add block parameter and
4210 description to read_var text.
4211
5107b149 42122010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 4213 Tom Tromey <tromey@redhat.com>
5107b149
PM
4214
4215 * gdb.texinfo (Types In Python): Describe block argument in
4216 template_argument and gdb.lookup_type.
4217
e03e5e7b
TT
42182010-02-24 Tom Tromey <tromey@redhat.com>
4219
4220 * gdb.texinfo (Cygwin Native): Fix typo.
4221
f3e9a817
PM
42222010-02-24 Phil Muldoon <pmuldoon@redhat.com>
4223
4224 * gdb.texinfo (Frames In Python): Add block, find_sal, function
4225 and select method descriptions.
4226 (Python API): Add Blocks In Python, Symbols in Python and Symbol
4227 Tables in Python to menu.
4228 (Blocks In Python): New node.
4229 (Symbols In Python): New node.
4230 (Symbol Tables in Python): New node.
4231
a79b8f6e
VP
42322010-02-24 Vladimir Prus <vladimir@codesourcery.com>
4233
4234 Multiexec MI
4235
4236 gdb/
4237 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
4238
4239 gdb/doc/
4240 * gdb.texinfo (GDB/MI Command Syntax): Document notification
4241 changes.
4242 (GDB/MI Program Execution): Document current behaviour of
4243 --all and --thread-group.
4244 (GDB/MI Miscellaneous Commands): Document -add-inferior and
4245 -remove-inferior.
4246 * observer.texi (inferior_added, inferior_removed): New
4247 observers.
4248
629d6a47
TT
42492010-02-19 Tom Tromey <tromey@redhat.com>
4250
4251 * gdbint.texinfo (Getting Started): Fix @node.
4252 (Debugging GDB): Likewise.
4253
c09529e5
JB
42542010-02-13 Joel Brobecker <brobecker@adacore.com>
4255
4256 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
4257 documenting the gdb_test_timeout variable.
4258
540aa8e7
MS
42592010-02-12 Jakob Engblom <jakob@virtutech.com>
4260
4261 * gdb.texinfo (MI commands): Added documentation of --reverse
4262 option to a set of MI commands. Restructured documentation of MI
4263 commands --exec-continue to reflect the complexity of reverse
4264 execution.
4265
081dfbf7
PA
42662010-02-12 Pedro Alves <pedro@codesourcery.com>
4267
4268 * gdb.texinfo (Using the Collected Data): Specify that the address
4269 range of `tfind outsize' is exclusive, and that the address range
4270 of `tfind range' is inclusive.
4271 (Tracepoint Packets): Specify that the address range of
4272 `QTFrame:range' is inclusive, and that the address range of
4273 `QTFrame:outside' is exclusive
4274
8e9c5e02
VP
42752010-02-12 Vladimir Prus <vladimir@codesourcery.com>
4276
4277 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
4278
92981e24
TT
42792010-02-10 Tom Tromey <tromey@redhat.com>
4280
4281 * gdb.texinfo (Debugging Output): Document set debug parser and
4282 show debug parser.
4283
075b51b7
L
42842010-02-09 H.J. Lu <hongjiu.lu@intel.com>
4285
4286 * gdb.texinfo (Predefined Target Types): Add i387_ext,
4287 i386_eflags and i386_mxcsr.
4288
3bb8d5c3
L
42892010-02-08 H.J. Lu <hongjiu.lu@intel.com>
4290
4291 * gdb.texinfo: Document i386 target features.
4292
c5f80513
DE
42932010-02-05 Doug Evans <dje@google.com>
4294
4295 * gdbint.texinfo (Testsuite): Add a new section to document the
4296 various DejaGnu variables that may be overridden.
1be00882 4297 Document INTERNAL_GDBFLAGS.
c5f80513 4298
6ac33a4e
TT
42992010-02-04 Tom Tromey <tromey@redhat.com>
4300
4301 PR cli/8830:
4302 * gdb.texinfo (Files): -readnow comes before the filename for file
4303 and symbol-file.
4304
a1dcb23a
DJ
43052010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4306
4307 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
4308 Document ARM breakpoint types.
4309 (Register Packet Format): Move into the new section.
4310 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
4311
95433b34
JB
43122010-01-21 Joel Brobecker <brobecker@adacore.com>
4313
4314 * gdb.texinfo (File Options): Adjust the documentation of this
4315 switch to refer to the "source" command rather than partially
4316 duplicating some of the relevant information.
4317 (Extending GDB): Introduce and document the set/show script-extension
4318 setting.
4319 (Command Files): Add note explaining that the "source" command
4320 is also used to evalute scripts written in other languages.
4321 Remove the short slightly incorrect reference to sourcing Python
4322 scripts.
4323 (Python Commands): Document how to execute a Python script from GDB.
4324
8d576872
JB
43252010-01-19 Joel Brobecker <brobecker@adacore.com>
4326
4327 * gdb.texinfo (Command Files): Fix typo.
4328
8150ff9c
JB
43292010-01-18 Tom Tromey <tromey@redhat.com>
4330
4331 * gdb.texinfo (File Options): Document -x on .py files.
4332 (Command Files): Document handling of Python scripts.
4333
23db03a6
JZ
43342010-01-18 Jie Zhang <jie.zhang@analog.com>
4335
4336 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
4337
00bf0b85
SS
43382010-01-15 Stan Shebs <stan@codesourcery.com>
4339
4340 * gdb.texinfo (Trace Files): New section.
4341 (Tracepoint Packets): Document QTSave and qTBuffer.
4342 (Trace File Format): New appendix.
4343
be759fcf
PM
43442010-01-13 Phil Muldoon <pmuldoon@redhat.com>
4345
4346 * gdb.texinfo (Values From Inferior): Document lazy_string value
4347 method.
4348 (Python API): Add Lazy strings menu item.
4349 (Lazy Strings In Python): New node.
4350
dc146f7c
VP
43512010-01-13 Vladimir Prus <vladimir@codesourcery.com>
4352
4353 * gdb.texinfo (GDB/MI Thread Information): New.
4354 (GDB/MI Async Records): Document the core field in *stopped.
4355 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
4356 documentation
4357 (Process list): Document that osdata document may contain
4358 threads.
4359 (Remote Serial Protocol): Document qXfer:threads.
4360
d5551862
SS
43612010-01-06 Stan Shebs <stan@codesourcery.com>
4362
4363 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4364 disconnected tracing.
4365 (Tracepoint Packets): Document new protocol.
4366
7a697b8d
SS
43672010-01-05 Stan Shebs <stan@codesourcery.com>
4368
4369 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
4370 tracepoints.
4371 (Tracepoint Packets): Describe remote protocol for fast
4372 tracepoints.
4373
e6f3ec50
JB
43742010-01-01 Joel Brobecker <brobecker@adacore.com>
4375
4376 Update the "Start of New Year Procedure".
4377 * gdbint.texinfo: Add the list of files that need to be updated
4378 manually. Minor reformatting.
4379
ddc4e9c1
JB
43802010-01-01 Joel Brobecker <brobecker@adacore.com>
4381
4382 * refcard.tex: Update copyright year in header and text.
4383
9d2897ad
JB
43842010-01-01 Joel Brobecker <brobecker@adacore.com>
4385
4386 * agentexpr.texi: Add 2010 to the list of copyright years.
4387 * annotate.texinfo: Likewise.
4388 * gdb.texinfo: Likewise.
4389 * gdbint.texinfo: Likewise.
4390 * observer.texi: Likewise.
4391 * stabs.texinfo: Likewise.
4392
6da95a67
SS
43932009-12-31 Stan Shebs <stan@codesourcery.com>
4394
4395 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 4396
236f1d4d
SS
43972009-12-29 Stan Shebs <stan@codesourcery.com>
4398
4399 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 4400
f61e138d
SS
44012009-12-28 Stan Shebs <stan@codesourcery.com>
4402
4403 * gdb.texinfo (Trace State Variables): New section.
4404 (Tracepoint Packets): Describe trace state variable packets.
4405 * agentexpr.texi (Bytecode Descriptions): Describe trace state
4406 variable bytecodes.
4407
0fe7935b
DJ
44082009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
4409
4410 * gdb.texinfo (Symbols): "info variables" prints definitions, not
4411 declarations.
4412
a6b29f87
VP
44132009-12-21 Vladimir Prus <vladimir@codesourcery.com>
4414
4415 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
4416 -gdb-exit behaviour.
4417
5e4bde96
JB
44182009-12-20 Joel Brobecker <brobecker@adacore.com>
4419
4420 * gpl.texi: Update to version 3 of the GPL.
4421
a1715244
JB
44222009-12-20 Joel Brobecker <brobecker@adacore.com>
4423
4424 * Makefile.in: Update copyright header.
4425 * observer.texi: Fix the copyright header of the generated files.
4426
361ae042
PM
44272009-12-08 Phil Muldoon <pmuldoon@redhat.com>
4428
4429 * gdb.texinfo (Types In Python): Describe range function.
4430
bfd31e71
PM
44312009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
4432
4433 * gdb.texinfo (Types In Python): Describe "is_base_class".
4434
57a1d736
TT
44352009-12-03 Tom Tromey <tromey@redhat.com>
4436
4437 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
4438
8cebebb9
PP
44392009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
4440
4441 * observer.texi: New memory_changed observer.
4442
16af530a
TT
44432009-12-01 Tom Tromey <tromey@redhat.com>
4444
4445 * gdb.texinfo (Reverse Execution): Fix typo.
4446
b6199126
DJ
44472009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
4448
4449 PR gdb/8704
4450
4451 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
4452 are allowed after the breakpoint condition.
4453
7a6973ad
TT
44542009-11-23 Tom Tromey <tromey@redhat.com>
4455
4456 PR python/10782:
4457 * gdb.texinfo (Types In Python): Document Type.pointer.
4458
21a0512e
PP
44592009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
4460
4461 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 4462
a5832c8f
PA
44632009-11-11 Pedro Alves <pedro@codesourcery.com>
4464
4465 * agentexpr.texi (Tracing On Symmetrix): Delete section.
4466 (Using Agent Expressions): Delete cross reference.
4467
1eb7cd77
JB
44682009-11-07 Joel Brobecker <brobecker@adacore.com>
4469
4470 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
4471 and @settitle directives up to help makeinfo find them.
4472
24ddea62
JK
44732009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4474
4475 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
4476 (Auto-loading): Use plural and note one can use multiple components now.
4477
3afae151
VP
44782009-11-01 Vladimir Prus <vladimir@codesourcery.com>
4479
4480 * gdb.texinfo (GDB/MI Stack Manipulation): Make
4481 -stack-list-arguments have the same documentation for parameter
4482 as -stack-list-locals. Add comas.
4483
14ff2235
PM
44842009-10-27 Tom Tromey <tromey@redhat.com>
4485 Eli Zaretskii <eliz@gnu.org>
4486
c8d5aac9 4487 PR python/10781
14ff2235
PM
4488
4489 * gdb.texinfo (Values From Inferior): Document cast method.
4490
9c419145
PP
44912009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
4492
4493 * gdb.texinfo (Machine Code): Mention function name in disasssembly
4494 and adjust example.
889bf7c5 4495
29153c24
MS
44962009-10-22 Michael Snyder <msnyder@vmware.com>
4497
4498 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 4499 info record command. Also document the new save and restore
29153c24
MS
4500 commands.
4501
2b28d209
PP
45022009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
4503
4504 * gdb.texinfo (Machine Code): Mention current pc marker.
4505 (Memory): Likewise.
4506
6c95b8df
PA
45072009-10-19 Pedro Alves <pedro@codesourcery.com>
4508 Stan Shebs <stan@codesourcery.com>
4509
4510 * observer.texi (new_inferior): Rename to...
4511 (inferior_appeared): ... this.
4512
4513 * gdb.texinfo (Inferiors): Rename node to ...
4514 (Inferiors and Programs): ... this. Mention running multiple
4515 programs in the same debug session.
4516 <info inferiors>: Mention the new 'Executable' column if "info
4517 inferiors". Update examples. Document the "add-inferior",
4518 "clone-inferior", "remove-inferior" and "maint info
4519 program-spaces" commands.
4520 (Process): Rename node to...
4521 (Forks): ... this. Document "set|show follow-exec-mode".
4522
2f8132f3
MS
45232009-10-11 Michael Snyder <msnyder@vmware.com>
4524
4525 * gdb.texinfo (ReverseStep): Show default as "unsupported".
4526 (ReverseContinue): Ditto.
4527
cba4b2d3
PP
45282009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
4529
4530 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 4531
da082f17
JK
45322009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4533
4534 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
4535
08be9d71
ME
45362009-10-06 Michael Eager <eager@eagercon.com>
4537
4538 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
4539 (Embedded Processors): Add MicroBlaze.
4540 (MicroBlaze): New. Describe Xilinx MicroBlaze
4541
08a0efd0
PA
45422009-10-04 Pedro Alves <pedro@codesourcery.com>
4543
4544 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
4545
cbb8f428
EZ
45462009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
4547
4548 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
4549
30a4a70c
JB
45502009-09-23 Joel Brobecker <brobecker@adacore.com>
4551
4552 * observer.texi (solib_unloaded): Document explicitly the fact that
4553 this observer is called before the associated symbols are unloaded.
4554
b3372f91
VP
45552009-09-19 Vladimir Prus <vladimir@codesourcery.com>
4556
4557 * gdb.texinfo (GDB/MI Stack Manipulation): Document
4558 -stack-list-variables.
4559
f43030c4
TT
45602009-09-18 Tom Tromey <tromey@redhat.com>
4561
4562 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
4563 is experimental.
4564
ec7e75e7
PP
45652009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4566
4567 * gdb.texinfo (convenince variables): Mention
4568 $_siginfo could be empty.
f43030c4 4569
0cc7d26f
TT
45702009-09-15 Tom Tromey <tromey@redhat.com>
4571
4572 * gdb.texinfo (GDB/MI Variable Objects): Document
4573 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
4574 Expand -var-update documentation.
4575
a96d9b2e
SDJ
45762009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4577
4578 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
4579 feature.
4580
005ca36a
JB
45812009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
4582
4583 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
4584
0d772ac9
MS
45852009-09-10 Michael Snyder <msnyder@vmware.com>
4586
4587 * gdb.texinfo (qSupported): Mention new ReverseContinue and
4588 ReverseStep replies to the qSupported query.
4589
14fb1bac
JB
45902009-09-10 Joel Brobecker <brobecker@adacore.com>
4591
4592 Add documentation for set/show interactive-mode.
4593 * gdb.texinfo (Other Misc Settings): New node.
4594
29b090c0
DE
45952009-09-01 Doug Evans <dje@google.com>
4596
4597 * gdb.texinfo (Caching Data of Remote Targets): Add note on
4598 non-stop mode's affect on remote caching.
4599
4e5d721f
DE
46002009-08-31 Jacob Potter <jdpotter@google.com>
4601 Doug Evans <dje@google.com>
4602
4603 * gdb.texinfo (Caching Data of Remote Targets): Update text.
4604 Mark `set/show remotecache' options as obsolete.
4605 Document new `set/show stack-cache' option.
4606 Update text for `info dcache'.
4607
55333a84
DE
46082009-08-27 Doug Evans <dje@google.com>
4609
4610 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
4611 (Files): Add note on new optional regex arg to `info sharedlibrary'.
4612
bc3a0b4d
RW
46132009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4614
4615 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
4616 about autoconf.
4617
3a1ff0b6
PA
46182009-08-25 Pedro Alves <pedro@codesourcery.com>
4619
4620 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
4621 small example, and describe its columns. Replace "inferior-id" by
4622 "infno" throughout.
4623
81ecdfbb
RW
46242009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4625
af542c2e
RW
4626 * gdbint.texinfo (Releasing GDB): Point to
4627 README-maintainer-mode file for required autoconf version.
4628 * configure.ac: Do not substitute datarootdir, htmldir,
4629 pdfdir, docdir. Do not process --with-datarootdir,
4630 --with-htmldir, --with-pdfdir, --with-docdir.
4631 * configure: Regenerate.
4632
81ecdfbb
RW
4633 * configure: Regenerate.
4634
4efc6507
DE
46352009-08-20 Reid Kleckner <reid@kleckner.net>
4636
4637 * gdb.texinfo: Add chapter on JIT interface.
4638
43089a6e
NR
46392009-08-07 Nick Roberts <nickrob@snap.net.nz>
4640
4641 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 4642 confirmation request.
43089a6e 4643
99e008fe
EZ
46442009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
4645
c8d5aac9
L
4646 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
4647 CRC definitions.
99e008fe 4648
48cb2d85
VP
46492009-08-03 Vladimir Prus <vladimir@codesourcery.com>
4650
4651 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 4652 -break-commands.
48cb2d85 4653
ff1a52c6
UW
46542009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4655
4656 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4657 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
4658
3285f3fe
UW
46592009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4660
4661 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4662 "set spu stop-on-load" and "show spu stop-on-load" commands.
4663
e35359c5
UW
46642009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4665
4666 * gdb.texinfo (Target Descriptions): Document <compatible> element.
4667
58d6951d
DJ
46682009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
4669
4670 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
4671 org.gnu.gdb.arm.neon.
4672
08d16641
PA
46732009-07-20 Pedro Alves <pedro@codesourcery.com>
4674
4675 * gdb.texinfo (Target Description Format): Mention the new <osabi>
4676 optional element.
4677 (subsection OS ABI): New subsection.
4678
782b2b07
SS
46792009-07-14 Stan Shebs <stan@codesourcery.com>
4680
4681 * gdb.texinfo (Tracepoint Conditions): New section.
4682 (General Query Packets): Describe ConditionalTracepoints.
4683 (Tracepoint Packets): Describe condition field.
4684 (Maintenance Commands): Describe maint agent-eval.
4685 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
4686
9b117ef3
HZ
46872009-07-11 Hui Zhu <teawater@gmail.com>
4688
4689 * gdb.texinfo (disassemble): Add a new modifier /r
4690 to "disassemble" command to make it print the raw instructions
4691 in hex as well as in symbolic form.
4692
f5a33284
TT
46932009-07-09 Tom Tromey <tromey@redhat.com>
4694
4695 * gdbint.texinfo (Testsuite): Document parallel make check.
4696
812f7342
TT
46972009-07-09 Tom Tromey <tromey@redhat.com>
4698
4699 * gdbint.texinfo (Testsuite): Document test transcripts.
4700
fbb8f299
PM
47012009-07-10 Phil Muldoon <pmuldoon@redhat.com>
4702
4703 * gdb.texinfo (Values From Inferior): Add length parameter
4704 description.
4705
dd8f35ac
EZ
47062009-07-04 Chris Genly <chris@genly.us>
4707
4708 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
4709 in -var-list-children. Fix example according to what the code
4710 does.
4711
2277426b
PA
47122009-07-02 Pedro Alves <pedro@codesourcery.com>
4713
4714 * gdb.texinfo (Debugging multiple inferiors): Document the
4715 "inferior", "detach inferior" and "kill inferior" commands.
4716 (Debugging Programs with Multiple Processes): Adjust to mention
4717 generic "inferior" commands. Delete mention of "detach fork" and
4718 "delete fork". Cross reference to "Debugging multiple inferiors"
4719 section.
4720
a6d9a66e
UW
47212009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4722
5af949e3
UW
4723 * gdbint.texinfo (Item Output Functions): Update signature
4724 for ui_out_field_core_addr.
4725
47262009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4727
4728 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
4729 Update example code extrated from breakpoint.c.
4730
9901a55b 47312009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 4732
9901a55b
PP
4733 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
4734 MI commands.
4735 (GDB/MI Symbol Query): Likewise.
4736 (GDB/MI File Commands): Likewise.
4737 (GDB/MI File Transfer Commands): Likewise.
4738 (GDB/MI Target Manipulation): Likewise.
4739 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 4740
edb3359d
DJ
47412009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
4742
4743 * gdb.texinfo (Debugging Optimized Code): New chapter.
4744 (Compiling for Debugging): Reference it. Move some
4745 text to the new section.
4746
7cd1089b
PM
47472009-06-15 Phil Muldoon <pmuldoon@redhat.com>
4748
4749 * doc/gdb.texinfo (Calling): Document
4750 set-unwind-on-terminating-exception usage.
4751
d4db2f36
PA
47522009-06-11 Pedro Alves <pedro@codesourcery.com>
4753
4754 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
4755 command.
4756
d1a7880c
PA
47572009-06-07 Pedro Alves <pedro@codesourcery.com>
4758
4759 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
4760 references.
4761
473f94e6
UW
47622009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
4763
4764 * gdbint.texinfo: Rename formal parameters to gdbarch function
4765 protoypes from "current_gdbarch" to "gdbarch".
4766
8f500870
TT
47672009-05-28 Tom Tromey <tromey@redhat.com>
4768
4769 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
4770
b6313243
TT
47712009-05-27 Tom Tromey <tromey@redhat.com>
4772
4773 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
4774 feature.
4775 (GDB/MI Variable Objects): Document -var-set-visualizer.
4776
47772009-04-02 Tom Tromey <tromey@redhat.com>
4778
4779 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
4780 feature.
4781 (GDB/MI Variable Objects): Document -var-set-visualizer.
4782
a6bac58e
TT
47832009-05-27 Tom Tromey <tromey@redhat.com>
4784 Thiago Jung Bauermann <bauerman@br.ibm.com>
4785 Phil Muldoon <pmuldoon@redhat.com>
4786
4787 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
4788 (Pretty Printing): New node.
4789 (Selecting Pretty-Printers): Likewise.
4790 (Python API): Update.
4791 (Output Formats): Document /r format.
4792
2c74e833
TT
47932009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
4794 Tom Tromey <tromey@redhat.com>
4795
4796 * gdb.texinfo (Types In Python): New node.
4797 (Values From Inferior): "type" is now an attribute.
4798 (Python API): Update.
4799
89c73ade
TT
48002009-05-27 Tom Tromey <tromey@redhat.com>
4801 Thiago Jung Bauermann <bauerman@br.ibm.com>
4802 Phil Muldoon <pmuldoon@redhat.com>
4803
4804 * gdb.texinfo: Add @syncodeindex for `tp'.
4805 (Python API): Update.
4806 (Auto-loading): New node.
4807 (Objfiles In Python): New node.
4808
17a37d48
PP
48092009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
4810
4811 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 4812
6718376f
NR
48132009-05-15 Nick Roberts <nickrob@snap.net.nz>
4814
4815 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
4816
cbe54154
PA
48172009-05-12 Pedro Alves <pedro@codesourcery.com>
4818
4819 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
4820 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
4821 show show-debug-regs' docs.
4822
8e05493c
EZ
48232009-05-08 Eli Zaretskii <eliz@gnu.org>
4824
4825 * gdb.texinfo (Process Record and Replay): Add description of
4826 reverse execution.
4827
b39f4988
JB
48282009-05-07 Joel Brobecker <brobecker@adacore.com>
4829
4830 * gdbint.texinfo (Adding support for debugging core files): New node.
4831 (Native Debugging): Remove the ``Native core file Support'' section.
4832
a2311334
EZ
48332009-05-01 Eli Zaretskii <eliz@gnu.org>
4834
4835 * gdb.texinfo (Process Record and Replay): Improve and clarify.
4836 Add index entries.
4837
53cc454a 48382009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 4839 Michael Snyder <msnyder@vmware.com>
53cc454a 4840
a2311334
EZ
4841 * gdb.texinfo: (Process Record and Replay): Add documentation for
4842 process record and replay.
53cc454a 4843
484086b7
JK
48442009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4845
4846 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
4847 a new part on command-line defined macros.
4848
32ae1842
EZ
48492009-04-25 Eli Zaretskii <eliz@gnu.org>
4850
4851 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
4852 clarify the wording.
4853
b14b1491
TT
48542009-04-23 Tom Tromey <tromey@redhat.com>
4855
4856 * gdb.texinfo (Data Files): New node.
4857 (GDB Files): Update menu.
4858
5c1e86e1
JB
48592009-04-23 Joel Brobecker <brobecker@adacore.com>
4860
4861 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 4862 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 4863
83eba9b7
VP
48642009-04-22 Vladimir Prus <vladimir@codesourcery.com>
4865
4866 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
4867
e31198c4
HZ
48682009-04-22 Hui Zhu <teawater@gmail.com>
4869
4870 * gdb.texinfo (disassemble-next-line): Set the default of
4871 disassemble-next-line to off.
4872
26e251b6
JM
48732009-04-21 Joseph Myers <joseph@codesourcery.com>
4874
4875 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
4876 --with-htmldir): New.
4877 * configure: Regenerate.
4878 * Makefile.in (datarootdir, docdir): Define.
4879 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
4880 instead of $(SET_TEXINPUTS).
4881 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
4882 gdbint.info instead of $(SET_TEXINPUTS).
4883 (gdbint/index.html): Use same -I options as for building
4884 gdbint.info.
4885 (stabs.dvi, stabs.pdf): Use same -I options as for building
4886 stabs.info instead of $(SET_TEXINPUTS).
4887 (stabs/index.html): Use same -I options as for building
4888 stabs.info.
4889 (annotate.dvi, annotate.pdf): Use same -I options as for building
4890 annotate.info instead of $(SET_TEXINPUTS).
4891 (annotate/index.html): Use same -I options as for building
4892 annotate.info.
4893
eac35c4e
DD
48942009-04-21 David Daney <ddaney@caviumnetworks.com>
4895
4896 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
4897
29b0e8a2
JM
48982009-04-21 Joseph Myers <joseph@codesourcery.com>
4899
4900 * gdb.texinfo (Source Path): Document --with-relocated-sources.
4901
2b831889 49022009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 4903 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
4904
4905 * Makefile.in (MAKEHTML): Set to makeinfo --html.
4906 (MAKEHTMLFLAGS): Set to empty.
4907 (html__strip_dir): Define.
4908 (HTMLFILES): Define.
4909 (HTMLFILES_INSTALL): Define.
4910 (install-html): Copy new automake rule.
4911 (html): Depend on $(HTMLFILES).
4912 (gdb_toc.html): Rename to gdb/index.html.
4913 (gdbint_toc.html): Rename to gdbint/index.html.
4914 (stabs_toc.html): Rename to stabs/index.html.
4915 (annotate_toc.html): Rename to annotate/index.html.
4916
89a34d1b
JM
49172009-04-17 Carlos O'Donell <carlos@codesourcery.com>
4918
4919 * Makefile.in: Set pdfdir and htmldir from configure
4920 substitutions.
4921 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
4922 * configure: Regenerate.
4923
a2d5da46
JB
49242009-04-16 Joel Brobecker <brobecker@adacore.com>
4925
4926 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
4927 This macro is no longer used.
4928
732f6a93
TT
49292009-04-15 Tom Tromey <tromey@redhat.com>
4930
4931 * gdb.texinfo (Character Sets): Document default character set.
4932
87f9adc1
PM
49332009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
4934
4935 * gdbint.texinfo: Change server name from sources.redhat.com to
4936 sourceware.org throughout.
4937
2c88c651
JB
49382009-04-09 Joel Brobecker <brobecker@adacore.com>
4939
4940 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
4941 about a missing dot or coma after @xref.
4942
4f5376b2
JB
49432009-04-02 Joel Brobecker <brobecker@adacore.com>
4944
4945 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
4946 example, and add a small explanation about it.
4947 (Print Settings): Change the documentation of the "set print
4948 frame-arguments" to reflect the fact that the default is now "scalars".
4949
a0381d3a
JB
49502009-04-02 Joel Brobecker <brobecker@adacore.com>
4951
4952 * gdb.texinfo (Print Settings): Add kindex for command "set
4953 print frame-arguments".
4954
45ac276d
JB
49552009-03-31 Joel Brobecker <brobecker@adacore.com>
4956
4957 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
4958 breakpoints.
4959 (Set Breaks): Add reference to thread-specific and task-specific
4960 breakpoints.
4961
32cd1edc
JB
49622009-03-31 Joel Brobecker <brobecker@adacore.com>
4963
4964 * gdb.texinfo (Ada Tasks): Remove the documentation about
4965 the "Running" state, as this state has been eliminated.
4966 Now all runnable tasks are shown as "Runnable".
4967
1042e4c0
SS
49682009-03-30 Stan Shebs <stan@codesourcery.com>
4969
4970 * gdb.texinfo (Tracepoints): Describe tracepoints as a
4971 special case of breakpoints.
4972 (Enable and Disable Tracepoints): Mention deprecation.
4973 (Listing Tracepoints): Update description and example.
4974
f8f6f20b
TJB
49752009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
4976
4977 * gdb.texinfo (Frames in Python): New node.
4978 (Python API): Update.
4979
c0c6f777
TJB
49802009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
4981
4982 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
4983 from a method to an attribute.
4984
def2b000
TJB
49852009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
4986
4987 * gdb.texinfo (Values From Inferior): Document is_optimized_out
4988 attribute.
4989
a07daef3
PA
49902009-03-25 Pedro Alves <pedro@codesourcery.com>
4991
4992 * observer.texi (thread_exit): Add "silent" parameter.
4993
f3b1572e
PA
49942009-03-22 Pedro Alves <pedro@codesourcery.com>
4995
4996 * observer.texi (about_to_proceed): New.
4997
587afa38
EZ
49982009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
4999
5000 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
5001 field throughout to handle types with spaces in them. Fix typos
5002 found by aspell.
5003 (Summary, Requirements, Contributors): New first chapter,
5004 "Summary" added, old Requirements section moved there, and new
5005 section, "Contributors" added.
5006 (Initializing a New Architecture, Register Representation)
5007 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
5008 (Porting gdb): These sections extended and updated.
5009 (Compiler Characteristics): This section (empty) deleted.
5010 (Defining Other Architecture Features): This section renamed and
5011 duplicate material removed from (formerly "Target Conditionals").
5012 Use braces {} in @deftypeXX type field throughout to handle types
5013 with spaces in them. Typos found by aspell fixed.
5014
5015 * stack_frame.svg: New file, source of image for gdbint.texinfo.
5016 * stack_frame.pdf: Version of image for PDF output.
5017 * stack_frame.png: Version of image for HTML output and for Emacs.
5018 * stack_frame.txt: Version of image for Info output.
1db61298 5019 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 5020
10af6951
EZ
50212009-03-21 Eli Zaretskii <eliz@gnu.org>
5022
5023 * gdb.texinfo (Character Sets): Fix last change.
5024
cc924cad
TJB
50252009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
5026
5027 * gdb.texinfo (Values From Inferior): Fix optional arguments
5028 markup.
5029 (Commands In Python): Adjust argument names of gdb.Command.__init__
5030 to what the function accepts as keywords.
5031
bc3b79fd
TJB
50322008-03-20 Tom Tromey <tromey@redhat.com>
5033
5034 * gdb.texinfo (Convenience Vars): Document convenience functions.
5035 (Functions In Python): New node.
5036 (Python API): Update.
5037
6c7a06a3
TT
50382009-03-20 Tom Tromey <tromey@redhat.com>
5039
5040 * gdb.texinfo (Character Sets): Remove obsolete text. Document
5041 set target-wide-charset.
5042 (Requirements): Mention iconv.
5043
b646ddd4
HZ
50442009-03-17 Hui Zhu <teawater@gmail.com>
5045
5046 * gdb.texinfo: Change the introduce of "disassemble-next-line".
5047
91440f57
HZ
50482009-03-17 Hui Zhu <teawater@gmail.com>
5049
5050 * gdb.texinfo: Add documentation for disassemble-next-line.
5051
8fd41227
TJB
50522009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5053
5054 * gdb.texinfo (Commands In Python): Remove tindex entries.
5055
61ff14c6
JK
50562009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5057
5058 * gdb.texinfo (Returning): New description for missing debug info.
5059
0b16c5cf
PA
50602009-03-14 Pedro Alves <pedro@codesourcery.com>
5061
5062 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 5063 (General Query Packets): Document qAttached.
0b16c5cf 5064
32fc0df9
PA
50652009-03-05 Pedro Alves <pedro@codesourcery.com>
5066
5067 * gdb.texinfo (Background Execution): Better describe the set
5068 target-async command.
5069 (Maintenance Commands): Delete description of the `maint set/show
5070 linux-async' and `maint set/show remote-async' commands.
5071
134eb42c
VP
50722009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5073
5074 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
5075 between sentences.
5076
c86cf029
VP
50772009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5078
5079 * gdb.texinfo (GDB/MI Async Records): Document the
5080 =library-loaded and =library-unloaded notifications.
5081
3ea85240
VP
50822009-02-17 Vladimir Prus <vladimir@codesourcery.com>
5083
5084 * observer.texi (test_notification): New observer.
5085
1d33d6ba
VP
50862009-02-14 Vladimir Prus <vladimir@codesourcery.com>
5087
61ff14c6
JK
5088 * observer.texi: Add parameter 'print_frame' to normal_stop
5089 observer.
1d33d6ba 5090
d721c933
EZ
50912009-02-07 Eli Zaretskii <eliz@gnu.org>
5092
5093 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
5094 (Commands In Python): Fix COMMAND_* constants in last change. Use
5095 @kbd for interactive input. Add cross-references and index
5096 entries.
5097
4aa995e1
PA
50982009-02-06 Pedro Alves <pedro@codesourcery.com>
5099
5100 * gdb.texinfo (Signals): Document $_siginfo.
5101 (Convenience Variables): Mention $_siginfo.
5102 (Remote Configuration): Document qXfer:siginfo:read,
5103 qXfer:siginfo:write packets, and the read-siginfo-object,
5104 write-siginfo-object commands.
5105
5f5233d4
PA
51062009-02-06 Pedro Alves <pedro@codesourcery.com>
5107
5108 * gdbint.texinfo (Values): New chapter.
5109
d8906c6f
TJB
51102009-02-06 Tom Tromey <tromey@redhat.com>
5111
5112 * gdb.texinfo (Python API): Add entry for Commands In Python.
5113 (Commands In Python): New node.
5114
b6cb8e7d
TJB
51152009-02-05 Tom Tromey <tromey@redhat.com>
5116
5117 * gdb.texinfo (Values From Inferior): Document Value.string.
5118
12453b93
TJB
51192009-02-05 Tom Tromey <tromey@redhat.com>
5120
5121 * gdb.texinfo (Basic Python): Document execute's from_tty
5122 argument.
5123
08c637de
TJB
51242009-02-04 Tom Tromey <tromey@redhat.com>
5125
5126 * gdb.texinfo (Basic Python): Document gdb.history.
5127
592375cd
VP
51282009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5129
5130 * gdb.texinfo (GDB/MI Thread Commands): Document the
5131 'current-thread-id' field. Remove the example with zero threads,
5132 since current GDB won't ever report that if there's inferior.
5133
41447f92
VP
51342009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5135
5136 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
5137 option to -break-insert.
5138
098b41a6
JG
51392009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5140 Jerome Guitton <guitton@adacore.com>
5141
5142 * gdb.texinfo (Startup): Document --with-system-gdbinit.
5143 (System-wide configuration): New section.
5144
3c16cced
PA
51452009-01-26 Pedro Alves <pedro@codesourcery.com>
5146
5147 PR gdb/7580:
5148 * gdb.texinfo (Maintenance Commands): Document "maint set|show
5149 internal-error|internal-warning quit|corefile ask|yes|no".
5150
62709adf
PA
51512009-01-26 Pedro Alves <pedro@codesourcery.com>
5152
5153 * gdb.texinfo (Using the `gdbserver' Program): Document
5154 --remote-debug.
5155
7ce58dd2
DE
51562009-01-23 Doug Evans <dje@google.com>
5157
5158 * gdb.texinfo: Add nexti to list of commands that support
5159 background execution.
5160
adb483fe
DJ
51612009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
5162
5163 * gdb.texinfo (Define, Hooks): Document prefix command support.
5164
a67ec3f4 51652009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 5166 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
5167
5168 Fixes for makeinfo --html.
5169
5170 * annotate.texinfo: Use @copying and @insertcopying. Use
5171 @ifnottex in place of @ifinfo.
5172 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
5173 place of @ifinfo. Use @ifnotinfo for one index entry.
5174 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
5175 in place of @ifinfo.
5176 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
5177 in place of @ifinfo. Include contents at start unconditionally.
5178
84fcdf95
PA
51792009-01-13 Pedro Alves <pedro@codesourcery.com>
5180
5181 * gdb.texinfo (General Query Packets): Remove @var{} around the
5182 "spu" literal string.
5183
fa3a767f
PA
51842009-01-07 Pedro Alves <pedro@codesourcery.com>
5185
5186 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
5187 program may be running in another process" errors.
5188 * gdbint.texinfo (Native Conditionals): Delete
5189 ONE_PROCESS_WRITETEXT description.
5190
9cb011d3
JB
51912009-01-07 Joel Brobecker <brobecker@adacore.com>
5192
5193 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
5194 emacs local variable to be placed at the end of the ChangeLog.
5195 Add server.c and gdbreplay.c to the list of files where the
5196 copyright year needs to be updated.
5197
84603566
SL
51982009-01-06 Sandra Loosemore <sandra@codesourcery.com>
5199
5200 * gdb.texinfo (Remote Configuration): Document new
5201 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
5202 commands.
5203
a53f55d8
PA
52042008-12-28 Pedro Alves <pedro@codesourcery.com>
5205
5206 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
5207 FETCH_INFERIOR_REGISTERS.
5208 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
5209 FETCH_INFERIOR_REGISTERS descriptions. Remove
5210 gdbarch_get_longjmp_target descrition, since already described in
5211 Target Conditionals. Move gdbarch_fp0_regnum description to ...
5212 (Target Conditionals): ... here.
5213
077e0a52
JB
52142008-12-16 Joel Brobecker <brobecker@adacore.com>
5215
5216 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
5217 examples.
5218 (Additions to Ada): Likewise. Add the missing opening and closing
5219 parenthesis of the GDB prompt in one of the examples.
5220
023eb17c
JB
52212008-12-14 Joel Brobecker <brobecker@adacore.com>
5222
5223 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
5224 about the result of 'Address not being of type System.Address.
5225 This problem has been fixed a while ago.
5226
c3b108f7
VP
52272008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5228
5229 MI non-stop and multiprocess docs.
5230
c8d5aac9
L
5231 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
5232 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
5233 Adjust documentation for *stopped, document =thread-created,
5234 =thread-exited, =thread-group-created and =thread-group-exited.
5235 (GDB/MI Thread Commands): Document the 'state' field in
5236 -thread-info output.
5237 (GDB/MI Program Execution): Mention --all and --thread-group
5238 options.
5239 (GDB/MI Variable Objects): Describe floating and fixed variable
5240 objects.
5241 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 5242
07e059b5
VP
52432008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5244
c8d5aac9
L
5245 * gdb.texinfo (Operating System Information): New appendix.
5246 (Operating System Auxiliary Information): Document 'info os processes'
5247 (Remote Configuration): Document 'osdata'
5248 (General Query Packets): Document qXfer:osdata:read.
07e059b5 5249
a80b95ba
TG
52502008-11-27 Tristan Gingold <gingold@adacore.com>
5251
5252 * gdb.texinfo (Darwin): Document Darwin specific features.
5253
a655d424
JK
52542008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5255
5256 * gdbint.texinfo (Target Conditionals): Extend the
5257 gdbarch_breakpoint_from_pc description.
5258
249e1128
VP
52592008-11-22 Vladimir Prus <vladimir@codesourcery.com>
5260
5261 * gdb.texinfo (M68K Features): Fix typo.
5262
c14c28ba
PP
52632008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
5264
5265 * gdb.texinfo (Symbols): Mention printing containing
5266 image name in "info symbol".
5267 (Maint translate-address): Likewise.
889bf7c5 5268
394a6666
JB
52692008-11-18 Joel Brobecker <brobecker@adacore.com>
5270
5271 * gdb.texinfo (Set Catchpoints): Remove the documentation of
5272 commands "catch load" and "catch unload".
5273
66bb093b
VP
52742008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5275
5276 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 5277 =thread-selected.
889bf7c5 5278
4a92f99b
VP
52792008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5280
c8d5aac9 5281 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 5282
f0323ca0
PA
52832008-10-27 Pedro Alves <pedro@codesourcery.com>
5284
5285 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
5286 .mt files, TM_CLIBS or TM_CDEPS.
5287 (x86 Watchpoints): Don't mention TDEPFILES.
5288
8b23ecc4
SL
52892008-10-24 Sandra Loosemore <sandra@codesourcery.com>
5290
5291 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
5292 (Overview): Mention notifications and non-stop mode behavior.
5293 (Packets): Update documentation of ?, vAttach, vCont, and vRun
5294 with non-stop mode behavior. Add vStopped description.
5295 (Stop Reply Packets): Update list of packets that return
5296 stop replies. Mention non-stop behavior.
5297 (General Query Packets): Document QNonStop packet and associated
5298 qSupported query response.
5299 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
5300 behavior.
5301 (Notification Packets): New section.
5302 (Remote Non-Stop): New section.
5303 (File-I/O Overview): Mention non-stop behavior.
5304
fff08868
HZ
53052008-10-24 Hui Zhu <teawater@gmail.com>
5306 Pedro Alves <pedro@codesourcery.com>
5307
5308 * gdb.texinfo (displaced-stepping): Describe the auto mode
5309 setting, and say it's the default. This is now a mainstream
5310 setting instead of a maintenance setting.
5311
252fbfc8
PA
53122008-10-23 Pedro Alves <pedro@codesourcery.com>
5313
5314 * observer.texi (thread_stop_requested): New.
5315
20924a55
JB
53162008-10-22 Joel Brobecker <brobecker@adacore.com>
5317
5318 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
5319 (Patching): Replace incorrect usage of @samp by @kbd.
5320
bacec72f
MS
53212008-10-17 Michael Snyder <msnyder@vmware.com>
5322
5323 * gdb.texinfo: Add documentation for reverse execution.
5324
a08702d6 53252008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 5326 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
5327
5328 * gdb.texinfo. (Values From Inferior): New subsubsection.
5329
d97bc12b
DE
53302008-10-06 Doug Evans <dje@google.com>
5331
5332 * gdb.texinfo (set debug dwarf2-die): Document it.
5333
87f67dba
JB
53342008-10-01 Joel Brobecker <brobecker@adacore.com>
5335
5336 * gdb.texinfo (catch) [exception]: Document how to insert
5337 a breakpoint on user-defined exceptions when the exception
5338 name is identical to one of the language-defined ones.
5339
2fae03e8
TT
53402008-09-27 Tom Tromey <tromey@redhat.com>
5341
5342 * gdb.texinfo (Macros): Remove text about stringification,
5343 varargs, and splicing.
5344
5c6ce71d
TT
53452008-09-27 Tom Tromey <tromey@redhat.com>
5346
5347 * gdbint.texinfo (Language Support): Remove text about omitting
5348 support for a language.
5349
07128da0
DE
53502008-09-23 Doug Evans <dje@google.com>
5351
5352 * gdb.texinfo (info dcache): Update.
5353
b90a069a
SL
53542008-09-22 Sandra Loosemore <sandra@codesourcery.com>
5355
5356 * gdb.texinfo (Packets): Add info on thread-id syntax and
5357 multiprocess extensions.
5358 <D>: Document multiprocess form of packet.
5359 <H>: Use thread-id syntax.
5360 <T>: Likewise.
5361 <vCont>: Likewise. Note this is required for multiprocess.
5362 <vKill>: New packet.
5363 (Stop Reply Packets) <T>: Use thread-id syntax.
5364 <W>: Document multiprocess form of reply.
5365 <X>: Likewise.
5366 (General Query Packets) <qC>: Use thread-id syntax.
5367 <qfThreadInfo>: Likewise.
5368 <qGetTLSAddr>: Likewise.
5369 <qP>: Likewise.
5370 <qSupported>: Add "multiprocess" feature.
5371 <qThreadExtraInfo>: Use thread-id syntax.
5372
b77209e0
PA
53732008-09-22 Stan Shebs <stan@codesourcery.com>
5374
5375 * gdb.texinfo (Inferiors): New section.
5376
3d0bb823
PA
53772008-09-12 Pedro Alves <pedro@codesourcery.com>
5378
5379 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
5380
f8dcfc0a
UW
53812008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
5382
5383 * gdbint.texinfo (Target Conditionals): Remove documentation
5384 for gdbarch_name_of_malloc.
5385
8775bb90
MS
53862008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
5387
5388 * gdb.texinfo (Interrupts): Mention TCP interface for
5389 sending BREAK.
5390
f1838a98
UW
53912008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
5392
5393 * gdb.texinfo (Commands to Specify Files): Document "remote:"
5394 argument prefix to "set sysroot".
5395
158c7665
PH
53962008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
5397
5398 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
5399 and False.
5400
30e026bb
VP
54012008-08-20 Vladimir Prus <vladimir@codesourcery.com>
5402
c8d5aac9
L
5403 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
5404 for possible features of -list-features.
30e026bb 5405
c6ebd6cf
VP
54062008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5407
c8d5aac9 5408 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
5409 (GDB/MI Miscellaneous Commands): Document -list-target-features.
5410
aeac0ff9
VP
54112008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5412
5413 * doc/gdb.texinfo (PowerPC): Fix typo.
5414 (PowerPC features): Fix typo.
5415
5231c1fd
PA
54162008-08-18 Pedro Alves <pedro@codesourcery.com>
5417
5418 * observer.texi (thread_ptid_changed): New.
5419
677c5bb1
LM
54202008-08-18 Luis Machado <luisgpm@br.ibm.com>
5421
5422 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
5423 (PowerPC features): Mention feature set for VSX registers.
5424
f3a2dd1a
JB
54252008-08-13 Joel Brobecker <brobecker@adacore.com>
5426
5427 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
5428 the direct visibility of all names in user-written packages.
5429
33e5cbd6
PA
54302008-08-13 Pedro Alves <pedro@codesourcery.com>
5431
5432 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
5433 setting, and make it the default.
5434 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
5435 non-stop script example.
5436
d0384fc4
TJB
54372008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
5438
5439 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
5440 reference to the "Using Different Register and Memory Data
5441 Representation" section.
5442
a6f3e723
SL
54432008-08-12 Sandra Loosemore <sandra@codesourcery.com>
5444
5445 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
5446 (Remote Protocol): Add Packet Acknowledgment to menu.
5447 (Overview): Mention +/- can be disabled, and point to new section
5448 where this is discussed in detail.
5449 (General Query Packets): Document QStartNoAckMode packet, and
5450 corresponding qSupported reply.
5451 (Packet Acknowledgment): New section.
5452
0606b73b
SL
54532008-08-11 Sandra Loosemore <sandra@codesourcery.com>
5454 Pedro Alves <pedro@codesourcery.com>
5455
5456 * gdb.texinfo (Threads): Move paragraph about automatic thread
5457 selection to All-Stop Mode subsection.
5458 (Thread Stops): Reorganize existing material into subsections.
5459 Add introductory blurb and menu.
5460 (Non-Stop Mode): New subsection.
5461 (Background Execution): New subsection.
5462 (Maintenance Commands): Add cross-references from async mode
5463 commands to the new Background Execution section.
5464
d57a3c85
TJB
54652008-08-06 Tom Tromey <tromey@redhat.com>
5466
5467 * gdb.texinfo (Extending GDB): New chapter.
5468 (Sequences): Demoted chapter, now a section under the new
5469 Extending GDB chapter.
5470 (Python): New section.
5471
6d76a53d
SS
54722008-07-31 Stan Shebs <stan@codesourcery.com>
5473
5474 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
5475
1f70da6a
SS
54762008-07-29 Stan Shebs <stan@codesourcery.com>
5477
5478 * gdbint.texinfo: General round of cleanup and minor
5479 clarifications.
5480 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
5481 (Longjmp Support): Update description to reflect how it is done
5482 for targets without using native header.
5483 (Symbol Handling): Add a little more general explanation.
5484 (COFF, ELF): Mention stabs encapsulation.
5485 (DWARF 3): New section.
5486 (Adding a New Host): Scrub out some obsolete bits.
5487 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
5488 (Host Conditionals): Remove descriptions of NO_STD_REGS,
5489 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
5490 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
5491 SEEK_SET, STOP_SIGNAL, USG.
5492 (Raw and Virtual Register Representations): Ditto for
5493 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
5494 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
5495 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
5496 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
5497 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
5498 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
5499 DEPRECATED_REGISTER_VIRTUAL_SIZE,
5500 DEPRECATED_REGISTER_VIRTUAL_TYPE,
5501 DEPRECATED_USE_STRUCT_CONVENTION.
5502 Describe gdbarch_deprecated_fp_regnum.
5503 Update description of gdbarch_print_insn.
5504 (Adding a New Target): Scrub out obsolete bits.
5505 (Obsolete Conditionals): Remove entire section.
5506
383f836e
TT
55072008-07-25 Tom Tromey <tromey@redhat.com>
5508
5509 * observer.texi (GDB Observers): Document new observers:
5510 breakpoint_created, breakpoint_deleted, breakpoint_modified,
5511 tracepoint_created, tracepoint_deleted, tracepoint_modified,
5512 architecture_changed.
5513
cfd8ab24
SS
55142008-07-21 Stan Shebs <stan@codesourcery.com>
5515
5516 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
5517 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
5518
781b42b0
TT
55192008-07-21 Tom Tromey <tromey@redhat.com>
5520
5521 * observer.texi (GDB Observers): Remove obsolete comment.
5522 <executable_changed>: Remove argument.
5523
d7d9f01e
TT
55242008-07-18 Tom Tromey <tromey@redhat.com>
5525
5526 * gdb.texinfo (Macros): Update. Use @code rather than @command.
5527
bf250677
DE
55282008-07-10 Doug Evans <dje@google.com>
5529
5530 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
5531
10568435
JK
55322008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5533
5534 * gdb.texinfo (Starting): Document "set disable-randomization".
5535
5ae4183a
AS
55362008-07-07 Andreas Schwab <schwab@suse.de>
5537
5538 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
5539
b56e7235
VP
55402008-07-06 Vladimir Prus <vladimir@codesourcery.com>
5541
5542 * gdb.texinfo (GDB/MI Target Manipulation): Add
5543 example of -target-attach.
5544
e1ac3328
VP
55452008-06-10 Vladimir Prus <vladimir@codesourcery.com>
5546
5547 * observer.texi (target_resumed): New observer.
5ae4183a 5548 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 5549
65d12d83
TT
55502008-06-06 Tom Tromey <tromey@redhat.com>
5551
5552 * gdb.texinfo (Completion): Add field name example.
5553
fbc5282e
MK
55542008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
5555
5556 * gdb.texinfo (GDB/MI Program Context): Added example
5557 to -exec-arguments
5ae4183a 5558
fbc5282e 55592008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
5560
5561 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
5562 annotation.
5563
c16158bc 55642008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
5565 Nathan Sidwell <nathan@codesourcery.com>
5566 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
5567
5568 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
5569 and ACX_BUGURL.
5570 * configure: Regenerate.
5571 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
5572 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
5573 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
5574 mailing-list-specific text about bug reporting unless
5575 BUGURL_DEFAULT.
5576
75c99385
PA
55772008-06-05 Pedro Alves <pedro@codesourcery.com>
5578
5579 * gdb.texinfo (-target-select): Remove reference to target async.
5580 (Maintenance Commands): Document "maint set/show remote-async".
5581
1763a388
MK
55822008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
5583
5584 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
5585 in -target-file-get section.
5ae4183a 5586
d0d064df
PA
55872008-05-22 Pedro Alves <pedro@codesourcery.com>
5588
9b562ab8
PA
5589 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
5590 killing the inferior when it is already debugging a process.
d0d064df 5591
8dfa32fc
JB
55922008-05-21 Joel Brobecker <brobecker@adacore.com>
5593
5594 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
5595 abbreviation for "finish".
5596
55f996a7
NR
55972008-05-21 Nick Roberts <nickrob@snap.net.nz>
5598
5599 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
5600
ba2b1c56
DJ
56012008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5602
5603 * gdbint.texinfo (Target Conditionals): Delete entry for
5604 gdbarch_dwarf_reg_to_regnum.
5605
08388c79
DE
56062008-05-09 Doug Evans <dje@google.com>
5607
a3c83fae 5608 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 5609
d14508fe
DE
56102008-05-05 Doug Evans <dje@google.com>
5611
5612 * gdb.texinfo (disassemble): Document /m modifier.
5613
e2b7ddea
VP
56142008-05-05 Vladimir Prus <vladimir@codesourcery.com>
5615
5ae4183a
AS
5616 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
5617 will not report the time of commands that run the target.
e2b7ddea 5618
8eb41542
VP
56192008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5620
5621 * gdb.texinfo (GDB/MI Output Records): Add
5622 missing semicolon.
5623
82f68b1c
VP
56242008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5625
5626 * gdb.texinfo (GDB/MI Output Records):
5627 Document =thread-create and =thread-exited.
5628
fa0f268d
VP
56292008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5630
5631 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 5632 Remove mention of dmi-discuss.
fa0f268d 5633
063bfe2e
VP
56342008-05-03 Pedro Alves <pedro@codesourcery.com>
5635
5636 * observer.texi (thread_exit): New.
5637
237fc4c9
PA
56382008-05-02 Pedro Alves <pedro@codesourcery.com>
5639
5640 * gdb.texinfo (Debugging Output): Document "set/show debug
5641 displaced".
5642 (Maintenance Commands): Document "maint set/show
5643 can-use-displaced-stepping".
5644
0428b8f5
DJ
56452008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
5646
5647 * gdb.texinfo (ARM): Document set/show arm fallback-mode
5648 and set/show arm force-mode.
5649
5009afc5
AS
56502008-05-02 Andreas Schwab <schwab@suse.de>
5651
5652 * gdbint.texinfo (Algorithms): Describe
5653 target_watchpoint_addr_within_range.
5654
669fac23
DJ
56552008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
5656
5657 * gdbint.texinfo (Stack Frames): New chapter.
5658 (Algorithms): Move Frames text to the new chapter.
5659 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
5660 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
5661
721c02de
VP
56622008-04-24 Vladimir Prus <vladimir@codesourcery.com>
5663
5ae4183a
AS
5664 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
5665 output does not necessary include any tokens.
721c02de 5666
c055b101
CV
56672008-04-22 Corinna Vinschen <vinschen@redhat.com>
5668
5669 * gdb.texinfo (Set SH Calling convention): New @item.
5670 (Show SH Calling convention): Ditto.
5671
68837c9d
MD
56722008-04-22 Markus Deuling <deuling@de.ibm.com>
5673
5674 * gdb.texinfo (Fortran Operators): Describe '%' operator.
5675
2e9132cc
EZ
56762008-04-20 Eli Zaretskii <eliz@gnu.org>
5677
5678 * gdb.texinfo (Set Breaks): Mention that multiple location
5679 breakpoints need line number info. Add index entries.
5680
31fffb02
CS
56812008-04-19 Craig Silverstein <csilvers@google.com>
5682
5683 * gdb.texinfo (Requirements): Add an optional requirement on
5684 zlib.
5685 * gdbint.texinfo (Debugging File Formats): Add new subsection for
5686 Compressed DWARF 2.
5687
a47ec5fe
AR
56882008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
5689
5690 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
5691 sample output for 'stopped,reason="breakpoint-hit"' message.
5692 (GDB/MI Program Execution): Likewise.
5693
de051565
MK
56942008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
5695
5ae4183a 5696 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
5697 -var-set-format. Add -f option to -var-evaluate-expression.
5698
6ba66d6a
JB
56992008-04-03 Joel Brobecker <brobecker@adacore.com>
5700
5701 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
5702 new node "Ambiguous Expressions". Replace references to this
5703 node by references to "Ambiguous Expressions" throughout.
5704 (Ambiguous Expressions): New node.
5705
1e26b4f8
DJ
57062008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
5707
5708 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
5709
b84876c2
PA
57102008-03-21 Pedro Alves <pedro@codesourcery.com>
5711
5712 * gdb.texinfo (Debugging Output): Document
5713 "set/show debug lin-lwp-async".
5714 (Maintenance Commands): Document "maint set/show linux-async".
5715
63092375
DJ
57162008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5717
5718 * gdb.texinfo (Expressions): Update description of malloced arrays.
5719
8e8901c5
VP
57202008-03-15 Vladimir Prus <vladimir@codesourcery.com>
5721
5722 * gdb.texinfo (Thread Commands): Document
5723 -thread-info. Remove -thread-list-all-threads.
5724
1fddbabb
PA
57252008-03-14 Pedro Alves <pedro@codesourcery.com>
5726 Sandra Loosemore <sandra@codesourcery.com>
5727
5728 * gdb.texinfo (Library List Format): Update to mention the
5729 possibility to pass section addresses instead of segment
5730 addresses.
5731
ccd213ac
DJ
57322008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
5733
5734 * gdb.texinfo (Starting): Document "set exec-wrapper".
5735 (Server): Document gdbserver --wrapper.
5736
fa4727a6
DJ
57372008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
5738
5739 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
5740 unreadable memory. Delete obsolete SPARClite reference.
5741
8edfe269
DJ
57422008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
5743
5744 * gdb.texinfo (Starting): Mention always-running targets.
5745 (Target Commands): Add an anchor for load.
5746 (Connecting): Explain continue instead of run.
5747
1843f87b
DJ
57482008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
5749
5750 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
5751
f9082629
NR
57522008-02-26 Nick Roberts <nickrob@snap.net.nz>
5753
5754 * gdb.texinfo (Set Breaks): Revert description of Enb column of
5755 breakpoint table.
5756
fd96d250
PA
57572008-02-19 Pedro Alves <pedro@codesourcery.com>
5758
5759 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
5760 killing the inferior when it is already debugging a process.
5761
36af4ef6
MD
57622008-02-13 Markus Deuling <deuling@de.ibm.com>
5763
5764 * gdbint.texinfo (Build Script): New section. Mention new build script
5765 gdb_buildall.sh.
5766
cda4ce5a
JB
57672008-02-01 Jim Blandy <jimb@red-bean.com>
5768
5769 * gdb.texinfo (Help): Summarize 'info args' correctly.
5770
4acd40f3
TJB
57712008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5772
5773 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
5774 available in PowerPC architecture.
5775 (Embedded Processors): Change node name of PowerPC item in menu.
5776 (PowerPC): Rename to...
5777 (PowerPC Embedded): this.
5778 (Architectures): Add new PowerPC item in menu.
5779 (PowerPC): New node.
5780
6e6c6f50
DJ
57812008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
5782
5783 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
5784 commands.
5785
5ee187d7
DJ
57862008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
5787
5788 * gdb.texinfo (Setting Catchpoints): Mention features
5789 supported on GNU/Linux.
5790
e275c0d9
NR
57912008-01-30 Nick Roberts <nickrob@snap.net.nz>
5792
5793 * gdb.texinfo (GDB/MI File Commands): Describe new output
5794 field for MI command -file-list-exec-source-file.
5795
2d717e4f
DJ
57962008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5797
5798 * gdb.texinfo (Using the `gdbserver' Program): Add security
5799 warning. Rearrange into subsections and subsubsections. Document
5800 --multi and --debug. Correct --with-sysroot typo. Update --attach
5801 usage. Make load reference clearer. Document monitor exit.
5802 (Remote Configuration): Document set remote exec-file, attach-packet,
5803 and run-packet.
5804 (Packets): Document vAttach and vRun.
5805
d35a4257 58062008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
5807
5808 * gdb.texinfo (Processes): Mention process command.
889bf7c5 5809 detach-on-follow -> detach-on-fork.
f663676d 5810
c78d192c
DJ
58112008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5812
5813 * gdbint.texinfo (Native Conditionals): Remove
5814 SHELL_COMMAND_CONCAT and SHELL_FILE.
5815
d35a4257
EZ
58162008-01-26 Eli Zaretskii <eliz@gnu.org>
5817
5818 * gdb.texinfo (Specify Location): Improve wording.
5819
93815fbf
VP
58202008-01-23 Chris Demetriou <cgd@google.com>
5821
5822 * gdb.texinfo (Threads): Document new "set print thread-events"
5823 and "show print thread-events" commands.
5824
2a25a5ba
EZ
58252008-01-19 Eli Zaretskii <eliz@gnu.org>
5826
5827 * gdb.texinfo (Specify Location): New section.
5828 (Delete Breaks, Edit, Set Breaks): Remove description of
5829 locations. Instead, add a reference to "Specify Location".
5830 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
5831 (Symbols): Refer to "Specify Location" for the valid forms of
5832 linespecs and locations.
5833
32c9a795
MD
58342008-01-18 Markus Deuling <deuling@de.ibm.com>
5835
5836 * gdbint.texinfo (Target Conditionals): Replace the description of
5837 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
5838
b17828ca
JB
58392008-01-12 Paul Hilfinger <hilfinger@adacore.com>
5840
5841 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
5842 about &&var, which is rejected by the expression parser.
5843
0aea4bf3
LM
58442008-01-09 Luis Machado <luisgpm@br.ibm.com>
5845
5846 * gdb.texinfo (Output): Update documentation on using printf with DFP
5847 types.
5848
febe4383
TJB
58492008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
5850
5851 * gdb.texinfo (C and C++): Add Decimal Floating Point format
5852 subsubsection.
5853 (Decimal Floating Point format): New subsubsection.
5854
7a404eba
PA
58552008-01-05 Pedro Alves <pedro@codesourcery.com>
5856
5857 * gdb.texinfo (File Options): Remove mention of the attempt to
5858 open a core file with the -p option. Don't list -c as a valid
5859 option to attach to a process.
5860
a4d9b460
PA
58612008-01-05 Pedro Alves <pedro@codesourcery.com>
5862
5863 * gdbint.texinfo (Host Conditionals): Remove mention of
5864 ALIGN_STACK_ON_ENTRY.
5865
6ec2edbe
JB
58662008-01-05 Joel Brobecker <brobecker@adacore.com>
5867
5868 * gdbint.texinfo (Start of New Year Procedure): Add item
5869 describing how to update the source and documentation copyright
5870 notices.
5871
d8b2a693
JB
58722007-12-18 Jim Blandy <jimb@codesourcery.com>
5873
ab209b3a 5874 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
5875 watchpoint explanation into the main description of the watchpoint
5876 command; update synopses of 'watch', 'rwatch', and 'awatch'
5877 commands.
5878
8b4ed427
VP
58792007-12-18 Vladimir Prus <vladimir@codesourcery.com>
5880
5881 * gdb.texinfo (Miscellaneous gdb/mi Commands):
5882 Document 'pending-breakpoints' feature of
5883 -list-features.
5884
37e4754d
LM
58852007-12-17 Luis Machado <luisgpm@br.ibm.com>
5886
669fac23 5887 * gdb.texinfo: Add new parameter's description.
37e4754d 5888
1d3811f6
DJ
58892007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
5890
5891 * gdb.texinfo (Overview): Clarify run-length encoding
5892 example. Remove the restriction on "+" and "-" characters.
5893
c1c25a1a
EZ
58942007-12-15 Eli Zaretskii <eliz@gnu.org>
5895
5896 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
5897
afe8ab22 58982007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 5899
afe8ab22
VP
5900 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
5901 the -f option for -break-insert, remove -r option,
5902 and clarify specification of location.
5903
a6b151f1
DJ
59042007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
5905
5906 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
5907 formatting.
5908 (Remote Debugging): Add File Transfer section.
5909 (Remote Configuration): Document Host I/O packets.
5910 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 5911 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
5912 (Packets): Add vFile.
5913
3b784c4f
EZ
59142007-11-17 Eli Zaretskii <eliz@gnu.org>
5915
5916 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
5917 breakpoints with multiple locations.
5918 (Breakpoint Menus): Improve wording.
5919 (Output): Fix last change.
5920
a4ce5b0d
UW
59212007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
5922
5923 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
5924
1b39d5c0
DE
59252007-11-15 Doug Evans <dje@google.com>
5926
5927 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
5928
7a72d44c
VP
59292007-11-15 Vladimir Prus <vladimir@codesourcery.com>
5930
5931 * gdbint.texinfo (Native Conditionals): Remove
5932 mention of CLEAR_SOLIB.
5ae4183a 5933
6d1829bf 59342007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
5935
5936 * gdb.texinfo (Print Settings): Add documentation for "set/show
5937 print frame-arguments".
5938
1a619819
LM
59392007-11-05 Luis Machado <luisgpm@br.ibm.com>
5940
3b784c4f 5941 * gdb.texinfo (Output): Update printf command's description.
1a619819 5942
55eddb0f
DJ
59432007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
5944
5945 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
5946 powerpc soft-float".
5947
9cceb671
DJ
59482007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5949
5950 * gdb.texinfo (Files): Correct formatting. Mention Expat
5951 requirement.
5952 (Requirements for Building GDB): Expand the list of Expat
5953 uses.
5954 (Library List Format, Memory Map Format): Mention Expat.
5955 (Target Descriptions): Update Expat wording.
5956
83acabca
DJ
59572007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5958
5959 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
5960 Document that gdbarch_convert_register_p should return zero for no-op
5961 conversions.
5962
e35879db
UW
59632007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
5964
83acabca 5965 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
5966 of set_gdbarch_sofun_address_maybe_missing back to ...
5967 (Target Conditionals): ... here to fix build break.
5968
203c3895
UW
59692007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
5970
83acabca 5971 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
5972 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
5973 (Compiler Characteristics): ... documentation of
5974 set_gdbarch_sofun_address_maybe_missing.
5975
11411de3
DJ
59762007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
5977
5978 * gdbint.texinfo (Target Conditionals): Use
5979 frame_unwind_register_unsigned in examples instead of
5980 frame_unwind_unsigned_register.
5981
7cc46491
DJ
59822007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
5983
5984 * gdb.texinfo (Predefined Target Types): Add int128
5985 and uint128.
5986 (Standard Target Features): Add PowerPC features.
5987
81adfced
DJ
59882007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
5989
5990 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
5991
c1874924
UW
59922007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
5993
5994 * gdbint.texi (Target Conditionals): Remove documentation
5995 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
5996 gdbarch_extract_return_value, and gdbarch_store_return_value.
5997
f6e56ab3
UW
59982007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
5999
6000 * gdbint.texi (Target Conditionals): Remove documentation of
6001 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
6002
56cf5405
KH
60032007-10-11 Kazu Hirata <kazu@codesourcery.com>
6004
6005 * gdb.texinfo: Mention that inaccessible-by-default is on by
6006 default.
6007
35156bae
DJ
60082007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
6009
6010 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
6011
d983da9c
DJ
60122007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
6013
6014 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
6015 multi-threaded watchpoints.
6016 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
6017 checked. Describe sticky notification. Expand description
6018 of steppable and continuable watchpoints.
6019 (Watchpoints and Threads): New subsection.
6020
fe6fbf8b
VP
60212007-09-28 Vladimir Prus <vladimir@codesourcery.com>
6022
6023 * gdb.texinfo (Setting Breakpoints): Revise
6024 documentation for pending breakpoints. Document
6025 breakpoints with multiple locations.
5ae4183a 6026
084344da
VP
60272007-09-19 Vladimir Prus <vladimir@codesourcery.com>
6028
6029 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6030 Document -list-features.
5ae4183a 6031
82160952
EZ
60322007-09-15 Eli Zaretskii <eliz@gnu.org>
6033
6034 * gdb.texinfo (Output): Spell out which features of C's printf are
6035 not supported by GDB's printf.
7e27a47a
EZ
6036 (Separate Debug Files): More accurate wording regarding build ID
6037 and a reference to the ld manual rather than the Fedora wiki.
82160952 6038
ea37ba09
DJ
60392007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6040 Jim Blandy <jimb@codesourcery.com>
6041
6042 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
6043 (Examining Memory): Update mentions of the 's' format.
6044 (Automatic Display): Likewise.
6045
b8533aec
DJ
60462007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
6047
6048 * gdb.texinfo: Update the FSF's Back-Cover Text.
6049
83f83d7f
JK
60502007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6051 Eli Zaretskii <eliz@gnu.org>
6052
6053 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
6054 Fixed the ``build ID'' name. New binaries build instructions for the
6055 build ID inclusion. Explain how the commands are specific to the build
6056 ID vs. debug link.
6057
c7e83d54
EZ
60582007-09-01 Eli Zaretskii <eliz@gnu.org>
6059
6060 * gdb.texinfo (Separate Debug Files): Fix last change. Add
6061 indexing for ``build ID'' support.
6062
d3750b24
JK
60632007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6064
6065 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
6066 Enlisted BUILD ID to the debug file searching example.
6067 Included a BUILD ID `.note.gnu.build-id' section description.
6068 Updated/added the debug files splitting instructions for OBJCOPY.
6069
02142340
VP
60702007-08-31 Vladimir Prus <vladimir@codesourcery.com>
6071
6072 * gdb.texinfo (Variable Objects): Adjust docs
6073 for -var-info-expression and document
6074 -var-info-path-expression.
6075
d3bdde98
JB
60762007-08-20 Jim Blandy <jimb@codesourcery.com>
6077
3fb6a982
JB
6078 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
6079 (title page): Include the dedication in the printed manual, as a
6080 separate page after the copyright notice.
5ae4183a 6081
d3bdde98
JB
6082 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
6083 don't break a @var across a line.
6084
c80a96a8
MR
60852007-07-25 Maciej W. Rozycki <macro@mips.com>
6086
6087 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
6088 for include files.
6089
5824a901
NR
60902007-07-12 Nick Roberts <nickrob@snap.net.nz>
6091
6092 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
6093 in annotate.texinfo.
6094 (Command History): Link to new node.
5824a901 6095
d52e7ea3
UW
60962007-07-05 Markus Deuling <deuling@de.ibm.com>
6097
6098 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
6099
5fc14d0a
EZ
61002007-07-05 Eli Zaretskii <eliz@gnu.org>
6101
6102 * gdbint.texinfo (Target Conditionals): Fix last change.
6103
4a9bb1df
UW
61042007-07-03 Markus Deuling <deuling@de.ibm.com>
6105
6106 * gdb.texinfo: Replace following macros by their appropriate gdbarch
6107 routines:
6108 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
6109 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
6110 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
6111 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
6112 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
6113 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
6114 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
6115 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
6116 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
6117 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
6118 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
6119 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
6120 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
6121 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
6122 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
6123 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
6124 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
6125 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
6126 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
6127 (SOFTWARE_SINGLE_STEP_P)
6128
6129 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
6130 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
6131
6132 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
6133 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
6134 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
6135 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
6136 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
6137 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
6138 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
6139 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
6140 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
6141 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
6142
6143 (Converting an existing Target Architecture to Multi-arch): Remove
6144 section.
6145
6146 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
6147 (gdbarch_addr_bits_remove): Add code example.
6148
6149 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
6150
cfa9d6d9
DJ
61512007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
6152
6153 * gdb.texinfo (Remote Configuration): Document library-info-packet.
6154 Add other missing entries. Adjust the table size to fit.
6155 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
6156 stop reasons including the new "library" event.
6157 (General Query Packets): Adjust table widths for qSupported. Mention
6158 qXfer:libraries:read reply to qSupported and document the new packet.
6159 (Library List Format): New section.
6160
159fcc13
JK
61612007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6162
6163 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
6164
f66d1690
MS
61652007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
6166
6167 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
6168
67102876
NR
61692007-06-25 Nick Roberts <nickrob@snap.net.nz>
6170
6171 * gdbint.texinfo (Register and Memory Data): Break sections
6172 into nodes and add a menu.
6173
a4642986
MR
61742007-06-21 Maciej W. Rozycki <macro@mips.com>
6175
6176 * gdb.texinfo (Examining Memory): Document the new behaviour.
6177
e9c17194
VP
61782007-06-21 Vladimir Prus <vladimir@codesourcery.com>
6179
6180 * gdb.texinfo (Standard Target Features): Document
6181 m68k features.
6182
31d99776
DJ
61832007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
6184
6185 * gdb.texinfo (General Query Packets): Document qOffsets changes.
6186
1780a0ed
DJ
61872007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6188
6189 * gdb.texinfo (Target Description Format): Add version attribute
6190 for <target>.
6191
822b6570
DJ
61922007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6193
6194 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
6195
f8b73d13
DJ
61962007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6197
6198 * gdb.texinfo (MIPS Features): New subsection.
6199
0e7f50da
UW
62002007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6201 Markus Deuling <deuling@de.ibm.com>
6202
6203 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
6204 and qXfer:spu:write packets and mention them under qSupported.
6205
23d964e7
UW
62062007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6207 Markus Deuling <deuling@de.ibm.com>
6208
6209 * gdb.texinfo (Architectures): Add new SPU section to document
6210 Cell Broadband Engine SPU architecture specific commands.
6211
9f708cb2
VP
62122007-06-09 Vladimir Prus <vladimir@codesourcery.com>
6213
6214 * gdb.texinfo (GDB/MI Variable Objects): Editorial
6215 comments.
6216
7579b5f8
NR
62172007-06-07 Nick Roberts <nickrob@snap.net.nz>
6218
6219 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
6220
bf06d120
JB
62212007-05-29 Jim Blandy <jimb@codesourcery.com>
6222
6223 * gdb.texinfo (Overview): Doc fix.
6224
23776285
MR
62252007-05-22 Maciej W. Rozycki <macro@mips.com>
6226
6227 * gdb.texinfo (Remote Configuration): Document "set/show
6228 remoteflow".
6229
1a69e1e4
DJ
62302007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
6231
bf06d120
JB
6232 * gdb.texinfo (MIPS): Remove documentation for set mips
6233 saved-gpreg-size, show mips saved-gpreg-size, and set mips
6234 stack-arg-size.
1a69e1e4 6235
46ba6afa 62362007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6237
46ba6afa
BW
6238 * all-cfg.texi (GDBTUI): New.
6239 * gdb.texinfo (Mode Options): Use GDBTUI variable.
6240 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
6241 (TUI Configuration): Edit to improve clarity and fix problems of
6242 both style and content.
5ae4183a 6243
06d3b283
UW
62442007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
6245
6246 * observer.texi (GDB Observers): New observer "new_objfile".
6247
179101d6
UW
62482007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
6249
6250 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
6251
25d5ea92
VP
62522007-04-14 Vladimir Prus <vladimir@codesourcery.com>
6253
6254 * gdb.texinfo (GDB/MI Variable Objects): Document
6255 frozen variables objects.
5ae4183a 6256
ea35711c
DJ
62572007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
6258
6259 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
6260 (Character Sets, Caching Data of Remote Targets): Likewise.
6261 (Targets): Delete Remote node. Move its text...
6262 (Debugging Remote Programs): ...to here. Delete description
6263 of the "remote" command.
6264 (Remote configuration): Delete description of "set remotedevice"
6265 and "show remotedevice".
6266 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
6267
db2e3e2e
BW
62682007-04-11 Bob Wilson <bob.wilson@acm.org>
6269
5ae4183a
AS
6270 * gdb.texinfo (Contributors, Continuing and Stepping)
6271 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
6272 (General Query Packets, File-I/O Remote Protocol Extension)
6273 (Protocol Basics, The F Reply Packet, Write)
6274 (Protocol-specific Representation of Datatypes, Memory Transfer):
6275 Fix hyphenation, punctuation and grammar problems.
6276 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
6277 'section' instead of 'subsection' in the text.
6278 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
6279 (i386): Remove period from section name.
db2e3e2e
BW
6280 (Installing GDB, Requirements, Running Configure, Separate Objdir)
6281 (Config Names, Configure Options): Use @file{configure}.
6282
8a3dae3e
DJ
62832007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
6284
6285 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
6286 and tab expansion.
6287
1a92f856
DJ
62882007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
6289
6290 * gdbint.texinfo (SOM): Correct location of the SOM reader.
6291
79a6e687 62922007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6293
79a6e687
BW
6294 * gdb.texinfo: Consistently capitalize all significant words in
6295 node names, chapter titles, section titles, and headings. Update
6296 cross references to match.
6297 (Starting and Stopping Trace Experiment): Make node name plural.
6298 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 6299
ad527d2e
PA
63002007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
6301
6302 * gdb.texinfo (WinCE): Delete obsolete subsection.
6303
7ce59000
DJ
63042007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6305
6306 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
6307 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
6308 references.
6309
8807d78b
DJ
63102007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6311
6312 * gdb.texinfo (Startup): Delete references to some alternate
6313 names for .gdbinit.
6314 (Thread): Remove LynxOS reference.
6315 (Tandem ST2000): Delete target-specific documentation.
6316 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
6317 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
6318 and GDB_OSABI_LYNXOS.
6319
5f402660
UW
63202007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
6321
6322 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
6323
bac718a6
UW
63242007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
6325
6326 * gdbint.texinfo (Target Conditionals): Remove mention of
6327 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
6328 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
6329
9453113a
DJ
63302007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
6331
6332 * Makefile.in: Add "pdfdir" installation
6333 directory, PDFTEX macro, support for "install-pdf" target,
6334 and rules for making a pdf version of refcard.texi.
6335 * refcard.tex: Specify paper size for PDF output.
6336
ae21e955 63372007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6338
ae21e955 6339 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 6340
3f94c067 63412007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6342
3f94c067
BW
6343 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
6344 (Source Path, Character Sets, Macros, Define)
6345 (GDB/MI Result Records, GDB/MI Simple Examples)
6346 (GDB/MI Program Execution, GDB/MI File Commands)
6347 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
6348 (Bug Reporting): Use @value{GCC}.
5ae4183a 6349
12c27660 63502007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6351
12c27660
BW
6352 * gdb.texinfo (Help): Fix formatting of examples.
6353 (Variables): Use @ifnotinfo instead of @iftex.
6354 (Non-debug DLL symbols): Use @ref instead of @pxref.
6355 (Sparclet File): Use @samp instead of quotes.
5ae4183a 6356
ce9341a1
BW
63572007-03-26 Bob Wilson <bob.wilson@acm.org>
6358
6359 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
6360
c8f4133a
BW
63612007-03-26 Bob Wilson <bob.wilson@acm.org>
6362
6363 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
6364 the order of the nodes.
6365 (C Operators, C Constants, Debugging C): Remove extra menus.
6366 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 6367
c8f4133a 63682007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
6369
6370 * gdb.texinfo (File Options): Add missing parenthesis.
6371 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
6372
c74d0ad8
DJ
63732007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6374
6375 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
6376
ff6f572f
DJ
63772007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6378
669fac23 6379 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
6380 case insensitivity.
6381 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
6382
994337c3
NR
63832007-02-18 Nick Roberts <nickrob@snap.net.nz>
6384
6385 * gdb.texinfo (Top): Put Appendix A after numbered sections.
6386 (Files): Add section name to argument list for pxref.
6387 (Non-debug DLL symbols): Don't use `see' for pxref.
6388 (Embedded Processors): Fix typo.
6389 (GDB/MI Breakpoint Commands): Execution commands generate
6390 *stopped not ^done.
6391
eb819d70
NR
63922007-02-13 Nick Roberts <nickrob@snap.net.nz>
6393
6394 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
6395 values for in_scope. Mention that only root variables can be
6396 updated.
6397 (GDB/MI Development and Front Ends): Explain new values may be
6398 added to existing fields.
6399
123dc839
DJ
64002007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6401
6402 * gdb.texinfo (-target-disconnect): Use @smallexample.
6403 (Requirements): Add anchor for Expat. Update description.
6404 (Target Descriptions): Mention Expat.
6405 (Target Description Format): Document new elements. Use
6406 @smallexample.
6407 (Predefined Target Types, Standard Target Features): New sections.
669fac23 6408 * gdbint.texinfo (Target Descriptions): New section.
123dc839 6409
108546a0
DJ
64102007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
6411
6412 * gdb.texinfo (Target Description Format): Add section on XInclude.
6413
95a98c01
NR
64142006-02-03 Nick Roberts <nickrob@snap.net.nz>
6415
6416 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
6417 command -enable-timings.
6418
f4b3909f
EZ
64192007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
6420
5ae4183a 6421 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
6422 descriptions for new/deleted elements in gdb_osabi. Add missing
6423 description for function generic_elf_osabi_sniff_abi_tag_sections.
6424
c7ba131e
JB
64252007-01-29 Joel Brobecker <brobecker@adacore.com>
6426
6427 * gdb.texinfo (Maintenance Commands): Add documentation for
6428 the new "maint print target-stack" command.
6429
3a60f64e
JK
64302007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6431 Eli Zaretskii <eliz@gnu.org>
6432
f4b3909f 6433 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 6434
c582f8b6
EZ
64352007-01-26 Eli Zaretskii <eliz@gnu.org>
6436
6437 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
6438 Use @value{NGCC} instead of @value{GCC}.
6439
d3e8051b
EZ
64402007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
6441
6442 * agentexpr.texi: Fix typos.
6443 * annotate.texinfo: Likewise.
6444 * gdb.texinfo: Likewise.
6445 * gdbint.texinfo: Likewise.
6446 * observer.texi: Likewise.
6447 * stabs.texinfo: Likewise.
6448
86f04699
EZ
64492007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
6450
6451 * gdbint.texinfo (Support Libraries): Remove mmalloc
6452 entry. Describe readline library.
6453
23181151
DJ
64542007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
6455
6456 * gdb.texinfo (Target Descriptions): New section.
6457 (General Query Packets): Add QPassSignals anchor. Mention
6458 qXfer:features:read under qSupported. Expand mentions of
6459 qXfer:memory-map:read and QPassSignals. Document
6460 qXfer:features:read.
6461
f822c95b
DJ
64622007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
6463
6464 * gdb.texinfo (Commands to specify files): Describe
6465 "set sysroot" and "show sysroot".
6466 (Using the `gdbserver' program): Lowercase argument
6467 to @var. Expand description of setting up GDB on the
6468 host.
6469
8936fcda
JB
64702007-01-05 Joel Brobecker <brobecker@adacore.com>
6471
6472 * gdb.texinfo (Set Catchpoints): Add documentation for the new
6473 catch exception, catch exception unhandled, and catch assert
6474 commands.
6475
e776119f
DJ
64762007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6477
6478 * gdb.texinfo (Debugging Output): Document "set debug xml"
6479 and "show debug xml".
6480
aa79a185
DJ
64812007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6482
6483 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
6484
7f893741
JB
64852007-01-01 Joel Brobecker <brobecker@adacore.com>
6486
6487 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
6488
a1b5960f
VP
64892006-12-08 Vladimir Prus <vladimir@codesourcery.com>
6490
6491 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
6492 note in @ignore, to be removed later if nobody complains.
6493
9f470e6e
NR
64942006-12-04 Nick Roberts <nickrob@snap.net.nz>
6495
6496 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
6497 of -var-delete.
6498
765dc015 64992006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 6500
765dc015 6501 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
6502 automatic software/hardware breakpoint usage and
6503 the "set breakpoint auto-hw" command.
765dc015 6504
4b5752d0
VP
65052006-11-21 Vladimir Prus <vladimir@codesourcery.com>
6506
6507 * gdb.texinfo (Memory Access Checking): New.
6508
89be2091
DJ
65092006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
6510
6511 * gdb.texinfo (Remote configuration): Mention
6512 "pass-signals-packet".
6513 (General Query Packets): Document QPassSignals. Fix
6514 a typo.
6515
ca3bf3bd
DJ
65162006-11-14 Maxim Grigoriev <maxim@tensilica.com>
6517
6518 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
6519
427c3a89
DJ
65202006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
6521
6522 * gdb.texinfo (Remote configuration): Rewrite documentation for
6523 packet configuration commands.
6524 (OS Information): Adjust reference to qXfer:auxv:read.
6525 (General Query Packets): Remove references to read-aux-vector-packet
6526 and set remote get-thread-local-storage-address.
6527
7a107747
DJ
65282006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
6529
6530 * gdbint.texinfo (Target Architecture Definition): Add new
6531 Initializing a New Architecture section.
6532
1c56eb0e
EZ
65332006-10-31 David Taylor <dtaylor@emc.com>
6534
6535 * stabs.texinfo (Macro define and undefine): New node describing
6536 stabs for #define and #undef.
6537
f73adfeb
AS
65382006-10-27 Andreas Schwab <schwab@suse.de>
6539
6540 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
6541
fd60e0df
EZ
65422006-10-21 Eli Zaretskii <eliz@gnu.org>
6543
6544 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
6545 clarify on the possible meanings of ``expression'' watched by
6546 watchpoints. Add indexing.
e5ac9b53
EZ
6547 (Prompting, Errors, Invalidation, Annotations for Running)
6548 (Source Annotations): Fix index entries by adding "annotation" to
6549 them, to discriminate from index entries that point to the more
6550 general topic descriptions.
fd60e0df 6551
52bb452f
DJ
65522006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6553
6554 * gdbint.texinfo (Target Vector Definition): Move most
6555 content into Existing Targets. Add a menu.
6556 (Existing Targets): New section, moved from Target Vector
6557 Definition. Use @subsection.
6558 (Managing Execution State): New section.
6559
58955e58
BW
65602006-10-16 Bob Wilson <bob.wilson@acm.org>
6561
6562 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
6563
c8aa23ab
EZ
65642006-10-15 Eli Zaretskii <eliz@gnu.org>
6565
6566 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
6567 (Command Syntax, Signals, Backtrace, Connecting)
6568 (Remote configuration, Renesas Boards, Console I/O): Fix last
6569 change: use Ctrl- instead of C-, except wrt Emacs.
6570 (File-I/O Examples): Put Ctrl-c in @kbd.
6571 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
6572 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
6573 (Signals, Set Breaks, Set Watchpoints): Document optional
6574 arguments to `info signals' `handle', `info breakpoints', and
6575 `info watchpoints'.
c8aa23ab 6576
e7109c7e
EZ
65772006-10-14 Eli Zaretskii <eliz@gnu.org>
6578
6579 * gdb.texinfo (Backtrace): Fix last change.
6580
de3aea7b
NR
65812006-10-14 Nick Roberts <nickrob@snap.net.nz>
6582
6583 * gdb.texinfo (Backtrace): Order correctly and add other cases.
6584
7f9087cb
BW
65852006-10-10 Bob Wilson <bob.wilson@acm.org>
6586
c8aa23ab
EZ
6587 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
6588 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
6589 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 6590
68437a39
DJ
65912006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6592 Daniel Jacobowitz <dan@codesourcery.com>
6593
6594 * gdb.texinfo (Packets): Document vFlashErase,
6595 vFlashWrite and vFlashDone packets.
6596 (General Query Packets): Document qXfer:memory-map:read.
6597 Add a new feature for qXfer:memory-map:read.
6598 (Memory map format): New section.
6599 (Target Commands): Mention that gdb can write flash.
6600
fd79ecee
DJ
66012006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6602 Daniel Jacobowitz <dan@codesourcery.com>
6603
6604 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
6605 memory regions and "mem auto".
6606
350da6ee
DJ
66072006-09-21 Nathan Sidwell <nathan@codesourcery.com>
6608
6609 * gdbint.texinfo (Array Containers): New section.
6610
2f1acb09
VP
66112006-09-17 Vladimir Prus <vladimir@codesourcery.com>
6612
6613 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
6614 -stack-list-arguments HIGH_FRAME argument can be larger then the
6615 actual number of frames.
6616
2ab1eb7a
VP
66172006-09-07 Vladimir Prus <vladimir@codesourcery.com>
6618
6619 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
6620 -stack-list-locals HIGH_FRAME argument can be larger then the
6621 actual number of frames.
2ab1eb7a 6622
599b237a
BW
66232006-09-02 Bob Wilson <bob.wilson@acm.org>
6624
6625 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
6626 Register Packet Format, Tracepoint Packets): Fix spelling errors.
6627
25ab7e6d
EZ
66282006-09-02 Eli Zaretskii <eliz@gnu.org>
6629
6630 * gdbint.texinfo (Overall Structure): New section "Source Tree
6631 Structure".
6632
940178d3
JB
66332006-08-17 Jim Blandy <jimb@codesourcery.com>
6634
6635 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
6636 responses.
6637
30daae6c
JB
66382006-08-08 Joel Brobecker <brobecker@adacore.com>
6639
6640 * gdb.texinfo (Source Path): Add documentation for new
6641 substitute-path commands.
6642
7fa2210b
DJ
66432006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
6644
6645 * gdb.texinfo (Installing GDB): Update menu. Move text to...
6646 (Running Configure): ...here.
6647 (Requirements): New node. Mention expat.
6648
3d00d119
DJ
66492006-08-08 Vladimir Prus <vladimir@codesourcery.com>
6650
5ae4183a 6651 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
6652 'set download-write-size' and 'show download-write-size'.
6653
0cbfa4ee
DJ
66542006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
6655
6656 * stabs.texinfo (Member Type Descriptor): Correct example for
6657 pointer to member types.
6658
16026cd7
AS
66592006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
6660
6661 * gdb.texinfo (Optional warnings and messages): Add
6662 'set/show trace-commands'.
6663 (Command files): Add '-v' to source command.
6664
0876f84a
DJ
66652006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
6666
6667 * gdb.texinfo (OS Information): Update qPart reference to
6668 qXfer.
6669 (Remote configuration): Likewise.
6670 (Overview): Move @cindex to the start of a paragraph. Talk
6671 about binary data encoding.
6672 (Packets): Refer to the overview for the details of the X
6673 packet encoding.
6674 (General Query Packets): Remove qPart description. Add qXfer
6675 description. Add an anchor to qSupported. Correct feature
6676 table title. Add a new feature for qXfer:auxv:read.
6677 (Interrupts): Add a missing parenthesis.
6678
2ec3381a
DJ
66792006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
6680
669fac23 6681 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
6682 (GDB/MI Kod Commands): Remove commented out node.
6683
594fe323
EZ
66842006-07-01 Eli Zaretskii <eliz@gnu.org>
6685
6686 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
6687 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
6688 (GDB/MI Thread Commands, GDB/MI Program Execution)
6689 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
6690 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
6691 (GDB/MI File Commands, GDB/MI Target Manipulation)
6692 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
6693 since the MI prompt is hard-wired into the code.
6694
7e3fb70c
NR
66952006-07-01 Nick Roberts <nickrob@snap.net.nz>
6696
6697 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
6698 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
6699 (GDB/MI Data Manipulation): Remove description of unimplemented
6700 display related commands as variable objects perform this function
6701 and are superior: -display-delete, -display-disable,
6702 -display-enable, -display-insert and -display-list. Move
6703 -environment-cd, -environment-directory, -environment-path
6704 and -environment-pwd to "Program Context".
6705 (GDB/MI Program Control): Rename to "Program Execution". Move
6706 -exec-arguments -exec-abort to...
6707 (GDB/MI Program Context): ...here. New node split from "Data
6708 Manipulation".
6709
be2a5f71
DJ
67102006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
6711
6712 * gdb.texinfo (Remote configuration): Document set / show
6713 remote supported-packets.
6714 (General Query Packets): Document qSupported packet.
6715
fc320d37
SL
67162006-06-10 Sandra Loosemore <sandra@codesourcery.com>
6717
6718 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
6719 and font markup.
6720 (Protocol basics): Likewise.
6721 (The F request packet): Likewise.
6722 (The F reply packet): Likewise.
6723 (Memory transfer): Move this node to be a subsubsection of
6724 "Protocol specific representation of datatypes".
6725 (The Ctrl-C message): More copy editing.
6726 (Console I/O): Likewise.
6727 (The isatty call): Delete this node, and merge its content into
6728 the "isatty" node. Fixed references elsewhere.
6729 (The system call): Delete this node, and merge its content into
6730 the "system" node. Fixed references elsewhere.
6731 (open): Reformat to use @table, and add appropriate font markup.
6732 (close): Likewise.
6733 (read): Likewise.
6734 (write): Likewise.
6735 (lseek): Likewise.
6736 (rename): Likewise.
6737 (unlink): Likewise.
6738 (stat/fstat): Likewise.
6739 (gettimeofday): Likewise.
6740 (isatty): Likewise.
6741 (system): Likewise, plus minor changes to fix confusing wording.
6742 (Integral datatypes): Fix font markup.
6743 (Pointer values): Likewise.
6744 (struct stat): Fix markup to use @table, plus minor copy editing.
6745 (struct timeval): Fix font markup, plus minor copy editing.
6746 (Constants): Minor copy editing.
6747 (Errno values): Add font markup.
6748 (File-I/O Examples): Likewise.
6749
158fdf5c
NR
67502006-06-10 Nick Roberts <nickrob@snap.net.nz>
6751
6752 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
6753 (GDB/MI Simple Examples): Move node up one level. Use real
6754 examples.
6755 (GDB/MI Compatibility with CLI): Update.
6756 (GDB/MI Result Records): Add "connected" and "exit" result
6757 classes.
6758 (GDB/MI Stream Records): Clarify target output.
6759 (GDB/MI Command Description Format): Modify example description.
6760 (GDB/MI Breakpoint Table Commands): Rename to...
6761 (GDB/MI Breakpoint Commands): ...this
6762 (GDB/MI Breakpoint Commands): Add optional thread field.
6763 (GDB/MI Program Control): Add an introduction. Move "Program
6764 termination" examples into exec-run description.
6765 (GDB/MI File Commands): Mention similar CLI commands.
6766 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
6767 is similar to "-gdb-version".
6768
ddb50cd7
EZ
67692006-06-09 Eli Zaretskii <eliz@gnu.org>
6770
6771 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
6772
2aef0d6b
NR
67732006-06-02 Nick Roberts <nickrob@snap.net.nz>
6774
6775 * gdb.texinfo (GDB/MI Development and Front Ends): Use
6776 sourceware.org for mailing lists.
d5e40d59 6777 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 6778
383a5c52
NR
67792006-06-01 Nick Roberts <nickrob@snap.net.nz>
6780
d5e40d59 6781 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 6782
e16b02ee
EZ
67832006-05-22 Eli Zaretskii <eliz@gnu.org>
6784
6785 * gdb.texinfo (Cygwin Native): Fix last change.
6786
be90c084
CF
67872006-05-22 Christopher Faylor <cgf@timesys.com>
6788
6789 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
6790
347ceba5
NR
67912006-05-15 Nick Roberts <nickrob@snap.net.nz>
6792
6793 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
6794 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
6795
369af7bd
DJ
67962006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6797
6798 * gdb.texinfo (General Query Packets): Recommend not starting
6799 new packets with qC and clarify.
6800
2ffdbde8 68012006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
6802
6803 * gdb.texinfo (M2 Types): New section.
72019c9c 6804
16d1a084
DJ
68052006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
6806
6807 * agentexpr.texi: Add a copyright and license notice.
6808 * observer.texi: Likewise, with GPL clause for function prototypes.
6809 Remove trailing whitespace.
6810
aa56d27a
JB
68112006-05-05 Jim Blandy <jimb@codesourcery.com>
6812
6813 * gdb.texinfo (General Query Packets): Document conventions for
6814 terminating packet names, and their violations.
6815
5bdf8622
DJ
68162006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
6817
6818 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
6819 * gdb.texinfo: Likewise.
6820
605a56cb
DJ
68212006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
6822
6823 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
6824 and "show remotedebug".
6825 (Debugging Output): Add additional index entries.
6826
b8db102d
MS
68272006-04-27 Michael Snyder <msnyder@redhat.com>
6828
6829 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
6830
c5e30d01
AC
68312006-04-22 Andrew Cagney <cagney@redhat.com>
6832
6833 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
6834 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
6835
8181d85f
DJ
68362006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
6837
6838 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
6839 and remove breakpoint prototypes.
6840 (Watchpoints): Move description of target_insert_hw_breakpoint and
6841 target_remove_hw_breakpoint ...
6842 (Breakpoints): ... to here. Document target_insert_breakpoint and
6843 target_remove_breakpoint.
6844
4f553f88
JB
68452006-04-17 Jim Blandy <jimb@codesourcery.com>
6846
6847 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
6848 and C packets are optional.
6849
cd852561
FR
68502006-04-14 Frederic Riss <frederic.riss@st.com>
6851
6852 * gdb.texinfo (Specifying source directories): Update the description
6853 of the source file search to reflect the fact that the source path
6854 always contains at least $cdir and $cwd.
6855
b620eb07
MS
68562006-03-31 Michael Snyder <msnyder@redhat.com>
6857
6858 * gdb.texinfo: Update copyright dates.
6859
3156cdaf
EZ
68602006-03-31 Eli Zaretskii <eliz@gnu.org>
6861
6862 * gdb.texinfo (Overview): Add an index entry to "empty response".
6863
7d30c22d
JB
68642006-03-28 Jim Blandy <jimb@codesourcery.com>
6865
6866 * gdbint.texinfo (Prologue Analysis): New section.
6867
86941c27
JB
68682006-03-07 Jim Blandy <jimb@red-bean.com>
6869
66b8c7f6
JB
6870 * gdb.texinfo (Connecting): Document 'target remote pipe'.
6871
1a10341b
JB
6872 * gdb.texinfo (Target Commands): Update text describing how to
6873 specify a target. Refer to the detailed section on remote
6874 debugging, not the brief mention.
6875
86941c27
JB
6876 * gdb.texinfo (Connecting): Organize the different 'target remote'
6877 connection methods into a table. Add a 'target remote' index
6878 entry. (!!!)
6879
62f3a2ba
FF
68802006-02-17 Fred Fish <fnf@specifix.com>
6881
6882 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
6883 'ptype' commands to reflect the fact that the only significant
6884 difference between them is that ptype prints the complete type
6885 description instead of just the name.
6886
8b9a88ea
WZ
68872006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
6888
6889 * gdbint.texinfo (Watchpoints): Delete
6890 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
6891
7e8dc855
NR
68922006-02-10 Nick Roberts <nickrob@snap.net.nz>
6893
6894 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
6895 times fields where needed. Fix typos. Update general form given
6896 for output of -break-insert.
6897 (GDB/MI): Abbreviate some unnecessarily long fullnames.
6898
c91d38aa
DJ
68992006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
6900
6901 * gdbint.texinfo (Symbol Handling): Add a section
6902 on memory management.
6903
38fcd64c
DJ
69042006-02-06 Vladimir Prus <ghost@cs.msu.su>
6905
6906 * gdb.texinfo (Breakpoint table commands): Document the fullname
6907 field in -break-list output.
6908
219eec71
EZ
69092006-02-03 Eli Zaretskii <eliz@gnu.org>
6910
6911 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
6912 debugging information produced by the various "set debug..."
6913 options.
6914
ae5a43e0
DJ
69152006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6916
6917 * gdb.texinfo (Files): Remove obsolete bits from the description
6918 of "symbol-file".
6919
a9f158ec
JB
69202006-01-25 Jim Blandy <jimb@redhat.com>
6921
6922 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
6923
410dd08e
JB
69242006-01-24 Jim Blandy <jimb@redhat.com>
6925
6926 * gdbint.texinfo (Frames): Document the basics of GDB's register
6927 unwinding model, and explain the existence of the "sentinel" frame.
6928
4b505b12
AS
69292006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
6930
6931 * gdb.texinfo (Choosing files): Mention that -directory is used
6932 for script files.
6933 (Specifying source directories): Likewise.
6934 (Command files): Explain how script files are found.
6935
839c27b7
EZ
69362006-01-21 Eli Zaretskii <eliz@gnu.org>
6937
6938 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
6939 the threads in a multi-threaded program.
6940 (Threads): The threadno argument of "thread apply" can be a range
6941 of numbers.
6942
7be93b9e
JB
69432006-01-18 Jim Blandy <jimb@redhat.com>
6944
6945 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
6946 of warning flags.
6947
fcc73fe3
EZ
69482006-01-13 Eli Zaretskii <eliz@gnu.org>
6949
6950 * gdb.texinfo (Sequences): Improve menu annotations.
6951 (Define): Add index entries for arguments of user-defined
6952 commands. Move the description of flow-control commands...
6953 (Command Files): ...to here. Document loop_break and
6954 loop_continue.
ca91424e
EZ
6955 (Define, Command Files): Document `end' and add index entries for
6956 it.
fcc73fe3 6957
5c95884b
MS
69582006-01-04 Michael Snyder <msnyder@redhat.com>
6959
6960 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 6961 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 6962
860701dc
PH
69632006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
6964
6965 * gdb.texinfo (Omissions from Ada): Document that there is now
6966 limited aggregate support.
6967
36b80e65
EZ
69682005-12-28 Eli Zaretskii <eliz@gnu.org>
6969
6970 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
6971 registers and the likes.
6972
c1468174
EZ
69732005-12-24 Eli Zaretskii <eliz@gnu.org>
6974
6975 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
6976 (Symbols): Fix usage of "e.g.".
359df76b 6977 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
6978
6979 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
6980 (Coding): Fix usage of "e.g.".
6981
c02a867d
EZ
69822005-12-23 Eli Zaretskii <eliz@gnu.org>
6983
5ae4183a
AS
6984 * stabs.texinfo:
6985 * refcard.tex:
c02a867d 6986 * gpl.texi:
5ae4183a
AS
6987 * gdbint.texinfo:
6988 * gdb.texinfo:
6989 * gdb-cfg.texi:
c02a867d 6990 * fdl.texi:
5ae4183a
AS
6991 * annotate.texinfo:
6992 * all-cfg.texi:
c02a867d
EZ
6993 * Makefile.in: Add (C) after Copyright. Update the FSF
6994 address.
6995
fad38dfa
EZ
69962005-12-03 Eli Zaretskii <eliz@gnu.org>
6997
6998 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
6999 extend GDB with commands for external monitor.
7000
53e5f3cf
AS
70012005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
7002
7003 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
7004
55f6ca0f
JB
70052005-11-25 Joel Brobecker <brobecker@adacore.com>
7006
7007 * gdbint.texinfo (Start of New Year Procedure): New chapter.
7008
c1947b85
JB
70092005-11-21 Jim Blandy <jimb@redhat.com>
7010
7011 * gdb.texinfo (Tracepoint Packets): Document restrictions on
7012 placement of 'R' actions in tracepoint action packets; document
7013 dependence of 'X' and 'M' actions on a preceding 'R' action for
7014 their registers.
7015
9d29849a
JB
70162005-11-19 Jim Blandy <jimb@redhat.com>
7017
7018 * gdb.texinfo (Tracepoint Packets): New node.
7019 (General Query Packets): Add entries for the tracepoint packets,
7020 referring to the "Tracepoint Packets" node.
7021 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 7022
9a6253be
KB
70232005-11-18 Kevin Buettner <kevinb@redhat.com>
7024
7025 * gdb.texinfo (set remotebreak): Add anchor.
7026 (X packet): Likewise.
7027 (Remote Protocol): Add new section `Interrupts' and new index
7028 entry `interrupts (remote protocol)'.
7029
5f3bebba
JB
70302005-11-18 Jim Blandy <jimb@redhat.com>
7031
7032 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
7033 entries into the General Query Packets section. Add a
7034 cross-reference to that section. Drop description of replies, as
7035 these are covered in the descriptions of each packet.
7036 (General Query Packets): Add introductory text. Explain naming
7037 conventions, and how the end of a name is recognized.
7038
9a7a1b36
KB
70392005-11-17 Kevin Buettner <kevinb@redhat.com>
7040
0564b6cf 7041 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
7042 "set remotebreak" command.
7043
b8ff78ce
JB
70442005-11-16 Jim Blandy <jimb@redhat.com>
7045
7046 * gdb.texinfo (Packets, Stop Reply Packets)
7047 (General Query Packets): Various formatting cleanups.
7048 - Use @samp for packet contents.
7049 - Drop summaries from packet @item lines; the same information appears
7050 immediately below in the description.
7051 - Delete paragraph breaks after packet @item commands, so that the
7052 description appears directly to the right of the packet prototype
7053 in the printed manual, if it fits.
7054 - Place spaces in packet prototypes between @vars and non-@var
7055 letters, and explain that they're just for formatting.
7056 - Use @dots{} instead of '...'.
7057 - Fix uses of @code where @var was needed.
7058 - Replace "deprecated" markers with English text spelling out the
7059 packet's status and the preferred alternatives.
7060 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
7061 what this ever meant.
7062 - Remove "(draft)" markers on 'i' packets; nobody has commented on
7063 this for a long time.
7064 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
7065 implemented several times, and have been in use for years.
7066
8ffe2530
JB
70672005-11-15 Jim Blandy <jimb@redhat.com>
7068
c43c5473
JB
7069 * gdb.texinfo (Packets): Add index entries for 'm' packet
7070 disclaimers.
5ae4183a 7071
fb031cdf
JB
7072 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
7073 of stub when processing an 'm' packet.
7074
8ffe2530
JB
7075 * gdb.texinfo (Packets): Mention that packets beginning with
7076 letters are reserved once, at the top, instead of actually listing
7077 them all and saying "reserved".
7078
c03c782f
AS
70792005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
7080
7081 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
7082 Change @var{$arg0 to @code{$arg0.
7083
814e32d7
WZ
70842005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
7085
7086 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
7087
fa93a9d8
JB
70882005-11-12 Jim Blandy <jimb@redhat.com>
7089
7090 * gdb.texinfo (General Query Packets): Put packets in alphabetical
7091 order. Remove extraneous 'z'.
7092
8a5a3c82
AS
70932005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
7094
7095 * gdb.texinfo (Choosing files): Add --eval-command.
7096
4b0ad762
AS
70972005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
7098
7099 * gdb.texinfo (Choosing modes): Add --return-child-result.
7100
7101
1a088d06
AS
71022005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
7103
7104 * gdb.texinfo (Choosing modes): Add --batch-silent.
7105
656d5e12
EZ
71062005-10-28 Eli Zaretskii <eliz@gnu.org>
7107
7108 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
7109 "The -var-update Command".
7110
3c9c013a
JB
71112005-10-03 Joel Brobecker <brobecker@adacore.com>
7112
7113 * gdb.texinfo (Print Settings): Add documentation for set/show
7114 print array-indexes.
7115
7ba3cf9c
DJ
71162005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
7117
7118 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
7119 6.2 and 6.3.
7120
a94ab193
EZ
71212005-08-27 Eli Zaretskii <eliz@gnu.org>
7122
7123 * gdb.texinfo (File Options): Don't document --mapped, it's gone
7124 since 19-Jan-2004.
7125 (Files): Likewise.
ab1adacd
EZ
7126 (Variables, Symbols): Document the "<incomplete type>" message and
7127 its reasons.
a94ab193 7128
ca06016a
FF
71292005-08-01 Fred Fish <fnf@specifix.com>
7130
7131 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
7132
cf58170d
NR
71332005-07-15 Nick Roberts <nickrob@snap.net.nz>
7134
7135 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
7136 option for -var-list-children and -var-update.
7137 (GDB/MI Stack Manipulation): Simplify description of
7138 print-values option for -stack-list-locals.
7139 (GDB/MI Command Description Format): Clarify.
7140 (Mode Options): Spelling of superseded.
7141
38f1196a
BR
71422005-07-12 Bob Rossi <bob@brasko.net>
7143
7144 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
7145 corresponding GDB command comment.
7146
3cb3b8df
BR
71472005-07-06 Bob Rossi <bob@brasko.net>
7148
7149 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
7150 and -inferior-tty-show.
7151 (Input/Output): Document "set/show inferior-tty" and tty alias.
7152
10fac096
NW
71532005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
7154
7155 * gdb.texinfo (Packets): Change description of 'D' packet to note
7156 that GDB does wait for a response.
7157
d1b6db76
NR
71582005-06-22 Nick Roberts <nickrob@snap.net.nz>
7159
7160 * gdb.texinfo (History) Rename "Command History".
7161 (Command History): Move node "Server Prefix" from section on
7162 Annotations here.
7163
29629dcf
NR
71642005-06-19 Nick Roberts <nickrob@snap.net.nz>
7165
7166 * gdb.texinfo (GDB/MI Stack Manipulation):
7167 Re-instate -stack-info-frame with example. Say that it gets
7168 info on selected frame, not current frame.
7169
397ca115
EZ
71702005-06-18 Eli Zaretskii <eliz@gnu.org>
7171
7172 * gdb.texinfo (Server): Clarify that `file' should be used before
7173 connecting to the server.
7174 (Files): Add an xref to the above description.
51274035
EZ
7175 (Output Formats): More detailed description of the `c' format.
7176 (Memory): List explicitly all the formats supported by `x'.
638ac427 7177 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 7178 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
7179 files. Add more indexing for solib-absolute-prefix and
7180 --with-sysroot.
76d17f34
EZ
7181 (Machine Code): Document possible problems with locations in
7182 shared libraries.
d416eeec
EZ
7183 (Backtrace): Document that free-standing environments do not need
7184 to have a `main' function.
397ca115 7185
74f6deaa
NR
71862005-06-18 Nick Roberts <nickrob@snap.net.nz>
7187
7188 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
7189 -stack-info-frame.
7190
a9967aef
AC
71912005-06-07 Andrew Cagney <cagney@gnu.org>
7192
7193 * gdb.texinfo (Contributors): Note the original multi-arch
7194 contributors.
7195
e09f16f9
EZ
71962005-06-03 Eli Zaretskii <eliz@gnu.org>
7197
7198 * gdb.texinfo (Registers): Add index entries for the standard
7199 registers.
7200 (Frames): Add cross-reference from frame pointer description to
7201 the Registers node.
7202 (Annotations Overview): Fix the reference to GDB name.
7203
d87ba7ee
EZ
72042005-06-01 Eli Zaretskii <eliz@gnu.org>
7205
7206 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
7207 can-use-hw-watchpoints.
7208
034dad6f
BR
72092005-05-28 Bob Rossi <bob@brasko.net>
7210
7211 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
7212 the possible reasons why an exec async record would be returned to FE.
7213
ffed4509
AC
72142005-05-26 Andrew Cagney <cagney@gnu.org>
7215
7216 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
7217 Andrew Cagney implemented the original GDB/MI.
7218
e22e55c9
OF
72192005-05-23 Orjan Friberg <orjanf@axis.com>
7220
7221 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
7222 documentation. Add documentation for cris-mode.
7223
a78e13ce
EZ
72242005-05-20 Eli Zaretskii <eliz@gnu.org>
7225
7226 * gdb.texinfo (Numbers): Explain the example and make the wording
7227 more acurate.
7228
76ff342d
DJ
72292005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
7230 Dennis Brueni <dennis@slickedit.com>
7231
7232 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
7233 (GDB/MI Data Manipulation, GDB/MI Program Control)
7234 (GDB/MI Stack Manipulation): Update examples to include the fullname
7235 attribute in stack frames.
7236
119b882a
EZ
72372005-05-12 Eli Zaretskii <eliz@gnu.org>
7238
7239 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
7240 do with other non-standard names of init files.
7241
6fc08d32
EZ
72422005-05-11 Eli Zaretskii <eliz@gnu.org>
7243
7244 * gdb.texinfo (Command Files): Move the description of the startup
7245 from here...
7246 (Startup): ...to this new subsection of the Invocation chapter.
7247 Rearrange the description of init files more logically and add a
7248 cross-reference to "Command Files". Document the special gdbinit
7249 name for CISCO 68k. Expand the description of what GDB does
7250 during startup.
7251 (History): Add index entry for HISTSIZE.
7252
a561754a
MK
72532005-05-02 Mark Kettenis <kettenis@gnu.org>
7254
7255 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
7256
2eecc4ab
EZ
72572005-05-02 Eli Zaretskii <eliz@gnu.org>
7258
7259 * gdb.texinfo (SVR4 Process Information, The isatty call)
7260 (The system call): Don't use foo(N) notation for man pages and
7261 functions.
514c4d71 7262 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 7263
18999be5
EZ
72642005-04-27 Eli Zaretskii <eliz@gnu.org>
7265
7266 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
7267 were optimized away.
7268
0abb7bc7
EZ
72692005-04-22 Eli Zaretskii <eliz@gnu.org>
7270
7271 * gdb.texinfo (Remote configuration): Document "set/show
7272 get-thread-local-storage-address". Add cross-reference to the
7273 description of the qGetTLSAddr packet.
7274 (General Query Packets): Mention "set remote
7275 get-thread-local-storage-address" and add a reference to its
7276 description.
7277
6f61acb1
NR
72782005-04-19 Nick Roberts <nickrob@snap.net.nz>
7279
7280 * gdb.texinfo (Backtrace): Describe 'bt full'.
7281
9d59903a
NR
72822005-04-17 Nick Roberts <nickrob@snap.net.nz>
7283
7284 * gdb.texinfo (Mode Options): Fix typo.
7285 (GDB/MI): Describe how to invoke GDB/MI.
7286
721c2651
EZ
72872005-04-16 Eli Zaretskii <eliz@gnu.org>
7288
7289 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 7290 references changed. Add description of "info udot".
721c2651
EZ
7291 (Files): Document "set/show stop-on-solib-events".
7292 (M32R/D): Document "set/show download-path", "set/show
7293 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
7294 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
7295 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
7296 (Maintenance Commands): Improve indexing.
7297 (Target Commands): Document "set/show hash", "set/show debug
7298 monitor".
7299 (SVR4 Process Information): Document "info pidlist" and "info
7300 meminfo". Document "set/show procfs-tarce" and "set/show
7301 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
7302 (Symbols, The Print Command with Objective-C): Improve indexing.
7303 (Objective-C): Add references to "info classes" and "info
7304 selectors".
c45da7e6
EZ
7305 (Debugging Output): Improve wording. Document "set/show debug
7306 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
7307 (Set Breaks): Add index entry for "hardware breakpoints".
7308 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
7309 and "set/show usehardbreakpoints".
7310 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
7311 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
7312 (ARM): Document "rdilogfile", "rdilogenable", "set/show
7313 rdiromatzero", "set/show rdiheartbeat".
7314 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
7315 "sds".
7316 (Embedded Processors): Document the "sim" command.
7317 (Remote): Document the "remote" command.
7318 (DJGPP Native): Document the "info serial" command.
7319 (Threads): Document "maint info sol-threads".
7320 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
7321 (Set Breaks): Improve indexing.
7322 (Command Syntax): Add a reference to dont-repeat.
7323 (Define): Document "dont-repeat".
7324 (TUI Commands): Document "tabset".
7325 (WinCE): New subsection. Document "set/show remotedirectory",
7326 "set/show remoteupload", "set/show remoteaddhost".
721c2651 7327
14d6dd68
EZ
73282005-04-15 Eli Zaretskii <eliz@gnu.org>
7329
7330 * gdb.texinfo (Hurd Native): New subsection, documents
7331 Hurd-specific commands.
a64548ea 7332 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 7333 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
7334 (MIPS): Improve documentation of heuristic-fence-post. Document
7335 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
7336 mips stack-arg-size", "set/show mips mask-address", "set/show mips
7337 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 7338 (ARM): Document ARM-specific commands.
a64548ea
EZ
7339 (AVR): New section. Document "info io_registers".
7340 (CRIS): New section. Document "set/show cris-version" and
7341 "set/show cris-dwarf2-cfi".
7342 (HPPA): New section. Document "set/show debug hppa" and "maint
7343 print unwind".
a5adf40f 7344 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 7345 (Super-H): New section. Document the "regs" command.
721c2651 7346 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 7347
9c16f35a
EZ
73482005-04-09 Eli Zaretskii <eliz@gnu.org>
7349
7350 * gdb.texinfo (Print Settings): Document "set/show print
7351 pascal_static-members", "set print repeats", "show print
7352 null-stop". Improve indexing. Fix documentation of "set print
7353 union".
7354 (Pascal): New section.
7355 (Supported languages): Rename from "Support"; all references
7356 updated. Add a menu item for Pascal.
7357 (Numbers): Document "set radix.
7358 (Screen Size): Document "set/show pagination".
7359 (MIPS Embedded): Remove "set processor" documentation.
7360 (Remote configuration): Document "set/show X/P/Z-packet",
7361 "set/show read-aux-vector-packet", "set/show remote
7362 symbol-lookup-packet", "set/show remote verbose-resume-packet",
7363 "set/show remoteaddresssize", "set/show remotebaud", "set/show
7364 remotedebug", "set/show remotebreak", "set/show remotedevice",
7365 "set/show remotelogfile".
7366 (Auxiliary Vector): Add reference to the description of the
7367 read-aux-vector-packet setting.
7368 (Set Watchpoints): Add a cross-reference to "set remote
7369 hardware-breakpoint-limit".
7370 (General Query Packets): Add indexing of requests and
7371 cross-references to related commands in "Remote configuration".
7372 (File-I/O Overview, The system call): Fix wording and typos.
7373 (Thread Stops): Add index entries.
7374 (Continuing and Stepping): Document "show step-mode".
7375 (i386): New node. Document "set/show struct-convention".
7376 (Files): Document "show trust-readonly-sections".
7377 (Calling): Document "set/show unwindonsignal".
7378 (Messages/Warnings): Add index entries.
7379 (Maintenance Commands): Document "set/show watchdog".
7380 (Annotations Overview): Document "show annotate".
7381 (Set Watchpoints): Add index entries.
7382 (Symbols): Fix doc of case-sensitive.
7383 (ABI): Document "show coerce-float-to-double".
7384 (Convenience Vars, Help): Improve indexing.
7385 (Machine Code): Document "show disassembly-flavor".
7386 (Debugging C plus plus): Document "show overload-resolution".
7387 (Value History, Signaling): Add index entries.
7388
73892005-04-08 Eli Zaretskii <eliz@gnu.org>
7390
7391 * gdb.texinfo (Show): Move @kindex entries to their proper places.
7392 (Processes): Fix wording.
7393 (History, List, Logging output, Define, Symbols, Print Settings):
7394 Improve indexing.
7395
a8f24a35
EZ
73962005-04-03 Eli Zaretskii <eliz@gnu.org>
7397
7398 * gdb.texinfo (Targets): Document "set/show architecture". Remove
7399 redundant index entry for "target" command.
7400 (Backtrace): Add index entries.
7401 (Symbols, Fortran): Document the "set case-sensitive" command.
7402 (DJGPP Native): Document "set com1base", "set com1irq", etc.
7403 (Print Settings): Add index entry for "set demangle-style".
7404 (Target Commands): Document "set download-write-size".
7405 (Debugging Output): Document "set exec-done-display".
7406
09d4efe1
EZ
74072005-04-02 Eli Zaretskii <eliz@gnu.org>
7408
7409 * gdb.texinfo (Files): Fix the name and documentation of
7410 add-shared-symbol-files. Document its alias assf. Update the
7411 list of OSs where GDB supports shared libraries. Fix markup.
7412 (Continuing and Stepping): Add reference to @var{location} in the
7413 text.
7414 (Dump/Restore Files): Fix reference to @{filename}.
7415 (Help): Fix wording.
7416 (Attach): Ditto.
7417 (Set Watchpoints): Ditto.
7418 (Backtrace): Remove redundant index entries. Improve index
7419 entries.
7420 (Delete Breaks): Fix wording.
7421 (Memory): Document the compare-sections command.
7422 (Memory Region Attributes): Improve wording.
7423 (Disabling): Improve wording.
7424 (Fortran): New subsection. Document the "info common" command.
7425 (Help): Document aliases "info copying" and "info warranty".
7426 (Caching Remote Data): New section. Document the "set/show
7427 remotecache" and "info dcache" commands.
7428 (Show): Fix wording of the documentation of the "set
7429 extension-language" command.
7430 (Signals): Add index entry for "info handle".
7431 (Memory Region Attributes): Fix punctuation.
7432 (Symbols): Change the arg name to "location" and refer to it in
7433 the text. Fix wording of "info types" doc.
7434 (Threads): Fix usage of @enumerate @item's.
7435 (Listing Tracepoints): Add index entry for "info tp".
7436 (Set Watchpoints): Add xref to "info break" description.
7437 (Macros): Add an index entry for "macro exp1". Document the
7438 "macro list" command.
7439 (Maintenance Commands): Document "flushregs", "maint agent",
7440 "maint check-symtabs", "maint cplus", "maint demangle", "maint
7441 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
7442 "maint print architecture", "maint print objfiles", "maint print
7443 statistics", "maint print type", "maint show-debug-regs", "maint
7444 space", "maint time", and "maint translate-address".
7445 (Connecting): Document the "monitor" command.
7446 (Annotations Overview): Describe the "set annotate" command.
7447
82f2d802
EZ
74482005-04-01 Eli Zaretskii <eliz@gnu.org>
7449
7450 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
7451 Rearrange index entries and improve wording about support for
7452 hardware watchpoints.
7453
7d51c7de
BR
74542005-03-10 Bob Rossi <bob@brasko.net>
7455
7456 * gdb.texinfo: Update copyright
7457
68c71a2e
TR
74582005-02-09 Theodore A. Roth <troth@openavr.org>
7459
7460 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
7461 error.
7462
83761cbd
KB
74632005-02-03 Kevin Buettner <kevinb@redhat.com>
7464
7465 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
7466
9f1c6395
MS
74672005-01-17 Michael Snyder <msnyder@redhat.com>
7468
7469 * gdb.texinfo: Fix spelling, infinte -> infinite.
7470
fbd1b305
MK
74712005-01-08 Mark Kettenis <kettenis@gnu.org>
7472
7473 * observer.texi (GDB Observers): Document "solib_loaded".
7474
3ace7edb
AC
74752005-01-07 Andrew Cagney <cagney@gnu.org>
7476
bec39cab
AC
7477 * configure.ac: Rename configure.in, require autoconf 2.59.
7478 * configure: Re-generate.
7479
3ace7edb
AC
7480 * configure.in: Replace configdirs with multiple references to
7481 AC_CONFIG_SUBDIRS.
7482 * configure: Re-generate.
5ae4183a 7483
53531fc1
AC
74842005-01-04 Andrew Cagney <cagney@gnu.org>
7485
7486 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
7487 part of the version number.
7488
536ffdb7
MK
74892004-12-24 Mark Kettenis <kettenis@gnu.org>
7490
7491 * gdbint.texinfo (Algorithms): Remove description of
7492 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
7493
e1aac25b
JB
74942004-12-07 Jim Blandy <jimb@redhat.com>
7495
7496 * gdb.texinfo (General Query Packets): Specify that thread ID's in
7497 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
7498 numbers.
7499
f47b1503
AS
75002004-12-07 Andreas Schwab <schwab@suse.de>
7501
7502 * gdb.texinfo (Mode Options): Document -l option.
7503
b6b8ece6
EZ
75042004-12-04 Eli Zaretskii <eliz@gnu.org>
7505
7506 * gdbint.texinfo (Algorithms): More accurate description of
7507 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
7508 is not needed unless data-read and data-access watchpoints are
7509 supported. Add a description of how GDB checks whether the
7510 inferior stopped because a watchpoint was hit.
7511
01371747
EZ
75122004-11-23 Eli Zaretskii <eliz@gnu.org>
7513
7514 * gdb.texinfo (Files): Add cross-reference to description of
7515 -readnow command-line switch.
7516
2315ffec
RC
75172004-11-10 Randolph Chung <tausq@debian.org>
7518
7519 * gdb.texinfo: Document set/show backtrace past-entry commands.
7520 Rearrange index entries for set/show backtrace past-main.
7521
69065f5d
AC
75222004-11-10 Jon Beniston <jon@beniston.com>
7523
7524 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
7525 * gdb.texinfo (Remote Serial Protocol): Further describe
7526 binary transfer escaping mechanism .
69065f5d 7527
30e91e0b
RC
75282004-11-08 Randolph Chung <tausq@debian.org>
7529
7530 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
7531 and "show debug infrun". Add index entries.
7532
60bf7e09
EZ
75332004-10-23 Eli Zaretskii <eliz@gnu.org>
7534
7535 * gdb.texinfo (SVR4 Process Information): Document subcommands of
7536 "info proc" that are already implemented. Add index entries.
7537 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
7538 (Files): Add a tip for decreasing memory used for symtabs from
7539 shared libraries.
f018e82f
EZ
7540 (Starting): Fix whitespace; make "elaboration" stand out where it
7541 is first used, and add an index entry for the term.
f8568604
EZ
7542 (Calling): Expand and elaborate text. Add "print". Add the
7543 description of problems with weak aliases.
384ee23f 7544 (Core File Generation): New section.
60bf7e09 7545
d52fe014
AC
75462004-10-12 Andrew Cagney <cagney@gnu.org>
7547
7548 * gdbint.texinfo (Versions and Branches): New chapter.
7549 (Releasing GDB): Delete "Versions and Branches" section.
7550 (Top): Add "Versions and Branches".
7551
703663ab
EZ
75522004-10-08 Eli Zaretskii <eliz@gnu.org>
7553
7554 * gdb.texinfo (Editing, History): Add cross-references to the
7555 included Readline and History user documentation. Remove
7556 references to the symbol have-readline-appendices which is unused
7557 and undefined.
7558 (History): Fix indexing.
7559
ac77d04f
JJ
75602004-10-08 Jeff Johnston <jjohnstn@redhat.com>
7561
7562 * gdbint.texinfo (target_stopped_data_address): Update to
7563 new prototype.
7564 (i386_stopped_data_address): Update prototype and description.
7565 (i386_stopped_by_watchpoint): New function and description.
7566
e07c999f
PH
75672004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
7568
7569 * gdb.texinfo (Filenames): Add Ada suffixes.
7570 (Ada) New section.
7571
2e868123
AC
75722004-09-27 Andrew Cagney <cagney@gnu.org>
7573 Robert Picco <Robert.Picco@hp.com>
7574
7575 * gdb.texinfo (Packets): Document the "p" packet.
7576
02a57714
JM
75772004-09-21 Jason Molenda (jmolenda@apple.com)
7578
7579 * gdb.texinfo (Paths and Names of the Source Files): Document the
7580 meaning of values in the 'desc' field of a SO stab.
7581
ae038cb0
DJ
75822004-09-20 Daniel Jacobowitz <dan@debian.org>
7583
7584 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
7585 max-cache-age" and "maint show dwarf2 max-cache-age".
7586
f7dc1244
EZ
75872004-09-16 Eli Zaretskii <eliz@gnu.org>
7588
7589 * gdb.texinfo (Set Breaks): Add index entry for setting
7590 breakpoints on overloaded C++ functions that are not members of
7591 any classes. Add an example and an index entry for setting
7592 breakpoints on all program functions.
7593 (Character Sets, Macros, Overlay Commands)
7594 (Non-debug DLL symbols, GDB/MI Output Syntax)
7595 (Annotations Overview, Maintenance Commands, File-I/O Overview):
7596 Use "(@value{GDBP})" instead of a literal "(gdb)".
7597
f810308b
AC
75982004-09-12 Andrew Cagney <cagney@gnu.org>
7599
7600 * gdbint.texinfo (Native Debugging): Delete description of
7601 FILES_INFO_HOOK.
7602
15a661f3
PH
76032004-09-11 Paul Hilfinger <hilfinger@gnat.com>
7604
5ae4183a
AS
7605 * gdbint.texinfo (User Interface): Change local_hex_string_custom
7606 to hex_string_custom (not historically correct, but more
15a661f3
PH
7607 understandable, given the current code).
7608
f3219c75
AC
76092004-09-03 Andrew Cagney <cagney@gnu.org>
7610
7611 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
7612
f3bb6704
JJ
76132004-09-01 Jeff Johnston <jjohnstn@redhat.com>
7614
7615 * observer.texi (solib_unloaded): New observer.
7616
8d2c00cb
AC
76172004-08-24 Andrew Cagney <cagney@gnu.org>
7618
7619 * gdbint.texinfo (Target Architecture Definition): Add missing
7620 comma.
7621
e7dc800a
MC
76222004-08-20 Michael Chastain <mec.gnu@mindspring.com>
7623
7624 * (Using the Testsuite): build != host is supported,
7625 but some test scripts do not support build != host.
7626
73b03683
MK
76272004-08-14 Mark Kettenis <kettenis@gnu.org>
7628
7629 * gdbint.texinfo (Host Definition): Delete description of
7630 FCLOSE_PROVIDED and GETENV_PROVIDED.
7631
c0ccb908
MK
76322004-08-05 Mark Kettenis <kettenis@chello.nl>
7633
7634 * gdbint.texinfo (Host Definition): Delete description of
7635 NO_SYS_FILE.
7636 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
7637 PTRACE_FP_BUG.
7638
9c8dbfa9
AC
76392004-08-05 Andrew Cagney <cagney@gnu.org>
7640
7641 * gdbint.texinfo (Target Architecture Definition): Delete
7642 reference to deprecated_read_fp.
7643
f42accbe
AC
76442004-08-02 Andrew Cagney <cagney@gnu.org>
7645
7646 * gdbint.texinfo (Target Architecture Definition): Delete
7647 description of DEPRECATED_REGISTER_BYTES.
7648
0b66e38c
EZ
76492004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
7650
7651 * gdb.texinfo (Source Path): Document the new behavior of
7652 searching for the source files.
7653
15387254
EZ
76542004-07-17 Eli Zaretskii <eliz@gnu.org>
7655
7656 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
7657 (Search, Expressions, Arrays, Variables, Data, Machine Code)
7658 (Auto Display): Improve indexing.
7659
2c07db7a
AC
76602004-07-16 Andrew Cagney <cagney@gnu.org>
7661
7662 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
7663 "-noasync".
7664
4644b6e3
EZ
76652004-07-09 Eli Zaretskii <eliz@gnu.org>
7666
7667 * gdb.texinfo: Fix @kindex entries so that multiple commands that
7668 have the same prefix have only their prefix in the index.
7669
7561d450
MK
76702004-07-03 Mark Kettenis <kettenis@gnu.org>
7671
7672 * gdb.texinfo (BSD libkvm Interface): New node (section)
7673 (Native): Add it to the menu.
7674
67bebe79
MK
76752004-07-01 Mark Kettenis <kettenis@gnu.org>
7676
7677 * gdbint.texinfo (Target Architecture Definition): Remove
7678 PCC_SOL_BROKEN.
7679
1a6923e0
MK
76802004-06-24 Mark Kettenis <kettenis@gnu.org>
7681
7682 * gdbint.texinfo (Target Architecture Definition): Remove
7683 SUN_FIXED_LBRAC_BUG.
7684
b435e160
AC
76852004-06-26 Andrew Cagney <cagney@gnu.org>
7686
7687 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
7688
b5622e8d
AC
76892004-06-20 Andrew Cagney <cagney@gnu.org>
7690
7691 * gdbint.texinfo (Target Architecture Definition): Deprecate
7692 USE_STRUCT_CONVENTION.
7693
e0c07bf0
MC
76942004-06-19 Michael Chastain <mec.gnu@mindspring.com>
7695
7696 gdb.texinfo (Bug Reporting): Mention session recording,
7697 with the script command or Emacs.
7698
782263ab
AC
76992004-06-18 Andrew Cagney <cagney@gnu.org>
7700
7701 * gdbint.texinfo (Target Architecture Definition): Deprecate
7702 FUNCTION_START_OFFSET.
7703
03727ca6
AC
77042004-06-14 Andrew Cagney <cagney@gnu.org>
7705
7706 Based on changes from Karl Berry.
7707 * gdb.texinfo: Do not use @sc in a direntry.
7708 * stabs.texinfo: Change @dircateogry to "Software development".
7709 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
7710
97092415
AC
77112004-06-13 Andrew Cagney <cagney@gnu.org>
7712
7713 * gdbint.texinfo (Target Architecture Definition): Delete
7714 description of RETURN_VALUE_ON_STACK.
7715
1f6d4158
AC
77162004-06-09 Andrew Cagney <cagney@gnu.org>
7717
7718 * gdbint.texinfo (Native Debugging): Restore "@table @code"
7719 deleted by previous patch.
7720
d966f0cb
AC
77212004-06-08 Andrew Cagney <cagney@gnu.org>
7722
7723 * gdbint.texinfo (Native Debugging): Delete documentation on
7724 ATTACH_DETACH.
7725
86fe4aaa
RC
77262004-06-06 Randolph Chung <tausq@debian.org>
7727
7728 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
7729
d4b6d575
RC
77302004-06-06 Randolph Chung <tausq@debian.org>
7731
5ae4183a 7732 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
7733 the new push_dummy_call method signature. Describe the function
7734 argument.
7735
4e8b0763
JB
77362004-05-24 Joel Brobecker <brobecker@gnat.com>
7737
7738 * gdb.texinfo (Starting): Document new start command.
7739
59caf092
AC
77402004-05-21 Andrew Cagney <cagney@redhat.com>
7741
7742 * observer.texi (GDB Observers): Document "inferior_created".
7743
e4a2df64
AC
77442004-05-08 Andrew Cagney <cagney@redhat.com>
7745
e6b55ae2
AC
7746 * gdbint.texinfo (Target Architecture Definition): Delete
7747 description of DO_DEFERRED_STORES.
7748
28954179
AC
7749 * gdbint.texinfo (Target Architecture Definition): Delete
7750 references to DEPRECATED_FIX_CALL_DUMMY.
7751
434b87dd
AC
7752 * gdbint.texinfo (Target Architecture Definition): Delete
7753 description of DEPRECATED_CALL_DUMMY_WORDS,
7754 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
7755
58d28df8
AC
7756 * gdbint.texinfo (Target Architecture Definition): Delete
7757 description of DEPRECATED_PUSH_DUMMY_FRAME.
7758
e4a2df64
AC
7759 * gdbint.texinfo (Target Architecture Definition): Delete
7760 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
7761
2b4855ab
AC
77622004-05-07 Andrew Cagney <cagney@redhat.com>
7763
7764 * observer.texi (GDB Observers): Add "Debugging" section. Include
7765 cross reference to "set/show debug observer".
7766 * gdb.texinfo (Debugging Output): Document "set/show debug
7767 observer".
7768
fcf70625
AC
77692004-05-01 Andrew Cagney <cagney@redhat.com>
7770
7771 * gdbint.texinfo (Target Architecture Definition): Delete
7772 description of DEPRECATED_PC_IN_SIGTRAMP.
7773
8ee56bcf
AC
77742004-04-30 Andrew Cagney <cagney@redhat.com>
7775
7776 * gdbint.texinfo (Target Architecture Definition): Delete
7777 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
7778
67ab9a76
OF
77792004-04-30 Orjan Friberg <orjanf@axis.com>
7780
7781 * observer.texi (GDB Observers): Correct spelling.
7782
79346bcb
OF
77832004-04-26 Orjan Friberg <orjanf@axis.com>
7784
7785 * observer.texi (GDB Observers): Add target_changed event.
7786
7a464420
AC
77872004-04-08 Andrew Cagney <cagney@redhat.com>
7788
7789 * observer.texi (GDB Observers): Rework, provide generic observer
7790 definitions and then a list of observable events.
7791
6cdf9d98
AC
77922004-04-04 Andrew Cagney <cagney@redhat.com>
7793
7794 * gdbint.texinfo (Host Definition): Delete reference to
7795 NO_SIGINTERRUPT.
7796
ddc135a4
AC
77972004-04-02 Andrew Cagney <cagney@redhat.com>
7798
7799 * gdbint.texinfo (Target Architecture Definition): Delete
7800 reference to DEPRECATED_CALL_DUMMY_LENGTH.
7801
6a1b180d
SC
78022004-03-28 Stephane Carrez <stcarrez@nerim.fr>
7803
7804 * gdb.texinfo (TUI Commands): Document tui reg commands.
7805
d0d5df6f
AC
78062004-03-26 Andrew Cagney <cagney@redhat.com>
7807
7808 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
7809 "gdbtui".
7810 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
7811 (Contributors): Mention both Text and Terminal User Interface.
7812
aa2a3f87
AC
78132004-03-23 Andrew Cagney <cagney@redhat.com>
7814
7815 * gdbint.texinfo (Target Architecture Definition): Deprecate
7816 references to SIGTRAMP_START and SIGTRAMP_END.
7817
f561f026
AC
78182004-03-23 Andrew Cagney <cagney@redhat.com>
7819
7820 * gdbint.texinfo (Target Architecture Definition): Deprecate
7821 references to PC_IN_SIGTRAMP.
7822
33cb8b0f
AC
78232004-03-19 Andrew Cagney <cagney@redhat.com>
7824
7825 * gdbint.texinfo (Target Architecture Definition): Delete
7826 reference to GDB_TARGET_IS_HPPA.
7827
fc989b7a
AC
78282004-03-18 Andrew Cagney <cagney@redhat.com>
7829
7830 * gdbint.texinfo (Coding): Update section on gdbarch_data,
7831 describe pre_init and post_init.
7832
701b08bb
DJ
78332004-03-09 Daniel Jacobowitz <drow@mvista.com>
7834
7835 * gdb.texinfo (Debugging Output): Document values for "set debug
7836 target".
7837
faae5abe
AC
78382004-02-28 Andrew Cagney <cagney@redhat.com>
7839
7840 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
7841
dd79a6cf
JJ
78422004-02-26 Jeff Johnston <jjohnstn@redhat.com>
7843
7844 * gdb.texinfo (breakpoints): Add information about the
7845 new "set breakpoint pending" and "show breakpoint pending"
7846 commands.
7847
e7f16015
AC
78482004-02-26 Andrew Cagney <cagney@redhat.com>
7849
7850 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
7851 in Per-architecture module data section.
7852
7161a3a6
RM
78532004-02-25 Roland McGrath <roland@redhat.com>
7854
7855 * gdb.texinfo (General Query Packets): Document qPart:... packets.
7856
2154891a
AC
78572004-02-24 Andrew Cagney <cagney@redhat.com>
7858
7859 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
7860 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
7861 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 7862
6c74ac8b
AC
78632004-02-17 Andrew Cagney <cagney@redhat.com>
7864
7865 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
7866
19772a2c
AC
78672004-02-16 Andrew Cagney <cagney@redhat.com>
7868
7869 * gdbint.texinfo (Target Architecture Definition): Deprecate
7870 FRAMELESS_FUNCTION_INVOCATION.
7871
c9830293
AC
78722004-02-16 Andrew Cagney <cagney@redhat.com>
7873
7874 * gdbint.texinfo (Coding): Mention -Wunused-function.
7875
b9d26eb9
AC
78762004-02-14 Andrew Cagney <cagney@redhat.com>
7877
7878 * gdbint.texinfo (Target Architecture Definition): Delete
7879 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
7880
49efadf5
EZ
78812004-02-12 Elena Zannoni <ezannoni@redhat.com>
7882
7883 * gdb.texinfo: Properly quote the name "C++".
7884 * gdbint.texinfo: Ditto.
7885 * stabs.texinfo: Ditto.
7886
1eb288ea
EZ
78872004-02-11 Elena Zannoni <ezannoni@redhat.com>
7888
7889 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
7890 minimal information about libiberty.
7891
e4937fc1
MC
78922004-02-06 Michael Chastain <mec.gnu@mindspring.com>
7893
7894 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
7895
a9331b3f
RM
78962004-02-04 Roland McGrath <roland@redhat.com>
7897
7898 * gdb.texinfo (Auxiliary Vector): New node (section).
7899 (Data): Add it to the menu.
7900
2650777c
JJ
79012004-02-02 Jeff Johnston <jjohnstn@redhat.com>
7902
7903 * gdb.texinfo (Breakpoints): Add information about pending
7904 breakpoint support.
7905
b4501125
AC
79062004-01-26 Andrew Cagney <cagney@redhat.com>
7907
7908 * gdb.texinfo (Overview): Delete references to the cisco protocol
7909 including the "N" response.
7910
74055713
AC
79112004-01-26 Andrew Cagney <cagney@redhat.com>
7912
7913 * gdbint.texinfo (Target Architecture Definition): Rename
7914 EXTRACT_STRUCT_VALUE_ADDRESS to
7915 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 7916
3bbe9696
EZ
79172004-01-24 Eli Zaretskii <eliz@gnu.org>
7918
7919 * gdb.texinfo (KOD): Document "show os". Add index entries for
7920 "set/show os" and "info cisco" commands.
7921
5843504f
EZ
79222004-01-21 Eli Zaretskii <eliz@gnu.org>
7923
7924 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
7925
9175c9a3
MC
79262004-01-19 Michael Chastain <mec.gnu@mindspring.com>
7927
7928 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
7929 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
7930
8e94b928
NR
79312004-01-19 Nick Roberts <nick@nick.uklinux.net>
7932
7933 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
7934 -stack-list-locals.
7935 (GDB/MI Variable Objects): Describe extension to
7936 -var-list-children.
7937
a20cf136
DJ
79382004-01-17 Daniel Jacobowitz <drow@mvista.com>
7939
7940 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
7941
afb18d0f
AC
79422004-01-17 Andrew Cagney <cagney@redhat.com>
7943
7944 * gdbint.texinfo (Target Architecture Definition): Delete
7945 documentation on DEPRECATED_NPC_REGNUM.
7946
b51970ac
DJ
79472004-01-13 Daniel Jacobowitz <drow@mvista.com>
7948
7949 * gdb.texinfo: Update copyright year. Mention that set
7950 follow-fork-mode is supported on GNU/Linux. Remove documentation of
7951 "set follow-fork-mode ask".
7952
0f0cffd2
AC
79532004-01-13 Andrew Cagney <cagney@redhat.com>
7954
7955 * gdbint.texinfo: Update copyright year.
7956 (Coding): Add -Wunused-label to list of -Werror warnings.
7957
c552b3bb 79582004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 7959 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
7960
7961 * gdb.texinfo: Update copyright.
7962 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
7963 around names, as appropriate. Minor syntax cleanup of
7964 _NSPrintForDebugger explanation. Two spaces after periods.
7965 GDBN used instead of lit. "gdb". Index entries added for
7966 print-object and _NSPrintForDebugger. @noindent added in one spot.
7967
afe157ca
EZ
79682003-11-11 Elena Zannoni <ezannoni@redhat.com>
7969
7970 * stabs.texinfo: Add dircategory and direntry commands.
7971 * annotate.texinfo: Ditto.
7972
963e2bb7
AC
79732003-11-10 Andrew Cagney <cagney@redhat.com>
7974
7975 * gdbint.texinfo (Target Architecture Definition): Replace the
7976 return_value method's "inval" and "outval" parameters with
7977 "readbuf" and "writebuf".
7978
1d8b2f28
JB
79792003-10-28 Jim Blandy <jimb@redhat.com>
7980
7981 * gdb.texinfo (The F request packet, The F reply packet): Renamed
7982 from "The `F' request packet" and "The `F' reply packet", to make
7983 texi2dvi happy.
7984 (File-I/O remote protocol extension): Update menu entries, too.
7985
36d86913
MC
79862003-10-26 Michael Chastain <mec@shout.net>
7987
7988 * gdb.texinfo (Thread Stops): Document the issue with
7989 premature return from system calls in multi-threaded programs.
7990
ce2826aa
AC
79912003-10-24 Andrew Cagney <cagney@redhat.com>
7992
7993 * annotate.texinfo: Fix "fortunatly"[sic].
7994
f24c5e49
KI
79952003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
7996
7997 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
7998 with "Hitachi" and "Mitsubishi".
7999
92ad9cd9
AC
80002003-10-20 Andrew Cagney <cagney@redhat.com>
8001
8002 * gdbint.texinfo (Target Architecture Definition): Document
8003 gdbarch_return_value. Add cross references from
8004 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
8005 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
8006
0ab4b752
MK
80072003-10-18 Mark Kettenis <kettenis@gnu.org>
8008
8009 * gdbint.texinfo (Target Architecture Definition): Document
8010 regset_from_core_section.
fb3e19c0
KI
8011
80122003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
8013
8014 * gdb.texinfo (M32R/D): Mention m32rsdi target.
8015
a9331b3f 80162003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
8017
8018 From Anthony Green <green@redhat.com>:
5ae4183a 8019 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 8020
1485d690
KB
80212003-10-14 Kevin Buettner <kevinb@redhat.com>
8022
889bf7c5
PA
8023 * gdb.texinfo (Breakpoint related warnings): New node.
8024 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 8025
86d30acc
DJ
80262003-10-13 Daniel Jacobowitz <drow@mvista.com>
8027
8028 * gdb.texinfo (Remote Protocol): Document v and vCont.
8029
172c2a43
KI
80302003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8031
8032 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
8033 * gdbint.texinfo: Ditto.
8034
71952f4c
AC
80352003-10-09 Andrew Cagney <cagney@redhat.com>
8036
8037 From 2003-09-18 David Anderson <davea@sgi.com>:
8038 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
8039 "command".
8040
268e2188
AC
80412003-10-03 Andrew Cagney <cagney@redhat.com>
8042
8043 * gdbint.texinfo (Target Architecture Definition): Deprecate
8044 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
8045 just target.
8046
12c266ea 80472003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 8048
f30992d4 8049 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
8050 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
8051 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
8052 * gdbint.texinfo (Target Architecture Definition): Rename
8053
80542003-09-30 Andrew Cagney <cagney@redhat.com>
8055
f30992d4 8056 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 8057 (Target Architecture Definition):
f30992d4 8058
2e092625
AC
8059 * gdbint.texinfo (Target Architecture Definition): Rename
8060 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
8061
0717ae8a
AC
80622003-09-29 Andrew Cagney <cagney@redhat.com>
8063
dad809b7
AC
8064 * gdbint.texinfo (Target Architecture Definition): Delete
8065 documentation for NEED_TEXT_START_END.
8066
0717ae8a
AC
8067 * gdbint.texinfo (Target Architecture Definition): Rename
8068 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
8069 TARGET_WRITE_PC.
a9331b3f 8070
af6cf26d
MC
80712003-09-22 Michael Chastain <mec@shout.net>
8072
8073 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
8074
ee206350
AG
80752003-09-21 Anthony Green <green@redhat.com>
8076
8077 * gdbint.texinfo (Target Architecture Definition): Fix typos.
8078
a38c9fe6
MK
80792003-09-21 Mark Kettenis <kettenis@gnu.org>
8080
8081 * gdbint.texinfo (Target Architecture Definition): Document
8082 stabs_argument_has_addr.
8083
77949794
AC
80842003-09-18 Andrew Cagney <cagney@redhat.com>
8085
8086 * gdbint.texinfo (Target Architecture Definition): Delete
8087 documentation on REGISTER_NAMES.
8088
8e823e25
MK
80892003-09-13 Mark Kettenis <kettenis@gnu.org>
8090
8091 * gdbint.texinfo (Target Architecture Definition): Replace
8092 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
8093
f27dd7fd
AC
80942003-09-11 Andrew Cagney <cagney@redhat.com>
8095
8096 * gdbint.texinfo (Target Architecture Definition): Replace
8097 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
8098
8b148df9
AC
80992003-08-18 Andrew Cagney <cagney@redhat.com>
8100
8101 * gdbint.texinfo (Target Architecture Definition): Document
8102 "frame_red_zone_size".
8103
25d29d70
AC
81042003-08-09 Andrew Cagney <cagney@redhat.com>
8105
8106 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
8107 with "set/show backtrace past-main" and "set/show backtrace
8108 limit".
8109
c938e9b0
L
81102003-08-08 H.J. Lu <hongjiu.lu@intel.com>
8111
8112 * Makefile.in (install-info): Support DESTDIR.
8113 (install-html): Likewise.
8114
64fabec2
AC
81152003-08-07 Andrew Cagney <cagney@redhat.com>
8116
8117 Patch from Nick Roberts.
8118 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
8119 bindings. Remove description of send-gdb-command.
8120
2fcf52f0
AC
81212003-08-07 Andrew Cagney <cagney@redhat.com>
8122
8123 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
8124 GDB 6.0.
8125
086432e2
AC
81262003-08-06 Andrew Cagney <cagney@redhat.com>
8127
8128 * gdb.texinfo (Mode Options): Mention that level three is the
8129 highest available and that level 2 is deprecated.
8130 (Annotations Overview): Mention annotation levels. Cross reference
8131 to "Limitations of the Annotation Interface" in annotate.texi.
8132 (TODO, Value Annotations, Frame Annotations): Delete section.
8133 (Displays, Breakpoint Info): Delete.
8134
e5249f67
AC
81352003-08-04 Andrew Cagney <cagney@redhat.com>
8136
8137 * agentexpr.texi: Delete @bye.
8138 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
8139 (stabs.info): Add $(srcdir) to include search path.
8140 (html): Depend on "annotate_toc.html", and not "annotate.html".
8141 * stabs.texinfo: Ditto. Include "fdl.texi".
8142 * gdbint.texinfo: Update copyright statement's list of invariant
8143 sections.
8144
e6f672d2
AC
81452003-07-28 Andrew Cagney <cagney@redhat.com>
8146
8147 * Makefile.in (INFO_DEPS): Add annotate.info.
8148 (dvi, ps, html, pdf): Add annotate.
8149 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
8150 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
8151 (ANNOTATE_DOC_FILES): New macro.
8152 (ANNOTATE_TEX_TMPS): New macro.
8153 (annotate.info, annotate_toc.html): Specify dependencies.
8154 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
8155 * annotate.texinfo: Rename annotate.texi. Get building. Add
8156 "Migrating to GDB/MI" and "Limitations of the Annotation
8157 Interface" chapters. Mention why it is not part of the user
8158 guide. Update copyright notice. Include "fdl.texi".
8159
72ffddc9
SC
81602003-07-26 Stephane Carrez <stcarrez@nerim.fr>
8161
8162 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
8163
a9f12a31
DJ
81642003-07-24 Daniel Jacobowitz <drow@mvista.com>
8165
8166 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
8167
b1fe9455
DJ
81682003-07-24 Daniel Jacobowitz <drow@mvista.com>
8169
8170 * gdb.texinfo (Server): Mention pidof.
8171
153721e6
AC
81722003-07-22 Andrew Cagney <cagney@redhat.com>
8173
8174 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
8175 list.
8176
0fac0b41
DJ
81772003-06-28 Daniel Jacobowitz <drow@mvista.com>
8178
8179 * gdb.texinfo (Logging output): New chapter.
8180
4e562065
JB
81812003-06-24 Joel Brobecker <brobecker@gnat.com>
8182
8183 * gdb.texinfo (Unsupported languages): New section.
8184 (Languages): Add link to new section.
8185
f2c06f52
AC
81862003-06-22 Andrew Cagney <cagney@redhat.com>
8187
8188 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
8189
b4177fca
DJ
81902003-06-22 Daniel Jacobowitz <drow@mvista.com>
8191
8192 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
8193
f418dd93
DJ
81942003-06-22 Daniel Jacobowitz <drow@mvista.com>
8195
8196 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
8197 * agentexpr.texi: Retitle section, and change it to an appendix.
8198 Comment out texinfo initialization. Factor a @var{} into two
8199 pieces to prevent makeinfo warnings.
8200 * gdb.texinfo: Add Agent Expressions appendix.
8201
4ca61388
DJ
82022003-06-19 Daniel Jacobowitz <drow@mvista.com>
8203
8204 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
8205
07f31aa6
DJ
82062003-06-18 Daniel Jacobowitz <drow@mvista.com>
8207
5ae4183a 8208 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
8209 remote target". Document the "detach" and "disconnect" commands.
8210 (Server, Netware, Debug Session): Reference "Connecting to a
8211 remote target".
8212 (GDB/MI Target Manipulation): Document "-target-disconnect".
8213
2dd0da42
AC
82142003-06-13 Andrew Cagney <cagney@redhat.com>
8215
8216 * gdbint.texinfo (Target Architecture Definition): Deprecate
8217 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
8218 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
8219
e7a3abfc
JB
82202003-06-09 Jim Blandy <jimb@redhat.com>
8221
8222 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
8223
25e3a86b
AC
82242003-06-08 Andrew Cagney <cagney@redhat.com>
8225
8226 * gdbint.texinfo (Target Architecture Definition): Delete
8227 documentation on FRAME_ARGS_ADDRESS_CORRECT.
8228
a9e5fdc2
AC
82292003-06-08 Andrew Cagney <cagney@redhat.com>
8230
8231 * gdbint.texinfo (Target Architecture Definition): Document
8232 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
8233
b37303ee
AF
82342003-06-07 Adam Fedor <fedor@gnu.org>
8235
8236 * gdb.texinfo: Add Objective-C documentation.
8237
39fe6e80
AC
82382003-06-01 Andrew Cagney <cagney@redhat.com>
8239
8240 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
8241 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
8242
125309b2
AC
82432003-05-21 Andrew Cagney <cagney@redhat.com>
8244
8245 * gdbint.texinfo (Target Architecture Definition): Delete
8246 references to "extract_address" and "store_address".
8247
b8b527c5
AC
82482003-05-16 Andrew Cagney <cagney@redhat.com>
8249
8250 * gdbint.texinfo (Target Architecture Definition): Replace
8251 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
8252 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
8253
50e3ee83
TR
82542003-05-14 Theodore A. Roth <troth@openavr.org>
8255
8256 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
8257
44e2be90
L
82582003-05-10 H.J. Lu <hongjiu.lu@intel.com>
8259
8260 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
8261 (gdb.dvi): Likewise.
8262 (gdb.pdf): Likewise.
8263 (links2roff): Likewise.
8264
df5215a6
JB
82652003-05-08 Jim Blandy <jimb@redhat.com>
8266
8267 * gdb.texinfo (Dump/Restore Files): Update documentation for
8268 'dump', 'append', and 'restore': note that format argument is
8269 optional; simplify presentation of the command variants; and be
8270 more precise about the formats.
8271
5e7b2f39
JB
82722003-05-07 Jim Blandy <jimb@redhat.com>
8273
8274 * gdb.texinfo (Symbols): Update documentation: 'maint list
8275 symtabs' and 'maint list psymtabs' have been renamed 'maint info
8276 symtabs' and 'maint info psymtabs'.
8277
b1e29e33
AC
82782003-05-05 Andrew Cagney <cagney@redhat.com>
8279
8280 * gdbint.texinfo (Target Architecture Definition): Make
8281 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
8282 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
8283 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
8284
00905d52
AC
82852003-05-04 Andrew Cagney <cagney@redhat.com>
8286
8287 * gdb.texinfo (Maintenance Commands): Document "maint print
8288 dummy-frames".
8289
54ff5908
AC
82902003-05-04 Andrew Cagney <cagney@redhat.com>
8291
8292 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
8293
32e7087d
JB
82942003-05-03 J. Brobecker <brobecker@gnat.com>
8295
8296 Thierry Schneider <tpschneider1@yahoo.com>
8297 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
8298 for new MI command.
8299
7043d8dc
AC
83002003-05-03 Andrew Cagney <cagney@redhat.com>
8301
8302 * gdbint.texinfo (Target Architecture Definition): Document
8303 push_dummy_code. Add cross references.
8304
e33d66ec
EZ
83052003-05-02 Elena Zannoni <ezannoni@redhat.com>
8306
8307 * gdb.texinfo (Character Sets): Update to reflect new behavior of
8308 set/show charsets commands.
8309
0ba6dca9
AC
83102003-04-28 Andrew Cagney <cagney@redhat.com>
8311
8312 * gdbint.texinfo (Target Architecture Definition): Replace
8313 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
8314 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
8315
d7a27068
AC
83162003-04-28 Andrew Cagney <cagney@redhat.com>
8317
8318 * gdbint.texinfo (Target Architecture Definition): Rename
8319 "tm_print_insn" to "deprecated_tm_print_insn".
8320
44ea7b70
JB
83212003-04-09 Jim Blandy <jimb@redhat.com>
8322
8323 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
8324 list psymtabs'.
8325
fb8f8949
AC
83262003-04-08 Andrew Cagney <cagney@redhat.com>
8327
8328 * gdbint.texinfo (Target Architecture Definition): Delete
8329 references to EXTRA_FRAME_INFO.
8330
32fb0f22
AC
83312003-04-08 Andrew Cagney <cagney@redhat.com>
8332
8333 * gdbint.texinfo (Target Architecture Definition): Delete
8334 PRINT_TYPELESS_INTEGER.
8335
6be67e67
JB
83362003-04-02 J. Brobecker <brobecker@gnat.com>
8337
8338 * observer.texi (GDB Observers): Adjust the documentation for the
8339 normal_stop notification to better describe reality. Fix a couple
8340 of minor typos.
8341
4e35d5f0
BR
83422003-04-02 Bob Rossi <bob_rossi@cox.net>
8343
a9331b3f 8344 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
8345 '-file-list-exec-source-file'
8346
e8a8712a
AC
83472003-03-31 Andrew Cagney <cagney@redhat.com>
8348
8349 * gdbint.texinfo (Target Architecture Definition): Delete
8350 references to CALL_DUMMY_P.
8351
6c0e89ed
AC
83522003-03-30 Andrew Cagney <cagney@redhat.com>
8353
8354 * gdbint.texinfo (Target Architecture Definition): Remove
8355 reference to TARGET_WRITE_SP.
a9331b3f 8356
378bfd1b
AC
83572003-03-27 Andrew Cagney <cagney@redhat.com>
8358
8359 * gdbint.texinfo (Target Architecture Definition): Remove
8360 references to write_sp.
6c0e89ed 8361
922fbb7b
AC
83622003-03-27 Andrew Cagney <cagney@redhat.com>
8363
8364 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
8365 chapter body. Use @smallexample instead of @example.
8366 (Annotations): Ditto.
8367 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
8368 annotate.texi.
8369
b81774d8
AC
83702003-03-26 Andrew Cagney <cagney@redhat.com>
8371
8372 * gdbint.texinfo (Target Architecture Definition): Replace
8373 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
8374 dummy_addr parameters.
8375
1bf6d5cc
AC
83762003-03-25 Andrew Cagney <cagney@redhat.com>
8377
8378 * gdbint.texinfo (Target Architecture Definition): Delete
8379 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
8380 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8381 Add reference to PUSH_ARGUMENTS.
8382
618ce49f
AC
83832003-03-23 Andrew Cagney <cagney@redhat.com>
8384
8385 * gdbint.texinfo (Algorithms, Target Architecture Definition):
8386 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
8387
bcd7e15f
JB
83882003-03-18 J. Brobecker <brobecker@gnat.com>
8389
8390 * gdbint.texinfo (Algorithms): Add new section describing the
8391 Observer paradigm.
8392 (Top): Add menu entry to new observer appendix.
8393 * observer.texi: New file.
8394 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
8395 new observer.texi file.
8396
9fe8321b
AC
83972003-03-17 Andrew Cagney <cagney@redhat.com>
8398
8399 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
8400 that GNU Press update the manual version number.
8401
ac2adee5
AC
84022003-03-12 Andrew Cagney <cagney@redhat.com>
8403
8404 * gdbint.texinfo (Target Architecture Definition): Delete
8405 references to get_saved_register. Rename GET_SAVED_REGISTER to
8406 DEPRECATED_GET_SAVED_REGISTER.
8407
749b82f6
AC
84082003-03-13 Andrew Cagney <cagney@redhat.com>
8409
8410 * gdbint.texinfo (Target Architecture Definition): Replace
8411 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
8412
8bedc050
AC
84132003-03-12 Andrew Cagney <cagney@redhat.com>
8414
8415 * gdbint.texinfo (Target Architecture Definition): Rename
8416 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 8417
0ce1b118
CV
84182003-03-10 Corinna Vinschen <vinschen@redhat.com>
8419
8420 * gdb.texinfo: Add File-I/O documentation.
8421
12cc2063
AC
84222003-03-10 Andrew Cagney <cagney@redhat.com>
8423
8424 * gdbint.texinfo (Target Architecture Definition): Cross reference
8425 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
8426
7453dc06
AC
84272003-03-07 Andrew Cagney <cagney@redhat.com>
8428
8429 * gdb.texinfo (Debugging Output): Mention the "set/show debug
8430 frame" command.
8431
6314f104
AC
84322003-03-05 Andrew Cagney <cagney@redhat.com>
8433
8434 * gdbint.texinfo (Target Architecture Definition): Document
8435 unwind_dummy_id. Cross reference unwind_dummy_id and
8436 SAVE_DUMMY_FRAME_TOS.
8437
f1212245
DJ
84382003-03-05 James Ingham <jingham@apple.com>
8439 Daniel Jacobowitz <drow@mvista.com>
8440
8441 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
8442 and "show cp-abi".
8443
77e7e267
AC
84442003-03-03 Andrew Cagney <cagney@redhat.com>
8445
8446 * gdbint.texinfo (Target Architecture Definition): Document
8447 register_type.
8448
838a8221
AC
84492003-03-03 Andrew Cagney <cagney@redhat.com>
8450
8451 * stabs.texinfo (Structures): Use @samp and separate @var's
8452 instead of a single @var containing a comma separated list.
8453 (Unions): Ditto.
8454
d7f4a264
DJ
84552003-03-02 Daniel Jacobowitz <drow@mvista.com>
8456
8457 * Makefile.in (distclean): Remove config.log.
8458
f30ee0bc
AC
84592003-03-01 Andrew Cagney <cagney@redhat.com>
8460
8461 * gdbint.texinfo (Target Architecture Definition): Rename
8462 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
8463
84642003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
8465
8466 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
8467 DEPRECATED_INIT_EXTRA_FRAME_INFO.
8468
be448670
CF
84692003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
8470
8471 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
8472 (Non-debug DLL symbols): New node, describing the minimal symbols
8473 loaded from DLLs without real debugging symbols.
8474
501eef12
AC
84752003-02-20 Andrew Cagney <ac131313@redhat.com>
8476
8477 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
8478 hardware-breakpoint-limit".
8479 (Set Watchpoints): Add cross reference to "set remote
8480 hardware-watchpoint-limit".
8481 (Remote configuration options): New section.
8482
21c294e6
AC
84832003-02-04 Andrew Cagney <ac131313@redhat.com>
8484
e9be73e4
AC
8485 * gdbint.texinfo (Target Architecture Definition): Delete
8486 descrption of IS_TRAPPED_INTERNALVAR.
8487
21c294e6
AC
8488 From Keith Seitz <keiths@redhat.com>:
8489 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
8490 option "-i"/"--interpreter" to this chapter. Include index
8491 entries.
8492
0179ffac
DC
84932003-02-04 David Carlton <carlton@math.stanford.edu>
8494
8495 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
8496 (Variables): Recommend stabs+ and DWARF 2.
8497 (C plus plus expressions): Correct info about
8498 compiler versions, debug formats.
8499 (Contributors): Change 'DWARF2' to 'DWARF 2'.
8500 PR symtab/874.
8501
7ca9f392
AC
85022003-02-01 Andrew Cagney <ac131313@redhat.com>
8503
8504 * gdbint.texinfo (Target Architecture Definition): Delete
8505 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
8506 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
8507 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
8508 references to nindy and i960.
8509 * gdb.texinfo (i960): Delete all references to i960 and nindy.
8510
31a85ea2
AC
85112003-02-01 Andrew Cagney <ac131313@redhat.com>
8512
8513 * gdbint.texinfo (Target Architecture Definition): Delete
8514 FLOAT_INFO.
8515
6b894e49
AC
85162003-01-30 Andrew Cagney <ac131313@redhat.com>
8517
8518 * stabs.texinfo (Member Type Descriptor): Clarify description of
8519 `@'. Suggested by Ben Hutchings.
8520
c48861fb
AC
85212003-01-29 Andrew Cagney <ac131313@redhat.com>
8522
8523 * gdb.texinfo (M68K): Delete reference to es1800.
8524
617073a9
AC
85252003-01-29 Andrew Cagney <ac131313@redhat.com>
8526
8527 * gdb.texinfo (Maintenance Commands): Document `maint print
8528 reggroups' and `maint print register-groups'.
8529 * gdbint.texinfo (Target Architecture Definition): Document
8530 register_reggroup_p.
8531
5b5d99cf
JB
85322003-01-23 Jim Blandy <jimb@redhat.com>
8533
8534 * gdb.texinfo (Separate Debug Files): New section.
8535
e7ba9c65
DJ
85362003-01-22 Daniel Jacobowitz <drow@mvista.com>
8537
8538 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
8539 and "maint show profile".
8540
94e91d6d
MC
85412003-01-16 Michael Chastain <mec@shout.net>
8542
8543 * gdb.texinfo (Installing GDB): Warn against
8544 ".../gdb-VERSION/gdb/configure".
8545 (Separate Objdir): Likewise.
8546
867f3898
AC
85472003-01-15 Andrew Cagney <ac131313@redhat.com>
8548
8549 * gdbint.texinfo (Target Architecture Definition): Delete
8550 definition of PRINT_REGISTER_HOOK.
8551
f153cc92
EZ
85522003-01-15 Elena Zannoni <ezannoni@redhat.com>
8553
8554 (OpenRISC 1000): Fix formatting of command names.
8555
c60eb6f1
EZ
85562003-01-15 Elena Zannoni <ezannoni@redhat.com>
8557
8558 * gdb.texinfo (Continuing and Stepping): Add new command
8559 'advance'. Clarify behavior of 'until'.
8560
f5ebfba0
DJ
85612003-01-13 Daniel Jacobowitz <drow@mvista.com>
8562
8563 * gdb.texinfo (Files): Document solib-absolute-prefix and
8564 solib-search-path.
8565
4ce8657e
MC
85662003-01-09 Michael Chastain <mec@shout.net>
8567
8568 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
8569 (Create a Release): Add new instructions for new @file{src-release}.
8570 Document existing instructions for @file{Makefile.in} as
8571 being for @value{GDBN} 5.3.1 or earlier.
8572
372613e3
AC
85732003-01-09 Andrew Cagney <ac131313@redhat.com>
8574
8575 * gdbint.texinfo (Target Architecture Definition): Mention
8576 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
8577 allocate memory.
8578
b4e9345d
DJ
85792003-01-04 Daniel Jacobowitz <drow@mvista.com>
8580
8581 * gdb.texinfo (Controlling GDB): Add @kindex for
8582 "show osabi".
8583 (Backtraces): Add @kindex's for backtrace-below-main.
8584
98b45e30
DJ
85852003-01-04 Daniel Jacobowitz <drow@mvista.com>
8586
8587 * gdb.texinfo (Controlling GDB): Document "set osabi".
8588
95f90d25
DJ
85892003-01-04 Daniel Jacobowitz <drow@mvista.com>
8590
8591 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
8592 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
8593
1e698235
DJ
85942003-01-04 Daniel Jacobowitz <drow@mvista.com>
8595
8596 * gdb.texinfo (Controlling GDB): Add ABI section. Document
8597 "set coerce-float-to-double".
8598 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
8599
e632838e
AC
86002003-01-02 Andrew Cagney <ac131313@redhat.com>
8601
8602 * stabs.texinfo: Remove obsolete text.
8603 * gdbint.texinfo: Ditto.
8604 * gdb.texinfo: Ditto.
8605
c133ab7a
MK
86062002-12-22 Mark Kettenis <kettenis@gnu.org>
8607
8608 * gdbint.texinfo (Target Architecture Definition): Update
8609 description of gdbarch_register_osabi.
8610
f821f325
KH
86112002-12-20 Kazu Hirata <kazu@cs.umass.edu>
8612
8613 * agentexpr.texi: Fix typos.
8614 * annotate.texi: Likewise.
8615 * fdl.texi: Likewise.
8616
85a6d8d3 86172002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
8618
8619 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
8620 DEPRECATED_INIT_FRAME_PC.
8621
ae45cd16
AC
86222002-12-01 Andrew Cagney <ac131313@redhat.com>
8623
8624 * gdbint.texinfo (Target Architecture Definition): Delete
8625 PC_IN_CALL_DUMMY.
8626
07555a72
AC
86272002-11-28 Andrew Cagney <ac131313@redhat.com>
8628
8629 * gdbint.texinfo (Host Definition): Delete documentation on
8630 USE_GENERIC_DUMMY_FRAMES.
8631
c166cdc7
EZ
86322002-11-26 Elena Zannoni <ezannoni@redhat.com>
8633
5ae4183a 8634 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
8635 * Makefile.in (install-info): Run the install-info command as part
8636 of the post install steps only.
8637 (uninstall-info): New target.
8638 (uninstall): New target.
8639
35db0260
EZ
86402002-11-22 Elena Zannoni <ezannoni@redhat.com>
8641
8642 * Makefile.in (install): Make install do some real work.
8643
9ba8d803
AC
86442002-11-19 Andrew Cagney <ac131313@redhat.com>
8645
8646 Fix POSIX problem reported by Paul Eggert.
8647 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
8648 Fix PR gdb/527.
8649
903ad3a6
AC
86502002-10-26 Andrew Cagney <cagney@redhat.com>
8651
8652 * gdbint.texinfo (Target Architecture Definition): Delete
8653 definition of DO_REGISTERS_INFO.
8654
f2abfe65
KB
86552002-10-18 Kevin Buettner <kevinb@redhat.com>
8656
8657 * gdbint.texinfo (Address Classes): Fix problems with insertion
8658 of ``{'' and ``}'' in example.
8659
b5b0480a
KB
86602002-10-17 Kevin Buettner <kevinb@redhat.com>
8661
8662 * gdbint.texinfo (Address Classes): New section.
8663 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
8664 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
8665 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
8666 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
8667
c85508ee
KD
86682002-10-11 Klee Dienes <kdienes@apple.com>
8669
8670 * gdb.texinfo (Registers): Mention vector registers as well as
8671 floating registers in the documentation for 'info registers' and
8672 'info all-registers'.
8673
6d12fc3d
DJ
86742002-10-11 Daniel Jacobowitz <drow@mvista.com>
8675
8676 * gdbint.texinfo (CPLUS_MARKER): Remove item.
8677
8d19fbd2
JJ
86782002-10-03 Jeff Johnston <jjohnstn@redhat.com>
8679
8680 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
8681 interface definition.
8682
a37295f9
MM
86832002-10-03 Marko Mlinar <markom@opencores.org>
8684
8685 * gdb.texinfo (Target Commands): Add or1k target specific
8686 commands.
8687 * gdb.texinfo (Contributors): Add myself to the contributors list.
8688
da0f9dcd
AC
86892002-10-01 Andrew Cagney <ac131313@redhat.com>
8690
8691 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
8692 and "mi1" instead of "mi1" and "mi0".
8693
2e834e49
HPN
86942002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
8695
8696 * gdb.texinfo (Packets): Fix typos "alligned".
8697 Correct z3/Z3 description. Correct z4/Z4 title.
8698
050be0dc
AC
86992002-09-27 Andrew Cagney <ac131313@redhat.com>
8700
8701 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
8702
1104b9e7
KB
87032002-09-25 Kevin Buettner <kevinb@redhat.com>
8704
8705 * gdb.texinfo: Use GNU/Linux instead of Linux.
8706
512217c7
AC
87072002-09-25 Andrew Cagney <ac131313@redhat.com>
8708
8709 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
8710
10998722
AC
87112002-09-24 Andrew Cagney <ac131313@redhat.com>
8712
512217c7 8713 * gdb.texinfo: Replace @example with @smallexample.
10998722 8714
a0eb71c5
KB
87152002-09-20 Kevin Buettner <kevinb@redhat.com>
8716
f7dc1244 8717 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
8718 * gdb.texinfo (Character Sets): Use @smallexample instead of
8719 @example. Use GNU/Linux instead of Linux.
8720
87212002-09-20 Jim Blandy <jimb@redhat.com>
8722
8723 * gdb.texinfo: Add character set documentation.
8724
2f870471
AC
87252002-09-19 Andrew Cagney <ac131313@redhat.com>
8726
8727 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
8728 (Packets): Add cross reference from `b' packet to `z' packets.
8729
790eb8f5
AC
87302002-09-19 Andrew Cagney <ac131313@redhat.com>
8731
8d30a00d
AC
8732 * gdb.texinfo (Maintenance Commands): Document ``maint
8733 internal-error'' and ``maint internal-warning''.
8734
790eb8f5
AC
8735 * gdbint.texinfo (Target Architecture Definition): Revise
8736 description of STACK_ALIGN. Add description of FRAME_ALIGN.
8737
a23a7bf1
JB
87382002-09-19 Joel Brobecker <brobecker@gnat.com>
8739
8740 * gdbint.texinfo (Target Conditionals): Document the new
8741 NAME_OF_MALLOC macro.
8742
299ffc64
AC
87432002-09-05 Andrew Cagney <ac131313@redhat.com>
8744
8745 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
8746 engineer.
8747
b7bb15bc
SC
87482002-09-02 Stephane Carrez <stcarrez@nerim.fr>
8749
8750 * gdb.texinfo (TUI Overview): Document status line fields.
8751
3d757584
SC
87522002-09-02 Stephane Carrez <stcarrez@nerim.fr>
8753
8754 * gdb.texinfo (TUI Commands): Document info win command.
8755
269c21fe
SC
87562002-09-01 Stephane Carrez <stcarrez@nerim.fr>
8757
8758 * gdb.texinfo (TUI Overview): Document breakpoint markers.
8759
7cf36c78
SC
87602002-09-01 Stephane Carrez <stcarrez@nerim.fr>
8761
8762 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
8763 (TUI Keys): Likewise.
8764
d2c6833e
AC
87652002-08-25 Andrew Cagney <ac131313@redhat.com>
8766
8767 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
8768 for a packet receive.
8769
46d8b1c3
AC
87702002-08-25 Andrew Cagney <ac131313@redhat.com>
8771
8772 * Makefile.in (clean): Move to end of file.
8773 (distclean, maintainer-clean, realclean): Ditto.
8774 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
8775 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
8776 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
8777 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
8778
b0787093
AC
87792002-08-24 Andrew Cagney <ac131313@redhat.com>
8780
8781 * Makefile.in (GDBINT_TEX_TMPS): Define.
8782 (gdbint.dvi, gdbint.pdf): Use
8783 (GDB_TEX_TMPS): Define.
8784 (gdb.dvi, gdb.pdf): Use.
8785 (STABS_TEX_TMPS): Define.
8786 (stabs.dvi, stabs.pdf): Use.
8787 (GDB_DOC_SOURCE_INCLUDES): New macros.
8788 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
8789 (GDBINT_DOC_FILES_INCLUDES): New macros.
8790 (GDBINT_DOC_BUILD_INCLUDES): New macros.
8791 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
8792 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
8793 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
8794 (links2roff): Replace SFILES_INCLUDED with
8795 GDB_DOC_SOURCE_INCLUDES.
8796 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
8797 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
8798 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
8799 dependencies.
8800 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
8801 dependencies.
8802 (gdbmi.texinfo): Delete rule.
8803 (inc-hist.texinfo): Delete rule.
8804 (rluser.texinfo): Delete rule.
8805
ebba8386
AC
88062002-08-23 Andrew Cagney <cagney@redhat.com>
8807
8808 * gdbint.texinfo (Target Architecture Definition): Update
8809 STORE_RETURN_VALUE, mention regcache.
8810
0ab7a791
AC
88112002-08-21 Andrew Cagney <ac131313@redhat.com>
8812
8813 * gdbint.texinfo (Target Architecture Definition): Document
8814 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
8815
ee2d5c50
AC
88162002-08-19 Andrew Cagney <ac131313@redhat.com>
8817
8818 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
8819 Fix minor typos. Add index entries.
8820
53c69bd7
AC
88212002-08-18 Andrew Cagney <ac131313@redhat.com>
8822
8823 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
8824
e76f1f2e
AC
88252002-08-15 Andrew Cagney <ac131313@redhat.com>
8826
8827 * gdbint.texinfo (Target Architecture Definition): Document
8828 PRINT_VECTOR_INFO.
8829 * gdb.texinfo (Vector Unit): Document "info vectors" command.
8830
0680b120
AC
88312002-08-13 Andrew Cagney <ac131313@redhat.com>
8832
8833 * gdb.texinfo (Maintenance Commands): Document "maint print
8834 registers", "maint print raw-registers" and "maint print
8835 cooked-registers".
8836
3c3bea1c
GS
88372002-08-08 Grace Sainsbury <graces@redhat.com>
8838
a9331b3f 8839 From Mark Salter:
3c3bea1c
GS
8840 * gdb.texinfo (Protocol): Document T packet extension to
8841 allow watchpoint address reporting.
8842
42f9b0a5
AC
88432002-08-03 Andrew Cagney <ac131313@redhat.com>
8844
8845 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
8846
db034ac5
AC
88472002-08-01 Andrew Cagney <cagney@redhat.com>
8848
8849 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
8850 to CHILL.
8851
e2b28d04
AC
88522002-08-01 Andrew Cagney <ac131313@redhat.com>
8853
8854 * gdbint.texinfo (Coding): Revise section "Include Files".
8855
7fb623f7
AC
88562002-07-24 Andrew Cagney <cagney@redhat.com>
8857
8858 * gdbint.texinfo: Obsolete references to m88k.
8859 * gdb.texinfo: Ditto.
8860
4a2b4636
JB
88612002-07-10 Joel Brobecker <brobecker@gnat.com>
8862
7fb623f7 8863 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
8864 where the proper version of autoconf can be retrieved.
8865
a71ec265
DH
88662002-07-09 Don Howard <dhoward@redhat.com>
8867
8868 * gdb.texinfo (Command Files): Further describe the behavior of
8869 sourced command files.
8870
b9aa90c9
AC
88712002-06-27 Andrew Cagney <ac131313@redhat.com>
8872
8873 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
8874 (Coding): Clarify ISO C version that GDB assumes.
8875
40dd2248
TT
88762002-06-26 Tom Tromey <tromey@redhat.com>
8877
8878 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
8879 add_setshow_cmd_full.
8880
bfac230e
DH
88812002-06-25 Don Howard <dhoward@redhat.com>
8882
8883 * gdb.texinfo (Memory Region Attributes): Document new behavior
8884 for 'mem' command.
8885
475b0867
JB
88862002-06-11 Jim Blandy <jimb@redhat.com>
8887
919d772c
JB
8888 * gdb.texinfo (Symbols): Update documentation for `info source'
8889 command.
8890
475b0867
JB
8891 * gdb.texinfo (Macros): Call the command `info macro', not
8892 `show macro'.
8893
ba8c9337
AC
88942002-06-09 Andrew Cagney <ac131313@redhat.com>
8895
8896 * gdbint.texinfo (Coding): Add section ``Per-architecture module
8897 data''.
8898
1029b7fa
MK
88992002-06-09 Mark Kettenis <kettenis@gnu.org>
8900
8901 * gdbint.texinfo (Target Architecture Definition): Document
8902 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
8903
16737d73
AC
89042002-06-08 Andrew Cagney <ac131313@redhat.com>
8905
8906 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
8907 lists.
8908
30107679
AC
89092002-06-08 Andrew Cagney <ac131313@redhat.com>
8910
8911 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
8912 Branch''.
8913
3352e23e
AC
89142002-06-01 Andrew Cagney <ac131313@redhat.com>
8915
8916 * gdbint.texinfo (Target Architecture Definition): Add section
8917 ``Converting an existing Target Architecture to Multi-arch''.
8918
cbb09e6a
AC
89192002-05-30 Andrew Cagney <ac131313@redhat.com>
8920
8921 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
8922 to ``Obsoleting code''. Revise.
8923
e2e0bcd1
JB
89242002-05-17 Jim Blandy <jimb@redhat.com>
8925
8926 * gdb.texinfo (C Preprocessor Macros): New chapter.
8927 Include it in the main menu.
8928 (Contributors): Credit Jim Blandy with macro support.
8929 (Compilation): Explain how to get macro information into the
8930 executable.
8931 (Expressions): Note that preprocessor macros are expanded.
8932
9db8d71f
DJ
89332002-05-14 Daniel Jacobowitz <drow@mvista.com>
8934
8935 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
8936 options for `target remote'.
8937
6d531722
AC
89382002-05-13 Andrew Cagney <ac131313@redhat.com>
8939
8940 * gdbint.texinfo (Target Architecture Definition): Delete
8941 documentation on NNPC_REGNUM.
8942
13d01224
AC
89432002-05-11 Andrew Cagney <ac131313@redhat.com>
8944
8945 * gdbint.texinfo (Target Architecture Definition): Document
8946 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
8947 (Target Architecture Definition): Revise section `Using Different
8948 Register and Memory Data Representations'. Add section `Raw and
8949 Virtual Register Representations'.
8950
b2e75d78
AC
89512002-05-11 Andrew Cagney <ac131313@redhat.com>
8952
8953 * gdbint.texinfo (Target Architecture Definition): Mention
8954 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
8955 (Target Architecture Definition): Mention same. Add references to
8956 web pages.
8957
2c8682ee
MS
89582002-05-08 Michael Snyder <msnyder@redhat.com>
8959
8960 * stabs.texinfo (Attributes): Document new "vector" attribute.
8961
0816590b
AC
89622002-05-04 Andrew Cagney <ac131313@redhat.com>
8963
8964 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
8965
2653173e
AC
89662002-05-04 Andrew Cagney <ac131313@redhat.com>
8967
8968 * gdb.texinfo: Delete obsolete references to a29k.
8969
d7bd68ca
AC
89702002-04-24 Andrew Cagney <ac131313@redhat.com>
8971
8972 * gdbint.texinfo (Target Architecture Definition): Replace
8973 IN_SIGTRAMP with PC_IN_SIGTRAMP.
8974
21d83aa5
DM
89752002-04-24 David S. Miller <davem@redhat.com>
8976
8977 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
8978
7673a6cc
DM
89792002-04-21 David S. Miller <davem@redhat.com>
8980
8981 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
8982
d49d1e0a
AC
89832002-04-21 Andrew Cagney <ac131313@redhat.com>
8984
8985 * gdbint.texinfo (Target Architecture Definition): Delete
8986 definition of HAVE_REGISTER_WINDOWS.
8987
f7dc1244 89882002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
8989
8990 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
8991 "Theodore A. Roth" <troth@verinet.com>.
8992
5ca0cb28
DH
89932002-04-15 Don Howard <dhoward@redhat.com>
8994
f7dc1244 8995 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 8996 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 8997 Provide a better explaination of this feature.
5ca0cb28 8998
f208ba17
AC
89992002-04-14 Andrew Cagney <ac131313@redhat.com>
9000
9001 * gdbint.texinfo (Target Architecture Definition): Remove
9002 FRAME_CHAIN_COMBINE.
9003
d5ba91de
MC
90042002-04-12 Michael Chastain <mec@shout.net>
9005
9006 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
9007 REG_STACK_SEGMENT.
9008
26818220
MC
90092002-04-09 Michael Chastain <mec@shout.net>
9010
9011 * gdbint.texinfo (Obsolete Conditionals): Remove references to
9012 PYRAMID_* macros.
9013
129188f6
AC
90142002-04-07 Andrew Cagney <ac131313@redhat.com>
9015
9016 * gdb.texinfo (Bug Reporting): Document that the web is the
9017 prefered way of submitting bug reports.
9018 (Bug Reporting): Delete the s-mail address as the last resort.
9019
8227c0ff
AC
90202002-04-05 Andrew Cagney <ac131313@redhat.com>
9021
9022 * gdbint.texinfo (Target Architecture Definition): Delete
9023 references to TARGET_WRITE_FP and write_fp.
9024
16d9dec6
MS
90252002-03-27 Michael Snyder <msnyder@redhat.com>
9026
9027 * gdb.texinfo: Document new commands dump, append, and restore.
9028
9ae8b82c
AC
90292002-03-27 Andrew Cagney <ac131313@redhat.com>
9030
9031 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
9032 Branch'.
9033
474c8240
AC
90342002-03-18 Andrew Cagney <ac131313@redhat.com>
9035
9036 * gdb.texinfo: Change all examples to @smallexample.
9037 * gdbint.texinfo: Ditto.
a9331b3f 9038
fb0ff88f
AC
90392002-03-18 Andrew Cagney <ac131313@redhat.com>
9040
9041 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
9042 Branches''.
9043
9bb0a4d8
AC
90442002-03-18 Andrew Cagney <ac131313@redhat.com>
9045
9046 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
9047 Policy''.
9048
937f164b
FF
90492002-03-04 Fred Fish <fnf@redhat.com>
9050
9051 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
9052 expresson, suports, dependant, trhe, perhaphs, situtations,
9053 explictily, taged, oportunity, unfortunatly).
9054
a7b40f07
AC
90552002-02-24 Andrew Cagney <ac131313@redhat.com>
9056
9057 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
9058 Remove reference to 3.12.
9059
aab4e0ec
AC
90602002-02-23 Andrew Cagney <ac131313@redhat.com>
9061
9062 * gdbint.texinfo: Include fdl.texi.
9063 (Top): Add GNU Free Documentation License.
9064 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
9065 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
9066 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
9067 (gdbint.info): Add srcdir to include path.
9068 * gdb.texinfo: Include gpl.texi.
9069 (Top): Add Copying.
9070 * gpl.texi: New file.
9071
47b95330
AC
90722002-02-23 Andrew Cagney <ac131313@redhat.com>
9073
9074 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
9075
78c47bea
PM
90762002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9077
9078 * gdb.texinfo: Document Cygwin native specific commands.
9079
56460a61
DJ
90802002-02-15 Daniel Jacobowitz <drow@mvista.com>
9081
9082 * gdb.texinfo: Document gdbserver ``--attach'' command.
9083
def71bfa
MS
90842002-02-07 Michael Snyder <msnyder@redhat.com>
9085
9086 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
9087 to @code(_ovly_debug_event).
9088
c928edc0
AC
90892002-02-07 Andrew Cagney <ac131313@redhat.com>
9090
9091 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
9092
81d46470
MS
90932002-02-06 Michael Snyder <msnyder@redhat.com>
9094
9095 * gdb.texinfo (overlays): Mention new magic symbol
9096 '_ovly_debug_event', which allows GDB to keep better track
9097 of overlays.
9098
f7dc1244 90992002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
9100
9101 * gdb.texinfo (Memory Region Attributes): Fix the wording.
9102 Suggested by Dmitry Sivachenko.
9103
9104 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
9105
15110bc3
MS
91062002-02-01 Michael Snyder <msnyder@redhat.com>
9107
9108 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
9109
6763aef9
MS
91102002-01-30 Michael Snyder <msnyder@redhat.com>
9111
ac282366
MS
9112 * gdb.texinfo: (remote protocol): Gramatical fix-up.
9113 (set trust-readonly-sections): Document.
6763aef9 9114
8642bc8f
AC
91152002-01-29 Andrew Cagney <ac131313@redhat.com>
9116
9117 * gdbint.texinfo (Releasing GDB): Revise and update.
9118
afe64c1a
AC
91192002-01-28 Andrew Cagney <ac131313@redhat.com>
9120
9121 * gdbint.texinfo (Target Architecture Definition): Delete
9122 description of TARGET_BYTE_ORDER_DEFAULT.
9123
f7dc1244 91242002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
9125
9126 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
9127 <mitya@cavia.pp.ru>.
9128
3d6e1b5a
AC
91292002-01-23 Andrew Cagney <ac131313@redhat.com>
9130
9131 * libgdb.texinfo: Delete file.
9132
6c0e9fb3
AC
91332002-01-22 Andrew Cagney <ac131313@redhat.com>
9134
9135 * gdb.texinfo: Remove makeinfo 3.12 hacks.
9136 * gdbint.texinfo: Ditto.
9137
e0ce93ac
AC
9138Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
9139
9140 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
9141
be298bcc
AC
91422002-01-22 Andrew Cagney <ac131313@redhat.com>
9143
9144 * Makefile.in: Update copyright.
9145 (TEXI2DVI): Define.
9146 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
9147 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
9148 gdb-cfg.texi.
9149 (TEXINDEX, PDFTEX): Delete makefile variables.
9150
8e04817f
AC
91512002-01-22 Andrew Cagney <ac131313@redhat.com>
9152
9153 * gdb.texinfo (Protocol): Move section to appendix.
9154
6b2f586d
AC
91552002-01-21 Andrew Cagney <ac131313@redhat.com>
9156
9157 * gdb.texinfo (Remote Debugging): Create a menu.
9158 (Top): Add ``Remote Debugging'' to menu.
9159
6f05cf9f
AC
91602002-01-21 Andrew Cagney <ac131313@redhat.com>
9161
9162 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
9163 serial protocol'' from here.
9164 (Remote Debugging): To here. New chapter.
9165
3fd3d7d2
AC
91662002-01-20 Andrew Cagney <ac131313@redhat.com>
9167
9168 * gdbint.texinfo (Target Architecture Definition): Delete
9169 description of TARGET_BYTE_ORDER_SELECTABLE_P.
9170
7fd60527
AC
91712002-01-20 Andrew Cagney <ac131313@redhat.com>
9172
9173 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
9174 are no longer needed.
9175 (Porting GDB): Add maintainer note about configure.host.
9176
c2f05ac9
AC
91772002-01-20 Andrew Cagney <ac131313@redhat.com>
9178
9179 * gdbint.texinfo (Target Architecture Definition): Remove
9180 definition of IEEE_FLOAT.
9181
f7dc1244 91822002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
9183
9184 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
9185 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
9186 <3diff@gnu.org>
231b2aad 9187
82600034
AC
91882002-01-19 Andrew Cagney <ac131313@redhat.com>
9189
9190 * gdbint.texinfo (Host Definition): Remove references to
9191 MALLOC_INCOMPATIBLE.
9192
7708fa01
AC
91932002-01-17 Andrew Cagney <ac131313@redhat.com>
9194
9195 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
9196 and xyz-xdep.o.
9197
eb12ee30
AC
91982002-01-17 Andrew Cagney <ac131313@redhat.com>
9199
889bf7c5 9200 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
9201 (Set Breaks): Copy ``maint info breakpoint'' doco to
9202 ``Maintenance Commands'' appendix. Add reference.
9203
c9ccaa92
AC
92042002-01-17 Andrew Cagney <ac131313@redhat.com>
9205
9206 * fdl.texi: Remove next/prev from @node.
9207
f7dc1244 92082002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
9209
9210 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
9211 for monstrous @multitable (from Brian Youmans).
9212
9213 * fdl.texi: New file.
9214
9215 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
9216
8973da3a
AC
92172002-01-15 Andrew Cagney <ac131313@redhat.com>
9218
9219 * gdbint.texinfo (Releasing GDB): New chapter.
9220
7d86b5d5
AC
92212002-01-14 Andrew Cagney <ac131313@redhat.com>
9222
9223 * gdb.texinfo (Embedded Processors, Calling program functions):
9224 Obsolete references to a29k.
9225
cc1cb004
AC
92262002-01-13 Andrew Cagney <ac131313@redhat.com>
9227
9228 * gdbint.texinfo (Coding): Review Cleanups section. Examples
9229 examples. Document that a code-block should do or discard its
9230 cleanups before exit.
9231
79f12247
MS
92322002-01-11 Michael Snyder <msnyder@redhat.com>
9233
9234 * gdb.texinfo (Choosing files): Change @samp to @file.
9235
19837790
MS
92362002-01-05 Michael Snyder <msnyder@redhat.com>
9237
9238 * gdb.texinfo (--pid): Document new command line option (attach).
9239
f7dc1244 92402002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
9241
9242 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
9243 in the stub.
9244
d7449b42
AC
92452002-01-04 Andrew Cagney <ac131313@redhat.com>
9246
9247 * gdbint.texinfo (Target Architecture Definition): Replace
9248 BIG_ENDIAN with BFD_ENDIAN_BIG.
9249
f23631e4
AC
92502002-01-03 Andrew Cagney <ac131313@redhat.com>
9251
9252 * gdbint.texinfo (Target Architecture Definition): Replace
9253 value_ptr with struct value pointer.
9254
72c9928d
EZ
92552002-01-02 Eli Zaretskii <eliz@gnu.org>
9256
9257 * gdb.texinfo (Free Software): Fix wording.
9258
959acfd1
EZ
92592001-12-31 Eli Zaretskii <eliz@gnu.org>
9260
9261 * gdb.texinfo (Free Software): New section ``Free Software Needs
9262 Free Documentation''.
9263
f7dc1244 92642001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
9265
9266 * stabs.texinfo:
9267 * gdb.texinfo:
9268 * gdbint.texinfo:
9269 * libgdb.texinfo:
9270 * annotate.texi: Fix the application of GFDL in the Copyright notice.
9271
6600abed
MS
92722001-12-29 Michael Snyder <msnyder@redhat.com>
9273
9274 * gdb.texinfo (maint info sections): Fix typo.
9275
f6680716
MS
92762001-12-26 Michael Snyder <msnyder@redhat.com>
9277
fe95c787
MS
9278 * gdb.texinfo (maint info sections): Document.
9279
a9331b3f 9280 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
9281 'info proc' sub-options that are currently not implemented.
9282
c3d3ce5b
JB
92832001-12-20 Jim Blandy <jimb@redhat.com>
9284
9285 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
9286
778eb05e
AC
92872001-12-15 Andrew Cagney <ac131313@redhat.com>
9288
9289 * gdbint.texinfo (Target Architecture Definition): Replace
9290 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
9291
2607059c
AC
92922001-12-01 Andrew Cagney <ac131313@redhat.com>
9293
9294 * gdbint.texinfo (Host Definition): Delete documentation on
9295 HOST_BYTE_ORDER.
9296
df0cd8c5
JB
92972001-11-30 Jim Blandy <jimb@redhat.com>
9298
9299 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 9300 overlay support. Add to top-level menu.
df0cd8c5 9301
88118b3a
TT
93022001-11-26 Tom Tromey <tromey@redhat.com>
9303
9304 * gdb.texinfo (Command Syntax): Document C-o binding.
9305
96565e91
CF
93062001-07-26 Christopher Faylor <cgf@redhat.com>
9307
9308 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
9309 use since it is described in the referenced section.
9310
f7dc1244 9311 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
9312 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
9313 clearer when using DJGPP.
9314
2a3d5645
CF
93152001-11-24 Christopher Faylor <cgf@redhat.com>
9316
9317 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
9318 specifically refer to MS-DOS.
9319 (command files): Mention gdb.ini is only used on MS-DOS.
9320
aa26fa3a
TT
93212001-11-21 Tom Tromey <tromey@redhat.com>
9322
9323 * gdb.texinfo (Invoking GDB): Document --args.
9324 (Mode Options): Likewise.
9325
4f8ada06
JB
93262001-11-21 Jim Blandy <jimb@redhat.com>
9327
9328 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
9329 Delete documentation; this macro has been removed from the
9330 sources.
4f8ada06 9331
3fe0dc10
JB
93322001-11-13 Jim Blandy <jimb@redhat.com>
9333
9334 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
9335
9e5abb06
CV
93362001-11-06 Corinna Vinschen <vinschen@redhat.com>
9337
9338 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
9339
1c5dfdad
MS
93402001-11-05 Michael Snyder <msnyder@redhat.com>
9341
a9331b3f 9342 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
9343 quote regexp chars in function names such as "operator*()".
9344
990f9fe3
FF
93452001-11-01 Fred Fish <fnf@redhat.com>
9346
9347 * gdbint.texinfo (SOLIB_ADD): Document additional new
9348 "readsyms" arg.
9349
b433d00b
DH
93502001-10-30 Don Howard <dhoward@redhat.com>
9351
070b1dd3
DH
9352 * gdb.texinfo: (Command Files) Added documentation for the
9353 behavior of gdb with input redirected from a file.
b433d00b 9354
b7209cb4
FF
93552001-10-28 Fred Fish <fnf@redhat.com>
9356
9357 * gdb.texinfo (auto-solib-add): Change docs to match
9358 implementation change.
9359 (auto-solib-limit): Add docs for new variable.
9360
1aa20aa8
AC
93612001-10-15 Andrew Cagney <ac131313@redhat.com>
9362
9363 * gdbint.texinfo (Target Architecture Definition): Function
9364 value_as_pointer renamed to value_as_address.
9365
fc0c74b1
AC
93662001-10-15 Andrew Cagney <ac131313@redhat.com>
9367
9368 * gdbint.texinfo (Target Architecture Definition): Default
9369 POINTER_TO_ADDRESS functions assume unsigned addresses.
9370 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
9371 posting by Jim Blandy.
9372
f4846649
JB
93732001-10-12 Jim Blandy <jimb@redhat.com>
9374
9375 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
9376 version of texi2html (1.64) doesn't support this flag any more.
9377
f277788b
MK
93782001-09-08 Mark Kettenis <kettenis@gnu.org>
9379
a9dc4918
MK
9380 * gdbint.texinfo (Host Definition): Remove description of
9381 MEM_FNS_DECLARED.
9382
d28379df
MK
9383 * gdbint.texinfo (Host Definition): Remove description of R_OK.
9384
f277788b
MK
9385 * gdbint.texinfo (Host Definition): Remove description of
9386 HAVE_SIGSETMASK.
9387
7ccaa899
EZ
93882001-09-04 Elena Zannoni <ezannoni@redhat.com>
9389
9390 * gdbint.texinfo (Target Architecture Definition): Add
9391 explanation of TARGET_PRINT_INSN macro.
9392
17d9d558
JB
93932001-08-30 Jim Blandy <jimb@redhat.com>
9394
9395 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
9396 Explain what it means to load relocatable files.
9397
72cde065
JB
93982001-08-28 Jim Blandy <jimb@redhat.com>
9399
9400 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
9401 info `top' menu.
9402
9e678452
CF
9403Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
9404
9405 * gdbint.texinfo: Add a cautionary note about macro use.
9406
a2bea4c3 94072001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 9408
a2bea4c3
CV
9409 * gdb.texinfo: Explain omitting the hostname in the
9410 `target remote' command.
9411
1129bf27
DJ
94122001-07-30 Daniel Jacobowitz <drow@mvista.com>
9413
9414 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
9415 and END-INFO-DIR-ENTRY.
9416
732b3002
SC
94172001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9418
9419 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
9420
89437448
AC
94212001-07-25 Andrew Cagney <ac131313@redhat.com>
9422
9423 * gdbint.texinfo (libgdb): Rewrite.
9424
f7dc1244 94252001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
9426
9427 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
9428
c4555f82
SC
94292001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9430
9431 * gdb.texinfo (TUI): New chapter, document the TUI.
9432 (Mode Options): Document the -tui option.
9433
2f45a6e0
MK
94342001-07-23 Mark Kettenis <kettenis@gnu.org>
9435
9436 * gdbint.texinfo (Host Definition): Remove description of
9437 NEED_POSIX_SETPGID.
9438
f7dc1244 94392001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
9440
9441 * gdb.tex (DJGPP Native): New node, with descriptions of
9442 DJGPP-specific commands.
9443
be9c6c35
JM
94442001-07-19 John R. Moore <jmoore@redhat.com>
9445
9446 * gdbint.texinfo: Three misspellings.
9447
dfa249fb
AC
94482001-07-06 Andrew Cagney <ac131313@redhat.com>
9449
9450 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
9451 `test` expressions on bash. Problem reported by Colin Walters.
9452
c72e7388
AC
94532001-07-04 Andrew Cagney <ac131313@redhat.com>
9454
9455 * gdbint.texinfo (User Interface): Update ui-out documentation to
9456 refelect recent UI/MI updates.
9457
94bbb2c0
AC
94582001-07-04 Andrew Cagney <ac131313@redhat.com>
9459
9460 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
9461 interpreters.
9462
af6c57ea
AC
94632001-06-15 Andrew Cagney <ac131313@redhat.com>
9464
9465 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
9466 structure and not macros.
9467 (Host Definition): Document that much of this chapter is obsolete.
9468 (Target Architecture Definition): Update list of files that make
9469 up a target architecture.
9470 (Coding): Update.
9471
83aa8bc6
AC
94722001-06-28 Andrew Cagney <ac131313@redhat.com>
9473
9474 * gdbint.texinfo (Target Architecture Definition): Update
9475 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
9476 The latter has been changed to a true predicate.
9477
f7dc1244 94782001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
9479
9480 * annotate.texi: Add @noindent where needed. From Dmitry
9481 Sivachenko <dima@Chg.RU>.
9482 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
9483
656db9b0
AC
94842001-06-16 Andrew Cagney <ac131313@redhat.com>
9485
9486 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
9487
df2396a1
AC
94882001-06-14 Andrew Cagney <ac131313@redhat.com>
9489
9490 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
9491 returns ``OK''. Document that the ``R'' packet does not reply.
9492
0f1f2b0a
MS
94932001-06-13 Michael Snyder <msnyder@redhat.com>
9494
9495 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
9496
f7dc1244 94972001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
9498
9499 * gdb.texinfo (Signals): Clarify the default setting of signal
9500 handling.
9501
a5d7c491
AC
95022001-05-14 Andrew Cagney <ac131313@redhat.com>
9503
9504 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
9505 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
9506
05a54c4f
AC
95072001-05-12 Andrew Cagney <ac131313@redhat.com>
9508
9509 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
9510
f7dc1244 95112001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
9512
9513 * gdbint.texinfo (Clean Design and Portable Implementation):
9514 Renamed from "Clean Design".
9515 (Clean Design and Portable Implementation): Document portable
9516 methods of handling file names, and the associated macros.
9517
f7dc1244 95182001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
9519
9520 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
9521 command and provide a cross-reference to its description.
9522 (Symbols): Note that "info scope" is useful for trace experiments.
9523
f7dc1244 95242001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 9525
b37052ae
EZ
9526 * gdb.texinfo (Symbols): Document "info scope".
9527 (Tracepoints): New chapter.
9528 (Contributors): Update for v5.1.
9529 <All nodes>: Change "C++" to "C@t{++}".
9530
0ee54786
EZ
9531 * gdbint.texinfo (User Interface): A new section about ui_out
9532 functions, based on text written by Fernando Nasser.
9533
c534679c
EZ
9534 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
9535
f7dc1244 95362001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 9537
e9c75b65
EZ
9538 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
9539
9540 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
9541
9542 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
9543 Replace "GDB" with "@value{GDBN}". Fix markup.
9544
9545 * annotate.texi: Change Permissions to GFDL. Update Copyright.
9546
3d67e040
EZ
9547 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
9548 a cross-reference to its description.
9549 (Symbols): Document "info symbol".
9550
f7dc1244 95512001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
9552
9553 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
9554 subsection "x86 Watchpoints".
9555 (Target Architecture Definition): Document the macros
9556 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
9557 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
9558
b0ed3589
AC
95592001-03-20 Andrew Cagney <ac131313@redhat.com>
9560
9561 * gdbint.texinfo (Target Architecture Definition): Update
9562 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
9563 list.
9564
b6ba6518
KB
95652001-03-06 Kevin Buettner <kevinb@redhat.com>
9566
9567 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
9568 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
9569
f7dc1244 95702001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
9571
9572 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
9573
f7dc1244 95742001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 9575
17cc6a06
EZ
9576 * gdb.texinfo (Environment): Document that `path' does not change
9577 the value of PATH in GDB's own environment (it did in the past,
9578 but that was changed on March 15, 1994). Reported by Doug Evans
9579 <dje@transmeta.com>.
9580
56caf160
EZ
9581 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
9582 its line. Fix markup of commands and macros. Add an Index node
9583 and index entries.
9584
29e57380
C
95852001-01-23 J.T. Conklin <jtc@redback.com>
9586
9587 * gdb.texinfo (Memory region attributes): New manual section.
9588
1c6147de
ND
95892001-01-04 Nicholas Duffek <nsd@redhat.com>
9590
9591 * gdbint.texinfo (POP_FRAME): Document use by return_command.
9592
f7dc1244 95932000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
9594
9595 * refcard.tex: Version and copyright fixed. From Phil Edwards
9596 <pedwards@disaster.jaj.com>.
9597
0dcedd82
AC
9598Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
9599
9600 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 9601 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 9602
3b851bce
AC
9603Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
9604
9605 * gdbint.texinfo (Coding): Update current value of
889bf7c5 9606 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 9607
f7dc1244 96082000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
9609
9610 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
9611 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
9612
b90a5f51
CF
96132000-11-10 Christopher Faylor <cgf@cygnus.com>
9614
9615 * gdb.texinfo: Document new 'set step-mode' command.
9616
f7dc1244 96172000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
9618
9619 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
9620 changes from Dmitry Sivachenko <dima@Chg.RU>.
9621
f7dc1244 96222000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
9623
9624 * gdb.texinfo (Hooks): Document the new post-hook functionality.
9625 From Steven Johnson <sbjohnson@ozemail.com.au>.
9626
2e685b93
MK
96272000-08-10 Mark Kettenis <kettenis@gnu.org>
9628
9629 * gdbint.texinfo (Overall Structure): Spelling fix.
9630
f7dc1244 96312000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
9632
9633 * gdbint.texinfo (Target Architecture Definition): Document that
9634 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
9635 for which REGISTER_CONVERTIBLE returns a zero value.
9636
63ac3005
EZ
96372000-07-08 Christopher Faylor <cgf@cygnus.com>
9638
9639 * Makefile.in (install-info): Find files to install in either the
9640 build or source directories (adapted from Makefile.am).
9641
bd79f757
ND
96422000-07-07 Nicholas Duffek <nsd@redhat.com>
9643
9644 * stabs.texinfo: Fix spelling errors.
9645 (String Field): FILE-NUMBER starts from 0, not 1.
9646
f7dc1244 96472000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
9648
9649 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 9650 Brian Youmans.
5f208f6d 9651
f7dc1244 96522000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
9653
9654 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
9655 the source directory. Reported by Mark Harig
9656 <markh@frazier.landmark.com>.
cc542d3b 9657
f3b28801
C
96582000-06-20 J.T. Conklin <jtc@redback.com>
9659
9660 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
9661
449f3b6c
AC
9662Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
9663
9664 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 9665 Generate using pdftex.
449f3b6c 9666 (PDFTEX): Define.
889bf7c5 9667 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 9668 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 9669 @contents at the start.
449f3b6c 9670
f7dc1244 96712000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
9672
9673 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 9674 Youmans.
48e934c6 9675
9e9c5ae7
AC
9676Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
9677
9678 From Brian Youmans:
9679 * gdb.texinfo: Fix ``et al.''.
9680
c741b251
AC
9681Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
9682
9683 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 9684 loop.
c741b251 9685
4ab64e14
JG
96862000-05-19 Jimmy Guo <guo@cup.hp.com>
9687
9688 * configure: Regenerate.
9689
f7dc1244 96902000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
9691
9692 * Makefile.in (install-info): Run install-info on installed Info
9693 files.
9694
8c70017b
AC
9695Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
9696
a7cb598a 9697 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 9698 Andrew Cagney.
8c70017b 9699
f7dc1244 97002000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
9701
9702 * gdb.texinfo: Proofreading changes from Brian Youmans.
9703
bf0184be
ND
97042000-05-01 Nick Duffek <nsd@cygnus.com>
9705
9706 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
9707 startup sequence, minor edits.
9708
f7dc1244 97092000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
9710
9711 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
9712 TeX.
9713
9714 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
9715 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
9716 like `n' and `s' which look weird. Convert some of the @kindex to
9717 @vindex, when they refer to variables, not commands.
9718
33e16fad
AC
9719Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
9720
9721 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
9722
f7dc1244 97232000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
9724
9725 * Makefile.in (GDBMI_DIR): New variable.
9726 (SET_TEXINPUTS): Add $(GDBMI_DIR).
9727 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
9728 (gdbmi.texinfo): New target, for texi2roff.
9729 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
9730 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
9731
9732 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
9733 gdbmi.texinfo.
9734 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
9735 comment.
9736
d167840f
EZ
97372000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9738
9739 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 9740 command.
d167840f 9741
f7dc1244 97422000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
9743
9744 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
9745 prevents the build (and is generally a Bad Idea).
9746
f7dc1244 97472000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
9748
9749 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
9750 a comma inside @var.
9751 (Command Files): Index markup changes from Dmitry Sivachenko
9752 <dima@Chg.RU>.
9753
f7dc1244 97542000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
9755
9756 * Makefile.in (LN_S): Define.
9757 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
9758 invoke "ln -s" unless it is known to work.
9759
9760 * configure.in (AC_PROG_LN_S): Add.
9761
8dc7983f
JB
97622000-04-14 Jim Blandy <jimb@redhat.com>
9763
9764 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
9765 section.
9766 (Target Conditionals): Document ADDRESS_TO_POINTER,
9767 POINTER_TO_ADDRESS.
9768
1a8237e8
DB
97692000-04-11 Daniel Berlin <dan@cgsoftware.com>
9770
9771 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
9772 gdb-cfg.texi to get the value.
9773
ca526f1a
JB
97742000-04-10 Jim Blandy <jimb@redhat.com>
9775
9776 * gdbint.texinfo (Target Architecture Definition): Fix
9777 cross-references.
9778
faaafcb4
JB
97792000-04-08 Jim Blandy <jimb@redhat.com>
9780
9781 * gdbint.texinfo (Using Different Register and Memory Data
9782 Representations): New section.
9783 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
9784 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
9785 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 9786
1b27397f
AC
9787Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
9788
9789 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 9790 for acknowledgments.
1b27397f 9791
480ff1fb
AC
9792Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
9793
9794 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 9795 qThreadExtraInfo.
480ff1fb 9796
a9331b3f 97972000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 9798
a9331b3f
RM
9799 * gdb.texinfo: Clarify which remote debug protocol commands are
9800 required and which are optional.
f1251bdd 9801
dbeb8dbd
AC
9802Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
9803
9804 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
9805 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
9806 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
9807 * annotate.texi: Update.
9808
6d2ebf8b
SS
98092000-03-28 Stan Shebs <shebs@apple.com>
9810
9811 * gdb.texinfo: Update dates, bump to Eighth Edition (note
9812 expectation of additional changes before release), update
9813 ISBN, add copy of top-level menu for @ifhtml, remove explicit
9814 node links, rephrase and/or shorten lines to fix formatting
9815 problem in both regular and @smallbook formats.
9816 * annotate.texi: Shorten lines in example, use smallexample
9817 consistently everywhere.
9818 * Makefile.in: Add comment about texinfo 4.0 html generation.
9819 (SFILES_INCLUDED): Add annotate.texi.
9820
5d161b24
DB
98212000-03-27 Daniel Berlin <dan@cgsoftware.com>
9822
5ae4183a
AS
9823 * gdb.texinfo (Debugging Output): Added new section, documenting
9824 the "set/show debug" commands.
5d161b24 9825
b9deaee7
AC
9826Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
9827
9828 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 9829 entry.
b9deaee7
AC
9830
9831 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
9832 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 9833 @chapter and @node entries.
a9331b3f 9834
b9deaee7 9835 * gdb.texinfo: Link all top-level nodes.
a9331b3f 9836
9ef47d30
AC
9837Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
9838
9839 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 9840 files.
9ef47d30 9841
cfeada60
FN
98422000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
9843
9844 From David Whedon <dwhedon@gordian.com>
5ae4183a 9845 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 9846
6837a0a2
DB
98472000-03-22 Daniel Berlin <dan@cgsoftware.com>
9848
9849 * gdb.texinfo: Add documentation for the apropos command.
9850
bba2971c
MS
98512000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
9852
9853 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
9854
2b628194
MS
98552000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
9856
a9331b3f 9857 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
9858 two places.
9859
96a2c332
SS
98602000-03-17 Stan Shebs <shebs@apple.com>
9861
9862 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
9863 <dima@Chg.RU>, also clarification of allowed content for
9864 string constants.
9865
f7dc1244 98662000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
9867
9868 * gdb.texinfo (main menu): Add Annotations.
9869 (File Options): Add @cindex entries for each command-line option.
9870 Document --epoch, --annotate, --async, --interpreter, --write,
9871 --statistics, and --version.
9872
9873 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
9874 of GDB.
9875
9d233477
JB
98762000-02-23 Jim Blandy <jimb@redhat.com>
9877
9878 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
9879
14e0eb3b
JB
98802000-02-22 Jim Blandy <jimb@redhat.com>
9881
9882 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
9883
3555de01
JM
98842000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
9885
9886 * Makefile.in (diststuff): New target.
9887
5e35df8e
KB
98882000-02-15 Kevin Buettner <kevinb@redhat.com>
9889
9890 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 9891 architecture. [From Jim Wilson.]
5e35df8e 9892
c5394b80
JM
98932000-01-16 Tom Tromey <tromey@cygnus.com>
9894
9895 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
9896 (Delete Breaks): Mention range arguments.
9897 (Disabling): Likewise.
9898
c3f6f71d
JM
98992000-01-05 Dmitry Sivachenko <dima@Chg.RU>
9900
9901 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
9902
c4093a6a
JM
9903Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
9904
9905 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 9906 valid functions.
c4093a6a 9907
11cf8741
JM
99081999-11-05 Stan Shebs <shebs@andros.cygnus.com>
9909
9910 * gdb.texinfo: Clarify regular expressions used in rbreak.
9911
917317f4
JM
99121999-10-15 Kevin Buettner <kevinb@cygnus.com>
9913
9914 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
9915 MEMORY_REMOVE_BREAKPOINT): Document.
9916
9917Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
9918
9919 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 9920 offset re-using the DATA offset instead.
917317f4 9921
2df3850c
JM
99221999-10-11 Jim Kingdon <kingdon@redhat.com>
9923
9924 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
9925
99261999-10-05 Stan Shebs <shebs@andros.cygnus.com>
9927
9928 From Dmitry Sivachenko <demon@gpad.ac.ru>:
9929 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
9930 typos.
9931
9932 * gdb.texinfo: Various minor wording and formatting improvements,
9933 mentions of additional command-line options.
9934
2acceee2
JM
99351999-09-30 Fred Fish <fnf@cygnus.com>
9936
9937 * gdb.texinfo: Document additional forms of specifying section
9938 names and addresses for the add-symbol-file command.
9939
c2c6d25f
JM
99401999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
9941
9942 * gdbint.texinfo: Fix typo, add the word "have".
9943
99441999-09-14 Jim Blandy <jimb@cris.red-bean.com>
9945
9946 * gdbint.texinfo (Target Architecture Definition): Document the
9947 SKIP_PERMANENT_BREAKPOINT macro.
9948
d4f3574e
SS
99491999-09-07 Stan Shebs <shebs@andros.cygnus.com>
9950
9951 * gdb.texinfo: Fiks speling errers.
9952
9953 * gdb.texinfo: Fix uses of @multitable.
9954
f7dc1244 9955 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 9956 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 9957 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
9958 comments about using with optimization, add more indexing,
9959 fix info about disassembly-flavor.
9960
9961Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
9962
9963 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
9964 SKIP_SOLIB_RESOLVER): Define.
9965
9966Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
9967
9968 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 9969 ``g'' packets.
d4f3574e 9970
104c1213
JM
99711999-08-30 Stan Shebs <shebs@andros.cygnus.com>
9972
9973 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
9974 platform-specific info, inline remote.texi and move sections of it
9975 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
9976 and register stack into the new chapter.
9977 * remote.texi: Remove, now part of gdb.texinfo.
9978 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
9979
99801999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
9981
9982 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
9983 GDB_TARGET_IS_MACH386): These kludges have gone away.
9984
9985Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
9986
9987 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 9988 TDEPLIBS.
104c1213 9989
53a5351d
JM
99901999-08-20 Stan Shebs <shebs@andros.cygnus.com>
9991
9992 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
9993 surrounding text to fit HP-UX bits into general info.
9994 (HPPA-cfg.texi): Remove, no longer useful.
9995
9996 * gdb.texinfo: Remove explicit links from @node lines, remove
9997 HP-added "Detailed Node Listing" from main menu which confuses
9998 things.
9999
10000 From Dmitry Sivachenko <dima@Chg.RU>:
10001 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 10002 in description of `set environment'.
53a5351d
JM
10003
100041999-08-17 Stan Shebs <shebs@andros.cygnus.com>
10005
10006 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
10007
7be570e7
JM
100081999-08-12 Ben Elliston <bje@cygnus.com>
10009
10010 * gdbint.texinfo (Breakpoint Handling): Add missing words.
10011
f7dc1244 100121999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
10013
10014 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
10015 watch, awatch, and rwatch. Explain why the latter two cannot be
10016 set as software watchpoints. Document that watchpoints for local
10017 variables are deleted when the debuggee terminates.
7be570e7
JM
10018
10019Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
10020
10021 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
10022 packet. Allow E.. response packet. "qRcmd" packet is no longer
10023 reserved.
7be570e7
JM
10024
100251999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10026
a9331b3f
RM
10027 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
10028 * gdb.texinfo: Ditto.
7be570e7 10029
96baa820
JM
100301999-08-06 Tom Tromey <tromey@cygnus.com>
10031
10032 * gdb.texinfo (KOD): New node.
10033
10034Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
10035
10036 * remote.texi (Rcmd): Fix minor formatting typos.
10037
10038Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
10039
10040 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 10041 packets.
96baa820 10042
adf40b2e
JM
100431999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
10044
10045 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
10046 fixes.
10047
43ff13b4
JM
10048Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
10049
10050 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
10051
085dd6e6
JM
10052Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
10053
10054 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
10055 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
10056 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
10057 packets that are not supported on all hosts. Expand examples.
10058 Spell check.
085dd6e6
JM
10059
100601999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
10061
10062 * Makefile.in: Recognize html, install-html. Add targets
10063 to build HTML versions of documentation via texi2html.
10064
10065Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
10066
10067 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 10068 testsuite.
085dd6e6
JM
10069
10070Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
10071
10072 * remote.texi (Communication Protocol): Rewrite.
10073
10074Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
10075
10076 * stabs.texinfo: Fix uses of xref.
10077
9e0b60a8
JM
10078Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
10079
10080 * gdbint.texinfo: Add an anti-printf exhortation, and update the
10081 info about patch submission.
10082
cce74817
JM
10083Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
10084
10085 From Per Bothner <bothner@cygnus.com>:
10086 * gdb.texinfo: Document Chill support.
10087
10088Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
10089
10090 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
10091 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
10092 Document that the value should be greater-than or equal-to zero.
10093 (NO_STD_REGS): Document. Deprecate.
cce74817 10094
ac9a91a7
JM
10095Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10096
10097 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 10098 Document that these are not used.
ac9a91a7
JM
10099
10100Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10101
10102 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
10103
392a587b
JM
10104Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
10105
10106 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 10107 numargs was dropped.
392a587b
JM
10108
10109Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
10110
10111 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
10112
b83266a0
SS
10113Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
10114
10115 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 10116 Update.
b83266a0 10117
7a292a7a
SS
10118Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
10119
10120 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
10121 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
10122
10123Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
10124
10125 * gdbint.texinfo: Fix typos: $ -> @.
10126
10127Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
10128
10129 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
10130 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
10131 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
10132 BREAKPOINT_FROM_PC.
a9331b3f 10133
7a292a7a
SS
10134Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
10135
10136 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 10137 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
10138
10139Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10140
10141 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 10142 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
10143
101441999-04-02 Stan Shebs <shebs@andros.cygnus.com>
10145
10146 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
10147 longer exists.
10148
10149Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
10150
10151 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
10152 nearly all @ifset/@ifclear conditionals; nobody uses them, and
10153 they make the manual source incomprehensible.
7a292a7a
SS
10154 * h8-cfg.texi: Remove, hasn't been used in years.
10155
c906108c
SS
10156Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
10157
10158 * gdb.texinfo: Update the credits.
10159
10160Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
10161
10162 * gdb.texinfo: Fix mistakes noticed in printout of last
10163 draft, add Alpha to discussion of heuristic fence post.
10164
10165Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
10166
10167 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
10168 Edition, merge some HP changes into mainline, describe some
10169 previously undocumented features, describe more of the target
10170 commands available, eliminate obsolete section on renamed
10171 commands.
c906108c
SS
10172 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
10173
10174Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
10175
10176 * gdb.texinfo: Make many HPPA conditionals unconditional,
10177 including catchpoint description, since now on for all configs.
10178 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
10179 specializations.
10180
10181Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
10182
10183 * Makefile.in (GDBvn.texi): Fix match expression to work with
10184 current format of VERSION in gdb/Makefile.in.
10185 * gdb.texinfo: Fix node ref to match new readline.
10186
10187Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
10188
a9331b3f
RM
10189 * gdb.texinfo: Changes made as part of a project to merge in
10190 changes made by HP. Documentation makes extensive use of
c906108c
SS
10191 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
10192 on remote debugging. There are differences in documentation
889bf7c5 10193 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
10194 the HP manual discusses catchpoints, hardware watchpoints, and
10195 some HPUX specific limitations for shared library support.
a9331b3f 10196
c906108c
SS
10197 There are also a number of @node changes.
10198
101991999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
10200
10201 * gdbint.texinfo (Formatting): Disambiguate a sentence.
10202 (C Usage): Same.
10203
10204Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
10205
10206 The following changes were made by Edith Epstein
889bf7c5
PA
10207 <eepstein@cygnus.com> as part of a project to merge in changes
10208 made by HP.
a9331b3f 10209
c906108c
SS
10210 * HPPA-cfg.texi: new file.
10211
10212 * all-cfg.texi: set HPPA for HP PA-RISC targets.
10213
10214 * refcard.tex: change documentation about catch.
10215 removed info catch.
10216
10217Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
10218
10219 * gdbint.texinfo: Expand on GDB's coding standards,
10220 specify the use of arg names with prototypes.
10221
102221998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
10223
10224 * gdb.texinfo: Fix tipo.
10225
10226Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
10227
10228 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 10229 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
10230
10231Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
10232
10233 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
10234
102351998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
10236
10237 * agentexpr.texi: New file.
10238
10239Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
10240
10241 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
10242
102431998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
10244
10245 * remote.texi: Changed wording that implied that the GDB remote
10246 protocol caches register values instead of GDB itself.
10247
10248Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
10249
10250 * gdbint.texinfo: Add some info about symbol readers.
10251 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
10252 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
10253 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
10254 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
10255
10256Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
10257
a9331b3f 10258 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
10259
10260Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
10261
10262 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
10263
10264Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
10265
10266 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 10267 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
10268
10269Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
10270
10271 * gdbint.texinfo: Fix minor typos.
10272
10273Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
10274
10275 * gdbint.texinfo: Complete overhaul. Group descriptions more
10276 logically, add more info on generic algorithms, remove much
10277 obsolete and/or wrong material.
10278
10279Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
10280
10281 * stabs.texinfo (Method Type Descriptor): Expand and correct.
10282
10283Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
10284
10285 * refcard.tex: Copyright, address updates.
10286
10287Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
10288
10289 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
10290 for the edition instead of confusing GDB-version-like numbers.
10291
10292Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
10293
10294 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
10295
10296Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
10297
5ae4183a 10298 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
10299
10300Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
10301
10302 * gdb.texinfo: Add some credits, mention bug monitor.
10303 * remote.texi: Mention mips monitor targets.
10304 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 10305
c906108c
SS
10306Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
10307
10308 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
10309 files, finish sorting of host vs target vs native macros, describe
10310 some more of them.
c906108c
SS
10311
10312Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
10313
10314 * gdbint.texinfo (Host Conditionals): Document change from
10315 using NO_MMALLOC to it's inverse, USE_MMALLOC.
10316
10317Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
10318
10319 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 10320 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
10321
10322Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
10323
10324 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
10325 Document LSEEK_NOT_LINEAR.
10326
10327Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
10328
10329 * stabs.texinfo (Stab Section Basics): Make it clear that only
10330 some versions of the GNU linker remove the leading N_UNDF symbol.
10331
10332Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
10333
10334 * stabs.texinfo (String Field): Document type number pairs here,
10335 instead of in the Sun specific section.
10336 (Include Files): The GNU linker supports the N_BINCL
10337 optimization. Clarify the N_BINCL value, and what it is used
10338 for.
10339 (Procedures): Document N_FUN with an empty string to mark the end
10340 of a function.
10341 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
10342 (Sun Differences): Remove this node, as the information is now
10343 elsewhere in the main document.
10344 (Stab Section Basics): Mention that the GNU linker may optimize
10345 stabs and remove the leading N_UNDF symbol.
10346
10347Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
10348
10349 * gdb.texinfo, refcard.tex: Restore author credit
10350
10351Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
10352
10353 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
10354 documentation to account for START and END macros taking
10355 one arg.
10356
10357Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
10358
10359 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
10360 * gdb.texinfo (Frames): Fix typo.
10361
10362Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
10363
10364 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
10365 a target_signal as arg type, not a pid.
10366
10367Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
10368
10369 * gdb.texinfo: Document `set assembly-language'.
10370
10371Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
10372
10373 * remote.texi: Update list of stubs in the GDB distribution.
10374
10375Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
10376
10377 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
10378 Also document that some systems can use mmalloc but must define
10379 this if their C runtime allocates memory that is later freed.
c906108c 10380 (MMCHECK_FORCE): Document new macro.
a9331b3f 10381
c906108c
SS
10382Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
10383
10384 * remote.texi: Add documentation for target Sparclet.
10385
10386Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10387
a9331b3f 10388 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
10389 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
10390 * configure.in: Rewritten for autoconf.
10391 * configure: New.
10392
10393Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
10394
10395 * Makefile.in (DVIPS): New define, set to dvips.
10396 (dvi): Add stabs.dvi.
10397 (ps): New target.
10398 (all-doc): Depend on info, dvi, and ps targets.
10399 (STAGESTUFF): Add *.ps and *.dvi files.
10400 (clean-info, clean-dvi): Remove.
10401 (mostlyclean): Does not depend upon clean-info or clean-dvi,
10402 rules completely rewritten.
10403 (maintainer-clean): Remove clean-info and clean-dvi
10404 dependencies and put their actions in the rules.
10405 (gdb.ps): New target
a9331b3f 10406 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
10407 intermediate TeX files, whether they have 2 or 3 character
10408 extensions.
10409 (gdbint.ps): Add target and rules.
10410 (gdb-internals): Delete unused target.
10411 (Makefile): Depends upon config.status also.
10412
10413Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
10414
10415 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
10416 set.
10417
10418Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
10419
10420 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
10421 * gdb.texinfo (Expressions): Fix erroneous array constant example.
10422
10423Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
10424
10425 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
10426
10427Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10428
10429 * gdb.texinfo (Print settings): Document
10430 `set/show print static-members' commands.
10431
10432Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
10433
10434 * gdbint.texinfo (Native): Document name change, coredep.c to
10435 core-aout.c.
10436
10437Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
10438
10439 * stabs.texinfo (Include Files): Document the values the SunOS4
10440 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
10441
10442Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
10443
10444 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
10445 Fix typo.
10446
10447Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
10448
10449 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
10450 "gdb.tar.Z".
10451
10452Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
10453
10454 * Makefile.in (maintainer-clean): New target, synonym for
10455 realclean.
10456
10457Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
10458
10459 * Update all FSF addresses except those in COPYING* files.
10460
10461Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
10462
10463 From Richard Earnshaw (rearnsha@armltd.co.uk):
10464 * gdb.texinfo (convenience variables): Document $_exitcode.
10465 (quit): Document optional expression to use as exit code.
10466
10467Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
10468
10469 * gdb.texinfo, remote.texi: Brought up to date with various
10470 GDB changes.
10471
10472Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
10473
10474 * gdb.texinfo: Update dates and versions, fix comments about
10475 hardware watchpoints in future releases and about the
10476 sharedlibrary command.
10477
10478Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10479
10480 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
10481 C_FUN stab. Other cleanups.
10482
10483Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10484
10485 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
10486 for the sparc stub.
10487
10488Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10489
10490 * annotate.texi: Clarify which addresses have differing formats
10491 depending on the language and which do not.
10492
10493Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10494
10495 * remote.texi (NetWare): Changed example to use BOARD= instead of
10496 NODE= argument to reflect correspoding change to gdbserve.nlm.
10497
10498Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10499
10500 * stabs.texinfo (Negative Type Numbers): Mention the fact that
10501 GDB, as well as AIX dbx, supports the size type attribute.
10502
10503Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10504
10505 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
10506
10507Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
10508
10509 * gdb.texinfo (Define): Document $arg0... arguments to commands,
10510 and new 'if' and 'while' commands.
10511
10512Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
10513
10514 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
10515
10516Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10517
10518 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
10519 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
10520 NetWare targets. Mostly stolen from the Server node.
10521
10522Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10523
10524 * gdb.texinfo (Setting): Talk about the language of a source file
10525 versus the working language. The old documentation did not match
10526 what GDB did.
10527
10528Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10529
10530 * stabs.texinfo (Source Files): Document N_SO used to mark the end
10531 of a source file.
10532
10533Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10534
10535 * gdb.texinfo (Processes): New node.
10536
10537Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
10538
10539 * remote.texi: Update documentation of set/show mipsfpu.
10540
3fc11d3e
JM
10541Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
10542
10543 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
10544 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
10545
10546Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
10547
10548 * gdbint.texinfo: Removed mentions of some incorrectly placed and
10549 obsolete conditionals, described some others.
10550
10551Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10552
10553 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
10554 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
10555
10556Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
10557
10558 * gdbint.texinfo: Put regex conditionals in their own table.
10559
10560Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
10561
10562 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
10563 described or fixed the descriptions of many others.
10564
10565Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
10566
10567 * gdb.texinfo: Add some more credits.
10568 * gdbint.texinfo: Capitalize GDB consistently, describe some
10569 macros and remove some.
10570
10571Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
10572
10573 * gdbint.texinfo: Removed mentions of many incorrectly placed and
10574 obsolete conditionals, described some others.
10575
10576Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10577
10578 * gdb.texinfo (help targets): Changed to `help target', which
10579 is the correct gdb command.
10580
10581Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10582
10583 * annotate.texi (TODO): New node, for keeping track of annotations
10584 suggested but not yet implemented.
10585
10586Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10587
10588 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
10589 another symbol, it is not the address itself.
10590
10591Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
10592
10593 * stabs.texinfo (Stab Section Basics): Add comment about alignment
10594 of stabs-in-coff sections.
10595
10596Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10597
10598 * annotate.texi: Change edition to 0.5 and date to May 1994.
10599 Add index.
10600 (Frames): New node, for frame annotation.
10601 (Displays): New node, for display annotation.
10602
10603 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
10604 when waiting for your program to stop.
10605
10606Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10607
10608 * annotate.texi (Breakpoint Info): Document annotation of header
10609 fields and record annotation.
10610
10611Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10612
10613 * annotate.texi: New file, to document annotations.
10614
10615Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10616
10617 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
10618 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
10619
10620Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10621
10622 * stabs.texinfo (Stab Section Basics): Say what is in .stab
10623 section, and say n_strx field is compilation unit relative.
10624 * stabs.texinfo: Don't use @code for a.out when it is the name of
10625 an object file format.
10626
10627Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10628
10629 * gdb.texinfo: Refer to file names, not path names, per rms
10630 convention.
10631 (Arguments): Fix typo.
10632
10633Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10634
10635 * stabs.texinfo (Global Variables): Talk about stabs in files
10636 where variables are referenced, but not defined.
10637
10638Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10639
10640 * stabs.texinfo: Move stuff on @ and # type descriptors from node
10641 Cplusplus to new nodes Member Type Descriptor and Method Type
10642 Descriptor. Re-write stuff for #.
10643
10644Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10645
10646 * gdb.texinfo (Print Settings): Don't document "set print
10647 fast-symbolic-addr off". The bug which it worked around was fixed
10648 on 25 Feb 94 in coffread.c, so I'm nuking the command.
10649
10650 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
10651 N_ENTRY node.
10652
10653 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
10654
10655Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10656
10657 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
10658 references to ieee-float.c.
10659
10660Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10661
10662 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
10663 match what the code actually does.
10664
10665Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10666
10667 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
10668
10669Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10670
10671 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
10672 i, and b.
10673
10674Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
10675
10676 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
10677 well as for ELF and SOM. Unify the descriptions of ELF and SOM
10678 as "stabs in sections" rather than just saying "ELF and SOM".
10679 Also make that stuff apply to COFF.
10680
10681Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10682
10683 * gdb.texinfo (Formatting Documentation): Change GhostScript to
10684 Ghostscript.
10685
10686Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10687
10688 * gdb.texinfo (Continuing and Stepping): When talking about "step"
10689 versus functions without line numbers, also mention stepping into
10690 them as well as "step" when you are in them. Tell the user how to
10691 deal with the situation. Add comment about "debugging information".
10692
10693Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10694
10695 * stabs.texinfo (Enumerations): Document restriction on where
10696 enumeration types can appear and still win with GDB.
10697
10698Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10699
10700 * stabs.texinfo (Negative Type Numbers): Document format for type
10701 -16.
10702
10703Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10704
10705 * gdb.texinfo (Selection, Frame Info): Update information about
10706 arbitrary frame specficiations.
10707
10708Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
10709
10710 * gdb.texinfo, remote.texi: general editing pass prior to Net release
10711
10712Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10713
10714 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
10715
10716Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
10717
10718 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
10719
10720Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10721
10722 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
10723 Differences node to Statics node.
10724 (Statics): Discuss XCOFF use of V symbol descriptor.
10725
10726 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
10727 not clean.
10728
10729Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
10730
10731 * gdb.texinfo (Print Settings): Document `set print
10732 fast-symbolic-addr' and improve the doc for some other
10733 `set print's.
10734
10735Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10736
10737 * stabs.texinfo (String Field): Talk about defining several type
10738 numbers at once.
10739 Fix lint regarding changing node ELF Transformations to
10740 ELF and SOM Transformations.
10741
10742Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
10743
10744 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
10745
10746Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10747
10748 * stabs.texinfo (Cross-References): `::' is for nested types only
10749 within <>.
10750 (Structures): Document static members.
10751
10752Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10753
10754 * stabs.texinfo: Document S type attribute.
10755
10756Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
10757
10758 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
10759
10760Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
10761
10762 * gdbint.texinfo: Fix a few typos.
10763
10764Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10765
10766 * gdb.texinfo, remote.texi: formatting improvements
10767
10768 * gdb.texinfo (New Features): mention threads.
10769 (Summary, C): fix xrefs in newly contributed text.
10770 (Threads): index entries, clarifications, example
10771 (passim): minor typos fixed, phrasing improvements
10772
10773 * remote.texi (Bootstrapping): rephrase text on ^C and add index
10774 entries; (Server): explain use of gdbserver w/real-time systems,
10775 add example of conflicting TCP port; (MIPS Remote) break up
10776 running text into table, highlighting commands, and add example.
a9331b3f 10777
c906108c
SS
10778Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10779
10780 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
10781
10782Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10783
10784 * stabs.texinfo (Nested Symbols): New node.
10785 (String Field, Symbol Descriptors, Cross-References): Refer to it.
10786
10787Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10788
10789 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
10790 to picking which Bbss.bss symbol to use, and (because there seems to
10791 be no good way of doing it) re-write some of the text to make it
10792 sound like Bbss.bss isn't such a great idea after all (as currently
10793 designed).
10794
10795 * gdb.texinfo (C): In addition to saying people have to use g++ for
10796 good results, say they have to use stabs. Specifically say cfront
10797 doesn't work well.
10798 (Summary): Merge in information on Modula-2, Pascal, and Chill from
10799 the gdb README. Add xrefs to places where the support for the various
10800 languages is described in detail.
10801
10802Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10803
10804 * stabs.texinfo: Clean up stuff about visibility and virtual
10805 characters.
10806
10807 * stabs.texinfo (N_M2C): Cite Sun doc.
10808
10809Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10810
10811 * gdb.texinfo: updates re threads.
10812 * remote.texinfo: avoid index entries starting with digits.
10813
10814Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10815
10816 * stabs.texinfo (Enumerations): Talk about large, negative and
10817 octal values. Clean up cross reference to type attributes.
10818 (String Field): Say that GDB 4.11 supports size attribute.
10819
10820Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10821
10822 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
10823 is a mandatory step. Make the stuff about that more concise.
10824
10825Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10826
10827 * stabs.texinfo (Class Names): New node.
10828
10829 * gdb.texinfo (Command Files): Explain order of init file reading.
10830
10831 * remote.texi (Bootstrapping): Talk about getting the serial driver
10832 to deal with ^C sent by gdb to stop the remote system.
10833
10834Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
10835
10836 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
10837
10838 * libgdb.texinfo (Defining Commands): made the DOC arg
10839 to gdb_define_app_command a char * instead of char **
10840 per a suggestion from kingdon.
10841
10842 * libgdb.texinfo: total rewrite from a different starting
10843 premise.
10844
10845Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10846
10847 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
10848 floats passed as doubles (to improve clarity).
10849
10850Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10851
10852 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
10853
10854 * a4rc.sed: update to work with Andreas Vogel papersize params
10855
10856 * refcard.tex: use Andreas Vogel simplifications of papersize
10857 params; remove useless version info; update copyright date.
10858
10859Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10860
10861 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
10862
10863Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10864
10865 * gdb.texinfo (Files): Say what address the load command loads it at.
10866
10867 * stabs.texinfo (Common Blocks): Minor cleanups.
10868
10869 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
10870 that Sun has backed away from the linker kludge and thus the relevant
10871 issue is changes to the SunPRO tools, not the Solaris linker.
10872
10873 * stabs.texinfo (Traditional Integer Types): Clean up description
10874 of octal bounds a little bit. Document extra leading zeroes.
10875
10876Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10877
10878 * gdb.texinfo (Signaling): Update for symbolic symbol names
10879 and add a section explaining the difference between the GDB
10880 signal command and the shell kill utility.
10881
10882Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
10883
10884 * libgdb.texinfo: added `@' to braces that were unescaped.
10885
10886Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
10887
10888 * libgdb.texinfo: new file. Spec for the gdb library.
10889
10890Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10891
10892 * stabs.texinfo (Include Files): Fix typo (start -> end).
10893
10894Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10895
10896 * gdb.texinfo, remote.texi: assorted small improvements, mostly
10897 from Melissa at FSF's editing pass.
10898
10899Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10900
10901 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
10902 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
10903 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
10904
10905Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10906
10907 * remote.texi (Bootstrapping): Discuss 386 call gates.
10908
10909Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
10910
10911 * stabs.texinfo (Based Variables): New node.
10912
10913Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
10914
10915 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
10916 names, sizes, and formats to suggest how not to lose.
10917
10918Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
10919
10920 * stabs.texinfo (Methods): Fix typo.
10921
10922Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
10923
10924 * gdb.texinfo: Fix a few typos.
10925
10926Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10927
10928 * gdb.texinfo: Clarify how well it works with Fortran.
10929
10930 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
10931 More on relocating stabs in ELF files.
10932
10933Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10934
10935 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
10936
10937Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10938
10939 * stabs.texinfo (Local Variable Parameters): Talk about nameless
10940 parameters on VAX.
10941
10942Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10943
10944 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
10945
10946Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10947
10948 * stabs.texinfo: Make info author notice match the TeX author notice.
10949
10950Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
10951
10952 * stabs.texinfo: Initial-caps all words in node names and
10953 non-trivial words in section names.
10954
10955Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10956
10957 * stabs.texinfo: Many minor cleanups.
10958
10959 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
10960
10961Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
10962
10963 * stabs.texinfo: Remove full description of big example.
10964 It's not really helpful; just use pieces of it where appropriate.
10965 Add more Texinfo formatting directives (@samp, etc.).
10966 Use @deffn to define stab types.
10967 Eliminate some wordiness. Break up some nodes.
10968 Add an (alphabetized) index of symbol types.
10969 Use consistent capitalization style in node and section names.
10970
10971Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
10972
10973 * gdb.texinfo: Change typo "Two two" to "The two".
10974
10975Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10976
10977 * stabs.texinfo (XCOFF-differences): Remove references to
10978 non-existent types N_DECL and N_RPSYM.
10979
10980 * stabs.texinfo (String Field): Say that type attributes bug is
10981 fixed in GDB 4.10, since it is.
10982
10983 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
10984
10985Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
10986
10987 * stabs.texinfo: Formatting cleanups.
10988
10989Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10990
10991 * stabs.texinfo: When explaining the n_type of a stab, standardize
10992 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
10993 no tabs, use @r).
10994 (Global Variables): Clean up.
10995
10996Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10997
10998 * stabs.texinfo (Stack Variables): Re-write.
10999
11000Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11001
11002 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
11003 addresses of a source file. Also revise formatting.
11004 Change "object module" or "object file" to "source file".
11005 Various: Miscellaneous cleanups.
11006
11007Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11008
11009 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
11010
11011Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
11012
11013 * gdbint.texinfo: Removed many nonsensical machine-collected
11014 host and target conditionals, described some of the remainder.
11015
11016Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11017
11018 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
11019
11020 * gdbint.texinfo (Top): Add name to @top line, and re-write the
11021 paragraph which follows.
11022
11023 * gdbint.texinfo (Host): Use @code not @samp for Makefile
11024 variables. Looks better and avoids overful hbox.
11025
11026Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11027
11028 * stabs.texinfo (Procedures): Improve stuff on nested functions.
11029
11030Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11031
11032 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
11033 retransmit-timeout
11034
11035Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11036
11037 * gdbint.texinfo: Update statement about `some ancient Unix
11038 systems, like Ultrix 4.0' to Ultrix 4.2.
11039
11040Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
11041
11042 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
11043
11044 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
11045
11046 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
11047 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
11048
11049 * remote.texi: new name for former gdbinv-s.texi
11050
11051 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
11052
11053Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
11054
11055 * gdbinv-s.texi: Documented timeout and retransmit-timeout
11056 variables for MIPS remote debugging protocol.
11057
11058Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11059
11060 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
11061
11062Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
11063
11064 * Makefile.in (refcard.dvi): Use srcdir where necessary.
11065
11066Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
11067
11068 * gdb.texinfo: repair conditional bugs in text markup
11069
11070Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11071
11072 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
11073 to select Modula-2 material.
11074
11075Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11076
11077 * stabs.texinfo: Cleanups regarding statics.
11078
11079 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
11080 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
11081
11082Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11083
11084 * stabs.texinfo: N_MAIN is sometimes used for C.
11085
11086Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11087
11088 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
11089
11090Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
11091
11092 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 11093 removed from the code by Kingdon.
c906108c
SS
11094
11095Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11096
11097 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
11098 input when evaluating breakpoint conditions; the bug has been fixed.
11099
11100 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
11101 sets the ignore count to N-1, not to N.
11102
11103Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11104
11105 * refcard.tex (\hoffset): correct longstanding error to match
11106 intended offset; avoids cutting off edge on some printers
11107
11108Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11109
11110 * stabs.texinfo (Parameters): Say that order of stabs is significant.
11111
11112Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11113
11114 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
11115
11116Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11117
11118 * Makefile.in: (REFEDITS) new var to control whether PS or CM
11119 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
11120 collect sed edits if any, apply to refcard before formatting;
11121 (refcard.ps) stop implying PS fonts if PS output requested;
11122 (lrefcard.ps) delete extra target for variant PS fonts
11123
11124 * refcard.tex: parametrize papersize dependent info, collect
11125 in easily replaced spot
11126
11127 * a4rc.sed: new file, edits to refcard for A4 paper
11128
11129Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11130
11131 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
11132
11133Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11134
11135 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
11136
11137Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11138
11139 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
11140 politely rather than rudely.
11141
11142Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11143
11144 * stabs.texinfo: Document common blocks.
11145
11146Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
11147
11148 * stabs.texinfo: Add some basic info about stabs-in-elf.
11149
11150Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11151
11152 * stabs.texinfo (Top): Minor cleanup.
11153
11154Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
11155
11156 * Makefile.in (install-info): remove parentdir support
11157
11158Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11159
11160 * gdb.texinfo (Copying): delete this node and references to it;
11161 RMS says this manual need not carry GPL. (passim): Improvements
11162 from last round at FSF, largely due to Ian Taylor review, and
11163 minor formatting improvements.
11164
11165 * gdbinv-s.texi (passim): Improvements from last round at FSF,
11166 largely due to Ian Taylor review. (Debug Session): minor edits to
11167 new text.
11168
11169Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
11170
11171 * Makefile.in (realclean): Remove info and dvi files too.
11172
11173Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
11174
11175 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
11176 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
11177 * gdb.texinfo: Change accordingly.
11178
11179 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
11180 N_{L,R}BRAC,N_SLINE are relative to.
11181
11182Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
11183
11184 * Makefile.in (GDBvn.texi): Update atomically.
11185
11186Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
11187
11188 * gdbinv-s.texi (Debug Session): Document exceptionHook.
11189
11190Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
11191
11192 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
11193 addresses together. Also motivate the set print symbol-filename
11194 command and suggest other solutions.
11195
11196Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
11197
11198 * gdb.texinfo (set print elements): Note that the number of
11199 elements is set to unlimited by "set print elements 0".
11200
11201Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
11202
11203 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
11204 NF_LDOUBLE means.
11205 (Stab Types): Include Solaris stab types.
11206 (Procedures): Document Solaris extensions.
11207
11208Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11209
11210 * gdb.texinfo: Add `set print symbol-filename' doc.
11211
11212Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11213
11214 * stabs.texinfo (Arrays): Talk about type definition vs. type
11215 information.
11216
11217 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
11218 the trailing semicolon.
11219
11220Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11221
11222 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
11223 and merge in other parts of the document addressing these subjects.
11224 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
11225
11226 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
11227 at the end of a range type.
11228
11229 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
11230 AIX extensions.
11231
11232Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11233
11234 * stabs.texinfo (Stabs Format): Misc fixes.
11235
11236Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11237
11238 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
11239 (Traditional builtin types): Document convex convention for long long.
11240 (Negative builtin types): Discuss type names, and misc fixes.
11241
11242Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11243
11244 * stabs.texinfo (Builtin Type Descriptors): Document the floating
11245 point types used with @samp{R} type descriptor.
11246 (Symbol Descriptors): Describe how to handle conflict between
11247 different meanings of @samp{P} symbol descriptor.
11248
11249Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11250
11251 * stabs.texinfo: Remove node Quick Reference and put its children
11252 directly under the main menu.
11253
11254 * stabs.texinfo: Many more changes to bring it into line with
11255 AIX documentation and reality. I think it now has all the
11256 information from the AIX documentation, except that I burned
11257 out when I got to variant records (Pascal and Modula-2) and
11258 all the COBOL types. Oh well, we can add them later when we're
11259 worrying more about those languages.
11260
11261 * stabs.texinfo (Automatic variables): Talk about what it means
11262 to omit the symbol descriptor.
11263
11264Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11265
11266 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
11267 gcc2 behavior with promoted args.
11268
11269Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11270
11271 * gdb.texinfo: include readline appendices in info version of manual
11272
11273Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11274
11275 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
11276 target remote.
11277
11278 * gdb.texinfo (Machine Code): more index entries for disassemble
11279
11280Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
11281
11282 * Clarify the intended use of the gdb-testers and gdb-patches
11283 mailing lists, and shrink gzip comment.
11284
11285Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11286
11287 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
11288 DOSHOST configuration of manual.
11289
11290 * gdb.texinfo (MIPS Stack): new node.
11291
11292 * all-config.texi (MIPS) new switch.
11293
11294 * gdbinv-s.texi (Nindy Options) Remove two instances of future
11295 tense; (MIPS Remote) new node.
11296
11297 * gdb.texinfo (passim) rephrases to work around makeinfo @value
11298 bug; (Environment) less passive, other small cleanups in text about
11299 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
11300 (Remote) new MIPS Remote menu entry.
11301
11302Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
11303
11304 * stabs.texinfo: Many changes to include information from the
11305 AIX documentation.
11306
11307 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
11308
11309Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
11310
11311 * gdbint.texinfo (new node Debugging GDB, elsewhere):
11312 Move a bunch of information from ../README.
11313 (Getting Started): New node.
11314
11315Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11316
11317 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
11318
11319 * gdb.texinfo: advance manual revision dates to present
11320
11321 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
11322 stop using silly Roman numerals in @set variable names
11323
11324Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
11325
11326 * stabs.texinfo (Parameters): Keep trying to get this right.
11327
11328Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
11329
11330 * stabs.texinfo (Parameters): More on "local parameters".
11331
11332Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
11333
11334 * stabs.texinfo (Parameters): Re-do "local parameters" section.
11335
11336Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
11337
11338 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
11339 (Parameters): Rewrite.
11340 (xcoff-differences, Sun-differences): Minor changes.
11341
11342Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
11343
11344 * stabs.texinfo: Minor cleanup.
11345
11346Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
11347
11348 * gdbint.texinfo: Minor xcoff stuff.
11349
11350Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
11351
11352 * gdbint.texinfo: Update for new config directory structure.
11353 Add info about internal type data structures.
11354
11355Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
11356
11357 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
11358 $(srcdir).
11359 (gdb-config.texi): Depend on file in $(srcdir).
11360
11361Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
11362
11363 * stabs.texinfo: Fixes about N_SO.
11364
11365Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11366
11367 * gdb.texinfo: include list of nonstandard init file names
11368
11369 * *-config.texi: new switch GENERIC for text that applies *only*
11370 to (usual) multiple-target version of manual
11371
11372 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
11373 h8 config
11374
11375 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
11376 in menus (rather than conditionally selected multiple alternative
11377 menus).
11378
11379 * Makefile.in: define and use DOC_CONFIG var to select
11380 configuration for GDB user manual.
11381
11382 * gdb-config.texi: delete from repository, generate from Makefile.
11383
11384 * all-config.texi: normal `generic' configuration file, formerly
11385 stored as gdb-config.texi
11386
11387Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
11388
11389 * Makefile.in: add dvi target to build all .dvi files
11390
11391Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11392
11393 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
11394
11395Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
11396
11397 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
11398 host conditionals.
11399 * stabs.texinfo: More array fixes inspired by Jim's.
11400
11401Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
11402
11403 * stabs.texinfo: Fixes re arrays and continuations.
11404
11405 * gdbint.texinfo: Add XCOFF node.
11406
11407Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
11408
11409 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
11410
11411Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
11412
11413 * stabs.texinfo: Fix for array types to mention lower bounds.
11414
11415Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
11416
11417 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
11418
11419Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
11420
11421 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
11422
11423Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
11424
11425 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
11426 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
11427
11428Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
11429
11430 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
11431
11432Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11433
11434 * gdb.texinfo, gdbinv-s.texi: misc updates
11435
11436Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
11437
11438 * gdbint.texinfo: Brief documentation for longjmp support,
11439 from an email msg by Stu.
11440
11441Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
11442
11443 * stabs.texinfo: Fix description of floating point "range"
11444 types (which really define basic types). Reported by Jim Meehan,
11445 <meehan@src.dec.com>.
11446
11447 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
11448
11449Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
11450
11451 * gdbint.texinfo: Slightly expand section on supporting a new
11452 object file format.
11453
11454Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
11455
11456 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
11457 intermediate file.
11458
11459Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11460
11461 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
11462
11463Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11464
11465 * gdbinv-s.texi: z8000 simulator target name is just "sim"
11466
11467 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
11468 as well as Z8002.
11469
11470Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
11471
11472 * gdbint.texinfo: Add sections on clean design and on how to send
11473 in changes.
11474
11475Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
11476
11477 * gdbint.texinfo: Add how to declare the result of make_cleanup.
11478
11479Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
11480
11481 * gdb.texinfo: Fix typo, reported by Karl Berry.
11482
11483Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
11484
11485 * gdb.texinfo: Add opcodes dir to GDB distribution description.
11486
11487Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11488
11489 * gdbint.texinfo: fixed a stray email address (needs @@),
11490 added @table @code to node "Native Conditionals"
11491
11492Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
11493
11494 * gdbint.texinfo: Describe coding style of GDB.
11495
11496Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
11497
11498 * stabs.texinfo: Minor wording changes.
11499
11500Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
11501
11502 * gdbint.texinfo: Improve release doc slightly.
11503
11504Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
11505
11506 * gdbint.texinfo: Improve doc of GDB config macros.
11507
11508Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
11509
11510 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
11511 These will be reinserted when examined.
11512
11513Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
11514
11515 * gdbint.texinfo: Make a start at documenting all the #if macros
11516 in GDB. At least list them all, and start separating them into
11517 host-specific and target-specific.
11518
11519Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11520
11521 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 11522 examples (not consistent w others).
c906108c
SS
11523 gdb.texinfo: issue disclaimer paragraph on cmdline options only
11524 for generic vn of doc
11525
11526Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
11527
11528 * Makefile.in: always create installation directories.
11529
11530Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11531
11532 * gdb.texinfo: in h8 config, do not describe searching commands.
11533
11534Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11535
11536 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
11537 conditionals; introduce a few generic switches that may be
11538 useful for other cross-dev or dos-hosted configs.
11539
11540 * gdb.texinfo: fix typo in "info reg" description
11541
11542Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
11543
11544 * stabs.texinfo: Minor updates from running TeX over it.
11545 * Makefile.in (stabs.dvi, stabs.ps): Add.
11546
11547Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
11548
11549 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
11550 First pass at converting it to texinfo.
11551
11552Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
11553
11554 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
11555 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
11556
11557Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
11558
11559 * gdbint.texinfo: Add section on partial symbol tables.
11560
11561Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
11562
11563 * gdb.texinfo: document `set remotedebug' and `set
11564 rstack_high_address'.
11565
11566Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11567
11568 * gdb.texinfo: slight expansion of new text on reading info files
11569 * gdbinv-s.m4.in: correct and expand info on cross-debugging
11570 H8/300 from DOS.
11571
11572Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
11573
11574 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
11575
11576Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
11577
11578 * gdb.texinfo: Say how to read the `info' files.
11579
11580Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
11581
11582 * Makefile.in: gm4 -> m4.
11583
11584Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
11585
11586 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
11587 Documentation' ahead of `Installing GDB' to match README.
11588 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 11589 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
11590
11591Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
11592
11593 * Makefile.in: remove $(srcdir) from gdb.info rule.
11594
11595Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11596
11597 * Makefile.in: commented out gdb-all.texinfo rule. This is
11598 temporary.
11599
11600Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
11601
11602 * Makefile.in, configure.in: removed traces of namesubdir,
11603 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
dee368d3 11604 copyrights to '92, '13, changed some from Cygnus to FSF.
c906108c
SS
11605
11606Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
11607
11608 * gdb.texinfo: Improve how we ask for bug reports.
11609
11610Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11611
11612 * Makefile.in: infodir belongs in datadir.
11613
11614Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11615
11616 * Makefile.in: remove spaces following hyphens, bsd make can't
11617 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 11618 standards.text support.
c906108c
SS
11619
11620Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11621
11622 * Makefile.in: idestdir and ddestdir go away. Added copyrights
11623 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
11624 and mandir now keyed off datadir by default.
11625
11626\f
11627Local Variables:
9e9c5ae7 11628mode: change-log
c906108c
SS
11629left-margin: 8
11630fill-column: 74
11631version-control: never
11632End:
This page took 1.656524 seconds and 4 git commands to generate.