Add Python InferiorThread.global_num attribute
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
22a02324
PA
12016-01-13 Pedro Alves <palves@redhat.com>
2
3 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
4 anchor.
5 (Threads In Python): Document new InferiorThread.global_num
6 attribute.
7
5d5658a1
PA
82016-01-07 Pedro Alves <palves@redhat.com>
9
10 * gdb.texinfo (Threads): Document per-inferior thread IDs,
11 qualified thread IDs, global thread IDs and thread ID lists.
12 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
13 thread IDs.
14 (Convenience Vars): Document the $_thread convenience variable.
15 (Ada Tasks): Adjust to refer to thread IDs.
16 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
17 Commands, GDB/MI Variable Objects): Update to mention global
18 thread IDs.
19 * guile.texi (Breakpoints In Guile)
20 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
21 global thread IDs instead of thread IDs.
22 * python.texi (Threads In Python): Adjust documentation of
23 InferiorThread.num.
24 (Breakpoint.thread): Mention global thread IDs instead of thread
25 IDs.
26
84654457
PA
272016-01-13 Pedro Alves <palves@redhat.com>
28
29 * python.texi (Threads In Python): Document
30 InferiorThread.inferior.
31
e3940304
PA
322016-01-13 Pedro Alves <palves@redhat.com>
33
34 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
35 convenience variable.
36 (Convenience Vars): Likewise.
37
82075af2
JS
382016-01-12 Josh Stone <jistone@redhat.com>
39 Philippe Waroquiers <philippe.waroquiers@skynet.be>
40
41 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
42 (Stop Reply Packets): List the syscall entry and return stop reasons.
43 (General Query Packets): Describe QCatchSyscalls, and add it to the
44 table and the detailed list of stub features.
45
bc504a31
PA
462016-01-12 Pedro Alves <palves@redhat.com>
47
48 Remove use of the registered trademark symbol throughout.
49
cde67b27
YQ
502016-01-12 Yao Qi <yao.qi@linaro.org>
51
52 * gdb.texinfo (Interrupts): Update the document on handling
53 interrupt when program is stopped.
54
19d9d4ef
DB
552015-12-11 Don Breazeal <donb@codesourcery.com>
56
57 * gdb.texinfo (Forks): Correct Linux kernel version where
58 fork and exec events are supported, add notes about support
59 of these events in target remote mode.
60 (Connecting): Reorganize and clarify distinctions between
61 target remote, extended-remote, and multiprocess.
62 Reorganize related text from separate sections into new
63 sections.
64 (Server): Note effects of target extended-remote mode.
65 Delete section on Multi-Process Mode for gdbserver.
66 Move some text to "Connecting" node.
67
f4f4330e
PA
682015-12-10 Pedro Alves <palves@redhat.com>
69
70 * gdb.texinfo (Threads): Replace warning with explanation
71 about single-threaded programs.
72
b1236ac3
PA
732015-12-10 Pedro Alves <palves@redhat.com>
74
75 * gdb.texinfo (Threads): Remove mention of SGI.
76 (Forks): Remove mention of HP-UX.
77 (Breakpoints): Remove mention of HP-UX.
78 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
79 Reword in terms of architectures.
80 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
81 mention supported systems.
82 (Convenience Vars): Don't mention HP-UX.
83 (Jumping): Remove mention of HP-UX in comment.
84 (Files) <shared libraries>: Update supported shared library types
85 list. Remove mention of HP-UX.
86 (Native): Remove HP-UX subsection.
87 (SVR4 Process Information): Remove mention of HP-UX.
88
0f59c28f
PA
892015-12-10 Pedro Alves <palves@redhat.com>
90
91 * gdb.texinfo (Stack): Reorder menu.
92
1c35a88f
LM
932015-12-09 Luis Machado <lgustavo@codesourcery.com>
94
95 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
96 -var-set-format's new zero-hexadecimal format.
97
3685b09f
PMR
982015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
99
100 * gdb.texinfo (Ada Mode Into): Move overloading support
101 description to its own node.
102 (Overloading support for Ada): New node.
103
f2faf941
PA
1042015-11-30 Pedro Alves <palves@redhat.com>
105
106 PR 14618
107 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
108 (Remote Configuration): Add the "set/show remote
109 no-resumed-stop-reply" to the available settings table.
110 (General Query Packets): Document the "no-resumed" qSupported
111 feature.
112
65706a29
PA
1132015-11-30 Pedro Alves <palves@redhat.com>
114
115 * gdb.texinfo (Remote Configuration): List "set/show remote
116 thread-events" command in configuration table.
117 (Stop Reply Packets): Document "T05 create" stop
118 reason and 'w' stop reply.
119 (General Query Packets): Document QThreadEvents packet. Document
120 QThreadEvents qSupported feature.
121
de979965
PA
1222015-11-30 Pedro Alves <palves@redhat.com>
123
124 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
125 anchor.
126 (Packets): Document vCtrlC.
127
79efa585
SM
1282015-11-26 Simon Marchi <simon.marchi@ericsson.com>
129
130 * gdb.texinfo (Thread List Format): Mention thread names.
131
7e0aa6aa
PA
1322015-11-24 Pedro Alves <palves@redhat.com>
133
134 PR 17539
135 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
136 program-spaces" example to ascending order listing.
137 (Threads): Adjust "info threads" example to ascending order
138 listing.
139 (Forks): Adjust "info inferiors" example to ascending order
140 listing.
141
0c532a29
MM
1422015-11-04 Markus Metzger <markus.t.metzger@intel.com>
143
144 * gdb.texinfo (Process Record and Replay): Document "record
145 instruction-history" modifiers.
146
fc58fa65
AB
1472015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
148
149 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
150 description.
151 (Frame Filter Management): Move to later in the 'Examining the
152 Stack' chapter.
153 (Selection): Add entry for 'select-frame'.
154
792005b0
DE
1552015-09-25 Doug Evans <dje@google.com>
156
157 * gdb.texinfo (Process Record and Replay): Fix syntax of
158 "record instruction-history begin, end" and
159 "record function-call-history begin, end".
160
c58b006b
SM
1612015-09-22 Simon Marchi <simon.marchi@ericsson.com>
162
163 * gdb.texinfo (Specifying Source Directories): Fix
164 substitute-path example.
165
f2665db5
MM
1662015-09-18 Markus Metzger <markus.t.metzger@intel.com>
167
168 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
169
e68fa6f0
PA
1702015-09-15 Pedro Alves <palves@redhat.com>
171
172 PR remote/18965
173 * gdb.texinfo (Stop Reply Packets): Revert previous change to
174 the vforkdone description.
175
8228463c
PA
1762015-09-15 Pedro Alves <palves@redhat.com>
177
178 PR remote/18965
179 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
180 part indicates the thread ID of the parent process.
181
750ce8d1
YQ
1822015-09-15 Yao Qi <yao.qi@linaro.org>
183
184 * gdb.texinfo (General Query Packets): Add vContSupported to
185 tables of 'gdbfeatures' and 'stub features' supported in the
186 qSupported packet, as well as to the list containing stub
187 feature details.
188
b459a59b
DB
1892015-09-11 Don Breazeal <donb@codesourcery.com>
190
191 * gdb.texinfo (Remote Configuration): Add exec event
192 feature to table of packet settings.
193 (Stop Reply Packets): Add exec events to the list of stop
194 reasons.
195 (General Query Packets): Add exec events to tables of
196 'gdbfeatures' and 'stub features' supported in the qSupported
197 packet, as well as to the list containing stub feature
198 details.
199
73b8c1fd
PA
2002015-08-24 Pedro Alves <palves@redhat.com>
201
202 * gdb.texinfo (Remote Configuration): Document the "set/show
203 remote multiprocess-extensions-packet" commands.
204
bb615428
PA
2052015-08-24 Pedro Alves <palves@redhat.com>
206
207 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
208 <M32R>: Remove references to M32R/D.
209 <M68K>: Remove references to target dbug.
210 <MIPS Embedded>: Remove references to target r3900 and target
211 array.
212 <PowerPC Embedded>: Remove references to target dink32 and target
213 ppcbug, target sds
214 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
215
2b4bf6af
AB
2162015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
217
218 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
219
566f5e3b
AB
2202015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
221
222 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
223
18989b3c
AB
2242015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
225
226 * gdb.texinfo (Maintenance Commands): Move documentation of "main
227 info bfds" to...
228 (File Caching): A New section. Outline bfd caching, and add new
229 description for "main set/show bfd-sharing".
230
6ff0ba5f
DE
2312015-08-14 Doug Evans <xdje42@gmail.com>
232
233 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
234 disassembly.
235 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
236
629500fa
KS
2372015-08-11 Keith Seitz <keiths@redhat.com>
238
239 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
240 Use "location(s)"instead of "linespec(s)".
241 (Specifying a Location): Rewrite.
242 Add subsections describing linespec, address, and explicit locations.
243 Add node/menu for each subsection.
244 (Source and Machine Code, C Preprocessor Macros)
245 (Create and Delete Trace points)
246 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
247 (Continuing at a Different Address): Remove "linespec" examples.
248 Add reference to "Specify a Location"
249 (The -break-insert Command): Rewrite. Add anchor.
250 Add reference to appropriate manual section discussing locations.
251 (The -dprintf-insert Command): Refer to -break-insert for
252 specification of 'location'.
253
fbea99ea
PA
2542015-08-07 Pedro Alves <palves@redhat.com>
255
256 * gdb.texinfo (Maintenance Commands): Document "maint set/show
257 target-non-stop".
258
da8c46d2
MM
2592015-08-07 Markus Metzger <markus.t.metzger@intel.com>
260
261 * gdb.texinfo (Process Record and Replay): Document prefixing of
262 speculatively executed instructions in the "record instruction-history"
263 command.
264
a3b5281e
DE
2652015-07-20 Doug Evans <dje@google.com>
266
267 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
268
6bcb1f97
DE
2692015-07-16 Doug Evans <dje@google.com>
270
271 * stabs.texinfo: @include gdb-cfg.texi.
272
db1ff28b
JK
2732015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
274
275 Revert the previous 2 commits:
276 gdbserver build-id attribute generator
277 Validate symbol file using build-id
278
ca5268b6
JK
2792015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
280
281 * gdb.texinfo (Files): Add 'set validate-build-id'
282 and 'show validate-build-id'.
283
700ca40f
JK
2842015-07-15 Aleksandar Ristovski <aristovski@qnx.com
285 Jan Kratochvil <jan.kratochvil@redhat.com>
286
287 gdbserver build-id attribute generator.
288 * gdb.texinfo (Library List Format for SVR4 Targets): Add
289 'build-id' in description, example, new attribute in dtd.
290
7c7f93f6
AB
2912015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
292
293 * gdb.texinfo (Selection): Update documentation for 'frame'
294 command.
295
b0627500
MM
2962015-07-02 Markus Metzger <markus.t.metzger@intel.com>
297
72f4393d 298 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
b0627500
MM
299 commands.
300
b20a6524
MM
3012015-07-02 Markus Metzger <markus.t.metzger@intel.com>
302
303 * gdb.texinfo (Process Record and Replay): Spell out that variables
304 and registers are not available during btrace replay.
305 Describe the new "record btrace pt" command.
306 Describe the new "set|show record btrace pt buffer-size" options.
307 (General Query Packets): Describe the new Qbtrace:pt and
308 Qbtrace-conf:pt:size packets.
309 Expand "bts" to "Branch Trace Store".
310 Update the branch trace DTD.
311
fc637f04
PP
3122015-06-26 Patrick Palka <patrick@parcs.ath.cx>
313
314 * gdb.texinfo (Command History): Document the new option
315 "history remove-duplicates".
316
18a94d75
DE
3172015-06-19 Doug Evans <dje@google.com>
318
319 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
320 longer supported.
321
0eacb298
PP
3222015-06-17 Patrick Palka <patrick@parcs.ath.cx>
323
324 * gdb.texinfo (Command History): Mention that setting
325 GDBHISTSIZE to the empty string disables history truncation.
326
bc460514
PP
3272015-06-17 Patrick Palka <patrick@parcs.ath.cx>
328
329 PR gdb/16999
330 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
331 behavior.
332
b58c513b
PP
3332015-06-17 Patrick Palka <patrick@parcs.ath.cx>
334
335 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
336 with GDBHISTSIZE.
337
a86c90e6
SM
3382015-06-15 Simon Marchi <simon.marchi@ericsson.com>
339
340 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
341 bytes and memory units for -data-{read,write}-memory-bytes.
342 (Packets): Same for m, M and X packets.
343 * python.texi (Inferiors In Python): Same for read_memory and
344 write_memory.
345
c74f7d1c
JT
3462015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
347
348 * gdb.texinfo (Separate Debug Files): Document that PE is also
349 supported.
350
51f0e40d
AB
3512015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
352
353 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
354 single table entry.
355
966f0aef
WT
3562015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
357
358 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
359
360
15a201c8
GB
3612015-06-10 Gary Benson <gbenson@redhat.com>
362
363 * gdb.texinfo (Remote Configuration): Document the
364 "set/show remote hostio-setfs-packet" command.
365 (Host I/O Packets): Document the vFile:setfs packet.
366
7a6a1731
GB
3672015-06-10 Gary Benson <gbenson@redhat.com>
368
369 * gdb.texinfo (Debugging Output): Document the "set/show debug
370 linux-namespaces" command.
371
7d73c23c 3722015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 373 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
374
375 * gdb.texinfo (i386): Add documentation about "show mpx bound"
376 and "set mpx bound".
377
27e0867f
DE
3782015-05-27 Doug Evans <dje@google.com>
379
380 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
381
b4f54984
DE
3822015-05-26 Doug Evans <dje@google.com>
383
384 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
385 command renamings.
386 (Maintenance Commands): Update for DWARF "set debug" command renamings.
387
55b40027
AB
3882015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
389
390 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
391
a4ea0946
AB
3922015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
393
394 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
395 (TUI Commands): Add 'tui enable' and 'tui disable' details.
396
37442ce1
DE
3972015-05-16 Doug Evans <xdje42@gmail.com>
398
399 * guile.texi (Memory Ports in Guile): Document support for unbuffered
400 memory ports.
401
36de76f9
JK
4022015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
403
404 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
405
0d71eef5
DB
4062015-05-12 Don Breazeal <donb@codesourcery.com>
407
408 * gdb.texinfo (Forks): Note that fork debugging is
409 supported in extended mode.
410 (Remote Configuration): Add fork event features to table
411 of packet settings.
412 (Stop Reply Packets): Add fork events to list of stop reasons.
413 (General Query Packets): Add fork events to tables of
414 'gdbfeatures' and 'stub features' supported in the qSupported
415 packet, as well as to the list containing stub feature
416 details.
417
835205d0
GB
4182015-05-12 Gary Benson <gbenson@redhat.com>
419
420 * gdb.texinfo (General Query Packets): Document
421 qXfer:exec-file:read with empty annex.
422
4c082a81
SC
4232015-05-09 Siva Chandra Reddy <sivachandra@google.com>
424
425 * python.texi (Values From Inferior): Add descriptions of new
426 methods gdb.Value.reference_value and gdb.Value.const_value.
427
b30a0bc3
JB
4282015-05-06 Joel Brobecker <brobecker@adacore.com>
429
430 * gdb.texinfo (Files): Add "info dll" documentation.
431 (Cygwin Native): Remove "info dll" documentation.
432
2ce1cdbf
DE
4332015-04-29 Doug Evans <dje@google.com>
434
435 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
436 Document.
437 (Writing an Xmethod): Add get_result_type to example.
438
59fb7612
SS
4392015-04-28 Sasha Smundak <asmundak@google.com>
440
441 * python.texi: New method documented.
442
cf75d6c3
AB
4432015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
444
445 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
446 format.
447
897c3d32
DE
4482015-04-24 Doug Evans <dje@google.com>
449
450 * python.texi (Xmethods In Python): Fix name of method to call the
451 xmethod.
452
1b6e6f5c
GB
4532015-04-17 Gary Benson <gbenson@redhat.com>
454
455 * gdb.texinfo (Connecting to a Remote Target): Mention that
456 GDB can access program files from remote targets that support
457 qXfer:exec-file:read and Host I/O packets.
458
c78fa86a
GB
4592015-04-17 Gary Benson <gbenson@redhat.com>
460
461 * gdb.texinfo (Remote Configuration): Document the "set/show
462 remote pid-to-exec-file-packet" command.
463 (General Query Packets): Document the qXfer:exec-file:read
464 qSupported features. Document the qXfer:exec-file:read packet.
465
a9a5a3d1
GB
4662015-04-17 Gary Benson <gbenson@redhat.com>
467
468 * gdb.texinfo (set sysroot): Document that "set sysroot" also
469 applies to executable paths if supplied to GDB as absolute.
470
4f45d445
JK
4712015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
472
473 * gdb.texinfo (Mode Options): Remove -xdb.
474
e7a8570f
JK
4752015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
476 Eli Zaretskii <eliz@gnu.org>
477
72f4393d
L
478 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
479 compile, show debug compile. New subsection Compilation options for
e7a8570f
JK
480 the compile command. New subsection Compiler search for the compile
481 command.
482
f2983cc3
AW
4832015-04-09 Andy Wingo <wingo@igalia.com>
484
485 * guile.texi (Frames In Guile): Describe frame-read-register.
486
599bd15c
GB
4872015-04-02 Gary Benson <gbenson@redhat.com>
488
489 * gdb.texinfo (set sysroot): Document "target:".
490
d11916aa
SS
4912015-04-01 Sasha Smundak <asmundak@google.com>
492
493 * doc/python.texi (Writing a Frame Unwinder in Python): Add
494 section.
495
df8411da
SDJ
4962015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
497
498 PR corefiles/16092
499 * gdb.texinfo (gcore): Mention new command 'set
500 use-coredump-filter'.
501 (set use-coredump-filter): Document new command.
502
d33279b3
AT
5032015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
504
505 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
506 documentation, reorder the info os entries in alphabetical order.
507
852f8402
SM
5082015-03-26 Simon Marchi <simon.marchi@ericsson.com>
509
510 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
511 -data-write-memory-bytes.
512
856e7dd6
PA
5132015-03-24 Pedro Alves <palves@redhat.com>
514
515 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
516 mention that threads may sometimes run unlocked.
517
236af5e3
YG
5182015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
519
520 * gdb.texinfo (Remote configuration): Document "set/show
521 serial parity" command.
522
464b0089
GB
5232015-03-18 Gary Benson <gbenson@redhat.com>
524
525 * gdb.texinfo (General Query Packets): Remove documentation
526 for now-removed vFile:fstat qSupported features.
527
0a93529c
GB
5282015-03-11 Gary Benson <gbenson@redhat.com>
529
530 * gdb.texinfo (Remote Configuration): Document the
531 "set/show remote hostio-fstat-packet" command.
532 (General Query Packets): Document the vFile:fstat
533 qSupported features.
534 (Host I/O Packets): Document the vFile:fstat packet.
535
85642ba0
AW
5362015-03-11 Andy Wingo <wingo@igalia.com>
537
538 * guile.texi (Objfiles In Guile): Document objfile-progspace.
539
f7e6eed5
PA
5402015-03-04 Pedro Alves <palves@redhat.com>
541
542 * gdb.texinfo (Remote Configuration): Document the "set/show
543 remote swbreak-feature-packet" and "set/show remote
544 hwbreak-feature-packet" commands.
545 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
546 decription.
547 (Stop Reply Packets): Document the swbreak and hwbreak stop
548 reasons.
549 (General Query Packets): Document the swbreak and hwbreak
550 qSupported features.
551 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
552
f873665f 5532015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
a64c9f7b
PP
554
555 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
556 under *stopped.
557
9a284c97
DE
5582015-03-02 Doug Evans <xdje42@gmail.com>
559
560 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
561
446899e4
AA
5622015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
563
564 * gdb.texinfo (S/390 and System z Features): Describe new feature
565 "org.gnu.gdb.s390.vx".
566
7ee67ee4
SDJ
5672015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
568
569 PR gdb/18008
570 * gdb.texinfo (maint internal-error, maint internal-warning, maint
571 demangler-warning): Fix typo ("problam").
572
53cf2ee0
DT
5732015-02-19 David Taylor <dtaylor@emc.com>
574
575 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
576
3133f8c1
JM
5772015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
578
579 * gdb.texinfo (Static Probe Points): Add cindex `static probe
580 point, DTrace'.
581 (Static Probe Points): Modified to cover DTrace probes in addition
582 to SystemTap probes. Also modified to cover the `enable probe'
583 and `disable probe' commands.
584
9aca2ff8
JM
5852015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
586
587 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
588 `disable probe' commands.
589
fa3f8d5a
DT
5902015-02-12 David Taylor <dtaylor@emc.com>
591
592 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
593 fields of the QTDV packet.
594
d33501a5
MM
5952015-02-09 Markus Metzger <markus.t.metzger@intel.com>
596
597 * gdb.texinfo (Branch Trace Configuration Format): Add size.
598 (Process Record and Replay): Describe new set|show commands.
599 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
600
f4abbc16
MM
6012015-02-09 Markus Metzger <markus.t.metzger@intel.com>
602
603 * gdb.texinfo (Process Record and Replay): Describe the "record
604 btrace bts" command.
605 (General Query Packets): Describe qXfer:btrace-conf:read packet.
606 (Branch Trace Configuration Format): New.
607
cfb069a8
GB
6082015-01-31 Gary Benson <gbenson@redhat.com>
609 Doug Evans <dje@google.com>
610
611 * gdb.texinfo (Command Completion): Document new
612 "set/show max-completions" option.
613
f57d2163
DE
6142015-01-31 Doug Evans <xdje42@gmail.com>
615
616 * gdb.texinfo (Symbols): Document new commands
617 "maint print symbol-cache", "maint print symbol-cache-statistics",
618 "maint flush-symbol-cache". Document new option
619 "maint set symbol-cache-size".
620
9f050062
DE
6212015-01-31 Doug Evans <xdje42@gmail.com>
622
623 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
624 distinguish script files vs inlined scripts.
625 * python.texi (Python Auto-loading): Ditto.
626
b6577aab
DE
6272015-01-30 Doug Evans <dje@google.com>
628
629 * gdb.texinfo (Symbols) <info source>: Output now contains producer
630 string if present.
631
3a8b707a
DE
6322015-01-27 Doug Evans <dje@google.com>
633
634 * python.texi (Objfiles In Python): Document Objfile.username.
635
1b549396
DE
6362015-01-27 Doug Evans <dje@google.com>
637
638 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
639 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
640
253828f1
JK
6412015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
642
643 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
644
bf555842
EZ
6452015-01-16 Eli Zaretskii <eliz@gnu.org>
646
647 * doc/gdb.texinfo (TUI Commands): Document the possible
648 values of NAME argument to 'winheight' command. Explain the
649 effect of 'tabset' setting better.
650
439250fb
DE
6512015-01-11 Doug Evans <xdje42@gmail.com>
652
653 PR gdb/15830
654 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
655 (Symbols): Ditto.
656 (Maintenance Commands): Delete docs for "maint demangle".
657
6bf6fd09
JB
6582014-12-31 Joel Brobecker <brobecker@adacore.com>
659
660 * gdb.texinfo (Files): Remove documentation of the
661 "add-shared-symbol-files" and "assf" commands.
662 (Cygwin Native): Remove documentation of the "dll-symbols"
663 command.
664
cc485e62
DE
6652014-12-17 Doug Evans <xdje42@gmail.com>
666
667 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
668
bb2ec1b3
TT
6692014-12-12 Phil Muldoon <pmuldoon@redhat.com>
670 Jan Kratochvil <jan.kratochvil@redhat.com>
671
672 * gdb.texinfo (Altering): Update.
673 (Compiling and Injecting Code): New node.
674
6dddd6a5
DE
6752014-12-12 Doug Evans <dje@google.com>
676
677 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
678
f5b95c01
AA
6792014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
680
681 * gdb.texinfo: Document "maint print user-registers".
682
a0be3e44
DE
6832014-12-08 Doug Evans <dje@google.com>
684
685 * python.texi (Objfiles In Python): Document Objfile.owner.
686
86e4ed39
DE
6872014-12-04 Doug Evans <dje@google.com>
688
689 * python.texi (Objfiles In Python): Document
690 Objfile.add_separate_debug_file.
691
7c50a931
DE
6922014-12-04 Doug Evans <dje@google.com>
693
694 * python.texi (Objfiles In Python): Document Objfile.build_id.
695
162078c8
NB
6962014-12-02 Nick Bull <nicholaspbull@gmail.com>
697
698 * python.texi (Events In Python): Document new events
699 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
700 and RegisterChangedEvent.
701
f10c5b19
JK
7022014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
703
704 Add add-auto-load-scripts-directory.
705 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
706 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
707
413b59ae
JK
7082014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
709
710 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
711 description typo.
712
02be9a71
DE
7132014-10-30 Doug Evans <dje@google.com>
714
715 * python.texi (Progspaces In Python): Document ability to add
716 random attributes to gdb.Progspace objects.
717 (Objfiles In Python): Document ability to add random attributes to
718 gdb.objfile objects.
719
e5f8a7cc
PA
7202014-10-27 Pedro Alves <palves@redhat.com>
721
722 * gdb.texinfo (Continuing and Stepping): Add cross reference to
723 info on stepping and signal handlers.
724 (Signals): Explain stepping and signal handlers. Add context
725 index entry, and cross references.
726
fab3a15d
SM
7272014-10-20 Simon Marchi <simon.marchi@ericsson.com>
728
729 * python.texi (Breakpoints In Python): Add parenthesis after
730 Breakpoint.delete. Clarify Breakpoint.enabled description so
731 that it contains "disable".
732
4ffbba72
DE
7332014-10-17 Doug Evans <dje@google.com>
734
735 * python.texi (Events In Python): Document clear_objfiles event.
736
d096d8c1
DE
7372014-10-17 Doug Evans <dje@google.com>
738
739 * python.texi (Objfiles In Python): Document new progspace attribute.
740
32a8097b
PA
7412014-10-17 Pedro Alves <palves@redhat.com>
742
743 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
744 (SVR4 Process Information): Delete mention of OSF/1.
745
2ddf4301
SM
7462014-10-01 Simon Marchi <simon.marchi@ericsson.com>
747
748 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
749 exit-code field in -list-thread-groups output.
750
342cc091
JBG
7512014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
752
753 * gdb.texinfo (Set Breaks): Add missing "@end table".
754
a25a5a45
PA
7552014-09-22 Pedro Alves <palves@redhat.com>
756
757 * gdb.texinfo (Set Breaks): Document that "set breakpoint
758 always-inserted off" is the default mode now. Delete
759 documentation of "set breakpoint always-inserted auto".
760
2b4fd423
DE
7612014-09-18 Doug Evans <dje@google.com>
762
763 * python.texi (Symbol Tables In Python): Document "producer"
764 attribute of gdb.Symtab objects.
765
deb8ff2b
PA
7662014-09-16 Pedro Alves <palves@redhat.com>
767
768 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
769 (Embedded OS): Remove VxWorks menu entry.
770 (VxWorks): Remove node.
771
81219e53
DE
7722014-09-13 Doug Evans <xdje42@gmail.com>
773
774 * gdb.texinfo (Signaling): Document new queue-signal command.
775
faa42425
DE
7762014-09-06 Doug Evans <xdje42@gmail.com>
777
778 PR 15276
779 * gdb.texinfo (Convenience Funs): Document $_caller_is,
780 $_caller_matches, $_any_caller_is, $_any_caller_matches.
781
1a6a384b
JL
7822014-09-03 Justin Lebar <jlebar@google.com>
783
784 * python.texi (Types In Python): Type.template_argument(n) returns a
785 gdb.Value or a gdb.Type and throws an exception if n is out of
786 range.
787
5f3b99cf
SS
7882014-09-03 Sasha Smundak <asmundak@google.com>
789
790 * python.texi (Frames in Python): Add read_register description.
791
3cecbbbe
TT
7922014-08-04 Tom Tromey <tromey@redhat.com>
793
794 * gdb.texinfo (Debugging Output): Update for change to "set debug
795 target".
796
90debf20
MM
7972014-08-01 Masaki Muranaka <monaka@monami-software.com>
798
799 Pushed by Joel Brobecker <brobecker@adacore.com>.
800 * Makefile.in (transform): New variable.
801 (install-man1, install-man5): Apply $(transform) to man file names.
802
ee7333ae
DE
8032014-07-26 Doug Evans <xdje42@gmail.com>
804
805 PR guile/17177
806 * guile.texi (Guile Pretty Printing API): Fix typo.
807 Document set-pretty-printers!, pretty-printers.
808 (Selecting Guile Pretty-Printers): Update.
809 Mention program-space based pretty-printers.
810
70509625
PA
8112014-07-25 Pedro Alves <palves@redhat.com>
812 Eli Zaretskii <eliz@gnu.org>
813
814 * gdb.texinfo (Signaling) <signal command>: Explain what happens
815 with multi-threaded programs.
816
b67a2c6f
YQ
8172014-06-27 Yao Qi <yao@codesourcery.com>
818
819 * gdb.texinfo (Maintenance Commands): Update the output of
820 'maint print dummy-frames' command.
821
f179cf97
EZ
8222014-06-24 Eli Zaretskii <eliz@gnu.org>
823
824 * gdb.texinfo (Screen Size): Improve indexing.
825
992c7d70
GB
8262014-06-19 Gary Benson <gbenson@redhat.com>
827
828 * gdb.texinfo (Maintenance Commands): Document new
829 "maint set/show catch-demangler-crashes" option.
830
57fcfb1b
GB
8312014-06-19 Gary Benson <gbenson@redhat.com>
832
833 * gdb.texinfo (Maintenance Commands): Document new
834 "maint demangler-warning" command and new
835 "maint set/show demangler-warning" option.
836
dd5d5494
SC
8372014-06-09 Siva Chandra Reddy <sivachandra@google.com>
838
839 * python.texi (Xmethod API): Add space before the opening
840 parenthesis in function descriptions.
841
25326a28 8422014-06-06 Doug Evans <xdje42@gmail.com>
d2929fdc
DE
843
844 * guile.texi (Guile Configuration): Document guile-data-directory.
845
0a770bb2 8462014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
847
848 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
849
16f691fb
DE
8502014-06-04 Doug Evans <xdje42@gmail.com>
851
852 * guile.texi (Breakpoints In Guile): Update.
853
1e47491b
JB
8542014-06-03 Joel Brobecker <brobecker@adacore.com>
855
856 * python.texi (Xmethod API): Fix reference to "Progspaces In
857 Python".
858
0c6e92a5
SC
8592014-06-03 Siva Chandra Reddy <sivachandra@google.com>
860
861 * python.texi (Xmethods In Python, XMethod API)
862 (Writing an Xmethod): New nodes.
863 (Python API): New menu entries "Xmethods In Python",
864 "Xmethod API", "Writing an Xmethod".
865
06eb1586
DE
8662014-06-02 Doug Evans <xdje42@gmail.com>
867
868 * guile.texi (Guile API): Add entry for Parameters In Guile.
869 (GDB Scheme Data Types): Mention <gdb:parameter> object.
870 (Parameters In Guile): New node.
871
e698b8c4
DE
8722014-06-02 Doug Evans <xdje42@gmail.com>
873
874 * guile.texi (Guile API): Add entry for Commands In Guile.
875 (Basic Guile) <parse-and-eval>: Add reference.
876 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
877 (GDB Scheme Data Types): Mention <gdb:command> object.
878 (Commands In Guile): New node.
879
ded03782
DE
8802014-06-02 Doug Evans <xdje42@gmail.com>
881
882 * guile.texi (Guile API): Add entry for Progspaces In Guile.
883 (GDB Scheme Data Types): Mention <gdb:progspace> object.
884 (Progspaces In Guile): New node.
885
53e8a631
AB
8862014-05-30 Andrew Burgess <aburgess@broadcom.com>
887
888 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
889 * python.texi (Frames In Python): Mention
890 gdb.FRAME_UNWIND_MEMORY_ERROR.
891
329ea579
PA
8922014-05-29 Pedro Alves <palves@redhat.com>
893 Tom Tromey <tromey@redhat.com>
894
895 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
896 from example.
897 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
898 Mention that target-async is now deprecated.
899 (Maintenance Commands): Document maint set/show target-async.
900
92bcb5f9
PA
9012014-05-29 Pedro Alves <palves@redhat.com>
902
903 * observer.texi (sync_execution_done, command_error): New
904 subjects.
905
fd664c91
PA
9062014-05-29 Pedro Alves <palves@redhat.com>
907
908 PR gdb/13860
909 * observer.texi (signal_received, end_stepping_range)
910 (signal_exited, exited, no_history): New observer subjects.
911
b2715b27
AW
9122014-05-26 Andy Wingo <wingo@igalia.com>
913
914 * guile.texi (GDB Scheme Data Types): Remove documentation for
915 removed interfaces. Update spelling of gdb-object-kind.
916
9eaa4c1e
AW
9172014-05-26 Andy Wingo <wingo@igalia.com>
918
919 * guile.texi (Basic Guile): Fix some typos.
920
0f1e8403
AW
9212014-05-26 Andy Wingo <wingo@igalia.com>
922
923 * guile.texi (Writing a Guile Pretty-Printer)
924 (Guile Types Module): Fix excess parentheses in use-modules forms.
925
697aa1b7
EZ
9262014-05-24 Eli Zaretskii <eliz@gnu.org>
927
928 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
929 (Breakpoints In Guile, Guile Printing Module)
930 (Guile Exception Handling, Values From Inferior In Guile)
931 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
932 Don't use @var at the beginning of a sentence.
933
934 * gdb.texinfo (Frame Filter Management, Trace Files)
935 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
936 (PowerPC Embedded, Define, Annotations for Running)
937 (IPA Protocol Commands, Packets, General Query Packets)
938 (Tracepoint Packets, Notification Packets, Environment)
939 (Inferiors and Programs, Set Breaks, Set Catchpoints)
940 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
941 (Frames, Backtrace, Selection, Expressions, Registers)
942 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
943 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
944 (Source Annotations, Using JIT Debug Info Readers, Packets)
945 (Stop Reply Packets, Host I/O Packets)
946 (Target Description Format): Don't use @var at the beginning of a
947 sentence.
948
949 * python.texi (Basic Python, Types In Python)
950 (Commands In Python, Frames In Python, Line Tables In Python)
951 (Breakpoints In Python, gdb.printing, gdb.types)
952 (Type Printing API): Don't use @var at the beginning of a
953 sentence.
954
67b5c0c1
MM
9552014-05-23 Markus Metzger <markus.t.metzger@intel.com>
956
957 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
958 replay-memory-access".
959
6a3cb8e8
PA
9602014-05-21 Pedro Alves <palves@redhat.com>
961
962 * gdb.texinfo (Starting): Document "set/show
963 auto-connect-native-target".
964 (Target Commands): Document "target native".
965
936d2992
PA
9662014-05-20 Pedro Alves <palves@redhat.com>
967
968 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
969 not be remote specific. Add cross reference to the qCRC packet.
970 (Separate Debug Files): Update cross reference to the qCRC packet.
971 (General Query Packets) <qCRC packet>: Add anchor.
972
b3ce5e5f
DE
9732014-05-17 Doug Evans <xdje42@gmail.com>
974
975 Copy over changes from guile.texi.
976 * python.texi (Basic Python) <gdb.execute>: Add text.
977 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
978 (Values From Inferior) <Python string>: Add text.
979 (Values From Inferior) <Value.string>: Clarify string length handling.
980 (Pretty Printing API): Add cindex.
981 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
982 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
983 @vindex.
984 (Commands In Python) <COMPLETE_*>: Similarly.
985 (Symbols In Python) <SYMBOL_*>: Similarly.
986 (Breakpoints In Python) <WP_*>: Similarly.
987 (Breakpoints In Python) <BP_*>: Similarly.
988
8dfcab11
DT
9892014-05-17 David Taylor <dtaylor@emc.com>
990
991 * gdb.texinfo (General Query Packets): Add a note about thread IDs
992 mentioned in the qfThreadInfo reply.
993
8d551b02
DE
9942014-05-16 Doug Evans <dje@google.com>
995
996 * gdb.texinfo (Mode Options): Add -D.
997
e20bd8f4
SB
9982014-05-09 Samuel Bronson <naesten@gmail.com>
999
1000 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
1001 "make -C".
1002
f989a1c8
TT
10032014-04-29 Tom Tromey <tromey@redhat.com>
1004
1005 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
1006 "show debug varobj".
1007
95cf3b38
DT
10082014-05-01 David Taylor <dtaylor@emc.com>
1009
1010 * gdb.texinfo (compare-sections): Document the new -r (read-only)
1011 option.
1012
01f9f808
MS
10132014-04-24 Michael Sturm <michael.sturm@mintel.com>
1014 Walfred Tedeschi <walfred.tedeschi@intel.com>
1015
1016 * gdb.texinfo (i386 Features): Add description of AVX512
1017 registers.
1018
770e7fc7
DE
10192014-03-31 Doug Evans <dje@google.com>
1020
1021 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
1022
97d8f0ee
DE
10232014-03-30 Doug Evans <dje@google.com>
1024
1025 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
1026 (Background Execution): Ditto.
1027
36cb1214
HZ
10282014-03-21 Pedro Alves <palves@redhat.com>
1029 Stan Shebs <stan@codesourcery.com>
1030 Hui Zhu <hui@codesourcery.com>
1031
1032 * gdb.texinfo (Packets): Add anchor to "? packet".
1033 Remove fixme and update introduction of "k packet".
1034 Add anchor to "vKill packet".
1035
5e3a2c38
SS
10362014-03-12 Stan Shebs <stan@codesourcery.com>
1037
1038 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
1039
7a5a839f
LC
10402014-02-26 Ludovic Courtès <ludo@gnu.org>
1041
dc6ae996 1042 * guile.texi (Basic Guile): Document 'history-append!'.
7a5a839f 1043
95060284
JB
10442014-02-20 Joel Brobecker <brobecker@adacore.com>
1045
1046 * gdb.texinfo (Files): Document "add-shared-symbol-files"
1047 and "assf" as being deprecated.
1048 (Cygwin Native): Likewise for "dll-symbols".
1049 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
1050 as a way to force the loading of symbols from a DLL.
1051
f7bd0f78
SC
10522014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1053
1054 * python.texi (Values From Inferior): Add description about the
1055 new feature.
1056
329baa95
DE
10572014-02-17 Doug Evans <xdje42@gmail.com>
1058
1059 * Makefile.in (GDB_DOC_FILES): Add python.texi.
1060 * gdb.texinfo (Python): Moved to ...
1061 * python.texi: ... here. New file.
1062
687894f5
DE
10632014-02-17 Ludovic Courtès <ludo@gnu.org>
1064
d25f38ee 1065 * guile.texi (Writing a Guile Pretty-Printer) <example>:
687894f5
DE
1066 Remove 'string-begins-with' procedure. Add 'pretty-printer'
1067 parameter to 'str-lookup-function' procedure. Look for
1068 the "std::string<" prefix.
1069 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
1070 Adjust description.
1071
6fb526ee
DE
10722014-02-11 Tejas Belagod <tejas.belagod@arm.com>
1073
d25f38ee 1074 * guile.texi (Values From Inferior In Guile): Remove stray
6fb526ee
DE
1075 parantheses for deffn.
1076 (Disassembly In Guile): Ditto.
1077
1e0a5178
SS
10782014-02-10 Stan Shebs <stan@codesourcery.com>
1079
1080 Add Doxygen support.
1081 * Makefile.in (doxy): New action, generates Doxygen files.
1082 (DOXYGEN): New.
1083 (doxyedit): New.
1084 * Doxyfile-base.in: New file.
1085 * Doxyfile-gdb-api.in: New file.
1086 * Doxyfile-gdb-xref.in: New file.
1087 * Doxyfile-gdbserver.in: New file.
1088 * doxy-index.in: New file.
1089 * filter-for-doxygen: New file.
1090 * filter-params.pl: New file.
1091
ed3ef339
DE
10922014-02-10 Doug Evans <xdje42@gmail.com>
1093
1094 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
1095 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
1096 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
1097 (Guile docs): Include guile.texi.
1098 (objfile-gdbdotext file): Add objfile-gdb.scm.
1099 (dotdebug_gdb_scripts section): Mention Guile scripts.
1100 (Multiple Extension Languages): New node.
1101 * guile.texi: New file.
1102
c6044dd1
JB
11032014-01-28 Joel Brobecker <brobecker@adacore.com>
1104
1105 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
1106 ignore-descriptive-types". commands.
1107
87ce2a04
DE
11082014-01-22 Doug Evans <dje@google.com>
1109
1110 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
1111 (gdbserver man): Ditto.
1112
52834460
MM
11132014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1114
1115 * gdb.texinfo: Document limited reverse/replay support
1116 for target record-btrace.
1117
0688d04e
MM
11182014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1119
1120 * gdb.texinfo (Process Record and Replay): Update documentation.
1121
8710b709
MM
11222014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1123
1124 * gdb.texinfo (Process Record and Replay): Document new /c
1125 modifier accepted by "record function-call-history".
1126 Add /i modifier to "record function-call-history" example.
1127
dcf106f3
JB
11282014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
1129 Joel Brobecker <brobecker@adacore.com>
1130
1131 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
1132 markers. Remove one that was misplaced.
1133
41ef2965
PA
11342014-01-10 Pedro Alves <palves@redhat.com>
1135
1136 * gdb.texinfo (Your Program's Environment) <set environment>:
1137 Mention the shell, and point at 'set exec-wrapper'.
1138
c0d48811
JB
11392014-01-07 Joel Brobecker <brobecker@adacore.com>
1140
1141 * gdb.texinfo (Types In Python): Document new attribute Types.name.
1142
5fba4c0f
JB
11432013-12-30 Joel Brobecker <brobecker@adacore.com>
1144
1145 * gdb.texinfo (Types In Python): Clarify the documentation
1146 of attribute gdb.Field.bitpos.
1147
0809504b
JB
11482013-12-28 Joel Brobecker <brobecker@adacore.com>
1149
1150 * gdb.texinfo (Types In Python): Fix the documentation of
1151 attribute "bitpos" in class gdb.Field for enum types. Add
1152 documentation for attribute "enumval" in that same class.
1153
edef6000
JB
11542013-12-28 Joel Brobecker <brobecker@adacore.com>
1155
1156 * gdb.texinfo (GDB/MI Support Commands): Change @table into
1157 @ftable.
1158
71b8c845
DE
11592013-12-23 Doug Evans <xdje42@gmail.com>
1160
1161 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
1162 auto-loaded objfile scripts and .debug_gdb_scripts section to their
1163 corresponding section in Extending GDB.
1164 (Extending GDB): Move menu up. New menu item "Auto-loading
1165 extensions".
1166 (Sequences): New menu item "Auto-loading sequences".
1167 (Auto-loading sequences): New node.
1168 (Python): Rename section from Scripting GDB to Extending GDB.
1169 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
1170 Move docs on ways to auto-load extensions to ...
1171 (Auto-loading extensions): ... here. New node.
1172
d192b373
JB
11732013-12-23 Joel Brobecker <brobecker@adacore.com>
1174
1175 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
1176 in menu.
1177 (GDB/MI Variable Objects): Adjust reference to "-list-features"
1178 command, now in a new node.
1179 (GDB/MI Support Commands): New node, with its contents being
1180 extracted from the "GDB/MI Miscellaneous Commands" node.
1181 A small paragraph introducing the section is also added at
1182 the start.
1183 (GDB/MI Miscellaneous Commands): Delete the description of the
1184 -info-gdb-mi-command, -list-features and -list-target-features
1185 commands, now hosted in the "GDB/MI Support Commands" node.
1186
a16b0e22
SC
11872013-12-12 Siva Chandra Reddy <sivachandra@google.com>
1188
1189 PR python/16113
1190 * gdb.texinfo (Values From Inferior): Add a note about using
1191 gdb.Field objects as subscripts on gdb.Value objects.
1192 (Types In Python): Add description about the new attribute
1193 "parent_type" of gdb.Field objects.
1194
9b26f0fb
JB
11952013-12-12 Joel Brobecker <brobecker@adacore.com>
1196
1197 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
1198 entry for section docuumenting the -list-features GDB/MI command.
1199
72bfa06c
JB
12002013-12-10 Joel Brobecker <brobecker@adacore.com>
1201
1202 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1203 "exec-run-start-option" entry in the output of the "-list-features"
1204 command.
1205
3ea8680f
EZ
12062013-12-04 Eli Zaretskii <eliz@gnu.org>
1207
1208 * gdb.texinfo (i386): Fix yesterday's commit.
1209
1a4f73eb
TT
12102013-12-03 Tom Tromey <tromey@redhat.com>
1211
1212 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
1213 documented here.
1214
6cb999f8
TT
12152013-12-03 Tom Tromey <tromey@redhat.com>
1216
1217 * gdb.texinfo (@direntry): Add menu item for gdbserver.
1218
ca8941bb
WT
12192013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
1220
1221 * gdb.texinfo (i386 Features): Add MPX feature registers.
1222 (x86 Specific featuresx86 Architecture-specific Issues): Adds
1223 a subsubsection for MPX and describes the display of the
1224 boundary registers.
1225
688981c9
JB
12262013-12-03 Joel Brobecker <brobecker@adacore.com>
1227
1228 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
1229 documentation of the "ada-exceptions" entry.
1230
2ea126fa
JB
12312013-12-03 Joel Brobecker <brobecker@adacore.com>
1232
1233 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
1234 "^error" result record concerning the error message. Document
1235 the error code that may also be part of that result record.
1236 (GDB/MI Miscellaneous Commands): Document the
1237 "undefined-command-error-code" element in the output of
1238 the "-list-features" GDB/MI command.
1239
6b7cbff1
JB
12402013-12-03 Joel Brobecker <brobecker@adacore.com>
1241
1242 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1243 the new -info-gdb-mi-command GDB/MI command. Document
1244 the meaning of "-info-gdb-mi-command" in the output of
1245 -list-features.
1246
20e1ca3b
PA
12472013-11-29 Pedro Alves <palves@redhat.com>
1248
1249 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
1250 Update comment.
1251
29453a14
YQ
12522013-11-24 Yao Qi <yao@codesourcery.com>
1253
1254 * gdb.texinfo (Caching Remote Data): Document new
1255 "set/show stack-cache" option.
1256
6dd315ba
YQ
12572013-11-24 Yao Qi <yao@codesourcery.com>
1258
1259 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
1260 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
1261 "off" respectively.
1262
9df9dbe0
YQ
12632013-11-23 Yao Qi <yao@codesourcery.com>
1264
1265 * gdb.texinfo (GDB/MI Variable Objects): Add the description
1266 of "displayhint" to the table about child results.
1267
c78feb39
YQ
12682013-11-21 Yao Qi <yao@codesourcery.com>
1269
1270 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
1271 'dynamic' for the output of command -var-list-children.
1272
27b81af3
YQ
12732013-11-21 Yao Qi <yao@codesourcery.com>
1274
1275 * gdb.texinfo (Caching Target Data): Remove "see" before
1276 @pxref.
1277
b26dfc9a
YQ
12782013-11-20 Yao Qi <yao@codesourcery.com>
1279
1280 * gdb.texinfo (Caching Target Data): Update doc for
1281 per-address-space dcache.
1282
b12039c6
YQ
12832013-11-20 Yao Qi <yao@codesourcery.com>
1284
1285 * gdb.texinfo (Data): Rename menu item.
1286 (Caching Remote Data): Rename to ...
1287 (Caching Target Data): ... it. Update.
1288
422ad5c2
JB
12892013-11-18 Joel Brobecker <brobecker@adacore.com>
1290
1291 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1292 "language-option" entry in the output of the "-list-features"
1293 command.
1294
805e1f19
TT
12952013-11-15 Tom Tromey <tromey@redhat.com>
1296
1297 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
1298 Add example.
1299
8fe1b653
TT
13002013-11-14 Tom Tromey <tromey@redhat.com>
1301
1302 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
1303
403cb6b1
JB
13042013-11-14 Joel Brobecker <brobecker@adacore.com>
1305
1306 * gdb.texinfo (Show): Add xref anchor for "show language" command.
1307 (Context management): Place current subsection text into its own
1308 subsubsection. Add new subsubsection describing the "--language"
1309 command option.
1310
93973826
JB
13112013-11-13 Joel Brobecker <brobecker@adacore.com>
1312
1313 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
1314 the documentation of "info-ada-exceptions" in the output
1315 of the "-list-features" command. Add the documentation
1316 of the "ada-exception" entry instead.
1317
6adcee18
JB
13182013-11-12 Joel Brobecker <brobecker@adacore.com>
1319
93973826 1320
6adcee18
JB
1321 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
1322 word of a couple of sentences to start with a capital letter.
1323
58d06528
JB
13242013-11-12 Joel Brobecker <brobecker@adacore.com>
1325
1326 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
1327 (Ada Exceptions): New node.
1328 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
1329 Commands" node.
1330 (GDB/MI Ada Exceptions Commands): New node.
1331 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
1332 field in the output of the "-list-features" command.
1333 * NEWS: Add entry for the new "info exceptions" CLI command,
1334 and for the new "-info-ada-exceptions" GDB/MI command.
1335
bc79de95
PM
13362013-11-11 Phil Muldoon <pmuldoon@redhat.com>
1337
1338 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
1339 (Line Tables In Python): New node.
1340
73be47f5
DE
13412013-11-08 Doug Evans <dje@google.com>
1342
1343 * gdb.texinfo (Debugging Output): Update text for
1344 "set debug dwarf2-read".
1345
db0fec5c
DE
13462013-11-08 Doug Evans <dje@google.com>
1347
1348 * gdb.texinfo (Debugging Output): Update text for
1349 "set debug symtab-create".
1350
92e32e33
PM
13512013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1352
72f4393d
L
1353 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
1354 constant.
92e32e33 1355
f76c27b5
PM
13562013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1357
1358 * gdb.texinfo (Breakpoints In Python): Document temporary
1359 option in breakpoint constructor, and add documentation to the
1360 temporary attribute.
1361
fa4d0c40
YQ
13622013-11-07 Yao Qi <yao@codesourcery.com>
1363
1364 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
1365 output of "-var-info-expression".
1366
afa332ce
PA
13672013-11-06 Pedro Alves <palves@redhat.com>
1368
1369 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
1370 non-interactive mode.
1371 (Environment) <shell startup files warning>: Mention
1372 non-interactive mode. Mention .zshenv for Z shell, and talk about
1373 BASH_ENV instead of .bashrc for BASH.
1374
9ac69859
NB
13752013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
1376
1377 * gdb.texinfo (Commands to Specify Files): Add description
1378 of the remove-symbol-file command.
1379 * observer.texi: New free_objfile event
1380
98882a26
PA
13812013-10-24 Pedro Alves <palves@redhat.com>
1382
1383 * gdb.texinfo (Starting): Document set/show startup-with-shell.
1384
ce13fade
JB
13852013-10-11 Joel Brobecker <brobecker@adacore.com>
1386
1387 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
1388 New subsection inside which the "-catch-load" and "-catch-unload"
1389 commands documentation is now placed.
1390 (Ada Exception GDB/MI Catchpoint Commands): New subsection
1391 documenting the "-catch-assert" and "-catch-exception" new
1392 GDB/MI commands.
1393
2446f5ea
JB
13942013-10-10 Joel Brobecker <brobecker@adacore.com>
1395
1396 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
1397
0d12017b
JB
13982013-10-10 Joel Brobecker <brobecker@adacore.com>
1399
bd80dc1a
JB
1400 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
1401 serial baud".
1402 (Remote Configuration): Replace "set remotebaud" by "set serial
1403 baud". Replace "show remotebaud" by "show serial baud".
0d12017b 1404
f4fb82a1
PA
14052013-10-07 Pedro Alves <palves@redhat.com>
1406
1407 PR breakpoints/11568
1408 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
1409 when the thread is removed from the thread list.
1410
0c557179
SDJ
14112013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1412
1413 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
1414 Update entry for $_exitcode.
1415
5713b9b5
JB
14162013-10-04 Joel Brobecker <brobecker@adacore.com>
1417
1418 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
1419 new "--start" option.
1420
901461f8
PA
14212013-10-02 Pedro Alves <palves@redhat.com>
1422
1423 * gdb.texinfo (Registers): Expand description of saved registers
1424 in frames. Explain <not saved>.
1425
8fb8eb5c
DE
14262013-09-25 Doug Evans <dje@google.com>
1427
1428 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
1429
0a7cfe2c
SS
14302013-09-16 Stan Shebs <stan@codesourcery.com>
1431
1432 Remove the internals manual gdbint.texinfo.
1433 * Makefile.in (INFO_DEPS): Remove gdbint.info.
1434 (PDFFILES): Remove gdbint.pdf.
1435 (HTMLFILES): Remove gdbint/index.html.
1436 (HTMLFILES_INSTALL): Remove gdbint.
1437 (GDBINT_DOC_FILES): Remove.
1438 (dvi): Remove gdbint.dvi.
1439 (ps): Remove gdbint.ps.
1440 * gdbint.texinfo: Remove file.
1441 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
1442
a280dbd1
SDJ
14432013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1444
1445 * gdb.texinfo (Convenience Functions): Mention new convenience
1446 function $_isvoid.
1447
4ac33720
UW
14482013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1449
1450 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
1451 (Standard Target Features): Add new node to menu.
1452 (S/390 and System z Features): New node.
1453
b3d3b4bd
SA
14542013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
1455
1456 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
1457 -list-target-features in the example.
1458
edf9f00c
JK
14592013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1460
1461 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
1462 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
1463
1d236d23
JK
14642013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1465
1466 Sync documentation with gdb.base/gnu-debugdata.exp.
1467 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
1468
5423b017
JK
14692013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1470
1471 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
1472
6211c335
YQ
14732013-08-27 Pedro Alves <pedro@codesourcery.com>
1474 Yao Qi <yao@codesourcery.com>
1475
1476 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
1477 Document new --skip-unavailable option.
1478 <-stack-list-variables>: Document new --skip-unavailable option.
1479
52e260a3
DE
14802013-08-26 Doug Evans <dje@google.com>
1481
1482 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
1483 an optional regexp.
1484
5e92f71a
TT
14852013-08-13 Tom Tromey <tromey@redhat.com>
1486
1487 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
1488 Document GDB_PARALLEL and GDB_INOTIFY.
1489
c5d7073b
SS
14902013-08-09 Stan Shebs <stan@codesourcery.com>
1491
1492 * LRS: Remove file, describes a long-abandoned live-range
1493 splitting extension to stabs.
1494
6fbe845e
AB
14952013-07-25 Andrew Burgess <aburgess@broadcom.com>
1496
1497 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
1498
e7045703
DE
14992013-07-17 Doug Evans <dje@google.com>
1500
1501 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
1502
3105ebf9
TT
15032013-07-02 Tom Tromey <tromey@redhat.com>
1504
1505 * gdb.texinfo (Target Commands): Don't mention "target nrom".
1506
d6c2da54
TT
15072013-06-28 Tom Tromey <tromey@redhat.com>
1508
1509 * Makefile.in (version.subst): Use version.in, not
1510 common/version.in.
1511 * gdbint.texinfo (Versions and Branches, Releasing GDB):
1512 Likewise.
1513
e5823f1c
PA
15142013-06-27 Pedro Alves <palves@redhat.com>
1515
1516 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
1517 dynamic symbol resolution code>: New section, based on infrun.c
1518 comment.
1519
92dcb9ff
TT
15202013-06-26 Tom Tromey <tromey@redhat.com>
1521
1522 * gdbint.texinfo (Versions and Branches): Use common/version.in.
1523 Update.
1524 (Releasing GDB): Likewise.
1525
dc673c81
YQ
15262013-06-26 Pedro Alves <pedro@codesourcery.com>
1527 Yao Qi <yao@codesourcery.com>
1528
1529 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
1530 -trace-frame-collected.
1531
28a93511
YQ
15322013-06-26 Pedro Alves <pedro@codesourcery.com>
1533
1534 * gdb.texinfo (Traceframe Info Format): Document tvar element
1535 and its attributes.
1536
a0743c90
YQ
15372013-06-25 Yao Qi <yao@codesourcery.com>
1538
1539 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
1540
01208463
TT
15412013-06-24 Tom Tromey <tromey@redhat.com>
1542
1543 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
1544 (GDBvn.texi): Use version.subst.
1545 (version.subst): New target.
1546 (mostlyclean): Remove version.subst.
1547
c898adb7
YQ
15482013-06-20 Pedro Alves <pedro@codesourcery.com>
1549
1550 * gdb.texinfo (GDB/MI Data Manipulation)
1551 <-data-list-register-values>: Document the --skip-unavailable
1552 option.
1553
7c57fa1e
YQ
15542013-06-07 Yao Qi <yao@codesourcery.com>
1555
1556 * gdb.texinfo (Symbols): Add kindex and cindex for
1557 'maint print msymbols'.
1558
0059c61a 15592013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
b7742092
MK
1560
1561 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
1562 response field name (thread-group to inferior).
1563
85dc5a12
GB
15642013-06-04 Gary Benson <gbenson@redhat.com>
1565
1566 * gdb.texinfo (General Query Packets/qSupported): Added
1567 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
1568 to the table of currently defined stub features.
1569 Added a more detailed entry for "augmented-libraries-svr4-read".
1570 (General Query Packets/qXfer:libraries-svr4:read): Documented
1571 the augmented form of this packet.
1572
5901af59
JB
15732013-05-23 Joel Brobecker <brobecker@adacore.com>
1574
1575 * gdb.texinfo (System-wide Configuration Scripts): Renames
1576 "Installed System-wide Configuration Scripts". Add associated
1577 @menu block.
1578
c1e36e3e
PA
15792013-05-23 Yao Qi <yao@codesourcery.com>
1580 Pedro Alves <palves@redhat.com>
1581
1582 * gdb.texinfo (Packets): Document 'vCont;r'.
1583 (Continuing and Stepping): Document target-assisted range
1584 stepping, and the 'set range-stepping' and 'show range-stepping'
1585 commands.
1586
0201faac
JB
15872013-05-23 Joel Brobecker <brobecker@adacore.com>
1588
1589 * gdb.texinfo (Installed System-wide Configuration Scripts):
1590 Add subsection describing the scripts now available under
1591 the data-dir's system-gdbbinit subdirectory.
1592 * NEWS: Add entry announcing the availability of system-wide
1593 configuration scripts for ElinOS and Wind River Linux.
1594
c5867ab6
HZ
15952013-05-21 Hui Zhu <hui@codesourcery.com>
1596
1597 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
1598 "-dprintf-insert" command.
1599
7d0c9981
DE
16002013-05-17 Doug Evans <dje@google.com>
1601
1602 * gdb.texinfo (Maintenance Commands): Update doc for
1603 "maint check-psymtabs". Add doc for "maint check-symtabs",
1604 "maint expand-symtabs".
1605
742ce053
MM
16062013-05-15 Markus Metzger <markus.t.metzger@intel.com>
1607
1608 * gdb.texinfo (Process Record and Replay): Document the
1609 "record goto" command and its sub-commands.
1610
1e611234
PM
16112013-05-10 Phil Muldoon <pmuldoon@redhat.com>
1612
1613 * gdb.texinfo (Backtrace): Add "no-filter" argument.
1614 (Python API): Add Frame Filters API, Frame Wrapper API,
1615 Writing a Frame Filter/Wrapper, Managing Management of Frame
1616 Filters chapter entries.
1617 (Frame Filters API): New Node.
1618 (Frame Wrapper API): New Node.
1619 (Writing a Frame Filter): New Node.
1620 (Managing Frame Filters): New Node.
1621 (Progspaces In Python): Add note about frame_filters attribute.
1622 (Objfiles in Python): Ditto.
1623 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
1624 @anchors and --no-frame-filters option to -stack-list-variables,
1625 -stack-list-frames, -stack-list-locals and -stack-list-arguments
1626 commands.
1627
2874cb83
JB
16282013-05-08 Joel Brobecker <brobecker@adacore.com>
1629
1630 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
1631 Support" subsection documenting the XML format used to transfer
1632 shared library info on AIX.
1633
9a005eb9
JB
16342013-05-08 Joel Brobecker <brobecker@adacore.com>
1635
1636 * gdb.texinfo (Debugging Output): Add documentation of
1637 "set debug aix-solib" and "show debug aix-solib" commands.
1638
a1217d97
SL
16392013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1640
1641 * gdb.texinfo (Nios II): New section.
1642 (Nios II Features): New section.
1643
4d1eb6b4
JB
16442013-05-06 Joel Brobecker <brobecker@adacore.com>
1645
1646 * gdbint.texinfo (Algorithms): Remove entries documenting
1647 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
1648 SOLIB_CREATE_INFERIOR_HOOK.
1649
3f84184e
TT
16502013-04-29 Tom Tromey <tromey@redhat.com>
1651
1652 PR python/14204:
1653 * gdb.texinfo (Python API): Fix menu entry.
1654 (Blocks In Python): Fix subsubsection text. Rewrite intro.
1655 Define global and static block. Add example. Clarify
1656 block relationship for inline functions.
1657
60155234
TT
16582013-04-29 Tom Tromey <tromey@redhat.com>
1659
1660 * gdb.texinfo (Python API): Mention Python help and keyword
1661 arguments. Move pagination text to Basic Python.
1662 (Basic Python): Put pagination text here. Document
1663 close-on-exec, SIGCHLD, and SIGINT.
1664
5360976e
PA
16652013-04-19 Pedro Alves <palves@redhat.com>
1666
1667 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
1668 "signedness" instead of "signness".
1669
bd3f3b55
PA
16702013-04-19 Pedro Alves <palves@redhat.com>
1671
1672 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
1673 -Wno-pointer-sign text with text on -Wpointer-sign.
1674
dee368d3
TT
16752013-04-16 Tom Tromey <tromey@redhat.com>
1676
1677 * gdb.texinfo (Set Catchpoints): Mention earliest version of
1678 GCC that has the SDT probe points.
1679
cc16e6c9
TT
16802013-04-15 Tom Tromey <tromey@redhat.com>
1681
1682 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
1683 exception catchpoints.
1684
72f1fe8a
TT
16852013-04-15 Tom Tromey <tromey@redhat.com>
1686
1687 * gdb.texinfo (Set Catchpoints): Document $_exception.
1688 (Convenience Vars): Mention $_exception.
1689
591f19e8
TT
16902013-04-15 Tom Tromey <tromey@redhat.com>
1691
1692 * gdb.texinfo (Set Catchpoints): Reorganize exception
1693 catchpoints. Document "catch rethrow".
1694 (Debugging C Plus Plus): Mention "catch rethrow".
1695
02ae6bad
TT
16962013-04-15 Tom Tromey <tromey@redhat.com>
1697
1698 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
1699
2c91021c
JK
17002013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1701 Eli Zaretskii <eliz@gnu.org>
1702
1703 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
1704 line below the sample output.
1705
6eaaf48b
EZ
17062013-04-12 Eli Zaretskii <eliz@gnu.org>
1707
1708 * gdb.texinfo (Mode Options): Document '-configuration'.
1709 (Help): Document "show configuration".
1710 (Bug Reporting): Add requirements to include the configuration
1711 details in bug reports.
1712
b292c783
JK
17132013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1714
1715 * Makefile.in (MAN1S): Add gcore.1.
1716 Remove "Host, target, and site specific Makefile fragments" comment.
1717 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
1718 (install-man1, uninstall-man1): Conditionalize gcore.1.
1719 (gcore.1): New.
1720 * gdb.texinfo (Man Pages): Add gcore man.
1721 (gcore man): New node.
1722
f81d1120
PA
17232013-04-10 Pedro Alves <palves@redhat.com>
1724
1725 * gdb.texinfo (Process Record and Replay): Document that "set
1726 record full insn-number-max", "set record
1727 instruction-history-size" and "set record
1728 function-call-history-size" accept "unlimited".
1729 (Backtrace): Document that "set backtrace limit" accepts
1730 "unlimited".
1731 (List): Document that "set listsize" accepts "unlimited".
1732 (Print Settings)" Document that "set print max-symbolic-offset",
1733 "set print elements" and "set print repeats" accept "unlimited".
1734 (Starting and Stopping Trace Experiments): Document that "set
1735 trace-buffer-size" accepts "unlimited".
1736 (Remote Configuration): Document that "set tcp connect-timeout"
1737 accepts "unlimited".
1738 (Command History): Document that "set history size" accepts
1739 "unlimited".
1740 (Screen Size): Document that "set height" and "set width" accepts
1741 "unlimited". Adjust "set pagination"'s description to suggest
1742 "set height unlimited" instead of "set height 0".
1743
393fd4c3
YQ
17442013-04-10 Yao Qi <yao@codesourcery.com>
1745
1746 * gdb.texinfo (Trace Files): Add "target ctf".
1747
cba5a7bf
JK
17482013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1749
1750 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
1751
0ed630cb
JK
1752 * Makefile.in (install-man1, install-man5, uninstall-man1)
1753 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
1754
afe1492b
JK
1755 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
1756
5b8b6385
JK
17572013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1758 Eli Zaretskii <eliz@gnu.org>
1759
1760 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
1761 parameters order. Remove "On some targets" for --attach. Document the
1762 --multi parameter and extended-remote command. Document all the
1763 options.
1764
906ccdf0
JK
17652013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1766
1767 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
1768 the list of supported languages.
1769
43662968
JK
17702013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1771
1772 Convert man pages to texinfo, new gdbinit.5 texinfo page.
1773 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
1774 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
1775 (diststuff): Add man.
1776 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
1777 (uninstall-man5): New.
1778 (STAGESTUFF): Add *.1 and *.5.
1779 (GDBvn.texi): Add SYSTEM_GDBINIT.
1780 (gdb.1, gdbserver.1, gdbinit.5): New.
1781 (maintainer-clean realclean): Add $(MANS).
1782 (install): Add install-man.
1783 (uninstall): Add uninstall-man.
1784 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
1785 (@copying): Wrap it by @c man begin COPYRIGHT.
1786 (Top): Add Man Pages.
1787 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
1788
be9a8770
PA
17892013-04-02 Pedro Alves <palves@redhat.com>
1790
1791 * gdb.texinfo (Debugging Output): Document "set/show debug
1792 aarch64", "set/show debug coff-pe-read" and "set/show debug
1793 mach-o".
1794
a46c1e42
PA
17952013-04-02 Pedro Alves <palves@redhat.com>
1796
1797 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
1798 table>: Add entry for "trace-buffer-size".
1799
bd3eecc3
PA
18002013-03-28 Pedro Alves <palves@redhat.com>
1801
1802 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
1803 table>: Add entry for "trace-status".
1804
215b9f98
EZ
18052013-03-28 Eli Zaretskii <eliz@gnu.org>
1806
1807 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
1808 @bullet", which is invalid (makeinfo 5.1 barfs).
1809
7f7cc265
PA
18102013-03-28 Pedro Alves <palves@redhat.com>
1811
1812 PR gdb/15294
1813
1814 * gdb.texinfo (List) <set listsize>: Adjust to document that
1815 listsize 0 means no limit, and remove mention of -1.
1816
9c0be723
YQ
18172013-03-22 Yao Qi <yao@codesourcery.com>
1818
1819 * gdb.texinfo (Embedded Processors): Remove menu item
1820 "OpenRISC 1000".
1821 (OpenRISC 1000): Remove.
1822
bd712aed
DE
18232013-03-21 Doug Evans <dje@google.com>
1824
1825 * gdb.texinfo (Maintenance Commands): Add docs for
1826 "mt set per-command {space,time,symtab} {on,off}".
1827
d0353e76
YQ
18282013-03-14 Hui Zhu <hui@codesourcery.com>
1829 Yao Qi <yao@codesourcery.com>
1830
1831 * gdb.texinfo (Trace Files): Add "tsave -ctf".
1832
6dd24dfa
KS
18332013-03-13 Keith Seitz <keiths@redhat.com>
1834
1835 * gdb.texinfo (Maintenance Commands): Add missing ')' for
1836 "maint agent" reference to Dynamic printf.
1837
5c4808ca
EZ
18382013-03-11 Eli Zaretskii <eliz@gnu.org>
1839
1840 * gdb.texinfo (General Query Packets): Don't use colon in index
1841 entries visible to Info format.
1842
59ea5688
MM
18432013-03-11 Markus Metzger <markus.t.metzger@intel.com>
1844
1845 * gdb.texinfo (Process Record and Replay): Document record
1846 changes.
1847
2ae8c8e7
MM
18482013-03-11 Markus Metzger <markus.t.metzger@intel.com>
1849
1850 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
1851 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
1852 qXfer:btrace:read.
1853
28abe188
EZ
18542013-03-09 Eli Zaretskii <eliz@gnu.org>
1855
1856 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
1857 use colons in @anchor and @cindex entries.
1858
be9a119c 18592013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
6790eb9f
HAQ
1860
1861 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
1862
be9a119c 18632013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
1864 Hafiz Abid Qadeer <abidh@codesourcery.com>
1865
1866 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1867 trace-buffer-size set and show commands.
1868 (Tracepoint Packets): Document QTBuffer:size.
1869 (General Query Packets): Document QTBuffer:size.
1870
d57350ea
TT
18712013-02-21 Tom Tromey <tromey@redhat.com>
1872
1873 * gdb.texinfo: Remove bad @syncodeindex.
1874 (Values From Inferior, Types In Python, Inferiors In Python)
1875 (Events In Python, Threads In Python, Frames In Python, Blocks In
1876 Python, Symbols In Python, Symbol Tables In Python): Remove
1877 @tables.
1878 (Packets, General Query Packets, Tracepoint Packets)
1879 (Host I/O Packets): Use @w{} for empty @item.
1880
9f44fbc0
SCR
18812013-02-20 Siva Chandra Reddy <sivachandra@google.com>
1882
1883 * gdb.texinfo (Architectures In Python): Add description about
1884 the new method gdb.Architecture.disassemble.
1885
f5911ea1
HAQ
18862013-02-15 Pedro Alves <pedro@codesourcery.com>
1887 Hafiz Abid Qadeer <abidh@codesourcery.com>
1888
1889 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
1890 Document the "trace-file" field.
1891
7e1e0340
DE
18922013-02-07 Doug Evans <dje@google.com>
1893
1894 * gdb.texinfo (Machine Code): Clarify argument to disassemble
1895 command.
1896
134a2066
YQ
18972013-02-06 Yao Qi <yao@codesourcery.com>
1898
1899 * gdb.texinfo (GDB/MI Async Records): Document new MI
1900 notification "=tsv-modified". Update the document of MI
1901 notification "=tsv-created".
1902 * observer.texi (GDB Observers): New observer tsv_modified.
1903 Update observer tsv_created and tsv_delete.
1904
430ed3f0
MS
19052013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
1906
1907 * gdb.texinfo (AArch64 Features): New section; document
1908 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
1909 (Architectures): Add new AArch64 section to document AArch64
1910 architecture specific commands.
1911 (ABI): Add description of the new OS ABI "Newlib" and its influence
1912 on the longjmp handling.
1913
1b56eb55
JK
19142013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
1915 Jan Kratochvil <jan.kratochvil@redhat.com>
1916
1917 * gdb.texinfo (Backtrace): Added description of 'filename-display'
1918 variable in 'set/show backtrace' section.
1919
c4957902
TT
19202013-01-31 Tom Tromey <tromey@redhat.com>
1921
1922 * gdb.texinfo (Target Commands): Fix typo.
1923
bea883fd
SCR
19242013-01-23 Siva Chandra Reddy <sivachandra@google.com>
1925
1926 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
1927 describing the gdb.Architecture class.
1928 (Frames In Python): Add description about the new method
1929 gdb.Frame.architecture().
1930
796a7ff8
DE
19312013-01-23 Doug Evans <dje@google.com>
1932
1933 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
1934
998580f1
MK
19352013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
1936
1937 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
1938 'thread-groups' field when printing a breakpoint in MI.
1939
c9fb1240
SD
19402012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
1941 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
1942 to reflect that jit-reader-load now supports absolute file-names.
1943
ab04a2af
TT
19442013-01-16 Tom Tromey <tromey@redhat.com>
1945
1946 * gdb.texinfo (Set Catchpoints): Document "catch signal".
1947 (Signals): Likewise.
1948
8ac3646f
TT
19492013-01-16 Tom Tromey <tromey@redhat.com>
1950
1951 * gdb.texinfo (GDB/MI Breakpoint Information): Document
1952 "catch-type" field.
1953 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
1954
e93a8774
TT
19552013-01-07 Tom Tromey <tromey@redhat.com>
1956
1957 * gdb.texinfo (Mode Options): Don't mention -epoch.
1958 (Data, Emacs): Remove obsolete comments.
1959
54516a0b
TT
19602013-01-02 Tom Tromey <tromey@redhat.com>
1961
1962 * gdb.texinfo (GDB/MI Output Records): Update menu.
1963 (GDB/MI Breakpoint Information): New node.
1964 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
1965 <-break-insert>: Likewise.
1966
8dbe8ece
YQ
19672012-12-31 Yao Qi <yao@codesourcery.com>
1968
1969 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
1970 (Packets): Move "vStopped" packet to ...
1971 (Notification Packets): ... here. Describe the components
1972 of notification. Add a table of supported notifications.
1973 Add an example on the process of he async notification.
1974
f35a17b5
JK
19752012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1976
1977 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
1978 present.
1979 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
1980 fullname output always present.
1981
0dfd2fad
PM
19822012-12-23 Pierre Muller <muller@sourceware.org>
1983
72f4393d
L
1984 * gdbint.texinfo (Function prototypes): Require use of "extern"
1985 modifier for function prototypes in headers.
0dfd2fad 1986
7785b880
JB
19872012-12-19 Joel Brobecker <brobecker@adacore.com>
1988
1989 * refcard.tex: Update copyright notice to GPL v3 or later.
1990 Update contact info.
1991
3d745be3
JK
19922012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1993
1994 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
1995
c9b6281a
YQ
19962012-12-15 Yao Qi <yao@codesourcery.com>
1997
1998 * gdb.texinfo (Debugging Output): Document 'set debug
1999 notification' and 'show debug notification'.
2000
f2a8bc8a
YQ
20012012-12-15 Yao Qi <yao@codesourcery.com>
2002
2003 * gdb.texinfo (Listing Tracepoints): New item and example about
2004 'installed on target' output.
2005 Add more in the example about 'installed on target'.
2006 (GDB/MI Breakpoint Commands): Doc about 'installed field.
2007
451b7c33
TT
20082012-12-14 Tom Tromey <tromey@redhat.com>
2009
72f4393d 2010 * gdb.texinfo (SVR4 Process Information): Mention core files.
451b7c33 2011
3fa7bf06 20122012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
72f4393d 2013
3fa7bf06
MG
2014 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
2015
05b4bd79
PA
20162012-12-11 Pedro Alves <palves@redhat.com>
2017
2018 * gdb.texinfo: Remove all mentions of Unixware throughout.
2019
74a0d9f6
JK
20202012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2021
2022 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
2023
0c631110
TT
20242012-11-29 Tom Tromey <tromey@redhat.com>
2025
2026 * gdb.texinfo (SVR4 Process Information): Document missing
2027 "info proc" subcommands.
2028
891df0ea
YQ
20292012-11-29 Yao Qi <yao@codesourcery.com>
2030
2031 PR gdb/1477.
2032 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
2033 to 'auto' instead of 'gnu'.
2034
608e2dbb
TT
20352012-11-26 Tom Tromey <tromey@redhat.com>
2036
2037 * gdb.texinfo (MiniDebugInfo): New node.
2038 (GDB Files): Update.
2039
e64e0392
DE
20402012-11-16 Doug Evans <dje@google.com>
2041
2042 * gdb.texinfo (System-wide configuration): If the system-wide init
2043 file lives in the data-directory, and --data-directory is provided,
2044 look for it there.
2045
ae606bee
TT
20462012-11-15 Tom Tromey <tromey@redhat.com>
2047
2048 * gdb.texinfo (Signaling): Fix typo.
2049
62747a60
TT
20502012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
2051
2052 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
2053 parameter "count" of -data-write-memory-bytes, and add an example.
2054
18a9fc12
TT
20552012-11-12 Tom Tromey <tromey@redhat.com>
2056
2057 * gdb.texinfo (Symbols): Document "info type-printers",
2058 "enable type-printer" and "disable type-printer".
2059 (Python API): Add new node to menu.
2060 (Type Printing API): New node.
2061 (Progspaces In Python): Document type_printers field.
2062 (Objfiles In Python): Likewise.
2063 (gdb.types) <get_type_recognizers, apply_type_recognizers,
2064 register_type_printer, TypePrinter>: Document.
2065
53342f27
TT
20662012-11-12 Tom Tromey <tromey@redhat.com>
2067
2068 * gdb.texinfo (Symbols): Document "set print type methods",
2069 "set print type typedefs", and flags to ptype and whatis.
2070
ed8a1c2d
AB
20712012-11-09 Andrew Burgess <aburgess@broadcom.com>
2072
2073 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
2074 the example -data-disassemble output. Extend the description of
2075 the -data-disassemble results to document all fields. Document
2076 the cli disassemble command as being related to -data-disassemble.
2077
8506d139
YQ
20782012-11-09 Yao Qi <yao@codesourcery.com>
2079
2080 PR gdb/14777.
2081 * gdb.texinfo (OS Information): Remove doc on command
2082 'info udot'.
2083
4d3f93a2
JB
20842012-11-08 Joel Brobecker <brobecker@adacore.com>
2085
2086 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
2087 gdb.ini warning for Windows port.
2088
1e96de83
YQ
20892012-11-08 Yao Qi <yao@codesourcery.com>
2090
2091 * gdb.texinfo (Search): Add kindex for 'fo'.
2092
dc939229
TT
20932012-11-05 Tom Tromey <tromey@redhat.com>
2094
2095 PR python/14802:
2096 * gdb.texinfo (Functions In Python): Add example.
2097
6f6484cd
YQ
20982012-11-03 Yao Qi <yao@codesourcery.com>
2099
2100 * observer.texi (GDB Observers): Remove observer
2101 'tracepoint_modified', 'tracepoint_created' and
2102 'tracepoint_deleted'.
2103
af4238e5
TT
21042012-10-26 Tom Tromey <tromey@redhat.com>
2105
2106 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
2107
687e43a4
TT
21082012-10-25 Tom Tromey <tromey@redhat.com>
2109
2110 * gdb.texinfo (General Query Packets): Use @itemx.
2111
8de0566d
YQ
21122012-10-17 Yao Qi <yao@codesourcery.com>
2113
2114 * observer.texi (GDB Observers): Update observer
2115 'memory_changed'.
2116 * gdb.texinfo (GDB/MI Async Records): Document for
2117 "memory-changed" notification.
2118
07540c15
DE
21192012-10-15 Doug Evans <dje@google.com>
2120
2121 * gdb.texinfo (Mode Options): Document -nh.
2122 Elaborate on docs for -nx.
2123
d7019589
SP
21242012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2125
2126 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
2127
82a90ccf 21282012-09-21 Yao Qi <yao@codesourcery.com>
72f4393d 2129 Pedro Alves <palves@redhat.com>
82a90ccf
YQ
2130
2131 * gdb.texinfo (GDB/MI Async Records): Document notification
2132 'record-started' and 'record-stopped'.
2133 * observer.texi (GDB Observers): New observer 'record-changed'.
2134
aa9259cc
TS
21352012-09-19 Thomas Schwinge <thomas@codesourcery.com>
2136
2137 * gdb.texinfo: Document the removal of SH's 'regs' command.
2138
c1d780c2
SDJ
21392012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2140
2141 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
2142
bb25a15c
YQ
21432012-09-18 Yao Qi <yao@codesourcery.com>
2144
2145 * gdb.texinfo (GDB/MI Async Records): Document new MI
2146 notifications '=tsv-created' and '=tsv-deleted'.
2147 * observer.texi (GDB Observers): New observer tsv_created and
2148 tsv_deleted.
2149
201b4506
YQ
21502012-09-18 Yao Qi <yao@codesourcery.com>
2151
2152 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
2153 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
2154 '=traceframe-changed'.
2155
6fc1c773
YQ
21562012-09-17 Yao Qi <yao@codesourcery.com>
2157
2158 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
2159 'set listsize'.
2160
121c73f3
JK
21612012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2162 Eli Zaretskii <eliz@gnu.org>
2163
2164 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
2165 encoding for gdbarch_breakpoint_from_pc, bp_addr for
2166 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
2167
e9687799
JK
21682012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2169
2170 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
2171
3b5e4d35
YPK
21722012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
2173
2174 Document how to return from "python-interactive" to GDB.
2175 * gdb.texinfo (Python Commands): Update documentation.
2176
21772012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
2178
2179 Add a new "python-interactive" command that starts a standard
2180 Python interactive prompt with "pi" as alias, and add "py" as
2181 an alias to "python".
2182 * gdb.texinfo (Python Commands): Document the new commands.
2183
b583003e
TT
21842012-08-22 Tom Tromey <tromey@redhat.com>
2185
2186 * gdbint.texinfo (Host Definition): Remove documentation for
2187 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
2188
a451cb65
KS
21892012-08-17 Keith Seitz <keiths@redhat.com>
2190
2191 PR c++/13356
2192 * gdb.texinfo (Type and Range Checking): Remove warning.
2193 Remove spurious commas.
2194 Update text and examples for re-implementation of set/show
2195 check type.
2196 (C and C++ Type and Range Checks): Likewise.
2197
6b1755ce
YQ
21982012-08-16 Yao Qi <yao@codesourcery.com>
2199
2200 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
2201 is deprecated.
2202
f47f77df
DE
22032012-08-13 Doug Evans <dje@google.com>
2204
2205 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
2206 to include functions.
2207
a72c3253
DE
22082012-08-10 Doug Evans <dje@google.com>
2209
2210 * gdb.texinfo (Convenience Funs): New node.
2211 (Types In Python): Document Type.vector.
2212
5b9afe8a
YQ
22132012-08-09 Yao Qi <yao@codesourcery.com>
2214
2215 * observer.texi: New observer command_param_changed.
2216 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
2217
dc1039df
JK
22182012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2219
2220 * gdbint.texinfo (Debugging GDB): In section
2221 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
2222 Mention also gdb-gdb.py.
2223
4abf930d
YQ
22242012-08-07 Yao Qi <yao@codesourcery.com>
2225
2226 Revert the folloing patch:
2227 2012-08-06 Yao Qi <yao@codesourcery.com>
2228 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2229 remote hardware-watchpoint-limit' and 'set
2230 remote hardware-breakpoint-limit'.
2231
f3c8a52a
JK
22322012-08-06 Nathaniel Flath <flat0103@gmail.com>
2233
2234 * gdb.texinfo (Working Directory): Added information about new
2235 default argument for 'cd' command.
2236
77a91025
YQ
22372012-08-06 Yao Qi <yao@codesourcery.com>
2238
2239 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2240 remote hardware-watchpoint-limit' and 'set
2241 remote hardware-breakpoint-limit'.
2242
d9f08f52
YQ
22432012-08-06 Yao Qi <yao@codesourcery.com>
2244
2245 Fix PR14371.
2246
2247 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
2248 '=breakpoint-deleted'.
2249
95b07c96
YQ
22502012-08-02 Yao Qi <yao@codesourcery.com>
2251
2252 * gdb.texinfo (Native): Remove node Neutrino.
2253
7255706c
YQ
22542012-07-27 Yao Qi <yao@codesourcery.com>
2255
2256 * gdb.texinfo (IPA Protocol Commands): Document new command
2257 'close'.
2258
d6b28940
TT
22592012-07-25 Tom Tromey <tromey@redhat.com>
2260
2261 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
2262
e615022a
DE
22632012-07-20 Doug Evans <dje@google.com>
2264
2265 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
2266 (Index Files): Document how to control the use of deprecated index
2267 sections.
2268 (Index Section Format): Replace --use-deprecated-index-sections with
2269 "set use-deprecated-index-sections on".
2270
055855a4
EZ
22712012-07-12 Eli Zaretskii <eliz@gnu.org>
2272
2273 * gdbint.texinfo: Remove @syncodeindex directives that put all the
2274 indices into a single node "Index". Instead, join function and
2275 variable indices into a single index, separate from the concept
2276 index. Requested in
2277 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
2278 (Top): Update the top-level menu: instead of one "Index" there are
2279 now separate entries "Concept Index" and "Function and Variable
2280 Index".
2281 (Concept Index, Function and Variable Index): New nodes.
2282 (Index): Node deleted.
2283
f77cc5f0
HZ
22842012-07-05 Hui Zhu <hui_zhu@mentor.com>
2285
2286 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
2287 and "maint agent-eval".
2288
00595b5e
EZ
22892012-07-03 Eli Zaretskii <eliz@gnu.org>
2290
2291 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
2292 avoid file-name clashes between Index.html and index.html on
2293 case-insensitive filesystems. See the discussion starting in
2294 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
2295 details of the problem.
2296 (Top): Update the master menu for the above.
2297 (Concept Index, Command and Variable Index): New nodes, instead of
2298 the old "Index" node that was deleted. All cross-references
2299 updated.
2300
d3ce09f5
SS
23012012-07-02 Stan Shebs <stan@codesourcery.com>
2302
2303 * gdb.texinfo (Dynamic Printf): Mention agent style and
2304 disconnected dprintf.
2305 (Maintenance Commands): Describe maint agent-printf.
2306 (General Query Packets): Mention BreakpointCommands feature.
2307 (Packets): Document commands extension to Z0 packet.
2308 * agentexpr.texi (Bytecode Descriptions): Document printf
2309 bytecode.
2310
2d7b58e8
JK
23112012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2312
2313 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
2314 only after gdbinit files.
2315 (Startup): Move -iex and -iex commands down after gdbinit files.
2316
202cbf1c
JK
23172012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2318
2319 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
2320 possibility.
2321
b6ba681c
TT
23222012-06-29 Tom Tromey <tromey@redhat.com>
2323
2324 * gdb.texinfo (Index Section Format): Update for version 7.
2325
71caed83
SS
23262012-06-28 Stan Shebs <stan@codesourcery.com>
2327
2328 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
2329 example, add note about title column.
2330
ee0bf529
SCR
23312012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2332
2333 * gdb.texinfo (Symbol Tables In Python): Add description about
2334 the new 'last' attribute of gdb.Symtab_and line.
2335
3c15d565
SCR
23362012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2337
2338 * gdb.texinfo (Symbol Tables In Python): Correct the description
2339 of the 'pc' attribute of gdb.Symtab_and_line.
2340
45cfd468
DE
23412012-06-26 Doug Evans <dje@google.com>
2342
2343 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
2344 and symtab-create.
2345
496ee73e
KS
23462012-06-25 Keith Seitz <keiths@redhat.com>
2347
2348 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
2349 from example. Remove "rbreak" from list of corresponding
2350 gdb commands.
2351
156942c7
DE
23522012-06-23 Doug Evans <dje@google.com>
2353
2354 * gdb.texinfo (Index Section Format): Document version 7 format.
2355
c614397c
YQ
23562012-06-22 Yao Qi <yao@codesourcery.com>
2357
2358 * gdb.texinfo: Add missing cindex for some packets.
2359
472a2379
KS
23602012-06-20 Keith Seitz <keiths@redhat.com>
2361
2362 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
2363 for -break-insert and document -p.
2364
2678e2af
YQ
23652012-06-20 Yao Qi <yao@codesourcery.com>
2366
2367 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
2368 and "gdb.write_memory" with "Inferior.read_memory" and
2369 "Inferior.write_memory".
2370
984359d2
EZ
23712012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
2372
2373 * gdb.texinfo (Summary): Add a link to "Free Documentation".
2374 (Free Documentation): Add @node line.
2375 (Continuing and Stepping) <advance location>: Use @item instead of
2376 @itemx.
2377 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
2378 @itemx.
2379 (Embedded Processors): Put the link to "PA" to its correct place,
2380 according to document structure.
2381 (Python API): Put the link to "Lazy Strings In Python" to its
2382 correct place.
2383 (Index): Use @@ in @tex block to get a literal @.
2384
2385 * gdbint.texinfo: Fix the @subtitle line.
2386
2387 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
2388 correct place.
2389
16bdd41f
YQ
23902012-06-08 Yao Qi <yao@codesourcery.com>
2391
2392 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
2393 Protocol'.
2394 (In-Process Agent Protocol, IPA Protocol Objects)
2395 (IPA Protocol Commands): New nodes.
2396 (Tracepoint Packets): Add anchors.
2397
2d4c29c5
TS
23982012-06-06 Thomas Schwinge <thomas@codesourcery.com>
2399
2400 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
2401
6bd110c5
YQ
24022012-06-06 Yao Qi <yao@codesourcery.com>
2403
2404 * gdb.texinfo: Update copyright year.
2405
f3e0e960
SS
24062012-05-23 Stan Shebs <stan@codesourcery.com>
2407 Kwok Cheung Yeung <kcy@codesourcery.com>
2408
2409 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
2410
1564a261
JK
24112012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2412
2413 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
2414 Mention also --with-separate-debug-dir.
2415 (Auto-loading): Prepend $debugdir in the sample output.
2416 (Auto-loading safe path): Likewise. Mention also $debugdir for the
2417 auto-load safe-path variable.
2418 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
2419 Mention also $debugdir for 'set auto-load scripts-directory'.
2420
eb17f351
EZ
24212012-05-19 Eli Zaretskii <eliz@gnu.org>
2422
2423 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
2424 (MIPS Embedded, MIPS, MIPS Register packet Format)
2425 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
2426 appropriate.
2427
4cc0665f 24282012-05-18 Sandra Loosemore <sandra@codesourcery.com>
72f4393d 2429 Maciej W. Rozycki <macro@codesourcery.com>
4cc0665f
MR
2430
2431 * gdb.texinfo (MIPS): Document "set mips compression" and "show
2432 mips compression".
2433 (MIPS Breakpoint Kinds): New subsubsection.
2434
7af8dcf8 24352012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
2436
2437 * gdb.texinfo (Architecture-Specific Protocol Details): Define
2438 nodes for subsections. Add @acronym mark-ups and adjust
2439 formatting.
2440
aff139ff
JK
24412012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2442
2443 Rename $ddir to $datadir.
2444 * gdb.texinfo (Auto-loading, Auto-loading safe path)
2445 (objfile-gdb.py file): Rename $ddir to $datadir.
2446
9cb709b6
TT
24472012-05-18 Tom Tromey <tromey@redhat.com>
2448
2449 * gdb.texinfo (Print Settings): Document 'set print symbol'.
2450
e7e0cddf
SS
24512012-05-14 Stan Shebs <stan@codesourcery.com>
2452
2453 * gdb.texinfo (Dynamic Printf): New subsection.
2454
7efc75aa
SCR
24552012-05-13 Siva Chandra Reddy <sivachandra@google.com>
2456
2457 * gdb.texinfo (Basic Python): Add description about the function
2458 gdb.find_pc_line
2459
f307c045
JK
24602012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2461 Eli Zaretskii <eliz@gnu.org>
2462
2463 * gdb.texinfo (Separate Debug Files): Use plural form for global
2464 debugging information directory.
2465
85d4a676
SS
24662012-05-11 Stan Shebs <stan@codesourcery.com>
2467 Kwok Cheung Yeung <kcy@codesourcery.com>
2468
2469 * gdb.texinfo (Operating System Auxiliary Information): Document new
2470 'info os' subcommands.
2471
c1668e4e
JK
24722012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2473
2474 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
2475 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
2476 (dotdebug_gdb_scripts section): Add reference
2477 to 'Auto-loading safe path'.
2478
7349ff92
JK
24792012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2480
2481 Implement multi-component --with-auto-load-dir.
2482 * gdb.texinfo (Auto-loading): New references
2483 for 'set auto-load scripts-directory'
2484 and 'show auto-load scripts-directory'.
2485 (Auto-loading safe path): Describe the new default. Move $ddir
2486 substituation reference to 'objfile-gdb.py file'.
2487 (objfile-gdb.py file): Describe script-name alias. Change real-name to
2488 script-name. Describe new 'set auto-load scripts-directory'
2489 and 'show auto-load scripts-directory'.
2490
6dea1fbd
JK
24912012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2492
2493 Provide $ddir substitution for --with-auto-load-safe-path.
2494 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
2495 (Auto-loading safe path): Likewise. Mention the default value,
2496 $ddir substitution, --with-auto-load-safe-path and
2497 --without-auto-load-safe-path.
2498 * observer.texi (gdb_datadir_changed): New.
2499
1ccacbcd
JK
25002012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2501
2502 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
2503 Twice.
2504
d9242c17
JK
2505 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
2506 directory separator by path separator.
2507
af2c1515
JK
25082012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2509
2510 * gdb.texinfo (Auto-loading safe path): Make 'directories'
2511 for 'set auto-load safe-path' optional. Mention if it is omitted.
2512 Change disabling security protection condition to "/", twice.
2513
a20ee7a4
SCR
25142012-05-03 Siva Chandra Reddy <sivachandra@google.com>
2515
2516 * gdb.texinfo (Symbol Tables In Python): Add documentation about
2517 the new methods global_block and static_block on gdb.Symtab
2518 objects.
2519
56af09aa
SCR
25202012-05-02 Siva Chandra Reddy <sivachandra@google.com>
2521
2522 * gdb.texinfo (Blocks In Python): Add a note saying that future
2523 improvements to GDB and its infrastructure can move symbols
2524 across blocks within a symbol table.
2525
2746b0ef
YQ
25262012-04-29 Yao Qi <yao@codesourcery.com>
2527
2528 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
2529 (A29K): Remove.
2530
62e5f89c
SDJ
25312012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
2532 Tom Tromey <tromey@redhat.com>
2533
2534 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
2535 and generic static probe support on GDB.
2536
a766d390
DE
25372012-04-25 Doug Evans <dje@google.com>
2538
50f042b9
DE
2539 * gdb.texinfo (Go): Fix thinko.
2540
a766d390
DE
2541 * gdb.texinfo (Supported Languages): Add Go.
2542 (Go): New node.
2543
f02e2b19
YQ
25442012-04-25 Yao Qi <yao@codesourcery.com>
2545
2546 * gdbint.texinfo (Testsuite): New section `Board settings'.
2547
68d41a48
JK
25482012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2549
2550 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
2551 Three times.
2552
174bb630
JK
2553 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
2554 Three times.
2555
0511cc75
JK
25562012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2557
2558 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
2559 by @table @asis. Fix formatting of one item.
2560
0070f25a
JK
25612012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2562
2563 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
2564
4dc84fd1
JK
25652012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2566
2567 New option "set debug auto-load".
2568 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
2569 (auto-load verbose mode): New node.
2570
bccbefd2
JK
25712012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2572
2573 New option "set auto-load safe-path".
2574 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
2575 and "info auto-load" examples for safe-path. Put there also references
2576 for "set auto-load safe-path" and "show auto-load safe-path".
2577 New menu item for Auto-loading safe path.
2578 (Auto-loading safe path): New node.
2579 (Python Auto-loading): Update the expected output from "Missing"
2580 to "No".
2581
bf88dd68
JK
25822012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2583
2584 auto-load: Implementation.
2585 * gdb.texinfo (Mode Options): New anchor for -nx.
2586 (Startup): New anchors for Option -init-eval-command,
2587 Home Directory Init File
2588 and Init File in the Current Directory during Startup.
2589 Mention set auto-load local-gdbinit with a reference.
2590 Change the sample code to "set auto-load python-scripts".
2591 (Threads): New anchor set libthread-db-search-path.
2592 Provide references to libthread_db.so.1 file.
2593 (Controlling GDB): New menu item for Auto-loading.
2594 (Auto-loading, Init File in the Current Directory)
2595 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
2596 (Python): Rename the menu item Auto-loading to Python Auto-loading.
2597 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
2598 reference.
2599 (Auto-loading): Rename to ...
2600 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
2601 "set auto-load python-scripts", new anchor for it. Change
2602 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
2603 for it. Change "info auto-load-scripts"
2604 to "info auto-load python-scripts", new anchor for it. Change "scripts"
2605 to "Python scripts".
2606
8264ba82
AG
26072012-04-14 Anton Gorenkov <xgsa@yandex.ru>
2608
2609 PR mi/13393
2610 * gdb.texinfo (Print Settings): Extend the description for "set print
2611 object".
2612 (GDB/MI Variable Objects): Extend the description for -var-create and
2613 -var-list-children.
2614
06fc020f
SCR
26152012-04-11 Siva Chandra Reddy <sivachandra@google.com>
2616
2617 * gdb.texinfo (Examining Data): Document the 'explore' command.
2618
7191c139
JB
26192012-03-28 Joel Brobecker <brobecker@adacore.com>
2620
2621 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
2622 to the children of a varobj and its update range when -var-update
2623 returns that the varobj's type changed.
2624
3708f05e
JK
26252012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2626
2627 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
2628 Create two new links fir 'objfile-gdb.py file'
2629 and 'dotdebug_gdb_scripts section'.
2630
8e0583c8
JK
26312012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2632
2633 * gdb.texinfo (Auto-loading): Rename node reference
2634 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
2635 Twice.
2636 (.debug_gdb_scripts section): Rename the node ...
2637 (dotdebug_gdb_scripts section): ... here.
2638 (Maintenance Commands): Also rename this node reference.
2639
7b282c5a
SCR
26402012-03-22 Siva Chandra Reddy <sivachandra@google.com>
2641
2642 * gdb.texinfo (Python API/Values From Inferior): Add description
2643 about the new method Value.referenced_value. Add description on
2644 how Value.dereference is different (and similar) to
2645 Value.referenced_value.
2646
8320cc4f
JK
26472012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2648
2649 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
2650 --init-eval-command=COMMAND, -iex.
2651 (Startup): Describe -iex and -ix. Simplify the example
2652 for "set auto-load-scripts off".
2653
481860b3
GB
26542012-03-16 Gary Benson <gbenson@redhat.com>
2655
2656 PR breakpoints/10738
2657 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
2658 stating that GDB cannot set breakpoints on inlined functions.
2659 (Mode Options): Document --use-deprecated-index-sections.
2660 (Index Section Format): Document new index section version format.
2661
c4aeac85
TT
26622012-03-15 Tom Tromey <tromey@redhat.com>
2663
2664 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
2665
16899756
DE
26662012-03-13 Doug Evans <dje@google.com>
2667
2668 * gdb.texinfo (Help): Change apropos example to use "alias" instead
2669 of "reload".
2670 (Symbols): Delete docs for set/show symbol-reloading.
2671 * gdbint.texinfo (Defining Other Architecture Features): Delete
2672 SYMBOL_RELOADING_DEFAULT.
2673 * refcard.tex: Delete reference to symbol-reloading.
2674
9b224c5e
PA
26752012-03-07 Pedro Alves <palves@redhat.com>
2676
2677 * gdb.texinfo (General Query Packets): Document new
2678 QProgramSignals packet.
2679 * gdb.texinfo (Remote configuration): Mention
2680 "program-signals-packet".
2681
169081d0
TG
26822012-03-05 Tristan Gingold <gingold@adacore.com>
2683
2684 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
2685
d1feda86
YQ
26862012-03-03 Yao Qi <yao@codesourcery.com>
2687
2688 * gdb.texinfo (In-Process Agent): New node.
2689 Document new commands.
2690 (General Query Packets): Add packet `QAgent'.
2691
1faeff08
MR
26922012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
2693
2694 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
2695
7d74f244
DE
26962012-03-01 Scott J. Goldman <scottjg@vmware.com>
2697
2698 * gdb.texinfo (Commands In Python): Put example python macro in
2699 COMMAND_USER category rather than COMMAND_OBSCURE.
2700 Document gdb.COMMAND_USER.
2701 (User-defined Commands): Update documentation to clarify
2702 "set/show max-user-call-depth" and "show user" don't apply to python
2703 commands. Update documentation to clarify "help user-defined" may
2704 also include python commands defined as COMMAND_USER.
2705
6fe37d23
JK
27062012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2707
2708 * gdb.texinfo (Startup): Add option -ex description to the option -x
2709 description.
2710
83364271
LM
27112012-02-24 Luis Machado <lgustavo@codesourcery.com>
2712
2713 * gdb.texinfo (Setting Breakpoints): Mention and explain the
2714 condition-evaluation breakpoint parameter.
2715 Mention condition-evaluation mode being shown in "info break".
2716 (Break Conditions): Add description for target-side
2717 conditional breakpoints.
72f4393d 2718 (Remote Configuration): Mention conditional-breakpoints-packet.
83364271
LM
2719 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
2720 cond-expr.
2721 (General Query Packets): Mention new ConditionalBreakpoint feature.
2722
bdb1994d
TT
27232012-02-22 Tom Tromey <tromey@redhat.com>
2724
2725 * gdb.texinfo (Blocks In Python): Clarify block iteration.
2726
4d241c86
TT
27272012-02-17 Tom Tromey <tromey@redhat.com>
2728
2729 PR python/10753:
2730 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
2731 directory.
2732
816338b5
SS
27332012-02-14 Stan Shebs <stan@codesourcery.com>
2734
2735 * gdb.texinfo (Disabling Breakpoints): Document enable count.
2736
cc30c4bd
PA
27372012-02-13 Pedro Alves <palves@redhat.com>
2738
2739 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
2740 mips-idt-ecoff.
2741
035d1e5b
YQ
27422012-02-09 Yao Qi <yao@codesourcery.com>
2743
2744 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
2745
f0823d2c
TT
27462012-02-07 Tom Tromey <tromey@redhat.com>
2747
2748 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
2749 Symbol.value.
2750
64e7d9dd
TT
27512012-02-07 Tom Tromey <tromey@redhat.com>
2752
2753 * gdb.texinfo (Symbols In Python): Document Symbol.line.
2754
4220b2f8
TS
27552012-01-27 Thomas Schwinge <thomas@codesourcery.com>
2756
2757 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
2758
edcc5120
TT
27592012-01-24 Tom Tromey <tromey@redhat.com>
2760
2761 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
2762 unload".
2763 (Files): Mention new catch commands.
2764 (GDB/MI Async Records): Likewise.
2765
53fe1783
GB
27662012-01-24 Gary Benson <gbenson@redhat.com>
2767
2768 Delete #if 0'd out code.
2769 * gdb.texinfo (Frame Info): Remove "info catch".
2770
b9e7b9c3
UW
27712012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
2772
2773 * gdb.texinfo (Remote Configuration): Document
2774 "set remote hostio-readlink-packet" command.
2775 (General Query Packets): Document vFile:readlink packet.
2776
4aac40c8
TT
27772012-01-16 Tom Tromey <tromey@redhat.com>
2778
2779 * gdb.texinfo (Specify Location): Document relative file name
2780 handling.
2781
cafec441
TT
27822012-01-16 Tom Tromey <tromey@redhat.com>
2783
2784 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
2785
0ee339bc
JK
27862012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2787 Eli Zaretskii <eliz@gnu.org>
2788
2789 * gdbint.texinfo (Coding Standards): Require braces for two lines of
2790 code.
2791
72384ba3
PH
27922012-01-11 Paul Hilfinger <hilfingr@adacore.com>
2793
2794 * gdb.texinfo (Variables): Document use of :: for non-static
2795 variables.
2796
ce1b17c4
JB
27972012-01-05 Joel Brobecker <brobecker@adacore.com>
2798
2799 * gdbint.texinfo (Start of New Year Procedure): Update
2800 to replace use of copyright.sh by use of copyright.py.
2801
217bff3e
JK
28022012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2803
2804 Remove the gdbtui binary.
2805 * all-cfg.texi (GDBTUI): Remove.
2806 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
2807 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
2808 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
2809
cc72b2a2
KP
28102011-12-23 Kevin Pouget <kevin.pouget@st.com>
2811
2812 Introduce gdb.FinishBreakpoint in Python.
2813 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
2814 (Python API): Add menu entry for Finish Breakpoints.
2815
13ac8d2c
JK
28162011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2817
2818 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
2819 tests.
2820
e0f9f062
DE
28212011-12-16 Doug Evans <dje@google.com>
2822
2823 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
2824
80b6e756
PM
28252011-12-16 Phil Muldoon <pmuldoon@redhat.com>
2826
1c3ad6ab 2827 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
2828 stack". Add documentation for "set/show python print-stack".
2829
2fb860fc
PA
28302011-12-14 Pedro Alves <pedro@codesourcery.com>
2831
2832 * gdb.texinfo (Implementing a Remote Stub): Explain that you
2833 should transfer control to the stub in the startup code instead of
2834 in main. Mention the need to get past the initial breakpoint.
2835
f8eba3c6
TT
28362011-12-06 Tom Tromey <tromey@redhat.com>
2837
2838 * gdb.texinfo (Set Breaks): Update for new behavior.
2839
2268b414
JK
28402011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2841
2842 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
2843 List Format for SVR4 Targets'.
2844 (General Query Packets): New item qXfer:libraries-svr4:read.
2845 (Library List Format for SVR4 Targets): New node.
2846
ae6f0d5b
TT
28472011-12-01 Tom Tromey <tromey@redhat.com>
2848
2849 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
2850 add.
2851
36dfb11c
TT
28522011-11-22 Tom Tromey <tromey@redhat.com>
2853
2854 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
2855 reasons.
2856
f196051f
SS
28572011-11-20 Stan Shebs <stan@codesourcery.com>
2858
2859 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2860 note-related options and variables.
2861 (Tracepoint Packets): Document packet changes.
2862
f85b53f8
SD
28632011-11-20 Sanjoy Das <sdas@igalia.com>
2864
2865 * gdb.texinfo (JIT Interface): Add documentation on writing and
2866 usind JIT debug info readers.
2867 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
2868 Debug Info Readers): New nodes.
2869
bfccc43c
YQ
28702011-11-18 Yao Qi <yao@codesourcery.com>
2871
2872 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
2873 tracepoint.
2874
c011a4f4
DE
28752011-11-15 Doug Evans <dje@google.com>
2876
2877 * gdb.texinfo (Files): Document basenames-may-differ.
2878
ed59ded5
DE
28792011-11-14 Doug Evans <dje@google.com>
2880
2881 * gdb.texinfo (Shell Commands): Document "!".
2882
405f8e94
SS
28832011-11-14 Stan Shebs <stan@codesourcery.com>
2884 Kwok Cheung Yeung <kcy@codesourcery.com>
2885
2886 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
2887 needed to get shorter fast tracepoints.
2888 (Tracepoint Packets): Document new qTMinFTPILen packet.
2889
1e4d1764
YQ
28902011-11-14 Yao Qi <yao@codesourcery.com>
2891
2892 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
2893 behavior of tracepoint.
2894 (General Query Packets): New feature InstallInTrace.
2895 (Remote Configuration): Document "set remote
2896 install-in-trace-packet".
2897
71eba9c2 28982011-11-12 Matt Rice <ratmice@gmail.com>
2899
2900 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
2901 Add arguments to info macro.
2902
e0f8f636
TT
29032011-11-10 Tom Tromey <tromey@redhat.com>
2904
2905 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
2906 manual.
2907 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
2908 (Macros): Add a footnote.
2909 (C): Remove paragraph about compiler options.
2910 (C Constants): Mention wide character and string constants.
2911 (C Plus Plus Expressions): Update compiler option advice. Mention
2912 using declarations. Mention ADL. Remove old HP compiler
2913 information.
2914
625c0d47
TT
29152011-11-10 Tom Tromey <tromey@redhat.com>
2916
2917 PR c++/9257:
2918 * gdb.texinfo (Print Settings): Add an extra note about the need
2919 for a vtable.
2920
4be2aacc
MR
29212011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
2922
2923 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
2924 "set mips abi" documentation.
2925
0a1c4d10
DE
29262011-11-04 Doug Evans <dje@google.com>
2927
2928 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
2929
aad1c02c
TT
29302011-11-03 Tom Tromey <tromey@redhat.com>
2931
2932 * gdb.texinfo (Stopping): Add menu entry.
2933 (Continuing and Stepping): Restore @node. Use @section, not
2934 @subsection.
2935
983fb131
MR
29362011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
2937
2938 * gdb.texinfo (Skipping Over Functions and Files): Remove node
2939 designation. Fix "Specify Location" cross-reference.
2940
3065dfb6
SS
29412011-11-02 Stan Shebs <stan@codesourcery.com>
2942
2943 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
2944 (General Query Packets): Describe tracenz feature.
2945 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
2946
0aaaf063
PK
29472011-10-28 Paul Koning <paul_koning@dell.com>
2948
2949 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
2950
2231f1fb
KP
29512011-10-27 Kevin Pouget <kevin.pouget@st.com>
2952
72f4393d 2953 * gdb.texinfo ((Frames In Python): Document
2231f1fb
KP
2954 gdb.FRAME_UNWIND_FIRST_ERROR contant.
2955
5110b5df
PK
29562011-10-26 Paul Koning <paul_koning@dell.com>
2957
2958 * gdb.texinfo (gdb.types): Document new deepitems function.
72f4393d 2959
22dbab46
PK
29602011-10-25 Paul Koning <paul_koning@dell.com>
2961
2962 PR python/13327
72f4393d 2963
22dbab46
PK
2964 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
2965 fetch_lazy method.
2966
9df2fbc4
PM
29672011-10-20 Phil Muldoon <pmuldoon@redhat.com>
2968
2969 PR python/12656
2970
2971 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
2972 global_block, static_block function.
2973
f05e2e1d
TT
29742011-10-19 Tom Tromey <tromey@redhat.com>
2975
2976 * gdb.texinfo (Commands In Python): Add missing "@"s.
2977
a7fc3f37
KP
29782011-10-13 Kevin Pouget <kevin.pouget@st.com>
2979
2980 PR python/13285 Document named constants for frame unwind stop reasons
72f4393d 2981 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
a7fc3f37
KP
2982 constants.
2983
5048e516
JK
29842011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2985
2986 Fix compatibility with texinfo versions older than 4.12.
2987 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
2988 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
2989 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
2990 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
2991 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
2992 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
2993 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
2994
5a56e9c5
DE
29952011-10-09 Doug Evans <dje@google.com>
2996
2997 * gdb.texinfo (Extending GDB): Document alias command.
2998
36b11add
JK
29992011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3000
3001 Support @entry in input expressions.
3002 * gdb.texinfo (Variables): Describe @entry names suffix.
3003 (Print Settings): Add anchor for `set print entry-values'.
3004
e18b2753
JK
30052011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3006 Eli Zaretskii <eliz@gnu.org>
3007
3008 Display @entry parameter values (without references).
3009 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
3010 example.
3011 (Print Settings): New description of set print entry-values and show
3012 print entry-values.
3013
111c6489
JK
30142011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3015 Eli Zaretskii <eliz@gnu.org>
3016
3017 Recognize virtual tail call frames.
3018 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
3019 (Tail Call Frames): New node.
3020 (Frames In Python): Add gdb.TAILCALL_FRAME.
3021
9c15afc4
DE
30222011-10-07 Doug Evans <dje@google.com>
3023
3024 * gdb.texinfo (gdb.printing): Document new `replace' arg to
3025 register_pretty_printer.
3026
99f5279d
PM
30272011-10-07 Phil Muldoon <pmuldoon@redhat.com>
3028
3029 PR python/12930
3030 PR python/12802
3031
3032 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
3033 stop method.
3034
03583c20
UW
30352011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
3036
3037 * gdb.texinfo (Starting your Program): "set disable-randomization"
3038 is no longer Linux-specific.
3039 (Remote Configuration): Document "set remote
3040 disable-randomization-packet".
3041 (General Query Packets): Document "QDisableRandomization" packet
3042 and add it to "qSupported" list.
3043
bd054e06
KP
30442011-10-07 Kevin Pouget <kevin.pouget@st.com>
3045
3046 Allow Python notification of new object-file loadings.
3047 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
3048 event type.
3049
cb6be26b
KP
30502011-10-04 Kevin Pouget <kevin.pouget@st.com>
3051
3052 PR python/12691: Add the inferior to Python exited event
3053 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
3054
a05336a1
JB
30552011-10-03 Joel Brobecker <brobecker@adacore.com>
3056
3057 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
3058 rephasing.
3059
5d77fe44
JB
30602011-10-03 Joel Brobecker <brobecker@adacore.com>
3061
3062 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
3063 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
3064 as possible feature returned by the `-list-features'
3065 command.
3066
699df94d
PK
30672011-09-28 Paul Koning <paul_koning@dell.com>
3068
3069 * gdb.texinfo (gdb.Type): Document field access by dictionary
3070 key syntax.
3071
24bdad53
YQ
30722011-09-28 Yao Qi <yao@codesourcery.com>
3073
3074 * gdb.texinfo (Files): Update options for `add-symbol-file'.
3075 Add one space after option `-s'. Remove @r{} markup.
3076
6710bf39
SS
30772011-09-27 Stan Shebs <stan@codesourcery.com>
3078
3079 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
3080
d99f7e48
HZ
30812011-09-16 Hui Zhu <teawater@gmail.com>
3082
3083 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
3084 to *(unsigned char *)$esp@300.
3085
d812018b
PK
30862011-09-15 Paul Koning <paul_koning@dell.com>
3087
3088 * gdb.texinfo: Make style of Python functions and methods match
3089 the syntax of Python. Also put class and module names explicitly
3090 on function, member, and variable names, matching Python
3091 documentation conventions.
72f4393d 3092
2aa48337
KP
30932011-09-15 Kevin Pouget <kevin.pouget@st.com>
3094
3095 PR Python/12692 Add gdb.selected_inferior() to Python interface.
3096 * gdb.texinfo (Inferiors In Python): Describe new
3097 gdb.selected_inferior() function.
3098
6839b47f
KP
30992011-09-15 Kevin Pouget <kevin.pouget@st.com>
3100
3101 Handle multiple breakpoint hits in Python interface:
3102 * gdb.texinfo (Events In Python): New function documentation:
3103 gdb.BreakpointEvent.breakpoints. Indicate that
3104 gdb.BreakpointEvent.breakpoint is now deprecated.
3105
26829f2b
JB
31062011-09-04 Joel Brobecker <brobecker@adacore.com>
3107
3108 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
3109
a9f54f60
TT
31102011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
3111
3112 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
3113
fa3a4f15
PM
31142011-08-17 Phil Muldoon <pmuldoon@redhat.com>
3115
72f4393d
L
3116 * gdb.texinfo (Prompt): Add set/show extended-prompt
3117 documentation
3118 (Basic Python): Add prompt_hook anchor.
3119 (Python modules): Reword module text to reflect multiple modules.
3120 (gdb.prompt): Document gdb.prompt module.
fa3a4f15 3121
224bbe49
YQ
31222011-08-14 Yao Qi <yao@codesourcery.com>
3123
78d85199
YQ
3124 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
3125
31262011-08-14 Yao Qi <yao@codesourcery.com>
3127
3128 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
3129 (TIC6x Features): New node.
3130
457e09f0
DE
31312011-08-12 Doug Evans <dje@google.com>
3132
3133 * gdb.texinfo (Symbols In Python): Document symbol.type.
3134
5e239b84
PM
31352011-08-09 Phil Muldoon <pmuldoon@redhat.com>
3136
3137 * gdb.texinfo (Python): Document command and function
3138 auto-loading.
3139
177bc839
JK
31402011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3141 Eli Zaretskii <eliz@gnu.org>
3142
3143 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
3144 typedefs unrolling. Extend the sample code by an inner typedef and
3145 outer typedefs unrolling.
3146
1a532630
PP
31472011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
3148
3149 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
3150 size and line-size.
3151
9b158ba0 31522011-07-21 Matt Rice <ratmice@gmail.com>
3153
3154 PR macros/12999
3155 * gdb.texinfo (Macros): Add info definitions and info macros commands.
3156 Update text and cindex entries for info macro command.
3157
d17b6f81
PM
31582011-07-21 Phil Muldoon <pmuldoon@redhat.com>
3159
3160 * observer.texi (GDB Observers): Add before_prompt observer.
3161 * gdb.texinfo (Basic Python): Add documentation for prompt
3162 substitution.
3163
713389e0
PM
31642011-07-11 Phil Muldoon <pmuldoon@redhat.com>
3165
72f4393d 3166 PR python/12438
713389e0 3167 * gdb.texinfo (Python Commands): Add deprecate note to maint
72f4393d
L
3168 set/show python print-stack. Document set/show python
3169 print-backtrace.
713389e0 3170
177b42fe
TJB
31712011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
3172
3173 * gdb.texinfo: Fix typos.
3174
900e11f9
JK
31752011-07-01 Tom Tromey <tromey@redhat.com>
3176
3177 * gdb.texinfo (Debugging Output): Document set debug
3178 check-physname.
3179
39c4d40a
TT
31802011-06-29 Tom Tromey <tromey@redhat.com>
3181
3182 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3183 breakpoint-notifications feature.
3184
6f5def7d
UW
31852011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
3186
3187 * gdb.texinfo (Target Description): Remove warning about
3188 possibly unstable format.
3189
8cf64490
TT
31902011-06-03 Tom Tromey <tromey@redhat.com>
3191
3192 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
3193 (Events In Python): Note that exit_code is optional.
3194
393eab54
PA
31952011-05-17 Pedro Alves <pedro@codesourcery.com>
3196
3197 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
3198 required for multi-threading support.
3199 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
3200 Hc are deprecated for multi-threading debugging. Point readers at
3201 the vCont packet.
3202
75fc9810
DE
32032011-05-15 Doug Evans <dje@google.com>
3204
3205 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
3206
01124a23
DE
32072011-05-13 Doug Evans <dje@google.com>
3208
98a5dd13
DE
3209 * gdb.texinfo (Threads): Document $sdir,$pdir.
3210 (Server): Document $pdir exception.
3211
dbaefcf7
DE
3212 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
3213
cc63ef9b
DE
3214 * gdb.texinfo (Threads): Clarify default value for
3215 libthread-db-search-path.
7e0396aa 3216
01124a23
DE
3217 * gdb.texinfo (Completion): Update example.
3218 (Debugging Output): Delete `set/show debug lin-lwp-async'.
3219
d248b706
KY
32202011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
3221
3222 * gdb.texinfo: Document change in the behaviour of the enable and
3223 disable GDB commands when applied to tracepoints.
3224 Document the EnableDisableTracepoints remote stub feature.
3225 Document QTEnable and QTDisable in the list of tracepoint packets.
3226
cc88a640
JK
32272011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3228
3229 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
3230 hsuser.texi.
3231 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
3232 comment to hsuser.texi. Change rluser.texi name in the comment.
3233
84e578fb
DE
32342011-05-10 Doug Evans <dje@google.com>
3235
3236 * gdb.texinfo (Threads): If an empty path is provided for
3237 libthread-db-search-path it is reset to its default value.
3238 (Server): Ditto.
3239
478aac75
DE
32402011-05-09 Doug Evans <dje@google.com>
3241
3242 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
3243
9c06b0b4
TJB
32442011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3245 Thiago Jung Bauermann <bauerman@br.ibm.com>
3246
3247 Implement support for PowerPC BookE masked watchpoints.
3248 * gdb.texinfo (Set Watchpoints): Document mask parameter.
3249 (PowerPC Embedded): Mention support of masked watchpoints.
3250
9ed350ad
JB
32512011-05-03 Joel Brobecker <brobecker@adacore.com>
3252
3253 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
3254 `@value{GDBN}'.
3255
4ceed123
JB
32562011-05-03 Joel Brobecker <brobecker@adacore.com>
3257
3258 * gdb.texinfo (titlepage): Remove dedication.
3259 (In Memoriam): New appendix.
3260
559a7a62
JK
32612011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3262 Eli Zaretskii <eliz@gnu.org>
3263
3264 * gdb.texinfo (Index Section Format): Change the version to 5.
3265 Describe the different formula.
3266
03f2bd59
JK
32672011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3268 Eli Zaretskii <eliz@gnu.org>
3269
3270 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
3271 for disconnected tracing.
3272 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
3273 extended-remote relationship. Mention --once.
3274 (TCP port allocation lifecycle of @code{gdbserver}): New.
3275
d9b1a651
EZ
32762011-04-23 Eli Zaretskii <eliz@gnu.org>
3277
3278 * gdb.texinfo (Server): Improve indexing. Index all optional
3279 switches to gdbserver.
3280
90476074
TT
32812011-04-20 Tom Tromey <tromey@redhat.com>
3282
3283 * gdb.texinfo (Index Section Format): New node.
3284 (Top): Add new node to menu.
3285
c21236dc
PA
32862011-04-20 Pedro Alves <pedro@codesourcery.com>
3287
3288 * gdb.texinfo (Maintenance Commands): Document `maint print
3289 remote-registers'.
3290
05c8c3f5
TT
32912011-04-20 Tom Tromey <tromey@redhat.com>
3292
3293 * gdb.texinfo (Trace File Format): Move node later.
3294
7a9dd1b2
TT
32952011-04-19 Tom Tromey <tromey@redhat.com>
3296
3297 * gdbint.texinfo (Register Information Functions): Remove
3298 duplicate "the".
3299 * gdb.texinfo (Emacs): Remove duplicate "to".
3300 (GDB/MI Variable Objects): Remove duplicate "the".
3301 (General Query Packets): Likewise.
3302
4368ebeb
JB
33032011-04-02 Joel Brobecker <brobecker@adacore.com>
3304
3305 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
3306 "GDB/MI Ada Exception Information" node.
3307
956a9fb9
JB
33082011-04-01 Joel Brobecker <brobecker@adacore.com>
3309
3310 * gdb.texinfo (GDB/MI Ada Exception Information): Document
3311 the "exception-name" field in the *stopped async record.
3312
f1310107
TJB
33132011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
3314 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3315
3316 Implement support for PowerPC BookE ranged breakpoints.
3317 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
3318
8786b2bd
TT
33192011-03-28 Tom Tromey <tromey@redhat.com>
3320
3321 * gdb.texinfo (Set Tracepoints): Fix typo.
3322
9ef07c8c
TT
33232011-03-24 Tom Tromey <tromey@redhat.com>
3324
3325 * gdb.texinfo (Specify Location): Document `function:label'
3326 linespec.
3327
99c3dc11
PM
33282011-03-18 Phil Muldoon <pmuldoon@redhat.com>
3329
f1310107 3330 PR python/12149
99c3dc11
PM
3331
3332 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
3333
29703da4
PM
33342011-03-17 Phil Muldoon <pmuldoon@redhat.com>
3335
3336 * gdb.texinfo (Blocks In Python): Add is_valid method description.
3337 (Inferiors In Python): Likewise.
3338 (Threads In Python): Likewise.
3339 (Symbols In Python): Likewise.
3340 (Objfiles In Python): Likewise.
3341 (Symbol Tables In Python): Likewise.
3342
c9174737
PA
33432011-03-15 Pedro Alves <pedro@codesourcery.com>
3344
3345 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
3346 display>: Explain that the commands accept number ranges.
3347
7371cf6d
PM
33482011-03-14 Phil Muldoon <pmuldoon@redhat.com>
3349
3350 * gdb.texinfo (Breakpoints In Python): Add description and example
3351 of Python stop function operation.
3352
ecec24e6
PM
33532011-03-10 Phil Muldoon <pmuldoon@redhat.com>
3354
3355 * gdb.texinfo (Parameters In Python): Document get_set_string and
3356 get_show_string methods.
3357
6dcd5565
JK
33582011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3359
3360 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
3361
81896e36
JK
3362 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
3363 circular-trace-buffer name.
3364
5e30da2c
JB
33652011-02-28 Joel Brobecker <brobecker@adacore.com>
3366
3367 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
3368 in the previous change.
3369
3bd0f5ef 33702011-02-27 Michael Snyder <msnyder@vmware.com>
af624141 3371
72f4393d 3372 * gdb.texinfo (Inferiors and Programs): Update commands to show
af624141
MS
3373 that they can accept multiple arguments.
3374
4ec7539c
JB
33752011-02-24 Joel Brobecker <brobecker@adacore.com>
3376
3377 Revert the following patch (code patch was not approved):
3378 2011-02-21 Hui Zhu <teawater@gmail.com>
3379 * agentexpr.texi (bytecode descriptions): add printf.
3380 * gdb.texinfo (tracepoint action lists): add printf.
3381
82809774
DE
33822011-02-23 Doug Evans <dje@google.com>
3383
3384 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
3385
e5a67952
MS
33862011-02-23 Michael Snyder <msnyder@vmware.com>
3387
3388 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
3389 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
3390 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
3391
6e6fbe60
DE
33922011-02-22 Doug Evans <dje@google.com>
3393
3394 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
3395 Clarify behaviour of lookup_symbol when `block' argument is omitted,
3396 add description of result, fix @defun formatting.
3397
f994e27a
HZ
33982011-02-21 Hui Zhu <teawater@gmail.com>
3399
3400 * agentexpr.texi (Bytecode Descriptions): Add printf.
3401 * gdb.texinfo (Tracepoint Action Lists): Add printf.
3402
c7f96d2b
TT
34032011-02-18 Tom Tromey <tromey@redhat.com>
3404
3405 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
3406
60f98dde
MS
34072011-02-14 Michael Snyder <msnyder@vmware.com>
3408
3409 * gdb.texinfo (threads): Document argument for "info threads" cmd.
3410 Document new command "thread find".
3411
08e796bc
MS
34122011-02-14 Michael Snyder <msnyder@vmware.com>
3413
3414 * gdb.texinfo (Threads): Update example of new thread message.
3415
b3b9301e
PA
34162011-02-14 Pedro Alves <pedro@codesourcery.com>
3417
3418 * gdb.texinfo (Remote Configuration): Mention set/show remote
3419 traceframe-info.
3420 (Tools/Packages Optional for Building GDB): Mention that expat is
3421 used for traceframe info.
3422 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
3423 (General Query Packets) <qSupported>: Describe the
3424 qXfer:traceframe-info:read feature.
3425 (qXfer::read): Describe qXfer:traceframe-info:read.
3426 (Traceframe Info Format): New section.
3427
cef35b0f
PA
34282011-02-04 Pedro Alves <pedro@codesourcery.com>
3429
3430 * gdbint.texinfo (Formatting): Mention some formatting guidelines
3431 for casts and unary operators.
3432
f1cbe1d3
TT
34332011-02-04 Tom Tromey <tromey@redhat.com>
3434
3435 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
3436 is not useful.
3437
585fdaa1
PA
34382011-01-25 Pedro Alves <pedro@codesourcery.com>
3439
3440 * gdb.texinfo: s/value optimized out/optimized out/g
3441
7bfc9434
JB
34422011-01-21 Joel Brobecker <brobecker@adacore.com>
3443
3444 * gdb.texinfo (Other Misc Settings): Rework part of the
3445 documentation of the "set interactive mode" command.
3446
4694da01
TT
34472011-01-19 Tom Tromey <tromey@redhat.com>
3448
3449 * gdb.texinfo (Threads): Document thread name output and `thread
3450 name' command.
3451 (Threads In Python): Document Thread.name attribute.
3452 (GDB/MI Thread Commands): Document thread attributes.
3453
b716877b
AB
34542011-01-12 Andrew Burgess <aburgess@broadcom.com>
3455
3456 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
3457 changes in mi/mi-cmd-disas.c
3458
13fd8b81
TT
34592011-01-12 Tom Tromey <tromey@redhat.com>
3460
3461 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
3462 Fix "thread apply" text.
3463
e09342b5
TJB
34642011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3465 Thiago Jung Bauermann <bauerman@br.ibm.com>
3466
3467 Implement support for PowerPC BookE ranged watchpoints.
3468 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
3469 the "set powerpc exact-watchpoints" flag.
3470
06e65f44
TT
34712011-01-07 Tom Tromey <tromey@redhat.com>
3472
3473 * gdb.texinfo (Python API): Add descriptions to @menu items.
3474
d8e22779
TT
34752011-01-06 Tom Tromey <tromey@redhat.com>
3476
3477 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
3478
a255712f
PP
34792010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
3480
e09342b5 3481 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 3482
ccfc3d6e
TT
34832011-01-06 Tom Tromey <tromey@redhat.com>
3484
3485 PR python/12133:
3486 * gdb.texinfo (Frames In Python): Document various frame
3487 constants.
3488
44944448
JB
34892011-01-05 Joel Brobecker <brobecker@adacore.com>
3490
3491 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
3492 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
3493 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
3494
42ea3d7a
JK
34952011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3496
3497 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
3498 (clean): Add GDBvn.texi.
3499
720d1a40
JB
35002010-12-29 Joel Brobecker <brobecker@adacore.com>
3501
3502 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
3503 occasional case where the debugger prints an array address
3504 instead of the array itself.
3505
ad196637
PA
35062010-12-23 Pedro Alves <pedro@codesourcery.com>
3507
3508 * gdb.texinfo (Packets) <read registers packet>: Document support
3509 for registers that were not collected.
3510
a86caf66
DE
35112010-12-15 Doug Evans <dje@google.com>
3512
3513 * gdb.texinfo (Startup): Document auto-loading of scripts during
3514 startup.
3515 (Auto-loading): Delete "maint set python auto-load on|off".
3516 Add "set auto-load-scripts on|off".
3517
aae1c79a
DE
35182010-12-07 Doug Evans <dje@google.com>
3519
3520 * gdb.texinfo (Mode Options): Document -data-directory.
3521 (Data Files): Add reference to -data-directory.
3522
4e04c971
DE
35232010-11-29 Doug Evans <dje@google.com>
3524
3525 * gdb.texinfo (Pretty-Printer Introduction): Change
3526 printer-name:subprinter-name to printer-name;subprinter-name.
3527
94b6973e
PM
35282010-11-29 Phil Muldoon <pmuldoon@redhat.com>
3529
72f4393d 3530 PR python/12199
94b6973e
PM
3531
3532 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
3533
39037522
TT
35342010-11-23 Tom Tromey <tromey@redhat.com>
3535
3536 * gdb.texinfo (Top): Check SYSTEM_READLINE.
3537 (Editing): Likewise.
3538 (Command History): Likewise.
3539 (TUI Keys): Likewise.
3540 (Bug Reporting): Conditionally include rluser.texi and
3541 inc-history.texinfo.
3542 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
3543 (GDB_DOC_SOURCE_INCLUDES): Add comment.
3544 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
3545 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
3546 (gdb.pdf): Likewise.
3547 (gdb.info): Likewise.
3548 (gdb/index.html): Likewise.
3549
5ae98d25
TT
35502010-11-23 Tom Tromey <tromey@redhat.com>
3551
3552 * Makefile.in (Makefile): Run ../config.status.
3553 (distclean): Update.
3554 * configure: Remove.
3555 * configure.ac: Remove.
3556
621c8364
TT
35572010-11-12 Tom Tromey <tromey@redhat.com>
3558
3559 * gdb.texinfo (Basic Python): Update. Add xref.
3560 (Exception Handling): Document new exception classes.
3561 (Types In Python): Update.
3562 (Frames In Python): Update.
3563
84f4c1fe
PM
35642010-11-11 Phil Muldoon <pmuldoon@redhat.com>
3565
3566 * gdb.texinfo (Breakpoints In Python): Document "internal"
3567 parameter, and visible attribute.
3568
99e7ae30
DE
35692010-11-05 Doug Evans <dje@google.com>
3570
3571 * gdb.texinfo (Source Path): Document "set directories".
3572
f4b8a18d
KW
35732010-11-05 Ken Werner <ken.werner@de.ibm.com>
3574
3575 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
3576 (OpenCL C): New node.
3577
7b51bc51
DE
35782010-11-02 Doug Evans <dje@google.com>
3579
3580 * gdb.texinfo (Pretty Printing): Expand into three sections,
3581 introduction, example, and commands.
3582 (Python API): Delete section Disabling Pretty-Printers, merge into
3583 Selecting Pretty-Printers.
3584 (Writing a Pretty-Printer): New section. Move the pretty-printer
3585 example here, and reformat to match python coding style. Add a second
3586 example using the gdb.printing module.
3587 (Python modules): Add gdb.printing.
3588
9eeee977
DE
35892010-10-29 Doug Evans <dje@google.com>
3590
3591 * gdb.texinfo (Python): Fix long line.
3592
a0e0ffdf
DE
35932010-10-20 Doug Evans <dje@google.com>
3594
3595 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
3596 All references updated. Correct sections marked as subsections.
3597 (Coding Standards): New chapter. Move the coding standard related
3598 subsections here. Add section on Python coding standards.
3599
0e3509db
DE
36002010-10-13 Doug Evans <dje@google.com>
3601
3602 * gdb.texinfo (Python): Add "Python modules".
3603 (Types in Python): Add reference to gdb.types section.
3604 (Python modules): New node.
3605
44592cc4
DE
36062010-10-11 Doug Evans <dje@google.com>
3607
3608 * gdb.texinfo (Values From Inferior): Add reference to "Types in
3609 Python" from gdb.Value.type description.
3610
6e1bb179
JB
36112010-09-28 Joel Brobecker <brobecker@adacore.com>
3612
3613 * gdb.texinfo (Ravenscar Profile): New node.
3614
e8467610
TT
36152010-09-22 Tom Tromey <tromey@redhat.com>
3616
3617 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
3618
fccd1d1e
EZ
36192010-09-22 Eli Zaretskii <eliz@gnu.org>
3620
3621 * gdb.texinfo (Values From Inferior): Clarify that
3622 value.dynamic_type works only in C++ programs with RTTI.
3623
c1b6b909
TT
36242010-09-15 Paul Bolle <pebolle@tiscali.nl>
3625
3626 * gdb.texinfo (Character Sets): Correctly reference host-charset
3627 in example.
3628
7d288aaa
TT
36292010-09-13 Tom Tromey <tromey@redhat.com>
3630
3631 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
3632 Document "fullname" and "from".
3633
f75d858b
MK
36342010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
3635
3636 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
3637 feature `reverse' output by -list-target-features.
3638
83b9503b
L
36392010-08-31 H.J. Lu <hongjiu.lu@intel.com>
3640
3641 * gdb.texinfo (i386 Features): Remove an extra "@item".
3642
03f17ccf
TT
36432010-08-30 Tom Tromey <tromey@redhat.com>
3644
3645 PR python/11792:
3646 * gdb.texinfo (Values From Inferior): Document dynamic_type.
3647
9779414d
DJ
36482010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
3649
3650 * gdb.texinfo (ARM Features): Document
3651 org.gnu.gdb.arm.m-profile.
3652
f9ffd4bb
TT
36532010-08-23 Tom Tromey <tromey@redhat.com>
3654
3655 PR python/11145:
3656 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
3657 reinterpret_cast methods.
3658
702c2711
TT
36592010-08-23 Tom Tromey <tromey@redhat.com>
3660
3661 PR python/11915:
3662 * gdb.texinfo (Types In Python): Document array method.
3663
66b73624
TJB
36642010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
3665
3666 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
3667
06a64a0b
TT
36682010-08-16 Tom Tromey <tromey@redhat.com>
3669
3670 * gdb.texinfo (Set Watchpoints): Document -location option.
3671
a3a7127e
DE
36722010-08-13 Doug Evans <dje@google.com>
3673
3674 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
3675
8dedea02
VP
36762010-08-13 Vladimir Prus <vladimir@codesourcery.com>
3677
3678 * gdb.texinfo (GDB/MI Data Manipulation): Document
3679 -data-read-memory-raw and -data-write-memory-raw.
3680
ca5c20b6 36812010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 3682 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
3683
3684 * gdb.texinfo (Basic Python): Describe post_event API.
3685
cb2e07a6
PM
36862010-08-11 Phil Muldoon <pmuldoon@redhat.com>
3687
3688 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 3689 decode_line Python APIs
cb2e07a6 3690
464b3efb
TT
36912010-08-10 Tom Tromey <tromey@redhat.com>
3692
3693 * gdb.texinfo (Pretty Printing API): Document
3694 gdb.default_visualizer.
3695
c29c521f
TT
36962010-08-10 Tom Tromey <tromey@redhat.com>
3697
3698 Revert gdb-add-index addition:
3699 * gdb.texinfo (Index Files): Don't document gdb-add-index.
3700
5da1313b
JK
37012010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3702 Eli Zaretskii <eliz@gnu.org>
3703
3704 * gdb.texinfo (Mode Options) <-batch>
3705 (Basic Python) <gdb.execute>: Describe setting width and height.
3706
02d868e8
PP
37072010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
3708
3709 * gdb.texinfo (Threads): Document 'debug libthread-db'.
3710
c2bbed2a
TT
37112010-07-30 Tom Tromey <tromey@redhat.com>
3712
3713 * gdb.texinfo (Index Files): Mention gdb-add-index.
3714
6c13bbe1
HZ
37152010-07-30 Hui Zhu <teawater@gmail.com>
3716
3717 * gdb.texinfo (Inferiors and Programs): Update the introduce of
3718 "detach inferior" and "kill inferior".
3719
53a71c06
CR
37202010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
3721
3722 * gdb.texinfo (Machine Code): Update description of two forms of
3723 arguments, and add new example to demonstrate the new form.
3724
5374244e
PM
37252010-07-27 Phil Muldoon <pmuldoon@redhat.com>
3726
3727 * gdb.texinfo (Values From Inferior): Add value inferior function
3728 call description.
3729
8ea5bce5
JK
37302010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3731
3732 * gdb.texinfo (Active Targets): Fix wrong comma placement.
3733
c0edd9ed
JK
37342010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3735 Eli Zaretskii <eliz@gnu.org>
3736
3737 Make core files the process_stratum.
3738 * gdb.texinfo (Active Targets): Remove core_stratum. Include
3739 record_stratum example.
3740
9291a0cd
TT
37412010-07-13 Tom Tromey <tromey@redhat.com>
3742
3743 * gdb.texinfo (Index Files): New node.
3744
f5011d11
TT
37452010-07-13 Tom Tromey <tromey@redhat.com>
3746
3747 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
3748
0f5238ed
TT
37492010-07-13 Tom Tromey <tromey@redhat.com>
3750
3751 * gdb.texinfo (Specify Location): Document labels.
3752
74c761c1
PA
37532010-07-01 Pedro Alves <pedro@codesourcery.com>
3754
3755 * gdb.texinfo (Create and Delete Tracepoints): Add more index
3756 entries for fast tracepoints and static tracepoints.
3757
501994c0
PA
37582010-07-01 Pedro Alves <pedro@codesourcery.com>
3759
3760 * gdb.texinfo (General Query Packets) <qfThreadInfo,
3761 qsThreadInfo>: Spell out `l' as ell.
3762
0fb4aa4b
PA
37632010-07-01 Pedro Alves <pedro@codesourcery.com>
3764
3765 * gdb.texinfo (Convenience Variables): Document $_sdata.
3766 (Commands to Set Tracepoints): Describe static tracepoints. Add
3767 `Listing Static Tracepoint Markers' menu entry. Document
3768 "strace".
3769 (Tracepoint Action Lists): Document collecting $_sdata.
3770 (Listing Static Tracepoint Markers): New subsection.
3771 (Tracepoints support in gdbserver): Mention static tracepoints.
3772 (remote packets, enabling and disabling): Mention
3773 read-sdata-object.
3774 (General Query Packets) <qSupported>: Document qXfer:sdata:read
3775 and StaticTracepoint.
3776 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
3777 Document qXfer:sdata:read.
3778 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
3779
dc3b15be
JB
37802010-06-29 Joel Brobecker <brobecker@adacore.com>
3781
3782 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
3783
595939de
PM
37842010-06-28 Phil Muldoon <pmuldoon@redhat.com>
3785 Tom Tromey <tromey@redhat.com>
3786 Thiago Jung Bauermann <bauerman@br.ibm.com>
3787
3788 * gdb.texinfo (Inferiors In Python): New node.
3789 * gdb.texinfo (Threads In Python): New node.
3790
9279c692
JB
37912010-06-28 Joel Brobecker <brobecker@adacore.com>
3792
3793 * gdb.texinfo (Python): Document what the python directory is
3794 and what its location is.
3795 (Basic Python): Document the gdb.PYTHONDIR constant.
3796
bc9f0842
TT
37972010-06-25 Tom Tromey <tromey@redhat.com>
3798
3799 PR python/10808:
3800 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
3801
f1421989
HZ
38022010-06-24 Hui Zhu <teawater@gmail.com>
3803
3804 * gdb.texinfo: (Commands for Controlled Output): Add
3805 documentation for command "eval".
3806
e4c0cfae
SS
38072010-06-21 Stan Shebs <stan@codesourcery.com>
3808
3809 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
3810 * annotate.texinfo: Ditto.
3811 * gdbint.texinfo: Ditto.
3812 * stabs.texinfo: Ditto.
3813
bb08c432
HZ
38142010-06-22 Hui Zhu <teawater@gmail.com>
3815
3816 * gdb.texinfo: (Process Record and Replay): Add documentation
3817 for command "set record memory-query".
3818
4f5d9f07
SS
38192010-06-21 Stan Shebs <stan@codesourcery.com>
3820
3821 * gdb.texinfo: Relicense under GFDL version 1.3.
3822 * annotate.texinfo: Relicense under GFDL version 1.3.
3823 * gdbint.texinfo: Relicense under GFDL version 1.3.
3824 * stabs.texinfo: Relicense under GFDL version 1.3.
3825 * fdl.texi: Update to version 1.3.
3826
6aed2dbc
SS
38272010-06-18 Stan Shebs <stan@codesourcery.com>
3828
a61408f8
SS
3829 * gdb.texinfo (Operating System Auxiliary Information): Describe
3830 "info os" when no arguments given.
3831
6aed2dbc
SS
3832 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
3833 $_thread.
3834
24e933df
HZ
38352010-06-18 Hui Zhu <teawater@gmail.com>
3836
3837 * gdb.texinfo: (Process Record and Replay): Add documentation
3838 for commands "record save" and "record restore".
3839
65d79d4b
SDJ
38402010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3841
3842 * gdb.texinfo: Include information about the correct use
3843 of addresses in the `watch' command.
3844
d914c394
SS
38452010-06-11 Stan Shebs <stan@codesourcery.com>
3846
3847 * gdb.texinfo (Observer Mode): New section.
3848 (General Query Packets): Document QAllow.
889bf7c5 3849
967cf477
DE
38502010-06-04 Doug Evans <dje@google.com>
3851
3852 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
3853
aaf4119b
DE
38542010-06-03 Doug Evans <dje@google.com>
3855
3856 * gdbint.texinfo (Coding): Add subsection on command names.
3857
9eae7c52
TT
38582010-06-02 Tom Tromey <tromey@redhat.com>
3859
3860 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
3861 always-disassemble.
3862
fa593d66
PA
38632010-06-01 Pedro Alves <pedro@codesourcery.com>
3864
3865 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
3866 gdbserver, and add cross reference.
3867 (Tracepoints support in gdbserver): New subsection.
3868
dde08ee1
PA
38692010-05-26 Pedro Alves <pedro@codesourcery.com>
3870
3871 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
3872 `qRelocInsn' feature.
3873 (Relocate instruction reply packet): New subsection
3874 of `Tracepoint Packets'.
3875 (Tracepoint Packets): Mention that packets QTDP and QTStart
3876 support the qRelocInsn request, and add cross reference to new
3877 subsection.
3878
07ca107c
DE
38792010-05-25 Doug Evans <dje@google.com>
3880
3881 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
3882 (Commands In Python): Document gdb.string_to_argv.
3883
c25c4a8b
JK
38842010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3885
3886 * gdbint.texinfo (Host Definition): Remove items NORETURN and
3887 ATTR_NORETURN.
3888
d7b32ed3 38892010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
3890 Tom Tromey <tromey@redhat.com>
3891 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 3892
c25c4a8b 3893 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 3894
6aecb9c2
JB
38952010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
3896
3897 * gdb.texinfo: (Summary) Add mention about D language support.
3898 (Filenames): Add D suffixes.
3899 (D): New node.
3900
b7da9e9f
PM
39012010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
3902
3903 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
3904 of macro deleted from GDB code.
3905
ab38a727
PA
39062010-04-24 Pedro Alves <pedro@codesourcery.com>
3907
3908 * gdb.texinfo (Commands to specify files): Describe what how GDB
3909 looks up DOS-based filesystem paths on the system root. Document
3910 the new `set/show target-file-system-kind' commands.
3911
66d09542
DE
39122010-04-23 Doug Evans <dje@google.com>
3913
3914 * gdb.texinfo (Python): Move Auto-loading section here ...
3915 (Python API): from here.
3916 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
3917 (Maintenance Commands): Add docs for "maint print section-scripts".
3918
8bd10a10
CM
39192010-04-20 Chris Moller <cmoller@redhat.com>
3920
3921 * gdb.texinfo (Setting Breakpoints): Added description of
3922 filename-qualified rbreak.
3923 * refcard.tex (Breakpoints and Watchpoints): Added brief
3924 description of filename-qualified rbreak.
3925
4c374409
JK
39262010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3927
3928 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
3929 (Python API): Change the reference to Pretty Printing API.
3930 (Pretty Printing): Move the user part under the Data node. Reformat
3931 the sample output to 72 columns. Create a new reference to Pretty
3932 Printing API. Rename the API part ...
3933 (Pretty Printing API): To a new node name.
3934 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
3935 (GDB/MI Variable Objects): Change references to Pretty Printing API.
3936
5a9351ae
SS
39372010-04-21 Stan Shebs <stan@codesourcery.com>
3938
3939 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 3940 and commands.
5a9351ae 3941 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 3942
9a22f0d0
PM
39432010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
3944
3945 * gdb.texinfo (Examining memory): Update for change in string
3946 display with explicit size.
3947
6149aea9
PA
39482010-04-19 Pedro Alves <pedro@codesourcery.com>
3949
3950 PR breakpoints/8554.
3951
3952 * gdb.texinfo (Save Breakpoints): New node.
3953 (save-tracepoints): Rename to ...
3954 (save tracepoints): ... this. Mention that `save-tracepoints' is
3955 a deprecated alias to `save tracepoints'.
3956
711e434b
PM
39572010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
3958
645797a8 3959 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
3960 (info w32 thread-information-block): Document new command.
3961 (qGetTIBAddress): Document new gdbserver query.
3962 (maint set/show show-all-tib): Document new command.
3963
3f7b2faa
DE
39642010-04-15 Doug Evans <dje@google.com>
3965
fa33c3cd
DE
3966 * gdb.texinfo (Python API): Add progspaces section.
3967 (Selecting Pretty-Printers): Progspace pretty-printers are
3968 searched too.
3969 (Progspaces In Python): New section.
3970
3f7b2faa
DE
3971 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
3972
79f283fe
PM
39732010-04-14 Phil Muldoon <pmuldoon@redhat.com>
3974
3975 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
3976 returns None.
3977
87290684
SS
39782010-04-09 Stan Shebs <stan@codesourcery.com>
3979
3980 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
3981 Describe the `frames-created' field, tweak grammar.
3982
a97153c7
PA
39832010-04-09 Pedro Alves <pedro@codesourcery.com>
3984
3985 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
3986 Describe the `circular' and `disconnected' fields.
3987
5c5dcc1b
L
39882010-04-09 H.J. Lu <hongjiu.lu@intel.com>
3989
3990 * gdb.texinfo (maint print registers): Mention unavailable and
3991 invisible registers.
3992
adc36818
PM
39932010-04-09 Phil Muldoon <pmuldoon@redhat.com>
3994 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 3995 Tom Tromey <tromey@redhat.com>
adc36818
PM
3996
3997 * gdb.texinfo (Breakpoints In Python): New Node.
3998
33da3f1c
SS
39992010-04-08 Stan Shebs <stan@codesourcery.com>
4000
4001 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
4002 trace status fields.
4003
3a13a53b
L
40042010-04-08 H.J. Lu <hongjiu.lu@intel.com>
4005
4006 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
4007 optional. Make org.gnu.gdb.i386.avx requires
4008 org.gnu.gdb.i386.avx.
4009
08001717
DE
40102010-04-08 Doug Evans <dje@google.com>
4011
4012 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
4013 search path, and document that gdb only scans the search path if
4014 the script's path doesn't specify a directory.
4015
c375651d
DE
40162010-04-05 Doug Evans <dje@google.com>
4017
4018 * gdb.texinfo (maint show python auto-load): Fix typo.
4019
af54718e
SS
40202010-04-04 Stan Shebs <stan@codesourcery.com>
4021
d77f58be
SS
4022 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
4023 (Setting Watchpoints): Update description of "info watch".
4024 (Disabling Breakpoints): Only "info break" lists all.
4025
af54718e
SS
4026 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
4027 (tdump): Explain how tdump works.
4028
86b17b60
PA
40292010-04-01 Pedro Alves <pedro@codesourcery.com>
4030
4031 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
4032 add cross reference.
4033
ff12863f
PA
40342010-03-31 Pedro Alves <pedro@codesourcery.com>
4035
4036 * gdb.texinfo (TUI Commands): Mention that in some cases, these
4037 commands error out.
4038
f68eb612
L
40392010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4040
4041 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
4042
c8d5aac9
L
40432010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4044
4045 * gdb.texinfo (General Query Packets): Add xmlRegisters.
4046
7d13fe92
SS
40472010-03-29 Stan Shebs <stan@codesourcery.com>
4048 Nathan Sidwell <nathan@codesourcery.com>
4049
4050 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
4051 GDBN equivalent.
4052 (Set Tracepoints): Remove mention that conditional tracepoints
4053 don't exist.
4054 (Tracepoint Actions): Clarify when while-stepping collection
4055 happens, note that while-stepping does not automatically collect
4056 $pc.
4057
409873ef 40582010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 4059
409873ef
SS
4060 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
4061 (General Query Packets): Describe TracepointSource.
4062
ee8e71d4
EZ
40632010-03-27 Matt Rice <ratmice@gmail.com>
4064
c8d5aac9
L
4065 * gdb.texinfo (ARM): Document arguments to "target sim".
4066 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 4067
99b5e152
PA
40682010-03-26 Pedro Alves <pedro@codesourcery.com>
4069
4070 * gdb.texinfo (Tracepoint Packets): Remove mention that
4071 terror:string may be plain text, and drop mention of X prefix.
4072
cd64ee31
VP
40732010-03-26 Vladimir Prus <vladimir@codesourcery.com>
4074
4075 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
4076
6c28cbf2
SS
40772010-03-24 Stan Shebs <stan@codesourcery.com>
4078
4079 * gdb.texinfo (Tracepoint Packets): Document trace error status.
4080
95a42b64
TT
40812010-03-24 Tom Tromey <tromey@redhat.com>
4082
4083 PR breakpoints/9352:
4084 * gdb.texinfo (Break Commands): Update.
4085
18148017
VP
40862010-03-24 Vladimir Prus <vladimir@codesourcery.com>
4087
4088 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
4089 commands.
4090
4daf5ac0
SS
40912010-03-16 Stan Shebs <stan@codesourcery.com>
4092
4093 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
4094 circular-trace-buffer.
4095 (Tracepoint Packets): Describe QTBuffer, and details of the
4096 qTStatus reply.
4097
c9429232
SS
40982010-03-12 Stan Shebs <stan@codesourcery.com>
4099 Nathan Sidwell <nathan@codesourcery.com>
4100
4101 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
4102 doing instruction stepping.
4103 (Tracepoint Restrictions): New node.
4104
ccefe4c4
TT
41052010-03-10 Tom Tromey <tromey@redhat.com>
4106
4107 * gdbint.texinfo (Symbol Handling): Update.
4108
7c953934
TT
41092010-03-08 Tom Tromey <tromey@redhat.com>
4110
4111 PR cli/9591:
4112 * gdb.texinfo (Mode Options): Mention lack of pagination and
4113 confirmation with --batch.
4114 (Screen Size): Mention --batch.
4115 (Messages/Warnings): Likewise.
4116
f870a310
TT
41172010-03-05 Tom Tromey <tromey@redhat.com>
4118
4119 * gdb.texinfo (Basic Python): Document target_charset and
4120 target_wide_charset.
4121
78e2826b
TT
41222010-03-05 Tom Tromey <tromey@redhat.com>
4123
4124 * gdb.texinfo (Data): Link to pretty-printing.
4125 (Output Formats): Likewise. Correct text.
4126
f5dff777
DJ
41272010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
4128
4129 * gdb.texinfo (Types): Describe <struct> and <flags>.
4130
dc00d89f
PM
41312010-02-28 Phil Muldoon <pmuldoon@redhat.com>
4132
4133 * gdb.texinfo (Frames In Python): Add block parameter and
4134 description to read_var text.
4135
5107b149 41362010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 4137 Tom Tromey <tromey@redhat.com>
5107b149
PM
4138
4139 * gdb.texinfo (Types In Python): Describe block argument in
4140 template_argument and gdb.lookup_type.
4141
e03e5e7b
TT
41422010-02-24 Tom Tromey <tromey@redhat.com>
4143
4144 * gdb.texinfo (Cygwin Native): Fix typo.
4145
f3e9a817
PM
41462010-02-24 Phil Muldoon <pmuldoon@redhat.com>
4147
4148 * gdb.texinfo (Frames In Python): Add block, find_sal, function
4149 and select method descriptions.
4150 (Python API): Add Blocks In Python, Symbols in Python and Symbol
4151 Tables in Python to menu.
4152 (Blocks In Python): New node.
4153 (Symbols In Python): New node.
4154 (Symbol Tables in Python): New node.
4155
a79b8f6e
VP
41562010-02-24 Vladimir Prus <vladimir@codesourcery.com>
4157
4158 Multiexec MI
4159
4160 gdb/
4161 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
4162
4163 gdb/doc/
4164 * gdb.texinfo (GDB/MI Command Syntax): Document notification
4165 changes.
4166 (GDB/MI Program Execution): Document current behaviour of
4167 --all and --thread-group.
4168 (GDB/MI Miscellaneous Commands): Document -add-inferior and
4169 -remove-inferior.
4170 * observer.texi (inferior_added, inferior_removed): New
4171 observers.
4172
629d6a47
TT
41732010-02-19 Tom Tromey <tromey@redhat.com>
4174
4175 * gdbint.texinfo (Getting Started): Fix @node.
4176 (Debugging GDB): Likewise.
4177
c09529e5
JB
41782010-02-13 Joel Brobecker <brobecker@adacore.com>
4179
4180 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
4181 documenting the gdb_test_timeout variable.
4182
540aa8e7
MS
41832010-02-12 Jakob Engblom <jakob@virtutech.com>
4184
4185 * gdb.texinfo (MI commands): Added documentation of --reverse
4186 option to a set of MI commands. Restructured documentation of MI
4187 commands --exec-continue to reflect the complexity of reverse
4188 execution.
4189
081dfbf7
PA
41902010-02-12 Pedro Alves <pedro@codesourcery.com>
4191
4192 * gdb.texinfo (Using the Collected Data): Specify that the address
4193 range of `tfind outsize' is exclusive, and that the address range
4194 of `tfind range' is inclusive.
4195 (Tracepoint Packets): Specify that the address range of
4196 `QTFrame:range' is inclusive, and that the address range of
4197 `QTFrame:outside' is exclusive
4198
8e9c5e02
VP
41992010-02-12 Vladimir Prus <vladimir@codesourcery.com>
4200
4201 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
4202
92981e24
TT
42032010-02-10 Tom Tromey <tromey@redhat.com>
4204
4205 * gdb.texinfo (Debugging Output): Document set debug parser and
4206 show debug parser.
4207
075b51b7
L
42082010-02-09 H.J. Lu <hongjiu.lu@intel.com>
4209
4210 * gdb.texinfo (Predefined Target Types): Add i387_ext,
4211 i386_eflags and i386_mxcsr.
4212
3bb8d5c3
L
42132010-02-08 H.J. Lu <hongjiu.lu@intel.com>
4214
4215 * gdb.texinfo: Document i386 target features.
4216
c5f80513
DE
42172010-02-05 Doug Evans <dje@google.com>
4218
4219 * gdbint.texinfo (Testsuite): Add a new section to document the
4220 various DejaGnu variables that may be overridden.
1be00882 4221 Document INTERNAL_GDBFLAGS.
c5f80513 4222
6ac33a4e
TT
42232010-02-04 Tom Tromey <tromey@redhat.com>
4224
4225 PR cli/8830:
4226 * gdb.texinfo (Files): -readnow comes before the filename for file
4227 and symbol-file.
4228
a1dcb23a
DJ
42292010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4230
4231 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
4232 Document ARM breakpoint types.
4233 (Register Packet Format): Move into the new section.
4234 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
4235
95433b34
JB
42362010-01-21 Joel Brobecker <brobecker@adacore.com>
4237
4238 * gdb.texinfo (File Options): Adjust the documentation of this
4239 switch to refer to the "source" command rather than partially
4240 duplicating some of the relevant information.
4241 (Extending GDB): Introduce and document the set/show script-extension
4242 setting.
4243 (Command Files): Add note explaining that the "source" command
4244 is also used to evalute scripts written in other languages.
4245 Remove the short slightly incorrect reference to sourcing Python
4246 scripts.
4247 (Python Commands): Document how to execute a Python script from GDB.
4248
8d576872
JB
42492010-01-19 Joel Brobecker <brobecker@adacore.com>
4250
4251 * gdb.texinfo (Command Files): Fix typo.
4252
8150ff9c
JB
42532010-01-18 Tom Tromey <tromey@redhat.com>
4254
4255 * gdb.texinfo (File Options): Document -x on .py files.
4256 (Command Files): Document handling of Python scripts.
4257
23db03a6
JZ
42582010-01-18 Jie Zhang <jie.zhang@analog.com>
4259
4260 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
4261
00bf0b85
SS
42622010-01-15 Stan Shebs <stan@codesourcery.com>
4263
4264 * gdb.texinfo (Trace Files): New section.
4265 (Tracepoint Packets): Document QTSave and qTBuffer.
4266 (Trace File Format): New appendix.
4267
be759fcf
PM
42682010-01-13 Phil Muldoon <pmuldoon@redhat.com>
4269
4270 * gdb.texinfo (Values From Inferior): Document lazy_string value
4271 method.
4272 (Python API): Add Lazy strings menu item.
4273 (Lazy Strings In Python): New node.
4274
dc146f7c
VP
42752010-01-13 Vladimir Prus <vladimir@codesourcery.com>
4276
4277 * gdb.texinfo (GDB/MI Thread Information): New.
4278 (GDB/MI Async Records): Document the core field in *stopped.
4279 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
4280 documentation
4281 (Process list): Document that osdata document may contain
4282 threads.
4283 (Remote Serial Protocol): Document qXfer:threads.
4284
d5551862
SS
42852010-01-06 Stan Shebs <stan@codesourcery.com>
4286
4287 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4288 disconnected tracing.
4289 (Tracepoint Packets): Document new protocol.
4290
7a697b8d
SS
42912010-01-05 Stan Shebs <stan@codesourcery.com>
4292
4293 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
4294 tracepoints.
4295 (Tracepoint Packets): Describe remote protocol for fast
4296 tracepoints.
4297
e6f3ec50
JB
42982010-01-01 Joel Brobecker <brobecker@adacore.com>
4299
4300 Update the "Start of New Year Procedure".
4301 * gdbint.texinfo: Add the list of files that need to be updated
4302 manually. Minor reformatting.
4303
ddc4e9c1
JB
43042010-01-01 Joel Brobecker <brobecker@adacore.com>
4305
4306 * refcard.tex: Update copyright year in header and text.
4307
9d2897ad
JB
43082010-01-01 Joel Brobecker <brobecker@adacore.com>
4309
4310 * agentexpr.texi: Add 2010 to the list of copyright years.
4311 * annotate.texinfo: Likewise.
4312 * gdb.texinfo: Likewise.
4313 * gdbint.texinfo: Likewise.
4314 * observer.texi: Likewise.
4315 * stabs.texinfo: Likewise.
4316
6da95a67
SS
43172009-12-31 Stan Shebs <stan@codesourcery.com>
4318
4319 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 4320
236f1d4d
SS
43212009-12-29 Stan Shebs <stan@codesourcery.com>
4322
4323 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 4324
f61e138d
SS
43252009-12-28 Stan Shebs <stan@codesourcery.com>
4326
4327 * gdb.texinfo (Trace State Variables): New section.
4328 (Tracepoint Packets): Describe trace state variable packets.
4329 * agentexpr.texi (Bytecode Descriptions): Describe trace state
4330 variable bytecodes.
4331
0fe7935b
DJ
43322009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
4333
4334 * gdb.texinfo (Symbols): "info variables" prints definitions, not
4335 declarations.
4336
a6b29f87
VP
43372009-12-21 Vladimir Prus <vladimir@codesourcery.com>
4338
4339 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
4340 -gdb-exit behaviour.
4341
5e4bde96
JB
43422009-12-20 Joel Brobecker <brobecker@adacore.com>
4343
4344 * gpl.texi: Update to version 3 of the GPL.
4345
a1715244
JB
43462009-12-20 Joel Brobecker <brobecker@adacore.com>
4347
4348 * Makefile.in: Update copyright header.
4349 * observer.texi: Fix the copyright header of the generated files.
4350
361ae042
PM
43512009-12-08 Phil Muldoon <pmuldoon@redhat.com>
4352
4353 * gdb.texinfo (Types In Python): Describe range function.
4354
bfd31e71
PM
43552009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
4356
4357 * gdb.texinfo (Types In Python): Describe "is_base_class".
4358
57a1d736
TT
43592009-12-03 Tom Tromey <tromey@redhat.com>
4360
4361 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
4362
8cebebb9
PP
43632009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
4364
4365 * observer.texi: New memory_changed observer.
4366
16af530a
TT
43672009-12-01 Tom Tromey <tromey@redhat.com>
4368
4369 * gdb.texinfo (Reverse Execution): Fix typo.
4370
b6199126
DJ
43712009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
4372
4373 PR gdb/8704
4374
4375 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
4376 are allowed after the breakpoint condition.
4377
7a6973ad
TT
43782009-11-23 Tom Tromey <tromey@redhat.com>
4379
4380 PR python/10782:
4381 * gdb.texinfo (Types In Python): Document Type.pointer.
4382
21a0512e
PP
43832009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
4384
4385 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 4386
a5832c8f
PA
43872009-11-11 Pedro Alves <pedro@codesourcery.com>
4388
4389 * agentexpr.texi (Tracing On Symmetrix): Delete section.
4390 (Using Agent Expressions): Delete cross reference.
4391
1eb7cd77
JB
43922009-11-07 Joel Brobecker <brobecker@adacore.com>
4393
4394 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
4395 and @settitle directives up to help makeinfo find them.
4396
24ddea62
JK
43972009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4398
4399 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
4400 (Auto-loading): Use plural and note one can use multiple components now.
4401
3afae151
VP
44022009-11-01 Vladimir Prus <vladimir@codesourcery.com>
4403
4404 * gdb.texinfo (GDB/MI Stack Manipulation): Make
4405 -stack-list-arguments have the same documentation for parameter
4406 as -stack-list-locals. Add comas.
4407
14ff2235
PM
44082009-10-27 Tom Tromey <tromey@redhat.com>
4409 Eli Zaretskii <eliz@gnu.org>
4410
c8d5aac9 4411 PR python/10781
14ff2235
PM
4412
4413 * gdb.texinfo (Values From Inferior): Document cast method.
4414
9c419145
PP
44152009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
4416
4417 * gdb.texinfo (Machine Code): Mention function name in disasssembly
4418 and adjust example.
889bf7c5 4419
29153c24
MS
44202009-10-22 Michael Snyder <msnyder@vmware.com>
4421
4422 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 4423 info record command. Also document the new save and restore
29153c24
MS
4424 commands.
4425
2b28d209
PP
44262009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
4427
4428 * gdb.texinfo (Machine Code): Mention current pc marker.
4429 (Memory): Likewise.
4430
6c95b8df
PA
44312009-10-19 Pedro Alves <pedro@codesourcery.com>
4432 Stan Shebs <stan@codesourcery.com>
4433
4434 * observer.texi (new_inferior): Rename to...
4435 (inferior_appeared): ... this.
4436
4437 * gdb.texinfo (Inferiors): Rename node to ...
4438 (Inferiors and Programs): ... this. Mention running multiple
4439 programs in the same debug session.
4440 <info inferiors>: Mention the new 'Executable' column if "info
4441 inferiors". Update examples. Document the "add-inferior",
4442 "clone-inferior", "remove-inferior" and "maint info
4443 program-spaces" commands.
4444 (Process): Rename node to...
4445 (Forks): ... this. Document "set|show follow-exec-mode".
4446
2f8132f3
MS
44472009-10-11 Michael Snyder <msnyder@vmware.com>
4448
4449 * gdb.texinfo (ReverseStep): Show default as "unsupported".
4450 (ReverseContinue): Ditto.
4451
cba4b2d3
PP
44522009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
4453
4454 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 4455
da082f17
JK
44562009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4457
4458 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
4459
08be9d71
ME
44602009-10-06 Michael Eager <eager@eagercon.com>
4461
4462 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
4463 (Embedded Processors): Add MicroBlaze.
4464 (MicroBlaze): New. Describe Xilinx MicroBlaze
4465
08a0efd0
PA
44662009-10-04 Pedro Alves <pedro@codesourcery.com>
4467
4468 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
4469
cbb8f428
EZ
44702009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
4471
4472 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
4473
30a4a70c
JB
44742009-09-23 Joel Brobecker <brobecker@adacore.com>
4475
4476 * observer.texi (solib_unloaded): Document explicitly the fact that
4477 this observer is called before the associated symbols are unloaded.
4478
b3372f91
VP
44792009-09-19 Vladimir Prus <vladimir@codesourcery.com>
4480
4481 * gdb.texinfo (GDB/MI Stack Manipulation): Document
4482 -stack-list-variables.
4483
f43030c4
TT
44842009-09-18 Tom Tromey <tromey@redhat.com>
4485
4486 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
4487 is experimental.
4488
ec7e75e7
PP
44892009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4490
4491 * gdb.texinfo (convenince variables): Mention
4492 $_siginfo could be empty.
f43030c4 4493
0cc7d26f
TT
44942009-09-15 Tom Tromey <tromey@redhat.com>
4495
4496 * gdb.texinfo (GDB/MI Variable Objects): Document
4497 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
4498 Expand -var-update documentation.
4499
a96d9b2e
SDJ
45002009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4501
4502 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
4503 feature.
4504
005ca36a
JB
45052009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
4506
4507 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
4508
0d772ac9
MS
45092009-09-10 Michael Snyder <msnyder@vmware.com>
4510
4511 * gdb.texinfo (qSupported): Mention new ReverseContinue and
4512 ReverseStep replies to the qSupported query.
4513
14fb1bac
JB
45142009-09-10 Joel Brobecker <brobecker@adacore.com>
4515
4516 Add documentation for set/show interactive-mode.
4517 * gdb.texinfo (Other Misc Settings): New node.
4518
29b090c0
DE
45192009-09-01 Doug Evans <dje@google.com>
4520
4521 * gdb.texinfo (Caching Data of Remote Targets): Add note on
4522 non-stop mode's affect on remote caching.
4523
4e5d721f
DE
45242009-08-31 Jacob Potter <jdpotter@google.com>
4525 Doug Evans <dje@google.com>
4526
4527 * gdb.texinfo (Caching Data of Remote Targets): Update text.
4528 Mark `set/show remotecache' options as obsolete.
4529 Document new `set/show stack-cache' option.
4530 Update text for `info dcache'.
4531
55333a84
DE
45322009-08-27 Doug Evans <dje@google.com>
4533
4534 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
4535 (Files): Add note on new optional regex arg to `info sharedlibrary'.
4536
bc3a0b4d
RW
45372009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4538
4539 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
4540 about autoconf.
4541
3a1ff0b6
PA
45422009-08-25 Pedro Alves <pedro@codesourcery.com>
4543
4544 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
4545 small example, and describe its columns. Replace "inferior-id" by
4546 "infno" throughout.
4547
81ecdfbb
RW
45482009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4549
af542c2e
RW
4550 * gdbint.texinfo (Releasing GDB): Point to
4551 README-maintainer-mode file for required autoconf version.
4552 * configure.ac: Do not substitute datarootdir, htmldir,
4553 pdfdir, docdir. Do not process --with-datarootdir,
4554 --with-htmldir, --with-pdfdir, --with-docdir.
4555 * configure: Regenerate.
4556
81ecdfbb
RW
4557 * configure: Regenerate.
4558
4efc6507
DE
45592009-08-20 Reid Kleckner <reid@kleckner.net>
4560
4561 * gdb.texinfo: Add chapter on JIT interface.
4562
43089a6e
NR
45632009-08-07 Nick Roberts <nickrob@snap.net.nz>
4564
4565 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 4566 confirmation request.
43089a6e 4567
99e008fe
EZ
45682009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
4569
c8d5aac9
L
4570 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
4571 CRC definitions.
99e008fe 4572
48cb2d85
VP
45732009-08-03 Vladimir Prus <vladimir@codesourcery.com>
4574
4575 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 4576 -break-commands.
48cb2d85 4577
ff1a52c6
UW
45782009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4579
4580 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4581 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
4582
3285f3fe
UW
45832009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4584
4585 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4586 "set spu stop-on-load" and "show spu stop-on-load" commands.
4587
e35359c5
UW
45882009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4589
4590 * gdb.texinfo (Target Descriptions): Document <compatible> element.
4591
58d6951d
DJ
45922009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
4593
4594 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
4595 org.gnu.gdb.arm.neon.
4596
08d16641
PA
45972009-07-20 Pedro Alves <pedro@codesourcery.com>
4598
4599 * gdb.texinfo (Target Description Format): Mention the new <osabi>
4600 optional element.
4601 (subsection OS ABI): New subsection.
4602
782b2b07
SS
46032009-07-14 Stan Shebs <stan@codesourcery.com>
4604
4605 * gdb.texinfo (Tracepoint Conditions): New section.
4606 (General Query Packets): Describe ConditionalTracepoints.
4607 (Tracepoint Packets): Describe condition field.
4608 (Maintenance Commands): Describe maint agent-eval.
4609 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
4610
9b117ef3
HZ
46112009-07-11 Hui Zhu <teawater@gmail.com>
4612
4613 * gdb.texinfo (disassemble): Add a new modifier /r
4614 to "disassemble" command to make it print the raw instructions
4615 in hex as well as in symbolic form.
4616
f5a33284
TT
46172009-07-09 Tom Tromey <tromey@redhat.com>
4618
4619 * gdbint.texinfo (Testsuite): Document parallel make check.
4620
812f7342
TT
46212009-07-09 Tom Tromey <tromey@redhat.com>
4622
4623 * gdbint.texinfo (Testsuite): Document test transcripts.
4624
fbb8f299
PM
46252009-07-10 Phil Muldoon <pmuldoon@redhat.com>
4626
4627 * gdb.texinfo (Values From Inferior): Add length parameter
4628 description.
4629
dd8f35ac
EZ
46302009-07-04 Chris Genly <chris@genly.us>
4631
4632 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
4633 in -var-list-children. Fix example according to what the code
4634 does.
4635
2277426b
PA
46362009-07-02 Pedro Alves <pedro@codesourcery.com>
4637
4638 * gdb.texinfo (Debugging multiple inferiors): Document the
4639 "inferior", "detach inferior" and "kill inferior" commands.
4640 (Debugging Programs with Multiple Processes): Adjust to mention
4641 generic "inferior" commands. Delete mention of "detach fork" and
4642 "delete fork". Cross reference to "Debugging multiple inferiors"
4643 section.
4644
a6d9a66e
UW
46452009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4646
5af949e3
UW
4647 * gdbint.texinfo (Item Output Functions): Update signature
4648 for ui_out_field_core_addr.
4649
46502009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4651
4652 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
4653 Update example code extrated from breakpoint.c.
4654
9901a55b 46552009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 4656
9901a55b
PP
4657 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
4658 MI commands.
4659 (GDB/MI Symbol Query): Likewise.
4660 (GDB/MI File Commands): Likewise.
4661 (GDB/MI File Transfer Commands): Likewise.
4662 (GDB/MI Target Manipulation): Likewise.
4663 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 4664
edb3359d
DJ
46652009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
4666
4667 * gdb.texinfo (Debugging Optimized Code): New chapter.
4668 (Compiling for Debugging): Reference it. Move some
4669 text to the new section.
4670
7cd1089b
PM
46712009-06-15 Phil Muldoon <pmuldoon@redhat.com>
4672
4673 * doc/gdb.texinfo (Calling): Document
4674 set-unwind-on-terminating-exception usage.
4675
d4db2f36
PA
46762009-06-11 Pedro Alves <pedro@codesourcery.com>
4677
4678 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
4679 command.
4680
d1a7880c
PA
46812009-06-07 Pedro Alves <pedro@codesourcery.com>
4682
4683 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
4684 references.
4685
473f94e6
UW
46862009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
4687
4688 * gdbint.texinfo: Rename formal parameters to gdbarch function
4689 protoypes from "current_gdbarch" to "gdbarch".
4690
8f500870
TT
46912009-05-28 Tom Tromey <tromey@redhat.com>
4692
4693 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
4694
b6313243
TT
46952009-05-27 Tom Tromey <tromey@redhat.com>
4696
4697 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
4698 feature.
4699 (GDB/MI Variable Objects): Document -var-set-visualizer.
4700
47012009-04-02 Tom Tromey <tromey@redhat.com>
4702
4703 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
4704 feature.
4705 (GDB/MI Variable Objects): Document -var-set-visualizer.
4706
a6bac58e
TT
47072009-05-27 Tom Tromey <tromey@redhat.com>
4708 Thiago Jung Bauermann <bauerman@br.ibm.com>
4709 Phil Muldoon <pmuldoon@redhat.com>
4710
4711 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
4712 (Pretty Printing): New node.
4713 (Selecting Pretty-Printers): Likewise.
4714 (Python API): Update.
4715 (Output Formats): Document /r format.
4716
2c74e833
TT
47172009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
4718 Tom Tromey <tromey@redhat.com>
4719
4720 * gdb.texinfo (Types In Python): New node.
4721 (Values From Inferior): "type" is now an attribute.
4722 (Python API): Update.
4723
89c73ade
TT
47242009-05-27 Tom Tromey <tromey@redhat.com>
4725 Thiago Jung Bauermann <bauerman@br.ibm.com>
4726 Phil Muldoon <pmuldoon@redhat.com>
4727
4728 * gdb.texinfo: Add @syncodeindex for `tp'.
4729 (Python API): Update.
4730 (Auto-loading): New node.
4731 (Objfiles In Python): New node.
4732
17a37d48
PP
47332009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
4734
4735 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 4736
6718376f
NR
47372009-05-15 Nick Roberts <nickrob@snap.net.nz>
4738
4739 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
4740
cbe54154
PA
47412009-05-12 Pedro Alves <pedro@codesourcery.com>
4742
4743 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
4744 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
4745 show show-debug-regs' docs.
4746
8e05493c
EZ
47472009-05-08 Eli Zaretskii <eliz@gnu.org>
4748
4749 * gdb.texinfo (Process Record and Replay): Add description of
4750 reverse execution.
4751
b39f4988
JB
47522009-05-07 Joel Brobecker <brobecker@adacore.com>
4753
4754 * gdbint.texinfo (Adding support for debugging core files): New node.
4755 (Native Debugging): Remove the ``Native core file Support'' section.
4756
a2311334
EZ
47572009-05-01 Eli Zaretskii <eliz@gnu.org>
4758
4759 * gdb.texinfo (Process Record and Replay): Improve and clarify.
4760 Add index entries.
4761
53cc454a 47622009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 4763 Michael Snyder <msnyder@vmware.com>
53cc454a 4764
a2311334
EZ
4765 * gdb.texinfo: (Process Record and Replay): Add documentation for
4766 process record and replay.
53cc454a 4767
484086b7
JK
47682009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4769
4770 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
4771 a new part on command-line defined macros.
4772
32ae1842
EZ
47732009-04-25 Eli Zaretskii <eliz@gnu.org>
4774
4775 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
4776 clarify the wording.
4777
b14b1491
TT
47782009-04-23 Tom Tromey <tromey@redhat.com>
4779
4780 * gdb.texinfo (Data Files): New node.
4781 (GDB Files): Update menu.
4782
5c1e86e1
JB
47832009-04-23 Joel Brobecker <brobecker@adacore.com>
4784
4785 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 4786 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 4787
83eba9b7
VP
47882009-04-22 Vladimir Prus <vladimir@codesourcery.com>
4789
4790 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
4791
e31198c4
HZ
47922009-04-22 Hui Zhu <teawater@gmail.com>
4793
4794 * gdb.texinfo (disassemble-next-line): Set the default of
4795 disassemble-next-line to off.
4796
26e251b6
JM
47972009-04-21 Joseph Myers <joseph@codesourcery.com>
4798
4799 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
4800 --with-htmldir): New.
4801 * configure: Regenerate.
4802 * Makefile.in (datarootdir, docdir): Define.
4803 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
4804 instead of $(SET_TEXINPUTS).
4805 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
4806 gdbint.info instead of $(SET_TEXINPUTS).
4807 (gdbint/index.html): Use same -I options as for building
4808 gdbint.info.
4809 (stabs.dvi, stabs.pdf): Use same -I options as for building
4810 stabs.info instead of $(SET_TEXINPUTS).
4811 (stabs/index.html): Use same -I options as for building
4812 stabs.info.
4813 (annotate.dvi, annotate.pdf): Use same -I options as for building
4814 annotate.info instead of $(SET_TEXINPUTS).
4815 (annotate/index.html): Use same -I options as for building
4816 annotate.info.
4817
eac35c4e
DD
48182009-04-21 David Daney <ddaney@caviumnetworks.com>
4819
4820 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
4821
29b0e8a2
JM
48222009-04-21 Joseph Myers <joseph@codesourcery.com>
4823
4824 * gdb.texinfo (Source Path): Document --with-relocated-sources.
4825
2b831889 48262009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 4827 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
4828
4829 * Makefile.in (MAKEHTML): Set to makeinfo --html.
4830 (MAKEHTMLFLAGS): Set to empty.
4831 (html__strip_dir): Define.
4832 (HTMLFILES): Define.
4833 (HTMLFILES_INSTALL): Define.
4834 (install-html): Copy new automake rule.
4835 (html): Depend on $(HTMLFILES).
4836 (gdb_toc.html): Rename to gdb/index.html.
4837 (gdbint_toc.html): Rename to gdbint/index.html.
4838 (stabs_toc.html): Rename to stabs/index.html.
4839 (annotate_toc.html): Rename to annotate/index.html.
4840
89a34d1b
JM
48412009-04-17 Carlos O'Donell <carlos@codesourcery.com>
4842
4843 * Makefile.in: Set pdfdir and htmldir from configure
4844 substitutions.
4845 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
4846 * configure: Regenerate.
4847
a2d5da46
JB
48482009-04-16 Joel Brobecker <brobecker@adacore.com>
4849
4850 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
4851 This macro is no longer used.
4852
732f6a93
TT
48532009-04-15 Tom Tromey <tromey@redhat.com>
4854
4855 * gdb.texinfo (Character Sets): Document default character set.
4856
87f9adc1
PM
48572009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
4858
4859 * gdbint.texinfo: Change server name from sources.redhat.com to
4860 sourceware.org throughout.
4861
2c88c651
JB
48622009-04-09 Joel Brobecker <brobecker@adacore.com>
4863
4864 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
4865 about a missing dot or coma after @xref.
4866
4f5376b2
JB
48672009-04-02 Joel Brobecker <brobecker@adacore.com>
4868
4869 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
4870 example, and add a small explanation about it.
4871 (Print Settings): Change the documentation of the "set print
4872 frame-arguments" to reflect the fact that the default is now "scalars".
4873
a0381d3a
JB
48742009-04-02 Joel Brobecker <brobecker@adacore.com>
4875
4876 * gdb.texinfo (Print Settings): Add kindex for command "set
4877 print frame-arguments".
4878
45ac276d
JB
48792009-03-31 Joel Brobecker <brobecker@adacore.com>
4880
4881 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
4882 breakpoints.
4883 (Set Breaks): Add reference to thread-specific and task-specific
4884 breakpoints.
4885
32cd1edc
JB
48862009-03-31 Joel Brobecker <brobecker@adacore.com>
4887
4888 * gdb.texinfo (Ada Tasks): Remove the documentation about
4889 the "Running" state, as this state has been eliminated.
4890 Now all runnable tasks are shown as "Runnable".
4891
1042e4c0
SS
48922009-03-30 Stan Shebs <stan@codesourcery.com>
4893
4894 * gdb.texinfo (Tracepoints): Describe tracepoints as a
4895 special case of breakpoints.
4896 (Enable and Disable Tracepoints): Mention deprecation.
4897 (Listing Tracepoints): Update description and example.
4898
f8f6f20b
TJB
48992009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
4900
4901 * gdb.texinfo (Frames in Python): New node.
4902 (Python API): Update.
4903
c0c6f777
TJB
49042009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
4905
4906 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
4907 from a method to an attribute.
4908
def2b000
TJB
49092009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
4910
4911 * gdb.texinfo (Values From Inferior): Document is_optimized_out
4912 attribute.
4913
a07daef3
PA
49142009-03-25 Pedro Alves <pedro@codesourcery.com>
4915
4916 * observer.texi (thread_exit): Add "silent" parameter.
4917
f3b1572e
PA
49182009-03-22 Pedro Alves <pedro@codesourcery.com>
4919
4920 * observer.texi (about_to_proceed): New.
4921
587afa38
EZ
49222009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
4923
4924 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
4925 field throughout to handle types with spaces in them. Fix typos
4926 found by aspell.
4927 (Summary, Requirements, Contributors): New first chapter,
4928 "Summary" added, old Requirements section moved there, and new
4929 section, "Contributors" added.
4930 (Initializing a New Architecture, Register Representation)
4931 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
4932 (Porting gdb): These sections extended and updated.
4933 (Compiler Characteristics): This section (empty) deleted.
4934 (Defining Other Architecture Features): This section renamed and
4935 duplicate material removed from (formerly "Target Conditionals").
4936 Use braces {} in @deftypeXX type field throughout to handle types
4937 with spaces in them. Typos found by aspell fixed.
4938
4939 * stack_frame.svg: New file, source of image for gdbint.texinfo.
4940 * stack_frame.pdf: Version of image for PDF output.
4941 * stack_frame.png: Version of image for HTML output and for Emacs.
4942 * stack_frame.txt: Version of image for Info output.
1db61298 4943 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 4944
10af6951
EZ
49452009-03-21 Eli Zaretskii <eliz@gnu.org>
4946
4947 * gdb.texinfo (Character Sets): Fix last change.
4948
cc924cad
TJB
49492009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
4950
4951 * gdb.texinfo (Values From Inferior): Fix optional arguments
4952 markup.
4953 (Commands In Python): Adjust argument names of gdb.Command.__init__
4954 to what the function accepts as keywords.
4955
bc3b79fd
TJB
49562008-03-20 Tom Tromey <tromey@redhat.com>
4957
4958 * gdb.texinfo (Convenience Vars): Document convenience functions.
4959 (Functions In Python): New node.
4960 (Python API): Update.
4961
6c7a06a3
TT
49622009-03-20 Tom Tromey <tromey@redhat.com>
4963
4964 * gdb.texinfo (Character Sets): Remove obsolete text. Document
4965 set target-wide-charset.
4966 (Requirements): Mention iconv.
4967
b646ddd4
HZ
49682009-03-17 Hui Zhu <teawater@gmail.com>
4969
4970 * gdb.texinfo: Change the introduce of "disassemble-next-line".
4971
91440f57
HZ
49722009-03-17 Hui Zhu <teawater@gmail.com>
4973
4974 * gdb.texinfo: Add documentation for disassemble-next-line.
4975
8fd41227
TJB
49762009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
4977
4978 * gdb.texinfo (Commands In Python): Remove tindex entries.
4979
61ff14c6
JK
49802009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4981
4982 * gdb.texinfo (Returning): New description for missing debug info.
4983
0b16c5cf
PA
49842009-03-14 Pedro Alves <pedro@codesourcery.com>
4985
4986 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 4987 (General Query Packets): Document qAttached.
0b16c5cf 4988
32fc0df9
PA
49892009-03-05 Pedro Alves <pedro@codesourcery.com>
4990
4991 * gdb.texinfo (Background Execution): Better describe the set
4992 target-async command.
4993 (Maintenance Commands): Delete description of the `maint set/show
4994 linux-async' and `maint set/show remote-async' commands.
4995
134eb42c
VP
49962009-02-18 Vladimir Prus <vladimir@codesourcery.com>
4997
4998 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
4999 between sentences.
5000
c86cf029
VP
50012009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5002
5003 * gdb.texinfo (GDB/MI Async Records): Document the
5004 =library-loaded and =library-unloaded notifications.
5005
3ea85240
VP
50062009-02-17 Vladimir Prus <vladimir@codesourcery.com>
5007
5008 * observer.texi (test_notification): New observer.
5009
1d33d6ba
VP
50102009-02-14 Vladimir Prus <vladimir@codesourcery.com>
5011
61ff14c6
JK
5012 * observer.texi: Add parameter 'print_frame' to normal_stop
5013 observer.
1d33d6ba 5014
d721c933
EZ
50152009-02-07 Eli Zaretskii <eliz@gnu.org>
5016
5017 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
5018 (Commands In Python): Fix COMMAND_* constants in last change. Use
5019 @kbd for interactive input. Add cross-references and index
5020 entries.
5021
4aa995e1
PA
50222009-02-06 Pedro Alves <pedro@codesourcery.com>
5023
5024 * gdb.texinfo (Signals): Document $_siginfo.
5025 (Convenience Variables): Mention $_siginfo.
5026 (Remote Configuration): Document qXfer:siginfo:read,
5027 qXfer:siginfo:write packets, and the read-siginfo-object,
5028 write-siginfo-object commands.
5029
5f5233d4
PA
50302009-02-06 Pedro Alves <pedro@codesourcery.com>
5031
5032 * gdbint.texinfo (Values): New chapter.
5033
d8906c6f
TJB
50342009-02-06 Tom Tromey <tromey@redhat.com>
5035
5036 * gdb.texinfo (Python API): Add entry for Commands In Python.
5037 (Commands In Python): New node.
5038
b6cb8e7d
TJB
50392009-02-05 Tom Tromey <tromey@redhat.com>
5040
5041 * gdb.texinfo (Values From Inferior): Document Value.string.
5042
12453b93
TJB
50432009-02-05 Tom Tromey <tromey@redhat.com>
5044
5045 * gdb.texinfo (Basic Python): Document execute's from_tty
5046 argument.
5047
08c637de
TJB
50482009-02-04 Tom Tromey <tromey@redhat.com>
5049
5050 * gdb.texinfo (Basic Python): Document gdb.history.
5051
592375cd
VP
50522009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5053
5054 * gdb.texinfo (GDB/MI Thread Commands): Document the
5055 'current-thread-id' field. Remove the example with zero threads,
5056 since current GDB won't ever report that if there's inferior.
5057
41447f92
VP
50582009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5059
5060 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
5061 option to -break-insert.
5062
098b41a6
JG
50632009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5064 Jerome Guitton <guitton@adacore.com>
5065
5066 * gdb.texinfo (Startup): Document --with-system-gdbinit.
5067 (System-wide configuration): New section.
5068
3c16cced
PA
50692009-01-26 Pedro Alves <pedro@codesourcery.com>
5070
5071 PR gdb/7580:
5072 * gdb.texinfo (Maintenance Commands): Document "maint set|show
5073 internal-error|internal-warning quit|corefile ask|yes|no".
5074
62709adf
PA
50752009-01-26 Pedro Alves <pedro@codesourcery.com>
5076
5077 * gdb.texinfo (Using the `gdbserver' Program): Document
5078 --remote-debug.
5079
7ce58dd2
DE
50802009-01-23 Doug Evans <dje@google.com>
5081
5082 * gdb.texinfo: Add nexti to list of commands that support
5083 background execution.
5084
adb483fe
DJ
50852009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
5086
5087 * gdb.texinfo (Define, Hooks): Document prefix command support.
5088
a67ec3f4 50892009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 5090 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
5091
5092 Fixes for makeinfo --html.
5093
5094 * annotate.texinfo: Use @copying and @insertcopying. Use
5095 @ifnottex in place of @ifinfo.
5096 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
5097 place of @ifinfo. Use @ifnotinfo for one index entry.
5098 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
5099 in place of @ifinfo.
5100 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
5101 in place of @ifinfo. Include contents at start unconditionally.
5102
84fcdf95
PA
51032009-01-13 Pedro Alves <pedro@codesourcery.com>
5104
5105 * gdb.texinfo (General Query Packets): Remove @var{} around the
5106 "spu" literal string.
5107
fa3a767f
PA
51082009-01-07 Pedro Alves <pedro@codesourcery.com>
5109
5110 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
5111 program may be running in another process" errors.
5112 * gdbint.texinfo (Native Conditionals): Delete
5113 ONE_PROCESS_WRITETEXT description.
5114
9cb011d3
JB
51152009-01-07 Joel Brobecker <brobecker@adacore.com>
5116
5117 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
5118 emacs local variable to be placed at the end of the ChangeLog.
5119 Add server.c and gdbreplay.c to the list of files where the
5120 copyright year needs to be updated.
5121
84603566
SL
51222009-01-06 Sandra Loosemore <sandra@codesourcery.com>
5123
5124 * gdb.texinfo (Remote Configuration): Document new
5125 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
5126 commands.
5127
a53f55d8
PA
51282008-12-28 Pedro Alves <pedro@codesourcery.com>
5129
5130 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
5131 FETCH_INFERIOR_REGISTERS.
5132 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
5133 FETCH_INFERIOR_REGISTERS descriptions. Remove
5134 gdbarch_get_longjmp_target descrition, since already described in
5135 Target Conditionals. Move gdbarch_fp0_regnum description to ...
5136 (Target Conditionals): ... here.
5137
077e0a52
JB
51382008-12-16 Joel Brobecker <brobecker@adacore.com>
5139
5140 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
5141 examples.
5142 (Additions to Ada): Likewise. Add the missing opening and closing
5143 parenthesis of the GDB prompt in one of the examples.
5144
023eb17c
JB
51452008-12-14 Joel Brobecker <brobecker@adacore.com>
5146
5147 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
5148 about the result of 'Address not being of type System.Address.
5149 This problem has been fixed a while ago.
5150
c3b108f7
VP
51512008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5152
5153 MI non-stop and multiprocess docs.
5154
c8d5aac9
L
5155 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
5156 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
5157 Adjust documentation for *stopped, document =thread-created,
5158 =thread-exited, =thread-group-created and =thread-group-exited.
5159 (GDB/MI Thread Commands): Document the 'state' field in
5160 -thread-info output.
5161 (GDB/MI Program Execution): Mention --all and --thread-group
5162 options.
5163 (GDB/MI Variable Objects): Describe floating and fixed variable
5164 objects.
5165 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 5166
07e059b5
VP
51672008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5168
c8d5aac9
L
5169 * gdb.texinfo (Operating System Information): New appendix.
5170 (Operating System Auxiliary Information): Document 'info os processes'
5171 (Remote Configuration): Document 'osdata'
5172 (General Query Packets): Document qXfer:osdata:read.
07e059b5 5173
a80b95ba
TG
51742008-11-27 Tristan Gingold <gingold@adacore.com>
5175
5176 * gdb.texinfo (Darwin): Document Darwin specific features.
5177
a655d424
JK
51782008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5179
5180 * gdbint.texinfo (Target Conditionals): Extend the
5181 gdbarch_breakpoint_from_pc description.
5182
249e1128
VP
51832008-11-22 Vladimir Prus <vladimir@codesourcery.com>
5184
5185 * gdb.texinfo (M68K Features): Fix typo.
5186
c14c28ba
PP
51872008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
5188
5189 * gdb.texinfo (Symbols): Mention printing containing
5190 image name in "info symbol".
5191 (Maint translate-address): Likewise.
889bf7c5 5192
394a6666
JB
51932008-11-18 Joel Brobecker <brobecker@adacore.com>
5194
5195 * gdb.texinfo (Set Catchpoints): Remove the documentation of
5196 commands "catch load" and "catch unload".
5197
66bb093b
VP
51982008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5199
5200 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 5201 =thread-selected.
889bf7c5 5202
4a92f99b
VP
52032008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5204
c8d5aac9 5205 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 5206
f0323ca0
PA
52072008-10-27 Pedro Alves <pedro@codesourcery.com>
5208
5209 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
5210 .mt files, TM_CLIBS or TM_CDEPS.
5211 (x86 Watchpoints): Don't mention TDEPFILES.
5212
8b23ecc4
SL
52132008-10-24 Sandra Loosemore <sandra@codesourcery.com>
5214
5215 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
5216 (Overview): Mention notifications and non-stop mode behavior.
5217 (Packets): Update documentation of ?, vAttach, vCont, and vRun
5218 with non-stop mode behavior. Add vStopped description.
5219 (Stop Reply Packets): Update list of packets that return
5220 stop replies. Mention non-stop behavior.
5221 (General Query Packets): Document QNonStop packet and associated
5222 qSupported query response.
5223 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
5224 behavior.
5225 (Notification Packets): New section.
5226 (Remote Non-Stop): New section.
5227 (File-I/O Overview): Mention non-stop behavior.
5228
fff08868
HZ
52292008-10-24 Hui Zhu <teawater@gmail.com>
5230 Pedro Alves <pedro@codesourcery.com>
5231
5232 * gdb.texinfo (displaced-stepping): Describe the auto mode
5233 setting, and say it's the default. This is now a mainstream
5234 setting instead of a maintenance setting.
5235
252fbfc8
PA
52362008-10-23 Pedro Alves <pedro@codesourcery.com>
5237
5238 * observer.texi (thread_stop_requested): New.
5239
20924a55
JB
52402008-10-22 Joel Brobecker <brobecker@adacore.com>
5241
5242 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
5243 (Patching): Replace incorrect usage of @samp by @kbd.
5244
bacec72f
MS
52452008-10-17 Michael Snyder <msnyder@vmware.com>
5246
5247 * gdb.texinfo: Add documentation for reverse execution.
5248
a08702d6 52492008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 5250 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
5251
5252 * gdb.texinfo. (Values From Inferior): New subsubsection.
5253
d97bc12b
DE
52542008-10-06 Doug Evans <dje@google.com>
5255
5256 * gdb.texinfo (set debug dwarf2-die): Document it.
5257
87f67dba
JB
52582008-10-01 Joel Brobecker <brobecker@adacore.com>
5259
5260 * gdb.texinfo (catch) [exception]: Document how to insert
5261 a breakpoint on user-defined exceptions when the exception
5262 name is identical to one of the language-defined ones.
5263
2fae03e8
TT
52642008-09-27 Tom Tromey <tromey@redhat.com>
5265
5266 * gdb.texinfo (Macros): Remove text about stringification,
5267 varargs, and splicing.
5268
5c6ce71d
TT
52692008-09-27 Tom Tromey <tromey@redhat.com>
5270
5271 * gdbint.texinfo (Language Support): Remove text about omitting
5272 support for a language.
5273
07128da0
DE
52742008-09-23 Doug Evans <dje@google.com>
5275
5276 * gdb.texinfo (info dcache): Update.
5277
b90a069a
SL
52782008-09-22 Sandra Loosemore <sandra@codesourcery.com>
5279
5280 * gdb.texinfo (Packets): Add info on thread-id syntax and
5281 multiprocess extensions.
5282 <D>: Document multiprocess form of packet.
5283 <H>: Use thread-id syntax.
5284 <T>: Likewise.
5285 <vCont>: Likewise. Note this is required for multiprocess.
5286 <vKill>: New packet.
5287 (Stop Reply Packets) <T>: Use thread-id syntax.
5288 <W>: Document multiprocess form of reply.
5289 <X>: Likewise.
5290 (General Query Packets) <qC>: Use thread-id syntax.
5291 <qfThreadInfo>: Likewise.
5292 <qGetTLSAddr>: Likewise.
5293 <qP>: Likewise.
5294 <qSupported>: Add "multiprocess" feature.
5295 <qThreadExtraInfo>: Use thread-id syntax.
5296
b77209e0
PA
52972008-09-22 Stan Shebs <stan@codesourcery.com>
5298
5299 * gdb.texinfo (Inferiors): New section.
5300
3d0bb823
PA
53012008-09-12 Pedro Alves <pedro@codesourcery.com>
5302
5303 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
5304
f8dcfc0a
UW
53052008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
5306
5307 * gdbint.texinfo (Target Conditionals): Remove documentation
5308 for gdbarch_name_of_malloc.
5309
8775bb90
MS
53102008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
5311
5312 * gdb.texinfo (Interrupts): Mention TCP interface for
5313 sending BREAK.
5314
f1838a98
UW
53152008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
5316
5317 * gdb.texinfo (Commands to Specify Files): Document "remote:"
5318 argument prefix to "set sysroot".
5319
158c7665
PH
53202008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
5321
5322 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
5323 and False.
5324
30e026bb
VP
53252008-08-20 Vladimir Prus <vladimir@codesourcery.com>
5326
c8d5aac9
L
5327 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
5328 for possible features of -list-features.
30e026bb 5329
c6ebd6cf
VP
53302008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5331
c8d5aac9 5332 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
5333 (GDB/MI Miscellaneous Commands): Document -list-target-features.
5334
aeac0ff9
VP
53352008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5336
5337 * doc/gdb.texinfo (PowerPC): Fix typo.
5338 (PowerPC features): Fix typo.
5339
5231c1fd
PA
53402008-08-18 Pedro Alves <pedro@codesourcery.com>
5341
5342 * observer.texi (thread_ptid_changed): New.
5343
677c5bb1
LM
53442008-08-18 Luis Machado <luisgpm@br.ibm.com>
5345
5346 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
5347 (PowerPC features): Mention feature set for VSX registers.
5348
f3a2dd1a
JB
53492008-08-13 Joel Brobecker <brobecker@adacore.com>
5350
5351 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
5352 the direct visibility of all names in user-written packages.
5353
33e5cbd6
PA
53542008-08-13 Pedro Alves <pedro@codesourcery.com>
5355
5356 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
5357 setting, and make it the default.
5358 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
5359 non-stop script example.
5360
d0384fc4
TJB
53612008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
5362
5363 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
5364 reference to the "Using Different Register and Memory Data
5365 Representation" section.
5366
a6f3e723
SL
53672008-08-12 Sandra Loosemore <sandra@codesourcery.com>
5368
5369 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
5370 (Remote Protocol): Add Packet Acknowledgment to menu.
5371 (Overview): Mention +/- can be disabled, and point to new section
5372 where this is discussed in detail.
5373 (General Query Packets): Document QStartNoAckMode packet, and
5374 corresponding qSupported reply.
5375 (Packet Acknowledgment): New section.
5376
0606b73b
SL
53772008-08-11 Sandra Loosemore <sandra@codesourcery.com>
5378 Pedro Alves <pedro@codesourcery.com>
5379
5380 * gdb.texinfo (Threads): Move paragraph about automatic thread
5381 selection to All-Stop Mode subsection.
5382 (Thread Stops): Reorganize existing material into subsections.
5383 Add introductory blurb and menu.
5384 (Non-Stop Mode): New subsection.
5385 (Background Execution): New subsection.
5386 (Maintenance Commands): Add cross-references from async mode
5387 commands to the new Background Execution section.
5388
d57a3c85
TJB
53892008-08-06 Tom Tromey <tromey@redhat.com>
5390
5391 * gdb.texinfo (Extending GDB): New chapter.
5392 (Sequences): Demoted chapter, now a section under the new
5393 Extending GDB chapter.
5394 (Python): New section.
5395
6d76a53d
SS
53962008-07-31 Stan Shebs <stan@codesourcery.com>
5397
5398 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
5399
1f70da6a
SS
54002008-07-29 Stan Shebs <stan@codesourcery.com>
5401
5402 * gdbint.texinfo: General round of cleanup and minor
5403 clarifications.
5404 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
5405 (Longjmp Support): Update description to reflect how it is done
5406 for targets without using native header.
5407 (Symbol Handling): Add a little more general explanation.
5408 (COFF, ELF): Mention stabs encapsulation.
5409 (DWARF 3): New section.
5410 (Adding a New Host): Scrub out some obsolete bits.
5411 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
5412 (Host Conditionals): Remove descriptions of NO_STD_REGS,
5413 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
5414 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
5415 SEEK_SET, STOP_SIGNAL, USG.
5416 (Raw and Virtual Register Representations): Ditto for
5417 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
5418 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
5419 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
5420 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
5421 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
5422 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
5423 DEPRECATED_REGISTER_VIRTUAL_SIZE,
5424 DEPRECATED_REGISTER_VIRTUAL_TYPE,
5425 DEPRECATED_USE_STRUCT_CONVENTION.
5426 Describe gdbarch_deprecated_fp_regnum.
5427 Update description of gdbarch_print_insn.
5428 (Adding a New Target): Scrub out obsolete bits.
5429 (Obsolete Conditionals): Remove entire section.
5430
383f836e
TT
54312008-07-25 Tom Tromey <tromey@redhat.com>
5432
5433 * observer.texi (GDB Observers): Document new observers:
5434 breakpoint_created, breakpoint_deleted, breakpoint_modified,
5435 tracepoint_created, tracepoint_deleted, tracepoint_modified,
5436 architecture_changed.
5437
cfd8ab24
SS
54382008-07-21 Stan Shebs <stan@codesourcery.com>
5439
5440 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
5441 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
5442
781b42b0
TT
54432008-07-21 Tom Tromey <tromey@redhat.com>
5444
5445 * observer.texi (GDB Observers): Remove obsolete comment.
5446 <executable_changed>: Remove argument.
5447
d7d9f01e
TT
54482008-07-18 Tom Tromey <tromey@redhat.com>
5449
5450 * gdb.texinfo (Macros): Update. Use @code rather than @command.
5451
bf250677
DE
54522008-07-10 Doug Evans <dje@google.com>
5453
5454 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
5455
10568435
JK
54562008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5457
5458 * gdb.texinfo (Starting): Document "set disable-randomization".
5459
5ae4183a
AS
54602008-07-07 Andreas Schwab <schwab@suse.de>
5461
5462 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
5463
b56e7235
VP
54642008-07-06 Vladimir Prus <vladimir@codesourcery.com>
5465
5466 * gdb.texinfo (GDB/MI Target Manipulation): Add
5467 example of -target-attach.
5468
e1ac3328
VP
54692008-06-10 Vladimir Prus <vladimir@codesourcery.com>
5470
5471 * observer.texi (target_resumed): New observer.
5ae4183a 5472 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 5473
65d12d83
TT
54742008-06-06 Tom Tromey <tromey@redhat.com>
5475
5476 * gdb.texinfo (Completion): Add field name example.
5477
fbc5282e
MK
54782008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
5479
5480 * gdb.texinfo (GDB/MI Program Context): Added example
5481 to -exec-arguments
5ae4183a 5482
fbc5282e 54832008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
5484
5485 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
5486 annotation.
5487
c16158bc 54882008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
5489 Nathan Sidwell <nathan@codesourcery.com>
5490 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
5491
5492 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
5493 and ACX_BUGURL.
5494 * configure: Regenerate.
5495 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
5496 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
5497 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
5498 mailing-list-specific text about bug reporting unless
5499 BUGURL_DEFAULT.
5500
75c99385
PA
55012008-06-05 Pedro Alves <pedro@codesourcery.com>
5502
5503 * gdb.texinfo (-target-select): Remove reference to target async.
5504 (Maintenance Commands): Document "maint set/show remote-async".
5505
1763a388
MK
55062008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
5507
5508 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
5509 in -target-file-get section.
5ae4183a 5510
d0d064df
PA
55112008-05-22 Pedro Alves <pedro@codesourcery.com>
5512
9b562ab8
PA
5513 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
5514 killing the inferior when it is already debugging a process.
d0d064df 5515
8dfa32fc
JB
55162008-05-21 Joel Brobecker <brobecker@adacore.com>
5517
5518 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
5519 abbreviation for "finish".
5520
55f996a7
NR
55212008-05-21 Nick Roberts <nickrob@snap.net.nz>
5522
5523 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
5524
ba2b1c56
DJ
55252008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5526
5527 * gdbint.texinfo (Target Conditionals): Delete entry for
5528 gdbarch_dwarf_reg_to_regnum.
5529
08388c79
DE
55302008-05-09 Doug Evans <dje@google.com>
5531
a3c83fae 5532 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 5533
d14508fe
DE
55342008-05-05 Doug Evans <dje@google.com>
5535
5536 * gdb.texinfo (disassemble): Document /m modifier.
5537
e2b7ddea
VP
55382008-05-05 Vladimir Prus <vladimir@codesourcery.com>
5539
5ae4183a
AS
5540 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
5541 will not report the time of commands that run the target.
e2b7ddea 5542
8eb41542
VP
55432008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5544
5545 * gdb.texinfo (GDB/MI Output Records): Add
5546 missing semicolon.
5547
82f68b1c
VP
55482008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5549
5550 * gdb.texinfo (GDB/MI Output Records):
5551 Document =thread-create and =thread-exited.
5552
fa0f268d
VP
55532008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5554
5555 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 5556 Remove mention of dmi-discuss.
fa0f268d 5557
063bfe2e
VP
55582008-05-03 Pedro Alves <pedro@codesourcery.com>
5559
5560 * observer.texi (thread_exit): New.
5561
237fc4c9
PA
55622008-05-02 Pedro Alves <pedro@codesourcery.com>
5563
5564 * gdb.texinfo (Debugging Output): Document "set/show debug
5565 displaced".
5566 (Maintenance Commands): Document "maint set/show
5567 can-use-displaced-stepping".
5568
0428b8f5
DJ
55692008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
5570
5571 * gdb.texinfo (ARM): Document set/show arm fallback-mode
5572 and set/show arm force-mode.
5573
5009afc5
AS
55742008-05-02 Andreas Schwab <schwab@suse.de>
5575
5576 * gdbint.texinfo (Algorithms): Describe
5577 target_watchpoint_addr_within_range.
5578
669fac23
DJ
55792008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
5580
5581 * gdbint.texinfo (Stack Frames): New chapter.
5582 (Algorithms): Move Frames text to the new chapter.
5583 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
5584 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
5585
721c02de
VP
55862008-04-24 Vladimir Prus <vladimir@codesourcery.com>
5587
5ae4183a
AS
5588 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
5589 output does not necessary include any tokens.
721c02de 5590
c055b101
CV
55912008-04-22 Corinna Vinschen <vinschen@redhat.com>
5592
5593 * gdb.texinfo (Set SH Calling convention): New @item.
5594 (Show SH Calling convention): Ditto.
5595
68837c9d
MD
55962008-04-22 Markus Deuling <deuling@de.ibm.com>
5597
5598 * gdb.texinfo (Fortran Operators): Describe '%' operator.
5599
2e9132cc
EZ
56002008-04-20 Eli Zaretskii <eliz@gnu.org>
5601
5602 * gdb.texinfo (Set Breaks): Mention that multiple location
5603 breakpoints need line number info. Add index entries.
5604
31fffb02
CS
56052008-04-19 Craig Silverstein <csilvers@google.com>
5606
5607 * gdb.texinfo (Requirements): Add an optional requirement on
5608 zlib.
5609 * gdbint.texinfo (Debugging File Formats): Add new subsection for
5610 Compressed DWARF 2.
5611
a47ec5fe
AR
56122008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
5613
5614 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
5615 sample output for 'stopped,reason="breakpoint-hit"' message.
5616 (GDB/MI Program Execution): Likewise.
5617
de051565
MK
56182008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
5619
5ae4183a 5620 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
5621 -var-set-format. Add -f option to -var-evaluate-expression.
5622
6ba66d6a
JB
56232008-04-03 Joel Brobecker <brobecker@adacore.com>
5624
5625 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
5626 new node "Ambiguous Expressions". Replace references to this
5627 node by references to "Ambiguous Expressions" throughout.
5628 (Ambiguous Expressions): New node.
5629
1e26b4f8
DJ
56302008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
5631
5632 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
5633
b84876c2
PA
56342008-03-21 Pedro Alves <pedro@codesourcery.com>
5635
5636 * gdb.texinfo (Debugging Output): Document
5637 "set/show debug lin-lwp-async".
5638 (Maintenance Commands): Document "maint set/show linux-async".
5639
63092375
DJ
56402008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5641
5642 * gdb.texinfo (Expressions): Update description of malloced arrays.
5643
8e8901c5
VP
56442008-03-15 Vladimir Prus <vladimir@codesourcery.com>
5645
5646 * gdb.texinfo (Thread Commands): Document
5647 -thread-info. Remove -thread-list-all-threads.
5648
1fddbabb
PA
56492008-03-14 Pedro Alves <pedro@codesourcery.com>
5650 Sandra Loosemore <sandra@codesourcery.com>
5651
5652 * gdb.texinfo (Library List Format): Update to mention the
5653 possibility to pass section addresses instead of segment
5654 addresses.
5655
ccd213ac
DJ
56562008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
5657
5658 * gdb.texinfo (Starting): Document "set exec-wrapper".
5659 (Server): Document gdbserver --wrapper.
5660
fa4727a6
DJ
56612008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
5662
5663 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
5664 unreadable memory. Delete obsolete SPARClite reference.
5665
8edfe269
DJ
56662008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
5667
5668 * gdb.texinfo (Starting): Mention always-running targets.
5669 (Target Commands): Add an anchor for load.
5670 (Connecting): Explain continue instead of run.
5671
1843f87b
DJ
56722008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
5673
5674 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
5675
f9082629
NR
56762008-02-26 Nick Roberts <nickrob@snap.net.nz>
5677
5678 * gdb.texinfo (Set Breaks): Revert description of Enb column of
5679 breakpoint table.
5680
fd96d250
PA
56812008-02-19 Pedro Alves <pedro@codesourcery.com>
5682
5683 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
5684 killing the inferior when it is already debugging a process.
5685
36af4ef6
MD
56862008-02-13 Markus Deuling <deuling@de.ibm.com>
5687
5688 * gdbint.texinfo (Build Script): New section. Mention new build script
5689 gdb_buildall.sh.
5690
cda4ce5a
JB
56912008-02-01 Jim Blandy <jimb@red-bean.com>
5692
5693 * gdb.texinfo (Help): Summarize 'info args' correctly.
5694
4acd40f3
TJB
56952008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5696
5697 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
5698 available in PowerPC architecture.
5699 (Embedded Processors): Change node name of PowerPC item in menu.
5700 (PowerPC): Rename to...
5701 (PowerPC Embedded): this.
5702 (Architectures): Add new PowerPC item in menu.
5703 (PowerPC): New node.
5704
6e6c6f50
DJ
57052008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
5706
5707 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
5708 commands.
5709
5ee187d7
DJ
57102008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
5711
5712 * gdb.texinfo (Setting Catchpoints): Mention features
5713 supported on GNU/Linux.
5714
e275c0d9
NR
57152008-01-30 Nick Roberts <nickrob@snap.net.nz>
5716
5717 * gdb.texinfo (GDB/MI File Commands): Describe new output
5718 field for MI command -file-list-exec-source-file.
5719
2d717e4f
DJ
57202008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5721
5722 * gdb.texinfo (Using the `gdbserver' Program): Add security
5723 warning. Rearrange into subsections and subsubsections. Document
5724 --multi and --debug. Correct --with-sysroot typo. Update --attach
5725 usage. Make load reference clearer. Document monitor exit.
5726 (Remote Configuration): Document set remote exec-file, attach-packet,
5727 and run-packet.
5728 (Packets): Document vAttach and vRun.
5729
d35a4257 57302008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
5731
5732 * gdb.texinfo (Processes): Mention process command.
889bf7c5 5733 detach-on-follow -> detach-on-fork.
f663676d 5734
c78d192c
DJ
57352008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5736
5737 * gdbint.texinfo (Native Conditionals): Remove
5738 SHELL_COMMAND_CONCAT and SHELL_FILE.
5739
d35a4257
EZ
57402008-01-26 Eli Zaretskii <eliz@gnu.org>
5741
5742 * gdb.texinfo (Specify Location): Improve wording.
5743
93815fbf
VP
57442008-01-23 Chris Demetriou <cgd@google.com>
5745
5746 * gdb.texinfo (Threads): Document new "set print thread-events"
5747 and "show print thread-events" commands.
5748
2a25a5ba
EZ
57492008-01-19 Eli Zaretskii <eliz@gnu.org>
5750
5751 * gdb.texinfo (Specify Location): New section.
5752 (Delete Breaks, Edit, Set Breaks): Remove description of
5753 locations. Instead, add a reference to "Specify Location".
5754 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
5755 (Symbols): Refer to "Specify Location" for the valid forms of
5756 linespecs and locations.
5757
32c9a795
MD
57582008-01-18 Markus Deuling <deuling@de.ibm.com>
5759
5760 * gdbint.texinfo (Target Conditionals): Replace the description of
5761 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
5762
b17828ca
JB
57632008-01-12 Paul Hilfinger <hilfinger@adacore.com>
5764
5765 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
5766 about &&var, which is rejected by the expression parser.
5767
0aea4bf3
LM
57682008-01-09 Luis Machado <luisgpm@br.ibm.com>
5769
5770 * gdb.texinfo (Output): Update documentation on using printf with DFP
5771 types.
5772
febe4383
TJB
57732008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
5774
5775 * gdb.texinfo (C and C++): Add Decimal Floating Point format
5776 subsubsection.
5777 (Decimal Floating Point format): New subsubsection.
5778
7a404eba
PA
57792008-01-05 Pedro Alves <pedro@codesourcery.com>
5780
5781 * gdb.texinfo (File Options): Remove mention of the attempt to
5782 open a core file with the -p option. Don't list -c as a valid
5783 option to attach to a process.
5784
a4d9b460
PA
57852008-01-05 Pedro Alves <pedro@codesourcery.com>
5786
5787 * gdbint.texinfo (Host Conditionals): Remove mention of
5788 ALIGN_STACK_ON_ENTRY.
5789
6ec2edbe
JB
57902008-01-05 Joel Brobecker <brobecker@adacore.com>
5791
5792 * gdbint.texinfo (Start of New Year Procedure): Add item
5793 describing how to update the source and documentation copyright
5794 notices.
5795
d8b2a693
JB
57962007-12-18 Jim Blandy <jimb@codesourcery.com>
5797
ab209b3a 5798 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
5799 watchpoint explanation into the main description of the watchpoint
5800 command; update synopses of 'watch', 'rwatch', and 'awatch'
5801 commands.
5802
8b4ed427
VP
58032007-12-18 Vladimir Prus <vladimir@codesourcery.com>
5804
5805 * gdb.texinfo (Miscellaneous gdb/mi Commands):
5806 Document 'pending-breakpoints' feature of
5807 -list-features.
5808
37e4754d
LM
58092007-12-17 Luis Machado <luisgpm@br.ibm.com>
5810
669fac23 5811 * gdb.texinfo: Add new parameter's description.
37e4754d 5812
1d3811f6
DJ
58132007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
5814
5815 * gdb.texinfo (Overview): Clarify run-length encoding
5816 example. Remove the restriction on "+" and "-" characters.
5817
c1c25a1a
EZ
58182007-12-15 Eli Zaretskii <eliz@gnu.org>
5819
5820 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
5821
afe8ab22 58222007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 5823
afe8ab22
VP
5824 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
5825 the -f option for -break-insert, remove -r option,
5826 and clarify specification of location.
5827
a6b151f1
DJ
58282007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
5829
5830 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
5831 formatting.
5832 (Remote Debugging): Add File Transfer section.
5833 (Remote Configuration): Document Host I/O packets.
5834 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 5835 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
5836 (Packets): Add vFile.
5837
3b784c4f
EZ
58382007-11-17 Eli Zaretskii <eliz@gnu.org>
5839
5840 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
5841 breakpoints with multiple locations.
5842 (Breakpoint Menus): Improve wording.
5843 (Output): Fix last change.
5844
a4ce5b0d
UW
58452007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
5846
5847 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
5848
1b39d5c0
DE
58492007-11-15 Doug Evans <dje@google.com>
5850
5851 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
5852
7a72d44c
VP
58532007-11-15 Vladimir Prus <vladimir@codesourcery.com>
5854
5855 * gdbint.texinfo (Native Conditionals): Remove
5856 mention of CLEAR_SOLIB.
5ae4183a 5857
6d1829bf 58582007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
5859
5860 * gdb.texinfo (Print Settings): Add documentation for "set/show
5861 print frame-arguments".
5862
1a619819
LM
58632007-11-05 Luis Machado <luisgpm@br.ibm.com>
5864
3b784c4f 5865 * gdb.texinfo (Output): Update printf command's description.
1a619819 5866
55eddb0f
DJ
58672007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
5868
5869 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
5870 powerpc soft-float".
5871
9cceb671
DJ
58722007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5873
5874 * gdb.texinfo (Files): Correct formatting. Mention Expat
5875 requirement.
5876 (Requirements for Building GDB): Expand the list of Expat
5877 uses.
5878 (Library List Format, Memory Map Format): Mention Expat.
5879 (Target Descriptions): Update Expat wording.
5880
83acabca
DJ
58812007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5882
5883 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
5884 Document that gdbarch_convert_register_p should return zero for no-op
5885 conversions.
5886
e35879db
UW
58872007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
5888
83acabca 5889 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
5890 of set_gdbarch_sofun_address_maybe_missing back to ...
5891 (Target Conditionals): ... here to fix build break.
5892
203c3895
UW
58932007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
5894
83acabca 5895 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
5896 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
5897 (Compiler Characteristics): ... documentation of
5898 set_gdbarch_sofun_address_maybe_missing.
5899
11411de3
DJ
59002007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
5901
5902 * gdbint.texinfo (Target Conditionals): Use
5903 frame_unwind_register_unsigned in examples instead of
5904 frame_unwind_unsigned_register.
5905
7cc46491
DJ
59062007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
5907
5908 * gdb.texinfo (Predefined Target Types): Add int128
5909 and uint128.
5910 (Standard Target Features): Add PowerPC features.
5911
81adfced
DJ
59122007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
5913
5914 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
5915
c1874924
UW
59162007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
5917
5918 * gdbint.texi (Target Conditionals): Remove documentation
5919 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
5920 gdbarch_extract_return_value, and gdbarch_store_return_value.
5921
f6e56ab3
UW
59222007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
5923
5924 * gdbint.texi (Target Conditionals): Remove documentation of
5925 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
5926
56cf5405
KH
59272007-10-11 Kazu Hirata <kazu@codesourcery.com>
5928
5929 * gdb.texinfo: Mention that inaccessible-by-default is on by
5930 default.
5931
35156bae
DJ
59322007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
5933
5934 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
5935
d983da9c
DJ
59362007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
5937
5938 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
5939 multi-threaded watchpoints.
5940 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
5941 checked. Describe sticky notification. Expand description
5942 of steppable and continuable watchpoints.
5943 (Watchpoints and Threads): New subsection.
5944
fe6fbf8b
VP
59452007-09-28 Vladimir Prus <vladimir@codesourcery.com>
5946
5947 * gdb.texinfo (Setting Breakpoints): Revise
5948 documentation for pending breakpoints. Document
5949 breakpoints with multiple locations.
5ae4183a 5950
084344da
VP
59512007-09-19 Vladimir Prus <vladimir@codesourcery.com>
5952
5953 * gdb.texinfo (Miscellaneous gdb/mi Commands):
5954 Document -list-features.
5ae4183a 5955
82160952
EZ
59562007-09-15 Eli Zaretskii <eliz@gnu.org>
5957
5958 * gdb.texinfo (Output): Spell out which features of C's printf are
5959 not supported by GDB's printf.
7e27a47a
EZ
5960 (Separate Debug Files): More accurate wording regarding build ID
5961 and a reference to the ld manual rather than the Fedora wiki.
82160952 5962
ea37ba09
DJ
59632007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
5964 Jim Blandy <jimb@codesourcery.com>
5965
5966 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
5967 (Examining Memory): Update mentions of the 's' format.
5968 (Automatic Display): Likewise.
5969
b8533aec
DJ
59702007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
5971
5972 * gdb.texinfo: Update the FSF's Back-Cover Text.
5973
83f83d7f
JK
59742007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5975 Eli Zaretskii <eliz@gnu.org>
5976
5977 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
5978 Fixed the ``build ID'' name. New binaries build instructions for the
5979 build ID inclusion. Explain how the commands are specific to the build
5980 ID vs. debug link.
5981
c7e83d54
EZ
59822007-09-01 Eli Zaretskii <eliz@gnu.org>
5983
5984 * gdb.texinfo (Separate Debug Files): Fix last change. Add
5985 indexing for ``build ID'' support.
5986
d3750b24
JK
59872007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5988
5989 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
5990 Enlisted BUILD ID to the debug file searching example.
5991 Included a BUILD ID `.note.gnu.build-id' section description.
5992 Updated/added the debug files splitting instructions for OBJCOPY.
5993
02142340
VP
59942007-08-31 Vladimir Prus <vladimir@codesourcery.com>
5995
5996 * gdb.texinfo (Variable Objects): Adjust docs
5997 for -var-info-expression and document
5998 -var-info-path-expression.
5999
d3bdde98
JB
60002007-08-20 Jim Blandy <jimb@codesourcery.com>
6001
3fb6a982
JB
6002 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
6003 (title page): Include the dedication in the printed manual, as a
6004 separate page after the copyright notice.
5ae4183a 6005
d3bdde98
JB
6006 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
6007 don't break a @var across a line.
6008
c80a96a8
MR
60092007-07-25 Maciej W. Rozycki <macro@mips.com>
6010
6011 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
6012 for include files.
6013
5824a901
NR
60142007-07-12 Nick Roberts <nickrob@snap.net.nz>
6015
6016 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
6017 in annotate.texinfo.
6018 (Command History): Link to new node.
5824a901 6019
d52e7ea3
UW
60202007-07-05 Markus Deuling <deuling@de.ibm.com>
6021
6022 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
6023
5fc14d0a
EZ
60242007-07-05 Eli Zaretskii <eliz@gnu.org>
6025
6026 * gdbint.texinfo (Target Conditionals): Fix last change.
6027
4a9bb1df
UW
60282007-07-03 Markus Deuling <deuling@de.ibm.com>
6029
6030 * gdb.texinfo: Replace following macros by their appropriate gdbarch
6031 routines:
6032 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
6033 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
6034 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
6035 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
6036 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
6037 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
6038 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
6039 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
6040 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
6041 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
6042 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
6043 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
6044 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
6045 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
6046 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
6047 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
6048 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
6049 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
6050 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
6051 (SOFTWARE_SINGLE_STEP_P)
6052
6053 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
6054 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
6055
6056 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
6057 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
6058 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
6059 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
6060 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
6061 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
6062 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
6063 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
6064 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
6065 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
6066
6067 (Converting an existing Target Architecture to Multi-arch): Remove
6068 section.
6069
6070 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
6071 (gdbarch_addr_bits_remove): Add code example.
6072
6073 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
6074
cfa9d6d9
DJ
60752007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
6076
6077 * gdb.texinfo (Remote Configuration): Document library-info-packet.
6078 Add other missing entries. Adjust the table size to fit.
6079 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
6080 stop reasons including the new "library" event.
6081 (General Query Packets): Adjust table widths for qSupported. Mention
6082 qXfer:libraries:read reply to qSupported and document the new packet.
6083 (Library List Format): New section.
6084
159fcc13
JK
60852007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6086
6087 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
6088
f66d1690
MS
60892007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
6090
6091 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
6092
67102876
NR
60932007-06-25 Nick Roberts <nickrob@snap.net.nz>
6094
6095 * gdbint.texinfo (Register and Memory Data): Break sections
6096 into nodes and add a menu.
6097
a4642986
MR
60982007-06-21 Maciej W. Rozycki <macro@mips.com>
6099
6100 * gdb.texinfo (Examining Memory): Document the new behaviour.
6101
e9c17194
VP
61022007-06-21 Vladimir Prus <vladimir@codesourcery.com>
6103
6104 * gdb.texinfo (Standard Target Features): Document
6105 m68k features.
6106
31d99776
DJ
61072007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
6108
6109 * gdb.texinfo (General Query Packets): Document qOffsets changes.
6110
1780a0ed
DJ
61112007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6112
6113 * gdb.texinfo (Target Description Format): Add version attribute
6114 for <target>.
6115
822b6570
DJ
61162007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6117
6118 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
6119
f8b73d13
DJ
61202007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6121
6122 * gdb.texinfo (MIPS Features): New subsection.
6123
0e7f50da
UW
61242007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6125 Markus Deuling <deuling@de.ibm.com>
6126
6127 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
6128 and qXfer:spu:write packets and mention them under qSupported.
6129
23d964e7
UW
61302007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6131 Markus Deuling <deuling@de.ibm.com>
6132
6133 * gdb.texinfo (Architectures): Add new SPU section to document
6134 Cell Broadband Engine SPU architecture specific commands.
6135
9f708cb2
VP
61362007-06-09 Vladimir Prus <vladimir@codesourcery.com>
6137
6138 * gdb.texinfo (GDB/MI Variable Objects): Editorial
6139 comments.
6140
7579b5f8
NR
61412007-06-07 Nick Roberts <nickrob@snap.net.nz>
6142
6143 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
6144
bf06d120
JB
61452007-05-29 Jim Blandy <jimb@codesourcery.com>
6146
6147 * gdb.texinfo (Overview): Doc fix.
6148
23776285
MR
61492007-05-22 Maciej W. Rozycki <macro@mips.com>
6150
6151 * gdb.texinfo (Remote Configuration): Document "set/show
6152 remoteflow".
6153
1a69e1e4
DJ
61542007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
6155
bf06d120
JB
6156 * gdb.texinfo (MIPS): Remove documentation for set mips
6157 saved-gpreg-size, show mips saved-gpreg-size, and set mips
6158 stack-arg-size.
1a69e1e4 6159
46ba6afa 61602007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6161
46ba6afa
BW
6162 * all-cfg.texi (GDBTUI): New.
6163 * gdb.texinfo (Mode Options): Use GDBTUI variable.
6164 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
6165 (TUI Configuration): Edit to improve clarity and fix problems of
6166 both style and content.
5ae4183a 6167
06d3b283
UW
61682007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
6169
6170 * observer.texi (GDB Observers): New observer "new_objfile".
6171
179101d6
UW
61722007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
6173
6174 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
6175
25d5ea92
VP
61762007-04-14 Vladimir Prus <vladimir@codesourcery.com>
6177
6178 * gdb.texinfo (GDB/MI Variable Objects): Document
6179 frozen variables objects.
5ae4183a 6180
ea35711c
DJ
61812007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
6182
6183 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
6184 (Character Sets, Caching Data of Remote Targets): Likewise.
6185 (Targets): Delete Remote node. Move its text...
6186 (Debugging Remote Programs): ...to here. Delete description
6187 of the "remote" command.
6188 (Remote configuration): Delete description of "set remotedevice"
6189 and "show remotedevice".
6190 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
6191
db2e3e2e
BW
61922007-04-11 Bob Wilson <bob.wilson@acm.org>
6193
5ae4183a
AS
6194 * gdb.texinfo (Contributors, Continuing and Stepping)
6195 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
6196 (General Query Packets, File-I/O Remote Protocol Extension)
6197 (Protocol Basics, The F Reply Packet, Write)
6198 (Protocol-specific Representation of Datatypes, Memory Transfer):
6199 Fix hyphenation, punctuation and grammar problems.
6200 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
6201 'section' instead of 'subsection' in the text.
6202 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
6203 (i386): Remove period from section name.
db2e3e2e
BW
6204 (Installing GDB, Requirements, Running Configure, Separate Objdir)
6205 (Config Names, Configure Options): Use @file{configure}.
6206
8a3dae3e
DJ
62072007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
6208
6209 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
6210 and tab expansion.
6211
1a92f856
DJ
62122007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
6213
6214 * gdbint.texinfo (SOM): Correct location of the SOM reader.
6215
79a6e687 62162007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6217
79a6e687
BW
6218 * gdb.texinfo: Consistently capitalize all significant words in
6219 node names, chapter titles, section titles, and headings. Update
6220 cross references to match.
6221 (Starting and Stopping Trace Experiment): Make node name plural.
6222 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 6223
ad527d2e
PA
62242007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
6225
6226 * gdb.texinfo (WinCE): Delete obsolete subsection.
6227
7ce59000
DJ
62282007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6229
6230 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
6231 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
6232 references.
6233
8807d78b
DJ
62342007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6235
6236 * gdb.texinfo (Startup): Delete references to some alternate
6237 names for .gdbinit.
6238 (Thread): Remove LynxOS reference.
6239 (Tandem ST2000): Delete target-specific documentation.
6240 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
6241 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
6242 and GDB_OSABI_LYNXOS.
6243
5f402660
UW
62442007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
6245
6246 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
6247
bac718a6
UW
62482007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
6249
6250 * gdbint.texinfo (Target Conditionals): Remove mention of
6251 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
6252 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
6253
9453113a
DJ
62542007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
6255
6256 * Makefile.in: Add "pdfdir" installation
6257 directory, PDFTEX macro, support for "install-pdf" target,
6258 and rules for making a pdf version of refcard.texi.
6259 * refcard.tex: Specify paper size for PDF output.
6260
ae21e955 62612007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6262
ae21e955 6263 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 6264
3f94c067 62652007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6266
3f94c067
BW
6267 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
6268 (Source Path, Character Sets, Macros, Define)
6269 (GDB/MI Result Records, GDB/MI Simple Examples)
6270 (GDB/MI Program Execution, GDB/MI File Commands)
6271 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
6272 (Bug Reporting): Use @value{GCC}.
5ae4183a 6273
12c27660 62742007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6275
12c27660
BW
6276 * gdb.texinfo (Help): Fix formatting of examples.
6277 (Variables): Use @ifnotinfo instead of @iftex.
6278 (Non-debug DLL symbols): Use @ref instead of @pxref.
6279 (Sparclet File): Use @samp instead of quotes.
5ae4183a 6280
ce9341a1
BW
62812007-03-26 Bob Wilson <bob.wilson@acm.org>
6282
6283 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
6284
c8f4133a
BW
62852007-03-26 Bob Wilson <bob.wilson@acm.org>
6286
6287 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
6288 the order of the nodes.
6289 (C Operators, C Constants, Debugging C): Remove extra menus.
6290 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 6291
c8f4133a 62922007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
6293
6294 * gdb.texinfo (File Options): Add missing parenthesis.
6295 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
6296
c74d0ad8
DJ
62972007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6298
6299 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
6300
ff6f572f
DJ
63012007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6302
669fac23 6303 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
6304 case insensitivity.
6305 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
6306
994337c3
NR
63072007-02-18 Nick Roberts <nickrob@snap.net.nz>
6308
6309 * gdb.texinfo (Top): Put Appendix A after numbered sections.
6310 (Files): Add section name to argument list for pxref.
6311 (Non-debug DLL symbols): Don't use `see' for pxref.
6312 (Embedded Processors): Fix typo.
6313 (GDB/MI Breakpoint Commands): Execution commands generate
6314 *stopped not ^done.
6315
eb819d70
NR
63162007-02-13 Nick Roberts <nickrob@snap.net.nz>
6317
6318 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
6319 values for in_scope. Mention that only root variables can be
6320 updated.
6321 (GDB/MI Development and Front Ends): Explain new values may be
6322 added to existing fields.
6323
123dc839
DJ
63242007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6325
6326 * gdb.texinfo (-target-disconnect): Use @smallexample.
6327 (Requirements): Add anchor for Expat. Update description.
6328 (Target Descriptions): Mention Expat.
6329 (Target Description Format): Document new elements. Use
6330 @smallexample.
6331 (Predefined Target Types, Standard Target Features): New sections.
669fac23 6332 * gdbint.texinfo (Target Descriptions): New section.
123dc839 6333
108546a0
DJ
63342007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
6335
6336 * gdb.texinfo (Target Description Format): Add section on XInclude.
6337
95a98c01
NR
63382006-02-03 Nick Roberts <nickrob@snap.net.nz>
6339
6340 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
6341 command -enable-timings.
6342
f4b3909f
EZ
63432007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
6344
5ae4183a 6345 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
6346 descriptions for new/deleted elements in gdb_osabi. Add missing
6347 description for function generic_elf_osabi_sniff_abi_tag_sections.
6348
c7ba131e
JB
63492007-01-29 Joel Brobecker <brobecker@adacore.com>
6350
6351 * gdb.texinfo (Maintenance Commands): Add documentation for
6352 the new "maint print target-stack" command.
6353
3a60f64e
JK
63542007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6355 Eli Zaretskii <eliz@gnu.org>
6356
f4b3909f 6357 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 6358
c582f8b6
EZ
63592007-01-26 Eli Zaretskii <eliz@gnu.org>
6360
6361 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
6362 Use @value{NGCC} instead of @value{GCC}.
6363
d3e8051b
EZ
63642007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
6365
6366 * agentexpr.texi: Fix typos.
6367 * annotate.texinfo: Likewise.
6368 * gdb.texinfo: Likewise.
6369 * gdbint.texinfo: Likewise.
6370 * observer.texi: Likewise.
6371 * stabs.texinfo: Likewise.
6372
86f04699
EZ
63732007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
6374
6375 * gdbint.texinfo (Support Libraries): Remove mmalloc
6376 entry. Describe readline library.
6377
23181151
DJ
63782007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
6379
6380 * gdb.texinfo (Target Descriptions): New section.
6381 (General Query Packets): Add QPassSignals anchor. Mention
6382 qXfer:features:read under qSupported. Expand mentions of
6383 qXfer:memory-map:read and QPassSignals. Document
6384 qXfer:features:read.
6385
f822c95b
DJ
63862007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
6387
6388 * gdb.texinfo (Commands to specify files): Describe
6389 "set sysroot" and "show sysroot".
6390 (Using the `gdbserver' program): Lowercase argument
6391 to @var. Expand description of setting up GDB on the
6392 host.
6393
8936fcda
JB
63942007-01-05 Joel Brobecker <brobecker@adacore.com>
6395
6396 * gdb.texinfo (Set Catchpoints): Add documentation for the new
6397 catch exception, catch exception unhandled, and catch assert
6398 commands.
6399
e776119f
DJ
64002007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6401
6402 * gdb.texinfo (Debugging Output): Document "set debug xml"
6403 and "show debug xml".
6404
aa79a185
DJ
64052007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6406
6407 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
6408
7f893741
JB
64092007-01-01 Joel Brobecker <brobecker@adacore.com>
6410
6411 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
6412
a1b5960f
VP
64132006-12-08 Vladimir Prus <vladimir@codesourcery.com>
6414
6415 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
6416 note in @ignore, to be removed later if nobody complains.
6417
9f470e6e
NR
64182006-12-04 Nick Roberts <nickrob@snap.net.nz>
6419
6420 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
6421 of -var-delete.
6422
765dc015 64232006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 6424
765dc015 6425 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
6426 automatic software/hardware breakpoint usage and
6427 the "set breakpoint auto-hw" command.
765dc015 6428
4b5752d0
VP
64292006-11-21 Vladimir Prus <vladimir@codesourcery.com>
6430
6431 * gdb.texinfo (Memory Access Checking): New.
6432
89be2091
DJ
64332006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
6434
6435 * gdb.texinfo (Remote configuration): Mention
6436 "pass-signals-packet".
6437 (General Query Packets): Document QPassSignals. Fix
6438 a typo.
6439
ca3bf3bd
DJ
64402006-11-14 Maxim Grigoriev <maxim@tensilica.com>
6441
6442 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
6443
427c3a89
DJ
64442006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
6445
6446 * gdb.texinfo (Remote configuration): Rewrite documentation for
6447 packet configuration commands.
6448 (OS Information): Adjust reference to qXfer:auxv:read.
6449 (General Query Packets): Remove references to read-aux-vector-packet
6450 and set remote get-thread-local-storage-address.
6451
7a107747
DJ
64522006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
6453
6454 * gdbint.texinfo (Target Architecture Definition): Add new
6455 Initializing a New Architecture section.
6456
1c56eb0e
EZ
64572006-10-31 David Taylor <dtaylor@emc.com>
6458
6459 * stabs.texinfo (Macro define and undefine): New node describing
6460 stabs for #define and #undef.
6461
f73adfeb
AS
64622006-10-27 Andreas Schwab <schwab@suse.de>
6463
6464 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
6465
fd60e0df
EZ
64662006-10-21 Eli Zaretskii <eliz@gnu.org>
6467
6468 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
6469 clarify on the possible meanings of ``expression'' watched by
6470 watchpoints. Add indexing.
e5ac9b53
EZ
6471 (Prompting, Errors, Invalidation, Annotations for Running)
6472 (Source Annotations): Fix index entries by adding "annotation" to
6473 them, to discriminate from index entries that point to the more
6474 general topic descriptions.
fd60e0df 6475
52bb452f
DJ
64762006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6477
6478 * gdbint.texinfo (Target Vector Definition): Move most
6479 content into Existing Targets. Add a menu.
6480 (Existing Targets): New section, moved from Target Vector
6481 Definition. Use @subsection.
6482 (Managing Execution State): New section.
6483
58955e58
BW
64842006-10-16 Bob Wilson <bob.wilson@acm.org>
6485
6486 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
6487
c8aa23ab
EZ
64882006-10-15 Eli Zaretskii <eliz@gnu.org>
6489
6490 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
6491 (Command Syntax, Signals, Backtrace, Connecting)
6492 (Remote configuration, Renesas Boards, Console I/O): Fix last
6493 change: use Ctrl- instead of C-, except wrt Emacs.
6494 (File-I/O Examples): Put Ctrl-c in @kbd.
6495 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
6496 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
6497 (Signals, Set Breaks, Set Watchpoints): Document optional
6498 arguments to `info signals' `handle', `info breakpoints', and
6499 `info watchpoints'.
c8aa23ab 6500
e7109c7e
EZ
65012006-10-14 Eli Zaretskii <eliz@gnu.org>
6502
6503 * gdb.texinfo (Backtrace): Fix last change.
6504
de3aea7b
NR
65052006-10-14 Nick Roberts <nickrob@snap.net.nz>
6506
6507 * gdb.texinfo (Backtrace): Order correctly and add other cases.
6508
7f9087cb
BW
65092006-10-10 Bob Wilson <bob.wilson@acm.org>
6510
c8aa23ab
EZ
6511 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
6512 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
6513 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 6514
68437a39
DJ
65152006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6516 Daniel Jacobowitz <dan@codesourcery.com>
6517
6518 * gdb.texinfo (Packets): Document vFlashErase,
6519 vFlashWrite and vFlashDone packets.
6520 (General Query Packets): Document qXfer:memory-map:read.
6521 Add a new feature for qXfer:memory-map:read.
6522 (Memory map format): New section.
6523 (Target Commands): Mention that gdb can write flash.
6524
fd79ecee
DJ
65252006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6526 Daniel Jacobowitz <dan@codesourcery.com>
6527
6528 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
6529 memory regions and "mem auto".
6530
350da6ee
DJ
65312006-09-21 Nathan Sidwell <nathan@codesourcery.com>
6532
6533 * gdbint.texinfo (Array Containers): New section.
6534
2f1acb09
VP
65352006-09-17 Vladimir Prus <vladimir@codesourcery.com>
6536
6537 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
6538 -stack-list-arguments HIGH_FRAME argument can be larger then the
6539 actual number of frames.
6540
2ab1eb7a
VP
65412006-09-07 Vladimir Prus <vladimir@codesourcery.com>
6542
6543 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
6544 -stack-list-locals HIGH_FRAME argument can be larger then the
6545 actual number of frames.
2ab1eb7a 6546
599b237a
BW
65472006-09-02 Bob Wilson <bob.wilson@acm.org>
6548
6549 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
6550 Register Packet Format, Tracepoint Packets): Fix spelling errors.
6551
25ab7e6d
EZ
65522006-09-02 Eli Zaretskii <eliz@gnu.org>
6553
6554 * gdbint.texinfo (Overall Structure): New section "Source Tree
6555 Structure".
6556
940178d3
JB
65572006-08-17 Jim Blandy <jimb@codesourcery.com>
6558
6559 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
6560 responses.
6561
30daae6c
JB
65622006-08-08 Joel Brobecker <brobecker@adacore.com>
6563
6564 * gdb.texinfo (Source Path): Add documentation for new
6565 substitute-path commands.
6566
7fa2210b
DJ
65672006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
6568
6569 * gdb.texinfo (Installing GDB): Update menu. Move text to...
6570 (Running Configure): ...here.
6571 (Requirements): New node. Mention expat.
6572
3d00d119
DJ
65732006-08-08 Vladimir Prus <vladimir@codesourcery.com>
6574
5ae4183a 6575 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
6576 'set download-write-size' and 'show download-write-size'.
6577
0cbfa4ee
DJ
65782006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
6579
6580 * stabs.texinfo (Member Type Descriptor): Correct example for
6581 pointer to member types.
6582
16026cd7
AS
65832006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
6584
6585 * gdb.texinfo (Optional warnings and messages): Add
6586 'set/show trace-commands'.
6587 (Command files): Add '-v' to source command.
6588
0876f84a
DJ
65892006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
6590
6591 * gdb.texinfo (OS Information): Update qPart reference to
6592 qXfer.
6593 (Remote configuration): Likewise.
6594 (Overview): Move @cindex to the start of a paragraph. Talk
6595 about binary data encoding.
6596 (Packets): Refer to the overview for the details of the X
6597 packet encoding.
6598 (General Query Packets): Remove qPart description. Add qXfer
6599 description. Add an anchor to qSupported. Correct feature
6600 table title. Add a new feature for qXfer:auxv:read.
6601 (Interrupts): Add a missing parenthesis.
6602
2ec3381a
DJ
66032006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
6604
669fac23 6605 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
6606 (GDB/MI Kod Commands): Remove commented out node.
6607
594fe323
EZ
66082006-07-01 Eli Zaretskii <eliz@gnu.org>
6609
6610 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
6611 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
6612 (GDB/MI Thread Commands, GDB/MI Program Execution)
6613 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
6614 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
6615 (GDB/MI File Commands, GDB/MI Target Manipulation)
6616 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
6617 since the MI prompt is hard-wired into the code.
6618
7e3fb70c
NR
66192006-07-01 Nick Roberts <nickrob@snap.net.nz>
6620
6621 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
6622 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
6623 (GDB/MI Data Manipulation): Remove description of unimplemented
6624 display related commands as variable objects perform this function
6625 and are superior: -display-delete, -display-disable,
6626 -display-enable, -display-insert and -display-list. Move
6627 -environment-cd, -environment-directory, -environment-path
6628 and -environment-pwd to "Program Context".
6629 (GDB/MI Program Control): Rename to "Program Execution". Move
6630 -exec-arguments -exec-abort to...
6631 (GDB/MI Program Context): ...here. New node split from "Data
6632 Manipulation".
6633
be2a5f71
DJ
66342006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
6635
6636 * gdb.texinfo (Remote configuration): Document set / show
6637 remote supported-packets.
6638 (General Query Packets): Document qSupported packet.
6639
fc320d37
SL
66402006-06-10 Sandra Loosemore <sandra@codesourcery.com>
6641
6642 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
6643 and font markup.
6644 (Protocol basics): Likewise.
6645 (The F request packet): Likewise.
6646 (The F reply packet): Likewise.
6647 (Memory transfer): Move this node to be a subsubsection of
6648 "Protocol specific representation of datatypes".
6649 (The Ctrl-C message): More copy editing.
6650 (Console I/O): Likewise.
6651 (The isatty call): Delete this node, and merge its content into
6652 the "isatty" node. Fixed references elsewhere.
6653 (The system call): Delete this node, and merge its content into
6654 the "system" node. Fixed references elsewhere.
6655 (open): Reformat to use @table, and add appropriate font markup.
6656 (close): Likewise.
6657 (read): Likewise.
6658 (write): Likewise.
6659 (lseek): Likewise.
6660 (rename): Likewise.
6661 (unlink): Likewise.
6662 (stat/fstat): Likewise.
6663 (gettimeofday): Likewise.
6664 (isatty): Likewise.
6665 (system): Likewise, plus minor changes to fix confusing wording.
6666 (Integral datatypes): Fix font markup.
6667 (Pointer values): Likewise.
6668 (struct stat): Fix markup to use @table, plus minor copy editing.
6669 (struct timeval): Fix font markup, plus minor copy editing.
6670 (Constants): Minor copy editing.
6671 (Errno values): Add font markup.
6672 (File-I/O Examples): Likewise.
6673
158fdf5c
NR
66742006-06-10 Nick Roberts <nickrob@snap.net.nz>
6675
6676 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
6677 (GDB/MI Simple Examples): Move node up one level. Use real
6678 examples.
6679 (GDB/MI Compatibility with CLI): Update.
6680 (GDB/MI Result Records): Add "connected" and "exit" result
6681 classes.
6682 (GDB/MI Stream Records): Clarify target output.
6683 (GDB/MI Command Description Format): Modify example description.
6684 (GDB/MI Breakpoint Table Commands): Rename to...
6685 (GDB/MI Breakpoint Commands): ...this
6686 (GDB/MI Breakpoint Commands): Add optional thread field.
6687 (GDB/MI Program Control): Add an introduction. Move "Program
6688 termination" examples into exec-run description.
6689 (GDB/MI File Commands): Mention similar CLI commands.
6690 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
6691 is similar to "-gdb-version".
6692
ddb50cd7
EZ
66932006-06-09 Eli Zaretskii <eliz@gnu.org>
6694
6695 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
6696
2aef0d6b
NR
66972006-06-02 Nick Roberts <nickrob@snap.net.nz>
6698
6699 * gdb.texinfo (GDB/MI Development and Front Ends): Use
6700 sourceware.org for mailing lists.
d5e40d59 6701 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 6702
383a5c52
NR
67032006-06-01 Nick Roberts <nickrob@snap.net.nz>
6704
d5e40d59 6705 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 6706
e16b02ee
EZ
67072006-05-22 Eli Zaretskii <eliz@gnu.org>
6708
6709 * gdb.texinfo (Cygwin Native): Fix last change.
6710
be90c084
CF
67112006-05-22 Christopher Faylor <cgf@timesys.com>
6712
6713 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
6714
347ceba5
NR
67152006-05-15 Nick Roberts <nickrob@snap.net.nz>
6716
6717 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
6718 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
6719
369af7bd
DJ
67202006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6721
6722 * gdb.texinfo (General Query Packets): Recommend not starting
6723 new packets with qC and clarify.
6724
2ffdbde8 67252006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
6726
6727 * gdb.texinfo (M2 Types): New section.
72019c9c 6728
16d1a084
DJ
67292006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
6730
6731 * agentexpr.texi: Add a copyright and license notice.
6732 * observer.texi: Likewise, with GPL clause for function prototypes.
6733 Remove trailing whitespace.
6734
aa56d27a
JB
67352006-05-05 Jim Blandy <jimb@codesourcery.com>
6736
6737 * gdb.texinfo (General Query Packets): Document conventions for
6738 terminating packet names, and their violations.
6739
5bdf8622
DJ
67402006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
6741
6742 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
6743 * gdb.texinfo: Likewise.
6744
605a56cb
DJ
67452006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
6746
6747 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
6748 and "show remotedebug".
6749 (Debugging Output): Add additional index entries.
6750
b8db102d
MS
67512006-04-27 Michael Snyder <msnyder@redhat.com>
6752
6753 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
6754
c5e30d01
AC
67552006-04-22 Andrew Cagney <cagney@redhat.com>
6756
6757 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
6758 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
6759
8181d85f
DJ
67602006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
6761
6762 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
6763 and remove breakpoint prototypes.
6764 (Watchpoints): Move description of target_insert_hw_breakpoint and
6765 target_remove_hw_breakpoint ...
6766 (Breakpoints): ... to here. Document target_insert_breakpoint and
6767 target_remove_breakpoint.
6768
4f553f88
JB
67692006-04-17 Jim Blandy <jimb@codesourcery.com>
6770
6771 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
6772 and C packets are optional.
6773
cd852561
FR
67742006-04-14 Frederic Riss <frederic.riss@st.com>
6775
6776 * gdb.texinfo (Specifying source directories): Update the description
6777 of the source file search to reflect the fact that the source path
6778 always contains at least $cdir and $cwd.
6779
b620eb07
MS
67802006-03-31 Michael Snyder <msnyder@redhat.com>
6781
6782 * gdb.texinfo: Update copyright dates.
6783
3156cdaf
EZ
67842006-03-31 Eli Zaretskii <eliz@gnu.org>
6785
6786 * gdb.texinfo (Overview): Add an index entry to "empty response".
6787
7d30c22d
JB
67882006-03-28 Jim Blandy <jimb@codesourcery.com>
6789
6790 * gdbint.texinfo (Prologue Analysis): New section.
6791
86941c27
JB
67922006-03-07 Jim Blandy <jimb@red-bean.com>
6793
66b8c7f6
JB
6794 * gdb.texinfo (Connecting): Document 'target remote pipe'.
6795
1a10341b
JB
6796 * gdb.texinfo (Target Commands): Update text describing how to
6797 specify a target. Refer to the detailed section on remote
6798 debugging, not the brief mention.
6799
86941c27
JB
6800 * gdb.texinfo (Connecting): Organize the different 'target remote'
6801 connection methods into a table. Add a 'target remote' index
6802 entry. (!!!)
6803
62f3a2ba
FF
68042006-02-17 Fred Fish <fnf@specifix.com>
6805
6806 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
6807 'ptype' commands to reflect the fact that the only significant
6808 difference between them is that ptype prints the complete type
6809 description instead of just the name.
6810
8b9a88ea
WZ
68112006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
6812
6813 * gdbint.texinfo (Watchpoints): Delete
6814 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
6815
7e8dc855
NR
68162006-02-10 Nick Roberts <nickrob@snap.net.nz>
6817
6818 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
6819 times fields where needed. Fix typos. Update general form given
6820 for output of -break-insert.
6821 (GDB/MI): Abbreviate some unnecessarily long fullnames.
6822
c91d38aa
DJ
68232006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
6824
6825 * gdbint.texinfo (Symbol Handling): Add a section
6826 on memory management.
6827
38fcd64c
DJ
68282006-02-06 Vladimir Prus <ghost@cs.msu.su>
6829
6830 * gdb.texinfo (Breakpoint table commands): Document the fullname
6831 field in -break-list output.
6832
219eec71
EZ
68332006-02-03 Eli Zaretskii <eliz@gnu.org>
6834
6835 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
6836 debugging information produced by the various "set debug..."
6837 options.
6838
ae5a43e0
DJ
68392006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6840
6841 * gdb.texinfo (Files): Remove obsolete bits from the description
6842 of "symbol-file".
6843
a9f158ec
JB
68442006-01-25 Jim Blandy <jimb@redhat.com>
6845
6846 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
6847
410dd08e
JB
68482006-01-24 Jim Blandy <jimb@redhat.com>
6849
6850 * gdbint.texinfo (Frames): Document the basics of GDB's register
6851 unwinding model, and explain the existence of the "sentinel" frame.
6852
4b505b12
AS
68532006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
6854
6855 * gdb.texinfo (Choosing files): Mention that -directory is used
6856 for script files.
6857 (Specifying source directories): Likewise.
6858 (Command files): Explain how script files are found.
6859
839c27b7
EZ
68602006-01-21 Eli Zaretskii <eliz@gnu.org>
6861
6862 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
6863 the threads in a multi-threaded program.
6864 (Threads): The threadno argument of "thread apply" can be a range
6865 of numbers.
6866
7be93b9e
JB
68672006-01-18 Jim Blandy <jimb@redhat.com>
6868
6869 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
6870 of warning flags.
6871
fcc73fe3
EZ
68722006-01-13 Eli Zaretskii <eliz@gnu.org>
6873
6874 * gdb.texinfo (Sequences): Improve menu annotations.
6875 (Define): Add index entries for arguments of user-defined
6876 commands. Move the description of flow-control commands...
6877 (Command Files): ...to here. Document loop_break and
6878 loop_continue.
ca91424e
EZ
6879 (Define, Command Files): Document `end' and add index entries for
6880 it.
fcc73fe3 6881
5c95884b
MS
68822006-01-04 Michael Snyder <msnyder@redhat.com>
6883
6884 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 6885 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 6886
860701dc
PH
68872006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
6888
6889 * gdb.texinfo (Omissions from Ada): Document that there is now
6890 limited aggregate support.
6891
36b80e65
EZ
68922005-12-28 Eli Zaretskii <eliz@gnu.org>
6893
6894 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
6895 registers and the likes.
6896
c1468174
EZ
68972005-12-24 Eli Zaretskii <eliz@gnu.org>
6898
6899 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
6900 (Symbols): Fix usage of "e.g.".
359df76b 6901 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
6902
6903 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
6904 (Coding): Fix usage of "e.g.".
6905
c02a867d
EZ
69062005-12-23 Eli Zaretskii <eliz@gnu.org>
6907
5ae4183a
AS
6908 * stabs.texinfo:
6909 * refcard.tex:
c02a867d 6910 * gpl.texi:
5ae4183a
AS
6911 * gdbint.texinfo:
6912 * gdb.texinfo:
6913 * gdb-cfg.texi:
c02a867d 6914 * fdl.texi:
5ae4183a
AS
6915 * annotate.texinfo:
6916 * all-cfg.texi:
c02a867d
EZ
6917 * Makefile.in: Add (C) after Copyright. Update the FSF
6918 address.
6919
fad38dfa
EZ
69202005-12-03 Eli Zaretskii <eliz@gnu.org>
6921
6922 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
6923 extend GDB with commands for external monitor.
6924
53e5f3cf
AS
69252005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
6926
6927 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
6928
55f6ca0f
JB
69292005-11-25 Joel Brobecker <brobecker@adacore.com>
6930
6931 * gdbint.texinfo (Start of New Year Procedure): New chapter.
6932
c1947b85
JB
69332005-11-21 Jim Blandy <jimb@redhat.com>
6934
6935 * gdb.texinfo (Tracepoint Packets): Document restrictions on
6936 placement of 'R' actions in tracepoint action packets; document
6937 dependence of 'X' and 'M' actions on a preceding 'R' action for
6938 their registers.
6939
9d29849a
JB
69402005-11-19 Jim Blandy <jimb@redhat.com>
6941
6942 * gdb.texinfo (Tracepoint Packets): New node.
6943 (General Query Packets): Add entries for the tracepoint packets,
6944 referring to the "Tracepoint Packets" node.
6945 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 6946
9a6253be
KB
69472005-11-18 Kevin Buettner <kevinb@redhat.com>
6948
6949 * gdb.texinfo (set remotebreak): Add anchor.
6950 (X packet): Likewise.
6951 (Remote Protocol): Add new section `Interrupts' and new index
6952 entry `interrupts (remote protocol)'.
6953
5f3bebba
JB
69542005-11-18 Jim Blandy <jimb@redhat.com>
6955
6956 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
6957 entries into the General Query Packets section. Add a
6958 cross-reference to that section. Drop description of replies, as
6959 these are covered in the descriptions of each packet.
6960 (General Query Packets): Add introductory text. Explain naming
6961 conventions, and how the end of a name is recognized.
6962
9a7a1b36
KB
69632005-11-17 Kevin Buettner <kevinb@redhat.com>
6964
0564b6cf 6965 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
6966 "set remotebreak" command.
6967
b8ff78ce
JB
69682005-11-16 Jim Blandy <jimb@redhat.com>
6969
6970 * gdb.texinfo (Packets, Stop Reply Packets)
6971 (General Query Packets): Various formatting cleanups.
6972 - Use @samp for packet contents.
6973 - Drop summaries from packet @item lines; the same information appears
6974 immediately below in the description.
6975 - Delete paragraph breaks after packet @item commands, so that the
6976 description appears directly to the right of the packet prototype
6977 in the printed manual, if it fits.
6978 - Place spaces in packet prototypes between @vars and non-@var
6979 letters, and explain that they're just for formatting.
6980 - Use @dots{} instead of '...'.
6981 - Fix uses of @code where @var was needed.
6982 - Replace "deprecated" markers with English text spelling out the
6983 packet's status and the preferred alternatives.
6984 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
6985 what this ever meant.
6986 - Remove "(draft)" markers on 'i' packets; nobody has commented on
6987 this for a long time.
6988 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
6989 implemented several times, and have been in use for years.
6990
8ffe2530
JB
69912005-11-15 Jim Blandy <jimb@redhat.com>
6992
c43c5473
JB
6993 * gdb.texinfo (Packets): Add index entries for 'm' packet
6994 disclaimers.
5ae4183a 6995
fb031cdf
JB
6996 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
6997 of stub when processing an 'm' packet.
6998
8ffe2530
JB
6999 * gdb.texinfo (Packets): Mention that packets beginning with
7000 letters are reserved once, at the top, instead of actually listing
7001 them all and saying "reserved".
7002
c03c782f
AS
70032005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
7004
7005 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
7006 Change @var{$arg0 to @code{$arg0.
7007
814e32d7
WZ
70082005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
7009
7010 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
7011
fa93a9d8
JB
70122005-11-12 Jim Blandy <jimb@redhat.com>
7013
7014 * gdb.texinfo (General Query Packets): Put packets in alphabetical
7015 order. Remove extraneous 'z'.
7016
8a5a3c82
AS
70172005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
7018
7019 * gdb.texinfo (Choosing files): Add --eval-command.
7020
4b0ad762
AS
70212005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
7022
7023 * gdb.texinfo (Choosing modes): Add --return-child-result.
7024
7025
1a088d06
AS
70262005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
7027
7028 * gdb.texinfo (Choosing modes): Add --batch-silent.
7029
656d5e12
EZ
70302005-10-28 Eli Zaretskii <eliz@gnu.org>
7031
7032 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
7033 "The -var-update Command".
7034
3c9c013a
JB
70352005-10-03 Joel Brobecker <brobecker@adacore.com>
7036
7037 * gdb.texinfo (Print Settings): Add documentation for set/show
7038 print array-indexes.
7039
7ba3cf9c
DJ
70402005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
7041
7042 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
7043 6.2 and 6.3.
7044
a94ab193
EZ
70452005-08-27 Eli Zaretskii <eliz@gnu.org>
7046
7047 * gdb.texinfo (File Options): Don't document --mapped, it's gone
7048 since 19-Jan-2004.
7049 (Files): Likewise.
ab1adacd
EZ
7050 (Variables, Symbols): Document the "<incomplete type>" message and
7051 its reasons.
a94ab193 7052
ca06016a
FF
70532005-08-01 Fred Fish <fnf@specifix.com>
7054
7055 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
7056
cf58170d
NR
70572005-07-15 Nick Roberts <nickrob@snap.net.nz>
7058
7059 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
7060 option for -var-list-children and -var-update.
7061 (GDB/MI Stack Manipulation): Simplify description of
7062 print-values option for -stack-list-locals.
7063 (GDB/MI Command Description Format): Clarify.
7064 (Mode Options): Spelling of superseded.
7065
38f1196a
BR
70662005-07-12 Bob Rossi <bob@brasko.net>
7067
7068 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
7069 corresponding GDB command comment.
7070
3cb3b8df
BR
70712005-07-06 Bob Rossi <bob@brasko.net>
7072
7073 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
7074 and -inferior-tty-show.
7075 (Input/Output): Document "set/show inferior-tty" and tty alias.
7076
10fac096
NW
70772005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
7078
7079 * gdb.texinfo (Packets): Change description of 'D' packet to note
7080 that GDB does wait for a response.
7081
d1b6db76
NR
70822005-06-22 Nick Roberts <nickrob@snap.net.nz>
7083
7084 * gdb.texinfo (History) Rename "Command History".
7085 (Command History): Move node "Server Prefix" from section on
7086 Annotations here.
7087
29629dcf
NR
70882005-06-19 Nick Roberts <nickrob@snap.net.nz>
7089
7090 * gdb.texinfo (GDB/MI Stack Manipulation):
7091 Re-instate -stack-info-frame with example. Say that it gets
7092 info on selected frame, not current frame.
7093
397ca115
EZ
70942005-06-18 Eli Zaretskii <eliz@gnu.org>
7095
7096 * gdb.texinfo (Server): Clarify that `file' should be used before
7097 connecting to the server.
7098 (Files): Add an xref to the above description.
51274035
EZ
7099 (Output Formats): More detailed description of the `c' format.
7100 (Memory): List explicitly all the formats supported by `x'.
638ac427 7101 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 7102 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
7103 files. Add more indexing for solib-absolute-prefix and
7104 --with-sysroot.
76d17f34
EZ
7105 (Machine Code): Document possible problems with locations in
7106 shared libraries.
d416eeec
EZ
7107 (Backtrace): Document that free-standing environments do not need
7108 to have a `main' function.
397ca115 7109
74f6deaa
NR
71102005-06-18 Nick Roberts <nickrob@snap.net.nz>
7111
7112 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
7113 -stack-info-frame.
7114
a9967aef
AC
71152005-06-07 Andrew Cagney <cagney@gnu.org>
7116
7117 * gdb.texinfo (Contributors): Note the original multi-arch
7118 contributors.
7119
e09f16f9
EZ
71202005-06-03 Eli Zaretskii <eliz@gnu.org>
7121
7122 * gdb.texinfo (Registers): Add index entries for the standard
7123 registers.
7124 (Frames): Add cross-reference from frame pointer description to
7125 the Registers node.
7126 (Annotations Overview): Fix the reference to GDB name.
7127
d87ba7ee
EZ
71282005-06-01 Eli Zaretskii <eliz@gnu.org>
7129
7130 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
7131 can-use-hw-watchpoints.
7132
034dad6f
BR
71332005-05-28 Bob Rossi <bob@brasko.net>
7134
7135 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
7136 the possible reasons why an exec async record would be returned to FE.
7137
ffed4509
AC
71382005-05-26 Andrew Cagney <cagney@gnu.org>
7139
7140 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
7141 Andrew Cagney implemented the original GDB/MI.
7142
e22e55c9
OF
71432005-05-23 Orjan Friberg <orjanf@axis.com>
7144
7145 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
7146 documentation. Add documentation for cris-mode.
7147
a78e13ce
EZ
71482005-05-20 Eli Zaretskii <eliz@gnu.org>
7149
7150 * gdb.texinfo (Numbers): Explain the example and make the wording
7151 more acurate.
7152
76ff342d
DJ
71532005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
7154 Dennis Brueni <dennis@slickedit.com>
7155
7156 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
7157 (GDB/MI Data Manipulation, GDB/MI Program Control)
7158 (GDB/MI Stack Manipulation): Update examples to include the fullname
7159 attribute in stack frames.
7160
119b882a
EZ
71612005-05-12 Eli Zaretskii <eliz@gnu.org>
7162
7163 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
7164 do with other non-standard names of init files.
7165
6fc08d32
EZ
71662005-05-11 Eli Zaretskii <eliz@gnu.org>
7167
7168 * gdb.texinfo (Command Files): Move the description of the startup
7169 from here...
7170 (Startup): ...to this new subsection of the Invocation chapter.
7171 Rearrange the description of init files more logically and add a
7172 cross-reference to "Command Files". Document the special gdbinit
7173 name for CISCO 68k. Expand the description of what GDB does
7174 during startup.
7175 (History): Add index entry for HISTSIZE.
7176
a561754a
MK
71772005-05-02 Mark Kettenis <kettenis@gnu.org>
7178
7179 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
7180
2eecc4ab
EZ
71812005-05-02 Eli Zaretskii <eliz@gnu.org>
7182
7183 * gdb.texinfo (SVR4 Process Information, The isatty call)
7184 (The system call): Don't use foo(N) notation for man pages and
7185 functions.
514c4d71 7186 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 7187
18999be5
EZ
71882005-04-27 Eli Zaretskii <eliz@gnu.org>
7189
7190 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
7191 were optimized away.
7192
0abb7bc7
EZ
71932005-04-22 Eli Zaretskii <eliz@gnu.org>
7194
7195 * gdb.texinfo (Remote configuration): Document "set/show
7196 get-thread-local-storage-address". Add cross-reference to the
7197 description of the qGetTLSAddr packet.
7198 (General Query Packets): Mention "set remote
7199 get-thread-local-storage-address" and add a reference to its
7200 description.
7201
6f61acb1
NR
72022005-04-19 Nick Roberts <nickrob@snap.net.nz>
7203
7204 * gdb.texinfo (Backtrace): Describe 'bt full'.
7205
9d59903a
NR
72062005-04-17 Nick Roberts <nickrob@snap.net.nz>
7207
7208 * gdb.texinfo (Mode Options): Fix typo.
7209 (GDB/MI): Describe how to invoke GDB/MI.
7210
721c2651
EZ
72112005-04-16 Eli Zaretskii <eliz@gnu.org>
7212
7213 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 7214 references changed. Add description of "info udot".
721c2651
EZ
7215 (Files): Document "set/show stop-on-solib-events".
7216 (M32R/D): Document "set/show download-path", "set/show
7217 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
7218 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
7219 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
7220 (Maintenance Commands): Improve indexing.
7221 (Target Commands): Document "set/show hash", "set/show debug
7222 monitor".
7223 (SVR4 Process Information): Document "info pidlist" and "info
7224 meminfo". Document "set/show procfs-tarce" and "set/show
7225 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
7226 (Symbols, The Print Command with Objective-C): Improve indexing.
7227 (Objective-C): Add references to "info classes" and "info
7228 selectors".
c45da7e6
EZ
7229 (Debugging Output): Improve wording. Document "set/show debug
7230 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
7231 (Set Breaks): Add index entry for "hardware breakpoints".
7232 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
7233 and "set/show usehardbreakpoints".
7234 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
7235 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
7236 (ARM): Document "rdilogfile", "rdilogenable", "set/show
7237 rdiromatzero", "set/show rdiheartbeat".
7238 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
7239 "sds".
7240 (Embedded Processors): Document the "sim" command.
7241 (Remote): Document the "remote" command.
7242 (DJGPP Native): Document the "info serial" command.
7243 (Threads): Document "maint info sol-threads".
7244 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
7245 (Set Breaks): Improve indexing.
7246 (Command Syntax): Add a reference to dont-repeat.
7247 (Define): Document "dont-repeat".
7248 (TUI Commands): Document "tabset".
7249 (WinCE): New subsection. Document "set/show remotedirectory",
7250 "set/show remoteupload", "set/show remoteaddhost".
721c2651 7251
14d6dd68
EZ
72522005-04-15 Eli Zaretskii <eliz@gnu.org>
7253
7254 * gdb.texinfo (Hurd Native): New subsection, documents
7255 Hurd-specific commands.
a64548ea 7256 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 7257 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
7258 (MIPS): Improve documentation of heuristic-fence-post. Document
7259 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
7260 mips stack-arg-size", "set/show mips mask-address", "set/show mips
7261 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 7262 (ARM): Document ARM-specific commands.
a64548ea
EZ
7263 (AVR): New section. Document "info io_registers".
7264 (CRIS): New section. Document "set/show cris-version" and
7265 "set/show cris-dwarf2-cfi".
7266 (HPPA): New section. Document "set/show debug hppa" and "maint
7267 print unwind".
a5adf40f 7268 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 7269 (Super-H): New section. Document the "regs" command.
721c2651 7270 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 7271
9c16f35a
EZ
72722005-04-09 Eli Zaretskii <eliz@gnu.org>
7273
7274 * gdb.texinfo (Print Settings): Document "set/show print
7275 pascal_static-members", "set print repeats", "show print
7276 null-stop". Improve indexing. Fix documentation of "set print
7277 union".
7278 (Pascal): New section.
7279 (Supported languages): Rename from "Support"; all references
7280 updated. Add a menu item for Pascal.
7281 (Numbers): Document "set radix.
7282 (Screen Size): Document "set/show pagination".
7283 (MIPS Embedded): Remove "set processor" documentation.
7284 (Remote configuration): Document "set/show X/P/Z-packet",
7285 "set/show read-aux-vector-packet", "set/show remote
7286 symbol-lookup-packet", "set/show remote verbose-resume-packet",
7287 "set/show remoteaddresssize", "set/show remotebaud", "set/show
7288 remotedebug", "set/show remotebreak", "set/show remotedevice",
7289 "set/show remotelogfile".
7290 (Auxiliary Vector): Add reference to the description of the
7291 read-aux-vector-packet setting.
7292 (Set Watchpoints): Add a cross-reference to "set remote
7293 hardware-breakpoint-limit".
7294 (General Query Packets): Add indexing of requests and
7295 cross-references to related commands in "Remote configuration".
7296 (File-I/O Overview, The system call): Fix wording and typos.
7297 (Thread Stops): Add index entries.
7298 (Continuing and Stepping): Document "show step-mode".
7299 (i386): New node. Document "set/show struct-convention".
7300 (Files): Document "show trust-readonly-sections".
7301 (Calling): Document "set/show unwindonsignal".
7302 (Messages/Warnings): Add index entries.
7303 (Maintenance Commands): Document "set/show watchdog".
7304 (Annotations Overview): Document "show annotate".
7305 (Set Watchpoints): Add index entries.
7306 (Symbols): Fix doc of case-sensitive.
7307 (ABI): Document "show coerce-float-to-double".
7308 (Convenience Vars, Help): Improve indexing.
7309 (Machine Code): Document "show disassembly-flavor".
7310 (Debugging C plus plus): Document "show overload-resolution".
7311 (Value History, Signaling): Add index entries.
7312
73132005-04-08 Eli Zaretskii <eliz@gnu.org>
7314
7315 * gdb.texinfo (Show): Move @kindex entries to their proper places.
7316 (Processes): Fix wording.
7317 (History, List, Logging output, Define, Symbols, Print Settings):
7318 Improve indexing.
7319
a8f24a35
EZ
73202005-04-03 Eli Zaretskii <eliz@gnu.org>
7321
7322 * gdb.texinfo (Targets): Document "set/show architecture". Remove
7323 redundant index entry for "target" command.
7324 (Backtrace): Add index entries.
7325 (Symbols, Fortran): Document the "set case-sensitive" command.
7326 (DJGPP Native): Document "set com1base", "set com1irq", etc.
7327 (Print Settings): Add index entry for "set demangle-style".
7328 (Target Commands): Document "set download-write-size".
7329 (Debugging Output): Document "set exec-done-display".
7330
09d4efe1
EZ
73312005-04-02 Eli Zaretskii <eliz@gnu.org>
7332
7333 * gdb.texinfo (Files): Fix the name and documentation of
7334 add-shared-symbol-files. Document its alias assf. Update the
7335 list of OSs where GDB supports shared libraries. Fix markup.
7336 (Continuing and Stepping): Add reference to @var{location} in the
7337 text.
7338 (Dump/Restore Files): Fix reference to @{filename}.
7339 (Help): Fix wording.
7340 (Attach): Ditto.
7341 (Set Watchpoints): Ditto.
7342 (Backtrace): Remove redundant index entries. Improve index
7343 entries.
7344 (Delete Breaks): Fix wording.
7345 (Memory): Document the compare-sections command.
7346 (Memory Region Attributes): Improve wording.
7347 (Disabling): Improve wording.
7348 (Fortran): New subsection. Document the "info common" command.
7349 (Help): Document aliases "info copying" and "info warranty".
7350 (Caching Remote Data): New section. Document the "set/show
7351 remotecache" and "info dcache" commands.
7352 (Show): Fix wording of the documentation of the "set
7353 extension-language" command.
7354 (Signals): Add index entry for "info handle".
7355 (Memory Region Attributes): Fix punctuation.
7356 (Symbols): Change the arg name to "location" and refer to it in
7357 the text. Fix wording of "info types" doc.
7358 (Threads): Fix usage of @enumerate @item's.
7359 (Listing Tracepoints): Add index entry for "info tp".
7360 (Set Watchpoints): Add xref to "info break" description.
7361 (Macros): Add an index entry for "macro exp1". Document the
7362 "macro list" command.
7363 (Maintenance Commands): Document "flushregs", "maint agent",
7364 "maint check-symtabs", "maint cplus", "maint demangle", "maint
7365 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
7366 "maint print architecture", "maint print objfiles", "maint print
7367 statistics", "maint print type", "maint show-debug-regs", "maint
7368 space", "maint time", and "maint translate-address".
7369 (Connecting): Document the "monitor" command.
7370 (Annotations Overview): Describe the "set annotate" command.
7371
82f2d802
EZ
73722005-04-01 Eli Zaretskii <eliz@gnu.org>
7373
7374 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
7375 Rearrange index entries and improve wording about support for
7376 hardware watchpoints.
7377
7d51c7de
BR
73782005-03-10 Bob Rossi <bob@brasko.net>
7379
7380 * gdb.texinfo: Update copyright
7381
68c71a2e
TR
73822005-02-09 Theodore A. Roth <troth@openavr.org>
7383
7384 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
7385 error.
7386
83761cbd
KB
73872005-02-03 Kevin Buettner <kevinb@redhat.com>
7388
7389 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
7390
9f1c6395
MS
73912005-01-17 Michael Snyder <msnyder@redhat.com>
7392
7393 * gdb.texinfo: Fix spelling, infinte -> infinite.
7394
fbd1b305
MK
73952005-01-08 Mark Kettenis <kettenis@gnu.org>
7396
7397 * observer.texi (GDB Observers): Document "solib_loaded".
7398
3ace7edb
AC
73992005-01-07 Andrew Cagney <cagney@gnu.org>
7400
bec39cab
AC
7401 * configure.ac: Rename configure.in, require autoconf 2.59.
7402 * configure: Re-generate.
7403
3ace7edb
AC
7404 * configure.in: Replace configdirs with multiple references to
7405 AC_CONFIG_SUBDIRS.
7406 * configure: Re-generate.
5ae4183a 7407
53531fc1
AC
74082005-01-04 Andrew Cagney <cagney@gnu.org>
7409
7410 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
7411 part of the version number.
7412
536ffdb7
MK
74132004-12-24 Mark Kettenis <kettenis@gnu.org>
7414
7415 * gdbint.texinfo (Algorithms): Remove description of
7416 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
7417
e1aac25b
JB
74182004-12-07 Jim Blandy <jimb@redhat.com>
7419
7420 * gdb.texinfo (General Query Packets): Specify that thread ID's in
7421 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
7422 numbers.
7423
f47b1503
AS
74242004-12-07 Andreas Schwab <schwab@suse.de>
7425
7426 * gdb.texinfo (Mode Options): Document -l option.
7427
b6b8ece6
EZ
74282004-12-04 Eli Zaretskii <eliz@gnu.org>
7429
7430 * gdbint.texinfo (Algorithms): More accurate description of
7431 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
7432 is not needed unless data-read and data-access watchpoints are
7433 supported. Add a description of how GDB checks whether the
7434 inferior stopped because a watchpoint was hit.
7435
01371747
EZ
74362004-11-23 Eli Zaretskii <eliz@gnu.org>
7437
7438 * gdb.texinfo (Files): Add cross-reference to description of
7439 -readnow command-line switch.
7440
2315ffec
RC
74412004-11-10 Randolph Chung <tausq@debian.org>
7442
7443 * gdb.texinfo: Document set/show backtrace past-entry commands.
7444 Rearrange index entries for set/show backtrace past-main.
7445
69065f5d
AC
74462004-11-10 Jon Beniston <jon@beniston.com>
7447
7448 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
7449 * gdb.texinfo (Remote Serial Protocol): Further describe
7450 binary transfer escaping mechanism .
69065f5d 7451
30e91e0b
RC
74522004-11-08 Randolph Chung <tausq@debian.org>
7453
7454 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
7455 and "show debug infrun". Add index entries.
7456
60bf7e09
EZ
74572004-10-23 Eli Zaretskii <eliz@gnu.org>
7458
7459 * gdb.texinfo (SVR4 Process Information): Document subcommands of
7460 "info proc" that are already implemented. Add index entries.
7461 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
7462 (Files): Add a tip for decreasing memory used for symtabs from
7463 shared libraries.
f018e82f
EZ
7464 (Starting): Fix whitespace; make "elaboration" stand out where it
7465 is first used, and add an index entry for the term.
f8568604
EZ
7466 (Calling): Expand and elaborate text. Add "print". Add the
7467 description of problems with weak aliases.
384ee23f 7468 (Core File Generation): New section.
60bf7e09 7469
d52fe014
AC
74702004-10-12 Andrew Cagney <cagney@gnu.org>
7471
7472 * gdbint.texinfo (Versions and Branches): New chapter.
7473 (Releasing GDB): Delete "Versions and Branches" section.
7474 (Top): Add "Versions and Branches".
7475
703663ab
EZ
74762004-10-08 Eli Zaretskii <eliz@gnu.org>
7477
7478 * gdb.texinfo (Editing, History): Add cross-references to the
7479 included Readline and History user documentation. Remove
7480 references to the symbol have-readline-appendices which is unused
7481 and undefined.
7482 (History): Fix indexing.
7483
ac77d04f
JJ
74842004-10-08 Jeff Johnston <jjohnstn@redhat.com>
7485
7486 * gdbint.texinfo (target_stopped_data_address): Update to
7487 new prototype.
7488 (i386_stopped_data_address): Update prototype and description.
7489 (i386_stopped_by_watchpoint): New function and description.
7490
e07c999f
PH
74912004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
7492
7493 * gdb.texinfo (Filenames): Add Ada suffixes.
7494 (Ada) New section.
7495
2e868123
AC
74962004-09-27 Andrew Cagney <cagney@gnu.org>
7497 Robert Picco <Robert.Picco@hp.com>
7498
7499 * gdb.texinfo (Packets): Document the "p" packet.
7500
02a57714
JM
75012004-09-21 Jason Molenda (jmolenda@apple.com)
7502
7503 * gdb.texinfo (Paths and Names of the Source Files): Document the
7504 meaning of values in the 'desc' field of a SO stab.
7505
ae038cb0
DJ
75062004-09-20 Daniel Jacobowitz <dan@debian.org>
7507
7508 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
7509 max-cache-age" and "maint show dwarf2 max-cache-age".
7510
f7dc1244
EZ
75112004-09-16 Eli Zaretskii <eliz@gnu.org>
7512
7513 * gdb.texinfo (Set Breaks): Add index entry for setting
7514 breakpoints on overloaded C++ functions that are not members of
7515 any classes. Add an example and an index entry for setting
7516 breakpoints on all program functions.
7517 (Character Sets, Macros, Overlay Commands)
7518 (Non-debug DLL symbols, GDB/MI Output Syntax)
7519 (Annotations Overview, Maintenance Commands, File-I/O Overview):
7520 Use "(@value{GDBP})" instead of a literal "(gdb)".
7521
f810308b
AC
75222004-09-12 Andrew Cagney <cagney@gnu.org>
7523
7524 * gdbint.texinfo (Native Debugging): Delete description of
7525 FILES_INFO_HOOK.
7526
15a661f3
PH
75272004-09-11 Paul Hilfinger <hilfinger@gnat.com>
7528
5ae4183a
AS
7529 * gdbint.texinfo (User Interface): Change local_hex_string_custom
7530 to hex_string_custom (not historically correct, but more
15a661f3
PH
7531 understandable, given the current code).
7532
f3219c75
AC
75332004-09-03 Andrew Cagney <cagney@gnu.org>
7534
7535 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
7536
f3bb6704
JJ
75372004-09-01 Jeff Johnston <jjohnstn@redhat.com>
7538
7539 * observer.texi (solib_unloaded): New observer.
7540
8d2c00cb
AC
75412004-08-24 Andrew Cagney <cagney@gnu.org>
7542
7543 * gdbint.texinfo (Target Architecture Definition): Add missing
7544 comma.
7545
e7dc800a
MC
75462004-08-20 Michael Chastain <mec.gnu@mindspring.com>
7547
7548 * (Using the Testsuite): build != host is supported,
7549 but some test scripts do not support build != host.
7550
73b03683
MK
75512004-08-14 Mark Kettenis <kettenis@gnu.org>
7552
7553 * gdbint.texinfo (Host Definition): Delete description of
7554 FCLOSE_PROVIDED and GETENV_PROVIDED.
7555
c0ccb908
MK
75562004-08-05 Mark Kettenis <kettenis@chello.nl>
7557
7558 * gdbint.texinfo (Host Definition): Delete description of
7559 NO_SYS_FILE.
7560 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
7561 PTRACE_FP_BUG.
7562
9c8dbfa9
AC
75632004-08-05 Andrew Cagney <cagney@gnu.org>
7564
7565 * gdbint.texinfo (Target Architecture Definition): Delete
7566 reference to deprecated_read_fp.
7567
f42accbe
AC
75682004-08-02 Andrew Cagney <cagney@gnu.org>
7569
7570 * gdbint.texinfo (Target Architecture Definition): Delete
7571 description of DEPRECATED_REGISTER_BYTES.
7572
0b66e38c
EZ
75732004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
7574
7575 * gdb.texinfo (Source Path): Document the new behavior of
7576 searching for the source files.
7577
15387254
EZ
75782004-07-17 Eli Zaretskii <eliz@gnu.org>
7579
7580 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
7581 (Search, Expressions, Arrays, Variables, Data, Machine Code)
7582 (Auto Display): Improve indexing.
7583
2c07db7a
AC
75842004-07-16 Andrew Cagney <cagney@gnu.org>
7585
7586 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
7587 "-noasync".
7588
4644b6e3
EZ
75892004-07-09 Eli Zaretskii <eliz@gnu.org>
7590
7591 * gdb.texinfo: Fix @kindex entries so that multiple commands that
7592 have the same prefix have only their prefix in the index.
7593
7561d450
MK
75942004-07-03 Mark Kettenis <kettenis@gnu.org>
7595
7596 * gdb.texinfo (BSD libkvm Interface): New node (section)
7597 (Native): Add it to the menu.
7598
67bebe79
MK
75992004-07-01 Mark Kettenis <kettenis@gnu.org>
7600
7601 * gdbint.texinfo (Target Architecture Definition): Remove
7602 PCC_SOL_BROKEN.
7603
1a6923e0
MK
76042004-06-24 Mark Kettenis <kettenis@gnu.org>
7605
7606 * gdbint.texinfo (Target Architecture Definition): Remove
7607 SUN_FIXED_LBRAC_BUG.
7608
b435e160
AC
76092004-06-26 Andrew Cagney <cagney@gnu.org>
7610
7611 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
7612
b5622e8d
AC
76132004-06-20 Andrew Cagney <cagney@gnu.org>
7614
7615 * gdbint.texinfo (Target Architecture Definition): Deprecate
7616 USE_STRUCT_CONVENTION.
7617
e0c07bf0
MC
76182004-06-19 Michael Chastain <mec.gnu@mindspring.com>
7619
7620 gdb.texinfo (Bug Reporting): Mention session recording,
7621 with the script command or Emacs.
7622
782263ab
AC
76232004-06-18 Andrew Cagney <cagney@gnu.org>
7624
7625 * gdbint.texinfo (Target Architecture Definition): Deprecate
7626 FUNCTION_START_OFFSET.
7627
03727ca6
AC
76282004-06-14 Andrew Cagney <cagney@gnu.org>
7629
7630 Based on changes from Karl Berry.
7631 * gdb.texinfo: Do not use @sc in a direntry.
7632 * stabs.texinfo: Change @dircateogry to "Software development".
7633 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
7634
97092415
AC
76352004-06-13 Andrew Cagney <cagney@gnu.org>
7636
7637 * gdbint.texinfo (Target Architecture Definition): Delete
7638 description of RETURN_VALUE_ON_STACK.
7639
1f6d4158
AC
76402004-06-09 Andrew Cagney <cagney@gnu.org>
7641
7642 * gdbint.texinfo (Native Debugging): Restore "@table @code"
7643 deleted by previous patch.
7644
d966f0cb
AC
76452004-06-08 Andrew Cagney <cagney@gnu.org>
7646
7647 * gdbint.texinfo (Native Debugging): Delete documentation on
7648 ATTACH_DETACH.
7649
86fe4aaa
RC
76502004-06-06 Randolph Chung <tausq@debian.org>
7651
7652 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
7653
d4b6d575
RC
76542004-06-06 Randolph Chung <tausq@debian.org>
7655
5ae4183a 7656 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
7657 the new push_dummy_call method signature. Describe the function
7658 argument.
7659
4e8b0763
JB
76602004-05-24 Joel Brobecker <brobecker@gnat.com>
7661
7662 * gdb.texinfo (Starting): Document new start command.
7663
59caf092
AC
76642004-05-21 Andrew Cagney <cagney@redhat.com>
7665
7666 * observer.texi (GDB Observers): Document "inferior_created".
7667
e4a2df64
AC
76682004-05-08 Andrew Cagney <cagney@redhat.com>
7669
e6b55ae2
AC
7670 * gdbint.texinfo (Target Architecture Definition): Delete
7671 description of DO_DEFERRED_STORES.
7672
28954179
AC
7673 * gdbint.texinfo (Target Architecture Definition): Delete
7674 references to DEPRECATED_FIX_CALL_DUMMY.
7675
434b87dd
AC
7676 * gdbint.texinfo (Target Architecture Definition): Delete
7677 description of DEPRECATED_CALL_DUMMY_WORDS,
7678 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
7679
58d28df8
AC
7680 * gdbint.texinfo (Target Architecture Definition): Delete
7681 description of DEPRECATED_PUSH_DUMMY_FRAME.
7682
e4a2df64
AC
7683 * gdbint.texinfo (Target Architecture Definition): Delete
7684 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
7685
2b4855ab
AC
76862004-05-07 Andrew Cagney <cagney@redhat.com>
7687
7688 * observer.texi (GDB Observers): Add "Debugging" section. Include
7689 cross reference to "set/show debug observer".
7690 * gdb.texinfo (Debugging Output): Document "set/show debug
7691 observer".
7692
fcf70625
AC
76932004-05-01 Andrew Cagney <cagney@redhat.com>
7694
7695 * gdbint.texinfo (Target Architecture Definition): Delete
7696 description of DEPRECATED_PC_IN_SIGTRAMP.
7697
8ee56bcf
AC
76982004-04-30 Andrew Cagney <cagney@redhat.com>
7699
7700 * gdbint.texinfo (Target Architecture Definition): Delete
7701 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
7702
67ab9a76
OF
77032004-04-30 Orjan Friberg <orjanf@axis.com>
7704
7705 * observer.texi (GDB Observers): Correct spelling.
7706
79346bcb
OF
77072004-04-26 Orjan Friberg <orjanf@axis.com>
7708
7709 * observer.texi (GDB Observers): Add target_changed event.
7710
7a464420
AC
77112004-04-08 Andrew Cagney <cagney@redhat.com>
7712
7713 * observer.texi (GDB Observers): Rework, provide generic observer
7714 definitions and then a list of observable events.
7715
6cdf9d98
AC
77162004-04-04 Andrew Cagney <cagney@redhat.com>
7717
7718 * gdbint.texinfo (Host Definition): Delete reference to
7719 NO_SIGINTERRUPT.
7720
ddc135a4
AC
77212004-04-02 Andrew Cagney <cagney@redhat.com>
7722
7723 * gdbint.texinfo (Target Architecture Definition): Delete
7724 reference to DEPRECATED_CALL_DUMMY_LENGTH.
7725
6a1b180d
SC
77262004-03-28 Stephane Carrez <stcarrez@nerim.fr>
7727
7728 * gdb.texinfo (TUI Commands): Document tui reg commands.
7729
d0d5df6f
AC
77302004-03-26 Andrew Cagney <cagney@redhat.com>
7731
7732 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
7733 "gdbtui".
7734 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
7735 (Contributors): Mention both Text and Terminal User Interface.
7736
aa2a3f87
AC
77372004-03-23 Andrew Cagney <cagney@redhat.com>
7738
7739 * gdbint.texinfo (Target Architecture Definition): Deprecate
7740 references to SIGTRAMP_START and SIGTRAMP_END.
7741
f561f026
AC
77422004-03-23 Andrew Cagney <cagney@redhat.com>
7743
7744 * gdbint.texinfo (Target Architecture Definition): Deprecate
7745 references to PC_IN_SIGTRAMP.
7746
33cb8b0f
AC
77472004-03-19 Andrew Cagney <cagney@redhat.com>
7748
7749 * gdbint.texinfo (Target Architecture Definition): Delete
7750 reference to GDB_TARGET_IS_HPPA.
7751
fc989b7a
AC
77522004-03-18 Andrew Cagney <cagney@redhat.com>
7753
7754 * gdbint.texinfo (Coding): Update section on gdbarch_data,
7755 describe pre_init and post_init.
7756
701b08bb
DJ
77572004-03-09 Daniel Jacobowitz <drow@mvista.com>
7758
7759 * gdb.texinfo (Debugging Output): Document values for "set debug
7760 target".
7761
faae5abe
AC
77622004-02-28 Andrew Cagney <cagney@redhat.com>
7763
7764 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
7765
dd79a6cf
JJ
77662004-02-26 Jeff Johnston <jjohnstn@redhat.com>
7767
7768 * gdb.texinfo (breakpoints): Add information about the
7769 new "set breakpoint pending" and "show breakpoint pending"
7770 commands.
7771
e7f16015
AC
77722004-02-26 Andrew Cagney <cagney@redhat.com>
7773
7774 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
7775 in Per-architecture module data section.
7776
7161a3a6
RM
77772004-02-25 Roland McGrath <roland@redhat.com>
7778
7779 * gdb.texinfo (General Query Packets): Document qPart:... packets.
7780
2154891a
AC
77812004-02-24 Andrew Cagney <cagney@redhat.com>
7782
7783 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
7784 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
7785 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 7786
6c74ac8b
AC
77872004-02-17 Andrew Cagney <cagney@redhat.com>
7788
7789 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
7790
19772a2c
AC
77912004-02-16 Andrew Cagney <cagney@redhat.com>
7792
7793 * gdbint.texinfo (Target Architecture Definition): Deprecate
7794 FRAMELESS_FUNCTION_INVOCATION.
7795
c9830293
AC
77962004-02-16 Andrew Cagney <cagney@redhat.com>
7797
7798 * gdbint.texinfo (Coding): Mention -Wunused-function.
7799
b9d26eb9
AC
78002004-02-14 Andrew Cagney <cagney@redhat.com>
7801
7802 * gdbint.texinfo (Target Architecture Definition): Delete
7803 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
7804
49efadf5
EZ
78052004-02-12 Elena Zannoni <ezannoni@redhat.com>
7806
7807 * gdb.texinfo: Properly quote the name "C++".
7808 * gdbint.texinfo: Ditto.
7809 * stabs.texinfo: Ditto.
7810
1eb288ea
EZ
78112004-02-11 Elena Zannoni <ezannoni@redhat.com>
7812
7813 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
7814 minimal information about libiberty.
7815
e4937fc1
MC
78162004-02-06 Michael Chastain <mec.gnu@mindspring.com>
7817
7818 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
7819
a9331b3f
RM
78202004-02-04 Roland McGrath <roland@redhat.com>
7821
7822 * gdb.texinfo (Auxiliary Vector): New node (section).
7823 (Data): Add it to the menu.
7824
2650777c
JJ
78252004-02-02 Jeff Johnston <jjohnstn@redhat.com>
7826
7827 * gdb.texinfo (Breakpoints): Add information about pending
7828 breakpoint support.
7829
b4501125
AC
78302004-01-26 Andrew Cagney <cagney@redhat.com>
7831
7832 * gdb.texinfo (Overview): Delete references to the cisco protocol
7833 including the "N" response.
7834
74055713
AC
78352004-01-26 Andrew Cagney <cagney@redhat.com>
7836
7837 * gdbint.texinfo (Target Architecture Definition): Rename
7838 EXTRACT_STRUCT_VALUE_ADDRESS to
7839 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 7840
3bbe9696
EZ
78412004-01-24 Eli Zaretskii <eliz@gnu.org>
7842
7843 * gdb.texinfo (KOD): Document "show os". Add index entries for
7844 "set/show os" and "info cisco" commands.
7845
5843504f
EZ
78462004-01-21 Eli Zaretskii <eliz@gnu.org>
7847
7848 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
7849
9175c9a3
MC
78502004-01-19 Michael Chastain <mec.gnu@mindspring.com>
7851
7852 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
7853 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
7854
8e94b928
NR
78552004-01-19 Nick Roberts <nick@nick.uklinux.net>
7856
7857 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
7858 -stack-list-locals.
7859 (GDB/MI Variable Objects): Describe extension to
7860 -var-list-children.
7861
a20cf136
DJ
78622004-01-17 Daniel Jacobowitz <drow@mvista.com>
7863
7864 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
7865
afb18d0f
AC
78662004-01-17 Andrew Cagney <cagney@redhat.com>
7867
7868 * gdbint.texinfo (Target Architecture Definition): Delete
7869 documentation on DEPRECATED_NPC_REGNUM.
7870
b51970ac
DJ
78712004-01-13 Daniel Jacobowitz <drow@mvista.com>
7872
7873 * gdb.texinfo: Update copyright year. Mention that set
7874 follow-fork-mode is supported on GNU/Linux. Remove documentation of
7875 "set follow-fork-mode ask".
7876
0f0cffd2
AC
78772004-01-13 Andrew Cagney <cagney@redhat.com>
7878
7879 * gdbint.texinfo: Update copyright year.
7880 (Coding): Add -Wunused-label to list of -Werror warnings.
7881
c552b3bb 78822004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 7883 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
7884
7885 * gdb.texinfo: Update copyright.
7886 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
7887 around names, as appropriate. Minor syntax cleanup of
7888 _NSPrintForDebugger explanation. Two spaces after periods.
7889 GDBN used instead of lit. "gdb". Index entries added for
7890 print-object and _NSPrintForDebugger. @noindent added in one spot.
7891
afe157ca
EZ
78922003-11-11 Elena Zannoni <ezannoni@redhat.com>
7893
7894 * stabs.texinfo: Add dircategory and direntry commands.
7895 * annotate.texinfo: Ditto.
7896
963e2bb7
AC
78972003-11-10 Andrew Cagney <cagney@redhat.com>
7898
7899 * gdbint.texinfo (Target Architecture Definition): Replace the
7900 return_value method's "inval" and "outval" parameters with
7901 "readbuf" and "writebuf".
7902
1d8b2f28
JB
79032003-10-28 Jim Blandy <jimb@redhat.com>
7904
7905 * gdb.texinfo (The F request packet, The F reply packet): Renamed
7906 from "The `F' request packet" and "The `F' reply packet", to make
7907 texi2dvi happy.
7908 (File-I/O remote protocol extension): Update menu entries, too.
7909
36d86913
MC
79102003-10-26 Michael Chastain <mec@shout.net>
7911
7912 * gdb.texinfo (Thread Stops): Document the issue with
7913 premature return from system calls in multi-threaded programs.
7914
ce2826aa
AC
79152003-10-24 Andrew Cagney <cagney@redhat.com>
7916
7917 * annotate.texinfo: Fix "fortunatly"[sic].
7918
f24c5e49
KI
79192003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
7920
7921 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
7922 with "Hitachi" and "Mitsubishi".
7923
92ad9cd9
AC
79242003-10-20 Andrew Cagney <cagney@redhat.com>
7925
7926 * gdbint.texinfo (Target Architecture Definition): Document
7927 gdbarch_return_value. Add cross references from
7928 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
7929 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
7930
0ab4b752
MK
79312003-10-18 Mark Kettenis <kettenis@gnu.org>
7932
7933 * gdbint.texinfo (Target Architecture Definition): Document
7934 regset_from_core_section.
fb3e19c0
KI
7935
79362003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
7937
7938 * gdb.texinfo (M32R/D): Mention m32rsdi target.
7939
a9331b3f 79402003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
7941
7942 From Anthony Green <green@redhat.com>:
5ae4183a 7943 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 7944
1485d690
KB
79452003-10-14 Kevin Buettner <kevinb@redhat.com>
7946
889bf7c5
PA
7947 * gdb.texinfo (Breakpoint related warnings): New node.
7948 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 7949
86d30acc
DJ
79502003-10-13 Daniel Jacobowitz <drow@mvista.com>
7951
7952 * gdb.texinfo (Remote Protocol): Document v and vCont.
7953
172c2a43
KI
79542003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
7955
7956 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
7957 * gdbint.texinfo: Ditto.
7958
71952f4c
AC
79592003-10-09 Andrew Cagney <cagney@redhat.com>
7960
7961 From 2003-09-18 David Anderson <davea@sgi.com>:
7962 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
7963 "command".
7964
268e2188
AC
79652003-10-03 Andrew Cagney <cagney@redhat.com>
7966
7967 * gdbint.texinfo (Target Architecture Definition): Deprecate
7968 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
7969 just target.
7970
12c266ea 79712003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 7972
f30992d4 7973 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
7974 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
7975 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
7976 * gdbint.texinfo (Target Architecture Definition): Rename
7977
79782003-09-30 Andrew Cagney <cagney@redhat.com>
7979
f30992d4 7980 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 7981 (Target Architecture Definition):
f30992d4 7982
2e092625
AC
7983 * gdbint.texinfo (Target Architecture Definition): Rename
7984 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
7985
0717ae8a
AC
79862003-09-29 Andrew Cagney <cagney@redhat.com>
7987
dad809b7
AC
7988 * gdbint.texinfo (Target Architecture Definition): Delete
7989 documentation for NEED_TEXT_START_END.
7990
0717ae8a
AC
7991 * gdbint.texinfo (Target Architecture Definition): Rename
7992 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
7993 TARGET_WRITE_PC.
a9331b3f 7994
af6cf26d
MC
79952003-09-22 Michael Chastain <mec@shout.net>
7996
7997 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
7998
ee206350
AG
79992003-09-21 Anthony Green <green@redhat.com>
8000
8001 * gdbint.texinfo (Target Architecture Definition): Fix typos.
8002
a38c9fe6
MK
80032003-09-21 Mark Kettenis <kettenis@gnu.org>
8004
8005 * gdbint.texinfo (Target Architecture Definition): Document
8006 stabs_argument_has_addr.
8007
77949794
AC
80082003-09-18 Andrew Cagney <cagney@redhat.com>
8009
8010 * gdbint.texinfo (Target Architecture Definition): Delete
8011 documentation on REGISTER_NAMES.
8012
8e823e25
MK
80132003-09-13 Mark Kettenis <kettenis@gnu.org>
8014
8015 * gdbint.texinfo (Target Architecture Definition): Replace
8016 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
8017
f27dd7fd
AC
80182003-09-11 Andrew Cagney <cagney@redhat.com>
8019
8020 * gdbint.texinfo (Target Architecture Definition): Replace
8021 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
8022
8b148df9
AC
80232003-08-18 Andrew Cagney <cagney@redhat.com>
8024
8025 * gdbint.texinfo (Target Architecture Definition): Document
8026 "frame_red_zone_size".
8027
25d29d70
AC
80282003-08-09 Andrew Cagney <cagney@redhat.com>
8029
8030 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
8031 with "set/show backtrace past-main" and "set/show backtrace
8032 limit".
8033
c938e9b0
L
80342003-08-08 H.J. Lu <hongjiu.lu@intel.com>
8035
8036 * Makefile.in (install-info): Support DESTDIR.
8037 (install-html): Likewise.
8038
64fabec2
AC
80392003-08-07 Andrew Cagney <cagney@redhat.com>
8040
8041 Patch from Nick Roberts.
8042 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
8043 bindings. Remove description of send-gdb-command.
8044
2fcf52f0
AC
80452003-08-07 Andrew Cagney <cagney@redhat.com>
8046
8047 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
8048 GDB 6.0.
8049
086432e2
AC
80502003-08-06 Andrew Cagney <cagney@redhat.com>
8051
8052 * gdb.texinfo (Mode Options): Mention that level three is the
8053 highest available and that level 2 is deprecated.
8054 (Annotations Overview): Mention annotation levels. Cross reference
8055 to "Limitations of the Annotation Interface" in annotate.texi.
8056 (TODO, Value Annotations, Frame Annotations): Delete section.
8057 (Displays, Breakpoint Info): Delete.
8058
e5249f67
AC
80592003-08-04 Andrew Cagney <cagney@redhat.com>
8060
8061 * agentexpr.texi: Delete @bye.
8062 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
8063 (stabs.info): Add $(srcdir) to include search path.
8064 (html): Depend on "annotate_toc.html", and not "annotate.html".
8065 * stabs.texinfo: Ditto. Include "fdl.texi".
8066 * gdbint.texinfo: Update copyright statement's list of invariant
8067 sections.
8068
e6f672d2
AC
80692003-07-28 Andrew Cagney <cagney@redhat.com>
8070
8071 * Makefile.in (INFO_DEPS): Add annotate.info.
8072 (dvi, ps, html, pdf): Add annotate.
8073 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
8074 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
8075 (ANNOTATE_DOC_FILES): New macro.
8076 (ANNOTATE_TEX_TMPS): New macro.
8077 (annotate.info, annotate_toc.html): Specify dependencies.
8078 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
8079 * annotate.texinfo: Rename annotate.texi. Get building. Add
8080 "Migrating to GDB/MI" and "Limitations of the Annotation
8081 Interface" chapters. Mention why it is not part of the user
8082 guide. Update copyright notice. Include "fdl.texi".
8083
72ffddc9
SC
80842003-07-26 Stephane Carrez <stcarrez@nerim.fr>
8085
8086 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
8087
a9f12a31
DJ
80882003-07-24 Daniel Jacobowitz <drow@mvista.com>
8089
8090 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
8091
b1fe9455
DJ
80922003-07-24 Daniel Jacobowitz <drow@mvista.com>
8093
8094 * gdb.texinfo (Server): Mention pidof.
8095
153721e6
AC
80962003-07-22 Andrew Cagney <cagney@redhat.com>
8097
8098 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
8099 list.
8100
0fac0b41
DJ
81012003-06-28 Daniel Jacobowitz <drow@mvista.com>
8102
8103 * gdb.texinfo (Logging output): New chapter.
8104
4e562065
JB
81052003-06-24 Joel Brobecker <brobecker@gnat.com>
8106
8107 * gdb.texinfo (Unsupported languages): New section.
8108 (Languages): Add link to new section.
8109
f2c06f52
AC
81102003-06-22 Andrew Cagney <cagney@redhat.com>
8111
8112 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
8113
b4177fca
DJ
81142003-06-22 Daniel Jacobowitz <drow@mvista.com>
8115
8116 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
8117
f418dd93
DJ
81182003-06-22 Daniel Jacobowitz <drow@mvista.com>
8119
8120 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
8121 * agentexpr.texi: Retitle section, and change it to an appendix.
8122 Comment out texinfo initialization. Factor a @var{} into two
8123 pieces to prevent makeinfo warnings.
8124 * gdb.texinfo: Add Agent Expressions appendix.
8125
4ca61388
DJ
81262003-06-19 Daniel Jacobowitz <drow@mvista.com>
8127
8128 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
8129
07f31aa6
DJ
81302003-06-18 Daniel Jacobowitz <drow@mvista.com>
8131
5ae4183a 8132 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
8133 remote target". Document the "detach" and "disconnect" commands.
8134 (Server, Netware, Debug Session): Reference "Connecting to a
8135 remote target".
8136 (GDB/MI Target Manipulation): Document "-target-disconnect".
8137
2dd0da42
AC
81382003-06-13 Andrew Cagney <cagney@redhat.com>
8139
8140 * gdbint.texinfo (Target Architecture Definition): Deprecate
8141 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
8142 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
8143
e7a3abfc
JB
81442003-06-09 Jim Blandy <jimb@redhat.com>
8145
8146 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
8147
25e3a86b
AC
81482003-06-08 Andrew Cagney <cagney@redhat.com>
8149
8150 * gdbint.texinfo (Target Architecture Definition): Delete
8151 documentation on FRAME_ARGS_ADDRESS_CORRECT.
8152
a9e5fdc2
AC
81532003-06-08 Andrew Cagney <cagney@redhat.com>
8154
8155 * gdbint.texinfo (Target Architecture Definition): Document
8156 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
8157
b37303ee
AF
81582003-06-07 Adam Fedor <fedor@gnu.org>
8159
8160 * gdb.texinfo: Add Objective-C documentation.
8161
39fe6e80
AC
81622003-06-01 Andrew Cagney <cagney@redhat.com>
8163
8164 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
8165 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
8166
125309b2
AC
81672003-05-21 Andrew Cagney <cagney@redhat.com>
8168
8169 * gdbint.texinfo (Target Architecture Definition): Delete
8170 references to "extract_address" and "store_address".
8171
b8b527c5
AC
81722003-05-16 Andrew Cagney <cagney@redhat.com>
8173
8174 * gdbint.texinfo (Target Architecture Definition): Replace
8175 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
8176 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
8177
50e3ee83
TR
81782003-05-14 Theodore A. Roth <troth@openavr.org>
8179
8180 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
8181
44e2be90
L
81822003-05-10 H.J. Lu <hongjiu.lu@intel.com>
8183
8184 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
8185 (gdb.dvi): Likewise.
8186 (gdb.pdf): Likewise.
8187 (links2roff): Likewise.
8188
df5215a6
JB
81892003-05-08 Jim Blandy <jimb@redhat.com>
8190
8191 * gdb.texinfo (Dump/Restore Files): Update documentation for
8192 'dump', 'append', and 'restore': note that format argument is
8193 optional; simplify presentation of the command variants; and be
8194 more precise about the formats.
8195
5e7b2f39
JB
81962003-05-07 Jim Blandy <jimb@redhat.com>
8197
8198 * gdb.texinfo (Symbols): Update documentation: 'maint list
8199 symtabs' and 'maint list psymtabs' have been renamed 'maint info
8200 symtabs' and 'maint info psymtabs'.
8201
b1e29e33
AC
82022003-05-05 Andrew Cagney <cagney@redhat.com>
8203
8204 * gdbint.texinfo (Target Architecture Definition): Make
8205 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
8206 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
8207 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
8208
00905d52
AC
82092003-05-04 Andrew Cagney <cagney@redhat.com>
8210
8211 * gdb.texinfo (Maintenance Commands): Document "maint print
8212 dummy-frames".
8213
54ff5908
AC
82142003-05-04 Andrew Cagney <cagney@redhat.com>
8215
8216 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
8217
32e7087d
JB
82182003-05-03 J. Brobecker <brobecker@gnat.com>
8219
8220 Thierry Schneider <tpschneider1@yahoo.com>
8221 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
8222 for new MI command.
8223
7043d8dc
AC
82242003-05-03 Andrew Cagney <cagney@redhat.com>
8225
8226 * gdbint.texinfo (Target Architecture Definition): Document
8227 push_dummy_code. Add cross references.
8228
e33d66ec
EZ
82292003-05-02 Elena Zannoni <ezannoni@redhat.com>
8230
8231 * gdb.texinfo (Character Sets): Update to reflect new behavior of
8232 set/show charsets commands.
8233
0ba6dca9
AC
82342003-04-28 Andrew Cagney <cagney@redhat.com>
8235
8236 * gdbint.texinfo (Target Architecture Definition): Replace
8237 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
8238 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
8239
d7a27068
AC
82402003-04-28 Andrew Cagney <cagney@redhat.com>
8241
8242 * gdbint.texinfo (Target Architecture Definition): Rename
8243 "tm_print_insn" to "deprecated_tm_print_insn".
8244
44ea7b70
JB
82452003-04-09 Jim Blandy <jimb@redhat.com>
8246
8247 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
8248 list psymtabs'.
8249
fb8f8949
AC
82502003-04-08 Andrew Cagney <cagney@redhat.com>
8251
8252 * gdbint.texinfo (Target Architecture Definition): Delete
8253 references to EXTRA_FRAME_INFO.
8254
32fb0f22
AC
82552003-04-08 Andrew Cagney <cagney@redhat.com>
8256
8257 * gdbint.texinfo (Target Architecture Definition): Delete
8258 PRINT_TYPELESS_INTEGER.
8259
6be67e67
JB
82602003-04-02 J. Brobecker <brobecker@gnat.com>
8261
8262 * observer.texi (GDB Observers): Adjust the documentation for the
8263 normal_stop notification to better describe reality. Fix a couple
8264 of minor typos.
8265
4e35d5f0
BR
82662003-04-02 Bob Rossi <bob_rossi@cox.net>
8267
a9331b3f 8268 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
8269 '-file-list-exec-source-file'
8270
e8a8712a
AC
82712003-03-31 Andrew Cagney <cagney@redhat.com>
8272
8273 * gdbint.texinfo (Target Architecture Definition): Delete
8274 references to CALL_DUMMY_P.
8275
6c0e89ed
AC
82762003-03-30 Andrew Cagney <cagney@redhat.com>
8277
8278 * gdbint.texinfo (Target Architecture Definition): Remove
8279 reference to TARGET_WRITE_SP.
a9331b3f 8280
378bfd1b
AC
82812003-03-27 Andrew Cagney <cagney@redhat.com>
8282
8283 * gdbint.texinfo (Target Architecture Definition): Remove
8284 references to write_sp.
6c0e89ed 8285
922fbb7b
AC
82862003-03-27 Andrew Cagney <cagney@redhat.com>
8287
8288 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
8289 chapter body. Use @smallexample instead of @example.
8290 (Annotations): Ditto.
8291 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
8292 annotate.texi.
8293
b81774d8
AC
82942003-03-26 Andrew Cagney <cagney@redhat.com>
8295
8296 * gdbint.texinfo (Target Architecture Definition): Replace
8297 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
8298 dummy_addr parameters.
8299
1bf6d5cc
AC
83002003-03-25 Andrew Cagney <cagney@redhat.com>
8301
8302 * gdbint.texinfo (Target Architecture Definition): Delete
8303 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
8304 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8305 Add reference to PUSH_ARGUMENTS.
8306
618ce49f
AC
83072003-03-23 Andrew Cagney <cagney@redhat.com>
8308
8309 * gdbint.texinfo (Algorithms, Target Architecture Definition):
8310 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
8311
bcd7e15f
JB
83122003-03-18 J. Brobecker <brobecker@gnat.com>
8313
8314 * gdbint.texinfo (Algorithms): Add new section describing the
8315 Observer paradigm.
8316 (Top): Add menu entry to new observer appendix.
8317 * observer.texi: New file.
8318 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
8319 new observer.texi file.
8320
9fe8321b
AC
83212003-03-17 Andrew Cagney <cagney@redhat.com>
8322
8323 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
8324 that GNU Press update the manual version number.
8325
ac2adee5
AC
83262003-03-12 Andrew Cagney <cagney@redhat.com>
8327
8328 * gdbint.texinfo (Target Architecture Definition): Delete
8329 references to get_saved_register. Rename GET_SAVED_REGISTER to
8330 DEPRECATED_GET_SAVED_REGISTER.
8331
749b82f6
AC
83322003-03-13 Andrew Cagney <cagney@redhat.com>
8333
8334 * gdbint.texinfo (Target Architecture Definition): Replace
8335 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
8336
8bedc050
AC
83372003-03-12 Andrew Cagney <cagney@redhat.com>
8338
8339 * gdbint.texinfo (Target Architecture Definition): Rename
8340 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 8341
0ce1b118
CV
83422003-03-10 Corinna Vinschen <vinschen@redhat.com>
8343
8344 * gdb.texinfo: Add File-I/O documentation.
8345
12cc2063
AC
83462003-03-10 Andrew Cagney <cagney@redhat.com>
8347
8348 * gdbint.texinfo (Target Architecture Definition): Cross reference
8349 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
8350
7453dc06
AC
83512003-03-07 Andrew Cagney <cagney@redhat.com>
8352
8353 * gdb.texinfo (Debugging Output): Mention the "set/show debug
8354 frame" command.
8355
6314f104
AC
83562003-03-05 Andrew Cagney <cagney@redhat.com>
8357
8358 * gdbint.texinfo (Target Architecture Definition): Document
8359 unwind_dummy_id. Cross reference unwind_dummy_id and
8360 SAVE_DUMMY_FRAME_TOS.
8361
f1212245
DJ
83622003-03-05 James Ingham <jingham@apple.com>
8363 Daniel Jacobowitz <drow@mvista.com>
8364
8365 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
8366 and "show cp-abi".
8367
77e7e267
AC
83682003-03-03 Andrew Cagney <cagney@redhat.com>
8369
8370 * gdbint.texinfo (Target Architecture Definition): Document
8371 register_type.
8372
838a8221
AC
83732003-03-03 Andrew Cagney <cagney@redhat.com>
8374
8375 * stabs.texinfo (Structures): Use @samp and separate @var's
8376 instead of a single @var containing a comma separated list.
8377 (Unions): Ditto.
8378
d7f4a264
DJ
83792003-03-02 Daniel Jacobowitz <drow@mvista.com>
8380
8381 * Makefile.in (distclean): Remove config.log.
8382
f30ee0bc
AC
83832003-03-01 Andrew Cagney <cagney@redhat.com>
8384
8385 * gdbint.texinfo (Target Architecture Definition): Rename
8386 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
8387
83882003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
8389
8390 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
8391 DEPRECATED_INIT_EXTRA_FRAME_INFO.
8392
be448670
CF
83932003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
8394
8395 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
8396 (Non-debug DLL symbols): New node, describing the minimal symbols
8397 loaded from DLLs without real debugging symbols.
8398
501eef12
AC
83992003-02-20 Andrew Cagney <ac131313@redhat.com>
8400
8401 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
8402 hardware-breakpoint-limit".
8403 (Set Watchpoints): Add cross reference to "set remote
8404 hardware-watchpoint-limit".
8405 (Remote configuration options): New section.
8406
21c294e6
AC
84072003-02-04 Andrew Cagney <ac131313@redhat.com>
8408
e9be73e4
AC
8409 * gdbint.texinfo (Target Architecture Definition): Delete
8410 descrption of IS_TRAPPED_INTERNALVAR.
8411
21c294e6
AC
8412 From Keith Seitz <keiths@redhat.com>:
8413 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
8414 option "-i"/"--interpreter" to this chapter. Include index
8415 entries.
8416
0179ffac
DC
84172003-02-04 David Carlton <carlton@math.stanford.edu>
8418
8419 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
8420 (Variables): Recommend stabs+ and DWARF 2.
8421 (C plus plus expressions): Correct info about
8422 compiler versions, debug formats.
8423 (Contributors): Change 'DWARF2' to 'DWARF 2'.
8424 PR symtab/874.
8425
7ca9f392
AC
84262003-02-01 Andrew Cagney <ac131313@redhat.com>
8427
8428 * gdbint.texinfo (Target Architecture Definition): Delete
8429 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
8430 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
8431 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
8432 references to nindy and i960.
8433 * gdb.texinfo (i960): Delete all references to i960 and nindy.
8434
31a85ea2
AC
84352003-02-01 Andrew Cagney <ac131313@redhat.com>
8436
8437 * gdbint.texinfo (Target Architecture Definition): Delete
8438 FLOAT_INFO.
8439
6b894e49
AC
84402003-01-30 Andrew Cagney <ac131313@redhat.com>
8441
8442 * stabs.texinfo (Member Type Descriptor): Clarify description of
8443 `@'. Suggested by Ben Hutchings.
8444
c48861fb
AC
84452003-01-29 Andrew Cagney <ac131313@redhat.com>
8446
8447 * gdb.texinfo (M68K): Delete reference to es1800.
8448
617073a9
AC
84492003-01-29 Andrew Cagney <ac131313@redhat.com>
8450
8451 * gdb.texinfo (Maintenance Commands): Document `maint print
8452 reggroups' and `maint print register-groups'.
8453 * gdbint.texinfo (Target Architecture Definition): Document
8454 register_reggroup_p.
8455
5b5d99cf
JB
84562003-01-23 Jim Blandy <jimb@redhat.com>
8457
8458 * gdb.texinfo (Separate Debug Files): New section.
8459
e7ba9c65
DJ
84602003-01-22 Daniel Jacobowitz <drow@mvista.com>
8461
8462 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
8463 and "maint show profile".
8464
94e91d6d
MC
84652003-01-16 Michael Chastain <mec@shout.net>
8466
8467 * gdb.texinfo (Installing GDB): Warn against
8468 ".../gdb-VERSION/gdb/configure".
8469 (Separate Objdir): Likewise.
8470
867f3898
AC
84712003-01-15 Andrew Cagney <ac131313@redhat.com>
8472
8473 * gdbint.texinfo (Target Architecture Definition): Delete
8474 definition of PRINT_REGISTER_HOOK.
8475
f153cc92
EZ
84762003-01-15 Elena Zannoni <ezannoni@redhat.com>
8477
8478 (OpenRISC 1000): Fix formatting of command names.
8479
c60eb6f1
EZ
84802003-01-15 Elena Zannoni <ezannoni@redhat.com>
8481
8482 * gdb.texinfo (Continuing and Stepping): Add new command
8483 'advance'. Clarify behavior of 'until'.
8484
f5ebfba0
DJ
84852003-01-13 Daniel Jacobowitz <drow@mvista.com>
8486
8487 * gdb.texinfo (Files): Document solib-absolute-prefix and
8488 solib-search-path.
8489
4ce8657e
MC
84902003-01-09 Michael Chastain <mec@shout.net>
8491
8492 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
8493 (Create a Release): Add new instructions for new @file{src-release}.
8494 Document existing instructions for @file{Makefile.in} as
8495 being for @value{GDBN} 5.3.1 or earlier.
8496
372613e3
AC
84972003-01-09 Andrew Cagney <ac131313@redhat.com>
8498
8499 * gdbint.texinfo (Target Architecture Definition): Mention
8500 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
8501 allocate memory.
8502
b4e9345d
DJ
85032003-01-04 Daniel Jacobowitz <drow@mvista.com>
8504
8505 * gdb.texinfo (Controlling GDB): Add @kindex for
8506 "show osabi".
8507 (Backtraces): Add @kindex's for backtrace-below-main.
8508
98b45e30
DJ
85092003-01-04 Daniel Jacobowitz <drow@mvista.com>
8510
8511 * gdb.texinfo (Controlling GDB): Document "set osabi".
8512
95f90d25
DJ
85132003-01-04 Daniel Jacobowitz <drow@mvista.com>
8514
8515 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
8516 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
8517
1e698235
DJ
85182003-01-04 Daniel Jacobowitz <drow@mvista.com>
8519
8520 * gdb.texinfo (Controlling GDB): Add ABI section. Document
8521 "set coerce-float-to-double".
8522 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
8523
e632838e
AC
85242003-01-02 Andrew Cagney <ac131313@redhat.com>
8525
8526 * stabs.texinfo: Remove obsolete text.
8527 * gdbint.texinfo: Ditto.
8528 * gdb.texinfo: Ditto.
8529
c133ab7a
MK
85302002-12-22 Mark Kettenis <kettenis@gnu.org>
8531
8532 * gdbint.texinfo (Target Architecture Definition): Update
8533 description of gdbarch_register_osabi.
8534
f821f325
KH
85352002-12-20 Kazu Hirata <kazu@cs.umass.edu>
8536
8537 * agentexpr.texi: Fix typos.
8538 * annotate.texi: Likewise.
8539 * fdl.texi: Likewise.
8540
85a6d8d3 85412002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
8542
8543 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
8544 DEPRECATED_INIT_FRAME_PC.
8545
ae45cd16
AC
85462002-12-01 Andrew Cagney <ac131313@redhat.com>
8547
8548 * gdbint.texinfo (Target Architecture Definition): Delete
8549 PC_IN_CALL_DUMMY.
8550
07555a72
AC
85512002-11-28 Andrew Cagney <ac131313@redhat.com>
8552
8553 * gdbint.texinfo (Host Definition): Delete documentation on
8554 USE_GENERIC_DUMMY_FRAMES.
8555
c166cdc7
EZ
85562002-11-26 Elena Zannoni <ezannoni@redhat.com>
8557
5ae4183a 8558 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
8559 * Makefile.in (install-info): Run the install-info command as part
8560 of the post install steps only.
8561 (uninstall-info): New target.
8562 (uninstall): New target.
8563
35db0260
EZ
85642002-11-22 Elena Zannoni <ezannoni@redhat.com>
8565
8566 * Makefile.in (install): Make install do some real work.
8567
9ba8d803
AC
85682002-11-19 Andrew Cagney <ac131313@redhat.com>
8569
8570 Fix POSIX problem reported by Paul Eggert.
8571 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
8572 Fix PR gdb/527.
8573
903ad3a6
AC
85742002-10-26 Andrew Cagney <cagney@redhat.com>
8575
8576 * gdbint.texinfo (Target Architecture Definition): Delete
8577 definition of DO_REGISTERS_INFO.
8578
f2abfe65
KB
85792002-10-18 Kevin Buettner <kevinb@redhat.com>
8580
8581 * gdbint.texinfo (Address Classes): Fix problems with insertion
8582 of ``{'' and ``}'' in example.
8583
b5b0480a
KB
85842002-10-17 Kevin Buettner <kevinb@redhat.com>
8585
8586 * gdbint.texinfo (Address Classes): New section.
8587 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
8588 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
8589 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
8590 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
8591
c85508ee
KD
85922002-10-11 Klee Dienes <kdienes@apple.com>
8593
8594 * gdb.texinfo (Registers): Mention vector registers as well as
8595 floating registers in the documentation for 'info registers' and
8596 'info all-registers'.
8597
6d12fc3d
DJ
85982002-10-11 Daniel Jacobowitz <drow@mvista.com>
8599
8600 * gdbint.texinfo (CPLUS_MARKER): Remove item.
8601
8d19fbd2
JJ
86022002-10-03 Jeff Johnston <jjohnstn@redhat.com>
8603
8604 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
8605 interface definition.
8606
a37295f9
MM
86072002-10-03 Marko Mlinar <markom@opencores.org>
8608
8609 * gdb.texinfo (Target Commands): Add or1k target specific
8610 commands.
8611 * gdb.texinfo (Contributors): Add myself to the contributors list.
8612
da0f9dcd
AC
86132002-10-01 Andrew Cagney <ac131313@redhat.com>
8614
8615 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
8616 and "mi1" instead of "mi1" and "mi0".
8617
2e834e49
HPN
86182002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
8619
8620 * gdb.texinfo (Packets): Fix typos "alligned".
8621 Correct z3/Z3 description. Correct z4/Z4 title.
8622
050be0dc
AC
86232002-09-27 Andrew Cagney <ac131313@redhat.com>
8624
8625 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
8626
1104b9e7
KB
86272002-09-25 Kevin Buettner <kevinb@redhat.com>
8628
8629 * gdb.texinfo: Use GNU/Linux instead of Linux.
8630
512217c7
AC
86312002-09-25 Andrew Cagney <ac131313@redhat.com>
8632
8633 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
8634
10998722
AC
86352002-09-24 Andrew Cagney <ac131313@redhat.com>
8636
512217c7 8637 * gdb.texinfo: Replace @example with @smallexample.
10998722 8638
a0eb71c5
KB
86392002-09-20 Kevin Buettner <kevinb@redhat.com>
8640
f7dc1244 8641 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
8642 * gdb.texinfo (Character Sets): Use @smallexample instead of
8643 @example. Use GNU/Linux instead of Linux.
8644
86452002-09-20 Jim Blandy <jimb@redhat.com>
8646
8647 * gdb.texinfo: Add character set documentation.
8648
2f870471
AC
86492002-09-19 Andrew Cagney <ac131313@redhat.com>
8650
8651 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
8652 (Packets): Add cross reference from `b' packet to `z' packets.
8653
790eb8f5
AC
86542002-09-19 Andrew Cagney <ac131313@redhat.com>
8655
8d30a00d
AC
8656 * gdb.texinfo (Maintenance Commands): Document ``maint
8657 internal-error'' and ``maint internal-warning''.
8658
790eb8f5
AC
8659 * gdbint.texinfo (Target Architecture Definition): Revise
8660 description of STACK_ALIGN. Add description of FRAME_ALIGN.
8661
a23a7bf1
JB
86622002-09-19 Joel Brobecker <brobecker@gnat.com>
8663
8664 * gdbint.texinfo (Target Conditionals): Document the new
8665 NAME_OF_MALLOC macro.
8666
299ffc64
AC
86672002-09-05 Andrew Cagney <ac131313@redhat.com>
8668
8669 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
8670 engineer.
8671
b7bb15bc
SC
86722002-09-02 Stephane Carrez <stcarrez@nerim.fr>
8673
8674 * gdb.texinfo (TUI Overview): Document status line fields.
8675
3d757584
SC
86762002-09-02 Stephane Carrez <stcarrez@nerim.fr>
8677
8678 * gdb.texinfo (TUI Commands): Document info win command.
8679
269c21fe
SC
86802002-09-01 Stephane Carrez <stcarrez@nerim.fr>
8681
8682 * gdb.texinfo (TUI Overview): Document breakpoint markers.
8683
7cf36c78
SC
86842002-09-01 Stephane Carrez <stcarrez@nerim.fr>
8685
8686 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
8687 (TUI Keys): Likewise.
8688
d2c6833e
AC
86892002-08-25 Andrew Cagney <ac131313@redhat.com>
8690
8691 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
8692 for a packet receive.
8693
46d8b1c3
AC
86942002-08-25 Andrew Cagney <ac131313@redhat.com>
8695
8696 * Makefile.in (clean): Move to end of file.
8697 (distclean, maintainer-clean, realclean): Ditto.
8698 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
8699 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
8700 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
8701 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
8702
b0787093
AC
87032002-08-24 Andrew Cagney <ac131313@redhat.com>
8704
8705 * Makefile.in (GDBINT_TEX_TMPS): Define.
8706 (gdbint.dvi, gdbint.pdf): Use
8707 (GDB_TEX_TMPS): Define.
8708 (gdb.dvi, gdb.pdf): Use.
8709 (STABS_TEX_TMPS): Define.
8710 (stabs.dvi, stabs.pdf): Use.
8711 (GDB_DOC_SOURCE_INCLUDES): New macros.
8712 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
8713 (GDBINT_DOC_FILES_INCLUDES): New macros.
8714 (GDBINT_DOC_BUILD_INCLUDES): New macros.
8715 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
8716 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
8717 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
8718 (links2roff): Replace SFILES_INCLUDED with
8719 GDB_DOC_SOURCE_INCLUDES.
8720 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
8721 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
8722 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
8723 dependencies.
8724 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
8725 dependencies.
8726 (gdbmi.texinfo): Delete rule.
8727 (inc-hist.texinfo): Delete rule.
8728 (rluser.texinfo): Delete rule.
8729
ebba8386
AC
87302002-08-23 Andrew Cagney <cagney@redhat.com>
8731
8732 * gdbint.texinfo (Target Architecture Definition): Update
8733 STORE_RETURN_VALUE, mention regcache.
8734
0ab7a791
AC
87352002-08-21 Andrew Cagney <ac131313@redhat.com>
8736
8737 * gdbint.texinfo (Target Architecture Definition): Document
8738 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
8739
ee2d5c50
AC
87402002-08-19 Andrew Cagney <ac131313@redhat.com>
8741
8742 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
8743 Fix minor typos. Add index entries.
8744
53c69bd7
AC
87452002-08-18 Andrew Cagney <ac131313@redhat.com>
8746
8747 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
8748
e76f1f2e
AC
87492002-08-15 Andrew Cagney <ac131313@redhat.com>
8750
8751 * gdbint.texinfo (Target Architecture Definition): Document
8752 PRINT_VECTOR_INFO.
8753 * gdb.texinfo (Vector Unit): Document "info vectors" command.
8754
0680b120
AC
87552002-08-13 Andrew Cagney <ac131313@redhat.com>
8756
8757 * gdb.texinfo (Maintenance Commands): Document "maint print
8758 registers", "maint print raw-registers" and "maint print
8759 cooked-registers".
8760
3c3bea1c
GS
87612002-08-08 Grace Sainsbury <graces@redhat.com>
8762
a9331b3f 8763 From Mark Salter:
3c3bea1c
GS
8764 * gdb.texinfo (Protocol): Document T packet extension to
8765 allow watchpoint address reporting.
8766
42f9b0a5
AC
87672002-08-03 Andrew Cagney <ac131313@redhat.com>
8768
8769 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
8770
db034ac5
AC
87712002-08-01 Andrew Cagney <cagney@redhat.com>
8772
8773 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
8774 to CHILL.
8775
e2b28d04
AC
87762002-08-01 Andrew Cagney <ac131313@redhat.com>
8777
8778 * gdbint.texinfo (Coding): Revise section "Include Files".
8779
7fb623f7
AC
87802002-07-24 Andrew Cagney <cagney@redhat.com>
8781
8782 * gdbint.texinfo: Obsolete references to m88k.
8783 * gdb.texinfo: Ditto.
8784
4a2b4636
JB
87852002-07-10 Joel Brobecker <brobecker@gnat.com>
8786
7fb623f7 8787 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
8788 where the proper version of autoconf can be retrieved.
8789
a71ec265
DH
87902002-07-09 Don Howard <dhoward@redhat.com>
8791
8792 * gdb.texinfo (Command Files): Further describe the behavior of
8793 sourced command files.
8794
b9aa90c9
AC
87952002-06-27 Andrew Cagney <ac131313@redhat.com>
8796
8797 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
8798 (Coding): Clarify ISO C version that GDB assumes.
8799
40dd2248
TT
88002002-06-26 Tom Tromey <tromey@redhat.com>
8801
8802 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
8803 add_setshow_cmd_full.
8804
bfac230e
DH
88052002-06-25 Don Howard <dhoward@redhat.com>
8806
8807 * gdb.texinfo (Memory Region Attributes): Document new behavior
8808 for 'mem' command.
8809
475b0867
JB
88102002-06-11 Jim Blandy <jimb@redhat.com>
8811
919d772c
JB
8812 * gdb.texinfo (Symbols): Update documentation for `info source'
8813 command.
8814
475b0867
JB
8815 * gdb.texinfo (Macros): Call the command `info macro', not
8816 `show macro'.
8817
ba8c9337
AC
88182002-06-09 Andrew Cagney <ac131313@redhat.com>
8819
8820 * gdbint.texinfo (Coding): Add section ``Per-architecture module
8821 data''.
8822
1029b7fa
MK
88232002-06-09 Mark Kettenis <kettenis@gnu.org>
8824
8825 * gdbint.texinfo (Target Architecture Definition): Document
8826 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
8827
16737d73
AC
88282002-06-08 Andrew Cagney <ac131313@redhat.com>
8829
8830 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
8831 lists.
8832
30107679
AC
88332002-06-08 Andrew Cagney <ac131313@redhat.com>
8834
8835 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
8836 Branch''.
8837
3352e23e
AC
88382002-06-01 Andrew Cagney <ac131313@redhat.com>
8839
8840 * gdbint.texinfo (Target Architecture Definition): Add section
8841 ``Converting an existing Target Architecture to Multi-arch''.
8842
cbb09e6a
AC
88432002-05-30 Andrew Cagney <ac131313@redhat.com>
8844
8845 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
8846 to ``Obsoleting code''. Revise.
8847
e2e0bcd1
JB
88482002-05-17 Jim Blandy <jimb@redhat.com>
8849
8850 * gdb.texinfo (C Preprocessor Macros): New chapter.
8851 Include it in the main menu.
8852 (Contributors): Credit Jim Blandy with macro support.
8853 (Compilation): Explain how to get macro information into the
8854 executable.
8855 (Expressions): Note that preprocessor macros are expanded.
8856
9db8d71f
DJ
88572002-05-14 Daniel Jacobowitz <drow@mvista.com>
8858
8859 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
8860 options for `target remote'.
8861
6d531722
AC
88622002-05-13 Andrew Cagney <ac131313@redhat.com>
8863
8864 * gdbint.texinfo (Target Architecture Definition): Delete
8865 documentation on NNPC_REGNUM.
8866
13d01224
AC
88672002-05-11 Andrew Cagney <ac131313@redhat.com>
8868
8869 * gdbint.texinfo (Target Architecture Definition): Document
8870 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
8871 (Target Architecture Definition): Revise section `Using Different
8872 Register and Memory Data Representations'. Add section `Raw and
8873 Virtual Register Representations'.
8874
b2e75d78
AC
88752002-05-11 Andrew Cagney <ac131313@redhat.com>
8876
8877 * gdbint.texinfo (Target Architecture Definition): Mention
8878 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
8879 (Target Architecture Definition): Mention same. Add references to
8880 web pages.
8881
2c8682ee
MS
88822002-05-08 Michael Snyder <msnyder@redhat.com>
8883
8884 * stabs.texinfo (Attributes): Document new "vector" attribute.
8885
0816590b
AC
88862002-05-04 Andrew Cagney <ac131313@redhat.com>
8887
8888 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
8889
2653173e
AC
88902002-05-04 Andrew Cagney <ac131313@redhat.com>
8891
8892 * gdb.texinfo: Delete obsolete references to a29k.
8893
d7bd68ca
AC
88942002-04-24 Andrew Cagney <ac131313@redhat.com>
8895
8896 * gdbint.texinfo (Target Architecture Definition): Replace
8897 IN_SIGTRAMP with PC_IN_SIGTRAMP.
8898
21d83aa5
DM
88992002-04-24 David S. Miller <davem@redhat.com>
8900
8901 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
8902
7673a6cc
DM
89032002-04-21 David S. Miller <davem@redhat.com>
8904
8905 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
8906
d49d1e0a
AC
89072002-04-21 Andrew Cagney <ac131313@redhat.com>
8908
8909 * gdbint.texinfo (Target Architecture Definition): Delete
8910 definition of HAVE_REGISTER_WINDOWS.
8911
f7dc1244 89122002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
8913
8914 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
8915 "Theodore A. Roth" <troth@verinet.com>.
8916
5ca0cb28
DH
89172002-04-15 Don Howard <dhoward@redhat.com>
8918
f7dc1244 8919 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 8920 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 8921 Provide a better explaination of this feature.
5ca0cb28 8922
f208ba17
AC
89232002-04-14 Andrew Cagney <ac131313@redhat.com>
8924
8925 * gdbint.texinfo (Target Architecture Definition): Remove
8926 FRAME_CHAIN_COMBINE.
8927
d5ba91de
MC
89282002-04-12 Michael Chastain <mec@shout.net>
8929
8930 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
8931 REG_STACK_SEGMENT.
8932
26818220
MC
89332002-04-09 Michael Chastain <mec@shout.net>
8934
8935 * gdbint.texinfo (Obsolete Conditionals): Remove references to
8936 PYRAMID_* macros.
8937
129188f6
AC
89382002-04-07 Andrew Cagney <ac131313@redhat.com>
8939
8940 * gdb.texinfo (Bug Reporting): Document that the web is the
8941 prefered way of submitting bug reports.
8942 (Bug Reporting): Delete the s-mail address as the last resort.
8943
8227c0ff
AC
89442002-04-05 Andrew Cagney <ac131313@redhat.com>
8945
8946 * gdbint.texinfo (Target Architecture Definition): Delete
8947 references to TARGET_WRITE_FP and write_fp.
8948
16d9dec6
MS
89492002-03-27 Michael Snyder <msnyder@redhat.com>
8950
8951 * gdb.texinfo: Document new commands dump, append, and restore.
8952
9ae8b82c
AC
89532002-03-27 Andrew Cagney <ac131313@redhat.com>
8954
8955 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
8956 Branch'.
8957
474c8240
AC
89582002-03-18 Andrew Cagney <ac131313@redhat.com>
8959
8960 * gdb.texinfo: Change all examples to @smallexample.
8961 * gdbint.texinfo: Ditto.
a9331b3f 8962
fb0ff88f
AC
89632002-03-18 Andrew Cagney <ac131313@redhat.com>
8964
8965 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
8966 Branches''.
8967
9bb0a4d8
AC
89682002-03-18 Andrew Cagney <ac131313@redhat.com>
8969
8970 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
8971 Policy''.
8972
937f164b
FF
89732002-03-04 Fred Fish <fnf@redhat.com>
8974
8975 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
8976 expresson, suports, dependant, trhe, perhaphs, situtations,
8977 explictily, taged, oportunity, unfortunatly).
8978
a7b40f07
AC
89792002-02-24 Andrew Cagney <ac131313@redhat.com>
8980
8981 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
8982 Remove reference to 3.12.
8983
aab4e0ec
AC
89842002-02-23 Andrew Cagney <ac131313@redhat.com>
8985
8986 * gdbint.texinfo: Include fdl.texi.
8987 (Top): Add GNU Free Documentation License.
8988 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
8989 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
8990 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
8991 (gdbint.info): Add srcdir to include path.
8992 * gdb.texinfo: Include gpl.texi.
8993 (Top): Add Copying.
8994 * gpl.texi: New file.
8995
47b95330
AC
89962002-02-23 Andrew Cagney <ac131313@redhat.com>
8997
8998 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
8999
78c47bea
PM
90002002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9001
9002 * gdb.texinfo: Document Cygwin native specific commands.
9003
56460a61
DJ
90042002-02-15 Daniel Jacobowitz <drow@mvista.com>
9005
9006 * gdb.texinfo: Document gdbserver ``--attach'' command.
9007
def71bfa
MS
90082002-02-07 Michael Snyder <msnyder@redhat.com>
9009
9010 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
9011 to @code(_ovly_debug_event).
9012
c928edc0
AC
90132002-02-07 Andrew Cagney <ac131313@redhat.com>
9014
9015 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
9016
81d46470
MS
90172002-02-06 Michael Snyder <msnyder@redhat.com>
9018
9019 * gdb.texinfo (overlays): Mention new magic symbol
9020 '_ovly_debug_event', which allows GDB to keep better track
9021 of overlays.
9022
f7dc1244 90232002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
9024
9025 * gdb.texinfo (Memory Region Attributes): Fix the wording.
9026 Suggested by Dmitry Sivachenko.
9027
9028 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
9029
15110bc3
MS
90302002-02-01 Michael Snyder <msnyder@redhat.com>
9031
9032 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
9033
6763aef9
MS
90342002-01-30 Michael Snyder <msnyder@redhat.com>
9035
ac282366
MS
9036 * gdb.texinfo: (remote protocol): Gramatical fix-up.
9037 (set trust-readonly-sections): Document.
6763aef9 9038
8642bc8f
AC
90392002-01-29 Andrew Cagney <ac131313@redhat.com>
9040
9041 * gdbint.texinfo (Releasing GDB): Revise and update.
9042
afe64c1a
AC
90432002-01-28 Andrew Cagney <ac131313@redhat.com>
9044
9045 * gdbint.texinfo (Target Architecture Definition): Delete
9046 description of TARGET_BYTE_ORDER_DEFAULT.
9047
f7dc1244 90482002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
9049
9050 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
9051 <mitya@cavia.pp.ru>.
9052
3d6e1b5a
AC
90532002-01-23 Andrew Cagney <ac131313@redhat.com>
9054
9055 * libgdb.texinfo: Delete file.
9056
6c0e9fb3
AC
90572002-01-22 Andrew Cagney <ac131313@redhat.com>
9058
9059 * gdb.texinfo: Remove makeinfo 3.12 hacks.
9060 * gdbint.texinfo: Ditto.
9061
e0ce93ac
AC
9062Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
9063
9064 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
9065
be298bcc
AC
90662002-01-22 Andrew Cagney <ac131313@redhat.com>
9067
9068 * Makefile.in: Update copyright.
9069 (TEXI2DVI): Define.
9070 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
9071 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
9072 gdb-cfg.texi.
9073 (TEXINDEX, PDFTEX): Delete makefile variables.
9074
8e04817f
AC
90752002-01-22 Andrew Cagney <ac131313@redhat.com>
9076
9077 * gdb.texinfo (Protocol): Move section to appendix.
9078
6b2f586d
AC
90792002-01-21 Andrew Cagney <ac131313@redhat.com>
9080
9081 * gdb.texinfo (Remote Debugging): Create a menu.
9082 (Top): Add ``Remote Debugging'' to menu.
9083
6f05cf9f
AC
90842002-01-21 Andrew Cagney <ac131313@redhat.com>
9085
9086 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
9087 serial protocol'' from here.
9088 (Remote Debugging): To here. New chapter.
9089
3fd3d7d2
AC
90902002-01-20 Andrew Cagney <ac131313@redhat.com>
9091
9092 * gdbint.texinfo (Target Architecture Definition): Delete
9093 description of TARGET_BYTE_ORDER_SELECTABLE_P.
9094
7fd60527
AC
90952002-01-20 Andrew Cagney <ac131313@redhat.com>
9096
9097 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
9098 are no longer needed.
9099 (Porting GDB): Add maintainer note about configure.host.
9100
c2f05ac9
AC
91012002-01-20 Andrew Cagney <ac131313@redhat.com>
9102
9103 * gdbint.texinfo (Target Architecture Definition): Remove
9104 definition of IEEE_FLOAT.
9105
f7dc1244 91062002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
9107
9108 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
9109 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
9110 <3diff@gnu.org>
231b2aad 9111
82600034
AC
91122002-01-19 Andrew Cagney <ac131313@redhat.com>
9113
9114 * gdbint.texinfo (Host Definition): Remove references to
9115 MALLOC_INCOMPATIBLE.
9116
7708fa01
AC
91172002-01-17 Andrew Cagney <ac131313@redhat.com>
9118
9119 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
9120 and xyz-xdep.o.
9121
eb12ee30
AC
91222002-01-17 Andrew Cagney <ac131313@redhat.com>
9123
889bf7c5 9124 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
9125 (Set Breaks): Copy ``maint info breakpoint'' doco to
9126 ``Maintenance Commands'' appendix. Add reference.
9127
c9ccaa92
AC
91282002-01-17 Andrew Cagney <ac131313@redhat.com>
9129
9130 * fdl.texi: Remove next/prev from @node.
9131
f7dc1244 91322002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
9133
9134 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
9135 for monstrous @multitable (from Brian Youmans).
9136
9137 * fdl.texi: New file.
9138
9139 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
9140
8973da3a
AC
91412002-01-15 Andrew Cagney <ac131313@redhat.com>
9142
9143 * gdbint.texinfo (Releasing GDB): New chapter.
9144
7d86b5d5
AC
91452002-01-14 Andrew Cagney <ac131313@redhat.com>
9146
9147 * gdb.texinfo (Embedded Processors, Calling program functions):
9148 Obsolete references to a29k.
9149
cc1cb004
AC
91502002-01-13 Andrew Cagney <ac131313@redhat.com>
9151
9152 * gdbint.texinfo (Coding): Review Cleanups section. Examples
9153 examples. Document that a code-block should do or discard its
9154 cleanups before exit.
9155
79f12247
MS
91562002-01-11 Michael Snyder <msnyder@redhat.com>
9157
9158 * gdb.texinfo (Choosing files): Change @samp to @file.
9159
19837790
MS
91602002-01-05 Michael Snyder <msnyder@redhat.com>
9161
9162 * gdb.texinfo (--pid): Document new command line option (attach).
9163
f7dc1244 91642002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
9165
9166 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
9167 in the stub.
9168
d7449b42
AC
91692002-01-04 Andrew Cagney <ac131313@redhat.com>
9170
9171 * gdbint.texinfo (Target Architecture Definition): Replace
9172 BIG_ENDIAN with BFD_ENDIAN_BIG.
9173
f23631e4
AC
91742002-01-03 Andrew Cagney <ac131313@redhat.com>
9175
9176 * gdbint.texinfo (Target Architecture Definition): Replace
9177 value_ptr with struct value pointer.
9178
72c9928d
EZ
91792002-01-02 Eli Zaretskii <eliz@gnu.org>
9180
9181 * gdb.texinfo (Free Software): Fix wording.
9182
959acfd1
EZ
91832001-12-31 Eli Zaretskii <eliz@gnu.org>
9184
9185 * gdb.texinfo (Free Software): New section ``Free Software Needs
9186 Free Documentation''.
9187
f7dc1244 91882001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
9189
9190 * stabs.texinfo:
9191 * gdb.texinfo:
9192 * gdbint.texinfo:
9193 * libgdb.texinfo:
9194 * annotate.texi: Fix the application of GFDL in the Copyright notice.
9195
6600abed
MS
91962001-12-29 Michael Snyder <msnyder@redhat.com>
9197
9198 * gdb.texinfo (maint info sections): Fix typo.
9199
f6680716
MS
92002001-12-26 Michael Snyder <msnyder@redhat.com>
9201
fe95c787
MS
9202 * gdb.texinfo (maint info sections): Document.
9203
a9331b3f 9204 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
9205 'info proc' sub-options that are currently not implemented.
9206
c3d3ce5b
JB
92072001-12-20 Jim Blandy <jimb@redhat.com>
9208
9209 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
9210
778eb05e
AC
92112001-12-15 Andrew Cagney <ac131313@redhat.com>
9212
9213 * gdbint.texinfo (Target Architecture Definition): Replace
9214 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
9215
2607059c
AC
92162001-12-01 Andrew Cagney <ac131313@redhat.com>
9217
9218 * gdbint.texinfo (Host Definition): Delete documentation on
9219 HOST_BYTE_ORDER.
9220
df0cd8c5
JB
92212001-11-30 Jim Blandy <jimb@redhat.com>
9222
9223 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 9224 overlay support. Add to top-level menu.
df0cd8c5 9225
88118b3a
TT
92262001-11-26 Tom Tromey <tromey@redhat.com>
9227
9228 * gdb.texinfo (Command Syntax): Document C-o binding.
9229
96565e91
CF
92302001-07-26 Christopher Faylor <cgf@redhat.com>
9231
9232 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
9233 use since it is described in the referenced section.
9234
f7dc1244 9235 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
9236 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
9237 clearer when using DJGPP.
9238
2a3d5645
CF
92392001-11-24 Christopher Faylor <cgf@redhat.com>
9240
9241 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
9242 specifically refer to MS-DOS.
9243 (command files): Mention gdb.ini is only used on MS-DOS.
9244
aa26fa3a
TT
92452001-11-21 Tom Tromey <tromey@redhat.com>
9246
9247 * gdb.texinfo (Invoking GDB): Document --args.
9248 (Mode Options): Likewise.
9249
4f8ada06
JB
92502001-11-21 Jim Blandy <jimb@redhat.com>
9251
9252 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
9253 Delete documentation; this macro has been removed from the
9254 sources.
4f8ada06 9255
3fe0dc10
JB
92562001-11-13 Jim Blandy <jimb@redhat.com>
9257
9258 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
9259
9e5abb06
CV
92602001-11-06 Corinna Vinschen <vinschen@redhat.com>
9261
9262 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
9263
1c5dfdad
MS
92642001-11-05 Michael Snyder <msnyder@redhat.com>
9265
a9331b3f 9266 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
9267 quote regexp chars in function names such as "operator*()".
9268
990f9fe3
FF
92692001-11-01 Fred Fish <fnf@redhat.com>
9270
9271 * gdbint.texinfo (SOLIB_ADD): Document additional new
9272 "readsyms" arg.
9273
b433d00b
DH
92742001-10-30 Don Howard <dhoward@redhat.com>
9275
070b1dd3
DH
9276 * gdb.texinfo: (Command Files) Added documentation for the
9277 behavior of gdb with input redirected from a file.
b433d00b 9278
b7209cb4
FF
92792001-10-28 Fred Fish <fnf@redhat.com>
9280
9281 * gdb.texinfo (auto-solib-add): Change docs to match
9282 implementation change.
9283 (auto-solib-limit): Add docs for new variable.
9284
1aa20aa8
AC
92852001-10-15 Andrew Cagney <ac131313@redhat.com>
9286
9287 * gdbint.texinfo (Target Architecture Definition): Function
9288 value_as_pointer renamed to value_as_address.
9289
fc0c74b1
AC
92902001-10-15 Andrew Cagney <ac131313@redhat.com>
9291
9292 * gdbint.texinfo (Target Architecture Definition): Default
9293 POINTER_TO_ADDRESS functions assume unsigned addresses.
9294 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
9295 posting by Jim Blandy.
9296
f4846649
JB
92972001-10-12 Jim Blandy <jimb@redhat.com>
9298
9299 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
9300 version of texi2html (1.64) doesn't support this flag any more.
9301
f277788b
MK
93022001-09-08 Mark Kettenis <kettenis@gnu.org>
9303
a9dc4918
MK
9304 * gdbint.texinfo (Host Definition): Remove description of
9305 MEM_FNS_DECLARED.
9306
d28379df
MK
9307 * gdbint.texinfo (Host Definition): Remove description of R_OK.
9308
f277788b
MK
9309 * gdbint.texinfo (Host Definition): Remove description of
9310 HAVE_SIGSETMASK.
9311
7ccaa899
EZ
93122001-09-04 Elena Zannoni <ezannoni@redhat.com>
9313
9314 * gdbint.texinfo (Target Architecture Definition): Add
9315 explanation of TARGET_PRINT_INSN macro.
9316
17d9d558
JB
93172001-08-30 Jim Blandy <jimb@redhat.com>
9318
9319 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
9320 Explain what it means to load relocatable files.
9321
72cde065
JB
93222001-08-28 Jim Blandy <jimb@redhat.com>
9323
9324 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
9325 info `top' menu.
9326
9e678452
CF
9327Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
9328
9329 * gdbint.texinfo: Add a cautionary note about macro use.
9330
a2bea4c3 93312001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 9332
a2bea4c3
CV
9333 * gdb.texinfo: Explain omitting the hostname in the
9334 `target remote' command.
9335
1129bf27
DJ
93362001-07-30 Daniel Jacobowitz <drow@mvista.com>
9337
9338 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
9339 and END-INFO-DIR-ENTRY.
9340
732b3002
SC
93412001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9342
9343 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
9344
89437448
AC
93452001-07-25 Andrew Cagney <ac131313@redhat.com>
9346
9347 * gdbint.texinfo (libgdb): Rewrite.
9348
f7dc1244 93492001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
9350
9351 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
9352
c4555f82
SC
93532001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9354
9355 * gdb.texinfo (TUI): New chapter, document the TUI.
9356 (Mode Options): Document the -tui option.
9357
2f45a6e0
MK
93582001-07-23 Mark Kettenis <kettenis@gnu.org>
9359
9360 * gdbint.texinfo (Host Definition): Remove description of
9361 NEED_POSIX_SETPGID.
9362
f7dc1244 93632001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
9364
9365 * gdb.tex (DJGPP Native): New node, with descriptions of
9366 DJGPP-specific commands.
9367
be9c6c35
JM
93682001-07-19 John R. Moore <jmoore@redhat.com>
9369
9370 * gdbint.texinfo: Three misspellings.
9371
dfa249fb
AC
93722001-07-06 Andrew Cagney <ac131313@redhat.com>
9373
9374 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
9375 `test` expressions on bash. Problem reported by Colin Walters.
9376
c72e7388
AC
93772001-07-04 Andrew Cagney <ac131313@redhat.com>
9378
9379 * gdbint.texinfo (User Interface): Update ui-out documentation to
9380 refelect recent UI/MI updates.
9381
94bbb2c0
AC
93822001-07-04 Andrew Cagney <ac131313@redhat.com>
9383
9384 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
9385 interpreters.
9386
af6c57ea
AC
93872001-06-15 Andrew Cagney <ac131313@redhat.com>
9388
9389 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
9390 structure and not macros.
9391 (Host Definition): Document that much of this chapter is obsolete.
9392 (Target Architecture Definition): Update list of files that make
9393 up a target architecture.
9394 (Coding): Update.
9395
83aa8bc6
AC
93962001-06-28 Andrew Cagney <ac131313@redhat.com>
9397
9398 * gdbint.texinfo (Target Architecture Definition): Update
9399 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
9400 The latter has been changed to a true predicate.
9401
f7dc1244 94022001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
9403
9404 * annotate.texi: Add @noindent where needed. From Dmitry
9405 Sivachenko <dima@Chg.RU>.
9406 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
9407
656db9b0
AC
94082001-06-16 Andrew Cagney <ac131313@redhat.com>
9409
9410 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
9411
df2396a1
AC
94122001-06-14 Andrew Cagney <ac131313@redhat.com>
9413
9414 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
9415 returns ``OK''. Document that the ``R'' packet does not reply.
9416
0f1f2b0a
MS
94172001-06-13 Michael Snyder <msnyder@redhat.com>
9418
9419 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
9420
f7dc1244 94212001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
9422
9423 * gdb.texinfo (Signals): Clarify the default setting of signal
9424 handling.
9425
a5d7c491
AC
94262001-05-14 Andrew Cagney <ac131313@redhat.com>
9427
9428 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
9429 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
9430
05a54c4f
AC
94312001-05-12 Andrew Cagney <ac131313@redhat.com>
9432
9433 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
9434
f7dc1244 94352001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
9436
9437 * gdbint.texinfo (Clean Design and Portable Implementation):
9438 Renamed from "Clean Design".
9439 (Clean Design and Portable Implementation): Document portable
9440 methods of handling file names, and the associated macros.
9441
f7dc1244 94422001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
9443
9444 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
9445 command and provide a cross-reference to its description.
9446 (Symbols): Note that "info scope" is useful for trace experiments.
9447
f7dc1244 94482001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 9449
b37052ae
EZ
9450 * gdb.texinfo (Symbols): Document "info scope".
9451 (Tracepoints): New chapter.
9452 (Contributors): Update for v5.1.
9453 <All nodes>: Change "C++" to "C@t{++}".
9454
0ee54786
EZ
9455 * gdbint.texinfo (User Interface): A new section about ui_out
9456 functions, based on text written by Fernando Nasser.
9457
c534679c
EZ
9458 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
9459
f7dc1244 94602001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 9461
e9c75b65
EZ
9462 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
9463
9464 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
9465
9466 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
9467 Replace "GDB" with "@value{GDBN}". Fix markup.
9468
9469 * annotate.texi: Change Permissions to GFDL. Update Copyright.
9470
3d67e040
EZ
9471 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
9472 a cross-reference to its description.
9473 (Symbols): Document "info symbol".
9474
f7dc1244 94752001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
9476
9477 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
9478 subsection "x86 Watchpoints".
9479 (Target Architecture Definition): Document the macros
9480 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
9481 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
9482
b0ed3589
AC
94832001-03-20 Andrew Cagney <ac131313@redhat.com>
9484
9485 * gdbint.texinfo (Target Architecture Definition): Update
9486 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
9487 list.
9488
b6ba6518
KB
94892001-03-06 Kevin Buettner <kevinb@redhat.com>
9490
9491 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
9492 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
9493
f7dc1244 94942001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
9495
9496 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
9497
f7dc1244 94982001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 9499
17cc6a06
EZ
9500 * gdb.texinfo (Environment): Document that `path' does not change
9501 the value of PATH in GDB's own environment (it did in the past,
9502 but that was changed on March 15, 1994). Reported by Doug Evans
9503 <dje@transmeta.com>.
9504
56caf160
EZ
9505 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
9506 its line. Fix markup of commands and macros. Add an Index node
9507 and index entries.
9508
29e57380
C
95092001-01-23 J.T. Conklin <jtc@redback.com>
9510
9511 * gdb.texinfo (Memory region attributes): New manual section.
9512
1c6147de
ND
95132001-01-04 Nicholas Duffek <nsd@redhat.com>
9514
9515 * gdbint.texinfo (POP_FRAME): Document use by return_command.
9516
f7dc1244 95172000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
9518
9519 * refcard.tex: Version and copyright fixed. From Phil Edwards
9520 <pedwards@disaster.jaj.com>.
9521
0dcedd82
AC
9522Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
9523
9524 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 9525 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 9526
3b851bce
AC
9527Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
9528
9529 * gdbint.texinfo (Coding): Update current value of
889bf7c5 9530 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 9531
f7dc1244 95322000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
9533
9534 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
9535 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
9536
b90a5f51
CF
95372000-11-10 Christopher Faylor <cgf@cygnus.com>
9538
9539 * gdb.texinfo: Document new 'set step-mode' command.
9540
f7dc1244 95412000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
9542
9543 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
9544 changes from Dmitry Sivachenko <dima@Chg.RU>.
9545
f7dc1244 95462000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
9547
9548 * gdb.texinfo (Hooks): Document the new post-hook functionality.
9549 From Steven Johnson <sbjohnson@ozemail.com.au>.
9550
2e685b93
MK
95512000-08-10 Mark Kettenis <kettenis@gnu.org>
9552
9553 * gdbint.texinfo (Overall Structure): Spelling fix.
9554
f7dc1244 95552000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
9556
9557 * gdbint.texinfo (Target Architecture Definition): Document that
9558 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
9559 for which REGISTER_CONVERTIBLE returns a zero value.
9560
63ac3005
EZ
95612000-07-08 Christopher Faylor <cgf@cygnus.com>
9562
9563 * Makefile.in (install-info): Find files to install in either the
9564 build or source directories (adapted from Makefile.am).
9565
bd79f757
ND
95662000-07-07 Nicholas Duffek <nsd@redhat.com>
9567
9568 * stabs.texinfo: Fix spelling errors.
9569 (String Field): FILE-NUMBER starts from 0, not 1.
9570
f7dc1244 95712000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
9572
9573 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 9574 Brian Youmans.
5f208f6d 9575
f7dc1244 95762000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
9577
9578 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
9579 the source directory. Reported by Mark Harig
9580 <markh@frazier.landmark.com>.
cc542d3b 9581
f3b28801
C
95822000-06-20 J.T. Conklin <jtc@redback.com>
9583
9584 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
9585
449f3b6c
AC
9586Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
9587
9588 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 9589 Generate using pdftex.
449f3b6c 9590 (PDFTEX): Define.
889bf7c5 9591 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 9592 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 9593 @contents at the start.
449f3b6c 9594
f7dc1244 95952000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
9596
9597 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 9598 Youmans.
48e934c6 9599
9e9c5ae7
AC
9600Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
9601
9602 From Brian Youmans:
9603 * gdb.texinfo: Fix ``et al.''.
9604
c741b251
AC
9605Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
9606
9607 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 9608 loop.
c741b251 9609
4ab64e14
JG
96102000-05-19 Jimmy Guo <guo@cup.hp.com>
9611
9612 * configure: Regenerate.
9613
f7dc1244 96142000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
9615
9616 * Makefile.in (install-info): Run install-info on installed Info
9617 files.
9618
8c70017b
AC
9619Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
9620
a7cb598a 9621 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 9622 Andrew Cagney.
8c70017b 9623
f7dc1244 96242000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
9625
9626 * gdb.texinfo: Proofreading changes from Brian Youmans.
9627
bf0184be
ND
96282000-05-01 Nick Duffek <nsd@cygnus.com>
9629
9630 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
9631 startup sequence, minor edits.
9632
f7dc1244 96332000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
9634
9635 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
9636 TeX.
9637
9638 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
9639 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
9640 like `n' and `s' which look weird. Convert some of the @kindex to
9641 @vindex, when they refer to variables, not commands.
9642
33e16fad
AC
9643Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
9644
9645 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
9646
f7dc1244 96472000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
9648
9649 * Makefile.in (GDBMI_DIR): New variable.
9650 (SET_TEXINPUTS): Add $(GDBMI_DIR).
9651 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
9652 (gdbmi.texinfo): New target, for texi2roff.
9653 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
9654 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
9655
9656 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
9657 gdbmi.texinfo.
9658 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
9659 comment.
9660
d167840f
EZ
96612000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9662
9663 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 9664 command.
d167840f 9665
f7dc1244 96662000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
9667
9668 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
9669 prevents the build (and is generally a Bad Idea).
9670
f7dc1244 96712000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
9672
9673 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
9674 a comma inside @var.
9675 (Command Files): Index markup changes from Dmitry Sivachenko
9676 <dima@Chg.RU>.
9677
f7dc1244 96782000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
9679
9680 * Makefile.in (LN_S): Define.
9681 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
9682 invoke "ln -s" unless it is known to work.
9683
9684 * configure.in (AC_PROG_LN_S): Add.
9685
8dc7983f
JB
96862000-04-14 Jim Blandy <jimb@redhat.com>
9687
9688 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
9689 section.
9690 (Target Conditionals): Document ADDRESS_TO_POINTER,
9691 POINTER_TO_ADDRESS.
9692
1a8237e8
DB
96932000-04-11 Daniel Berlin <dan@cgsoftware.com>
9694
9695 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
9696 gdb-cfg.texi to get the value.
9697
ca526f1a
JB
96982000-04-10 Jim Blandy <jimb@redhat.com>
9699
9700 * gdbint.texinfo (Target Architecture Definition): Fix
9701 cross-references.
9702
faaafcb4
JB
97032000-04-08 Jim Blandy <jimb@redhat.com>
9704
9705 * gdbint.texinfo (Using Different Register and Memory Data
9706 Representations): New section.
9707 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
9708 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
9709 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 9710
1b27397f
AC
9711Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
9712
9713 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 9714 for acknowledgments.
1b27397f 9715
480ff1fb
AC
9716Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
9717
9718 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 9719 qThreadExtraInfo.
480ff1fb 9720
a9331b3f 97212000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 9722
a9331b3f
RM
9723 * gdb.texinfo: Clarify which remote debug protocol commands are
9724 required and which are optional.
f1251bdd 9725
dbeb8dbd
AC
9726Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
9727
9728 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
9729 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
9730 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
9731 * annotate.texi: Update.
9732
6d2ebf8b
SS
97332000-03-28 Stan Shebs <shebs@apple.com>
9734
9735 * gdb.texinfo: Update dates, bump to Eighth Edition (note
9736 expectation of additional changes before release), update
9737 ISBN, add copy of top-level menu for @ifhtml, remove explicit
9738 node links, rephrase and/or shorten lines to fix formatting
9739 problem in both regular and @smallbook formats.
9740 * annotate.texi: Shorten lines in example, use smallexample
9741 consistently everywhere.
9742 * Makefile.in: Add comment about texinfo 4.0 html generation.
9743 (SFILES_INCLUDED): Add annotate.texi.
9744
5d161b24
DB
97452000-03-27 Daniel Berlin <dan@cgsoftware.com>
9746
5ae4183a
AS
9747 * gdb.texinfo (Debugging Output): Added new section, documenting
9748 the "set/show debug" commands.
5d161b24 9749
b9deaee7
AC
9750Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
9751
9752 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 9753 entry.
b9deaee7
AC
9754
9755 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
9756 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 9757 @chapter and @node entries.
a9331b3f 9758
b9deaee7 9759 * gdb.texinfo: Link all top-level nodes.
a9331b3f 9760
9ef47d30
AC
9761Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
9762
9763 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 9764 files.
9ef47d30 9765
cfeada60
FN
97662000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
9767
9768 From David Whedon <dwhedon@gordian.com>
5ae4183a 9769 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 9770
6837a0a2
DB
97712000-03-22 Daniel Berlin <dan@cgsoftware.com>
9772
9773 * gdb.texinfo: Add documentation for the apropos command.
9774
bba2971c
MS
97752000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
9776
9777 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
9778
2b628194
MS
97792000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
9780
a9331b3f 9781 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
9782 two places.
9783
96a2c332
SS
97842000-03-17 Stan Shebs <shebs@apple.com>
9785
9786 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
9787 <dima@Chg.RU>, also clarification of allowed content for
9788 string constants.
9789
f7dc1244 97902000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
9791
9792 * gdb.texinfo (main menu): Add Annotations.
9793 (File Options): Add @cindex entries for each command-line option.
9794 Document --epoch, --annotate, --async, --interpreter, --write,
9795 --statistics, and --version.
9796
9797 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
9798 of GDB.
9799
9d233477
JB
98002000-02-23 Jim Blandy <jimb@redhat.com>
9801
9802 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
9803
14e0eb3b
JB
98042000-02-22 Jim Blandy <jimb@redhat.com>
9805
9806 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
9807
3555de01
JM
98082000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
9809
9810 * Makefile.in (diststuff): New target.
9811
5e35df8e
KB
98122000-02-15 Kevin Buettner <kevinb@redhat.com>
9813
9814 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 9815 architecture. [From Jim Wilson.]
5e35df8e 9816
c5394b80
JM
98172000-01-16 Tom Tromey <tromey@cygnus.com>
9818
9819 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
9820 (Delete Breaks): Mention range arguments.
9821 (Disabling): Likewise.
9822
c3f6f71d
JM
98232000-01-05 Dmitry Sivachenko <dima@Chg.RU>
9824
9825 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
9826
c4093a6a
JM
9827Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
9828
9829 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 9830 valid functions.
c4093a6a 9831
11cf8741
JM
98321999-11-05 Stan Shebs <shebs@andros.cygnus.com>
9833
9834 * gdb.texinfo: Clarify regular expressions used in rbreak.
9835
917317f4
JM
98361999-10-15 Kevin Buettner <kevinb@cygnus.com>
9837
9838 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
9839 MEMORY_REMOVE_BREAKPOINT): Document.
9840
9841Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
9842
9843 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 9844 offset re-using the DATA offset instead.
917317f4 9845
2df3850c
JM
98461999-10-11 Jim Kingdon <kingdon@redhat.com>
9847
9848 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
9849
98501999-10-05 Stan Shebs <shebs@andros.cygnus.com>
9851
9852 From Dmitry Sivachenko <demon@gpad.ac.ru>:
9853 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
9854 typos.
9855
9856 * gdb.texinfo: Various minor wording and formatting improvements,
9857 mentions of additional command-line options.
9858
2acceee2
JM
98591999-09-30 Fred Fish <fnf@cygnus.com>
9860
9861 * gdb.texinfo: Document additional forms of specifying section
9862 names and addresses for the add-symbol-file command.
9863
c2c6d25f
JM
98641999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
9865
9866 * gdbint.texinfo: Fix typo, add the word "have".
9867
98681999-09-14 Jim Blandy <jimb@cris.red-bean.com>
9869
9870 * gdbint.texinfo (Target Architecture Definition): Document the
9871 SKIP_PERMANENT_BREAKPOINT macro.
9872
d4f3574e
SS
98731999-09-07 Stan Shebs <shebs@andros.cygnus.com>
9874
9875 * gdb.texinfo: Fiks speling errers.
9876
9877 * gdb.texinfo: Fix uses of @multitable.
9878
f7dc1244 9879 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 9880 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 9881 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
9882 comments about using with optimization, add more indexing,
9883 fix info about disassembly-flavor.
9884
9885Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
9886
9887 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
9888 SKIP_SOLIB_RESOLVER): Define.
9889
9890Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
9891
9892 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 9893 ``g'' packets.
d4f3574e 9894
104c1213
JM
98951999-08-30 Stan Shebs <shebs@andros.cygnus.com>
9896
9897 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
9898 platform-specific info, inline remote.texi and move sections of it
9899 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
9900 and register stack into the new chapter.
9901 * remote.texi: Remove, now part of gdb.texinfo.
9902 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
9903
99041999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
9905
9906 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
9907 GDB_TARGET_IS_MACH386): These kludges have gone away.
9908
9909Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
9910
9911 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 9912 TDEPLIBS.
104c1213 9913
53a5351d
JM
99141999-08-20 Stan Shebs <shebs@andros.cygnus.com>
9915
9916 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
9917 surrounding text to fit HP-UX bits into general info.
9918 (HPPA-cfg.texi): Remove, no longer useful.
9919
9920 * gdb.texinfo: Remove explicit links from @node lines, remove
9921 HP-added "Detailed Node Listing" from main menu which confuses
9922 things.
9923
9924 From Dmitry Sivachenko <dima@Chg.RU>:
9925 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 9926 in description of `set environment'.
53a5351d
JM
9927
99281999-08-17 Stan Shebs <shebs@andros.cygnus.com>
9929
9930 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
9931
7be570e7
JM
99321999-08-12 Ben Elliston <bje@cygnus.com>
9933
9934 * gdbint.texinfo (Breakpoint Handling): Add missing words.
9935
f7dc1244 99361999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
9937
9938 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
9939 watch, awatch, and rwatch. Explain why the latter two cannot be
9940 set as software watchpoints. Document that watchpoints for local
9941 variables are deleted when the debuggee terminates.
7be570e7
JM
9942
9943Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
9944
9945 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
9946 packet. Allow E.. response packet. "qRcmd" packet is no longer
9947 reserved.
7be570e7
JM
9948
99491999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9950
a9331b3f
RM
9951 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
9952 * gdb.texinfo: Ditto.
7be570e7 9953
96baa820
JM
99541999-08-06 Tom Tromey <tromey@cygnus.com>
9955
9956 * gdb.texinfo (KOD): New node.
9957
9958Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
9959
9960 * remote.texi (Rcmd): Fix minor formatting typos.
9961
9962Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
9963
9964 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 9965 packets.
96baa820 9966
adf40b2e
JM
99671999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
9968
9969 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
9970 fixes.
9971
43ff13b4
JM
9972Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
9973
9974 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
9975
085dd6e6
JM
9976Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
9977
9978 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
9979 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
9980 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
9981 packets that are not supported on all hosts. Expand examples.
9982 Spell check.
085dd6e6
JM
9983
99841999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
9985
9986 * Makefile.in: Recognize html, install-html. Add targets
9987 to build HTML versions of documentation via texi2html.
9988
9989Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
9990
9991 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 9992 testsuite.
085dd6e6
JM
9993
9994Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
9995
9996 * remote.texi (Communication Protocol): Rewrite.
9997
9998Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
9999
10000 * stabs.texinfo: Fix uses of xref.
10001
9e0b60a8
JM
10002Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
10003
10004 * gdbint.texinfo: Add an anti-printf exhortation, and update the
10005 info about patch submission.
10006
cce74817
JM
10007Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
10008
10009 From Per Bothner <bothner@cygnus.com>:
10010 * gdb.texinfo: Document Chill support.
10011
10012Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
10013
10014 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
10015 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
10016 Document that the value should be greater-than or equal-to zero.
10017 (NO_STD_REGS): Document. Deprecate.
cce74817 10018
ac9a91a7
JM
10019Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10020
10021 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 10022 Document that these are not used.
ac9a91a7
JM
10023
10024Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10025
10026 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
10027
392a587b
JM
10028Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
10029
10030 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 10031 numargs was dropped.
392a587b
JM
10032
10033Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
10034
10035 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
10036
b83266a0
SS
10037Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
10038
10039 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 10040 Update.
b83266a0 10041
7a292a7a
SS
10042Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
10043
10044 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
10045 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
10046
10047Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
10048
10049 * gdbint.texinfo: Fix typos: $ -> @.
10050
10051Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
10052
10053 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
10054 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
10055 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
10056 BREAKPOINT_FROM_PC.
a9331b3f 10057
7a292a7a
SS
10058Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
10059
10060 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 10061 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
10062
10063Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10064
10065 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 10066 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
10067
100681999-04-02 Stan Shebs <shebs@andros.cygnus.com>
10069
10070 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
10071 longer exists.
10072
10073Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
10074
10075 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
10076 nearly all @ifset/@ifclear conditionals; nobody uses them, and
10077 they make the manual source incomprehensible.
7a292a7a
SS
10078 * h8-cfg.texi: Remove, hasn't been used in years.
10079
c906108c
SS
10080Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
10081
10082 * gdb.texinfo: Update the credits.
10083
10084Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
10085
10086 * gdb.texinfo: Fix mistakes noticed in printout of last
10087 draft, add Alpha to discussion of heuristic fence post.
10088
10089Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
10090
10091 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
10092 Edition, merge some HP changes into mainline, describe some
10093 previously undocumented features, describe more of the target
10094 commands available, eliminate obsolete section on renamed
10095 commands.
c906108c
SS
10096 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
10097
10098Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
10099
10100 * gdb.texinfo: Make many HPPA conditionals unconditional,
10101 including catchpoint description, since now on for all configs.
10102 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
10103 specializations.
10104
10105Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
10106
10107 * Makefile.in (GDBvn.texi): Fix match expression to work with
10108 current format of VERSION in gdb/Makefile.in.
10109 * gdb.texinfo: Fix node ref to match new readline.
10110
10111Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
10112
a9331b3f
RM
10113 * gdb.texinfo: Changes made as part of a project to merge in
10114 changes made by HP. Documentation makes extensive use of
c906108c
SS
10115 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
10116 on remote debugging. There are differences in documentation
889bf7c5 10117 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
10118 the HP manual discusses catchpoints, hardware watchpoints, and
10119 some HPUX specific limitations for shared library support.
a9331b3f 10120
c906108c
SS
10121 There are also a number of @node changes.
10122
101231999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
10124
10125 * gdbint.texinfo (Formatting): Disambiguate a sentence.
10126 (C Usage): Same.
10127
10128Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
10129
10130 The following changes were made by Edith Epstein
889bf7c5
PA
10131 <eepstein@cygnus.com> as part of a project to merge in changes
10132 made by HP.
a9331b3f 10133
c906108c
SS
10134 * HPPA-cfg.texi: new file.
10135
10136 * all-cfg.texi: set HPPA for HP PA-RISC targets.
10137
10138 * refcard.tex: change documentation about catch.
10139 removed info catch.
10140
10141Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
10142
10143 * gdbint.texinfo: Expand on GDB's coding standards,
10144 specify the use of arg names with prototypes.
10145
101461998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
10147
10148 * gdb.texinfo: Fix tipo.
10149
10150Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
10151
10152 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 10153 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
10154
10155Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
10156
10157 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
10158
101591998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
10160
10161 * agentexpr.texi: New file.
10162
10163Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
10164
10165 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
10166
101671998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
10168
10169 * remote.texi: Changed wording that implied that the GDB remote
10170 protocol caches register values instead of GDB itself.
10171
10172Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
10173
10174 * gdbint.texinfo: Add some info about symbol readers.
10175 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
10176 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
10177 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
10178 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
10179
10180Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
10181
a9331b3f 10182 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
10183
10184Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
10185
10186 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
10187
10188Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
10189
10190 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 10191 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
10192
10193Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
10194
10195 * gdbint.texinfo: Fix minor typos.
10196
10197Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
10198
10199 * gdbint.texinfo: Complete overhaul. Group descriptions more
10200 logically, add more info on generic algorithms, remove much
10201 obsolete and/or wrong material.
10202
10203Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
10204
10205 * stabs.texinfo (Method Type Descriptor): Expand and correct.
10206
10207Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
10208
10209 * refcard.tex: Copyright, address updates.
10210
10211Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
10212
10213 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
10214 for the edition instead of confusing GDB-version-like numbers.
10215
10216Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
10217
10218 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
10219
10220Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
10221
5ae4183a 10222 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
10223
10224Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
10225
10226 * gdb.texinfo: Add some credits, mention bug monitor.
10227 * remote.texi: Mention mips monitor targets.
10228 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 10229
c906108c
SS
10230Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
10231
10232 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
10233 files, finish sorting of host vs target vs native macros, describe
10234 some more of them.
c906108c
SS
10235
10236Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
10237
10238 * gdbint.texinfo (Host Conditionals): Document change from
10239 using NO_MMALLOC to it's inverse, USE_MMALLOC.
10240
10241Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
10242
10243 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 10244 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
10245
10246Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
10247
10248 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
10249 Document LSEEK_NOT_LINEAR.
10250
10251Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
10252
10253 * stabs.texinfo (Stab Section Basics): Make it clear that only
10254 some versions of the GNU linker remove the leading N_UNDF symbol.
10255
10256Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
10257
10258 * stabs.texinfo (String Field): Document type number pairs here,
10259 instead of in the Sun specific section.
10260 (Include Files): The GNU linker supports the N_BINCL
10261 optimization. Clarify the N_BINCL value, and what it is used
10262 for.
10263 (Procedures): Document N_FUN with an empty string to mark the end
10264 of a function.
10265 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
10266 (Sun Differences): Remove this node, as the information is now
10267 elsewhere in the main document.
10268 (Stab Section Basics): Mention that the GNU linker may optimize
10269 stabs and remove the leading N_UNDF symbol.
10270
10271Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
10272
10273 * gdb.texinfo, refcard.tex: Restore author credit
10274
10275Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
10276
10277 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
10278 documentation to account for START and END macros taking
10279 one arg.
10280
10281Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
10282
10283 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
10284 * gdb.texinfo (Frames): Fix typo.
10285
10286Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
10287
10288 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
10289 a target_signal as arg type, not a pid.
10290
10291Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
10292
10293 * gdb.texinfo: Document `set assembly-language'.
10294
10295Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
10296
10297 * remote.texi: Update list of stubs in the GDB distribution.
10298
10299Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
10300
10301 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
10302 Also document that some systems can use mmalloc but must define
10303 this if their C runtime allocates memory that is later freed.
c906108c 10304 (MMCHECK_FORCE): Document new macro.
a9331b3f 10305
c906108c
SS
10306Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
10307
10308 * remote.texi: Add documentation for target Sparclet.
10309
10310Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10311
a9331b3f 10312 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
10313 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
10314 * configure.in: Rewritten for autoconf.
10315 * configure: New.
10316
10317Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
10318
10319 * Makefile.in (DVIPS): New define, set to dvips.
10320 (dvi): Add stabs.dvi.
10321 (ps): New target.
10322 (all-doc): Depend on info, dvi, and ps targets.
10323 (STAGESTUFF): Add *.ps and *.dvi files.
10324 (clean-info, clean-dvi): Remove.
10325 (mostlyclean): Does not depend upon clean-info or clean-dvi,
10326 rules completely rewritten.
10327 (maintainer-clean): Remove clean-info and clean-dvi
10328 dependencies and put their actions in the rules.
10329 (gdb.ps): New target
a9331b3f 10330 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
10331 intermediate TeX files, whether they have 2 or 3 character
10332 extensions.
10333 (gdbint.ps): Add target and rules.
10334 (gdb-internals): Delete unused target.
10335 (Makefile): Depends upon config.status also.
10336
10337Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
10338
10339 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
10340 set.
10341
10342Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
10343
10344 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
10345 * gdb.texinfo (Expressions): Fix erroneous array constant example.
10346
10347Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
10348
10349 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
10350
10351Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10352
10353 * gdb.texinfo (Print settings): Document
10354 `set/show print static-members' commands.
10355
10356Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
10357
10358 * gdbint.texinfo (Native): Document name change, coredep.c to
10359 core-aout.c.
10360
10361Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
10362
10363 * stabs.texinfo (Include Files): Document the values the SunOS4
10364 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
10365
10366Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
10367
10368 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
10369 Fix typo.
10370
10371Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
10372
10373 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
10374 "gdb.tar.Z".
10375
10376Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
10377
10378 * Makefile.in (maintainer-clean): New target, synonym for
10379 realclean.
10380
10381Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
10382
10383 * Update all FSF addresses except those in COPYING* files.
10384
10385Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
10386
10387 From Richard Earnshaw (rearnsha@armltd.co.uk):
10388 * gdb.texinfo (convenience variables): Document $_exitcode.
10389 (quit): Document optional expression to use as exit code.
10390
10391Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
10392
10393 * gdb.texinfo, remote.texi: Brought up to date with various
10394 GDB changes.
10395
10396Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
10397
10398 * gdb.texinfo: Update dates and versions, fix comments about
10399 hardware watchpoints in future releases and about the
10400 sharedlibrary command.
10401
10402Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10403
10404 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
10405 C_FUN stab. Other cleanups.
10406
10407Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10408
10409 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
10410 for the sparc stub.
10411
10412Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10413
10414 * annotate.texi: Clarify which addresses have differing formats
10415 depending on the language and which do not.
10416
10417Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10418
10419 * remote.texi (NetWare): Changed example to use BOARD= instead of
10420 NODE= argument to reflect correspoding change to gdbserve.nlm.
10421
10422Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10423
10424 * stabs.texinfo (Negative Type Numbers): Mention the fact that
10425 GDB, as well as AIX dbx, supports the size type attribute.
10426
10427Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10428
10429 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
10430
10431Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
10432
10433 * gdb.texinfo (Define): Document $arg0... arguments to commands,
10434 and new 'if' and 'while' commands.
10435
10436Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
10437
10438 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
10439
10440Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10441
10442 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
10443 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
10444 NetWare targets. Mostly stolen from the Server node.
10445
10446Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10447
10448 * gdb.texinfo (Setting): Talk about the language of a source file
10449 versus the working language. The old documentation did not match
10450 what GDB did.
10451
10452Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10453
10454 * stabs.texinfo (Source Files): Document N_SO used to mark the end
10455 of a source file.
10456
10457Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10458
10459 * gdb.texinfo (Processes): New node.
10460
10461Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
10462
10463 * remote.texi: Update documentation of set/show mipsfpu.
10464
3fc11d3e
JM
10465Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
10466
10467 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
10468 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
10469
10470Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
10471
10472 * gdbint.texinfo: Removed mentions of some incorrectly placed and
10473 obsolete conditionals, described some others.
10474
10475Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10476
10477 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
10478 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
10479
10480Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
10481
10482 * gdbint.texinfo: Put regex conditionals in their own table.
10483
10484Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
10485
10486 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
10487 described or fixed the descriptions of many others.
10488
10489Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
10490
10491 * gdb.texinfo: Add some more credits.
10492 * gdbint.texinfo: Capitalize GDB consistently, describe some
10493 macros and remove some.
10494
10495Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
10496
10497 * gdbint.texinfo: Removed mentions of many incorrectly placed and
10498 obsolete conditionals, described some others.
10499
10500Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10501
10502 * gdb.texinfo (help targets): Changed to `help target', which
10503 is the correct gdb command.
10504
10505Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10506
10507 * annotate.texi (TODO): New node, for keeping track of annotations
10508 suggested but not yet implemented.
10509
10510Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10511
10512 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
10513 another symbol, it is not the address itself.
10514
10515Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
10516
10517 * stabs.texinfo (Stab Section Basics): Add comment about alignment
10518 of stabs-in-coff sections.
10519
10520Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10521
10522 * annotate.texi: Change edition to 0.5 and date to May 1994.
10523 Add index.
10524 (Frames): New node, for frame annotation.
10525 (Displays): New node, for display annotation.
10526
10527 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
10528 when waiting for your program to stop.
10529
10530Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10531
10532 * annotate.texi (Breakpoint Info): Document annotation of header
10533 fields and record annotation.
10534
10535Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10536
10537 * annotate.texi: New file, to document annotations.
10538
10539Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10540
10541 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
10542 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
10543
10544Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10545
10546 * stabs.texinfo (Stab Section Basics): Say what is in .stab
10547 section, and say n_strx field is compilation unit relative.
10548 * stabs.texinfo: Don't use @code for a.out when it is the name of
10549 an object file format.
10550
10551Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10552
10553 * gdb.texinfo: Refer to file names, not path names, per rms
10554 convention.
10555 (Arguments): Fix typo.
10556
10557Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10558
10559 * stabs.texinfo (Global Variables): Talk about stabs in files
10560 where variables are referenced, but not defined.
10561
10562Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10563
10564 * stabs.texinfo: Move stuff on @ and # type descriptors from node
10565 Cplusplus to new nodes Member Type Descriptor and Method Type
10566 Descriptor. Re-write stuff for #.
10567
10568Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10569
10570 * gdb.texinfo (Print Settings): Don't document "set print
10571 fast-symbolic-addr off". The bug which it worked around was fixed
10572 on 25 Feb 94 in coffread.c, so I'm nuking the command.
10573
10574 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
10575 N_ENTRY node.
10576
10577 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
10578
10579Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10580
10581 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
10582 references to ieee-float.c.
10583
10584Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10585
10586 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
10587 match what the code actually does.
10588
10589Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10590
10591 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
10592
10593Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10594
10595 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
10596 i, and b.
10597
10598Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
10599
10600 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
10601 well as for ELF and SOM. Unify the descriptions of ELF and SOM
10602 as "stabs in sections" rather than just saying "ELF and SOM".
10603 Also make that stuff apply to COFF.
10604
10605Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10606
10607 * gdb.texinfo (Formatting Documentation): Change GhostScript to
10608 Ghostscript.
10609
10610Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10611
10612 * gdb.texinfo (Continuing and Stepping): When talking about "step"
10613 versus functions without line numbers, also mention stepping into
10614 them as well as "step" when you are in them. Tell the user how to
10615 deal with the situation. Add comment about "debugging information".
10616
10617Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10618
10619 * stabs.texinfo (Enumerations): Document restriction on where
10620 enumeration types can appear and still win with GDB.
10621
10622Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10623
10624 * stabs.texinfo (Negative Type Numbers): Document format for type
10625 -16.
10626
10627Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10628
10629 * gdb.texinfo (Selection, Frame Info): Update information about
10630 arbitrary frame specficiations.
10631
10632Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
10633
10634 * gdb.texinfo, remote.texi: general editing pass prior to Net release
10635
10636Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10637
10638 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
10639
10640Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
10641
10642 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
10643
10644Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10645
10646 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
10647 Differences node to Statics node.
10648 (Statics): Discuss XCOFF use of V symbol descriptor.
10649
10650 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
10651 not clean.
10652
10653Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
10654
10655 * gdb.texinfo (Print Settings): Document `set print
10656 fast-symbolic-addr' and improve the doc for some other
10657 `set print's.
10658
10659Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10660
10661 * stabs.texinfo (String Field): Talk about defining several type
10662 numbers at once.
10663 Fix lint regarding changing node ELF Transformations to
10664 ELF and SOM Transformations.
10665
10666Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
10667
10668 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
10669
10670Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10671
10672 * stabs.texinfo (Cross-References): `::' is for nested types only
10673 within <>.
10674 (Structures): Document static members.
10675
10676Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10677
10678 * stabs.texinfo: Document S type attribute.
10679
10680Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
10681
10682 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
10683
10684Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
10685
10686 * gdbint.texinfo: Fix a few typos.
10687
10688Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10689
10690 * gdb.texinfo, remote.texi: formatting improvements
10691
10692 * gdb.texinfo (New Features): mention threads.
10693 (Summary, C): fix xrefs in newly contributed text.
10694 (Threads): index entries, clarifications, example
10695 (passim): minor typos fixed, phrasing improvements
10696
10697 * remote.texi (Bootstrapping): rephrase text on ^C and add index
10698 entries; (Server): explain use of gdbserver w/real-time systems,
10699 add example of conflicting TCP port; (MIPS Remote) break up
10700 running text into table, highlighting commands, and add example.
a9331b3f 10701
c906108c
SS
10702Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10703
10704 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
10705
10706Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10707
10708 * stabs.texinfo (Nested Symbols): New node.
10709 (String Field, Symbol Descriptors, Cross-References): Refer to it.
10710
10711Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10712
10713 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
10714 to picking which Bbss.bss symbol to use, and (because there seems to
10715 be no good way of doing it) re-write some of the text to make it
10716 sound like Bbss.bss isn't such a great idea after all (as currently
10717 designed).
10718
10719 * gdb.texinfo (C): In addition to saying people have to use g++ for
10720 good results, say they have to use stabs. Specifically say cfront
10721 doesn't work well.
10722 (Summary): Merge in information on Modula-2, Pascal, and Chill from
10723 the gdb README. Add xrefs to places where the support for the various
10724 languages is described in detail.
10725
10726Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10727
10728 * stabs.texinfo: Clean up stuff about visibility and virtual
10729 characters.
10730
10731 * stabs.texinfo (N_M2C): Cite Sun doc.
10732
10733Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10734
10735 * gdb.texinfo: updates re threads.
10736 * remote.texinfo: avoid index entries starting with digits.
10737
10738Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10739
10740 * stabs.texinfo (Enumerations): Talk about large, negative and
10741 octal values. Clean up cross reference to type attributes.
10742 (String Field): Say that GDB 4.11 supports size attribute.
10743
10744Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10745
10746 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
10747 is a mandatory step. Make the stuff about that more concise.
10748
10749Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10750
10751 * stabs.texinfo (Class Names): New node.
10752
10753 * gdb.texinfo (Command Files): Explain order of init file reading.
10754
10755 * remote.texi (Bootstrapping): Talk about getting the serial driver
10756 to deal with ^C sent by gdb to stop the remote system.
10757
10758Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
10759
10760 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
10761
10762 * libgdb.texinfo (Defining Commands): made the DOC arg
10763 to gdb_define_app_command a char * instead of char **
10764 per a suggestion from kingdon.
10765
10766 * libgdb.texinfo: total rewrite from a different starting
10767 premise.
10768
10769Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10770
10771 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
10772 floats passed as doubles (to improve clarity).
10773
10774Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10775
10776 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
10777
10778 * a4rc.sed: update to work with Andreas Vogel papersize params
10779
10780 * refcard.tex: use Andreas Vogel simplifications of papersize
10781 params; remove useless version info; update copyright date.
10782
10783Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10784
10785 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
10786
10787Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10788
10789 * gdb.texinfo (Files): Say what address the load command loads it at.
10790
10791 * stabs.texinfo (Common Blocks): Minor cleanups.
10792
10793 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
10794 that Sun has backed away from the linker kludge and thus the relevant
10795 issue is changes to the SunPRO tools, not the Solaris linker.
10796
10797 * stabs.texinfo (Traditional Integer Types): Clean up description
10798 of octal bounds a little bit. Document extra leading zeroes.
10799
10800Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10801
10802 * gdb.texinfo (Signaling): Update for symbolic symbol names
10803 and add a section explaining the difference between the GDB
10804 signal command and the shell kill utility.
10805
10806Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
10807
10808 * libgdb.texinfo: added `@' to braces that were unescaped.
10809
10810Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
10811
10812 * libgdb.texinfo: new file. Spec for the gdb library.
10813
10814Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10815
10816 * stabs.texinfo (Include Files): Fix typo (start -> end).
10817
10818Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10819
10820 * gdb.texinfo, remote.texi: assorted small improvements, mostly
10821 from Melissa at FSF's editing pass.
10822
10823Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10824
10825 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
10826 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
10827 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
10828
10829Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10830
10831 * remote.texi (Bootstrapping): Discuss 386 call gates.
10832
10833Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
10834
10835 * stabs.texinfo (Based Variables): New node.
10836
10837Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
10838
10839 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
10840 names, sizes, and formats to suggest how not to lose.
10841
10842Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
10843
10844 * stabs.texinfo (Methods): Fix typo.
10845
10846Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
10847
10848 * gdb.texinfo: Fix a few typos.
10849
10850Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10851
10852 * gdb.texinfo: Clarify how well it works with Fortran.
10853
10854 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
10855 More on relocating stabs in ELF files.
10856
10857Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10858
10859 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
10860
10861Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10862
10863 * stabs.texinfo (Local Variable Parameters): Talk about nameless
10864 parameters on VAX.
10865
10866Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10867
10868 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
10869
10870Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10871
10872 * stabs.texinfo: Make info author notice match the TeX author notice.
10873
10874Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
10875
10876 * stabs.texinfo: Initial-caps all words in node names and
10877 non-trivial words in section names.
10878
10879Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10880
10881 * stabs.texinfo: Many minor cleanups.
10882
10883 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
10884
10885Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
10886
10887 * stabs.texinfo: Remove full description of big example.
10888 It's not really helpful; just use pieces of it where appropriate.
10889 Add more Texinfo formatting directives (@samp, etc.).
10890 Use @deffn to define stab types.
10891 Eliminate some wordiness. Break up some nodes.
10892 Add an (alphabetized) index of symbol types.
10893 Use consistent capitalization style in node and section names.
10894
10895Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
10896
10897 * gdb.texinfo: Change typo "Two two" to "The two".
10898
10899Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10900
10901 * stabs.texinfo (XCOFF-differences): Remove references to
10902 non-existent types N_DECL and N_RPSYM.
10903
10904 * stabs.texinfo (String Field): Say that type attributes bug is
10905 fixed in GDB 4.10, since it is.
10906
10907 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
10908
10909Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
10910
10911 * stabs.texinfo: Formatting cleanups.
10912
10913Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10914
10915 * stabs.texinfo: When explaining the n_type of a stab, standardize
10916 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
10917 no tabs, use @r).
10918 (Global Variables): Clean up.
10919
10920Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10921
10922 * stabs.texinfo (Stack Variables): Re-write.
10923
10924Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10925
10926 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
10927 addresses of a source file. Also revise formatting.
10928 Change "object module" or "object file" to "source file".
10929 Various: Miscellaneous cleanups.
10930
10931Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10932
10933 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
10934
10935Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
10936
10937 * gdbint.texinfo: Removed many nonsensical machine-collected
10938 host and target conditionals, described some of the remainder.
10939
10940Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10941
10942 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
10943
10944 * gdbint.texinfo (Top): Add name to @top line, and re-write the
10945 paragraph which follows.
10946
10947 * gdbint.texinfo (Host): Use @code not @samp for Makefile
10948 variables. Looks better and avoids overful hbox.
10949
10950Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10951
10952 * stabs.texinfo (Procedures): Improve stuff on nested functions.
10953
10954Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10955
10956 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
10957 retransmit-timeout
10958
10959Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10960
10961 * gdbint.texinfo: Update statement about `some ancient Unix
10962 systems, like Ultrix 4.0' to Ultrix 4.2.
10963
10964Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
10965
10966 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
10967
10968 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
10969
10970 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
10971 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
10972
10973 * remote.texi: new name for former gdbinv-s.texi
10974
10975 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
10976
10977Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
10978
10979 * gdbinv-s.texi: Documented timeout and retransmit-timeout
10980 variables for MIPS remote debugging protocol.
10981
10982Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10983
10984 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
10985
10986Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
10987
10988 * Makefile.in (refcard.dvi): Use srcdir where necessary.
10989
10990Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
10991
10992 * gdb.texinfo: repair conditional bugs in text markup
10993
10994Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10995
10996 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
10997 to select Modula-2 material.
10998
10999Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11000
11001 * stabs.texinfo: Cleanups regarding statics.
11002
11003 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
11004 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
11005
11006Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11007
11008 * stabs.texinfo: N_MAIN is sometimes used for C.
11009
11010Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11011
11012 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
11013
11014Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
11015
11016 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 11017 removed from the code by Kingdon.
c906108c
SS
11018
11019Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11020
11021 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
11022 input when evaluating breakpoint conditions; the bug has been fixed.
11023
11024 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
11025 sets the ignore count to N-1, not to N.
11026
11027Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11028
11029 * refcard.tex (\hoffset): correct longstanding error to match
11030 intended offset; avoids cutting off edge on some printers
11031
11032Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11033
11034 * stabs.texinfo (Parameters): Say that order of stabs is significant.
11035
11036Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11037
11038 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
11039
11040Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11041
11042 * Makefile.in: (REFEDITS) new var to control whether PS or CM
11043 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
11044 collect sed edits if any, apply to refcard before formatting;
11045 (refcard.ps) stop implying PS fonts if PS output requested;
11046 (lrefcard.ps) delete extra target for variant PS fonts
11047
11048 * refcard.tex: parametrize papersize dependent info, collect
11049 in easily replaced spot
11050
11051 * a4rc.sed: new file, edits to refcard for A4 paper
11052
11053Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11054
11055 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
11056
11057Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11058
11059 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
11060
11061Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11062
11063 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
11064 politely rather than rudely.
11065
11066Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11067
11068 * stabs.texinfo: Document common blocks.
11069
11070Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
11071
11072 * stabs.texinfo: Add some basic info about stabs-in-elf.
11073
11074Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11075
11076 * stabs.texinfo (Top): Minor cleanup.
11077
11078Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
11079
11080 * Makefile.in (install-info): remove parentdir support
11081
11082Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11083
11084 * gdb.texinfo (Copying): delete this node and references to it;
11085 RMS says this manual need not carry GPL. (passim): Improvements
11086 from last round at FSF, largely due to Ian Taylor review, and
11087 minor formatting improvements.
11088
11089 * gdbinv-s.texi (passim): Improvements from last round at FSF,
11090 largely due to Ian Taylor review. (Debug Session): minor edits to
11091 new text.
11092
11093Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
11094
11095 * Makefile.in (realclean): Remove info and dvi files too.
11096
11097Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
11098
11099 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
11100 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
11101 * gdb.texinfo: Change accordingly.
11102
11103 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
11104 N_{L,R}BRAC,N_SLINE are relative to.
11105
11106Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
11107
11108 * Makefile.in (GDBvn.texi): Update atomically.
11109
11110Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
11111
11112 * gdbinv-s.texi (Debug Session): Document exceptionHook.
11113
11114Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
11115
11116 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
11117 addresses together. Also motivate the set print symbol-filename
11118 command and suggest other solutions.
11119
11120Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
11121
11122 * gdb.texinfo (set print elements): Note that the number of
11123 elements is set to unlimited by "set print elements 0".
11124
11125Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
11126
11127 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
11128 NF_LDOUBLE means.
11129 (Stab Types): Include Solaris stab types.
11130 (Procedures): Document Solaris extensions.
11131
11132Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11133
11134 * gdb.texinfo: Add `set print symbol-filename' doc.
11135
11136Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11137
11138 * stabs.texinfo (Arrays): Talk about type definition vs. type
11139 information.
11140
11141 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
11142 the trailing semicolon.
11143
11144Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11145
11146 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
11147 and merge in other parts of the document addressing these subjects.
11148 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
11149
11150 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
11151 at the end of a range type.
11152
11153 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
11154 AIX extensions.
11155
11156Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11157
11158 * stabs.texinfo (Stabs Format): Misc fixes.
11159
11160Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11161
11162 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
11163 (Traditional builtin types): Document convex convention for long long.
11164 (Negative builtin types): Discuss type names, and misc fixes.
11165
11166Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11167
11168 * stabs.texinfo (Builtin Type Descriptors): Document the floating
11169 point types used with @samp{R} type descriptor.
11170 (Symbol Descriptors): Describe how to handle conflict between
11171 different meanings of @samp{P} symbol descriptor.
11172
11173Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11174
11175 * stabs.texinfo: Remove node Quick Reference and put its children
11176 directly under the main menu.
11177
11178 * stabs.texinfo: Many more changes to bring it into line with
11179 AIX documentation and reality. I think it now has all the
11180 information from the AIX documentation, except that I burned
11181 out when I got to variant records (Pascal and Modula-2) and
11182 all the COBOL types. Oh well, we can add them later when we're
11183 worrying more about those languages.
11184
11185 * stabs.texinfo (Automatic variables): Talk about what it means
11186 to omit the symbol descriptor.
11187
11188Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11189
11190 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
11191 gcc2 behavior with promoted args.
11192
11193Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11194
11195 * gdb.texinfo: include readline appendices in info version of manual
11196
11197Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11198
11199 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
11200 target remote.
11201
11202 * gdb.texinfo (Machine Code): more index entries for disassemble
11203
11204Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
11205
11206 * Clarify the intended use of the gdb-testers and gdb-patches
11207 mailing lists, and shrink gzip comment.
11208
11209Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11210
11211 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
11212 DOSHOST configuration of manual.
11213
11214 * gdb.texinfo (MIPS Stack): new node.
11215
11216 * all-config.texi (MIPS) new switch.
11217
11218 * gdbinv-s.texi (Nindy Options) Remove two instances of future
11219 tense; (MIPS Remote) new node.
11220
11221 * gdb.texinfo (passim) rephrases to work around makeinfo @value
11222 bug; (Environment) less passive, other small cleanups in text about
11223 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
11224 (Remote) new MIPS Remote menu entry.
11225
11226Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
11227
11228 * stabs.texinfo: Many changes to include information from the
11229 AIX documentation.
11230
11231 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
11232
11233Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
11234
11235 * gdbint.texinfo (new node Debugging GDB, elsewhere):
11236 Move a bunch of information from ../README.
11237 (Getting Started): New node.
11238
11239Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11240
11241 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
11242
11243 * gdb.texinfo: advance manual revision dates to present
11244
11245 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
11246 stop using silly Roman numerals in @set variable names
11247
11248Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
11249
11250 * stabs.texinfo (Parameters): Keep trying to get this right.
11251
11252Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
11253
11254 * stabs.texinfo (Parameters): More on "local parameters".
11255
11256Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
11257
11258 * stabs.texinfo (Parameters): Re-do "local parameters" section.
11259
11260Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
11261
11262 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
11263 (Parameters): Rewrite.
11264 (xcoff-differences, Sun-differences): Minor changes.
11265
11266Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
11267
11268 * stabs.texinfo: Minor cleanup.
11269
11270Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
11271
11272 * gdbint.texinfo: Minor xcoff stuff.
11273
11274Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
11275
11276 * gdbint.texinfo: Update for new config directory structure.
11277 Add info about internal type data structures.
11278
11279Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
11280
11281 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
11282 $(srcdir).
11283 (gdb-config.texi): Depend on file in $(srcdir).
11284
11285Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
11286
11287 * stabs.texinfo: Fixes about N_SO.
11288
11289Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11290
11291 * gdb.texinfo: include list of nonstandard init file names
11292
11293 * *-config.texi: new switch GENERIC for text that applies *only*
11294 to (usual) multiple-target version of manual
11295
11296 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
11297 h8 config
11298
11299 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
11300 in menus (rather than conditionally selected multiple alternative
11301 menus).
11302
11303 * Makefile.in: define and use DOC_CONFIG var to select
11304 configuration for GDB user manual.
11305
11306 * gdb-config.texi: delete from repository, generate from Makefile.
11307
11308 * all-config.texi: normal `generic' configuration file, formerly
11309 stored as gdb-config.texi
11310
11311Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
11312
11313 * Makefile.in: add dvi target to build all .dvi files
11314
11315Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11316
11317 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
11318
11319Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
11320
11321 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
11322 host conditionals.
11323 * stabs.texinfo: More array fixes inspired by Jim's.
11324
11325Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
11326
11327 * stabs.texinfo: Fixes re arrays and continuations.
11328
11329 * gdbint.texinfo: Add XCOFF node.
11330
11331Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
11332
11333 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
11334
11335Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
11336
11337 * stabs.texinfo: Fix for array types to mention lower bounds.
11338
11339Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
11340
11341 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
11342
11343Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
11344
11345 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
11346
11347Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
11348
11349 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
11350 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
11351
11352Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
11353
11354 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
11355
11356Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11357
11358 * gdb.texinfo, gdbinv-s.texi: misc updates
11359
11360Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
11361
11362 * gdbint.texinfo: Brief documentation for longjmp support,
11363 from an email msg by Stu.
11364
11365Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
11366
11367 * stabs.texinfo: Fix description of floating point "range"
11368 types (which really define basic types). Reported by Jim Meehan,
11369 <meehan@src.dec.com>.
11370
11371 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
11372
11373Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
11374
11375 * gdbint.texinfo: Slightly expand section on supporting a new
11376 object file format.
11377
11378Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
11379
11380 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
11381 intermediate file.
11382
11383Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11384
11385 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
11386
11387Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11388
11389 * gdbinv-s.texi: z8000 simulator target name is just "sim"
11390
11391 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
11392 as well as Z8002.
11393
11394Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
11395
11396 * gdbint.texinfo: Add sections on clean design and on how to send
11397 in changes.
11398
11399Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
11400
11401 * gdbint.texinfo: Add how to declare the result of make_cleanup.
11402
11403Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
11404
11405 * gdb.texinfo: Fix typo, reported by Karl Berry.
11406
11407Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
11408
11409 * gdb.texinfo: Add opcodes dir to GDB distribution description.
11410
11411Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11412
11413 * gdbint.texinfo: fixed a stray email address (needs @@),
11414 added @table @code to node "Native Conditionals"
11415
11416Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
11417
11418 * gdbint.texinfo: Describe coding style of GDB.
11419
11420Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
11421
11422 * stabs.texinfo: Minor wording changes.
11423
11424Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
11425
11426 * gdbint.texinfo: Improve release doc slightly.
11427
11428Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
11429
11430 * gdbint.texinfo: Improve doc of GDB config macros.
11431
11432Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
11433
11434 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
11435 These will be reinserted when examined.
11436
11437Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
11438
11439 * gdbint.texinfo: Make a start at documenting all the #if macros
11440 in GDB. At least list them all, and start separating them into
11441 host-specific and target-specific.
11442
11443Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11444
11445 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 11446 examples (not consistent w others).
c906108c
SS
11447 gdb.texinfo: issue disclaimer paragraph on cmdline options only
11448 for generic vn of doc
11449
11450Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
11451
11452 * Makefile.in: always create installation directories.
11453
11454Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11455
11456 * gdb.texinfo: in h8 config, do not describe searching commands.
11457
11458Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11459
11460 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
11461 conditionals; introduce a few generic switches that may be
11462 useful for other cross-dev or dos-hosted configs.
11463
11464 * gdb.texinfo: fix typo in "info reg" description
11465
11466Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
11467
11468 * stabs.texinfo: Minor updates from running TeX over it.
11469 * Makefile.in (stabs.dvi, stabs.ps): Add.
11470
11471Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
11472
11473 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
11474 First pass at converting it to texinfo.
11475
11476Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
11477
11478 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
11479 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
11480
11481Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
11482
11483 * gdbint.texinfo: Add section on partial symbol tables.
11484
11485Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
11486
11487 * gdb.texinfo: document `set remotedebug' and `set
11488 rstack_high_address'.
11489
11490Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11491
11492 * gdb.texinfo: slight expansion of new text on reading info files
11493 * gdbinv-s.m4.in: correct and expand info on cross-debugging
11494 H8/300 from DOS.
11495
11496Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
11497
11498 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
11499
11500Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
11501
11502 * gdb.texinfo: Say how to read the `info' files.
11503
11504Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
11505
11506 * Makefile.in: gm4 -> m4.
11507
11508Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
11509
11510 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
11511 Documentation' ahead of `Installing GDB' to match README.
11512 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 11513 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
11514
11515Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
11516
11517 * Makefile.in: remove $(srcdir) from gdb.info rule.
11518
11519Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11520
11521 * Makefile.in: commented out gdb-all.texinfo rule. This is
11522 temporary.
11523
11524Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
11525
11526 * Makefile.in, configure.in: removed traces of namesubdir,
11527 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
dee368d3 11528 copyrights to '92, '13, changed some from Cygnus to FSF.
c906108c
SS
11529
11530Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
11531
11532 * gdb.texinfo: Improve how we ask for bug reports.
11533
11534Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11535
11536 * Makefile.in: infodir belongs in datadir.
11537
11538Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11539
11540 * Makefile.in: remove spaces following hyphens, bsd make can't
11541 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 11542 standards.text support.
c906108c
SS
11543
11544Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11545
11546 * Makefile.in: idestdir and ddestdir go away. Added copyrights
11547 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
11548 and mandir now keyed off datadir by default.
11549
11550\f
11551Local Variables:
9e9c5ae7 11552mode: change-log
c906108c
SS
11553left-margin: 8
11554fill-column: 74
11555version-control: never
11556End:
This page took 1.657514 seconds and 4 git commands to generate.