Fix typos in trace commands doc
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
be06ba8c
SM
12016-10-14 Simon Marchi <simon.marchi@ericsson.com>
2
3 * gdb.texinfo (Using Trace Files): Fix typo.
4 (GDB/MI Tracepoint Commands): Likewise.
5
99e61eda
SM
62016-10-14 Simon Marchi <simon.marchi@ericsson.com>
7
8 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
9 of -trace-save.
10
9c37b5ae
TT
112016-10-06 Tom Tromey <tom@tromey.com>
12
13 * guile.texi (Types In Guile): Remove Java mentions.
14 * python.texi (Types In Python): Remove Java mentions.
15 * gdb.texinfo (Address Locations, Supported Languages)
16 (Index Section Format): Remove Java mentions.
17
ee8da4b8
DE
182016-08-15 Doug Evans <dje@google.com>
19
20 * gdb.texinfo (Target Description Format): Update docs on "end"
21 field spec and field default type.
22
4034d0ff
AT
232016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
242016-10-03 Simon Marchi <simon.marchi@ericsson.com>
25
26 PR gdb/20487
27 * gdb.texinfo (Context management): Update mention of frame
28 change notifications.
29 (gdb/mi Async Records): Document frame field in
30 =thread-select event.
31 * observer.texi (GDB Observers): New user_selected_context_changed
32 observer.
33
4435e1cc
TT
342016-09-28 Tom Tromey <tom@tromey.com>
35
36 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
37 than "memory breakpoint". Further document "kind". Move
38 protocol-details link earlier.
39 <z1>: Document the cmd_list argument. Fix typo.
40 <g>: Remove incorrect sentence.
41 (Stop Reply Packets): Document "OK" response to requests when in
42 non-stop mode.
43 <swbreak>: Use "software breakpoint" rather than "memory
44 breakpoint".
45 <create>: Document that "R" is ignored.
46 <W, X, w>: Document formatting of "AA".
47 (Notification Packets): Use "%Stop", not "%%Stop".
48
ad0a504f
AK
492016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
50
51 * gdb.texinfo (Embedded Processors): Document ARC.
52 (Synopsys ARC): New section.
53 (Standard Target Features): Document ARC features.
54 (ARC Features): New section.
55
74172ecf
SM
562016-09-21 Simon Marchi <simon.marchi@ericsson.com>
57
58 * .gitignore: New file.
59
0a1ddfa6
SM
602016-08-24 Simon Marchi <simon.marchi@ericsson.com>
61
62 * gdb.texinfo (Input/Output): Mention possibility to unset
63 inferior-tty.
64
c0272db5
TW
652016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
66
67 * gdb.texinfo: Resume btrace on reconnect.
68
e3487908
GKB
692016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
70
71 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
72 syscall.
73
463888ab
РИ
742016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
75
76 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
77 command.
78
dac790e1
TT
792016-07-13 Tom Tromey <tom@tromey.com>
80
81 PR python/15620, PR python/18620:
82 * python.texi (Events In Python): Document new breakpoint events.
83
93daf339
TT
842016-07-13 Tom Tromey <tom@tromey.com>
85
86 PR python/17698:
87 * python.texi (Breakpoints In Python): Document
88 Breakpoint.pending.
89
cda75e70
TT
902016-07-13 Tom Tromey <tom@tromey.com>
91
92 * python.texi (Breakpoints In Python): Move table of types and
93 table of watchpoint types earlier in node.
94
e0f3fd7c
TT
952016-07-12 Tom Tromey <tom@tromey.com>
96
97 PR python/19293:
98 * python.texi (Frames In Python): Document
99 gdb.invalidate_cached_frames.
100
86f78169
PA
1012016-06-21 Pedro Alves <palves@redhat.com>
102
103 * gdb.texinfo (Interpreters): Update intepreter-exec section,
104 document new-ui and explain use case.
105
a28d8e50
YTL
1062016-06-17 Yan-Ting Lin <currygt52@gmail.com>
107
108 * gdb.texinfo (Standard Target Features): Document NDS32 features.
109 (NDS32 Features): New Section.
110
bb556f1f
TK
1112016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
112
113 * gdb.texinfo (Examining Memory): Document negative repeat
114 count in the 'x' command.
115
38b022b4
SM
1162016-06-06 Simon Marchi <simon.marchi@ericsson.com>
117
118 * gdb.texinfo (GDB/MI Async Records): Document method and
119 format fields in =record-started.
120 * observer.texi (record_changed): Add method and format
121 parameters.
122
c185ba27
EZ
1232016-05-27 Eli Zaretskii <eliz@gnu.org>
124
125 * gdb.texinfo (General Query Packets): Move the description of the
126 response before the long list of the specific 'read' and 'write'
127 requests.
128
1957f6b8
TT
1292016-05-23 Tom Tromey <tom@tromey.com>
130
131 * python.texi (Basic Python): Document gdb.breakpoints return.
132
224f10c1
TT
1332016-05-24 Tom Tromey <tom@tromey.com>
134
135 PR gdb/19194:
136 * gdb.texinfo (gdb man): Fix typo.
137
0bdfa368
TT
1382016-05-17 Tom Tromey <tom@tromey.com>
139
140 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
141 (Rust): New node.
142
dcd1f979
TT
1432016-05-17 Tom Tromey <tom@tromey.com>
144
145 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
146
310cdbb6
YQ
1472016-04-27 Yao Qi <yao.qi@linaro.org>
148
149 * gdb.texinfo (tfind): Complete doc about tfind without
150 argument.
151
b8162e5a
AT
1522016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
153
154 * agentexpr.texi (byte): Fix zero_ext description.
155
f7c38292
PA
1562016-03-31 Pedro Alves <palves@redhat.com>
157
158 * gdb.texinfo (M32R/SDI): Delete node.
159 (MIPS Embedded): Remove references to the MIPS remote debugging
160 protocol, PMON and variants, and the associated commands.
161
81516450
DE
1622016-03-15 Doug Evans <dje@google.com>
163
164 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
165 (Target Description Format): Mention enum types. Update docs on
166 flags types.
167 (Predefined Target Types): Add "bool".
168 (Enum Target Types): New node.
169
2a60e18f
PA
1702016-03-15 Pedro Alves <palves@redhat.com>
171
172 * gdb.texinfo (Tracepoint Actions): Fix typo.
173
45fa2529
PA
1742016-03-15 Pedro Alves <palves@redhat.com>
175 Andreas Arnez <arnez@linux.vnet.ibm.com>
176 Marcin Kościelnicki <koriakin@0x04.net>
177
178 * gdb.texinfo (Tracepoint Actions): Document possible
179 unreliability of '$_ret'.
180
f2403c39
AB
1812016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
182
183 * gdb.texinfo (Symbols): Document new 'maint info line-table'
184 command.
185
f2f3ccb9
SM
1862016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
187
188 * gdb.texinfo (Convenience Functions): Document $_as_string.
189
cce0e923
DE
1902016-02-23 Doug Evans <dje@google.com>
191
192 * gdb.texinfo (Skipping Over Functions and Files): Document new
193 options to "skip" command. Update docs of output of "info skip".
194
012b3a21
WT
1952016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
196
197 * gdb.texinfo (Signals): Add bound violation display hints for
198 a SIGSEGV.
199
0748bf3e
MK
2002016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
201
202 * gdb.texinfo (Trace File Format): Add documentation for description
203 section lines.
204
e909d859
MK
2052016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
206
207 * gdb.texinfo (Trace File Format): Remove misleading information
208 about register block ordering.
209
713cdcbf
DE
2102016-02-01 Doug Evans <dje@google.com>
211
212 * gdb.texinfo (Value Sizes): Fix typo.
213
8244c20d
DE
2142016-02-01 Doug Evans <dje@google.com>
215
216 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
217
5fdf6324
AB
2182016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
219
220 * gdb.texinfo (Value Sizes): New section.
221 (Data): Add the 'Value Sizes' node to the menu.
222
67ebd9cb
JB
2232016-01-26 John Baldwin <jhb@FreeBSD.org>
224
225 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
226
6e9567fe
JB
2272016-01-19 John Baldwin <jhb@FreeBSD.org>
228
229 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
230
f303dbd6
PA
2312016-01-18 Pedro Alves <palves@redhat.com>
232
233 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
234 of the thread that hit a breakpoint or received a signal.
235
71ef29a8
PA
2362016-01-15 Pedro Alves <palves@redhat.com>
237
238 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
239
663f6d42
PA
2402016-01-13 Pedro Alves <palves@redhat.com>
241
242 * gdb.texinfo (Threads): Document the $_gthread convenience
243 variable.
244 (Convenience Vars): Likewise.
245
c84f6bbf
PA
2462016-01-13 Pedro Alves <palves@redhat.com>
247
248 * gdb.texinfo (Threads): Document "info threads -gid".
249
22a02324
PA
2502016-01-13 Pedro Alves <palves@redhat.com>
251
252 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
253 anchor.
254 (Threads In Python): Document new InferiorThread.global_num
255 attribute.
256
5d5658a1
PA
2572016-01-07 Pedro Alves <palves@redhat.com>
258
259 * gdb.texinfo (Threads): Document per-inferior thread IDs,
260 qualified thread IDs, global thread IDs and thread ID lists.
261 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
262 thread IDs.
263 (Convenience Vars): Document the $_thread convenience variable.
264 (Ada Tasks): Adjust to refer to thread IDs.
265 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
266 Commands, GDB/MI Variable Objects): Update to mention global
267 thread IDs.
268 * guile.texi (Breakpoints In Guile)
269 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
270 global thread IDs instead of thread IDs.
271 * python.texi (Threads In Python): Adjust documentation of
272 InferiorThread.num.
273 (Breakpoint.thread): Mention global thread IDs instead of thread
274 IDs.
275
84654457
PA
2762016-01-13 Pedro Alves <palves@redhat.com>
277
278 * python.texi (Threads In Python): Document
279 InferiorThread.inferior.
280
e3940304
PA
2812016-01-13 Pedro Alves <palves@redhat.com>
282
283 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
284 convenience variable.
285 (Convenience Vars): Likewise.
286
82075af2
JS
2872016-01-12 Josh Stone <jistone@redhat.com>
288 Philippe Waroquiers <philippe.waroquiers@skynet.be>
289
290 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
291 (Stop Reply Packets): List the syscall entry and return stop reasons.
292 (General Query Packets): Describe QCatchSyscalls, and add it to the
293 table and the detailed list of stub features.
294
bc504a31
PA
2952016-01-12 Pedro Alves <palves@redhat.com>
296
297 Remove use of the registered trademark symbol throughout.
298
cde67b27
YQ
2992016-01-12 Yao Qi <yao.qi@linaro.org>
300
301 * gdb.texinfo (Interrupts): Update the document on handling
302 interrupt when program is stopped.
303
19d9d4ef
DB
3042015-12-11 Don Breazeal <donb@codesourcery.com>
305
306 * gdb.texinfo (Forks): Correct Linux kernel version where
307 fork and exec events are supported, add notes about support
308 of these events in target remote mode.
309 (Connecting): Reorganize and clarify distinctions between
310 target remote, extended-remote, and multiprocess.
311 Reorganize related text from separate sections into new
312 sections.
313 (Server): Note effects of target extended-remote mode.
314 Delete section on Multi-Process Mode for gdbserver.
315 Move some text to "Connecting" node.
316
f4f4330e
PA
3172015-12-10 Pedro Alves <palves@redhat.com>
318
319 * gdb.texinfo (Threads): Replace warning with explanation
320 about single-threaded programs.
321
b1236ac3
PA
3222015-12-10 Pedro Alves <palves@redhat.com>
323
324 * gdb.texinfo (Threads): Remove mention of SGI.
325 (Forks): Remove mention of HP-UX.
326 (Breakpoints): Remove mention of HP-UX.
327 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
328 Reword in terms of architectures.
329 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
330 mention supported systems.
331 (Convenience Vars): Don't mention HP-UX.
332 (Jumping): Remove mention of HP-UX in comment.
333 (Files) <shared libraries>: Update supported shared library types
334 list. Remove mention of HP-UX.
335 (Native): Remove HP-UX subsection.
336 (SVR4 Process Information): Remove mention of HP-UX.
337
0f59c28f
PA
3382015-12-10 Pedro Alves <palves@redhat.com>
339
340 * gdb.texinfo (Stack): Reorder menu.
341
1c35a88f
LM
3422015-12-09 Luis Machado <lgustavo@codesourcery.com>
343
344 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
345 -var-set-format's new zero-hexadecimal format.
346
3685b09f
PMR
3472015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
348
349 * gdb.texinfo (Ada Mode Into): Move overloading support
350 description to its own node.
351 (Overloading support for Ada): New node.
352
f2faf941
PA
3532015-11-30 Pedro Alves <palves@redhat.com>
354
355 PR 14618
356 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
357 (Remote Configuration): Add the "set/show remote
358 no-resumed-stop-reply" to the available settings table.
359 (General Query Packets): Document the "no-resumed" qSupported
360 feature.
361
65706a29
PA
3622015-11-30 Pedro Alves <palves@redhat.com>
363
364 * gdb.texinfo (Remote Configuration): List "set/show remote
365 thread-events" command in configuration table.
366 (Stop Reply Packets): Document "T05 create" stop
367 reason and 'w' stop reply.
368 (General Query Packets): Document QThreadEvents packet. Document
369 QThreadEvents qSupported feature.
370
de979965
PA
3712015-11-30 Pedro Alves <palves@redhat.com>
372
373 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
374 anchor.
375 (Packets): Document vCtrlC.
376
79efa585
SM
3772015-11-26 Simon Marchi <simon.marchi@ericsson.com>
378
379 * gdb.texinfo (Thread List Format): Mention thread names.
380
7e0aa6aa
PA
3812015-11-24 Pedro Alves <palves@redhat.com>
382
383 PR 17539
384 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
385 program-spaces" example to ascending order listing.
386 (Threads): Adjust "info threads" example to ascending order
387 listing.
388 (Forks): Adjust "info inferiors" example to ascending order
389 listing.
390
0c532a29
MM
3912015-11-04 Markus Metzger <markus.t.metzger@intel.com>
392
393 * gdb.texinfo (Process Record and Replay): Document "record
394 instruction-history" modifiers.
395
fc58fa65
AB
3962015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
397
398 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
399 description.
400 (Frame Filter Management): Move to later in the 'Examining the
401 Stack' chapter.
402 (Selection): Add entry for 'select-frame'.
403
792005b0
DE
4042015-09-25 Doug Evans <dje@google.com>
405
406 * gdb.texinfo (Process Record and Replay): Fix syntax of
407 "record instruction-history begin, end" and
408 "record function-call-history begin, end".
409
c58b006b
SM
4102015-09-22 Simon Marchi <simon.marchi@ericsson.com>
411
412 * gdb.texinfo (Specifying Source Directories): Fix
413 substitute-path example.
414
f2665db5
MM
4152015-09-18 Markus Metzger <markus.t.metzger@intel.com>
416
417 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
418
e68fa6f0
PA
4192015-09-15 Pedro Alves <palves@redhat.com>
420
421 PR remote/18965
422 * gdb.texinfo (Stop Reply Packets): Revert previous change to
423 the vforkdone description.
424
8228463c
PA
4252015-09-15 Pedro Alves <palves@redhat.com>
426
427 PR remote/18965
428 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
429 part indicates the thread ID of the parent process.
430
750ce8d1
YQ
4312015-09-15 Yao Qi <yao.qi@linaro.org>
432
433 * gdb.texinfo (General Query Packets): Add vContSupported to
434 tables of 'gdbfeatures' and 'stub features' supported in the
435 qSupported packet, as well as to the list containing stub
436 feature details.
437
b459a59b
DB
4382015-09-11 Don Breazeal <donb@codesourcery.com>
439
440 * gdb.texinfo (Remote Configuration): Add exec event
441 feature to table of packet settings.
442 (Stop Reply Packets): Add exec events to the list of stop
443 reasons.
444 (General Query Packets): Add exec events to tables of
445 'gdbfeatures' and 'stub features' supported in the qSupported
446 packet, as well as to the list containing stub feature
447 details.
448
73b8c1fd
PA
4492015-08-24 Pedro Alves <palves@redhat.com>
450
451 * gdb.texinfo (Remote Configuration): Document the "set/show
452 remote multiprocess-extensions-packet" commands.
453
bb615428
PA
4542015-08-24 Pedro Alves <palves@redhat.com>
455
456 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
457 <M32R>: Remove references to M32R/D.
458 <M68K>: Remove references to target dbug.
459 <MIPS Embedded>: Remove references to target r3900 and target
460 array.
461 <PowerPC Embedded>: Remove references to target dink32 and target
462 ppcbug, target sds
463 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
464
2b4bf6af
AB
4652015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
466
467 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
468
566f5e3b
AB
4692015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
470
471 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
472
18989b3c
AB
4732015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
474
475 * gdb.texinfo (Maintenance Commands): Move documentation of "main
476 info bfds" to...
477 (File Caching): A New section. Outline bfd caching, and add new
478 description for "main set/show bfd-sharing".
479
6ff0ba5f
DE
4802015-08-14 Doug Evans <xdje42@gmail.com>
481
482 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
483 disassembly.
484 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
485
629500fa
KS
4862015-08-11 Keith Seitz <keiths@redhat.com>
487
488 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
489 Use "location(s)"instead of "linespec(s)".
490 (Specifying a Location): Rewrite.
491 Add subsections describing linespec, address, and explicit locations.
492 Add node/menu for each subsection.
493 (Source and Machine Code, C Preprocessor Macros)
494 (Create and Delete Trace points)
495 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
496 (Continuing at a Different Address): Remove "linespec" examples.
497 Add reference to "Specify a Location"
498 (The -break-insert Command): Rewrite. Add anchor.
499 Add reference to appropriate manual section discussing locations.
500 (The -dprintf-insert Command): Refer to -break-insert for
501 specification of 'location'.
502
fbea99ea
PA
5032015-08-07 Pedro Alves <palves@redhat.com>
504
505 * gdb.texinfo (Maintenance Commands): Document "maint set/show
506 target-non-stop".
507
da8c46d2
MM
5082015-08-07 Markus Metzger <markus.t.metzger@intel.com>
509
510 * gdb.texinfo (Process Record and Replay): Document prefixing of
511 speculatively executed instructions in the "record instruction-history"
512 command.
513
a3b5281e
DE
5142015-07-20 Doug Evans <dje@google.com>
515
516 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
517
6bcb1f97
DE
5182015-07-16 Doug Evans <dje@google.com>
519
520 * stabs.texinfo: @include gdb-cfg.texi.
521
db1ff28b
JK
5222015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
523
524 Revert the previous 2 commits:
525 gdbserver build-id attribute generator
526 Validate symbol file using build-id
527
ca5268b6
JK
5282015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
529
530 * gdb.texinfo (Files): Add 'set validate-build-id'
531 and 'show validate-build-id'.
532
700ca40f
JK
5332015-07-15 Aleksandar Ristovski <aristovski@qnx.com
534 Jan Kratochvil <jan.kratochvil@redhat.com>
535
536 gdbserver build-id attribute generator.
537 * gdb.texinfo (Library List Format for SVR4 Targets): Add
538 'build-id' in description, example, new attribute in dtd.
539
7c7f93f6
AB
5402015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
541
542 * gdb.texinfo (Selection): Update documentation for 'frame'
543 command.
544
b0627500
MM
5452015-07-02 Markus Metzger <markus.t.metzger@intel.com>
546
72f4393d 547 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
b0627500
MM
548 commands.
549
b20a6524
MM
5502015-07-02 Markus Metzger <markus.t.metzger@intel.com>
551
552 * gdb.texinfo (Process Record and Replay): Spell out that variables
553 and registers are not available during btrace replay.
554 Describe the new "record btrace pt" command.
555 Describe the new "set|show record btrace pt buffer-size" options.
556 (General Query Packets): Describe the new Qbtrace:pt and
557 Qbtrace-conf:pt:size packets.
558 Expand "bts" to "Branch Trace Store".
559 Update the branch trace DTD.
560
fc637f04
PP
5612015-06-26 Patrick Palka <patrick@parcs.ath.cx>
562
563 * gdb.texinfo (Command History): Document the new option
564 "history remove-duplicates".
565
18a94d75
DE
5662015-06-19 Doug Evans <dje@google.com>
567
568 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
569 longer supported.
570
0eacb298
PP
5712015-06-17 Patrick Palka <patrick@parcs.ath.cx>
572
573 * gdb.texinfo (Command History): Mention that setting
574 GDBHISTSIZE to the empty string disables history truncation.
575
bc460514
PP
5762015-06-17 Patrick Palka <patrick@parcs.ath.cx>
577
578 PR gdb/16999
579 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
580 behavior.
581
b58c513b
PP
5822015-06-17 Patrick Palka <patrick@parcs.ath.cx>
583
584 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
585 with GDBHISTSIZE.
586
a86c90e6
SM
5872015-06-15 Simon Marchi <simon.marchi@ericsson.com>
588
589 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
590 bytes and memory units for -data-{read,write}-memory-bytes.
591 (Packets): Same for m, M and X packets.
592 * python.texi (Inferiors In Python): Same for read_memory and
593 write_memory.
594
c74f7d1c
JT
5952015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
596
597 * gdb.texinfo (Separate Debug Files): Document that PE is also
598 supported.
599
51f0e40d
AB
6002015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
601
602 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
603 single table entry.
604
966f0aef
WT
6052015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
606
607 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
608
609
15a201c8
GB
6102015-06-10 Gary Benson <gbenson@redhat.com>
611
612 * gdb.texinfo (Remote Configuration): Document the
613 "set/show remote hostio-setfs-packet" command.
614 (Host I/O Packets): Document the vFile:setfs packet.
615
7a6a1731
GB
6162015-06-10 Gary Benson <gbenson@redhat.com>
617
618 * gdb.texinfo (Debugging Output): Document the "set/show debug
619 linux-namespaces" command.
620
7d73c23c 6212015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 622 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
623
624 * gdb.texinfo (i386): Add documentation about "show mpx bound"
625 and "set mpx bound".
626
27e0867f
DE
6272015-05-27 Doug Evans <dje@google.com>
628
629 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
630
b4f54984
DE
6312015-05-26 Doug Evans <dje@google.com>
632
633 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
634 command renamings.
635 (Maintenance Commands): Update for DWARF "set debug" command renamings.
636
55b40027
AB
6372015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
638
639 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
640
a4ea0946
AB
6412015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
642
643 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
644 (TUI Commands): Add 'tui enable' and 'tui disable' details.
645
37442ce1
DE
6462015-05-16 Doug Evans <xdje42@gmail.com>
647
648 * guile.texi (Memory Ports in Guile): Document support for unbuffered
649 memory ports.
650
36de76f9
JK
6512015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
652
653 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
654
0d71eef5
DB
6552015-05-12 Don Breazeal <donb@codesourcery.com>
656
657 * gdb.texinfo (Forks): Note that fork debugging is
658 supported in extended mode.
659 (Remote Configuration): Add fork event features to table
660 of packet settings.
661 (Stop Reply Packets): Add fork events to list of stop reasons.
662 (General Query Packets): Add fork events to tables of
663 'gdbfeatures' and 'stub features' supported in the qSupported
664 packet, as well as to the list containing stub feature
665 details.
666
835205d0
GB
6672015-05-12 Gary Benson <gbenson@redhat.com>
668
669 * gdb.texinfo (General Query Packets): Document
670 qXfer:exec-file:read with empty annex.
671
4c082a81
SC
6722015-05-09 Siva Chandra Reddy <sivachandra@google.com>
673
674 * python.texi (Values From Inferior): Add descriptions of new
675 methods gdb.Value.reference_value and gdb.Value.const_value.
676
b30a0bc3
JB
6772015-05-06 Joel Brobecker <brobecker@adacore.com>
678
679 * gdb.texinfo (Files): Add "info dll" documentation.
680 (Cygwin Native): Remove "info dll" documentation.
681
2ce1cdbf
DE
6822015-04-29 Doug Evans <dje@google.com>
683
684 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
685 Document.
686 (Writing an Xmethod): Add get_result_type to example.
687
59fb7612
SS
6882015-04-28 Sasha Smundak <asmundak@google.com>
689
690 * python.texi: New method documented.
691
cf75d6c3
AB
6922015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
693
694 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
695 format.
696
897c3d32
DE
6972015-04-24 Doug Evans <dje@google.com>
698
699 * python.texi (Xmethods In Python): Fix name of method to call the
700 xmethod.
701
1b6e6f5c
GB
7022015-04-17 Gary Benson <gbenson@redhat.com>
703
704 * gdb.texinfo (Connecting to a Remote Target): Mention that
705 GDB can access program files from remote targets that support
706 qXfer:exec-file:read and Host I/O packets.
707
c78fa86a
GB
7082015-04-17 Gary Benson <gbenson@redhat.com>
709
710 * gdb.texinfo (Remote Configuration): Document the "set/show
711 remote pid-to-exec-file-packet" command.
712 (General Query Packets): Document the qXfer:exec-file:read
713 qSupported features. Document the qXfer:exec-file:read packet.
714
a9a5a3d1
GB
7152015-04-17 Gary Benson <gbenson@redhat.com>
716
717 * gdb.texinfo (set sysroot): Document that "set sysroot" also
718 applies to executable paths if supplied to GDB as absolute.
719
4f45d445
JK
7202015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
721
722 * gdb.texinfo (Mode Options): Remove -xdb.
723
e7a8570f
JK
7242015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
725 Eli Zaretskii <eliz@gnu.org>
726
72f4393d
L
727 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
728 compile, show debug compile. New subsection Compilation options for
e7a8570f
JK
729 the compile command. New subsection Compiler search for the compile
730 command.
731
f2983cc3
AW
7322015-04-09 Andy Wingo <wingo@igalia.com>
733
734 * guile.texi (Frames In Guile): Describe frame-read-register.
735
599bd15c
GB
7362015-04-02 Gary Benson <gbenson@redhat.com>
737
738 * gdb.texinfo (set sysroot): Document "target:".
739
d11916aa
SS
7402015-04-01 Sasha Smundak <asmundak@google.com>
741
742 * doc/python.texi (Writing a Frame Unwinder in Python): Add
743 section.
744
df8411da
SDJ
7452015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
746
747 PR corefiles/16092
748 * gdb.texinfo (gcore): Mention new command 'set
749 use-coredump-filter'.
750 (set use-coredump-filter): Document new command.
751
d33279b3
AT
7522015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
753
754 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
755 documentation, reorder the info os entries in alphabetical order.
756
852f8402
SM
7572015-03-26 Simon Marchi <simon.marchi@ericsson.com>
758
759 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
760 -data-write-memory-bytes.
761
856e7dd6
PA
7622015-03-24 Pedro Alves <palves@redhat.com>
763
764 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
765 mention that threads may sometimes run unlocked.
766
236af5e3
YG
7672015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
768
769 * gdb.texinfo (Remote configuration): Document "set/show
770 serial parity" command.
771
464b0089
GB
7722015-03-18 Gary Benson <gbenson@redhat.com>
773
774 * gdb.texinfo (General Query Packets): Remove documentation
775 for now-removed vFile:fstat qSupported features.
776
0a93529c
GB
7772015-03-11 Gary Benson <gbenson@redhat.com>
778
779 * gdb.texinfo (Remote Configuration): Document the
780 "set/show remote hostio-fstat-packet" command.
781 (General Query Packets): Document the vFile:fstat
782 qSupported features.
783 (Host I/O Packets): Document the vFile:fstat packet.
784
85642ba0
AW
7852015-03-11 Andy Wingo <wingo@igalia.com>
786
787 * guile.texi (Objfiles In Guile): Document objfile-progspace.
788
f7e6eed5
PA
7892015-03-04 Pedro Alves <palves@redhat.com>
790
791 * gdb.texinfo (Remote Configuration): Document the "set/show
792 remote swbreak-feature-packet" and "set/show remote
793 hwbreak-feature-packet" commands.
794 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
795 decription.
796 (Stop Reply Packets): Document the swbreak and hwbreak stop
797 reasons.
798 (General Query Packets): Document the swbreak and hwbreak
799 qSupported features.
800 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
801
f873665f 8022015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
a64c9f7b
PP
803
804 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
805 under *stopped.
806
9a284c97
DE
8072015-03-02 Doug Evans <xdje42@gmail.com>
808
809 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
810
446899e4
AA
8112015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
812
813 * gdb.texinfo (S/390 and System z Features): Describe new feature
814 "org.gnu.gdb.s390.vx".
815
7ee67ee4
SDJ
8162015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
817
818 PR gdb/18008
819 * gdb.texinfo (maint internal-error, maint internal-warning, maint
820 demangler-warning): Fix typo ("problam").
821
53cf2ee0
DT
8222015-02-19 David Taylor <dtaylor@emc.com>
823
824 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
825
3133f8c1
JM
8262015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
827
828 * gdb.texinfo (Static Probe Points): Add cindex `static probe
829 point, DTrace'.
830 (Static Probe Points): Modified to cover DTrace probes in addition
831 to SystemTap probes. Also modified to cover the `enable probe'
832 and `disable probe' commands.
833
9aca2ff8
JM
8342015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
835
836 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
837 `disable probe' commands.
838
fa3f8d5a
DT
8392015-02-12 David Taylor <dtaylor@emc.com>
840
841 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
842 fields of the QTDV packet.
843
d33501a5
MM
8442015-02-09 Markus Metzger <markus.t.metzger@intel.com>
845
846 * gdb.texinfo (Branch Trace Configuration Format): Add size.
847 (Process Record and Replay): Describe new set|show commands.
848 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
849
f4abbc16
MM
8502015-02-09 Markus Metzger <markus.t.metzger@intel.com>
851
852 * gdb.texinfo (Process Record and Replay): Describe the "record
853 btrace bts" command.
854 (General Query Packets): Describe qXfer:btrace-conf:read packet.
855 (Branch Trace Configuration Format): New.
856
cfb069a8
GB
8572015-01-31 Gary Benson <gbenson@redhat.com>
858 Doug Evans <dje@google.com>
859
860 * gdb.texinfo (Command Completion): Document new
861 "set/show max-completions" option.
862
f57d2163
DE
8632015-01-31 Doug Evans <xdje42@gmail.com>
864
865 * gdb.texinfo (Symbols): Document new commands
866 "maint print symbol-cache", "maint print symbol-cache-statistics",
867 "maint flush-symbol-cache". Document new option
868 "maint set symbol-cache-size".
869
9f050062
DE
8702015-01-31 Doug Evans <xdje42@gmail.com>
871
872 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
873 distinguish script files vs inlined scripts.
874 * python.texi (Python Auto-loading): Ditto.
875
b6577aab
DE
8762015-01-30 Doug Evans <dje@google.com>
877
878 * gdb.texinfo (Symbols) <info source>: Output now contains producer
879 string if present.
880
3a8b707a
DE
8812015-01-27 Doug Evans <dje@google.com>
882
883 * python.texi (Objfiles In Python): Document Objfile.username.
884
1b549396
DE
8852015-01-27 Doug Evans <dje@google.com>
886
887 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
888 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
889
253828f1
JK
8902015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
891
892 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
893
bf555842
EZ
8942015-01-16 Eli Zaretskii <eliz@gnu.org>
895
896 * doc/gdb.texinfo (TUI Commands): Document the possible
897 values of NAME argument to 'winheight' command. Explain the
898 effect of 'tabset' setting better.
899
439250fb
DE
9002015-01-11 Doug Evans <xdje42@gmail.com>
901
902 PR gdb/15830
903 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
904 (Symbols): Ditto.
905 (Maintenance Commands): Delete docs for "maint demangle".
906
6bf6fd09
JB
9072014-12-31 Joel Brobecker <brobecker@adacore.com>
908
909 * gdb.texinfo (Files): Remove documentation of the
910 "add-shared-symbol-files" and "assf" commands.
911 (Cygwin Native): Remove documentation of the "dll-symbols"
912 command.
913
cc485e62
DE
9142014-12-17 Doug Evans <xdje42@gmail.com>
915
916 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
917
bb2ec1b3
TT
9182014-12-12 Phil Muldoon <pmuldoon@redhat.com>
919 Jan Kratochvil <jan.kratochvil@redhat.com>
920
921 * gdb.texinfo (Altering): Update.
922 (Compiling and Injecting Code): New node.
923
6dddd6a5
DE
9242014-12-12 Doug Evans <dje@google.com>
925
926 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
927
f5b95c01
AA
9282014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
929
930 * gdb.texinfo: Document "maint print user-registers".
931
a0be3e44
DE
9322014-12-08 Doug Evans <dje@google.com>
933
934 * python.texi (Objfiles In Python): Document Objfile.owner.
935
86e4ed39
DE
9362014-12-04 Doug Evans <dje@google.com>
937
938 * python.texi (Objfiles In Python): Document
939 Objfile.add_separate_debug_file.
940
7c50a931
DE
9412014-12-04 Doug Evans <dje@google.com>
942
943 * python.texi (Objfiles In Python): Document Objfile.build_id.
944
162078c8
NB
9452014-12-02 Nick Bull <nicholaspbull@gmail.com>
946
947 * python.texi (Events In Python): Document new events
948 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
949 and RegisterChangedEvent.
950
f10c5b19
JK
9512014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
952
953 Add add-auto-load-scripts-directory.
954 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
955 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
956
413b59ae
JK
9572014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
958
959 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
960 description typo.
961
02be9a71
DE
9622014-10-30 Doug Evans <dje@google.com>
963
964 * python.texi (Progspaces In Python): Document ability to add
965 random attributes to gdb.Progspace objects.
966 (Objfiles In Python): Document ability to add random attributes to
967 gdb.objfile objects.
968
e5f8a7cc
PA
9692014-10-27 Pedro Alves <palves@redhat.com>
970
971 * gdb.texinfo (Continuing and Stepping): Add cross reference to
972 info on stepping and signal handlers.
973 (Signals): Explain stepping and signal handlers. Add context
974 index entry, and cross references.
975
fab3a15d
SM
9762014-10-20 Simon Marchi <simon.marchi@ericsson.com>
977
978 * python.texi (Breakpoints In Python): Add parenthesis after
979 Breakpoint.delete. Clarify Breakpoint.enabled description so
980 that it contains "disable".
981
4ffbba72
DE
9822014-10-17 Doug Evans <dje@google.com>
983
984 * python.texi (Events In Python): Document clear_objfiles event.
985
d096d8c1
DE
9862014-10-17 Doug Evans <dje@google.com>
987
988 * python.texi (Objfiles In Python): Document new progspace attribute.
989
32a8097b
PA
9902014-10-17 Pedro Alves <palves@redhat.com>
991
992 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
993 (SVR4 Process Information): Delete mention of OSF/1.
994
2ddf4301
SM
9952014-10-01 Simon Marchi <simon.marchi@ericsson.com>
996
997 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
998 exit-code field in -list-thread-groups output.
999
342cc091
JBG
10002014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1001
1002 * gdb.texinfo (Set Breaks): Add missing "@end table".
1003
a25a5a45
PA
10042014-09-22 Pedro Alves <palves@redhat.com>
1005
1006 * gdb.texinfo (Set Breaks): Document that "set breakpoint
1007 always-inserted off" is the default mode now. Delete
1008 documentation of "set breakpoint always-inserted auto".
1009
2b4fd423
DE
10102014-09-18 Doug Evans <dje@google.com>
1011
1012 * python.texi (Symbol Tables In Python): Document "producer"
1013 attribute of gdb.Symtab objects.
1014
deb8ff2b
PA
10152014-09-16 Pedro Alves <palves@redhat.com>
1016
1017 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
1018 (Embedded OS): Remove VxWorks menu entry.
1019 (VxWorks): Remove node.
1020
81219e53
DE
10212014-09-13 Doug Evans <xdje42@gmail.com>
1022
1023 * gdb.texinfo (Signaling): Document new queue-signal command.
1024
faa42425
DE
10252014-09-06 Doug Evans <xdje42@gmail.com>
1026
1027 PR 15276
1028 * gdb.texinfo (Convenience Funs): Document $_caller_is,
1029 $_caller_matches, $_any_caller_is, $_any_caller_matches.
1030
1a6a384b
JL
10312014-09-03 Justin Lebar <jlebar@google.com>
1032
1033 * python.texi (Types In Python): Type.template_argument(n) returns a
1034 gdb.Value or a gdb.Type and throws an exception if n is out of
1035 range.
1036
5f3b99cf
SS
10372014-09-03 Sasha Smundak <asmundak@google.com>
1038
1039 * python.texi (Frames in Python): Add read_register description.
1040
3cecbbbe
TT
10412014-08-04 Tom Tromey <tromey@redhat.com>
1042
1043 * gdb.texinfo (Debugging Output): Update for change to "set debug
1044 target".
1045
90debf20
MM
10462014-08-01 Masaki Muranaka <monaka@monami-software.com>
1047
1048 Pushed by Joel Brobecker <brobecker@adacore.com>.
1049 * Makefile.in (transform): New variable.
1050 (install-man1, install-man5): Apply $(transform) to man file names.
1051
ee7333ae
DE
10522014-07-26 Doug Evans <xdje42@gmail.com>
1053
1054 PR guile/17177
1055 * guile.texi (Guile Pretty Printing API): Fix typo.
1056 Document set-pretty-printers!, pretty-printers.
1057 (Selecting Guile Pretty-Printers): Update.
1058 Mention program-space based pretty-printers.
1059
70509625
PA
10602014-07-25 Pedro Alves <palves@redhat.com>
1061 Eli Zaretskii <eliz@gnu.org>
1062
1063 * gdb.texinfo (Signaling) <signal command>: Explain what happens
1064 with multi-threaded programs.
1065
b67a2c6f
YQ
10662014-06-27 Yao Qi <yao@codesourcery.com>
1067
1068 * gdb.texinfo (Maintenance Commands): Update the output of
1069 'maint print dummy-frames' command.
1070
f179cf97
EZ
10712014-06-24 Eli Zaretskii <eliz@gnu.org>
1072
1073 * gdb.texinfo (Screen Size): Improve indexing.
1074
992c7d70
GB
10752014-06-19 Gary Benson <gbenson@redhat.com>
1076
1077 * gdb.texinfo (Maintenance Commands): Document new
1078 "maint set/show catch-demangler-crashes" option.
1079
57fcfb1b
GB
10802014-06-19 Gary Benson <gbenson@redhat.com>
1081
1082 * gdb.texinfo (Maintenance Commands): Document new
1083 "maint demangler-warning" command and new
1084 "maint set/show demangler-warning" option.
1085
dd5d5494
SC
10862014-06-09 Siva Chandra Reddy <sivachandra@google.com>
1087
1088 * python.texi (Xmethod API): Add space before the opening
1089 parenthesis in function descriptions.
1090
25326a28 10912014-06-06 Doug Evans <xdje42@gmail.com>
d2929fdc
DE
1092
1093 * guile.texi (Guile Configuration): Document guile-data-directory.
1094
0a770bb2 10952014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
1096
1097 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
1098
16f691fb
DE
10992014-06-04 Doug Evans <xdje42@gmail.com>
1100
1101 * guile.texi (Breakpoints In Guile): Update.
1102
1e47491b
JB
11032014-06-03 Joel Brobecker <brobecker@adacore.com>
1104
1105 * python.texi (Xmethod API): Fix reference to "Progspaces In
1106 Python".
1107
0c6e92a5
SC
11082014-06-03 Siva Chandra Reddy <sivachandra@google.com>
1109
1110 * python.texi (Xmethods In Python, XMethod API)
1111 (Writing an Xmethod): New nodes.
1112 (Python API): New menu entries "Xmethods In Python",
1113 "Xmethod API", "Writing an Xmethod".
1114
06eb1586
DE
11152014-06-02 Doug Evans <xdje42@gmail.com>
1116
1117 * guile.texi (Guile API): Add entry for Parameters In Guile.
1118 (GDB Scheme Data Types): Mention <gdb:parameter> object.
1119 (Parameters In Guile): New node.
1120
e698b8c4
DE
11212014-06-02 Doug Evans <xdje42@gmail.com>
1122
1123 * guile.texi (Guile API): Add entry for Commands In Guile.
1124 (Basic Guile) <parse-and-eval>: Add reference.
1125 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
1126 (GDB Scheme Data Types): Mention <gdb:command> object.
1127 (Commands In Guile): New node.
1128
ded03782
DE
11292014-06-02 Doug Evans <xdje42@gmail.com>
1130
1131 * guile.texi (Guile API): Add entry for Progspaces In Guile.
1132 (GDB Scheme Data Types): Mention <gdb:progspace> object.
1133 (Progspaces In Guile): New node.
1134
53e8a631
AB
11352014-05-30 Andrew Burgess <aburgess@broadcom.com>
1136
1137 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
1138 * python.texi (Frames In Python): Mention
1139 gdb.FRAME_UNWIND_MEMORY_ERROR.
1140
329ea579
PA
11412014-05-29 Pedro Alves <palves@redhat.com>
1142 Tom Tromey <tromey@redhat.com>
1143
1144 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
1145 from example.
1146 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
1147 Mention that target-async is now deprecated.
1148 (Maintenance Commands): Document maint set/show target-async.
1149
92bcb5f9
PA
11502014-05-29 Pedro Alves <palves@redhat.com>
1151
1152 * observer.texi (sync_execution_done, command_error): New
1153 subjects.
1154
fd664c91
PA
11552014-05-29 Pedro Alves <palves@redhat.com>
1156
1157 PR gdb/13860
1158 * observer.texi (signal_received, end_stepping_range)
1159 (signal_exited, exited, no_history): New observer subjects.
1160
b2715b27
AW
11612014-05-26 Andy Wingo <wingo@igalia.com>
1162
1163 * guile.texi (GDB Scheme Data Types): Remove documentation for
1164 removed interfaces. Update spelling of gdb-object-kind.
1165
9eaa4c1e
AW
11662014-05-26 Andy Wingo <wingo@igalia.com>
1167
1168 * guile.texi (Basic Guile): Fix some typos.
1169
0f1e8403
AW
11702014-05-26 Andy Wingo <wingo@igalia.com>
1171
1172 * guile.texi (Writing a Guile Pretty-Printer)
1173 (Guile Types Module): Fix excess parentheses in use-modules forms.
1174
697aa1b7
EZ
11752014-05-24 Eli Zaretskii <eliz@gnu.org>
1176
1177 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
1178 (Breakpoints In Guile, Guile Printing Module)
1179 (Guile Exception Handling, Values From Inferior In Guile)
1180 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
1181 Don't use @var at the beginning of a sentence.
1182
1183 * gdb.texinfo (Frame Filter Management, Trace Files)
1184 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
1185 (PowerPC Embedded, Define, Annotations for Running)
1186 (IPA Protocol Commands, Packets, General Query Packets)
1187 (Tracepoint Packets, Notification Packets, Environment)
1188 (Inferiors and Programs, Set Breaks, Set Catchpoints)
1189 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
1190 (Frames, Backtrace, Selection, Expressions, Registers)
1191 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
1192 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
1193 (Source Annotations, Using JIT Debug Info Readers, Packets)
1194 (Stop Reply Packets, Host I/O Packets)
1195 (Target Description Format): Don't use @var at the beginning of a
1196 sentence.
1197
1198 * python.texi (Basic Python, Types In Python)
1199 (Commands In Python, Frames In Python, Line Tables In Python)
1200 (Breakpoints In Python, gdb.printing, gdb.types)
1201 (Type Printing API): Don't use @var at the beginning of a
1202 sentence.
1203
67b5c0c1
MM
12042014-05-23 Markus Metzger <markus.t.metzger@intel.com>
1205
1206 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
1207 replay-memory-access".
1208
6a3cb8e8
PA
12092014-05-21 Pedro Alves <palves@redhat.com>
1210
1211 * gdb.texinfo (Starting): Document "set/show
1212 auto-connect-native-target".
1213 (Target Commands): Document "target native".
1214
936d2992
PA
12152014-05-20 Pedro Alves <palves@redhat.com>
1216
1217 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
1218 not be remote specific. Add cross reference to the qCRC packet.
1219 (Separate Debug Files): Update cross reference to the qCRC packet.
1220 (General Query Packets) <qCRC packet>: Add anchor.
1221
b3ce5e5f
DE
12222014-05-17 Doug Evans <xdje42@gmail.com>
1223
1224 Copy over changes from guile.texi.
1225 * python.texi (Basic Python) <gdb.execute>: Add text.
1226 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
1227 (Values From Inferior) <Python string>: Add text.
1228 (Values From Inferior) <Value.string>: Clarify string length handling.
1229 (Pretty Printing API): Add cindex.
1230 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
1231 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
1232 @vindex.
1233 (Commands In Python) <COMPLETE_*>: Similarly.
1234 (Symbols In Python) <SYMBOL_*>: Similarly.
1235 (Breakpoints In Python) <WP_*>: Similarly.
1236 (Breakpoints In Python) <BP_*>: Similarly.
1237
8dfcab11
DT
12382014-05-17 David Taylor <dtaylor@emc.com>
1239
1240 * gdb.texinfo (General Query Packets): Add a note about thread IDs
1241 mentioned in the qfThreadInfo reply.
1242
8d551b02
DE
12432014-05-16 Doug Evans <dje@google.com>
1244
1245 * gdb.texinfo (Mode Options): Add -D.
1246
e20bd8f4
SB
12472014-05-09 Samuel Bronson <naesten@gmail.com>
1248
1249 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
1250 "make -C".
1251
f989a1c8
TT
12522014-04-29 Tom Tromey <tromey@redhat.com>
1253
1254 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
1255 "show debug varobj".
1256
95cf3b38
DT
12572014-05-01 David Taylor <dtaylor@emc.com>
1258
1259 * gdb.texinfo (compare-sections): Document the new -r (read-only)
1260 option.
1261
01f9f808
MS
12622014-04-24 Michael Sturm <michael.sturm@mintel.com>
1263 Walfred Tedeschi <walfred.tedeschi@intel.com>
1264
1265 * gdb.texinfo (i386 Features): Add description of AVX512
1266 registers.
1267
770e7fc7
DE
12682014-03-31 Doug Evans <dje@google.com>
1269
1270 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
1271
97d8f0ee
DE
12722014-03-30 Doug Evans <dje@google.com>
1273
1274 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
1275 (Background Execution): Ditto.
1276
36cb1214
HZ
12772014-03-21 Pedro Alves <palves@redhat.com>
1278 Stan Shebs <stan@codesourcery.com>
1279 Hui Zhu <hui@codesourcery.com>
1280
1281 * gdb.texinfo (Packets): Add anchor to "? packet".
1282 Remove fixme and update introduction of "k packet".
1283 Add anchor to "vKill packet".
1284
5e3a2c38
SS
12852014-03-12 Stan Shebs <stan@codesourcery.com>
1286
1287 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
1288
7a5a839f
LC
12892014-02-26 Ludovic Courtès <ludo@gnu.org>
1290
dc6ae996 1291 * guile.texi (Basic Guile): Document 'history-append!'.
7a5a839f 1292
95060284
JB
12932014-02-20 Joel Brobecker <brobecker@adacore.com>
1294
1295 * gdb.texinfo (Files): Document "add-shared-symbol-files"
1296 and "assf" as being deprecated.
1297 (Cygwin Native): Likewise for "dll-symbols".
1298 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
1299 as a way to force the loading of symbols from a DLL.
1300
f7bd0f78
SC
13012014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1302
1303 * python.texi (Values From Inferior): Add description about the
1304 new feature.
1305
329baa95
DE
13062014-02-17 Doug Evans <xdje42@gmail.com>
1307
1308 * Makefile.in (GDB_DOC_FILES): Add python.texi.
1309 * gdb.texinfo (Python): Moved to ...
1310 * python.texi: ... here. New file.
1311
687894f5
DE
13122014-02-17 Ludovic Courtès <ludo@gnu.org>
1313
d25f38ee 1314 * guile.texi (Writing a Guile Pretty-Printer) <example>:
687894f5
DE
1315 Remove 'string-begins-with' procedure. Add 'pretty-printer'
1316 parameter to 'str-lookup-function' procedure. Look for
1317 the "std::string<" prefix.
1318 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
1319 Adjust description.
1320
6fb526ee
DE
13212014-02-11 Tejas Belagod <tejas.belagod@arm.com>
1322
d25f38ee 1323 * guile.texi (Values From Inferior In Guile): Remove stray
6fb526ee
DE
1324 parantheses for deffn.
1325 (Disassembly In Guile): Ditto.
1326
1e0a5178
SS
13272014-02-10 Stan Shebs <stan@codesourcery.com>
1328
1329 Add Doxygen support.
1330 * Makefile.in (doxy): New action, generates Doxygen files.
1331 (DOXYGEN): New.
1332 (doxyedit): New.
1333 * Doxyfile-base.in: New file.
1334 * Doxyfile-gdb-api.in: New file.
1335 * Doxyfile-gdb-xref.in: New file.
1336 * Doxyfile-gdbserver.in: New file.
1337 * doxy-index.in: New file.
1338 * filter-for-doxygen: New file.
1339 * filter-params.pl: New file.
1340
ed3ef339
DE
13412014-02-10 Doug Evans <xdje42@gmail.com>
1342
1343 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
1344 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
1345 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
1346 (Guile docs): Include guile.texi.
1347 (objfile-gdbdotext file): Add objfile-gdb.scm.
1348 (dotdebug_gdb_scripts section): Mention Guile scripts.
1349 (Multiple Extension Languages): New node.
1350 * guile.texi: New file.
1351
c6044dd1
JB
13522014-01-28 Joel Brobecker <brobecker@adacore.com>
1353
1354 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
1355 ignore-descriptive-types". commands.
1356
87ce2a04
DE
13572014-01-22 Doug Evans <dje@google.com>
1358
1359 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
1360 (gdbserver man): Ditto.
1361
52834460
MM
13622014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1363
1364 * gdb.texinfo: Document limited reverse/replay support
1365 for target record-btrace.
1366
0688d04e
MM
13672014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1368
1369 * gdb.texinfo (Process Record and Replay): Update documentation.
1370
8710b709
MM
13712014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1372
1373 * gdb.texinfo (Process Record and Replay): Document new /c
1374 modifier accepted by "record function-call-history".
1375 Add /i modifier to "record function-call-history" example.
1376
dcf106f3
JB
13772014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
1378 Joel Brobecker <brobecker@adacore.com>
1379
1380 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
1381 markers. Remove one that was misplaced.
1382
41ef2965
PA
13832014-01-10 Pedro Alves <palves@redhat.com>
1384
1385 * gdb.texinfo (Your Program's Environment) <set environment>:
1386 Mention the shell, and point at 'set exec-wrapper'.
1387
c0d48811
JB
13882014-01-07 Joel Brobecker <brobecker@adacore.com>
1389
1390 * gdb.texinfo (Types In Python): Document new attribute Types.name.
1391
5fba4c0f
JB
13922013-12-30 Joel Brobecker <brobecker@adacore.com>
1393
1394 * gdb.texinfo (Types In Python): Clarify the documentation
1395 of attribute gdb.Field.bitpos.
1396
0809504b
JB
13972013-12-28 Joel Brobecker <brobecker@adacore.com>
1398
1399 * gdb.texinfo (Types In Python): Fix the documentation of
1400 attribute "bitpos" in class gdb.Field for enum types. Add
1401 documentation for attribute "enumval" in that same class.
1402
edef6000
JB
14032013-12-28 Joel Brobecker <brobecker@adacore.com>
1404
1405 * gdb.texinfo (GDB/MI Support Commands): Change @table into
1406 @ftable.
1407
71b8c845
DE
14082013-12-23 Doug Evans <xdje42@gmail.com>
1409
1410 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
1411 auto-loaded objfile scripts and .debug_gdb_scripts section to their
1412 corresponding section in Extending GDB.
1413 (Extending GDB): Move menu up. New menu item "Auto-loading
1414 extensions".
1415 (Sequences): New menu item "Auto-loading sequences".
1416 (Auto-loading sequences): New node.
1417 (Python): Rename section from Scripting GDB to Extending GDB.
1418 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
1419 Move docs on ways to auto-load extensions to ...
1420 (Auto-loading extensions): ... here. New node.
1421
d192b373
JB
14222013-12-23 Joel Brobecker <brobecker@adacore.com>
1423
1424 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
1425 in menu.
1426 (GDB/MI Variable Objects): Adjust reference to "-list-features"
1427 command, now in a new node.
1428 (GDB/MI Support Commands): New node, with its contents being
1429 extracted from the "GDB/MI Miscellaneous Commands" node.
1430 A small paragraph introducing the section is also added at
1431 the start.
1432 (GDB/MI Miscellaneous Commands): Delete the description of the
1433 -info-gdb-mi-command, -list-features and -list-target-features
1434 commands, now hosted in the "GDB/MI Support Commands" node.
1435
a16b0e22
SC
14362013-12-12 Siva Chandra Reddy <sivachandra@google.com>
1437
1438 PR python/16113
1439 * gdb.texinfo (Values From Inferior): Add a note about using
1440 gdb.Field objects as subscripts on gdb.Value objects.
1441 (Types In Python): Add description about the new attribute
1442 "parent_type" of gdb.Field objects.
1443
9b26f0fb
JB
14442013-12-12 Joel Brobecker <brobecker@adacore.com>
1445
1446 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
1447 entry for section docuumenting the -list-features GDB/MI command.
1448
72bfa06c
JB
14492013-12-10 Joel Brobecker <brobecker@adacore.com>
1450
1451 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1452 "exec-run-start-option" entry in the output of the "-list-features"
1453 command.
1454
3ea8680f
EZ
14552013-12-04 Eli Zaretskii <eliz@gnu.org>
1456
1457 * gdb.texinfo (i386): Fix yesterday's commit.
1458
1a4f73eb
TT
14592013-12-03 Tom Tromey <tromey@redhat.com>
1460
1461 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
1462 documented here.
1463
6cb999f8
TT
14642013-12-03 Tom Tromey <tromey@redhat.com>
1465
1466 * gdb.texinfo (@direntry): Add menu item for gdbserver.
1467
ca8941bb
WT
14682013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
1469
1470 * gdb.texinfo (i386 Features): Add MPX feature registers.
1471 (x86 Specific featuresx86 Architecture-specific Issues): Adds
1472 a subsubsection for MPX and describes the display of the
1473 boundary registers.
1474
688981c9
JB
14752013-12-03 Joel Brobecker <brobecker@adacore.com>
1476
1477 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
1478 documentation of the "ada-exceptions" entry.
1479
2ea126fa
JB
14802013-12-03 Joel Brobecker <brobecker@adacore.com>
1481
1482 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
1483 "^error" result record concerning the error message. Document
1484 the error code that may also be part of that result record.
1485 (GDB/MI Miscellaneous Commands): Document the
1486 "undefined-command-error-code" element in the output of
1487 the "-list-features" GDB/MI command.
1488
6b7cbff1
JB
14892013-12-03 Joel Brobecker <brobecker@adacore.com>
1490
1491 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1492 the new -info-gdb-mi-command GDB/MI command. Document
1493 the meaning of "-info-gdb-mi-command" in the output of
1494 -list-features.
1495
20e1ca3b
PA
14962013-11-29 Pedro Alves <palves@redhat.com>
1497
1498 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
1499 Update comment.
1500
29453a14
YQ
15012013-11-24 Yao Qi <yao@codesourcery.com>
1502
1503 * gdb.texinfo (Caching Remote Data): Document new
1504 "set/show stack-cache" option.
1505
6dd315ba
YQ
15062013-11-24 Yao Qi <yao@codesourcery.com>
1507
1508 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
1509 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
1510 "off" respectively.
1511
9df9dbe0
YQ
15122013-11-23 Yao Qi <yao@codesourcery.com>
1513
1514 * gdb.texinfo (GDB/MI Variable Objects): Add the description
1515 of "displayhint" to the table about child results.
1516
c78feb39
YQ
15172013-11-21 Yao Qi <yao@codesourcery.com>
1518
1519 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
1520 'dynamic' for the output of command -var-list-children.
1521
27b81af3
YQ
15222013-11-21 Yao Qi <yao@codesourcery.com>
1523
1524 * gdb.texinfo (Caching Target Data): Remove "see" before
1525 @pxref.
1526
b26dfc9a
YQ
15272013-11-20 Yao Qi <yao@codesourcery.com>
1528
1529 * gdb.texinfo (Caching Target Data): Update doc for
1530 per-address-space dcache.
1531
b12039c6
YQ
15322013-11-20 Yao Qi <yao@codesourcery.com>
1533
1534 * gdb.texinfo (Data): Rename menu item.
1535 (Caching Remote Data): Rename to ...
1536 (Caching Target Data): ... it. Update.
1537
422ad5c2
JB
15382013-11-18 Joel Brobecker <brobecker@adacore.com>
1539
1540 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1541 "language-option" entry in the output of the "-list-features"
1542 command.
1543
805e1f19
TT
15442013-11-15 Tom Tromey <tromey@redhat.com>
1545
1546 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
1547 Add example.
1548
8fe1b653
TT
15492013-11-14 Tom Tromey <tromey@redhat.com>
1550
1551 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
1552
403cb6b1
JB
15532013-11-14 Joel Brobecker <brobecker@adacore.com>
1554
1555 * gdb.texinfo (Show): Add xref anchor for "show language" command.
1556 (Context management): Place current subsection text into its own
1557 subsubsection. Add new subsubsection describing the "--language"
1558 command option.
1559
93973826
JB
15602013-11-13 Joel Brobecker <brobecker@adacore.com>
1561
1562 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
1563 the documentation of "info-ada-exceptions" in the output
1564 of the "-list-features" command. Add the documentation
1565 of the "ada-exception" entry instead.
1566
6adcee18
JB
15672013-11-12 Joel Brobecker <brobecker@adacore.com>
1568
93973826 1569
6adcee18
JB
1570 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
1571 word of a couple of sentences to start with a capital letter.
1572
58d06528
JB
15732013-11-12 Joel Brobecker <brobecker@adacore.com>
1574
1575 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
1576 (Ada Exceptions): New node.
1577 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
1578 Commands" node.
1579 (GDB/MI Ada Exceptions Commands): New node.
1580 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
1581 field in the output of the "-list-features" command.
1582 * NEWS: Add entry for the new "info exceptions" CLI command,
1583 and for the new "-info-ada-exceptions" GDB/MI command.
1584
bc79de95
PM
15852013-11-11 Phil Muldoon <pmuldoon@redhat.com>
1586
1587 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
1588 (Line Tables In Python): New node.
1589
73be47f5
DE
15902013-11-08 Doug Evans <dje@google.com>
1591
1592 * gdb.texinfo (Debugging Output): Update text for
1593 "set debug dwarf2-read".
1594
db0fec5c
DE
15952013-11-08 Doug Evans <dje@google.com>
1596
1597 * gdb.texinfo (Debugging Output): Update text for
1598 "set debug symtab-create".
1599
92e32e33
PM
16002013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1601
72f4393d
L
1602 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
1603 constant.
92e32e33 1604
f76c27b5
PM
16052013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1606
1607 * gdb.texinfo (Breakpoints In Python): Document temporary
1608 option in breakpoint constructor, and add documentation to the
1609 temporary attribute.
1610
fa4d0c40
YQ
16112013-11-07 Yao Qi <yao@codesourcery.com>
1612
1613 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
1614 output of "-var-info-expression".
1615
afa332ce
PA
16162013-11-06 Pedro Alves <palves@redhat.com>
1617
1618 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
1619 non-interactive mode.
1620 (Environment) <shell startup files warning>: Mention
1621 non-interactive mode. Mention .zshenv for Z shell, and talk about
1622 BASH_ENV instead of .bashrc for BASH.
1623
9ac69859
NB
16242013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
1625
1626 * gdb.texinfo (Commands to Specify Files): Add description
1627 of the remove-symbol-file command.
1628 * observer.texi: New free_objfile event
1629
98882a26
PA
16302013-10-24 Pedro Alves <palves@redhat.com>
1631
1632 * gdb.texinfo (Starting): Document set/show startup-with-shell.
1633
ce13fade
JB
16342013-10-11 Joel Brobecker <brobecker@adacore.com>
1635
1636 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
1637 New subsection inside which the "-catch-load" and "-catch-unload"
1638 commands documentation is now placed.
1639 (Ada Exception GDB/MI Catchpoint Commands): New subsection
1640 documenting the "-catch-assert" and "-catch-exception" new
1641 GDB/MI commands.
1642
2446f5ea
JB
16432013-10-10 Joel Brobecker <brobecker@adacore.com>
1644
1645 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
1646
0d12017b
JB
16472013-10-10 Joel Brobecker <brobecker@adacore.com>
1648
bd80dc1a
JB
1649 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
1650 serial baud".
1651 (Remote Configuration): Replace "set remotebaud" by "set serial
1652 baud". Replace "show remotebaud" by "show serial baud".
0d12017b 1653
f4fb82a1
PA
16542013-10-07 Pedro Alves <palves@redhat.com>
1655
1656 PR breakpoints/11568
1657 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
1658 when the thread is removed from the thread list.
1659
0c557179
SDJ
16602013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1661
1662 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
1663 Update entry for $_exitcode.
1664
5713b9b5
JB
16652013-10-04 Joel Brobecker <brobecker@adacore.com>
1666
1667 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
1668 new "--start" option.
1669
901461f8
PA
16702013-10-02 Pedro Alves <palves@redhat.com>
1671
1672 * gdb.texinfo (Registers): Expand description of saved registers
1673 in frames. Explain <not saved>.
1674
8fb8eb5c
DE
16752013-09-25 Doug Evans <dje@google.com>
1676
1677 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
1678
0a7cfe2c
SS
16792013-09-16 Stan Shebs <stan@codesourcery.com>
1680
1681 Remove the internals manual gdbint.texinfo.
1682 * Makefile.in (INFO_DEPS): Remove gdbint.info.
1683 (PDFFILES): Remove gdbint.pdf.
1684 (HTMLFILES): Remove gdbint/index.html.
1685 (HTMLFILES_INSTALL): Remove gdbint.
1686 (GDBINT_DOC_FILES): Remove.
1687 (dvi): Remove gdbint.dvi.
1688 (ps): Remove gdbint.ps.
1689 * gdbint.texinfo: Remove file.
1690 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
1691
a280dbd1
SDJ
16922013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1693
1694 * gdb.texinfo (Convenience Functions): Mention new convenience
1695 function $_isvoid.
1696
4ac33720
UW
16972013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1698
1699 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
1700 (Standard Target Features): Add new node to menu.
1701 (S/390 and System z Features): New node.
1702
b3d3b4bd
SA
17032013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
1704
1705 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
1706 -list-target-features in the example.
1707
edf9f00c
JK
17082013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1709
1710 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
1711 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
1712
1d236d23
JK
17132013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1714
1715 Sync documentation with gdb.base/gnu-debugdata.exp.
1716 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
1717
5423b017
JK
17182013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1719
1720 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
1721
6211c335
YQ
17222013-08-27 Pedro Alves <pedro@codesourcery.com>
1723 Yao Qi <yao@codesourcery.com>
1724
1725 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
1726 Document new --skip-unavailable option.
1727 <-stack-list-variables>: Document new --skip-unavailable option.
1728
52e260a3
DE
17292013-08-26 Doug Evans <dje@google.com>
1730
1731 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
1732 an optional regexp.
1733
5e92f71a
TT
17342013-08-13 Tom Tromey <tromey@redhat.com>
1735
1736 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
1737 Document GDB_PARALLEL and GDB_INOTIFY.
1738
c5d7073b
SS
17392013-08-09 Stan Shebs <stan@codesourcery.com>
1740
1741 * LRS: Remove file, describes a long-abandoned live-range
1742 splitting extension to stabs.
1743
6fbe845e
AB
17442013-07-25 Andrew Burgess <aburgess@broadcom.com>
1745
1746 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
1747
e7045703
DE
17482013-07-17 Doug Evans <dje@google.com>
1749
1750 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
1751
3105ebf9
TT
17522013-07-02 Tom Tromey <tromey@redhat.com>
1753
1754 * gdb.texinfo (Target Commands): Don't mention "target nrom".
1755
d6c2da54
TT
17562013-06-28 Tom Tromey <tromey@redhat.com>
1757
1758 * Makefile.in (version.subst): Use version.in, not
1759 common/version.in.
1760 * gdbint.texinfo (Versions and Branches, Releasing GDB):
1761 Likewise.
1762
e5823f1c
PA
17632013-06-27 Pedro Alves <palves@redhat.com>
1764
1765 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
1766 dynamic symbol resolution code>: New section, based on infrun.c
1767 comment.
1768
92dcb9ff
TT
17692013-06-26 Tom Tromey <tromey@redhat.com>
1770
1771 * gdbint.texinfo (Versions and Branches): Use common/version.in.
1772 Update.
1773 (Releasing GDB): Likewise.
1774
dc673c81
YQ
17752013-06-26 Pedro Alves <pedro@codesourcery.com>
1776 Yao Qi <yao@codesourcery.com>
1777
1778 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
1779 -trace-frame-collected.
1780
28a93511
YQ
17812013-06-26 Pedro Alves <pedro@codesourcery.com>
1782
1783 * gdb.texinfo (Traceframe Info Format): Document tvar element
1784 and its attributes.
1785
a0743c90
YQ
17862013-06-25 Yao Qi <yao@codesourcery.com>
1787
1788 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
1789
01208463
TT
17902013-06-24 Tom Tromey <tromey@redhat.com>
1791
1792 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
1793 (GDBvn.texi): Use version.subst.
1794 (version.subst): New target.
1795 (mostlyclean): Remove version.subst.
1796
c898adb7
YQ
17972013-06-20 Pedro Alves <pedro@codesourcery.com>
1798
1799 * gdb.texinfo (GDB/MI Data Manipulation)
1800 <-data-list-register-values>: Document the --skip-unavailable
1801 option.
1802
7c57fa1e
YQ
18032013-06-07 Yao Qi <yao@codesourcery.com>
1804
1805 * gdb.texinfo (Symbols): Add kindex and cindex for
1806 'maint print msymbols'.
1807
0059c61a 18082013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
b7742092
MK
1809
1810 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
1811 response field name (thread-group to inferior).
1812
85dc5a12
GB
18132013-06-04 Gary Benson <gbenson@redhat.com>
1814
1815 * gdb.texinfo (General Query Packets/qSupported): Added
1816 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
1817 to the table of currently defined stub features.
1818 Added a more detailed entry for "augmented-libraries-svr4-read".
1819 (General Query Packets/qXfer:libraries-svr4:read): Documented
1820 the augmented form of this packet.
1821
5901af59
JB
18222013-05-23 Joel Brobecker <brobecker@adacore.com>
1823
1824 * gdb.texinfo (System-wide Configuration Scripts): Renames
1825 "Installed System-wide Configuration Scripts". Add associated
1826 @menu block.
1827
c1e36e3e
PA
18282013-05-23 Yao Qi <yao@codesourcery.com>
1829 Pedro Alves <palves@redhat.com>
1830
1831 * gdb.texinfo (Packets): Document 'vCont;r'.
1832 (Continuing and Stepping): Document target-assisted range
1833 stepping, and the 'set range-stepping' and 'show range-stepping'
1834 commands.
1835
0201faac
JB
18362013-05-23 Joel Brobecker <brobecker@adacore.com>
1837
1838 * gdb.texinfo (Installed System-wide Configuration Scripts):
1839 Add subsection describing the scripts now available under
1840 the data-dir's system-gdbbinit subdirectory.
1841 * NEWS: Add entry announcing the availability of system-wide
1842 configuration scripts for ElinOS and Wind River Linux.
1843
c5867ab6
HZ
18442013-05-21 Hui Zhu <hui@codesourcery.com>
1845
1846 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
1847 "-dprintf-insert" command.
1848
7d0c9981
DE
18492013-05-17 Doug Evans <dje@google.com>
1850
1851 * gdb.texinfo (Maintenance Commands): Update doc for
1852 "maint check-psymtabs". Add doc for "maint check-symtabs",
1853 "maint expand-symtabs".
1854
742ce053
MM
18552013-05-15 Markus Metzger <markus.t.metzger@intel.com>
1856
1857 * gdb.texinfo (Process Record and Replay): Document the
1858 "record goto" command and its sub-commands.
1859
1e611234
PM
18602013-05-10 Phil Muldoon <pmuldoon@redhat.com>
1861
1862 * gdb.texinfo (Backtrace): Add "no-filter" argument.
1863 (Python API): Add Frame Filters API, Frame Wrapper API,
1864 Writing a Frame Filter/Wrapper, Managing Management of Frame
1865 Filters chapter entries.
1866 (Frame Filters API): New Node.
1867 (Frame Wrapper API): New Node.
1868 (Writing a Frame Filter): New Node.
1869 (Managing Frame Filters): New Node.
1870 (Progspaces In Python): Add note about frame_filters attribute.
1871 (Objfiles in Python): Ditto.
1872 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
1873 @anchors and --no-frame-filters option to -stack-list-variables,
1874 -stack-list-frames, -stack-list-locals and -stack-list-arguments
1875 commands.
1876
2874cb83
JB
18772013-05-08 Joel Brobecker <brobecker@adacore.com>
1878
1879 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
1880 Support" subsection documenting the XML format used to transfer
1881 shared library info on AIX.
1882
9a005eb9
JB
18832013-05-08 Joel Brobecker <brobecker@adacore.com>
1884
1885 * gdb.texinfo (Debugging Output): Add documentation of
1886 "set debug aix-solib" and "show debug aix-solib" commands.
1887
a1217d97
SL
18882013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1889
1890 * gdb.texinfo (Nios II): New section.
1891 (Nios II Features): New section.
1892
4d1eb6b4
JB
18932013-05-06 Joel Brobecker <brobecker@adacore.com>
1894
1895 * gdbint.texinfo (Algorithms): Remove entries documenting
1896 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
1897 SOLIB_CREATE_INFERIOR_HOOK.
1898
3f84184e
TT
18992013-04-29 Tom Tromey <tromey@redhat.com>
1900
1901 PR python/14204:
1902 * gdb.texinfo (Python API): Fix menu entry.
1903 (Blocks In Python): Fix subsubsection text. Rewrite intro.
1904 Define global and static block. Add example. Clarify
1905 block relationship for inline functions.
1906
60155234
TT
19072013-04-29 Tom Tromey <tromey@redhat.com>
1908
1909 * gdb.texinfo (Python API): Mention Python help and keyword
1910 arguments. Move pagination text to Basic Python.
1911 (Basic Python): Put pagination text here. Document
1912 close-on-exec, SIGCHLD, and SIGINT.
1913
5360976e
PA
19142013-04-19 Pedro Alves <palves@redhat.com>
1915
1916 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
1917 "signedness" instead of "signness".
1918
bd3f3b55
PA
19192013-04-19 Pedro Alves <palves@redhat.com>
1920
1921 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
1922 -Wno-pointer-sign text with text on -Wpointer-sign.
1923
dee368d3
TT
19242013-04-16 Tom Tromey <tromey@redhat.com>
1925
1926 * gdb.texinfo (Set Catchpoints): Mention earliest version of
1927 GCC that has the SDT probe points.
1928
cc16e6c9
TT
19292013-04-15 Tom Tromey <tromey@redhat.com>
1930
1931 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
1932 exception catchpoints.
1933
72f1fe8a
TT
19342013-04-15 Tom Tromey <tromey@redhat.com>
1935
1936 * gdb.texinfo (Set Catchpoints): Document $_exception.
1937 (Convenience Vars): Mention $_exception.
1938
591f19e8
TT
19392013-04-15 Tom Tromey <tromey@redhat.com>
1940
1941 * gdb.texinfo (Set Catchpoints): Reorganize exception
1942 catchpoints. Document "catch rethrow".
1943 (Debugging C Plus Plus): Mention "catch rethrow".
1944
02ae6bad
TT
19452013-04-15 Tom Tromey <tromey@redhat.com>
1946
1947 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
1948
2c91021c
JK
19492013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1950 Eli Zaretskii <eliz@gnu.org>
1951
1952 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
1953 line below the sample output.
1954
6eaaf48b
EZ
19552013-04-12 Eli Zaretskii <eliz@gnu.org>
1956
1957 * gdb.texinfo (Mode Options): Document '-configuration'.
1958 (Help): Document "show configuration".
1959 (Bug Reporting): Add requirements to include the configuration
1960 details in bug reports.
1961
b292c783
JK
19622013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1963
1964 * Makefile.in (MAN1S): Add gcore.1.
1965 Remove "Host, target, and site specific Makefile fragments" comment.
1966 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
1967 (install-man1, uninstall-man1): Conditionalize gcore.1.
1968 (gcore.1): New.
1969 * gdb.texinfo (Man Pages): Add gcore man.
1970 (gcore man): New node.
1971
f81d1120
PA
19722013-04-10 Pedro Alves <palves@redhat.com>
1973
1974 * gdb.texinfo (Process Record and Replay): Document that "set
1975 record full insn-number-max", "set record
1976 instruction-history-size" and "set record
1977 function-call-history-size" accept "unlimited".
1978 (Backtrace): Document that "set backtrace limit" accepts
1979 "unlimited".
1980 (List): Document that "set listsize" accepts "unlimited".
1981 (Print Settings)" Document that "set print max-symbolic-offset",
1982 "set print elements" and "set print repeats" accept "unlimited".
1983 (Starting and Stopping Trace Experiments): Document that "set
1984 trace-buffer-size" accepts "unlimited".
1985 (Remote Configuration): Document that "set tcp connect-timeout"
1986 accepts "unlimited".
1987 (Command History): Document that "set history size" accepts
1988 "unlimited".
1989 (Screen Size): Document that "set height" and "set width" accepts
1990 "unlimited". Adjust "set pagination"'s description to suggest
1991 "set height unlimited" instead of "set height 0".
1992
393fd4c3
YQ
19932013-04-10 Yao Qi <yao@codesourcery.com>
1994
1995 * gdb.texinfo (Trace Files): Add "target ctf".
1996
cba5a7bf
JK
19972013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1998
1999 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
2000
0ed630cb
JK
2001 * Makefile.in (install-man1, install-man5, uninstall-man1)
2002 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
2003
afe1492b
JK
2004 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
2005
5b8b6385
JK
20062013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2007 Eli Zaretskii <eliz@gnu.org>
2008
2009 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
2010 parameters order. Remove "On some targets" for --attach. Document the
2011 --multi parameter and extended-remote command. Document all the
2012 options.
2013
906ccdf0
JK
20142013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2015
2016 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
2017 the list of supported languages.
2018
43662968
JK
20192013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2020
2021 Convert man pages to texinfo, new gdbinit.5 texinfo page.
2022 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
2023 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
2024 (diststuff): Add man.
2025 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
2026 (uninstall-man5): New.
2027 (STAGESTUFF): Add *.1 and *.5.
2028 (GDBvn.texi): Add SYSTEM_GDBINIT.
2029 (gdb.1, gdbserver.1, gdbinit.5): New.
2030 (maintainer-clean realclean): Add $(MANS).
2031 (install): Add install-man.
2032 (uninstall): Add uninstall-man.
2033 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
2034 (@copying): Wrap it by @c man begin COPYRIGHT.
2035 (Top): Add Man Pages.
2036 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
2037
be9a8770
PA
20382013-04-02 Pedro Alves <palves@redhat.com>
2039
2040 * gdb.texinfo (Debugging Output): Document "set/show debug
2041 aarch64", "set/show debug coff-pe-read" and "set/show debug
2042 mach-o".
2043
a46c1e42
PA
20442013-04-02 Pedro Alves <palves@redhat.com>
2045
2046 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2047 table>: Add entry for "trace-buffer-size".
2048
bd3eecc3
PA
20492013-03-28 Pedro Alves <palves@redhat.com>
2050
2051 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2052 table>: Add entry for "trace-status".
2053
215b9f98
EZ
20542013-03-28 Eli Zaretskii <eliz@gnu.org>
2055
2056 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
2057 @bullet", which is invalid (makeinfo 5.1 barfs).
2058
7f7cc265
PA
20592013-03-28 Pedro Alves <palves@redhat.com>
2060
2061 PR gdb/15294
2062
2063 * gdb.texinfo (List) <set listsize>: Adjust to document that
2064 listsize 0 means no limit, and remove mention of -1.
2065
9c0be723
YQ
20662013-03-22 Yao Qi <yao@codesourcery.com>
2067
2068 * gdb.texinfo (Embedded Processors): Remove menu item
2069 "OpenRISC 1000".
2070 (OpenRISC 1000): Remove.
2071
bd712aed
DE
20722013-03-21 Doug Evans <dje@google.com>
2073
2074 * gdb.texinfo (Maintenance Commands): Add docs for
2075 "mt set per-command {space,time,symtab} {on,off}".
2076
d0353e76
YQ
20772013-03-14 Hui Zhu <hui@codesourcery.com>
2078 Yao Qi <yao@codesourcery.com>
2079
2080 * gdb.texinfo (Trace Files): Add "tsave -ctf".
2081
6dd24dfa
KS
20822013-03-13 Keith Seitz <keiths@redhat.com>
2083
2084 * gdb.texinfo (Maintenance Commands): Add missing ')' for
2085 "maint agent" reference to Dynamic printf.
2086
5c4808ca
EZ
20872013-03-11 Eli Zaretskii <eliz@gnu.org>
2088
2089 * gdb.texinfo (General Query Packets): Don't use colon in index
2090 entries visible to Info format.
2091
59ea5688
MM
20922013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2093
2094 * gdb.texinfo (Process Record and Replay): Document record
2095 changes.
2096
2ae8c8e7
MM
20972013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2098
2099 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
2100 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
2101 qXfer:btrace:read.
2102
28abe188
EZ
21032013-03-09 Eli Zaretskii <eliz@gnu.org>
2104
2105 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
2106 use colons in @anchor and @cindex entries.
2107
be9a119c 21082013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
6790eb9f
HAQ
2109
2110 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
2111
be9a119c 21122013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
2113 Hafiz Abid Qadeer <abidh@codesourcery.com>
2114
2115 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2116 trace-buffer-size set and show commands.
2117 (Tracepoint Packets): Document QTBuffer:size.
2118 (General Query Packets): Document QTBuffer:size.
2119
d57350ea
TT
21202013-02-21 Tom Tromey <tromey@redhat.com>
2121
2122 * gdb.texinfo: Remove bad @syncodeindex.
2123 (Values From Inferior, Types In Python, Inferiors In Python)
2124 (Events In Python, Threads In Python, Frames In Python, Blocks In
2125 Python, Symbols In Python, Symbol Tables In Python): Remove
2126 @tables.
2127 (Packets, General Query Packets, Tracepoint Packets)
2128 (Host I/O Packets): Use @w{} for empty @item.
2129
9f44fbc0
SCR
21302013-02-20 Siva Chandra Reddy <sivachandra@google.com>
2131
2132 * gdb.texinfo (Architectures In Python): Add description about
2133 the new method gdb.Architecture.disassemble.
2134
f5911ea1
HAQ
21352013-02-15 Pedro Alves <pedro@codesourcery.com>
2136 Hafiz Abid Qadeer <abidh@codesourcery.com>
2137
2138 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
2139 Document the "trace-file" field.
2140
7e1e0340
DE
21412013-02-07 Doug Evans <dje@google.com>
2142
2143 * gdb.texinfo (Machine Code): Clarify argument to disassemble
2144 command.
2145
134a2066
YQ
21462013-02-06 Yao Qi <yao@codesourcery.com>
2147
2148 * gdb.texinfo (GDB/MI Async Records): Document new MI
2149 notification "=tsv-modified". Update the document of MI
2150 notification "=tsv-created".
2151 * observer.texi (GDB Observers): New observer tsv_modified.
2152 Update observer tsv_created and tsv_delete.
2153
430ed3f0
MS
21542013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
2155
2156 * gdb.texinfo (AArch64 Features): New section; document
2157 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
2158 (Architectures): Add new AArch64 section to document AArch64
2159 architecture specific commands.
2160 (ABI): Add description of the new OS ABI "Newlib" and its influence
2161 on the longjmp handling.
2162
1b56eb55
JK
21632013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
2164 Jan Kratochvil <jan.kratochvil@redhat.com>
2165
2166 * gdb.texinfo (Backtrace): Added description of 'filename-display'
2167 variable in 'set/show backtrace' section.
2168
c4957902
TT
21692013-01-31 Tom Tromey <tromey@redhat.com>
2170
2171 * gdb.texinfo (Target Commands): Fix typo.
2172
bea883fd
SCR
21732013-01-23 Siva Chandra Reddy <sivachandra@google.com>
2174
2175 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
2176 describing the gdb.Architecture class.
2177 (Frames In Python): Add description about the new method
2178 gdb.Frame.architecture().
2179
796a7ff8
DE
21802013-01-23 Doug Evans <dje@google.com>
2181
2182 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
2183
998580f1
MK
21842013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
2185
2186 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
2187 'thread-groups' field when printing a breakpoint in MI.
2188
c9fb1240
SD
21892012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2190 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
2191 to reflect that jit-reader-load now supports absolute file-names.
2192
ab04a2af
TT
21932013-01-16 Tom Tromey <tromey@redhat.com>
2194
2195 * gdb.texinfo (Set Catchpoints): Document "catch signal".
2196 (Signals): Likewise.
2197
8ac3646f
TT
21982013-01-16 Tom Tromey <tromey@redhat.com>
2199
2200 * gdb.texinfo (GDB/MI Breakpoint Information): Document
2201 "catch-type" field.
2202 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
2203
e93a8774
TT
22042013-01-07 Tom Tromey <tromey@redhat.com>
2205
2206 * gdb.texinfo (Mode Options): Don't mention -epoch.
2207 (Data, Emacs): Remove obsolete comments.
2208
54516a0b
TT
22092013-01-02 Tom Tromey <tromey@redhat.com>
2210
2211 * gdb.texinfo (GDB/MI Output Records): Update menu.
2212 (GDB/MI Breakpoint Information): New node.
2213 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
2214 <-break-insert>: Likewise.
2215
8dbe8ece
YQ
22162012-12-31 Yao Qi <yao@codesourcery.com>
2217
2218 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
2219 (Packets): Move "vStopped" packet to ...
2220 (Notification Packets): ... here. Describe the components
2221 of notification. Add a table of supported notifications.
2222 Add an example on the process of he async notification.
2223
f35a17b5
JK
22242012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2225
2226 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
2227 present.
2228 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
2229 fullname output always present.
2230
0dfd2fad
PM
22312012-12-23 Pierre Muller <muller@sourceware.org>
2232
72f4393d
L
2233 * gdbint.texinfo (Function prototypes): Require use of "extern"
2234 modifier for function prototypes in headers.
0dfd2fad 2235
7785b880
JB
22362012-12-19 Joel Brobecker <brobecker@adacore.com>
2237
2238 * refcard.tex: Update copyright notice to GPL v3 or later.
2239 Update contact info.
2240
3d745be3
JK
22412012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2242
2243 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
2244
c9b6281a
YQ
22452012-12-15 Yao Qi <yao@codesourcery.com>
2246
2247 * gdb.texinfo (Debugging Output): Document 'set debug
2248 notification' and 'show debug notification'.
2249
f2a8bc8a
YQ
22502012-12-15 Yao Qi <yao@codesourcery.com>
2251
2252 * gdb.texinfo (Listing Tracepoints): New item and example about
2253 'installed on target' output.
2254 Add more in the example about 'installed on target'.
2255 (GDB/MI Breakpoint Commands): Doc about 'installed field.
2256
451b7c33
TT
22572012-12-14 Tom Tromey <tromey@redhat.com>
2258
72f4393d 2259 * gdb.texinfo (SVR4 Process Information): Mention core files.
451b7c33 2260
3fa7bf06 22612012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
72f4393d 2262
3fa7bf06
MG
2263 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
2264
05b4bd79
PA
22652012-12-11 Pedro Alves <palves@redhat.com>
2266
2267 * gdb.texinfo: Remove all mentions of Unixware throughout.
2268
74a0d9f6
JK
22692012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2270
2271 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
2272
0c631110
TT
22732012-11-29 Tom Tromey <tromey@redhat.com>
2274
2275 * gdb.texinfo (SVR4 Process Information): Document missing
2276 "info proc" subcommands.
2277
891df0ea
YQ
22782012-11-29 Yao Qi <yao@codesourcery.com>
2279
2280 PR gdb/1477.
2281 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
2282 to 'auto' instead of 'gnu'.
2283
608e2dbb
TT
22842012-11-26 Tom Tromey <tromey@redhat.com>
2285
2286 * gdb.texinfo (MiniDebugInfo): New node.
2287 (GDB Files): Update.
2288
e64e0392
DE
22892012-11-16 Doug Evans <dje@google.com>
2290
2291 * gdb.texinfo (System-wide configuration): If the system-wide init
2292 file lives in the data-directory, and --data-directory is provided,
2293 look for it there.
2294
ae606bee
TT
22952012-11-15 Tom Tromey <tromey@redhat.com>
2296
2297 * gdb.texinfo (Signaling): Fix typo.
2298
62747a60
TT
22992012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
2300
2301 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
2302 parameter "count" of -data-write-memory-bytes, and add an example.
2303
18a9fc12
TT
23042012-11-12 Tom Tromey <tromey@redhat.com>
2305
2306 * gdb.texinfo (Symbols): Document "info type-printers",
2307 "enable type-printer" and "disable type-printer".
2308 (Python API): Add new node to menu.
2309 (Type Printing API): New node.
2310 (Progspaces In Python): Document type_printers field.
2311 (Objfiles In Python): Likewise.
2312 (gdb.types) <get_type_recognizers, apply_type_recognizers,
2313 register_type_printer, TypePrinter>: Document.
2314
53342f27
TT
23152012-11-12 Tom Tromey <tromey@redhat.com>
2316
2317 * gdb.texinfo (Symbols): Document "set print type methods",
2318 "set print type typedefs", and flags to ptype and whatis.
2319
ed8a1c2d
AB
23202012-11-09 Andrew Burgess <aburgess@broadcom.com>
2321
2322 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
2323 the example -data-disassemble output. Extend the description of
2324 the -data-disassemble results to document all fields. Document
2325 the cli disassemble command as being related to -data-disassemble.
2326
8506d139
YQ
23272012-11-09 Yao Qi <yao@codesourcery.com>
2328
2329 PR gdb/14777.
2330 * gdb.texinfo (OS Information): Remove doc on command
2331 'info udot'.
2332
4d3f93a2
JB
23332012-11-08 Joel Brobecker <brobecker@adacore.com>
2334
2335 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
2336 gdb.ini warning for Windows port.
2337
1e96de83
YQ
23382012-11-08 Yao Qi <yao@codesourcery.com>
2339
2340 * gdb.texinfo (Search): Add kindex for 'fo'.
2341
dc939229
TT
23422012-11-05 Tom Tromey <tromey@redhat.com>
2343
2344 PR python/14802:
2345 * gdb.texinfo (Functions In Python): Add example.
2346
6f6484cd
YQ
23472012-11-03 Yao Qi <yao@codesourcery.com>
2348
2349 * observer.texi (GDB Observers): Remove observer
2350 'tracepoint_modified', 'tracepoint_created' and
2351 'tracepoint_deleted'.
2352
af4238e5
TT
23532012-10-26 Tom Tromey <tromey@redhat.com>
2354
2355 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
2356
687e43a4
TT
23572012-10-25 Tom Tromey <tromey@redhat.com>
2358
2359 * gdb.texinfo (General Query Packets): Use @itemx.
2360
8de0566d
YQ
23612012-10-17 Yao Qi <yao@codesourcery.com>
2362
2363 * observer.texi (GDB Observers): Update observer
2364 'memory_changed'.
2365 * gdb.texinfo (GDB/MI Async Records): Document for
2366 "memory-changed" notification.
2367
07540c15
DE
23682012-10-15 Doug Evans <dje@google.com>
2369
2370 * gdb.texinfo (Mode Options): Document -nh.
2371 Elaborate on docs for -nx.
2372
d7019589
SP
23732012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2374
2375 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
2376
82a90ccf 23772012-09-21 Yao Qi <yao@codesourcery.com>
72f4393d 2378 Pedro Alves <palves@redhat.com>
82a90ccf
YQ
2379
2380 * gdb.texinfo (GDB/MI Async Records): Document notification
2381 'record-started' and 'record-stopped'.
2382 * observer.texi (GDB Observers): New observer 'record-changed'.
2383
aa9259cc
TS
23842012-09-19 Thomas Schwinge <thomas@codesourcery.com>
2385
2386 * gdb.texinfo: Document the removal of SH's 'regs' command.
2387
c1d780c2
SDJ
23882012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2389
2390 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
2391
bb25a15c
YQ
23922012-09-18 Yao Qi <yao@codesourcery.com>
2393
2394 * gdb.texinfo (GDB/MI Async Records): Document new MI
2395 notifications '=tsv-created' and '=tsv-deleted'.
2396 * observer.texi (GDB Observers): New observer tsv_created and
2397 tsv_deleted.
2398
201b4506
YQ
23992012-09-18 Yao Qi <yao@codesourcery.com>
2400
2401 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
2402 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
2403 '=traceframe-changed'.
2404
6fc1c773
YQ
24052012-09-17 Yao Qi <yao@codesourcery.com>
2406
2407 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
2408 'set listsize'.
2409
121c73f3
JK
24102012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2411 Eli Zaretskii <eliz@gnu.org>
2412
2413 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
2414 encoding for gdbarch_breakpoint_from_pc, bp_addr for
2415 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
2416
e9687799
JK
24172012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2418
2419 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
2420
3b5e4d35
YPK
24212012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
2422
2423 Document how to return from "python-interactive" to GDB.
2424 * gdb.texinfo (Python Commands): Update documentation.
2425
24262012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
2427
2428 Add a new "python-interactive" command that starts a standard
2429 Python interactive prompt with "pi" as alias, and add "py" as
2430 an alias to "python".
2431 * gdb.texinfo (Python Commands): Document the new commands.
2432
b583003e
TT
24332012-08-22 Tom Tromey <tromey@redhat.com>
2434
2435 * gdbint.texinfo (Host Definition): Remove documentation for
2436 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
2437
a451cb65
KS
24382012-08-17 Keith Seitz <keiths@redhat.com>
2439
2440 PR c++/13356
2441 * gdb.texinfo (Type and Range Checking): Remove warning.
2442 Remove spurious commas.
2443 Update text and examples for re-implementation of set/show
2444 check type.
2445 (C and C++ Type and Range Checks): Likewise.
2446
6b1755ce
YQ
24472012-08-16 Yao Qi <yao@codesourcery.com>
2448
2449 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
2450 is deprecated.
2451
f47f77df
DE
24522012-08-13 Doug Evans <dje@google.com>
2453
2454 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
2455 to include functions.
2456
a72c3253
DE
24572012-08-10 Doug Evans <dje@google.com>
2458
2459 * gdb.texinfo (Convenience Funs): New node.
2460 (Types In Python): Document Type.vector.
2461
5b9afe8a
YQ
24622012-08-09 Yao Qi <yao@codesourcery.com>
2463
2464 * observer.texi: New observer command_param_changed.
2465 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
2466
dc1039df
JK
24672012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2468
2469 * gdbint.texinfo (Debugging GDB): In section
2470 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
2471 Mention also gdb-gdb.py.
2472
4abf930d
YQ
24732012-08-07 Yao Qi <yao@codesourcery.com>
2474
2475 Revert the folloing patch:
2476 2012-08-06 Yao Qi <yao@codesourcery.com>
2477 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2478 remote hardware-watchpoint-limit' and 'set
2479 remote hardware-breakpoint-limit'.
2480
f3c8a52a
JK
24812012-08-06 Nathaniel Flath <flat0103@gmail.com>
2482
2483 * gdb.texinfo (Working Directory): Added information about new
2484 default argument for 'cd' command.
2485
77a91025
YQ
24862012-08-06 Yao Qi <yao@codesourcery.com>
2487
2488 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2489 remote hardware-watchpoint-limit' and 'set
2490 remote hardware-breakpoint-limit'.
2491
d9f08f52
YQ
24922012-08-06 Yao Qi <yao@codesourcery.com>
2493
2494 Fix PR14371.
2495
2496 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
2497 '=breakpoint-deleted'.
2498
95b07c96
YQ
24992012-08-02 Yao Qi <yao@codesourcery.com>
2500
2501 * gdb.texinfo (Native): Remove node Neutrino.
2502
7255706c
YQ
25032012-07-27 Yao Qi <yao@codesourcery.com>
2504
2505 * gdb.texinfo (IPA Protocol Commands): Document new command
2506 'close'.
2507
d6b28940
TT
25082012-07-25 Tom Tromey <tromey@redhat.com>
2509
2510 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
2511
e615022a
DE
25122012-07-20 Doug Evans <dje@google.com>
2513
2514 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
2515 (Index Files): Document how to control the use of deprecated index
2516 sections.
2517 (Index Section Format): Replace --use-deprecated-index-sections with
2518 "set use-deprecated-index-sections on".
2519
055855a4
EZ
25202012-07-12 Eli Zaretskii <eliz@gnu.org>
2521
2522 * gdbint.texinfo: Remove @syncodeindex directives that put all the
2523 indices into a single node "Index". Instead, join function and
2524 variable indices into a single index, separate from the concept
2525 index. Requested in
2526 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
2527 (Top): Update the top-level menu: instead of one "Index" there are
2528 now separate entries "Concept Index" and "Function and Variable
2529 Index".
2530 (Concept Index, Function and Variable Index): New nodes.
2531 (Index): Node deleted.
2532
f77cc5f0
HZ
25332012-07-05 Hui Zhu <hui_zhu@mentor.com>
2534
2535 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
2536 and "maint agent-eval".
2537
00595b5e
EZ
25382012-07-03 Eli Zaretskii <eliz@gnu.org>
2539
2540 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
2541 avoid file-name clashes between Index.html and index.html on
2542 case-insensitive filesystems. See the discussion starting in
2543 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
2544 details of the problem.
2545 (Top): Update the master menu for the above.
2546 (Concept Index, Command and Variable Index): New nodes, instead of
2547 the old "Index" node that was deleted. All cross-references
2548 updated.
2549
d3ce09f5
SS
25502012-07-02 Stan Shebs <stan@codesourcery.com>
2551
2552 * gdb.texinfo (Dynamic Printf): Mention agent style and
2553 disconnected dprintf.
2554 (Maintenance Commands): Describe maint agent-printf.
2555 (General Query Packets): Mention BreakpointCommands feature.
2556 (Packets): Document commands extension to Z0 packet.
2557 * agentexpr.texi (Bytecode Descriptions): Document printf
2558 bytecode.
2559
2d7b58e8
JK
25602012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2561
2562 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
2563 only after gdbinit files.
2564 (Startup): Move -iex and -iex commands down after gdbinit files.
2565
202cbf1c
JK
25662012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2567
2568 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
2569 possibility.
2570
b6ba681c
TT
25712012-06-29 Tom Tromey <tromey@redhat.com>
2572
2573 * gdb.texinfo (Index Section Format): Update for version 7.
2574
71caed83
SS
25752012-06-28 Stan Shebs <stan@codesourcery.com>
2576
2577 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
2578 example, add note about title column.
2579
ee0bf529
SCR
25802012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2581
2582 * gdb.texinfo (Symbol Tables In Python): Add description about
2583 the new 'last' attribute of gdb.Symtab_and line.
2584
3c15d565
SCR
25852012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2586
2587 * gdb.texinfo (Symbol Tables In Python): Correct the description
2588 of the 'pc' attribute of gdb.Symtab_and_line.
2589
45cfd468
DE
25902012-06-26 Doug Evans <dje@google.com>
2591
2592 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
2593 and symtab-create.
2594
496ee73e
KS
25952012-06-25 Keith Seitz <keiths@redhat.com>
2596
2597 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
2598 from example. Remove "rbreak" from list of corresponding
2599 gdb commands.
2600
156942c7
DE
26012012-06-23 Doug Evans <dje@google.com>
2602
2603 * gdb.texinfo (Index Section Format): Document version 7 format.
2604
c614397c
YQ
26052012-06-22 Yao Qi <yao@codesourcery.com>
2606
2607 * gdb.texinfo: Add missing cindex for some packets.
2608
472a2379
KS
26092012-06-20 Keith Seitz <keiths@redhat.com>
2610
2611 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
2612 for -break-insert and document -p.
2613
2678e2af
YQ
26142012-06-20 Yao Qi <yao@codesourcery.com>
2615
2616 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
2617 and "gdb.write_memory" with "Inferior.read_memory" and
2618 "Inferior.write_memory".
2619
984359d2
EZ
26202012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
2621
2622 * gdb.texinfo (Summary): Add a link to "Free Documentation".
2623 (Free Documentation): Add @node line.
2624 (Continuing and Stepping) <advance location>: Use @item instead of
2625 @itemx.
2626 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
2627 @itemx.
2628 (Embedded Processors): Put the link to "PA" to its correct place,
2629 according to document structure.
2630 (Python API): Put the link to "Lazy Strings In Python" to its
2631 correct place.
2632 (Index): Use @@ in @tex block to get a literal @.
2633
2634 * gdbint.texinfo: Fix the @subtitle line.
2635
2636 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
2637 correct place.
2638
16bdd41f
YQ
26392012-06-08 Yao Qi <yao@codesourcery.com>
2640
2641 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
2642 Protocol'.
2643 (In-Process Agent Protocol, IPA Protocol Objects)
2644 (IPA Protocol Commands): New nodes.
2645 (Tracepoint Packets): Add anchors.
2646
2d4c29c5
TS
26472012-06-06 Thomas Schwinge <thomas@codesourcery.com>
2648
2649 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
2650
6bd110c5
YQ
26512012-06-06 Yao Qi <yao@codesourcery.com>
2652
2653 * gdb.texinfo: Update copyright year.
2654
f3e0e960
SS
26552012-05-23 Stan Shebs <stan@codesourcery.com>
2656 Kwok Cheung Yeung <kcy@codesourcery.com>
2657
2658 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
2659
1564a261
JK
26602012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2661
2662 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
2663 Mention also --with-separate-debug-dir.
2664 (Auto-loading): Prepend $debugdir in the sample output.
2665 (Auto-loading safe path): Likewise. Mention also $debugdir for the
2666 auto-load safe-path variable.
2667 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
2668 Mention also $debugdir for 'set auto-load scripts-directory'.
2669
eb17f351
EZ
26702012-05-19 Eli Zaretskii <eliz@gnu.org>
2671
2672 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
2673 (MIPS Embedded, MIPS, MIPS Register packet Format)
2674 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
2675 appropriate.
2676
4cc0665f 26772012-05-18 Sandra Loosemore <sandra@codesourcery.com>
72f4393d 2678 Maciej W. Rozycki <macro@codesourcery.com>
4cc0665f
MR
2679
2680 * gdb.texinfo (MIPS): Document "set mips compression" and "show
2681 mips compression".
2682 (MIPS Breakpoint Kinds): New subsubsection.
2683
7af8dcf8 26842012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
2685
2686 * gdb.texinfo (Architecture-Specific Protocol Details): Define
2687 nodes for subsections. Add @acronym mark-ups and adjust
2688 formatting.
2689
aff139ff
JK
26902012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2691
2692 Rename $ddir to $datadir.
2693 * gdb.texinfo (Auto-loading, Auto-loading safe path)
2694 (objfile-gdb.py file): Rename $ddir to $datadir.
2695
9cb709b6
TT
26962012-05-18 Tom Tromey <tromey@redhat.com>
2697
2698 * gdb.texinfo (Print Settings): Document 'set print symbol'.
2699
e7e0cddf
SS
27002012-05-14 Stan Shebs <stan@codesourcery.com>
2701
2702 * gdb.texinfo (Dynamic Printf): New subsection.
2703
7efc75aa
SCR
27042012-05-13 Siva Chandra Reddy <sivachandra@google.com>
2705
2706 * gdb.texinfo (Basic Python): Add description about the function
2707 gdb.find_pc_line
2708
f307c045
JK
27092012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2710 Eli Zaretskii <eliz@gnu.org>
2711
2712 * gdb.texinfo (Separate Debug Files): Use plural form for global
2713 debugging information directory.
2714
85d4a676
SS
27152012-05-11 Stan Shebs <stan@codesourcery.com>
2716 Kwok Cheung Yeung <kcy@codesourcery.com>
2717
2718 * gdb.texinfo (Operating System Auxiliary Information): Document new
2719 'info os' subcommands.
2720
c1668e4e
JK
27212012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2722
2723 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
2724 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
2725 (dotdebug_gdb_scripts section): Add reference
2726 to 'Auto-loading safe path'.
2727
7349ff92
JK
27282012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2729
2730 Implement multi-component --with-auto-load-dir.
2731 * gdb.texinfo (Auto-loading): New references
2732 for 'set auto-load scripts-directory'
2733 and 'show auto-load scripts-directory'.
2734 (Auto-loading safe path): Describe the new default. Move $ddir
2735 substituation reference to 'objfile-gdb.py file'.
2736 (objfile-gdb.py file): Describe script-name alias. Change real-name to
2737 script-name. Describe new 'set auto-load scripts-directory'
2738 and 'show auto-load scripts-directory'.
2739
6dea1fbd
JK
27402012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2741
2742 Provide $ddir substitution for --with-auto-load-safe-path.
2743 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
2744 (Auto-loading safe path): Likewise. Mention the default value,
2745 $ddir substitution, --with-auto-load-safe-path and
2746 --without-auto-load-safe-path.
2747 * observer.texi (gdb_datadir_changed): New.
2748
1ccacbcd
JK
27492012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2750
2751 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
2752 Twice.
2753
d9242c17
JK
2754 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
2755 directory separator by path separator.
2756
af2c1515
JK
27572012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2758
2759 * gdb.texinfo (Auto-loading safe path): Make 'directories'
2760 for 'set auto-load safe-path' optional. Mention if it is omitted.
2761 Change disabling security protection condition to "/", twice.
2762
a20ee7a4
SCR
27632012-05-03 Siva Chandra Reddy <sivachandra@google.com>
2764
2765 * gdb.texinfo (Symbol Tables In Python): Add documentation about
2766 the new methods global_block and static_block on gdb.Symtab
2767 objects.
2768
56af09aa
SCR
27692012-05-02 Siva Chandra Reddy <sivachandra@google.com>
2770
2771 * gdb.texinfo (Blocks In Python): Add a note saying that future
2772 improvements to GDB and its infrastructure can move symbols
2773 across blocks within a symbol table.
2774
2746b0ef
YQ
27752012-04-29 Yao Qi <yao@codesourcery.com>
2776
2777 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
2778 (A29K): Remove.
2779
62e5f89c
SDJ
27802012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
2781 Tom Tromey <tromey@redhat.com>
2782
2783 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
2784 and generic static probe support on GDB.
2785
a766d390
DE
27862012-04-25 Doug Evans <dje@google.com>
2787
50f042b9
DE
2788 * gdb.texinfo (Go): Fix thinko.
2789
a766d390
DE
2790 * gdb.texinfo (Supported Languages): Add Go.
2791 (Go): New node.
2792
f02e2b19
YQ
27932012-04-25 Yao Qi <yao@codesourcery.com>
2794
2795 * gdbint.texinfo (Testsuite): New section `Board settings'.
2796
68d41a48
JK
27972012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2798
2799 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
2800 Three times.
2801
174bb630
JK
2802 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
2803 Three times.
2804
0511cc75
JK
28052012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2806
2807 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
2808 by @table @asis. Fix formatting of one item.
2809
0070f25a
JK
28102012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2811
2812 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
2813
4dc84fd1
JK
28142012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2815
2816 New option "set debug auto-load".
2817 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
2818 (auto-load verbose mode): New node.
2819
bccbefd2
JK
28202012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2821
2822 New option "set auto-load safe-path".
2823 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
2824 and "info auto-load" examples for safe-path. Put there also references
2825 for "set auto-load safe-path" and "show auto-load safe-path".
2826 New menu item for Auto-loading safe path.
2827 (Auto-loading safe path): New node.
2828 (Python Auto-loading): Update the expected output from "Missing"
2829 to "No".
2830
bf88dd68
JK
28312012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2832
2833 auto-load: Implementation.
2834 * gdb.texinfo (Mode Options): New anchor for -nx.
2835 (Startup): New anchors for Option -init-eval-command,
2836 Home Directory Init File
2837 and Init File in the Current Directory during Startup.
2838 Mention set auto-load local-gdbinit with a reference.
2839 Change the sample code to "set auto-load python-scripts".
2840 (Threads): New anchor set libthread-db-search-path.
2841 Provide references to libthread_db.so.1 file.
2842 (Controlling GDB): New menu item for Auto-loading.
2843 (Auto-loading, Init File in the Current Directory)
2844 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
2845 (Python): Rename the menu item Auto-loading to Python Auto-loading.
2846 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
2847 reference.
2848 (Auto-loading): Rename to ...
2849 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
2850 "set auto-load python-scripts", new anchor for it. Change
2851 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
2852 for it. Change "info auto-load-scripts"
2853 to "info auto-load python-scripts", new anchor for it. Change "scripts"
2854 to "Python scripts".
2855
8264ba82
AG
28562012-04-14 Anton Gorenkov <xgsa@yandex.ru>
2857
2858 PR mi/13393
2859 * gdb.texinfo (Print Settings): Extend the description for "set print
2860 object".
2861 (GDB/MI Variable Objects): Extend the description for -var-create and
2862 -var-list-children.
2863
06fc020f
SCR
28642012-04-11 Siva Chandra Reddy <sivachandra@google.com>
2865
2866 * gdb.texinfo (Examining Data): Document the 'explore' command.
2867
7191c139
JB
28682012-03-28 Joel Brobecker <brobecker@adacore.com>
2869
2870 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
2871 to the children of a varobj and its update range when -var-update
2872 returns that the varobj's type changed.
2873
3708f05e
JK
28742012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2875
2876 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
2877 Create two new links fir 'objfile-gdb.py file'
2878 and 'dotdebug_gdb_scripts section'.
2879
8e0583c8
JK
28802012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2881
2882 * gdb.texinfo (Auto-loading): Rename node reference
2883 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
2884 Twice.
2885 (.debug_gdb_scripts section): Rename the node ...
2886 (dotdebug_gdb_scripts section): ... here.
2887 (Maintenance Commands): Also rename this node reference.
2888
7b282c5a
SCR
28892012-03-22 Siva Chandra Reddy <sivachandra@google.com>
2890
2891 * gdb.texinfo (Python API/Values From Inferior): Add description
2892 about the new method Value.referenced_value. Add description on
2893 how Value.dereference is different (and similar) to
2894 Value.referenced_value.
2895
8320cc4f
JK
28962012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2897
2898 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
2899 --init-eval-command=COMMAND, -iex.
2900 (Startup): Describe -iex and -ix. Simplify the example
2901 for "set auto-load-scripts off".
2902
481860b3
GB
29032012-03-16 Gary Benson <gbenson@redhat.com>
2904
2905 PR breakpoints/10738
2906 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
2907 stating that GDB cannot set breakpoints on inlined functions.
2908 (Mode Options): Document --use-deprecated-index-sections.
2909 (Index Section Format): Document new index section version format.
2910
c4aeac85
TT
29112012-03-15 Tom Tromey <tromey@redhat.com>
2912
2913 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
2914
16899756
DE
29152012-03-13 Doug Evans <dje@google.com>
2916
2917 * gdb.texinfo (Help): Change apropos example to use "alias" instead
2918 of "reload".
2919 (Symbols): Delete docs for set/show symbol-reloading.
2920 * gdbint.texinfo (Defining Other Architecture Features): Delete
2921 SYMBOL_RELOADING_DEFAULT.
2922 * refcard.tex: Delete reference to symbol-reloading.
2923
9b224c5e
PA
29242012-03-07 Pedro Alves <palves@redhat.com>
2925
2926 * gdb.texinfo (General Query Packets): Document new
2927 QProgramSignals packet.
2928 * gdb.texinfo (Remote configuration): Mention
2929 "program-signals-packet".
2930
169081d0
TG
29312012-03-05 Tristan Gingold <gingold@adacore.com>
2932
2933 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
2934
d1feda86
YQ
29352012-03-03 Yao Qi <yao@codesourcery.com>
2936
2937 * gdb.texinfo (In-Process Agent): New node.
2938 Document new commands.
2939 (General Query Packets): Add packet `QAgent'.
2940
1faeff08
MR
29412012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
2942
2943 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
2944
7d74f244
DE
29452012-03-01 Scott J. Goldman <scottjg@vmware.com>
2946
2947 * gdb.texinfo (Commands In Python): Put example python macro in
2948 COMMAND_USER category rather than COMMAND_OBSCURE.
2949 Document gdb.COMMAND_USER.
2950 (User-defined Commands): Update documentation to clarify
2951 "set/show max-user-call-depth" and "show user" don't apply to python
2952 commands. Update documentation to clarify "help user-defined" may
2953 also include python commands defined as COMMAND_USER.
2954
6fe37d23
JK
29552012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2956
2957 * gdb.texinfo (Startup): Add option -ex description to the option -x
2958 description.
2959
83364271
LM
29602012-02-24 Luis Machado <lgustavo@codesourcery.com>
2961
2962 * gdb.texinfo (Setting Breakpoints): Mention and explain the
2963 condition-evaluation breakpoint parameter.
2964 Mention condition-evaluation mode being shown in "info break".
2965 (Break Conditions): Add description for target-side
2966 conditional breakpoints.
72f4393d 2967 (Remote Configuration): Mention conditional-breakpoints-packet.
83364271
LM
2968 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
2969 cond-expr.
2970 (General Query Packets): Mention new ConditionalBreakpoint feature.
2971
bdb1994d
TT
29722012-02-22 Tom Tromey <tromey@redhat.com>
2973
2974 * gdb.texinfo (Blocks In Python): Clarify block iteration.
2975
4d241c86
TT
29762012-02-17 Tom Tromey <tromey@redhat.com>
2977
2978 PR python/10753:
2979 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
2980 directory.
2981
816338b5
SS
29822012-02-14 Stan Shebs <stan@codesourcery.com>
2983
2984 * gdb.texinfo (Disabling Breakpoints): Document enable count.
2985
cc30c4bd
PA
29862012-02-13 Pedro Alves <palves@redhat.com>
2987
2988 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
2989 mips-idt-ecoff.
2990
035d1e5b
YQ
29912012-02-09 Yao Qi <yao@codesourcery.com>
2992
2993 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
2994
f0823d2c
TT
29952012-02-07 Tom Tromey <tromey@redhat.com>
2996
2997 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
2998 Symbol.value.
2999
64e7d9dd
TT
30002012-02-07 Tom Tromey <tromey@redhat.com>
3001
3002 * gdb.texinfo (Symbols In Python): Document Symbol.line.
3003
4220b2f8
TS
30042012-01-27 Thomas Schwinge <thomas@codesourcery.com>
3005
3006 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
3007
edcc5120
TT
30082012-01-24 Tom Tromey <tromey@redhat.com>
3009
3010 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
3011 unload".
3012 (Files): Mention new catch commands.
3013 (GDB/MI Async Records): Likewise.
3014
53fe1783
GB
30152012-01-24 Gary Benson <gbenson@redhat.com>
3016
3017 Delete #if 0'd out code.
3018 * gdb.texinfo (Frame Info): Remove "info catch".
3019
b9e7b9c3
UW
30202012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
3021
3022 * gdb.texinfo (Remote Configuration): Document
3023 "set remote hostio-readlink-packet" command.
3024 (General Query Packets): Document vFile:readlink packet.
3025
4aac40c8
TT
30262012-01-16 Tom Tromey <tromey@redhat.com>
3027
3028 * gdb.texinfo (Specify Location): Document relative file name
3029 handling.
3030
cafec441
TT
30312012-01-16 Tom Tromey <tromey@redhat.com>
3032
3033 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
3034
0ee339bc
JK
30352012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3036 Eli Zaretskii <eliz@gnu.org>
3037
3038 * gdbint.texinfo (Coding Standards): Require braces for two lines of
3039 code.
3040
72384ba3
PH
30412012-01-11 Paul Hilfinger <hilfingr@adacore.com>
3042
3043 * gdb.texinfo (Variables): Document use of :: for non-static
3044 variables.
3045
ce1b17c4
JB
30462012-01-05 Joel Brobecker <brobecker@adacore.com>
3047
3048 * gdbint.texinfo (Start of New Year Procedure): Update
3049 to replace use of copyright.sh by use of copyright.py.
3050
217bff3e
JK
30512012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3052
3053 Remove the gdbtui binary.
3054 * all-cfg.texi (GDBTUI): Remove.
3055 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
3056 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
3057 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
3058
cc72b2a2
KP
30592011-12-23 Kevin Pouget <kevin.pouget@st.com>
3060
3061 Introduce gdb.FinishBreakpoint in Python.
3062 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
3063 (Python API): Add menu entry for Finish Breakpoints.
3064
13ac8d2c
JK
30652011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3066
3067 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
3068 tests.
3069
e0f9f062
DE
30702011-12-16 Doug Evans <dje@google.com>
3071
3072 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
3073
80b6e756
PM
30742011-12-16 Phil Muldoon <pmuldoon@redhat.com>
3075
1c3ad6ab 3076 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
3077 stack". Add documentation for "set/show python print-stack".
3078
2fb860fc
PA
30792011-12-14 Pedro Alves <pedro@codesourcery.com>
3080
3081 * gdb.texinfo (Implementing a Remote Stub): Explain that you
3082 should transfer control to the stub in the startup code instead of
3083 in main. Mention the need to get past the initial breakpoint.
3084
f8eba3c6
TT
30852011-12-06 Tom Tromey <tromey@redhat.com>
3086
3087 * gdb.texinfo (Set Breaks): Update for new behavior.
3088
2268b414
JK
30892011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3090
3091 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
3092 List Format for SVR4 Targets'.
3093 (General Query Packets): New item qXfer:libraries-svr4:read.
3094 (Library List Format for SVR4 Targets): New node.
3095
ae6f0d5b
TT
30962011-12-01 Tom Tromey <tromey@redhat.com>
3097
3098 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
3099 add.
3100
36dfb11c
TT
31012011-11-22 Tom Tromey <tromey@redhat.com>
3102
3103 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
3104 reasons.
3105
f196051f
SS
31062011-11-20 Stan Shebs <stan@codesourcery.com>
3107
3108 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3109 note-related options and variables.
3110 (Tracepoint Packets): Document packet changes.
3111
f85b53f8
SD
31122011-11-20 Sanjoy Das <sdas@igalia.com>
3113
3114 * gdb.texinfo (JIT Interface): Add documentation on writing and
3115 usind JIT debug info readers.
3116 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
3117 Debug Info Readers): New nodes.
3118
bfccc43c
YQ
31192011-11-18 Yao Qi <yao@codesourcery.com>
3120
3121 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
3122 tracepoint.
3123
c011a4f4
DE
31242011-11-15 Doug Evans <dje@google.com>
3125
3126 * gdb.texinfo (Files): Document basenames-may-differ.
3127
ed59ded5
DE
31282011-11-14 Doug Evans <dje@google.com>
3129
3130 * gdb.texinfo (Shell Commands): Document "!".
3131
405f8e94
SS
31322011-11-14 Stan Shebs <stan@codesourcery.com>
3133 Kwok Cheung Yeung <kcy@codesourcery.com>
3134
3135 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
3136 needed to get shorter fast tracepoints.
3137 (Tracepoint Packets): Document new qTMinFTPILen packet.
3138
1e4d1764
YQ
31392011-11-14 Yao Qi <yao@codesourcery.com>
3140
3141 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
3142 behavior of tracepoint.
3143 (General Query Packets): New feature InstallInTrace.
3144 (Remote Configuration): Document "set remote
3145 install-in-trace-packet".
3146
71eba9c2 31472011-11-12 Matt Rice <ratmice@gmail.com>
3148
3149 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
3150 Add arguments to info macro.
3151
e0f8f636
TT
31522011-11-10 Tom Tromey <tromey@redhat.com>
3153
3154 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
3155 manual.
3156 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
3157 (Macros): Add a footnote.
3158 (C): Remove paragraph about compiler options.
3159 (C Constants): Mention wide character and string constants.
3160 (C Plus Plus Expressions): Update compiler option advice. Mention
3161 using declarations. Mention ADL. Remove old HP compiler
3162 information.
3163
625c0d47
TT
31642011-11-10 Tom Tromey <tromey@redhat.com>
3165
3166 PR c++/9257:
3167 * gdb.texinfo (Print Settings): Add an extra note about the need
3168 for a vtable.
3169
4be2aacc
MR
31702011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
3171
3172 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
3173 "set mips abi" documentation.
3174
0a1c4d10
DE
31752011-11-04 Doug Evans <dje@google.com>
3176
3177 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
3178
aad1c02c
TT
31792011-11-03 Tom Tromey <tromey@redhat.com>
3180
3181 * gdb.texinfo (Stopping): Add menu entry.
3182 (Continuing and Stepping): Restore @node. Use @section, not
3183 @subsection.
3184
983fb131
MR
31852011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
3186
3187 * gdb.texinfo (Skipping Over Functions and Files): Remove node
3188 designation. Fix "Specify Location" cross-reference.
3189
3065dfb6
SS
31902011-11-02 Stan Shebs <stan@codesourcery.com>
3191
3192 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
3193 (General Query Packets): Describe tracenz feature.
3194 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
3195
0aaaf063
PK
31962011-10-28 Paul Koning <paul_koning@dell.com>
3197
3198 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
3199
2231f1fb
KP
32002011-10-27 Kevin Pouget <kevin.pouget@st.com>
3201
72f4393d 3202 * gdb.texinfo ((Frames In Python): Document
2231f1fb
KP
3203 gdb.FRAME_UNWIND_FIRST_ERROR contant.
3204
5110b5df
PK
32052011-10-26 Paul Koning <paul_koning@dell.com>
3206
3207 * gdb.texinfo (gdb.types): Document new deepitems function.
72f4393d 3208
22dbab46
PK
32092011-10-25 Paul Koning <paul_koning@dell.com>
3210
3211 PR python/13327
72f4393d 3212
22dbab46
PK
3213 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
3214 fetch_lazy method.
3215
9df2fbc4
PM
32162011-10-20 Phil Muldoon <pmuldoon@redhat.com>
3217
3218 PR python/12656
3219
3220 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
3221 global_block, static_block function.
3222
f05e2e1d
TT
32232011-10-19 Tom Tromey <tromey@redhat.com>
3224
3225 * gdb.texinfo (Commands In Python): Add missing "@"s.
3226
a7fc3f37
KP
32272011-10-13 Kevin Pouget <kevin.pouget@st.com>
3228
3229 PR python/13285 Document named constants for frame unwind stop reasons
72f4393d 3230 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
a7fc3f37
KP
3231 constants.
3232
5048e516
JK
32332011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3234
3235 Fix compatibility with texinfo versions older than 4.12.
3236 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
3237 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
3238 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
3239 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
3240 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
3241 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
3242 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
3243
5a56e9c5
DE
32442011-10-09 Doug Evans <dje@google.com>
3245
3246 * gdb.texinfo (Extending GDB): Document alias command.
3247
36b11add
JK
32482011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3249
3250 Support @entry in input expressions.
3251 * gdb.texinfo (Variables): Describe @entry names suffix.
3252 (Print Settings): Add anchor for `set print entry-values'.
3253
e18b2753
JK
32542011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3255 Eli Zaretskii <eliz@gnu.org>
3256
3257 Display @entry parameter values (without references).
3258 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
3259 example.
3260 (Print Settings): New description of set print entry-values and show
3261 print entry-values.
3262
111c6489
JK
32632011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3264 Eli Zaretskii <eliz@gnu.org>
3265
3266 Recognize virtual tail call frames.
3267 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
3268 (Tail Call Frames): New node.
3269 (Frames In Python): Add gdb.TAILCALL_FRAME.
3270
9c15afc4
DE
32712011-10-07 Doug Evans <dje@google.com>
3272
3273 * gdb.texinfo (gdb.printing): Document new `replace' arg to
3274 register_pretty_printer.
3275
99f5279d
PM
32762011-10-07 Phil Muldoon <pmuldoon@redhat.com>
3277
3278 PR python/12930
3279 PR python/12802
3280
3281 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
3282 stop method.
3283
03583c20
UW
32842011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
3285
3286 * gdb.texinfo (Starting your Program): "set disable-randomization"
3287 is no longer Linux-specific.
3288 (Remote Configuration): Document "set remote
3289 disable-randomization-packet".
3290 (General Query Packets): Document "QDisableRandomization" packet
3291 and add it to "qSupported" list.
3292
bd054e06
KP
32932011-10-07 Kevin Pouget <kevin.pouget@st.com>
3294
3295 Allow Python notification of new object-file loadings.
3296 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
3297 event type.
3298
cb6be26b
KP
32992011-10-04 Kevin Pouget <kevin.pouget@st.com>
3300
3301 PR python/12691: Add the inferior to Python exited event
3302 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
3303
a05336a1
JB
33042011-10-03 Joel Brobecker <brobecker@adacore.com>
3305
3306 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
3307 rephasing.
3308
5d77fe44
JB
33092011-10-03 Joel Brobecker <brobecker@adacore.com>
3310
3311 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
3312 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
3313 as possible feature returned by the `-list-features'
3314 command.
3315
699df94d
PK
33162011-09-28 Paul Koning <paul_koning@dell.com>
3317
3318 * gdb.texinfo (gdb.Type): Document field access by dictionary
3319 key syntax.
3320
24bdad53
YQ
33212011-09-28 Yao Qi <yao@codesourcery.com>
3322
3323 * gdb.texinfo (Files): Update options for `add-symbol-file'.
3324 Add one space after option `-s'. Remove @r{} markup.
3325
6710bf39
SS
33262011-09-27 Stan Shebs <stan@codesourcery.com>
3327
3328 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
3329
d99f7e48
HZ
33302011-09-16 Hui Zhu <teawater@gmail.com>
3331
3332 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
3333 to *(unsigned char *)$esp@300.
3334
d812018b
PK
33352011-09-15 Paul Koning <paul_koning@dell.com>
3336
3337 * gdb.texinfo: Make style of Python functions and methods match
3338 the syntax of Python. Also put class and module names explicitly
3339 on function, member, and variable names, matching Python
3340 documentation conventions.
72f4393d 3341
2aa48337
KP
33422011-09-15 Kevin Pouget <kevin.pouget@st.com>
3343
3344 PR Python/12692 Add gdb.selected_inferior() to Python interface.
3345 * gdb.texinfo (Inferiors In Python): Describe new
3346 gdb.selected_inferior() function.
3347
6839b47f
KP
33482011-09-15 Kevin Pouget <kevin.pouget@st.com>
3349
3350 Handle multiple breakpoint hits in Python interface:
3351 * gdb.texinfo (Events In Python): New function documentation:
3352 gdb.BreakpointEvent.breakpoints. Indicate that
3353 gdb.BreakpointEvent.breakpoint is now deprecated.
3354
26829f2b
JB
33552011-09-04 Joel Brobecker <brobecker@adacore.com>
3356
3357 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
3358
a9f54f60
TT
33592011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
3360
3361 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
3362
fa3a4f15
PM
33632011-08-17 Phil Muldoon <pmuldoon@redhat.com>
3364
72f4393d
L
3365 * gdb.texinfo (Prompt): Add set/show extended-prompt
3366 documentation
3367 (Basic Python): Add prompt_hook anchor.
3368 (Python modules): Reword module text to reflect multiple modules.
3369 (gdb.prompt): Document gdb.prompt module.
fa3a4f15 3370
224bbe49
YQ
33712011-08-14 Yao Qi <yao@codesourcery.com>
3372
78d85199
YQ
3373 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
3374
33752011-08-14 Yao Qi <yao@codesourcery.com>
3376
3377 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
3378 (TIC6x Features): New node.
3379
457e09f0
DE
33802011-08-12 Doug Evans <dje@google.com>
3381
3382 * gdb.texinfo (Symbols In Python): Document symbol.type.
3383
5e239b84
PM
33842011-08-09 Phil Muldoon <pmuldoon@redhat.com>
3385
3386 * gdb.texinfo (Python): Document command and function
3387 auto-loading.
3388
177bc839
JK
33892011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3390 Eli Zaretskii <eliz@gnu.org>
3391
3392 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
3393 typedefs unrolling. Extend the sample code by an inner typedef and
3394 outer typedefs unrolling.
3395
1a532630
PP
33962011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
3397
3398 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
3399 size and line-size.
3400
9b158ba0 34012011-07-21 Matt Rice <ratmice@gmail.com>
3402
3403 PR macros/12999
3404 * gdb.texinfo (Macros): Add info definitions and info macros commands.
3405 Update text and cindex entries for info macro command.
3406
d17b6f81
PM
34072011-07-21 Phil Muldoon <pmuldoon@redhat.com>
3408
3409 * observer.texi (GDB Observers): Add before_prompt observer.
3410 * gdb.texinfo (Basic Python): Add documentation for prompt
3411 substitution.
3412
713389e0
PM
34132011-07-11 Phil Muldoon <pmuldoon@redhat.com>
3414
72f4393d 3415 PR python/12438
713389e0 3416 * gdb.texinfo (Python Commands): Add deprecate note to maint
72f4393d
L
3417 set/show python print-stack. Document set/show python
3418 print-backtrace.
713389e0 3419
177b42fe
TJB
34202011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
3421
3422 * gdb.texinfo: Fix typos.
3423
900e11f9
JK
34242011-07-01 Tom Tromey <tromey@redhat.com>
3425
3426 * gdb.texinfo (Debugging Output): Document set debug
3427 check-physname.
3428
39c4d40a
TT
34292011-06-29 Tom Tromey <tromey@redhat.com>
3430
3431 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3432 breakpoint-notifications feature.
3433
6f5def7d
UW
34342011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
3435
3436 * gdb.texinfo (Target Description): Remove warning about
3437 possibly unstable format.
3438
8cf64490
TT
34392011-06-03 Tom Tromey <tromey@redhat.com>
3440
3441 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
3442 (Events In Python): Note that exit_code is optional.
3443
393eab54
PA
34442011-05-17 Pedro Alves <pedro@codesourcery.com>
3445
3446 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
3447 required for multi-threading support.
3448 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
3449 Hc are deprecated for multi-threading debugging. Point readers at
3450 the vCont packet.
3451
75fc9810
DE
34522011-05-15 Doug Evans <dje@google.com>
3453
3454 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
3455
01124a23
DE
34562011-05-13 Doug Evans <dje@google.com>
3457
98a5dd13
DE
3458 * gdb.texinfo (Threads): Document $sdir,$pdir.
3459 (Server): Document $pdir exception.
3460
dbaefcf7
DE
3461 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
3462
cc63ef9b
DE
3463 * gdb.texinfo (Threads): Clarify default value for
3464 libthread-db-search-path.
7e0396aa 3465
01124a23
DE
3466 * gdb.texinfo (Completion): Update example.
3467 (Debugging Output): Delete `set/show debug lin-lwp-async'.
3468
d248b706
KY
34692011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
3470
3471 * gdb.texinfo: Document change in the behaviour of the enable and
3472 disable GDB commands when applied to tracepoints.
3473 Document the EnableDisableTracepoints remote stub feature.
3474 Document QTEnable and QTDisable in the list of tracepoint packets.
3475
cc88a640
JK
34762011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3477
3478 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
3479 hsuser.texi.
3480 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
3481 comment to hsuser.texi. Change rluser.texi name in the comment.
3482
84e578fb
DE
34832011-05-10 Doug Evans <dje@google.com>
3484
3485 * gdb.texinfo (Threads): If an empty path is provided for
3486 libthread-db-search-path it is reset to its default value.
3487 (Server): Ditto.
3488
478aac75
DE
34892011-05-09 Doug Evans <dje@google.com>
3490
3491 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
3492
9c06b0b4
TJB
34932011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3494 Thiago Jung Bauermann <bauerman@br.ibm.com>
3495
3496 Implement support for PowerPC BookE masked watchpoints.
3497 * gdb.texinfo (Set Watchpoints): Document mask parameter.
3498 (PowerPC Embedded): Mention support of masked watchpoints.
3499
9ed350ad
JB
35002011-05-03 Joel Brobecker <brobecker@adacore.com>
3501
3502 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
3503 `@value{GDBN}'.
3504
4ceed123
JB
35052011-05-03 Joel Brobecker <brobecker@adacore.com>
3506
3507 * gdb.texinfo (titlepage): Remove dedication.
3508 (In Memoriam): New appendix.
3509
559a7a62
JK
35102011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3511 Eli Zaretskii <eliz@gnu.org>
3512
3513 * gdb.texinfo (Index Section Format): Change the version to 5.
3514 Describe the different formula.
3515
03f2bd59
JK
35162011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3517 Eli Zaretskii <eliz@gnu.org>
3518
3519 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
3520 for disconnected tracing.
3521 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
3522 extended-remote relationship. Mention --once.
3523 (TCP port allocation lifecycle of @code{gdbserver}): New.
3524
d9b1a651
EZ
35252011-04-23 Eli Zaretskii <eliz@gnu.org>
3526
3527 * gdb.texinfo (Server): Improve indexing. Index all optional
3528 switches to gdbserver.
3529
90476074
TT
35302011-04-20 Tom Tromey <tromey@redhat.com>
3531
3532 * gdb.texinfo (Index Section Format): New node.
3533 (Top): Add new node to menu.
3534
c21236dc
PA
35352011-04-20 Pedro Alves <pedro@codesourcery.com>
3536
3537 * gdb.texinfo (Maintenance Commands): Document `maint print
3538 remote-registers'.
3539
05c8c3f5
TT
35402011-04-20 Tom Tromey <tromey@redhat.com>
3541
3542 * gdb.texinfo (Trace File Format): Move node later.
3543
7a9dd1b2
TT
35442011-04-19 Tom Tromey <tromey@redhat.com>
3545
3546 * gdbint.texinfo (Register Information Functions): Remove
3547 duplicate "the".
3548 * gdb.texinfo (Emacs): Remove duplicate "to".
3549 (GDB/MI Variable Objects): Remove duplicate "the".
3550 (General Query Packets): Likewise.
3551
4368ebeb
JB
35522011-04-02 Joel Brobecker <brobecker@adacore.com>
3553
3554 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
3555 "GDB/MI Ada Exception Information" node.
3556
956a9fb9
JB
35572011-04-01 Joel Brobecker <brobecker@adacore.com>
3558
3559 * gdb.texinfo (GDB/MI Ada Exception Information): Document
3560 the "exception-name" field in the *stopped async record.
3561
f1310107
TJB
35622011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
3563 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3564
3565 Implement support for PowerPC BookE ranged breakpoints.
3566 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
3567
8786b2bd
TT
35682011-03-28 Tom Tromey <tromey@redhat.com>
3569
3570 * gdb.texinfo (Set Tracepoints): Fix typo.
3571
9ef07c8c
TT
35722011-03-24 Tom Tromey <tromey@redhat.com>
3573
3574 * gdb.texinfo (Specify Location): Document `function:label'
3575 linespec.
3576
99c3dc11
PM
35772011-03-18 Phil Muldoon <pmuldoon@redhat.com>
3578
f1310107 3579 PR python/12149
99c3dc11
PM
3580
3581 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
3582
29703da4
PM
35832011-03-17 Phil Muldoon <pmuldoon@redhat.com>
3584
3585 * gdb.texinfo (Blocks In Python): Add is_valid method description.
3586 (Inferiors In Python): Likewise.
3587 (Threads In Python): Likewise.
3588 (Symbols In Python): Likewise.
3589 (Objfiles In Python): Likewise.
3590 (Symbol Tables In Python): Likewise.
3591
c9174737
PA
35922011-03-15 Pedro Alves <pedro@codesourcery.com>
3593
3594 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
3595 display>: Explain that the commands accept number ranges.
3596
7371cf6d
PM
35972011-03-14 Phil Muldoon <pmuldoon@redhat.com>
3598
3599 * gdb.texinfo (Breakpoints In Python): Add description and example
3600 of Python stop function operation.
3601
ecec24e6
PM
36022011-03-10 Phil Muldoon <pmuldoon@redhat.com>
3603
3604 * gdb.texinfo (Parameters In Python): Document get_set_string and
3605 get_show_string methods.
3606
6dcd5565
JK
36072011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3608
3609 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
3610
81896e36
JK
3611 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
3612 circular-trace-buffer name.
3613
5e30da2c
JB
36142011-02-28 Joel Brobecker <brobecker@adacore.com>
3615
3616 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
3617 in the previous change.
3618
3bd0f5ef 36192011-02-27 Michael Snyder <msnyder@vmware.com>
af624141 3620
72f4393d 3621 * gdb.texinfo (Inferiors and Programs): Update commands to show
af624141
MS
3622 that they can accept multiple arguments.
3623
4ec7539c
JB
36242011-02-24 Joel Brobecker <brobecker@adacore.com>
3625
3626 Revert the following patch (code patch was not approved):
3627 2011-02-21 Hui Zhu <teawater@gmail.com>
3628 * agentexpr.texi (bytecode descriptions): add printf.
3629 * gdb.texinfo (tracepoint action lists): add printf.
3630
82809774
DE
36312011-02-23 Doug Evans <dje@google.com>
3632
3633 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
3634
e5a67952
MS
36352011-02-23 Michael Snyder <msnyder@vmware.com>
3636
3637 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
3638 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
3639 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
3640
6e6fbe60
DE
36412011-02-22 Doug Evans <dje@google.com>
3642
3643 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
3644 Clarify behaviour of lookup_symbol when `block' argument is omitted,
3645 add description of result, fix @defun formatting.
3646
f994e27a
HZ
36472011-02-21 Hui Zhu <teawater@gmail.com>
3648
3649 * agentexpr.texi (Bytecode Descriptions): Add printf.
3650 * gdb.texinfo (Tracepoint Action Lists): Add printf.
3651
c7f96d2b
TT
36522011-02-18 Tom Tromey <tromey@redhat.com>
3653
3654 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
3655
60f98dde
MS
36562011-02-14 Michael Snyder <msnyder@vmware.com>
3657
3658 * gdb.texinfo (threads): Document argument for "info threads" cmd.
3659 Document new command "thread find".
3660
08e796bc
MS
36612011-02-14 Michael Snyder <msnyder@vmware.com>
3662
3663 * gdb.texinfo (Threads): Update example of new thread message.
3664
b3b9301e
PA
36652011-02-14 Pedro Alves <pedro@codesourcery.com>
3666
3667 * gdb.texinfo (Remote Configuration): Mention set/show remote
3668 traceframe-info.
3669 (Tools/Packages Optional for Building GDB): Mention that expat is
3670 used for traceframe info.
3671 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
3672 (General Query Packets) <qSupported>: Describe the
3673 qXfer:traceframe-info:read feature.
3674 (qXfer::read): Describe qXfer:traceframe-info:read.
3675 (Traceframe Info Format): New section.
3676
cef35b0f
PA
36772011-02-04 Pedro Alves <pedro@codesourcery.com>
3678
3679 * gdbint.texinfo (Formatting): Mention some formatting guidelines
3680 for casts and unary operators.
3681
f1cbe1d3
TT
36822011-02-04 Tom Tromey <tromey@redhat.com>
3683
3684 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
3685 is not useful.
3686
585fdaa1
PA
36872011-01-25 Pedro Alves <pedro@codesourcery.com>
3688
3689 * gdb.texinfo: s/value optimized out/optimized out/g
3690
7bfc9434
JB
36912011-01-21 Joel Brobecker <brobecker@adacore.com>
3692
3693 * gdb.texinfo (Other Misc Settings): Rework part of the
3694 documentation of the "set interactive mode" command.
3695
4694da01
TT
36962011-01-19 Tom Tromey <tromey@redhat.com>
3697
3698 * gdb.texinfo (Threads): Document thread name output and `thread
3699 name' command.
3700 (Threads In Python): Document Thread.name attribute.
3701 (GDB/MI Thread Commands): Document thread attributes.
3702
b716877b
AB
37032011-01-12 Andrew Burgess <aburgess@broadcom.com>
3704
3705 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
3706 changes in mi/mi-cmd-disas.c
3707
13fd8b81
TT
37082011-01-12 Tom Tromey <tromey@redhat.com>
3709
3710 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
3711 Fix "thread apply" text.
3712
e09342b5
TJB
37132011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3714 Thiago Jung Bauermann <bauerman@br.ibm.com>
3715
3716 Implement support for PowerPC BookE ranged watchpoints.
3717 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
3718 the "set powerpc exact-watchpoints" flag.
3719
06e65f44
TT
37202011-01-07 Tom Tromey <tromey@redhat.com>
3721
3722 * gdb.texinfo (Python API): Add descriptions to @menu items.
3723
d8e22779
TT
37242011-01-06 Tom Tromey <tromey@redhat.com>
3725
3726 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
3727
a255712f
PP
37282010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
3729
e09342b5 3730 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 3731
ccfc3d6e
TT
37322011-01-06 Tom Tromey <tromey@redhat.com>
3733
3734 PR python/12133:
3735 * gdb.texinfo (Frames In Python): Document various frame
3736 constants.
3737
44944448
JB
37382011-01-05 Joel Brobecker <brobecker@adacore.com>
3739
3740 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
3741 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
3742 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
3743
42ea3d7a
JK
37442011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3745
3746 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
3747 (clean): Add GDBvn.texi.
3748
720d1a40
JB
37492010-12-29 Joel Brobecker <brobecker@adacore.com>
3750
3751 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
3752 occasional case where the debugger prints an array address
3753 instead of the array itself.
3754
ad196637
PA
37552010-12-23 Pedro Alves <pedro@codesourcery.com>
3756
3757 * gdb.texinfo (Packets) <read registers packet>: Document support
3758 for registers that were not collected.
3759
a86caf66
DE
37602010-12-15 Doug Evans <dje@google.com>
3761
3762 * gdb.texinfo (Startup): Document auto-loading of scripts during
3763 startup.
3764 (Auto-loading): Delete "maint set python auto-load on|off".
3765 Add "set auto-load-scripts on|off".
3766
aae1c79a
DE
37672010-12-07 Doug Evans <dje@google.com>
3768
3769 * gdb.texinfo (Mode Options): Document -data-directory.
3770 (Data Files): Add reference to -data-directory.
3771
4e04c971
DE
37722010-11-29 Doug Evans <dje@google.com>
3773
3774 * gdb.texinfo (Pretty-Printer Introduction): Change
3775 printer-name:subprinter-name to printer-name;subprinter-name.
3776
94b6973e
PM
37772010-11-29 Phil Muldoon <pmuldoon@redhat.com>
3778
72f4393d 3779 PR python/12199
94b6973e
PM
3780
3781 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
3782
39037522
TT
37832010-11-23 Tom Tromey <tromey@redhat.com>
3784
3785 * gdb.texinfo (Top): Check SYSTEM_READLINE.
3786 (Editing): Likewise.
3787 (Command History): Likewise.
3788 (TUI Keys): Likewise.
3789 (Bug Reporting): Conditionally include rluser.texi and
3790 inc-history.texinfo.
3791 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
3792 (GDB_DOC_SOURCE_INCLUDES): Add comment.
3793 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
3794 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
3795 (gdb.pdf): Likewise.
3796 (gdb.info): Likewise.
3797 (gdb/index.html): Likewise.
3798
5ae98d25
TT
37992010-11-23 Tom Tromey <tromey@redhat.com>
3800
3801 * Makefile.in (Makefile): Run ../config.status.
3802 (distclean): Update.
3803 * configure: Remove.
3804 * configure.ac: Remove.
3805
621c8364
TT
38062010-11-12 Tom Tromey <tromey@redhat.com>
3807
3808 * gdb.texinfo (Basic Python): Update. Add xref.
3809 (Exception Handling): Document new exception classes.
3810 (Types In Python): Update.
3811 (Frames In Python): Update.
3812
84f4c1fe
PM
38132010-11-11 Phil Muldoon <pmuldoon@redhat.com>
3814
3815 * gdb.texinfo (Breakpoints In Python): Document "internal"
3816 parameter, and visible attribute.
3817
99e7ae30
DE
38182010-11-05 Doug Evans <dje@google.com>
3819
3820 * gdb.texinfo (Source Path): Document "set directories".
3821
f4b8a18d
KW
38222010-11-05 Ken Werner <ken.werner@de.ibm.com>
3823
3824 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
3825 (OpenCL C): New node.
3826
7b51bc51
DE
38272010-11-02 Doug Evans <dje@google.com>
3828
3829 * gdb.texinfo (Pretty Printing): Expand into three sections,
3830 introduction, example, and commands.
3831 (Python API): Delete section Disabling Pretty-Printers, merge into
3832 Selecting Pretty-Printers.
3833 (Writing a Pretty-Printer): New section. Move the pretty-printer
3834 example here, and reformat to match python coding style. Add a second
3835 example using the gdb.printing module.
3836 (Python modules): Add gdb.printing.
3837
9eeee977
DE
38382010-10-29 Doug Evans <dje@google.com>
3839
3840 * gdb.texinfo (Python): Fix long line.
3841
a0e0ffdf
DE
38422010-10-20 Doug Evans <dje@google.com>
3843
3844 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
3845 All references updated. Correct sections marked as subsections.
3846 (Coding Standards): New chapter. Move the coding standard related
3847 subsections here. Add section on Python coding standards.
3848
0e3509db
DE
38492010-10-13 Doug Evans <dje@google.com>
3850
3851 * gdb.texinfo (Python): Add "Python modules".
3852 (Types in Python): Add reference to gdb.types section.
3853 (Python modules): New node.
3854
44592cc4
DE
38552010-10-11 Doug Evans <dje@google.com>
3856
3857 * gdb.texinfo (Values From Inferior): Add reference to "Types in
3858 Python" from gdb.Value.type description.
3859
6e1bb179
JB
38602010-09-28 Joel Brobecker <brobecker@adacore.com>
3861
3862 * gdb.texinfo (Ravenscar Profile): New node.
3863
e8467610
TT
38642010-09-22 Tom Tromey <tromey@redhat.com>
3865
3866 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
3867
fccd1d1e
EZ
38682010-09-22 Eli Zaretskii <eliz@gnu.org>
3869
3870 * gdb.texinfo (Values From Inferior): Clarify that
3871 value.dynamic_type works only in C++ programs with RTTI.
3872
c1b6b909
TT
38732010-09-15 Paul Bolle <pebolle@tiscali.nl>
3874
3875 * gdb.texinfo (Character Sets): Correctly reference host-charset
3876 in example.
3877
7d288aaa
TT
38782010-09-13 Tom Tromey <tromey@redhat.com>
3879
3880 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
3881 Document "fullname" and "from".
3882
f75d858b
MK
38832010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
3884
3885 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
3886 feature `reverse' output by -list-target-features.
3887
83b9503b
L
38882010-08-31 H.J. Lu <hongjiu.lu@intel.com>
3889
3890 * gdb.texinfo (i386 Features): Remove an extra "@item".
3891
03f17ccf
TT
38922010-08-30 Tom Tromey <tromey@redhat.com>
3893
3894 PR python/11792:
3895 * gdb.texinfo (Values From Inferior): Document dynamic_type.
3896
9779414d
DJ
38972010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
3898
3899 * gdb.texinfo (ARM Features): Document
3900 org.gnu.gdb.arm.m-profile.
3901
f9ffd4bb
TT
39022010-08-23 Tom Tromey <tromey@redhat.com>
3903
3904 PR python/11145:
3905 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
3906 reinterpret_cast methods.
3907
702c2711
TT
39082010-08-23 Tom Tromey <tromey@redhat.com>
3909
3910 PR python/11915:
3911 * gdb.texinfo (Types In Python): Document array method.
3912
66b73624
TJB
39132010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
3914
3915 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
3916
06a64a0b
TT
39172010-08-16 Tom Tromey <tromey@redhat.com>
3918
3919 * gdb.texinfo (Set Watchpoints): Document -location option.
3920
a3a7127e
DE
39212010-08-13 Doug Evans <dje@google.com>
3922
3923 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
3924
8dedea02
VP
39252010-08-13 Vladimir Prus <vladimir@codesourcery.com>
3926
3927 * gdb.texinfo (GDB/MI Data Manipulation): Document
3928 -data-read-memory-raw and -data-write-memory-raw.
3929
ca5c20b6 39302010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 3931 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
3932
3933 * gdb.texinfo (Basic Python): Describe post_event API.
3934
cb2e07a6
PM
39352010-08-11 Phil Muldoon <pmuldoon@redhat.com>
3936
3937 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 3938 decode_line Python APIs
cb2e07a6 3939
464b3efb
TT
39402010-08-10 Tom Tromey <tromey@redhat.com>
3941
3942 * gdb.texinfo (Pretty Printing API): Document
3943 gdb.default_visualizer.
3944
c29c521f
TT
39452010-08-10 Tom Tromey <tromey@redhat.com>
3946
3947 Revert gdb-add-index addition:
3948 * gdb.texinfo (Index Files): Don't document gdb-add-index.
3949
5da1313b
JK
39502010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3951 Eli Zaretskii <eliz@gnu.org>
3952
3953 * gdb.texinfo (Mode Options) <-batch>
3954 (Basic Python) <gdb.execute>: Describe setting width and height.
3955
02d868e8
PP
39562010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
3957
3958 * gdb.texinfo (Threads): Document 'debug libthread-db'.
3959
c2bbed2a
TT
39602010-07-30 Tom Tromey <tromey@redhat.com>
3961
3962 * gdb.texinfo (Index Files): Mention gdb-add-index.
3963
6c13bbe1
HZ
39642010-07-30 Hui Zhu <teawater@gmail.com>
3965
3966 * gdb.texinfo (Inferiors and Programs): Update the introduce of
3967 "detach inferior" and "kill inferior".
3968
53a71c06
CR
39692010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
3970
3971 * gdb.texinfo (Machine Code): Update description of two forms of
3972 arguments, and add new example to demonstrate the new form.
3973
5374244e
PM
39742010-07-27 Phil Muldoon <pmuldoon@redhat.com>
3975
3976 * gdb.texinfo (Values From Inferior): Add value inferior function
3977 call description.
3978
8ea5bce5
JK
39792010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3980
3981 * gdb.texinfo (Active Targets): Fix wrong comma placement.
3982
c0edd9ed
JK
39832010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3984 Eli Zaretskii <eliz@gnu.org>
3985
3986 Make core files the process_stratum.
3987 * gdb.texinfo (Active Targets): Remove core_stratum. Include
3988 record_stratum example.
3989
9291a0cd
TT
39902010-07-13 Tom Tromey <tromey@redhat.com>
3991
3992 * gdb.texinfo (Index Files): New node.
3993
f5011d11
TT
39942010-07-13 Tom Tromey <tromey@redhat.com>
3995
3996 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
3997
0f5238ed
TT
39982010-07-13 Tom Tromey <tromey@redhat.com>
3999
4000 * gdb.texinfo (Specify Location): Document labels.
4001
74c761c1
PA
40022010-07-01 Pedro Alves <pedro@codesourcery.com>
4003
4004 * gdb.texinfo (Create and Delete Tracepoints): Add more index
4005 entries for fast tracepoints and static tracepoints.
4006
501994c0
PA
40072010-07-01 Pedro Alves <pedro@codesourcery.com>
4008
4009 * gdb.texinfo (General Query Packets) <qfThreadInfo,
4010 qsThreadInfo>: Spell out `l' as ell.
4011
0fb4aa4b
PA
40122010-07-01 Pedro Alves <pedro@codesourcery.com>
4013
4014 * gdb.texinfo (Convenience Variables): Document $_sdata.
4015 (Commands to Set Tracepoints): Describe static tracepoints. Add
4016 `Listing Static Tracepoint Markers' menu entry. Document
4017 "strace".
4018 (Tracepoint Action Lists): Document collecting $_sdata.
4019 (Listing Static Tracepoint Markers): New subsection.
4020 (Tracepoints support in gdbserver): Mention static tracepoints.
4021 (remote packets, enabling and disabling): Mention
4022 read-sdata-object.
4023 (General Query Packets) <qSupported>: Document qXfer:sdata:read
4024 and StaticTracepoint.
4025 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
4026 Document qXfer:sdata:read.
4027 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
4028
dc3b15be
JB
40292010-06-29 Joel Brobecker <brobecker@adacore.com>
4030
4031 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
4032
595939de
PM
40332010-06-28 Phil Muldoon <pmuldoon@redhat.com>
4034 Tom Tromey <tromey@redhat.com>
4035 Thiago Jung Bauermann <bauerman@br.ibm.com>
4036
4037 * gdb.texinfo (Inferiors In Python): New node.
4038 * gdb.texinfo (Threads In Python): New node.
4039
9279c692
JB
40402010-06-28 Joel Brobecker <brobecker@adacore.com>
4041
4042 * gdb.texinfo (Python): Document what the python directory is
4043 and what its location is.
4044 (Basic Python): Document the gdb.PYTHONDIR constant.
4045
bc9f0842
TT
40462010-06-25 Tom Tromey <tromey@redhat.com>
4047
4048 PR python/10808:
4049 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
4050
f1421989
HZ
40512010-06-24 Hui Zhu <teawater@gmail.com>
4052
4053 * gdb.texinfo: (Commands for Controlled Output): Add
4054 documentation for command "eval".
4055
e4c0cfae
SS
40562010-06-21 Stan Shebs <stan@codesourcery.com>
4057
4058 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
4059 * annotate.texinfo: Ditto.
4060 * gdbint.texinfo: Ditto.
4061 * stabs.texinfo: Ditto.
4062
bb08c432
HZ
40632010-06-22 Hui Zhu <teawater@gmail.com>
4064
4065 * gdb.texinfo: (Process Record and Replay): Add documentation
4066 for command "set record memory-query".
4067
4f5d9f07
SS
40682010-06-21 Stan Shebs <stan@codesourcery.com>
4069
4070 * gdb.texinfo: Relicense under GFDL version 1.3.
4071 * annotate.texinfo: Relicense under GFDL version 1.3.
4072 * gdbint.texinfo: Relicense under GFDL version 1.3.
4073 * stabs.texinfo: Relicense under GFDL version 1.3.
4074 * fdl.texi: Update to version 1.3.
4075
6aed2dbc
SS
40762010-06-18 Stan Shebs <stan@codesourcery.com>
4077
a61408f8
SS
4078 * gdb.texinfo (Operating System Auxiliary Information): Describe
4079 "info os" when no arguments given.
4080
6aed2dbc
SS
4081 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
4082 $_thread.
4083
24e933df
HZ
40842010-06-18 Hui Zhu <teawater@gmail.com>
4085
4086 * gdb.texinfo: (Process Record and Replay): Add documentation
4087 for commands "record save" and "record restore".
4088
65d79d4b
SDJ
40892010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4090
4091 * gdb.texinfo: Include information about the correct use
4092 of addresses in the `watch' command.
4093
d914c394
SS
40942010-06-11 Stan Shebs <stan@codesourcery.com>
4095
4096 * gdb.texinfo (Observer Mode): New section.
4097 (General Query Packets): Document QAllow.
889bf7c5 4098
967cf477
DE
40992010-06-04 Doug Evans <dje@google.com>
4100
4101 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
4102
aaf4119b
DE
41032010-06-03 Doug Evans <dje@google.com>
4104
4105 * gdbint.texinfo (Coding): Add subsection on command names.
4106
9eae7c52
TT
41072010-06-02 Tom Tromey <tromey@redhat.com>
4108
4109 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
4110 always-disassemble.
4111
fa593d66
PA
41122010-06-01 Pedro Alves <pedro@codesourcery.com>
4113
4114 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
4115 gdbserver, and add cross reference.
4116 (Tracepoints support in gdbserver): New subsection.
4117
dde08ee1
PA
41182010-05-26 Pedro Alves <pedro@codesourcery.com>
4119
4120 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
4121 `qRelocInsn' feature.
4122 (Relocate instruction reply packet): New subsection
4123 of `Tracepoint Packets'.
4124 (Tracepoint Packets): Mention that packets QTDP and QTStart
4125 support the qRelocInsn request, and add cross reference to new
4126 subsection.
4127
07ca107c
DE
41282010-05-25 Doug Evans <dje@google.com>
4129
4130 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
4131 (Commands In Python): Document gdb.string_to_argv.
4132
c25c4a8b
JK
41332010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4134
4135 * gdbint.texinfo (Host Definition): Remove items NORETURN and
4136 ATTR_NORETURN.
4137
d7b32ed3 41382010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
4139 Tom Tromey <tromey@redhat.com>
4140 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 4141
c25c4a8b 4142 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 4143
6aecb9c2
JB
41442010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
4145
4146 * gdb.texinfo: (Summary) Add mention about D language support.
4147 (Filenames): Add D suffixes.
4148 (D): New node.
4149
b7da9e9f
PM
41502010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
4151
4152 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
4153 of macro deleted from GDB code.
4154
ab38a727
PA
41552010-04-24 Pedro Alves <pedro@codesourcery.com>
4156
4157 * gdb.texinfo (Commands to specify files): Describe what how GDB
4158 looks up DOS-based filesystem paths on the system root. Document
4159 the new `set/show target-file-system-kind' commands.
4160
66d09542
DE
41612010-04-23 Doug Evans <dje@google.com>
4162
4163 * gdb.texinfo (Python): Move Auto-loading section here ...
4164 (Python API): from here.
4165 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
4166 (Maintenance Commands): Add docs for "maint print section-scripts".
4167
8bd10a10
CM
41682010-04-20 Chris Moller <cmoller@redhat.com>
4169
4170 * gdb.texinfo (Setting Breakpoints): Added description of
4171 filename-qualified rbreak.
4172 * refcard.tex (Breakpoints and Watchpoints): Added brief
4173 description of filename-qualified rbreak.
4174
4c374409
JK
41752010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4176
4177 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
4178 (Python API): Change the reference to Pretty Printing API.
4179 (Pretty Printing): Move the user part under the Data node. Reformat
4180 the sample output to 72 columns. Create a new reference to Pretty
4181 Printing API. Rename the API part ...
4182 (Pretty Printing API): To a new node name.
4183 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
4184 (GDB/MI Variable Objects): Change references to Pretty Printing API.
4185
5a9351ae
SS
41862010-04-21 Stan Shebs <stan@codesourcery.com>
4187
4188 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 4189 and commands.
5a9351ae 4190 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 4191
9a22f0d0
PM
41922010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4193
4194 * gdb.texinfo (Examining memory): Update for change in string
4195 display with explicit size.
4196
6149aea9
PA
41972010-04-19 Pedro Alves <pedro@codesourcery.com>
4198
4199 PR breakpoints/8554.
4200
4201 * gdb.texinfo (Save Breakpoints): New node.
4202 (save-tracepoints): Rename to ...
4203 (save tracepoints): ... this. Mention that `save-tracepoints' is
4204 a deprecated alias to `save tracepoints'.
4205
711e434b
PM
42062010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
4207
645797a8 4208 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
4209 (info w32 thread-information-block): Document new command.
4210 (qGetTIBAddress): Document new gdbserver query.
4211 (maint set/show show-all-tib): Document new command.
4212
3f7b2faa
DE
42132010-04-15 Doug Evans <dje@google.com>
4214
fa33c3cd
DE
4215 * gdb.texinfo (Python API): Add progspaces section.
4216 (Selecting Pretty-Printers): Progspace pretty-printers are
4217 searched too.
4218 (Progspaces In Python): New section.
4219
3f7b2faa
DE
4220 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
4221
79f283fe
PM
42222010-04-14 Phil Muldoon <pmuldoon@redhat.com>
4223
4224 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
4225 returns None.
4226
87290684
SS
42272010-04-09 Stan Shebs <stan@codesourcery.com>
4228
4229 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4230 Describe the `frames-created' field, tweak grammar.
4231
a97153c7
PA
42322010-04-09 Pedro Alves <pedro@codesourcery.com>
4233
4234 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4235 Describe the `circular' and `disconnected' fields.
4236
5c5dcc1b
L
42372010-04-09 H.J. Lu <hongjiu.lu@intel.com>
4238
4239 * gdb.texinfo (maint print registers): Mention unavailable and
4240 invisible registers.
4241
adc36818
PM
42422010-04-09 Phil Muldoon <pmuldoon@redhat.com>
4243 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 4244 Tom Tromey <tromey@redhat.com>
adc36818
PM
4245
4246 * gdb.texinfo (Breakpoints In Python): New Node.
4247
33da3f1c
SS
42482010-04-08 Stan Shebs <stan@codesourcery.com>
4249
4250 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
4251 trace status fields.
4252
3a13a53b
L
42532010-04-08 H.J. Lu <hongjiu.lu@intel.com>
4254
4255 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
4256 optional. Make org.gnu.gdb.i386.avx requires
4257 org.gnu.gdb.i386.avx.
4258
08001717
DE
42592010-04-08 Doug Evans <dje@google.com>
4260
4261 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
4262 search path, and document that gdb only scans the search path if
4263 the script's path doesn't specify a directory.
4264
c375651d
DE
42652010-04-05 Doug Evans <dje@google.com>
4266
4267 * gdb.texinfo (maint show python auto-load): Fix typo.
4268
af54718e
SS
42692010-04-04 Stan Shebs <stan@codesourcery.com>
4270
d77f58be
SS
4271 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
4272 (Setting Watchpoints): Update description of "info watch".
4273 (Disabling Breakpoints): Only "info break" lists all.
4274
af54718e
SS
4275 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
4276 (tdump): Explain how tdump works.
4277
86b17b60
PA
42782010-04-01 Pedro Alves <pedro@codesourcery.com>
4279
4280 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
4281 add cross reference.
4282
ff12863f
PA
42832010-03-31 Pedro Alves <pedro@codesourcery.com>
4284
4285 * gdb.texinfo (TUI Commands): Mention that in some cases, these
4286 commands error out.
4287
f68eb612
L
42882010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4289
4290 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
4291
c8d5aac9
L
42922010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4293
4294 * gdb.texinfo (General Query Packets): Add xmlRegisters.
4295
7d13fe92
SS
42962010-03-29 Stan Shebs <stan@codesourcery.com>
4297 Nathan Sidwell <nathan@codesourcery.com>
4298
4299 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
4300 GDBN equivalent.
4301 (Set Tracepoints): Remove mention that conditional tracepoints
4302 don't exist.
4303 (Tracepoint Actions): Clarify when while-stepping collection
4304 happens, note that while-stepping does not automatically collect
4305 $pc.
4306
409873ef 43072010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 4308
409873ef
SS
4309 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
4310 (General Query Packets): Describe TracepointSource.
4311
ee8e71d4
EZ
43122010-03-27 Matt Rice <ratmice@gmail.com>
4313
c8d5aac9
L
4314 * gdb.texinfo (ARM): Document arguments to "target sim".
4315 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 4316
99b5e152
PA
43172010-03-26 Pedro Alves <pedro@codesourcery.com>
4318
4319 * gdb.texinfo (Tracepoint Packets): Remove mention that
4320 terror:string may be plain text, and drop mention of X prefix.
4321
cd64ee31
VP
43222010-03-26 Vladimir Prus <vladimir@codesourcery.com>
4323
4324 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
4325
6c28cbf2
SS
43262010-03-24 Stan Shebs <stan@codesourcery.com>
4327
4328 * gdb.texinfo (Tracepoint Packets): Document trace error status.
4329
95a42b64
TT
43302010-03-24 Tom Tromey <tromey@redhat.com>
4331
4332 PR breakpoints/9352:
4333 * gdb.texinfo (Break Commands): Update.
4334
18148017
VP
43352010-03-24 Vladimir Prus <vladimir@codesourcery.com>
4336
4337 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
4338 commands.
4339
4daf5ac0
SS
43402010-03-16 Stan Shebs <stan@codesourcery.com>
4341
4342 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
4343 circular-trace-buffer.
4344 (Tracepoint Packets): Describe QTBuffer, and details of the
4345 qTStatus reply.
4346
c9429232
SS
43472010-03-12 Stan Shebs <stan@codesourcery.com>
4348 Nathan Sidwell <nathan@codesourcery.com>
4349
4350 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
4351 doing instruction stepping.
4352 (Tracepoint Restrictions): New node.
4353
ccefe4c4
TT
43542010-03-10 Tom Tromey <tromey@redhat.com>
4355
4356 * gdbint.texinfo (Symbol Handling): Update.
4357
7c953934
TT
43582010-03-08 Tom Tromey <tromey@redhat.com>
4359
4360 PR cli/9591:
4361 * gdb.texinfo (Mode Options): Mention lack of pagination and
4362 confirmation with --batch.
4363 (Screen Size): Mention --batch.
4364 (Messages/Warnings): Likewise.
4365
f870a310
TT
43662010-03-05 Tom Tromey <tromey@redhat.com>
4367
4368 * gdb.texinfo (Basic Python): Document target_charset and
4369 target_wide_charset.
4370
78e2826b
TT
43712010-03-05 Tom Tromey <tromey@redhat.com>
4372
4373 * gdb.texinfo (Data): Link to pretty-printing.
4374 (Output Formats): Likewise. Correct text.
4375
f5dff777
DJ
43762010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
4377
4378 * gdb.texinfo (Types): Describe <struct> and <flags>.
4379
dc00d89f
PM
43802010-02-28 Phil Muldoon <pmuldoon@redhat.com>
4381
4382 * gdb.texinfo (Frames In Python): Add block parameter and
4383 description to read_var text.
4384
5107b149 43852010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 4386 Tom Tromey <tromey@redhat.com>
5107b149
PM
4387
4388 * gdb.texinfo (Types In Python): Describe block argument in
4389 template_argument and gdb.lookup_type.
4390
e03e5e7b
TT
43912010-02-24 Tom Tromey <tromey@redhat.com>
4392
4393 * gdb.texinfo (Cygwin Native): Fix typo.
4394
f3e9a817
PM
43952010-02-24 Phil Muldoon <pmuldoon@redhat.com>
4396
4397 * gdb.texinfo (Frames In Python): Add block, find_sal, function
4398 and select method descriptions.
4399 (Python API): Add Blocks In Python, Symbols in Python and Symbol
4400 Tables in Python to menu.
4401 (Blocks In Python): New node.
4402 (Symbols In Python): New node.
4403 (Symbol Tables in Python): New node.
4404
a79b8f6e
VP
44052010-02-24 Vladimir Prus <vladimir@codesourcery.com>
4406
4407 Multiexec MI
4408
4409 gdb/
4410 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
4411
4412 gdb/doc/
4413 * gdb.texinfo (GDB/MI Command Syntax): Document notification
4414 changes.
4415 (GDB/MI Program Execution): Document current behaviour of
4416 --all and --thread-group.
4417 (GDB/MI Miscellaneous Commands): Document -add-inferior and
4418 -remove-inferior.
4419 * observer.texi (inferior_added, inferior_removed): New
4420 observers.
4421
629d6a47
TT
44222010-02-19 Tom Tromey <tromey@redhat.com>
4423
4424 * gdbint.texinfo (Getting Started): Fix @node.
4425 (Debugging GDB): Likewise.
4426
c09529e5
JB
44272010-02-13 Joel Brobecker <brobecker@adacore.com>
4428
4429 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
4430 documenting the gdb_test_timeout variable.
4431
540aa8e7
MS
44322010-02-12 Jakob Engblom <jakob@virtutech.com>
4433
4434 * gdb.texinfo (MI commands): Added documentation of --reverse
4435 option to a set of MI commands. Restructured documentation of MI
4436 commands --exec-continue to reflect the complexity of reverse
4437 execution.
4438
081dfbf7
PA
44392010-02-12 Pedro Alves <pedro@codesourcery.com>
4440
4441 * gdb.texinfo (Using the Collected Data): Specify that the address
4442 range of `tfind outsize' is exclusive, and that the address range
4443 of `tfind range' is inclusive.
4444 (Tracepoint Packets): Specify that the address range of
4445 `QTFrame:range' is inclusive, and that the address range of
4446 `QTFrame:outside' is exclusive
4447
8e9c5e02
VP
44482010-02-12 Vladimir Prus <vladimir@codesourcery.com>
4449
4450 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
4451
92981e24
TT
44522010-02-10 Tom Tromey <tromey@redhat.com>
4453
4454 * gdb.texinfo (Debugging Output): Document set debug parser and
4455 show debug parser.
4456
075b51b7
L
44572010-02-09 H.J. Lu <hongjiu.lu@intel.com>
4458
4459 * gdb.texinfo (Predefined Target Types): Add i387_ext,
4460 i386_eflags and i386_mxcsr.
4461
3bb8d5c3
L
44622010-02-08 H.J. Lu <hongjiu.lu@intel.com>
4463
4464 * gdb.texinfo: Document i386 target features.
4465
c5f80513
DE
44662010-02-05 Doug Evans <dje@google.com>
4467
4468 * gdbint.texinfo (Testsuite): Add a new section to document the
4469 various DejaGnu variables that may be overridden.
1be00882 4470 Document INTERNAL_GDBFLAGS.
c5f80513 4471
6ac33a4e
TT
44722010-02-04 Tom Tromey <tromey@redhat.com>
4473
4474 PR cli/8830:
4475 * gdb.texinfo (Files): -readnow comes before the filename for file
4476 and symbol-file.
4477
a1dcb23a
DJ
44782010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4479
4480 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
4481 Document ARM breakpoint types.
4482 (Register Packet Format): Move into the new section.
4483 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
4484
95433b34
JB
44852010-01-21 Joel Brobecker <brobecker@adacore.com>
4486
4487 * gdb.texinfo (File Options): Adjust the documentation of this
4488 switch to refer to the "source" command rather than partially
4489 duplicating some of the relevant information.
4490 (Extending GDB): Introduce and document the set/show script-extension
4491 setting.
4492 (Command Files): Add note explaining that the "source" command
4493 is also used to evalute scripts written in other languages.
4494 Remove the short slightly incorrect reference to sourcing Python
4495 scripts.
4496 (Python Commands): Document how to execute a Python script from GDB.
4497
8d576872
JB
44982010-01-19 Joel Brobecker <brobecker@adacore.com>
4499
4500 * gdb.texinfo (Command Files): Fix typo.
4501
8150ff9c
JB
45022010-01-18 Tom Tromey <tromey@redhat.com>
4503
4504 * gdb.texinfo (File Options): Document -x on .py files.
4505 (Command Files): Document handling of Python scripts.
4506
23db03a6
JZ
45072010-01-18 Jie Zhang <jie.zhang@analog.com>
4508
4509 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
4510
00bf0b85
SS
45112010-01-15 Stan Shebs <stan@codesourcery.com>
4512
4513 * gdb.texinfo (Trace Files): New section.
4514 (Tracepoint Packets): Document QTSave and qTBuffer.
4515 (Trace File Format): New appendix.
4516
be759fcf
PM
45172010-01-13 Phil Muldoon <pmuldoon@redhat.com>
4518
4519 * gdb.texinfo (Values From Inferior): Document lazy_string value
4520 method.
4521 (Python API): Add Lazy strings menu item.
4522 (Lazy Strings In Python): New node.
4523
dc146f7c
VP
45242010-01-13 Vladimir Prus <vladimir@codesourcery.com>
4525
4526 * gdb.texinfo (GDB/MI Thread Information): New.
4527 (GDB/MI Async Records): Document the core field in *stopped.
4528 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
4529 documentation
4530 (Process list): Document that osdata document may contain
4531 threads.
4532 (Remote Serial Protocol): Document qXfer:threads.
4533
d5551862
SS
45342010-01-06 Stan Shebs <stan@codesourcery.com>
4535
4536 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4537 disconnected tracing.
4538 (Tracepoint Packets): Document new protocol.
4539
7a697b8d
SS
45402010-01-05 Stan Shebs <stan@codesourcery.com>
4541
4542 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
4543 tracepoints.
4544 (Tracepoint Packets): Describe remote protocol for fast
4545 tracepoints.
4546
e6f3ec50
JB
45472010-01-01 Joel Brobecker <brobecker@adacore.com>
4548
4549 Update the "Start of New Year Procedure".
4550 * gdbint.texinfo: Add the list of files that need to be updated
4551 manually. Minor reformatting.
4552
ddc4e9c1
JB
45532010-01-01 Joel Brobecker <brobecker@adacore.com>
4554
4555 * refcard.tex: Update copyright year in header and text.
4556
9d2897ad
JB
45572010-01-01 Joel Brobecker <brobecker@adacore.com>
4558
4559 * agentexpr.texi: Add 2010 to the list of copyright years.
4560 * annotate.texinfo: Likewise.
4561 * gdb.texinfo: Likewise.
4562 * gdbint.texinfo: Likewise.
4563 * observer.texi: Likewise.
4564 * stabs.texinfo: Likewise.
4565
6da95a67
SS
45662009-12-31 Stan Shebs <stan@codesourcery.com>
4567
4568 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 4569
236f1d4d
SS
45702009-12-29 Stan Shebs <stan@codesourcery.com>
4571
4572 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 4573
f61e138d
SS
45742009-12-28 Stan Shebs <stan@codesourcery.com>
4575
4576 * gdb.texinfo (Trace State Variables): New section.
4577 (Tracepoint Packets): Describe trace state variable packets.
4578 * agentexpr.texi (Bytecode Descriptions): Describe trace state
4579 variable bytecodes.
4580
0fe7935b
DJ
45812009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
4582
4583 * gdb.texinfo (Symbols): "info variables" prints definitions, not
4584 declarations.
4585
a6b29f87
VP
45862009-12-21 Vladimir Prus <vladimir@codesourcery.com>
4587
4588 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
4589 -gdb-exit behaviour.
4590
5e4bde96
JB
45912009-12-20 Joel Brobecker <brobecker@adacore.com>
4592
4593 * gpl.texi: Update to version 3 of the GPL.
4594
a1715244
JB
45952009-12-20 Joel Brobecker <brobecker@adacore.com>
4596
4597 * Makefile.in: Update copyright header.
4598 * observer.texi: Fix the copyright header of the generated files.
4599
361ae042
PM
46002009-12-08 Phil Muldoon <pmuldoon@redhat.com>
4601
4602 * gdb.texinfo (Types In Python): Describe range function.
4603
bfd31e71
PM
46042009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
4605
4606 * gdb.texinfo (Types In Python): Describe "is_base_class".
4607
57a1d736
TT
46082009-12-03 Tom Tromey <tromey@redhat.com>
4609
4610 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
4611
8cebebb9
PP
46122009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
4613
4614 * observer.texi: New memory_changed observer.
4615
16af530a
TT
46162009-12-01 Tom Tromey <tromey@redhat.com>
4617
4618 * gdb.texinfo (Reverse Execution): Fix typo.
4619
b6199126
DJ
46202009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
4621
4622 PR gdb/8704
4623
4624 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
4625 are allowed after the breakpoint condition.
4626
7a6973ad
TT
46272009-11-23 Tom Tromey <tromey@redhat.com>
4628
4629 PR python/10782:
4630 * gdb.texinfo (Types In Python): Document Type.pointer.
4631
21a0512e
PP
46322009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
4633
4634 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 4635
a5832c8f
PA
46362009-11-11 Pedro Alves <pedro@codesourcery.com>
4637
4638 * agentexpr.texi (Tracing On Symmetrix): Delete section.
4639 (Using Agent Expressions): Delete cross reference.
4640
1eb7cd77
JB
46412009-11-07 Joel Brobecker <brobecker@adacore.com>
4642
4643 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
4644 and @settitle directives up to help makeinfo find them.
4645
24ddea62
JK
46462009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4647
4648 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
4649 (Auto-loading): Use plural and note one can use multiple components now.
4650
3afae151
VP
46512009-11-01 Vladimir Prus <vladimir@codesourcery.com>
4652
4653 * gdb.texinfo (GDB/MI Stack Manipulation): Make
4654 -stack-list-arguments have the same documentation for parameter
4655 as -stack-list-locals. Add comas.
4656
14ff2235
PM
46572009-10-27 Tom Tromey <tromey@redhat.com>
4658 Eli Zaretskii <eliz@gnu.org>
4659
c8d5aac9 4660 PR python/10781
14ff2235
PM
4661
4662 * gdb.texinfo (Values From Inferior): Document cast method.
4663
9c419145
PP
46642009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
4665
4666 * gdb.texinfo (Machine Code): Mention function name in disasssembly
4667 and adjust example.
889bf7c5 4668
29153c24
MS
46692009-10-22 Michael Snyder <msnyder@vmware.com>
4670
4671 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 4672 info record command. Also document the new save and restore
29153c24
MS
4673 commands.
4674
2b28d209
PP
46752009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
4676
4677 * gdb.texinfo (Machine Code): Mention current pc marker.
4678 (Memory): Likewise.
4679
6c95b8df
PA
46802009-10-19 Pedro Alves <pedro@codesourcery.com>
4681 Stan Shebs <stan@codesourcery.com>
4682
4683 * observer.texi (new_inferior): Rename to...
4684 (inferior_appeared): ... this.
4685
4686 * gdb.texinfo (Inferiors): Rename node to ...
4687 (Inferiors and Programs): ... this. Mention running multiple
4688 programs in the same debug session.
4689 <info inferiors>: Mention the new 'Executable' column if "info
4690 inferiors". Update examples. Document the "add-inferior",
4691 "clone-inferior", "remove-inferior" and "maint info
4692 program-spaces" commands.
4693 (Process): Rename node to...
4694 (Forks): ... this. Document "set|show follow-exec-mode".
4695
2f8132f3
MS
46962009-10-11 Michael Snyder <msnyder@vmware.com>
4697
4698 * gdb.texinfo (ReverseStep): Show default as "unsupported".
4699 (ReverseContinue): Ditto.
4700
cba4b2d3
PP
47012009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
4702
4703 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 4704
da082f17
JK
47052009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4706
4707 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
4708
08be9d71
ME
47092009-10-06 Michael Eager <eager@eagercon.com>
4710
4711 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
4712 (Embedded Processors): Add MicroBlaze.
4713 (MicroBlaze): New. Describe Xilinx MicroBlaze
4714
08a0efd0
PA
47152009-10-04 Pedro Alves <pedro@codesourcery.com>
4716
4717 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
4718
cbb8f428
EZ
47192009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
4720
4721 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
4722
30a4a70c
JB
47232009-09-23 Joel Brobecker <brobecker@adacore.com>
4724
4725 * observer.texi (solib_unloaded): Document explicitly the fact that
4726 this observer is called before the associated symbols are unloaded.
4727
b3372f91
VP
47282009-09-19 Vladimir Prus <vladimir@codesourcery.com>
4729
4730 * gdb.texinfo (GDB/MI Stack Manipulation): Document
4731 -stack-list-variables.
4732
f43030c4
TT
47332009-09-18 Tom Tromey <tromey@redhat.com>
4734
4735 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
4736 is experimental.
4737
ec7e75e7
PP
47382009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4739
4740 * gdb.texinfo (convenince variables): Mention
4741 $_siginfo could be empty.
f43030c4 4742
0cc7d26f
TT
47432009-09-15 Tom Tromey <tromey@redhat.com>
4744
4745 * gdb.texinfo (GDB/MI Variable Objects): Document
4746 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
4747 Expand -var-update documentation.
4748
a96d9b2e
SDJ
47492009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4750
4751 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
4752 feature.
4753
005ca36a
JB
47542009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
4755
4756 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
4757
0d772ac9
MS
47582009-09-10 Michael Snyder <msnyder@vmware.com>
4759
4760 * gdb.texinfo (qSupported): Mention new ReverseContinue and
4761 ReverseStep replies to the qSupported query.
4762
14fb1bac
JB
47632009-09-10 Joel Brobecker <brobecker@adacore.com>
4764
4765 Add documentation for set/show interactive-mode.
4766 * gdb.texinfo (Other Misc Settings): New node.
4767
29b090c0
DE
47682009-09-01 Doug Evans <dje@google.com>
4769
4770 * gdb.texinfo (Caching Data of Remote Targets): Add note on
4771 non-stop mode's affect on remote caching.
4772
4e5d721f
DE
47732009-08-31 Jacob Potter <jdpotter@google.com>
4774 Doug Evans <dje@google.com>
4775
4776 * gdb.texinfo (Caching Data of Remote Targets): Update text.
4777 Mark `set/show remotecache' options as obsolete.
4778 Document new `set/show stack-cache' option.
4779 Update text for `info dcache'.
4780
55333a84
DE
47812009-08-27 Doug Evans <dje@google.com>
4782
4783 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
4784 (Files): Add note on new optional regex arg to `info sharedlibrary'.
4785
bc3a0b4d
RW
47862009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4787
4788 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
4789 about autoconf.
4790
3a1ff0b6
PA
47912009-08-25 Pedro Alves <pedro@codesourcery.com>
4792
4793 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
4794 small example, and describe its columns. Replace "inferior-id" by
4795 "infno" throughout.
4796
81ecdfbb
RW
47972009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4798
af542c2e
RW
4799 * gdbint.texinfo (Releasing GDB): Point to
4800 README-maintainer-mode file for required autoconf version.
4801 * configure.ac: Do not substitute datarootdir, htmldir,
4802 pdfdir, docdir. Do not process --with-datarootdir,
4803 --with-htmldir, --with-pdfdir, --with-docdir.
4804 * configure: Regenerate.
4805
81ecdfbb
RW
4806 * configure: Regenerate.
4807
4efc6507
DE
48082009-08-20 Reid Kleckner <reid@kleckner.net>
4809
4810 * gdb.texinfo: Add chapter on JIT interface.
4811
43089a6e
NR
48122009-08-07 Nick Roberts <nickrob@snap.net.nz>
4813
4814 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 4815 confirmation request.
43089a6e 4816
99e008fe
EZ
48172009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
4818
c8d5aac9
L
4819 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
4820 CRC definitions.
99e008fe 4821
48cb2d85
VP
48222009-08-03 Vladimir Prus <vladimir@codesourcery.com>
4823
4824 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 4825 -break-commands.
48cb2d85 4826
ff1a52c6
UW
48272009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4828
4829 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4830 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
4831
3285f3fe
UW
48322009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4833
4834 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4835 "set spu stop-on-load" and "show spu stop-on-load" commands.
4836
e35359c5
UW
48372009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4838
4839 * gdb.texinfo (Target Descriptions): Document <compatible> element.
4840
58d6951d
DJ
48412009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
4842
4843 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
4844 org.gnu.gdb.arm.neon.
4845
08d16641
PA
48462009-07-20 Pedro Alves <pedro@codesourcery.com>
4847
4848 * gdb.texinfo (Target Description Format): Mention the new <osabi>
4849 optional element.
4850 (subsection OS ABI): New subsection.
4851
782b2b07
SS
48522009-07-14 Stan Shebs <stan@codesourcery.com>
4853
4854 * gdb.texinfo (Tracepoint Conditions): New section.
4855 (General Query Packets): Describe ConditionalTracepoints.
4856 (Tracepoint Packets): Describe condition field.
4857 (Maintenance Commands): Describe maint agent-eval.
4858 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
4859
9b117ef3
HZ
48602009-07-11 Hui Zhu <teawater@gmail.com>
4861
4862 * gdb.texinfo (disassemble): Add a new modifier /r
4863 to "disassemble" command to make it print the raw instructions
4864 in hex as well as in symbolic form.
4865
f5a33284
TT
48662009-07-09 Tom Tromey <tromey@redhat.com>
4867
4868 * gdbint.texinfo (Testsuite): Document parallel make check.
4869
812f7342
TT
48702009-07-09 Tom Tromey <tromey@redhat.com>
4871
4872 * gdbint.texinfo (Testsuite): Document test transcripts.
4873
fbb8f299
PM
48742009-07-10 Phil Muldoon <pmuldoon@redhat.com>
4875
4876 * gdb.texinfo (Values From Inferior): Add length parameter
4877 description.
4878
dd8f35ac
EZ
48792009-07-04 Chris Genly <chris@genly.us>
4880
4881 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
4882 in -var-list-children. Fix example according to what the code
4883 does.
4884
2277426b
PA
48852009-07-02 Pedro Alves <pedro@codesourcery.com>
4886
4887 * gdb.texinfo (Debugging multiple inferiors): Document the
4888 "inferior", "detach inferior" and "kill inferior" commands.
4889 (Debugging Programs with Multiple Processes): Adjust to mention
4890 generic "inferior" commands. Delete mention of "detach fork" and
4891 "delete fork". Cross reference to "Debugging multiple inferiors"
4892 section.
4893
a6d9a66e
UW
48942009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4895
5af949e3
UW
4896 * gdbint.texinfo (Item Output Functions): Update signature
4897 for ui_out_field_core_addr.
4898
48992009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4900
4901 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
4902 Update example code extrated from breakpoint.c.
4903
9901a55b 49042009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 4905
9901a55b
PP
4906 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
4907 MI commands.
4908 (GDB/MI Symbol Query): Likewise.
4909 (GDB/MI File Commands): Likewise.
4910 (GDB/MI File Transfer Commands): Likewise.
4911 (GDB/MI Target Manipulation): Likewise.
4912 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 4913
edb3359d
DJ
49142009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
4915
4916 * gdb.texinfo (Debugging Optimized Code): New chapter.
4917 (Compiling for Debugging): Reference it. Move some
4918 text to the new section.
4919
7cd1089b
PM
49202009-06-15 Phil Muldoon <pmuldoon@redhat.com>
4921
4922 * doc/gdb.texinfo (Calling): Document
4923 set-unwind-on-terminating-exception usage.
4924
d4db2f36
PA
49252009-06-11 Pedro Alves <pedro@codesourcery.com>
4926
4927 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
4928 command.
4929
d1a7880c
PA
49302009-06-07 Pedro Alves <pedro@codesourcery.com>
4931
4932 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
4933 references.
4934
473f94e6
UW
49352009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
4936
4937 * gdbint.texinfo: Rename formal parameters to gdbarch function
4938 protoypes from "current_gdbarch" to "gdbarch".
4939
8f500870
TT
49402009-05-28 Tom Tromey <tromey@redhat.com>
4941
4942 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
4943
b6313243
TT
49442009-05-27 Tom Tromey <tromey@redhat.com>
4945
4946 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
4947 feature.
4948 (GDB/MI Variable Objects): Document -var-set-visualizer.
4949
49502009-04-02 Tom Tromey <tromey@redhat.com>
4951
4952 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
4953 feature.
4954 (GDB/MI Variable Objects): Document -var-set-visualizer.
4955
a6bac58e
TT
49562009-05-27 Tom Tromey <tromey@redhat.com>
4957 Thiago Jung Bauermann <bauerman@br.ibm.com>
4958 Phil Muldoon <pmuldoon@redhat.com>
4959
4960 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
4961 (Pretty Printing): New node.
4962 (Selecting Pretty-Printers): Likewise.
4963 (Python API): Update.
4964 (Output Formats): Document /r format.
4965
2c74e833
TT
49662009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
4967 Tom Tromey <tromey@redhat.com>
4968
4969 * gdb.texinfo (Types In Python): New node.
4970 (Values From Inferior): "type" is now an attribute.
4971 (Python API): Update.
4972
89c73ade
TT
49732009-05-27 Tom Tromey <tromey@redhat.com>
4974 Thiago Jung Bauermann <bauerman@br.ibm.com>
4975 Phil Muldoon <pmuldoon@redhat.com>
4976
4977 * gdb.texinfo: Add @syncodeindex for `tp'.
4978 (Python API): Update.
4979 (Auto-loading): New node.
4980 (Objfiles In Python): New node.
4981
17a37d48
PP
49822009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
4983
4984 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 4985
6718376f
NR
49862009-05-15 Nick Roberts <nickrob@snap.net.nz>
4987
4988 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
4989
cbe54154
PA
49902009-05-12 Pedro Alves <pedro@codesourcery.com>
4991
4992 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
4993 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
4994 show show-debug-regs' docs.
4995
8e05493c
EZ
49962009-05-08 Eli Zaretskii <eliz@gnu.org>
4997
4998 * gdb.texinfo (Process Record and Replay): Add description of
4999 reverse execution.
5000
b39f4988
JB
50012009-05-07 Joel Brobecker <brobecker@adacore.com>
5002
5003 * gdbint.texinfo (Adding support for debugging core files): New node.
5004 (Native Debugging): Remove the ``Native core file Support'' section.
5005
a2311334
EZ
50062009-05-01 Eli Zaretskii <eliz@gnu.org>
5007
5008 * gdb.texinfo (Process Record and Replay): Improve and clarify.
5009 Add index entries.
5010
53cc454a 50112009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 5012 Michael Snyder <msnyder@vmware.com>
53cc454a 5013
a2311334
EZ
5014 * gdb.texinfo: (Process Record and Replay): Add documentation for
5015 process record and replay.
53cc454a 5016
484086b7
JK
50172009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5018
5019 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
5020 a new part on command-line defined macros.
5021
32ae1842
EZ
50222009-04-25 Eli Zaretskii <eliz@gnu.org>
5023
5024 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
5025 clarify the wording.
5026
b14b1491
TT
50272009-04-23 Tom Tromey <tromey@redhat.com>
5028
5029 * gdb.texinfo (Data Files): New node.
5030 (GDB Files): Update menu.
5031
5c1e86e1
JB
50322009-04-23 Joel Brobecker <brobecker@adacore.com>
5033
5034 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 5035 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 5036
83eba9b7
VP
50372009-04-22 Vladimir Prus <vladimir@codesourcery.com>
5038
5039 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
5040
e31198c4
HZ
50412009-04-22 Hui Zhu <teawater@gmail.com>
5042
5043 * gdb.texinfo (disassemble-next-line): Set the default of
5044 disassemble-next-line to off.
5045
26e251b6
JM
50462009-04-21 Joseph Myers <joseph@codesourcery.com>
5047
5048 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
5049 --with-htmldir): New.
5050 * configure: Regenerate.
5051 * Makefile.in (datarootdir, docdir): Define.
5052 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
5053 instead of $(SET_TEXINPUTS).
5054 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
5055 gdbint.info instead of $(SET_TEXINPUTS).
5056 (gdbint/index.html): Use same -I options as for building
5057 gdbint.info.
5058 (stabs.dvi, stabs.pdf): Use same -I options as for building
5059 stabs.info instead of $(SET_TEXINPUTS).
5060 (stabs/index.html): Use same -I options as for building
5061 stabs.info.
5062 (annotate.dvi, annotate.pdf): Use same -I options as for building
5063 annotate.info instead of $(SET_TEXINPUTS).
5064 (annotate/index.html): Use same -I options as for building
5065 annotate.info.
5066
eac35c4e
DD
50672009-04-21 David Daney <ddaney@caviumnetworks.com>
5068
5069 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
5070
29b0e8a2
JM
50712009-04-21 Joseph Myers <joseph@codesourcery.com>
5072
5073 * gdb.texinfo (Source Path): Document --with-relocated-sources.
5074
2b831889 50752009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 5076 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
5077
5078 * Makefile.in (MAKEHTML): Set to makeinfo --html.
5079 (MAKEHTMLFLAGS): Set to empty.
5080 (html__strip_dir): Define.
5081 (HTMLFILES): Define.
5082 (HTMLFILES_INSTALL): Define.
5083 (install-html): Copy new automake rule.
5084 (html): Depend on $(HTMLFILES).
5085 (gdb_toc.html): Rename to gdb/index.html.
5086 (gdbint_toc.html): Rename to gdbint/index.html.
5087 (stabs_toc.html): Rename to stabs/index.html.
5088 (annotate_toc.html): Rename to annotate/index.html.
5089
89a34d1b
JM
50902009-04-17 Carlos O'Donell <carlos@codesourcery.com>
5091
5092 * Makefile.in: Set pdfdir and htmldir from configure
5093 substitutions.
5094 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
5095 * configure: Regenerate.
5096
a2d5da46
JB
50972009-04-16 Joel Brobecker <brobecker@adacore.com>
5098
5099 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
5100 This macro is no longer used.
5101
732f6a93
TT
51022009-04-15 Tom Tromey <tromey@redhat.com>
5103
5104 * gdb.texinfo (Character Sets): Document default character set.
5105
87f9adc1
PM
51062009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
5107
5108 * gdbint.texinfo: Change server name from sources.redhat.com to
5109 sourceware.org throughout.
5110
2c88c651
JB
51112009-04-09 Joel Brobecker <brobecker@adacore.com>
5112
5113 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
5114 about a missing dot or coma after @xref.
5115
4f5376b2
JB
51162009-04-02 Joel Brobecker <brobecker@adacore.com>
5117
5118 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
5119 example, and add a small explanation about it.
5120 (Print Settings): Change the documentation of the "set print
5121 frame-arguments" to reflect the fact that the default is now "scalars".
5122
a0381d3a
JB
51232009-04-02 Joel Brobecker <brobecker@adacore.com>
5124
5125 * gdb.texinfo (Print Settings): Add kindex for command "set
5126 print frame-arguments".
5127
45ac276d
JB
51282009-03-31 Joel Brobecker <brobecker@adacore.com>
5129
5130 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
5131 breakpoints.
5132 (Set Breaks): Add reference to thread-specific and task-specific
5133 breakpoints.
5134
32cd1edc
JB
51352009-03-31 Joel Brobecker <brobecker@adacore.com>
5136
5137 * gdb.texinfo (Ada Tasks): Remove the documentation about
5138 the "Running" state, as this state has been eliminated.
5139 Now all runnable tasks are shown as "Runnable".
5140
1042e4c0
SS
51412009-03-30 Stan Shebs <stan@codesourcery.com>
5142
5143 * gdb.texinfo (Tracepoints): Describe tracepoints as a
5144 special case of breakpoints.
5145 (Enable and Disable Tracepoints): Mention deprecation.
5146 (Listing Tracepoints): Update description and example.
5147
f8f6f20b
TJB
51482009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5149
5150 * gdb.texinfo (Frames in Python): New node.
5151 (Python API): Update.
5152
c0c6f777
TJB
51532009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
5154
5155 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
5156 from a method to an attribute.
5157
def2b000
TJB
51582009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
5159
5160 * gdb.texinfo (Values From Inferior): Document is_optimized_out
5161 attribute.
5162
a07daef3
PA
51632009-03-25 Pedro Alves <pedro@codesourcery.com>
5164
5165 * observer.texi (thread_exit): Add "silent" parameter.
5166
f3b1572e
PA
51672009-03-22 Pedro Alves <pedro@codesourcery.com>
5168
5169 * observer.texi (about_to_proceed): New.
5170
587afa38
EZ
51712009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
5172
5173 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
5174 field throughout to handle types with spaces in them. Fix typos
5175 found by aspell.
5176 (Summary, Requirements, Contributors): New first chapter,
5177 "Summary" added, old Requirements section moved there, and new
5178 section, "Contributors" added.
5179 (Initializing a New Architecture, Register Representation)
5180 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
5181 (Porting gdb): These sections extended and updated.
5182 (Compiler Characteristics): This section (empty) deleted.
5183 (Defining Other Architecture Features): This section renamed and
5184 duplicate material removed from (formerly "Target Conditionals").
5185 Use braces {} in @deftypeXX type field throughout to handle types
5186 with spaces in them. Typos found by aspell fixed.
5187
5188 * stack_frame.svg: New file, source of image for gdbint.texinfo.
5189 * stack_frame.pdf: Version of image for PDF output.
5190 * stack_frame.png: Version of image for HTML output and for Emacs.
5191 * stack_frame.txt: Version of image for Info output.
1db61298 5192 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 5193
10af6951
EZ
51942009-03-21 Eli Zaretskii <eliz@gnu.org>
5195
5196 * gdb.texinfo (Character Sets): Fix last change.
5197
cc924cad
TJB
51982009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
5199
5200 * gdb.texinfo (Values From Inferior): Fix optional arguments
5201 markup.
5202 (Commands In Python): Adjust argument names of gdb.Command.__init__
5203 to what the function accepts as keywords.
5204
bc3b79fd
TJB
52052008-03-20 Tom Tromey <tromey@redhat.com>
5206
5207 * gdb.texinfo (Convenience Vars): Document convenience functions.
5208 (Functions In Python): New node.
5209 (Python API): Update.
5210
6c7a06a3
TT
52112009-03-20 Tom Tromey <tromey@redhat.com>
5212
5213 * gdb.texinfo (Character Sets): Remove obsolete text. Document
5214 set target-wide-charset.
5215 (Requirements): Mention iconv.
5216
b646ddd4
HZ
52172009-03-17 Hui Zhu <teawater@gmail.com>
5218
5219 * gdb.texinfo: Change the introduce of "disassemble-next-line".
5220
91440f57
HZ
52212009-03-17 Hui Zhu <teawater@gmail.com>
5222
5223 * gdb.texinfo: Add documentation for disassemble-next-line.
5224
8fd41227
TJB
52252009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5226
5227 * gdb.texinfo (Commands In Python): Remove tindex entries.
5228
61ff14c6
JK
52292009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5230
5231 * gdb.texinfo (Returning): New description for missing debug info.
5232
0b16c5cf
PA
52332009-03-14 Pedro Alves <pedro@codesourcery.com>
5234
5235 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 5236 (General Query Packets): Document qAttached.
0b16c5cf 5237
32fc0df9
PA
52382009-03-05 Pedro Alves <pedro@codesourcery.com>
5239
5240 * gdb.texinfo (Background Execution): Better describe the set
5241 target-async command.
5242 (Maintenance Commands): Delete description of the `maint set/show
5243 linux-async' and `maint set/show remote-async' commands.
5244
134eb42c
VP
52452009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5246
5247 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
5248 between sentences.
5249
c86cf029
VP
52502009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5251
5252 * gdb.texinfo (GDB/MI Async Records): Document the
5253 =library-loaded and =library-unloaded notifications.
5254
3ea85240
VP
52552009-02-17 Vladimir Prus <vladimir@codesourcery.com>
5256
5257 * observer.texi (test_notification): New observer.
5258
1d33d6ba
VP
52592009-02-14 Vladimir Prus <vladimir@codesourcery.com>
5260
61ff14c6
JK
5261 * observer.texi: Add parameter 'print_frame' to normal_stop
5262 observer.
1d33d6ba 5263
d721c933
EZ
52642009-02-07 Eli Zaretskii <eliz@gnu.org>
5265
5266 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
5267 (Commands In Python): Fix COMMAND_* constants in last change. Use
5268 @kbd for interactive input. Add cross-references and index
5269 entries.
5270
4aa995e1
PA
52712009-02-06 Pedro Alves <pedro@codesourcery.com>
5272
5273 * gdb.texinfo (Signals): Document $_siginfo.
5274 (Convenience Variables): Mention $_siginfo.
5275 (Remote Configuration): Document qXfer:siginfo:read,
5276 qXfer:siginfo:write packets, and the read-siginfo-object,
5277 write-siginfo-object commands.
5278
5f5233d4
PA
52792009-02-06 Pedro Alves <pedro@codesourcery.com>
5280
5281 * gdbint.texinfo (Values): New chapter.
5282
d8906c6f
TJB
52832009-02-06 Tom Tromey <tromey@redhat.com>
5284
5285 * gdb.texinfo (Python API): Add entry for Commands In Python.
5286 (Commands In Python): New node.
5287
b6cb8e7d
TJB
52882009-02-05 Tom Tromey <tromey@redhat.com>
5289
5290 * gdb.texinfo (Values From Inferior): Document Value.string.
5291
12453b93
TJB
52922009-02-05 Tom Tromey <tromey@redhat.com>
5293
5294 * gdb.texinfo (Basic Python): Document execute's from_tty
5295 argument.
5296
08c637de
TJB
52972009-02-04 Tom Tromey <tromey@redhat.com>
5298
5299 * gdb.texinfo (Basic Python): Document gdb.history.
5300
592375cd
VP
53012009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5302
5303 * gdb.texinfo (GDB/MI Thread Commands): Document the
5304 'current-thread-id' field. Remove the example with zero threads,
5305 since current GDB won't ever report that if there's inferior.
5306
41447f92
VP
53072009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5308
5309 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
5310 option to -break-insert.
5311
098b41a6
JG
53122009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5313 Jerome Guitton <guitton@adacore.com>
5314
5315 * gdb.texinfo (Startup): Document --with-system-gdbinit.
5316 (System-wide configuration): New section.
5317
3c16cced
PA
53182009-01-26 Pedro Alves <pedro@codesourcery.com>
5319
5320 PR gdb/7580:
5321 * gdb.texinfo (Maintenance Commands): Document "maint set|show
5322 internal-error|internal-warning quit|corefile ask|yes|no".
5323
62709adf
PA
53242009-01-26 Pedro Alves <pedro@codesourcery.com>
5325
5326 * gdb.texinfo (Using the `gdbserver' Program): Document
5327 --remote-debug.
5328
7ce58dd2
DE
53292009-01-23 Doug Evans <dje@google.com>
5330
5331 * gdb.texinfo: Add nexti to list of commands that support
5332 background execution.
5333
adb483fe
DJ
53342009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
5335
5336 * gdb.texinfo (Define, Hooks): Document prefix command support.
5337
a67ec3f4 53382009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 5339 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
5340
5341 Fixes for makeinfo --html.
5342
5343 * annotate.texinfo: Use @copying and @insertcopying. Use
5344 @ifnottex in place of @ifinfo.
5345 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
5346 place of @ifinfo. Use @ifnotinfo for one index entry.
5347 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
5348 in place of @ifinfo.
5349 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
5350 in place of @ifinfo. Include contents at start unconditionally.
5351
84fcdf95
PA
53522009-01-13 Pedro Alves <pedro@codesourcery.com>
5353
5354 * gdb.texinfo (General Query Packets): Remove @var{} around the
5355 "spu" literal string.
5356
fa3a767f
PA
53572009-01-07 Pedro Alves <pedro@codesourcery.com>
5358
5359 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
5360 program may be running in another process" errors.
5361 * gdbint.texinfo (Native Conditionals): Delete
5362 ONE_PROCESS_WRITETEXT description.
5363
9cb011d3
JB
53642009-01-07 Joel Brobecker <brobecker@adacore.com>
5365
5366 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
5367 emacs local variable to be placed at the end of the ChangeLog.
5368 Add server.c and gdbreplay.c to the list of files where the
5369 copyright year needs to be updated.
5370
84603566
SL
53712009-01-06 Sandra Loosemore <sandra@codesourcery.com>
5372
5373 * gdb.texinfo (Remote Configuration): Document new
5374 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
5375 commands.
5376
a53f55d8
PA
53772008-12-28 Pedro Alves <pedro@codesourcery.com>
5378
5379 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
5380 FETCH_INFERIOR_REGISTERS.
5381 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
5382 FETCH_INFERIOR_REGISTERS descriptions. Remove
5383 gdbarch_get_longjmp_target descrition, since already described in
5384 Target Conditionals. Move gdbarch_fp0_regnum description to ...
5385 (Target Conditionals): ... here.
5386
077e0a52
JB
53872008-12-16 Joel Brobecker <brobecker@adacore.com>
5388
5389 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
5390 examples.
5391 (Additions to Ada): Likewise. Add the missing opening and closing
5392 parenthesis of the GDB prompt in one of the examples.
5393
023eb17c
JB
53942008-12-14 Joel Brobecker <brobecker@adacore.com>
5395
5396 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
5397 about the result of 'Address not being of type System.Address.
5398 This problem has been fixed a while ago.
5399
c3b108f7
VP
54002008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5401
5402 MI non-stop and multiprocess docs.
5403
c8d5aac9
L
5404 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
5405 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
5406 Adjust documentation for *stopped, document =thread-created,
5407 =thread-exited, =thread-group-created and =thread-group-exited.
5408 (GDB/MI Thread Commands): Document the 'state' field in
5409 -thread-info output.
5410 (GDB/MI Program Execution): Mention --all and --thread-group
5411 options.
5412 (GDB/MI Variable Objects): Describe floating and fixed variable
5413 objects.
5414 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 5415
07e059b5
VP
54162008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5417
c8d5aac9
L
5418 * gdb.texinfo (Operating System Information): New appendix.
5419 (Operating System Auxiliary Information): Document 'info os processes'
5420 (Remote Configuration): Document 'osdata'
5421 (General Query Packets): Document qXfer:osdata:read.
07e059b5 5422
a80b95ba
TG
54232008-11-27 Tristan Gingold <gingold@adacore.com>
5424
5425 * gdb.texinfo (Darwin): Document Darwin specific features.
5426
a655d424
JK
54272008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5428
5429 * gdbint.texinfo (Target Conditionals): Extend the
5430 gdbarch_breakpoint_from_pc description.
5431
249e1128
VP
54322008-11-22 Vladimir Prus <vladimir@codesourcery.com>
5433
5434 * gdb.texinfo (M68K Features): Fix typo.
5435
c14c28ba
PP
54362008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
5437
5438 * gdb.texinfo (Symbols): Mention printing containing
5439 image name in "info symbol".
5440 (Maint translate-address): Likewise.
889bf7c5 5441
394a6666
JB
54422008-11-18 Joel Brobecker <brobecker@adacore.com>
5443
5444 * gdb.texinfo (Set Catchpoints): Remove the documentation of
5445 commands "catch load" and "catch unload".
5446
66bb093b
VP
54472008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5448
5449 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 5450 =thread-selected.
889bf7c5 5451
4a92f99b
VP
54522008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5453
c8d5aac9 5454 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 5455
f0323ca0
PA
54562008-10-27 Pedro Alves <pedro@codesourcery.com>
5457
5458 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
5459 .mt files, TM_CLIBS or TM_CDEPS.
5460 (x86 Watchpoints): Don't mention TDEPFILES.
5461
8b23ecc4
SL
54622008-10-24 Sandra Loosemore <sandra@codesourcery.com>
5463
5464 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
5465 (Overview): Mention notifications and non-stop mode behavior.
5466 (Packets): Update documentation of ?, vAttach, vCont, and vRun
5467 with non-stop mode behavior. Add vStopped description.
5468 (Stop Reply Packets): Update list of packets that return
5469 stop replies. Mention non-stop behavior.
5470 (General Query Packets): Document QNonStop packet and associated
5471 qSupported query response.
5472 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
5473 behavior.
5474 (Notification Packets): New section.
5475 (Remote Non-Stop): New section.
5476 (File-I/O Overview): Mention non-stop behavior.
5477
fff08868
HZ
54782008-10-24 Hui Zhu <teawater@gmail.com>
5479 Pedro Alves <pedro@codesourcery.com>
5480
5481 * gdb.texinfo (displaced-stepping): Describe the auto mode
5482 setting, and say it's the default. This is now a mainstream
5483 setting instead of a maintenance setting.
5484
252fbfc8
PA
54852008-10-23 Pedro Alves <pedro@codesourcery.com>
5486
5487 * observer.texi (thread_stop_requested): New.
5488
20924a55
JB
54892008-10-22 Joel Brobecker <brobecker@adacore.com>
5490
5491 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
5492 (Patching): Replace incorrect usage of @samp by @kbd.
5493
bacec72f
MS
54942008-10-17 Michael Snyder <msnyder@vmware.com>
5495
5496 * gdb.texinfo: Add documentation for reverse execution.
5497
a08702d6 54982008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 5499 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
5500
5501 * gdb.texinfo. (Values From Inferior): New subsubsection.
5502
d97bc12b
DE
55032008-10-06 Doug Evans <dje@google.com>
5504
5505 * gdb.texinfo (set debug dwarf2-die): Document it.
5506
87f67dba
JB
55072008-10-01 Joel Brobecker <brobecker@adacore.com>
5508
5509 * gdb.texinfo (catch) [exception]: Document how to insert
5510 a breakpoint on user-defined exceptions when the exception
5511 name is identical to one of the language-defined ones.
5512
2fae03e8
TT
55132008-09-27 Tom Tromey <tromey@redhat.com>
5514
5515 * gdb.texinfo (Macros): Remove text about stringification,
5516 varargs, and splicing.
5517
5c6ce71d
TT
55182008-09-27 Tom Tromey <tromey@redhat.com>
5519
5520 * gdbint.texinfo (Language Support): Remove text about omitting
5521 support for a language.
5522
07128da0
DE
55232008-09-23 Doug Evans <dje@google.com>
5524
5525 * gdb.texinfo (info dcache): Update.
5526
b90a069a
SL
55272008-09-22 Sandra Loosemore <sandra@codesourcery.com>
5528
5529 * gdb.texinfo (Packets): Add info on thread-id syntax and
5530 multiprocess extensions.
5531 <D>: Document multiprocess form of packet.
5532 <H>: Use thread-id syntax.
5533 <T>: Likewise.
5534 <vCont>: Likewise. Note this is required for multiprocess.
5535 <vKill>: New packet.
5536 (Stop Reply Packets) <T>: Use thread-id syntax.
5537 <W>: Document multiprocess form of reply.
5538 <X>: Likewise.
5539 (General Query Packets) <qC>: Use thread-id syntax.
5540 <qfThreadInfo>: Likewise.
5541 <qGetTLSAddr>: Likewise.
5542 <qP>: Likewise.
5543 <qSupported>: Add "multiprocess" feature.
5544 <qThreadExtraInfo>: Use thread-id syntax.
5545
b77209e0
PA
55462008-09-22 Stan Shebs <stan@codesourcery.com>
5547
5548 * gdb.texinfo (Inferiors): New section.
5549
3d0bb823
PA
55502008-09-12 Pedro Alves <pedro@codesourcery.com>
5551
5552 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
5553
f8dcfc0a
UW
55542008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
5555
5556 * gdbint.texinfo (Target Conditionals): Remove documentation
5557 for gdbarch_name_of_malloc.
5558
8775bb90
MS
55592008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
5560
5561 * gdb.texinfo (Interrupts): Mention TCP interface for
5562 sending BREAK.
5563
f1838a98
UW
55642008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
5565
5566 * gdb.texinfo (Commands to Specify Files): Document "remote:"
5567 argument prefix to "set sysroot".
5568
158c7665
PH
55692008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
5570
5571 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
5572 and False.
5573
30e026bb
VP
55742008-08-20 Vladimir Prus <vladimir@codesourcery.com>
5575
c8d5aac9
L
5576 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
5577 for possible features of -list-features.
30e026bb 5578
c6ebd6cf
VP
55792008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5580
c8d5aac9 5581 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
5582 (GDB/MI Miscellaneous Commands): Document -list-target-features.
5583
aeac0ff9
VP
55842008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5585
5586 * doc/gdb.texinfo (PowerPC): Fix typo.
5587 (PowerPC features): Fix typo.
5588
5231c1fd
PA
55892008-08-18 Pedro Alves <pedro@codesourcery.com>
5590
5591 * observer.texi (thread_ptid_changed): New.
5592
677c5bb1
LM
55932008-08-18 Luis Machado <luisgpm@br.ibm.com>
5594
5595 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
5596 (PowerPC features): Mention feature set for VSX registers.
5597
f3a2dd1a
JB
55982008-08-13 Joel Brobecker <brobecker@adacore.com>
5599
5600 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
5601 the direct visibility of all names in user-written packages.
5602
33e5cbd6
PA
56032008-08-13 Pedro Alves <pedro@codesourcery.com>
5604
5605 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
5606 setting, and make it the default.
5607 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
5608 non-stop script example.
5609
d0384fc4
TJB
56102008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
5611
5612 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
5613 reference to the "Using Different Register and Memory Data
5614 Representation" section.
5615
a6f3e723
SL
56162008-08-12 Sandra Loosemore <sandra@codesourcery.com>
5617
5618 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
5619 (Remote Protocol): Add Packet Acknowledgment to menu.
5620 (Overview): Mention +/- can be disabled, and point to new section
5621 where this is discussed in detail.
5622 (General Query Packets): Document QStartNoAckMode packet, and
5623 corresponding qSupported reply.
5624 (Packet Acknowledgment): New section.
5625
0606b73b
SL
56262008-08-11 Sandra Loosemore <sandra@codesourcery.com>
5627 Pedro Alves <pedro@codesourcery.com>
5628
5629 * gdb.texinfo (Threads): Move paragraph about automatic thread
5630 selection to All-Stop Mode subsection.
5631 (Thread Stops): Reorganize existing material into subsections.
5632 Add introductory blurb and menu.
5633 (Non-Stop Mode): New subsection.
5634 (Background Execution): New subsection.
5635 (Maintenance Commands): Add cross-references from async mode
5636 commands to the new Background Execution section.
5637
d57a3c85
TJB
56382008-08-06 Tom Tromey <tromey@redhat.com>
5639
5640 * gdb.texinfo (Extending GDB): New chapter.
5641 (Sequences): Demoted chapter, now a section under the new
5642 Extending GDB chapter.
5643 (Python): New section.
5644
6d76a53d
SS
56452008-07-31 Stan Shebs <stan@codesourcery.com>
5646
5647 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
5648
1f70da6a
SS
56492008-07-29 Stan Shebs <stan@codesourcery.com>
5650
5651 * gdbint.texinfo: General round of cleanup and minor
5652 clarifications.
5653 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
5654 (Longjmp Support): Update description to reflect how it is done
5655 for targets without using native header.
5656 (Symbol Handling): Add a little more general explanation.
5657 (COFF, ELF): Mention stabs encapsulation.
5658 (DWARF 3): New section.
5659 (Adding a New Host): Scrub out some obsolete bits.
5660 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
5661 (Host Conditionals): Remove descriptions of NO_STD_REGS,
5662 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
5663 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
5664 SEEK_SET, STOP_SIGNAL, USG.
5665 (Raw and Virtual Register Representations): Ditto for
5666 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
5667 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
5668 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
5669 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
5670 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
5671 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
5672 DEPRECATED_REGISTER_VIRTUAL_SIZE,
5673 DEPRECATED_REGISTER_VIRTUAL_TYPE,
5674 DEPRECATED_USE_STRUCT_CONVENTION.
5675 Describe gdbarch_deprecated_fp_regnum.
5676 Update description of gdbarch_print_insn.
5677 (Adding a New Target): Scrub out obsolete bits.
5678 (Obsolete Conditionals): Remove entire section.
5679
383f836e
TT
56802008-07-25 Tom Tromey <tromey@redhat.com>
5681
5682 * observer.texi (GDB Observers): Document new observers:
5683 breakpoint_created, breakpoint_deleted, breakpoint_modified,
5684 tracepoint_created, tracepoint_deleted, tracepoint_modified,
5685 architecture_changed.
5686
cfd8ab24
SS
56872008-07-21 Stan Shebs <stan@codesourcery.com>
5688
5689 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
5690 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
5691
781b42b0
TT
56922008-07-21 Tom Tromey <tromey@redhat.com>
5693
5694 * observer.texi (GDB Observers): Remove obsolete comment.
5695 <executable_changed>: Remove argument.
5696
d7d9f01e
TT
56972008-07-18 Tom Tromey <tromey@redhat.com>
5698
5699 * gdb.texinfo (Macros): Update. Use @code rather than @command.
5700
bf250677
DE
57012008-07-10 Doug Evans <dje@google.com>
5702
5703 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
5704
10568435
JK
57052008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5706
5707 * gdb.texinfo (Starting): Document "set disable-randomization".
5708
5ae4183a
AS
57092008-07-07 Andreas Schwab <schwab@suse.de>
5710
5711 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
5712
b56e7235
VP
57132008-07-06 Vladimir Prus <vladimir@codesourcery.com>
5714
5715 * gdb.texinfo (GDB/MI Target Manipulation): Add
5716 example of -target-attach.
5717
e1ac3328
VP
57182008-06-10 Vladimir Prus <vladimir@codesourcery.com>
5719
5720 * observer.texi (target_resumed): New observer.
5ae4183a 5721 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 5722
65d12d83
TT
57232008-06-06 Tom Tromey <tromey@redhat.com>
5724
5725 * gdb.texinfo (Completion): Add field name example.
5726
fbc5282e
MK
57272008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
5728
5729 * gdb.texinfo (GDB/MI Program Context): Added example
5730 to -exec-arguments
5ae4183a 5731
fbc5282e 57322008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
5733
5734 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
5735 annotation.
5736
c16158bc 57372008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
5738 Nathan Sidwell <nathan@codesourcery.com>
5739 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
5740
5741 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
5742 and ACX_BUGURL.
5743 * configure: Regenerate.
5744 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
5745 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
5746 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
5747 mailing-list-specific text about bug reporting unless
5748 BUGURL_DEFAULT.
5749
75c99385
PA
57502008-06-05 Pedro Alves <pedro@codesourcery.com>
5751
5752 * gdb.texinfo (-target-select): Remove reference to target async.
5753 (Maintenance Commands): Document "maint set/show remote-async".
5754
1763a388
MK
57552008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
5756
5757 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
5758 in -target-file-get section.
5ae4183a 5759
d0d064df
PA
57602008-05-22 Pedro Alves <pedro@codesourcery.com>
5761
9b562ab8
PA
5762 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
5763 killing the inferior when it is already debugging a process.
d0d064df 5764
8dfa32fc
JB
57652008-05-21 Joel Brobecker <brobecker@adacore.com>
5766
5767 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
5768 abbreviation for "finish".
5769
55f996a7
NR
57702008-05-21 Nick Roberts <nickrob@snap.net.nz>
5771
5772 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
5773
ba2b1c56
DJ
57742008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5775
5776 * gdbint.texinfo (Target Conditionals): Delete entry for
5777 gdbarch_dwarf_reg_to_regnum.
5778
08388c79
DE
57792008-05-09 Doug Evans <dje@google.com>
5780
a3c83fae 5781 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 5782
d14508fe
DE
57832008-05-05 Doug Evans <dje@google.com>
5784
5785 * gdb.texinfo (disassemble): Document /m modifier.
5786
e2b7ddea
VP
57872008-05-05 Vladimir Prus <vladimir@codesourcery.com>
5788
5ae4183a
AS
5789 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
5790 will not report the time of commands that run the target.
e2b7ddea 5791
8eb41542
VP
57922008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5793
5794 * gdb.texinfo (GDB/MI Output Records): Add
5795 missing semicolon.
5796
82f68b1c
VP
57972008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5798
5799 * gdb.texinfo (GDB/MI Output Records):
5800 Document =thread-create and =thread-exited.
5801
fa0f268d
VP
58022008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5803
5804 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 5805 Remove mention of dmi-discuss.
fa0f268d 5806
063bfe2e
VP
58072008-05-03 Pedro Alves <pedro@codesourcery.com>
5808
5809 * observer.texi (thread_exit): New.
5810
237fc4c9
PA
58112008-05-02 Pedro Alves <pedro@codesourcery.com>
5812
5813 * gdb.texinfo (Debugging Output): Document "set/show debug
5814 displaced".
5815 (Maintenance Commands): Document "maint set/show
5816 can-use-displaced-stepping".
5817
0428b8f5
DJ
58182008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
5819
5820 * gdb.texinfo (ARM): Document set/show arm fallback-mode
5821 and set/show arm force-mode.
5822
5009afc5
AS
58232008-05-02 Andreas Schwab <schwab@suse.de>
5824
5825 * gdbint.texinfo (Algorithms): Describe
5826 target_watchpoint_addr_within_range.
5827
669fac23
DJ
58282008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
5829
5830 * gdbint.texinfo (Stack Frames): New chapter.
5831 (Algorithms): Move Frames text to the new chapter.
5832 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
5833 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
5834
721c02de
VP
58352008-04-24 Vladimir Prus <vladimir@codesourcery.com>
5836
5ae4183a
AS
5837 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
5838 output does not necessary include any tokens.
721c02de 5839
c055b101
CV
58402008-04-22 Corinna Vinschen <vinschen@redhat.com>
5841
5842 * gdb.texinfo (Set SH Calling convention): New @item.
5843 (Show SH Calling convention): Ditto.
5844
68837c9d
MD
58452008-04-22 Markus Deuling <deuling@de.ibm.com>
5846
5847 * gdb.texinfo (Fortran Operators): Describe '%' operator.
5848
2e9132cc
EZ
58492008-04-20 Eli Zaretskii <eliz@gnu.org>
5850
5851 * gdb.texinfo (Set Breaks): Mention that multiple location
5852 breakpoints need line number info. Add index entries.
5853
31fffb02
CS
58542008-04-19 Craig Silverstein <csilvers@google.com>
5855
5856 * gdb.texinfo (Requirements): Add an optional requirement on
5857 zlib.
5858 * gdbint.texinfo (Debugging File Formats): Add new subsection for
5859 Compressed DWARF 2.
5860
a47ec5fe
AR
58612008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
5862
5863 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
5864 sample output for 'stopped,reason="breakpoint-hit"' message.
5865 (GDB/MI Program Execution): Likewise.
5866
de051565
MK
58672008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
5868
5ae4183a 5869 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
5870 -var-set-format. Add -f option to -var-evaluate-expression.
5871
6ba66d6a
JB
58722008-04-03 Joel Brobecker <brobecker@adacore.com>
5873
5874 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
5875 new node "Ambiguous Expressions". Replace references to this
5876 node by references to "Ambiguous Expressions" throughout.
5877 (Ambiguous Expressions): New node.
5878
1e26b4f8
DJ
58792008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
5880
5881 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
5882
b84876c2
PA
58832008-03-21 Pedro Alves <pedro@codesourcery.com>
5884
5885 * gdb.texinfo (Debugging Output): Document
5886 "set/show debug lin-lwp-async".
5887 (Maintenance Commands): Document "maint set/show linux-async".
5888
63092375
DJ
58892008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5890
5891 * gdb.texinfo (Expressions): Update description of malloced arrays.
5892
8e8901c5
VP
58932008-03-15 Vladimir Prus <vladimir@codesourcery.com>
5894
5895 * gdb.texinfo (Thread Commands): Document
5896 -thread-info. Remove -thread-list-all-threads.
5897
1fddbabb
PA
58982008-03-14 Pedro Alves <pedro@codesourcery.com>
5899 Sandra Loosemore <sandra@codesourcery.com>
5900
5901 * gdb.texinfo (Library List Format): Update to mention the
5902 possibility to pass section addresses instead of segment
5903 addresses.
5904
ccd213ac
DJ
59052008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
5906
5907 * gdb.texinfo (Starting): Document "set exec-wrapper".
5908 (Server): Document gdbserver --wrapper.
5909
fa4727a6
DJ
59102008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
5911
5912 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
5913 unreadable memory. Delete obsolete SPARClite reference.
5914
8edfe269
DJ
59152008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
5916
5917 * gdb.texinfo (Starting): Mention always-running targets.
5918 (Target Commands): Add an anchor for load.
5919 (Connecting): Explain continue instead of run.
5920
1843f87b
DJ
59212008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
5922
5923 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
5924
f9082629
NR
59252008-02-26 Nick Roberts <nickrob@snap.net.nz>
5926
5927 * gdb.texinfo (Set Breaks): Revert description of Enb column of
5928 breakpoint table.
5929
fd96d250
PA
59302008-02-19 Pedro Alves <pedro@codesourcery.com>
5931
5932 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
5933 killing the inferior when it is already debugging a process.
5934
36af4ef6
MD
59352008-02-13 Markus Deuling <deuling@de.ibm.com>
5936
5937 * gdbint.texinfo (Build Script): New section. Mention new build script
5938 gdb_buildall.sh.
5939
cda4ce5a
JB
59402008-02-01 Jim Blandy <jimb@red-bean.com>
5941
5942 * gdb.texinfo (Help): Summarize 'info args' correctly.
5943
4acd40f3
TJB
59442008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5945
5946 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
5947 available in PowerPC architecture.
5948 (Embedded Processors): Change node name of PowerPC item in menu.
5949 (PowerPC): Rename to...
5950 (PowerPC Embedded): this.
5951 (Architectures): Add new PowerPC item in menu.
5952 (PowerPC): New node.
5953
6e6c6f50
DJ
59542008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
5955
5956 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
5957 commands.
5958
5ee187d7
DJ
59592008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
5960
5961 * gdb.texinfo (Setting Catchpoints): Mention features
5962 supported on GNU/Linux.
5963
e275c0d9
NR
59642008-01-30 Nick Roberts <nickrob@snap.net.nz>
5965
5966 * gdb.texinfo (GDB/MI File Commands): Describe new output
5967 field for MI command -file-list-exec-source-file.
5968
2d717e4f
DJ
59692008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5970
5971 * gdb.texinfo (Using the `gdbserver' Program): Add security
5972 warning. Rearrange into subsections and subsubsections. Document
5973 --multi and --debug. Correct --with-sysroot typo. Update --attach
5974 usage. Make load reference clearer. Document monitor exit.
5975 (Remote Configuration): Document set remote exec-file, attach-packet,
5976 and run-packet.
5977 (Packets): Document vAttach and vRun.
5978
d35a4257 59792008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
5980
5981 * gdb.texinfo (Processes): Mention process command.
889bf7c5 5982 detach-on-follow -> detach-on-fork.
f663676d 5983
c78d192c
DJ
59842008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5985
5986 * gdbint.texinfo (Native Conditionals): Remove
5987 SHELL_COMMAND_CONCAT and SHELL_FILE.
5988
d35a4257
EZ
59892008-01-26 Eli Zaretskii <eliz@gnu.org>
5990
5991 * gdb.texinfo (Specify Location): Improve wording.
5992
93815fbf
VP
59932008-01-23 Chris Demetriou <cgd@google.com>
5994
5995 * gdb.texinfo (Threads): Document new "set print thread-events"
5996 and "show print thread-events" commands.
5997
2a25a5ba
EZ
59982008-01-19 Eli Zaretskii <eliz@gnu.org>
5999
6000 * gdb.texinfo (Specify Location): New section.
6001 (Delete Breaks, Edit, Set Breaks): Remove description of
6002 locations. Instead, add a reference to "Specify Location".
6003 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
6004 (Symbols): Refer to "Specify Location" for the valid forms of
6005 linespecs and locations.
6006
32c9a795
MD
60072008-01-18 Markus Deuling <deuling@de.ibm.com>
6008
6009 * gdbint.texinfo (Target Conditionals): Replace the description of
6010 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
6011
b17828ca
JB
60122008-01-12 Paul Hilfinger <hilfinger@adacore.com>
6013
6014 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
6015 about &&var, which is rejected by the expression parser.
6016
0aea4bf3
LM
60172008-01-09 Luis Machado <luisgpm@br.ibm.com>
6018
6019 * gdb.texinfo (Output): Update documentation on using printf with DFP
6020 types.
6021
febe4383
TJB
60222008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
6023
6024 * gdb.texinfo (C and C++): Add Decimal Floating Point format
6025 subsubsection.
6026 (Decimal Floating Point format): New subsubsection.
6027
7a404eba
PA
60282008-01-05 Pedro Alves <pedro@codesourcery.com>
6029
6030 * gdb.texinfo (File Options): Remove mention of the attempt to
6031 open a core file with the -p option. Don't list -c as a valid
6032 option to attach to a process.
6033
a4d9b460
PA
60342008-01-05 Pedro Alves <pedro@codesourcery.com>
6035
6036 * gdbint.texinfo (Host Conditionals): Remove mention of
6037 ALIGN_STACK_ON_ENTRY.
6038
6ec2edbe
JB
60392008-01-05 Joel Brobecker <brobecker@adacore.com>
6040
6041 * gdbint.texinfo (Start of New Year Procedure): Add item
6042 describing how to update the source and documentation copyright
6043 notices.
6044
d8b2a693
JB
60452007-12-18 Jim Blandy <jimb@codesourcery.com>
6046
ab209b3a 6047 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
6048 watchpoint explanation into the main description of the watchpoint
6049 command; update synopses of 'watch', 'rwatch', and 'awatch'
6050 commands.
6051
8b4ed427
VP
60522007-12-18 Vladimir Prus <vladimir@codesourcery.com>
6053
6054 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6055 Document 'pending-breakpoints' feature of
6056 -list-features.
6057
37e4754d
LM
60582007-12-17 Luis Machado <luisgpm@br.ibm.com>
6059
669fac23 6060 * gdb.texinfo: Add new parameter's description.
37e4754d 6061
1d3811f6
DJ
60622007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
6063
6064 * gdb.texinfo (Overview): Clarify run-length encoding
6065 example. Remove the restriction on "+" and "-" characters.
6066
c1c25a1a
EZ
60672007-12-15 Eli Zaretskii <eliz@gnu.org>
6068
6069 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
6070
afe8ab22 60712007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 6072
afe8ab22
VP
6073 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6074 the -f option for -break-insert, remove -r option,
6075 and clarify specification of location.
6076
a6b151f1
DJ
60772007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
6078
6079 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
6080 formatting.
6081 (Remote Debugging): Add File Transfer section.
6082 (Remote Configuration): Document Host I/O packets.
6083 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 6084 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
6085 (Packets): Add vFile.
6086
3b784c4f
EZ
60872007-11-17 Eli Zaretskii <eliz@gnu.org>
6088
6089 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
6090 breakpoints with multiple locations.
6091 (Breakpoint Menus): Improve wording.
6092 (Output): Fix last change.
6093
a4ce5b0d
UW
60942007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
6095
6096 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
6097
1b39d5c0
DE
60982007-11-15 Doug Evans <dje@google.com>
6099
6100 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
6101
7a72d44c
VP
61022007-11-15 Vladimir Prus <vladimir@codesourcery.com>
6103
6104 * gdbint.texinfo (Native Conditionals): Remove
6105 mention of CLEAR_SOLIB.
5ae4183a 6106
6d1829bf 61072007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
6108
6109 * gdb.texinfo (Print Settings): Add documentation for "set/show
6110 print frame-arguments".
6111
1a619819
LM
61122007-11-05 Luis Machado <luisgpm@br.ibm.com>
6113
3b784c4f 6114 * gdb.texinfo (Output): Update printf command's description.
1a619819 6115
55eddb0f
DJ
61162007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
6117
6118 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
6119 powerpc soft-float".
6120
9cceb671
DJ
61212007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6122
6123 * gdb.texinfo (Files): Correct formatting. Mention Expat
6124 requirement.
6125 (Requirements for Building GDB): Expand the list of Expat
6126 uses.
6127 (Library List Format, Memory Map Format): Mention Expat.
6128 (Target Descriptions): Update Expat wording.
6129
83acabca
DJ
61302007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6131
6132 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
6133 Document that gdbarch_convert_register_p should return zero for no-op
6134 conversions.
6135
e35879db
UW
61362007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
6137
83acabca 6138 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
6139 of set_gdbarch_sofun_address_maybe_missing back to ...
6140 (Target Conditionals): ... here to fix build break.
6141
203c3895
UW
61422007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
6143
83acabca 6144 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
6145 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
6146 (Compiler Characteristics): ... documentation of
6147 set_gdbarch_sofun_address_maybe_missing.
6148
11411de3
DJ
61492007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6150
6151 * gdbint.texinfo (Target Conditionals): Use
6152 frame_unwind_register_unsigned in examples instead of
6153 frame_unwind_unsigned_register.
6154
7cc46491
DJ
61552007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6156
6157 * gdb.texinfo (Predefined Target Types): Add int128
6158 and uint128.
6159 (Standard Target Features): Add PowerPC features.
6160
81adfced
DJ
61612007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6162
6163 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
6164
c1874924
UW
61652007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6166
6167 * gdbint.texi (Target Conditionals): Remove documentation
6168 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
6169 gdbarch_extract_return_value, and gdbarch_store_return_value.
6170
f6e56ab3
UW
61712007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6172
6173 * gdbint.texi (Target Conditionals): Remove documentation of
6174 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
6175
56cf5405
KH
61762007-10-11 Kazu Hirata <kazu@codesourcery.com>
6177
6178 * gdb.texinfo: Mention that inaccessible-by-default is on by
6179 default.
6180
35156bae
DJ
61812007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
6182
6183 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
6184
d983da9c
DJ
61852007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
6186
6187 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
6188 multi-threaded watchpoints.
6189 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
6190 checked. Describe sticky notification. Expand description
6191 of steppable and continuable watchpoints.
6192 (Watchpoints and Threads): New subsection.
6193
fe6fbf8b
VP
61942007-09-28 Vladimir Prus <vladimir@codesourcery.com>
6195
6196 * gdb.texinfo (Setting Breakpoints): Revise
6197 documentation for pending breakpoints. Document
6198 breakpoints with multiple locations.
5ae4183a 6199
084344da
VP
62002007-09-19 Vladimir Prus <vladimir@codesourcery.com>
6201
6202 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6203 Document -list-features.
5ae4183a 6204
82160952
EZ
62052007-09-15 Eli Zaretskii <eliz@gnu.org>
6206
6207 * gdb.texinfo (Output): Spell out which features of C's printf are
6208 not supported by GDB's printf.
7e27a47a
EZ
6209 (Separate Debug Files): More accurate wording regarding build ID
6210 and a reference to the ld manual rather than the Fedora wiki.
82160952 6211
ea37ba09
DJ
62122007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6213 Jim Blandy <jimb@codesourcery.com>
6214
6215 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
6216 (Examining Memory): Update mentions of the 's' format.
6217 (Automatic Display): Likewise.
6218
b8533aec
DJ
62192007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
6220
6221 * gdb.texinfo: Update the FSF's Back-Cover Text.
6222
83f83d7f
JK
62232007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6224 Eli Zaretskii <eliz@gnu.org>
6225
6226 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
6227 Fixed the ``build ID'' name. New binaries build instructions for the
6228 build ID inclusion. Explain how the commands are specific to the build
6229 ID vs. debug link.
6230
c7e83d54
EZ
62312007-09-01 Eli Zaretskii <eliz@gnu.org>
6232
6233 * gdb.texinfo (Separate Debug Files): Fix last change. Add
6234 indexing for ``build ID'' support.
6235
d3750b24
JK
62362007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6237
6238 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
6239 Enlisted BUILD ID to the debug file searching example.
6240 Included a BUILD ID `.note.gnu.build-id' section description.
6241 Updated/added the debug files splitting instructions for OBJCOPY.
6242
02142340
VP
62432007-08-31 Vladimir Prus <vladimir@codesourcery.com>
6244
6245 * gdb.texinfo (Variable Objects): Adjust docs
6246 for -var-info-expression and document
6247 -var-info-path-expression.
6248
d3bdde98
JB
62492007-08-20 Jim Blandy <jimb@codesourcery.com>
6250
3fb6a982
JB
6251 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
6252 (title page): Include the dedication in the printed manual, as a
6253 separate page after the copyright notice.
5ae4183a 6254
d3bdde98
JB
6255 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
6256 don't break a @var across a line.
6257
c80a96a8
MR
62582007-07-25 Maciej W. Rozycki <macro@mips.com>
6259
6260 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
6261 for include files.
6262
5824a901
NR
62632007-07-12 Nick Roberts <nickrob@snap.net.nz>
6264
6265 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
6266 in annotate.texinfo.
6267 (Command History): Link to new node.
5824a901 6268
d52e7ea3
UW
62692007-07-05 Markus Deuling <deuling@de.ibm.com>
6270
6271 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
6272
5fc14d0a
EZ
62732007-07-05 Eli Zaretskii <eliz@gnu.org>
6274
6275 * gdbint.texinfo (Target Conditionals): Fix last change.
6276
4a9bb1df
UW
62772007-07-03 Markus Deuling <deuling@de.ibm.com>
6278
6279 * gdb.texinfo: Replace following macros by their appropriate gdbarch
6280 routines:
6281 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
6282 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
6283 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
6284 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
6285 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
6286 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
6287 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
6288 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
6289 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
6290 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
6291 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
6292 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
6293 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
6294 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
6295 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
6296 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
6297 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
6298 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
6299 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
6300 (SOFTWARE_SINGLE_STEP_P)
6301
6302 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
6303 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
6304
6305 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
6306 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
6307 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
6308 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
6309 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
6310 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
6311 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
6312 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
6313 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
6314 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
6315
6316 (Converting an existing Target Architecture to Multi-arch): Remove
6317 section.
6318
6319 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
6320 (gdbarch_addr_bits_remove): Add code example.
6321
6322 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
6323
cfa9d6d9
DJ
63242007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
6325
6326 * gdb.texinfo (Remote Configuration): Document library-info-packet.
6327 Add other missing entries. Adjust the table size to fit.
6328 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
6329 stop reasons including the new "library" event.
6330 (General Query Packets): Adjust table widths for qSupported. Mention
6331 qXfer:libraries:read reply to qSupported and document the new packet.
6332 (Library List Format): New section.
6333
159fcc13
JK
63342007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6335
6336 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
6337
f66d1690
MS
63382007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
6339
6340 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
6341
67102876
NR
63422007-06-25 Nick Roberts <nickrob@snap.net.nz>
6343
6344 * gdbint.texinfo (Register and Memory Data): Break sections
6345 into nodes and add a menu.
6346
a4642986
MR
63472007-06-21 Maciej W. Rozycki <macro@mips.com>
6348
6349 * gdb.texinfo (Examining Memory): Document the new behaviour.
6350
e9c17194
VP
63512007-06-21 Vladimir Prus <vladimir@codesourcery.com>
6352
6353 * gdb.texinfo (Standard Target Features): Document
6354 m68k features.
6355
31d99776
DJ
63562007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
6357
6358 * gdb.texinfo (General Query Packets): Document qOffsets changes.
6359
1780a0ed
DJ
63602007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6361
6362 * gdb.texinfo (Target Description Format): Add version attribute
6363 for <target>.
6364
822b6570
DJ
63652007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6366
6367 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
6368
f8b73d13
DJ
63692007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6370
6371 * gdb.texinfo (MIPS Features): New subsection.
6372
0e7f50da
UW
63732007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6374 Markus Deuling <deuling@de.ibm.com>
6375
6376 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
6377 and qXfer:spu:write packets and mention them under qSupported.
6378
23d964e7
UW
63792007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6380 Markus Deuling <deuling@de.ibm.com>
6381
6382 * gdb.texinfo (Architectures): Add new SPU section to document
6383 Cell Broadband Engine SPU architecture specific commands.
6384
9f708cb2
VP
63852007-06-09 Vladimir Prus <vladimir@codesourcery.com>
6386
6387 * gdb.texinfo (GDB/MI Variable Objects): Editorial
6388 comments.
6389
7579b5f8
NR
63902007-06-07 Nick Roberts <nickrob@snap.net.nz>
6391
6392 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
6393
bf06d120
JB
63942007-05-29 Jim Blandy <jimb@codesourcery.com>
6395
6396 * gdb.texinfo (Overview): Doc fix.
6397
23776285
MR
63982007-05-22 Maciej W. Rozycki <macro@mips.com>
6399
6400 * gdb.texinfo (Remote Configuration): Document "set/show
6401 remoteflow".
6402
1a69e1e4
DJ
64032007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
6404
bf06d120
JB
6405 * gdb.texinfo (MIPS): Remove documentation for set mips
6406 saved-gpreg-size, show mips saved-gpreg-size, and set mips
6407 stack-arg-size.
1a69e1e4 6408
46ba6afa 64092007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6410
46ba6afa
BW
6411 * all-cfg.texi (GDBTUI): New.
6412 * gdb.texinfo (Mode Options): Use GDBTUI variable.
6413 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
6414 (TUI Configuration): Edit to improve clarity and fix problems of
6415 both style and content.
5ae4183a 6416
06d3b283
UW
64172007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
6418
6419 * observer.texi (GDB Observers): New observer "new_objfile".
6420
179101d6
UW
64212007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
6422
6423 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
6424
25d5ea92
VP
64252007-04-14 Vladimir Prus <vladimir@codesourcery.com>
6426
6427 * gdb.texinfo (GDB/MI Variable Objects): Document
6428 frozen variables objects.
5ae4183a 6429
ea35711c
DJ
64302007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
6431
6432 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
6433 (Character Sets, Caching Data of Remote Targets): Likewise.
6434 (Targets): Delete Remote node. Move its text...
6435 (Debugging Remote Programs): ...to here. Delete description
6436 of the "remote" command.
6437 (Remote configuration): Delete description of "set remotedevice"
6438 and "show remotedevice".
6439 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
6440
db2e3e2e
BW
64412007-04-11 Bob Wilson <bob.wilson@acm.org>
6442
5ae4183a
AS
6443 * gdb.texinfo (Contributors, Continuing and Stepping)
6444 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
6445 (General Query Packets, File-I/O Remote Protocol Extension)
6446 (Protocol Basics, The F Reply Packet, Write)
6447 (Protocol-specific Representation of Datatypes, Memory Transfer):
6448 Fix hyphenation, punctuation and grammar problems.
6449 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
6450 'section' instead of 'subsection' in the text.
6451 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
6452 (i386): Remove period from section name.
db2e3e2e
BW
6453 (Installing GDB, Requirements, Running Configure, Separate Objdir)
6454 (Config Names, Configure Options): Use @file{configure}.
6455
8a3dae3e
DJ
64562007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
6457
6458 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
6459 and tab expansion.
6460
1a92f856
DJ
64612007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
6462
6463 * gdbint.texinfo (SOM): Correct location of the SOM reader.
6464
79a6e687 64652007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6466
79a6e687
BW
6467 * gdb.texinfo: Consistently capitalize all significant words in
6468 node names, chapter titles, section titles, and headings. Update
6469 cross references to match.
6470 (Starting and Stopping Trace Experiment): Make node name plural.
6471 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 6472
ad527d2e
PA
64732007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
6474
6475 * gdb.texinfo (WinCE): Delete obsolete subsection.
6476
7ce59000
DJ
64772007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6478
6479 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
6480 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
6481 references.
6482
8807d78b
DJ
64832007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6484
6485 * gdb.texinfo (Startup): Delete references to some alternate
6486 names for .gdbinit.
6487 (Thread): Remove LynxOS reference.
6488 (Tandem ST2000): Delete target-specific documentation.
6489 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
6490 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
6491 and GDB_OSABI_LYNXOS.
6492
5f402660
UW
64932007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
6494
6495 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
6496
bac718a6
UW
64972007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
6498
6499 * gdbint.texinfo (Target Conditionals): Remove mention of
6500 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
6501 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
6502
9453113a
DJ
65032007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
6504
6505 * Makefile.in: Add "pdfdir" installation
6506 directory, PDFTEX macro, support for "install-pdf" target,
6507 and rules for making a pdf version of refcard.texi.
6508 * refcard.tex: Specify paper size for PDF output.
6509
ae21e955 65102007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6511
ae21e955 6512 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 6513
3f94c067 65142007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6515
3f94c067
BW
6516 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
6517 (Source Path, Character Sets, Macros, Define)
6518 (GDB/MI Result Records, GDB/MI Simple Examples)
6519 (GDB/MI Program Execution, GDB/MI File Commands)
6520 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
6521 (Bug Reporting): Use @value{GCC}.
5ae4183a 6522
12c27660 65232007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6524
12c27660
BW
6525 * gdb.texinfo (Help): Fix formatting of examples.
6526 (Variables): Use @ifnotinfo instead of @iftex.
6527 (Non-debug DLL symbols): Use @ref instead of @pxref.
6528 (Sparclet File): Use @samp instead of quotes.
5ae4183a 6529
ce9341a1
BW
65302007-03-26 Bob Wilson <bob.wilson@acm.org>
6531
6532 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
6533
c8f4133a
BW
65342007-03-26 Bob Wilson <bob.wilson@acm.org>
6535
6536 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
6537 the order of the nodes.
6538 (C Operators, C Constants, Debugging C): Remove extra menus.
6539 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 6540
c8f4133a 65412007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
6542
6543 * gdb.texinfo (File Options): Add missing parenthesis.
6544 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
6545
c74d0ad8
DJ
65462007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6547
6548 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
6549
ff6f572f
DJ
65502007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6551
669fac23 6552 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
6553 case insensitivity.
6554 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
6555
994337c3
NR
65562007-02-18 Nick Roberts <nickrob@snap.net.nz>
6557
6558 * gdb.texinfo (Top): Put Appendix A after numbered sections.
6559 (Files): Add section name to argument list for pxref.
6560 (Non-debug DLL symbols): Don't use `see' for pxref.
6561 (Embedded Processors): Fix typo.
6562 (GDB/MI Breakpoint Commands): Execution commands generate
6563 *stopped not ^done.
6564
eb819d70
NR
65652007-02-13 Nick Roberts <nickrob@snap.net.nz>
6566
6567 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
6568 values for in_scope. Mention that only root variables can be
6569 updated.
6570 (GDB/MI Development and Front Ends): Explain new values may be
6571 added to existing fields.
6572
123dc839
DJ
65732007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6574
6575 * gdb.texinfo (-target-disconnect): Use @smallexample.
6576 (Requirements): Add anchor for Expat. Update description.
6577 (Target Descriptions): Mention Expat.
6578 (Target Description Format): Document new elements. Use
6579 @smallexample.
6580 (Predefined Target Types, Standard Target Features): New sections.
669fac23 6581 * gdbint.texinfo (Target Descriptions): New section.
123dc839 6582
108546a0
DJ
65832007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
6584
6585 * gdb.texinfo (Target Description Format): Add section on XInclude.
6586
95a98c01
NR
65872006-02-03 Nick Roberts <nickrob@snap.net.nz>
6588
6589 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
6590 command -enable-timings.
6591
f4b3909f
EZ
65922007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
6593
5ae4183a 6594 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
6595 descriptions for new/deleted elements in gdb_osabi. Add missing
6596 description for function generic_elf_osabi_sniff_abi_tag_sections.
6597
c7ba131e
JB
65982007-01-29 Joel Brobecker <brobecker@adacore.com>
6599
6600 * gdb.texinfo (Maintenance Commands): Add documentation for
6601 the new "maint print target-stack" command.
6602
3a60f64e
JK
66032007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6604 Eli Zaretskii <eliz@gnu.org>
6605
f4b3909f 6606 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 6607
c582f8b6
EZ
66082007-01-26 Eli Zaretskii <eliz@gnu.org>
6609
6610 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
6611 Use @value{NGCC} instead of @value{GCC}.
6612
d3e8051b
EZ
66132007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
6614
6615 * agentexpr.texi: Fix typos.
6616 * annotate.texinfo: Likewise.
6617 * gdb.texinfo: Likewise.
6618 * gdbint.texinfo: Likewise.
6619 * observer.texi: Likewise.
6620 * stabs.texinfo: Likewise.
6621
86f04699
EZ
66222007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
6623
6624 * gdbint.texinfo (Support Libraries): Remove mmalloc
6625 entry. Describe readline library.
6626
23181151
DJ
66272007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
6628
6629 * gdb.texinfo (Target Descriptions): New section.
6630 (General Query Packets): Add QPassSignals anchor. Mention
6631 qXfer:features:read under qSupported. Expand mentions of
6632 qXfer:memory-map:read and QPassSignals. Document
6633 qXfer:features:read.
6634
f822c95b
DJ
66352007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
6636
6637 * gdb.texinfo (Commands to specify files): Describe
6638 "set sysroot" and "show sysroot".
6639 (Using the `gdbserver' program): Lowercase argument
6640 to @var. Expand description of setting up GDB on the
6641 host.
6642
8936fcda
JB
66432007-01-05 Joel Brobecker <brobecker@adacore.com>
6644
6645 * gdb.texinfo (Set Catchpoints): Add documentation for the new
6646 catch exception, catch exception unhandled, and catch assert
6647 commands.
6648
e776119f
DJ
66492007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6650
6651 * gdb.texinfo (Debugging Output): Document "set debug xml"
6652 and "show debug xml".
6653
aa79a185
DJ
66542007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6655
6656 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
6657
7f893741
JB
66582007-01-01 Joel Brobecker <brobecker@adacore.com>
6659
6660 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
6661
a1b5960f
VP
66622006-12-08 Vladimir Prus <vladimir@codesourcery.com>
6663
6664 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
6665 note in @ignore, to be removed later if nobody complains.
6666
9f470e6e
NR
66672006-12-04 Nick Roberts <nickrob@snap.net.nz>
6668
6669 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
6670 of -var-delete.
6671
765dc015 66722006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 6673
765dc015 6674 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
6675 automatic software/hardware breakpoint usage and
6676 the "set breakpoint auto-hw" command.
765dc015 6677
4b5752d0
VP
66782006-11-21 Vladimir Prus <vladimir@codesourcery.com>
6679
6680 * gdb.texinfo (Memory Access Checking): New.
6681
89be2091
DJ
66822006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
6683
6684 * gdb.texinfo (Remote configuration): Mention
6685 "pass-signals-packet".
6686 (General Query Packets): Document QPassSignals. Fix
6687 a typo.
6688
ca3bf3bd
DJ
66892006-11-14 Maxim Grigoriev <maxim@tensilica.com>
6690
6691 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
6692
427c3a89
DJ
66932006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
6694
6695 * gdb.texinfo (Remote configuration): Rewrite documentation for
6696 packet configuration commands.
6697 (OS Information): Adjust reference to qXfer:auxv:read.
6698 (General Query Packets): Remove references to read-aux-vector-packet
6699 and set remote get-thread-local-storage-address.
6700
7a107747
DJ
67012006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
6702
6703 * gdbint.texinfo (Target Architecture Definition): Add new
6704 Initializing a New Architecture section.
6705
1c56eb0e
EZ
67062006-10-31 David Taylor <dtaylor@emc.com>
6707
6708 * stabs.texinfo (Macro define and undefine): New node describing
6709 stabs for #define and #undef.
6710
f73adfeb
AS
67112006-10-27 Andreas Schwab <schwab@suse.de>
6712
6713 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
6714
fd60e0df
EZ
67152006-10-21 Eli Zaretskii <eliz@gnu.org>
6716
6717 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
6718 clarify on the possible meanings of ``expression'' watched by
6719 watchpoints. Add indexing.
e5ac9b53
EZ
6720 (Prompting, Errors, Invalidation, Annotations for Running)
6721 (Source Annotations): Fix index entries by adding "annotation" to
6722 them, to discriminate from index entries that point to the more
6723 general topic descriptions.
fd60e0df 6724
52bb452f
DJ
67252006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6726
6727 * gdbint.texinfo (Target Vector Definition): Move most
6728 content into Existing Targets. Add a menu.
6729 (Existing Targets): New section, moved from Target Vector
6730 Definition. Use @subsection.
6731 (Managing Execution State): New section.
6732
58955e58
BW
67332006-10-16 Bob Wilson <bob.wilson@acm.org>
6734
6735 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
6736
c8aa23ab
EZ
67372006-10-15 Eli Zaretskii <eliz@gnu.org>
6738
6739 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
6740 (Command Syntax, Signals, Backtrace, Connecting)
6741 (Remote configuration, Renesas Boards, Console I/O): Fix last
6742 change: use Ctrl- instead of C-, except wrt Emacs.
6743 (File-I/O Examples): Put Ctrl-c in @kbd.
6744 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
6745 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
6746 (Signals, Set Breaks, Set Watchpoints): Document optional
6747 arguments to `info signals' `handle', `info breakpoints', and
6748 `info watchpoints'.
c8aa23ab 6749
e7109c7e
EZ
67502006-10-14 Eli Zaretskii <eliz@gnu.org>
6751
6752 * gdb.texinfo (Backtrace): Fix last change.
6753
de3aea7b
NR
67542006-10-14 Nick Roberts <nickrob@snap.net.nz>
6755
6756 * gdb.texinfo (Backtrace): Order correctly and add other cases.
6757
7f9087cb
BW
67582006-10-10 Bob Wilson <bob.wilson@acm.org>
6759
c8aa23ab
EZ
6760 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
6761 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
6762 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 6763
68437a39
DJ
67642006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6765 Daniel Jacobowitz <dan@codesourcery.com>
6766
6767 * gdb.texinfo (Packets): Document vFlashErase,
6768 vFlashWrite and vFlashDone packets.
6769 (General Query Packets): Document qXfer:memory-map:read.
6770 Add a new feature for qXfer:memory-map:read.
6771 (Memory map format): New section.
6772 (Target Commands): Mention that gdb can write flash.
6773
fd79ecee
DJ
67742006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6775 Daniel Jacobowitz <dan@codesourcery.com>
6776
6777 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
6778 memory regions and "mem auto".
6779
350da6ee
DJ
67802006-09-21 Nathan Sidwell <nathan@codesourcery.com>
6781
6782 * gdbint.texinfo (Array Containers): New section.
6783
2f1acb09
VP
67842006-09-17 Vladimir Prus <vladimir@codesourcery.com>
6785
6786 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
6787 -stack-list-arguments HIGH_FRAME argument can be larger then the
6788 actual number of frames.
6789
2ab1eb7a
VP
67902006-09-07 Vladimir Prus <vladimir@codesourcery.com>
6791
6792 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
6793 -stack-list-locals HIGH_FRAME argument can be larger then the
6794 actual number of frames.
2ab1eb7a 6795
599b237a
BW
67962006-09-02 Bob Wilson <bob.wilson@acm.org>
6797
6798 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
6799 Register Packet Format, Tracepoint Packets): Fix spelling errors.
6800
25ab7e6d
EZ
68012006-09-02 Eli Zaretskii <eliz@gnu.org>
6802
6803 * gdbint.texinfo (Overall Structure): New section "Source Tree
6804 Structure".
6805
940178d3
JB
68062006-08-17 Jim Blandy <jimb@codesourcery.com>
6807
6808 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
6809 responses.
6810
30daae6c
JB
68112006-08-08 Joel Brobecker <brobecker@adacore.com>
6812
6813 * gdb.texinfo (Source Path): Add documentation for new
6814 substitute-path commands.
6815
7fa2210b
DJ
68162006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
6817
6818 * gdb.texinfo (Installing GDB): Update menu. Move text to...
6819 (Running Configure): ...here.
6820 (Requirements): New node. Mention expat.
6821
3d00d119
DJ
68222006-08-08 Vladimir Prus <vladimir@codesourcery.com>
6823
5ae4183a 6824 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
6825 'set download-write-size' and 'show download-write-size'.
6826
0cbfa4ee
DJ
68272006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
6828
6829 * stabs.texinfo (Member Type Descriptor): Correct example for
6830 pointer to member types.
6831
16026cd7
AS
68322006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
6833
6834 * gdb.texinfo (Optional warnings and messages): Add
6835 'set/show trace-commands'.
6836 (Command files): Add '-v' to source command.
6837
0876f84a
DJ
68382006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
6839
6840 * gdb.texinfo (OS Information): Update qPart reference to
6841 qXfer.
6842 (Remote configuration): Likewise.
6843 (Overview): Move @cindex to the start of a paragraph. Talk
6844 about binary data encoding.
6845 (Packets): Refer to the overview for the details of the X
6846 packet encoding.
6847 (General Query Packets): Remove qPart description. Add qXfer
6848 description. Add an anchor to qSupported. Correct feature
6849 table title. Add a new feature for qXfer:auxv:read.
6850 (Interrupts): Add a missing parenthesis.
6851
2ec3381a
DJ
68522006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
6853
669fac23 6854 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
6855 (GDB/MI Kod Commands): Remove commented out node.
6856
594fe323
EZ
68572006-07-01 Eli Zaretskii <eliz@gnu.org>
6858
6859 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
6860 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
6861 (GDB/MI Thread Commands, GDB/MI Program Execution)
6862 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
6863 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
6864 (GDB/MI File Commands, GDB/MI Target Manipulation)
6865 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
6866 since the MI prompt is hard-wired into the code.
6867
7e3fb70c
NR
68682006-07-01 Nick Roberts <nickrob@snap.net.nz>
6869
6870 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
6871 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
6872 (GDB/MI Data Manipulation): Remove description of unimplemented
6873 display related commands as variable objects perform this function
6874 and are superior: -display-delete, -display-disable,
6875 -display-enable, -display-insert and -display-list. Move
6876 -environment-cd, -environment-directory, -environment-path
6877 and -environment-pwd to "Program Context".
6878 (GDB/MI Program Control): Rename to "Program Execution". Move
6879 -exec-arguments -exec-abort to...
6880 (GDB/MI Program Context): ...here. New node split from "Data
6881 Manipulation".
6882
be2a5f71
DJ
68832006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
6884
6885 * gdb.texinfo (Remote configuration): Document set / show
6886 remote supported-packets.
6887 (General Query Packets): Document qSupported packet.
6888
fc320d37
SL
68892006-06-10 Sandra Loosemore <sandra@codesourcery.com>
6890
6891 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
6892 and font markup.
6893 (Protocol basics): Likewise.
6894 (The F request packet): Likewise.
6895 (The F reply packet): Likewise.
6896 (Memory transfer): Move this node to be a subsubsection of
6897 "Protocol specific representation of datatypes".
6898 (The Ctrl-C message): More copy editing.
6899 (Console I/O): Likewise.
6900 (The isatty call): Delete this node, and merge its content into
6901 the "isatty" node. Fixed references elsewhere.
6902 (The system call): Delete this node, and merge its content into
6903 the "system" node. Fixed references elsewhere.
6904 (open): Reformat to use @table, and add appropriate font markup.
6905 (close): Likewise.
6906 (read): Likewise.
6907 (write): Likewise.
6908 (lseek): Likewise.
6909 (rename): Likewise.
6910 (unlink): Likewise.
6911 (stat/fstat): Likewise.
6912 (gettimeofday): Likewise.
6913 (isatty): Likewise.
6914 (system): Likewise, plus minor changes to fix confusing wording.
6915 (Integral datatypes): Fix font markup.
6916 (Pointer values): Likewise.
6917 (struct stat): Fix markup to use @table, plus minor copy editing.
6918 (struct timeval): Fix font markup, plus minor copy editing.
6919 (Constants): Minor copy editing.
6920 (Errno values): Add font markup.
6921 (File-I/O Examples): Likewise.
6922
158fdf5c
NR
69232006-06-10 Nick Roberts <nickrob@snap.net.nz>
6924
6925 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
6926 (GDB/MI Simple Examples): Move node up one level. Use real
6927 examples.
6928 (GDB/MI Compatibility with CLI): Update.
6929 (GDB/MI Result Records): Add "connected" and "exit" result
6930 classes.
6931 (GDB/MI Stream Records): Clarify target output.
6932 (GDB/MI Command Description Format): Modify example description.
6933 (GDB/MI Breakpoint Table Commands): Rename to...
6934 (GDB/MI Breakpoint Commands): ...this
6935 (GDB/MI Breakpoint Commands): Add optional thread field.
6936 (GDB/MI Program Control): Add an introduction. Move "Program
6937 termination" examples into exec-run description.
6938 (GDB/MI File Commands): Mention similar CLI commands.
6939 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
6940 is similar to "-gdb-version".
6941
ddb50cd7
EZ
69422006-06-09 Eli Zaretskii <eliz@gnu.org>
6943
6944 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
6945
2aef0d6b
NR
69462006-06-02 Nick Roberts <nickrob@snap.net.nz>
6947
6948 * gdb.texinfo (GDB/MI Development and Front Ends): Use
6949 sourceware.org for mailing lists.
d5e40d59 6950 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 6951
383a5c52
NR
69522006-06-01 Nick Roberts <nickrob@snap.net.nz>
6953
d5e40d59 6954 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 6955
e16b02ee
EZ
69562006-05-22 Eli Zaretskii <eliz@gnu.org>
6957
6958 * gdb.texinfo (Cygwin Native): Fix last change.
6959
be90c084
CF
69602006-05-22 Christopher Faylor <cgf@timesys.com>
6961
6962 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
6963
347ceba5
NR
69642006-05-15 Nick Roberts <nickrob@snap.net.nz>
6965
6966 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
6967 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
6968
369af7bd
DJ
69692006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6970
6971 * gdb.texinfo (General Query Packets): Recommend not starting
6972 new packets with qC and clarify.
6973
2ffdbde8 69742006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
6975
6976 * gdb.texinfo (M2 Types): New section.
72019c9c 6977
16d1a084
DJ
69782006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
6979
6980 * agentexpr.texi: Add a copyright and license notice.
6981 * observer.texi: Likewise, with GPL clause for function prototypes.
6982 Remove trailing whitespace.
6983
aa56d27a
JB
69842006-05-05 Jim Blandy <jimb@codesourcery.com>
6985
6986 * gdb.texinfo (General Query Packets): Document conventions for
6987 terminating packet names, and their violations.
6988
5bdf8622
DJ
69892006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
6990
6991 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
6992 * gdb.texinfo: Likewise.
6993
605a56cb
DJ
69942006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
6995
6996 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
6997 and "show remotedebug".
6998 (Debugging Output): Add additional index entries.
6999
b8db102d
MS
70002006-04-27 Michael Snyder <msnyder@redhat.com>
7001
7002 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
7003
c5e30d01
AC
70042006-04-22 Andrew Cagney <cagney@redhat.com>
7005
7006 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
7007 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
7008
8181d85f
DJ
70092006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
7010
7011 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
7012 and remove breakpoint prototypes.
7013 (Watchpoints): Move description of target_insert_hw_breakpoint and
7014 target_remove_hw_breakpoint ...
7015 (Breakpoints): ... to here. Document target_insert_breakpoint and
7016 target_remove_breakpoint.
7017
4f553f88
JB
70182006-04-17 Jim Blandy <jimb@codesourcery.com>
7019
7020 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
7021 and C packets are optional.
7022
cd852561
FR
70232006-04-14 Frederic Riss <frederic.riss@st.com>
7024
7025 * gdb.texinfo (Specifying source directories): Update the description
7026 of the source file search to reflect the fact that the source path
7027 always contains at least $cdir and $cwd.
7028
b620eb07
MS
70292006-03-31 Michael Snyder <msnyder@redhat.com>
7030
7031 * gdb.texinfo: Update copyright dates.
7032
3156cdaf
EZ
70332006-03-31 Eli Zaretskii <eliz@gnu.org>
7034
7035 * gdb.texinfo (Overview): Add an index entry to "empty response".
7036
7d30c22d
JB
70372006-03-28 Jim Blandy <jimb@codesourcery.com>
7038
7039 * gdbint.texinfo (Prologue Analysis): New section.
7040
86941c27
JB
70412006-03-07 Jim Blandy <jimb@red-bean.com>
7042
66b8c7f6
JB
7043 * gdb.texinfo (Connecting): Document 'target remote pipe'.
7044
1a10341b
JB
7045 * gdb.texinfo (Target Commands): Update text describing how to
7046 specify a target. Refer to the detailed section on remote
7047 debugging, not the brief mention.
7048
86941c27
JB
7049 * gdb.texinfo (Connecting): Organize the different 'target remote'
7050 connection methods into a table. Add a 'target remote' index
7051 entry. (!!!)
7052
62f3a2ba
FF
70532006-02-17 Fred Fish <fnf@specifix.com>
7054
7055 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
7056 'ptype' commands to reflect the fact that the only significant
7057 difference between them is that ptype prints the complete type
7058 description instead of just the name.
7059
8b9a88ea
WZ
70602006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
7061
7062 * gdbint.texinfo (Watchpoints): Delete
7063 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
7064
7e8dc855
NR
70652006-02-10 Nick Roberts <nickrob@snap.net.nz>
7066
7067 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
7068 times fields where needed. Fix typos. Update general form given
7069 for output of -break-insert.
7070 (GDB/MI): Abbreviate some unnecessarily long fullnames.
7071
c91d38aa
DJ
70722006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
7073
7074 * gdbint.texinfo (Symbol Handling): Add a section
7075 on memory management.
7076
38fcd64c
DJ
70772006-02-06 Vladimir Prus <ghost@cs.msu.su>
7078
7079 * gdb.texinfo (Breakpoint table commands): Document the fullname
7080 field in -break-list output.
7081
219eec71
EZ
70822006-02-03 Eli Zaretskii <eliz@gnu.org>
7083
7084 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
7085 debugging information produced by the various "set debug..."
7086 options.
7087
ae5a43e0
DJ
70882006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7089
7090 * gdb.texinfo (Files): Remove obsolete bits from the description
7091 of "symbol-file".
7092
a9f158ec
JB
70932006-01-25 Jim Blandy <jimb@redhat.com>
7094
7095 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
7096
410dd08e
JB
70972006-01-24 Jim Blandy <jimb@redhat.com>
7098
7099 * gdbint.texinfo (Frames): Document the basics of GDB's register
7100 unwinding model, and explain the existence of the "sentinel" frame.
7101
4b505b12
AS
71022006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
7103
7104 * gdb.texinfo (Choosing files): Mention that -directory is used
7105 for script files.
7106 (Specifying source directories): Likewise.
7107 (Command files): Explain how script files are found.
7108
839c27b7
EZ
71092006-01-21 Eli Zaretskii <eliz@gnu.org>
7110
7111 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
7112 the threads in a multi-threaded program.
7113 (Threads): The threadno argument of "thread apply" can be a range
7114 of numbers.
7115
7be93b9e
JB
71162006-01-18 Jim Blandy <jimb@redhat.com>
7117
7118 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
7119 of warning flags.
7120
fcc73fe3
EZ
71212006-01-13 Eli Zaretskii <eliz@gnu.org>
7122
7123 * gdb.texinfo (Sequences): Improve menu annotations.
7124 (Define): Add index entries for arguments of user-defined
7125 commands. Move the description of flow-control commands...
7126 (Command Files): ...to here. Document loop_break and
7127 loop_continue.
ca91424e
EZ
7128 (Define, Command Files): Document `end' and add index entries for
7129 it.
fcc73fe3 7130
5c95884b
MS
71312006-01-04 Michael Snyder <msnyder@redhat.com>
7132
7133 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 7134 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 7135
860701dc
PH
71362006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
7137
7138 * gdb.texinfo (Omissions from Ada): Document that there is now
7139 limited aggregate support.
7140
36b80e65
EZ
71412005-12-28 Eli Zaretskii <eliz@gnu.org>
7142
7143 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
7144 registers and the likes.
7145
c1468174
EZ
71462005-12-24 Eli Zaretskii <eliz@gnu.org>
7147
7148 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
7149 (Symbols): Fix usage of "e.g.".
359df76b 7150 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
7151
7152 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
7153 (Coding): Fix usage of "e.g.".
7154
c02a867d
EZ
71552005-12-23 Eli Zaretskii <eliz@gnu.org>
7156
5ae4183a
AS
7157 * stabs.texinfo:
7158 * refcard.tex:
c02a867d 7159 * gpl.texi:
5ae4183a
AS
7160 * gdbint.texinfo:
7161 * gdb.texinfo:
7162 * gdb-cfg.texi:
c02a867d 7163 * fdl.texi:
5ae4183a
AS
7164 * annotate.texinfo:
7165 * all-cfg.texi:
c02a867d
EZ
7166 * Makefile.in: Add (C) after Copyright. Update the FSF
7167 address.
7168
fad38dfa
EZ
71692005-12-03 Eli Zaretskii <eliz@gnu.org>
7170
7171 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
7172 extend GDB with commands for external monitor.
7173
53e5f3cf
AS
71742005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
7175
7176 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
7177
55f6ca0f
JB
71782005-11-25 Joel Brobecker <brobecker@adacore.com>
7179
7180 * gdbint.texinfo (Start of New Year Procedure): New chapter.
7181
c1947b85
JB
71822005-11-21 Jim Blandy <jimb@redhat.com>
7183
7184 * gdb.texinfo (Tracepoint Packets): Document restrictions on
7185 placement of 'R' actions in tracepoint action packets; document
7186 dependence of 'X' and 'M' actions on a preceding 'R' action for
7187 their registers.
7188
9d29849a
JB
71892005-11-19 Jim Blandy <jimb@redhat.com>
7190
7191 * gdb.texinfo (Tracepoint Packets): New node.
7192 (General Query Packets): Add entries for the tracepoint packets,
7193 referring to the "Tracepoint Packets" node.
7194 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 7195
9a6253be
KB
71962005-11-18 Kevin Buettner <kevinb@redhat.com>
7197
7198 * gdb.texinfo (set remotebreak): Add anchor.
7199 (X packet): Likewise.
7200 (Remote Protocol): Add new section `Interrupts' and new index
7201 entry `interrupts (remote protocol)'.
7202
5f3bebba
JB
72032005-11-18 Jim Blandy <jimb@redhat.com>
7204
7205 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
7206 entries into the General Query Packets section. Add a
7207 cross-reference to that section. Drop description of replies, as
7208 these are covered in the descriptions of each packet.
7209 (General Query Packets): Add introductory text. Explain naming
7210 conventions, and how the end of a name is recognized.
7211
9a7a1b36
KB
72122005-11-17 Kevin Buettner <kevinb@redhat.com>
7213
0564b6cf 7214 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
7215 "set remotebreak" command.
7216
b8ff78ce
JB
72172005-11-16 Jim Blandy <jimb@redhat.com>
7218
7219 * gdb.texinfo (Packets, Stop Reply Packets)
7220 (General Query Packets): Various formatting cleanups.
7221 - Use @samp for packet contents.
7222 - Drop summaries from packet @item lines; the same information appears
7223 immediately below in the description.
7224 - Delete paragraph breaks after packet @item commands, so that the
7225 description appears directly to the right of the packet prototype
7226 in the printed manual, if it fits.
7227 - Place spaces in packet prototypes between @vars and non-@var
7228 letters, and explain that they're just for formatting.
7229 - Use @dots{} instead of '...'.
7230 - Fix uses of @code where @var was needed.
7231 - Replace "deprecated" markers with English text spelling out the
7232 packet's status and the preferred alternatives.
7233 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
7234 what this ever meant.
7235 - Remove "(draft)" markers on 'i' packets; nobody has commented on
7236 this for a long time.
7237 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
7238 implemented several times, and have been in use for years.
7239
8ffe2530
JB
72402005-11-15 Jim Blandy <jimb@redhat.com>
7241
c43c5473
JB
7242 * gdb.texinfo (Packets): Add index entries for 'm' packet
7243 disclaimers.
5ae4183a 7244
fb031cdf
JB
7245 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
7246 of stub when processing an 'm' packet.
7247
8ffe2530
JB
7248 * gdb.texinfo (Packets): Mention that packets beginning with
7249 letters are reserved once, at the top, instead of actually listing
7250 them all and saying "reserved".
7251
c03c782f
AS
72522005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
7253
7254 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
7255 Change @var{$arg0 to @code{$arg0.
7256
814e32d7
WZ
72572005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
7258
7259 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
7260
fa93a9d8
JB
72612005-11-12 Jim Blandy <jimb@redhat.com>
7262
7263 * gdb.texinfo (General Query Packets): Put packets in alphabetical
7264 order. Remove extraneous 'z'.
7265
8a5a3c82
AS
72662005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
7267
7268 * gdb.texinfo (Choosing files): Add --eval-command.
7269
4b0ad762
AS
72702005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
7271
7272 * gdb.texinfo (Choosing modes): Add --return-child-result.
7273
7274
1a088d06
AS
72752005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
7276
7277 * gdb.texinfo (Choosing modes): Add --batch-silent.
7278
656d5e12
EZ
72792005-10-28 Eli Zaretskii <eliz@gnu.org>
7280
7281 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
7282 "The -var-update Command".
7283
3c9c013a
JB
72842005-10-03 Joel Brobecker <brobecker@adacore.com>
7285
7286 * gdb.texinfo (Print Settings): Add documentation for set/show
7287 print array-indexes.
7288
7ba3cf9c
DJ
72892005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
7290
7291 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
7292 6.2 and 6.3.
7293
a94ab193
EZ
72942005-08-27 Eli Zaretskii <eliz@gnu.org>
7295
7296 * gdb.texinfo (File Options): Don't document --mapped, it's gone
7297 since 19-Jan-2004.
7298 (Files): Likewise.
ab1adacd
EZ
7299 (Variables, Symbols): Document the "<incomplete type>" message and
7300 its reasons.
a94ab193 7301
ca06016a
FF
73022005-08-01 Fred Fish <fnf@specifix.com>
7303
7304 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
7305
cf58170d
NR
73062005-07-15 Nick Roberts <nickrob@snap.net.nz>
7307
7308 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
7309 option for -var-list-children and -var-update.
7310 (GDB/MI Stack Manipulation): Simplify description of
7311 print-values option for -stack-list-locals.
7312 (GDB/MI Command Description Format): Clarify.
7313 (Mode Options): Spelling of superseded.
7314
38f1196a
BR
73152005-07-12 Bob Rossi <bob@brasko.net>
7316
7317 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
7318 corresponding GDB command comment.
7319
3cb3b8df
BR
73202005-07-06 Bob Rossi <bob@brasko.net>
7321
7322 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
7323 and -inferior-tty-show.
7324 (Input/Output): Document "set/show inferior-tty" and tty alias.
7325
10fac096
NW
73262005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
7327
7328 * gdb.texinfo (Packets): Change description of 'D' packet to note
7329 that GDB does wait for a response.
7330
d1b6db76
NR
73312005-06-22 Nick Roberts <nickrob@snap.net.nz>
7332
7333 * gdb.texinfo (History) Rename "Command History".
7334 (Command History): Move node "Server Prefix" from section on
7335 Annotations here.
7336
29629dcf
NR
73372005-06-19 Nick Roberts <nickrob@snap.net.nz>
7338
7339 * gdb.texinfo (GDB/MI Stack Manipulation):
7340 Re-instate -stack-info-frame with example. Say that it gets
7341 info on selected frame, not current frame.
7342
397ca115
EZ
73432005-06-18 Eli Zaretskii <eliz@gnu.org>
7344
7345 * gdb.texinfo (Server): Clarify that `file' should be used before
7346 connecting to the server.
7347 (Files): Add an xref to the above description.
51274035
EZ
7348 (Output Formats): More detailed description of the `c' format.
7349 (Memory): List explicitly all the formats supported by `x'.
638ac427 7350 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 7351 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
7352 files. Add more indexing for solib-absolute-prefix and
7353 --with-sysroot.
76d17f34
EZ
7354 (Machine Code): Document possible problems with locations in
7355 shared libraries.
d416eeec
EZ
7356 (Backtrace): Document that free-standing environments do not need
7357 to have a `main' function.
397ca115 7358
74f6deaa
NR
73592005-06-18 Nick Roberts <nickrob@snap.net.nz>
7360
7361 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
7362 -stack-info-frame.
7363
a9967aef
AC
73642005-06-07 Andrew Cagney <cagney@gnu.org>
7365
7366 * gdb.texinfo (Contributors): Note the original multi-arch
7367 contributors.
7368
e09f16f9
EZ
73692005-06-03 Eli Zaretskii <eliz@gnu.org>
7370
7371 * gdb.texinfo (Registers): Add index entries for the standard
7372 registers.
7373 (Frames): Add cross-reference from frame pointer description to
7374 the Registers node.
7375 (Annotations Overview): Fix the reference to GDB name.
7376
d87ba7ee
EZ
73772005-06-01 Eli Zaretskii <eliz@gnu.org>
7378
7379 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
7380 can-use-hw-watchpoints.
7381
034dad6f
BR
73822005-05-28 Bob Rossi <bob@brasko.net>
7383
7384 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
7385 the possible reasons why an exec async record would be returned to FE.
7386
ffed4509
AC
73872005-05-26 Andrew Cagney <cagney@gnu.org>
7388
7389 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
7390 Andrew Cagney implemented the original GDB/MI.
7391
e22e55c9
OF
73922005-05-23 Orjan Friberg <orjanf@axis.com>
7393
7394 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
7395 documentation. Add documentation for cris-mode.
7396
a78e13ce
EZ
73972005-05-20 Eli Zaretskii <eliz@gnu.org>
7398
7399 * gdb.texinfo (Numbers): Explain the example and make the wording
7400 more acurate.
7401
76ff342d
DJ
74022005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
7403 Dennis Brueni <dennis@slickedit.com>
7404
7405 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
7406 (GDB/MI Data Manipulation, GDB/MI Program Control)
7407 (GDB/MI Stack Manipulation): Update examples to include the fullname
7408 attribute in stack frames.
7409
119b882a
EZ
74102005-05-12 Eli Zaretskii <eliz@gnu.org>
7411
7412 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
7413 do with other non-standard names of init files.
7414
6fc08d32
EZ
74152005-05-11 Eli Zaretskii <eliz@gnu.org>
7416
7417 * gdb.texinfo (Command Files): Move the description of the startup
7418 from here...
7419 (Startup): ...to this new subsection of the Invocation chapter.
7420 Rearrange the description of init files more logically and add a
7421 cross-reference to "Command Files". Document the special gdbinit
7422 name for CISCO 68k. Expand the description of what GDB does
7423 during startup.
7424 (History): Add index entry for HISTSIZE.
7425
a561754a
MK
74262005-05-02 Mark Kettenis <kettenis@gnu.org>
7427
7428 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
7429
2eecc4ab
EZ
74302005-05-02 Eli Zaretskii <eliz@gnu.org>
7431
7432 * gdb.texinfo (SVR4 Process Information, The isatty call)
7433 (The system call): Don't use foo(N) notation for man pages and
7434 functions.
514c4d71 7435 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 7436
18999be5
EZ
74372005-04-27 Eli Zaretskii <eliz@gnu.org>
7438
7439 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
7440 were optimized away.
7441
0abb7bc7
EZ
74422005-04-22 Eli Zaretskii <eliz@gnu.org>
7443
7444 * gdb.texinfo (Remote configuration): Document "set/show
7445 get-thread-local-storage-address". Add cross-reference to the
7446 description of the qGetTLSAddr packet.
7447 (General Query Packets): Mention "set remote
7448 get-thread-local-storage-address" and add a reference to its
7449 description.
7450
6f61acb1
NR
74512005-04-19 Nick Roberts <nickrob@snap.net.nz>
7452
7453 * gdb.texinfo (Backtrace): Describe 'bt full'.
7454
9d59903a
NR
74552005-04-17 Nick Roberts <nickrob@snap.net.nz>
7456
7457 * gdb.texinfo (Mode Options): Fix typo.
7458 (GDB/MI): Describe how to invoke GDB/MI.
7459
721c2651
EZ
74602005-04-16 Eli Zaretskii <eliz@gnu.org>
7461
7462 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 7463 references changed. Add description of "info udot".
721c2651
EZ
7464 (Files): Document "set/show stop-on-solib-events".
7465 (M32R/D): Document "set/show download-path", "set/show
7466 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
7467 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
7468 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
7469 (Maintenance Commands): Improve indexing.
7470 (Target Commands): Document "set/show hash", "set/show debug
7471 monitor".
7472 (SVR4 Process Information): Document "info pidlist" and "info
7473 meminfo". Document "set/show procfs-tarce" and "set/show
7474 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
7475 (Symbols, The Print Command with Objective-C): Improve indexing.
7476 (Objective-C): Add references to "info classes" and "info
7477 selectors".
c45da7e6
EZ
7478 (Debugging Output): Improve wording. Document "set/show debug
7479 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
7480 (Set Breaks): Add index entry for "hardware breakpoints".
7481 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
7482 and "set/show usehardbreakpoints".
7483 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
7484 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
7485 (ARM): Document "rdilogfile", "rdilogenable", "set/show
7486 rdiromatzero", "set/show rdiheartbeat".
7487 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
7488 "sds".
7489 (Embedded Processors): Document the "sim" command.
7490 (Remote): Document the "remote" command.
7491 (DJGPP Native): Document the "info serial" command.
7492 (Threads): Document "maint info sol-threads".
7493 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
7494 (Set Breaks): Improve indexing.
7495 (Command Syntax): Add a reference to dont-repeat.
7496 (Define): Document "dont-repeat".
7497 (TUI Commands): Document "tabset".
7498 (WinCE): New subsection. Document "set/show remotedirectory",
7499 "set/show remoteupload", "set/show remoteaddhost".
721c2651 7500
14d6dd68
EZ
75012005-04-15 Eli Zaretskii <eliz@gnu.org>
7502
7503 * gdb.texinfo (Hurd Native): New subsection, documents
7504 Hurd-specific commands.
a64548ea 7505 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 7506 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
7507 (MIPS): Improve documentation of heuristic-fence-post. Document
7508 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
7509 mips stack-arg-size", "set/show mips mask-address", "set/show mips
7510 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 7511 (ARM): Document ARM-specific commands.
a64548ea
EZ
7512 (AVR): New section. Document "info io_registers".
7513 (CRIS): New section. Document "set/show cris-version" and
7514 "set/show cris-dwarf2-cfi".
7515 (HPPA): New section. Document "set/show debug hppa" and "maint
7516 print unwind".
a5adf40f 7517 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 7518 (Super-H): New section. Document the "regs" command.
721c2651 7519 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 7520
9c16f35a
EZ
75212005-04-09 Eli Zaretskii <eliz@gnu.org>
7522
7523 * gdb.texinfo (Print Settings): Document "set/show print
7524 pascal_static-members", "set print repeats", "show print
7525 null-stop". Improve indexing. Fix documentation of "set print
7526 union".
7527 (Pascal): New section.
7528 (Supported languages): Rename from "Support"; all references
7529 updated. Add a menu item for Pascal.
7530 (Numbers): Document "set radix.
7531 (Screen Size): Document "set/show pagination".
7532 (MIPS Embedded): Remove "set processor" documentation.
7533 (Remote configuration): Document "set/show X/P/Z-packet",
7534 "set/show read-aux-vector-packet", "set/show remote
7535 symbol-lookup-packet", "set/show remote verbose-resume-packet",
7536 "set/show remoteaddresssize", "set/show remotebaud", "set/show
7537 remotedebug", "set/show remotebreak", "set/show remotedevice",
7538 "set/show remotelogfile".
7539 (Auxiliary Vector): Add reference to the description of the
7540 read-aux-vector-packet setting.
7541 (Set Watchpoints): Add a cross-reference to "set remote
7542 hardware-breakpoint-limit".
7543 (General Query Packets): Add indexing of requests and
7544 cross-references to related commands in "Remote configuration".
7545 (File-I/O Overview, The system call): Fix wording and typos.
7546 (Thread Stops): Add index entries.
7547 (Continuing and Stepping): Document "show step-mode".
7548 (i386): New node. Document "set/show struct-convention".
7549 (Files): Document "show trust-readonly-sections".
7550 (Calling): Document "set/show unwindonsignal".
7551 (Messages/Warnings): Add index entries.
7552 (Maintenance Commands): Document "set/show watchdog".
7553 (Annotations Overview): Document "show annotate".
7554 (Set Watchpoints): Add index entries.
7555 (Symbols): Fix doc of case-sensitive.
7556 (ABI): Document "show coerce-float-to-double".
7557 (Convenience Vars, Help): Improve indexing.
7558 (Machine Code): Document "show disassembly-flavor".
7559 (Debugging C plus plus): Document "show overload-resolution".
7560 (Value History, Signaling): Add index entries.
7561
75622005-04-08 Eli Zaretskii <eliz@gnu.org>
7563
7564 * gdb.texinfo (Show): Move @kindex entries to their proper places.
7565 (Processes): Fix wording.
7566 (History, List, Logging output, Define, Symbols, Print Settings):
7567 Improve indexing.
7568
a8f24a35
EZ
75692005-04-03 Eli Zaretskii <eliz@gnu.org>
7570
7571 * gdb.texinfo (Targets): Document "set/show architecture". Remove
7572 redundant index entry for "target" command.
7573 (Backtrace): Add index entries.
7574 (Symbols, Fortran): Document the "set case-sensitive" command.
7575 (DJGPP Native): Document "set com1base", "set com1irq", etc.
7576 (Print Settings): Add index entry for "set demangle-style".
7577 (Target Commands): Document "set download-write-size".
7578 (Debugging Output): Document "set exec-done-display".
7579
09d4efe1
EZ
75802005-04-02 Eli Zaretskii <eliz@gnu.org>
7581
7582 * gdb.texinfo (Files): Fix the name and documentation of
7583 add-shared-symbol-files. Document its alias assf. Update the
7584 list of OSs where GDB supports shared libraries. Fix markup.
7585 (Continuing and Stepping): Add reference to @var{location} in the
7586 text.
7587 (Dump/Restore Files): Fix reference to @{filename}.
7588 (Help): Fix wording.
7589 (Attach): Ditto.
7590 (Set Watchpoints): Ditto.
7591 (Backtrace): Remove redundant index entries. Improve index
7592 entries.
7593 (Delete Breaks): Fix wording.
7594 (Memory): Document the compare-sections command.
7595 (Memory Region Attributes): Improve wording.
7596 (Disabling): Improve wording.
7597 (Fortran): New subsection. Document the "info common" command.
7598 (Help): Document aliases "info copying" and "info warranty".
7599 (Caching Remote Data): New section. Document the "set/show
7600 remotecache" and "info dcache" commands.
7601 (Show): Fix wording of the documentation of the "set
7602 extension-language" command.
7603 (Signals): Add index entry for "info handle".
7604 (Memory Region Attributes): Fix punctuation.
7605 (Symbols): Change the arg name to "location" and refer to it in
7606 the text. Fix wording of "info types" doc.
7607 (Threads): Fix usage of @enumerate @item's.
7608 (Listing Tracepoints): Add index entry for "info tp".
7609 (Set Watchpoints): Add xref to "info break" description.
7610 (Macros): Add an index entry for "macro exp1". Document the
7611 "macro list" command.
7612 (Maintenance Commands): Document "flushregs", "maint agent",
7613 "maint check-symtabs", "maint cplus", "maint demangle", "maint
7614 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
7615 "maint print architecture", "maint print objfiles", "maint print
7616 statistics", "maint print type", "maint show-debug-regs", "maint
7617 space", "maint time", and "maint translate-address".
7618 (Connecting): Document the "monitor" command.
7619 (Annotations Overview): Describe the "set annotate" command.
7620
82f2d802
EZ
76212005-04-01 Eli Zaretskii <eliz@gnu.org>
7622
7623 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
7624 Rearrange index entries and improve wording about support for
7625 hardware watchpoints.
7626
7d51c7de
BR
76272005-03-10 Bob Rossi <bob@brasko.net>
7628
7629 * gdb.texinfo: Update copyright
7630
68c71a2e
TR
76312005-02-09 Theodore A. Roth <troth@openavr.org>
7632
7633 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
7634 error.
7635
83761cbd
KB
76362005-02-03 Kevin Buettner <kevinb@redhat.com>
7637
7638 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
7639
9f1c6395
MS
76402005-01-17 Michael Snyder <msnyder@redhat.com>
7641
7642 * gdb.texinfo: Fix spelling, infinte -> infinite.
7643
fbd1b305
MK
76442005-01-08 Mark Kettenis <kettenis@gnu.org>
7645
7646 * observer.texi (GDB Observers): Document "solib_loaded".
7647
3ace7edb
AC
76482005-01-07 Andrew Cagney <cagney@gnu.org>
7649
bec39cab
AC
7650 * configure.ac: Rename configure.in, require autoconf 2.59.
7651 * configure: Re-generate.
7652
3ace7edb
AC
7653 * configure.in: Replace configdirs with multiple references to
7654 AC_CONFIG_SUBDIRS.
7655 * configure: Re-generate.
5ae4183a 7656
53531fc1
AC
76572005-01-04 Andrew Cagney <cagney@gnu.org>
7658
7659 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
7660 part of the version number.
7661
536ffdb7
MK
76622004-12-24 Mark Kettenis <kettenis@gnu.org>
7663
7664 * gdbint.texinfo (Algorithms): Remove description of
7665 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
7666
e1aac25b
JB
76672004-12-07 Jim Blandy <jimb@redhat.com>
7668
7669 * gdb.texinfo (General Query Packets): Specify that thread ID's in
7670 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
7671 numbers.
7672
f47b1503
AS
76732004-12-07 Andreas Schwab <schwab@suse.de>
7674
7675 * gdb.texinfo (Mode Options): Document -l option.
7676
b6b8ece6
EZ
76772004-12-04 Eli Zaretskii <eliz@gnu.org>
7678
7679 * gdbint.texinfo (Algorithms): More accurate description of
7680 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
7681 is not needed unless data-read and data-access watchpoints are
7682 supported. Add a description of how GDB checks whether the
7683 inferior stopped because a watchpoint was hit.
7684
01371747
EZ
76852004-11-23 Eli Zaretskii <eliz@gnu.org>
7686
7687 * gdb.texinfo (Files): Add cross-reference to description of
7688 -readnow command-line switch.
7689
2315ffec
RC
76902004-11-10 Randolph Chung <tausq@debian.org>
7691
7692 * gdb.texinfo: Document set/show backtrace past-entry commands.
7693 Rearrange index entries for set/show backtrace past-main.
7694
69065f5d
AC
76952004-11-10 Jon Beniston <jon@beniston.com>
7696
7697 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
7698 * gdb.texinfo (Remote Serial Protocol): Further describe
7699 binary transfer escaping mechanism .
69065f5d 7700
30e91e0b
RC
77012004-11-08 Randolph Chung <tausq@debian.org>
7702
7703 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
7704 and "show debug infrun". Add index entries.
7705
60bf7e09
EZ
77062004-10-23 Eli Zaretskii <eliz@gnu.org>
7707
7708 * gdb.texinfo (SVR4 Process Information): Document subcommands of
7709 "info proc" that are already implemented. Add index entries.
7710 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
7711 (Files): Add a tip for decreasing memory used for symtabs from
7712 shared libraries.
f018e82f
EZ
7713 (Starting): Fix whitespace; make "elaboration" stand out where it
7714 is first used, and add an index entry for the term.
f8568604
EZ
7715 (Calling): Expand and elaborate text. Add "print". Add the
7716 description of problems with weak aliases.
384ee23f 7717 (Core File Generation): New section.
60bf7e09 7718
d52fe014
AC
77192004-10-12 Andrew Cagney <cagney@gnu.org>
7720
7721 * gdbint.texinfo (Versions and Branches): New chapter.
7722 (Releasing GDB): Delete "Versions and Branches" section.
7723 (Top): Add "Versions and Branches".
7724
703663ab
EZ
77252004-10-08 Eli Zaretskii <eliz@gnu.org>
7726
7727 * gdb.texinfo (Editing, History): Add cross-references to the
7728 included Readline and History user documentation. Remove
7729 references to the symbol have-readline-appendices which is unused
7730 and undefined.
7731 (History): Fix indexing.
7732
ac77d04f
JJ
77332004-10-08 Jeff Johnston <jjohnstn@redhat.com>
7734
7735 * gdbint.texinfo (target_stopped_data_address): Update to
7736 new prototype.
7737 (i386_stopped_data_address): Update prototype and description.
7738 (i386_stopped_by_watchpoint): New function and description.
7739
e07c999f
PH
77402004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
7741
7742 * gdb.texinfo (Filenames): Add Ada suffixes.
7743 (Ada) New section.
7744
2e868123
AC
77452004-09-27 Andrew Cagney <cagney@gnu.org>
7746 Robert Picco <Robert.Picco@hp.com>
7747
7748 * gdb.texinfo (Packets): Document the "p" packet.
7749
02a57714
JM
77502004-09-21 Jason Molenda (jmolenda@apple.com)
7751
7752 * gdb.texinfo (Paths and Names of the Source Files): Document the
7753 meaning of values in the 'desc' field of a SO stab.
7754
ae038cb0
DJ
77552004-09-20 Daniel Jacobowitz <dan@debian.org>
7756
7757 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
7758 max-cache-age" and "maint show dwarf2 max-cache-age".
7759
f7dc1244
EZ
77602004-09-16 Eli Zaretskii <eliz@gnu.org>
7761
7762 * gdb.texinfo (Set Breaks): Add index entry for setting
7763 breakpoints on overloaded C++ functions that are not members of
7764 any classes. Add an example and an index entry for setting
7765 breakpoints on all program functions.
7766 (Character Sets, Macros, Overlay Commands)
7767 (Non-debug DLL symbols, GDB/MI Output Syntax)
7768 (Annotations Overview, Maintenance Commands, File-I/O Overview):
7769 Use "(@value{GDBP})" instead of a literal "(gdb)".
7770
f810308b
AC
77712004-09-12 Andrew Cagney <cagney@gnu.org>
7772
7773 * gdbint.texinfo (Native Debugging): Delete description of
7774 FILES_INFO_HOOK.
7775
15a661f3
PH
77762004-09-11 Paul Hilfinger <hilfinger@gnat.com>
7777
5ae4183a
AS
7778 * gdbint.texinfo (User Interface): Change local_hex_string_custom
7779 to hex_string_custom (not historically correct, but more
15a661f3
PH
7780 understandable, given the current code).
7781
f3219c75
AC
77822004-09-03 Andrew Cagney <cagney@gnu.org>
7783
7784 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
7785
f3bb6704
JJ
77862004-09-01 Jeff Johnston <jjohnstn@redhat.com>
7787
7788 * observer.texi (solib_unloaded): New observer.
7789
8d2c00cb
AC
77902004-08-24 Andrew Cagney <cagney@gnu.org>
7791
7792 * gdbint.texinfo (Target Architecture Definition): Add missing
7793 comma.
7794
e7dc800a
MC
77952004-08-20 Michael Chastain <mec.gnu@mindspring.com>
7796
7797 * (Using the Testsuite): build != host is supported,
7798 but some test scripts do not support build != host.
7799
73b03683
MK
78002004-08-14 Mark Kettenis <kettenis@gnu.org>
7801
7802 * gdbint.texinfo (Host Definition): Delete description of
7803 FCLOSE_PROVIDED and GETENV_PROVIDED.
7804
c0ccb908
MK
78052004-08-05 Mark Kettenis <kettenis@chello.nl>
7806
7807 * gdbint.texinfo (Host Definition): Delete description of
7808 NO_SYS_FILE.
7809 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
7810 PTRACE_FP_BUG.
7811
9c8dbfa9
AC
78122004-08-05 Andrew Cagney <cagney@gnu.org>
7813
7814 * gdbint.texinfo (Target Architecture Definition): Delete
7815 reference to deprecated_read_fp.
7816
f42accbe
AC
78172004-08-02 Andrew Cagney <cagney@gnu.org>
7818
7819 * gdbint.texinfo (Target Architecture Definition): Delete
7820 description of DEPRECATED_REGISTER_BYTES.
7821
0b66e38c
EZ
78222004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
7823
7824 * gdb.texinfo (Source Path): Document the new behavior of
7825 searching for the source files.
7826
15387254
EZ
78272004-07-17 Eli Zaretskii <eliz@gnu.org>
7828
7829 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
7830 (Search, Expressions, Arrays, Variables, Data, Machine Code)
7831 (Auto Display): Improve indexing.
7832
2c07db7a
AC
78332004-07-16 Andrew Cagney <cagney@gnu.org>
7834
7835 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
7836 "-noasync".
7837
4644b6e3
EZ
78382004-07-09 Eli Zaretskii <eliz@gnu.org>
7839
7840 * gdb.texinfo: Fix @kindex entries so that multiple commands that
7841 have the same prefix have only their prefix in the index.
7842
7561d450
MK
78432004-07-03 Mark Kettenis <kettenis@gnu.org>
7844
7845 * gdb.texinfo (BSD libkvm Interface): New node (section)
7846 (Native): Add it to the menu.
7847
67bebe79
MK
78482004-07-01 Mark Kettenis <kettenis@gnu.org>
7849
7850 * gdbint.texinfo (Target Architecture Definition): Remove
7851 PCC_SOL_BROKEN.
7852
1a6923e0
MK
78532004-06-24 Mark Kettenis <kettenis@gnu.org>
7854
7855 * gdbint.texinfo (Target Architecture Definition): Remove
7856 SUN_FIXED_LBRAC_BUG.
7857
b435e160
AC
78582004-06-26 Andrew Cagney <cagney@gnu.org>
7859
7860 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
7861
b5622e8d
AC
78622004-06-20 Andrew Cagney <cagney@gnu.org>
7863
7864 * gdbint.texinfo (Target Architecture Definition): Deprecate
7865 USE_STRUCT_CONVENTION.
7866
e0c07bf0
MC
78672004-06-19 Michael Chastain <mec.gnu@mindspring.com>
7868
7869 gdb.texinfo (Bug Reporting): Mention session recording,
7870 with the script command or Emacs.
7871
782263ab
AC
78722004-06-18 Andrew Cagney <cagney@gnu.org>
7873
7874 * gdbint.texinfo (Target Architecture Definition): Deprecate
7875 FUNCTION_START_OFFSET.
7876
03727ca6
AC
78772004-06-14 Andrew Cagney <cagney@gnu.org>
7878
7879 Based on changes from Karl Berry.
7880 * gdb.texinfo: Do not use @sc in a direntry.
7881 * stabs.texinfo: Change @dircateogry to "Software development".
7882 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
7883
97092415
AC
78842004-06-13 Andrew Cagney <cagney@gnu.org>
7885
7886 * gdbint.texinfo (Target Architecture Definition): Delete
7887 description of RETURN_VALUE_ON_STACK.
7888
1f6d4158
AC
78892004-06-09 Andrew Cagney <cagney@gnu.org>
7890
7891 * gdbint.texinfo (Native Debugging): Restore "@table @code"
7892 deleted by previous patch.
7893
d966f0cb
AC
78942004-06-08 Andrew Cagney <cagney@gnu.org>
7895
7896 * gdbint.texinfo (Native Debugging): Delete documentation on
7897 ATTACH_DETACH.
7898
86fe4aaa
RC
78992004-06-06 Randolph Chung <tausq@debian.org>
7900
7901 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
7902
d4b6d575
RC
79032004-06-06 Randolph Chung <tausq@debian.org>
7904
5ae4183a 7905 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
7906 the new push_dummy_call method signature. Describe the function
7907 argument.
7908
4e8b0763
JB
79092004-05-24 Joel Brobecker <brobecker@gnat.com>
7910
7911 * gdb.texinfo (Starting): Document new start command.
7912
59caf092
AC
79132004-05-21 Andrew Cagney <cagney@redhat.com>
7914
7915 * observer.texi (GDB Observers): Document "inferior_created".
7916
e4a2df64
AC
79172004-05-08 Andrew Cagney <cagney@redhat.com>
7918
e6b55ae2
AC
7919 * gdbint.texinfo (Target Architecture Definition): Delete
7920 description of DO_DEFERRED_STORES.
7921
28954179
AC
7922 * gdbint.texinfo (Target Architecture Definition): Delete
7923 references to DEPRECATED_FIX_CALL_DUMMY.
7924
434b87dd
AC
7925 * gdbint.texinfo (Target Architecture Definition): Delete
7926 description of DEPRECATED_CALL_DUMMY_WORDS,
7927 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
7928
58d28df8
AC
7929 * gdbint.texinfo (Target Architecture Definition): Delete
7930 description of DEPRECATED_PUSH_DUMMY_FRAME.
7931
e4a2df64
AC
7932 * gdbint.texinfo (Target Architecture Definition): Delete
7933 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
7934
2b4855ab
AC
79352004-05-07 Andrew Cagney <cagney@redhat.com>
7936
7937 * observer.texi (GDB Observers): Add "Debugging" section. Include
7938 cross reference to "set/show debug observer".
7939 * gdb.texinfo (Debugging Output): Document "set/show debug
7940 observer".
7941
fcf70625
AC
79422004-05-01 Andrew Cagney <cagney@redhat.com>
7943
7944 * gdbint.texinfo (Target Architecture Definition): Delete
7945 description of DEPRECATED_PC_IN_SIGTRAMP.
7946
8ee56bcf
AC
79472004-04-30 Andrew Cagney <cagney@redhat.com>
7948
7949 * gdbint.texinfo (Target Architecture Definition): Delete
7950 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
7951
67ab9a76
OF
79522004-04-30 Orjan Friberg <orjanf@axis.com>
7953
7954 * observer.texi (GDB Observers): Correct spelling.
7955
79346bcb
OF
79562004-04-26 Orjan Friberg <orjanf@axis.com>
7957
7958 * observer.texi (GDB Observers): Add target_changed event.
7959
7a464420
AC
79602004-04-08 Andrew Cagney <cagney@redhat.com>
7961
7962 * observer.texi (GDB Observers): Rework, provide generic observer
7963 definitions and then a list of observable events.
7964
6cdf9d98
AC
79652004-04-04 Andrew Cagney <cagney@redhat.com>
7966
7967 * gdbint.texinfo (Host Definition): Delete reference to
7968 NO_SIGINTERRUPT.
7969
ddc135a4
AC
79702004-04-02 Andrew Cagney <cagney@redhat.com>
7971
7972 * gdbint.texinfo (Target Architecture Definition): Delete
7973 reference to DEPRECATED_CALL_DUMMY_LENGTH.
7974
6a1b180d
SC
79752004-03-28 Stephane Carrez <stcarrez@nerim.fr>
7976
7977 * gdb.texinfo (TUI Commands): Document tui reg commands.
7978
d0d5df6f
AC
79792004-03-26 Andrew Cagney <cagney@redhat.com>
7980
7981 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
7982 "gdbtui".
7983 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
7984 (Contributors): Mention both Text and Terminal User Interface.
7985
aa2a3f87
AC
79862004-03-23 Andrew Cagney <cagney@redhat.com>
7987
7988 * gdbint.texinfo (Target Architecture Definition): Deprecate
7989 references to SIGTRAMP_START and SIGTRAMP_END.
7990
f561f026
AC
79912004-03-23 Andrew Cagney <cagney@redhat.com>
7992
7993 * gdbint.texinfo (Target Architecture Definition): Deprecate
7994 references to PC_IN_SIGTRAMP.
7995
33cb8b0f
AC
79962004-03-19 Andrew Cagney <cagney@redhat.com>
7997
7998 * gdbint.texinfo (Target Architecture Definition): Delete
7999 reference to GDB_TARGET_IS_HPPA.
8000
fc989b7a
AC
80012004-03-18 Andrew Cagney <cagney@redhat.com>
8002
8003 * gdbint.texinfo (Coding): Update section on gdbarch_data,
8004 describe pre_init and post_init.
8005
701b08bb
DJ
80062004-03-09 Daniel Jacobowitz <drow@mvista.com>
8007
8008 * gdb.texinfo (Debugging Output): Document values for "set debug
8009 target".
8010
faae5abe
AC
80112004-02-28 Andrew Cagney <cagney@redhat.com>
8012
8013 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
8014
dd79a6cf
JJ
80152004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8016
8017 * gdb.texinfo (breakpoints): Add information about the
8018 new "set breakpoint pending" and "show breakpoint pending"
8019 commands.
8020
e7f16015
AC
80212004-02-26 Andrew Cagney <cagney@redhat.com>
8022
8023 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
8024 in Per-architecture module data section.
8025
7161a3a6
RM
80262004-02-25 Roland McGrath <roland@redhat.com>
8027
8028 * gdb.texinfo (General Query Packets): Document qPart:... packets.
8029
2154891a
AC
80302004-02-24 Andrew Cagney <cagney@redhat.com>
8031
8032 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
8033 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
8034 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 8035
6c74ac8b
AC
80362004-02-17 Andrew Cagney <cagney@redhat.com>
8037
8038 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
8039
19772a2c
AC
80402004-02-16 Andrew Cagney <cagney@redhat.com>
8041
8042 * gdbint.texinfo (Target Architecture Definition): Deprecate
8043 FRAMELESS_FUNCTION_INVOCATION.
8044
c9830293
AC
80452004-02-16 Andrew Cagney <cagney@redhat.com>
8046
8047 * gdbint.texinfo (Coding): Mention -Wunused-function.
8048
b9d26eb9
AC
80492004-02-14 Andrew Cagney <cagney@redhat.com>
8050
8051 * gdbint.texinfo (Target Architecture Definition): Delete
8052 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8053
49efadf5
EZ
80542004-02-12 Elena Zannoni <ezannoni@redhat.com>
8055
8056 * gdb.texinfo: Properly quote the name "C++".
8057 * gdbint.texinfo: Ditto.
8058 * stabs.texinfo: Ditto.
8059
1eb288ea
EZ
80602004-02-11 Elena Zannoni <ezannoni@redhat.com>
8061
8062 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
8063 minimal information about libiberty.
8064
e4937fc1
MC
80652004-02-06 Michael Chastain <mec.gnu@mindspring.com>
8066
8067 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
8068
a9331b3f
RM
80692004-02-04 Roland McGrath <roland@redhat.com>
8070
8071 * gdb.texinfo (Auxiliary Vector): New node (section).
8072 (Data): Add it to the menu.
8073
2650777c
JJ
80742004-02-02 Jeff Johnston <jjohnstn@redhat.com>
8075
8076 * gdb.texinfo (Breakpoints): Add information about pending
8077 breakpoint support.
8078
b4501125
AC
80792004-01-26 Andrew Cagney <cagney@redhat.com>
8080
8081 * gdb.texinfo (Overview): Delete references to the cisco protocol
8082 including the "N" response.
8083
74055713
AC
80842004-01-26 Andrew Cagney <cagney@redhat.com>
8085
8086 * gdbint.texinfo (Target Architecture Definition): Rename
8087 EXTRACT_STRUCT_VALUE_ADDRESS to
8088 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 8089
3bbe9696
EZ
80902004-01-24 Eli Zaretskii <eliz@gnu.org>
8091
8092 * gdb.texinfo (KOD): Document "show os". Add index entries for
8093 "set/show os" and "info cisco" commands.
8094
5843504f
EZ
80952004-01-21 Eli Zaretskii <eliz@gnu.org>
8096
8097 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
8098
9175c9a3
MC
80992004-01-19 Michael Chastain <mec.gnu@mindspring.com>
8100
8101 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
8102 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
8103
8e94b928
NR
81042004-01-19 Nick Roberts <nick@nick.uklinux.net>
8105
8106 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
8107 -stack-list-locals.
8108 (GDB/MI Variable Objects): Describe extension to
8109 -var-list-children.
8110
a20cf136
DJ
81112004-01-17 Daniel Jacobowitz <drow@mvista.com>
8112
8113 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
8114
afb18d0f
AC
81152004-01-17 Andrew Cagney <cagney@redhat.com>
8116
8117 * gdbint.texinfo (Target Architecture Definition): Delete
8118 documentation on DEPRECATED_NPC_REGNUM.
8119
b51970ac
DJ
81202004-01-13 Daniel Jacobowitz <drow@mvista.com>
8121
8122 * gdb.texinfo: Update copyright year. Mention that set
8123 follow-fork-mode is supported on GNU/Linux. Remove documentation of
8124 "set follow-fork-mode ask".
8125
0f0cffd2
AC
81262004-01-13 Andrew Cagney <cagney@redhat.com>
8127
8128 * gdbint.texinfo: Update copyright year.
8129 (Coding): Add -Wunused-label to list of -Werror warnings.
8130
c552b3bb 81312004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 8132 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
8133
8134 * gdb.texinfo: Update copyright.
8135 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
8136 around names, as appropriate. Minor syntax cleanup of
8137 _NSPrintForDebugger explanation. Two spaces after periods.
8138 GDBN used instead of lit. "gdb". Index entries added for
8139 print-object and _NSPrintForDebugger. @noindent added in one spot.
8140
afe157ca
EZ
81412003-11-11 Elena Zannoni <ezannoni@redhat.com>
8142
8143 * stabs.texinfo: Add dircategory and direntry commands.
8144 * annotate.texinfo: Ditto.
8145
963e2bb7
AC
81462003-11-10 Andrew Cagney <cagney@redhat.com>
8147
8148 * gdbint.texinfo (Target Architecture Definition): Replace the
8149 return_value method's "inval" and "outval" parameters with
8150 "readbuf" and "writebuf".
8151
1d8b2f28
JB
81522003-10-28 Jim Blandy <jimb@redhat.com>
8153
8154 * gdb.texinfo (The F request packet, The F reply packet): Renamed
8155 from "The `F' request packet" and "The `F' reply packet", to make
8156 texi2dvi happy.
8157 (File-I/O remote protocol extension): Update menu entries, too.
8158
36d86913
MC
81592003-10-26 Michael Chastain <mec@shout.net>
8160
8161 * gdb.texinfo (Thread Stops): Document the issue with
8162 premature return from system calls in multi-threaded programs.
8163
ce2826aa
AC
81642003-10-24 Andrew Cagney <cagney@redhat.com>
8165
8166 * annotate.texinfo: Fix "fortunatly"[sic].
8167
f24c5e49
KI
81682003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
8169
8170 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
8171 with "Hitachi" and "Mitsubishi".
8172
92ad9cd9
AC
81732003-10-20 Andrew Cagney <cagney@redhat.com>
8174
8175 * gdbint.texinfo (Target Architecture Definition): Document
8176 gdbarch_return_value. Add cross references from
8177 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
8178 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
8179
0ab4b752
MK
81802003-10-18 Mark Kettenis <kettenis@gnu.org>
8181
8182 * gdbint.texinfo (Target Architecture Definition): Document
8183 regset_from_core_section.
fb3e19c0
KI
8184
81852003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
8186
8187 * gdb.texinfo (M32R/D): Mention m32rsdi target.
8188
a9331b3f 81892003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
8190
8191 From Anthony Green <green@redhat.com>:
5ae4183a 8192 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 8193
1485d690
KB
81942003-10-14 Kevin Buettner <kevinb@redhat.com>
8195
889bf7c5
PA
8196 * gdb.texinfo (Breakpoint related warnings): New node.
8197 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 8198
86d30acc
DJ
81992003-10-13 Daniel Jacobowitz <drow@mvista.com>
8200
8201 * gdb.texinfo (Remote Protocol): Document v and vCont.
8202
172c2a43
KI
82032003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8204
8205 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
8206 * gdbint.texinfo: Ditto.
8207
71952f4c
AC
82082003-10-09 Andrew Cagney <cagney@redhat.com>
8209
8210 From 2003-09-18 David Anderson <davea@sgi.com>:
8211 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
8212 "command".
8213
268e2188
AC
82142003-10-03 Andrew Cagney <cagney@redhat.com>
8215
8216 * gdbint.texinfo (Target Architecture Definition): Deprecate
8217 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
8218 just target.
8219
12c266ea 82202003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 8221
f30992d4 8222 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
8223 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
8224 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
8225 * gdbint.texinfo (Target Architecture Definition): Rename
8226
82272003-09-30 Andrew Cagney <cagney@redhat.com>
8228
f30992d4 8229 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 8230 (Target Architecture Definition):
f30992d4 8231
2e092625
AC
8232 * gdbint.texinfo (Target Architecture Definition): Rename
8233 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
8234
0717ae8a
AC
82352003-09-29 Andrew Cagney <cagney@redhat.com>
8236
dad809b7
AC
8237 * gdbint.texinfo (Target Architecture Definition): Delete
8238 documentation for NEED_TEXT_START_END.
8239
0717ae8a
AC
8240 * gdbint.texinfo (Target Architecture Definition): Rename
8241 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
8242 TARGET_WRITE_PC.
a9331b3f 8243
af6cf26d
MC
82442003-09-22 Michael Chastain <mec@shout.net>
8245
8246 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
8247
ee206350
AG
82482003-09-21 Anthony Green <green@redhat.com>
8249
8250 * gdbint.texinfo (Target Architecture Definition): Fix typos.
8251
a38c9fe6
MK
82522003-09-21 Mark Kettenis <kettenis@gnu.org>
8253
8254 * gdbint.texinfo (Target Architecture Definition): Document
8255 stabs_argument_has_addr.
8256
77949794
AC
82572003-09-18 Andrew Cagney <cagney@redhat.com>
8258
8259 * gdbint.texinfo (Target Architecture Definition): Delete
8260 documentation on REGISTER_NAMES.
8261
8e823e25
MK
82622003-09-13 Mark Kettenis <kettenis@gnu.org>
8263
8264 * gdbint.texinfo (Target Architecture Definition): Replace
8265 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
8266
f27dd7fd
AC
82672003-09-11 Andrew Cagney <cagney@redhat.com>
8268
8269 * gdbint.texinfo (Target Architecture Definition): Replace
8270 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
8271
8b148df9
AC
82722003-08-18 Andrew Cagney <cagney@redhat.com>
8273
8274 * gdbint.texinfo (Target Architecture Definition): Document
8275 "frame_red_zone_size".
8276
25d29d70
AC
82772003-08-09 Andrew Cagney <cagney@redhat.com>
8278
8279 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
8280 with "set/show backtrace past-main" and "set/show backtrace
8281 limit".
8282
c938e9b0
L
82832003-08-08 H.J. Lu <hongjiu.lu@intel.com>
8284
8285 * Makefile.in (install-info): Support DESTDIR.
8286 (install-html): Likewise.
8287
64fabec2
AC
82882003-08-07 Andrew Cagney <cagney@redhat.com>
8289
8290 Patch from Nick Roberts.
8291 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
8292 bindings. Remove description of send-gdb-command.
8293
2fcf52f0
AC
82942003-08-07 Andrew Cagney <cagney@redhat.com>
8295
8296 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
8297 GDB 6.0.
8298
086432e2
AC
82992003-08-06 Andrew Cagney <cagney@redhat.com>
8300
8301 * gdb.texinfo (Mode Options): Mention that level three is the
8302 highest available and that level 2 is deprecated.
8303 (Annotations Overview): Mention annotation levels. Cross reference
8304 to "Limitations of the Annotation Interface" in annotate.texi.
8305 (TODO, Value Annotations, Frame Annotations): Delete section.
8306 (Displays, Breakpoint Info): Delete.
8307
e5249f67
AC
83082003-08-04 Andrew Cagney <cagney@redhat.com>
8309
8310 * agentexpr.texi: Delete @bye.
8311 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
8312 (stabs.info): Add $(srcdir) to include search path.
8313 (html): Depend on "annotate_toc.html", and not "annotate.html".
8314 * stabs.texinfo: Ditto. Include "fdl.texi".
8315 * gdbint.texinfo: Update copyright statement's list of invariant
8316 sections.
8317
e6f672d2
AC
83182003-07-28 Andrew Cagney <cagney@redhat.com>
8319
8320 * Makefile.in (INFO_DEPS): Add annotate.info.
8321 (dvi, ps, html, pdf): Add annotate.
8322 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
8323 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
8324 (ANNOTATE_DOC_FILES): New macro.
8325 (ANNOTATE_TEX_TMPS): New macro.
8326 (annotate.info, annotate_toc.html): Specify dependencies.
8327 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
8328 * annotate.texinfo: Rename annotate.texi. Get building. Add
8329 "Migrating to GDB/MI" and "Limitations of the Annotation
8330 Interface" chapters. Mention why it is not part of the user
8331 guide. Update copyright notice. Include "fdl.texi".
8332
72ffddc9
SC
83332003-07-26 Stephane Carrez <stcarrez@nerim.fr>
8334
8335 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
8336
a9f12a31
DJ
83372003-07-24 Daniel Jacobowitz <drow@mvista.com>
8338
8339 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
8340
b1fe9455
DJ
83412003-07-24 Daniel Jacobowitz <drow@mvista.com>
8342
8343 * gdb.texinfo (Server): Mention pidof.
8344
153721e6
AC
83452003-07-22 Andrew Cagney <cagney@redhat.com>
8346
8347 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
8348 list.
8349
0fac0b41
DJ
83502003-06-28 Daniel Jacobowitz <drow@mvista.com>
8351
8352 * gdb.texinfo (Logging output): New chapter.
8353
4e562065
JB
83542003-06-24 Joel Brobecker <brobecker@gnat.com>
8355
8356 * gdb.texinfo (Unsupported languages): New section.
8357 (Languages): Add link to new section.
8358
f2c06f52
AC
83592003-06-22 Andrew Cagney <cagney@redhat.com>
8360
8361 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
8362
b4177fca
DJ
83632003-06-22 Daniel Jacobowitz <drow@mvista.com>
8364
8365 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
8366
f418dd93
DJ
83672003-06-22 Daniel Jacobowitz <drow@mvista.com>
8368
8369 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
8370 * agentexpr.texi: Retitle section, and change it to an appendix.
8371 Comment out texinfo initialization. Factor a @var{} into two
8372 pieces to prevent makeinfo warnings.
8373 * gdb.texinfo: Add Agent Expressions appendix.
8374
4ca61388
DJ
83752003-06-19 Daniel Jacobowitz <drow@mvista.com>
8376
8377 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
8378
07f31aa6
DJ
83792003-06-18 Daniel Jacobowitz <drow@mvista.com>
8380
5ae4183a 8381 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
8382 remote target". Document the "detach" and "disconnect" commands.
8383 (Server, Netware, Debug Session): Reference "Connecting to a
8384 remote target".
8385 (GDB/MI Target Manipulation): Document "-target-disconnect".
8386
2dd0da42
AC
83872003-06-13 Andrew Cagney <cagney@redhat.com>
8388
8389 * gdbint.texinfo (Target Architecture Definition): Deprecate
8390 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
8391 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
8392
e7a3abfc
JB
83932003-06-09 Jim Blandy <jimb@redhat.com>
8394
8395 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
8396
25e3a86b
AC
83972003-06-08 Andrew Cagney <cagney@redhat.com>
8398
8399 * gdbint.texinfo (Target Architecture Definition): Delete
8400 documentation on FRAME_ARGS_ADDRESS_CORRECT.
8401
a9e5fdc2
AC
84022003-06-08 Andrew Cagney <cagney@redhat.com>
8403
8404 * gdbint.texinfo (Target Architecture Definition): Document
8405 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
8406
b37303ee
AF
84072003-06-07 Adam Fedor <fedor@gnu.org>
8408
8409 * gdb.texinfo: Add Objective-C documentation.
8410
39fe6e80
AC
84112003-06-01 Andrew Cagney <cagney@redhat.com>
8412
8413 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
8414 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
8415
125309b2
AC
84162003-05-21 Andrew Cagney <cagney@redhat.com>
8417
8418 * gdbint.texinfo (Target Architecture Definition): Delete
8419 references to "extract_address" and "store_address".
8420
b8b527c5
AC
84212003-05-16 Andrew Cagney <cagney@redhat.com>
8422
8423 * gdbint.texinfo (Target Architecture Definition): Replace
8424 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
8425 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
8426
50e3ee83
TR
84272003-05-14 Theodore A. Roth <troth@openavr.org>
8428
8429 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
8430
44e2be90
L
84312003-05-10 H.J. Lu <hongjiu.lu@intel.com>
8432
8433 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
8434 (gdb.dvi): Likewise.
8435 (gdb.pdf): Likewise.
8436 (links2roff): Likewise.
8437
df5215a6
JB
84382003-05-08 Jim Blandy <jimb@redhat.com>
8439
8440 * gdb.texinfo (Dump/Restore Files): Update documentation for
8441 'dump', 'append', and 'restore': note that format argument is
8442 optional; simplify presentation of the command variants; and be
8443 more precise about the formats.
8444
5e7b2f39
JB
84452003-05-07 Jim Blandy <jimb@redhat.com>
8446
8447 * gdb.texinfo (Symbols): Update documentation: 'maint list
8448 symtabs' and 'maint list psymtabs' have been renamed 'maint info
8449 symtabs' and 'maint info psymtabs'.
8450
b1e29e33
AC
84512003-05-05 Andrew Cagney <cagney@redhat.com>
8452
8453 * gdbint.texinfo (Target Architecture Definition): Make
8454 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
8455 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
8456 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
8457
00905d52
AC
84582003-05-04 Andrew Cagney <cagney@redhat.com>
8459
8460 * gdb.texinfo (Maintenance Commands): Document "maint print
8461 dummy-frames".
8462
54ff5908
AC
84632003-05-04 Andrew Cagney <cagney@redhat.com>
8464
8465 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
8466
32e7087d
JB
84672003-05-03 J. Brobecker <brobecker@gnat.com>
8468
8469 Thierry Schneider <tpschneider1@yahoo.com>
8470 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
8471 for new MI command.
8472
7043d8dc
AC
84732003-05-03 Andrew Cagney <cagney@redhat.com>
8474
8475 * gdbint.texinfo (Target Architecture Definition): Document
8476 push_dummy_code. Add cross references.
8477
e33d66ec
EZ
84782003-05-02 Elena Zannoni <ezannoni@redhat.com>
8479
8480 * gdb.texinfo (Character Sets): Update to reflect new behavior of
8481 set/show charsets commands.
8482
0ba6dca9
AC
84832003-04-28 Andrew Cagney <cagney@redhat.com>
8484
8485 * gdbint.texinfo (Target Architecture Definition): Replace
8486 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
8487 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
8488
d7a27068
AC
84892003-04-28 Andrew Cagney <cagney@redhat.com>
8490
8491 * gdbint.texinfo (Target Architecture Definition): Rename
8492 "tm_print_insn" to "deprecated_tm_print_insn".
8493
44ea7b70
JB
84942003-04-09 Jim Blandy <jimb@redhat.com>
8495
8496 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
8497 list psymtabs'.
8498
fb8f8949
AC
84992003-04-08 Andrew Cagney <cagney@redhat.com>
8500
8501 * gdbint.texinfo (Target Architecture Definition): Delete
8502 references to EXTRA_FRAME_INFO.
8503
32fb0f22
AC
85042003-04-08 Andrew Cagney <cagney@redhat.com>
8505
8506 * gdbint.texinfo (Target Architecture Definition): Delete
8507 PRINT_TYPELESS_INTEGER.
8508
6be67e67
JB
85092003-04-02 J. Brobecker <brobecker@gnat.com>
8510
8511 * observer.texi (GDB Observers): Adjust the documentation for the
8512 normal_stop notification to better describe reality. Fix a couple
8513 of minor typos.
8514
4e35d5f0
BR
85152003-04-02 Bob Rossi <bob_rossi@cox.net>
8516
a9331b3f 8517 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
8518 '-file-list-exec-source-file'
8519
e8a8712a
AC
85202003-03-31 Andrew Cagney <cagney@redhat.com>
8521
8522 * gdbint.texinfo (Target Architecture Definition): Delete
8523 references to CALL_DUMMY_P.
8524
6c0e89ed
AC
85252003-03-30 Andrew Cagney <cagney@redhat.com>
8526
8527 * gdbint.texinfo (Target Architecture Definition): Remove
8528 reference to TARGET_WRITE_SP.
a9331b3f 8529
378bfd1b
AC
85302003-03-27 Andrew Cagney <cagney@redhat.com>
8531
8532 * gdbint.texinfo (Target Architecture Definition): Remove
8533 references to write_sp.
6c0e89ed 8534
922fbb7b
AC
85352003-03-27 Andrew Cagney <cagney@redhat.com>
8536
8537 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
8538 chapter body. Use @smallexample instead of @example.
8539 (Annotations): Ditto.
8540 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
8541 annotate.texi.
8542
b81774d8
AC
85432003-03-26 Andrew Cagney <cagney@redhat.com>
8544
8545 * gdbint.texinfo (Target Architecture Definition): Replace
8546 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
8547 dummy_addr parameters.
8548
1bf6d5cc
AC
85492003-03-25 Andrew Cagney <cagney@redhat.com>
8550
8551 * gdbint.texinfo (Target Architecture Definition): Delete
8552 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
8553 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8554 Add reference to PUSH_ARGUMENTS.
8555
618ce49f
AC
85562003-03-23 Andrew Cagney <cagney@redhat.com>
8557
8558 * gdbint.texinfo (Algorithms, Target Architecture Definition):
8559 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
8560
bcd7e15f
JB
85612003-03-18 J. Brobecker <brobecker@gnat.com>
8562
8563 * gdbint.texinfo (Algorithms): Add new section describing the
8564 Observer paradigm.
8565 (Top): Add menu entry to new observer appendix.
8566 * observer.texi: New file.
8567 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
8568 new observer.texi file.
8569
9fe8321b
AC
85702003-03-17 Andrew Cagney <cagney@redhat.com>
8571
8572 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
8573 that GNU Press update the manual version number.
8574
ac2adee5
AC
85752003-03-12 Andrew Cagney <cagney@redhat.com>
8576
8577 * gdbint.texinfo (Target Architecture Definition): Delete
8578 references to get_saved_register. Rename GET_SAVED_REGISTER to
8579 DEPRECATED_GET_SAVED_REGISTER.
8580
749b82f6
AC
85812003-03-13 Andrew Cagney <cagney@redhat.com>
8582
8583 * gdbint.texinfo (Target Architecture Definition): Replace
8584 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
8585
8bedc050
AC
85862003-03-12 Andrew Cagney <cagney@redhat.com>
8587
8588 * gdbint.texinfo (Target Architecture Definition): Rename
8589 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 8590
0ce1b118
CV
85912003-03-10 Corinna Vinschen <vinschen@redhat.com>
8592
8593 * gdb.texinfo: Add File-I/O documentation.
8594
12cc2063
AC
85952003-03-10 Andrew Cagney <cagney@redhat.com>
8596
8597 * gdbint.texinfo (Target Architecture Definition): Cross reference
8598 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
8599
7453dc06
AC
86002003-03-07 Andrew Cagney <cagney@redhat.com>
8601
8602 * gdb.texinfo (Debugging Output): Mention the "set/show debug
8603 frame" command.
8604
6314f104
AC
86052003-03-05 Andrew Cagney <cagney@redhat.com>
8606
8607 * gdbint.texinfo (Target Architecture Definition): Document
8608 unwind_dummy_id. Cross reference unwind_dummy_id and
8609 SAVE_DUMMY_FRAME_TOS.
8610
f1212245
DJ
86112003-03-05 James Ingham <jingham@apple.com>
8612 Daniel Jacobowitz <drow@mvista.com>
8613
8614 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
8615 and "show cp-abi".
8616
77e7e267
AC
86172003-03-03 Andrew Cagney <cagney@redhat.com>
8618
8619 * gdbint.texinfo (Target Architecture Definition): Document
8620 register_type.
8621
838a8221
AC
86222003-03-03 Andrew Cagney <cagney@redhat.com>
8623
8624 * stabs.texinfo (Structures): Use @samp and separate @var's
8625 instead of a single @var containing a comma separated list.
8626 (Unions): Ditto.
8627
d7f4a264
DJ
86282003-03-02 Daniel Jacobowitz <drow@mvista.com>
8629
8630 * Makefile.in (distclean): Remove config.log.
8631
f30ee0bc
AC
86322003-03-01 Andrew Cagney <cagney@redhat.com>
8633
8634 * gdbint.texinfo (Target Architecture Definition): Rename
8635 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
8636
86372003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
8638
8639 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
8640 DEPRECATED_INIT_EXTRA_FRAME_INFO.
8641
be448670
CF
86422003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
8643
8644 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
8645 (Non-debug DLL symbols): New node, describing the minimal symbols
8646 loaded from DLLs without real debugging symbols.
8647
501eef12
AC
86482003-02-20 Andrew Cagney <ac131313@redhat.com>
8649
8650 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
8651 hardware-breakpoint-limit".
8652 (Set Watchpoints): Add cross reference to "set remote
8653 hardware-watchpoint-limit".
8654 (Remote configuration options): New section.
8655
21c294e6
AC
86562003-02-04 Andrew Cagney <ac131313@redhat.com>
8657
e9be73e4
AC
8658 * gdbint.texinfo (Target Architecture Definition): Delete
8659 descrption of IS_TRAPPED_INTERNALVAR.
8660
21c294e6
AC
8661 From Keith Seitz <keiths@redhat.com>:
8662 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
8663 option "-i"/"--interpreter" to this chapter. Include index
8664 entries.
8665
0179ffac
DC
86662003-02-04 David Carlton <carlton@math.stanford.edu>
8667
8668 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
8669 (Variables): Recommend stabs+ and DWARF 2.
8670 (C plus plus expressions): Correct info about
8671 compiler versions, debug formats.
8672 (Contributors): Change 'DWARF2' to 'DWARF 2'.
8673 PR symtab/874.
8674
7ca9f392
AC
86752003-02-01 Andrew Cagney <ac131313@redhat.com>
8676
8677 * gdbint.texinfo (Target Architecture Definition): Delete
8678 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
8679 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
8680 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
8681 references to nindy and i960.
8682 * gdb.texinfo (i960): Delete all references to i960 and nindy.
8683
31a85ea2
AC
86842003-02-01 Andrew Cagney <ac131313@redhat.com>
8685
8686 * gdbint.texinfo (Target Architecture Definition): Delete
8687 FLOAT_INFO.
8688
6b894e49
AC
86892003-01-30 Andrew Cagney <ac131313@redhat.com>
8690
8691 * stabs.texinfo (Member Type Descriptor): Clarify description of
8692 `@'. Suggested by Ben Hutchings.
8693
c48861fb
AC
86942003-01-29 Andrew Cagney <ac131313@redhat.com>
8695
8696 * gdb.texinfo (M68K): Delete reference to es1800.
8697
617073a9
AC
86982003-01-29 Andrew Cagney <ac131313@redhat.com>
8699
8700 * gdb.texinfo (Maintenance Commands): Document `maint print
8701 reggroups' and `maint print register-groups'.
8702 * gdbint.texinfo (Target Architecture Definition): Document
8703 register_reggroup_p.
8704
5b5d99cf
JB
87052003-01-23 Jim Blandy <jimb@redhat.com>
8706
8707 * gdb.texinfo (Separate Debug Files): New section.
8708
e7ba9c65
DJ
87092003-01-22 Daniel Jacobowitz <drow@mvista.com>
8710
8711 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
8712 and "maint show profile".
8713
94e91d6d
MC
87142003-01-16 Michael Chastain <mec@shout.net>
8715
8716 * gdb.texinfo (Installing GDB): Warn against
8717 ".../gdb-VERSION/gdb/configure".
8718 (Separate Objdir): Likewise.
8719
867f3898
AC
87202003-01-15 Andrew Cagney <ac131313@redhat.com>
8721
8722 * gdbint.texinfo (Target Architecture Definition): Delete
8723 definition of PRINT_REGISTER_HOOK.
8724
f153cc92
EZ
87252003-01-15 Elena Zannoni <ezannoni@redhat.com>
8726
8727 (OpenRISC 1000): Fix formatting of command names.
8728
c60eb6f1
EZ
87292003-01-15 Elena Zannoni <ezannoni@redhat.com>
8730
8731 * gdb.texinfo (Continuing and Stepping): Add new command
8732 'advance'. Clarify behavior of 'until'.
8733
f5ebfba0
DJ
87342003-01-13 Daniel Jacobowitz <drow@mvista.com>
8735
8736 * gdb.texinfo (Files): Document solib-absolute-prefix and
8737 solib-search-path.
8738
4ce8657e
MC
87392003-01-09 Michael Chastain <mec@shout.net>
8740
8741 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
8742 (Create a Release): Add new instructions for new @file{src-release}.
8743 Document existing instructions for @file{Makefile.in} as
8744 being for @value{GDBN} 5.3.1 or earlier.
8745
372613e3
AC
87462003-01-09 Andrew Cagney <ac131313@redhat.com>
8747
8748 * gdbint.texinfo (Target Architecture Definition): Mention
8749 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
8750 allocate memory.
8751
b4e9345d
DJ
87522003-01-04 Daniel Jacobowitz <drow@mvista.com>
8753
8754 * gdb.texinfo (Controlling GDB): Add @kindex for
8755 "show osabi".
8756 (Backtraces): Add @kindex's for backtrace-below-main.
8757
98b45e30
DJ
87582003-01-04 Daniel Jacobowitz <drow@mvista.com>
8759
8760 * gdb.texinfo (Controlling GDB): Document "set osabi".
8761
95f90d25
DJ
87622003-01-04 Daniel Jacobowitz <drow@mvista.com>
8763
8764 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
8765 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
8766
1e698235
DJ
87672003-01-04 Daniel Jacobowitz <drow@mvista.com>
8768
8769 * gdb.texinfo (Controlling GDB): Add ABI section. Document
8770 "set coerce-float-to-double".
8771 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
8772
e632838e
AC
87732003-01-02 Andrew Cagney <ac131313@redhat.com>
8774
8775 * stabs.texinfo: Remove obsolete text.
8776 * gdbint.texinfo: Ditto.
8777 * gdb.texinfo: Ditto.
8778
c133ab7a
MK
87792002-12-22 Mark Kettenis <kettenis@gnu.org>
8780
8781 * gdbint.texinfo (Target Architecture Definition): Update
8782 description of gdbarch_register_osabi.
8783
f821f325
KH
87842002-12-20 Kazu Hirata <kazu@cs.umass.edu>
8785
8786 * agentexpr.texi: Fix typos.
8787 * annotate.texi: Likewise.
8788 * fdl.texi: Likewise.
8789
85a6d8d3 87902002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
8791
8792 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
8793 DEPRECATED_INIT_FRAME_PC.
8794
ae45cd16
AC
87952002-12-01 Andrew Cagney <ac131313@redhat.com>
8796
8797 * gdbint.texinfo (Target Architecture Definition): Delete
8798 PC_IN_CALL_DUMMY.
8799
07555a72
AC
88002002-11-28 Andrew Cagney <ac131313@redhat.com>
8801
8802 * gdbint.texinfo (Host Definition): Delete documentation on
8803 USE_GENERIC_DUMMY_FRAMES.
8804
c166cdc7
EZ
88052002-11-26 Elena Zannoni <ezannoni@redhat.com>
8806
5ae4183a 8807 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
8808 * Makefile.in (install-info): Run the install-info command as part
8809 of the post install steps only.
8810 (uninstall-info): New target.
8811 (uninstall): New target.
8812
35db0260
EZ
88132002-11-22 Elena Zannoni <ezannoni@redhat.com>
8814
8815 * Makefile.in (install): Make install do some real work.
8816
9ba8d803
AC
88172002-11-19 Andrew Cagney <ac131313@redhat.com>
8818
8819 Fix POSIX problem reported by Paul Eggert.
8820 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
8821 Fix PR gdb/527.
8822
903ad3a6
AC
88232002-10-26 Andrew Cagney <cagney@redhat.com>
8824
8825 * gdbint.texinfo (Target Architecture Definition): Delete
8826 definition of DO_REGISTERS_INFO.
8827
f2abfe65
KB
88282002-10-18 Kevin Buettner <kevinb@redhat.com>
8829
8830 * gdbint.texinfo (Address Classes): Fix problems with insertion
8831 of ``{'' and ``}'' in example.
8832
b5b0480a
KB
88332002-10-17 Kevin Buettner <kevinb@redhat.com>
8834
8835 * gdbint.texinfo (Address Classes): New section.
8836 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
8837 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
8838 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
8839 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
8840
c85508ee
KD
88412002-10-11 Klee Dienes <kdienes@apple.com>
8842
8843 * gdb.texinfo (Registers): Mention vector registers as well as
8844 floating registers in the documentation for 'info registers' and
8845 'info all-registers'.
8846
6d12fc3d
DJ
88472002-10-11 Daniel Jacobowitz <drow@mvista.com>
8848
8849 * gdbint.texinfo (CPLUS_MARKER): Remove item.
8850
8d19fbd2
JJ
88512002-10-03 Jeff Johnston <jjohnstn@redhat.com>
8852
8853 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
8854 interface definition.
8855
a37295f9
MM
88562002-10-03 Marko Mlinar <markom@opencores.org>
8857
8858 * gdb.texinfo (Target Commands): Add or1k target specific
8859 commands.
8860 * gdb.texinfo (Contributors): Add myself to the contributors list.
8861
da0f9dcd
AC
88622002-10-01 Andrew Cagney <ac131313@redhat.com>
8863
8864 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
8865 and "mi1" instead of "mi1" and "mi0".
8866
2e834e49
HPN
88672002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
8868
8869 * gdb.texinfo (Packets): Fix typos "alligned".
8870 Correct z3/Z3 description. Correct z4/Z4 title.
8871
050be0dc
AC
88722002-09-27 Andrew Cagney <ac131313@redhat.com>
8873
8874 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
8875
1104b9e7
KB
88762002-09-25 Kevin Buettner <kevinb@redhat.com>
8877
8878 * gdb.texinfo: Use GNU/Linux instead of Linux.
8879
512217c7
AC
88802002-09-25 Andrew Cagney <ac131313@redhat.com>
8881
8882 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
8883
10998722
AC
88842002-09-24 Andrew Cagney <ac131313@redhat.com>
8885
512217c7 8886 * gdb.texinfo: Replace @example with @smallexample.
10998722 8887
a0eb71c5
KB
88882002-09-20 Kevin Buettner <kevinb@redhat.com>
8889
f7dc1244 8890 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
8891 * gdb.texinfo (Character Sets): Use @smallexample instead of
8892 @example. Use GNU/Linux instead of Linux.
8893
88942002-09-20 Jim Blandy <jimb@redhat.com>
8895
8896 * gdb.texinfo: Add character set documentation.
8897
2f870471
AC
88982002-09-19 Andrew Cagney <ac131313@redhat.com>
8899
8900 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
8901 (Packets): Add cross reference from `b' packet to `z' packets.
8902
790eb8f5
AC
89032002-09-19 Andrew Cagney <ac131313@redhat.com>
8904
8d30a00d
AC
8905 * gdb.texinfo (Maintenance Commands): Document ``maint
8906 internal-error'' and ``maint internal-warning''.
8907
790eb8f5
AC
8908 * gdbint.texinfo (Target Architecture Definition): Revise
8909 description of STACK_ALIGN. Add description of FRAME_ALIGN.
8910
a23a7bf1
JB
89112002-09-19 Joel Brobecker <brobecker@gnat.com>
8912
8913 * gdbint.texinfo (Target Conditionals): Document the new
8914 NAME_OF_MALLOC macro.
8915
299ffc64
AC
89162002-09-05 Andrew Cagney <ac131313@redhat.com>
8917
8918 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
8919 engineer.
8920
b7bb15bc
SC
89212002-09-02 Stephane Carrez <stcarrez@nerim.fr>
8922
8923 * gdb.texinfo (TUI Overview): Document status line fields.
8924
3d757584
SC
89252002-09-02 Stephane Carrez <stcarrez@nerim.fr>
8926
8927 * gdb.texinfo (TUI Commands): Document info win command.
8928
269c21fe
SC
89292002-09-01 Stephane Carrez <stcarrez@nerim.fr>
8930
8931 * gdb.texinfo (TUI Overview): Document breakpoint markers.
8932
7cf36c78
SC
89332002-09-01 Stephane Carrez <stcarrez@nerim.fr>
8934
8935 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
8936 (TUI Keys): Likewise.
8937
d2c6833e
AC
89382002-08-25 Andrew Cagney <ac131313@redhat.com>
8939
8940 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
8941 for a packet receive.
8942
46d8b1c3
AC
89432002-08-25 Andrew Cagney <ac131313@redhat.com>
8944
8945 * Makefile.in (clean): Move to end of file.
8946 (distclean, maintainer-clean, realclean): Ditto.
8947 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
8948 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
8949 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
8950 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
8951
b0787093
AC
89522002-08-24 Andrew Cagney <ac131313@redhat.com>
8953
8954 * Makefile.in (GDBINT_TEX_TMPS): Define.
8955 (gdbint.dvi, gdbint.pdf): Use
8956 (GDB_TEX_TMPS): Define.
8957 (gdb.dvi, gdb.pdf): Use.
8958 (STABS_TEX_TMPS): Define.
8959 (stabs.dvi, stabs.pdf): Use.
8960 (GDB_DOC_SOURCE_INCLUDES): New macros.
8961 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
8962 (GDBINT_DOC_FILES_INCLUDES): New macros.
8963 (GDBINT_DOC_BUILD_INCLUDES): New macros.
8964 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
8965 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
8966 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
8967 (links2roff): Replace SFILES_INCLUDED with
8968 GDB_DOC_SOURCE_INCLUDES.
8969 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
8970 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
8971 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
8972 dependencies.
8973 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
8974 dependencies.
8975 (gdbmi.texinfo): Delete rule.
8976 (inc-hist.texinfo): Delete rule.
8977 (rluser.texinfo): Delete rule.
8978
ebba8386
AC
89792002-08-23 Andrew Cagney <cagney@redhat.com>
8980
8981 * gdbint.texinfo (Target Architecture Definition): Update
8982 STORE_RETURN_VALUE, mention regcache.
8983
0ab7a791
AC
89842002-08-21 Andrew Cagney <ac131313@redhat.com>
8985
8986 * gdbint.texinfo (Target Architecture Definition): Document
8987 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
8988
ee2d5c50
AC
89892002-08-19 Andrew Cagney <ac131313@redhat.com>
8990
8991 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
8992 Fix minor typos. Add index entries.
8993
53c69bd7
AC
89942002-08-18 Andrew Cagney <ac131313@redhat.com>
8995
8996 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
8997
e76f1f2e
AC
89982002-08-15 Andrew Cagney <ac131313@redhat.com>
8999
9000 * gdbint.texinfo (Target Architecture Definition): Document
9001 PRINT_VECTOR_INFO.
9002 * gdb.texinfo (Vector Unit): Document "info vectors" command.
9003
0680b120
AC
90042002-08-13 Andrew Cagney <ac131313@redhat.com>
9005
9006 * gdb.texinfo (Maintenance Commands): Document "maint print
9007 registers", "maint print raw-registers" and "maint print
9008 cooked-registers".
9009
3c3bea1c
GS
90102002-08-08 Grace Sainsbury <graces@redhat.com>
9011
a9331b3f 9012 From Mark Salter:
3c3bea1c
GS
9013 * gdb.texinfo (Protocol): Document T packet extension to
9014 allow watchpoint address reporting.
9015
42f9b0a5
AC
90162002-08-03 Andrew Cagney <ac131313@redhat.com>
9017
9018 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
9019
db034ac5
AC
90202002-08-01 Andrew Cagney <cagney@redhat.com>
9021
9022 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
9023 to CHILL.
9024
e2b28d04
AC
90252002-08-01 Andrew Cagney <ac131313@redhat.com>
9026
9027 * gdbint.texinfo (Coding): Revise section "Include Files".
9028
7fb623f7
AC
90292002-07-24 Andrew Cagney <cagney@redhat.com>
9030
9031 * gdbint.texinfo: Obsolete references to m88k.
9032 * gdb.texinfo: Ditto.
9033
4a2b4636
JB
90342002-07-10 Joel Brobecker <brobecker@gnat.com>
9035
7fb623f7 9036 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
9037 where the proper version of autoconf can be retrieved.
9038
a71ec265
DH
90392002-07-09 Don Howard <dhoward@redhat.com>
9040
9041 * gdb.texinfo (Command Files): Further describe the behavior of
9042 sourced command files.
9043
b9aa90c9
AC
90442002-06-27 Andrew Cagney <ac131313@redhat.com>
9045
9046 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
9047 (Coding): Clarify ISO C version that GDB assumes.
9048
40dd2248
TT
90492002-06-26 Tom Tromey <tromey@redhat.com>
9050
9051 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
9052 add_setshow_cmd_full.
9053
bfac230e
DH
90542002-06-25 Don Howard <dhoward@redhat.com>
9055
9056 * gdb.texinfo (Memory Region Attributes): Document new behavior
9057 for 'mem' command.
9058
475b0867
JB
90592002-06-11 Jim Blandy <jimb@redhat.com>
9060
919d772c
JB
9061 * gdb.texinfo (Symbols): Update documentation for `info source'
9062 command.
9063
475b0867
JB
9064 * gdb.texinfo (Macros): Call the command `info macro', not
9065 `show macro'.
9066
ba8c9337
AC
90672002-06-09 Andrew Cagney <ac131313@redhat.com>
9068
9069 * gdbint.texinfo (Coding): Add section ``Per-architecture module
9070 data''.
9071
1029b7fa
MK
90722002-06-09 Mark Kettenis <kettenis@gnu.org>
9073
9074 * gdbint.texinfo (Target Architecture Definition): Document
9075 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
9076
16737d73
AC
90772002-06-08 Andrew Cagney <ac131313@redhat.com>
9078
9079 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
9080 lists.
9081
30107679
AC
90822002-06-08 Andrew Cagney <ac131313@redhat.com>
9083
9084 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
9085 Branch''.
9086
3352e23e
AC
90872002-06-01 Andrew Cagney <ac131313@redhat.com>
9088
9089 * gdbint.texinfo (Target Architecture Definition): Add section
9090 ``Converting an existing Target Architecture to Multi-arch''.
9091
cbb09e6a
AC
90922002-05-30 Andrew Cagney <ac131313@redhat.com>
9093
9094 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
9095 to ``Obsoleting code''. Revise.
9096
e2e0bcd1
JB
90972002-05-17 Jim Blandy <jimb@redhat.com>
9098
9099 * gdb.texinfo (C Preprocessor Macros): New chapter.
9100 Include it in the main menu.
9101 (Contributors): Credit Jim Blandy with macro support.
9102 (Compilation): Explain how to get macro information into the
9103 executable.
9104 (Expressions): Note that preprocessor macros are expanded.
9105
9db8d71f
DJ
91062002-05-14 Daniel Jacobowitz <drow@mvista.com>
9107
9108 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
9109 options for `target remote'.
9110
6d531722
AC
91112002-05-13 Andrew Cagney <ac131313@redhat.com>
9112
9113 * gdbint.texinfo (Target Architecture Definition): Delete
9114 documentation on NNPC_REGNUM.
9115
13d01224
AC
91162002-05-11 Andrew Cagney <ac131313@redhat.com>
9117
9118 * gdbint.texinfo (Target Architecture Definition): Document
9119 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
9120 (Target Architecture Definition): Revise section `Using Different
9121 Register and Memory Data Representations'. Add section `Raw and
9122 Virtual Register Representations'.
9123
b2e75d78
AC
91242002-05-11 Andrew Cagney <ac131313@redhat.com>
9125
9126 * gdbint.texinfo (Target Architecture Definition): Mention
9127 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
9128 (Target Architecture Definition): Mention same. Add references to
9129 web pages.
9130
2c8682ee
MS
91312002-05-08 Michael Snyder <msnyder@redhat.com>
9132
9133 * stabs.texinfo (Attributes): Document new "vector" attribute.
9134
0816590b
AC
91352002-05-04 Andrew Cagney <ac131313@redhat.com>
9136
9137 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
9138
2653173e
AC
91392002-05-04 Andrew Cagney <ac131313@redhat.com>
9140
9141 * gdb.texinfo: Delete obsolete references to a29k.
9142
d7bd68ca
AC
91432002-04-24 Andrew Cagney <ac131313@redhat.com>
9144
9145 * gdbint.texinfo (Target Architecture Definition): Replace
9146 IN_SIGTRAMP with PC_IN_SIGTRAMP.
9147
21d83aa5
DM
91482002-04-24 David S. Miller <davem@redhat.com>
9149
9150 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
9151
7673a6cc
DM
91522002-04-21 David S. Miller <davem@redhat.com>
9153
9154 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
9155
d49d1e0a
AC
91562002-04-21 Andrew Cagney <ac131313@redhat.com>
9157
9158 * gdbint.texinfo (Target Architecture Definition): Delete
9159 definition of HAVE_REGISTER_WINDOWS.
9160
f7dc1244 91612002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
9162
9163 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
9164 "Theodore A. Roth" <troth@verinet.com>.
9165
5ca0cb28
DH
91662002-04-15 Don Howard <dhoward@redhat.com>
9167
f7dc1244 9168 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 9169 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 9170 Provide a better explaination of this feature.
5ca0cb28 9171
f208ba17
AC
91722002-04-14 Andrew Cagney <ac131313@redhat.com>
9173
9174 * gdbint.texinfo (Target Architecture Definition): Remove
9175 FRAME_CHAIN_COMBINE.
9176
d5ba91de
MC
91772002-04-12 Michael Chastain <mec@shout.net>
9178
9179 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
9180 REG_STACK_SEGMENT.
9181
26818220
MC
91822002-04-09 Michael Chastain <mec@shout.net>
9183
9184 * gdbint.texinfo (Obsolete Conditionals): Remove references to
9185 PYRAMID_* macros.
9186
129188f6
AC
91872002-04-07 Andrew Cagney <ac131313@redhat.com>
9188
9189 * gdb.texinfo (Bug Reporting): Document that the web is the
9190 prefered way of submitting bug reports.
9191 (Bug Reporting): Delete the s-mail address as the last resort.
9192
8227c0ff
AC
91932002-04-05 Andrew Cagney <ac131313@redhat.com>
9194
9195 * gdbint.texinfo (Target Architecture Definition): Delete
9196 references to TARGET_WRITE_FP and write_fp.
9197
16d9dec6
MS
91982002-03-27 Michael Snyder <msnyder@redhat.com>
9199
9200 * gdb.texinfo: Document new commands dump, append, and restore.
9201
9ae8b82c
AC
92022002-03-27 Andrew Cagney <ac131313@redhat.com>
9203
9204 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
9205 Branch'.
9206
474c8240
AC
92072002-03-18 Andrew Cagney <ac131313@redhat.com>
9208
9209 * gdb.texinfo: Change all examples to @smallexample.
9210 * gdbint.texinfo: Ditto.
a9331b3f 9211
fb0ff88f
AC
92122002-03-18 Andrew Cagney <ac131313@redhat.com>
9213
9214 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
9215 Branches''.
9216
9bb0a4d8
AC
92172002-03-18 Andrew Cagney <ac131313@redhat.com>
9218
9219 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
9220 Policy''.
9221
937f164b
FF
92222002-03-04 Fred Fish <fnf@redhat.com>
9223
9224 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
9225 expresson, suports, dependant, trhe, perhaphs, situtations,
9226 explictily, taged, oportunity, unfortunatly).
9227
a7b40f07
AC
92282002-02-24 Andrew Cagney <ac131313@redhat.com>
9229
9230 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
9231 Remove reference to 3.12.
9232
aab4e0ec
AC
92332002-02-23 Andrew Cagney <ac131313@redhat.com>
9234
9235 * gdbint.texinfo: Include fdl.texi.
9236 (Top): Add GNU Free Documentation License.
9237 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
9238 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
9239 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
9240 (gdbint.info): Add srcdir to include path.
9241 * gdb.texinfo: Include gpl.texi.
9242 (Top): Add Copying.
9243 * gpl.texi: New file.
9244
47b95330
AC
92452002-02-23 Andrew Cagney <ac131313@redhat.com>
9246
9247 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
9248
78c47bea
PM
92492002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9250
9251 * gdb.texinfo: Document Cygwin native specific commands.
9252
56460a61
DJ
92532002-02-15 Daniel Jacobowitz <drow@mvista.com>
9254
9255 * gdb.texinfo: Document gdbserver ``--attach'' command.
9256
def71bfa
MS
92572002-02-07 Michael Snyder <msnyder@redhat.com>
9258
9259 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
9260 to @code(_ovly_debug_event).
9261
c928edc0
AC
92622002-02-07 Andrew Cagney <ac131313@redhat.com>
9263
9264 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
9265
81d46470
MS
92662002-02-06 Michael Snyder <msnyder@redhat.com>
9267
9268 * gdb.texinfo (overlays): Mention new magic symbol
9269 '_ovly_debug_event', which allows GDB to keep better track
9270 of overlays.
9271
f7dc1244 92722002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
9273
9274 * gdb.texinfo (Memory Region Attributes): Fix the wording.
9275 Suggested by Dmitry Sivachenko.
9276
9277 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
9278
15110bc3
MS
92792002-02-01 Michael Snyder <msnyder@redhat.com>
9280
9281 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
9282
6763aef9
MS
92832002-01-30 Michael Snyder <msnyder@redhat.com>
9284
ac282366
MS
9285 * gdb.texinfo: (remote protocol): Gramatical fix-up.
9286 (set trust-readonly-sections): Document.
6763aef9 9287
8642bc8f
AC
92882002-01-29 Andrew Cagney <ac131313@redhat.com>
9289
9290 * gdbint.texinfo (Releasing GDB): Revise and update.
9291
afe64c1a
AC
92922002-01-28 Andrew Cagney <ac131313@redhat.com>
9293
9294 * gdbint.texinfo (Target Architecture Definition): Delete
9295 description of TARGET_BYTE_ORDER_DEFAULT.
9296
f7dc1244 92972002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
9298
9299 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
9300 <mitya@cavia.pp.ru>.
9301
3d6e1b5a
AC
93022002-01-23 Andrew Cagney <ac131313@redhat.com>
9303
9304 * libgdb.texinfo: Delete file.
9305
6c0e9fb3
AC
93062002-01-22 Andrew Cagney <ac131313@redhat.com>
9307
9308 * gdb.texinfo: Remove makeinfo 3.12 hacks.
9309 * gdbint.texinfo: Ditto.
9310
e0ce93ac
AC
9311Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
9312
9313 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
9314
be298bcc
AC
93152002-01-22 Andrew Cagney <ac131313@redhat.com>
9316
9317 * Makefile.in: Update copyright.
9318 (TEXI2DVI): Define.
9319 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
9320 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
9321 gdb-cfg.texi.
9322 (TEXINDEX, PDFTEX): Delete makefile variables.
9323
8e04817f
AC
93242002-01-22 Andrew Cagney <ac131313@redhat.com>
9325
9326 * gdb.texinfo (Protocol): Move section to appendix.
9327
6b2f586d
AC
93282002-01-21 Andrew Cagney <ac131313@redhat.com>
9329
9330 * gdb.texinfo (Remote Debugging): Create a menu.
9331 (Top): Add ``Remote Debugging'' to menu.
9332
6f05cf9f
AC
93332002-01-21 Andrew Cagney <ac131313@redhat.com>
9334
9335 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
9336 serial protocol'' from here.
9337 (Remote Debugging): To here. New chapter.
9338
3fd3d7d2
AC
93392002-01-20 Andrew Cagney <ac131313@redhat.com>
9340
9341 * gdbint.texinfo (Target Architecture Definition): Delete
9342 description of TARGET_BYTE_ORDER_SELECTABLE_P.
9343
7fd60527
AC
93442002-01-20 Andrew Cagney <ac131313@redhat.com>
9345
9346 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
9347 are no longer needed.
9348 (Porting GDB): Add maintainer note about configure.host.
9349
c2f05ac9
AC
93502002-01-20 Andrew Cagney <ac131313@redhat.com>
9351
9352 * gdbint.texinfo (Target Architecture Definition): Remove
9353 definition of IEEE_FLOAT.
9354
f7dc1244 93552002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
9356
9357 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
9358 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
9359 <3diff@gnu.org>
231b2aad 9360
82600034
AC
93612002-01-19 Andrew Cagney <ac131313@redhat.com>
9362
9363 * gdbint.texinfo (Host Definition): Remove references to
9364 MALLOC_INCOMPATIBLE.
9365
7708fa01
AC
93662002-01-17 Andrew Cagney <ac131313@redhat.com>
9367
9368 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
9369 and xyz-xdep.o.
9370
eb12ee30
AC
93712002-01-17 Andrew Cagney <ac131313@redhat.com>
9372
889bf7c5 9373 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
9374 (Set Breaks): Copy ``maint info breakpoint'' doco to
9375 ``Maintenance Commands'' appendix. Add reference.
9376
c9ccaa92
AC
93772002-01-17 Andrew Cagney <ac131313@redhat.com>
9378
9379 * fdl.texi: Remove next/prev from @node.
9380
f7dc1244 93812002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
9382
9383 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
9384 for monstrous @multitable (from Brian Youmans).
9385
9386 * fdl.texi: New file.
9387
9388 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
9389
8973da3a
AC
93902002-01-15 Andrew Cagney <ac131313@redhat.com>
9391
9392 * gdbint.texinfo (Releasing GDB): New chapter.
9393
7d86b5d5
AC
93942002-01-14 Andrew Cagney <ac131313@redhat.com>
9395
9396 * gdb.texinfo (Embedded Processors, Calling program functions):
9397 Obsolete references to a29k.
9398
cc1cb004
AC
93992002-01-13 Andrew Cagney <ac131313@redhat.com>
9400
9401 * gdbint.texinfo (Coding): Review Cleanups section. Examples
9402 examples. Document that a code-block should do or discard its
9403 cleanups before exit.
9404
79f12247
MS
94052002-01-11 Michael Snyder <msnyder@redhat.com>
9406
9407 * gdb.texinfo (Choosing files): Change @samp to @file.
9408
19837790
MS
94092002-01-05 Michael Snyder <msnyder@redhat.com>
9410
9411 * gdb.texinfo (--pid): Document new command line option (attach).
9412
f7dc1244 94132002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
9414
9415 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
9416 in the stub.
9417
d7449b42
AC
94182002-01-04 Andrew Cagney <ac131313@redhat.com>
9419
9420 * gdbint.texinfo (Target Architecture Definition): Replace
9421 BIG_ENDIAN with BFD_ENDIAN_BIG.
9422
f23631e4
AC
94232002-01-03 Andrew Cagney <ac131313@redhat.com>
9424
9425 * gdbint.texinfo (Target Architecture Definition): Replace
9426 value_ptr with struct value pointer.
9427
72c9928d
EZ
94282002-01-02 Eli Zaretskii <eliz@gnu.org>
9429
9430 * gdb.texinfo (Free Software): Fix wording.
9431
959acfd1
EZ
94322001-12-31 Eli Zaretskii <eliz@gnu.org>
9433
9434 * gdb.texinfo (Free Software): New section ``Free Software Needs
9435 Free Documentation''.
9436
f7dc1244 94372001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
9438
9439 * stabs.texinfo:
9440 * gdb.texinfo:
9441 * gdbint.texinfo:
9442 * libgdb.texinfo:
9443 * annotate.texi: Fix the application of GFDL in the Copyright notice.
9444
6600abed
MS
94452001-12-29 Michael Snyder <msnyder@redhat.com>
9446
9447 * gdb.texinfo (maint info sections): Fix typo.
9448
f6680716
MS
94492001-12-26 Michael Snyder <msnyder@redhat.com>
9450
fe95c787
MS
9451 * gdb.texinfo (maint info sections): Document.
9452
a9331b3f 9453 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
9454 'info proc' sub-options that are currently not implemented.
9455
c3d3ce5b
JB
94562001-12-20 Jim Blandy <jimb@redhat.com>
9457
9458 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
9459
778eb05e
AC
94602001-12-15 Andrew Cagney <ac131313@redhat.com>
9461
9462 * gdbint.texinfo (Target Architecture Definition): Replace
9463 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
9464
2607059c
AC
94652001-12-01 Andrew Cagney <ac131313@redhat.com>
9466
9467 * gdbint.texinfo (Host Definition): Delete documentation on
9468 HOST_BYTE_ORDER.
9469
df0cd8c5
JB
94702001-11-30 Jim Blandy <jimb@redhat.com>
9471
9472 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 9473 overlay support. Add to top-level menu.
df0cd8c5 9474
88118b3a
TT
94752001-11-26 Tom Tromey <tromey@redhat.com>
9476
9477 * gdb.texinfo (Command Syntax): Document C-o binding.
9478
96565e91
CF
94792001-07-26 Christopher Faylor <cgf@redhat.com>
9480
9481 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
9482 use since it is described in the referenced section.
9483
f7dc1244 9484 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
9485 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
9486 clearer when using DJGPP.
9487
2a3d5645
CF
94882001-11-24 Christopher Faylor <cgf@redhat.com>
9489
9490 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
9491 specifically refer to MS-DOS.
9492 (command files): Mention gdb.ini is only used on MS-DOS.
9493
aa26fa3a
TT
94942001-11-21 Tom Tromey <tromey@redhat.com>
9495
9496 * gdb.texinfo (Invoking GDB): Document --args.
9497 (Mode Options): Likewise.
9498
4f8ada06
JB
94992001-11-21 Jim Blandy <jimb@redhat.com>
9500
9501 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
9502 Delete documentation; this macro has been removed from the
9503 sources.
4f8ada06 9504
3fe0dc10
JB
95052001-11-13 Jim Blandy <jimb@redhat.com>
9506
9507 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
9508
9e5abb06
CV
95092001-11-06 Corinna Vinschen <vinschen@redhat.com>
9510
9511 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
9512
1c5dfdad
MS
95132001-11-05 Michael Snyder <msnyder@redhat.com>
9514
a9331b3f 9515 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
9516 quote regexp chars in function names such as "operator*()".
9517
990f9fe3
FF
95182001-11-01 Fred Fish <fnf@redhat.com>
9519
9520 * gdbint.texinfo (SOLIB_ADD): Document additional new
9521 "readsyms" arg.
9522
b433d00b
DH
95232001-10-30 Don Howard <dhoward@redhat.com>
9524
070b1dd3
DH
9525 * gdb.texinfo: (Command Files) Added documentation for the
9526 behavior of gdb with input redirected from a file.
b433d00b 9527
b7209cb4
FF
95282001-10-28 Fred Fish <fnf@redhat.com>
9529
9530 * gdb.texinfo (auto-solib-add): Change docs to match
9531 implementation change.
9532 (auto-solib-limit): Add docs for new variable.
9533
1aa20aa8
AC
95342001-10-15 Andrew Cagney <ac131313@redhat.com>
9535
9536 * gdbint.texinfo (Target Architecture Definition): Function
9537 value_as_pointer renamed to value_as_address.
9538
fc0c74b1
AC
95392001-10-15 Andrew Cagney <ac131313@redhat.com>
9540
9541 * gdbint.texinfo (Target Architecture Definition): Default
9542 POINTER_TO_ADDRESS functions assume unsigned addresses.
9543 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
9544 posting by Jim Blandy.
9545
f4846649
JB
95462001-10-12 Jim Blandy <jimb@redhat.com>
9547
9548 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
9549 version of texi2html (1.64) doesn't support this flag any more.
9550
f277788b
MK
95512001-09-08 Mark Kettenis <kettenis@gnu.org>
9552
a9dc4918
MK
9553 * gdbint.texinfo (Host Definition): Remove description of
9554 MEM_FNS_DECLARED.
9555
d28379df
MK
9556 * gdbint.texinfo (Host Definition): Remove description of R_OK.
9557
f277788b
MK
9558 * gdbint.texinfo (Host Definition): Remove description of
9559 HAVE_SIGSETMASK.
9560
7ccaa899
EZ
95612001-09-04 Elena Zannoni <ezannoni@redhat.com>
9562
9563 * gdbint.texinfo (Target Architecture Definition): Add
9564 explanation of TARGET_PRINT_INSN macro.
9565
17d9d558
JB
95662001-08-30 Jim Blandy <jimb@redhat.com>
9567
9568 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
9569 Explain what it means to load relocatable files.
9570
72cde065
JB
95712001-08-28 Jim Blandy <jimb@redhat.com>
9572
9573 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
9574 info `top' menu.
9575
9e678452
CF
9576Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
9577
9578 * gdbint.texinfo: Add a cautionary note about macro use.
9579
a2bea4c3 95802001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 9581
a2bea4c3
CV
9582 * gdb.texinfo: Explain omitting the hostname in the
9583 `target remote' command.
9584
1129bf27
DJ
95852001-07-30 Daniel Jacobowitz <drow@mvista.com>
9586
9587 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
9588 and END-INFO-DIR-ENTRY.
9589
732b3002
SC
95902001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9591
9592 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
9593
89437448
AC
95942001-07-25 Andrew Cagney <ac131313@redhat.com>
9595
9596 * gdbint.texinfo (libgdb): Rewrite.
9597
f7dc1244 95982001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
9599
9600 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
9601
c4555f82
SC
96022001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9603
9604 * gdb.texinfo (TUI): New chapter, document the TUI.
9605 (Mode Options): Document the -tui option.
9606
2f45a6e0
MK
96072001-07-23 Mark Kettenis <kettenis@gnu.org>
9608
9609 * gdbint.texinfo (Host Definition): Remove description of
9610 NEED_POSIX_SETPGID.
9611
f7dc1244 96122001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
9613
9614 * gdb.tex (DJGPP Native): New node, with descriptions of
9615 DJGPP-specific commands.
9616
be9c6c35
JM
96172001-07-19 John R. Moore <jmoore@redhat.com>
9618
9619 * gdbint.texinfo: Three misspellings.
9620
dfa249fb
AC
96212001-07-06 Andrew Cagney <ac131313@redhat.com>
9622
9623 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
9624 `test` expressions on bash. Problem reported by Colin Walters.
9625
c72e7388
AC
96262001-07-04 Andrew Cagney <ac131313@redhat.com>
9627
9628 * gdbint.texinfo (User Interface): Update ui-out documentation to
9629 refelect recent UI/MI updates.
9630
94bbb2c0
AC
96312001-07-04 Andrew Cagney <ac131313@redhat.com>
9632
9633 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
9634 interpreters.
9635
af6c57ea
AC
96362001-06-15 Andrew Cagney <ac131313@redhat.com>
9637
9638 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
9639 structure and not macros.
9640 (Host Definition): Document that much of this chapter is obsolete.
9641 (Target Architecture Definition): Update list of files that make
9642 up a target architecture.
9643 (Coding): Update.
9644
83aa8bc6
AC
96452001-06-28 Andrew Cagney <ac131313@redhat.com>
9646
9647 * gdbint.texinfo (Target Architecture Definition): Update
9648 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
9649 The latter has been changed to a true predicate.
9650
f7dc1244 96512001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
9652
9653 * annotate.texi: Add @noindent where needed. From Dmitry
9654 Sivachenko <dima@Chg.RU>.
9655 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
9656
656db9b0
AC
96572001-06-16 Andrew Cagney <ac131313@redhat.com>
9658
9659 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
9660
df2396a1
AC
96612001-06-14 Andrew Cagney <ac131313@redhat.com>
9662
9663 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
9664 returns ``OK''. Document that the ``R'' packet does not reply.
9665
0f1f2b0a
MS
96662001-06-13 Michael Snyder <msnyder@redhat.com>
9667
9668 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
9669
f7dc1244 96702001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
9671
9672 * gdb.texinfo (Signals): Clarify the default setting of signal
9673 handling.
9674
a5d7c491
AC
96752001-05-14 Andrew Cagney <ac131313@redhat.com>
9676
9677 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
9678 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
9679
05a54c4f
AC
96802001-05-12 Andrew Cagney <ac131313@redhat.com>
9681
9682 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
9683
f7dc1244 96842001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
9685
9686 * gdbint.texinfo (Clean Design and Portable Implementation):
9687 Renamed from "Clean Design".
9688 (Clean Design and Portable Implementation): Document portable
9689 methods of handling file names, and the associated macros.
9690
f7dc1244 96912001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
9692
9693 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
9694 command and provide a cross-reference to its description.
9695 (Symbols): Note that "info scope" is useful for trace experiments.
9696
f7dc1244 96972001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 9698
b37052ae
EZ
9699 * gdb.texinfo (Symbols): Document "info scope".
9700 (Tracepoints): New chapter.
9701 (Contributors): Update for v5.1.
9702 <All nodes>: Change "C++" to "C@t{++}".
9703
0ee54786
EZ
9704 * gdbint.texinfo (User Interface): A new section about ui_out
9705 functions, based on text written by Fernando Nasser.
9706
c534679c
EZ
9707 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
9708
f7dc1244 97092001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 9710
e9c75b65
EZ
9711 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
9712
9713 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
9714
9715 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
9716 Replace "GDB" with "@value{GDBN}". Fix markup.
9717
9718 * annotate.texi: Change Permissions to GFDL. Update Copyright.
9719
3d67e040
EZ
9720 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
9721 a cross-reference to its description.
9722 (Symbols): Document "info symbol".
9723
f7dc1244 97242001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
9725
9726 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
9727 subsection "x86 Watchpoints".
9728 (Target Architecture Definition): Document the macros
9729 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
9730 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
9731
b0ed3589
AC
97322001-03-20 Andrew Cagney <ac131313@redhat.com>
9733
9734 * gdbint.texinfo (Target Architecture Definition): Update
9735 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
9736 list.
9737
b6ba6518
KB
97382001-03-06 Kevin Buettner <kevinb@redhat.com>
9739
9740 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
9741 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
9742
f7dc1244 97432001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
9744
9745 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
9746
f7dc1244 97472001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 9748
17cc6a06
EZ
9749 * gdb.texinfo (Environment): Document that `path' does not change
9750 the value of PATH in GDB's own environment (it did in the past,
9751 but that was changed on March 15, 1994). Reported by Doug Evans
9752 <dje@transmeta.com>.
9753
56caf160
EZ
9754 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
9755 its line. Fix markup of commands and macros. Add an Index node
9756 and index entries.
9757
29e57380
C
97582001-01-23 J.T. Conklin <jtc@redback.com>
9759
9760 * gdb.texinfo (Memory region attributes): New manual section.
9761
1c6147de
ND
97622001-01-04 Nicholas Duffek <nsd@redhat.com>
9763
9764 * gdbint.texinfo (POP_FRAME): Document use by return_command.
9765
f7dc1244 97662000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
9767
9768 * refcard.tex: Version and copyright fixed. From Phil Edwards
9769 <pedwards@disaster.jaj.com>.
9770
0dcedd82
AC
9771Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
9772
9773 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 9774 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 9775
3b851bce
AC
9776Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
9777
9778 * gdbint.texinfo (Coding): Update current value of
889bf7c5 9779 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 9780
f7dc1244 97812000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
9782
9783 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
9784 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
9785
b90a5f51
CF
97862000-11-10 Christopher Faylor <cgf@cygnus.com>
9787
9788 * gdb.texinfo: Document new 'set step-mode' command.
9789
f7dc1244 97902000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
9791
9792 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
9793 changes from Dmitry Sivachenko <dima@Chg.RU>.
9794
f7dc1244 97952000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
9796
9797 * gdb.texinfo (Hooks): Document the new post-hook functionality.
9798 From Steven Johnson <sbjohnson@ozemail.com.au>.
9799
2e685b93
MK
98002000-08-10 Mark Kettenis <kettenis@gnu.org>
9801
9802 * gdbint.texinfo (Overall Structure): Spelling fix.
9803
f7dc1244 98042000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
9805
9806 * gdbint.texinfo (Target Architecture Definition): Document that
9807 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
9808 for which REGISTER_CONVERTIBLE returns a zero value.
9809
63ac3005
EZ
98102000-07-08 Christopher Faylor <cgf@cygnus.com>
9811
9812 * Makefile.in (install-info): Find files to install in either the
9813 build or source directories (adapted from Makefile.am).
9814
bd79f757
ND
98152000-07-07 Nicholas Duffek <nsd@redhat.com>
9816
9817 * stabs.texinfo: Fix spelling errors.
9818 (String Field): FILE-NUMBER starts from 0, not 1.
9819
f7dc1244 98202000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
9821
9822 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 9823 Brian Youmans.
5f208f6d 9824
f7dc1244 98252000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
9826
9827 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
9828 the source directory. Reported by Mark Harig
9829 <markh@frazier.landmark.com>.
cc542d3b 9830
f3b28801
C
98312000-06-20 J.T. Conklin <jtc@redback.com>
9832
9833 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
9834
449f3b6c
AC
9835Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
9836
9837 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 9838 Generate using pdftex.
449f3b6c 9839 (PDFTEX): Define.
889bf7c5 9840 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 9841 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 9842 @contents at the start.
449f3b6c 9843
f7dc1244 98442000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
9845
9846 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 9847 Youmans.
48e934c6 9848
9e9c5ae7
AC
9849Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
9850
9851 From Brian Youmans:
9852 * gdb.texinfo: Fix ``et al.''.
9853
c741b251
AC
9854Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
9855
9856 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 9857 loop.
c741b251 9858
4ab64e14
JG
98592000-05-19 Jimmy Guo <guo@cup.hp.com>
9860
9861 * configure: Regenerate.
9862
f7dc1244 98632000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
9864
9865 * Makefile.in (install-info): Run install-info on installed Info
9866 files.
9867
8c70017b
AC
9868Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
9869
a7cb598a 9870 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 9871 Andrew Cagney.
8c70017b 9872
f7dc1244 98732000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
9874
9875 * gdb.texinfo: Proofreading changes from Brian Youmans.
9876
bf0184be
ND
98772000-05-01 Nick Duffek <nsd@cygnus.com>
9878
9879 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
9880 startup sequence, minor edits.
9881
f7dc1244 98822000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
9883
9884 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
9885 TeX.
9886
9887 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
9888 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
9889 like `n' and `s' which look weird. Convert some of the @kindex to
9890 @vindex, when they refer to variables, not commands.
9891
33e16fad
AC
9892Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
9893
9894 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
9895
f7dc1244 98962000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
9897
9898 * Makefile.in (GDBMI_DIR): New variable.
9899 (SET_TEXINPUTS): Add $(GDBMI_DIR).
9900 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
9901 (gdbmi.texinfo): New target, for texi2roff.
9902 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
9903 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
9904
9905 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
9906 gdbmi.texinfo.
9907 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
9908 comment.
9909
d167840f
EZ
99102000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9911
9912 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 9913 command.
d167840f 9914
f7dc1244 99152000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
9916
9917 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
9918 prevents the build (and is generally a Bad Idea).
9919
f7dc1244 99202000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
9921
9922 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
9923 a comma inside @var.
9924 (Command Files): Index markup changes from Dmitry Sivachenko
9925 <dima@Chg.RU>.
9926
f7dc1244 99272000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
9928
9929 * Makefile.in (LN_S): Define.
9930 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
9931 invoke "ln -s" unless it is known to work.
9932
9933 * configure.in (AC_PROG_LN_S): Add.
9934
8dc7983f
JB
99352000-04-14 Jim Blandy <jimb@redhat.com>
9936
9937 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
9938 section.
9939 (Target Conditionals): Document ADDRESS_TO_POINTER,
9940 POINTER_TO_ADDRESS.
9941
1a8237e8
DB
99422000-04-11 Daniel Berlin <dan@cgsoftware.com>
9943
9944 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
9945 gdb-cfg.texi to get the value.
9946
ca526f1a
JB
99472000-04-10 Jim Blandy <jimb@redhat.com>
9948
9949 * gdbint.texinfo (Target Architecture Definition): Fix
9950 cross-references.
9951
faaafcb4
JB
99522000-04-08 Jim Blandy <jimb@redhat.com>
9953
9954 * gdbint.texinfo (Using Different Register and Memory Data
9955 Representations): New section.
9956 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
9957 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
9958 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 9959
1b27397f
AC
9960Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
9961
9962 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 9963 for acknowledgments.
1b27397f 9964
480ff1fb
AC
9965Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
9966
9967 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 9968 qThreadExtraInfo.
480ff1fb 9969
a9331b3f 99702000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 9971
a9331b3f
RM
9972 * gdb.texinfo: Clarify which remote debug protocol commands are
9973 required and which are optional.
f1251bdd 9974
dbeb8dbd
AC
9975Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
9976
9977 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
9978 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
9979 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
9980 * annotate.texi: Update.
9981
6d2ebf8b
SS
99822000-03-28 Stan Shebs <shebs@apple.com>
9983
9984 * gdb.texinfo: Update dates, bump to Eighth Edition (note
9985 expectation of additional changes before release), update
9986 ISBN, add copy of top-level menu for @ifhtml, remove explicit
9987 node links, rephrase and/or shorten lines to fix formatting
9988 problem in both regular and @smallbook formats.
9989 * annotate.texi: Shorten lines in example, use smallexample
9990 consistently everywhere.
9991 * Makefile.in: Add comment about texinfo 4.0 html generation.
9992 (SFILES_INCLUDED): Add annotate.texi.
9993
5d161b24
DB
99942000-03-27 Daniel Berlin <dan@cgsoftware.com>
9995
5ae4183a
AS
9996 * gdb.texinfo (Debugging Output): Added new section, documenting
9997 the "set/show debug" commands.
5d161b24 9998
b9deaee7
AC
9999Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
10000
10001 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 10002 entry.
b9deaee7
AC
10003
10004 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
10005 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 10006 @chapter and @node entries.
a9331b3f 10007
b9deaee7 10008 * gdb.texinfo: Link all top-level nodes.
a9331b3f 10009
9ef47d30
AC
10010Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
10011
10012 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 10013 files.
9ef47d30 10014
cfeada60
FN
100152000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
10016
10017 From David Whedon <dwhedon@gordian.com>
5ae4183a 10018 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 10019
6837a0a2
DB
100202000-03-22 Daniel Berlin <dan@cgsoftware.com>
10021
10022 * gdb.texinfo: Add documentation for the apropos command.
10023
bba2971c
MS
100242000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10025
10026 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
10027
2b628194
MS
100282000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10029
a9331b3f 10030 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
10031 two places.
10032
96a2c332
SS
100332000-03-17 Stan Shebs <shebs@apple.com>
10034
10035 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
10036 <dima@Chg.RU>, also clarification of allowed content for
10037 string constants.
10038
f7dc1244 100392000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
10040
10041 * gdb.texinfo (main menu): Add Annotations.
10042 (File Options): Add @cindex entries for each command-line option.
10043 Document --epoch, --annotate, --async, --interpreter, --write,
10044 --statistics, and --version.
10045
10046 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
10047 of GDB.
10048
9d233477
JB
100492000-02-23 Jim Blandy <jimb@redhat.com>
10050
10051 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
10052
14e0eb3b
JB
100532000-02-22 Jim Blandy <jimb@redhat.com>
10054
10055 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
10056
3555de01
JM
100572000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
10058
10059 * Makefile.in (diststuff): New target.
10060
5e35df8e
KB
100612000-02-15 Kevin Buettner <kevinb@redhat.com>
10062
10063 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 10064 architecture. [From Jim Wilson.]
5e35df8e 10065
c5394b80
JM
100662000-01-16 Tom Tromey <tromey@cygnus.com>
10067
10068 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
10069 (Delete Breaks): Mention range arguments.
10070 (Disabling): Likewise.
10071
c3f6f71d
JM
100722000-01-05 Dmitry Sivachenko <dima@Chg.RU>
10073
10074 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
10075
c4093a6a
JM
10076Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
10077
10078 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 10079 valid functions.
c4093a6a 10080
11cf8741
JM
100811999-11-05 Stan Shebs <shebs@andros.cygnus.com>
10082
10083 * gdb.texinfo: Clarify regular expressions used in rbreak.
10084
917317f4
JM
100851999-10-15 Kevin Buettner <kevinb@cygnus.com>
10086
10087 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
10088 MEMORY_REMOVE_BREAKPOINT): Document.
10089
10090Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
10091
10092 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 10093 offset re-using the DATA offset instead.
917317f4 10094
2df3850c
JM
100951999-10-11 Jim Kingdon <kingdon@redhat.com>
10096
10097 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
10098
100991999-10-05 Stan Shebs <shebs@andros.cygnus.com>
10100
10101 From Dmitry Sivachenko <demon@gpad.ac.ru>:
10102 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
10103 typos.
10104
10105 * gdb.texinfo: Various minor wording and formatting improvements,
10106 mentions of additional command-line options.
10107
2acceee2
JM
101081999-09-30 Fred Fish <fnf@cygnus.com>
10109
10110 * gdb.texinfo: Document additional forms of specifying section
10111 names and addresses for the add-symbol-file command.
10112
c2c6d25f
JM
101131999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
10114
10115 * gdbint.texinfo: Fix typo, add the word "have".
10116
101171999-09-14 Jim Blandy <jimb@cris.red-bean.com>
10118
10119 * gdbint.texinfo (Target Architecture Definition): Document the
10120 SKIP_PERMANENT_BREAKPOINT macro.
10121
d4f3574e
SS
101221999-09-07 Stan Shebs <shebs@andros.cygnus.com>
10123
10124 * gdb.texinfo: Fiks speling errers.
10125
10126 * gdb.texinfo: Fix uses of @multitable.
10127
f7dc1244 10128 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 10129 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 10130 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
10131 comments about using with optimization, add more indexing,
10132 fix info about disassembly-flavor.
10133
10134Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
10135
10136 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
10137 SKIP_SOLIB_RESOLVER): Define.
10138
10139Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
10140
10141 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 10142 ``g'' packets.
d4f3574e 10143
104c1213
JM
101441999-08-30 Stan Shebs <shebs@andros.cygnus.com>
10145
10146 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
10147 platform-specific info, inline remote.texi and move sections of it
10148 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
10149 and register stack into the new chapter.
10150 * remote.texi: Remove, now part of gdb.texinfo.
10151 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
10152
101531999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
10154
10155 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
10156 GDB_TARGET_IS_MACH386): These kludges have gone away.
10157
10158Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
10159
10160 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 10161 TDEPLIBS.
104c1213 10162
53a5351d
JM
101631999-08-20 Stan Shebs <shebs@andros.cygnus.com>
10164
10165 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
10166 surrounding text to fit HP-UX bits into general info.
10167 (HPPA-cfg.texi): Remove, no longer useful.
10168
10169 * gdb.texinfo: Remove explicit links from @node lines, remove
10170 HP-added "Detailed Node Listing" from main menu which confuses
10171 things.
10172
10173 From Dmitry Sivachenko <dima@Chg.RU>:
10174 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 10175 in description of `set environment'.
53a5351d
JM
10176
101771999-08-17 Stan Shebs <shebs@andros.cygnus.com>
10178
10179 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
10180
7be570e7
JM
101811999-08-12 Ben Elliston <bje@cygnus.com>
10182
10183 * gdbint.texinfo (Breakpoint Handling): Add missing words.
10184
f7dc1244 101851999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
10186
10187 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
10188 watch, awatch, and rwatch. Explain why the latter two cannot be
10189 set as software watchpoints. Document that watchpoints for local
10190 variables are deleted when the debuggee terminates.
7be570e7
JM
10191
10192Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
10193
10194 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
10195 packet. Allow E.. response packet. "qRcmd" packet is no longer
10196 reserved.
7be570e7
JM
10197
101981999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10199
a9331b3f
RM
10200 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
10201 * gdb.texinfo: Ditto.
7be570e7 10202
96baa820
JM
102031999-08-06 Tom Tromey <tromey@cygnus.com>
10204
10205 * gdb.texinfo (KOD): New node.
10206
10207Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
10208
10209 * remote.texi (Rcmd): Fix minor formatting typos.
10210
10211Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
10212
10213 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 10214 packets.
96baa820 10215
adf40b2e
JM
102161999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
10217
10218 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
10219 fixes.
10220
43ff13b4
JM
10221Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
10222
10223 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
10224
085dd6e6
JM
10225Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
10226
10227 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
10228 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
10229 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
10230 packets that are not supported on all hosts. Expand examples.
10231 Spell check.
085dd6e6
JM
10232
102331999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
10234
10235 * Makefile.in: Recognize html, install-html. Add targets
10236 to build HTML versions of documentation via texi2html.
10237
10238Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
10239
10240 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 10241 testsuite.
085dd6e6
JM
10242
10243Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
10244
10245 * remote.texi (Communication Protocol): Rewrite.
10246
10247Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
10248
10249 * stabs.texinfo: Fix uses of xref.
10250
9e0b60a8
JM
10251Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
10252
10253 * gdbint.texinfo: Add an anti-printf exhortation, and update the
10254 info about patch submission.
10255
cce74817
JM
10256Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
10257
10258 From Per Bothner <bothner@cygnus.com>:
10259 * gdb.texinfo: Document Chill support.
10260
10261Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
10262
10263 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
10264 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
10265 Document that the value should be greater-than or equal-to zero.
10266 (NO_STD_REGS): Document. Deprecate.
cce74817 10267
ac9a91a7
JM
10268Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10269
10270 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 10271 Document that these are not used.
ac9a91a7
JM
10272
10273Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10274
10275 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
10276
392a587b
JM
10277Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
10278
10279 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 10280 numargs was dropped.
392a587b
JM
10281
10282Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
10283
10284 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
10285
b83266a0
SS
10286Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
10287
10288 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 10289 Update.
b83266a0 10290
7a292a7a
SS
10291Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
10292
10293 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
10294 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
10295
10296Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
10297
10298 * gdbint.texinfo: Fix typos: $ -> @.
10299
10300Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
10301
10302 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
10303 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
10304 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
10305 BREAKPOINT_FROM_PC.
a9331b3f 10306
7a292a7a
SS
10307Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
10308
10309 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 10310 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
10311
10312Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10313
10314 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 10315 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
10316
103171999-04-02 Stan Shebs <shebs@andros.cygnus.com>
10318
10319 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
10320 longer exists.
10321
10322Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
10323
10324 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
10325 nearly all @ifset/@ifclear conditionals; nobody uses them, and
10326 they make the manual source incomprehensible.
7a292a7a
SS
10327 * h8-cfg.texi: Remove, hasn't been used in years.
10328
c906108c
SS
10329Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
10330
10331 * gdb.texinfo: Update the credits.
10332
10333Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
10334
10335 * gdb.texinfo: Fix mistakes noticed in printout of last
10336 draft, add Alpha to discussion of heuristic fence post.
10337
10338Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
10339
10340 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
10341 Edition, merge some HP changes into mainline, describe some
10342 previously undocumented features, describe more of the target
10343 commands available, eliminate obsolete section on renamed
10344 commands.
c906108c
SS
10345 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
10346
10347Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
10348
10349 * gdb.texinfo: Make many HPPA conditionals unconditional,
10350 including catchpoint description, since now on for all configs.
10351 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
10352 specializations.
10353
10354Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
10355
10356 * Makefile.in (GDBvn.texi): Fix match expression to work with
10357 current format of VERSION in gdb/Makefile.in.
10358 * gdb.texinfo: Fix node ref to match new readline.
10359
10360Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
10361
a9331b3f
RM
10362 * gdb.texinfo: Changes made as part of a project to merge in
10363 changes made by HP. Documentation makes extensive use of
c906108c
SS
10364 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
10365 on remote debugging. There are differences in documentation
889bf7c5 10366 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
10367 the HP manual discusses catchpoints, hardware watchpoints, and
10368 some HPUX specific limitations for shared library support.
a9331b3f 10369
c906108c
SS
10370 There are also a number of @node changes.
10371
103721999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
10373
10374 * gdbint.texinfo (Formatting): Disambiguate a sentence.
10375 (C Usage): Same.
10376
10377Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
10378
10379 The following changes were made by Edith Epstein
889bf7c5
PA
10380 <eepstein@cygnus.com> as part of a project to merge in changes
10381 made by HP.
a9331b3f 10382
c906108c
SS
10383 * HPPA-cfg.texi: new file.
10384
10385 * all-cfg.texi: set HPPA for HP PA-RISC targets.
10386
10387 * refcard.tex: change documentation about catch.
10388 removed info catch.
10389
10390Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
10391
10392 * gdbint.texinfo: Expand on GDB's coding standards,
10393 specify the use of arg names with prototypes.
10394
103951998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
10396
10397 * gdb.texinfo: Fix tipo.
10398
10399Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
10400
10401 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 10402 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
10403
10404Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
10405
10406 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
10407
104081998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
10409
10410 * agentexpr.texi: New file.
10411
10412Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
10413
10414 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
10415
104161998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
10417
10418 * remote.texi: Changed wording that implied that the GDB remote
10419 protocol caches register values instead of GDB itself.
10420
10421Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
10422
10423 * gdbint.texinfo: Add some info about symbol readers.
10424 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
10425 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
10426 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
10427 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
10428
10429Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
10430
a9331b3f 10431 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
10432
10433Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
10434
10435 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
10436
10437Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
10438
10439 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 10440 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
10441
10442Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
10443
10444 * gdbint.texinfo: Fix minor typos.
10445
10446Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
10447
10448 * gdbint.texinfo: Complete overhaul. Group descriptions more
10449 logically, add more info on generic algorithms, remove much
10450 obsolete and/or wrong material.
10451
10452Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
10453
10454 * stabs.texinfo (Method Type Descriptor): Expand and correct.
10455
10456Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
10457
10458 * refcard.tex: Copyright, address updates.
10459
10460Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
10461
10462 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
10463 for the edition instead of confusing GDB-version-like numbers.
10464
10465Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
10466
10467 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
10468
10469Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
10470
5ae4183a 10471 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
10472
10473Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
10474
10475 * gdb.texinfo: Add some credits, mention bug monitor.
10476 * remote.texi: Mention mips monitor targets.
10477 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 10478
c906108c
SS
10479Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
10480
10481 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
10482 files, finish sorting of host vs target vs native macros, describe
10483 some more of them.
c906108c
SS
10484
10485Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
10486
10487 * gdbint.texinfo (Host Conditionals): Document change from
10488 using NO_MMALLOC to it's inverse, USE_MMALLOC.
10489
10490Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
10491
10492 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 10493 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
10494
10495Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
10496
10497 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
10498 Document LSEEK_NOT_LINEAR.
10499
10500Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
10501
10502 * stabs.texinfo (Stab Section Basics): Make it clear that only
10503 some versions of the GNU linker remove the leading N_UNDF symbol.
10504
10505Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
10506
10507 * stabs.texinfo (String Field): Document type number pairs here,
10508 instead of in the Sun specific section.
10509 (Include Files): The GNU linker supports the N_BINCL
10510 optimization. Clarify the N_BINCL value, and what it is used
10511 for.
10512 (Procedures): Document N_FUN with an empty string to mark the end
10513 of a function.
10514 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
10515 (Sun Differences): Remove this node, as the information is now
10516 elsewhere in the main document.
10517 (Stab Section Basics): Mention that the GNU linker may optimize
10518 stabs and remove the leading N_UNDF symbol.
10519
10520Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
10521
10522 * gdb.texinfo, refcard.tex: Restore author credit
10523
10524Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
10525
10526 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
10527 documentation to account for START and END macros taking
10528 one arg.
10529
10530Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
10531
10532 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
10533 * gdb.texinfo (Frames): Fix typo.
10534
10535Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
10536
10537 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
10538 a target_signal as arg type, not a pid.
10539
10540Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
10541
10542 * gdb.texinfo: Document `set assembly-language'.
10543
10544Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
10545
10546 * remote.texi: Update list of stubs in the GDB distribution.
10547
10548Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
10549
10550 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
10551 Also document that some systems can use mmalloc but must define
10552 this if their C runtime allocates memory that is later freed.
c906108c 10553 (MMCHECK_FORCE): Document new macro.
a9331b3f 10554
c906108c
SS
10555Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
10556
10557 * remote.texi: Add documentation for target Sparclet.
10558
10559Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10560
a9331b3f 10561 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
10562 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
10563 * configure.in: Rewritten for autoconf.
10564 * configure: New.
10565
10566Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
10567
10568 * Makefile.in (DVIPS): New define, set to dvips.
10569 (dvi): Add stabs.dvi.
10570 (ps): New target.
10571 (all-doc): Depend on info, dvi, and ps targets.
10572 (STAGESTUFF): Add *.ps and *.dvi files.
10573 (clean-info, clean-dvi): Remove.
10574 (mostlyclean): Does not depend upon clean-info or clean-dvi,
10575 rules completely rewritten.
10576 (maintainer-clean): Remove clean-info and clean-dvi
10577 dependencies and put their actions in the rules.
10578 (gdb.ps): New target
a9331b3f 10579 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
10580 intermediate TeX files, whether they have 2 or 3 character
10581 extensions.
10582 (gdbint.ps): Add target and rules.
10583 (gdb-internals): Delete unused target.
10584 (Makefile): Depends upon config.status also.
10585
10586Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
10587
10588 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
10589 set.
10590
10591Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
10592
10593 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
10594 * gdb.texinfo (Expressions): Fix erroneous array constant example.
10595
10596Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
10597
10598 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
10599
10600Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10601
10602 * gdb.texinfo (Print settings): Document
10603 `set/show print static-members' commands.
10604
10605Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
10606
10607 * gdbint.texinfo (Native): Document name change, coredep.c to
10608 core-aout.c.
10609
10610Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
10611
10612 * stabs.texinfo (Include Files): Document the values the SunOS4
10613 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
10614
10615Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
10616
10617 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
10618 Fix typo.
10619
10620Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
10621
10622 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
10623 "gdb.tar.Z".
10624
10625Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
10626
10627 * Makefile.in (maintainer-clean): New target, synonym for
10628 realclean.
10629
10630Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
10631
10632 * Update all FSF addresses except those in COPYING* files.
10633
10634Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
10635
10636 From Richard Earnshaw (rearnsha@armltd.co.uk):
10637 * gdb.texinfo (convenience variables): Document $_exitcode.
10638 (quit): Document optional expression to use as exit code.
10639
10640Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
10641
10642 * gdb.texinfo, remote.texi: Brought up to date with various
10643 GDB changes.
10644
10645Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
10646
10647 * gdb.texinfo: Update dates and versions, fix comments about
10648 hardware watchpoints in future releases and about the
10649 sharedlibrary command.
10650
10651Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10652
10653 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
10654 C_FUN stab. Other cleanups.
10655
10656Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10657
10658 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
10659 for the sparc stub.
10660
10661Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10662
10663 * annotate.texi: Clarify which addresses have differing formats
10664 depending on the language and which do not.
10665
10666Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10667
10668 * remote.texi (NetWare): Changed example to use BOARD= instead of
10669 NODE= argument to reflect correspoding change to gdbserve.nlm.
10670
10671Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10672
10673 * stabs.texinfo (Negative Type Numbers): Mention the fact that
10674 GDB, as well as AIX dbx, supports the size type attribute.
10675
10676Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10677
10678 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
10679
10680Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
10681
10682 * gdb.texinfo (Define): Document $arg0... arguments to commands,
10683 and new 'if' and 'while' commands.
10684
10685Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
10686
10687 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
10688
10689Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10690
10691 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
10692 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
10693 NetWare targets. Mostly stolen from the Server node.
10694
10695Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10696
10697 * gdb.texinfo (Setting): Talk about the language of a source file
10698 versus the working language. The old documentation did not match
10699 what GDB did.
10700
10701Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10702
10703 * stabs.texinfo (Source Files): Document N_SO used to mark the end
10704 of a source file.
10705
10706Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10707
10708 * gdb.texinfo (Processes): New node.
10709
10710Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
10711
10712 * remote.texi: Update documentation of set/show mipsfpu.
10713
3fc11d3e
JM
10714Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
10715
10716 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
10717 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
10718
10719Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
10720
10721 * gdbint.texinfo: Removed mentions of some incorrectly placed and
10722 obsolete conditionals, described some others.
10723
10724Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10725
10726 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
10727 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
10728
10729Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
10730
10731 * gdbint.texinfo: Put regex conditionals in their own table.
10732
10733Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
10734
10735 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
10736 described or fixed the descriptions of many others.
10737
10738Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
10739
10740 * gdb.texinfo: Add some more credits.
10741 * gdbint.texinfo: Capitalize GDB consistently, describe some
10742 macros and remove some.
10743
10744Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
10745
10746 * gdbint.texinfo: Removed mentions of many incorrectly placed and
10747 obsolete conditionals, described some others.
10748
10749Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10750
10751 * gdb.texinfo (help targets): Changed to `help target', which
10752 is the correct gdb command.
10753
10754Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10755
10756 * annotate.texi (TODO): New node, for keeping track of annotations
10757 suggested but not yet implemented.
10758
10759Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10760
10761 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
10762 another symbol, it is not the address itself.
10763
10764Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
10765
10766 * stabs.texinfo (Stab Section Basics): Add comment about alignment
10767 of stabs-in-coff sections.
10768
10769Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10770
10771 * annotate.texi: Change edition to 0.5 and date to May 1994.
10772 Add index.
10773 (Frames): New node, for frame annotation.
10774 (Displays): New node, for display annotation.
10775
10776 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
10777 when waiting for your program to stop.
10778
10779Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10780
10781 * annotate.texi (Breakpoint Info): Document annotation of header
10782 fields and record annotation.
10783
10784Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10785
10786 * annotate.texi: New file, to document annotations.
10787
10788Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10789
10790 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
10791 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
10792
10793Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10794
10795 * stabs.texinfo (Stab Section Basics): Say what is in .stab
10796 section, and say n_strx field is compilation unit relative.
10797 * stabs.texinfo: Don't use @code for a.out when it is the name of
10798 an object file format.
10799
10800Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10801
10802 * gdb.texinfo: Refer to file names, not path names, per rms
10803 convention.
10804 (Arguments): Fix typo.
10805
10806Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10807
10808 * stabs.texinfo (Global Variables): Talk about stabs in files
10809 where variables are referenced, but not defined.
10810
10811Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10812
10813 * stabs.texinfo: Move stuff on @ and # type descriptors from node
10814 Cplusplus to new nodes Member Type Descriptor and Method Type
10815 Descriptor. Re-write stuff for #.
10816
10817Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10818
10819 * gdb.texinfo (Print Settings): Don't document "set print
10820 fast-symbolic-addr off". The bug which it worked around was fixed
10821 on 25 Feb 94 in coffread.c, so I'm nuking the command.
10822
10823 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
10824 N_ENTRY node.
10825
10826 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
10827
10828Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10829
10830 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
10831 references to ieee-float.c.
10832
10833Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10834
10835 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
10836 match what the code actually does.
10837
10838Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10839
10840 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
10841
10842Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10843
10844 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
10845 i, and b.
10846
10847Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
10848
10849 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
10850 well as for ELF and SOM. Unify the descriptions of ELF and SOM
10851 as "stabs in sections" rather than just saying "ELF and SOM".
10852 Also make that stuff apply to COFF.
10853
10854Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10855
10856 * gdb.texinfo (Formatting Documentation): Change GhostScript to
10857 Ghostscript.
10858
10859Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10860
10861 * gdb.texinfo (Continuing and Stepping): When talking about "step"
10862 versus functions without line numbers, also mention stepping into
10863 them as well as "step" when you are in them. Tell the user how to
10864 deal with the situation. Add comment about "debugging information".
10865
10866Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10867
10868 * stabs.texinfo (Enumerations): Document restriction on where
10869 enumeration types can appear and still win with GDB.
10870
10871Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10872
10873 * stabs.texinfo (Negative Type Numbers): Document format for type
10874 -16.
10875
10876Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10877
10878 * gdb.texinfo (Selection, Frame Info): Update information about
10879 arbitrary frame specficiations.
10880
10881Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
10882
10883 * gdb.texinfo, remote.texi: general editing pass prior to Net release
10884
10885Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10886
10887 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
10888
10889Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
10890
10891 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
10892
10893Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10894
10895 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
10896 Differences node to Statics node.
10897 (Statics): Discuss XCOFF use of V symbol descriptor.
10898
10899 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
10900 not clean.
10901
10902Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
10903
10904 * gdb.texinfo (Print Settings): Document `set print
10905 fast-symbolic-addr' and improve the doc for some other
10906 `set print's.
10907
10908Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10909
10910 * stabs.texinfo (String Field): Talk about defining several type
10911 numbers at once.
10912 Fix lint regarding changing node ELF Transformations to
10913 ELF and SOM Transformations.
10914
10915Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
10916
10917 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
10918
10919Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10920
10921 * stabs.texinfo (Cross-References): `::' is for nested types only
10922 within <>.
10923 (Structures): Document static members.
10924
10925Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10926
10927 * stabs.texinfo: Document S type attribute.
10928
10929Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
10930
10931 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
10932
10933Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
10934
10935 * gdbint.texinfo: Fix a few typos.
10936
10937Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10938
10939 * gdb.texinfo, remote.texi: formatting improvements
10940
10941 * gdb.texinfo (New Features): mention threads.
10942 (Summary, C): fix xrefs in newly contributed text.
10943 (Threads): index entries, clarifications, example
10944 (passim): minor typos fixed, phrasing improvements
10945
10946 * remote.texi (Bootstrapping): rephrase text on ^C and add index
10947 entries; (Server): explain use of gdbserver w/real-time systems,
10948 add example of conflicting TCP port; (MIPS Remote) break up
10949 running text into table, highlighting commands, and add example.
a9331b3f 10950
c906108c
SS
10951Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10952
10953 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
10954
10955Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10956
10957 * stabs.texinfo (Nested Symbols): New node.
10958 (String Field, Symbol Descriptors, Cross-References): Refer to it.
10959
10960Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10961
10962 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
10963 to picking which Bbss.bss symbol to use, and (because there seems to
10964 be no good way of doing it) re-write some of the text to make it
10965 sound like Bbss.bss isn't such a great idea after all (as currently
10966 designed).
10967
10968 * gdb.texinfo (C): In addition to saying people have to use g++ for
10969 good results, say they have to use stabs. Specifically say cfront
10970 doesn't work well.
10971 (Summary): Merge in information on Modula-2, Pascal, and Chill from
10972 the gdb README. Add xrefs to places where the support for the various
10973 languages is described in detail.
10974
10975Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10976
10977 * stabs.texinfo: Clean up stuff about visibility and virtual
10978 characters.
10979
10980 * stabs.texinfo (N_M2C): Cite Sun doc.
10981
10982Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10983
10984 * gdb.texinfo: updates re threads.
10985 * remote.texinfo: avoid index entries starting with digits.
10986
10987Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10988
10989 * stabs.texinfo (Enumerations): Talk about large, negative and
10990 octal values. Clean up cross reference to type attributes.
10991 (String Field): Say that GDB 4.11 supports size attribute.
10992
10993Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10994
10995 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
10996 is a mandatory step. Make the stuff about that more concise.
10997
10998Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10999
11000 * stabs.texinfo (Class Names): New node.
11001
11002 * gdb.texinfo (Command Files): Explain order of init file reading.
11003
11004 * remote.texi (Bootstrapping): Talk about getting the serial driver
11005 to deal with ^C sent by gdb to stop the remote system.
11006
11007Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
11008
11009 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
11010
11011 * libgdb.texinfo (Defining Commands): made the DOC arg
11012 to gdb_define_app_command a char * instead of char **
11013 per a suggestion from kingdon.
11014
11015 * libgdb.texinfo: total rewrite from a different starting
11016 premise.
11017
11018Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11019
11020 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
11021 floats passed as doubles (to improve clarity).
11022
11023Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11024
11025 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
11026
11027 * a4rc.sed: update to work with Andreas Vogel papersize params
11028
11029 * refcard.tex: use Andreas Vogel simplifications of papersize
11030 params; remove useless version info; update copyright date.
11031
11032Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11033
11034 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
11035
11036Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11037
11038 * gdb.texinfo (Files): Say what address the load command loads it at.
11039
11040 * stabs.texinfo (Common Blocks): Minor cleanups.
11041
11042 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
11043 that Sun has backed away from the linker kludge and thus the relevant
11044 issue is changes to the SunPRO tools, not the Solaris linker.
11045
11046 * stabs.texinfo (Traditional Integer Types): Clean up description
11047 of octal bounds a little bit. Document extra leading zeroes.
11048
11049Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11050
11051 * gdb.texinfo (Signaling): Update for symbolic symbol names
11052 and add a section explaining the difference between the GDB
11053 signal command and the shell kill utility.
11054
11055Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
11056
11057 * libgdb.texinfo: added `@' to braces that were unescaped.
11058
11059Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
11060
11061 * libgdb.texinfo: new file. Spec for the gdb library.
11062
11063Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11064
11065 * stabs.texinfo (Include Files): Fix typo (start -> end).
11066
11067Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11068
11069 * gdb.texinfo, remote.texi: assorted small improvements, mostly
11070 from Melissa at FSF's editing pass.
11071
11072Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11073
11074 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
11075 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
11076 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
11077
11078Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11079
11080 * remote.texi (Bootstrapping): Discuss 386 call gates.
11081
11082Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11083
11084 * stabs.texinfo (Based Variables): New node.
11085
11086Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
11087
11088 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
11089 names, sizes, and formats to suggest how not to lose.
11090
11091Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11092
11093 * stabs.texinfo (Methods): Fix typo.
11094
11095Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11096
11097 * gdb.texinfo: Fix a few typos.
11098
11099Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11100
11101 * gdb.texinfo: Clarify how well it works with Fortran.
11102
11103 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
11104 More on relocating stabs in ELF files.
11105
11106Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11107
11108 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
11109
11110Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11111
11112 * stabs.texinfo (Local Variable Parameters): Talk about nameless
11113 parameters on VAX.
11114
11115Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11116
11117 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
11118
11119Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11120
11121 * stabs.texinfo: Make info author notice match the TeX author notice.
11122
11123Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11124
11125 * stabs.texinfo: Initial-caps all words in node names and
11126 non-trivial words in section names.
11127
11128Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11129
11130 * stabs.texinfo: Many minor cleanups.
11131
11132 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
11133
11134Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
11135
11136 * stabs.texinfo: Remove full description of big example.
11137 It's not really helpful; just use pieces of it where appropriate.
11138 Add more Texinfo formatting directives (@samp, etc.).
11139 Use @deffn to define stab types.
11140 Eliminate some wordiness. Break up some nodes.
11141 Add an (alphabetized) index of symbol types.
11142 Use consistent capitalization style in node and section names.
11143
11144Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
11145
11146 * gdb.texinfo: Change typo "Two two" to "The two".
11147
11148Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11149
11150 * stabs.texinfo (XCOFF-differences): Remove references to
11151 non-existent types N_DECL and N_RPSYM.
11152
11153 * stabs.texinfo (String Field): Say that type attributes bug is
11154 fixed in GDB 4.10, since it is.
11155
11156 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
11157
11158Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
11159
11160 * stabs.texinfo: Formatting cleanups.
11161
11162Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11163
11164 * stabs.texinfo: When explaining the n_type of a stab, standardize
11165 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
11166 no tabs, use @r).
11167 (Global Variables): Clean up.
11168
11169Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11170
11171 * stabs.texinfo (Stack Variables): Re-write.
11172
11173Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11174
11175 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
11176 addresses of a source file. Also revise formatting.
11177 Change "object module" or "object file" to "source file".
11178 Various: Miscellaneous cleanups.
11179
11180Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11181
11182 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
11183
11184Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
11185
11186 * gdbint.texinfo: Removed many nonsensical machine-collected
11187 host and target conditionals, described some of the remainder.
11188
11189Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11190
11191 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
11192
11193 * gdbint.texinfo (Top): Add name to @top line, and re-write the
11194 paragraph which follows.
11195
11196 * gdbint.texinfo (Host): Use @code not @samp for Makefile
11197 variables. Looks better and avoids overful hbox.
11198
11199Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11200
11201 * stabs.texinfo (Procedures): Improve stuff on nested functions.
11202
11203Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11204
11205 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
11206 retransmit-timeout
11207
11208Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11209
11210 * gdbint.texinfo: Update statement about `some ancient Unix
11211 systems, like Ultrix 4.0' to Ultrix 4.2.
11212
11213Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
11214
11215 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
11216
11217 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
11218
11219 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
11220 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
11221
11222 * remote.texi: new name for former gdbinv-s.texi
11223
11224 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
11225
11226Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
11227
11228 * gdbinv-s.texi: Documented timeout and retransmit-timeout
11229 variables for MIPS remote debugging protocol.
11230
11231Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11232
11233 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
11234
11235Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
11236
11237 * Makefile.in (refcard.dvi): Use srcdir where necessary.
11238
11239Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
11240
11241 * gdb.texinfo: repair conditional bugs in text markup
11242
11243Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11244
11245 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
11246 to select Modula-2 material.
11247
11248Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11249
11250 * stabs.texinfo: Cleanups regarding statics.
11251
11252 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
11253 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
11254
11255Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11256
11257 * stabs.texinfo: N_MAIN is sometimes used for C.
11258
11259Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11260
11261 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
11262
11263Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
11264
11265 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 11266 removed from the code by Kingdon.
c906108c
SS
11267
11268Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11269
11270 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
11271 input when evaluating breakpoint conditions; the bug has been fixed.
11272
11273 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
11274 sets the ignore count to N-1, not to N.
11275
11276Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11277
11278 * refcard.tex (\hoffset): correct longstanding error to match
11279 intended offset; avoids cutting off edge on some printers
11280
11281Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11282
11283 * stabs.texinfo (Parameters): Say that order of stabs is significant.
11284
11285Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11286
11287 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
11288
11289Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11290
11291 * Makefile.in: (REFEDITS) new var to control whether PS or CM
11292 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
11293 collect sed edits if any, apply to refcard before formatting;
11294 (refcard.ps) stop implying PS fonts if PS output requested;
11295 (lrefcard.ps) delete extra target for variant PS fonts
11296
11297 * refcard.tex: parametrize papersize dependent info, collect
11298 in easily replaced spot
11299
11300 * a4rc.sed: new file, edits to refcard for A4 paper
11301
11302Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11303
11304 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
11305
11306Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11307
11308 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
11309
11310Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11311
11312 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
11313 politely rather than rudely.
11314
11315Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11316
11317 * stabs.texinfo: Document common blocks.
11318
11319Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
11320
11321 * stabs.texinfo: Add some basic info about stabs-in-elf.
11322
11323Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11324
11325 * stabs.texinfo (Top): Minor cleanup.
11326
11327Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
11328
11329 * Makefile.in (install-info): remove parentdir support
11330
11331Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11332
11333 * gdb.texinfo (Copying): delete this node and references to it;
11334 RMS says this manual need not carry GPL. (passim): Improvements
11335 from last round at FSF, largely due to Ian Taylor review, and
11336 minor formatting improvements.
11337
11338 * gdbinv-s.texi (passim): Improvements from last round at FSF,
11339 largely due to Ian Taylor review. (Debug Session): minor edits to
11340 new text.
11341
11342Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
11343
11344 * Makefile.in (realclean): Remove info and dvi files too.
11345
11346Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
11347
11348 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
11349 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
11350 * gdb.texinfo: Change accordingly.
11351
11352 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
11353 N_{L,R}BRAC,N_SLINE are relative to.
11354
11355Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
11356
11357 * Makefile.in (GDBvn.texi): Update atomically.
11358
11359Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
11360
11361 * gdbinv-s.texi (Debug Session): Document exceptionHook.
11362
11363Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
11364
11365 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
11366 addresses together. Also motivate the set print symbol-filename
11367 command and suggest other solutions.
11368
11369Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
11370
11371 * gdb.texinfo (set print elements): Note that the number of
11372 elements is set to unlimited by "set print elements 0".
11373
11374Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
11375
11376 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
11377 NF_LDOUBLE means.
11378 (Stab Types): Include Solaris stab types.
11379 (Procedures): Document Solaris extensions.
11380
11381Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11382
11383 * gdb.texinfo: Add `set print symbol-filename' doc.
11384
11385Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11386
11387 * stabs.texinfo (Arrays): Talk about type definition vs. type
11388 information.
11389
11390 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
11391 the trailing semicolon.
11392
11393Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11394
11395 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
11396 and merge in other parts of the document addressing these subjects.
11397 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
11398
11399 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
11400 at the end of a range type.
11401
11402 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
11403 AIX extensions.
11404
11405Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11406
11407 * stabs.texinfo (Stabs Format): Misc fixes.
11408
11409Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11410
11411 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
11412 (Traditional builtin types): Document convex convention for long long.
11413 (Negative builtin types): Discuss type names, and misc fixes.
11414
11415Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11416
11417 * stabs.texinfo (Builtin Type Descriptors): Document the floating
11418 point types used with @samp{R} type descriptor.
11419 (Symbol Descriptors): Describe how to handle conflict between
11420 different meanings of @samp{P} symbol descriptor.
11421
11422Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11423
11424 * stabs.texinfo: Remove node Quick Reference and put its children
11425 directly under the main menu.
11426
11427 * stabs.texinfo: Many more changes to bring it into line with
11428 AIX documentation and reality. I think it now has all the
11429 information from the AIX documentation, except that I burned
11430 out when I got to variant records (Pascal and Modula-2) and
11431 all the COBOL types. Oh well, we can add them later when we're
11432 worrying more about those languages.
11433
11434 * stabs.texinfo (Automatic variables): Talk about what it means
11435 to omit the symbol descriptor.
11436
11437Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11438
11439 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
11440 gcc2 behavior with promoted args.
11441
11442Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11443
11444 * gdb.texinfo: include readline appendices in info version of manual
11445
11446Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11447
11448 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
11449 target remote.
11450
11451 * gdb.texinfo (Machine Code): more index entries for disassemble
11452
11453Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
11454
11455 * Clarify the intended use of the gdb-testers and gdb-patches
11456 mailing lists, and shrink gzip comment.
11457
11458Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11459
11460 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
11461 DOSHOST configuration of manual.
11462
11463 * gdb.texinfo (MIPS Stack): new node.
11464
11465 * all-config.texi (MIPS) new switch.
11466
11467 * gdbinv-s.texi (Nindy Options) Remove two instances of future
11468 tense; (MIPS Remote) new node.
11469
11470 * gdb.texinfo (passim) rephrases to work around makeinfo @value
11471 bug; (Environment) less passive, other small cleanups in text about
11472 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
11473 (Remote) new MIPS Remote menu entry.
11474
11475Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
11476
11477 * stabs.texinfo: Many changes to include information from the
11478 AIX documentation.
11479
11480 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
11481
11482Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
11483
11484 * gdbint.texinfo (new node Debugging GDB, elsewhere):
11485 Move a bunch of information from ../README.
11486 (Getting Started): New node.
11487
11488Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11489
11490 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
11491
11492 * gdb.texinfo: advance manual revision dates to present
11493
11494 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
11495 stop using silly Roman numerals in @set variable names
11496
11497Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
11498
11499 * stabs.texinfo (Parameters): Keep trying to get this right.
11500
11501Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
11502
11503 * stabs.texinfo (Parameters): More on "local parameters".
11504
11505Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
11506
11507 * stabs.texinfo (Parameters): Re-do "local parameters" section.
11508
11509Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
11510
11511 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
11512 (Parameters): Rewrite.
11513 (xcoff-differences, Sun-differences): Minor changes.
11514
11515Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
11516
11517 * stabs.texinfo: Minor cleanup.
11518
11519Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
11520
11521 * gdbint.texinfo: Minor xcoff stuff.
11522
11523Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
11524
11525 * gdbint.texinfo: Update for new config directory structure.
11526 Add info about internal type data structures.
11527
11528Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
11529
11530 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
11531 $(srcdir).
11532 (gdb-config.texi): Depend on file in $(srcdir).
11533
11534Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
11535
11536 * stabs.texinfo: Fixes about N_SO.
11537
11538Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11539
11540 * gdb.texinfo: include list of nonstandard init file names
11541
11542 * *-config.texi: new switch GENERIC for text that applies *only*
11543 to (usual) multiple-target version of manual
11544
11545 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
11546 h8 config
11547
11548 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
11549 in menus (rather than conditionally selected multiple alternative
11550 menus).
11551
11552 * Makefile.in: define and use DOC_CONFIG var to select
11553 configuration for GDB user manual.
11554
11555 * gdb-config.texi: delete from repository, generate from Makefile.
11556
11557 * all-config.texi: normal `generic' configuration file, formerly
11558 stored as gdb-config.texi
11559
11560Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
11561
11562 * Makefile.in: add dvi target to build all .dvi files
11563
11564Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11565
11566 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
11567
11568Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
11569
11570 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
11571 host conditionals.
11572 * stabs.texinfo: More array fixes inspired by Jim's.
11573
11574Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
11575
11576 * stabs.texinfo: Fixes re arrays and continuations.
11577
11578 * gdbint.texinfo: Add XCOFF node.
11579
11580Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
11581
11582 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
11583
11584Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
11585
11586 * stabs.texinfo: Fix for array types to mention lower bounds.
11587
11588Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
11589
11590 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
11591
11592Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
11593
11594 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
11595
11596Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
11597
11598 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
11599 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
11600
11601Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
11602
11603 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
11604
11605Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11606
11607 * gdb.texinfo, gdbinv-s.texi: misc updates
11608
11609Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
11610
11611 * gdbint.texinfo: Brief documentation for longjmp support,
11612 from an email msg by Stu.
11613
11614Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
11615
11616 * stabs.texinfo: Fix description of floating point "range"
11617 types (which really define basic types). Reported by Jim Meehan,
11618 <meehan@src.dec.com>.
11619
11620 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
11621
11622Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
11623
11624 * gdbint.texinfo: Slightly expand section on supporting a new
11625 object file format.
11626
11627Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
11628
11629 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
11630 intermediate file.
11631
11632Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11633
11634 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
11635
11636Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11637
11638 * gdbinv-s.texi: z8000 simulator target name is just "sim"
11639
11640 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
11641 as well as Z8002.
11642
11643Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
11644
11645 * gdbint.texinfo: Add sections on clean design and on how to send
11646 in changes.
11647
11648Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
11649
11650 * gdbint.texinfo: Add how to declare the result of make_cleanup.
11651
11652Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
11653
11654 * gdb.texinfo: Fix typo, reported by Karl Berry.
11655
11656Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
11657
11658 * gdb.texinfo: Add opcodes dir to GDB distribution description.
11659
11660Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11661
11662 * gdbint.texinfo: fixed a stray email address (needs @@),
11663 added @table @code to node "Native Conditionals"
11664
11665Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
11666
11667 * gdbint.texinfo: Describe coding style of GDB.
11668
11669Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
11670
11671 * stabs.texinfo: Minor wording changes.
11672
11673Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
11674
11675 * gdbint.texinfo: Improve release doc slightly.
11676
11677Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
11678
11679 * gdbint.texinfo: Improve doc of GDB config macros.
11680
11681Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
11682
11683 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
11684 These will be reinserted when examined.
11685
11686Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
11687
11688 * gdbint.texinfo: Make a start at documenting all the #if macros
11689 in GDB. At least list them all, and start separating them into
11690 host-specific and target-specific.
11691
11692Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11693
11694 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 11695 examples (not consistent w others).
c906108c
SS
11696 gdb.texinfo: issue disclaimer paragraph on cmdline options only
11697 for generic vn of doc
11698
11699Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
11700
11701 * Makefile.in: always create installation directories.
11702
11703Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11704
11705 * gdb.texinfo: in h8 config, do not describe searching commands.
11706
11707Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11708
11709 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
11710 conditionals; introduce a few generic switches that may be
11711 useful for other cross-dev or dos-hosted configs.
11712
11713 * gdb.texinfo: fix typo in "info reg" description
11714
11715Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
11716
11717 * stabs.texinfo: Minor updates from running TeX over it.
11718 * Makefile.in (stabs.dvi, stabs.ps): Add.
11719
11720Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
11721
11722 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
11723 First pass at converting it to texinfo.
11724
11725Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
11726
11727 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
11728 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
11729
11730Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
11731
11732 * gdbint.texinfo: Add section on partial symbol tables.
11733
11734Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
11735
11736 * gdb.texinfo: document `set remotedebug' and `set
11737 rstack_high_address'.
11738
11739Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11740
11741 * gdb.texinfo: slight expansion of new text on reading info files
11742 * gdbinv-s.m4.in: correct and expand info on cross-debugging
11743 H8/300 from DOS.
11744
11745Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
11746
11747 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
11748
11749Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
11750
11751 * gdb.texinfo: Say how to read the `info' files.
11752
11753Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
11754
11755 * Makefile.in: gm4 -> m4.
11756
11757Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
11758
11759 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
11760 Documentation' ahead of `Installing GDB' to match README.
11761 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 11762 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
11763
11764Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
11765
11766 * Makefile.in: remove $(srcdir) from gdb.info rule.
11767
11768Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11769
11770 * Makefile.in: commented out gdb-all.texinfo rule. This is
11771 temporary.
11772
11773Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
11774
11775 * Makefile.in, configure.in: removed traces of namesubdir,
11776 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
dee368d3 11777 copyrights to '92, '13, changed some from Cygnus to FSF.
c906108c
SS
11778
11779Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
11780
11781 * gdb.texinfo: Improve how we ask for bug reports.
11782
11783Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11784
11785 * Makefile.in: infodir belongs in datadir.
11786
11787Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11788
11789 * Makefile.in: remove spaces following hyphens, bsd make can't
11790 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 11791 standards.text support.
c906108c
SS
11792
11793Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11794
11795 * Makefile.in: idestdir and ddestdir go away. Added copyrights
11796 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
11797 and mandir now keyed off datadir by default.
11798
11799\f
11800Local Variables:
9e9c5ae7 11801mode: change-log
c906108c
SS
11802left-margin: 8
11803fill-column: 74
11804version-control: never
463888ab 11805coding: utf-8
c906108c 11806End:
This page took 2.327792 seconds and 4 git commands to generate.