Use noyywrap option in lex files.
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
34c41c68
DE
12016-12-22 Doug Evans <xdje42@gmail.com>
2
3 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
4 commands.
5
df3ee9ca
PA
62016-12-02 Pedro Alves <palves@redhat.com>
7
8 * gdb.texinfo (User-defined Commands): Limit on number of
9 arguments passed to user-defined commands removed; update.
10
01770bbd
PA
112016-12-02 Pedro Alves <palves@redhat.com>
12
13 PR cli/20559
14 * gdb.texinfo (Define): Add example of using "eval" to process a
15 variable number of arguments.
16 (Output) <eval>: Add anchor.
17
ad02e4fe
SM
182016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
19
20 * Makefile.in: Likewise.
21
8504e097
AA
222016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
23
24 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
25 xref.
26
39402e6c
PA
272016-10-29 Pedro Alves <palves@redhat.com>
28
29 * gdb.texinfo (Packets) <vCont>: Remove mention of default
30 actions.
31
ca6eff59
PA
322016-10-26 Pedro Alves <palves@redhat.com>
33
34 * gdb.texinfo (Packets): Clarify vCont packets with multiple
35 actions that match a thread, and what happens when an action
36 matches a thread that is already running.
37
be06ba8c
SM
382016-10-14 Simon Marchi <simon.marchi@ericsson.com>
39
40 * gdb.texinfo (Using Trace Files): Fix typo.
41 (GDB/MI Tracepoint Commands): Likewise.
42
99e61eda
SM
432016-10-14 Simon Marchi <simon.marchi@ericsson.com>
44
45 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
46 of -trace-save.
47
9c37b5ae
TT
482016-10-06 Tom Tromey <tom@tromey.com>
49
50 * guile.texi (Types In Guile): Remove Java mentions.
51 * python.texi (Types In Python): Remove Java mentions.
52 * gdb.texinfo (Address Locations, Supported Languages)
53 (Index Section Format): Remove Java mentions.
54
ee8da4b8
DE
552016-08-15 Doug Evans <dje@google.com>
56
57 * gdb.texinfo (Target Description Format): Update docs on "end"
58 field spec and field default type.
59
4034d0ff
AT
602016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
612016-10-03 Simon Marchi <simon.marchi@ericsson.com>
62
63 PR gdb/20487
64 * gdb.texinfo (Context management): Update mention of frame
65 change notifications.
66 (gdb/mi Async Records): Document frame field in
67 =thread-select event.
68 * observer.texi (GDB Observers): New user_selected_context_changed
69 observer.
70
4435e1cc
TT
712016-09-28 Tom Tromey <tom@tromey.com>
72
73 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
74 than "memory breakpoint". Further document "kind". Move
75 protocol-details link earlier.
76 <z1>: Document the cmd_list argument. Fix typo.
77 <g>: Remove incorrect sentence.
78 (Stop Reply Packets): Document "OK" response to requests when in
79 non-stop mode.
80 <swbreak>: Use "software breakpoint" rather than "memory
81 breakpoint".
82 <create>: Document that "R" is ignored.
83 <W, X, w>: Document formatting of "AA".
84 (Notification Packets): Use "%Stop", not "%%Stop".
85
ad0a504f
AK
862016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
87
88 * gdb.texinfo (Embedded Processors): Document ARC.
89 (Synopsys ARC): New section.
90 (Standard Target Features): Document ARC features.
91 (ARC Features): New section.
92
74172ecf
SM
932016-09-21 Simon Marchi <simon.marchi@ericsson.com>
94
95 * .gitignore: New file.
96
0a1ddfa6
SM
972016-08-24 Simon Marchi <simon.marchi@ericsson.com>
98
99 * gdb.texinfo (Input/Output): Mention possibility to unset
100 inferior-tty.
101
c0272db5
TW
1022016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
103
104 * gdb.texinfo: Resume btrace on reconnect.
105
e3487908
GKB
1062016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
107
108 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
109 syscall.
110
463888ab
РИ
1112016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
112
113 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
114 command.
115
dac790e1
TT
1162016-07-13 Tom Tromey <tom@tromey.com>
117
118 PR python/15620, PR python/18620:
119 * python.texi (Events In Python): Document new breakpoint events.
120
93daf339
TT
1212016-07-13 Tom Tromey <tom@tromey.com>
122
123 PR python/17698:
124 * python.texi (Breakpoints In Python): Document
125 Breakpoint.pending.
126
cda75e70
TT
1272016-07-13 Tom Tromey <tom@tromey.com>
128
129 * python.texi (Breakpoints In Python): Move table of types and
130 table of watchpoint types earlier in node.
131
e0f3fd7c
TT
1322016-07-12 Tom Tromey <tom@tromey.com>
133
134 PR python/19293:
135 * python.texi (Frames In Python): Document
136 gdb.invalidate_cached_frames.
137
86f78169
PA
1382016-06-21 Pedro Alves <palves@redhat.com>
139
140 * gdb.texinfo (Interpreters): Update intepreter-exec section,
141 document new-ui and explain use case.
142
a28d8e50
YTL
1432016-06-17 Yan-Ting Lin <currygt52@gmail.com>
144
145 * gdb.texinfo (Standard Target Features): Document NDS32 features.
146 (NDS32 Features): New Section.
147
bb556f1f
TK
1482016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
149
150 * gdb.texinfo (Examining Memory): Document negative repeat
151 count in the 'x' command.
152
38b022b4
SM
1532016-06-06 Simon Marchi <simon.marchi@ericsson.com>
154
155 * gdb.texinfo (GDB/MI Async Records): Document method and
156 format fields in =record-started.
157 * observer.texi (record_changed): Add method and format
158 parameters.
159
c185ba27
EZ
1602016-05-27 Eli Zaretskii <eliz@gnu.org>
161
162 * gdb.texinfo (General Query Packets): Move the description of the
163 response before the long list of the specific 'read' and 'write'
164 requests.
165
1957f6b8
TT
1662016-05-23 Tom Tromey <tom@tromey.com>
167
168 * python.texi (Basic Python): Document gdb.breakpoints return.
169
224f10c1
TT
1702016-05-24 Tom Tromey <tom@tromey.com>
171
172 PR gdb/19194:
173 * gdb.texinfo (gdb man): Fix typo.
174
0bdfa368
TT
1752016-05-17 Tom Tromey <tom@tromey.com>
176
177 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
178 (Rust): New node.
179
dcd1f979
TT
1802016-05-17 Tom Tromey <tom@tromey.com>
181
182 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
183
310cdbb6
YQ
1842016-04-27 Yao Qi <yao.qi@linaro.org>
185
186 * gdb.texinfo (tfind): Complete doc about tfind without
187 argument.
188
b8162e5a
AT
1892016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
190
191 * agentexpr.texi (byte): Fix zero_ext description.
192
f7c38292
PA
1932016-03-31 Pedro Alves <palves@redhat.com>
194
195 * gdb.texinfo (M32R/SDI): Delete node.
196 (MIPS Embedded): Remove references to the MIPS remote debugging
197 protocol, PMON and variants, and the associated commands.
198
81516450
DE
1992016-03-15 Doug Evans <dje@google.com>
200
201 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
202 (Target Description Format): Mention enum types. Update docs on
203 flags types.
204 (Predefined Target Types): Add "bool".
205 (Enum Target Types): New node.
206
2a60e18f
PA
2072016-03-15 Pedro Alves <palves@redhat.com>
208
209 * gdb.texinfo (Tracepoint Actions): Fix typo.
210
45fa2529
PA
2112016-03-15 Pedro Alves <palves@redhat.com>
212 Andreas Arnez <arnez@linux.vnet.ibm.com>
213 Marcin Kościelnicki <koriakin@0x04.net>
214
215 * gdb.texinfo (Tracepoint Actions): Document possible
216 unreliability of '$_ret'.
217
f2403c39
AB
2182016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
219
220 * gdb.texinfo (Symbols): Document new 'maint info line-table'
221 command.
222
f2f3ccb9
SM
2232016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
224
225 * gdb.texinfo (Convenience Functions): Document $_as_string.
226
cce0e923
DE
2272016-02-23 Doug Evans <dje@google.com>
228
229 * gdb.texinfo (Skipping Over Functions and Files): Document new
230 options to "skip" command. Update docs of output of "info skip".
231
012b3a21
WT
2322016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
233
234 * gdb.texinfo (Signals): Add bound violation display hints for
235 a SIGSEGV.
236
0748bf3e
MK
2372016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
238
239 * gdb.texinfo (Trace File Format): Add documentation for description
240 section lines.
241
e909d859
MK
2422016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
243
244 * gdb.texinfo (Trace File Format): Remove misleading information
245 about register block ordering.
246
713cdcbf
DE
2472016-02-01 Doug Evans <dje@google.com>
248
249 * gdb.texinfo (Value Sizes): Fix typo.
250
8244c20d
DE
2512016-02-01 Doug Evans <dje@google.com>
252
253 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
254
5fdf6324
AB
2552016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
256
257 * gdb.texinfo (Value Sizes): New section.
258 (Data): Add the 'Value Sizes' node to the menu.
259
67ebd9cb
JB
2602016-01-26 John Baldwin <jhb@FreeBSD.org>
261
262 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
263
6e9567fe
JB
2642016-01-19 John Baldwin <jhb@FreeBSD.org>
265
266 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
267
f303dbd6
PA
2682016-01-18 Pedro Alves <palves@redhat.com>
269
270 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
271 of the thread that hit a breakpoint or received a signal.
272
71ef29a8
PA
2732016-01-15 Pedro Alves <palves@redhat.com>
274
275 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
276
663f6d42
PA
2772016-01-13 Pedro Alves <palves@redhat.com>
278
279 * gdb.texinfo (Threads): Document the $_gthread convenience
280 variable.
281 (Convenience Vars): Likewise.
282
c84f6bbf
PA
2832016-01-13 Pedro Alves <palves@redhat.com>
284
285 * gdb.texinfo (Threads): Document "info threads -gid".
286
22a02324
PA
2872016-01-13 Pedro Alves <palves@redhat.com>
288
289 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
290 anchor.
291 (Threads In Python): Document new InferiorThread.global_num
292 attribute.
293
5d5658a1
PA
2942016-01-07 Pedro Alves <palves@redhat.com>
295
296 * gdb.texinfo (Threads): Document per-inferior thread IDs,
297 qualified thread IDs, global thread IDs and thread ID lists.
298 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
299 thread IDs.
300 (Convenience Vars): Document the $_thread convenience variable.
301 (Ada Tasks): Adjust to refer to thread IDs.
302 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
303 Commands, GDB/MI Variable Objects): Update to mention global
304 thread IDs.
305 * guile.texi (Breakpoints In Guile)
306 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
307 global thread IDs instead of thread IDs.
308 * python.texi (Threads In Python): Adjust documentation of
309 InferiorThread.num.
310 (Breakpoint.thread): Mention global thread IDs instead of thread
311 IDs.
312
84654457
PA
3132016-01-13 Pedro Alves <palves@redhat.com>
314
315 * python.texi (Threads In Python): Document
316 InferiorThread.inferior.
317
e3940304
PA
3182016-01-13 Pedro Alves <palves@redhat.com>
319
320 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
321 convenience variable.
322 (Convenience Vars): Likewise.
323
82075af2
JS
3242016-01-12 Josh Stone <jistone@redhat.com>
325 Philippe Waroquiers <philippe.waroquiers@skynet.be>
326
327 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
328 (Stop Reply Packets): List the syscall entry and return stop reasons.
329 (General Query Packets): Describe QCatchSyscalls, and add it to the
330 table and the detailed list of stub features.
331
bc504a31
PA
3322016-01-12 Pedro Alves <palves@redhat.com>
333
334 Remove use of the registered trademark symbol throughout.
335
cde67b27
YQ
3362016-01-12 Yao Qi <yao.qi@linaro.org>
337
338 * gdb.texinfo (Interrupts): Update the document on handling
339 interrupt when program is stopped.
340
19d9d4ef
DB
3412015-12-11 Don Breazeal <donb@codesourcery.com>
342
343 * gdb.texinfo (Forks): Correct Linux kernel version where
344 fork and exec events are supported, add notes about support
345 of these events in target remote mode.
346 (Connecting): Reorganize and clarify distinctions between
347 target remote, extended-remote, and multiprocess.
348 Reorganize related text from separate sections into new
349 sections.
350 (Server): Note effects of target extended-remote mode.
351 Delete section on Multi-Process Mode for gdbserver.
352 Move some text to "Connecting" node.
353
f4f4330e
PA
3542015-12-10 Pedro Alves <palves@redhat.com>
355
356 * gdb.texinfo (Threads): Replace warning with explanation
357 about single-threaded programs.
358
b1236ac3
PA
3592015-12-10 Pedro Alves <palves@redhat.com>
360
361 * gdb.texinfo (Threads): Remove mention of SGI.
362 (Forks): Remove mention of HP-UX.
363 (Breakpoints): Remove mention of HP-UX.
364 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
365 Reword in terms of architectures.
366 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
367 mention supported systems.
368 (Convenience Vars): Don't mention HP-UX.
369 (Jumping): Remove mention of HP-UX in comment.
370 (Files) <shared libraries>: Update supported shared library types
371 list. Remove mention of HP-UX.
372 (Native): Remove HP-UX subsection.
373 (SVR4 Process Information): Remove mention of HP-UX.
374
0f59c28f
PA
3752015-12-10 Pedro Alves <palves@redhat.com>
376
377 * gdb.texinfo (Stack): Reorder menu.
378
1c35a88f
LM
3792015-12-09 Luis Machado <lgustavo@codesourcery.com>
380
381 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
382 -var-set-format's new zero-hexadecimal format.
383
3685b09f
PMR
3842015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
385
386 * gdb.texinfo (Ada Mode Into): Move overloading support
387 description to its own node.
388 (Overloading support for Ada): New node.
389
f2faf941
PA
3902015-11-30 Pedro Alves <palves@redhat.com>
391
392 PR 14618
393 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
394 (Remote Configuration): Add the "set/show remote
395 no-resumed-stop-reply" to the available settings table.
396 (General Query Packets): Document the "no-resumed" qSupported
397 feature.
398
65706a29
PA
3992015-11-30 Pedro Alves <palves@redhat.com>
400
401 * gdb.texinfo (Remote Configuration): List "set/show remote
402 thread-events" command in configuration table.
403 (Stop Reply Packets): Document "T05 create" stop
404 reason and 'w' stop reply.
405 (General Query Packets): Document QThreadEvents packet. Document
406 QThreadEvents qSupported feature.
407
de979965
PA
4082015-11-30 Pedro Alves <palves@redhat.com>
409
410 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
411 anchor.
412 (Packets): Document vCtrlC.
413
79efa585
SM
4142015-11-26 Simon Marchi <simon.marchi@ericsson.com>
415
416 * gdb.texinfo (Thread List Format): Mention thread names.
417
7e0aa6aa
PA
4182015-11-24 Pedro Alves <palves@redhat.com>
419
420 PR 17539
421 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
422 program-spaces" example to ascending order listing.
423 (Threads): Adjust "info threads" example to ascending order
424 listing.
425 (Forks): Adjust "info inferiors" example to ascending order
426 listing.
427
0c532a29
MM
4282015-11-04 Markus Metzger <markus.t.metzger@intel.com>
429
430 * gdb.texinfo (Process Record and Replay): Document "record
431 instruction-history" modifiers.
432
fc58fa65
AB
4332015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
434
435 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
436 description.
437 (Frame Filter Management): Move to later in the 'Examining the
438 Stack' chapter.
439 (Selection): Add entry for 'select-frame'.
440
792005b0
DE
4412015-09-25 Doug Evans <dje@google.com>
442
443 * gdb.texinfo (Process Record and Replay): Fix syntax of
444 "record instruction-history begin, end" and
445 "record function-call-history begin, end".
446
c58b006b
SM
4472015-09-22 Simon Marchi <simon.marchi@ericsson.com>
448
449 * gdb.texinfo (Specifying Source Directories): Fix
450 substitute-path example.
451
f2665db5
MM
4522015-09-18 Markus Metzger <markus.t.metzger@intel.com>
453
454 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
455
e68fa6f0
PA
4562015-09-15 Pedro Alves <palves@redhat.com>
457
458 PR remote/18965
459 * gdb.texinfo (Stop Reply Packets): Revert previous change to
460 the vforkdone description.
461
8228463c
PA
4622015-09-15 Pedro Alves <palves@redhat.com>
463
464 PR remote/18965
465 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
466 part indicates the thread ID of the parent process.
467
750ce8d1
YQ
4682015-09-15 Yao Qi <yao.qi@linaro.org>
469
470 * gdb.texinfo (General Query Packets): Add vContSupported to
471 tables of 'gdbfeatures' and 'stub features' supported in the
472 qSupported packet, as well as to the list containing stub
473 feature details.
474
b459a59b
DB
4752015-09-11 Don Breazeal <donb@codesourcery.com>
476
477 * gdb.texinfo (Remote Configuration): Add exec event
478 feature to table of packet settings.
479 (Stop Reply Packets): Add exec events to the list of stop
480 reasons.
481 (General Query Packets): Add exec events to tables of
482 'gdbfeatures' and 'stub features' supported in the qSupported
483 packet, as well as to the list containing stub feature
484 details.
485
73b8c1fd
PA
4862015-08-24 Pedro Alves <palves@redhat.com>
487
488 * gdb.texinfo (Remote Configuration): Document the "set/show
489 remote multiprocess-extensions-packet" commands.
490
bb615428
PA
4912015-08-24 Pedro Alves <palves@redhat.com>
492
493 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
494 <M32R>: Remove references to M32R/D.
495 <M68K>: Remove references to target dbug.
496 <MIPS Embedded>: Remove references to target r3900 and target
497 array.
498 <PowerPC Embedded>: Remove references to target dink32 and target
499 ppcbug, target sds
500 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
501
2b4bf6af
AB
5022015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
503
504 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
505
566f5e3b
AB
5062015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
507
508 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
509
18989b3c
AB
5102015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
511
512 * gdb.texinfo (Maintenance Commands): Move documentation of "main
513 info bfds" to...
514 (File Caching): A New section. Outline bfd caching, and add new
515 description for "main set/show bfd-sharing".
516
6ff0ba5f
DE
5172015-08-14 Doug Evans <xdje42@gmail.com>
518
519 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
520 disassembly.
521 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
522
629500fa
KS
5232015-08-11 Keith Seitz <keiths@redhat.com>
524
525 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
526 Use "location(s)"instead of "linespec(s)".
527 (Specifying a Location): Rewrite.
528 Add subsections describing linespec, address, and explicit locations.
529 Add node/menu for each subsection.
530 (Source and Machine Code, C Preprocessor Macros)
531 (Create and Delete Trace points)
532 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
533 (Continuing at a Different Address): Remove "linespec" examples.
534 Add reference to "Specify a Location"
535 (The -break-insert Command): Rewrite. Add anchor.
536 Add reference to appropriate manual section discussing locations.
537 (The -dprintf-insert Command): Refer to -break-insert for
538 specification of 'location'.
539
fbea99ea
PA
5402015-08-07 Pedro Alves <palves@redhat.com>
541
542 * gdb.texinfo (Maintenance Commands): Document "maint set/show
543 target-non-stop".
544
da8c46d2
MM
5452015-08-07 Markus Metzger <markus.t.metzger@intel.com>
546
547 * gdb.texinfo (Process Record and Replay): Document prefixing of
548 speculatively executed instructions in the "record instruction-history"
549 command.
550
a3b5281e
DE
5512015-07-20 Doug Evans <dje@google.com>
552
553 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
554
6bcb1f97
DE
5552015-07-16 Doug Evans <dje@google.com>
556
557 * stabs.texinfo: @include gdb-cfg.texi.
558
db1ff28b
JK
5592015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
560
561 Revert the previous 2 commits:
562 gdbserver build-id attribute generator
563 Validate symbol file using build-id
564
ca5268b6
JK
5652015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
566
567 * gdb.texinfo (Files): Add 'set validate-build-id'
568 and 'show validate-build-id'.
569
700ca40f
JK
5702015-07-15 Aleksandar Ristovski <aristovski@qnx.com
571 Jan Kratochvil <jan.kratochvil@redhat.com>
572
573 gdbserver build-id attribute generator.
574 * gdb.texinfo (Library List Format for SVR4 Targets): Add
575 'build-id' in description, example, new attribute in dtd.
576
7c7f93f6
AB
5772015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
578
579 * gdb.texinfo (Selection): Update documentation for 'frame'
580 command.
581
b0627500
MM
5822015-07-02 Markus Metzger <markus.t.metzger@intel.com>
583
72f4393d 584 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
b0627500
MM
585 commands.
586
b20a6524
MM
5872015-07-02 Markus Metzger <markus.t.metzger@intel.com>
588
589 * gdb.texinfo (Process Record and Replay): Spell out that variables
590 and registers are not available during btrace replay.
591 Describe the new "record btrace pt" command.
592 Describe the new "set|show record btrace pt buffer-size" options.
593 (General Query Packets): Describe the new Qbtrace:pt and
594 Qbtrace-conf:pt:size packets.
595 Expand "bts" to "Branch Trace Store".
596 Update the branch trace DTD.
597
fc637f04
PP
5982015-06-26 Patrick Palka <patrick@parcs.ath.cx>
599
600 * gdb.texinfo (Command History): Document the new option
601 "history remove-duplicates".
602
18a94d75
DE
6032015-06-19 Doug Evans <dje@google.com>
604
605 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
606 longer supported.
607
0eacb298
PP
6082015-06-17 Patrick Palka <patrick@parcs.ath.cx>
609
610 * gdb.texinfo (Command History): Mention that setting
611 GDBHISTSIZE to the empty string disables history truncation.
612
bc460514
PP
6132015-06-17 Patrick Palka <patrick@parcs.ath.cx>
614
615 PR gdb/16999
616 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
617 behavior.
618
b58c513b
PP
6192015-06-17 Patrick Palka <patrick@parcs.ath.cx>
620
621 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
622 with GDBHISTSIZE.
623
a86c90e6
SM
6242015-06-15 Simon Marchi <simon.marchi@ericsson.com>
625
626 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
627 bytes and memory units for -data-{read,write}-memory-bytes.
628 (Packets): Same for m, M and X packets.
629 * python.texi (Inferiors In Python): Same for read_memory and
630 write_memory.
631
c74f7d1c
JT
6322015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
633
634 * gdb.texinfo (Separate Debug Files): Document that PE is also
635 supported.
636
51f0e40d
AB
6372015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
638
639 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
640 single table entry.
641
966f0aef
WT
6422015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
643
644 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
645
646
15a201c8
GB
6472015-06-10 Gary Benson <gbenson@redhat.com>
648
649 * gdb.texinfo (Remote Configuration): Document the
650 "set/show remote hostio-setfs-packet" command.
651 (Host I/O Packets): Document the vFile:setfs packet.
652
7a6a1731
GB
6532015-06-10 Gary Benson <gbenson@redhat.com>
654
655 * gdb.texinfo (Debugging Output): Document the "set/show debug
656 linux-namespaces" command.
657
7d73c23c 6582015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 659 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
660
661 * gdb.texinfo (i386): Add documentation about "show mpx bound"
662 and "set mpx bound".
663
27e0867f
DE
6642015-05-27 Doug Evans <dje@google.com>
665
666 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
667
b4f54984
DE
6682015-05-26 Doug Evans <dje@google.com>
669
670 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
671 command renamings.
672 (Maintenance Commands): Update for DWARF "set debug" command renamings.
673
55b40027
AB
6742015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
675
676 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
677
a4ea0946
AB
6782015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
679
680 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
681 (TUI Commands): Add 'tui enable' and 'tui disable' details.
682
37442ce1
DE
6832015-05-16 Doug Evans <xdje42@gmail.com>
684
685 * guile.texi (Memory Ports in Guile): Document support for unbuffered
686 memory ports.
687
36de76f9
JK
6882015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
689
690 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
691
0d71eef5
DB
6922015-05-12 Don Breazeal <donb@codesourcery.com>
693
694 * gdb.texinfo (Forks): Note that fork debugging is
695 supported in extended mode.
696 (Remote Configuration): Add fork event features to table
697 of packet settings.
698 (Stop Reply Packets): Add fork events to list of stop reasons.
699 (General Query Packets): Add fork events to tables of
700 'gdbfeatures' and 'stub features' supported in the qSupported
701 packet, as well as to the list containing stub feature
702 details.
703
835205d0
GB
7042015-05-12 Gary Benson <gbenson@redhat.com>
705
706 * gdb.texinfo (General Query Packets): Document
707 qXfer:exec-file:read with empty annex.
708
4c082a81
SC
7092015-05-09 Siva Chandra Reddy <sivachandra@google.com>
710
711 * python.texi (Values From Inferior): Add descriptions of new
712 methods gdb.Value.reference_value and gdb.Value.const_value.
713
b30a0bc3
JB
7142015-05-06 Joel Brobecker <brobecker@adacore.com>
715
716 * gdb.texinfo (Files): Add "info dll" documentation.
717 (Cygwin Native): Remove "info dll" documentation.
718
2ce1cdbf
DE
7192015-04-29 Doug Evans <dje@google.com>
720
721 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
722 Document.
723 (Writing an Xmethod): Add get_result_type to example.
724
59fb7612
SS
7252015-04-28 Sasha Smundak <asmundak@google.com>
726
727 * python.texi: New method documented.
728
cf75d6c3
AB
7292015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
730
731 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
732 format.
733
897c3d32
DE
7342015-04-24 Doug Evans <dje@google.com>
735
736 * python.texi (Xmethods In Python): Fix name of method to call the
737 xmethod.
738
1b6e6f5c
GB
7392015-04-17 Gary Benson <gbenson@redhat.com>
740
741 * gdb.texinfo (Connecting to a Remote Target): Mention that
742 GDB can access program files from remote targets that support
743 qXfer:exec-file:read and Host I/O packets.
744
c78fa86a
GB
7452015-04-17 Gary Benson <gbenson@redhat.com>
746
747 * gdb.texinfo (Remote Configuration): Document the "set/show
748 remote pid-to-exec-file-packet" command.
749 (General Query Packets): Document the qXfer:exec-file:read
750 qSupported features. Document the qXfer:exec-file:read packet.
751
a9a5a3d1
GB
7522015-04-17 Gary Benson <gbenson@redhat.com>
753
754 * gdb.texinfo (set sysroot): Document that "set sysroot" also
755 applies to executable paths if supplied to GDB as absolute.
756
4f45d445
JK
7572015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
758
759 * gdb.texinfo (Mode Options): Remove -xdb.
760
e7a8570f
JK
7612015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
762 Eli Zaretskii <eliz@gnu.org>
763
72f4393d
L
764 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
765 compile, show debug compile. New subsection Compilation options for
e7a8570f
JK
766 the compile command. New subsection Compiler search for the compile
767 command.
768
f2983cc3
AW
7692015-04-09 Andy Wingo <wingo@igalia.com>
770
771 * guile.texi (Frames In Guile): Describe frame-read-register.
772
599bd15c
GB
7732015-04-02 Gary Benson <gbenson@redhat.com>
774
775 * gdb.texinfo (set sysroot): Document "target:".
776
d11916aa
SS
7772015-04-01 Sasha Smundak <asmundak@google.com>
778
779 * doc/python.texi (Writing a Frame Unwinder in Python): Add
780 section.
781
df8411da
SDJ
7822015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
783
784 PR corefiles/16092
785 * gdb.texinfo (gcore): Mention new command 'set
786 use-coredump-filter'.
787 (set use-coredump-filter): Document new command.
788
d33279b3
AT
7892015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
790
791 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
792 documentation, reorder the info os entries in alphabetical order.
793
852f8402
SM
7942015-03-26 Simon Marchi <simon.marchi@ericsson.com>
795
796 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
797 -data-write-memory-bytes.
798
856e7dd6
PA
7992015-03-24 Pedro Alves <palves@redhat.com>
800
801 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
802 mention that threads may sometimes run unlocked.
803
236af5e3
YG
8042015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
805
806 * gdb.texinfo (Remote configuration): Document "set/show
807 serial parity" command.
808
464b0089
GB
8092015-03-18 Gary Benson <gbenson@redhat.com>
810
811 * gdb.texinfo (General Query Packets): Remove documentation
812 for now-removed vFile:fstat qSupported features.
813
0a93529c
GB
8142015-03-11 Gary Benson <gbenson@redhat.com>
815
816 * gdb.texinfo (Remote Configuration): Document the
817 "set/show remote hostio-fstat-packet" command.
818 (General Query Packets): Document the vFile:fstat
819 qSupported features.
820 (Host I/O Packets): Document the vFile:fstat packet.
821
85642ba0
AW
8222015-03-11 Andy Wingo <wingo@igalia.com>
823
824 * guile.texi (Objfiles In Guile): Document objfile-progspace.
825
f7e6eed5
PA
8262015-03-04 Pedro Alves <palves@redhat.com>
827
828 * gdb.texinfo (Remote Configuration): Document the "set/show
829 remote swbreak-feature-packet" and "set/show remote
830 hwbreak-feature-packet" commands.
831 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
832 decription.
833 (Stop Reply Packets): Document the swbreak and hwbreak stop
834 reasons.
835 (General Query Packets): Document the swbreak and hwbreak
836 qSupported features.
837 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
838
f873665f 8392015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
a64c9f7b
PP
840
841 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
842 under *stopped.
843
9a284c97
DE
8442015-03-02 Doug Evans <xdje42@gmail.com>
845
846 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
847
446899e4
AA
8482015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
849
850 * gdb.texinfo (S/390 and System z Features): Describe new feature
851 "org.gnu.gdb.s390.vx".
852
7ee67ee4
SDJ
8532015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
854
855 PR gdb/18008
856 * gdb.texinfo (maint internal-error, maint internal-warning, maint
857 demangler-warning): Fix typo ("problam").
858
53cf2ee0
DT
8592015-02-19 David Taylor <dtaylor@emc.com>
860
861 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
862
3133f8c1
JM
8632015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
864
865 * gdb.texinfo (Static Probe Points): Add cindex `static probe
866 point, DTrace'.
867 (Static Probe Points): Modified to cover DTrace probes in addition
868 to SystemTap probes. Also modified to cover the `enable probe'
869 and `disable probe' commands.
870
9aca2ff8
JM
8712015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
872
873 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
874 `disable probe' commands.
875
fa3f8d5a
DT
8762015-02-12 David Taylor <dtaylor@emc.com>
877
878 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
879 fields of the QTDV packet.
880
d33501a5
MM
8812015-02-09 Markus Metzger <markus.t.metzger@intel.com>
882
883 * gdb.texinfo (Branch Trace Configuration Format): Add size.
884 (Process Record and Replay): Describe new set|show commands.
885 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
886
f4abbc16
MM
8872015-02-09 Markus Metzger <markus.t.metzger@intel.com>
888
889 * gdb.texinfo (Process Record and Replay): Describe the "record
890 btrace bts" command.
891 (General Query Packets): Describe qXfer:btrace-conf:read packet.
892 (Branch Trace Configuration Format): New.
893
cfb069a8
GB
8942015-01-31 Gary Benson <gbenson@redhat.com>
895 Doug Evans <dje@google.com>
896
897 * gdb.texinfo (Command Completion): Document new
898 "set/show max-completions" option.
899
f57d2163
DE
9002015-01-31 Doug Evans <xdje42@gmail.com>
901
902 * gdb.texinfo (Symbols): Document new commands
903 "maint print symbol-cache", "maint print symbol-cache-statistics",
904 "maint flush-symbol-cache". Document new option
905 "maint set symbol-cache-size".
906
9f050062
DE
9072015-01-31 Doug Evans <xdje42@gmail.com>
908
909 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
910 distinguish script files vs inlined scripts.
911 * python.texi (Python Auto-loading): Ditto.
912
b6577aab
DE
9132015-01-30 Doug Evans <dje@google.com>
914
915 * gdb.texinfo (Symbols) <info source>: Output now contains producer
916 string if present.
917
3a8b707a
DE
9182015-01-27 Doug Evans <dje@google.com>
919
920 * python.texi (Objfiles In Python): Document Objfile.username.
921
1b549396
DE
9222015-01-27 Doug Evans <dje@google.com>
923
924 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
925 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
926
253828f1
JK
9272015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
928
929 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
930
bf555842
EZ
9312015-01-16 Eli Zaretskii <eliz@gnu.org>
932
933 * doc/gdb.texinfo (TUI Commands): Document the possible
934 values of NAME argument to 'winheight' command. Explain the
935 effect of 'tabset' setting better.
936
439250fb
DE
9372015-01-11 Doug Evans <xdje42@gmail.com>
938
939 PR gdb/15830
940 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
941 (Symbols): Ditto.
942 (Maintenance Commands): Delete docs for "maint demangle".
943
6bf6fd09
JB
9442014-12-31 Joel Brobecker <brobecker@adacore.com>
945
946 * gdb.texinfo (Files): Remove documentation of the
947 "add-shared-symbol-files" and "assf" commands.
948 (Cygwin Native): Remove documentation of the "dll-symbols"
949 command.
950
cc485e62
DE
9512014-12-17 Doug Evans <xdje42@gmail.com>
952
953 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
954
bb2ec1b3
TT
9552014-12-12 Phil Muldoon <pmuldoon@redhat.com>
956 Jan Kratochvil <jan.kratochvil@redhat.com>
957
958 * gdb.texinfo (Altering): Update.
959 (Compiling and Injecting Code): New node.
960
6dddd6a5
DE
9612014-12-12 Doug Evans <dje@google.com>
962
963 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
964
f5b95c01
AA
9652014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
966
967 * gdb.texinfo: Document "maint print user-registers".
968
a0be3e44
DE
9692014-12-08 Doug Evans <dje@google.com>
970
971 * python.texi (Objfiles In Python): Document Objfile.owner.
972
86e4ed39
DE
9732014-12-04 Doug Evans <dje@google.com>
974
975 * python.texi (Objfiles In Python): Document
976 Objfile.add_separate_debug_file.
977
7c50a931
DE
9782014-12-04 Doug Evans <dje@google.com>
979
980 * python.texi (Objfiles In Python): Document Objfile.build_id.
981
162078c8
NB
9822014-12-02 Nick Bull <nicholaspbull@gmail.com>
983
984 * python.texi (Events In Python): Document new events
985 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
986 and RegisterChangedEvent.
987
f10c5b19
JK
9882014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
989
990 Add add-auto-load-scripts-directory.
991 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
992 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
993
413b59ae
JK
9942014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
995
996 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
997 description typo.
998
02be9a71
DE
9992014-10-30 Doug Evans <dje@google.com>
1000
1001 * python.texi (Progspaces In Python): Document ability to add
1002 random attributes to gdb.Progspace objects.
1003 (Objfiles In Python): Document ability to add random attributes to
1004 gdb.objfile objects.
1005
e5f8a7cc
PA
10062014-10-27 Pedro Alves <palves@redhat.com>
1007
1008 * gdb.texinfo (Continuing and Stepping): Add cross reference to
1009 info on stepping and signal handlers.
1010 (Signals): Explain stepping and signal handlers. Add context
1011 index entry, and cross references.
1012
fab3a15d
SM
10132014-10-20 Simon Marchi <simon.marchi@ericsson.com>
1014
1015 * python.texi (Breakpoints In Python): Add parenthesis after
1016 Breakpoint.delete. Clarify Breakpoint.enabled description so
1017 that it contains "disable".
1018
4ffbba72
DE
10192014-10-17 Doug Evans <dje@google.com>
1020
1021 * python.texi (Events In Python): Document clear_objfiles event.
1022
d096d8c1
DE
10232014-10-17 Doug Evans <dje@google.com>
1024
1025 * python.texi (Objfiles In Python): Document new progspace attribute.
1026
32a8097b
PA
10272014-10-17 Pedro Alves <palves@redhat.com>
1028
1029 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
1030 (SVR4 Process Information): Delete mention of OSF/1.
1031
2ddf4301
SM
10322014-10-01 Simon Marchi <simon.marchi@ericsson.com>
1033
1034 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
1035 exit-code field in -list-thread-groups output.
1036
342cc091
JBG
10372014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1038
1039 * gdb.texinfo (Set Breaks): Add missing "@end table".
1040
a25a5a45
PA
10412014-09-22 Pedro Alves <palves@redhat.com>
1042
1043 * gdb.texinfo (Set Breaks): Document that "set breakpoint
1044 always-inserted off" is the default mode now. Delete
1045 documentation of "set breakpoint always-inserted auto".
1046
2b4fd423
DE
10472014-09-18 Doug Evans <dje@google.com>
1048
1049 * python.texi (Symbol Tables In Python): Document "producer"
1050 attribute of gdb.Symtab objects.
1051
deb8ff2b
PA
10522014-09-16 Pedro Alves <palves@redhat.com>
1053
1054 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
1055 (Embedded OS): Remove VxWorks menu entry.
1056 (VxWorks): Remove node.
1057
81219e53
DE
10582014-09-13 Doug Evans <xdje42@gmail.com>
1059
1060 * gdb.texinfo (Signaling): Document new queue-signal command.
1061
faa42425
DE
10622014-09-06 Doug Evans <xdje42@gmail.com>
1063
1064 PR 15276
1065 * gdb.texinfo (Convenience Funs): Document $_caller_is,
1066 $_caller_matches, $_any_caller_is, $_any_caller_matches.
1067
1a6a384b
JL
10682014-09-03 Justin Lebar <jlebar@google.com>
1069
1070 * python.texi (Types In Python): Type.template_argument(n) returns a
1071 gdb.Value or a gdb.Type and throws an exception if n is out of
1072 range.
1073
5f3b99cf
SS
10742014-09-03 Sasha Smundak <asmundak@google.com>
1075
1076 * python.texi (Frames in Python): Add read_register description.
1077
3cecbbbe
TT
10782014-08-04 Tom Tromey <tromey@redhat.com>
1079
1080 * gdb.texinfo (Debugging Output): Update for change to "set debug
1081 target".
1082
90debf20
MM
10832014-08-01 Masaki Muranaka <monaka@monami-software.com>
1084
1085 Pushed by Joel Brobecker <brobecker@adacore.com>.
1086 * Makefile.in (transform): New variable.
1087 (install-man1, install-man5): Apply $(transform) to man file names.
1088
ee7333ae
DE
10892014-07-26 Doug Evans <xdje42@gmail.com>
1090
1091 PR guile/17177
1092 * guile.texi (Guile Pretty Printing API): Fix typo.
1093 Document set-pretty-printers!, pretty-printers.
1094 (Selecting Guile Pretty-Printers): Update.
1095 Mention program-space based pretty-printers.
1096
70509625
PA
10972014-07-25 Pedro Alves <palves@redhat.com>
1098 Eli Zaretskii <eliz@gnu.org>
1099
1100 * gdb.texinfo (Signaling) <signal command>: Explain what happens
1101 with multi-threaded programs.
1102
b67a2c6f
YQ
11032014-06-27 Yao Qi <yao@codesourcery.com>
1104
1105 * gdb.texinfo (Maintenance Commands): Update the output of
1106 'maint print dummy-frames' command.
1107
f179cf97
EZ
11082014-06-24 Eli Zaretskii <eliz@gnu.org>
1109
1110 * gdb.texinfo (Screen Size): Improve indexing.
1111
992c7d70
GB
11122014-06-19 Gary Benson <gbenson@redhat.com>
1113
1114 * gdb.texinfo (Maintenance Commands): Document new
1115 "maint set/show catch-demangler-crashes" option.
1116
57fcfb1b
GB
11172014-06-19 Gary Benson <gbenson@redhat.com>
1118
1119 * gdb.texinfo (Maintenance Commands): Document new
1120 "maint demangler-warning" command and new
1121 "maint set/show demangler-warning" option.
1122
dd5d5494
SC
11232014-06-09 Siva Chandra Reddy <sivachandra@google.com>
1124
1125 * python.texi (Xmethod API): Add space before the opening
1126 parenthesis in function descriptions.
1127
25326a28 11282014-06-06 Doug Evans <xdje42@gmail.com>
d2929fdc
DE
1129
1130 * guile.texi (Guile Configuration): Document guile-data-directory.
1131
0a770bb2 11322014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
1133
1134 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
1135
16f691fb
DE
11362014-06-04 Doug Evans <xdje42@gmail.com>
1137
1138 * guile.texi (Breakpoints In Guile): Update.
1139
1e47491b
JB
11402014-06-03 Joel Brobecker <brobecker@adacore.com>
1141
1142 * python.texi (Xmethod API): Fix reference to "Progspaces In
1143 Python".
1144
0c6e92a5
SC
11452014-06-03 Siva Chandra Reddy <sivachandra@google.com>
1146
1147 * python.texi (Xmethods In Python, XMethod API)
1148 (Writing an Xmethod): New nodes.
1149 (Python API): New menu entries "Xmethods In Python",
1150 "Xmethod API", "Writing an Xmethod".
1151
06eb1586
DE
11522014-06-02 Doug Evans <xdje42@gmail.com>
1153
1154 * guile.texi (Guile API): Add entry for Parameters In Guile.
1155 (GDB Scheme Data Types): Mention <gdb:parameter> object.
1156 (Parameters In Guile): New node.
1157
e698b8c4
DE
11582014-06-02 Doug Evans <xdje42@gmail.com>
1159
1160 * guile.texi (Guile API): Add entry for Commands In Guile.
1161 (Basic Guile) <parse-and-eval>: Add reference.
1162 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
1163 (GDB Scheme Data Types): Mention <gdb:command> object.
1164 (Commands In Guile): New node.
1165
ded03782
DE
11662014-06-02 Doug Evans <xdje42@gmail.com>
1167
1168 * guile.texi (Guile API): Add entry for Progspaces In Guile.
1169 (GDB Scheme Data Types): Mention <gdb:progspace> object.
1170 (Progspaces In Guile): New node.
1171
53e8a631
AB
11722014-05-30 Andrew Burgess <aburgess@broadcom.com>
1173
1174 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
1175 * python.texi (Frames In Python): Mention
1176 gdb.FRAME_UNWIND_MEMORY_ERROR.
1177
329ea579
PA
11782014-05-29 Pedro Alves <palves@redhat.com>
1179 Tom Tromey <tromey@redhat.com>
1180
1181 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
1182 from example.
1183 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
1184 Mention that target-async is now deprecated.
1185 (Maintenance Commands): Document maint set/show target-async.
1186
92bcb5f9
PA
11872014-05-29 Pedro Alves <palves@redhat.com>
1188
1189 * observer.texi (sync_execution_done, command_error): New
1190 subjects.
1191
fd664c91
PA
11922014-05-29 Pedro Alves <palves@redhat.com>
1193
1194 PR gdb/13860
1195 * observer.texi (signal_received, end_stepping_range)
1196 (signal_exited, exited, no_history): New observer subjects.
1197
b2715b27
AW
11982014-05-26 Andy Wingo <wingo@igalia.com>
1199
1200 * guile.texi (GDB Scheme Data Types): Remove documentation for
1201 removed interfaces. Update spelling of gdb-object-kind.
1202
9eaa4c1e
AW
12032014-05-26 Andy Wingo <wingo@igalia.com>
1204
1205 * guile.texi (Basic Guile): Fix some typos.
1206
0f1e8403
AW
12072014-05-26 Andy Wingo <wingo@igalia.com>
1208
1209 * guile.texi (Writing a Guile Pretty-Printer)
1210 (Guile Types Module): Fix excess parentheses in use-modules forms.
1211
697aa1b7
EZ
12122014-05-24 Eli Zaretskii <eliz@gnu.org>
1213
1214 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
1215 (Breakpoints In Guile, Guile Printing Module)
1216 (Guile Exception Handling, Values From Inferior In Guile)
1217 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
1218 Don't use @var at the beginning of a sentence.
1219
1220 * gdb.texinfo (Frame Filter Management, Trace Files)
1221 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
1222 (PowerPC Embedded, Define, Annotations for Running)
1223 (IPA Protocol Commands, Packets, General Query Packets)
1224 (Tracepoint Packets, Notification Packets, Environment)
1225 (Inferiors and Programs, Set Breaks, Set Catchpoints)
1226 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
1227 (Frames, Backtrace, Selection, Expressions, Registers)
1228 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
1229 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
1230 (Source Annotations, Using JIT Debug Info Readers, Packets)
1231 (Stop Reply Packets, Host I/O Packets)
1232 (Target Description Format): Don't use @var at the beginning of a
1233 sentence.
1234
1235 * python.texi (Basic Python, Types In Python)
1236 (Commands In Python, Frames In Python, Line Tables In Python)
1237 (Breakpoints In Python, gdb.printing, gdb.types)
1238 (Type Printing API): Don't use @var at the beginning of a
1239 sentence.
1240
67b5c0c1
MM
12412014-05-23 Markus Metzger <markus.t.metzger@intel.com>
1242
1243 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
1244 replay-memory-access".
1245
6a3cb8e8
PA
12462014-05-21 Pedro Alves <palves@redhat.com>
1247
1248 * gdb.texinfo (Starting): Document "set/show
1249 auto-connect-native-target".
1250 (Target Commands): Document "target native".
1251
936d2992
PA
12522014-05-20 Pedro Alves <palves@redhat.com>
1253
1254 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
1255 not be remote specific. Add cross reference to the qCRC packet.
1256 (Separate Debug Files): Update cross reference to the qCRC packet.
1257 (General Query Packets) <qCRC packet>: Add anchor.
1258
b3ce5e5f
DE
12592014-05-17 Doug Evans <xdje42@gmail.com>
1260
1261 Copy over changes from guile.texi.
1262 * python.texi (Basic Python) <gdb.execute>: Add text.
1263 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
1264 (Values From Inferior) <Python string>: Add text.
1265 (Values From Inferior) <Value.string>: Clarify string length handling.
1266 (Pretty Printing API): Add cindex.
1267 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
1268 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
1269 @vindex.
1270 (Commands In Python) <COMPLETE_*>: Similarly.
1271 (Symbols In Python) <SYMBOL_*>: Similarly.
1272 (Breakpoints In Python) <WP_*>: Similarly.
1273 (Breakpoints In Python) <BP_*>: Similarly.
1274
8dfcab11
DT
12752014-05-17 David Taylor <dtaylor@emc.com>
1276
1277 * gdb.texinfo (General Query Packets): Add a note about thread IDs
1278 mentioned in the qfThreadInfo reply.
1279
8d551b02
DE
12802014-05-16 Doug Evans <dje@google.com>
1281
1282 * gdb.texinfo (Mode Options): Add -D.
1283
e20bd8f4
SB
12842014-05-09 Samuel Bronson <naesten@gmail.com>
1285
1286 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
1287 "make -C".
1288
f989a1c8
TT
12892014-04-29 Tom Tromey <tromey@redhat.com>
1290
1291 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
1292 "show debug varobj".
1293
95cf3b38
DT
12942014-05-01 David Taylor <dtaylor@emc.com>
1295
1296 * gdb.texinfo (compare-sections): Document the new -r (read-only)
1297 option.
1298
01f9f808
MS
12992014-04-24 Michael Sturm <michael.sturm@mintel.com>
1300 Walfred Tedeschi <walfred.tedeschi@intel.com>
1301
1302 * gdb.texinfo (i386 Features): Add description of AVX512
1303 registers.
1304
770e7fc7
DE
13052014-03-31 Doug Evans <dje@google.com>
1306
1307 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
1308
97d8f0ee
DE
13092014-03-30 Doug Evans <dje@google.com>
1310
1311 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
1312 (Background Execution): Ditto.
1313
36cb1214
HZ
13142014-03-21 Pedro Alves <palves@redhat.com>
1315 Stan Shebs <stan@codesourcery.com>
1316 Hui Zhu <hui@codesourcery.com>
1317
1318 * gdb.texinfo (Packets): Add anchor to "? packet".
1319 Remove fixme and update introduction of "k packet".
1320 Add anchor to "vKill packet".
1321
5e3a2c38
SS
13222014-03-12 Stan Shebs <stan@codesourcery.com>
1323
1324 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
1325
7a5a839f
LC
13262014-02-26 Ludovic Courtès <ludo@gnu.org>
1327
dc6ae996 1328 * guile.texi (Basic Guile): Document 'history-append!'.
7a5a839f 1329
95060284
JB
13302014-02-20 Joel Brobecker <brobecker@adacore.com>
1331
1332 * gdb.texinfo (Files): Document "add-shared-symbol-files"
1333 and "assf" as being deprecated.
1334 (Cygwin Native): Likewise for "dll-symbols".
1335 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
1336 as a way to force the loading of symbols from a DLL.
1337
f7bd0f78
SC
13382014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1339
1340 * python.texi (Values From Inferior): Add description about the
1341 new feature.
1342
329baa95
DE
13432014-02-17 Doug Evans <xdje42@gmail.com>
1344
1345 * Makefile.in (GDB_DOC_FILES): Add python.texi.
1346 * gdb.texinfo (Python): Moved to ...
1347 * python.texi: ... here. New file.
1348
687894f5
DE
13492014-02-17 Ludovic Courtès <ludo@gnu.org>
1350
d25f38ee 1351 * guile.texi (Writing a Guile Pretty-Printer) <example>:
687894f5
DE
1352 Remove 'string-begins-with' procedure. Add 'pretty-printer'
1353 parameter to 'str-lookup-function' procedure. Look for
1354 the "std::string<" prefix.
1355 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
1356 Adjust description.
1357
6fb526ee
DE
13582014-02-11 Tejas Belagod <tejas.belagod@arm.com>
1359
d25f38ee 1360 * guile.texi (Values From Inferior In Guile): Remove stray
6fb526ee
DE
1361 parantheses for deffn.
1362 (Disassembly In Guile): Ditto.
1363
1e0a5178
SS
13642014-02-10 Stan Shebs <stan@codesourcery.com>
1365
1366 Add Doxygen support.
1367 * Makefile.in (doxy): New action, generates Doxygen files.
1368 (DOXYGEN): New.
1369 (doxyedit): New.
1370 * Doxyfile-base.in: New file.
1371 * Doxyfile-gdb-api.in: New file.
1372 * Doxyfile-gdb-xref.in: New file.
1373 * Doxyfile-gdbserver.in: New file.
1374 * doxy-index.in: New file.
1375 * filter-for-doxygen: New file.
1376 * filter-params.pl: New file.
1377
ed3ef339
DE
13782014-02-10 Doug Evans <xdje42@gmail.com>
1379
1380 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
1381 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
1382 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
1383 (Guile docs): Include guile.texi.
1384 (objfile-gdbdotext file): Add objfile-gdb.scm.
1385 (dotdebug_gdb_scripts section): Mention Guile scripts.
1386 (Multiple Extension Languages): New node.
1387 * guile.texi: New file.
1388
c6044dd1
JB
13892014-01-28 Joel Brobecker <brobecker@adacore.com>
1390
1391 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
1392 ignore-descriptive-types". commands.
1393
87ce2a04
DE
13942014-01-22 Doug Evans <dje@google.com>
1395
1396 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
1397 (gdbserver man): Ditto.
1398
52834460
MM
13992014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1400
1401 * gdb.texinfo: Document limited reverse/replay support
1402 for target record-btrace.
1403
0688d04e
MM
14042014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1405
1406 * gdb.texinfo (Process Record and Replay): Update documentation.
1407
8710b709
MM
14082014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1409
1410 * gdb.texinfo (Process Record and Replay): Document new /c
1411 modifier accepted by "record function-call-history".
1412 Add /i modifier to "record function-call-history" example.
1413
dcf106f3
JB
14142014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
1415 Joel Brobecker <brobecker@adacore.com>
1416
1417 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
1418 markers. Remove one that was misplaced.
1419
41ef2965
PA
14202014-01-10 Pedro Alves <palves@redhat.com>
1421
1422 * gdb.texinfo (Your Program's Environment) <set environment>:
1423 Mention the shell, and point at 'set exec-wrapper'.
1424
c0d48811
JB
14252014-01-07 Joel Brobecker <brobecker@adacore.com>
1426
1427 * gdb.texinfo (Types In Python): Document new attribute Types.name.
1428
5fba4c0f
JB
14292013-12-30 Joel Brobecker <brobecker@adacore.com>
1430
1431 * gdb.texinfo (Types In Python): Clarify the documentation
1432 of attribute gdb.Field.bitpos.
1433
0809504b
JB
14342013-12-28 Joel Brobecker <brobecker@adacore.com>
1435
1436 * gdb.texinfo (Types In Python): Fix the documentation of
1437 attribute "bitpos" in class gdb.Field for enum types. Add
1438 documentation for attribute "enumval" in that same class.
1439
edef6000
JB
14402013-12-28 Joel Brobecker <brobecker@adacore.com>
1441
1442 * gdb.texinfo (GDB/MI Support Commands): Change @table into
1443 @ftable.
1444
71b8c845
DE
14452013-12-23 Doug Evans <xdje42@gmail.com>
1446
1447 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
1448 auto-loaded objfile scripts and .debug_gdb_scripts section to their
1449 corresponding section in Extending GDB.
1450 (Extending GDB): Move menu up. New menu item "Auto-loading
1451 extensions".
1452 (Sequences): New menu item "Auto-loading sequences".
1453 (Auto-loading sequences): New node.
1454 (Python): Rename section from Scripting GDB to Extending GDB.
1455 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
1456 Move docs on ways to auto-load extensions to ...
1457 (Auto-loading extensions): ... here. New node.
1458
d192b373
JB
14592013-12-23 Joel Brobecker <brobecker@adacore.com>
1460
1461 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
1462 in menu.
1463 (GDB/MI Variable Objects): Adjust reference to "-list-features"
1464 command, now in a new node.
1465 (GDB/MI Support Commands): New node, with its contents being
1466 extracted from the "GDB/MI Miscellaneous Commands" node.
1467 A small paragraph introducing the section is also added at
1468 the start.
1469 (GDB/MI Miscellaneous Commands): Delete the description of the
1470 -info-gdb-mi-command, -list-features and -list-target-features
1471 commands, now hosted in the "GDB/MI Support Commands" node.
1472
a16b0e22
SC
14732013-12-12 Siva Chandra Reddy <sivachandra@google.com>
1474
1475 PR python/16113
1476 * gdb.texinfo (Values From Inferior): Add a note about using
1477 gdb.Field objects as subscripts on gdb.Value objects.
1478 (Types In Python): Add description about the new attribute
1479 "parent_type" of gdb.Field objects.
1480
9b26f0fb
JB
14812013-12-12 Joel Brobecker <brobecker@adacore.com>
1482
1483 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
1484 entry for section docuumenting the -list-features GDB/MI command.
1485
72bfa06c
JB
14862013-12-10 Joel Brobecker <brobecker@adacore.com>
1487
1488 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1489 "exec-run-start-option" entry in the output of the "-list-features"
1490 command.
1491
3ea8680f
EZ
14922013-12-04 Eli Zaretskii <eliz@gnu.org>
1493
1494 * gdb.texinfo (i386): Fix yesterday's commit.
1495
1a4f73eb
TT
14962013-12-03 Tom Tromey <tromey@redhat.com>
1497
1498 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
1499 documented here.
1500
6cb999f8
TT
15012013-12-03 Tom Tromey <tromey@redhat.com>
1502
1503 * gdb.texinfo (@direntry): Add menu item for gdbserver.
1504
ca8941bb
WT
15052013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
1506
1507 * gdb.texinfo (i386 Features): Add MPX feature registers.
1508 (x86 Specific featuresx86 Architecture-specific Issues): Adds
1509 a subsubsection for MPX and describes the display of the
1510 boundary registers.
1511
688981c9
JB
15122013-12-03 Joel Brobecker <brobecker@adacore.com>
1513
1514 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
1515 documentation of the "ada-exceptions" entry.
1516
2ea126fa
JB
15172013-12-03 Joel Brobecker <brobecker@adacore.com>
1518
1519 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
1520 "^error" result record concerning the error message. Document
1521 the error code that may also be part of that result record.
1522 (GDB/MI Miscellaneous Commands): Document the
1523 "undefined-command-error-code" element in the output of
1524 the "-list-features" GDB/MI command.
1525
6b7cbff1
JB
15262013-12-03 Joel Brobecker <brobecker@adacore.com>
1527
1528 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1529 the new -info-gdb-mi-command GDB/MI command. Document
1530 the meaning of "-info-gdb-mi-command" in the output of
1531 -list-features.
1532
20e1ca3b
PA
15332013-11-29 Pedro Alves <palves@redhat.com>
1534
1535 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
1536 Update comment.
1537
29453a14
YQ
15382013-11-24 Yao Qi <yao@codesourcery.com>
1539
1540 * gdb.texinfo (Caching Remote Data): Document new
1541 "set/show stack-cache" option.
1542
6dd315ba
YQ
15432013-11-24 Yao Qi <yao@codesourcery.com>
1544
1545 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
1546 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
1547 "off" respectively.
1548
9df9dbe0
YQ
15492013-11-23 Yao Qi <yao@codesourcery.com>
1550
1551 * gdb.texinfo (GDB/MI Variable Objects): Add the description
1552 of "displayhint" to the table about child results.
1553
c78feb39
YQ
15542013-11-21 Yao Qi <yao@codesourcery.com>
1555
1556 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
1557 'dynamic' for the output of command -var-list-children.
1558
27b81af3
YQ
15592013-11-21 Yao Qi <yao@codesourcery.com>
1560
1561 * gdb.texinfo (Caching Target Data): Remove "see" before
1562 @pxref.
1563
b26dfc9a
YQ
15642013-11-20 Yao Qi <yao@codesourcery.com>
1565
1566 * gdb.texinfo (Caching Target Data): Update doc for
1567 per-address-space dcache.
1568
b12039c6
YQ
15692013-11-20 Yao Qi <yao@codesourcery.com>
1570
1571 * gdb.texinfo (Data): Rename menu item.
1572 (Caching Remote Data): Rename to ...
1573 (Caching Target Data): ... it. Update.
1574
422ad5c2
JB
15752013-11-18 Joel Brobecker <brobecker@adacore.com>
1576
1577 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1578 "language-option" entry in the output of the "-list-features"
1579 command.
1580
805e1f19
TT
15812013-11-15 Tom Tromey <tromey@redhat.com>
1582
1583 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
1584 Add example.
1585
8fe1b653
TT
15862013-11-14 Tom Tromey <tromey@redhat.com>
1587
1588 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
1589
403cb6b1
JB
15902013-11-14 Joel Brobecker <brobecker@adacore.com>
1591
1592 * gdb.texinfo (Show): Add xref anchor for "show language" command.
1593 (Context management): Place current subsection text into its own
1594 subsubsection. Add new subsubsection describing the "--language"
1595 command option.
1596
93973826
JB
15972013-11-13 Joel Brobecker <brobecker@adacore.com>
1598
1599 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
1600 the documentation of "info-ada-exceptions" in the output
1601 of the "-list-features" command. Add the documentation
1602 of the "ada-exception" entry instead.
1603
6adcee18
JB
16042013-11-12 Joel Brobecker <brobecker@adacore.com>
1605
93973826 1606
6adcee18
JB
1607 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
1608 word of a couple of sentences to start with a capital letter.
1609
58d06528
JB
16102013-11-12 Joel Brobecker <brobecker@adacore.com>
1611
1612 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
1613 (Ada Exceptions): New node.
1614 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
1615 Commands" node.
1616 (GDB/MI Ada Exceptions Commands): New node.
1617 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
1618 field in the output of the "-list-features" command.
1619 * NEWS: Add entry for the new "info exceptions" CLI command,
1620 and for the new "-info-ada-exceptions" GDB/MI command.
1621
bc79de95
PM
16222013-11-11 Phil Muldoon <pmuldoon@redhat.com>
1623
1624 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
1625 (Line Tables In Python): New node.
1626
73be47f5
DE
16272013-11-08 Doug Evans <dje@google.com>
1628
1629 * gdb.texinfo (Debugging Output): Update text for
1630 "set debug dwarf2-read".
1631
db0fec5c
DE
16322013-11-08 Doug Evans <dje@google.com>
1633
1634 * gdb.texinfo (Debugging Output): Update text for
1635 "set debug symtab-create".
1636
92e32e33
PM
16372013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1638
72f4393d
L
1639 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
1640 constant.
92e32e33 1641
f76c27b5
PM
16422013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1643
1644 * gdb.texinfo (Breakpoints In Python): Document temporary
1645 option in breakpoint constructor, and add documentation to the
1646 temporary attribute.
1647
fa4d0c40
YQ
16482013-11-07 Yao Qi <yao@codesourcery.com>
1649
1650 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
1651 output of "-var-info-expression".
1652
afa332ce
PA
16532013-11-06 Pedro Alves <palves@redhat.com>
1654
1655 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
1656 non-interactive mode.
1657 (Environment) <shell startup files warning>: Mention
1658 non-interactive mode. Mention .zshenv for Z shell, and talk about
1659 BASH_ENV instead of .bashrc for BASH.
1660
9ac69859
NB
16612013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
1662
1663 * gdb.texinfo (Commands to Specify Files): Add description
1664 of the remove-symbol-file command.
1665 * observer.texi: New free_objfile event
1666
98882a26
PA
16672013-10-24 Pedro Alves <palves@redhat.com>
1668
1669 * gdb.texinfo (Starting): Document set/show startup-with-shell.
1670
ce13fade
JB
16712013-10-11 Joel Brobecker <brobecker@adacore.com>
1672
1673 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
1674 New subsection inside which the "-catch-load" and "-catch-unload"
1675 commands documentation is now placed.
1676 (Ada Exception GDB/MI Catchpoint Commands): New subsection
1677 documenting the "-catch-assert" and "-catch-exception" new
1678 GDB/MI commands.
1679
2446f5ea
JB
16802013-10-10 Joel Brobecker <brobecker@adacore.com>
1681
1682 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
1683
0d12017b
JB
16842013-10-10 Joel Brobecker <brobecker@adacore.com>
1685
bd80dc1a
JB
1686 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
1687 serial baud".
1688 (Remote Configuration): Replace "set remotebaud" by "set serial
1689 baud". Replace "show remotebaud" by "show serial baud".
0d12017b 1690
f4fb82a1
PA
16912013-10-07 Pedro Alves <palves@redhat.com>
1692
1693 PR breakpoints/11568
1694 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
1695 when the thread is removed from the thread list.
1696
0c557179
SDJ
16972013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1698
1699 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
1700 Update entry for $_exitcode.
1701
5713b9b5
JB
17022013-10-04 Joel Brobecker <brobecker@adacore.com>
1703
1704 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
1705 new "--start" option.
1706
901461f8
PA
17072013-10-02 Pedro Alves <palves@redhat.com>
1708
1709 * gdb.texinfo (Registers): Expand description of saved registers
1710 in frames. Explain <not saved>.
1711
8fb8eb5c
DE
17122013-09-25 Doug Evans <dje@google.com>
1713
1714 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
1715
0a7cfe2c
SS
17162013-09-16 Stan Shebs <stan@codesourcery.com>
1717
1718 Remove the internals manual gdbint.texinfo.
1719 * Makefile.in (INFO_DEPS): Remove gdbint.info.
1720 (PDFFILES): Remove gdbint.pdf.
1721 (HTMLFILES): Remove gdbint/index.html.
1722 (HTMLFILES_INSTALL): Remove gdbint.
1723 (GDBINT_DOC_FILES): Remove.
1724 (dvi): Remove gdbint.dvi.
1725 (ps): Remove gdbint.ps.
1726 * gdbint.texinfo: Remove file.
1727 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
1728
a280dbd1
SDJ
17292013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1730
1731 * gdb.texinfo (Convenience Functions): Mention new convenience
1732 function $_isvoid.
1733
4ac33720
UW
17342013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1735
1736 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
1737 (Standard Target Features): Add new node to menu.
1738 (S/390 and System z Features): New node.
1739
b3d3b4bd
SA
17402013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
1741
1742 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
1743 -list-target-features in the example.
1744
edf9f00c
JK
17452013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1746
1747 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
1748 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
1749
1d236d23
JK
17502013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1751
1752 Sync documentation with gdb.base/gnu-debugdata.exp.
1753 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
1754
5423b017
JK
17552013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1756
1757 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
1758
6211c335
YQ
17592013-08-27 Pedro Alves <pedro@codesourcery.com>
1760 Yao Qi <yao@codesourcery.com>
1761
1762 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
1763 Document new --skip-unavailable option.
1764 <-stack-list-variables>: Document new --skip-unavailable option.
1765
52e260a3
DE
17662013-08-26 Doug Evans <dje@google.com>
1767
1768 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
1769 an optional regexp.
1770
5e92f71a
TT
17712013-08-13 Tom Tromey <tromey@redhat.com>
1772
1773 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
1774 Document GDB_PARALLEL and GDB_INOTIFY.
1775
c5d7073b
SS
17762013-08-09 Stan Shebs <stan@codesourcery.com>
1777
1778 * LRS: Remove file, describes a long-abandoned live-range
1779 splitting extension to stabs.
1780
6fbe845e
AB
17812013-07-25 Andrew Burgess <aburgess@broadcom.com>
1782
1783 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
1784
e7045703
DE
17852013-07-17 Doug Evans <dje@google.com>
1786
1787 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
1788
3105ebf9
TT
17892013-07-02 Tom Tromey <tromey@redhat.com>
1790
1791 * gdb.texinfo (Target Commands): Don't mention "target nrom".
1792
d6c2da54
TT
17932013-06-28 Tom Tromey <tromey@redhat.com>
1794
1795 * Makefile.in (version.subst): Use version.in, not
1796 common/version.in.
1797 * gdbint.texinfo (Versions and Branches, Releasing GDB):
1798 Likewise.
1799
e5823f1c
PA
18002013-06-27 Pedro Alves <palves@redhat.com>
1801
1802 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
1803 dynamic symbol resolution code>: New section, based on infrun.c
1804 comment.
1805
92dcb9ff
TT
18062013-06-26 Tom Tromey <tromey@redhat.com>
1807
1808 * gdbint.texinfo (Versions and Branches): Use common/version.in.
1809 Update.
1810 (Releasing GDB): Likewise.
1811
dc673c81
YQ
18122013-06-26 Pedro Alves <pedro@codesourcery.com>
1813 Yao Qi <yao@codesourcery.com>
1814
1815 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
1816 -trace-frame-collected.
1817
28a93511
YQ
18182013-06-26 Pedro Alves <pedro@codesourcery.com>
1819
1820 * gdb.texinfo (Traceframe Info Format): Document tvar element
1821 and its attributes.
1822
a0743c90
YQ
18232013-06-25 Yao Qi <yao@codesourcery.com>
1824
1825 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
1826
01208463
TT
18272013-06-24 Tom Tromey <tromey@redhat.com>
1828
1829 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
1830 (GDBvn.texi): Use version.subst.
1831 (version.subst): New target.
1832 (mostlyclean): Remove version.subst.
1833
c898adb7
YQ
18342013-06-20 Pedro Alves <pedro@codesourcery.com>
1835
1836 * gdb.texinfo (GDB/MI Data Manipulation)
1837 <-data-list-register-values>: Document the --skip-unavailable
1838 option.
1839
7c57fa1e
YQ
18402013-06-07 Yao Qi <yao@codesourcery.com>
1841
1842 * gdb.texinfo (Symbols): Add kindex and cindex for
1843 'maint print msymbols'.
1844
0059c61a 18452013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
b7742092
MK
1846
1847 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
1848 response field name (thread-group to inferior).
1849
85dc5a12
GB
18502013-06-04 Gary Benson <gbenson@redhat.com>
1851
1852 * gdb.texinfo (General Query Packets/qSupported): Added
1853 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
1854 to the table of currently defined stub features.
1855 Added a more detailed entry for "augmented-libraries-svr4-read".
1856 (General Query Packets/qXfer:libraries-svr4:read): Documented
1857 the augmented form of this packet.
1858
5901af59
JB
18592013-05-23 Joel Brobecker <brobecker@adacore.com>
1860
1861 * gdb.texinfo (System-wide Configuration Scripts): Renames
1862 "Installed System-wide Configuration Scripts". Add associated
1863 @menu block.
1864
c1e36e3e
PA
18652013-05-23 Yao Qi <yao@codesourcery.com>
1866 Pedro Alves <palves@redhat.com>
1867
1868 * gdb.texinfo (Packets): Document 'vCont;r'.
1869 (Continuing and Stepping): Document target-assisted range
1870 stepping, and the 'set range-stepping' and 'show range-stepping'
1871 commands.
1872
0201faac
JB
18732013-05-23 Joel Brobecker <brobecker@adacore.com>
1874
1875 * gdb.texinfo (Installed System-wide Configuration Scripts):
1876 Add subsection describing the scripts now available under
1877 the data-dir's system-gdbbinit subdirectory.
1878 * NEWS: Add entry announcing the availability of system-wide
1879 configuration scripts for ElinOS and Wind River Linux.
1880
c5867ab6
HZ
18812013-05-21 Hui Zhu <hui@codesourcery.com>
1882
1883 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
1884 "-dprintf-insert" command.
1885
7d0c9981
DE
18862013-05-17 Doug Evans <dje@google.com>
1887
1888 * gdb.texinfo (Maintenance Commands): Update doc for
1889 "maint check-psymtabs". Add doc for "maint check-symtabs",
1890 "maint expand-symtabs".
1891
742ce053
MM
18922013-05-15 Markus Metzger <markus.t.metzger@intel.com>
1893
1894 * gdb.texinfo (Process Record and Replay): Document the
1895 "record goto" command and its sub-commands.
1896
1e611234
PM
18972013-05-10 Phil Muldoon <pmuldoon@redhat.com>
1898
1899 * gdb.texinfo (Backtrace): Add "no-filter" argument.
1900 (Python API): Add Frame Filters API, Frame Wrapper API,
1901 Writing a Frame Filter/Wrapper, Managing Management of Frame
1902 Filters chapter entries.
1903 (Frame Filters API): New Node.
1904 (Frame Wrapper API): New Node.
1905 (Writing a Frame Filter): New Node.
1906 (Managing Frame Filters): New Node.
1907 (Progspaces In Python): Add note about frame_filters attribute.
1908 (Objfiles in Python): Ditto.
1909 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
1910 @anchors and --no-frame-filters option to -stack-list-variables,
1911 -stack-list-frames, -stack-list-locals and -stack-list-arguments
1912 commands.
1913
2874cb83
JB
19142013-05-08 Joel Brobecker <brobecker@adacore.com>
1915
1916 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
1917 Support" subsection documenting the XML format used to transfer
1918 shared library info on AIX.
1919
9a005eb9
JB
19202013-05-08 Joel Brobecker <brobecker@adacore.com>
1921
1922 * gdb.texinfo (Debugging Output): Add documentation of
1923 "set debug aix-solib" and "show debug aix-solib" commands.
1924
a1217d97
SL
19252013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1926
1927 * gdb.texinfo (Nios II): New section.
1928 (Nios II Features): New section.
1929
4d1eb6b4
JB
19302013-05-06 Joel Brobecker <brobecker@adacore.com>
1931
1932 * gdbint.texinfo (Algorithms): Remove entries documenting
1933 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
1934 SOLIB_CREATE_INFERIOR_HOOK.
1935
3f84184e
TT
19362013-04-29 Tom Tromey <tromey@redhat.com>
1937
1938 PR python/14204:
1939 * gdb.texinfo (Python API): Fix menu entry.
1940 (Blocks In Python): Fix subsubsection text. Rewrite intro.
1941 Define global and static block. Add example. Clarify
1942 block relationship for inline functions.
1943
60155234
TT
19442013-04-29 Tom Tromey <tromey@redhat.com>
1945
1946 * gdb.texinfo (Python API): Mention Python help and keyword
1947 arguments. Move pagination text to Basic Python.
1948 (Basic Python): Put pagination text here. Document
1949 close-on-exec, SIGCHLD, and SIGINT.
1950
5360976e
PA
19512013-04-19 Pedro Alves <palves@redhat.com>
1952
1953 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
1954 "signedness" instead of "signness".
1955
bd3f3b55
PA
19562013-04-19 Pedro Alves <palves@redhat.com>
1957
1958 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
1959 -Wno-pointer-sign text with text on -Wpointer-sign.
1960
dee368d3
TT
19612013-04-16 Tom Tromey <tromey@redhat.com>
1962
1963 * gdb.texinfo (Set Catchpoints): Mention earliest version of
1964 GCC that has the SDT probe points.
1965
cc16e6c9
TT
19662013-04-15 Tom Tromey <tromey@redhat.com>
1967
1968 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
1969 exception catchpoints.
1970
72f1fe8a
TT
19712013-04-15 Tom Tromey <tromey@redhat.com>
1972
1973 * gdb.texinfo (Set Catchpoints): Document $_exception.
1974 (Convenience Vars): Mention $_exception.
1975
591f19e8
TT
19762013-04-15 Tom Tromey <tromey@redhat.com>
1977
1978 * gdb.texinfo (Set Catchpoints): Reorganize exception
1979 catchpoints. Document "catch rethrow".
1980 (Debugging C Plus Plus): Mention "catch rethrow".
1981
02ae6bad
TT
19822013-04-15 Tom Tromey <tromey@redhat.com>
1983
1984 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
1985
2c91021c
JK
19862013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1987 Eli Zaretskii <eliz@gnu.org>
1988
1989 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
1990 line below the sample output.
1991
6eaaf48b
EZ
19922013-04-12 Eli Zaretskii <eliz@gnu.org>
1993
1994 * gdb.texinfo (Mode Options): Document '-configuration'.
1995 (Help): Document "show configuration".
1996 (Bug Reporting): Add requirements to include the configuration
1997 details in bug reports.
1998
b292c783
JK
19992013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2000
2001 * Makefile.in (MAN1S): Add gcore.1.
2002 Remove "Host, target, and site specific Makefile fragments" comment.
2003 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
2004 (install-man1, uninstall-man1): Conditionalize gcore.1.
2005 (gcore.1): New.
2006 * gdb.texinfo (Man Pages): Add gcore man.
2007 (gcore man): New node.
2008
f81d1120
PA
20092013-04-10 Pedro Alves <palves@redhat.com>
2010
2011 * gdb.texinfo (Process Record and Replay): Document that "set
2012 record full insn-number-max", "set record
2013 instruction-history-size" and "set record
2014 function-call-history-size" accept "unlimited".
2015 (Backtrace): Document that "set backtrace limit" accepts
2016 "unlimited".
2017 (List): Document that "set listsize" accepts "unlimited".
2018 (Print Settings)" Document that "set print max-symbolic-offset",
2019 "set print elements" and "set print repeats" accept "unlimited".
2020 (Starting and Stopping Trace Experiments): Document that "set
2021 trace-buffer-size" accepts "unlimited".
2022 (Remote Configuration): Document that "set tcp connect-timeout"
2023 accepts "unlimited".
2024 (Command History): Document that "set history size" accepts
2025 "unlimited".
2026 (Screen Size): Document that "set height" and "set width" accepts
2027 "unlimited". Adjust "set pagination"'s description to suggest
2028 "set height unlimited" instead of "set height 0".
2029
393fd4c3
YQ
20302013-04-10 Yao Qi <yao@codesourcery.com>
2031
2032 * gdb.texinfo (Trace Files): Add "target ctf".
2033
cba5a7bf
JK
20342013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2035
2036 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
2037
0ed630cb
JK
2038 * Makefile.in (install-man1, install-man5, uninstall-man1)
2039 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
2040
afe1492b
JK
2041 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
2042
5b8b6385
JK
20432013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2044 Eli Zaretskii <eliz@gnu.org>
2045
2046 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
2047 parameters order. Remove "On some targets" for --attach. Document the
2048 --multi parameter and extended-remote command. Document all the
2049 options.
2050
906ccdf0
JK
20512013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2052
2053 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
2054 the list of supported languages.
2055
43662968
JK
20562013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2057
2058 Convert man pages to texinfo, new gdbinit.5 texinfo page.
2059 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
2060 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
2061 (diststuff): Add man.
2062 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
2063 (uninstall-man5): New.
2064 (STAGESTUFF): Add *.1 and *.5.
2065 (GDBvn.texi): Add SYSTEM_GDBINIT.
2066 (gdb.1, gdbserver.1, gdbinit.5): New.
2067 (maintainer-clean realclean): Add $(MANS).
2068 (install): Add install-man.
2069 (uninstall): Add uninstall-man.
2070 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
2071 (@copying): Wrap it by @c man begin COPYRIGHT.
2072 (Top): Add Man Pages.
2073 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
2074
be9a8770
PA
20752013-04-02 Pedro Alves <palves@redhat.com>
2076
2077 * gdb.texinfo (Debugging Output): Document "set/show debug
2078 aarch64", "set/show debug coff-pe-read" and "set/show debug
2079 mach-o".
2080
a46c1e42
PA
20812013-04-02 Pedro Alves <palves@redhat.com>
2082
2083 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2084 table>: Add entry for "trace-buffer-size".
2085
bd3eecc3
PA
20862013-03-28 Pedro Alves <palves@redhat.com>
2087
2088 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2089 table>: Add entry for "trace-status".
2090
215b9f98
EZ
20912013-03-28 Eli Zaretskii <eliz@gnu.org>
2092
2093 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
2094 @bullet", which is invalid (makeinfo 5.1 barfs).
2095
7f7cc265
PA
20962013-03-28 Pedro Alves <palves@redhat.com>
2097
2098 PR gdb/15294
2099
2100 * gdb.texinfo (List) <set listsize>: Adjust to document that
2101 listsize 0 means no limit, and remove mention of -1.
2102
9c0be723
YQ
21032013-03-22 Yao Qi <yao@codesourcery.com>
2104
2105 * gdb.texinfo (Embedded Processors): Remove menu item
2106 "OpenRISC 1000".
2107 (OpenRISC 1000): Remove.
2108
bd712aed
DE
21092013-03-21 Doug Evans <dje@google.com>
2110
2111 * gdb.texinfo (Maintenance Commands): Add docs for
2112 "mt set per-command {space,time,symtab} {on,off}".
2113
d0353e76
YQ
21142013-03-14 Hui Zhu <hui@codesourcery.com>
2115 Yao Qi <yao@codesourcery.com>
2116
2117 * gdb.texinfo (Trace Files): Add "tsave -ctf".
2118
6dd24dfa
KS
21192013-03-13 Keith Seitz <keiths@redhat.com>
2120
2121 * gdb.texinfo (Maintenance Commands): Add missing ')' for
2122 "maint agent" reference to Dynamic printf.
2123
5c4808ca
EZ
21242013-03-11 Eli Zaretskii <eliz@gnu.org>
2125
2126 * gdb.texinfo (General Query Packets): Don't use colon in index
2127 entries visible to Info format.
2128
59ea5688
MM
21292013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2130
2131 * gdb.texinfo (Process Record and Replay): Document record
2132 changes.
2133
2ae8c8e7
MM
21342013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2135
2136 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
2137 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
2138 qXfer:btrace:read.
2139
28abe188
EZ
21402013-03-09 Eli Zaretskii <eliz@gnu.org>
2141
2142 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
2143 use colons in @anchor and @cindex entries.
2144
be9a119c 21452013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
6790eb9f
HAQ
2146
2147 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
2148
be9a119c 21492013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
2150 Hafiz Abid Qadeer <abidh@codesourcery.com>
2151
2152 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2153 trace-buffer-size set and show commands.
2154 (Tracepoint Packets): Document QTBuffer:size.
2155 (General Query Packets): Document QTBuffer:size.
2156
d57350ea
TT
21572013-02-21 Tom Tromey <tromey@redhat.com>
2158
2159 * gdb.texinfo: Remove bad @syncodeindex.
2160 (Values From Inferior, Types In Python, Inferiors In Python)
2161 (Events In Python, Threads In Python, Frames In Python, Blocks In
2162 Python, Symbols In Python, Symbol Tables In Python): Remove
2163 @tables.
2164 (Packets, General Query Packets, Tracepoint Packets)
2165 (Host I/O Packets): Use @w{} for empty @item.
2166
9f44fbc0
SCR
21672013-02-20 Siva Chandra Reddy <sivachandra@google.com>
2168
2169 * gdb.texinfo (Architectures In Python): Add description about
2170 the new method gdb.Architecture.disassemble.
2171
f5911ea1
HAQ
21722013-02-15 Pedro Alves <pedro@codesourcery.com>
2173 Hafiz Abid Qadeer <abidh@codesourcery.com>
2174
2175 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
2176 Document the "trace-file" field.
2177
7e1e0340
DE
21782013-02-07 Doug Evans <dje@google.com>
2179
2180 * gdb.texinfo (Machine Code): Clarify argument to disassemble
2181 command.
2182
134a2066
YQ
21832013-02-06 Yao Qi <yao@codesourcery.com>
2184
2185 * gdb.texinfo (GDB/MI Async Records): Document new MI
2186 notification "=tsv-modified". Update the document of MI
2187 notification "=tsv-created".
2188 * observer.texi (GDB Observers): New observer tsv_modified.
2189 Update observer tsv_created and tsv_delete.
2190
430ed3f0
MS
21912013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
2192
2193 * gdb.texinfo (AArch64 Features): New section; document
2194 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
2195 (Architectures): Add new AArch64 section to document AArch64
2196 architecture specific commands.
2197 (ABI): Add description of the new OS ABI "Newlib" and its influence
2198 on the longjmp handling.
2199
1b56eb55
JK
22002013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
2201 Jan Kratochvil <jan.kratochvil@redhat.com>
2202
2203 * gdb.texinfo (Backtrace): Added description of 'filename-display'
2204 variable in 'set/show backtrace' section.
2205
c4957902
TT
22062013-01-31 Tom Tromey <tromey@redhat.com>
2207
2208 * gdb.texinfo (Target Commands): Fix typo.
2209
bea883fd
SCR
22102013-01-23 Siva Chandra Reddy <sivachandra@google.com>
2211
2212 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
2213 describing the gdb.Architecture class.
2214 (Frames In Python): Add description about the new method
2215 gdb.Frame.architecture().
2216
796a7ff8
DE
22172013-01-23 Doug Evans <dje@google.com>
2218
2219 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
2220
998580f1
MK
22212013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
2222
2223 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
2224 'thread-groups' field when printing a breakpoint in MI.
2225
c9fb1240
SD
22262012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2227 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
2228 to reflect that jit-reader-load now supports absolute file-names.
2229
ab04a2af
TT
22302013-01-16 Tom Tromey <tromey@redhat.com>
2231
2232 * gdb.texinfo (Set Catchpoints): Document "catch signal".
2233 (Signals): Likewise.
2234
8ac3646f
TT
22352013-01-16 Tom Tromey <tromey@redhat.com>
2236
2237 * gdb.texinfo (GDB/MI Breakpoint Information): Document
2238 "catch-type" field.
2239 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
2240
e93a8774
TT
22412013-01-07 Tom Tromey <tromey@redhat.com>
2242
2243 * gdb.texinfo (Mode Options): Don't mention -epoch.
2244 (Data, Emacs): Remove obsolete comments.
2245
54516a0b
TT
22462013-01-02 Tom Tromey <tromey@redhat.com>
2247
2248 * gdb.texinfo (GDB/MI Output Records): Update menu.
2249 (GDB/MI Breakpoint Information): New node.
2250 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
2251 <-break-insert>: Likewise.
2252
8dbe8ece
YQ
22532012-12-31 Yao Qi <yao@codesourcery.com>
2254
2255 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
2256 (Packets): Move "vStopped" packet to ...
2257 (Notification Packets): ... here. Describe the components
2258 of notification. Add a table of supported notifications.
2259 Add an example on the process of he async notification.
2260
f35a17b5
JK
22612012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2262
2263 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
2264 present.
2265 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
2266 fullname output always present.
2267
0dfd2fad
PM
22682012-12-23 Pierre Muller <muller@sourceware.org>
2269
72f4393d
L
2270 * gdbint.texinfo (Function prototypes): Require use of "extern"
2271 modifier for function prototypes in headers.
0dfd2fad 2272
7785b880
JB
22732012-12-19 Joel Brobecker <brobecker@adacore.com>
2274
2275 * refcard.tex: Update copyright notice to GPL v3 or later.
2276 Update contact info.
2277
3d745be3
JK
22782012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2279
2280 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
2281
c9b6281a
YQ
22822012-12-15 Yao Qi <yao@codesourcery.com>
2283
2284 * gdb.texinfo (Debugging Output): Document 'set debug
2285 notification' and 'show debug notification'.
2286
f2a8bc8a
YQ
22872012-12-15 Yao Qi <yao@codesourcery.com>
2288
2289 * gdb.texinfo (Listing Tracepoints): New item and example about
2290 'installed on target' output.
2291 Add more in the example about 'installed on target'.
2292 (GDB/MI Breakpoint Commands): Doc about 'installed field.
2293
451b7c33
TT
22942012-12-14 Tom Tromey <tromey@redhat.com>
2295
72f4393d 2296 * gdb.texinfo (SVR4 Process Information): Mention core files.
451b7c33 2297
3fa7bf06 22982012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
72f4393d 2299
3fa7bf06
MG
2300 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
2301
05b4bd79
PA
23022012-12-11 Pedro Alves <palves@redhat.com>
2303
2304 * gdb.texinfo: Remove all mentions of Unixware throughout.
2305
74a0d9f6
JK
23062012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2307
2308 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
2309
0c631110
TT
23102012-11-29 Tom Tromey <tromey@redhat.com>
2311
2312 * gdb.texinfo (SVR4 Process Information): Document missing
2313 "info proc" subcommands.
2314
891df0ea
YQ
23152012-11-29 Yao Qi <yao@codesourcery.com>
2316
2317 PR gdb/1477.
2318 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
2319 to 'auto' instead of 'gnu'.
2320
608e2dbb
TT
23212012-11-26 Tom Tromey <tromey@redhat.com>
2322
2323 * gdb.texinfo (MiniDebugInfo): New node.
2324 (GDB Files): Update.
2325
e64e0392
DE
23262012-11-16 Doug Evans <dje@google.com>
2327
2328 * gdb.texinfo (System-wide configuration): If the system-wide init
2329 file lives in the data-directory, and --data-directory is provided,
2330 look for it there.
2331
ae606bee
TT
23322012-11-15 Tom Tromey <tromey@redhat.com>
2333
2334 * gdb.texinfo (Signaling): Fix typo.
2335
62747a60
TT
23362012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
2337
2338 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
2339 parameter "count" of -data-write-memory-bytes, and add an example.
2340
18a9fc12
TT
23412012-11-12 Tom Tromey <tromey@redhat.com>
2342
2343 * gdb.texinfo (Symbols): Document "info type-printers",
2344 "enable type-printer" and "disable type-printer".
2345 (Python API): Add new node to menu.
2346 (Type Printing API): New node.
2347 (Progspaces In Python): Document type_printers field.
2348 (Objfiles In Python): Likewise.
2349 (gdb.types) <get_type_recognizers, apply_type_recognizers,
2350 register_type_printer, TypePrinter>: Document.
2351
53342f27
TT
23522012-11-12 Tom Tromey <tromey@redhat.com>
2353
2354 * gdb.texinfo (Symbols): Document "set print type methods",
2355 "set print type typedefs", and flags to ptype and whatis.
2356
ed8a1c2d
AB
23572012-11-09 Andrew Burgess <aburgess@broadcom.com>
2358
2359 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
2360 the example -data-disassemble output. Extend the description of
2361 the -data-disassemble results to document all fields. Document
2362 the cli disassemble command as being related to -data-disassemble.
2363
8506d139
YQ
23642012-11-09 Yao Qi <yao@codesourcery.com>
2365
2366 PR gdb/14777.
2367 * gdb.texinfo (OS Information): Remove doc on command
2368 'info udot'.
2369
4d3f93a2
JB
23702012-11-08 Joel Brobecker <brobecker@adacore.com>
2371
2372 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
2373 gdb.ini warning for Windows port.
2374
1e96de83
YQ
23752012-11-08 Yao Qi <yao@codesourcery.com>
2376
2377 * gdb.texinfo (Search): Add kindex for 'fo'.
2378
dc939229
TT
23792012-11-05 Tom Tromey <tromey@redhat.com>
2380
2381 PR python/14802:
2382 * gdb.texinfo (Functions In Python): Add example.
2383
6f6484cd
YQ
23842012-11-03 Yao Qi <yao@codesourcery.com>
2385
2386 * observer.texi (GDB Observers): Remove observer
2387 'tracepoint_modified', 'tracepoint_created' and
2388 'tracepoint_deleted'.
2389
af4238e5
TT
23902012-10-26 Tom Tromey <tromey@redhat.com>
2391
2392 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
2393
687e43a4
TT
23942012-10-25 Tom Tromey <tromey@redhat.com>
2395
2396 * gdb.texinfo (General Query Packets): Use @itemx.
2397
8de0566d
YQ
23982012-10-17 Yao Qi <yao@codesourcery.com>
2399
2400 * observer.texi (GDB Observers): Update observer
2401 'memory_changed'.
2402 * gdb.texinfo (GDB/MI Async Records): Document for
2403 "memory-changed" notification.
2404
07540c15
DE
24052012-10-15 Doug Evans <dje@google.com>
2406
2407 * gdb.texinfo (Mode Options): Document -nh.
2408 Elaborate on docs for -nx.
2409
d7019589
SP
24102012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2411
2412 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
2413
82a90ccf 24142012-09-21 Yao Qi <yao@codesourcery.com>
72f4393d 2415 Pedro Alves <palves@redhat.com>
82a90ccf
YQ
2416
2417 * gdb.texinfo (GDB/MI Async Records): Document notification
2418 'record-started' and 'record-stopped'.
2419 * observer.texi (GDB Observers): New observer 'record-changed'.
2420
aa9259cc
TS
24212012-09-19 Thomas Schwinge <thomas@codesourcery.com>
2422
2423 * gdb.texinfo: Document the removal of SH's 'regs' command.
2424
c1d780c2
SDJ
24252012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2426
2427 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
2428
bb25a15c
YQ
24292012-09-18 Yao Qi <yao@codesourcery.com>
2430
2431 * gdb.texinfo (GDB/MI Async Records): Document new MI
2432 notifications '=tsv-created' and '=tsv-deleted'.
2433 * observer.texi (GDB Observers): New observer tsv_created and
2434 tsv_deleted.
2435
201b4506
YQ
24362012-09-18 Yao Qi <yao@codesourcery.com>
2437
2438 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
2439 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
2440 '=traceframe-changed'.
2441
6fc1c773
YQ
24422012-09-17 Yao Qi <yao@codesourcery.com>
2443
2444 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
2445 'set listsize'.
2446
121c73f3
JK
24472012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2448 Eli Zaretskii <eliz@gnu.org>
2449
2450 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
2451 encoding for gdbarch_breakpoint_from_pc, bp_addr for
2452 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
2453
e9687799
JK
24542012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2455
2456 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
2457
3b5e4d35
YPK
24582012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
2459
2460 Document how to return from "python-interactive" to GDB.
2461 * gdb.texinfo (Python Commands): Update documentation.
2462
24632012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
2464
2465 Add a new "python-interactive" command that starts a standard
2466 Python interactive prompt with "pi" as alias, and add "py" as
2467 an alias to "python".
2468 * gdb.texinfo (Python Commands): Document the new commands.
2469
b583003e
TT
24702012-08-22 Tom Tromey <tromey@redhat.com>
2471
2472 * gdbint.texinfo (Host Definition): Remove documentation for
2473 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
2474
a451cb65
KS
24752012-08-17 Keith Seitz <keiths@redhat.com>
2476
2477 PR c++/13356
2478 * gdb.texinfo (Type and Range Checking): Remove warning.
2479 Remove spurious commas.
2480 Update text and examples for re-implementation of set/show
2481 check type.
2482 (C and C++ Type and Range Checks): Likewise.
2483
6b1755ce
YQ
24842012-08-16 Yao Qi <yao@codesourcery.com>
2485
2486 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
2487 is deprecated.
2488
f47f77df
DE
24892012-08-13 Doug Evans <dje@google.com>
2490
2491 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
2492 to include functions.
2493
a72c3253
DE
24942012-08-10 Doug Evans <dje@google.com>
2495
2496 * gdb.texinfo (Convenience Funs): New node.
2497 (Types In Python): Document Type.vector.
2498
5b9afe8a
YQ
24992012-08-09 Yao Qi <yao@codesourcery.com>
2500
2501 * observer.texi: New observer command_param_changed.
2502 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
2503
dc1039df
JK
25042012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2505
2506 * gdbint.texinfo (Debugging GDB): In section
2507 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
2508 Mention also gdb-gdb.py.
2509
4abf930d
YQ
25102012-08-07 Yao Qi <yao@codesourcery.com>
2511
2512 Revert the folloing patch:
2513 2012-08-06 Yao Qi <yao@codesourcery.com>
2514 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2515 remote hardware-watchpoint-limit' and 'set
2516 remote hardware-breakpoint-limit'.
2517
f3c8a52a
JK
25182012-08-06 Nathaniel Flath <flat0103@gmail.com>
2519
2520 * gdb.texinfo (Working Directory): Added information about new
2521 default argument for 'cd' command.
2522
77a91025
YQ
25232012-08-06 Yao Qi <yao@codesourcery.com>
2524
2525 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2526 remote hardware-watchpoint-limit' and 'set
2527 remote hardware-breakpoint-limit'.
2528
d9f08f52
YQ
25292012-08-06 Yao Qi <yao@codesourcery.com>
2530
2531 Fix PR14371.
2532
2533 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
2534 '=breakpoint-deleted'.
2535
95b07c96
YQ
25362012-08-02 Yao Qi <yao@codesourcery.com>
2537
2538 * gdb.texinfo (Native): Remove node Neutrino.
2539
7255706c
YQ
25402012-07-27 Yao Qi <yao@codesourcery.com>
2541
2542 * gdb.texinfo (IPA Protocol Commands): Document new command
2543 'close'.
2544
d6b28940
TT
25452012-07-25 Tom Tromey <tromey@redhat.com>
2546
2547 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
2548
e615022a
DE
25492012-07-20 Doug Evans <dje@google.com>
2550
2551 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
2552 (Index Files): Document how to control the use of deprecated index
2553 sections.
2554 (Index Section Format): Replace --use-deprecated-index-sections with
2555 "set use-deprecated-index-sections on".
2556
055855a4
EZ
25572012-07-12 Eli Zaretskii <eliz@gnu.org>
2558
2559 * gdbint.texinfo: Remove @syncodeindex directives that put all the
2560 indices into a single node "Index". Instead, join function and
2561 variable indices into a single index, separate from the concept
2562 index. Requested in
2563 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
2564 (Top): Update the top-level menu: instead of one "Index" there are
2565 now separate entries "Concept Index" and "Function and Variable
2566 Index".
2567 (Concept Index, Function and Variable Index): New nodes.
2568 (Index): Node deleted.
2569
f77cc5f0
HZ
25702012-07-05 Hui Zhu <hui_zhu@mentor.com>
2571
2572 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
2573 and "maint agent-eval".
2574
00595b5e
EZ
25752012-07-03 Eli Zaretskii <eliz@gnu.org>
2576
2577 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
2578 avoid file-name clashes between Index.html and index.html on
2579 case-insensitive filesystems. See the discussion starting in
2580 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
2581 details of the problem.
2582 (Top): Update the master menu for the above.
2583 (Concept Index, Command and Variable Index): New nodes, instead of
2584 the old "Index" node that was deleted. All cross-references
2585 updated.
2586
d3ce09f5
SS
25872012-07-02 Stan Shebs <stan@codesourcery.com>
2588
2589 * gdb.texinfo (Dynamic Printf): Mention agent style and
2590 disconnected dprintf.
2591 (Maintenance Commands): Describe maint agent-printf.
2592 (General Query Packets): Mention BreakpointCommands feature.
2593 (Packets): Document commands extension to Z0 packet.
2594 * agentexpr.texi (Bytecode Descriptions): Document printf
2595 bytecode.
2596
2d7b58e8
JK
25972012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2598
2599 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
2600 only after gdbinit files.
2601 (Startup): Move -iex and -iex commands down after gdbinit files.
2602
202cbf1c
JK
26032012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2604
2605 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
2606 possibility.
2607
b6ba681c
TT
26082012-06-29 Tom Tromey <tromey@redhat.com>
2609
2610 * gdb.texinfo (Index Section Format): Update for version 7.
2611
71caed83
SS
26122012-06-28 Stan Shebs <stan@codesourcery.com>
2613
2614 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
2615 example, add note about title column.
2616
ee0bf529
SCR
26172012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2618
2619 * gdb.texinfo (Symbol Tables In Python): Add description about
2620 the new 'last' attribute of gdb.Symtab_and line.
2621
3c15d565
SCR
26222012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2623
2624 * gdb.texinfo (Symbol Tables In Python): Correct the description
2625 of the 'pc' attribute of gdb.Symtab_and_line.
2626
45cfd468
DE
26272012-06-26 Doug Evans <dje@google.com>
2628
2629 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
2630 and symtab-create.
2631
496ee73e
KS
26322012-06-25 Keith Seitz <keiths@redhat.com>
2633
2634 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
2635 from example. Remove "rbreak" from list of corresponding
2636 gdb commands.
2637
156942c7
DE
26382012-06-23 Doug Evans <dje@google.com>
2639
2640 * gdb.texinfo (Index Section Format): Document version 7 format.
2641
c614397c
YQ
26422012-06-22 Yao Qi <yao@codesourcery.com>
2643
2644 * gdb.texinfo: Add missing cindex for some packets.
2645
472a2379
KS
26462012-06-20 Keith Seitz <keiths@redhat.com>
2647
2648 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
2649 for -break-insert and document -p.
2650
2678e2af
YQ
26512012-06-20 Yao Qi <yao@codesourcery.com>
2652
2653 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
2654 and "gdb.write_memory" with "Inferior.read_memory" and
2655 "Inferior.write_memory".
2656
984359d2
EZ
26572012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
2658
2659 * gdb.texinfo (Summary): Add a link to "Free Documentation".
2660 (Free Documentation): Add @node line.
2661 (Continuing and Stepping) <advance location>: Use @item instead of
2662 @itemx.
2663 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
2664 @itemx.
2665 (Embedded Processors): Put the link to "PA" to its correct place,
2666 according to document structure.
2667 (Python API): Put the link to "Lazy Strings In Python" to its
2668 correct place.
2669 (Index): Use @@ in @tex block to get a literal @.
2670
2671 * gdbint.texinfo: Fix the @subtitle line.
2672
2673 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
2674 correct place.
2675
16bdd41f
YQ
26762012-06-08 Yao Qi <yao@codesourcery.com>
2677
2678 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
2679 Protocol'.
2680 (In-Process Agent Protocol, IPA Protocol Objects)
2681 (IPA Protocol Commands): New nodes.
2682 (Tracepoint Packets): Add anchors.
2683
2d4c29c5
TS
26842012-06-06 Thomas Schwinge <thomas@codesourcery.com>
2685
2686 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
2687
6bd110c5
YQ
26882012-06-06 Yao Qi <yao@codesourcery.com>
2689
2690 * gdb.texinfo: Update copyright year.
2691
f3e0e960
SS
26922012-05-23 Stan Shebs <stan@codesourcery.com>
2693 Kwok Cheung Yeung <kcy@codesourcery.com>
2694
2695 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
2696
1564a261
JK
26972012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2698
2699 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
2700 Mention also --with-separate-debug-dir.
2701 (Auto-loading): Prepend $debugdir in the sample output.
2702 (Auto-loading safe path): Likewise. Mention also $debugdir for the
2703 auto-load safe-path variable.
2704 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
2705 Mention also $debugdir for 'set auto-load scripts-directory'.
2706
eb17f351
EZ
27072012-05-19 Eli Zaretskii <eliz@gnu.org>
2708
2709 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
2710 (MIPS Embedded, MIPS, MIPS Register packet Format)
2711 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
2712 appropriate.
2713
4cc0665f 27142012-05-18 Sandra Loosemore <sandra@codesourcery.com>
72f4393d 2715 Maciej W. Rozycki <macro@codesourcery.com>
4cc0665f
MR
2716
2717 * gdb.texinfo (MIPS): Document "set mips compression" and "show
2718 mips compression".
2719 (MIPS Breakpoint Kinds): New subsubsection.
2720
7af8dcf8 27212012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
2722
2723 * gdb.texinfo (Architecture-Specific Protocol Details): Define
2724 nodes for subsections. Add @acronym mark-ups and adjust
2725 formatting.
2726
aff139ff
JK
27272012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2728
2729 Rename $ddir to $datadir.
2730 * gdb.texinfo (Auto-loading, Auto-loading safe path)
2731 (objfile-gdb.py file): Rename $ddir to $datadir.
2732
9cb709b6
TT
27332012-05-18 Tom Tromey <tromey@redhat.com>
2734
2735 * gdb.texinfo (Print Settings): Document 'set print symbol'.
2736
e7e0cddf
SS
27372012-05-14 Stan Shebs <stan@codesourcery.com>
2738
2739 * gdb.texinfo (Dynamic Printf): New subsection.
2740
7efc75aa
SCR
27412012-05-13 Siva Chandra Reddy <sivachandra@google.com>
2742
2743 * gdb.texinfo (Basic Python): Add description about the function
2744 gdb.find_pc_line
2745
f307c045
JK
27462012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2747 Eli Zaretskii <eliz@gnu.org>
2748
2749 * gdb.texinfo (Separate Debug Files): Use plural form for global
2750 debugging information directory.
2751
85d4a676
SS
27522012-05-11 Stan Shebs <stan@codesourcery.com>
2753 Kwok Cheung Yeung <kcy@codesourcery.com>
2754
2755 * gdb.texinfo (Operating System Auxiliary Information): Document new
2756 'info os' subcommands.
2757
c1668e4e
JK
27582012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2759
2760 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
2761 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
2762 (dotdebug_gdb_scripts section): Add reference
2763 to 'Auto-loading safe path'.
2764
7349ff92
JK
27652012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2766
2767 Implement multi-component --with-auto-load-dir.
2768 * gdb.texinfo (Auto-loading): New references
2769 for 'set auto-load scripts-directory'
2770 and 'show auto-load scripts-directory'.
2771 (Auto-loading safe path): Describe the new default. Move $ddir
2772 substituation reference to 'objfile-gdb.py file'.
2773 (objfile-gdb.py file): Describe script-name alias. Change real-name to
2774 script-name. Describe new 'set auto-load scripts-directory'
2775 and 'show auto-load scripts-directory'.
2776
6dea1fbd
JK
27772012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2778
2779 Provide $ddir substitution for --with-auto-load-safe-path.
2780 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
2781 (Auto-loading safe path): Likewise. Mention the default value,
2782 $ddir substitution, --with-auto-load-safe-path and
2783 --without-auto-load-safe-path.
2784 * observer.texi (gdb_datadir_changed): New.
2785
1ccacbcd
JK
27862012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2787
2788 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
2789 Twice.
2790
d9242c17
JK
2791 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
2792 directory separator by path separator.
2793
af2c1515
JK
27942012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2795
2796 * gdb.texinfo (Auto-loading safe path): Make 'directories'
2797 for 'set auto-load safe-path' optional. Mention if it is omitted.
2798 Change disabling security protection condition to "/", twice.
2799
a20ee7a4
SCR
28002012-05-03 Siva Chandra Reddy <sivachandra@google.com>
2801
2802 * gdb.texinfo (Symbol Tables In Python): Add documentation about
2803 the new methods global_block and static_block on gdb.Symtab
2804 objects.
2805
56af09aa
SCR
28062012-05-02 Siva Chandra Reddy <sivachandra@google.com>
2807
2808 * gdb.texinfo (Blocks In Python): Add a note saying that future
2809 improvements to GDB and its infrastructure can move symbols
2810 across blocks within a symbol table.
2811
2746b0ef
YQ
28122012-04-29 Yao Qi <yao@codesourcery.com>
2813
2814 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
2815 (A29K): Remove.
2816
62e5f89c
SDJ
28172012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
2818 Tom Tromey <tromey@redhat.com>
2819
2820 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
2821 and generic static probe support on GDB.
2822
a766d390
DE
28232012-04-25 Doug Evans <dje@google.com>
2824
50f042b9
DE
2825 * gdb.texinfo (Go): Fix thinko.
2826
a766d390
DE
2827 * gdb.texinfo (Supported Languages): Add Go.
2828 (Go): New node.
2829
f02e2b19
YQ
28302012-04-25 Yao Qi <yao@codesourcery.com>
2831
2832 * gdbint.texinfo (Testsuite): New section `Board settings'.
2833
68d41a48
JK
28342012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2835
2836 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
2837 Three times.
2838
174bb630
JK
2839 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
2840 Three times.
2841
0511cc75
JK
28422012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2843
2844 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
2845 by @table @asis. Fix formatting of one item.
2846
0070f25a
JK
28472012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2848
2849 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
2850
4dc84fd1
JK
28512012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2852
2853 New option "set debug auto-load".
2854 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
2855 (auto-load verbose mode): New node.
2856
bccbefd2
JK
28572012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2858
2859 New option "set auto-load safe-path".
2860 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
2861 and "info auto-load" examples for safe-path. Put there also references
2862 for "set auto-load safe-path" and "show auto-load safe-path".
2863 New menu item for Auto-loading safe path.
2864 (Auto-loading safe path): New node.
2865 (Python Auto-loading): Update the expected output from "Missing"
2866 to "No".
2867
bf88dd68
JK
28682012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2869
2870 auto-load: Implementation.
2871 * gdb.texinfo (Mode Options): New anchor for -nx.
2872 (Startup): New anchors for Option -init-eval-command,
2873 Home Directory Init File
2874 and Init File in the Current Directory during Startup.
2875 Mention set auto-load local-gdbinit with a reference.
2876 Change the sample code to "set auto-load python-scripts".
2877 (Threads): New anchor set libthread-db-search-path.
2878 Provide references to libthread_db.so.1 file.
2879 (Controlling GDB): New menu item for Auto-loading.
2880 (Auto-loading, Init File in the Current Directory)
2881 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
2882 (Python): Rename the menu item Auto-loading to Python Auto-loading.
2883 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
2884 reference.
2885 (Auto-loading): Rename to ...
2886 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
2887 "set auto-load python-scripts", new anchor for it. Change
2888 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
2889 for it. Change "info auto-load-scripts"
2890 to "info auto-load python-scripts", new anchor for it. Change "scripts"
2891 to "Python scripts".
2892
8264ba82
AG
28932012-04-14 Anton Gorenkov <xgsa@yandex.ru>
2894
2895 PR mi/13393
2896 * gdb.texinfo (Print Settings): Extend the description for "set print
2897 object".
2898 (GDB/MI Variable Objects): Extend the description for -var-create and
2899 -var-list-children.
2900
06fc020f
SCR
29012012-04-11 Siva Chandra Reddy <sivachandra@google.com>
2902
2903 * gdb.texinfo (Examining Data): Document the 'explore' command.
2904
7191c139
JB
29052012-03-28 Joel Brobecker <brobecker@adacore.com>
2906
2907 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
2908 to the children of a varobj and its update range when -var-update
2909 returns that the varobj's type changed.
2910
3708f05e
JK
29112012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2912
2913 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
2914 Create two new links fir 'objfile-gdb.py file'
2915 and 'dotdebug_gdb_scripts section'.
2916
8e0583c8
JK
29172012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2918
2919 * gdb.texinfo (Auto-loading): Rename node reference
2920 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
2921 Twice.
2922 (.debug_gdb_scripts section): Rename the node ...
2923 (dotdebug_gdb_scripts section): ... here.
2924 (Maintenance Commands): Also rename this node reference.
2925
7b282c5a
SCR
29262012-03-22 Siva Chandra Reddy <sivachandra@google.com>
2927
2928 * gdb.texinfo (Python API/Values From Inferior): Add description
2929 about the new method Value.referenced_value. Add description on
2930 how Value.dereference is different (and similar) to
2931 Value.referenced_value.
2932
8320cc4f
JK
29332012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2934
2935 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
2936 --init-eval-command=COMMAND, -iex.
2937 (Startup): Describe -iex and -ix. Simplify the example
2938 for "set auto-load-scripts off".
2939
481860b3
GB
29402012-03-16 Gary Benson <gbenson@redhat.com>
2941
2942 PR breakpoints/10738
2943 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
2944 stating that GDB cannot set breakpoints on inlined functions.
2945 (Mode Options): Document --use-deprecated-index-sections.
2946 (Index Section Format): Document new index section version format.
2947
c4aeac85
TT
29482012-03-15 Tom Tromey <tromey@redhat.com>
2949
2950 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
2951
16899756
DE
29522012-03-13 Doug Evans <dje@google.com>
2953
2954 * gdb.texinfo (Help): Change apropos example to use "alias" instead
2955 of "reload".
2956 (Symbols): Delete docs for set/show symbol-reloading.
2957 * gdbint.texinfo (Defining Other Architecture Features): Delete
2958 SYMBOL_RELOADING_DEFAULT.
2959 * refcard.tex: Delete reference to symbol-reloading.
2960
9b224c5e
PA
29612012-03-07 Pedro Alves <palves@redhat.com>
2962
2963 * gdb.texinfo (General Query Packets): Document new
2964 QProgramSignals packet.
2965 * gdb.texinfo (Remote configuration): Mention
2966 "program-signals-packet".
2967
169081d0
TG
29682012-03-05 Tristan Gingold <gingold@adacore.com>
2969
2970 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
2971
d1feda86
YQ
29722012-03-03 Yao Qi <yao@codesourcery.com>
2973
2974 * gdb.texinfo (In-Process Agent): New node.
2975 Document new commands.
2976 (General Query Packets): Add packet `QAgent'.
2977
1faeff08
MR
29782012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
2979
2980 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
2981
7d74f244
DE
29822012-03-01 Scott J. Goldman <scottjg@vmware.com>
2983
2984 * gdb.texinfo (Commands In Python): Put example python macro in
2985 COMMAND_USER category rather than COMMAND_OBSCURE.
2986 Document gdb.COMMAND_USER.
2987 (User-defined Commands): Update documentation to clarify
2988 "set/show max-user-call-depth" and "show user" don't apply to python
2989 commands. Update documentation to clarify "help user-defined" may
2990 also include python commands defined as COMMAND_USER.
2991
6fe37d23
JK
29922012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2993
2994 * gdb.texinfo (Startup): Add option -ex description to the option -x
2995 description.
2996
83364271
LM
29972012-02-24 Luis Machado <lgustavo@codesourcery.com>
2998
2999 * gdb.texinfo (Setting Breakpoints): Mention and explain the
3000 condition-evaluation breakpoint parameter.
3001 Mention condition-evaluation mode being shown in "info break".
3002 (Break Conditions): Add description for target-side
3003 conditional breakpoints.
72f4393d 3004 (Remote Configuration): Mention conditional-breakpoints-packet.
83364271
LM
3005 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
3006 cond-expr.
3007 (General Query Packets): Mention new ConditionalBreakpoint feature.
3008
bdb1994d
TT
30092012-02-22 Tom Tromey <tromey@redhat.com>
3010
3011 * gdb.texinfo (Blocks In Python): Clarify block iteration.
3012
4d241c86
TT
30132012-02-17 Tom Tromey <tromey@redhat.com>
3014
3015 PR python/10753:
3016 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
3017 directory.
3018
816338b5
SS
30192012-02-14 Stan Shebs <stan@codesourcery.com>
3020
3021 * gdb.texinfo (Disabling Breakpoints): Document enable count.
3022
cc30c4bd
PA
30232012-02-13 Pedro Alves <palves@redhat.com>
3024
3025 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
3026 mips-idt-ecoff.
3027
035d1e5b
YQ
30282012-02-09 Yao Qi <yao@codesourcery.com>
3029
3030 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
3031
f0823d2c
TT
30322012-02-07 Tom Tromey <tromey@redhat.com>
3033
3034 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
3035 Symbol.value.
3036
64e7d9dd
TT
30372012-02-07 Tom Tromey <tromey@redhat.com>
3038
3039 * gdb.texinfo (Symbols In Python): Document Symbol.line.
3040
4220b2f8
TS
30412012-01-27 Thomas Schwinge <thomas@codesourcery.com>
3042
3043 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
3044
edcc5120
TT
30452012-01-24 Tom Tromey <tromey@redhat.com>
3046
3047 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
3048 unload".
3049 (Files): Mention new catch commands.
3050 (GDB/MI Async Records): Likewise.
3051
53fe1783
GB
30522012-01-24 Gary Benson <gbenson@redhat.com>
3053
3054 Delete #if 0'd out code.
3055 * gdb.texinfo (Frame Info): Remove "info catch".
3056
b9e7b9c3
UW
30572012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
3058
3059 * gdb.texinfo (Remote Configuration): Document
3060 "set remote hostio-readlink-packet" command.
3061 (General Query Packets): Document vFile:readlink packet.
3062
4aac40c8
TT
30632012-01-16 Tom Tromey <tromey@redhat.com>
3064
3065 * gdb.texinfo (Specify Location): Document relative file name
3066 handling.
3067
cafec441
TT
30682012-01-16 Tom Tromey <tromey@redhat.com>
3069
3070 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
3071
0ee339bc
JK
30722012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3073 Eli Zaretskii <eliz@gnu.org>
3074
3075 * gdbint.texinfo (Coding Standards): Require braces for two lines of
3076 code.
3077
72384ba3
PH
30782012-01-11 Paul Hilfinger <hilfingr@adacore.com>
3079
3080 * gdb.texinfo (Variables): Document use of :: for non-static
3081 variables.
3082
ce1b17c4
JB
30832012-01-05 Joel Brobecker <brobecker@adacore.com>
3084
3085 * gdbint.texinfo (Start of New Year Procedure): Update
3086 to replace use of copyright.sh by use of copyright.py.
3087
217bff3e
JK
30882012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3089
3090 Remove the gdbtui binary.
3091 * all-cfg.texi (GDBTUI): Remove.
3092 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
3093 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
3094 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
3095
cc72b2a2
KP
30962011-12-23 Kevin Pouget <kevin.pouget@st.com>
3097
3098 Introduce gdb.FinishBreakpoint in Python.
3099 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
3100 (Python API): Add menu entry for Finish Breakpoints.
3101
13ac8d2c
JK
31022011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3103
3104 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
3105 tests.
3106
e0f9f062
DE
31072011-12-16 Doug Evans <dje@google.com>
3108
3109 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
3110
80b6e756
PM
31112011-12-16 Phil Muldoon <pmuldoon@redhat.com>
3112
1c3ad6ab 3113 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
3114 stack". Add documentation for "set/show python print-stack".
3115
2fb860fc
PA
31162011-12-14 Pedro Alves <pedro@codesourcery.com>
3117
3118 * gdb.texinfo (Implementing a Remote Stub): Explain that you
3119 should transfer control to the stub in the startup code instead of
3120 in main. Mention the need to get past the initial breakpoint.
3121
f8eba3c6
TT
31222011-12-06 Tom Tromey <tromey@redhat.com>
3123
3124 * gdb.texinfo (Set Breaks): Update for new behavior.
3125
2268b414
JK
31262011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3127
3128 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
3129 List Format for SVR4 Targets'.
3130 (General Query Packets): New item qXfer:libraries-svr4:read.
3131 (Library List Format for SVR4 Targets): New node.
3132
ae6f0d5b
TT
31332011-12-01 Tom Tromey <tromey@redhat.com>
3134
3135 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
3136 add.
3137
36dfb11c
TT
31382011-11-22 Tom Tromey <tromey@redhat.com>
3139
3140 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
3141 reasons.
3142
f196051f
SS
31432011-11-20 Stan Shebs <stan@codesourcery.com>
3144
3145 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3146 note-related options and variables.
3147 (Tracepoint Packets): Document packet changes.
3148
f85b53f8
SD
31492011-11-20 Sanjoy Das <sdas@igalia.com>
3150
3151 * gdb.texinfo (JIT Interface): Add documentation on writing and
3152 usind JIT debug info readers.
3153 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
3154 Debug Info Readers): New nodes.
3155
bfccc43c
YQ
31562011-11-18 Yao Qi <yao@codesourcery.com>
3157
3158 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
3159 tracepoint.
3160
c011a4f4
DE
31612011-11-15 Doug Evans <dje@google.com>
3162
3163 * gdb.texinfo (Files): Document basenames-may-differ.
3164
ed59ded5
DE
31652011-11-14 Doug Evans <dje@google.com>
3166
3167 * gdb.texinfo (Shell Commands): Document "!".
3168
405f8e94
SS
31692011-11-14 Stan Shebs <stan@codesourcery.com>
3170 Kwok Cheung Yeung <kcy@codesourcery.com>
3171
3172 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
3173 needed to get shorter fast tracepoints.
3174 (Tracepoint Packets): Document new qTMinFTPILen packet.
3175
1e4d1764
YQ
31762011-11-14 Yao Qi <yao@codesourcery.com>
3177
3178 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
3179 behavior of tracepoint.
3180 (General Query Packets): New feature InstallInTrace.
3181 (Remote Configuration): Document "set remote
3182 install-in-trace-packet".
3183
71eba9c2 31842011-11-12 Matt Rice <ratmice@gmail.com>
3185
3186 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
3187 Add arguments to info macro.
3188
e0f8f636
TT
31892011-11-10 Tom Tromey <tromey@redhat.com>
3190
3191 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
3192 manual.
3193 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
3194 (Macros): Add a footnote.
3195 (C): Remove paragraph about compiler options.
3196 (C Constants): Mention wide character and string constants.
3197 (C Plus Plus Expressions): Update compiler option advice. Mention
3198 using declarations. Mention ADL. Remove old HP compiler
3199 information.
3200
625c0d47
TT
32012011-11-10 Tom Tromey <tromey@redhat.com>
3202
3203 PR c++/9257:
3204 * gdb.texinfo (Print Settings): Add an extra note about the need
3205 for a vtable.
3206
4be2aacc
MR
32072011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
3208
3209 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
3210 "set mips abi" documentation.
3211
0a1c4d10
DE
32122011-11-04 Doug Evans <dje@google.com>
3213
3214 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
3215
aad1c02c
TT
32162011-11-03 Tom Tromey <tromey@redhat.com>
3217
3218 * gdb.texinfo (Stopping): Add menu entry.
3219 (Continuing and Stepping): Restore @node. Use @section, not
3220 @subsection.
3221
983fb131
MR
32222011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
3223
3224 * gdb.texinfo (Skipping Over Functions and Files): Remove node
3225 designation. Fix "Specify Location" cross-reference.
3226
3065dfb6
SS
32272011-11-02 Stan Shebs <stan@codesourcery.com>
3228
3229 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
3230 (General Query Packets): Describe tracenz feature.
3231 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
3232
0aaaf063
PK
32332011-10-28 Paul Koning <paul_koning@dell.com>
3234
3235 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
3236
2231f1fb
KP
32372011-10-27 Kevin Pouget <kevin.pouget@st.com>
3238
72f4393d 3239 * gdb.texinfo ((Frames In Python): Document
2231f1fb
KP
3240 gdb.FRAME_UNWIND_FIRST_ERROR contant.
3241
5110b5df
PK
32422011-10-26 Paul Koning <paul_koning@dell.com>
3243
3244 * gdb.texinfo (gdb.types): Document new deepitems function.
72f4393d 3245
22dbab46
PK
32462011-10-25 Paul Koning <paul_koning@dell.com>
3247
3248 PR python/13327
72f4393d 3249
22dbab46
PK
3250 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
3251 fetch_lazy method.
3252
9df2fbc4
PM
32532011-10-20 Phil Muldoon <pmuldoon@redhat.com>
3254
3255 PR python/12656
3256
3257 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
3258 global_block, static_block function.
3259
f05e2e1d
TT
32602011-10-19 Tom Tromey <tromey@redhat.com>
3261
3262 * gdb.texinfo (Commands In Python): Add missing "@"s.
3263
a7fc3f37
KP
32642011-10-13 Kevin Pouget <kevin.pouget@st.com>
3265
3266 PR python/13285 Document named constants for frame unwind stop reasons
72f4393d 3267 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
a7fc3f37
KP
3268 constants.
3269
5048e516
JK
32702011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3271
3272 Fix compatibility with texinfo versions older than 4.12.
3273 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
3274 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
3275 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
3276 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
3277 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
3278 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
3279 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
3280
5a56e9c5
DE
32812011-10-09 Doug Evans <dje@google.com>
3282
3283 * gdb.texinfo (Extending GDB): Document alias command.
3284
36b11add
JK
32852011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3286
3287 Support @entry in input expressions.
3288 * gdb.texinfo (Variables): Describe @entry names suffix.
3289 (Print Settings): Add anchor for `set print entry-values'.
3290
e18b2753
JK
32912011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3292 Eli Zaretskii <eliz@gnu.org>
3293
3294 Display @entry parameter values (without references).
3295 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
3296 example.
3297 (Print Settings): New description of set print entry-values and show
3298 print entry-values.
3299
111c6489
JK
33002011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3301 Eli Zaretskii <eliz@gnu.org>
3302
3303 Recognize virtual tail call frames.
3304 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
3305 (Tail Call Frames): New node.
3306 (Frames In Python): Add gdb.TAILCALL_FRAME.
3307
9c15afc4
DE
33082011-10-07 Doug Evans <dje@google.com>
3309
3310 * gdb.texinfo (gdb.printing): Document new `replace' arg to
3311 register_pretty_printer.
3312
99f5279d
PM
33132011-10-07 Phil Muldoon <pmuldoon@redhat.com>
3314
3315 PR python/12930
3316 PR python/12802
3317
3318 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
3319 stop method.
3320
03583c20
UW
33212011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
3322
3323 * gdb.texinfo (Starting your Program): "set disable-randomization"
3324 is no longer Linux-specific.
3325 (Remote Configuration): Document "set remote
3326 disable-randomization-packet".
3327 (General Query Packets): Document "QDisableRandomization" packet
3328 and add it to "qSupported" list.
3329
bd054e06
KP
33302011-10-07 Kevin Pouget <kevin.pouget@st.com>
3331
3332 Allow Python notification of new object-file loadings.
3333 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
3334 event type.
3335
cb6be26b
KP
33362011-10-04 Kevin Pouget <kevin.pouget@st.com>
3337
3338 PR python/12691: Add the inferior to Python exited event
3339 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
3340
a05336a1
JB
33412011-10-03 Joel Brobecker <brobecker@adacore.com>
3342
3343 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
3344 rephasing.
3345
5d77fe44
JB
33462011-10-03 Joel Brobecker <brobecker@adacore.com>
3347
3348 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
3349 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
3350 as possible feature returned by the `-list-features'
3351 command.
3352
699df94d
PK
33532011-09-28 Paul Koning <paul_koning@dell.com>
3354
3355 * gdb.texinfo (gdb.Type): Document field access by dictionary
3356 key syntax.
3357
24bdad53
YQ
33582011-09-28 Yao Qi <yao@codesourcery.com>
3359
3360 * gdb.texinfo (Files): Update options for `add-symbol-file'.
3361 Add one space after option `-s'. Remove @r{} markup.
3362
6710bf39
SS
33632011-09-27 Stan Shebs <stan@codesourcery.com>
3364
3365 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
3366
d99f7e48
HZ
33672011-09-16 Hui Zhu <teawater@gmail.com>
3368
3369 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
3370 to *(unsigned char *)$esp@300.
3371
d812018b
PK
33722011-09-15 Paul Koning <paul_koning@dell.com>
3373
3374 * gdb.texinfo: Make style of Python functions and methods match
3375 the syntax of Python. Also put class and module names explicitly
3376 on function, member, and variable names, matching Python
3377 documentation conventions.
72f4393d 3378
2aa48337
KP
33792011-09-15 Kevin Pouget <kevin.pouget@st.com>
3380
3381 PR Python/12692 Add gdb.selected_inferior() to Python interface.
3382 * gdb.texinfo (Inferiors In Python): Describe new
3383 gdb.selected_inferior() function.
3384
6839b47f
KP
33852011-09-15 Kevin Pouget <kevin.pouget@st.com>
3386
3387 Handle multiple breakpoint hits in Python interface:
3388 * gdb.texinfo (Events In Python): New function documentation:
3389 gdb.BreakpointEvent.breakpoints. Indicate that
3390 gdb.BreakpointEvent.breakpoint is now deprecated.
3391
26829f2b
JB
33922011-09-04 Joel Brobecker <brobecker@adacore.com>
3393
3394 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
3395
a9f54f60
TT
33962011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
3397
3398 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
3399
fa3a4f15
PM
34002011-08-17 Phil Muldoon <pmuldoon@redhat.com>
3401
72f4393d
L
3402 * gdb.texinfo (Prompt): Add set/show extended-prompt
3403 documentation
3404 (Basic Python): Add prompt_hook anchor.
3405 (Python modules): Reword module text to reflect multiple modules.
3406 (gdb.prompt): Document gdb.prompt module.
fa3a4f15 3407
224bbe49
YQ
34082011-08-14 Yao Qi <yao@codesourcery.com>
3409
78d85199
YQ
3410 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
3411
34122011-08-14 Yao Qi <yao@codesourcery.com>
3413
3414 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
3415 (TIC6x Features): New node.
3416
457e09f0
DE
34172011-08-12 Doug Evans <dje@google.com>
3418
3419 * gdb.texinfo (Symbols In Python): Document symbol.type.
3420
5e239b84
PM
34212011-08-09 Phil Muldoon <pmuldoon@redhat.com>
3422
3423 * gdb.texinfo (Python): Document command and function
3424 auto-loading.
3425
177bc839
JK
34262011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3427 Eli Zaretskii <eliz@gnu.org>
3428
3429 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
3430 typedefs unrolling. Extend the sample code by an inner typedef and
3431 outer typedefs unrolling.
3432
1a532630
PP
34332011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
3434
3435 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
3436 size and line-size.
3437
9b158ba0 34382011-07-21 Matt Rice <ratmice@gmail.com>
3439
3440 PR macros/12999
3441 * gdb.texinfo (Macros): Add info definitions and info macros commands.
3442 Update text and cindex entries for info macro command.
3443
d17b6f81
PM
34442011-07-21 Phil Muldoon <pmuldoon@redhat.com>
3445
3446 * observer.texi (GDB Observers): Add before_prompt observer.
3447 * gdb.texinfo (Basic Python): Add documentation for prompt
3448 substitution.
3449
713389e0
PM
34502011-07-11 Phil Muldoon <pmuldoon@redhat.com>
3451
72f4393d 3452 PR python/12438
713389e0 3453 * gdb.texinfo (Python Commands): Add deprecate note to maint
72f4393d
L
3454 set/show python print-stack. Document set/show python
3455 print-backtrace.
713389e0 3456
177b42fe
TJB
34572011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
3458
3459 * gdb.texinfo: Fix typos.
3460
900e11f9
JK
34612011-07-01 Tom Tromey <tromey@redhat.com>
3462
3463 * gdb.texinfo (Debugging Output): Document set debug
3464 check-physname.
3465
39c4d40a
TT
34662011-06-29 Tom Tromey <tromey@redhat.com>
3467
3468 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3469 breakpoint-notifications feature.
3470
6f5def7d
UW
34712011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
3472
3473 * gdb.texinfo (Target Description): Remove warning about
3474 possibly unstable format.
3475
8cf64490
TT
34762011-06-03 Tom Tromey <tromey@redhat.com>
3477
3478 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
3479 (Events In Python): Note that exit_code is optional.
3480
393eab54
PA
34812011-05-17 Pedro Alves <pedro@codesourcery.com>
3482
3483 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
3484 required for multi-threading support.
3485 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
3486 Hc are deprecated for multi-threading debugging. Point readers at
3487 the vCont packet.
3488
75fc9810
DE
34892011-05-15 Doug Evans <dje@google.com>
3490
3491 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
3492
01124a23
DE
34932011-05-13 Doug Evans <dje@google.com>
3494
98a5dd13
DE
3495 * gdb.texinfo (Threads): Document $sdir,$pdir.
3496 (Server): Document $pdir exception.
3497
dbaefcf7
DE
3498 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
3499
cc63ef9b
DE
3500 * gdb.texinfo (Threads): Clarify default value for
3501 libthread-db-search-path.
7e0396aa 3502
01124a23
DE
3503 * gdb.texinfo (Completion): Update example.
3504 (Debugging Output): Delete `set/show debug lin-lwp-async'.
3505
d248b706
KY
35062011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
3507
3508 * gdb.texinfo: Document change in the behaviour of the enable and
3509 disable GDB commands when applied to tracepoints.
3510 Document the EnableDisableTracepoints remote stub feature.
3511 Document QTEnable and QTDisable in the list of tracepoint packets.
3512
cc88a640
JK
35132011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3514
3515 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
3516 hsuser.texi.
3517 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
3518 comment to hsuser.texi. Change rluser.texi name in the comment.
3519
84e578fb
DE
35202011-05-10 Doug Evans <dje@google.com>
3521
3522 * gdb.texinfo (Threads): If an empty path is provided for
3523 libthread-db-search-path it is reset to its default value.
3524 (Server): Ditto.
3525
478aac75
DE
35262011-05-09 Doug Evans <dje@google.com>
3527
3528 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
3529
9c06b0b4
TJB
35302011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3531 Thiago Jung Bauermann <bauerman@br.ibm.com>
3532
3533 Implement support for PowerPC BookE masked watchpoints.
3534 * gdb.texinfo (Set Watchpoints): Document mask parameter.
3535 (PowerPC Embedded): Mention support of masked watchpoints.
3536
9ed350ad
JB
35372011-05-03 Joel Brobecker <brobecker@adacore.com>
3538
3539 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
3540 `@value{GDBN}'.
3541
4ceed123
JB
35422011-05-03 Joel Brobecker <brobecker@adacore.com>
3543
3544 * gdb.texinfo (titlepage): Remove dedication.
3545 (In Memoriam): New appendix.
3546
559a7a62
JK
35472011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3548 Eli Zaretskii <eliz@gnu.org>
3549
3550 * gdb.texinfo (Index Section Format): Change the version to 5.
3551 Describe the different formula.
3552
03f2bd59
JK
35532011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3554 Eli Zaretskii <eliz@gnu.org>
3555
3556 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
3557 for disconnected tracing.
3558 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
3559 extended-remote relationship. Mention --once.
3560 (TCP port allocation lifecycle of @code{gdbserver}): New.
3561
d9b1a651
EZ
35622011-04-23 Eli Zaretskii <eliz@gnu.org>
3563
3564 * gdb.texinfo (Server): Improve indexing. Index all optional
3565 switches to gdbserver.
3566
90476074
TT
35672011-04-20 Tom Tromey <tromey@redhat.com>
3568
3569 * gdb.texinfo (Index Section Format): New node.
3570 (Top): Add new node to menu.
3571
c21236dc
PA
35722011-04-20 Pedro Alves <pedro@codesourcery.com>
3573
3574 * gdb.texinfo (Maintenance Commands): Document `maint print
3575 remote-registers'.
3576
05c8c3f5
TT
35772011-04-20 Tom Tromey <tromey@redhat.com>
3578
3579 * gdb.texinfo (Trace File Format): Move node later.
3580
7a9dd1b2
TT
35812011-04-19 Tom Tromey <tromey@redhat.com>
3582
3583 * gdbint.texinfo (Register Information Functions): Remove
3584 duplicate "the".
3585 * gdb.texinfo (Emacs): Remove duplicate "to".
3586 (GDB/MI Variable Objects): Remove duplicate "the".
3587 (General Query Packets): Likewise.
3588
4368ebeb
JB
35892011-04-02 Joel Brobecker <brobecker@adacore.com>
3590
3591 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
3592 "GDB/MI Ada Exception Information" node.
3593
956a9fb9
JB
35942011-04-01 Joel Brobecker <brobecker@adacore.com>
3595
3596 * gdb.texinfo (GDB/MI Ada Exception Information): Document
3597 the "exception-name" field in the *stopped async record.
3598
f1310107
TJB
35992011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
3600 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3601
3602 Implement support for PowerPC BookE ranged breakpoints.
3603 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
3604
8786b2bd
TT
36052011-03-28 Tom Tromey <tromey@redhat.com>
3606
3607 * gdb.texinfo (Set Tracepoints): Fix typo.
3608
9ef07c8c
TT
36092011-03-24 Tom Tromey <tromey@redhat.com>
3610
3611 * gdb.texinfo (Specify Location): Document `function:label'
3612 linespec.
3613
99c3dc11
PM
36142011-03-18 Phil Muldoon <pmuldoon@redhat.com>
3615
f1310107 3616 PR python/12149
99c3dc11
PM
3617
3618 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
3619
29703da4
PM
36202011-03-17 Phil Muldoon <pmuldoon@redhat.com>
3621
3622 * gdb.texinfo (Blocks In Python): Add is_valid method description.
3623 (Inferiors In Python): Likewise.
3624 (Threads In Python): Likewise.
3625 (Symbols In Python): Likewise.
3626 (Objfiles In Python): Likewise.
3627 (Symbol Tables In Python): Likewise.
3628
c9174737
PA
36292011-03-15 Pedro Alves <pedro@codesourcery.com>
3630
3631 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
3632 display>: Explain that the commands accept number ranges.
3633
7371cf6d
PM
36342011-03-14 Phil Muldoon <pmuldoon@redhat.com>
3635
3636 * gdb.texinfo (Breakpoints In Python): Add description and example
3637 of Python stop function operation.
3638
ecec24e6
PM
36392011-03-10 Phil Muldoon <pmuldoon@redhat.com>
3640
3641 * gdb.texinfo (Parameters In Python): Document get_set_string and
3642 get_show_string methods.
3643
6dcd5565
JK
36442011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3645
3646 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
3647
81896e36
JK
3648 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
3649 circular-trace-buffer name.
3650
5e30da2c
JB
36512011-02-28 Joel Brobecker <brobecker@adacore.com>
3652
3653 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
3654 in the previous change.
3655
3bd0f5ef 36562011-02-27 Michael Snyder <msnyder@vmware.com>
af624141 3657
72f4393d 3658 * gdb.texinfo (Inferiors and Programs): Update commands to show
af624141
MS
3659 that they can accept multiple arguments.
3660
4ec7539c
JB
36612011-02-24 Joel Brobecker <brobecker@adacore.com>
3662
3663 Revert the following patch (code patch was not approved):
3664 2011-02-21 Hui Zhu <teawater@gmail.com>
3665 * agentexpr.texi (bytecode descriptions): add printf.
3666 * gdb.texinfo (tracepoint action lists): add printf.
3667
82809774
DE
36682011-02-23 Doug Evans <dje@google.com>
3669
3670 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
3671
e5a67952
MS
36722011-02-23 Michael Snyder <msnyder@vmware.com>
3673
3674 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
3675 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
3676 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
3677
6e6fbe60
DE
36782011-02-22 Doug Evans <dje@google.com>
3679
3680 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
3681 Clarify behaviour of lookup_symbol when `block' argument is omitted,
3682 add description of result, fix @defun formatting.
3683
f994e27a
HZ
36842011-02-21 Hui Zhu <teawater@gmail.com>
3685
3686 * agentexpr.texi (Bytecode Descriptions): Add printf.
3687 * gdb.texinfo (Tracepoint Action Lists): Add printf.
3688
c7f96d2b
TT
36892011-02-18 Tom Tromey <tromey@redhat.com>
3690
3691 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
3692
60f98dde
MS
36932011-02-14 Michael Snyder <msnyder@vmware.com>
3694
3695 * gdb.texinfo (threads): Document argument for "info threads" cmd.
3696 Document new command "thread find".
3697
08e796bc
MS
36982011-02-14 Michael Snyder <msnyder@vmware.com>
3699
3700 * gdb.texinfo (Threads): Update example of new thread message.
3701
b3b9301e
PA
37022011-02-14 Pedro Alves <pedro@codesourcery.com>
3703
3704 * gdb.texinfo (Remote Configuration): Mention set/show remote
3705 traceframe-info.
3706 (Tools/Packages Optional for Building GDB): Mention that expat is
3707 used for traceframe info.
3708 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
3709 (General Query Packets) <qSupported>: Describe the
3710 qXfer:traceframe-info:read feature.
3711 (qXfer::read): Describe qXfer:traceframe-info:read.
3712 (Traceframe Info Format): New section.
3713
cef35b0f
PA
37142011-02-04 Pedro Alves <pedro@codesourcery.com>
3715
3716 * gdbint.texinfo (Formatting): Mention some formatting guidelines
3717 for casts and unary operators.
3718
f1cbe1d3
TT
37192011-02-04 Tom Tromey <tromey@redhat.com>
3720
3721 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
3722 is not useful.
3723
585fdaa1
PA
37242011-01-25 Pedro Alves <pedro@codesourcery.com>
3725
3726 * gdb.texinfo: s/value optimized out/optimized out/g
3727
7bfc9434
JB
37282011-01-21 Joel Brobecker <brobecker@adacore.com>
3729
3730 * gdb.texinfo (Other Misc Settings): Rework part of the
3731 documentation of the "set interactive mode" command.
3732
4694da01
TT
37332011-01-19 Tom Tromey <tromey@redhat.com>
3734
3735 * gdb.texinfo (Threads): Document thread name output and `thread
3736 name' command.
3737 (Threads In Python): Document Thread.name attribute.
3738 (GDB/MI Thread Commands): Document thread attributes.
3739
b716877b
AB
37402011-01-12 Andrew Burgess <aburgess@broadcom.com>
3741
3742 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
3743 changes in mi/mi-cmd-disas.c
3744
13fd8b81
TT
37452011-01-12 Tom Tromey <tromey@redhat.com>
3746
3747 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
3748 Fix "thread apply" text.
3749
e09342b5
TJB
37502011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3751 Thiago Jung Bauermann <bauerman@br.ibm.com>
3752
3753 Implement support for PowerPC BookE ranged watchpoints.
3754 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
3755 the "set powerpc exact-watchpoints" flag.
3756
06e65f44
TT
37572011-01-07 Tom Tromey <tromey@redhat.com>
3758
3759 * gdb.texinfo (Python API): Add descriptions to @menu items.
3760
d8e22779
TT
37612011-01-06 Tom Tromey <tromey@redhat.com>
3762
3763 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
3764
a255712f
PP
37652010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
3766
e09342b5 3767 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 3768
ccfc3d6e
TT
37692011-01-06 Tom Tromey <tromey@redhat.com>
3770
3771 PR python/12133:
3772 * gdb.texinfo (Frames In Python): Document various frame
3773 constants.
3774
44944448
JB
37752011-01-05 Joel Brobecker <brobecker@adacore.com>
3776
3777 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
3778 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
3779 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
3780
42ea3d7a
JK
37812011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3782
3783 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
3784 (clean): Add GDBvn.texi.
3785
720d1a40
JB
37862010-12-29 Joel Brobecker <brobecker@adacore.com>
3787
3788 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
3789 occasional case where the debugger prints an array address
3790 instead of the array itself.
3791
ad196637
PA
37922010-12-23 Pedro Alves <pedro@codesourcery.com>
3793
3794 * gdb.texinfo (Packets) <read registers packet>: Document support
3795 for registers that were not collected.
3796
a86caf66
DE
37972010-12-15 Doug Evans <dje@google.com>
3798
3799 * gdb.texinfo (Startup): Document auto-loading of scripts during
3800 startup.
3801 (Auto-loading): Delete "maint set python auto-load on|off".
3802 Add "set auto-load-scripts on|off".
3803
aae1c79a
DE
38042010-12-07 Doug Evans <dje@google.com>
3805
3806 * gdb.texinfo (Mode Options): Document -data-directory.
3807 (Data Files): Add reference to -data-directory.
3808
4e04c971
DE
38092010-11-29 Doug Evans <dje@google.com>
3810
3811 * gdb.texinfo (Pretty-Printer Introduction): Change
3812 printer-name:subprinter-name to printer-name;subprinter-name.
3813
94b6973e
PM
38142010-11-29 Phil Muldoon <pmuldoon@redhat.com>
3815
72f4393d 3816 PR python/12199
94b6973e
PM
3817
3818 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
3819
39037522
TT
38202010-11-23 Tom Tromey <tromey@redhat.com>
3821
3822 * gdb.texinfo (Top): Check SYSTEM_READLINE.
3823 (Editing): Likewise.
3824 (Command History): Likewise.
3825 (TUI Keys): Likewise.
3826 (Bug Reporting): Conditionally include rluser.texi and
3827 inc-history.texinfo.
3828 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
3829 (GDB_DOC_SOURCE_INCLUDES): Add comment.
3830 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
3831 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
3832 (gdb.pdf): Likewise.
3833 (gdb.info): Likewise.
3834 (gdb/index.html): Likewise.
3835
5ae98d25
TT
38362010-11-23 Tom Tromey <tromey@redhat.com>
3837
3838 * Makefile.in (Makefile): Run ../config.status.
3839 (distclean): Update.
3840 * configure: Remove.
3841 * configure.ac: Remove.
3842
621c8364
TT
38432010-11-12 Tom Tromey <tromey@redhat.com>
3844
3845 * gdb.texinfo (Basic Python): Update. Add xref.
3846 (Exception Handling): Document new exception classes.
3847 (Types In Python): Update.
3848 (Frames In Python): Update.
3849
84f4c1fe
PM
38502010-11-11 Phil Muldoon <pmuldoon@redhat.com>
3851
3852 * gdb.texinfo (Breakpoints In Python): Document "internal"
3853 parameter, and visible attribute.
3854
99e7ae30
DE
38552010-11-05 Doug Evans <dje@google.com>
3856
3857 * gdb.texinfo (Source Path): Document "set directories".
3858
f4b8a18d
KW
38592010-11-05 Ken Werner <ken.werner@de.ibm.com>
3860
3861 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
3862 (OpenCL C): New node.
3863
7b51bc51
DE
38642010-11-02 Doug Evans <dje@google.com>
3865
3866 * gdb.texinfo (Pretty Printing): Expand into three sections,
3867 introduction, example, and commands.
3868 (Python API): Delete section Disabling Pretty-Printers, merge into
3869 Selecting Pretty-Printers.
3870 (Writing a Pretty-Printer): New section. Move the pretty-printer
3871 example here, and reformat to match python coding style. Add a second
3872 example using the gdb.printing module.
3873 (Python modules): Add gdb.printing.
3874
9eeee977
DE
38752010-10-29 Doug Evans <dje@google.com>
3876
3877 * gdb.texinfo (Python): Fix long line.
3878
a0e0ffdf
DE
38792010-10-20 Doug Evans <dje@google.com>
3880
3881 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
3882 All references updated. Correct sections marked as subsections.
3883 (Coding Standards): New chapter. Move the coding standard related
3884 subsections here. Add section on Python coding standards.
3885
0e3509db
DE
38862010-10-13 Doug Evans <dje@google.com>
3887
3888 * gdb.texinfo (Python): Add "Python modules".
3889 (Types in Python): Add reference to gdb.types section.
3890 (Python modules): New node.
3891
44592cc4
DE
38922010-10-11 Doug Evans <dje@google.com>
3893
3894 * gdb.texinfo (Values From Inferior): Add reference to "Types in
3895 Python" from gdb.Value.type description.
3896
6e1bb179
JB
38972010-09-28 Joel Brobecker <brobecker@adacore.com>
3898
3899 * gdb.texinfo (Ravenscar Profile): New node.
3900
e8467610
TT
39012010-09-22 Tom Tromey <tromey@redhat.com>
3902
3903 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
3904
fccd1d1e
EZ
39052010-09-22 Eli Zaretskii <eliz@gnu.org>
3906
3907 * gdb.texinfo (Values From Inferior): Clarify that
3908 value.dynamic_type works only in C++ programs with RTTI.
3909
c1b6b909
TT
39102010-09-15 Paul Bolle <pebolle@tiscali.nl>
3911
3912 * gdb.texinfo (Character Sets): Correctly reference host-charset
3913 in example.
3914
7d288aaa
TT
39152010-09-13 Tom Tromey <tromey@redhat.com>
3916
3917 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
3918 Document "fullname" and "from".
3919
f75d858b
MK
39202010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
3921
3922 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
3923 feature `reverse' output by -list-target-features.
3924
83b9503b
L
39252010-08-31 H.J. Lu <hongjiu.lu@intel.com>
3926
3927 * gdb.texinfo (i386 Features): Remove an extra "@item".
3928
03f17ccf
TT
39292010-08-30 Tom Tromey <tromey@redhat.com>
3930
3931 PR python/11792:
3932 * gdb.texinfo (Values From Inferior): Document dynamic_type.
3933
9779414d
DJ
39342010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
3935
3936 * gdb.texinfo (ARM Features): Document
3937 org.gnu.gdb.arm.m-profile.
3938
f9ffd4bb
TT
39392010-08-23 Tom Tromey <tromey@redhat.com>
3940
3941 PR python/11145:
3942 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
3943 reinterpret_cast methods.
3944
702c2711
TT
39452010-08-23 Tom Tromey <tromey@redhat.com>
3946
3947 PR python/11915:
3948 * gdb.texinfo (Types In Python): Document array method.
3949
66b73624
TJB
39502010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
3951
3952 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
3953
06a64a0b
TT
39542010-08-16 Tom Tromey <tromey@redhat.com>
3955
3956 * gdb.texinfo (Set Watchpoints): Document -location option.
3957
a3a7127e
DE
39582010-08-13 Doug Evans <dje@google.com>
3959
3960 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
3961
8dedea02
VP
39622010-08-13 Vladimir Prus <vladimir@codesourcery.com>
3963
3964 * gdb.texinfo (GDB/MI Data Manipulation): Document
3965 -data-read-memory-raw and -data-write-memory-raw.
3966
ca5c20b6 39672010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 3968 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
3969
3970 * gdb.texinfo (Basic Python): Describe post_event API.
3971
cb2e07a6
PM
39722010-08-11 Phil Muldoon <pmuldoon@redhat.com>
3973
3974 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 3975 decode_line Python APIs
cb2e07a6 3976
464b3efb
TT
39772010-08-10 Tom Tromey <tromey@redhat.com>
3978
3979 * gdb.texinfo (Pretty Printing API): Document
3980 gdb.default_visualizer.
3981
c29c521f
TT
39822010-08-10 Tom Tromey <tromey@redhat.com>
3983
3984 Revert gdb-add-index addition:
3985 * gdb.texinfo (Index Files): Don't document gdb-add-index.
3986
5da1313b
JK
39872010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3988 Eli Zaretskii <eliz@gnu.org>
3989
3990 * gdb.texinfo (Mode Options) <-batch>
3991 (Basic Python) <gdb.execute>: Describe setting width and height.
3992
02d868e8
PP
39932010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
3994
3995 * gdb.texinfo (Threads): Document 'debug libthread-db'.
3996
c2bbed2a
TT
39972010-07-30 Tom Tromey <tromey@redhat.com>
3998
3999 * gdb.texinfo (Index Files): Mention gdb-add-index.
4000
6c13bbe1
HZ
40012010-07-30 Hui Zhu <teawater@gmail.com>
4002
4003 * gdb.texinfo (Inferiors and Programs): Update the introduce of
4004 "detach inferior" and "kill inferior".
4005
53a71c06
CR
40062010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
4007
4008 * gdb.texinfo (Machine Code): Update description of two forms of
4009 arguments, and add new example to demonstrate the new form.
4010
5374244e
PM
40112010-07-27 Phil Muldoon <pmuldoon@redhat.com>
4012
4013 * gdb.texinfo (Values From Inferior): Add value inferior function
4014 call description.
4015
8ea5bce5
JK
40162010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4017
4018 * gdb.texinfo (Active Targets): Fix wrong comma placement.
4019
c0edd9ed
JK
40202010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4021 Eli Zaretskii <eliz@gnu.org>
4022
4023 Make core files the process_stratum.
4024 * gdb.texinfo (Active Targets): Remove core_stratum. Include
4025 record_stratum example.
4026
9291a0cd
TT
40272010-07-13 Tom Tromey <tromey@redhat.com>
4028
4029 * gdb.texinfo (Index Files): New node.
4030
f5011d11
TT
40312010-07-13 Tom Tromey <tromey@redhat.com>
4032
4033 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
4034
0f5238ed
TT
40352010-07-13 Tom Tromey <tromey@redhat.com>
4036
4037 * gdb.texinfo (Specify Location): Document labels.
4038
74c761c1
PA
40392010-07-01 Pedro Alves <pedro@codesourcery.com>
4040
4041 * gdb.texinfo (Create and Delete Tracepoints): Add more index
4042 entries for fast tracepoints and static tracepoints.
4043
501994c0
PA
40442010-07-01 Pedro Alves <pedro@codesourcery.com>
4045
4046 * gdb.texinfo (General Query Packets) <qfThreadInfo,
4047 qsThreadInfo>: Spell out `l' as ell.
4048
0fb4aa4b
PA
40492010-07-01 Pedro Alves <pedro@codesourcery.com>
4050
4051 * gdb.texinfo (Convenience Variables): Document $_sdata.
4052 (Commands to Set Tracepoints): Describe static tracepoints. Add
4053 `Listing Static Tracepoint Markers' menu entry. Document
4054 "strace".
4055 (Tracepoint Action Lists): Document collecting $_sdata.
4056 (Listing Static Tracepoint Markers): New subsection.
4057 (Tracepoints support in gdbserver): Mention static tracepoints.
4058 (remote packets, enabling and disabling): Mention
4059 read-sdata-object.
4060 (General Query Packets) <qSupported>: Document qXfer:sdata:read
4061 and StaticTracepoint.
4062 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
4063 Document qXfer:sdata:read.
4064 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
4065
dc3b15be
JB
40662010-06-29 Joel Brobecker <brobecker@adacore.com>
4067
4068 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
4069
595939de
PM
40702010-06-28 Phil Muldoon <pmuldoon@redhat.com>
4071 Tom Tromey <tromey@redhat.com>
4072 Thiago Jung Bauermann <bauerman@br.ibm.com>
4073
4074 * gdb.texinfo (Inferiors In Python): New node.
4075 * gdb.texinfo (Threads In Python): New node.
4076
9279c692
JB
40772010-06-28 Joel Brobecker <brobecker@adacore.com>
4078
4079 * gdb.texinfo (Python): Document what the python directory is
4080 and what its location is.
4081 (Basic Python): Document the gdb.PYTHONDIR constant.
4082
bc9f0842
TT
40832010-06-25 Tom Tromey <tromey@redhat.com>
4084
4085 PR python/10808:
4086 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
4087
f1421989
HZ
40882010-06-24 Hui Zhu <teawater@gmail.com>
4089
4090 * gdb.texinfo: (Commands for Controlled Output): Add
4091 documentation for command "eval".
4092
e4c0cfae
SS
40932010-06-21 Stan Shebs <stan@codesourcery.com>
4094
4095 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
4096 * annotate.texinfo: Ditto.
4097 * gdbint.texinfo: Ditto.
4098 * stabs.texinfo: Ditto.
4099
bb08c432
HZ
41002010-06-22 Hui Zhu <teawater@gmail.com>
4101
4102 * gdb.texinfo: (Process Record and Replay): Add documentation
4103 for command "set record memory-query".
4104
4f5d9f07
SS
41052010-06-21 Stan Shebs <stan@codesourcery.com>
4106
4107 * gdb.texinfo: Relicense under GFDL version 1.3.
4108 * annotate.texinfo: Relicense under GFDL version 1.3.
4109 * gdbint.texinfo: Relicense under GFDL version 1.3.
4110 * stabs.texinfo: Relicense under GFDL version 1.3.
4111 * fdl.texi: Update to version 1.3.
4112
6aed2dbc
SS
41132010-06-18 Stan Shebs <stan@codesourcery.com>
4114
a61408f8
SS
4115 * gdb.texinfo (Operating System Auxiliary Information): Describe
4116 "info os" when no arguments given.
4117
6aed2dbc
SS
4118 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
4119 $_thread.
4120
24e933df
HZ
41212010-06-18 Hui Zhu <teawater@gmail.com>
4122
4123 * gdb.texinfo: (Process Record and Replay): Add documentation
4124 for commands "record save" and "record restore".
4125
65d79d4b
SDJ
41262010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4127
4128 * gdb.texinfo: Include information about the correct use
4129 of addresses in the `watch' command.
4130
d914c394
SS
41312010-06-11 Stan Shebs <stan@codesourcery.com>
4132
4133 * gdb.texinfo (Observer Mode): New section.
4134 (General Query Packets): Document QAllow.
889bf7c5 4135
967cf477
DE
41362010-06-04 Doug Evans <dje@google.com>
4137
4138 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
4139
aaf4119b
DE
41402010-06-03 Doug Evans <dje@google.com>
4141
4142 * gdbint.texinfo (Coding): Add subsection on command names.
4143
9eae7c52
TT
41442010-06-02 Tom Tromey <tromey@redhat.com>
4145
4146 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
4147 always-disassemble.
4148
fa593d66
PA
41492010-06-01 Pedro Alves <pedro@codesourcery.com>
4150
4151 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
4152 gdbserver, and add cross reference.
4153 (Tracepoints support in gdbserver): New subsection.
4154
dde08ee1
PA
41552010-05-26 Pedro Alves <pedro@codesourcery.com>
4156
4157 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
4158 `qRelocInsn' feature.
4159 (Relocate instruction reply packet): New subsection
4160 of `Tracepoint Packets'.
4161 (Tracepoint Packets): Mention that packets QTDP and QTStart
4162 support the qRelocInsn request, and add cross reference to new
4163 subsection.
4164
07ca107c
DE
41652010-05-25 Doug Evans <dje@google.com>
4166
4167 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
4168 (Commands In Python): Document gdb.string_to_argv.
4169
c25c4a8b
JK
41702010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4171
4172 * gdbint.texinfo (Host Definition): Remove items NORETURN and
4173 ATTR_NORETURN.
4174
d7b32ed3 41752010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
4176 Tom Tromey <tromey@redhat.com>
4177 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 4178
c25c4a8b 4179 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 4180
6aecb9c2
JB
41812010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
4182
4183 * gdb.texinfo: (Summary) Add mention about D language support.
4184 (Filenames): Add D suffixes.
4185 (D): New node.
4186
b7da9e9f
PM
41872010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
4188
4189 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
4190 of macro deleted from GDB code.
4191
ab38a727
PA
41922010-04-24 Pedro Alves <pedro@codesourcery.com>
4193
4194 * gdb.texinfo (Commands to specify files): Describe what how GDB
4195 looks up DOS-based filesystem paths on the system root. Document
4196 the new `set/show target-file-system-kind' commands.
4197
66d09542
DE
41982010-04-23 Doug Evans <dje@google.com>
4199
4200 * gdb.texinfo (Python): Move Auto-loading section here ...
4201 (Python API): from here.
4202 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
4203 (Maintenance Commands): Add docs for "maint print section-scripts".
4204
8bd10a10
CM
42052010-04-20 Chris Moller <cmoller@redhat.com>
4206
4207 * gdb.texinfo (Setting Breakpoints): Added description of
4208 filename-qualified rbreak.
4209 * refcard.tex (Breakpoints and Watchpoints): Added brief
4210 description of filename-qualified rbreak.
4211
4c374409
JK
42122010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4213
4214 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
4215 (Python API): Change the reference to Pretty Printing API.
4216 (Pretty Printing): Move the user part under the Data node. Reformat
4217 the sample output to 72 columns. Create a new reference to Pretty
4218 Printing API. Rename the API part ...
4219 (Pretty Printing API): To a new node name.
4220 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
4221 (GDB/MI Variable Objects): Change references to Pretty Printing API.
4222
5a9351ae
SS
42232010-04-21 Stan Shebs <stan@codesourcery.com>
4224
4225 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 4226 and commands.
5a9351ae 4227 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 4228
9a22f0d0
PM
42292010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4230
4231 * gdb.texinfo (Examining memory): Update for change in string
4232 display with explicit size.
4233
6149aea9
PA
42342010-04-19 Pedro Alves <pedro@codesourcery.com>
4235
4236 PR breakpoints/8554.
4237
4238 * gdb.texinfo (Save Breakpoints): New node.
4239 (save-tracepoints): Rename to ...
4240 (save tracepoints): ... this. Mention that `save-tracepoints' is
4241 a deprecated alias to `save tracepoints'.
4242
711e434b
PM
42432010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
4244
645797a8 4245 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
4246 (info w32 thread-information-block): Document new command.
4247 (qGetTIBAddress): Document new gdbserver query.
4248 (maint set/show show-all-tib): Document new command.
4249
3f7b2faa
DE
42502010-04-15 Doug Evans <dje@google.com>
4251
fa33c3cd
DE
4252 * gdb.texinfo (Python API): Add progspaces section.
4253 (Selecting Pretty-Printers): Progspace pretty-printers are
4254 searched too.
4255 (Progspaces In Python): New section.
4256
3f7b2faa
DE
4257 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
4258
79f283fe
PM
42592010-04-14 Phil Muldoon <pmuldoon@redhat.com>
4260
4261 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
4262 returns None.
4263
87290684
SS
42642010-04-09 Stan Shebs <stan@codesourcery.com>
4265
4266 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4267 Describe the `frames-created' field, tweak grammar.
4268
a97153c7
PA
42692010-04-09 Pedro Alves <pedro@codesourcery.com>
4270
4271 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4272 Describe the `circular' and `disconnected' fields.
4273
5c5dcc1b
L
42742010-04-09 H.J. Lu <hongjiu.lu@intel.com>
4275
4276 * gdb.texinfo (maint print registers): Mention unavailable and
4277 invisible registers.
4278
adc36818
PM
42792010-04-09 Phil Muldoon <pmuldoon@redhat.com>
4280 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 4281 Tom Tromey <tromey@redhat.com>
adc36818
PM
4282
4283 * gdb.texinfo (Breakpoints In Python): New Node.
4284
33da3f1c
SS
42852010-04-08 Stan Shebs <stan@codesourcery.com>
4286
4287 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
4288 trace status fields.
4289
3a13a53b
L
42902010-04-08 H.J. Lu <hongjiu.lu@intel.com>
4291
4292 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
4293 optional. Make org.gnu.gdb.i386.avx requires
4294 org.gnu.gdb.i386.avx.
4295
08001717
DE
42962010-04-08 Doug Evans <dje@google.com>
4297
4298 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
4299 search path, and document that gdb only scans the search path if
4300 the script's path doesn't specify a directory.
4301
c375651d
DE
43022010-04-05 Doug Evans <dje@google.com>
4303
4304 * gdb.texinfo (maint show python auto-load): Fix typo.
4305
af54718e
SS
43062010-04-04 Stan Shebs <stan@codesourcery.com>
4307
d77f58be
SS
4308 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
4309 (Setting Watchpoints): Update description of "info watch".
4310 (Disabling Breakpoints): Only "info break" lists all.
4311
af54718e
SS
4312 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
4313 (tdump): Explain how tdump works.
4314
86b17b60
PA
43152010-04-01 Pedro Alves <pedro@codesourcery.com>
4316
4317 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
4318 add cross reference.
4319
ff12863f
PA
43202010-03-31 Pedro Alves <pedro@codesourcery.com>
4321
4322 * gdb.texinfo (TUI Commands): Mention that in some cases, these
4323 commands error out.
4324
f68eb612
L
43252010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4326
4327 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
4328
c8d5aac9
L
43292010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4330
4331 * gdb.texinfo (General Query Packets): Add xmlRegisters.
4332
7d13fe92
SS
43332010-03-29 Stan Shebs <stan@codesourcery.com>
4334 Nathan Sidwell <nathan@codesourcery.com>
4335
4336 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
4337 GDBN equivalent.
4338 (Set Tracepoints): Remove mention that conditional tracepoints
4339 don't exist.
4340 (Tracepoint Actions): Clarify when while-stepping collection
4341 happens, note that while-stepping does not automatically collect
4342 $pc.
4343
409873ef 43442010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 4345
409873ef
SS
4346 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
4347 (General Query Packets): Describe TracepointSource.
4348
ee8e71d4
EZ
43492010-03-27 Matt Rice <ratmice@gmail.com>
4350
c8d5aac9
L
4351 * gdb.texinfo (ARM): Document arguments to "target sim".
4352 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 4353
99b5e152
PA
43542010-03-26 Pedro Alves <pedro@codesourcery.com>
4355
4356 * gdb.texinfo (Tracepoint Packets): Remove mention that
4357 terror:string may be plain text, and drop mention of X prefix.
4358
cd64ee31
VP
43592010-03-26 Vladimir Prus <vladimir@codesourcery.com>
4360
4361 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
4362
6c28cbf2
SS
43632010-03-24 Stan Shebs <stan@codesourcery.com>
4364
4365 * gdb.texinfo (Tracepoint Packets): Document trace error status.
4366
95a42b64
TT
43672010-03-24 Tom Tromey <tromey@redhat.com>
4368
4369 PR breakpoints/9352:
4370 * gdb.texinfo (Break Commands): Update.
4371
18148017
VP
43722010-03-24 Vladimir Prus <vladimir@codesourcery.com>
4373
4374 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
4375 commands.
4376
4daf5ac0
SS
43772010-03-16 Stan Shebs <stan@codesourcery.com>
4378
4379 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
4380 circular-trace-buffer.
4381 (Tracepoint Packets): Describe QTBuffer, and details of the
4382 qTStatus reply.
4383
c9429232
SS
43842010-03-12 Stan Shebs <stan@codesourcery.com>
4385 Nathan Sidwell <nathan@codesourcery.com>
4386
4387 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
4388 doing instruction stepping.
4389 (Tracepoint Restrictions): New node.
4390
ccefe4c4
TT
43912010-03-10 Tom Tromey <tromey@redhat.com>
4392
4393 * gdbint.texinfo (Symbol Handling): Update.
4394
7c953934
TT
43952010-03-08 Tom Tromey <tromey@redhat.com>
4396
4397 PR cli/9591:
4398 * gdb.texinfo (Mode Options): Mention lack of pagination and
4399 confirmation with --batch.
4400 (Screen Size): Mention --batch.
4401 (Messages/Warnings): Likewise.
4402
f870a310
TT
44032010-03-05 Tom Tromey <tromey@redhat.com>
4404
4405 * gdb.texinfo (Basic Python): Document target_charset and
4406 target_wide_charset.
4407
78e2826b
TT
44082010-03-05 Tom Tromey <tromey@redhat.com>
4409
4410 * gdb.texinfo (Data): Link to pretty-printing.
4411 (Output Formats): Likewise. Correct text.
4412
f5dff777
DJ
44132010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
4414
4415 * gdb.texinfo (Types): Describe <struct> and <flags>.
4416
dc00d89f
PM
44172010-02-28 Phil Muldoon <pmuldoon@redhat.com>
4418
4419 * gdb.texinfo (Frames In Python): Add block parameter and
4420 description to read_var text.
4421
5107b149 44222010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 4423 Tom Tromey <tromey@redhat.com>
5107b149
PM
4424
4425 * gdb.texinfo (Types In Python): Describe block argument in
4426 template_argument and gdb.lookup_type.
4427
e03e5e7b
TT
44282010-02-24 Tom Tromey <tromey@redhat.com>
4429
4430 * gdb.texinfo (Cygwin Native): Fix typo.
4431
f3e9a817
PM
44322010-02-24 Phil Muldoon <pmuldoon@redhat.com>
4433
4434 * gdb.texinfo (Frames In Python): Add block, find_sal, function
4435 and select method descriptions.
4436 (Python API): Add Blocks In Python, Symbols in Python and Symbol
4437 Tables in Python to menu.
4438 (Blocks In Python): New node.
4439 (Symbols In Python): New node.
4440 (Symbol Tables in Python): New node.
4441
a79b8f6e
VP
44422010-02-24 Vladimir Prus <vladimir@codesourcery.com>
4443
4444 Multiexec MI
4445
4446 gdb/
4447 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
4448
4449 gdb/doc/
4450 * gdb.texinfo (GDB/MI Command Syntax): Document notification
4451 changes.
4452 (GDB/MI Program Execution): Document current behaviour of
4453 --all and --thread-group.
4454 (GDB/MI Miscellaneous Commands): Document -add-inferior and
4455 -remove-inferior.
4456 * observer.texi (inferior_added, inferior_removed): New
4457 observers.
4458
629d6a47
TT
44592010-02-19 Tom Tromey <tromey@redhat.com>
4460
4461 * gdbint.texinfo (Getting Started): Fix @node.
4462 (Debugging GDB): Likewise.
4463
c09529e5
JB
44642010-02-13 Joel Brobecker <brobecker@adacore.com>
4465
4466 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
4467 documenting the gdb_test_timeout variable.
4468
540aa8e7
MS
44692010-02-12 Jakob Engblom <jakob@virtutech.com>
4470
4471 * gdb.texinfo (MI commands): Added documentation of --reverse
4472 option to a set of MI commands. Restructured documentation of MI
4473 commands --exec-continue to reflect the complexity of reverse
4474 execution.
4475
081dfbf7
PA
44762010-02-12 Pedro Alves <pedro@codesourcery.com>
4477
4478 * gdb.texinfo (Using the Collected Data): Specify that the address
4479 range of `tfind outsize' is exclusive, and that the address range
4480 of `tfind range' is inclusive.
4481 (Tracepoint Packets): Specify that the address range of
4482 `QTFrame:range' is inclusive, and that the address range of
4483 `QTFrame:outside' is exclusive
4484
8e9c5e02
VP
44852010-02-12 Vladimir Prus <vladimir@codesourcery.com>
4486
4487 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
4488
92981e24
TT
44892010-02-10 Tom Tromey <tromey@redhat.com>
4490
4491 * gdb.texinfo (Debugging Output): Document set debug parser and
4492 show debug parser.
4493
075b51b7
L
44942010-02-09 H.J. Lu <hongjiu.lu@intel.com>
4495
4496 * gdb.texinfo (Predefined Target Types): Add i387_ext,
4497 i386_eflags and i386_mxcsr.
4498
3bb8d5c3
L
44992010-02-08 H.J. Lu <hongjiu.lu@intel.com>
4500
4501 * gdb.texinfo: Document i386 target features.
4502
c5f80513
DE
45032010-02-05 Doug Evans <dje@google.com>
4504
4505 * gdbint.texinfo (Testsuite): Add a new section to document the
4506 various DejaGnu variables that may be overridden.
1be00882 4507 Document INTERNAL_GDBFLAGS.
c5f80513 4508
6ac33a4e
TT
45092010-02-04 Tom Tromey <tromey@redhat.com>
4510
4511 PR cli/8830:
4512 * gdb.texinfo (Files): -readnow comes before the filename for file
4513 and symbol-file.
4514
a1dcb23a
DJ
45152010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4516
4517 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
4518 Document ARM breakpoint types.
4519 (Register Packet Format): Move into the new section.
4520 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
4521
95433b34
JB
45222010-01-21 Joel Brobecker <brobecker@adacore.com>
4523
4524 * gdb.texinfo (File Options): Adjust the documentation of this
4525 switch to refer to the "source" command rather than partially
4526 duplicating some of the relevant information.
4527 (Extending GDB): Introduce and document the set/show script-extension
4528 setting.
4529 (Command Files): Add note explaining that the "source" command
4530 is also used to evalute scripts written in other languages.
4531 Remove the short slightly incorrect reference to sourcing Python
4532 scripts.
4533 (Python Commands): Document how to execute a Python script from GDB.
4534
8d576872
JB
45352010-01-19 Joel Brobecker <brobecker@adacore.com>
4536
4537 * gdb.texinfo (Command Files): Fix typo.
4538
8150ff9c
JB
45392010-01-18 Tom Tromey <tromey@redhat.com>
4540
4541 * gdb.texinfo (File Options): Document -x on .py files.
4542 (Command Files): Document handling of Python scripts.
4543
23db03a6
JZ
45442010-01-18 Jie Zhang <jie.zhang@analog.com>
4545
4546 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
4547
00bf0b85
SS
45482010-01-15 Stan Shebs <stan@codesourcery.com>
4549
4550 * gdb.texinfo (Trace Files): New section.
4551 (Tracepoint Packets): Document QTSave and qTBuffer.
4552 (Trace File Format): New appendix.
4553
be759fcf
PM
45542010-01-13 Phil Muldoon <pmuldoon@redhat.com>
4555
4556 * gdb.texinfo (Values From Inferior): Document lazy_string value
4557 method.
4558 (Python API): Add Lazy strings menu item.
4559 (Lazy Strings In Python): New node.
4560
dc146f7c
VP
45612010-01-13 Vladimir Prus <vladimir@codesourcery.com>
4562
4563 * gdb.texinfo (GDB/MI Thread Information): New.
4564 (GDB/MI Async Records): Document the core field in *stopped.
4565 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
4566 documentation
4567 (Process list): Document that osdata document may contain
4568 threads.
4569 (Remote Serial Protocol): Document qXfer:threads.
4570
d5551862
SS
45712010-01-06 Stan Shebs <stan@codesourcery.com>
4572
4573 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4574 disconnected tracing.
4575 (Tracepoint Packets): Document new protocol.
4576
7a697b8d
SS
45772010-01-05 Stan Shebs <stan@codesourcery.com>
4578
4579 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
4580 tracepoints.
4581 (Tracepoint Packets): Describe remote protocol for fast
4582 tracepoints.
4583
e6f3ec50
JB
45842010-01-01 Joel Brobecker <brobecker@adacore.com>
4585
4586 Update the "Start of New Year Procedure".
4587 * gdbint.texinfo: Add the list of files that need to be updated
4588 manually. Minor reformatting.
4589
ddc4e9c1
JB
45902010-01-01 Joel Brobecker <brobecker@adacore.com>
4591
4592 * refcard.tex: Update copyright year in header and text.
4593
9d2897ad
JB
45942010-01-01 Joel Brobecker <brobecker@adacore.com>
4595
4596 * agentexpr.texi: Add 2010 to the list of copyright years.
4597 * annotate.texinfo: Likewise.
4598 * gdb.texinfo: Likewise.
4599 * gdbint.texinfo: Likewise.
4600 * observer.texi: Likewise.
4601 * stabs.texinfo: Likewise.
4602
6da95a67
SS
46032009-12-31 Stan Shebs <stan@codesourcery.com>
4604
4605 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 4606
236f1d4d
SS
46072009-12-29 Stan Shebs <stan@codesourcery.com>
4608
4609 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 4610
f61e138d
SS
46112009-12-28 Stan Shebs <stan@codesourcery.com>
4612
4613 * gdb.texinfo (Trace State Variables): New section.
4614 (Tracepoint Packets): Describe trace state variable packets.
4615 * agentexpr.texi (Bytecode Descriptions): Describe trace state
4616 variable bytecodes.
4617
0fe7935b
DJ
46182009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
4619
4620 * gdb.texinfo (Symbols): "info variables" prints definitions, not
4621 declarations.
4622
a6b29f87
VP
46232009-12-21 Vladimir Prus <vladimir@codesourcery.com>
4624
4625 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
4626 -gdb-exit behaviour.
4627
5e4bde96
JB
46282009-12-20 Joel Brobecker <brobecker@adacore.com>
4629
4630 * gpl.texi: Update to version 3 of the GPL.
4631
a1715244
JB
46322009-12-20 Joel Brobecker <brobecker@adacore.com>
4633
4634 * Makefile.in: Update copyright header.
4635 * observer.texi: Fix the copyright header of the generated files.
4636
361ae042
PM
46372009-12-08 Phil Muldoon <pmuldoon@redhat.com>
4638
4639 * gdb.texinfo (Types In Python): Describe range function.
4640
bfd31e71
PM
46412009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
4642
4643 * gdb.texinfo (Types In Python): Describe "is_base_class".
4644
57a1d736
TT
46452009-12-03 Tom Tromey <tromey@redhat.com>
4646
4647 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
4648
8cebebb9
PP
46492009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
4650
4651 * observer.texi: New memory_changed observer.
4652
16af530a
TT
46532009-12-01 Tom Tromey <tromey@redhat.com>
4654
4655 * gdb.texinfo (Reverse Execution): Fix typo.
4656
b6199126
DJ
46572009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
4658
4659 PR gdb/8704
4660
4661 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
4662 are allowed after the breakpoint condition.
4663
7a6973ad
TT
46642009-11-23 Tom Tromey <tromey@redhat.com>
4665
4666 PR python/10782:
4667 * gdb.texinfo (Types In Python): Document Type.pointer.
4668
21a0512e
PP
46692009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
4670
4671 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 4672
a5832c8f
PA
46732009-11-11 Pedro Alves <pedro@codesourcery.com>
4674
4675 * agentexpr.texi (Tracing On Symmetrix): Delete section.
4676 (Using Agent Expressions): Delete cross reference.
4677
1eb7cd77
JB
46782009-11-07 Joel Brobecker <brobecker@adacore.com>
4679
4680 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
4681 and @settitle directives up to help makeinfo find them.
4682
24ddea62
JK
46832009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4684
4685 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
4686 (Auto-loading): Use plural and note one can use multiple components now.
4687
3afae151
VP
46882009-11-01 Vladimir Prus <vladimir@codesourcery.com>
4689
4690 * gdb.texinfo (GDB/MI Stack Manipulation): Make
4691 -stack-list-arguments have the same documentation for parameter
4692 as -stack-list-locals. Add comas.
4693
14ff2235
PM
46942009-10-27 Tom Tromey <tromey@redhat.com>
4695 Eli Zaretskii <eliz@gnu.org>
4696
c8d5aac9 4697 PR python/10781
14ff2235
PM
4698
4699 * gdb.texinfo (Values From Inferior): Document cast method.
4700
9c419145
PP
47012009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
4702
4703 * gdb.texinfo (Machine Code): Mention function name in disasssembly
4704 and adjust example.
889bf7c5 4705
29153c24
MS
47062009-10-22 Michael Snyder <msnyder@vmware.com>
4707
4708 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 4709 info record command. Also document the new save and restore
29153c24
MS
4710 commands.
4711
2b28d209
PP
47122009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
4713
4714 * gdb.texinfo (Machine Code): Mention current pc marker.
4715 (Memory): Likewise.
4716
6c95b8df
PA
47172009-10-19 Pedro Alves <pedro@codesourcery.com>
4718 Stan Shebs <stan@codesourcery.com>
4719
4720 * observer.texi (new_inferior): Rename to...
4721 (inferior_appeared): ... this.
4722
4723 * gdb.texinfo (Inferiors): Rename node to ...
4724 (Inferiors and Programs): ... this. Mention running multiple
4725 programs in the same debug session.
4726 <info inferiors>: Mention the new 'Executable' column if "info
4727 inferiors". Update examples. Document the "add-inferior",
4728 "clone-inferior", "remove-inferior" and "maint info
4729 program-spaces" commands.
4730 (Process): Rename node to...
4731 (Forks): ... this. Document "set|show follow-exec-mode".
4732
2f8132f3
MS
47332009-10-11 Michael Snyder <msnyder@vmware.com>
4734
4735 * gdb.texinfo (ReverseStep): Show default as "unsupported".
4736 (ReverseContinue): Ditto.
4737
cba4b2d3
PP
47382009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
4739
4740 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 4741
da082f17
JK
47422009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4743
4744 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
4745
08be9d71
ME
47462009-10-06 Michael Eager <eager@eagercon.com>
4747
4748 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
4749 (Embedded Processors): Add MicroBlaze.
4750 (MicroBlaze): New. Describe Xilinx MicroBlaze
4751
08a0efd0
PA
47522009-10-04 Pedro Alves <pedro@codesourcery.com>
4753
4754 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
4755
cbb8f428
EZ
47562009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
4757
4758 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
4759
30a4a70c
JB
47602009-09-23 Joel Brobecker <brobecker@adacore.com>
4761
4762 * observer.texi (solib_unloaded): Document explicitly the fact that
4763 this observer is called before the associated symbols are unloaded.
4764
b3372f91
VP
47652009-09-19 Vladimir Prus <vladimir@codesourcery.com>
4766
4767 * gdb.texinfo (GDB/MI Stack Manipulation): Document
4768 -stack-list-variables.
4769
f43030c4
TT
47702009-09-18 Tom Tromey <tromey@redhat.com>
4771
4772 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
4773 is experimental.
4774
ec7e75e7
PP
47752009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4776
4777 * gdb.texinfo (convenince variables): Mention
4778 $_siginfo could be empty.
f43030c4 4779
0cc7d26f
TT
47802009-09-15 Tom Tromey <tromey@redhat.com>
4781
4782 * gdb.texinfo (GDB/MI Variable Objects): Document
4783 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
4784 Expand -var-update documentation.
4785
a96d9b2e
SDJ
47862009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4787
4788 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
4789 feature.
4790
005ca36a
JB
47912009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
4792
4793 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
4794
0d772ac9
MS
47952009-09-10 Michael Snyder <msnyder@vmware.com>
4796
4797 * gdb.texinfo (qSupported): Mention new ReverseContinue and
4798 ReverseStep replies to the qSupported query.
4799
14fb1bac
JB
48002009-09-10 Joel Brobecker <brobecker@adacore.com>
4801
4802 Add documentation for set/show interactive-mode.
4803 * gdb.texinfo (Other Misc Settings): New node.
4804
29b090c0
DE
48052009-09-01 Doug Evans <dje@google.com>
4806
4807 * gdb.texinfo (Caching Data of Remote Targets): Add note on
4808 non-stop mode's affect on remote caching.
4809
4e5d721f
DE
48102009-08-31 Jacob Potter <jdpotter@google.com>
4811 Doug Evans <dje@google.com>
4812
4813 * gdb.texinfo (Caching Data of Remote Targets): Update text.
4814 Mark `set/show remotecache' options as obsolete.
4815 Document new `set/show stack-cache' option.
4816 Update text for `info dcache'.
4817
55333a84
DE
48182009-08-27 Doug Evans <dje@google.com>
4819
4820 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
4821 (Files): Add note on new optional regex arg to `info sharedlibrary'.
4822
bc3a0b4d
RW
48232009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4824
4825 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
4826 about autoconf.
4827
3a1ff0b6
PA
48282009-08-25 Pedro Alves <pedro@codesourcery.com>
4829
4830 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
4831 small example, and describe its columns. Replace "inferior-id" by
4832 "infno" throughout.
4833
81ecdfbb
RW
48342009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4835
af542c2e
RW
4836 * gdbint.texinfo (Releasing GDB): Point to
4837 README-maintainer-mode file for required autoconf version.
4838 * configure.ac: Do not substitute datarootdir, htmldir,
4839 pdfdir, docdir. Do not process --with-datarootdir,
4840 --with-htmldir, --with-pdfdir, --with-docdir.
4841 * configure: Regenerate.
4842
81ecdfbb
RW
4843 * configure: Regenerate.
4844
4efc6507
DE
48452009-08-20 Reid Kleckner <reid@kleckner.net>
4846
4847 * gdb.texinfo: Add chapter on JIT interface.
4848
43089a6e
NR
48492009-08-07 Nick Roberts <nickrob@snap.net.nz>
4850
4851 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 4852 confirmation request.
43089a6e 4853
99e008fe
EZ
48542009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
4855
c8d5aac9
L
4856 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
4857 CRC definitions.
99e008fe 4858
48cb2d85
VP
48592009-08-03 Vladimir Prus <vladimir@codesourcery.com>
4860
4861 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 4862 -break-commands.
48cb2d85 4863
ff1a52c6
UW
48642009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4865
4866 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4867 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
4868
3285f3fe
UW
48692009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4870
4871 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4872 "set spu stop-on-load" and "show spu stop-on-load" commands.
4873
e35359c5
UW
48742009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4875
4876 * gdb.texinfo (Target Descriptions): Document <compatible> element.
4877
58d6951d
DJ
48782009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
4879
4880 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
4881 org.gnu.gdb.arm.neon.
4882
08d16641
PA
48832009-07-20 Pedro Alves <pedro@codesourcery.com>
4884
4885 * gdb.texinfo (Target Description Format): Mention the new <osabi>
4886 optional element.
4887 (subsection OS ABI): New subsection.
4888
782b2b07
SS
48892009-07-14 Stan Shebs <stan@codesourcery.com>
4890
4891 * gdb.texinfo (Tracepoint Conditions): New section.
4892 (General Query Packets): Describe ConditionalTracepoints.
4893 (Tracepoint Packets): Describe condition field.
4894 (Maintenance Commands): Describe maint agent-eval.
4895 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
4896
9b117ef3
HZ
48972009-07-11 Hui Zhu <teawater@gmail.com>
4898
4899 * gdb.texinfo (disassemble): Add a new modifier /r
4900 to "disassemble" command to make it print the raw instructions
4901 in hex as well as in symbolic form.
4902
f5a33284
TT
49032009-07-09 Tom Tromey <tromey@redhat.com>
4904
4905 * gdbint.texinfo (Testsuite): Document parallel make check.
4906
812f7342
TT
49072009-07-09 Tom Tromey <tromey@redhat.com>
4908
4909 * gdbint.texinfo (Testsuite): Document test transcripts.
4910
fbb8f299
PM
49112009-07-10 Phil Muldoon <pmuldoon@redhat.com>
4912
4913 * gdb.texinfo (Values From Inferior): Add length parameter
4914 description.
4915
dd8f35ac
EZ
49162009-07-04 Chris Genly <chris@genly.us>
4917
4918 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
4919 in -var-list-children. Fix example according to what the code
4920 does.
4921
2277426b
PA
49222009-07-02 Pedro Alves <pedro@codesourcery.com>
4923
4924 * gdb.texinfo (Debugging multiple inferiors): Document the
4925 "inferior", "detach inferior" and "kill inferior" commands.
4926 (Debugging Programs with Multiple Processes): Adjust to mention
4927 generic "inferior" commands. Delete mention of "detach fork" and
4928 "delete fork". Cross reference to "Debugging multiple inferiors"
4929 section.
4930
a6d9a66e
UW
49312009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4932
5af949e3
UW
4933 * gdbint.texinfo (Item Output Functions): Update signature
4934 for ui_out_field_core_addr.
4935
49362009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4937
4938 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
4939 Update example code extrated from breakpoint.c.
4940
9901a55b 49412009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 4942
9901a55b
PP
4943 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
4944 MI commands.
4945 (GDB/MI Symbol Query): Likewise.
4946 (GDB/MI File Commands): Likewise.
4947 (GDB/MI File Transfer Commands): Likewise.
4948 (GDB/MI Target Manipulation): Likewise.
4949 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 4950
edb3359d
DJ
49512009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
4952
4953 * gdb.texinfo (Debugging Optimized Code): New chapter.
4954 (Compiling for Debugging): Reference it. Move some
4955 text to the new section.
4956
7cd1089b
PM
49572009-06-15 Phil Muldoon <pmuldoon@redhat.com>
4958
4959 * doc/gdb.texinfo (Calling): Document
4960 set-unwind-on-terminating-exception usage.
4961
d4db2f36
PA
49622009-06-11 Pedro Alves <pedro@codesourcery.com>
4963
4964 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
4965 command.
4966
d1a7880c
PA
49672009-06-07 Pedro Alves <pedro@codesourcery.com>
4968
4969 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
4970 references.
4971
473f94e6
UW
49722009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
4973
4974 * gdbint.texinfo: Rename formal parameters to gdbarch function
4975 protoypes from "current_gdbarch" to "gdbarch".
4976
8f500870
TT
49772009-05-28 Tom Tromey <tromey@redhat.com>
4978
4979 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
4980
b6313243
TT
49812009-05-27 Tom Tromey <tromey@redhat.com>
4982
4983 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
4984 feature.
4985 (GDB/MI Variable Objects): Document -var-set-visualizer.
4986
49872009-04-02 Tom Tromey <tromey@redhat.com>
4988
4989 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
4990 feature.
4991 (GDB/MI Variable Objects): Document -var-set-visualizer.
4992
a6bac58e
TT
49932009-05-27 Tom Tromey <tromey@redhat.com>
4994 Thiago Jung Bauermann <bauerman@br.ibm.com>
4995 Phil Muldoon <pmuldoon@redhat.com>
4996
4997 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
4998 (Pretty Printing): New node.
4999 (Selecting Pretty-Printers): Likewise.
5000 (Python API): Update.
5001 (Output Formats): Document /r format.
5002
2c74e833
TT
50032009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
5004 Tom Tromey <tromey@redhat.com>
5005
5006 * gdb.texinfo (Types In Python): New node.
5007 (Values From Inferior): "type" is now an attribute.
5008 (Python API): Update.
5009
89c73ade
TT
50102009-05-27 Tom Tromey <tromey@redhat.com>
5011 Thiago Jung Bauermann <bauerman@br.ibm.com>
5012 Phil Muldoon <pmuldoon@redhat.com>
5013
5014 * gdb.texinfo: Add @syncodeindex for `tp'.
5015 (Python API): Update.
5016 (Auto-loading): New node.
5017 (Objfiles In Python): New node.
5018
17a37d48
PP
50192009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
5020
5021 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 5022
6718376f
NR
50232009-05-15 Nick Roberts <nickrob@snap.net.nz>
5024
5025 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
5026
cbe54154
PA
50272009-05-12 Pedro Alves <pedro@codesourcery.com>
5028
5029 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
5030 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
5031 show show-debug-regs' docs.
5032
8e05493c
EZ
50332009-05-08 Eli Zaretskii <eliz@gnu.org>
5034
5035 * gdb.texinfo (Process Record and Replay): Add description of
5036 reverse execution.
5037
b39f4988
JB
50382009-05-07 Joel Brobecker <brobecker@adacore.com>
5039
5040 * gdbint.texinfo (Adding support for debugging core files): New node.
5041 (Native Debugging): Remove the ``Native core file Support'' section.
5042
a2311334
EZ
50432009-05-01 Eli Zaretskii <eliz@gnu.org>
5044
5045 * gdb.texinfo (Process Record and Replay): Improve and clarify.
5046 Add index entries.
5047
53cc454a 50482009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 5049 Michael Snyder <msnyder@vmware.com>
53cc454a 5050
a2311334
EZ
5051 * gdb.texinfo: (Process Record and Replay): Add documentation for
5052 process record and replay.
53cc454a 5053
484086b7
JK
50542009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5055
5056 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
5057 a new part on command-line defined macros.
5058
32ae1842
EZ
50592009-04-25 Eli Zaretskii <eliz@gnu.org>
5060
5061 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
5062 clarify the wording.
5063
b14b1491
TT
50642009-04-23 Tom Tromey <tromey@redhat.com>
5065
5066 * gdb.texinfo (Data Files): New node.
5067 (GDB Files): Update menu.
5068
5c1e86e1
JB
50692009-04-23 Joel Brobecker <brobecker@adacore.com>
5070
5071 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 5072 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 5073
83eba9b7
VP
50742009-04-22 Vladimir Prus <vladimir@codesourcery.com>
5075
5076 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
5077
e31198c4
HZ
50782009-04-22 Hui Zhu <teawater@gmail.com>
5079
5080 * gdb.texinfo (disassemble-next-line): Set the default of
5081 disassemble-next-line to off.
5082
26e251b6
JM
50832009-04-21 Joseph Myers <joseph@codesourcery.com>
5084
5085 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
5086 --with-htmldir): New.
5087 * configure: Regenerate.
5088 * Makefile.in (datarootdir, docdir): Define.
5089 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
5090 instead of $(SET_TEXINPUTS).
5091 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
5092 gdbint.info instead of $(SET_TEXINPUTS).
5093 (gdbint/index.html): Use same -I options as for building
5094 gdbint.info.
5095 (stabs.dvi, stabs.pdf): Use same -I options as for building
5096 stabs.info instead of $(SET_TEXINPUTS).
5097 (stabs/index.html): Use same -I options as for building
5098 stabs.info.
5099 (annotate.dvi, annotate.pdf): Use same -I options as for building
5100 annotate.info instead of $(SET_TEXINPUTS).
5101 (annotate/index.html): Use same -I options as for building
5102 annotate.info.
5103
eac35c4e
DD
51042009-04-21 David Daney <ddaney@caviumnetworks.com>
5105
5106 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
5107
29b0e8a2
JM
51082009-04-21 Joseph Myers <joseph@codesourcery.com>
5109
5110 * gdb.texinfo (Source Path): Document --with-relocated-sources.
5111
2b831889 51122009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 5113 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
5114
5115 * Makefile.in (MAKEHTML): Set to makeinfo --html.
5116 (MAKEHTMLFLAGS): Set to empty.
5117 (html__strip_dir): Define.
5118 (HTMLFILES): Define.
5119 (HTMLFILES_INSTALL): Define.
5120 (install-html): Copy new automake rule.
5121 (html): Depend on $(HTMLFILES).
5122 (gdb_toc.html): Rename to gdb/index.html.
5123 (gdbint_toc.html): Rename to gdbint/index.html.
5124 (stabs_toc.html): Rename to stabs/index.html.
5125 (annotate_toc.html): Rename to annotate/index.html.
5126
89a34d1b
JM
51272009-04-17 Carlos O'Donell <carlos@codesourcery.com>
5128
5129 * Makefile.in: Set pdfdir and htmldir from configure
5130 substitutions.
5131 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
5132 * configure: Regenerate.
5133
a2d5da46
JB
51342009-04-16 Joel Brobecker <brobecker@adacore.com>
5135
5136 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
5137 This macro is no longer used.
5138
732f6a93
TT
51392009-04-15 Tom Tromey <tromey@redhat.com>
5140
5141 * gdb.texinfo (Character Sets): Document default character set.
5142
87f9adc1
PM
51432009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
5144
5145 * gdbint.texinfo: Change server name from sources.redhat.com to
5146 sourceware.org throughout.
5147
2c88c651
JB
51482009-04-09 Joel Brobecker <brobecker@adacore.com>
5149
5150 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
5151 about a missing dot or coma after @xref.
5152
4f5376b2
JB
51532009-04-02 Joel Brobecker <brobecker@adacore.com>
5154
5155 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
5156 example, and add a small explanation about it.
5157 (Print Settings): Change the documentation of the "set print
5158 frame-arguments" to reflect the fact that the default is now "scalars".
5159
a0381d3a
JB
51602009-04-02 Joel Brobecker <brobecker@adacore.com>
5161
5162 * gdb.texinfo (Print Settings): Add kindex for command "set
5163 print frame-arguments".
5164
45ac276d
JB
51652009-03-31 Joel Brobecker <brobecker@adacore.com>
5166
5167 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
5168 breakpoints.
5169 (Set Breaks): Add reference to thread-specific and task-specific
5170 breakpoints.
5171
32cd1edc
JB
51722009-03-31 Joel Brobecker <brobecker@adacore.com>
5173
5174 * gdb.texinfo (Ada Tasks): Remove the documentation about
5175 the "Running" state, as this state has been eliminated.
5176 Now all runnable tasks are shown as "Runnable".
5177
1042e4c0
SS
51782009-03-30 Stan Shebs <stan@codesourcery.com>
5179
5180 * gdb.texinfo (Tracepoints): Describe tracepoints as a
5181 special case of breakpoints.
5182 (Enable and Disable Tracepoints): Mention deprecation.
5183 (Listing Tracepoints): Update description and example.
5184
f8f6f20b
TJB
51852009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5186
5187 * gdb.texinfo (Frames in Python): New node.
5188 (Python API): Update.
5189
c0c6f777
TJB
51902009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
5191
5192 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
5193 from a method to an attribute.
5194
def2b000
TJB
51952009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
5196
5197 * gdb.texinfo (Values From Inferior): Document is_optimized_out
5198 attribute.
5199
a07daef3
PA
52002009-03-25 Pedro Alves <pedro@codesourcery.com>
5201
5202 * observer.texi (thread_exit): Add "silent" parameter.
5203
f3b1572e
PA
52042009-03-22 Pedro Alves <pedro@codesourcery.com>
5205
5206 * observer.texi (about_to_proceed): New.
5207
587afa38
EZ
52082009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
5209
5210 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
5211 field throughout to handle types with spaces in them. Fix typos
5212 found by aspell.
5213 (Summary, Requirements, Contributors): New first chapter,
5214 "Summary" added, old Requirements section moved there, and new
5215 section, "Contributors" added.
5216 (Initializing a New Architecture, Register Representation)
5217 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
5218 (Porting gdb): These sections extended and updated.
5219 (Compiler Characteristics): This section (empty) deleted.
5220 (Defining Other Architecture Features): This section renamed and
5221 duplicate material removed from (formerly "Target Conditionals").
5222 Use braces {} in @deftypeXX type field throughout to handle types
5223 with spaces in them. Typos found by aspell fixed.
5224
5225 * stack_frame.svg: New file, source of image for gdbint.texinfo.
5226 * stack_frame.pdf: Version of image for PDF output.
5227 * stack_frame.png: Version of image for HTML output and for Emacs.
5228 * stack_frame.txt: Version of image for Info output.
1db61298 5229 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 5230
10af6951
EZ
52312009-03-21 Eli Zaretskii <eliz@gnu.org>
5232
5233 * gdb.texinfo (Character Sets): Fix last change.
5234
cc924cad
TJB
52352009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
5236
5237 * gdb.texinfo (Values From Inferior): Fix optional arguments
5238 markup.
5239 (Commands In Python): Adjust argument names of gdb.Command.__init__
5240 to what the function accepts as keywords.
5241
bc3b79fd
TJB
52422008-03-20 Tom Tromey <tromey@redhat.com>
5243
5244 * gdb.texinfo (Convenience Vars): Document convenience functions.
5245 (Functions In Python): New node.
5246 (Python API): Update.
5247
6c7a06a3
TT
52482009-03-20 Tom Tromey <tromey@redhat.com>
5249
5250 * gdb.texinfo (Character Sets): Remove obsolete text. Document
5251 set target-wide-charset.
5252 (Requirements): Mention iconv.
5253
b646ddd4
HZ
52542009-03-17 Hui Zhu <teawater@gmail.com>
5255
5256 * gdb.texinfo: Change the introduce of "disassemble-next-line".
5257
91440f57
HZ
52582009-03-17 Hui Zhu <teawater@gmail.com>
5259
5260 * gdb.texinfo: Add documentation for disassemble-next-line.
5261
8fd41227
TJB
52622009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5263
5264 * gdb.texinfo (Commands In Python): Remove tindex entries.
5265
61ff14c6
JK
52662009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5267
5268 * gdb.texinfo (Returning): New description for missing debug info.
5269
0b16c5cf
PA
52702009-03-14 Pedro Alves <pedro@codesourcery.com>
5271
5272 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 5273 (General Query Packets): Document qAttached.
0b16c5cf 5274
32fc0df9
PA
52752009-03-05 Pedro Alves <pedro@codesourcery.com>
5276
5277 * gdb.texinfo (Background Execution): Better describe the set
5278 target-async command.
5279 (Maintenance Commands): Delete description of the `maint set/show
5280 linux-async' and `maint set/show remote-async' commands.
5281
134eb42c
VP
52822009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5283
5284 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
5285 between sentences.
5286
c86cf029
VP
52872009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5288
5289 * gdb.texinfo (GDB/MI Async Records): Document the
5290 =library-loaded and =library-unloaded notifications.
5291
3ea85240
VP
52922009-02-17 Vladimir Prus <vladimir@codesourcery.com>
5293
5294 * observer.texi (test_notification): New observer.
5295
1d33d6ba
VP
52962009-02-14 Vladimir Prus <vladimir@codesourcery.com>
5297
61ff14c6
JK
5298 * observer.texi: Add parameter 'print_frame' to normal_stop
5299 observer.
1d33d6ba 5300
d721c933
EZ
53012009-02-07 Eli Zaretskii <eliz@gnu.org>
5302
5303 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
5304 (Commands In Python): Fix COMMAND_* constants in last change. Use
5305 @kbd for interactive input. Add cross-references and index
5306 entries.
5307
4aa995e1
PA
53082009-02-06 Pedro Alves <pedro@codesourcery.com>
5309
5310 * gdb.texinfo (Signals): Document $_siginfo.
5311 (Convenience Variables): Mention $_siginfo.
5312 (Remote Configuration): Document qXfer:siginfo:read,
5313 qXfer:siginfo:write packets, and the read-siginfo-object,
5314 write-siginfo-object commands.
5315
5f5233d4
PA
53162009-02-06 Pedro Alves <pedro@codesourcery.com>
5317
5318 * gdbint.texinfo (Values): New chapter.
5319
d8906c6f
TJB
53202009-02-06 Tom Tromey <tromey@redhat.com>
5321
5322 * gdb.texinfo (Python API): Add entry for Commands In Python.
5323 (Commands In Python): New node.
5324
b6cb8e7d
TJB
53252009-02-05 Tom Tromey <tromey@redhat.com>
5326
5327 * gdb.texinfo (Values From Inferior): Document Value.string.
5328
12453b93
TJB
53292009-02-05 Tom Tromey <tromey@redhat.com>
5330
5331 * gdb.texinfo (Basic Python): Document execute's from_tty
5332 argument.
5333
08c637de
TJB
53342009-02-04 Tom Tromey <tromey@redhat.com>
5335
5336 * gdb.texinfo (Basic Python): Document gdb.history.
5337
592375cd
VP
53382009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5339
5340 * gdb.texinfo (GDB/MI Thread Commands): Document the
5341 'current-thread-id' field. Remove the example with zero threads,
5342 since current GDB won't ever report that if there's inferior.
5343
41447f92
VP
53442009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5345
5346 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
5347 option to -break-insert.
5348
098b41a6
JG
53492009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5350 Jerome Guitton <guitton@adacore.com>
5351
5352 * gdb.texinfo (Startup): Document --with-system-gdbinit.
5353 (System-wide configuration): New section.
5354
3c16cced
PA
53552009-01-26 Pedro Alves <pedro@codesourcery.com>
5356
5357 PR gdb/7580:
5358 * gdb.texinfo (Maintenance Commands): Document "maint set|show
5359 internal-error|internal-warning quit|corefile ask|yes|no".
5360
62709adf
PA
53612009-01-26 Pedro Alves <pedro@codesourcery.com>
5362
5363 * gdb.texinfo (Using the `gdbserver' Program): Document
5364 --remote-debug.
5365
7ce58dd2
DE
53662009-01-23 Doug Evans <dje@google.com>
5367
5368 * gdb.texinfo: Add nexti to list of commands that support
5369 background execution.
5370
adb483fe
DJ
53712009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
5372
5373 * gdb.texinfo (Define, Hooks): Document prefix command support.
5374
a67ec3f4 53752009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 5376 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
5377
5378 Fixes for makeinfo --html.
5379
5380 * annotate.texinfo: Use @copying and @insertcopying. Use
5381 @ifnottex in place of @ifinfo.
5382 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
5383 place of @ifinfo. Use @ifnotinfo for one index entry.
5384 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
5385 in place of @ifinfo.
5386 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
5387 in place of @ifinfo. Include contents at start unconditionally.
5388
84fcdf95
PA
53892009-01-13 Pedro Alves <pedro@codesourcery.com>
5390
5391 * gdb.texinfo (General Query Packets): Remove @var{} around the
5392 "spu" literal string.
5393
fa3a767f
PA
53942009-01-07 Pedro Alves <pedro@codesourcery.com>
5395
5396 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
5397 program may be running in another process" errors.
5398 * gdbint.texinfo (Native Conditionals): Delete
5399 ONE_PROCESS_WRITETEXT description.
5400
9cb011d3
JB
54012009-01-07 Joel Brobecker <brobecker@adacore.com>
5402
5403 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
5404 emacs local variable to be placed at the end of the ChangeLog.
5405 Add server.c and gdbreplay.c to the list of files where the
5406 copyright year needs to be updated.
5407
84603566
SL
54082009-01-06 Sandra Loosemore <sandra@codesourcery.com>
5409
5410 * gdb.texinfo (Remote Configuration): Document new
5411 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
5412 commands.
5413
a53f55d8
PA
54142008-12-28 Pedro Alves <pedro@codesourcery.com>
5415
5416 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
5417 FETCH_INFERIOR_REGISTERS.
5418 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
5419 FETCH_INFERIOR_REGISTERS descriptions. Remove
5420 gdbarch_get_longjmp_target descrition, since already described in
5421 Target Conditionals. Move gdbarch_fp0_regnum description to ...
5422 (Target Conditionals): ... here.
5423
077e0a52
JB
54242008-12-16 Joel Brobecker <brobecker@adacore.com>
5425
5426 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
5427 examples.
5428 (Additions to Ada): Likewise. Add the missing opening and closing
5429 parenthesis of the GDB prompt in one of the examples.
5430
023eb17c
JB
54312008-12-14 Joel Brobecker <brobecker@adacore.com>
5432
5433 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
5434 about the result of 'Address not being of type System.Address.
5435 This problem has been fixed a while ago.
5436
c3b108f7
VP
54372008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5438
5439 MI non-stop and multiprocess docs.
5440
c8d5aac9
L
5441 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
5442 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
5443 Adjust documentation for *stopped, document =thread-created,
5444 =thread-exited, =thread-group-created and =thread-group-exited.
5445 (GDB/MI Thread Commands): Document the 'state' field in
5446 -thread-info output.
5447 (GDB/MI Program Execution): Mention --all and --thread-group
5448 options.
5449 (GDB/MI Variable Objects): Describe floating and fixed variable
5450 objects.
5451 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 5452
07e059b5
VP
54532008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5454
c8d5aac9
L
5455 * gdb.texinfo (Operating System Information): New appendix.
5456 (Operating System Auxiliary Information): Document 'info os processes'
5457 (Remote Configuration): Document 'osdata'
5458 (General Query Packets): Document qXfer:osdata:read.
07e059b5 5459
a80b95ba
TG
54602008-11-27 Tristan Gingold <gingold@adacore.com>
5461
5462 * gdb.texinfo (Darwin): Document Darwin specific features.
5463
a655d424
JK
54642008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5465
5466 * gdbint.texinfo (Target Conditionals): Extend the
5467 gdbarch_breakpoint_from_pc description.
5468
249e1128
VP
54692008-11-22 Vladimir Prus <vladimir@codesourcery.com>
5470
5471 * gdb.texinfo (M68K Features): Fix typo.
5472
c14c28ba
PP
54732008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
5474
5475 * gdb.texinfo (Symbols): Mention printing containing
5476 image name in "info symbol".
5477 (Maint translate-address): Likewise.
889bf7c5 5478
394a6666
JB
54792008-11-18 Joel Brobecker <brobecker@adacore.com>
5480
5481 * gdb.texinfo (Set Catchpoints): Remove the documentation of
5482 commands "catch load" and "catch unload".
5483
66bb093b
VP
54842008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5485
5486 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 5487 =thread-selected.
889bf7c5 5488
4a92f99b
VP
54892008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5490
c8d5aac9 5491 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 5492
f0323ca0
PA
54932008-10-27 Pedro Alves <pedro@codesourcery.com>
5494
5495 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
5496 .mt files, TM_CLIBS or TM_CDEPS.
5497 (x86 Watchpoints): Don't mention TDEPFILES.
5498
8b23ecc4
SL
54992008-10-24 Sandra Loosemore <sandra@codesourcery.com>
5500
5501 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
5502 (Overview): Mention notifications and non-stop mode behavior.
5503 (Packets): Update documentation of ?, vAttach, vCont, and vRun
5504 with non-stop mode behavior. Add vStopped description.
5505 (Stop Reply Packets): Update list of packets that return
5506 stop replies. Mention non-stop behavior.
5507 (General Query Packets): Document QNonStop packet and associated
5508 qSupported query response.
5509 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
5510 behavior.
5511 (Notification Packets): New section.
5512 (Remote Non-Stop): New section.
5513 (File-I/O Overview): Mention non-stop behavior.
5514
fff08868
HZ
55152008-10-24 Hui Zhu <teawater@gmail.com>
5516 Pedro Alves <pedro@codesourcery.com>
5517
5518 * gdb.texinfo (displaced-stepping): Describe the auto mode
5519 setting, and say it's the default. This is now a mainstream
5520 setting instead of a maintenance setting.
5521
252fbfc8
PA
55222008-10-23 Pedro Alves <pedro@codesourcery.com>
5523
5524 * observer.texi (thread_stop_requested): New.
5525
20924a55
JB
55262008-10-22 Joel Brobecker <brobecker@adacore.com>
5527
5528 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
5529 (Patching): Replace incorrect usage of @samp by @kbd.
5530
bacec72f
MS
55312008-10-17 Michael Snyder <msnyder@vmware.com>
5532
5533 * gdb.texinfo: Add documentation for reverse execution.
5534
a08702d6 55352008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 5536 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
5537
5538 * gdb.texinfo. (Values From Inferior): New subsubsection.
5539
d97bc12b
DE
55402008-10-06 Doug Evans <dje@google.com>
5541
5542 * gdb.texinfo (set debug dwarf2-die): Document it.
5543
87f67dba
JB
55442008-10-01 Joel Brobecker <brobecker@adacore.com>
5545
5546 * gdb.texinfo (catch) [exception]: Document how to insert
5547 a breakpoint on user-defined exceptions when the exception
5548 name is identical to one of the language-defined ones.
5549
2fae03e8
TT
55502008-09-27 Tom Tromey <tromey@redhat.com>
5551
5552 * gdb.texinfo (Macros): Remove text about stringification,
5553 varargs, and splicing.
5554
5c6ce71d
TT
55552008-09-27 Tom Tromey <tromey@redhat.com>
5556
5557 * gdbint.texinfo (Language Support): Remove text about omitting
5558 support for a language.
5559
07128da0
DE
55602008-09-23 Doug Evans <dje@google.com>
5561
5562 * gdb.texinfo (info dcache): Update.
5563
b90a069a
SL
55642008-09-22 Sandra Loosemore <sandra@codesourcery.com>
5565
5566 * gdb.texinfo (Packets): Add info on thread-id syntax and
5567 multiprocess extensions.
5568 <D>: Document multiprocess form of packet.
5569 <H>: Use thread-id syntax.
5570 <T>: Likewise.
5571 <vCont>: Likewise. Note this is required for multiprocess.
5572 <vKill>: New packet.
5573 (Stop Reply Packets) <T>: Use thread-id syntax.
5574 <W>: Document multiprocess form of reply.
5575 <X>: Likewise.
5576 (General Query Packets) <qC>: Use thread-id syntax.
5577 <qfThreadInfo>: Likewise.
5578 <qGetTLSAddr>: Likewise.
5579 <qP>: Likewise.
5580 <qSupported>: Add "multiprocess" feature.
5581 <qThreadExtraInfo>: Use thread-id syntax.
5582
b77209e0
PA
55832008-09-22 Stan Shebs <stan@codesourcery.com>
5584
5585 * gdb.texinfo (Inferiors): New section.
5586
3d0bb823
PA
55872008-09-12 Pedro Alves <pedro@codesourcery.com>
5588
5589 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
5590
f8dcfc0a
UW
55912008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
5592
5593 * gdbint.texinfo (Target Conditionals): Remove documentation
5594 for gdbarch_name_of_malloc.
5595
8775bb90
MS
55962008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
5597
5598 * gdb.texinfo (Interrupts): Mention TCP interface for
5599 sending BREAK.
5600
f1838a98
UW
56012008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
5602
5603 * gdb.texinfo (Commands to Specify Files): Document "remote:"
5604 argument prefix to "set sysroot".
5605
158c7665
PH
56062008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
5607
5608 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
5609 and False.
5610
30e026bb
VP
56112008-08-20 Vladimir Prus <vladimir@codesourcery.com>
5612
c8d5aac9
L
5613 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
5614 for possible features of -list-features.
30e026bb 5615
c6ebd6cf
VP
56162008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5617
c8d5aac9 5618 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
5619 (GDB/MI Miscellaneous Commands): Document -list-target-features.
5620
aeac0ff9
VP
56212008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5622
5623 * doc/gdb.texinfo (PowerPC): Fix typo.
5624 (PowerPC features): Fix typo.
5625
5231c1fd
PA
56262008-08-18 Pedro Alves <pedro@codesourcery.com>
5627
5628 * observer.texi (thread_ptid_changed): New.
5629
677c5bb1
LM
56302008-08-18 Luis Machado <luisgpm@br.ibm.com>
5631
5632 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
5633 (PowerPC features): Mention feature set for VSX registers.
5634
f3a2dd1a
JB
56352008-08-13 Joel Brobecker <brobecker@adacore.com>
5636
5637 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
5638 the direct visibility of all names in user-written packages.
5639
33e5cbd6
PA
56402008-08-13 Pedro Alves <pedro@codesourcery.com>
5641
5642 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
5643 setting, and make it the default.
5644 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
5645 non-stop script example.
5646
d0384fc4
TJB
56472008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
5648
5649 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
5650 reference to the "Using Different Register and Memory Data
5651 Representation" section.
5652
a6f3e723
SL
56532008-08-12 Sandra Loosemore <sandra@codesourcery.com>
5654
5655 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
5656 (Remote Protocol): Add Packet Acknowledgment to menu.
5657 (Overview): Mention +/- can be disabled, and point to new section
5658 where this is discussed in detail.
5659 (General Query Packets): Document QStartNoAckMode packet, and
5660 corresponding qSupported reply.
5661 (Packet Acknowledgment): New section.
5662
0606b73b
SL
56632008-08-11 Sandra Loosemore <sandra@codesourcery.com>
5664 Pedro Alves <pedro@codesourcery.com>
5665
5666 * gdb.texinfo (Threads): Move paragraph about automatic thread
5667 selection to All-Stop Mode subsection.
5668 (Thread Stops): Reorganize existing material into subsections.
5669 Add introductory blurb and menu.
5670 (Non-Stop Mode): New subsection.
5671 (Background Execution): New subsection.
5672 (Maintenance Commands): Add cross-references from async mode
5673 commands to the new Background Execution section.
5674
d57a3c85
TJB
56752008-08-06 Tom Tromey <tromey@redhat.com>
5676
5677 * gdb.texinfo (Extending GDB): New chapter.
5678 (Sequences): Demoted chapter, now a section under the new
5679 Extending GDB chapter.
5680 (Python): New section.
5681
6d76a53d
SS
56822008-07-31 Stan Shebs <stan@codesourcery.com>
5683
5684 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
5685
1f70da6a
SS
56862008-07-29 Stan Shebs <stan@codesourcery.com>
5687
5688 * gdbint.texinfo: General round of cleanup and minor
5689 clarifications.
5690 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
5691 (Longjmp Support): Update description to reflect how it is done
5692 for targets without using native header.
5693 (Symbol Handling): Add a little more general explanation.
5694 (COFF, ELF): Mention stabs encapsulation.
5695 (DWARF 3): New section.
5696 (Adding a New Host): Scrub out some obsolete bits.
5697 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
5698 (Host Conditionals): Remove descriptions of NO_STD_REGS,
5699 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
5700 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
5701 SEEK_SET, STOP_SIGNAL, USG.
5702 (Raw and Virtual Register Representations): Ditto for
5703 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
5704 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
5705 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
5706 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
5707 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
5708 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
5709 DEPRECATED_REGISTER_VIRTUAL_SIZE,
5710 DEPRECATED_REGISTER_VIRTUAL_TYPE,
5711 DEPRECATED_USE_STRUCT_CONVENTION.
5712 Describe gdbarch_deprecated_fp_regnum.
5713 Update description of gdbarch_print_insn.
5714 (Adding a New Target): Scrub out obsolete bits.
5715 (Obsolete Conditionals): Remove entire section.
5716
383f836e
TT
57172008-07-25 Tom Tromey <tromey@redhat.com>
5718
5719 * observer.texi (GDB Observers): Document new observers:
5720 breakpoint_created, breakpoint_deleted, breakpoint_modified,
5721 tracepoint_created, tracepoint_deleted, tracepoint_modified,
5722 architecture_changed.
5723
cfd8ab24
SS
57242008-07-21 Stan Shebs <stan@codesourcery.com>
5725
5726 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
5727 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
5728
781b42b0
TT
57292008-07-21 Tom Tromey <tromey@redhat.com>
5730
5731 * observer.texi (GDB Observers): Remove obsolete comment.
5732 <executable_changed>: Remove argument.
5733
d7d9f01e
TT
57342008-07-18 Tom Tromey <tromey@redhat.com>
5735
5736 * gdb.texinfo (Macros): Update. Use @code rather than @command.
5737
bf250677
DE
57382008-07-10 Doug Evans <dje@google.com>
5739
5740 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
5741
10568435
JK
57422008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5743
5744 * gdb.texinfo (Starting): Document "set disable-randomization".
5745
5ae4183a
AS
57462008-07-07 Andreas Schwab <schwab@suse.de>
5747
5748 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
5749
b56e7235
VP
57502008-07-06 Vladimir Prus <vladimir@codesourcery.com>
5751
5752 * gdb.texinfo (GDB/MI Target Manipulation): Add
5753 example of -target-attach.
5754
e1ac3328
VP
57552008-06-10 Vladimir Prus <vladimir@codesourcery.com>
5756
5757 * observer.texi (target_resumed): New observer.
5ae4183a 5758 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 5759
65d12d83
TT
57602008-06-06 Tom Tromey <tromey@redhat.com>
5761
5762 * gdb.texinfo (Completion): Add field name example.
5763
fbc5282e
MK
57642008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
5765
5766 * gdb.texinfo (GDB/MI Program Context): Added example
5767 to -exec-arguments
5ae4183a 5768
fbc5282e 57692008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
5770
5771 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
5772 annotation.
5773
c16158bc 57742008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
5775 Nathan Sidwell <nathan@codesourcery.com>
5776 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
5777
5778 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
5779 and ACX_BUGURL.
5780 * configure: Regenerate.
5781 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
5782 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
5783 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
5784 mailing-list-specific text about bug reporting unless
5785 BUGURL_DEFAULT.
5786
75c99385
PA
57872008-06-05 Pedro Alves <pedro@codesourcery.com>
5788
5789 * gdb.texinfo (-target-select): Remove reference to target async.
5790 (Maintenance Commands): Document "maint set/show remote-async".
5791
1763a388
MK
57922008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
5793
5794 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
5795 in -target-file-get section.
5ae4183a 5796
d0d064df
PA
57972008-05-22 Pedro Alves <pedro@codesourcery.com>
5798
9b562ab8
PA
5799 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
5800 killing the inferior when it is already debugging a process.
d0d064df 5801
8dfa32fc
JB
58022008-05-21 Joel Brobecker <brobecker@adacore.com>
5803
5804 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
5805 abbreviation for "finish".
5806
55f996a7
NR
58072008-05-21 Nick Roberts <nickrob@snap.net.nz>
5808
5809 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
5810
ba2b1c56
DJ
58112008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5812
5813 * gdbint.texinfo (Target Conditionals): Delete entry for
5814 gdbarch_dwarf_reg_to_regnum.
5815
08388c79
DE
58162008-05-09 Doug Evans <dje@google.com>
5817
a3c83fae 5818 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 5819
d14508fe
DE
58202008-05-05 Doug Evans <dje@google.com>
5821
5822 * gdb.texinfo (disassemble): Document /m modifier.
5823
e2b7ddea
VP
58242008-05-05 Vladimir Prus <vladimir@codesourcery.com>
5825
5ae4183a
AS
5826 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
5827 will not report the time of commands that run the target.
e2b7ddea 5828
8eb41542
VP
58292008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5830
5831 * gdb.texinfo (GDB/MI Output Records): Add
5832 missing semicolon.
5833
82f68b1c
VP
58342008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5835
5836 * gdb.texinfo (GDB/MI Output Records):
5837 Document =thread-create and =thread-exited.
5838
fa0f268d
VP
58392008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5840
5841 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 5842 Remove mention of dmi-discuss.
fa0f268d 5843
063bfe2e
VP
58442008-05-03 Pedro Alves <pedro@codesourcery.com>
5845
5846 * observer.texi (thread_exit): New.
5847
237fc4c9
PA
58482008-05-02 Pedro Alves <pedro@codesourcery.com>
5849
5850 * gdb.texinfo (Debugging Output): Document "set/show debug
5851 displaced".
5852 (Maintenance Commands): Document "maint set/show
5853 can-use-displaced-stepping".
5854
0428b8f5
DJ
58552008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
5856
5857 * gdb.texinfo (ARM): Document set/show arm fallback-mode
5858 and set/show arm force-mode.
5859
5009afc5
AS
58602008-05-02 Andreas Schwab <schwab@suse.de>
5861
5862 * gdbint.texinfo (Algorithms): Describe
5863 target_watchpoint_addr_within_range.
5864
669fac23
DJ
58652008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
5866
5867 * gdbint.texinfo (Stack Frames): New chapter.
5868 (Algorithms): Move Frames text to the new chapter.
5869 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
5870 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
5871
721c02de
VP
58722008-04-24 Vladimir Prus <vladimir@codesourcery.com>
5873
5ae4183a
AS
5874 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
5875 output does not necessary include any tokens.
721c02de 5876
c055b101
CV
58772008-04-22 Corinna Vinschen <vinschen@redhat.com>
5878
5879 * gdb.texinfo (Set SH Calling convention): New @item.
5880 (Show SH Calling convention): Ditto.
5881
68837c9d
MD
58822008-04-22 Markus Deuling <deuling@de.ibm.com>
5883
5884 * gdb.texinfo (Fortran Operators): Describe '%' operator.
5885
2e9132cc
EZ
58862008-04-20 Eli Zaretskii <eliz@gnu.org>
5887
5888 * gdb.texinfo (Set Breaks): Mention that multiple location
5889 breakpoints need line number info. Add index entries.
5890
31fffb02
CS
58912008-04-19 Craig Silverstein <csilvers@google.com>
5892
5893 * gdb.texinfo (Requirements): Add an optional requirement on
5894 zlib.
5895 * gdbint.texinfo (Debugging File Formats): Add new subsection for
5896 Compressed DWARF 2.
5897
a47ec5fe
AR
58982008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
5899
5900 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
5901 sample output for 'stopped,reason="breakpoint-hit"' message.
5902 (GDB/MI Program Execution): Likewise.
5903
de051565
MK
59042008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
5905
5ae4183a 5906 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
5907 -var-set-format. Add -f option to -var-evaluate-expression.
5908
6ba66d6a
JB
59092008-04-03 Joel Brobecker <brobecker@adacore.com>
5910
5911 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
5912 new node "Ambiguous Expressions". Replace references to this
5913 node by references to "Ambiguous Expressions" throughout.
5914 (Ambiguous Expressions): New node.
5915
1e26b4f8
DJ
59162008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
5917
5918 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
5919
b84876c2
PA
59202008-03-21 Pedro Alves <pedro@codesourcery.com>
5921
5922 * gdb.texinfo (Debugging Output): Document
5923 "set/show debug lin-lwp-async".
5924 (Maintenance Commands): Document "maint set/show linux-async".
5925
63092375
DJ
59262008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5927
5928 * gdb.texinfo (Expressions): Update description of malloced arrays.
5929
8e8901c5
VP
59302008-03-15 Vladimir Prus <vladimir@codesourcery.com>
5931
5932 * gdb.texinfo (Thread Commands): Document
5933 -thread-info. Remove -thread-list-all-threads.
5934
1fddbabb
PA
59352008-03-14 Pedro Alves <pedro@codesourcery.com>
5936 Sandra Loosemore <sandra@codesourcery.com>
5937
5938 * gdb.texinfo (Library List Format): Update to mention the
5939 possibility to pass section addresses instead of segment
5940 addresses.
5941
ccd213ac
DJ
59422008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
5943
5944 * gdb.texinfo (Starting): Document "set exec-wrapper".
5945 (Server): Document gdbserver --wrapper.
5946
fa4727a6
DJ
59472008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
5948
5949 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
5950 unreadable memory. Delete obsolete SPARClite reference.
5951
8edfe269
DJ
59522008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
5953
5954 * gdb.texinfo (Starting): Mention always-running targets.
5955 (Target Commands): Add an anchor for load.
5956 (Connecting): Explain continue instead of run.
5957
1843f87b
DJ
59582008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
5959
5960 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
5961
f9082629
NR
59622008-02-26 Nick Roberts <nickrob@snap.net.nz>
5963
5964 * gdb.texinfo (Set Breaks): Revert description of Enb column of
5965 breakpoint table.
5966
fd96d250
PA
59672008-02-19 Pedro Alves <pedro@codesourcery.com>
5968
5969 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
5970 killing the inferior when it is already debugging a process.
5971
36af4ef6
MD
59722008-02-13 Markus Deuling <deuling@de.ibm.com>
5973
5974 * gdbint.texinfo (Build Script): New section. Mention new build script
5975 gdb_buildall.sh.
5976
cda4ce5a
JB
59772008-02-01 Jim Blandy <jimb@red-bean.com>
5978
5979 * gdb.texinfo (Help): Summarize 'info args' correctly.
5980
4acd40f3
TJB
59812008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5982
5983 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
5984 available in PowerPC architecture.
5985 (Embedded Processors): Change node name of PowerPC item in menu.
5986 (PowerPC): Rename to...
5987 (PowerPC Embedded): this.
5988 (Architectures): Add new PowerPC item in menu.
5989 (PowerPC): New node.
5990
6e6c6f50
DJ
59912008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
5992
5993 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
5994 commands.
5995
5ee187d7
DJ
59962008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
5997
5998 * gdb.texinfo (Setting Catchpoints): Mention features
5999 supported on GNU/Linux.
6000
e275c0d9
NR
60012008-01-30 Nick Roberts <nickrob@snap.net.nz>
6002
6003 * gdb.texinfo (GDB/MI File Commands): Describe new output
6004 field for MI command -file-list-exec-source-file.
6005
2d717e4f
DJ
60062008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
6007
6008 * gdb.texinfo (Using the `gdbserver' Program): Add security
6009 warning. Rearrange into subsections and subsubsections. Document
6010 --multi and --debug. Correct --with-sysroot typo. Update --attach
6011 usage. Make load reference clearer. Document monitor exit.
6012 (Remote Configuration): Document set remote exec-file, attach-packet,
6013 and run-packet.
6014 (Packets): Document vAttach and vRun.
6015
d35a4257 60162008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
6017
6018 * gdb.texinfo (Processes): Mention process command.
889bf7c5 6019 detach-on-follow -> detach-on-fork.
f663676d 6020
c78d192c
DJ
60212008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6022
6023 * gdbint.texinfo (Native Conditionals): Remove
6024 SHELL_COMMAND_CONCAT and SHELL_FILE.
6025
d35a4257
EZ
60262008-01-26 Eli Zaretskii <eliz@gnu.org>
6027
6028 * gdb.texinfo (Specify Location): Improve wording.
6029
93815fbf
VP
60302008-01-23 Chris Demetriou <cgd@google.com>
6031
6032 * gdb.texinfo (Threads): Document new "set print thread-events"
6033 and "show print thread-events" commands.
6034
2a25a5ba
EZ
60352008-01-19 Eli Zaretskii <eliz@gnu.org>
6036
6037 * gdb.texinfo (Specify Location): New section.
6038 (Delete Breaks, Edit, Set Breaks): Remove description of
6039 locations. Instead, add a reference to "Specify Location".
6040 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
6041 (Symbols): Refer to "Specify Location" for the valid forms of
6042 linespecs and locations.
6043
32c9a795
MD
60442008-01-18 Markus Deuling <deuling@de.ibm.com>
6045
6046 * gdbint.texinfo (Target Conditionals): Replace the description of
6047 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
6048
b17828ca
JB
60492008-01-12 Paul Hilfinger <hilfinger@adacore.com>
6050
6051 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
6052 about &&var, which is rejected by the expression parser.
6053
0aea4bf3
LM
60542008-01-09 Luis Machado <luisgpm@br.ibm.com>
6055
6056 * gdb.texinfo (Output): Update documentation on using printf with DFP
6057 types.
6058
febe4383
TJB
60592008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
6060
6061 * gdb.texinfo (C and C++): Add Decimal Floating Point format
6062 subsubsection.
6063 (Decimal Floating Point format): New subsubsection.
6064
7a404eba
PA
60652008-01-05 Pedro Alves <pedro@codesourcery.com>
6066
6067 * gdb.texinfo (File Options): Remove mention of the attempt to
6068 open a core file with the -p option. Don't list -c as a valid
6069 option to attach to a process.
6070
a4d9b460
PA
60712008-01-05 Pedro Alves <pedro@codesourcery.com>
6072
6073 * gdbint.texinfo (Host Conditionals): Remove mention of
6074 ALIGN_STACK_ON_ENTRY.
6075
6ec2edbe
JB
60762008-01-05 Joel Brobecker <brobecker@adacore.com>
6077
6078 * gdbint.texinfo (Start of New Year Procedure): Add item
6079 describing how to update the source and documentation copyright
6080 notices.
6081
d8b2a693
JB
60822007-12-18 Jim Blandy <jimb@codesourcery.com>
6083
ab209b3a 6084 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
6085 watchpoint explanation into the main description of the watchpoint
6086 command; update synopses of 'watch', 'rwatch', and 'awatch'
6087 commands.
6088
8b4ed427
VP
60892007-12-18 Vladimir Prus <vladimir@codesourcery.com>
6090
6091 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6092 Document 'pending-breakpoints' feature of
6093 -list-features.
6094
37e4754d
LM
60952007-12-17 Luis Machado <luisgpm@br.ibm.com>
6096
669fac23 6097 * gdb.texinfo: Add new parameter's description.
37e4754d 6098
1d3811f6
DJ
60992007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
6100
6101 * gdb.texinfo (Overview): Clarify run-length encoding
6102 example. Remove the restriction on "+" and "-" characters.
6103
c1c25a1a
EZ
61042007-12-15 Eli Zaretskii <eliz@gnu.org>
6105
6106 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
6107
afe8ab22 61082007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 6109
afe8ab22
VP
6110 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6111 the -f option for -break-insert, remove -r option,
6112 and clarify specification of location.
6113
a6b151f1
DJ
61142007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
6115
6116 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
6117 formatting.
6118 (Remote Debugging): Add File Transfer section.
6119 (Remote Configuration): Document Host I/O packets.
6120 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 6121 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
6122 (Packets): Add vFile.
6123
3b784c4f
EZ
61242007-11-17 Eli Zaretskii <eliz@gnu.org>
6125
6126 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
6127 breakpoints with multiple locations.
6128 (Breakpoint Menus): Improve wording.
6129 (Output): Fix last change.
6130
a4ce5b0d
UW
61312007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
6132
6133 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
6134
1b39d5c0
DE
61352007-11-15 Doug Evans <dje@google.com>
6136
6137 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
6138
7a72d44c
VP
61392007-11-15 Vladimir Prus <vladimir@codesourcery.com>
6140
6141 * gdbint.texinfo (Native Conditionals): Remove
6142 mention of CLEAR_SOLIB.
5ae4183a 6143
6d1829bf 61442007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
6145
6146 * gdb.texinfo (Print Settings): Add documentation for "set/show
6147 print frame-arguments".
6148
1a619819
LM
61492007-11-05 Luis Machado <luisgpm@br.ibm.com>
6150
3b784c4f 6151 * gdb.texinfo (Output): Update printf command's description.
1a619819 6152
55eddb0f
DJ
61532007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
6154
6155 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
6156 powerpc soft-float".
6157
9cceb671
DJ
61582007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6159
6160 * gdb.texinfo (Files): Correct formatting. Mention Expat
6161 requirement.
6162 (Requirements for Building GDB): Expand the list of Expat
6163 uses.
6164 (Library List Format, Memory Map Format): Mention Expat.
6165 (Target Descriptions): Update Expat wording.
6166
83acabca
DJ
61672007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6168
6169 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
6170 Document that gdbarch_convert_register_p should return zero for no-op
6171 conversions.
6172
e35879db
UW
61732007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
6174
83acabca 6175 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
6176 of set_gdbarch_sofun_address_maybe_missing back to ...
6177 (Target Conditionals): ... here to fix build break.
6178
203c3895
UW
61792007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
6180
83acabca 6181 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
6182 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
6183 (Compiler Characteristics): ... documentation of
6184 set_gdbarch_sofun_address_maybe_missing.
6185
11411de3
DJ
61862007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6187
6188 * gdbint.texinfo (Target Conditionals): Use
6189 frame_unwind_register_unsigned in examples instead of
6190 frame_unwind_unsigned_register.
6191
7cc46491
DJ
61922007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6193
6194 * gdb.texinfo (Predefined Target Types): Add int128
6195 and uint128.
6196 (Standard Target Features): Add PowerPC features.
6197
81adfced
DJ
61982007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6199
6200 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
6201
c1874924
UW
62022007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6203
6204 * gdbint.texi (Target Conditionals): Remove documentation
6205 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
6206 gdbarch_extract_return_value, and gdbarch_store_return_value.
6207
f6e56ab3
UW
62082007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6209
6210 * gdbint.texi (Target Conditionals): Remove documentation of
6211 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
6212
56cf5405
KH
62132007-10-11 Kazu Hirata <kazu@codesourcery.com>
6214
6215 * gdb.texinfo: Mention that inaccessible-by-default is on by
6216 default.
6217
35156bae
DJ
62182007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
6219
6220 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
6221
d983da9c
DJ
62222007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
6223
6224 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
6225 multi-threaded watchpoints.
6226 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
6227 checked. Describe sticky notification. Expand description
6228 of steppable and continuable watchpoints.
6229 (Watchpoints and Threads): New subsection.
6230
fe6fbf8b
VP
62312007-09-28 Vladimir Prus <vladimir@codesourcery.com>
6232
6233 * gdb.texinfo (Setting Breakpoints): Revise
6234 documentation for pending breakpoints. Document
6235 breakpoints with multiple locations.
5ae4183a 6236
084344da
VP
62372007-09-19 Vladimir Prus <vladimir@codesourcery.com>
6238
6239 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6240 Document -list-features.
5ae4183a 6241
82160952
EZ
62422007-09-15 Eli Zaretskii <eliz@gnu.org>
6243
6244 * gdb.texinfo (Output): Spell out which features of C's printf are
6245 not supported by GDB's printf.
7e27a47a
EZ
6246 (Separate Debug Files): More accurate wording regarding build ID
6247 and a reference to the ld manual rather than the Fedora wiki.
82160952 6248
ea37ba09
DJ
62492007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6250 Jim Blandy <jimb@codesourcery.com>
6251
6252 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
6253 (Examining Memory): Update mentions of the 's' format.
6254 (Automatic Display): Likewise.
6255
b8533aec
DJ
62562007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
6257
6258 * gdb.texinfo: Update the FSF's Back-Cover Text.
6259
83f83d7f
JK
62602007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6261 Eli Zaretskii <eliz@gnu.org>
6262
6263 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
6264 Fixed the ``build ID'' name. New binaries build instructions for the
6265 build ID inclusion. Explain how the commands are specific to the build
6266 ID vs. debug link.
6267
c7e83d54
EZ
62682007-09-01 Eli Zaretskii <eliz@gnu.org>
6269
6270 * gdb.texinfo (Separate Debug Files): Fix last change. Add
6271 indexing for ``build ID'' support.
6272
d3750b24
JK
62732007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6274
6275 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
6276 Enlisted BUILD ID to the debug file searching example.
6277 Included a BUILD ID `.note.gnu.build-id' section description.
6278 Updated/added the debug files splitting instructions for OBJCOPY.
6279
02142340
VP
62802007-08-31 Vladimir Prus <vladimir@codesourcery.com>
6281
6282 * gdb.texinfo (Variable Objects): Adjust docs
6283 for -var-info-expression and document
6284 -var-info-path-expression.
6285
d3bdde98
JB
62862007-08-20 Jim Blandy <jimb@codesourcery.com>
6287
3fb6a982
JB
6288 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
6289 (title page): Include the dedication in the printed manual, as a
6290 separate page after the copyright notice.
5ae4183a 6291
d3bdde98
JB
6292 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
6293 don't break a @var across a line.
6294
c80a96a8
MR
62952007-07-25 Maciej W. Rozycki <macro@mips.com>
6296
6297 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
6298 for include files.
6299
5824a901
NR
63002007-07-12 Nick Roberts <nickrob@snap.net.nz>
6301
6302 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
6303 in annotate.texinfo.
6304 (Command History): Link to new node.
5824a901 6305
d52e7ea3
UW
63062007-07-05 Markus Deuling <deuling@de.ibm.com>
6307
6308 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
6309
5fc14d0a
EZ
63102007-07-05 Eli Zaretskii <eliz@gnu.org>
6311
6312 * gdbint.texinfo (Target Conditionals): Fix last change.
6313
4a9bb1df
UW
63142007-07-03 Markus Deuling <deuling@de.ibm.com>
6315
6316 * gdb.texinfo: Replace following macros by their appropriate gdbarch
6317 routines:
6318 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
6319 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
6320 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
6321 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
6322 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
6323 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
6324 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
6325 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
6326 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
6327 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
6328 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
6329 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
6330 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
6331 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
6332 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
6333 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
6334 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
6335 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
6336 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
6337 (SOFTWARE_SINGLE_STEP_P)
6338
6339 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
6340 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
6341
6342 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
6343 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
6344 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
6345 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
6346 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
6347 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
6348 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
6349 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
6350 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
6351 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
6352
6353 (Converting an existing Target Architecture to Multi-arch): Remove
6354 section.
6355
6356 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
6357 (gdbarch_addr_bits_remove): Add code example.
6358
6359 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
6360
cfa9d6d9
DJ
63612007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
6362
6363 * gdb.texinfo (Remote Configuration): Document library-info-packet.
6364 Add other missing entries. Adjust the table size to fit.
6365 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
6366 stop reasons including the new "library" event.
6367 (General Query Packets): Adjust table widths for qSupported. Mention
6368 qXfer:libraries:read reply to qSupported and document the new packet.
6369 (Library List Format): New section.
6370
159fcc13
JK
63712007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6372
6373 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
6374
f66d1690
MS
63752007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
6376
6377 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
6378
67102876
NR
63792007-06-25 Nick Roberts <nickrob@snap.net.nz>
6380
6381 * gdbint.texinfo (Register and Memory Data): Break sections
6382 into nodes and add a menu.
6383
a4642986
MR
63842007-06-21 Maciej W. Rozycki <macro@mips.com>
6385
6386 * gdb.texinfo (Examining Memory): Document the new behaviour.
6387
e9c17194
VP
63882007-06-21 Vladimir Prus <vladimir@codesourcery.com>
6389
6390 * gdb.texinfo (Standard Target Features): Document
6391 m68k features.
6392
31d99776
DJ
63932007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
6394
6395 * gdb.texinfo (General Query Packets): Document qOffsets changes.
6396
1780a0ed
DJ
63972007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6398
6399 * gdb.texinfo (Target Description Format): Add version attribute
6400 for <target>.
6401
822b6570
DJ
64022007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6403
6404 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
6405
f8b73d13
DJ
64062007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6407
6408 * gdb.texinfo (MIPS Features): New subsection.
6409
0e7f50da
UW
64102007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6411 Markus Deuling <deuling@de.ibm.com>
6412
6413 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
6414 and qXfer:spu:write packets and mention them under qSupported.
6415
23d964e7
UW
64162007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6417 Markus Deuling <deuling@de.ibm.com>
6418
6419 * gdb.texinfo (Architectures): Add new SPU section to document
6420 Cell Broadband Engine SPU architecture specific commands.
6421
9f708cb2
VP
64222007-06-09 Vladimir Prus <vladimir@codesourcery.com>
6423
6424 * gdb.texinfo (GDB/MI Variable Objects): Editorial
6425 comments.
6426
7579b5f8
NR
64272007-06-07 Nick Roberts <nickrob@snap.net.nz>
6428
6429 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
6430
bf06d120
JB
64312007-05-29 Jim Blandy <jimb@codesourcery.com>
6432
6433 * gdb.texinfo (Overview): Doc fix.
6434
23776285
MR
64352007-05-22 Maciej W. Rozycki <macro@mips.com>
6436
6437 * gdb.texinfo (Remote Configuration): Document "set/show
6438 remoteflow".
6439
1a69e1e4
DJ
64402007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
6441
bf06d120
JB
6442 * gdb.texinfo (MIPS): Remove documentation for set mips
6443 saved-gpreg-size, show mips saved-gpreg-size, and set mips
6444 stack-arg-size.
1a69e1e4 6445
46ba6afa 64462007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6447
46ba6afa
BW
6448 * all-cfg.texi (GDBTUI): New.
6449 * gdb.texinfo (Mode Options): Use GDBTUI variable.
6450 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
6451 (TUI Configuration): Edit to improve clarity and fix problems of
6452 both style and content.
5ae4183a 6453
06d3b283
UW
64542007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
6455
6456 * observer.texi (GDB Observers): New observer "new_objfile".
6457
179101d6
UW
64582007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
6459
6460 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
6461
25d5ea92
VP
64622007-04-14 Vladimir Prus <vladimir@codesourcery.com>
6463
6464 * gdb.texinfo (GDB/MI Variable Objects): Document
6465 frozen variables objects.
5ae4183a 6466
ea35711c
DJ
64672007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
6468
6469 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
6470 (Character Sets, Caching Data of Remote Targets): Likewise.
6471 (Targets): Delete Remote node. Move its text...
6472 (Debugging Remote Programs): ...to here. Delete description
6473 of the "remote" command.
6474 (Remote configuration): Delete description of "set remotedevice"
6475 and "show remotedevice".
6476 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
6477
db2e3e2e
BW
64782007-04-11 Bob Wilson <bob.wilson@acm.org>
6479
5ae4183a
AS
6480 * gdb.texinfo (Contributors, Continuing and Stepping)
6481 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
6482 (General Query Packets, File-I/O Remote Protocol Extension)
6483 (Protocol Basics, The F Reply Packet, Write)
6484 (Protocol-specific Representation of Datatypes, Memory Transfer):
6485 Fix hyphenation, punctuation and grammar problems.
6486 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
6487 'section' instead of 'subsection' in the text.
6488 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
6489 (i386): Remove period from section name.
db2e3e2e
BW
6490 (Installing GDB, Requirements, Running Configure, Separate Objdir)
6491 (Config Names, Configure Options): Use @file{configure}.
6492
8a3dae3e
DJ
64932007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
6494
6495 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
6496 and tab expansion.
6497
1a92f856
DJ
64982007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
6499
6500 * gdbint.texinfo (SOM): Correct location of the SOM reader.
6501
79a6e687 65022007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6503
79a6e687
BW
6504 * gdb.texinfo: Consistently capitalize all significant words in
6505 node names, chapter titles, section titles, and headings. Update
6506 cross references to match.
6507 (Starting and Stopping Trace Experiment): Make node name plural.
6508 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 6509
ad527d2e
PA
65102007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
6511
6512 * gdb.texinfo (WinCE): Delete obsolete subsection.
6513
7ce59000
DJ
65142007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6515
6516 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
6517 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
6518 references.
6519
8807d78b
DJ
65202007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6521
6522 * gdb.texinfo (Startup): Delete references to some alternate
6523 names for .gdbinit.
6524 (Thread): Remove LynxOS reference.
6525 (Tandem ST2000): Delete target-specific documentation.
6526 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
6527 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
6528 and GDB_OSABI_LYNXOS.
6529
5f402660
UW
65302007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
6531
6532 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
6533
bac718a6
UW
65342007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
6535
6536 * gdbint.texinfo (Target Conditionals): Remove mention of
6537 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
6538 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
6539
9453113a
DJ
65402007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
6541
6542 * Makefile.in: Add "pdfdir" installation
6543 directory, PDFTEX macro, support for "install-pdf" target,
6544 and rules for making a pdf version of refcard.texi.
6545 * refcard.tex: Specify paper size for PDF output.
6546
ae21e955 65472007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6548
ae21e955 6549 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 6550
3f94c067 65512007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6552
3f94c067
BW
6553 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
6554 (Source Path, Character Sets, Macros, Define)
6555 (GDB/MI Result Records, GDB/MI Simple Examples)
6556 (GDB/MI Program Execution, GDB/MI File Commands)
6557 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
6558 (Bug Reporting): Use @value{GCC}.
5ae4183a 6559
12c27660 65602007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6561
12c27660
BW
6562 * gdb.texinfo (Help): Fix formatting of examples.
6563 (Variables): Use @ifnotinfo instead of @iftex.
6564 (Non-debug DLL symbols): Use @ref instead of @pxref.
6565 (Sparclet File): Use @samp instead of quotes.
5ae4183a 6566
ce9341a1
BW
65672007-03-26 Bob Wilson <bob.wilson@acm.org>
6568
6569 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
6570
c8f4133a
BW
65712007-03-26 Bob Wilson <bob.wilson@acm.org>
6572
6573 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
6574 the order of the nodes.
6575 (C Operators, C Constants, Debugging C): Remove extra menus.
6576 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 6577
c8f4133a 65782007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
6579
6580 * gdb.texinfo (File Options): Add missing parenthesis.
6581 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
6582
c74d0ad8
DJ
65832007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6584
6585 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
6586
ff6f572f
DJ
65872007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6588
669fac23 6589 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
6590 case insensitivity.
6591 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
6592
994337c3
NR
65932007-02-18 Nick Roberts <nickrob@snap.net.nz>
6594
6595 * gdb.texinfo (Top): Put Appendix A after numbered sections.
6596 (Files): Add section name to argument list for pxref.
6597 (Non-debug DLL symbols): Don't use `see' for pxref.
6598 (Embedded Processors): Fix typo.
6599 (GDB/MI Breakpoint Commands): Execution commands generate
6600 *stopped not ^done.
6601
eb819d70
NR
66022007-02-13 Nick Roberts <nickrob@snap.net.nz>
6603
6604 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
6605 values for in_scope. Mention that only root variables can be
6606 updated.
6607 (GDB/MI Development and Front Ends): Explain new values may be
6608 added to existing fields.
6609
123dc839
DJ
66102007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6611
6612 * gdb.texinfo (-target-disconnect): Use @smallexample.
6613 (Requirements): Add anchor for Expat. Update description.
6614 (Target Descriptions): Mention Expat.
6615 (Target Description Format): Document new elements. Use
6616 @smallexample.
6617 (Predefined Target Types, Standard Target Features): New sections.
669fac23 6618 * gdbint.texinfo (Target Descriptions): New section.
123dc839 6619
108546a0
DJ
66202007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
6621
6622 * gdb.texinfo (Target Description Format): Add section on XInclude.
6623
95a98c01
NR
66242006-02-03 Nick Roberts <nickrob@snap.net.nz>
6625
6626 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
6627 command -enable-timings.
6628
f4b3909f
EZ
66292007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
6630
5ae4183a 6631 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
6632 descriptions for new/deleted elements in gdb_osabi. Add missing
6633 description for function generic_elf_osabi_sniff_abi_tag_sections.
6634
c7ba131e
JB
66352007-01-29 Joel Brobecker <brobecker@adacore.com>
6636
6637 * gdb.texinfo (Maintenance Commands): Add documentation for
6638 the new "maint print target-stack" command.
6639
3a60f64e
JK
66402007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6641 Eli Zaretskii <eliz@gnu.org>
6642
f4b3909f 6643 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 6644
c582f8b6
EZ
66452007-01-26 Eli Zaretskii <eliz@gnu.org>
6646
6647 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
6648 Use @value{NGCC} instead of @value{GCC}.
6649
d3e8051b
EZ
66502007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
6651
6652 * agentexpr.texi: Fix typos.
6653 * annotate.texinfo: Likewise.
6654 * gdb.texinfo: Likewise.
6655 * gdbint.texinfo: Likewise.
6656 * observer.texi: Likewise.
6657 * stabs.texinfo: Likewise.
6658
86f04699
EZ
66592007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
6660
6661 * gdbint.texinfo (Support Libraries): Remove mmalloc
6662 entry. Describe readline library.
6663
23181151
DJ
66642007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
6665
6666 * gdb.texinfo (Target Descriptions): New section.
6667 (General Query Packets): Add QPassSignals anchor. Mention
6668 qXfer:features:read under qSupported. Expand mentions of
6669 qXfer:memory-map:read and QPassSignals. Document
6670 qXfer:features:read.
6671
f822c95b
DJ
66722007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
6673
6674 * gdb.texinfo (Commands to specify files): Describe
6675 "set sysroot" and "show sysroot".
6676 (Using the `gdbserver' program): Lowercase argument
6677 to @var. Expand description of setting up GDB on the
6678 host.
6679
8936fcda
JB
66802007-01-05 Joel Brobecker <brobecker@adacore.com>
6681
6682 * gdb.texinfo (Set Catchpoints): Add documentation for the new
6683 catch exception, catch exception unhandled, and catch assert
6684 commands.
6685
e776119f
DJ
66862007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6687
6688 * gdb.texinfo (Debugging Output): Document "set debug xml"
6689 and "show debug xml".
6690
aa79a185
DJ
66912007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6692
6693 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
6694
7f893741
JB
66952007-01-01 Joel Brobecker <brobecker@adacore.com>
6696
6697 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
6698
a1b5960f
VP
66992006-12-08 Vladimir Prus <vladimir@codesourcery.com>
6700
6701 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
6702 note in @ignore, to be removed later if nobody complains.
6703
9f470e6e
NR
67042006-12-04 Nick Roberts <nickrob@snap.net.nz>
6705
6706 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
6707 of -var-delete.
6708
765dc015 67092006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 6710
765dc015 6711 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
6712 automatic software/hardware breakpoint usage and
6713 the "set breakpoint auto-hw" command.
765dc015 6714
4b5752d0
VP
67152006-11-21 Vladimir Prus <vladimir@codesourcery.com>
6716
6717 * gdb.texinfo (Memory Access Checking): New.
6718
89be2091
DJ
67192006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
6720
6721 * gdb.texinfo (Remote configuration): Mention
6722 "pass-signals-packet".
6723 (General Query Packets): Document QPassSignals. Fix
6724 a typo.
6725
ca3bf3bd
DJ
67262006-11-14 Maxim Grigoriev <maxim@tensilica.com>
6727
6728 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
6729
427c3a89
DJ
67302006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
6731
6732 * gdb.texinfo (Remote configuration): Rewrite documentation for
6733 packet configuration commands.
6734 (OS Information): Adjust reference to qXfer:auxv:read.
6735 (General Query Packets): Remove references to read-aux-vector-packet
6736 and set remote get-thread-local-storage-address.
6737
7a107747
DJ
67382006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
6739
6740 * gdbint.texinfo (Target Architecture Definition): Add new
6741 Initializing a New Architecture section.
6742
1c56eb0e
EZ
67432006-10-31 David Taylor <dtaylor@emc.com>
6744
6745 * stabs.texinfo (Macro define and undefine): New node describing
6746 stabs for #define and #undef.
6747
f73adfeb
AS
67482006-10-27 Andreas Schwab <schwab@suse.de>
6749
6750 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
6751
fd60e0df
EZ
67522006-10-21 Eli Zaretskii <eliz@gnu.org>
6753
6754 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
6755 clarify on the possible meanings of ``expression'' watched by
6756 watchpoints. Add indexing.
e5ac9b53
EZ
6757 (Prompting, Errors, Invalidation, Annotations for Running)
6758 (Source Annotations): Fix index entries by adding "annotation" to
6759 them, to discriminate from index entries that point to the more
6760 general topic descriptions.
fd60e0df 6761
52bb452f
DJ
67622006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6763
6764 * gdbint.texinfo (Target Vector Definition): Move most
6765 content into Existing Targets. Add a menu.
6766 (Existing Targets): New section, moved from Target Vector
6767 Definition. Use @subsection.
6768 (Managing Execution State): New section.
6769
58955e58
BW
67702006-10-16 Bob Wilson <bob.wilson@acm.org>
6771
6772 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
6773
c8aa23ab
EZ
67742006-10-15 Eli Zaretskii <eliz@gnu.org>
6775
6776 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
6777 (Command Syntax, Signals, Backtrace, Connecting)
6778 (Remote configuration, Renesas Boards, Console I/O): Fix last
6779 change: use Ctrl- instead of C-, except wrt Emacs.
6780 (File-I/O Examples): Put Ctrl-c in @kbd.
6781 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
6782 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
6783 (Signals, Set Breaks, Set Watchpoints): Document optional
6784 arguments to `info signals' `handle', `info breakpoints', and
6785 `info watchpoints'.
c8aa23ab 6786
e7109c7e
EZ
67872006-10-14 Eli Zaretskii <eliz@gnu.org>
6788
6789 * gdb.texinfo (Backtrace): Fix last change.
6790
de3aea7b
NR
67912006-10-14 Nick Roberts <nickrob@snap.net.nz>
6792
6793 * gdb.texinfo (Backtrace): Order correctly and add other cases.
6794
7f9087cb
BW
67952006-10-10 Bob Wilson <bob.wilson@acm.org>
6796
c8aa23ab
EZ
6797 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
6798 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
6799 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 6800
68437a39
DJ
68012006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6802 Daniel Jacobowitz <dan@codesourcery.com>
6803
6804 * gdb.texinfo (Packets): Document vFlashErase,
6805 vFlashWrite and vFlashDone packets.
6806 (General Query Packets): Document qXfer:memory-map:read.
6807 Add a new feature for qXfer:memory-map:read.
6808 (Memory map format): New section.
6809 (Target Commands): Mention that gdb can write flash.
6810
fd79ecee
DJ
68112006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6812 Daniel Jacobowitz <dan@codesourcery.com>
6813
6814 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
6815 memory regions and "mem auto".
6816
350da6ee
DJ
68172006-09-21 Nathan Sidwell <nathan@codesourcery.com>
6818
6819 * gdbint.texinfo (Array Containers): New section.
6820
2f1acb09
VP
68212006-09-17 Vladimir Prus <vladimir@codesourcery.com>
6822
6823 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
6824 -stack-list-arguments HIGH_FRAME argument can be larger then the
6825 actual number of frames.
6826
2ab1eb7a
VP
68272006-09-07 Vladimir Prus <vladimir@codesourcery.com>
6828
6829 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
6830 -stack-list-locals HIGH_FRAME argument can be larger then the
6831 actual number of frames.
2ab1eb7a 6832
599b237a
BW
68332006-09-02 Bob Wilson <bob.wilson@acm.org>
6834
6835 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
6836 Register Packet Format, Tracepoint Packets): Fix spelling errors.
6837
25ab7e6d
EZ
68382006-09-02 Eli Zaretskii <eliz@gnu.org>
6839
6840 * gdbint.texinfo (Overall Structure): New section "Source Tree
6841 Structure".
6842
940178d3
JB
68432006-08-17 Jim Blandy <jimb@codesourcery.com>
6844
6845 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
6846 responses.
6847
30daae6c
JB
68482006-08-08 Joel Brobecker <brobecker@adacore.com>
6849
6850 * gdb.texinfo (Source Path): Add documentation for new
6851 substitute-path commands.
6852
7fa2210b
DJ
68532006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
6854
6855 * gdb.texinfo (Installing GDB): Update menu. Move text to...
6856 (Running Configure): ...here.
6857 (Requirements): New node. Mention expat.
6858
3d00d119
DJ
68592006-08-08 Vladimir Prus <vladimir@codesourcery.com>
6860
5ae4183a 6861 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
6862 'set download-write-size' and 'show download-write-size'.
6863
0cbfa4ee
DJ
68642006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
6865
6866 * stabs.texinfo (Member Type Descriptor): Correct example for
6867 pointer to member types.
6868
16026cd7
AS
68692006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
6870
6871 * gdb.texinfo (Optional warnings and messages): Add
6872 'set/show trace-commands'.
6873 (Command files): Add '-v' to source command.
6874
0876f84a
DJ
68752006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
6876
6877 * gdb.texinfo (OS Information): Update qPart reference to
6878 qXfer.
6879 (Remote configuration): Likewise.
6880 (Overview): Move @cindex to the start of a paragraph. Talk
6881 about binary data encoding.
6882 (Packets): Refer to the overview for the details of the X
6883 packet encoding.
6884 (General Query Packets): Remove qPart description. Add qXfer
6885 description. Add an anchor to qSupported. Correct feature
6886 table title. Add a new feature for qXfer:auxv:read.
6887 (Interrupts): Add a missing parenthesis.
6888
2ec3381a
DJ
68892006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
6890
669fac23 6891 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
6892 (GDB/MI Kod Commands): Remove commented out node.
6893
594fe323
EZ
68942006-07-01 Eli Zaretskii <eliz@gnu.org>
6895
6896 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
6897 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
6898 (GDB/MI Thread Commands, GDB/MI Program Execution)
6899 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
6900 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
6901 (GDB/MI File Commands, GDB/MI Target Manipulation)
6902 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
6903 since the MI prompt is hard-wired into the code.
6904
7e3fb70c
NR
69052006-07-01 Nick Roberts <nickrob@snap.net.nz>
6906
6907 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
6908 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
6909 (GDB/MI Data Manipulation): Remove description of unimplemented
6910 display related commands as variable objects perform this function
6911 and are superior: -display-delete, -display-disable,
6912 -display-enable, -display-insert and -display-list. Move
6913 -environment-cd, -environment-directory, -environment-path
6914 and -environment-pwd to "Program Context".
6915 (GDB/MI Program Control): Rename to "Program Execution". Move
6916 -exec-arguments -exec-abort to...
6917 (GDB/MI Program Context): ...here. New node split from "Data
6918 Manipulation".
6919
be2a5f71
DJ
69202006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
6921
6922 * gdb.texinfo (Remote configuration): Document set / show
6923 remote supported-packets.
6924 (General Query Packets): Document qSupported packet.
6925
fc320d37
SL
69262006-06-10 Sandra Loosemore <sandra@codesourcery.com>
6927
6928 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
6929 and font markup.
6930 (Protocol basics): Likewise.
6931 (The F request packet): Likewise.
6932 (The F reply packet): Likewise.
6933 (Memory transfer): Move this node to be a subsubsection of
6934 "Protocol specific representation of datatypes".
6935 (The Ctrl-C message): More copy editing.
6936 (Console I/O): Likewise.
6937 (The isatty call): Delete this node, and merge its content into
6938 the "isatty" node. Fixed references elsewhere.
6939 (The system call): Delete this node, and merge its content into
6940 the "system" node. Fixed references elsewhere.
6941 (open): Reformat to use @table, and add appropriate font markup.
6942 (close): Likewise.
6943 (read): Likewise.
6944 (write): Likewise.
6945 (lseek): Likewise.
6946 (rename): Likewise.
6947 (unlink): Likewise.
6948 (stat/fstat): Likewise.
6949 (gettimeofday): Likewise.
6950 (isatty): Likewise.
6951 (system): Likewise, plus minor changes to fix confusing wording.
6952 (Integral datatypes): Fix font markup.
6953 (Pointer values): Likewise.
6954 (struct stat): Fix markup to use @table, plus minor copy editing.
6955 (struct timeval): Fix font markup, plus minor copy editing.
6956 (Constants): Minor copy editing.
6957 (Errno values): Add font markup.
6958 (File-I/O Examples): Likewise.
6959
158fdf5c
NR
69602006-06-10 Nick Roberts <nickrob@snap.net.nz>
6961
6962 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
6963 (GDB/MI Simple Examples): Move node up one level. Use real
6964 examples.
6965 (GDB/MI Compatibility with CLI): Update.
6966 (GDB/MI Result Records): Add "connected" and "exit" result
6967 classes.
6968 (GDB/MI Stream Records): Clarify target output.
6969 (GDB/MI Command Description Format): Modify example description.
6970 (GDB/MI Breakpoint Table Commands): Rename to...
6971 (GDB/MI Breakpoint Commands): ...this
6972 (GDB/MI Breakpoint Commands): Add optional thread field.
6973 (GDB/MI Program Control): Add an introduction. Move "Program
6974 termination" examples into exec-run description.
6975 (GDB/MI File Commands): Mention similar CLI commands.
6976 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
6977 is similar to "-gdb-version".
6978
ddb50cd7
EZ
69792006-06-09 Eli Zaretskii <eliz@gnu.org>
6980
6981 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
6982
2aef0d6b
NR
69832006-06-02 Nick Roberts <nickrob@snap.net.nz>
6984
6985 * gdb.texinfo (GDB/MI Development and Front Ends): Use
6986 sourceware.org for mailing lists.
d5e40d59 6987 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 6988
383a5c52
NR
69892006-06-01 Nick Roberts <nickrob@snap.net.nz>
6990
d5e40d59 6991 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 6992
e16b02ee
EZ
69932006-05-22 Eli Zaretskii <eliz@gnu.org>
6994
6995 * gdb.texinfo (Cygwin Native): Fix last change.
6996
be90c084
CF
69972006-05-22 Christopher Faylor <cgf@timesys.com>
6998
6999 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
7000
347ceba5
NR
70012006-05-15 Nick Roberts <nickrob@snap.net.nz>
7002
7003 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
7004 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
7005
369af7bd
DJ
70062006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
7007
7008 * gdb.texinfo (General Query Packets): Recommend not starting
7009 new packets with qC and clarify.
7010
2ffdbde8 70112006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
7012
7013 * gdb.texinfo (M2 Types): New section.
72019c9c 7014
16d1a084
DJ
70152006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
7016
7017 * agentexpr.texi: Add a copyright and license notice.
7018 * observer.texi: Likewise, with GPL clause for function prototypes.
7019 Remove trailing whitespace.
7020
aa56d27a
JB
70212006-05-05 Jim Blandy <jimb@codesourcery.com>
7022
7023 * gdb.texinfo (General Query Packets): Document conventions for
7024 terminating packet names, and their violations.
7025
5bdf8622
DJ
70262006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7027
7028 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
7029 * gdb.texinfo: Likewise.
7030
605a56cb
DJ
70312006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7032
7033 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
7034 and "show remotedebug".
7035 (Debugging Output): Add additional index entries.
7036
b8db102d
MS
70372006-04-27 Michael Snyder <msnyder@redhat.com>
7038
7039 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
7040
c5e30d01
AC
70412006-04-22 Andrew Cagney <cagney@redhat.com>
7042
7043 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
7044 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
7045
8181d85f
DJ
70462006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
7047
7048 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
7049 and remove breakpoint prototypes.
7050 (Watchpoints): Move description of target_insert_hw_breakpoint and
7051 target_remove_hw_breakpoint ...
7052 (Breakpoints): ... to here. Document target_insert_breakpoint and
7053 target_remove_breakpoint.
7054
4f553f88
JB
70552006-04-17 Jim Blandy <jimb@codesourcery.com>
7056
7057 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
7058 and C packets are optional.
7059
cd852561
FR
70602006-04-14 Frederic Riss <frederic.riss@st.com>
7061
7062 * gdb.texinfo (Specifying source directories): Update the description
7063 of the source file search to reflect the fact that the source path
7064 always contains at least $cdir and $cwd.
7065
b620eb07
MS
70662006-03-31 Michael Snyder <msnyder@redhat.com>
7067
7068 * gdb.texinfo: Update copyright dates.
7069
3156cdaf
EZ
70702006-03-31 Eli Zaretskii <eliz@gnu.org>
7071
7072 * gdb.texinfo (Overview): Add an index entry to "empty response".
7073
7d30c22d
JB
70742006-03-28 Jim Blandy <jimb@codesourcery.com>
7075
7076 * gdbint.texinfo (Prologue Analysis): New section.
7077
86941c27
JB
70782006-03-07 Jim Blandy <jimb@red-bean.com>
7079
66b8c7f6
JB
7080 * gdb.texinfo (Connecting): Document 'target remote pipe'.
7081
1a10341b
JB
7082 * gdb.texinfo (Target Commands): Update text describing how to
7083 specify a target. Refer to the detailed section on remote
7084 debugging, not the brief mention.
7085
86941c27
JB
7086 * gdb.texinfo (Connecting): Organize the different 'target remote'
7087 connection methods into a table. Add a 'target remote' index
7088 entry. (!!!)
7089
62f3a2ba
FF
70902006-02-17 Fred Fish <fnf@specifix.com>
7091
7092 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
7093 'ptype' commands to reflect the fact that the only significant
7094 difference between them is that ptype prints the complete type
7095 description instead of just the name.
7096
8b9a88ea
WZ
70972006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
7098
7099 * gdbint.texinfo (Watchpoints): Delete
7100 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
7101
7e8dc855
NR
71022006-02-10 Nick Roberts <nickrob@snap.net.nz>
7103
7104 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
7105 times fields where needed. Fix typos. Update general form given
7106 for output of -break-insert.
7107 (GDB/MI): Abbreviate some unnecessarily long fullnames.
7108
c91d38aa
DJ
71092006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
7110
7111 * gdbint.texinfo (Symbol Handling): Add a section
7112 on memory management.
7113
38fcd64c
DJ
71142006-02-06 Vladimir Prus <ghost@cs.msu.su>
7115
7116 * gdb.texinfo (Breakpoint table commands): Document the fullname
7117 field in -break-list output.
7118
219eec71
EZ
71192006-02-03 Eli Zaretskii <eliz@gnu.org>
7120
7121 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
7122 debugging information produced by the various "set debug..."
7123 options.
7124
ae5a43e0
DJ
71252006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7126
7127 * gdb.texinfo (Files): Remove obsolete bits from the description
7128 of "symbol-file".
7129
a9f158ec
JB
71302006-01-25 Jim Blandy <jimb@redhat.com>
7131
7132 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
7133
410dd08e
JB
71342006-01-24 Jim Blandy <jimb@redhat.com>
7135
7136 * gdbint.texinfo (Frames): Document the basics of GDB's register
7137 unwinding model, and explain the existence of the "sentinel" frame.
7138
4b505b12
AS
71392006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
7140
7141 * gdb.texinfo (Choosing files): Mention that -directory is used
7142 for script files.
7143 (Specifying source directories): Likewise.
7144 (Command files): Explain how script files are found.
7145
839c27b7
EZ
71462006-01-21 Eli Zaretskii <eliz@gnu.org>
7147
7148 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
7149 the threads in a multi-threaded program.
7150 (Threads): The threadno argument of "thread apply" can be a range
7151 of numbers.
7152
7be93b9e
JB
71532006-01-18 Jim Blandy <jimb@redhat.com>
7154
7155 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
7156 of warning flags.
7157
fcc73fe3
EZ
71582006-01-13 Eli Zaretskii <eliz@gnu.org>
7159
7160 * gdb.texinfo (Sequences): Improve menu annotations.
7161 (Define): Add index entries for arguments of user-defined
7162 commands. Move the description of flow-control commands...
7163 (Command Files): ...to here. Document loop_break and
7164 loop_continue.
ca91424e
EZ
7165 (Define, Command Files): Document `end' and add index entries for
7166 it.
fcc73fe3 7167
5c95884b
MS
71682006-01-04 Michael Snyder <msnyder@redhat.com>
7169
7170 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 7171 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 7172
860701dc
PH
71732006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
7174
7175 * gdb.texinfo (Omissions from Ada): Document that there is now
7176 limited aggregate support.
7177
36b80e65
EZ
71782005-12-28 Eli Zaretskii <eliz@gnu.org>
7179
7180 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
7181 registers and the likes.
7182
c1468174
EZ
71832005-12-24 Eli Zaretskii <eliz@gnu.org>
7184
7185 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
7186 (Symbols): Fix usage of "e.g.".
359df76b 7187 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
7188
7189 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
7190 (Coding): Fix usage of "e.g.".
7191
c02a867d
EZ
71922005-12-23 Eli Zaretskii <eliz@gnu.org>
7193
5ae4183a
AS
7194 * stabs.texinfo:
7195 * refcard.tex:
c02a867d 7196 * gpl.texi:
5ae4183a
AS
7197 * gdbint.texinfo:
7198 * gdb.texinfo:
7199 * gdb-cfg.texi:
c02a867d 7200 * fdl.texi:
5ae4183a
AS
7201 * annotate.texinfo:
7202 * all-cfg.texi:
c02a867d
EZ
7203 * Makefile.in: Add (C) after Copyright. Update the FSF
7204 address.
7205
fad38dfa
EZ
72062005-12-03 Eli Zaretskii <eliz@gnu.org>
7207
7208 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
7209 extend GDB with commands for external monitor.
7210
53e5f3cf
AS
72112005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
7212
7213 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
7214
55f6ca0f
JB
72152005-11-25 Joel Brobecker <brobecker@adacore.com>
7216
7217 * gdbint.texinfo (Start of New Year Procedure): New chapter.
7218
c1947b85
JB
72192005-11-21 Jim Blandy <jimb@redhat.com>
7220
7221 * gdb.texinfo (Tracepoint Packets): Document restrictions on
7222 placement of 'R' actions in tracepoint action packets; document
7223 dependence of 'X' and 'M' actions on a preceding 'R' action for
7224 their registers.
7225
9d29849a
JB
72262005-11-19 Jim Blandy <jimb@redhat.com>
7227
7228 * gdb.texinfo (Tracepoint Packets): New node.
7229 (General Query Packets): Add entries for the tracepoint packets,
7230 referring to the "Tracepoint Packets" node.
7231 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 7232
9a6253be
KB
72332005-11-18 Kevin Buettner <kevinb@redhat.com>
7234
7235 * gdb.texinfo (set remotebreak): Add anchor.
7236 (X packet): Likewise.
7237 (Remote Protocol): Add new section `Interrupts' and new index
7238 entry `interrupts (remote protocol)'.
7239
5f3bebba
JB
72402005-11-18 Jim Blandy <jimb@redhat.com>
7241
7242 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
7243 entries into the General Query Packets section. Add a
7244 cross-reference to that section. Drop description of replies, as
7245 these are covered in the descriptions of each packet.
7246 (General Query Packets): Add introductory text. Explain naming
7247 conventions, and how the end of a name is recognized.
7248
9a7a1b36
KB
72492005-11-17 Kevin Buettner <kevinb@redhat.com>
7250
0564b6cf 7251 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
7252 "set remotebreak" command.
7253
b8ff78ce
JB
72542005-11-16 Jim Blandy <jimb@redhat.com>
7255
7256 * gdb.texinfo (Packets, Stop Reply Packets)
7257 (General Query Packets): Various formatting cleanups.
7258 - Use @samp for packet contents.
7259 - Drop summaries from packet @item lines; the same information appears
7260 immediately below in the description.
7261 - Delete paragraph breaks after packet @item commands, so that the
7262 description appears directly to the right of the packet prototype
7263 in the printed manual, if it fits.
7264 - Place spaces in packet prototypes between @vars and non-@var
7265 letters, and explain that they're just for formatting.
7266 - Use @dots{} instead of '...'.
7267 - Fix uses of @code where @var was needed.
7268 - Replace "deprecated" markers with English text spelling out the
7269 packet's status and the preferred alternatives.
7270 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
7271 what this ever meant.
7272 - Remove "(draft)" markers on 'i' packets; nobody has commented on
7273 this for a long time.
7274 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
7275 implemented several times, and have been in use for years.
7276
8ffe2530
JB
72772005-11-15 Jim Blandy <jimb@redhat.com>
7278
c43c5473
JB
7279 * gdb.texinfo (Packets): Add index entries for 'm' packet
7280 disclaimers.
5ae4183a 7281
fb031cdf
JB
7282 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
7283 of stub when processing an 'm' packet.
7284
8ffe2530
JB
7285 * gdb.texinfo (Packets): Mention that packets beginning with
7286 letters are reserved once, at the top, instead of actually listing
7287 them all and saying "reserved".
7288
c03c782f
AS
72892005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
7290
7291 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
7292 Change @var{$arg0 to @code{$arg0.
7293
814e32d7
WZ
72942005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
7295
7296 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
7297
fa93a9d8
JB
72982005-11-12 Jim Blandy <jimb@redhat.com>
7299
7300 * gdb.texinfo (General Query Packets): Put packets in alphabetical
7301 order. Remove extraneous 'z'.
7302
8a5a3c82
AS
73032005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
7304
7305 * gdb.texinfo (Choosing files): Add --eval-command.
7306
4b0ad762
AS
73072005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
7308
7309 * gdb.texinfo (Choosing modes): Add --return-child-result.
7310
7311
1a088d06
AS
73122005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
7313
7314 * gdb.texinfo (Choosing modes): Add --batch-silent.
7315
656d5e12
EZ
73162005-10-28 Eli Zaretskii <eliz@gnu.org>
7317
7318 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
7319 "The -var-update Command".
7320
3c9c013a
JB
73212005-10-03 Joel Brobecker <brobecker@adacore.com>
7322
7323 * gdb.texinfo (Print Settings): Add documentation for set/show
7324 print array-indexes.
7325
7ba3cf9c
DJ
73262005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
7327
7328 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
7329 6.2 and 6.3.
7330
a94ab193
EZ
73312005-08-27 Eli Zaretskii <eliz@gnu.org>
7332
7333 * gdb.texinfo (File Options): Don't document --mapped, it's gone
7334 since 19-Jan-2004.
7335 (Files): Likewise.
ab1adacd
EZ
7336 (Variables, Symbols): Document the "<incomplete type>" message and
7337 its reasons.
a94ab193 7338
ca06016a
FF
73392005-08-01 Fred Fish <fnf@specifix.com>
7340
7341 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
7342
cf58170d
NR
73432005-07-15 Nick Roberts <nickrob@snap.net.nz>
7344
7345 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
7346 option for -var-list-children and -var-update.
7347 (GDB/MI Stack Manipulation): Simplify description of
7348 print-values option for -stack-list-locals.
7349 (GDB/MI Command Description Format): Clarify.
7350 (Mode Options): Spelling of superseded.
7351
38f1196a
BR
73522005-07-12 Bob Rossi <bob@brasko.net>
7353
7354 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
7355 corresponding GDB command comment.
7356
3cb3b8df
BR
73572005-07-06 Bob Rossi <bob@brasko.net>
7358
7359 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
7360 and -inferior-tty-show.
7361 (Input/Output): Document "set/show inferior-tty" and tty alias.
7362
10fac096
NW
73632005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
7364
7365 * gdb.texinfo (Packets): Change description of 'D' packet to note
7366 that GDB does wait for a response.
7367
d1b6db76
NR
73682005-06-22 Nick Roberts <nickrob@snap.net.nz>
7369
7370 * gdb.texinfo (History) Rename "Command History".
7371 (Command History): Move node "Server Prefix" from section on
7372 Annotations here.
7373
29629dcf
NR
73742005-06-19 Nick Roberts <nickrob@snap.net.nz>
7375
7376 * gdb.texinfo (GDB/MI Stack Manipulation):
7377 Re-instate -stack-info-frame with example. Say that it gets
7378 info on selected frame, not current frame.
7379
397ca115
EZ
73802005-06-18 Eli Zaretskii <eliz@gnu.org>
7381
7382 * gdb.texinfo (Server): Clarify that `file' should be used before
7383 connecting to the server.
7384 (Files): Add an xref to the above description.
51274035
EZ
7385 (Output Formats): More detailed description of the `c' format.
7386 (Memory): List explicitly all the formats supported by `x'.
638ac427 7387 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 7388 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
7389 files. Add more indexing for solib-absolute-prefix and
7390 --with-sysroot.
76d17f34
EZ
7391 (Machine Code): Document possible problems with locations in
7392 shared libraries.
d416eeec
EZ
7393 (Backtrace): Document that free-standing environments do not need
7394 to have a `main' function.
397ca115 7395
74f6deaa
NR
73962005-06-18 Nick Roberts <nickrob@snap.net.nz>
7397
7398 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
7399 -stack-info-frame.
7400
a9967aef
AC
74012005-06-07 Andrew Cagney <cagney@gnu.org>
7402
7403 * gdb.texinfo (Contributors): Note the original multi-arch
7404 contributors.
7405
e09f16f9
EZ
74062005-06-03 Eli Zaretskii <eliz@gnu.org>
7407
7408 * gdb.texinfo (Registers): Add index entries for the standard
7409 registers.
7410 (Frames): Add cross-reference from frame pointer description to
7411 the Registers node.
7412 (Annotations Overview): Fix the reference to GDB name.
7413
d87ba7ee
EZ
74142005-06-01 Eli Zaretskii <eliz@gnu.org>
7415
7416 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
7417 can-use-hw-watchpoints.
7418
034dad6f
BR
74192005-05-28 Bob Rossi <bob@brasko.net>
7420
7421 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
7422 the possible reasons why an exec async record would be returned to FE.
7423
ffed4509
AC
74242005-05-26 Andrew Cagney <cagney@gnu.org>
7425
7426 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
7427 Andrew Cagney implemented the original GDB/MI.
7428
e22e55c9
OF
74292005-05-23 Orjan Friberg <orjanf@axis.com>
7430
7431 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
7432 documentation. Add documentation for cris-mode.
7433
a78e13ce
EZ
74342005-05-20 Eli Zaretskii <eliz@gnu.org>
7435
7436 * gdb.texinfo (Numbers): Explain the example and make the wording
7437 more acurate.
7438
76ff342d
DJ
74392005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
7440 Dennis Brueni <dennis@slickedit.com>
7441
7442 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
7443 (GDB/MI Data Manipulation, GDB/MI Program Control)
7444 (GDB/MI Stack Manipulation): Update examples to include the fullname
7445 attribute in stack frames.
7446
119b882a
EZ
74472005-05-12 Eli Zaretskii <eliz@gnu.org>
7448
7449 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
7450 do with other non-standard names of init files.
7451
6fc08d32
EZ
74522005-05-11 Eli Zaretskii <eliz@gnu.org>
7453
7454 * gdb.texinfo (Command Files): Move the description of the startup
7455 from here...
7456 (Startup): ...to this new subsection of the Invocation chapter.
7457 Rearrange the description of init files more logically and add a
7458 cross-reference to "Command Files". Document the special gdbinit
7459 name for CISCO 68k. Expand the description of what GDB does
7460 during startup.
7461 (History): Add index entry for HISTSIZE.
7462
a561754a
MK
74632005-05-02 Mark Kettenis <kettenis@gnu.org>
7464
7465 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
7466
2eecc4ab
EZ
74672005-05-02 Eli Zaretskii <eliz@gnu.org>
7468
7469 * gdb.texinfo (SVR4 Process Information, The isatty call)
7470 (The system call): Don't use foo(N) notation for man pages and
7471 functions.
514c4d71 7472 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 7473
18999be5
EZ
74742005-04-27 Eli Zaretskii <eliz@gnu.org>
7475
7476 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
7477 were optimized away.
7478
0abb7bc7
EZ
74792005-04-22 Eli Zaretskii <eliz@gnu.org>
7480
7481 * gdb.texinfo (Remote configuration): Document "set/show
7482 get-thread-local-storage-address". Add cross-reference to the
7483 description of the qGetTLSAddr packet.
7484 (General Query Packets): Mention "set remote
7485 get-thread-local-storage-address" and add a reference to its
7486 description.
7487
6f61acb1
NR
74882005-04-19 Nick Roberts <nickrob@snap.net.nz>
7489
7490 * gdb.texinfo (Backtrace): Describe 'bt full'.
7491
9d59903a
NR
74922005-04-17 Nick Roberts <nickrob@snap.net.nz>
7493
7494 * gdb.texinfo (Mode Options): Fix typo.
7495 (GDB/MI): Describe how to invoke GDB/MI.
7496
721c2651
EZ
74972005-04-16 Eli Zaretskii <eliz@gnu.org>
7498
7499 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 7500 references changed. Add description of "info udot".
721c2651
EZ
7501 (Files): Document "set/show stop-on-solib-events".
7502 (M32R/D): Document "set/show download-path", "set/show
7503 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
7504 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
7505 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
7506 (Maintenance Commands): Improve indexing.
7507 (Target Commands): Document "set/show hash", "set/show debug
7508 monitor".
7509 (SVR4 Process Information): Document "info pidlist" and "info
7510 meminfo". Document "set/show procfs-tarce" and "set/show
7511 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
7512 (Symbols, The Print Command with Objective-C): Improve indexing.
7513 (Objective-C): Add references to "info classes" and "info
7514 selectors".
c45da7e6
EZ
7515 (Debugging Output): Improve wording. Document "set/show debug
7516 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
7517 (Set Breaks): Add index entry for "hardware breakpoints".
7518 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
7519 and "set/show usehardbreakpoints".
7520 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
7521 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
7522 (ARM): Document "rdilogfile", "rdilogenable", "set/show
7523 rdiromatzero", "set/show rdiheartbeat".
7524 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
7525 "sds".
7526 (Embedded Processors): Document the "sim" command.
7527 (Remote): Document the "remote" command.
7528 (DJGPP Native): Document the "info serial" command.
7529 (Threads): Document "maint info sol-threads".
7530 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
7531 (Set Breaks): Improve indexing.
7532 (Command Syntax): Add a reference to dont-repeat.
7533 (Define): Document "dont-repeat".
7534 (TUI Commands): Document "tabset".
7535 (WinCE): New subsection. Document "set/show remotedirectory",
7536 "set/show remoteupload", "set/show remoteaddhost".
721c2651 7537
14d6dd68
EZ
75382005-04-15 Eli Zaretskii <eliz@gnu.org>
7539
7540 * gdb.texinfo (Hurd Native): New subsection, documents
7541 Hurd-specific commands.
a64548ea 7542 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 7543 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
7544 (MIPS): Improve documentation of heuristic-fence-post. Document
7545 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
7546 mips stack-arg-size", "set/show mips mask-address", "set/show mips
7547 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 7548 (ARM): Document ARM-specific commands.
a64548ea
EZ
7549 (AVR): New section. Document "info io_registers".
7550 (CRIS): New section. Document "set/show cris-version" and
7551 "set/show cris-dwarf2-cfi".
7552 (HPPA): New section. Document "set/show debug hppa" and "maint
7553 print unwind".
a5adf40f 7554 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 7555 (Super-H): New section. Document the "regs" command.
721c2651 7556 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 7557
9c16f35a
EZ
75582005-04-09 Eli Zaretskii <eliz@gnu.org>
7559
7560 * gdb.texinfo (Print Settings): Document "set/show print
7561 pascal_static-members", "set print repeats", "show print
7562 null-stop". Improve indexing. Fix documentation of "set print
7563 union".
7564 (Pascal): New section.
7565 (Supported languages): Rename from "Support"; all references
7566 updated. Add a menu item for Pascal.
7567 (Numbers): Document "set radix.
7568 (Screen Size): Document "set/show pagination".
7569 (MIPS Embedded): Remove "set processor" documentation.
7570 (Remote configuration): Document "set/show X/P/Z-packet",
7571 "set/show read-aux-vector-packet", "set/show remote
7572 symbol-lookup-packet", "set/show remote verbose-resume-packet",
7573 "set/show remoteaddresssize", "set/show remotebaud", "set/show
7574 remotedebug", "set/show remotebreak", "set/show remotedevice",
7575 "set/show remotelogfile".
7576 (Auxiliary Vector): Add reference to the description of the
7577 read-aux-vector-packet setting.
7578 (Set Watchpoints): Add a cross-reference to "set remote
7579 hardware-breakpoint-limit".
7580 (General Query Packets): Add indexing of requests and
7581 cross-references to related commands in "Remote configuration".
7582 (File-I/O Overview, The system call): Fix wording and typos.
7583 (Thread Stops): Add index entries.
7584 (Continuing and Stepping): Document "show step-mode".
7585 (i386): New node. Document "set/show struct-convention".
7586 (Files): Document "show trust-readonly-sections".
7587 (Calling): Document "set/show unwindonsignal".
7588 (Messages/Warnings): Add index entries.
7589 (Maintenance Commands): Document "set/show watchdog".
7590 (Annotations Overview): Document "show annotate".
7591 (Set Watchpoints): Add index entries.
7592 (Symbols): Fix doc of case-sensitive.
7593 (ABI): Document "show coerce-float-to-double".
7594 (Convenience Vars, Help): Improve indexing.
7595 (Machine Code): Document "show disassembly-flavor".
7596 (Debugging C plus plus): Document "show overload-resolution".
7597 (Value History, Signaling): Add index entries.
7598
75992005-04-08 Eli Zaretskii <eliz@gnu.org>
7600
7601 * gdb.texinfo (Show): Move @kindex entries to their proper places.
7602 (Processes): Fix wording.
7603 (History, List, Logging output, Define, Symbols, Print Settings):
7604 Improve indexing.
7605
a8f24a35
EZ
76062005-04-03 Eli Zaretskii <eliz@gnu.org>
7607
7608 * gdb.texinfo (Targets): Document "set/show architecture". Remove
7609 redundant index entry for "target" command.
7610 (Backtrace): Add index entries.
7611 (Symbols, Fortran): Document the "set case-sensitive" command.
7612 (DJGPP Native): Document "set com1base", "set com1irq", etc.
7613 (Print Settings): Add index entry for "set demangle-style".
7614 (Target Commands): Document "set download-write-size".
7615 (Debugging Output): Document "set exec-done-display".
7616
09d4efe1
EZ
76172005-04-02 Eli Zaretskii <eliz@gnu.org>
7618
7619 * gdb.texinfo (Files): Fix the name and documentation of
7620 add-shared-symbol-files. Document its alias assf. Update the
7621 list of OSs where GDB supports shared libraries. Fix markup.
7622 (Continuing and Stepping): Add reference to @var{location} in the
7623 text.
7624 (Dump/Restore Files): Fix reference to @{filename}.
7625 (Help): Fix wording.
7626 (Attach): Ditto.
7627 (Set Watchpoints): Ditto.
7628 (Backtrace): Remove redundant index entries. Improve index
7629 entries.
7630 (Delete Breaks): Fix wording.
7631 (Memory): Document the compare-sections command.
7632 (Memory Region Attributes): Improve wording.
7633 (Disabling): Improve wording.
7634 (Fortran): New subsection. Document the "info common" command.
7635 (Help): Document aliases "info copying" and "info warranty".
7636 (Caching Remote Data): New section. Document the "set/show
7637 remotecache" and "info dcache" commands.
7638 (Show): Fix wording of the documentation of the "set
7639 extension-language" command.
7640 (Signals): Add index entry for "info handle".
7641 (Memory Region Attributes): Fix punctuation.
7642 (Symbols): Change the arg name to "location" and refer to it in
7643 the text. Fix wording of "info types" doc.
7644 (Threads): Fix usage of @enumerate @item's.
7645 (Listing Tracepoints): Add index entry for "info tp".
7646 (Set Watchpoints): Add xref to "info break" description.
7647 (Macros): Add an index entry for "macro exp1". Document the
7648 "macro list" command.
7649 (Maintenance Commands): Document "flushregs", "maint agent",
7650 "maint check-symtabs", "maint cplus", "maint demangle", "maint
7651 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
7652 "maint print architecture", "maint print objfiles", "maint print
7653 statistics", "maint print type", "maint show-debug-regs", "maint
7654 space", "maint time", and "maint translate-address".
7655 (Connecting): Document the "monitor" command.
7656 (Annotations Overview): Describe the "set annotate" command.
7657
82f2d802
EZ
76582005-04-01 Eli Zaretskii <eliz@gnu.org>
7659
7660 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
7661 Rearrange index entries and improve wording about support for
7662 hardware watchpoints.
7663
7d51c7de
BR
76642005-03-10 Bob Rossi <bob@brasko.net>
7665
7666 * gdb.texinfo: Update copyright
7667
68c71a2e
TR
76682005-02-09 Theodore A. Roth <troth@openavr.org>
7669
7670 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
7671 error.
7672
83761cbd
KB
76732005-02-03 Kevin Buettner <kevinb@redhat.com>
7674
7675 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
7676
9f1c6395
MS
76772005-01-17 Michael Snyder <msnyder@redhat.com>
7678
7679 * gdb.texinfo: Fix spelling, infinte -> infinite.
7680
fbd1b305
MK
76812005-01-08 Mark Kettenis <kettenis@gnu.org>
7682
7683 * observer.texi (GDB Observers): Document "solib_loaded".
7684
3ace7edb
AC
76852005-01-07 Andrew Cagney <cagney@gnu.org>
7686
bec39cab
AC
7687 * configure.ac: Rename configure.in, require autoconf 2.59.
7688 * configure: Re-generate.
7689
3ace7edb
AC
7690 * configure.in: Replace configdirs with multiple references to
7691 AC_CONFIG_SUBDIRS.
7692 * configure: Re-generate.
5ae4183a 7693
53531fc1
AC
76942005-01-04 Andrew Cagney <cagney@gnu.org>
7695
7696 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
7697 part of the version number.
7698
536ffdb7
MK
76992004-12-24 Mark Kettenis <kettenis@gnu.org>
7700
7701 * gdbint.texinfo (Algorithms): Remove description of
7702 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
7703
e1aac25b
JB
77042004-12-07 Jim Blandy <jimb@redhat.com>
7705
7706 * gdb.texinfo (General Query Packets): Specify that thread ID's in
7707 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
7708 numbers.
7709
f47b1503
AS
77102004-12-07 Andreas Schwab <schwab@suse.de>
7711
7712 * gdb.texinfo (Mode Options): Document -l option.
7713
b6b8ece6
EZ
77142004-12-04 Eli Zaretskii <eliz@gnu.org>
7715
7716 * gdbint.texinfo (Algorithms): More accurate description of
7717 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
7718 is not needed unless data-read and data-access watchpoints are
7719 supported. Add a description of how GDB checks whether the
7720 inferior stopped because a watchpoint was hit.
7721
01371747
EZ
77222004-11-23 Eli Zaretskii <eliz@gnu.org>
7723
7724 * gdb.texinfo (Files): Add cross-reference to description of
7725 -readnow command-line switch.
7726
2315ffec
RC
77272004-11-10 Randolph Chung <tausq@debian.org>
7728
7729 * gdb.texinfo: Document set/show backtrace past-entry commands.
7730 Rearrange index entries for set/show backtrace past-main.
7731
69065f5d
AC
77322004-11-10 Jon Beniston <jon@beniston.com>
7733
7734 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
7735 * gdb.texinfo (Remote Serial Protocol): Further describe
7736 binary transfer escaping mechanism .
69065f5d 7737
30e91e0b
RC
77382004-11-08 Randolph Chung <tausq@debian.org>
7739
7740 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
7741 and "show debug infrun". Add index entries.
7742
60bf7e09
EZ
77432004-10-23 Eli Zaretskii <eliz@gnu.org>
7744
7745 * gdb.texinfo (SVR4 Process Information): Document subcommands of
7746 "info proc" that are already implemented. Add index entries.
7747 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
7748 (Files): Add a tip for decreasing memory used for symtabs from
7749 shared libraries.
f018e82f
EZ
7750 (Starting): Fix whitespace; make "elaboration" stand out where it
7751 is first used, and add an index entry for the term.
f8568604
EZ
7752 (Calling): Expand and elaborate text. Add "print". Add the
7753 description of problems with weak aliases.
384ee23f 7754 (Core File Generation): New section.
60bf7e09 7755
d52fe014
AC
77562004-10-12 Andrew Cagney <cagney@gnu.org>
7757
7758 * gdbint.texinfo (Versions and Branches): New chapter.
7759 (Releasing GDB): Delete "Versions and Branches" section.
7760 (Top): Add "Versions and Branches".
7761
703663ab
EZ
77622004-10-08 Eli Zaretskii <eliz@gnu.org>
7763
7764 * gdb.texinfo (Editing, History): Add cross-references to the
7765 included Readline and History user documentation. Remove
7766 references to the symbol have-readline-appendices which is unused
7767 and undefined.
7768 (History): Fix indexing.
7769
ac77d04f
JJ
77702004-10-08 Jeff Johnston <jjohnstn@redhat.com>
7771
7772 * gdbint.texinfo (target_stopped_data_address): Update to
7773 new prototype.
7774 (i386_stopped_data_address): Update prototype and description.
7775 (i386_stopped_by_watchpoint): New function and description.
7776
e07c999f
PH
77772004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
7778
7779 * gdb.texinfo (Filenames): Add Ada suffixes.
7780 (Ada) New section.
7781
2e868123
AC
77822004-09-27 Andrew Cagney <cagney@gnu.org>
7783 Robert Picco <Robert.Picco@hp.com>
7784
7785 * gdb.texinfo (Packets): Document the "p" packet.
7786
02a57714
JM
77872004-09-21 Jason Molenda (jmolenda@apple.com)
7788
7789 * gdb.texinfo (Paths and Names of the Source Files): Document the
7790 meaning of values in the 'desc' field of a SO stab.
7791
ae038cb0
DJ
77922004-09-20 Daniel Jacobowitz <dan@debian.org>
7793
7794 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
7795 max-cache-age" and "maint show dwarf2 max-cache-age".
7796
f7dc1244
EZ
77972004-09-16 Eli Zaretskii <eliz@gnu.org>
7798
7799 * gdb.texinfo (Set Breaks): Add index entry for setting
7800 breakpoints on overloaded C++ functions that are not members of
7801 any classes. Add an example and an index entry for setting
7802 breakpoints on all program functions.
7803 (Character Sets, Macros, Overlay Commands)
7804 (Non-debug DLL symbols, GDB/MI Output Syntax)
7805 (Annotations Overview, Maintenance Commands, File-I/O Overview):
7806 Use "(@value{GDBP})" instead of a literal "(gdb)".
7807
f810308b
AC
78082004-09-12 Andrew Cagney <cagney@gnu.org>
7809
7810 * gdbint.texinfo (Native Debugging): Delete description of
7811 FILES_INFO_HOOK.
7812
15a661f3
PH
78132004-09-11 Paul Hilfinger <hilfinger@gnat.com>
7814
5ae4183a
AS
7815 * gdbint.texinfo (User Interface): Change local_hex_string_custom
7816 to hex_string_custom (not historically correct, but more
15a661f3
PH
7817 understandable, given the current code).
7818
f3219c75
AC
78192004-09-03 Andrew Cagney <cagney@gnu.org>
7820
7821 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
7822
f3bb6704
JJ
78232004-09-01 Jeff Johnston <jjohnstn@redhat.com>
7824
7825 * observer.texi (solib_unloaded): New observer.
7826
8d2c00cb
AC
78272004-08-24 Andrew Cagney <cagney@gnu.org>
7828
7829 * gdbint.texinfo (Target Architecture Definition): Add missing
7830 comma.
7831
e7dc800a
MC
78322004-08-20 Michael Chastain <mec.gnu@mindspring.com>
7833
7834 * (Using the Testsuite): build != host is supported,
7835 but some test scripts do not support build != host.
7836
73b03683
MK
78372004-08-14 Mark Kettenis <kettenis@gnu.org>
7838
7839 * gdbint.texinfo (Host Definition): Delete description of
7840 FCLOSE_PROVIDED and GETENV_PROVIDED.
7841
c0ccb908
MK
78422004-08-05 Mark Kettenis <kettenis@chello.nl>
7843
7844 * gdbint.texinfo (Host Definition): Delete description of
7845 NO_SYS_FILE.
7846 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
7847 PTRACE_FP_BUG.
7848
9c8dbfa9
AC
78492004-08-05 Andrew Cagney <cagney@gnu.org>
7850
7851 * gdbint.texinfo (Target Architecture Definition): Delete
7852 reference to deprecated_read_fp.
7853
f42accbe
AC
78542004-08-02 Andrew Cagney <cagney@gnu.org>
7855
7856 * gdbint.texinfo (Target Architecture Definition): Delete
7857 description of DEPRECATED_REGISTER_BYTES.
7858
0b66e38c
EZ
78592004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
7860
7861 * gdb.texinfo (Source Path): Document the new behavior of
7862 searching for the source files.
7863
15387254
EZ
78642004-07-17 Eli Zaretskii <eliz@gnu.org>
7865
7866 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
7867 (Search, Expressions, Arrays, Variables, Data, Machine Code)
7868 (Auto Display): Improve indexing.
7869
2c07db7a
AC
78702004-07-16 Andrew Cagney <cagney@gnu.org>
7871
7872 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
7873 "-noasync".
7874
4644b6e3
EZ
78752004-07-09 Eli Zaretskii <eliz@gnu.org>
7876
7877 * gdb.texinfo: Fix @kindex entries so that multiple commands that
7878 have the same prefix have only their prefix in the index.
7879
7561d450
MK
78802004-07-03 Mark Kettenis <kettenis@gnu.org>
7881
7882 * gdb.texinfo (BSD libkvm Interface): New node (section)
7883 (Native): Add it to the menu.
7884
67bebe79
MK
78852004-07-01 Mark Kettenis <kettenis@gnu.org>
7886
7887 * gdbint.texinfo (Target Architecture Definition): Remove
7888 PCC_SOL_BROKEN.
7889
1a6923e0
MK
78902004-06-24 Mark Kettenis <kettenis@gnu.org>
7891
7892 * gdbint.texinfo (Target Architecture Definition): Remove
7893 SUN_FIXED_LBRAC_BUG.
7894
b435e160
AC
78952004-06-26 Andrew Cagney <cagney@gnu.org>
7896
7897 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
7898
b5622e8d
AC
78992004-06-20 Andrew Cagney <cagney@gnu.org>
7900
7901 * gdbint.texinfo (Target Architecture Definition): Deprecate
7902 USE_STRUCT_CONVENTION.
7903
e0c07bf0
MC
79042004-06-19 Michael Chastain <mec.gnu@mindspring.com>
7905
7906 gdb.texinfo (Bug Reporting): Mention session recording,
7907 with the script command or Emacs.
7908
782263ab
AC
79092004-06-18 Andrew Cagney <cagney@gnu.org>
7910
7911 * gdbint.texinfo (Target Architecture Definition): Deprecate
7912 FUNCTION_START_OFFSET.
7913
03727ca6
AC
79142004-06-14 Andrew Cagney <cagney@gnu.org>
7915
7916 Based on changes from Karl Berry.
7917 * gdb.texinfo: Do not use @sc in a direntry.
7918 * stabs.texinfo: Change @dircateogry to "Software development".
7919 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
7920
97092415
AC
79212004-06-13 Andrew Cagney <cagney@gnu.org>
7922
7923 * gdbint.texinfo (Target Architecture Definition): Delete
7924 description of RETURN_VALUE_ON_STACK.
7925
1f6d4158
AC
79262004-06-09 Andrew Cagney <cagney@gnu.org>
7927
7928 * gdbint.texinfo (Native Debugging): Restore "@table @code"
7929 deleted by previous patch.
7930
d966f0cb
AC
79312004-06-08 Andrew Cagney <cagney@gnu.org>
7932
7933 * gdbint.texinfo (Native Debugging): Delete documentation on
7934 ATTACH_DETACH.
7935
86fe4aaa
RC
79362004-06-06 Randolph Chung <tausq@debian.org>
7937
7938 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
7939
d4b6d575
RC
79402004-06-06 Randolph Chung <tausq@debian.org>
7941
5ae4183a 7942 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
7943 the new push_dummy_call method signature. Describe the function
7944 argument.
7945
4e8b0763
JB
79462004-05-24 Joel Brobecker <brobecker@gnat.com>
7947
7948 * gdb.texinfo (Starting): Document new start command.
7949
59caf092
AC
79502004-05-21 Andrew Cagney <cagney@redhat.com>
7951
7952 * observer.texi (GDB Observers): Document "inferior_created".
7953
e4a2df64
AC
79542004-05-08 Andrew Cagney <cagney@redhat.com>
7955
e6b55ae2
AC
7956 * gdbint.texinfo (Target Architecture Definition): Delete
7957 description of DO_DEFERRED_STORES.
7958
28954179
AC
7959 * gdbint.texinfo (Target Architecture Definition): Delete
7960 references to DEPRECATED_FIX_CALL_DUMMY.
7961
434b87dd
AC
7962 * gdbint.texinfo (Target Architecture Definition): Delete
7963 description of DEPRECATED_CALL_DUMMY_WORDS,
7964 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
7965
58d28df8
AC
7966 * gdbint.texinfo (Target Architecture Definition): Delete
7967 description of DEPRECATED_PUSH_DUMMY_FRAME.
7968
e4a2df64
AC
7969 * gdbint.texinfo (Target Architecture Definition): Delete
7970 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
7971
2b4855ab
AC
79722004-05-07 Andrew Cagney <cagney@redhat.com>
7973
7974 * observer.texi (GDB Observers): Add "Debugging" section. Include
7975 cross reference to "set/show debug observer".
7976 * gdb.texinfo (Debugging Output): Document "set/show debug
7977 observer".
7978
fcf70625
AC
79792004-05-01 Andrew Cagney <cagney@redhat.com>
7980
7981 * gdbint.texinfo (Target Architecture Definition): Delete
7982 description of DEPRECATED_PC_IN_SIGTRAMP.
7983
8ee56bcf
AC
79842004-04-30 Andrew Cagney <cagney@redhat.com>
7985
7986 * gdbint.texinfo (Target Architecture Definition): Delete
7987 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
7988
67ab9a76
OF
79892004-04-30 Orjan Friberg <orjanf@axis.com>
7990
7991 * observer.texi (GDB Observers): Correct spelling.
7992
79346bcb
OF
79932004-04-26 Orjan Friberg <orjanf@axis.com>
7994
7995 * observer.texi (GDB Observers): Add target_changed event.
7996
7a464420
AC
79972004-04-08 Andrew Cagney <cagney@redhat.com>
7998
7999 * observer.texi (GDB Observers): Rework, provide generic observer
8000 definitions and then a list of observable events.
8001
6cdf9d98
AC
80022004-04-04 Andrew Cagney <cagney@redhat.com>
8003
8004 * gdbint.texinfo (Host Definition): Delete reference to
8005 NO_SIGINTERRUPT.
8006
ddc135a4
AC
80072004-04-02 Andrew Cagney <cagney@redhat.com>
8008
8009 * gdbint.texinfo (Target Architecture Definition): Delete
8010 reference to DEPRECATED_CALL_DUMMY_LENGTH.
8011
6a1b180d
SC
80122004-03-28 Stephane Carrez <stcarrez@nerim.fr>
8013
8014 * gdb.texinfo (TUI Commands): Document tui reg commands.
8015
d0d5df6f
AC
80162004-03-26 Andrew Cagney <cagney@redhat.com>
8017
8018 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
8019 "gdbtui".
8020 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
8021 (Contributors): Mention both Text and Terminal User Interface.
8022
aa2a3f87
AC
80232004-03-23 Andrew Cagney <cagney@redhat.com>
8024
8025 * gdbint.texinfo (Target Architecture Definition): Deprecate
8026 references to SIGTRAMP_START and SIGTRAMP_END.
8027
f561f026
AC
80282004-03-23 Andrew Cagney <cagney@redhat.com>
8029
8030 * gdbint.texinfo (Target Architecture Definition): Deprecate
8031 references to PC_IN_SIGTRAMP.
8032
33cb8b0f
AC
80332004-03-19 Andrew Cagney <cagney@redhat.com>
8034
8035 * gdbint.texinfo (Target Architecture Definition): Delete
8036 reference to GDB_TARGET_IS_HPPA.
8037
fc989b7a
AC
80382004-03-18 Andrew Cagney <cagney@redhat.com>
8039
8040 * gdbint.texinfo (Coding): Update section on gdbarch_data,
8041 describe pre_init and post_init.
8042
701b08bb
DJ
80432004-03-09 Daniel Jacobowitz <drow@mvista.com>
8044
8045 * gdb.texinfo (Debugging Output): Document values for "set debug
8046 target".
8047
faae5abe
AC
80482004-02-28 Andrew Cagney <cagney@redhat.com>
8049
8050 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
8051
dd79a6cf
JJ
80522004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8053
8054 * gdb.texinfo (breakpoints): Add information about the
8055 new "set breakpoint pending" and "show breakpoint pending"
8056 commands.
8057
e7f16015
AC
80582004-02-26 Andrew Cagney <cagney@redhat.com>
8059
8060 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
8061 in Per-architecture module data section.
8062
7161a3a6
RM
80632004-02-25 Roland McGrath <roland@redhat.com>
8064
8065 * gdb.texinfo (General Query Packets): Document qPart:... packets.
8066
2154891a
AC
80672004-02-24 Andrew Cagney <cagney@redhat.com>
8068
8069 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
8070 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
8071 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 8072
6c74ac8b
AC
80732004-02-17 Andrew Cagney <cagney@redhat.com>
8074
8075 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
8076
19772a2c
AC
80772004-02-16 Andrew Cagney <cagney@redhat.com>
8078
8079 * gdbint.texinfo (Target Architecture Definition): Deprecate
8080 FRAMELESS_FUNCTION_INVOCATION.
8081
c9830293
AC
80822004-02-16 Andrew Cagney <cagney@redhat.com>
8083
8084 * gdbint.texinfo (Coding): Mention -Wunused-function.
8085
b9d26eb9
AC
80862004-02-14 Andrew Cagney <cagney@redhat.com>
8087
8088 * gdbint.texinfo (Target Architecture Definition): Delete
8089 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8090
49efadf5
EZ
80912004-02-12 Elena Zannoni <ezannoni@redhat.com>
8092
8093 * gdb.texinfo: Properly quote the name "C++".
8094 * gdbint.texinfo: Ditto.
8095 * stabs.texinfo: Ditto.
8096
1eb288ea
EZ
80972004-02-11 Elena Zannoni <ezannoni@redhat.com>
8098
8099 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
8100 minimal information about libiberty.
8101
e4937fc1
MC
81022004-02-06 Michael Chastain <mec.gnu@mindspring.com>
8103
8104 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
8105
a9331b3f
RM
81062004-02-04 Roland McGrath <roland@redhat.com>
8107
8108 * gdb.texinfo (Auxiliary Vector): New node (section).
8109 (Data): Add it to the menu.
8110
2650777c
JJ
81112004-02-02 Jeff Johnston <jjohnstn@redhat.com>
8112
8113 * gdb.texinfo (Breakpoints): Add information about pending
8114 breakpoint support.
8115
b4501125
AC
81162004-01-26 Andrew Cagney <cagney@redhat.com>
8117
8118 * gdb.texinfo (Overview): Delete references to the cisco protocol
8119 including the "N" response.
8120
74055713
AC
81212004-01-26 Andrew Cagney <cagney@redhat.com>
8122
8123 * gdbint.texinfo (Target Architecture Definition): Rename
8124 EXTRACT_STRUCT_VALUE_ADDRESS to
8125 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 8126
3bbe9696
EZ
81272004-01-24 Eli Zaretskii <eliz@gnu.org>
8128
8129 * gdb.texinfo (KOD): Document "show os". Add index entries for
8130 "set/show os" and "info cisco" commands.
8131
5843504f
EZ
81322004-01-21 Eli Zaretskii <eliz@gnu.org>
8133
8134 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
8135
9175c9a3
MC
81362004-01-19 Michael Chastain <mec.gnu@mindspring.com>
8137
8138 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
8139 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
8140
8e94b928
NR
81412004-01-19 Nick Roberts <nick@nick.uklinux.net>
8142
8143 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
8144 -stack-list-locals.
8145 (GDB/MI Variable Objects): Describe extension to
8146 -var-list-children.
8147
a20cf136
DJ
81482004-01-17 Daniel Jacobowitz <drow@mvista.com>
8149
8150 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
8151
afb18d0f
AC
81522004-01-17 Andrew Cagney <cagney@redhat.com>
8153
8154 * gdbint.texinfo (Target Architecture Definition): Delete
8155 documentation on DEPRECATED_NPC_REGNUM.
8156
b51970ac
DJ
81572004-01-13 Daniel Jacobowitz <drow@mvista.com>
8158
8159 * gdb.texinfo: Update copyright year. Mention that set
8160 follow-fork-mode is supported on GNU/Linux. Remove documentation of
8161 "set follow-fork-mode ask".
8162
0f0cffd2
AC
81632004-01-13 Andrew Cagney <cagney@redhat.com>
8164
8165 * gdbint.texinfo: Update copyright year.
8166 (Coding): Add -Wunused-label to list of -Werror warnings.
8167
c552b3bb 81682004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 8169 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
8170
8171 * gdb.texinfo: Update copyright.
8172 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
8173 around names, as appropriate. Minor syntax cleanup of
8174 _NSPrintForDebugger explanation. Two spaces after periods.
8175 GDBN used instead of lit. "gdb". Index entries added for
8176 print-object and _NSPrintForDebugger. @noindent added in one spot.
8177
afe157ca
EZ
81782003-11-11 Elena Zannoni <ezannoni@redhat.com>
8179
8180 * stabs.texinfo: Add dircategory and direntry commands.
8181 * annotate.texinfo: Ditto.
8182
963e2bb7
AC
81832003-11-10 Andrew Cagney <cagney@redhat.com>
8184
8185 * gdbint.texinfo (Target Architecture Definition): Replace the
8186 return_value method's "inval" and "outval" parameters with
8187 "readbuf" and "writebuf".
8188
1d8b2f28
JB
81892003-10-28 Jim Blandy <jimb@redhat.com>
8190
8191 * gdb.texinfo (The F request packet, The F reply packet): Renamed
8192 from "The `F' request packet" and "The `F' reply packet", to make
8193 texi2dvi happy.
8194 (File-I/O remote protocol extension): Update menu entries, too.
8195
36d86913
MC
81962003-10-26 Michael Chastain <mec@shout.net>
8197
8198 * gdb.texinfo (Thread Stops): Document the issue with
8199 premature return from system calls in multi-threaded programs.
8200
ce2826aa
AC
82012003-10-24 Andrew Cagney <cagney@redhat.com>
8202
8203 * annotate.texinfo: Fix "fortunatly"[sic].
8204
f24c5e49
KI
82052003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
8206
8207 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
8208 with "Hitachi" and "Mitsubishi".
8209
92ad9cd9
AC
82102003-10-20 Andrew Cagney <cagney@redhat.com>
8211
8212 * gdbint.texinfo (Target Architecture Definition): Document
8213 gdbarch_return_value. Add cross references from
8214 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
8215 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
8216
0ab4b752
MK
82172003-10-18 Mark Kettenis <kettenis@gnu.org>
8218
8219 * gdbint.texinfo (Target Architecture Definition): Document
8220 regset_from_core_section.
fb3e19c0
KI
8221
82222003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
8223
8224 * gdb.texinfo (M32R/D): Mention m32rsdi target.
8225
a9331b3f 82262003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
8227
8228 From Anthony Green <green@redhat.com>:
5ae4183a 8229 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 8230
1485d690
KB
82312003-10-14 Kevin Buettner <kevinb@redhat.com>
8232
889bf7c5
PA
8233 * gdb.texinfo (Breakpoint related warnings): New node.
8234 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 8235
86d30acc
DJ
82362003-10-13 Daniel Jacobowitz <drow@mvista.com>
8237
8238 * gdb.texinfo (Remote Protocol): Document v and vCont.
8239
172c2a43
KI
82402003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8241
8242 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
8243 * gdbint.texinfo: Ditto.
8244
71952f4c
AC
82452003-10-09 Andrew Cagney <cagney@redhat.com>
8246
8247 From 2003-09-18 David Anderson <davea@sgi.com>:
8248 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
8249 "command".
8250
268e2188
AC
82512003-10-03 Andrew Cagney <cagney@redhat.com>
8252
8253 * gdbint.texinfo (Target Architecture Definition): Deprecate
8254 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
8255 just target.
8256
12c266ea 82572003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 8258
f30992d4 8259 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
8260 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
8261 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
8262 * gdbint.texinfo (Target Architecture Definition): Rename
8263
82642003-09-30 Andrew Cagney <cagney@redhat.com>
8265
f30992d4 8266 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 8267 (Target Architecture Definition):
f30992d4 8268
2e092625
AC
8269 * gdbint.texinfo (Target Architecture Definition): Rename
8270 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
8271
0717ae8a
AC
82722003-09-29 Andrew Cagney <cagney@redhat.com>
8273
dad809b7
AC
8274 * gdbint.texinfo (Target Architecture Definition): Delete
8275 documentation for NEED_TEXT_START_END.
8276
0717ae8a
AC
8277 * gdbint.texinfo (Target Architecture Definition): Rename
8278 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
8279 TARGET_WRITE_PC.
a9331b3f 8280
af6cf26d
MC
82812003-09-22 Michael Chastain <mec@shout.net>
8282
8283 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
8284
ee206350
AG
82852003-09-21 Anthony Green <green@redhat.com>
8286
8287 * gdbint.texinfo (Target Architecture Definition): Fix typos.
8288
a38c9fe6
MK
82892003-09-21 Mark Kettenis <kettenis@gnu.org>
8290
8291 * gdbint.texinfo (Target Architecture Definition): Document
8292 stabs_argument_has_addr.
8293
77949794
AC
82942003-09-18 Andrew Cagney <cagney@redhat.com>
8295
8296 * gdbint.texinfo (Target Architecture Definition): Delete
8297 documentation on REGISTER_NAMES.
8298
8e823e25
MK
82992003-09-13 Mark Kettenis <kettenis@gnu.org>
8300
8301 * gdbint.texinfo (Target Architecture Definition): Replace
8302 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
8303
f27dd7fd
AC
83042003-09-11 Andrew Cagney <cagney@redhat.com>
8305
8306 * gdbint.texinfo (Target Architecture Definition): Replace
8307 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
8308
8b148df9
AC
83092003-08-18 Andrew Cagney <cagney@redhat.com>
8310
8311 * gdbint.texinfo (Target Architecture Definition): Document
8312 "frame_red_zone_size".
8313
25d29d70
AC
83142003-08-09 Andrew Cagney <cagney@redhat.com>
8315
8316 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
8317 with "set/show backtrace past-main" and "set/show backtrace
8318 limit".
8319
c938e9b0
L
83202003-08-08 H.J. Lu <hongjiu.lu@intel.com>
8321
8322 * Makefile.in (install-info): Support DESTDIR.
8323 (install-html): Likewise.
8324
64fabec2
AC
83252003-08-07 Andrew Cagney <cagney@redhat.com>
8326
8327 Patch from Nick Roberts.
8328 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
8329 bindings. Remove description of send-gdb-command.
8330
2fcf52f0
AC
83312003-08-07 Andrew Cagney <cagney@redhat.com>
8332
8333 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
8334 GDB 6.0.
8335
086432e2
AC
83362003-08-06 Andrew Cagney <cagney@redhat.com>
8337
8338 * gdb.texinfo (Mode Options): Mention that level three is the
8339 highest available and that level 2 is deprecated.
8340 (Annotations Overview): Mention annotation levels. Cross reference
8341 to "Limitations of the Annotation Interface" in annotate.texi.
8342 (TODO, Value Annotations, Frame Annotations): Delete section.
8343 (Displays, Breakpoint Info): Delete.
8344
e5249f67
AC
83452003-08-04 Andrew Cagney <cagney@redhat.com>
8346
8347 * agentexpr.texi: Delete @bye.
8348 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
8349 (stabs.info): Add $(srcdir) to include search path.
8350 (html): Depend on "annotate_toc.html", and not "annotate.html".
8351 * stabs.texinfo: Ditto. Include "fdl.texi".
8352 * gdbint.texinfo: Update copyright statement's list of invariant
8353 sections.
8354
e6f672d2
AC
83552003-07-28 Andrew Cagney <cagney@redhat.com>
8356
8357 * Makefile.in (INFO_DEPS): Add annotate.info.
8358 (dvi, ps, html, pdf): Add annotate.
8359 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
8360 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
8361 (ANNOTATE_DOC_FILES): New macro.
8362 (ANNOTATE_TEX_TMPS): New macro.
8363 (annotate.info, annotate_toc.html): Specify dependencies.
8364 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
8365 * annotate.texinfo: Rename annotate.texi. Get building. Add
8366 "Migrating to GDB/MI" and "Limitations of the Annotation
8367 Interface" chapters. Mention why it is not part of the user
8368 guide. Update copyright notice. Include "fdl.texi".
8369
72ffddc9
SC
83702003-07-26 Stephane Carrez <stcarrez@nerim.fr>
8371
8372 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
8373
a9f12a31
DJ
83742003-07-24 Daniel Jacobowitz <drow@mvista.com>
8375
8376 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
8377
b1fe9455
DJ
83782003-07-24 Daniel Jacobowitz <drow@mvista.com>
8379
8380 * gdb.texinfo (Server): Mention pidof.
8381
153721e6
AC
83822003-07-22 Andrew Cagney <cagney@redhat.com>
8383
8384 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
8385 list.
8386
0fac0b41
DJ
83872003-06-28 Daniel Jacobowitz <drow@mvista.com>
8388
8389 * gdb.texinfo (Logging output): New chapter.
8390
4e562065
JB
83912003-06-24 Joel Brobecker <brobecker@gnat.com>
8392
8393 * gdb.texinfo (Unsupported languages): New section.
8394 (Languages): Add link to new section.
8395
f2c06f52
AC
83962003-06-22 Andrew Cagney <cagney@redhat.com>
8397
8398 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
8399
b4177fca
DJ
84002003-06-22 Daniel Jacobowitz <drow@mvista.com>
8401
8402 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
8403
f418dd93
DJ
84042003-06-22 Daniel Jacobowitz <drow@mvista.com>
8405
8406 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
8407 * agentexpr.texi: Retitle section, and change it to an appendix.
8408 Comment out texinfo initialization. Factor a @var{} into two
8409 pieces to prevent makeinfo warnings.
8410 * gdb.texinfo: Add Agent Expressions appendix.
8411
4ca61388
DJ
84122003-06-19 Daniel Jacobowitz <drow@mvista.com>
8413
8414 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
8415
07f31aa6
DJ
84162003-06-18 Daniel Jacobowitz <drow@mvista.com>
8417
5ae4183a 8418 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
8419 remote target". Document the "detach" and "disconnect" commands.
8420 (Server, Netware, Debug Session): Reference "Connecting to a
8421 remote target".
8422 (GDB/MI Target Manipulation): Document "-target-disconnect".
8423
2dd0da42
AC
84242003-06-13 Andrew Cagney <cagney@redhat.com>
8425
8426 * gdbint.texinfo (Target Architecture Definition): Deprecate
8427 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
8428 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
8429
e7a3abfc
JB
84302003-06-09 Jim Blandy <jimb@redhat.com>
8431
8432 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
8433
25e3a86b
AC
84342003-06-08 Andrew Cagney <cagney@redhat.com>
8435
8436 * gdbint.texinfo (Target Architecture Definition): Delete
8437 documentation on FRAME_ARGS_ADDRESS_CORRECT.
8438
a9e5fdc2
AC
84392003-06-08 Andrew Cagney <cagney@redhat.com>
8440
8441 * gdbint.texinfo (Target Architecture Definition): Document
8442 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
8443
b37303ee
AF
84442003-06-07 Adam Fedor <fedor@gnu.org>
8445
8446 * gdb.texinfo: Add Objective-C documentation.
8447
39fe6e80
AC
84482003-06-01 Andrew Cagney <cagney@redhat.com>
8449
8450 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
8451 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
8452
125309b2
AC
84532003-05-21 Andrew Cagney <cagney@redhat.com>
8454
8455 * gdbint.texinfo (Target Architecture Definition): Delete
8456 references to "extract_address" and "store_address".
8457
b8b527c5
AC
84582003-05-16 Andrew Cagney <cagney@redhat.com>
8459
8460 * gdbint.texinfo (Target Architecture Definition): Replace
8461 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
8462 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
8463
50e3ee83
TR
84642003-05-14 Theodore A. Roth <troth@openavr.org>
8465
8466 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
8467
44e2be90
L
84682003-05-10 H.J. Lu <hongjiu.lu@intel.com>
8469
8470 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
8471 (gdb.dvi): Likewise.
8472 (gdb.pdf): Likewise.
8473 (links2roff): Likewise.
8474
df5215a6
JB
84752003-05-08 Jim Blandy <jimb@redhat.com>
8476
8477 * gdb.texinfo (Dump/Restore Files): Update documentation for
8478 'dump', 'append', and 'restore': note that format argument is
8479 optional; simplify presentation of the command variants; and be
8480 more precise about the formats.
8481
5e7b2f39
JB
84822003-05-07 Jim Blandy <jimb@redhat.com>
8483
8484 * gdb.texinfo (Symbols): Update documentation: 'maint list
8485 symtabs' and 'maint list psymtabs' have been renamed 'maint info
8486 symtabs' and 'maint info psymtabs'.
8487
b1e29e33
AC
84882003-05-05 Andrew Cagney <cagney@redhat.com>
8489
8490 * gdbint.texinfo (Target Architecture Definition): Make
8491 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
8492 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
8493 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
8494
00905d52
AC
84952003-05-04 Andrew Cagney <cagney@redhat.com>
8496
8497 * gdb.texinfo (Maintenance Commands): Document "maint print
8498 dummy-frames".
8499
54ff5908
AC
85002003-05-04 Andrew Cagney <cagney@redhat.com>
8501
8502 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
8503
32e7087d
JB
85042003-05-03 J. Brobecker <brobecker@gnat.com>
8505
8506 Thierry Schneider <tpschneider1@yahoo.com>
8507 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
8508 for new MI command.
8509
7043d8dc
AC
85102003-05-03 Andrew Cagney <cagney@redhat.com>
8511
8512 * gdbint.texinfo (Target Architecture Definition): Document
8513 push_dummy_code. Add cross references.
8514
e33d66ec
EZ
85152003-05-02 Elena Zannoni <ezannoni@redhat.com>
8516
8517 * gdb.texinfo (Character Sets): Update to reflect new behavior of
8518 set/show charsets commands.
8519
0ba6dca9
AC
85202003-04-28 Andrew Cagney <cagney@redhat.com>
8521
8522 * gdbint.texinfo (Target Architecture Definition): Replace
8523 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
8524 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
8525
d7a27068
AC
85262003-04-28 Andrew Cagney <cagney@redhat.com>
8527
8528 * gdbint.texinfo (Target Architecture Definition): Rename
8529 "tm_print_insn" to "deprecated_tm_print_insn".
8530
44ea7b70
JB
85312003-04-09 Jim Blandy <jimb@redhat.com>
8532
8533 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
8534 list psymtabs'.
8535
fb8f8949
AC
85362003-04-08 Andrew Cagney <cagney@redhat.com>
8537
8538 * gdbint.texinfo (Target Architecture Definition): Delete
8539 references to EXTRA_FRAME_INFO.
8540
32fb0f22
AC
85412003-04-08 Andrew Cagney <cagney@redhat.com>
8542
8543 * gdbint.texinfo (Target Architecture Definition): Delete
8544 PRINT_TYPELESS_INTEGER.
8545
6be67e67
JB
85462003-04-02 J. Brobecker <brobecker@gnat.com>
8547
8548 * observer.texi (GDB Observers): Adjust the documentation for the
8549 normal_stop notification to better describe reality. Fix a couple
8550 of minor typos.
8551
4e35d5f0
BR
85522003-04-02 Bob Rossi <bob_rossi@cox.net>
8553
a9331b3f 8554 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
8555 '-file-list-exec-source-file'
8556
e8a8712a
AC
85572003-03-31 Andrew Cagney <cagney@redhat.com>
8558
8559 * gdbint.texinfo (Target Architecture Definition): Delete
8560 references to CALL_DUMMY_P.
8561
6c0e89ed
AC
85622003-03-30 Andrew Cagney <cagney@redhat.com>
8563
8564 * gdbint.texinfo (Target Architecture Definition): Remove
8565 reference to TARGET_WRITE_SP.
a9331b3f 8566
378bfd1b
AC
85672003-03-27 Andrew Cagney <cagney@redhat.com>
8568
8569 * gdbint.texinfo (Target Architecture Definition): Remove
8570 references to write_sp.
6c0e89ed 8571
922fbb7b
AC
85722003-03-27 Andrew Cagney <cagney@redhat.com>
8573
8574 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
8575 chapter body. Use @smallexample instead of @example.
8576 (Annotations): Ditto.
8577 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
8578 annotate.texi.
8579
b81774d8
AC
85802003-03-26 Andrew Cagney <cagney@redhat.com>
8581
8582 * gdbint.texinfo (Target Architecture Definition): Replace
8583 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
8584 dummy_addr parameters.
8585
1bf6d5cc
AC
85862003-03-25 Andrew Cagney <cagney@redhat.com>
8587
8588 * gdbint.texinfo (Target Architecture Definition): Delete
8589 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
8590 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8591 Add reference to PUSH_ARGUMENTS.
8592
618ce49f
AC
85932003-03-23 Andrew Cagney <cagney@redhat.com>
8594
8595 * gdbint.texinfo (Algorithms, Target Architecture Definition):
8596 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
8597
bcd7e15f
JB
85982003-03-18 J. Brobecker <brobecker@gnat.com>
8599
8600 * gdbint.texinfo (Algorithms): Add new section describing the
8601 Observer paradigm.
8602 (Top): Add menu entry to new observer appendix.
8603 * observer.texi: New file.
8604 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
8605 new observer.texi file.
8606
9fe8321b
AC
86072003-03-17 Andrew Cagney <cagney@redhat.com>
8608
8609 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
8610 that GNU Press update the manual version number.
8611
ac2adee5
AC
86122003-03-12 Andrew Cagney <cagney@redhat.com>
8613
8614 * gdbint.texinfo (Target Architecture Definition): Delete
8615 references to get_saved_register. Rename GET_SAVED_REGISTER to
8616 DEPRECATED_GET_SAVED_REGISTER.
8617
749b82f6
AC
86182003-03-13 Andrew Cagney <cagney@redhat.com>
8619
8620 * gdbint.texinfo (Target Architecture Definition): Replace
8621 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
8622
8bedc050
AC
86232003-03-12 Andrew Cagney <cagney@redhat.com>
8624
8625 * gdbint.texinfo (Target Architecture Definition): Rename
8626 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 8627
0ce1b118
CV
86282003-03-10 Corinna Vinschen <vinschen@redhat.com>
8629
8630 * gdb.texinfo: Add File-I/O documentation.
8631
12cc2063
AC
86322003-03-10 Andrew Cagney <cagney@redhat.com>
8633
8634 * gdbint.texinfo (Target Architecture Definition): Cross reference
8635 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
8636
7453dc06
AC
86372003-03-07 Andrew Cagney <cagney@redhat.com>
8638
8639 * gdb.texinfo (Debugging Output): Mention the "set/show debug
8640 frame" command.
8641
6314f104
AC
86422003-03-05 Andrew Cagney <cagney@redhat.com>
8643
8644 * gdbint.texinfo (Target Architecture Definition): Document
8645 unwind_dummy_id. Cross reference unwind_dummy_id and
8646 SAVE_DUMMY_FRAME_TOS.
8647
f1212245
DJ
86482003-03-05 James Ingham <jingham@apple.com>
8649 Daniel Jacobowitz <drow@mvista.com>
8650
8651 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
8652 and "show cp-abi".
8653
77e7e267
AC
86542003-03-03 Andrew Cagney <cagney@redhat.com>
8655
8656 * gdbint.texinfo (Target Architecture Definition): Document
8657 register_type.
8658
838a8221
AC
86592003-03-03 Andrew Cagney <cagney@redhat.com>
8660
8661 * stabs.texinfo (Structures): Use @samp and separate @var's
8662 instead of a single @var containing a comma separated list.
8663 (Unions): Ditto.
8664
d7f4a264
DJ
86652003-03-02 Daniel Jacobowitz <drow@mvista.com>
8666
8667 * Makefile.in (distclean): Remove config.log.
8668
f30ee0bc
AC
86692003-03-01 Andrew Cagney <cagney@redhat.com>
8670
8671 * gdbint.texinfo (Target Architecture Definition): Rename
8672 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
8673
86742003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
8675
8676 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
8677 DEPRECATED_INIT_EXTRA_FRAME_INFO.
8678
be448670
CF
86792003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
8680
8681 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
8682 (Non-debug DLL symbols): New node, describing the minimal symbols
8683 loaded from DLLs without real debugging symbols.
8684
501eef12
AC
86852003-02-20 Andrew Cagney <ac131313@redhat.com>
8686
8687 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
8688 hardware-breakpoint-limit".
8689 (Set Watchpoints): Add cross reference to "set remote
8690 hardware-watchpoint-limit".
8691 (Remote configuration options): New section.
8692
21c294e6
AC
86932003-02-04 Andrew Cagney <ac131313@redhat.com>
8694
e9be73e4
AC
8695 * gdbint.texinfo (Target Architecture Definition): Delete
8696 descrption of IS_TRAPPED_INTERNALVAR.
8697
21c294e6
AC
8698 From Keith Seitz <keiths@redhat.com>:
8699 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
8700 option "-i"/"--interpreter" to this chapter. Include index
8701 entries.
8702
0179ffac
DC
87032003-02-04 David Carlton <carlton@math.stanford.edu>
8704
8705 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
8706 (Variables): Recommend stabs+ and DWARF 2.
8707 (C plus plus expressions): Correct info about
8708 compiler versions, debug formats.
8709 (Contributors): Change 'DWARF2' to 'DWARF 2'.
8710 PR symtab/874.
8711
7ca9f392
AC
87122003-02-01 Andrew Cagney <ac131313@redhat.com>
8713
8714 * gdbint.texinfo (Target Architecture Definition): Delete
8715 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
8716 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
8717 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
8718 references to nindy and i960.
8719 * gdb.texinfo (i960): Delete all references to i960 and nindy.
8720
31a85ea2
AC
87212003-02-01 Andrew Cagney <ac131313@redhat.com>
8722
8723 * gdbint.texinfo (Target Architecture Definition): Delete
8724 FLOAT_INFO.
8725
6b894e49
AC
87262003-01-30 Andrew Cagney <ac131313@redhat.com>
8727
8728 * stabs.texinfo (Member Type Descriptor): Clarify description of
8729 `@'. Suggested by Ben Hutchings.
8730
c48861fb
AC
87312003-01-29 Andrew Cagney <ac131313@redhat.com>
8732
8733 * gdb.texinfo (M68K): Delete reference to es1800.
8734
617073a9
AC
87352003-01-29 Andrew Cagney <ac131313@redhat.com>
8736
8737 * gdb.texinfo (Maintenance Commands): Document `maint print
8738 reggroups' and `maint print register-groups'.
8739 * gdbint.texinfo (Target Architecture Definition): Document
8740 register_reggroup_p.
8741
5b5d99cf
JB
87422003-01-23 Jim Blandy <jimb@redhat.com>
8743
8744 * gdb.texinfo (Separate Debug Files): New section.
8745
e7ba9c65
DJ
87462003-01-22 Daniel Jacobowitz <drow@mvista.com>
8747
8748 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
8749 and "maint show profile".
8750
94e91d6d
MC
87512003-01-16 Michael Chastain <mec@shout.net>
8752
8753 * gdb.texinfo (Installing GDB): Warn against
8754 ".../gdb-VERSION/gdb/configure".
8755 (Separate Objdir): Likewise.
8756
867f3898
AC
87572003-01-15 Andrew Cagney <ac131313@redhat.com>
8758
8759 * gdbint.texinfo (Target Architecture Definition): Delete
8760 definition of PRINT_REGISTER_HOOK.
8761
f153cc92
EZ
87622003-01-15 Elena Zannoni <ezannoni@redhat.com>
8763
8764 (OpenRISC 1000): Fix formatting of command names.
8765
c60eb6f1
EZ
87662003-01-15 Elena Zannoni <ezannoni@redhat.com>
8767
8768 * gdb.texinfo (Continuing and Stepping): Add new command
8769 'advance'. Clarify behavior of 'until'.
8770
f5ebfba0
DJ
87712003-01-13 Daniel Jacobowitz <drow@mvista.com>
8772
8773 * gdb.texinfo (Files): Document solib-absolute-prefix and
8774 solib-search-path.
8775
4ce8657e
MC
87762003-01-09 Michael Chastain <mec@shout.net>
8777
8778 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
8779 (Create a Release): Add new instructions for new @file{src-release}.
8780 Document existing instructions for @file{Makefile.in} as
8781 being for @value{GDBN} 5.3.1 or earlier.
8782
372613e3
AC
87832003-01-09 Andrew Cagney <ac131313@redhat.com>
8784
8785 * gdbint.texinfo (Target Architecture Definition): Mention
8786 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
8787 allocate memory.
8788
b4e9345d
DJ
87892003-01-04 Daniel Jacobowitz <drow@mvista.com>
8790
8791 * gdb.texinfo (Controlling GDB): Add @kindex for
8792 "show osabi".
8793 (Backtraces): Add @kindex's for backtrace-below-main.
8794
98b45e30
DJ
87952003-01-04 Daniel Jacobowitz <drow@mvista.com>
8796
8797 * gdb.texinfo (Controlling GDB): Document "set osabi".
8798
95f90d25
DJ
87992003-01-04 Daniel Jacobowitz <drow@mvista.com>
8800
8801 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
8802 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
8803
1e698235
DJ
88042003-01-04 Daniel Jacobowitz <drow@mvista.com>
8805
8806 * gdb.texinfo (Controlling GDB): Add ABI section. Document
8807 "set coerce-float-to-double".
8808 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
8809
e632838e
AC
88102003-01-02 Andrew Cagney <ac131313@redhat.com>
8811
8812 * stabs.texinfo: Remove obsolete text.
8813 * gdbint.texinfo: Ditto.
8814 * gdb.texinfo: Ditto.
8815
c133ab7a
MK
88162002-12-22 Mark Kettenis <kettenis@gnu.org>
8817
8818 * gdbint.texinfo (Target Architecture Definition): Update
8819 description of gdbarch_register_osabi.
8820
f821f325
KH
88212002-12-20 Kazu Hirata <kazu@cs.umass.edu>
8822
8823 * agentexpr.texi: Fix typos.
8824 * annotate.texi: Likewise.
8825 * fdl.texi: Likewise.
8826
85a6d8d3 88272002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
8828
8829 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
8830 DEPRECATED_INIT_FRAME_PC.
8831
ae45cd16
AC
88322002-12-01 Andrew Cagney <ac131313@redhat.com>
8833
8834 * gdbint.texinfo (Target Architecture Definition): Delete
8835 PC_IN_CALL_DUMMY.
8836
07555a72
AC
88372002-11-28 Andrew Cagney <ac131313@redhat.com>
8838
8839 * gdbint.texinfo (Host Definition): Delete documentation on
8840 USE_GENERIC_DUMMY_FRAMES.
8841
c166cdc7
EZ
88422002-11-26 Elena Zannoni <ezannoni@redhat.com>
8843
5ae4183a 8844 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
8845 * Makefile.in (install-info): Run the install-info command as part
8846 of the post install steps only.
8847 (uninstall-info): New target.
8848 (uninstall): New target.
8849
35db0260
EZ
88502002-11-22 Elena Zannoni <ezannoni@redhat.com>
8851
8852 * Makefile.in (install): Make install do some real work.
8853
9ba8d803
AC
88542002-11-19 Andrew Cagney <ac131313@redhat.com>
8855
8856 Fix POSIX problem reported by Paul Eggert.
8857 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
8858 Fix PR gdb/527.
8859
903ad3a6
AC
88602002-10-26 Andrew Cagney <cagney@redhat.com>
8861
8862 * gdbint.texinfo (Target Architecture Definition): Delete
8863 definition of DO_REGISTERS_INFO.
8864
f2abfe65
KB
88652002-10-18 Kevin Buettner <kevinb@redhat.com>
8866
8867 * gdbint.texinfo (Address Classes): Fix problems with insertion
8868 of ``{'' and ``}'' in example.
8869
b5b0480a
KB
88702002-10-17 Kevin Buettner <kevinb@redhat.com>
8871
8872 * gdbint.texinfo (Address Classes): New section.
8873 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
8874 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
8875 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
8876 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
8877
c85508ee
KD
88782002-10-11 Klee Dienes <kdienes@apple.com>
8879
8880 * gdb.texinfo (Registers): Mention vector registers as well as
8881 floating registers in the documentation for 'info registers' and
8882 'info all-registers'.
8883
6d12fc3d
DJ
88842002-10-11 Daniel Jacobowitz <drow@mvista.com>
8885
8886 * gdbint.texinfo (CPLUS_MARKER): Remove item.
8887
8d19fbd2
JJ
88882002-10-03 Jeff Johnston <jjohnstn@redhat.com>
8889
8890 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
8891 interface definition.
8892
a37295f9
MM
88932002-10-03 Marko Mlinar <markom@opencores.org>
8894
8895 * gdb.texinfo (Target Commands): Add or1k target specific
8896 commands.
8897 * gdb.texinfo (Contributors): Add myself to the contributors list.
8898
da0f9dcd
AC
88992002-10-01 Andrew Cagney <ac131313@redhat.com>
8900
8901 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
8902 and "mi1" instead of "mi1" and "mi0".
8903
2e834e49
HPN
89042002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
8905
8906 * gdb.texinfo (Packets): Fix typos "alligned".
8907 Correct z3/Z3 description. Correct z4/Z4 title.
8908
050be0dc
AC
89092002-09-27 Andrew Cagney <ac131313@redhat.com>
8910
8911 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
8912
1104b9e7
KB
89132002-09-25 Kevin Buettner <kevinb@redhat.com>
8914
8915 * gdb.texinfo: Use GNU/Linux instead of Linux.
8916
512217c7
AC
89172002-09-25 Andrew Cagney <ac131313@redhat.com>
8918
8919 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
8920
10998722
AC
89212002-09-24 Andrew Cagney <ac131313@redhat.com>
8922
512217c7 8923 * gdb.texinfo: Replace @example with @smallexample.
10998722 8924
a0eb71c5
KB
89252002-09-20 Kevin Buettner <kevinb@redhat.com>
8926
f7dc1244 8927 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
8928 * gdb.texinfo (Character Sets): Use @smallexample instead of
8929 @example. Use GNU/Linux instead of Linux.
8930
89312002-09-20 Jim Blandy <jimb@redhat.com>
8932
8933 * gdb.texinfo: Add character set documentation.
8934
2f870471
AC
89352002-09-19 Andrew Cagney <ac131313@redhat.com>
8936
8937 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
8938 (Packets): Add cross reference from `b' packet to `z' packets.
8939
790eb8f5
AC
89402002-09-19 Andrew Cagney <ac131313@redhat.com>
8941
8d30a00d
AC
8942 * gdb.texinfo (Maintenance Commands): Document ``maint
8943 internal-error'' and ``maint internal-warning''.
8944
790eb8f5
AC
8945 * gdbint.texinfo (Target Architecture Definition): Revise
8946 description of STACK_ALIGN. Add description of FRAME_ALIGN.
8947
a23a7bf1
JB
89482002-09-19 Joel Brobecker <brobecker@gnat.com>
8949
8950 * gdbint.texinfo (Target Conditionals): Document the new
8951 NAME_OF_MALLOC macro.
8952
299ffc64
AC
89532002-09-05 Andrew Cagney <ac131313@redhat.com>
8954
8955 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
8956 engineer.
8957
b7bb15bc
SC
89582002-09-02 Stephane Carrez <stcarrez@nerim.fr>
8959
8960 * gdb.texinfo (TUI Overview): Document status line fields.
8961
3d757584
SC
89622002-09-02 Stephane Carrez <stcarrez@nerim.fr>
8963
8964 * gdb.texinfo (TUI Commands): Document info win command.
8965
269c21fe
SC
89662002-09-01 Stephane Carrez <stcarrez@nerim.fr>
8967
8968 * gdb.texinfo (TUI Overview): Document breakpoint markers.
8969
7cf36c78
SC
89702002-09-01 Stephane Carrez <stcarrez@nerim.fr>
8971
8972 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
8973 (TUI Keys): Likewise.
8974
d2c6833e
AC
89752002-08-25 Andrew Cagney <ac131313@redhat.com>
8976
8977 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
8978 for a packet receive.
8979
46d8b1c3
AC
89802002-08-25 Andrew Cagney <ac131313@redhat.com>
8981
8982 * Makefile.in (clean): Move to end of file.
8983 (distclean, maintainer-clean, realclean): Ditto.
8984 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
8985 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
8986 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
8987 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
8988
b0787093
AC
89892002-08-24 Andrew Cagney <ac131313@redhat.com>
8990
8991 * Makefile.in (GDBINT_TEX_TMPS): Define.
8992 (gdbint.dvi, gdbint.pdf): Use
8993 (GDB_TEX_TMPS): Define.
8994 (gdb.dvi, gdb.pdf): Use.
8995 (STABS_TEX_TMPS): Define.
8996 (stabs.dvi, stabs.pdf): Use.
8997 (GDB_DOC_SOURCE_INCLUDES): New macros.
8998 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
8999 (GDBINT_DOC_FILES_INCLUDES): New macros.
9000 (GDBINT_DOC_BUILD_INCLUDES): New macros.
9001 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
9002 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
9003 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
9004 (links2roff): Replace SFILES_INCLUDED with
9005 GDB_DOC_SOURCE_INCLUDES.
9006 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
9007 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
9008 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
9009 dependencies.
9010 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
9011 dependencies.
9012 (gdbmi.texinfo): Delete rule.
9013 (inc-hist.texinfo): Delete rule.
9014 (rluser.texinfo): Delete rule.
9015
ebba8386
AC
90162002-08-23 Andrew Cagney <cagney@redhat.com>
9017
9018 * gdbint.texinfo (Target Architecture Definition): Update
9019 STORE_RETURN_VALUE, mention regcache.
9020
0ab7a791
AC
90212002-08-21 Andrew Cagney <ac131313@redhat.com>
9022
9023 * gdbint.texinfo (Target Architecture Definition): Document
9024 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
9025
ee2d5c50
AC
90262002-08-19 Andrew Cagney <ac131313@redhat.com>
9027
9028 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
9029 Fix minor typos. Add index entries.
9030
53c69bd7
AC
90312002-08-18 Andrew Cagney <ac131313@redhat.com>
9032
9033 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
9034
e76f1f2e
AC
90352002-08-15 Andrew Cagney <ac131313@redhat.com>
9036
9037 * gdbint.texinfo (Target Architecture Definition): Document
9038 PRINT_VECTOR_INFO.
9039 * gdb.texinfo (Vector Unit): Document "info vectors" command.
9040
0680b120
AC
90412002-08-13 Andrew Cagney <ac131313@redhat.com>
9042
9043 * gdb.texinfo (Maintenance Commands): Document "maint print
9044 registers", "maint print raw-registers" and "maint print
9045 cooked-registers".
9046
3c3bea1c
GS
90472002-08-08 Grace Sainsbury <graces@redhat.com>
9048
a9331b3f 9049 From Mark Salter:
3c3bea1c
GS
9050 * gdb.texinfo (Protocol): Document T packet extension to
9051 allow watchpoint address reporting.
9052
42f9b0a5
AC
90532002-08-03 Andrew Cagney <ac131313@redhat.com>
9054
9055 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
9056
db034ac5
AC
90572002-08-01 Andrew Cagney <cagney@redhat.com>
9058
9059 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
9060 to CHILL.
9061
e2b28d04
AC
90622002-08-01 Andrew Cagney <ac131313@redhat.com>
9063
9064 * gdbint.texinfo (Coding): Revise section "Include Files".
9065
7fb623f7
AC
90662002-07-24 Andrew Cagney <cagney@redhat.com>
9067
9068 * gdbint.texinfo: Obsolete references to m88k.
9069 * gdb.texinfo: Ditto.
9070
4a2b4636
JB
90712002-07-10 Joel Brobecker <brobecker@gnat.com>
9072
7fb623f7 9073 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
9074 where the proper version of autoconf can be retrieved.
9075
a71ec265
DH
90762002-07-09 Don Howard <dhoward@redhat.com>
9077
9078 * gdb.texinfo (Command Files): Further describe the behavior of
9079 sourced command files.
9080
b9aa90c9
AC
90812002-06-27 Andrew Cagney <ac131313@redhat.com>
9082
9083 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
9084 (Coding): Clarify ISO C version that GDB assumes.
9085
40dd2248
TT
90862002-06-26 Tom Tromey <tromey@redhat.com>
9087
9088 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
9089 add_setshow_cmd_full.
9090
bfac230e
DH
90912002-06-25 Don Howard <dhoward@redhat.com>
9092
9093 * gdb.texinfo (Memory Region Attributes): Document new behavior
9094 for 'mem' command.
9095
475b0867
JB
90962002-06-11 Jim Blandy <jimb@redhat.com>
9097
919d772c
JB
9098 * gdb.texinfo (Symbols): Update documentation for `info source'
9099 command.
9100
475b0867
JB
9101 * gdb.texinfo (Macros): Call the command `info macro', not
9102 `show macro'.
9103
ba8c9337
AC
91042002-06-09 Andrew Cagney <ac131313@redhat.com>
9105
9106 * gdbint.texinfo (Coding): Add section ``Per-architecture module
9107 data''.
9108
1029b7fa
MK
91092002-06-09 Mark Kettenis <kettenis@gnu.org>
9110
9111 * gdbint.texinfo (Target Architecture Definition): Document
9112 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
9113
16737d73
AC
91142002-06-08 Andrew Cagney <ac131313@redhat.com>
9115
9116 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
9117 lists.
9118
30107679
AC
91192002-06-08 Andrew Cagney <ac131313@redhat.com>
9120
9121 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
9122 Branch''.
9123
3352e23e
AC
91242002-06-01 Andrew Cagney <ac131313@redhat.com>
9125
9126 * gdbint.texinfo (Target Architecture Definition): Add section
9127 ``Converting an existing Target Architecture to Multi-arch''.
9128
cbb09e6a
AC
91292002-05-30 Andrew Cagney <ac131313@redhat.com>
9130
9131 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
9132 to ``Obsoleting code''. Revise.
9133
e2e0bcd1
JB
91342002-05-17 Jim Blandy <jimb@redhat.com>
9135
9136 * gdb.texinfo (C Preprocessor Macros): New chapter.
9137 Include it in the main menu.
9138 (Contributors): Credit Jim Blandy with macro support.
9139 (Compilation): Explain how to get macro information into the
9140 executable.
9141 (Expressions): Note that preprocessor macros are expanded.
9142
9db8d71f
DJ
91432002-05-14 Daniel Jacobowitz <drow@mvista.com>
9144
9145 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
9146 options for `target remote'.
9147
6d531722
AC
91482002-05-13 Andrew Cagney <ac131313@redhat.com>
9149
9150 * gdbint.texinfo (Target Architecture Definition): Delete
9151 documentation on NNPC_REGNUM.
9152
13d01224
AC
91532002-05-11 Andrew Cagney <ac131313@redhat.com>
9154
9155 * gdbint.texinfo (Target Architecture Definition): Document
9156 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
9157 (Target Architecture Definition): Revise section `Using Different
9158 Register and Memory Data Representations'. Add section `Raw and
9159 Virtual Register Representations'.
9160
b2e75d78
AC
91612002-05-11 Andrew Cagney <ac131313@redhat.com>
9162
9163 * gdbint.texinfo (Target Architecture Definition): Mention
9164 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
9165 (Target Architecture Definition): Mention same. Add references to
9166 web pages.
9167
2c8682ee
MS
91682002-05-08 Michael Snyder <msnyder@redhat.com>
9169
9170 * stabs.texinfo (Attributes): Document new "vector" attribute.
9171
0816590b
AC
91722002-05-04 Andrew Cagney <ac131313@redhat.com>
9173
9174 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
9175
2653173e
AC
91762002-05-04 Andrew Cagney <ac131313@redhat.com>
9177
9178 * gdb.texinfo: Delete obsolete references to a29k.
9179
d7bd68ca
AC
91802002-04-24 Andrew Cagney <ac131313@redhat.com>
9181
9182 * gdbint.texinfo (Target Architecture Definition): Replace
9183 IN_SIGTRAMP with PC_IN_SIGTRAMP.
9184
21d83aa5
DM
91852002-04-24 David S. Miller <davem@redhat.com>
9186
9187 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
9188
7673a6cc
DM
91892002-04-21 David S. Miller <davem@redhat.com>
9190
9191 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
9192
d49d1e0a
AC
91932002-04-21 Andrew Cagney <ac131313@redhat.com>
9194
9195 * gdbint.texinfo (Target Architecture Definition): Delete
9196 definition of HAVE_REGISTER_WINDOWS.
9197
f7dc1244 91982002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
9199
9200 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
9201 "Theodore A. Roth" <troth@verinet.com>.
9202
5ca0cb28
DH
92032002-04-15 Don Howard <dhoward@redhat.com>
9204
f7dc1244 9205 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 9206 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 9207 Provide a better explaination of this feature.
5ca0cb28 9208
f208ba17
AC
92092002-04-14 Andrew Cagney <ac131313@redhat.com>
9210
9211 * gdbint.texinfo (Target Architecture Definition): Remove
9212 FRAME_CHAIN_COMBINE.
9213
d5ba91de
MC
92142002-04-12 Michael Chastain <mec@shout.net>
9215
9216 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
9217 REG_STACK_SEGMENT.
9218
26818220
MC
92192002-04-09 Michael Chastain <mec@shout.net>
9220
9221 * gdbint.texinfo (Obsolete Conditionals): Remove references to
9222 PYRAMID_* macros.
9223
129188f6
AC
92242002-04-07 Andrew Cagney <ac131313@redhat.com>
9225
9226 * gdb.texinfo (Bug Reporting): Document that the web is the
9227 prefered way of submitting bug reports.
9228 (Bug Reporting): Delete the s-mail address as the last resort.
9229
8227c0ff
AC
92302002-04-05 Andrew Cagney <ac131313@redhat.com>
9231
9232 * gdbint.texinfo (Target Architecture Definition): Delete
9233 references to TARGET_WRITE_FP and write_fp.
9234
16d9dec6
MS
92352002-03-27 Michael Snyder <msnyder@redhat.com>
9236
9237 * gdb.texinfo: Document new commands dump, append, and restore.
9238
9ae8b82c
AC
92392002-03-27 Andrew Cagney <ac131313@redhat.com>
9240
9241 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
9242 Branch'.
9243
474c8240
AC
92442002-03-18 Andrew Cagney <ac131313@redhat.com>
9245
9246 * gdb.texinfo: Change all examples to @smallexample.
9247 * gdbint.texinfo: Ditto.
a9331b3f 9248
fb0ff88f
AC
92492002-03-18 Andrew Cagney <ac131313@redhat.com>
9250
9251 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
9252 Branches''.
9253
9bb0a4d8
AC
92542002-03-18 Andrew Cagney <ac131313@redhat.com>
9255
9256 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
9257 Policy''.
9258
937f164b
FF
92592002-03-04 Fred Fish <fnf@redhat.com>
9260
9261 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
9262 expresson, suports, dependant, trhe, perhaphs, situtations,
9263 explictily, taged, oportunity, unfortunatly).
9264
a7b40f07
AC
92652002-02-24 Andrew Cagney <ac131313@redhat.com>
9266
9267 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
9268 Remove reference to 3.12.
9269
aab4e0ec
AC
92702002-02-23 Andrew Cagney <ac131313@redhat.com>
9271
9272 * gdbint.texinfo: Include fdl.texi.
9273 (Top): Add GNU Free Documentation License.
9274 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
9275 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
9276 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
9277 (gdbint.info): Add srcdir to include path.
9278 * gdb.texinfo: Include gpl.texi.
9279 (Top): Add Copying.
9280 * gpl.texi: New file.
9281
47b95330
AC
92822002-02-23 Andrew Cagney <ac131313@redhat.com>
9283
9284 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
9285
78c47bea
PM
92862002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9287
9288 * gdb.texinfo: Document Cygwin native specific commands.
9289
56460a61
DJ
92902002-02-15 Daniel Jacobowitz <drow@mvista.com>
9291
9292 * gdb.texinfo: Document gdbserver ``--attach'' command.
9293
def71bfa
MS
92942002-02-07 Michael Snyder <msnyder@redhat.com>
9295
9296 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
9297 to @code(_ovly_debug_event).
9298
c928edc0
AC
92992002-02-07 Andrew Cagney <ac131313@redhat.com>
9300
9301 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
9302
81d46470
MS
93032002-02-06 Michael Snyder <msnyder@redhat.com>
9304
9305 * gdb.texinfo (overlays): Mention new magic symbol
9306 '_ovly_debug_event', which allows GDB to keep better track
9307 of overlays.
9308
f7dc1244 93092002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
9310
9311 * gdb.texinfo (Memory Region Attributes): Fix the wording.
9312 Suggested by Dmitry Sivachenko.
9313
9314 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
9315
15110bc3
MS
93162002-02-01 Michael Snyder <msnyder@redhat.com>
9317
9318 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
9319
6763aef9
MS
93202002-01-30 Michael Snyder <msnyder@redhat.com>
9321
ac282366
MS
9322 * gdb.texinfo: (remote protocol): Gramatical fix-up.
9323 (set trust-readonly-sections): Document.
6763aef9 9324
8642bc8f
AC
93252002-01-29 Andrew Cagney <ac131313@redhat.com>
9326
9327 * gdbint.texinfo (Releasing GDB): Revise and update.
9328
afe64c1a
AC
93292002-01-28 Andrew Cagney <ac131313@redhat.com>
9330
9331 * gdbint.texinfo (Target Architecture Definition): Delete
9332 description of TARGET_BYTE_ORDER_DEFAULT.
9333
f7dc1244 93342002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
9335
9336 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
9337 <mitya@cavia.pp.ru>.
9338
3d6e1b5a
AC
93392002-01-23 Andrew Cagney <ac131313@redhat.com>
9340
9341 * libgdb.texinfo: Delete file.
9342
6c0e9fb3
AC
93432002-01-22 Andrew Cagney <ac131313@redhat.com>
9344
9345 * gdb.texinfo: Remove makeinfo 3.12 hacks.
9346 * gdbint.texinfo: Ditto.
9347
e0ce93ac
AC
9348Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
9349
9350 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
9351
be298bcc
AC
93522002-01-22 Andrew Cagney <ac131313@redhat.com>
9353
9354 * Makefile.in: Update copyright.
9355 (TEXI2DVI): Define.
9356 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
9357 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
9358 gdb-cfg.texi.
9359 (TEXINDEX, PDFTEX): Delete makefile variables.
9360
8e04817f
AC
93612002-01-22 Andrew Cagney <ac131313@redhat.com>
9362
9363 * gdb.texinfo (Protocol): Move section to appendix.
9364
6b2f586d
AC
93652002-01-21 Andrew Cagney <ac131313@redhat.com>
9366
9367 * gdb.texinfo (Remote Debugging): Create a menu.
9368 (Top): Add ``Remote Debugging'' to menu.
9369
6f05cf9f
AC
93702002-01-21 Andrew Cagney <ac131313@redhat.com>
9371
9372 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
9373 serial protocol'' from here.
9374 (Remote Debugging): To here. New chapter.
9375
3fd3d7d2
AC
93762002-01-20 Andrew Cagney <ac131313@redhat.com>
9377
9378 * gdbint.texinfo (Target Architecture Definition): Delete
9379 description of TARGET_BYTE_ORDER_SELECTABLE_P.
9380
7fd60527
AC
93812002-01-20 Andrew Cagney <ac131313@redhat.com>
9382
9383 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
9384 are no longer needed.
9385 (Porting GDB): Add maintainer note about configure.host.
9386
c2f05ac9
AC
93872002-01-20 Andrew Cagney <ac131313@redhat.com>
9388
9389 * gdbint.texinfo (Target Architecture Definition): Remove
9390 definition of IEEE_FLOAT.
9391
f7dc1244 93922002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
9393
9394 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
9395 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
9396 <3diff@gnu.org>
231b2aad 9397
82600034
AC
93982002-01-19 Andrew Cagney <ac131313@redhat.com>
9399
9400 * gdbint.texinfo (Host Definition): Remove references to
9401 MALLOC_INCOMPATIBLE.
9402
7708fa01
AC
94032002-01-17 Andrew Cagney <ac131313@redhat.com>
9404
9405 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
9406 and xyz-xdep.o.
9407
eb12ee30
AC
94082002-01-17 Andrew Cagney <ac131313@redhat.com>
9409
889bf7c5 9410 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
9411 (Set Breaks): Copy ``maint info breakpoint'' doco to
9412 ``Maintenance Commands'' appendix. Add reference.
9413
c9ccaa92
AC
94142002-01-17 Andrew Cagney <ac131313@redhat.com>
9415
9416 * fdl.texi: Remove next/prev from @node.
9417
f7dc1244 94182002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
9419
9420 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
9421 for monstrous @multitable (from Brian Youmans).
9422
9423 * fdl.texi: New file.
9424
9425 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
9426
8973da3a
AC
94272002-01-15 Andrew Cagney <ac131313@redhat.com>
9428
9429 * gdbint.texinfo (Releasing GDB): New chapter.
9430
7d86b5d5
AC
94312002-01-14 Andrew Cagney <ac131313@redhat.com>
9432
9433 * gdb.texinfo (Embedded Processors, Calling program functions):
9434 Obsolete references to a29k.
9435
cc1cb004
AC
94362002-01-13 Andrew Cagney <ac131313@redhat.com>
9437
9438 * gdbint.texinfo (Coding): Review Cleanups section. Examples
9439 examples. Document that a code-block should do or discard its
9440 cleanups before exit.
9441
79f12247
MS
94422002-01-11 Michael Snyder <msnyder@redhat.com>
9443
9444 * gdb.texinfo (Choosing files): Change @samp to @file.
9445
19837790
MS
94462002-01-05 Michael Snyder <msnyder@redhat.com>
9447
9448 * gdb.texinfo (--pid): Document new command line option (attach).
9449
f7dc1244 94502002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
9451
9452 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
9453 in the stub.
9454
d7449b42
AC
94552002-01-04 Andrew Cagney <ac131313@redhat.com>
9456
9457 * gdbint.texinfo (Target Architecture Definition): Replace
9458 BIG_ENDIAN with BFD_ENDIAN_BIG.
9459
f23631e4
AC
94602002-01-03 Andrew Cagney <ac131313@redhat.com>
9461
9462 * gdbint.texinfo (Target Architecture Definition): Replace
9463 value_ptr with struct value pointer.
9464
72c9928d
EZ
94652002-01-02 Eli Zaretskii <eliz@gnu.org>
9466
9467 * gdb.texinfo (Free Software): Fix wording.
9468
959acfd1
EZ
94692001-12-31 Eli Zaretskii <eliz@gnu.org>
9470
9471 * gdb.texinfo (Free Software): New section ``Free Software Needs
9472 Free Documentation''.
9473
f7dc1244 94742001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
9475
9476 * stabs.texinfo:
9477 * gdb.texinfo:
9478 * gdbint.texinfo:
9479 * libgdb.texinfo:
9480 * annotate.texi: Fix the application of GFDL in the Copyright notice.
9481
6600abed
MS
94822001-12-29 Michael Snyder <msnyder@redhat.com>
9483
9484 * gdb.texinfo (maint info sections): Fix typo.
9485
f6680716
MS
94862001-12-26 Michael Snyder <msnyder@redhat.com>
9487
fe95c787
MS
9488 * gdb.texinfo (maint info sections): Document.
9489
a9331b3f 9490 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
9491 'info proc' sub-options that are currently not implemented.
9492
c3d3ce5b
JB
94932001-12-20 Jim Blandy <jimb@redhat.com>
9494
9495 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
9496
778eb05e
AC
94972001-12-15 Andrew Cagney <ac131313@redhat.com>
9498
9499 * gdbint.texinfo (Target Architecture Definition): Replace
9500 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
9501
2607059c
AC
95022001-12-01 Andrew Cagney <ac131313@redhat.com>
9503
9504 * gdbint.texinfo (Host Definition): Delete documentation on
9505 HOST_BYTE_ORDER.
9506
df0cd8c5
JB
95072001-11-30 Jim Blandy <jimb@redhat.com>
9508
9509 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 9510 overlay support. Add to top-level menu.
df0cd8c5 9511
88118b3a
TT
95122001-11-26 Tom Tromey <tromey@redhat.com>
9513
9514 * gdb.texinfo (Command Syntax): Document C-o binding.
9515
96565e91
CF
95162001-07-26 Christopher Faylor <cgf@redhat.com>
9517
9518 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
9519 use since it is described in the referenced section.
9520
f7dc1244 9521 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
9522 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
9523 clearer when using DJGPP.
9524
2a3d5645
CF
95252001-11-24 Christopher Faylor <cgf@redhat.com>
9526
9527 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
9528 specifically refer to MS-DOS.
9529 (command files): Mention gdb.ini is only used on MS-DOS.
9530
aa26fa3a
TT
95312001-11-21 Tom Tromey <tromey@redhat.com>
9532
9533 * gdb.texinfo (Invoking GDB): Document --args.
9534 (Mode Options): Likewise.
9535
4f8ada06
JB
95362001-11-21 Jim Blandy <jimb@redhat.com>
9537
9538 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
9539 Delete documentation; this macro has been removed from the
9540 sources.
4f8ada06 9541
3fe0dc10
JB
95422001-11-13 Jim Blandy <jimb@redhat.com>
9543
9544 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
9545
9e5abb06
CV
95462001-11-06 Corinna Vinschen <vinschen@redhat.com>
9547
9548 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
9549
1c5dfdad
MS
95502001-11-05 Michael Snyder <msnyder@redhat.com>
9551
a9331b3f 9552 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
9553 quote regexp chars in function names such as "operator*()".
9554
990f9fe3
FF
95552001-11-01 Fred Fish <fnf@redhat.com>
9556
9557 * gdbint.texinfo (SOLIB_ADD): Document additional new
9558 "readsyms" arg.
9559
b433d00b
DH
95602001-10-30 Don Howard <dhoward@redhat.com>
9561
070b1dd3
DH
9562 * gdb.texinfo: (Command Files) Added documentation for the
9563 behavior of gdb with input redirected from a file.
b433d00b 9564
b7209cb4
FF
95652001-10-28 Fred Fish <fnf@redhat.com>
9566
9567 * gdb.texinfo (auto-solib-add): Change docs to match
9568 implementation change.
9569 (auto-solib-limit): Add docs for new variable.
9570
1aa20aa8
AC
95712001-10-15 Andrew Cagney <ac131313@redhat.com>
9572
9573 * gdbint.texinfo (Target Architecture Definition): Function
9574 value_as_pointer renamed to value_as_address.
9575
fc0c74b1
AC
95762001-10-15 Andrew Cagney <ac131313@redhat.com>
9577
9578 * gdbint.texinfo (Target Architecture Definition): Default
9579 POINTER_TO_ADDRESS functions assume unsigned addresses.
9580 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
9581 posting by Jim Blandy.
9582
f4846649
JB
95832001-10-12 Jim Blandy <jimb@redhat.com>
9584
9585 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
9586 version of texi2html (1.64) doesn't support this flag any more.
9587
f277788b
MK
95882001-09-08 Mark Kettenis <kettenis@gnu.org>
9589
a9dc4918
MK
9590 * gdbint.texinfo (Host Definition): Remove description of
9591 MEM_FNS_DECLARED.
9592
d28379df
MK
9593 * gdbint.texinfo (Host Definition): Remove description of R_OK.
9594
f277788b
MK
9595 * gdbint.texinfo (Host Definition): Remove description of
9596 HAVE_SIGSETMASK.
9597
7ccaa899
EZ
95982001-09-04 Elena Zannoni <ezannoni@redhat.com>
9599
9600 * gdbint.texinfo (Target Architecture Definition): Add
9601 explanation of TARGET_PRINT_INSN macro.
9602
17d9d558
JB
96032001-08-30 Jim Blandy <jimb@redhat.com>
9604
9605 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
9606 Explain what it means to load relocatable files.
9607
72cde065
JB
96082001-08-28 Jim Blandy <jimb@redhat.com>
9609
9610 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
9611 info `top' menu.
9612
9e678452
CF
9613Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
9614
9615 * gdbint.texinfo: Add a cautionary note about macro use.
9616
a2bea4c3 96172001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 9618
a2bea4c3
CV
9619 * gdb.texinfo: Explain omitting the hostname in the
9620 `target remote' command.
9621
1129bf27
DJ
96222001-07-30 Daniel Jacobowitz <drow@mvista.com>
9623
9624 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
9625 and END-INFO-DIR-ENTRY.
9626
732b3002
SC
96272001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9628
9629 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
9630
89437448
AC
96312001-07-25 Andrew Cagney <ac131313@redhat.com>
9632
9633 * gdbint.texinfo (libgdb): Rewrite.
9634
f7dc1244 96352001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
9636
9637 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
9638
c4555f82
SC
96392001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9640
9641 * gdb.texinfo (TUI): New chapter, document the TUI.
9642 (Mode Options): Document the -tui option.
9643
2f45a6e0
MK
96442001-07-23 Mark Kettenis <kettenis@gnu.org>
9645
9646 * gdbint.texinfo (Host Definition): Remove description of
9647 NEED_POSIX_SETPGID.
9648
f7dc1244 96492001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
9650
9651 * gdb.tex (DJGPP Native): New node, with descriptions of
9652 DJGPP-specific commands.
9653
be9c6c35
JM
96542001-07-19 John R. Moore <jmoore@redhat.com>
9655
9656 * gdbint.texinfo: Three misspellings.
9657
dfa249fb
AC
96582001-07-06 Andrew Cagney <ac131313@redhat.com>
9659
9660 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
9661 `test` expressions on bash. Problem reported by Colin Walters.
9662
c72e7388
AC
96632001-07-04 Andrew Cagney <ac131313@redhat.com>
9664
9665 * gdbint.texinfo (User Interface): Update ui-out documentation to
9666 refelect recent UI/MI updates.
9667
94bbb2c0
AC
96682001-07-04 Andrew Cagney <ac131313@redhat.com>
9669
9670 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
9671 interpreters.
9672
af6c57ea
AC
96732001-06-15 Andrew Cagney <ac131313@redhat.com>
9674
9675 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
9676 structure and not macros.
9677 (Host Definition): Document that much of this chapter is obsolete.
9678 (Target Architecture Definition): Update list of files that make
9679 up a target architecture.
9680 (Coding): Update.
9681
83aa8bc6
AC
96822001-06-28 Andrew Cagney <ac131313@redhat.com>
9683
9684 * gdbint.texinfo (Target Architecture Definition): Update
9685 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
9686 The latter has been changed to a true predicate.
9687
f7dc1244 96882001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
9689
9690 * annotate.texi: Add @noindent where needed. From Dmitry
9691 Sivachenko <dima@Chg.RU>.
9692 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
9693
656db9b0
AC
96942001-06-16 Andrew Cagney <ac131313@redhat.com>
9695
9696 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
9697
df2396a1
AC
96982001-06-14 Andrew Cagney <ac131313@redhat.com>
9699
9700 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
9701 returns ``OK''. Document that the ``R'' packet does not reply.
9702
0f1f2b0a
MS
97032001-06-13 Michael Snyder <msnyder@redhat.com>
9704
9705 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
9706
f7dc1244 97072001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
9708
9709 * gdb.texinfo (Signals): Clarify the default setting of signal
9710 handling.
9711
a5d7c491
AC
97122001-05-14 Andrew Cagney <ac131313@redhat.com>
9713
9714 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
9715 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
9716
05a54c4f
AC
97172001-05-12 Andrew Cagney <ac131313@redhat.com>
9718
9719 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
9720
f7dc1244 97212001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
9722
9723 * gdbint.texinfo (Clean Design and Portable Implementation):
9724 Renamed from "Clean Design".
9725 (Clean Design and Portable Implementation): Document portable
9726 methods of handling file names, and the associated macros.
9727
f7dc1244 97282001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
9729
9730 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
9731 command and provide a cross-reference to its description.
9732 (Symbols): Note that "info scope" is useful for trace experiments.
9733
f7dc1244 97342001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 9735
b37052ae
EZ
9736 * gdb.texinfo (Symbols): Document "info scope".
9737 (Tracepoints): New chapter.
9738 (Contributors): Update for v5.1.
9739 <All nodes>: Change "C++" to "C@t{++}".
9740
0ee54786
EZ
9741 * gdbint.texinfo (User Interface): A new section about ui_out
9742 functions, based on text written by Fernando Nasser.
9743
c534679c
EZ
9744 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
9745
f7dc1244 97462001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 9747
e9c75b65
EZ
9748 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
9749
9750 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
9751
9752 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
9753 Replace "GDB" with "@value{GDBN}". Fix markup.
9754
9755 * annotate.texi: Change Permissions to GFDL. Update Copyright.
9756
3d67e040
EZ
9757 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
9758 a cross-reference to its description.
9759 (Symbols): Document "info symbol".
9760
f7dc1244 97612001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
9762
9763 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
9764 subsection "x86 Watchpoints".
9765 (Target Architecture Definition): Document the macros
9766 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
9767 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
9768
b0ed3589
AC
97692001-03-20 Andrew Cagney <ac131313@redhat.com>
9770
9771 * gdbint.texinfo (Target Architecture Definition): Update
9772 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
9773 list.
9774
b6ba6518
KB
97752001-03-06 Kevin Buettner <kevinb@redhat.com>
9776
9777 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
9778 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
9779
f7dc1244 97802001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
9781
9782 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
9783
f7dc1244 97842001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 9785
17cc6a06
EZ
9786 * gdb.texinfo (Environment): Document that `path' does not change
9787 the value of PATH in GDB's own environment (it did in the past,
9788 but that was changed on March 15, 1994). Reported by Doug Evans
9789 <dje@transmeta.com>.
9790
56caf160
EZ
9791 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
9792 its line. Fix markup of commands and macros. Add an Index node
9793 and index entries.
9794
29e57380
C
97952001-01-23 J.T. Conklin <jtc@redback.com>
9796
9797 * gdb.texinfo (Memory region attributes): New manual section.
9798
1c6147de
ND
97992001-01-04 Nicholas Duffek <nsd@redhat.com>
9800
9801 * gdbint.texinfo (POP_FRAME): Document use by return_command.
9802
f7dc1244 98032000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
9804
9805 * refcard.tex: Version and copyright fixed. From Phil Edwards
9806 <pedwards@disaster.jaj.com>.
9807
0dcedd82
AC
9808Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
9809
9810 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 9811 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 9812
3b851bce
AC
9813Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
9814
9815 * gdbint.texinfo (Coding): Update current value of
889bf7c5 9816 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 9817
f7dc1244 98182000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
9819
9820 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
9821 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
9822
b90a5f51
CF
98232000-11-10 Christopher Faylor <cgf@cygnus.com>
9824
9825 * gdb.texinfo: Document new 'set step-mode' command.
9826
f7dc1244 98272000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
9828
9829 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
9830 changes from Dmitry Sivachenko <dima@Chg.RU>.
9831
f7dc1244 98322000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
9833
9834 * gdb.texinfo (Hooks): Document the new post-hook functionality.
9835 From Steven Johnson <sbjohnson@ozemail.com.au>.
9836
2e685b93
MK
98372000-08-10 Mark Kettenis <kettenis@gnu.org>
9838
9839 * gdbint.texinfo (Overall Structure): Spelling fix.
9840
f7dc1244 98412000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
9842
9843 * gdbint.texinfo (Target Architecture Definition): Document that
9844 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
9845 for which REGISTER_CONVERTIBLE returns a zero value.
9846
63ac3005
EZ
98472000-07-08 Christopher Faylor <cgf@cygnus.com>
9848
9849 * Makefile.in (install-info): Find files to install in either the
9850 build or source directories (adapted from Makefile.am).
9851
bd79f757
ND
98522000-07-07 Nicholas Duffek <nsd@redhat.com>
9853
9854 * stabs.texinfo: Fix spelling errors.
9855 (String Field): FILE-NUMBER starts from 0, not 1.
9856
f7dc1244 98572000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
9858
9859 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 9860 Brian Youmans.
5f208f6d 9861
f7dc1244 98622000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
9863
9864 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
9865 the source directory. Reported by Mark Harig
9866 <markh@frazier.landmark.com>.
cc542d3b 9867
f3b28801
C
98682000-06-20 J.T. Conklin <jtc@redback.com>
9869
9870 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
9871
449f3b6c
AC
9872Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
9873
9874 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 9875 Generate using pdftex.
449f3b6c 9876 (PDFTEX): Define.
889bf7c5 9877 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 9878 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 9879 @contents at the start.
449f3b6c 9880
f7dc1244 98812000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
9882
9883 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 9884 Youmans.
48e934c6 9885
9e9c5ae7
AC
9886Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
9887
9888 From Brian Youmans:
9889 * gdb.texinfo: Fix ``et al.''.
9890
c741b251
AC
9891Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
9892
9893 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 9894 loop.
c741b251 9895
4ab64e14
JG
98962000-05-19 Jimmy Guo <guo@cup.hp.com>
9897
9898 * configure: Regenerate.
9899
f7dc1244 99002000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
9901
9902 * Makefile.in (install-info): Run install-info on installed Info
9903 files.
9904
8c70017b
AC
9905Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
9906
a7cb598a 9907 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 9908 Andrew Cagney.
8c70017b 9909
f7dc1244 99102000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
9911
9912 * gdb.texinfo: Proofreading changes from Brian Youmans.
9913
bf0184be
ND
99142000-05-01 Nick Duffek <nsd@cygnus.com>
9915
9916 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
9917 startup sequence, minor edits.
9918
f7dc1244 99192000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
9920
9921 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
9922 TeX.
9923
9924 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
9925 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
9926 like `n' and `s' which look weird. Convert some of the @kindex to
9927 @vindex, when they refer to variables, not commands.
9928
33e16fad
AC
9929Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
9930
9931 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
9932
f7dc1244 99332000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
9934
9935 * Makefile.in (GDBMI_DIR): New variable.
9936 (SET_TEXINPUTS): Add $(GDBMI_DIR).
9937 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
9938 (gdbmi.texinfo): New target, for texi2roff.
9939 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
9940 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
9941
9942 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
9943 gdbmi.texinfo.
9944 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
9945 comment.
9946
d167840f
EZ
99472000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9948
9949 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 9950 command.
d167840f 9951
f7dc1244 99522000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
9953
9954 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
9955 prevents the build (and is generally a Bad Idea).
9956
f7dc1244 99572000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
9958
9959 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
9960 a comma inside @var.
9961 (Command Files): Index markup changes from Dmitry Sivachenko
9962 <dima@Chg.RU>.
9963
f7dc1244 99642000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
9965
9966 * Makefile.in (LN_S): Define.
9967 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
9968 invoke "ln -s" unless it is known to work.
9969
9970 * configure.in (AC_PROG_LN_S): Add.
9971
8dc7983f
JB
99722000-04-14 Jim Blandy <jimb@redhat.com>
9973
9974 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
9975 section.
9976 (Target Conditionals): Document ADDRESS_TO_POINTER,
9977 POINTER_TO_ADDRESS.
9978
1a8237e8
DB
99792000-04-11 Daniel Berlin <dan@cgsoftware.com>
9980
9981 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
9982 gdb-cfg.texi to get the value.
9983
ca526f1a
JB
99842000-04-10 Jim Blandy <jimb@redhat.com>
9985
9986 * gdbint.texinfo (Target Architecture Definition): Fix
9987 cross-references.
9988
faaafcb4
JB
99892000-04-08 Jim Blandy <jimb@redhat.com>
9990
9991 * gdbint.texinfo (Using Different Register and Memory Data
9992 Representations): New section.
9993 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
9994 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
9995 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 9996
1b27397f
AC
9997Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
9998
9999 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 10000 for acknowledgments.
1b27397f 10001
480ff1fb
AC
10002Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
10003
10004 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 10005 qThreadExtraInfo.
480ff1fb 10006
a9331b3f 100072000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 10008
a9331b3f
RM
10009 * gdb.texinfo: Clarify which remote debug protocol commands are
10010 required and which are optional.
f1251bdd 10011
dbeb8dbd
AC
10012Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
10013
10014 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
10015 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
10016 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
10017 * annotate.texi: Update.
10018
6d2ebf8b
SS
100192000-03-28 Stan Shebs <shebs@apple.com>
10020
10021 * gdb.texinfo: Update dates, bump to Eighth Edition (note
10022 expectation of additional changes before release), update
10023 ISBN, add copy of top-level menu for @ifhtml, remove explicit
10024 node links, rephrase and/or shorten lines to fix formatting
10025 problem in both regular and @smallbook formats.
10026 * annotate.texi: Shorten lines in example, use smallexample
10027 consistently everywhere.
10028 * Makefile.in: Add comment about texinfo 4.0 html generation.
10029 (SFILES_INCLUDED): Add annotate.texi.
10030
5d161b24
DB
100312000-03-27 Daniel Berlin <dan@cgsoftware.com>
10032
5ae4183a
AS
10033 * gdb.texinfo (Debugging Output): Added new section, documenting
10034 the "set/show debug" commands.
5d161b24 10035
b9deaee7
AC
10036Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
10037
10038 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 10039 entry.
b9deaee7
AC
10040
10041 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
10042 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 10043 @chapter and @node entries.
a9331b3f 10044
b9deaee7 10045 * gdb.texinfo: Link all top-level nodes.
a9331b3f 10046
9ef47d30
AC
10047Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
10048
10049 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 10050 files.
9ef47d30 10051
cfeada60
FN
100522000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
10053
10054 From David Whedon <dwhedon@gordian.com>
5ae4183a 10055 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 10056
6837a0a2
DB
100572000-03-22 Daniel Berlin <dan@cgsoftware.com>
10058
10059 * gdb.texinfo: Add documentation for the apropos command.
10060
bba2971c
MS
100612000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10062
10063 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
10064
2b628194
MS
100652000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10066
a9331b3f 10067 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
10068 two places.
10069
96a2c332
SS
100702000-03-17 Stan Shebs <shebs@apple.com>
10071
10072 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
10073 <dima@Chg.RU>, also clarification of allowed content for
10074 string constants.
10075
f7dc1244 100762000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
10077
10078 * gdb.texinfo (main menu): Add Annotations.
10079 (File Options): Add @cindex entries for each command-line option.
10080 Document --epoch, --annotate, --async, --interpreter, --write,
10081 --statistics, and --version.
10082
10083 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
10084 of GDB.
10085
9d233477
JB
100862000-02-23 Jim Blandy <jimb@redhat.com>
10087
10088 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
10089
14e0eb3b
JB
100902000-02-22 Jim Blandy <jimb@redhat.com>
10091
10092 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
10093
3555de01
JM
100942000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
10095
10096 * Makefile.in (diststuff): New target.
10097
5e35df8e
KB
100982000-02-15 Kevin Buettner <kevinb@redhat.com>
10099
10100 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 10101 architecture. [From Jim Wilson.]
5e35df8e 10102
c5394b80
JM
101032000-01-16 Tom Tromey <tromey@cygnus.com>
10104
10105 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
10106 (Delete Breaks): Mention range arguments.
10107 (Disabling): Likewise.
10108
c3f6f71d
JM
101092000-01-05 Dmitry Sivachenko <dima@Chg.RU>
10110
10111 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
10112
c4093a6a
JM
10113Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
10114
10115 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 10116 valid functions.
c4093a6a 10117
11cf8741
JM
101181999-11-05 Stan Shebs <shebs@andros.cygnus.com>
10119
10120 * gdb.texinfo: Clarify regular expressions used in rbreak.
10121
917317f4
JM
101221999-10-15 Kevin Buettner <kevinb@cygnus.com>
10123
10124 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
10125 MEMORY_REMOVE_BREAKPOINT): Document.
10126
10127Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
10128
10129 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 10130 offset re-using the DATA offset instead.
917317f4 10131
2df3850c
JM
101321999-10-11 Jim Kingdon <kingdon@redhat.com>
10133
10134 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
10135
101361999-10-05 Stan Shebs <shebs@andros.cygnus.com>
10137
10138 From Dmitry Sivachenko <demon@gpad.ac.ru>:
10139 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
10140 typos.
10141
10142 * gdb.texinfo: Various minor wording and formatting improvements,
10143 mentions of additional command-line options.
10144
2acceee2
JM
101451999-09-30 Fred Fish <fnf@cygnus.com>
10146
10147 * gdb.texinfo: Document additional forms of specifying section
10148 names and addresses for the add-symbol-file command.
10149
c2c6d25f
JM
101501999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
10151
10152 * gdbint.texinfo: Fix typo, add the word "have".
10153
101541999-09-14 Jim Blandy <jimb@cris.red-bean.com>
10155
10156 * gdbint.texinfo (Target Architecture Definition): Document the
10157 SKIP_PERMANENT_BREAKPOINT macro.
10158
d4f3574e
SS
101591999-09-07 Stan Shebs <shebs@andros.cygnus.com>
10160
10161 * gdb.texinfo: Fiks speling errers.
10162
10163 * gdb.texinfo: Fix uses of @multitable.
10164
f7dc1244 10165 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 10166 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 10167 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
10168 comments about using with optimization, add more indexing,
10169 fix info about disassembly-flavor.
10170
10171Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
10172
10173 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
10174 SKIP_SOLIB_RESOLVER): Define.
10175
10176Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
10177
10178 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 10179 ``g'' packets.
d4f3574e 10180
104c1213
JM
101811999-08-30 Stan Shebs <shebs@andros.cygnus.com>
10182
10183 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
10184 platform-specific info, inline remote.texi and move sections of it
10185 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
10186 and register stack into the new chapter.
10187 * remote.texi: Remove, now part of gdb.texinfo.
10188 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
10189
101901999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
10191
10192 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
10193 GDB_TARGET_IS_MACH386): These kludges have gone away.
10194
10195Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
10196
10197 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 10198 TDEPLIBS.
104c1213 10199
53a5351d
JM
102001999-08-20 Stan Shebs <shebs@andros.cygnus.com>
10201
10202 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
10203 surrounding text to fit HP-UX bits into general info.
10204 (HPPA-cfg.texi): Remove, no longer useful.
10205
10206 * gdb.texinfo: Remove explicit links from @node lines, remove
10207 HP-added "Detailed Node Listing" from main menu which confuses
10208 things.
10209
10210 From Dmitry Sivachenko <dima@Chg.RU>:
10211 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 10212 in description of `set environment'.
53a5351d
JM
10213
102141999-08-17 Stan Shebs <shebs@andros.cygnus.com>
10215
10216 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
10217
7be570e7
JM
102181999-08-12 Ben Elliston <bje@cygnus.com>
10219
10220 * gdbint.texinfo (Breakpoint Handling): Add missing words.
10221
f7dc1244 102221999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
10223
10224 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
10225 watch, awatch, and rwatch. Explain why the latter two cannot be
10226 set as software watchpoints. Document that watchpoints for local
10227 variables are deleted when the debuggee terminates.
7be570e7
JM
10228
10229Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
10230
10231 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
10232 packet. Allow E.. response packet. "qRcmd" packet is no longer
10233 reserved.
7be570e7
JM
10234
102351999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10236
a9331b3f
RM
10237 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
10238 * gdb.texinfo: Ditto.
7be570e7 10239
96baa820
JM
102401999-08-06 Tom Tromey <tromey@cygnus.com>
10241
10242 * gdb.texinfo (KOD): New node.
10243
10244Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
10245
10246 * remote.texi (Rcmd): Fix minor formatting typos.
10247
10248Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
10249
10250 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 10251 packets.
96baa820 10252
adf40b2e
JM
102531999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
10254
10255 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
10256 fixes.
10257
43ff13b4
JM
10258Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
10259
10260 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
10261
085dd6e6
JM
10262Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
10263
10264 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
10265 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
10266 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
10267 packets that are not supported on all hosts. Expand examples.
10268 Spell check.
085dd6e6
JM
10269
102701999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
10271
10272 * Makefile.in: Recognize html, install-html. Add targets
10273 to build HTML versions of documentation via texi2html.
10274
10275Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
10276
10277 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 10278 testsuite.
085dd6e6
JM
10279
10280Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
10281
10282 * remote.texi (Communication Protocol): Rewrite.
10283
10284Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
10285
10286 * stabs.texinfo: Fix uses of xref.
10287
9e0b60a8
JM
10288Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
10289
10290 * gdbint.texinfo: Add an anti-printf exhortation, and update the
10291 info about patch submission.
10292
cce74817
JM
10293Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
10294
10295 From Per Bothner <bothner@cygnus.com>:
10296 * gdb.texinfo: Document Chill support.
10297
10298Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
10299
10300 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
10301 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
10302 Document that the value should be greater-than or equal-to zero.
10303 (NO_STD_REGS): Document. Deprecate.
cce74817 10304
ac9a91a7
JM
10305Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10306
10307 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 10308 Document that these are not used.
ac9a91a7
JM
10309
10310Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10311
10312 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
10313
392a587b
JM
10314Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
10315
10316 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 10317 numargs was dropped.
392a587b
JM
10318
10319Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
10320
10321 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
10322
b83266a0
SS
10323Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
10324
10325 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 10326 Update.
b83266a0 10327
7a292a7a
SS
10328Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
10329
10330 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
10331 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
10332
10333Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
10334
10335 * gdbint.texinfo: Fix typos: $ -> @.
10336
10337Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
10338
10339 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
10340 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
10341 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
10342 BREAKPOINT_FROM_PC.
a9331b3f 10343
7a292a7a
SS
10344Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
10345
10346 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 10347 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
10348
10349Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10350
10351 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 10352 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
10353
103541999-04-02 Stan Shebs <shebs@andros.cygnus.com>
10355
10356 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
10357 longer exists.
10358
10359Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
10360
10361 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
10362 nearly all @ifset/@ifclear conditionals; nobody uses them, and
10363 they make the manual source incomprehensible.
7a292a7a
SS
10364 * h8-cfg.texi: Remove, hasn't been used in years.
10365
c906108c
SS
10366Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
10367
10368 * gdb.texinfo: Update the credits.
10369
10370Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
10371
10372 * gdb.texinfo: Fix mistakes noticed in printout of last
10373 draft, add Alpha to discussion of heuristic fence post.
10374
10375Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
10376
10377 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
10378 Edition, merge some HP changes into mainline, describe some
10379 previously undocumented features, describe more of the target
10380 commands available, eliminate obsolete section on renamed
10381 commands.
c906108c
SS
10382 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
10383
10384Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
10385
10386 * gdb.texinfo: Make many HPPA conditionals unconditional,
10387 including catchpoint description, since now on for all configs.
10388 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
10389 specializations.
10390
10391Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
10392
10393 * Makefile.in (GDBvn.texi): Fix match expression to work with
10394 current format of VERSION in gdb/Makefile.in.
10395 * gdb.texinfo: Fix node ref to match new readline.
10396
10397Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
10398
a9331b3f
RM
10399 * gdb.texinfo: Changes made as part of a project to merge in
10400 changes made by HP. Documentation makes extensive use of
c906108c
SS
10401 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
10402 on remote debugging. There are differences in documentation
889bf7c5 10403 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
10404 the HP manual discusses catchpoints, hardware watchpoints, and
10405 some HPUX specific limitations for shared library support.
a9331b3f 10406
c906108c
SS
10407 There are also a number of @node changes.
10408
104091999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
10410
10411 * gdbint.texinfo (Formatting): Disambiguate a sentence.
10412 (C Usage): Same.
10413
10414Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
10415
10416 The following changes were made by Edith Epstein
889bf7c5
PA
10417 <eepstein@cygnus.com> as part of a project to merge in changes
10418 made by HP.
a9331b3f 10419
c906108c
SS
10420 * HPPA-cfg.texi: new file.
10421
10422 * all-cfg.texi: set HPPA for HP PA-RISC targets.
10423
10424 * refcard.tex: change documentation about catch.
10425 removed info catch.
10426
10427Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
10428
10429 * gdbint.texinfo: Expand on GDB's coding standards,
10430 specify the use of arg names with prototypes.
10431
104321998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
10433
10434 * gdb.texinfo: Fix tipo.
10435
10436Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
10437
10438 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 10439 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
10440
10441Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
10442
10443 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
10444
104451998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
10446
10447 * agentexpr.texi: New file.
10448
10449Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
10450
10451 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
10452
104531998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
10454
10455 * remote.texi: Changed wording that implied that the GDB remote
10456 protocol caches register values instead of GDB itself.
10457
10458Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
10459
10460 * gdbint.texinfo: Add some info about symbol readers.
10461 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
10462 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
10463 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
10464 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
10465
10466Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
10467
a9331b3f 10468 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
10469
10470Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
10471
10472 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
10473
10474Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
10475
10476 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 10477 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
10478
10479Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
10480
10481 * gdbint.texinfo: Fix minor typos.
10482
10483Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
10484
10485 * gdbint.texinfo: Complete overhaul. Group descriptions more
10486 logically, add more info on generic algorithms, remove much
10487 obsolete and/or wrong material.
10488
10489Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
10490
10491 * stabs.texinfo (Method Type Descriptor): Expand and correct.
10492
10493Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
10494
10495 * refcard.tex: Copyright, address updates.
10496
10497Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
10498
10499 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
10500 for the edition instead of confusing GDB-version-like numbers.
10501
10502Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
10503
10504 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
10505
10506Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
10507
5ae4183a 10508 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
10509
10510Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
10511
10512 * gdb.texinfo: Add some credits, mention bug monitor.
10513 * remote.texi: Mention mips monitor targets.
10514 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 10515
c906108c
SS
10516Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
10517
10518 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
10519 files, finish sorting of host vs target vs native macros, describe
10520 some more of them.
c906108c
SS
10521
10522Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
10523
10524 * gdbint.texinfo (Host Conditionals): Document change from
10525 using NO_MMALLOC to it's inverse, USE_MMALLOC.
10526
10527Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
10528
10529 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 10530 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
10531
10532Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
10533
10534 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
10535 Document LSEEK_NOT_LINEAR.
10536
10537Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
10538
10539 * stabs.texinfo (Stab Section Basics): Make it clear that only
10540 some versions of the GNU linker remove the leading N_UNDF symbol.
10541
10542Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
10543
10544 * stabs.texinfo (String Field): Document type number pairs here,
10545 instead of in the Sun specific section.
10546 (Include Files): The GNU linker supports the N_BINCL
10547 optimization. Clarify the N_BINCL value, and what it is used
10548 for.
10549 (Procedures): Document N_FUN with an empty string to mark the end
10550 of a function.
10551 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
10552 (Sun Differences): Remove this node, as the information is now
10553 elsewhere in the main document.
10554 (Stab Section Basics): Mention that the GNU linker may optimize
10555 stabs and remove the leading N_UNDF symbol.
10556
10557Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
10558
10559 * gdb.texinfo, refcard.tex: Restore author credit
10560
10561Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
10562
10563 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
10564 documentation to account for START and END macros taking
10565 one arg.
10566
10567Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
10568
10569 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
10570 * gdb.texinfo (Frames): Fix typo.
10571
10572Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
10573
10574 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
10575 a target_signal as arg type, not a pid.
10576
10577Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
10578
10579 * gdb.texinfo: Document `set assembly-language'.
10580
10581Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
10582
10583 * remote.texi: Update list of stubs in the GDB distribution.
10584
10585Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
10586
10587 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
10588 Also document that some systems can use mmalloc but must define
10589 this if their C runtime allocates memory that is later freed.
c906108c 10590 (MMCHECK_FORCE): Document new macro.
a9331b3f 10591
c906108c
SS
10592Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
10593
10594 * remote.texi: Add documentation for target Sparclet.
10595
10596Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10597
a9331b3f 10598 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
10599 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
10600 * configure.in: Rewritten for autoconf.
10601 * configure: New.
10602
10603Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
10604
10605 * Makefile.in (DVIPS): New define, set to dvips.
10606 (dvi): Add stabs.dvi.
10607 (ps): New target.
10608 (all-doc): Depend on info, dvi, and ps targets.
10609 (STAGESTUFF): Add *.ps and *.dvi files.
10610 (clean-info, clean-dvi): Remove.
10611 (mostlyclean): Does not depend upon clean-info or clean-dvi,
10612 rules completely rewritten.
10613 (maintainer-clean): Remove clean-info and clean-dvi
10614 dependencies and put their actions in the rules.
10615 (gdb.ps): New target
a9331b3f 10616 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
10617 intermediate TeX files, whether they have 2 or 3 character
10618 extensions.
10619 (gdbint.ps): Add target and rules.
10620 (gdb-internals): Delete unused target.
10621 (Makefile): Depends upon config.status also.
10622
10623Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
10624
10625 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
10626 set.
10627
10628Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
10629
10630 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
10631 * gdb.texinfo (Expressions): Fix erroneous array constant example.
10632
10633Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
10634
10635 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
10636
10637Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10638
10639 * gdb.texinfo (Print settings): Document
10640 `set/show print static-members' commands.
10641
10642Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
10643
10644 * gdbint.texinfo (Native): Document name change, coredep.c to
10645 core-aout.c.
10646
10647Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
10648
10649 * stabs.texinfo (Include Files): Document the values the SunOS4
10650 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
10651
10652Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
10653
10654 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
10655 Fix typo.
10656
10657Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
10658
10659 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
10660 "gdb.tar.Z".
10661
10662Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
10663
10664 * Makefile.in (maintainer-clean): New target, synonym for
10665 realclean.
10666
10667Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
10668
10669 * Update all FSF addresses except those in COPYING* files.
10670
10671Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
10672
10673 From Richard Earnshaw (rearnsha@armltd.co.uk):
10674 * gdb.texinfo (convenience variables): Document $_exitcode.
10675 (quit): Document optional expression to use as exit code.
10676
10677Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
10678
10679 * gdb.texinfo, remote.texi: Brought up to date with various
10680 GDB changes.
10681
10682Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
10683
10684 * gdb.texinfo: Update dates and versions, fix comments about
10685 hardware watchpoints in future releases and about the
10686 sharedlibrary command.
10687
10688Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10689
10690 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
10691 C_FUN stab. Other cleanups.
10692
10693Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10694
10695 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
10696 for the sparc stub.
10697
10698Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10699
10700 * annotate.texi: Clarify which addresses have differing formats
10701 depending on the language and which do not.
10702
10703Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10704
10705 * remote.texi (NetWare): Changed example to use BOARD= instead of
10706 NODE= argument to reflect correspoding change to gdbserve.nlm.
10707
10708Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10709
10710 * stabs.texinfo (Negative Type Numbers): Mention the fact that
10711 GDB, as well as AIX dbx, supports the size type attribute.
10712
10713Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10714
10715 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
10716
10717Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
10718
10719 * gdb.texinfo (Define): Document $arg0... arguments to commands,
10720 and new 'if' and 'while' commands.
10721
10722Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
10723
10724 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
10725
10726Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10727
10728 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
10729 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
10730 NetWare targets. Mostly stolen from the Server node.
10731
10732Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10733
10734 * gdb.texinfo (Setting): Talk about the language of a source file
10735 versus the working language. The old documentation did not match
10736 what GDB did.
10737
10738Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10739
10740 * stabs.texinfo (Source Files): Document N_SO used to mark the end
10741 of a source file.
10742
10743Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10744
10745 * gdb.texinfo (Processes): New node.
10746
10747Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
10748
10749 * remote.texi: Update documentation of set/show mipsfpu.
10750
3fc11d3e
JM
10751Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
10752
10753 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
10754 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
10755
10756Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
10757
10758 * gdbint.texinfo: Removed mentions of some incorrectly placed and
10759 obsolete conditionals, described some others.
10760
10761Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10762
10763 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
10764 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
10765
10766Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
10767
10768 * gdbint.texinfo: Put regex conditionals in their own table.
10769
10770Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
10771
10772 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
10773 described or fixed the descriptions of many others.
10774
10775Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
10776
10777 * gdb.texinfo: Add some more credits.
10778 * gdbint.texinfo: Capitalize GDB consistently, describe some
10779 macros and remove some.
10780
10781Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
10782
10783 * gdbint.texinfo: Removed mentions of many incorrectly placed and
10784 obsolete conditionals, described some others.
10785
10786Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10787
10788 * gdb.texinfo (help targets): Changed to `help target', which
10789 is the correct gdb command.
10790
10791Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10792
10793 * annotate.texi (TODO): New node, for keeping track of annotations
10794 suggested but not yet implemented.
10795
10796Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10797
10798 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
10799 another symbol, it is not the address itself.
10800
10801Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
10802
10803 * stabs.texinfo (Stab Section Basics): Add comment about alignment
10804 of stabs-in-coff sections.
10805
10806Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10807
10808 * annotate.texi: Change edition to 0.5 and date to May 1994.
10809 Add index.
10810 (Frames): New node, for frame annotation.
10811 (Displays): New node, for display annotation.
10812
10813 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
10814 when waiting for your program to stop.
10815
10816Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10817
10818 * annotate.texi (Breakpoint Info): Document annotation of header
10819 fields and record annotation.
10820
10821Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10822
10823 * annotate.texi: New file, to document annotations.
10824
10825Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10826
10827 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
10828 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
10829
10830Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10831
10832 * stabs.texinfo (Stab Section Basics): Say what is in .stab
10833 section, and say n_strx field is compilation unit relative.
10834 * stabs.texinfo: Don't use @code for a.out when it is the name of
10835 an object file format.
10836
10837Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10838
10839 * gdb.texinfo: Refer to file names, not path names, per rms
10840 convention.
10841 (Arguments): Fix typo.
10842
10843Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10844
10845 * stabs.texinfo (Global Variables): Talk about stabs in files
10846 where variables are referenced, but not defined.
10847
10848Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10849
10850 * stabs.texinfo: Move stuff on @ and # type descriptors from node
10851 Cplusplus to new nodes Member Type Descriptor and Method Type
10852 Descriptor. Re-write stuff for #.
10853
10854Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10855
10856 * gdb.texinfo (Print Settings): Don't document "set print
10857 fast-symbolic-addr off". The bug which it worked around was fixed
10858 on 25 Feb 94 in coffread.c, so I'm nuking the command.
10859
10860 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
10861 N_ENTRY node.
10862
10863 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
10864
10865Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10866
10867 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
10868 references to ieee-float.c.
10869
10870Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10871
10872 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
10873 match what the code actually does.
10874
10875Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10876
10877 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
10878
10879Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10880
10881 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
10882 i, and b.
10883
10884Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
10885
10886 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
10887 well as for ELF and SOM. Unify the descriptions of ELF and SOM
10888 as "stabs in sections" rather than just saying "ELF and SOM".
10889 Also make that stuff apply to COFF.
10890
10891Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10892
10893 * gdb.texinfo (Formatting Documentation): Change GhostScript to
10894 Ghostscript.
10895
10896Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10897
10898 * gdb.texinfo (Continuing and Stepping): When talking about "step"
10899 versus functions without line numbers, also mention stepping into
10900 them as well as "step" when you are in them. Tell the user how to
10901 deal with the situation. Add comment about "debugging information".
10902
10903Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10904
10905 * stabs.texinfo (Enumerations): Document restriction on where
10906 enumeration types can appear and still win with GDB.
10907
10908Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10909
10910 * stabs.texinfo (Negative Type Numbers): Document format for type
10911 -16.
10912
10913Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10914
10915 * gdb.texinfo (Selection, Frame Info): Update information about
10916 arbitrary frame specficiations.
10917
10918Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
10919
10920 * gdb.texinfo, remote.texi: general editing pass prior to Net release
10921
10922Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10923
10924 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
10925
10926Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
10927
10928 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
10929
10930Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10931
10932 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
10933 Differences node to Statics node.
10934 (Statics): Discuss XCOFF use of V symbol descriptor.
10935
10936 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
10937 not clean.
10938
10939Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
10940
10941 * gdb.texinfo (Print Settings): Document `set print
10942 fast-symbolic-addr' and improve the doc for some other
10943 `set print's.
10944
10945Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10946
10947 * stabs.texinfo (String Field): Talk about defining several type
10948 numbers at once.
10949 Fix lint regarding changing node ELF Transformations to
10950 ELF and SOM Transformations.
10951
10952Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
10953
10954 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
10955
10956Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10957
10958 * stabs.texinfo (Cross-References): `::' is for nested types only
10959 within <>.
10960 (Structures): Document static members.
10961
10962Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10963
10964 * stabs.texinfo: Document S type attribute.
10965
10966Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
10967
10968 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
10969
10970Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
10971
10972 * gdbint.texinfo: Fix a few typos.
10973
10974Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10975
10976 * gdb.texinfo, remote.texi: formatting improvements
10977
10978 * gdb.texinfo (New Features): mention threads.
10979 (Summary, C): fix xrefs in newly contributed text.
10980 (Threads): index entries, clarifications, example
10981 (passim): minor typos fixed, phrasing improvements
10982
10983 * remote.texi (Bootstrapping): rephrase text on ^C and add index
10984 entries; (Server): explain use of gdbserver w/real-time systems,
10985 add example of conflicting TCP port; (MIPS Remote) break up
10986 running text into table, highlighting commands, and add example.
a9331b3f 10987
c906108c
SS
10988Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10989
10990 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
10991
10992Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10993
10994 * stabs.texinfo (Nested Symbols): New node.
10995 (String Field, Symbol Descriptors, Cross-References): Refer to it.
10996
10997Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10998
10999 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
11000 to picking which Bbss.bss symbol to use, and (because there seems to
11001 be no good way of doing it) re-write some of the text to make it
11002 sound like Bbss.bss isn't such a great idea after all (as currently
11003 designed).
11004
11005 * gdb.texinfo (C): In addition to saying people have to use g++ for
11006 good results, say they have to use stabs. Specifically say cfront
11007 doesn't work well.
11008 (Summary): Merge in information on Modula-2, Pascal, and Chill from
11009 the gdb README. Add xrefs to places where the support for the various
11010 languages is described in detail.
11011
11012Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11013
11014 * stabs.texinfo: Clean up stuff about visibility and virtual
11015 characters.
11016
11017 * stabs.texinfo (N_M2C): Cite Sun doc.
11018
11019Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11020
11021 * gdb.texinfo: updates re threads.
11022 * remote.texinfo: avoid index entries starting with digits.
11023
11024Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11025
11026 * stabs.texinfo (Enumerations): Talk about large, negative and
11027 octal values. Clean up cross reference to type attributes.
11028 (String Field): Say that GDB 4.11 supports size attribute.
11029
11030Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11031
11032 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
11033 is a mandatory step. Make the stuff about that more concise.
11034
11035Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11036
11037 * stabs.texinfo (Class Names): New node.
11038
11039 * gdb.texinfo (Command Files): Explain order of init file reading.
11040
11041 * remote.texi (Bootstrapping): Talk about getting the serial driver
11042 to deal with ^C sent by gdb to stop the remote system.
11043
11044Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
11045
11046 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
11047
11048 * libgdb.texinfo (Defining Commands): made the DOC arg
11049 to gdb_define_app_command a char * instead of char **
11050 per a suggestion from kingdon.
11051
11052 * libgdb.texinfo: total rewrite from a different starting
11053 premise.
11054
11055Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11056
11057 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
11058 floats passed as doubles (to improve clarity).
11059
11060Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11061
11062 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
11063
11064 * a4rc.sed: update to work with Andreas Vogel papersize params
11065
11066 * refcard.tex: use Andreas Vogel simplifications of papersize
11067 params; remove useless version info; update copyright date.
11068
11069Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11070
11071 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
11072
11073Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11074
11075 * gdb.texinfo (Files): Say what address the load command loads it at.
11076
11077 * stabs.texinfo (Common Blocks): Minor cleanups.
11078
11079 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
11080 that Sun has backed away from the linker kludge and thus the relevant
11081 issue is changes to the SunPRO tools, not the Solaris linker.
11082
11083 * stabs.texinfo (Traditional Integer Types): Clean up description
11084 of octal bounds a little bit. Document extra leading zeroes.
11085
11086Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11087
11088 * gdb.texinfo (Signaling): Update for symbolic symbol names
11089 and add a section explaining the difference between the GDB
11090 signal command and the shell kill utility.
11091
11092Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
11093
11094 * libgdb.texinfo: added `@' to braces that were unescaped.
11095
11096Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
11097
11098 * libgdb.texinfo: new file. Spec for the gdb library.
11099
11100Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11101
11102 * stabs.texinfo (Include Files): Fix typo (start -> end).
11103
11104Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11105
11106 * gdb.texinfo, remote.texi: assorted small improvements, mostly
11107 from Melissa at FSF's editing pass.
11108
11109Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11110
11111 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
11112 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
11113 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
11114
11115Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11116
11117 * remote.texi (Bootstrapping): Discuss 386 call gates.
11118
11119Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11120
11121 * stabs.texinfo (Based Variables): New node.
11122
11123Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
11124
11125 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
11126 names, sizes, and formats to suggest how not to lose.
11127
11128Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11129
11130 * stabs.texinfo (Methods): Fix typo.
11131
11132Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11133
11134 * gdb.texinfo: Fix a few typos.
11135
11136Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11137
11138 * gdb.texinfo: Clarify how well it works with Fortran.
11139
11140 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
11141 More on relocating stabs in ELF files.
11142
11143Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11144
11145 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
11146
11147Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11148
11149 * stabs.texinfo (Local Variable Parameters): Talk about nameless
11150 parameters on VAX.
11151
11152Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11153
11154 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
11155
11156Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11157
11158 * stabs.texinfo: Make info author notice match the TeX author notice.
11159
11160Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11161
11162 * stabs.texinfo: Initial-caps all words in node names and
11163 non-trivial words in section names.
11164
11165Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11166
11167 * stabs.texinfo: Many minor cleanups.
11168
11169 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
11170
11171Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
11172
11173 * stabs.texinfo: Remove full description of big example.
11174 It's not really helpful; just use pieces of it where appropriate.
11175 Add more Texinfo formatting directives (@samp, etc.).
11176 Use @deffn to define stab types.
11177 Eliminate some wordiness. Break up some nodes.
11178 Add an (alphabetized) index of symbol types.
11179 Use consistent capitalization style in node and section names.
11180
11181Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
11182
11183 * gdb.texinfo: Change typo "Two two" to "The two".
11184
11185Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11186
11187 * stabs.texinfo (XCOFF-differences): Remove references to
11188 non-existent types N_DECL and N_RPSYM.
11189
11190 * stabs.texinfo (String Field): Say that type attributes bug is
11191 fixed in GDB 4.10, since it is.
11192
11193 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
11194
11195Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
11196
11197 * stabs.texinfo: Formatting cleanups.
11198
11199Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11200
11201 * stabs.texinfo: When explaining the n_type of a stab, standardize
11202 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
11203 no tabs, use @r).
11204 (Global Variables): Clean up.
11205
11206Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11207
11208 * stabs.texinfo (Stack Variables): Re-write.
11209
11210Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11211
11212 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
11213 addresses of a source file. Also revise formatting.
11214 Change "object module" or "object file" to "source file".
11215 Various: Miscellaneous cleanups.
11216
11217Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11218
11219 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
11220
11221Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
11222
11223 * gdbint.texinfo: Removed many nonsensical machine-collected
11224 host and target conditionals, described some of the remainder.
11225
11226Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11227
11228 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
11229
11230 * gdbint.texinfo (Top): Add name to @top line, and re-write the
11231 paragraph which follows.
11232
11233 * gdbint.texinfo (Host): Use @code not @samp for Makefile
11234 variables. Looks better and avoids overful hbox.
11235
11236Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11237
11238 * stabs.texinfo (Procedures): Improve stuff on nested functions.
11239
11240Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11241
11242 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
11243 retransmit-timeout
11244
11245Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11246
11247 * gdbint.texinfo: Update statement about `some ancient Unix
11248 systems, like Ultrix 4.0' to Ultrix 4.2.
11249
11250Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
11251
11252 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
11253
11254 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
11255
11256 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
11257 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
11258
11259 * remote.texi: new name for former gdbinv-s.texi
11260
11261 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
11262
11263Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
11264
11265 * gdbinv-s.texi: Documented timeout and retransmit-timeout
11266 variables for MIPS remote debugging protocol.
11267
11268Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11269
11270 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
11271
11272Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
11273
11274 * Makefile.in (refcard.dvi): Use srcdir where necessary.
11275
11276Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
11277
11278 * gdb.texinfo: repair conditional bugs in text markup
11279
11280Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11281
11282 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
11283 to select Modula-2 material.
11284
11285Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11286
11287 * stabs.texinfo: Cleanups regarding statics.
11288
11289 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
11290 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
11291
11292Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11293
11294 * stabs.texinfo: N_MAIN is sometimes used for C.
11295
11296Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11297
11298 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
11299
11300Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
11301
11302 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 11303 removed from the code by Kingdon.
c906108c
SS
11304
11305Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11306
11307 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
11308 input when evaluating breakpoint conditions; the bug has been fixed.
11309
11310 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
11311 sets the ignore count to N-1, not to N.
11312
11313Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11314
11315 * refcard.tex (\hoffset): correct longstanding error to match
11316 intended offset; avoids cutting off edge on some printers
11317
11318Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11319
11320 * stabs.texinfo (Parameters): Say that order of stabs is significant.
11321
11322Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11323
11324 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
11325
11326Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11327
11328 * Makefile.in: (REFEDITS) new var to control whether PS or CM
11329 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
11330 collect sed edits if any, apply to refcard before formatting;
11331 (refcard.ps) stop implying PS fonts if PS output requested;
11332 (lrefcard.ps) delete extra target for variant PS fonts
11333
11334 * refcard.tex: parametrize papersize dependent info, collect
11335 in easily replaced spot
11336
11337 * a4rc.sed: new file, edits to refcard for A4 paper
11338
11339Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11340
11341 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
11342
11343Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11344
11345 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
11346
11347Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11348
11349 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
11350 politely rather than rudely.
11351
11352Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11353
11354 * stabs.texinfo: Document common blocks.
11355
11356Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
11357
11358 * stabs.texinfo: Add some basic info about stabs-in-elf.
11359
11360Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11361
11362 * stabs.texinfo (Top): Minor cleanup.
11363
11364Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
11365
11366 * Makefile.in (install-info): remove parentdir support
11367
11368Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11369
11370 * gdb.texinfo (Copying): delete this node and references to it;
11371 RMS says this manual need not carry GPL. (passim): Improvements
11372 from last round at FSF, largely due to Ian Taylor review, and
11373 minor formatting improvements.
11374
11375 * gdbinv-s.texi (passim): Improvements from last round at FSF,
11376 largely due to Ian Taylor review. (Debug Session): minor edits to
11377 new text.
11378
11379Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
11380
11381 * Makefile.in (realclean): Remove info and dvi files too.
11382
11383Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
11384
11385 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
11386 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
11387 * gdb.texinfo: Change accordingly.
11388
11389 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
11390 N_{L,R}BRAC,N_SLINE are relative to.
11391
11392Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
11393
11394 * Makefile.in (GDBvn.texi): Update atomically.
11395
11396Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
11397
11398 * gdbinv-s.texi (Debug Session): Document exceptionHook.
11399
11400Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
11401
11402 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
11403 addresses together. Also motivate the set print symbol-filename
11404 command and suggest other solutions.
11405
11406Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
11407
11408 * gdb.texinfo (set print elements): Note that the number of
11409 elements is set to unlimited by "set print elements 0".
11410
11411Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
11412
11413 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
11414 NF_LDOUBLE means.
11415 (Stab Types): Include Solaris stab types.
11416 (Procedures): Document Solaris extensions.
11417
11418Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11419
11420 * gdb.texinfo: Add `set print symbol-filename' doc.
11421
11422Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11423
11424 * stabs.texinfo (Arrays): Talk about type definition vs. type
11425 information.
11426
11427 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
11428 the trailing semicolon.
11429
11430Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11431
11432 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
11433 and merge in other parts of the document addressing these subjects.
11434 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
11435
11436 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
11437 at the end of a range type.
11438
11439 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
11440 AIX extensions.
11441
11442Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11443
11444 * stabs.texinfo (Stabs Format): Misc fixes.
11445
11446Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11447
11448 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
11449 (Traditional builtin types): Document convex convention for long long.
11450 (Negative builtin types): Discuss type names, and misc fixes.
11451
11452Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11453
11454 * stabs.texinfo (Builtin Type Descriptors): Document the floating
11455 point types used with @samp{R} type descriptor.
11456 (Symbol Descriptors): Describe how to handle conflict between
11457 different meanings of @samp{P} symbol descriptor.
11458
11459Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11460
11461 * stabs.texinfo: Remove node Quick Reference and put its children
11462 directly under the main menu.
11463
11464 * stabs.texinfo: Many more changes to bring it into line with
11465 AIX documentation and reality. I think it now has all the
11466 information from the AIX documentation, except that I burned
11467 out when I got to variant records (Pascal and Modula-2) and
11468 all the COBOL types. Oh well, we can add them later when we're
11469 worrying more about those languages.
11470
11471 * stabs.texinfo (Automatic variables): Talk about what it means
11472 to omit the symbol descriptor.
11473
11474Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11475
11476 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
11477 gcc2 behavior with promoted args.
11478
11479Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11480
11481 * gdb.texinfo: include readline appendices in info version of manual
11482
11483Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11484
11485 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
11486 target remote.
11487
11488 * gdb.texinfo (Machine Code): more index entries for disassemble
11489
11490Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
11491
11492 * Clarify the intended use of the gdb-testers and gdb-patches
11493 mailing lists, and shrink gzip comment.
11494
11495Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11496
11497 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
11498 DOSHOST configuration of manual.
11499
11500 * gdb.texinfo (MIPS Stack): new node.
11501
11502 * all-config.texi (MIPS) new switch.
11503
11504 * gdbinv-s.texi (Nindy Options) Remove two instances of future
11505 tense; (MIPS Remote) new node.
11506
11507 * gdb.texinfo (passim) rephrases to work around makeinfo @value
11508 bug; (Environment) less passive, other small cleanups in text about
11509 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
11510 (Remote) new MIPS Remote menu entry.
11511
11512Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
11513
11514 * stabs.texinfo: Many changes to include information from the
11515 AIX documentation.
11516
11517 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
11518
11519Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
11520
11521 * gdbint.texinfo (new node Debugging GDB, elsewhere):
11522 Move a bunch of information from ../README.
11523 (Getting Started): New node.
11524
11525Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11526
11527 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
11528
11529 * gdb.texinfo: advance manual revision dates to present
11530
11531 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
11532 stop using silly Roman numerals in @set variable names
11533
11534Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
11535
11536 * stabs.texinfo (Parameters): Keep trying to get this right.
11537
11538Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
11539
11540 * stabs.texinfo (Parameters): More on "local parameters".
11541
11542Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
11543
11544 * stabs.texinfo (Parameters): Re-do "local parameters" section.
11545
11546Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
11547
11548 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
11549 (Parameters): Rewrite.
11550 (xcoff-differences, Sun-differences): Minor changes.
11551
11552Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
11553
11554 * stabs.texinfo: Minor cleanup.
11555
11556Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
11557
11558 * gdbint.texinfo: Minor xcoff stuff.
11559
11560Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
11561
11562 * gdbint.texinfo: Update for new config directory structure.
11563 Add info about internal type data structures.
11564
11565Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
11566
11567 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
11568 $(srcdir).
11569 (gdb-config.texi): Depend on file in $(srcdir).
11570
11571Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
11572
11573 * stabs.texinfo: Fixes about N_SO.
11574
11575Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11576
11577 * gdb.texinfo: include list of nonstandard init file names
11578
11579 * *-config.texi: new switch GENERIC for text that applies *only*
11580 to (usual) multiple-target version of manual
11581
11582 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
11583 h8 config
11584
11585 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
11586 in menus (rather than conditionally selected multiple alternative
11587 menus).
11588
11589 * Makefile.in: define and use DOC_CONFIG var to select
11590 configuration for GDB user manual.
11591
11592 * gdb-config.texi: delete from repository, generate from Makefile.
11593
11594 * all-config.texi: normal `generic' configuration file, formerly
11595 stored as gdb-config.texi
11596
11597Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
11598
11599 * Makefile.in: add dvi target to build all .dvi files
11600
11601Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11602
11603 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
11604
11605Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
11606
11607 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
11608 host conditionals.
11609 * stabs.texinfo: More array fixes inspired by Jim's.
11610
11611Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
11612
11613 * stabs.texinfo: Fixes re arrays and continuations.
11614
11615 * gdbint.texinfo: Add XCOFF node.
11616
11617Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
11618
11619 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
11620
11621Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
11622
11623 * stabs.texinfo: Fix for array types to mention lower bounds.
11624
11625Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
11626
11627 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
11628
11629Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
11630
11631 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
11632
11633Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
11634
11635 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
11636 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
11637
11638Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
11639
11640 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
11641
11642Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11643
11644 * gdb.texinfo, gdbinv-s.texi: misc updates
11645
11646Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
11647
11648 * gdbint.texinfo: Brief documentation for longjmp support,
11649 from an email msg by Stu.
11650
11651Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
11652
11653 * stabs.texinfo: Fix description of floating point "range"
11654 types (which really define basic types). Reported by Jim Meehan,
11655 <meehan@src.dec.com>.
11656
11657 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
11658
11659Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
11660
11661 * gdbint.texinfo: Slightly expand section on supporting a new
11662 object file format.
11663
11664Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
11665
11666 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
11667 intermediate file.
11668
11669Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11670
11671 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
11672
11673Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11674
11675 * gdbinv-s.texi: z8000 simulator target name is just "sim"
11676
11677 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
11678 as well as Z8002.
11679
11680Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
11681
11682 * gdbint.texinfo: Add sections on clean design and on how to send
11683 in changes.
11684
11685Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
11686
11687 * gdbint.texinfo: Add how to declare the result of make_cleanup.
11688
11689Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
11690
11691 * gdb.texinfo: Fix typo, reported by Karl Berry.
11692
11693Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
11694
11695 * gdb.texinfo: Add opcodes dir to GDB distribution description.
11696
11697Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11698
11699 * gdbint.texinfo: fixed a stray email address (needs @@),
11700 added @table @code to node "Native Conditionals"
11701
11702Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
11703
11704 * gdbint.texinfo: Describe coding style of GDB.
11705
11706Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
11707
11708 * stabs.texinfo: Minor wording changes.
11709
11710Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
11711
11712 * gdbint.texinfo: Improve release doc slightly.
11713
11714Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
11715
11716 * gdbint.texinfo: Improve doc of GDB config macros.
11717
11718Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
11719
11720 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
11721 These will be reinserted when examined.
11722
11723Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
11724
11725 * gdbint.texinfo: Make a start at documenting all the #if macros
11726 in GDB. At least list them all, and start separating them into
11727 host-specific and target-specific.
11728
11729Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11730
11731 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 11732 examples (not consistent w others).
c906108c
SS
11733 gdb.texinfo: issue disclaimer paragraph on cmdline options only
11734 for generic vn of doc
11735
11736Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
11737
11738 * Makefile.in: always create installation directories.
11739
11740Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11741
11742 * gdb.texinfo: in h8 config, do not describe searching commands.
11743
11744Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11745
11746 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
11747 conditionals; introduce a few generic switches that may be
11748 useful for other cross-dev or dos-hosted configs.
11749
11750 * gdb.texinfo: fix typo in "info reg" description
11751
11752Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
11753
11754 * stabs.texinfo: Minor updates from running TeX over it.
11755 * Makefile.in (stabs.dvi, stabs.ps): Add.
11756
11757Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
11758
11759 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
11760 First pass at converting it to texinfo.
11761
11762Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
11763
11764 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
11765 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
11766
11767Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
11768
11769 * gdbint.texinfo: Add section on partial symbol tables.
11770
11771Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
11772
11773 * gdb.texinfo: document `set remotedebug' and `set
11774 rstack_high_address'.
11775
11776Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11777
11778 * gdb.texinfo: slight expansion of new text on reading info files
11779 * gdbinv-s.m4.in: correct and expand info on cross-debugging
11780 H8/300 from DOS.
11781
11782Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
11783
11784 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
11785
11786Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
11787
11788 * gdb.texinfo: Say how to read the `info' files.
11789
11790Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
11791
11792 * Makefile.in: gm4 -> m4.
11793
11794Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
11795
11796 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
11797 Documentation' ahead of `Installing GDB' to match README.
11798 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 11799 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
11800
11801Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
11802
11803 * Makefile.in: remove $(srcdir) from gdb.info rule.
11804
11805Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11806
11807 * Makefile.in: commented out gdb-all.texinfo rule. This is
11808 temporary.
11809
11810Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
11811
11812 * Makefile.in, configure.in: removed traces of namesubdir,
11813 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
dee368d3 11814 copyrights to '92, '13, changed some from Cygnus to FSF.
c906108c
SS
11815
11816Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
11817
11818 * gdb.texinfo: Improve how we ask for bug reports.
11819
11820Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11821
11822 * Makefile.in: infodir belongs in datadir.
11823
11824Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11825
11826 * Makefile.in: remove spaces following hyphens, bsd make can't
11827 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 11828 standards.text support.
c906108c
SS
11829
11830Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11831
11832 * Makefile.in: idestdir and ddestdir go away. Added copyrights
11833 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
11834 and mandir now keyed off datadir by default.
11835
11836\f
11837Local Variables:
9e9c5ae7 11838mode: change-log
c906108c
SS
11839left-margin: 8
11840fill-column: 74
11841version-control: never
463888ab 11842coding: utf-8
c906108c 11843End:
This page took 1.715639 seconds and 4 git commands to generate.