Document -ctf switch of -trace-save
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
... / ...
CommitLineData
12016-10-14 Simon Marchi <simon.marchi@ericsson.com>
2
3 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
4 of -trace-save.
5
62016-10-06 Tom Tromey <tom@tromey.com>
7
8 * guile.texi (Types In Guile): Remove Java mentions.
9 * python.texi (Types In Python): Remove Java mentions.
10 * gdb.texinfo (Address Locations, Supported Languages)
11 (Index Section Format): Remove Java mentions.
12
132016-08-15 Doug Evans <dje@google.com>
14
15 * gdb.texinfo (Target Description Format): Update docs on "end"
16 field spec and field default type.
17
182016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
192016-10-03 Simon Marchi <simon.marchi@ericsson.com>
20
21 PR gdb/20487
22 * gdb.texinfo (Context management): Update mention of frame
23 change notifications.
24 (gdb/mi Async Records): Document frame field in
25 =thread-select event.
26 * observer.texi (GDB Observers): New user_selected_context_changed
27 observer.
28
292016-09-28 Tom Tromey <tom@tromey.com>
30
31 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
32 than "memory breakpoint". Further document "kind". Move
33 protocol-details link earlier.
34 <z1>: Document the cmd_list argument. Fix typo.
35 <g>: Remove incorrect sentence.
36 (Stop Reply Packets): Document "OK" response to requests when in
37 non-stop mode.
38 <swbreak>: Use "software breakpoint" rather than "memory
39 breakpoint".
40 <create>: Document that "R" is ignored.
41 <W, X, w>: Document formatting of "AA".
42 (Notification Packets): Use "%Stop", not "%%Stop".
43
442016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
45
46 * gdb.texinfo (Embedded Processors): Document ARC.
47 (Synopsys ARC): New section.
48 (Standard Target Features): Document ARC features.
49 (ARC Features): New section.
50
512016-09-21 Simon Marchi <simon.marchi@ericsson.com>
52
53 * .gitignore: New file.
54
552016-08-24 Simon Marchi <simon.marchi@ericsson.com>
56
57 * gdb.texinfo (Input/Output): Mention possibility to unset
58 inferior-tty.
59
602016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
61
62 * gdb.texinfo: Resume btrace on reconnect.
63
642016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
65
66 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
67 syscall.
68
692016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
70
71 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
72 command.
73
742016-07-13 Tom Tromey <tom@tromey.com>
75
76 PR python/15620, PR python/18620:
77 * python.texi (Events In Python): Document new breakpoint events.
78
792016-07-13 Tom Tromey <tom@tromey.com>
80
81 PR python/17698:
82 * python.texi (Breakpoints In Python): Document
83 Breakpoint.pending.
84
852016-07-13 Tom Tromey <tom@tromey.com>
86
87 * python.texi (Breakpoints In Python): Move table of types and
88 table of watchpoint types earlier in node.
89
902016-07-12 Tom Tromey <tom@tromey.com>
91
92 PR python/19293:
93 * python.texi (Frames In Python): Document
94 gdb.invalidate_cached_frames.
95
962016-06-21 Pedro Alves <palves@redhat.com>
97
98 * gdb.texinfo (Interpreters): Update intepreter-exec section,
99 document new-ui and explain use case.
100
1012016-06-17 Yan-Ting Lin <currygt52@gmail.com>
102
103 * gdb.texinfo (Standard Target Features): Document NDS32 features.
104 (NDS32 Features): New Section.
105
1062016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
107
108 * gdb.texinfo (Examining Memory): Document negative repeat
109 count in the 'x' command.
110
1112016-06-06 Simon Marchi <simon.marchi@ericsson.com>
112
113 * gdb.texinfo (GDB/MI Async Records): Document method and
114 format fields in =record-started.
115 * observer.texi (record_changed): Add method and format
116 parameters.
117
1182016-05-27 Eli Zaretskii <eliz@gnu.org>
119
120 * gdb.texinfo (General Query Packets): Move the description of the
121 response before the long list of the specific 'read' and 'write'
122 requests.
123
1242016-05-23 Tom Tromey <tom@tromey.com>
125
126 * python.texi (Basic Python): Document gdb.breakpoints return.
127
1282016-05-24 Tom Tromey <tom@tromey.com>
129
130 PR gdb/19194:
131 * gdb.texinfo (gdb man): Fix typo.
132
1332016-05-17 Tom Tromey <tom@tromey.com>
134
135 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
136 (Rust): New node.
137
1382016-05-17 Tom Tromey <tom@tromey.com>
139
140 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
141
1422016-04-27 Yao Qi <yao.qi@linaro.org>
143
144 * gdb.texinfo (tfind): Complete doc about tfind without
145 argument.
146
1472016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
148
149 * agentexpr.texi (byte): Fix zero_ext description.
150
1512016-03-31 Pedro Alves <palves@redhat.com>
152
153 * gdb.texinfo (M32R/SDI): Delete node.
154 (MIPS Embedded): Remove references to the MIPS remote debugging
155 protocol, PMON and variants, and the associated commands.
156
1572016-03-15 Doug Evans <dje@google.com>
158
159 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
160 (Target Description Format): Mention enum types. Update docs on
161 flags types.
162 (Predefined Target Types): Add "bool".
163 (Enum Target Types): New node.
164
1652016-03-15 Pedro Alves <palves@redhat.com>
166
167 * gdb.texinfo (Tracepoint Actions): Fix typo.
168
1692016-03-15 Pedro Alves <palves@redhat.com>
170 Andreas Arnez <arnez@linux.vnet.ibm.com>
171 Marcin Kościelnicki <koriakin@0x04.net>
172
173 * gdb.texinfo (Tracepoint Actions): Document possible
174 unreliability of '$_ret'.
175
1762016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
177
178 * gdb.texinfo (Symbols): Document new 'maint info line-table'
179 command.
180
1812016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
182
183 * gdb.texinfo (Convenience Functions): Document $_as_string.
184
1852016-02-23 Doug Evans <dje@google.com>
186
187 * gdb.texinfo (Skipping Over Functions and Files): Document new
188 options to "skip" command. Update docs of output of "info skip".
189
1902016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
191
192 * gdb.texinfo (Signals): Add bound violation display hints for
193 a SIGSEGV.
194
1952016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
196
197 * gdb.texinfo (Trace File Format): Add documentation for description
198 section lines.
199
2002016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
201
202 * gdb.texinfo (Trace File Format): Remove misleading information
203 about register block ordering.
204
2052016-02-01 Doug Evans <dje@google.com>
206
207 * gdb.texinfo (Value Sizes): Fix typo.
208
2092016-02-01 Doug Evans <dje@google.com>
210
211 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
212
2132016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
214
215 * gdb.texinfo (Value Sizes): New section.
216 (Data): Add the 'Value Sizes' node to the menu.
217
2182016-01-26 John Baldwin <jhb@FreeBSD.org>
219
220 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
221
2222016-01-19 John Baldwin <jhb@FreeBSD.org>
223
224 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
225
2262016-01-18 Pedro Alves <palves@redhat.com>
227
228 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
229 of the thread that hit a breakpoint or received a signal.
230
2312016-01-15 Pedro Alves <palves@redhat.com>
232
233 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
234
2352016-01-13 Pedro Alves <palves@redhat.com>
236
237 * gdb.texinfo (Threads): Document the $_gthread convenience
238 variable.
239 (Convenience Vars): Likewise.
240
2412016-01-13 Pedro Alves <palves@redhat.com>
242
243 * gdb.texinfo (Threads): Document "info threads -gid".
244
2452016-01-13 Pedro Alves <palves@redhat.com>
246
247 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
248 anchor.
249 (Threads In Python): Document new InferiorThread.global_num
250 attribute.
251
2522016-01-07 Pedro Alves <palves@redhat.com>
253
254 * gdb.texinfo (Threads): Document per-inferior thread IDs,
255 qualified thread IDs, global thread IDs and thread ID lists.
256 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
257 thread IDs.
258 (Convenience Vars): Document the $_thread convenience variable.
259 (Ada Tasks): Adjust to refer to thread IDs.
260 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
261 Commands, GDB/MI Variable Objects): Update to mention global
262 thread IDs.
263 * guile.texi (Breakpoints In Guile)
264 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
265 global thread IDs instead of thread IDs.
266 * python.texi (Threads In Python): Adjust documentation of
267 InferiorThread.num.
268 (Breakpoint.thread): Mention global thread IDs instead of thread
269 IDs.
270
2712016-01-13 Pedro Alves <palves@redhat.com>
272
273 * python.texi (Threads In Python): Document
274 InferiorThread.inferior.
275
2762016-01-13 Pedro Alves <palves@redhat.com>
277
278 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
279 convenience variable.
280 (Convenience Vars): Likewise.
281
2822016-01-12 Josh Stone <jistone@redhat.com>
283 Philippe Waroquiers <philippe.waroquiers@skynet.be>
284
285 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
286 (Stop Reply Packets): List the syscall entry and return stop reasons.
287 (General Query Packets): Describe QCatchSyscalls, and add it to the
288 table and the detailed list of stub features.
289
2902016-01-12 Pedro Alves <palves@redhat.com>
291
292 Remove use of the registered trademark symbol throughout.
293
2942016-01-12 Yao Qi <yao.qi@linaro.org>
295
296 * gdb.texinfo (Interrupts): Update the document on handling
297 interrupt when program is stopped.
298
2992015-12-11 Don Breazeal <donb@codesourcery.com>
300
301 * gdb.texinfo (Forks): Correct Linux kernel version where
302 fork and exec events are supported, add notes about support
303 of these events in target remote mode.
304 (Connecting): Reorganize and clarify distinctions between
305 target remote, extended-remote, and multiprocess.
306 Reorganize related text from separate sections into new
307 sections.
308 (Server): Note effects of target extended-remote mode.
309 Delete section on Multi-Process Mode for gdbserver.
310 Move some text to "Connecting" node.
311
3122015-12-10 Pedro Alves <palves@redhat.com>
313
314 * gdb.texinfo (Threads): Replace warning with explanation
315 about single-threaded programs.
316
3172015-12-10 Pedro Alves <palves@redhat.com>
318
319 * gdb.texinfo (Threads): Remove mention of SGI.
320 (Forks): Remove mention of HP-UX.
321 (Breakpoints): Remove mention of HP-UX.
322 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
323 Reword in terms of architectures.
324 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
325 mention supported systems.
326 (Convenience Vars): Don't mention HP-UX.
327 (Jumping): Remove mention of HP-UX in comment.
328 (Files) <shared libraries>: Update supported shared library types
329 list. Remove mention of HP-UX.
330 (Native): Remove HP-UX subsection.
331 (SVR4 Process Information): Remove mention of HP-UX.
332
3332015-12-10 Pedro Alves <palves@redhat.com>
334
335 * gdb.texinfo (Stack): Reorder menu.
336
3372015-12-09 Luis Machado <lgustavo@codesourcery.com>
338
339 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
340 -var-set-format's new zero-hexadecimal format.
341
3422015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
343
344 * gdb.texinfo (Ada Mode Into): Move overloading support
345 description to its own node.
346 (Overloading support for Ada): New node.
347
3482015-11-30 Pedro Alves <palves@redhat.com>
349
350 PR 14618
351 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
352 (Remote Configuration): Add the "set/show remote
353 no-resumed-stop-reply" to the available settings table.
354 (General Query Packets): Document the "no-resumed" qSupported
355 feature.
356
3572015-11-30 Pedro Alves <palves@redhat.com>
358
359 * gdb.texinfo (Remote Configuration): List "set/show remote
360 thread-events" command in configuration table.
361 (Stop Reply Packets): Document "T05 create" stop
362 reason and 'w' stop reply.
363 (General Query Packets): Document QThreadEvents packet. Document
364 QThreadEvents qSupported feature.
365
3662015-11-30 Pedro Alves <palves@redhat.com>
367
368 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
369 anchor.
370 (Packets): Document vCtrlC.
371
3722015-11-26 Simon Marchi <simon.marchi@ericsson.com>
373
374 * gdb.texinfo (Thread List Format): Mention thread names.
375
3762015-11-24 Pedro Alves <palves@redhat.com>
377
378 PR 17539
379 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
380 program-spaces" example to ascending order listing.
381 (Threads): Adjust "info threads" example to ascending order
382 listing.
383 (Forks): Adjust "info inferiors" example to ascending order
384 listing.
385
3862015-11-04 Markus Metzger <markus.t.metzger@intel.com>
387
388 * gdb.texinfo (Process Record and Replay): Document "record
389 instruction-history" modifiers.
390
3912015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
392
393 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
394 description.
395 (Frame Filter Management): Move to later in the 'Examining the
396 Stack' chapter.
397 (Selection): Add entry for 'select-frame'.
398
3992015-09-25 Doug Evans <dje@google.com>
400
401 * gdb.texinfo (Process Record and Replay): Fix syntax of
402 "record instruction-history begin, end" and
403 "record function-call-history begin, end".
404
4052015-09-22 Simon Marchi <simon.marchi@ericsson.com>
406
407 * gdb.texinfo (Specifying Source Directories): Fix
408 substitute-path example.
409
4102015-09-18 Markus Metzger <markus.t.metzger@intel.com>
411
412 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
413
4142015-09-15 Pedro Alves <palves@redhat.com>
415
416 PR remote/18965
417 * gdb.texinfo (Stop Reply Packets): Revert previous change to
418 the vforkdone description.
419
4202015-09-15 Pedro Alves <palves@redhat.com>
421
422 PR remote/18965
423 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
424 part indicates the thread ID of the parent process.
425
4262015-09-15 Yao Qi <yao.qi@linaro.org>
427
428 * gdb.texinfo (General Query Packets): Add vContSupported to
429 tables of 'gdbfeatures' and 'stub features' supported in the
430 qSupported packet, as well as to the list containing stub
431 feature details.
432
4332015-09-11 Don Breazeal <donb@codesourcery.com>
434
435 * gdb.texinfo (Remote Configuration): Add exec event
436 feature to table of packet settings.
437 (Stop Reply Packets): Add exec events to the list of stop
438 reasons.
439 (General Query Packets): Add exec events to tables of
440 'gdbfeatures' and 'stub features' supported in the qSupported
441 packet, as well as to the list containing stub feature
442 details.
443
4442015-08-24 Pedro Alves <palves@redhat.com>
445
446 * gdb.texinfo (Remote Configuration): Document the "set/show
447 remote multiprocess-extensions-packet" commands.
448
4492015-08-24 Pedro Alves <palves@redhat.com>
450
451 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
452 <M32R>: Remove references to M32R/D.
453 <M68K>: Remove references to target dbug.
454 <MIPS Embedded>: Remove references to target r3900 and target
455 array.
456 <PowerPC Embedded>: Remove references to target dink32 and target
457 ppcbug, target sds
458 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
459
4602015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
461
462 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
463
4642015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
465
466 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
467
4682015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
469
470 * gdb.texinfo (Maintenance Commands): Move documentation of "main
471 info bfds" to...
472 (File Caching): A New section. Outline bfd caching, and add new
473 description for "main set/show bfd-sharing".
474
4752015-08-14 Doug Evans <xdje42@gmail.com>
476
477 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
478 disassembly.
479 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
480
4812015-08-11 Keith Seitz <keiths@redhat.com>
482
483 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
484 Use "location(s)"instead of "linespec(s)".
485 (Specifying a Location): Rewrite.
486 Add subsections describing linespec, address, and explicit locations.
487 Add node/menu for each subsection.
488 (Source and Machine Code, C Preprocessor Macros)
489 (Create and Delete Trace points)
490 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
491 (Continuing at a Different Address): Remove "linespec" examples.
492 Add reference to "Specify a Location"
493 (The -break-insert Command): Rewrite. Add anchor.
494 Add reference to appropriate manual section discussing locations.
495 (The -dprintf-insert Command): Refer to -break-insert for
496 specification of 'location'.
497
4982015-08-07 Pedro Alves <palves@redhat.com>
499
500 * gdb.texinfo (Maintenance Commands): Document "maint set/show
501 target-non-stop".
502
5032015-08-07 Markus Metzger <markus.t.metzger@intel.com>
504
505 * gdb.texinfo (Process Record and Replay): Document prefixing of
506 speculatively executed instructions in the "record instruction-history"
507 command.
508
5092015-07-20 Doug Evans <dje@google.com>
510
511 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
512
5132015-07-16 Doug Evans <dje@google.com>
514
515 * stabs.texinfo: @include gdb-cfg.texi.
516
5172015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
518
519 Revert the previous 2 commits:
520 gdbserver build-id attribute generator
521 Validate symbol file using build-id
522
5232015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
524
525 * gdb.texinfo (Files): Add 'set validate-build-id'
526 and 'show validate-build-id'.
527
5282015-07-15 Aleksandar Ristovski <aristovski@qnx.com
529 Jan Kratochvil <jan.kratochvil@redhat.com>
530
531 gdbserver build-id attribute generator.
532 * gdb.texinfo (Library List Format for SVR4 Targets): Add
533 'build-id' in description, example, new attribute in dtd.
534
5352015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
536
537 * gdb.texinfo (Selection): Update documentation for 'frame'
538 command.
539
5402015-07-02 Markus Metzger <markus.t.metzger@intel.com>
541
542 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
543 commands.
544
5452015-07-02 Markus Metzger <markus.t.metzger@intel.com>
546
547 * gdb.texinfo (Process Record and Replay): Spell out that variables
548 and registers are not available during btrace replay.
549 Describe the new "record btrace pt" command.
550 Describe the new "set|show record btrace pt buffer-size" options.
551 (General Query Packets): Describe the new Qbtrace:pt and
552 Qbtrace-conf:pt:size packets.
553 Expand "bts" to "Branch Trace Store".
554 Update the branch trace DTD.
555
5562015-06-26 Patrick Palka <patrick@parcs.ath.cx>
557
558 * gdb.texinfo (Command History): Document the new option
559 "history remove-duplicates".
560
5612015-06-19 Doug Evans <dje@google.com>
562
563 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
564 longer supported.
565
5662015-06-17 Patrick Palka <patrick@parcs.ath.cx>
567
568 * gdb.texinfo (Command History): Mention that setting
569 GDBHISTSIZE to the empty string disables history truncation.
570
5712015-06-17 Patrick Palka <patrick@parcs.ath.cx>
572
573 PR gdb/16999
574 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
575 behavior.
576
5772015-06-17 Patrick Palka <patrick@parcs.ath.cx>
578
579 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
580 with GDBHISTSIZE.
581
5822015-06-15 Simon Marchi <simon.marchi@ericsson.com>
583
584 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
585 bytes and memory units for -data-{read,write}-memory-bytes.
586 (Packets): Same for m, M and X packets.
587 * python.texi (Inferiors In Python): Same for read_memory and
588 write_memory.
589
5902015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
591
592 * gdb.texinfo (Separate Debug Files): Document that PE is also
593 supported.
594
5952015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
596
597 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
598 single table entry.
599
6002015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
601
602 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
603
604
6052015-06-10 Gary Benson <gbenson@redhat.com>
606
607 * gdb.texinfo (Remote Configuration): Document the
608 "set/show remote hostio-setfs-packet" command.
609 (Host I/O Packets): Document the vFile:setfs packet.
610
6112015-06-10 Gary Benson <gbenson@redhat.com>
612
613 * gdb.texinfo (Debugging Output): Document the "set/show debug
614 linux-namespaces" command.
615
6162015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
617 Mircea Gherzan <mircea.gherzan@intel.com>
618
619 * gdb.texinfo (i386): Add documentation about "show mpx bound"
620 and "set mpx bound".
621
6222015-05-27 Doug Evans <dje@google.com>
623
624 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
625
6262015-05-26 Doug Evans <dje@google.com>
627
628 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
629 command renamings.
630 (Maintenance Commands): Update for DWARF "set debug" command renamings.
631
6322015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
633
634 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
635
6362015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
637
638 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
639 (TUI Commands): Add 'tui enable' and 'tui disable' details.
640
6412015-05-16 Doug Evans <xdje42@gmail.com>
642
643 * guile.texi (Memory Ports in Guile): Document support for unbuffered
644 memory ports.
645
6462015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
647
648 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
649
6502015-05-12 Don Breazeal <donb@codesourcery.com>
651
652 * gdb.texinfo (Forks): Note that fork debugging is
653 supported in extended mode.
654 (Remote Configuration): Add fork event features to table
655 of packet settings.
656 (Stop Reply Packets): Add fork events to list of stop reasons.
657 (General Query Packets): Add fork events to tables of
658 'gdbfeatures' and 'stub features' supported in the qSupported
659 packet, as well as to the list containing stub feature
660 details.
661
6622015-05-12 Gary Benson <gbenson@redhat.com>
663
664 * gdb.texinfo (General Query Packets): Document
665 qXfer:exec-file:read with empty annex.
666
6672015-05-09 Siva Chandra Reddy <sivachandra@google.com>
668
669 * python.texi (Values From Inferior): Add descriptions of new
670 methods gdb.Value.reference_value and gdb.Value.const_value.
671
6722015-05-06 Joel Brobecker <brobecker@adacore.com>
673
674 * gdb.texinfo (Files): Add "info dll" documentation.
675 (Cygwin Native): Remove "info dll" documentation.
676
6772015-04-29 Doug Evans <dje@google.com>
678
679 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
680 Document.
681 (Writing an Xmethod): Add get_result_type to example.
682
6832015-04-28 Sasha Smundak <asmundak@google.com>
684
685 * python.texi: New method documented.
686
6872015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
688
689 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
690 format.
691
6922015-04-24 Doug Evans <dje@google.com>
693
694 * python.texi (Xmethods In Python): Fix name of method to call the
695 xmethod.
696
6972015-04-17 Gary Benson <gbenson@redhat.com>
698
699 * gdb.texinfo (Connecting to a Remote Target): Mention that
700 GDB can access program files from remote targets that support
701 qXfer:exec-file:read and Host I/O packets.
702
7032015-04-17 Gary Benson <gbenson@redhat.com>
704
705 * gdb.texinfo (Remote Configuration): Document the "set/show
706 remote pid-to-exec-file-packet" command.
707 (General Query Packets): Document the qXfer:exec-file:read
708 qSupported features. Document the qXfer:exec-file:read packet.
709
7102015-04-17 Gary Benson <gbenson@redhat.com>
711
712 * gdb.texinfo (set sysroot): Document that "set sysroot" also
713 applies to executable paths if supplied to GDB as absolute.
714
7152015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
716
717 * gdb.texinfo (Mode Options): Remove -xdb.
718
7192015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
720 Eli Zaretskii <eliz@gnu.org>
721
722 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
723 compile, show debug compile. New subsection Compilation options for
724 the compile command. New subsection Compiler search for the compile
725 command.
726
7272015-04-09 Andy Wingo <wingo@igalia.com>
728
729 * guile.texi (Frames In Guile): Describe frame-read-register.
730
7312015-04-02 Gary Benson <gbenson@redhat.com>
732
733 * gdb.texinfo (set sysroot): Document "target:".
734
7352015-04-01 Sasha Smundak <asmundak@google.com>
736
737 * doc/python.texi (Writing a Frame Unwinder in Python): Add
738 section.
739
7402015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
741
742 PR corefiles/16092
743 * gdb.texinfo (gcore): Mention new command 'set
744 use-coredump-filter'.
745 (set use-coredump-filter): Document new command.
746
7472015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
748
749 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
750 documentation, reorder the info os entries in alphabetical order.
751
7522015-03-26 Simon Marchi <simon.marchi@ericsson.com>
753
754 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
755 -data-write-memory-bytes.
756
7572015-03-24 Pedro Alves <palves@redhat.com>
758
759 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
760 mention that threads may sometimes run unlocked.
761
7622015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
763
764 * gdb.texinfo (Remote configuration): Document "set/show
765 serial parity" command.
766
7672015-03-18 Gary Benson <gbenson@redhat.com>
768
769 * gdb.texinfo (General Query Packets): Remove documentation
770 for now-removed vFile:fstat qSupported features.
771
7722015-03-11 Gary Benson <gbenson@redhat.com>
773
774 * gdb.texinfo (Remote Configuration): Document the
775 "set/show remote hostio-fstat-packet" command.
776 (General Query Packets): Document the vFile:fstat
777 qSupported features.
778 (Host I/O Packets): Document the vFile:fstat packet.
779
7802015-03-11 Andy Wingo <wingo@igalia.com>
781
782 * guile.texi (Objfiles In Guile): Document objfile-progspace.
783
7842015-03-04 Pedro Alves <palves@redhat.com>
785
786 * gdb.texinfo (Remote Configuration): Document the "set/show
787 remote swbreak-feature-packet" and "set/show remote
788 hwbreak-feature-packet" commands.
789 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
790 decription.
791 (Stop Reply Packets): Document the swbreak and hwbreak stop
792 reasons.
793 (General Query Packets): Document the swbreak and hwbreak
794 qSupported features.
795 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
796
7972015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
798
799 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
800 under *stopped.
801
8022015-03-02 Doug Evans <xdje42@gmail.com>
803
804 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
805
8062015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
807
808 * gdb.texinfo (S/390 and System z Features): Describe new feature
809 "org.gnu.gdb.s390.vx".
810
8112015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
812
813 PR gdb/18008
814 * gdb.texinfo (maint internal-error, maint internal-warning, maint
815 demangler-warning): Fix typo ("problam").
816
8172015-02-19 David Taylor <dtaylor@emc.com>
818
819 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
820
8212015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
822
823 * gdb.texinfo (Static Probe Points): Add cindex `static probe
824 point, DTrace'.
825 (Static Probe Points): Modified to cover DTrace probes in addition
826 to SystemTap probes. Also modified to cover the `enable probe'
827 and `disable probe' commands.
828
8292015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
830
831 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
832 `disable probe' commands.
833
8342015-02-12 David Taylor <dtaylor@emc.com>
835
836 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
837 fields of the QTDV packet.
838
8392015-02-09 Markus Metzger <markus.t.metzger@intel.com>
840
841 * gdb.texinfo (Branch Trace Configuration Format): Add size.
842 (Process Record and Replay): Describe new set|show commands.
843 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
844
8452015-02-09 Markus Metzger <markus.t.metzger@intel.com>
846
847 * gdb.texinfo (Process Record and Replay): Describe the "record
848 btrace bts" command.
849 (General Query Packets): Describe qXfer:btrace-conf:read packet.
850 (Branch Trace Configuration Format): New.
851
8522015-01-31 Gary Benson <gbenson@redhat.com>
853 Doug Evans <dje@google.com>
854
855 * gdb.texinfo (Command Completion): Document new
856 "set/show max-completions" option.
857
8582015-01-31 Doug Evans <xdje42@gmail.com>
859
860 * gdb.texinfo (Symbols): Document new commands
861 "maint print symbol-cache", "maint print symbol-cache-statistics",
862 "maint flush-symbol-cache". Document new option
863 "maint set symbol-cache-size".
864
8652015-01-31 Doug Evans <xdje42@gmail.com>
866
867 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
868 distinguish script files vs inlined scripts.
869 * python.texi (Python Auto-loading): Ditto.
870
8712015-01-30 Doug Evans <dje@google.com>
872
873 * gdb.texinfo (Symbols) <info source>: Output now contains producer
874 string if present.
875
8762015-01-27 Doug Evans <dje@google.com>
877
878 * python.texi (Objfiles In Python): Document Objfile.username.
879
8802015-01-27 Doug Evans <dje@google.com>
881
882 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
883 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
884
8852015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
886
887 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
888
8892015-01-16 Eli Zaretskii <eliz@gnu.org>
890
891 * doc/gdb.texinfo (TUI Commands): Document the possible
892 values of NAME argument to 'winheight' command. Explain the
893 effect of 'tabset' setting better.
894
8952015-01-11 Doug Evans <xdje42@gmail.com>
896
897 PR gdb/15830
898 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
899 (Symbols): Ditto.
900 (Maintenance Commands): Delete docs for "maint demangle".
901
9022014-12-31 Joel Brobecker <brobecker@adacore.com>
903
904 * gdb.texinfo (Files): Remove documentation of the
905 "add-shared-symbol-files" and "assf" commands.
906 (Cygwin Native): Remove documentation of the "dll-symbols"
907 command.
908
9092014-12-17 Doug Evans <xdje42@gmail.com>
910
911 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
912
9132014-12-12 Phil Muldoon <pmuldoon@redhat.com>
914 Jan Kratochvil <jan.kratochvil@redhat.com>
915
916 * gdb.texinfo (Altering): Update.
917 (Compiling and Injecting Code): New node.
918
9192014-12-12 Doug Evans <dje@google.com>
920
921 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
922
9232014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
924
925 * gdb.texinfo: Document "maint print user-registers".
926
9272014-12-08 Doug Evans <dje@google.com>
928
929 * python.texi (Objfiles In Python): Document Objfile.owner.
930
9312014-12-04 Doug Evans <dje@google.com>
932
933 * python.texi (Objfiles In Python): Document
934 Objfile.add_separate_debug_file.
935
9362014-12-04 Doug Evans <dje@google.com>
937
938 * python.texi (Objfiles In Python): Document Objfile.build_id.
939
9402014-12-02 Nick Bull <nicholaspbull@gmail.com>
941
942 * python.texi (Events In Python): Document new events
943 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
944 and RegisterChangedEvent.
945
9462014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
947
948 Add add-auto-load-scripts-directory.
949 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
950 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
951
9522014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
953
954 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
955 description typo.
956
9572014-10-30 Doug Evans <dje@google.com>
958
959 * python.texi (Progspaces In Python): Document ability to add
960 random attributes to gdb.Progspace objects.
961 (Objfiles In Python): Document ability to add random attributes to
962 gdb.objfile objects.
963
9642014-10-27 Pedro Alves <palves@redhat.com>
965
966 * gdb.texinfo (Continuing and Stepping): Add cross reference to
967 info on stepping and signal handlers.
968 (Signals): Explain stepping and signal handlers. Add context
969 index entry, and cross references.
970
9712014-10-20 Simon Marchi <simon.marchi@ericsson.com>
972
973 * python.texi (Breakpoints In Python): Add parenthesis after
974 Breakpoint.delete. Clarify Breakpoint.enabled description so
975 that it contains "disable".
976
9772014-10-17 Doug Evans <dje@google.com>
978
979 * python.texi (Events In Python): Document clear_objfiles event.
980
9812014-10-17 Doug Evans <dje@google.com>
982
983 * python.texi (Objfiles In Python): Document new progspace attribute.
984
9852014-10-17 Pedro Alves <palves@redhat.com>
986
987 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
988 (SVR4 Process Information): Delete mention of OSF/1.
989
9902014-10-01 Simon Marchi <simon.marchi@ericsson.com>
991
992 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
993 exit-code field in -list-thread-groups output.
994
9952014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
996
997 * gdb.texinfo (Set Breaks): Add missing "@end table".
998
9992014-09-22 Pedro Alves <palves@redhat.com>
1000
1001 * gdb.texinfo (Set Breaks): Document that "set breakpoint
1002 always-inserted off" is the default mode now. Delete
1003 documentation of "set breakpoint always-inserted auto".
1004
10052014-09-18 Doug Evans <dje@google.com>
1006
1007 * python.texi (Symbol Tables In Python): Document "producer"
1008 attribute of gdb.Symtab objects.
1009
10102014-09-16 Pedro Alves <palves@redhat.com>
1011
1012 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
1013 (Embedded OS): Remove VxWorks menu entry.
1014 (VxWorks): Remove node.
1015
10162014-09-13 Doug Evans <xdje42@gmail.com>
1017
1018 * gdb.texinfo (Signaling): Document new queue-signal command.
1019
10202014-09-06 Doug Evans <xdje42@gmail.com>
1021
1022 PR 15276
1023 * gdb.texinfo (Convenience Funs): Document $_caller_is,
1024 $_caller_matches, $_any_caller_is, $_any_caller_matches.
1025
10262014-09-03 Justin Lebar <jlebar@google.com>
1027
1028 * python.texi (Types In Python): Type.template_argument(n) returns a
1029 gdb.Value or a gdb.Type and throws an exception if n is out of
1030 range.
1031
10322014-09-03 Sasha Smundak <asmundak@google.com>
1033
1034 * python.texi (Frames in Python): Add read_register description.
1035
10362014-08-04 Tom Tromey <tromey@redhat.com>
1037
1038 * gdb.texinfo (Debugging Output): Update for change to "set debug
1039 target".
1040
10412014-08-01 Masaki Muranaka <monaka@monami-software.com>
1042
1043 Pushed by Joel Brobecker <brobecker@adacore.com>.
1044 * Makefile.in (transform): New variable.
1045 (install-man1, install-man5): Apply $(transform) to man file names.
1046
10472014-07-26 Doug Evans <xdje42@gmail.com>
1048
1049 PR guile/17177
1050 * guile.texi (Guile Pretty Printing API): Fix typo.
1051 Document set-pretty-printers!, pretty-printers.
1052 (Selecting Guile Pretty-Printers): Update.
1053 Mention program-space based pretty-printers.
1054
10552014-07-25 Pedro Alves <palves@redhat.com>
1056 Eli Zaretskii <eliz@gnu.org>
1057
1058 * gdb.texinfo (Signaling) <signal command>: Explain what happens
1059 with multi-threaded programs.
1060
10612014-06-27 Yao Qi <yao@codesourcery.com>
1062
1063 * gdb.texinfo (Maintenance Commands): Update the output of
1064 'maint print dummy-frames' command.
1065
10662014-06-24 Eli Zaretskii <eliz@gnu.org>
1067
1068 * gdb.texinfo (Screen Size): Improve indexing.
1069
10702014-06-19 Gary Benson <gbenson@redhat.com>
1071
1072 * gdb.texinfo (Maintenance Commands): Document new
1073 "maint set/show catch-demangler-crashes" option.
1074
10752014-06-19 Gary Benson <gbenson@redhat.com>
1076
1077 * gdb.texinfo (Maintenance Commands): Document new
1078 "maint demangler-warning" command and new
1079 "maint set/show demangler-warning" option.
1080
10812014-06-09 Siva Chandra Reddy <sivachandra@google.com>
1082
1083 * python.texi (Xmethod API): Add space before the opening
1084 parenthesis in function descriptions.
1085
10862014-06-06 Doug Evans <xdje42@gmail.com>
1087
1088 * guile.texi (Guile Configuration): Document guile-data-directory.
1089
10902014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
1091
1092 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
1093
10942014-06-04 Doug Evans <xdje42@gmail.com>
1095
1096 * guile.texi (Breakpoints In Guile): Update.
1097
10982014-06-03 Joel Brobecker <brobecker@adacore.com>
1099
1100 * python.texi (Xmethod API): Fix reference to "Progspaces In
1101 Python".
1102
11032014-06-03 Siva Chandra Reddy <sivachandra@google.com>
1104
1105 * python.texi (Xmethods In Python, XMethod API)
1106 (Writing an Xmethod): New nodes.
1107 (Python API): New menu entries "Xmethods In Python",
1108 "Xmethod API", "Writing an Xmethod".
1109
11102014-06-02 Doug Evans <xdje42@gmail.com>
1111
1112 * guile.texi (Guile API): Add entry for Parameters In Guile.
1113 (GDB Scheme Data Types): Mention <gdb:parameter> object.
1114 (Parameters In Guile): New node.
1115
11162014-06-02 Doug Evans <xdje42@gmail.com>
1117
1118 * guile.texi (Guile API): Add entry for Commands In Guile.
1119 (Basic Guile) <parse-and-eval>: Add reference.
1120 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
1121 (GDB Scheme Data Types): Mention <gdb:command> object.
1122 (Commands In Guile): New node.
1123
11242014-06-02 Doug Evans <xdje42@gmail.com>
1125
1126 * guile.texi (Guile API): Add entry for Progspaces In Guile.
1127 (GDB Scheme Data Types): Mention <gdb:progspace> object.
1128 (Progspaces In Guile): New node.
1129
11302014-05-30 Andrew Burgess <aburgess@broadcom.com>
1131
1132 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
1133 * python.texi (Frames In Python): Mention
1134 gdb.FRAME_UNWIND_MEMORY_ERROR.
1135
11362014-05-29 Pedro Alves <palves@redhat.com>
1137 Tom Tromey <tromey@redhat.com>
1138
1139 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
1140 from example.
1141 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
1142 Mention that target-async is now deprecated.
1143 (Maintenance Commands): Document maint set/show target-async.
1144
11452014-05-29 Pedro Alves <palves@redhat.com>
1146
1147 * observer.texi (sync_execution_done, command_error): New
1148 subjects.
1149
11502014-05-29 Pedro Alves <palves@redhat.com>
1151
1152 PR gdb/13860
1153 * observer.texi (signal_received, end_stepping_range)
1154 (signal_exited, exited, no_history): New observer subjects.
1155
11562014-05-26 Andy Wingo <wingo@igalia.com>
1157
1158 * guile.texi (GDB Scheme Data Types): Remove documentation for
1159 removed interfaces. Update spelling of gdb-object-kind.
1160
11612014-05-26 Andy Wingo <wingo@igalia.com>
1162
1163 * guile.texi (Basic Guile): Fix some typos.
1164
11652014-05-26 Andy Wingo <wingo@igalia.com>
1166
1167 * guile.texi (Writing a Guile Pretty-Printer)
1168 (Guile Types Module): Fix excess parentheses in use-modules forms.
1169
11702014-05-24 Eli Zaretskii <eliz@gnu.org>
1171
1172 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
1173 (Breakpoints In Guile, Guile Printing Module)
1174 (Guile Exception Handling, Values From Inferior In Guile)
1175 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
1176 Don't use @var at the beginning of a sentence.
1177
1178 * gdb.texinfo (Frame Filter Management, Trace Files)
1179 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
1180 (PowerPC Embedded, Define, Annotations for Running)
1181 (IPA Protocol Commands, Packets, General Query Packets)
1182 (Tracepoint Packets, Notification Packets, Environment)
1183 (Inferiors and Programs, Set Breaks, Set Catchpoints)
1184 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
1185 (Frames, Backtrace, Selection, Expressions, Registers)
1186 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
1187 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
1188 (Source Annotations, Using JIT Debug Info Readers, Packets)
1189 (Stop Reply Packets, Host I/O Packets)
1190 (Target Description Format): Don't use @var at the beginning of a
1191 sentence.
1192
1193 * python.texi (Basic Python, Types In Python)
1194 (Commands In Python, Frames In Python, Line Tables In Python)
1195 (Breakpoints In Python, gdb.printing, gdb.types)
1196 (Type Printing API): Don't use @var at the beginning of a
1197 sentence.
1198
11992014-05-23 Markus Metzger <markus.t.metzger@intel.com>
1200
1201 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
1202 replay-memory-access".
1203
12042014-05-21 Pedro Alves <palves@redhat.com>
1205
1206 * gdb.texinfo (Starting): Document "set/show
1207 auto-connect-native-target".
1208 (Target Commands): Document "target native".
1209
12102014-05-20 Pedro Alves <palves@redhat.com>
1211
1212 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
1213 not be remote specific. Add cross reference to the qCRC packet.
1214 (Separate Debug Files): Update cross reference to the qCRC packet.
1215 (General Query Packets) <qCRC packet>: Add anchor.
1216
12172014-05-17 Doug Evans <xdje42@gmail.com>
1218
1219 Copy over changes from guile.texi.
1220 * python.texi (Basic Python) <gdb.execute>: Add text.
1221 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
1222 (Values From Inferior) <Python string>: Add text.
1223 (Values From Inferior) <Value.string>: Clarify string length handling.
1224 (Pretty Printing API): Add cindex.
1225 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
1226 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
1227 @vindex.
1228 (Commands In Python) <COMPLETE_*>: Similarly.
1229 (Symbols In Python) <SYMBOL_*>: Similarly.
1230 (Breakpoints In Python) <WP_*>: Similarly.
1231 (Breakpoints In Python) <BP_*>: Similarly.
1232
12332014-05-17 David Taylor <dtaylor@emc.com>
1234
1235 * gdb.texinfo (General Query Packets): Add a note about thread IDs
1236 mentioned in the qfThreadInfo reply.
1237
12382014-05-16 Doug Evans <dje@google.com>
1239
1240 * gdb.texinfo (Mode Options): Add -D.
1241
12422014-05-09 Samuel Bronson <naesten@gmail.com>
1243
1244 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
1245 "make -C".
1246
12472014-04-29 Tom Tromey <tromey@redhat.com>
1248
1249 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
1250 "show debug varobj".
1251
12522014-05-01 David Taylor <dtaylor@emc.com>
1253
1254 * gdb.texinfo (compare-sections): Document the new -r (read-only)
1255 option.
1256
12572014-04-24 Michael Sturm <michael.sturm@mintel.com>
1258 Walfred Tedeschi <walfred.tedeschi@intel.com>
1259
1260 * gdb.texinfo (i386 Features): Add description of AVX512
1261 registers.
1262
12632014-03-31 Doug Evans <dje@google.com>
1264
1265 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
1266
12672014-03-30 Doug Evans <dje@google.com>
1268
1269 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
1270 (Background Execution): Ditto.
1271
12722014-03-21 Pedro Alves <palves@redhat.com>
1273 Stan Shebs <stan@codesourcery.com>
1274 Hui Zhu <hui@codesourcery.com>
1275
1276 * gdb.texinfo (Packets): Add anchor to "? packet".
1277 Remove fixme and update introduction of "k packet".
1278 Add anchor to "vKill packet".
1279
12802014-03-12 Stan Shebs <stan@codesourcery.com>
1281
1282 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
1283
12842014-02-26 Ludovic Courtès <ludo@gnu.org>
1285
1286 * guile.texi (Basic Guile): Document 'history-append!'.
1287
12882014-02-20 Joel Brobecker <brobecker@adacore.com>
1289
1290 * gdb.texinfo (Files): Document "add-shared-symbol-files"
1291 and "assf" as being deprecated.
1292 (Cygwin Native): Likewise for "dll-symbols".
1293 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
1294 as a way to force the loading of symbols from a DLL.
1295
12962014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1297
1298 * python.texi (Values From Inferior): Add description about the
1299 new feature.
1300
13012014-02-17 Doug Evans <xdje42@gmail.com>
1302
1303 * Makefile.in (GDB_DOC_FILES): Add python.texi.
1304 * gdb.texinfo (Python): Moved to ...
1305 * python.texi: ... here. New file.
1306
13072014-02-17 Ludovic Courtès <ludo@gnu.org>
1308
1309 * guile.texi (Writing a Guile Pretty-Printer) <example>:
1310 Remove 'string-begins-with' procedure. Add 'pretty-printer'
1311 parameter to 'str-lookup-function' procedure. Look for
1312 the "std::string<" prefix.
1313 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
1314 Adjust description.
1315
13162014-02-11 Tejas Belagod <tejas.belagod@arm.com>
1317
1318 * guile.texi (Values From Inferior In Guile): Remove stray
1319 parantheses for deffn.
1320 (Disassembly In Guile): Ditto.
1321
13222014-02-10 Stan Shebs <stan@codesourcery.com>
1323
1324 Add Doxygen support.
1325 * Makefile.in (doxy): New action, generates Doxygen files.
1326 (DOXYGEN): New.
1327 (doxyedit): New.
1328 * Doxyfile-base.in: New file.
1329 * Doxyfile-gdb-api.in: New file.
1330 * Doxyfile-gdb-xref.in: New file.
1331 * Doxyfile-gdbserver.in: New file.
1332 * doxy-index.in: New file.
1333 * filter-for-doxygen: New file.
1334 * filter-params.pl: New file.
1335
13362014-02-10 Doug Evans <xdje42@gmail.com>
1337
1338 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
1339 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
1340 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
1341 (Guile docs): Include guile.texi.
1342 (objfile-gdbdotext file): Add objfile-gdb.scm.
1343 (dotdebug_gdb_scripts section): Mention Guile scripts.
1344 (Multiple Extension Languages): New node.
1345 * guile.texi: New file.
1346
13472014-01-28 Joel Brobecker <brobecker@adacore.com>
1348
1349 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
1350 ignore-descriptive-types". commands.
1351
13522014-01-22 Doug Evans <dje@google.com>
1353
1354 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
1355 (gdbserver man): Ditto.
1356
13572014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1358
1359 * gdb.texinfo: Document limited reverse/replay support
1360 for target record-btrace.
1361
13622014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1363
1364 * gdb.texinfo (Process Record and Replay): Update documentation.
1365
13662014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1367
1368 * gdb.texinfo (Process Record and Replay): Document new /c
1369 modifier accepted by "record function-call-history".
1370 Add /i modifier to "record function-call-history" example.
1371
13722014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
1373 Joel Brobecker <brobecker@adacore.com>
1374
1375 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
1376 markers. Remove one that was misplaced.
1377
13782014-01-10 Pedro Alves <palves@redhat.com>
1379
1380 * gdb.texinfo (Your Program's Environment) <set environment>:
1381 Mention the shell, and point at 'set exec-wrapper'.
1382
13832014-01-07 Joel Brobecker <brobecker@adacore.com>
1384
1385 * gdb.texinfo (Types In Python): Document new attribute Types.name.
1386
13872013-12-30 Joel Brobecker <brobecker@adacore.com>
1388
1389 * gdb.texinfo (Types In Python): Clarify the documentation
1390 of attribute gdb.Field.bitpos.
1391
13922013-12-28 Joel Brobecker <brobecker@adacore.com>
1393
1394 * gdb.texinfo (Types In Python): Fix the documentation of
1395 attribute "bitpos" in class gdb.Field for enum types. Add
1396 documentation for attribute "enumval" in that same class.
1397
13982013-12-28 Joel Brobecker <brobecker@adacore.com>
1399
1400 * gdb.texinfo (GDB/MI Support Commands): Change @table into
1401 @ftable.
1402
14032013-12-23 Doug Evans <xdje42@gmail.com>
1404
1405 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
1406 auto-loaded objfile scripts and .debug_gdb_scripts section to their
1407 corresponding section in Extending GDB.
1408 (Extending GDB): Move menu up. New menu item "Auto-loading
1409 extensions".
1410 (Sequences): New menu item "Auto-loading sequences".
1411 (Auto-loading sequences): New node.
1412 (Python): Rename section from Scripting GDB to Extending GDB.
1413 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
1414 Move docs on ways to auto-load extensions to ...
1415 (Auto-loading extensions): ... here. New node.
1416
14172013-12-23 Joel Brobecker <brobecker@adacore.com>
1418
1419 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
1420 in menu.
1421 (GDB/MI Variable Objects): Adjust reference to "-list-features"
1422 command, now in a new node.
1423 (GDB/MI Support Commands): New node, with its contents being
1424 extracted from the "GDB/MI Miscellaneous Commands" node.
1425 A small paragraph introducing the section is also added at
1426 the start.
1427 (GDB/MI Miscellaneous Commands): Delete the description of the
1428 -info-gdb-mi-command, -list-features and -list-target-features
1429 commands, now hosted in the "GDB/MI Support Commands" node.
1430
14312013-12-12 Siva Chandra Reddy <sivachandra@google.com>
1432
1433 PR python/16113
1434 * gdb.texinfo (Values From Inferior): Add a note about using
1435 gdb.Field objects as subscripts on gdb.Value objects.
1436 (Types In Python): Add description about the new attribute
1437 "parent_type" of gdb.Field objects.
1438
14392013-12-12 Joel Brobecker <brobecker@adacore.com>
1440
1441 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
1442 entry for section docuumenting the -list-features GDB/MI command.
1443
14442013-12-10 Joel Brobecker <brobecker@adacore.com>
1445
1446 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1447 "exec-run-start-option" entry in the output of the "-list-features"
1448 command.
1449
14502013-12-04 Eli Zaretskii <eliz@gnu.org>
1451
1452 * gdb.texinfo (i386): Fix yesterday's commit.
1453
14542013-12-03 Tom Tromey <tromey@redhat.com>
1455
1456 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
1457 documented here.
1458
14592013-12-03 Tom Tromey <tromey@redhat.com>
1460
1461 * gdb.texinfo (@direntry): Add menu item for gdbserver.
1462
14632013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
1464
1465 * gdb.texinfo (i386 Features): Add MPX feature registers.
1466 (x86 Specific featuresx86 Architecture-specific Issues): Adds
1467 a subsubsection for MPX and describes the display of the
1468 boundary registers.
1469
14702013-12-03 Joel Brobecker <brobecker@adacore.com>
1471
1472 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
1473 documentation of the "ada-exceptions" entry.
1474
14752013-12-03 Joel Brobecker <brobecker@adacore.com>
1476
1477 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
1478 "^error" result record concerning the error message. Document
1479 the error code that may also be part of that result record.
1480 (GDB/MI Miscellaneous Commands): Document the
1481 "undefined-command-error-code" element in the output of
1482 the "-list-features" GDB/MI command.
1483
14842013-12-03 Joel Brobecker <brobecker@adacore.com>
1485
1486 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1487 the new -info-gdb-mi-command GDB/MI command. Document
1488 the meaning of "-info-gdb-mi-command" in the output of
1489 -list-features.
1490
14912013-11-29 Pedro Alves <palves@redhat.com>
1492
1493 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
1494 Update comment.
1495
14962013-11-24 Yao Qi <yao@codesourcery.com>
1497
1498 * gdb.texinfo (Caching Remote Data): Document new
1499 "set/show stack-cache" option.
1500
15012013-11-24 Yao Qi <yao@codesourcery.com>
1502
1503 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
1504 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
1505 "off" respectively.
1506
15072013-11-23 Yao Qi <yao@codesourcery.com>
1508
1509 * gdb.texinfo (GDB/MI Variable Objects): Add the description
1510 of "displayhint" to the table about child results.
1511
15122013-11-21 Yao Qi <yao@codesourcery.com>
1513
1514 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
1515 'dynamic' for the output of command -var-list-children.
1516
15172013-11-21 Yao Qi <yao@codesourcery.com>
1518
1519 * gdb.texinfo (Caching Target Data): Remove "see" before
1520 @pxref.
1521
15222013-11-20 Yao Qi <yao@codesourcery.com>
1523
1524 * gdb.texinfo (Caching Target Data): Update doc for
1525 per-address-space dcache.
1526
15272013-11-20 Yao Qi <yao@codesourcery.com>
1528
1529 * gdb.texinfo (Data): Rename menu item.
1530 (Caching Remote Data): Rename to ...
1531 (Caching Target Data): ... it. Update.
1532
15332013-11-18 Joel Brobecker <brobecker@adacore.com>
1534
1535 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1536 "language-option" entry in the output of the "-list-features"
1537 command.
1538
15392013-11-15 Tom Tromey <tromey@redhat.com>
1540
1541 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
1542 Add example.
1543
15442013-11-14 Tom Tromey <tromey@redhat.com>
1545
1546 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
1547
15482013-11-14 Joel Brobecker <brobecker@adacore.com>
1549
1550 * gdb.texinfo (Show): Add xref anchor for "show language" command.
1551 (Context management): Place current subsection text into its own
1552 subsubsection. Add new subsubsection describing the "--language"
1553 command option.
1554
15552013-11-13 Joel Brobecker <brobecker@adacore.com>
1556
1557 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
1558 the documentation of "info-ada-exceptions" in the output
1559 of the "-list-features" command. Add the documentation
1560 of the "ada-exception" entry instead.
1561
15622013-11-12 Joel Brobecker <brobecker@adacore.com>
1563
1564
1565 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
1566 word of a couple of sentences to start with a capital letter.
1567
15682013-11-12 Joel Brobecker <brobecker@adacore.com>
1569
1570 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
1571 (Ada Exceptions): New node.
1572 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
1573 Commands" node.
1574 (GDB/MI Ada Exceptions Commands): New node.
1575 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
1576 field in the output of the "-list-features" command.
1577 * NEWS: Add entry for the new "info exceptions" CLI command,
1578 and for the new "-info-ada-exceptions" GDB/MI command.
1579
15802013-11-11 Phil Muldoon <pmuldoon@redhat.com>
1581
1582 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
1583 (Line Tables In Python): New node.
1584
15852013-11-08 Doug Evans <dje@google.com>
1586
1587 * gdb.texinfo (Debugging Output): Update text for
1588 "set debug dwarf2-read".
1589
15902013-11-08 Doug Evans <dje@google.com>
1591
1592 * gdb.texinfo (Debugging Output): Update text for
1593 "set debug symtab-create".
1594
15952013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1596
1597 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
1598 constant.
1599
16002013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1601
1602 * gdb.texinfo (Breakpoints In Python): Document temporary
1603 option in breakpoint constructor, and add documentation to the
1604 temporary attribute.
1605
16062013-11-07 Yao Qi <yao@codesourcery.com>
1607
1608 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
1609 output of "-var-info-expression".
1610
16112013-11-06 Pedro Alves <palves@redhat.com>
1612
1613 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
1614 non-interactive mode.
1615 (Environment) <shell startup files warning>: Mention
1616 non-interactive mode. Mention .zshenv for Z shell, and talk about
1617 BASH_ENV instead of .bashrc for BASH.
1618
16192013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
1620
1621 * gdb.texinfo (Commands to Specify Files): Add description
1622 of the remove-symbol-file command.
1623 * observer.texi: New free_objfile event
1624
16252013-10-24 Pedro Alves <palves@redhat.com>
1626
1627 * gdb.texinfo (Starting): Document set/show startup-with-shell.
1628
16292013-10-11 Joel Brobecker <brobecker@adacore.com>
1630
1631 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
1632 New subsection inside which the "-catch-load" and "-catch-unload"
1633 commands documentation is now placed.
1634 (Ada Exception GDB/MI Catchpoint Commands): New subsection
1635 documenting the "-catch-assert" and "-catch-exception" new
1636 GDB/MI commands.
1637
16382013-10-10 Joel Brobecker <brobecker@adacore.com>
1639
1640 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
1641
16422013-10-10 Joel Brobecker <brobecker@adacore.com>
1643
1644 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
1645 serial baud".
1646 (Remote Configuration): Replace "set remotebaud" by "set serial
1647 baud". Replace "show remotebaud" by "show serial baud".
1648
16492013-10-07 Pedro Alves <palves@redhat.com>
1650
1651 PR breakpoints/11568
1652 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
1653 when the thread is removed from the thread list.
1654
16552013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1656
1657 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
1658 Update entry for $_exitcode.
1659
16602013-10-04 Joel Brobecker <brobecker@adacore.com>
1661
1662 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
1663 new "--start" option.
1664
16652013-10-02 Pedro Alves <palves@redhat.com>
1666
1667 * gdb.texinfo (Registers): Expand description of saved registers
1668 in frames. Explain <not saved>.
1669
16702013-09-25 Doug Evans <dje@google.com>
1671
1672 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
1673
16742013-09-16 Stan Shebs <stan@codesourcery.com>
1675
1676 Remove the internals manual gdbint.texinfo.
1677 * Makefile.in (INFO_DEPS): Remove gdbint.info.
1678 (PDFFILES): Remove gdbint.pdf.
1679 (HTMLFILES): Remove gdbint/index.html.
1680 (HTMLFILES_INSTALL): Remove gdbint.
1681 (GDBINT_DOC_FILES): Remove.
1682 (dvi): Remove gdbint.dvi.
1683 (ps): Remove gdbint.ps.
1684 * gdbint.texinfo: Remove file.
1685 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
1686
16872013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1688
1689 * gdb.texinfo (Convenience Functions): Mention new convenience
1690 function $_isvoid.
1691
16922013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1693
1694 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
1695 (Standard Target Features): Add new node to menu.
1696 (S/390 and System z Features): New node.
1697
16982013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
1699
1700 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
1701 -list-target-features in the example.
1702
17032013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1704
1705 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
1706 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
1707
17082013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1709
1710 Sync documentation with gdb.base/gnu-debugdata.exp.
1711 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
1712
17132013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1714
1715 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
1716
17172013-08-27 Pedro Alves <pedro@codesourcery.com>
1718 Yao Qi <yao@codesourcery.com>
1719
1720 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
1721 Document new --skip-unavailable option.
1722 <-stack-list-variables>: Document new --skip-unavailable option.
1723
17242013-08-26 Doug Evans <dje@google.com>
1725
1726 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
1727 an optional regexp.
1728
17292013-08-13 Tom Tromey <tromey@redhat.com>
1730
1731 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
1732 Document GDB_PARALLEL and GDB_INOTIFY.
1733
17342013-08-09 Stan Shebs <stan@codesourcery.com>
1735
1736 * LRS: Remove file, describes a long-abandoned live-range
1737 splitting extension to stabs.
1738
17392013-07-25 Andrew Burgess <aburgess@broadcom.com>
1740
1741 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
1742
17432013-07-17 Doug Evans <dje@google.com>
1744
1745 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
1746
17472013-07-02 Tom Tromey <tromey@redhat.com>
1748
1749 * gdb.texinfo (Target Commands): Don't mention "target nrom".
1750
17512013-06-28 Tom Tromey <tromey@redhat.com>
1752
1753 * Makefile.in (version.subst): Use version.in, not
1754 common/version.in.
1755 * gdbint.texinfo (Versions and Branches, Releasing GDB):
1756 Likewise.
1757
17582013-06-27 Pedro Alves <palves@redhat.com>
1759
1760 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
1761 dynamic symbol resolution code>: New section, based on infrun.c
1762 comment.
1763
17642013-06-26 Tom Tromey <tromey@redhat.com>
1765
1766 * gdbint.texinfo (Versions and Branches): Use common/version.in.
1767 Update.
1768 (Releasing GDB): Likewise.
1769
17702013-06-26 Pedro Alves <pedro@codesourcery.com>
1771 Yao Qi <yao@codesourcery.com>
1772
1773 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
1774 -trace-frame-collected.
1775
17762013-06-26 Pedro Alves <pedro@codesourcery.com>
1777
1778 * gdb.texinfo (Traceframe Info Format): Document tvar element
1779 and its attributes.
1780
17812013-06-25 Yao Qi <yao@codesourcery.com>
1782
1783 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
1784
17852013-06-24 Tom Tromey <tromey@redhat.com>
1786
1787 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
1788 (GDBvn.texi): Use version.subst.
1789 (version.subst): New target.
1790 (mostlyclean): Remove version.subst.
1791
17922013-06-20 Pedro Alves <pedro@codesourcery.com>
1793
1794 * gdb.texinfo (GDB/MI Data Manipulation)
1795 <-data-list-register-values>: Document the --skip-unavailable
1796 option.
1797
17982013-06-07 Yao Qi <yao@codesourcery.com>
1799
1800 * gdb.texinfo (Symbols): Add kindex and cindex for
1801 'maint print msymbols'.
1802
18032013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
1804
1805 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
1806 response field name (thread-group to inferior).
1807
18082013-06-04 Gary Benson <gbenson@redhat.com>
1809
1810 * gdb.texinfo (General Query Packets/qSupported): Added
1811 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
1812 to the table of currently defined stub features.
1813 Added a more detailed entry for "augmented-libraries-svr4-read".
1814 (General Query Packets/qXfer:libraries-svr4:read): Documented
1815 the augmented form of this packet.
1816
18172013-05-23 Joel Brobecker <brobecker@adacore.com>
1818
1819 * gdb.texinfo (System-wide Configuration Scripts): Renames
1820 "Installed System-wide Configuration Scripts". Add associated
1821 @menu block.
1822
18232013-05-23 Yao Qi <yao@codesourcery.com>
1824 Pedro Alves <palves@redhat.com>
1825
1826 * gdb.texinfo (Packets): Document 'vCont;r'.
1827 (Continuing and Stepping): Document target-assisted range
1828 stepping, and the 'set range-stepping' and 'show range-stepping'
1829 commands.
1830
18312013-05-23 Joel Brobecker <brobecker@adacore.com>
1832
1833 * gdb.texinfo (Installed System-wide Configuration Scripts):
1834 Add subsection describing the scripts now available under
1835 the data-dir's system-gdbbinit subdirectory.
1836 * NEWS: Add entry announcing the availability of system-wide
1837 configuration scripts for ElinOS and Wind River Linux.
1838
18392013-05-21 Hui Zhu <hui@codesourcery.com>
1840
1841 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
1842 "-dprintf-insert" command.
1843
18442013-05-17 Doug Evans <dje@google.com>
1845
1846 * gdb.texinfo (Maintenance Commands): Update doc for
1847 "maint check-psymtabs". Add doc for "maint check-symtabs",
1848 "maint expand-symtabs".
1849
18502013-05-15 Markus Metzger <markus.t.metzger@intel.com>
1851
1852 * gdb.texinfo (Process Record and Replay): Document the
1853 "record goto" command and its sub-commands.
1854
18552013-05-10 Phil Muldoon <pmuldoon@redhat.com>
1856
1857 * gdb.texinfo (Backtrace): Add "no-filter" argument.
1858 (Python API): Add Frame Filters API, Frame Wrapper API,
1859 Writing a Frame Filter/Wrapper, Managing Management of Frame
1860 Filters chapter entries.
1861 (Frame Filters API): New Node.
1862 (Frame Wrapper API): New Node.
1863 (Writing a Frame Filter): New Node.
1864 (Managing Frame Filters): New Node.
1865 (Progspaces In Python): Add note about frame_filters attribute.
1866 (Objfiles in Python): Ditto.
1867 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
1868 @anchors and --no-frame-filters option to -stack-list-variables,
1869 -stack-list-frames, -stack-list-locals and -stack-list-arguments
1870 commands.
1871
18722013-05-08 Joel Brobecker <brobecker@adacore.com>
1873
1874 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
1875 Support" subsection documenting the XML format used to transfer
1876 shared library info on AIX.
1877
18782013-05-08 Joel Brobecker <brobecker@adacore.com>
1879
1880 * gdb.texinfo (Debugging Output): Add documentation of
1881 "set debug aix-solib" and "show debug aix-solib" commands.
1882
18832013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1884
1885 * gdb.texinfo (Nios II): New section.
1886 (Nios II Features): New section.
1887
18882013-05-06 Joel Brobecker <brobecker@adacore.com>
1889
1890 * gdbint.texinfo (Algorithms): Remove entries documenting
1891 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
1892 SOLIB_CREATE_INFERIOR_HOOK.
1893
18942013-04-29 Tom Tromey <tromey@redhat.com>
1895
1896 PR python/14204:
1897 * gdb.texinfo (Python API): Fix menu entry.
1898 (Blocks In Python): Fix subsubsection text. Rewrite intro.
1899 Define global and static block. Add example. Clarify
1900 block relationship for inline functions.
1901
19022013-04-29 Tom Tromey <tromey@redhat.com>
1903
1904 * gdb.texinfo (Python API): Mention Python help and keyword
1905 arguments. Move pagination text to Basic Python.
1906 (Basic Python): Put pagination text here. Document
1907 close-on-exec, SIGCHLD, and SIGINT.
1908
19092013-04-19 Pedro Alves <palves@redhat.com>
1910
1911 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
1912 "signedness" instead of "signness".
1913
19142013-04-19 Pedro Alves <palves@redhat.com>
1915
1916 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
1917 -Wno-pointer-sign text with text on -Wpointer-sign.
1918
19192013-04-16 Tom Tromey <tromey@redhat.com>
1920
1921 * gdb.texinfo (Set Catchpoints): Mention earliest version of
1922 GCC that has the SDT probe points.
1923
19242013-04-15 Tom Tromey <tromey@redhat.com>
1925
1926 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
1927 exception catchpoints.
1928
19292013-04-15 Tom Tromey <tromey@redhat.com>
1930
1931 * gdb.texinfo (Set Catchpoints): Document $_exception.
1932 (Convenience Vars): Mention $_exception.
1933
19342013-04-15 Tom Tromey <tromey@redhat.com>
1935
1936 * gdb.texinfo (Set Catchpoints): Reorganize exception
1937 catchpoints. Document "catch rethrow".
1938 (Debugging C Plus Plus): Mention "catch rethrow".
1939
19402013-04-15 Tom Tromey <tromey@redhat.com>
1941
1942 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
1943
19442013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1945 Eli Zaretskii <eliz@gnu.org>
1946
1947 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
1948 line below the sample output.
1949
19502013-04-12 Eli Zaretskii <eliz@gnu.org>
1951
1952 * gdb.texinfo (Mode Options): Document '-configuration'.
1953 (Help): Document "show configuration".
1954 (Bug Reporting): Add requirements to include the configuration
1955 details in bug reports.
1956
19572013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1958
1959 * Makefile.in (MAN1S): Add gcore.1.
1960 Remove "Host, target, and site specific Makefile fragments" comment.
1961 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
1962 (install-man1, uninstall-man1): Conditionalize gcore.1.
1963 (gcore.1): New.
1964 * gdb.texinfo (Man Pages): Add gcore man.
1965 (gcore man): New node.
1966
19672013-04-10 Pedro Alves <palves@redhat.com>
1968
1969 * gdb.texinfo (Process Record and Replay): Document that "set
1970 record full insn-number-max", "set record
1971 instruction-history-size" and "set record
1972 function-call-history-size" accept "unlimited".
1973 (Backtrace): Document that "set backtrace limit" accepts
1974 "unlimited".
1975 (List): Document that "set listsize" accepts "unlimited".
1976 (Print Settings)" Document that "set print max-symbolic-offset",
1977 "set print elements" and "set print repeats" accept "unlimited".
1978 (Starting and Stopping Trace Experiments): Document that "set
1979 trace-buffer-size" accepts "unlimited".
1980 (Remote Configuration): Document that "set tcp connect-timeout"
1981 accepts "unlimited".
1982 (Command History): Document that "set history size" accepts
1983 "unlimited".
1984 (Screen Size): Document that "set height" and "set width" accepts
1985 "unlimited". Adjust "set pagination"'s description to suggest
1986 "set height unlimited" instead of "set height 0".
1987
19882013-04-10 Yao Qi <yao@codesourcery.com>
1989
1990 * gdb.texinfo (Trace Files): Add "target ctf".
1991
19922013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1993
1994 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
1995
1996 * Makefile.in (install-man1, install-man5, uninstall-man1)
1997 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
1998
1999 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
2000
20012013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2002 Eli Zaretskii <eliz@gnu.org>
2003
2004 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
2005 parameters order. Remove "On some targets" for --attach. Document the
2006 --multi parameter and extended-remote command. Document all the
2007 options.
2008
20092013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2010
2011 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
2012 the list of supported languages.
2013
20142013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2015
2016 Convert man pages to texinfo, new gdbinit.5 texinfo page.
2017 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
2018 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
2019 (diststuff): Add man.
2020 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
2021 (uninstall-man5): New.
2022 (STAGESTUFF): Add *.1 and *.5.
2023 (GDBvn.texi): Add SYSTEM_GDBINIT.
2024 (gdb.1, gdbserver.1, gdbinit.5): New.
2025 (maintainer-clean realclean): Add $(MANS).
2026 (install): Add install-man.
2027 (uninstall): Add uninstall-man.
2028 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
2029 (@copying): Wrap it by @c man begin COPYRIGHT.
2030 (Top): Add Man Pages.
2031 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
2032
20332013-04-02 Pedro Alves <palves@redhat.com>
2034
2035 * gdb.texinfo (Debugging Output): Document "set/show debug
2036 aarch64", "set/show debug coff-pe-read" and "set/show debug
2037 mach-o".
2038
20392013-04-02 Pedro Alves <palves@redhat.com>
2040
2041 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2042 table>: Add entry for "trace-buffer-size".
2043
20442013-03-28 Pedro Alves <palves@redhat.com>
2045
2046 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2047 table>: Add entry for "trace-status".
2048
20492013-03-28 Eli Zaretskii <eliz@gnu.org>
2050
2051 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
2052 @bullet", which is invalid (makeinfo 5.1 barfs).
2053
20542013-03-28 Pedro Alves <palves@redhat.com>
2055
2056 PR gdb/15294
2057
2058 * gdb.texinfo (List) <set listsize>: Adjust to document that
2059 listsize 0 means no limit, and remove mention of -1.
2060
20612013-03-22 Yao Qi <yao@codesourcery.com>
2062
2063 * gdb.texinfo (Embedded Processors): Remove menu item
2064 "OpenRISC 1000".
2065 (OpenRISC 1000): Remove.
2066
20672013-03-21 Doug Evans <dje@google.com>
2068
2069 * gdb.texinfo (Maintenance Commands): Add docs for
2070 "mt set per-command {space,time,symtab} {on,off}".
2071
20722013-03-14 Hui Zhu <hui@codesourcery.com>
2073 Yao Qi <yao@codesourcery.com>
2074
2075 * gdb.texinfo (Trace Files): Add "tsave -ctf".
2076
20772013-03-13 Keith Seitz <keiths@redhat.com>
2078
2079 * gdb.texinfo (Maintenance Commands): Add missing ')' for
2080 "maint agent" reference to Dynamic printf.
2081
20822013-03-11 Eli Zaretskii <eliz@gnu.org>
2083
2084 * gdb.texinfo (General Query Packets): Don't use colon in index
2085 entries visible to Info format.
2086
20872013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2088
2089 * gdb.texinfo (Process Record and Replay): Document record
2090 changes.
2091
20922013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2093
2094 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
2095 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
2096 qXfer:btrace:read.
2097
20982013-03-09 Eli Zaretskii <eliz@gnu.org>
2099
2100 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
2101 use colons in @anchor and @cindex entries.
2102
21032013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
2104
2105 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
2106
21072013-03-08 Stan Shebs <stan@codesourcery.com>
2108 Hafiz Abid Qadeer <abidh@codesourcery.com>
2109
2110 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2111 trace-buffer-size set and show commands.
2112 (Tracepoint Packets): Document QTBuffer:size.
2113 (General Query Packets): Document QTBuffer:size.
2114
21152013-02-21 Tom Tromey <tromey@redhat.com>
2116
2117 * gdb.texinfo: Remove bad @syncodeindex.
2118 (Values From Inferior, Types In Python, Inferiors In Python)
2119 (Events In Python, Threads In Python, Frames In Python, Blocks In
2120 Python, Symbols In Python, Symbol Tables In Python): Remove
2121 @tables.
2122 (Packets, General Query Packets, Tracepoint Packets)
2123 (Host I/O Packets): Use @w{} for empty @item.
2124
21252013-02-20 Siva Chandra Reddy <sivachandra@google.com>
2126
2127 * gdb.texinfo (Architectures In Python): Add description about
2128 the new method gdb.Architecture.disassemble.
2129
21302013-02-15 Pedro Alves <pedro@codesourcery.com>
2131 Hafiz Abid Qadeer <abidh@codesourcery.com>
2132
2133 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
2134 Document the "trace-file" field.
2135
21362013-02-07 Doug Evans <dje@google.com>
2137
2138 * gdb.texinfo (Machine Code): Clarify argument to disassemble
2139 command.
2140
21412013-02-06 Yao Qi <yao@codesourcery.com>
2142
2143 * gdb.texinfo (GDB/MI Async Records): Document new MI
2144 notification "=tsv-modified". Update the document of MI
2145 notification "=tsv-created".
2146 * observer.texi (GDB Observers): New observer tsv_modified.
2147 Update observer tsv_created and tsv_delete.
2148
21492013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
2150
2151 * gdb.texinfo (AArch64 Features): New section; document
2152 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
2153 (Architectures): Add new AArch64 section to document AArch64
2154 architecture specific commands.
2155 (ABI): Add description of the new OS ABI "Newlib" and its influence
2156 on the longjmp handling.
2157
21582013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
2159 Jan Kratochvil <jan.kratochvil@redhat.com>
2160
2161 * gdb.texinfo (Backtrace): Added description of 'filename-display'
2162 variable in 'set/show backtrace' section.
2163
21642013-01-31 Tom Tromey <tromey@redhat.com>
2165
2166 * gdb.texinfo (Target Commands): Fix typo.
2167
21682013-01-23 Siva Chandra Reddy <sivachandra@google.com>
2169
2170 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
2171 describing the gdb.Architecture class.
2172 (Frames In Python): Add description about the new method
2173 gdb.Frame.architecture().
2174
21752013-01-23 Doug Evans <dje@google.com>
2176
2177 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
2178
21792013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
2180
2181 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
2182 'thread-groups' field when printing a breakpoint in MI.
2183
21842012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2185 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
2186 to reflect that jit-reader-load now supports absolute file-names.
2187
21882013-01-16 Tom Tromey <tromey@redhat.com>
2189
2190 * gdb.texinfo (Set Catchpoints): Document "catch signal".
2191 (Signals): Likewise.
2192
21932013-01-16 Tom Tromey <tromey@redhat.com>
2194
2195 * gdb.texinfo (GDB/MI Breakpoint Information): Document
2196 "catch-type" field.
2197 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
2198
21992013-01-07 Tom Tromey <tromey@redhat.com>
2200
2201 * gdb.texinfo (Mode Options): Don't mention -epoch.
2202 (Data, Emacs): Remove obsolete comments.
2203
22042013-01-02 Tom Tromey <tromey@redhat.com>
2205
2206 * gdb.texinfo (GDB/MI Output Records): Update menu.
2207 (GDB/MI Breakpoint Information): New node.
2208 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
2209 <-break-insert>: Likewise.
2210
22112012-12-31 Yao Qi <yao@codesourcery.com>
2212
2213 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
2214 (Packets): Move "vStopped" packet to ...
2215 (Notification Packets): ... here. Describe the components
2216 of notification. Add a table of supported notifications.
2217 Add an example on the process of he async notification.
2218
22192012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2220
2221 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
2222 present.
2223 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
2224 fullname output always present.
2225
22262012-12-23 Pierre Muller <muller@sourceware.org>
2227
2228 * gdbint.texinfo (Function prototypes): Require use of "extern"
2229 modifier for function prototypes in headers.
2230
22312012-12-19 Joel Brobecker <brobecker@adacore.com>
2232
2233 * refcard.tex: Update copyright notice to GPL v3 or later.
2234 Update contact info.
2235
22362012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2237
2238 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
2239
22402012-12-15 Yao Qi <yao@codesourcery.com>
2241
2242 * gdb.texinfo (Debugging Output): Document 'set debug
2243 notification' and 'show debug notification'.
2244
22452012-12-15 Yao Qi <yao@codesourcery.com>
2246
2247 * gdb.texinfo (Listing Tracepoints): New item and example about
2248 'installed on target' output.
2249 Add more in the example about 'installed on target'.
2250 (GDB/MI Breakpoint Commands): Doc about 'installed field.
2251
22522012-12-14 Tom Tromey <tromey@redhat.com>
2253
2254 * gdb.texinfo (SVR4 Process Information): Mention core files.
2255
22562012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
2257
2258 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
2259
22602012-12-11 Pedro Alves <palves@redhat.com>
2261
2262 * gdb.texinfo: Remove all mentions of Unixware throughout.
2263
22642012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2265
2266 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
2267
22682012-11-29 Tom Tromey <tromey@redhat.com>
2269
2270 * gdb.texinfo (SVR4 Process Information): Document missing
2271 "info proc" subcommands.
2272
22732012-11-29 Yao Qi <yao@codesourcery.com>
2274
2275 PR gdb/1477.
2276 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
2277 to 'auto' instead of 'gnu'.
2278
22792012-11-26 Tom Tromey <tromey@redhat.com>
2280
2281 * gdb.texinfo (MiniDebugInfo): New node.
2282 (GDB Files): Update.
2283
22842012-11-16 Doug Evans <dje@google.com>
2285
2286 * gdb.texinfo (System-wide configuration): If the system-wide init
2287 file lives in the data-directory, and --data-directory is provided,
2288 look for it there.
2289
22902012-11-15 Tom Tromey <tromey@redhat.com>
2291
2292 * gdb.texinfo (Signaling): Fix typo.
2293
22942012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
2295
2296 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
2297 parameter "count" of -data-write-memory-bytes, and add an example.
2298
22992012-11-12 Tom Tromey <tromey@redhat.com>
2300
2301 * gdb.texinfo (Symbols): Document "info type-printers",
2302 "enable type-printer" and "disable type-printer".
2303 (Python API): Add new node to menu.
2304 (Type Printing API): New node.
2305 (Progspaces In Python): Document type_printers field.
2306 (Objfiles In Python): Likewise.
2307 (gdb.types) <get_type_recognizers, apply_type_recognizers,
2308 register_type_printer, TypePrinter>: Document.
2309
23102012-11-12 Tom Tromey <tromey@redhat.com>
2311
2312 * gdb.texinfo (Symbols): Document "set print type methods",
2313 "set print type typedefs", and flags to ptype and whatis.
2314
23152012-11-09 Andrew Burgess <aburgess@broadcom.com>
2316
2317 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
2318 the example -data-disassemble output. Extend the description of
2319 the -data-disassemble results to document all fields. Document
2320 the cli disassemble command as being related to -data-disassemble.
2321
23222012-11-09 Yao Qi <yao@codesourcery.com>
2323
2324 PR gdb/14777.
2325 * gdb.texinfo (OS Information): Remove doc on command
2326 'info udot'.
2327
23282012-11-08 Joel Brobecker <brobecker@adacore.com>
2329
2330 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
2331 gdb.ini warning for Windows port.
2332
23332012-11-08 Yao Qi <yao@codesourcery.com>
2334
2335 * gdb.texinfo (Search): Add kindex for 'fo'.
2336
23372012-11-05 Tom Tromey <tromey@redhat.com>
2338
2339 PR python/14802:
2340 * gdb.texinfo (Functions In Python): Add example.
2341
23422012-11-03 Yao Qi <yao@codesourcery.com>
2343
2344 * observer.texi (GDB Observers): Remove observer
2345 'tracepoint_modified', 'tracepoint_created' and
2346 'tracepoint_deleted'.
2347
23482012-10-26 Tom Tromey <tromey@redhat.com>
2349
2350 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
2351
23522012-10-25 Tom Tromey <tromey@redhat.com>
2353
2354 * gdb.texinfo (General Query Packets): Use @itemx.
2355
23562012-10-17 Yao Qi <yao@codesourcery.com>
2357
2358 * observer.texi (GDB Observers): Update observer
2359 'memory_changed'.
2360 * gdb.texinfo (GDB/MI Async Records): Document for
2361 "memory-changed" notification.
2362
23632012-10-15 Doug Evans <dje@google.com>
2364
2365 * gdb.texinfo (Mode Options): Document -nh.
2366 Elaborate on docs for -nx.
2367
23682012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2369
2370 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
2371
23722012-09-21 Yao Qi <yao@codesourcery.com>
2373 Pedro Alves <palves@redhat.com>
2374
2375 * gdb.texinfo (GDB/MI Async Records): Document notification
2376 'record-started' and 'record-stopped'.
2377 * observer.texi (GDB Observers): New observer 'record-changed'.
2378
23792012-09-19 Thomas Schwinge <thomas@codesourcery.com>
2380
2381 * gdb.texinfo: Document the removal of SH's 'regs' command.
2382
23832012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2384
2385 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
2386
23872012-09-18 Yao Qi <yao@codesourcery.com>
2388
2389 * gdb.texinfo (GDB/MI Async Records): Document new MI
2390 notifications '=tsv-created' and '=tsv-deleted'.
2391 * observer.texi (GDB Observers): New observer tsv_created and
2392 tsv_deleted.
2393
23942012-09-18 Yao Qi <yao@codesourcery.com>
2395
2396 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
2397 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
2398 '=traceframe-changed'.
2399
24002012-09-17 Yao Qi <yao@codesourcery.com>
2401
2402 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
2403 'set listsize'.
2404
24052012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2406 Eli Zaretskii <eliz@gnu.org>
2407
2408 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
2409 encoding for gdbarch_breakpoint_from_pc, bp_addr for
2410 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
2411
24122012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2413
2414 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
2415
24162012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
2417
2418 Document how to return from "python-interactive" to GDB.
2419 * gdb.texinfo (Python Commands): Update documentation.
2420
24212012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
2422
2423 Add a new "python-interactive" command that starts a standard
2424 Python interactive prompt with "pi" as alias, and add "py" as
2425 an alias to "python".
2426 * gdb.texinfo (Python Commands): Document the new commands.
2427
24282012-08-22 Tom Tromey <tromey@redhat.com>
2429
2430 * gdbint.texinfo (Host Definition): Remove documentation for
2431 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
2432
24332012-08-17 Keith Seitz <keiths@redhat.com>
2434
2435 PR c++/13356
2436 * gdb.texinfo (Type and Range Checking): Remove warning.
2437 Remove spurious commas.
2438 Update text and examples for re-implementation of set/show
2439 check type.
2440 (C and C++ Type and Range Checks): Likewise.
2441
24422012-08-16 Yao Qi <yao@codesourcery.com>
2443
2444 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
2445 is deprecated.
2446
24472012-08-13 Doug Evans <dje@google.com>
2448
2449 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
2450 to include functions.
2451
24522012-08-10 Doug Evans <dje@google.com>
2453
2454 * gdb.texinfo (Convenience Funs): New node.
2455 (Types In Python): Document Type.vector.
2456
24572012-08-09 Yao Qi <yao@codesourcery.com>
2458
2459 * observer.texi: New observer command_param_changed.
2460 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
2461
24622012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2463
2464 * gdbint.texinfo (Debugging GDB): In section
2465 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
2466 Mention also gdb-gdb.py.
2467
24682012-08-07 Yao Qi <yao@codesourcery.com>
2469
2470 Revert the folloing patch:
2471 2012-08-06 Yao Qi <yao@codesourcery.com>
2472 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2473 remote hardware-watchpoint-limit' and 'set
2474 remote hardware-breakpoint-limit'.
2475
24762012-08-06 Nathaniel Flath <flat0103@gmail.com>
2477
2478 * gdb.texinfo (Working Directory): Added information about new
2479 default argument for 'cd' command.
2480
24812012-08-06 Yao Qi <yao@codesourcery.com>
2482
2483 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2484 remote hardware-watchpoint-limit' and 'set
2485 remote hardware-breakpoint-limit'.
2486
24872012-08-06 Yao Qi <yao@codesourcery.com>
2488
2489 Fix PR14371.
2490
2491 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
2492 '=breakpoint-deleted'.
2493
24942012-08-02 Yao Qi <yao@codesourcery.com>
2495
2496 * gdb.texinfo (Native): Remove node Neutrino.
2497
24982012-07-27 Yao Qi <yao@codesourcery.com>
2499
2500 * gdb.texinfo (IPA Protocol Commands): Document new command
2501 'close'.
2502
25032012-07-25 Tom Tromey <tromey@redhat.com>
2504
2505 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
2506
25072012-07-20 Doug Evans <dje@google.com>
2508
2509 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
2510 (Index Files): Document how to control the use of deprecated index
2511 sections.
2512 (Index Section Format): Replace --use-deprecated-index-sections with
2513 "set use-deprecated-index-sections on".
2514
25152012-07-12 Eli Zaretskii <eliz@gnu.org>
2516
2517 * gdbint.texinfo: Remove @syncodeindex directives that put all the
2518 indices into a single node "Index". Instead, join function and
2519 variable indices into a single index, separate from the concept
2520 index. Requested in
2521 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
2522 (Top): Update the top-level menu: instead of one "Index" there are
2523 now separate entries "Concept Index" and "Function and Variable
2524 Index".
2525 (Concept Index, Function and Variable Index): New nodes.
2526 (Index): Node deleted.
2527
25282012-07-05 Hui Zhu <hui_zhu@mentor.com>
2529
2530 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
2531 and "maint agent-eval".
2532
25332012-07-03 Eli Zaretskii <eliz@gnu.org>
2534
2535 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
2536 avoid file-name clashes between Index.html and index.html on
2537 case-insensitive filesystems. See the discussion starting in
2538 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
2539 details of the problem.
2540 (Top): Update the master menu for the above.
2541 (Concept Index, Command and Variable Index): New nodes, instead of
2542 the old "Index" node that was deleted. All cross-references
2543 updated.
2544
25452012-07-02 Stan Shebs <stan@codesourcery.com>
2546
2547 * gdb.texinfo (Dynamic Printf): Mention agent style and
2548 disconnected dprintf.
2549 (Maintenance Commands): Describe maint agent-printf.
2550 (General Query Packets): Mention BreakpointCommands feature.
2551 (Packets): Document commands extension to Z0 packet.
2552 * agentexpr.texi (Bytecode Descriptions): Document printf
2553 bytecode.
2554
25552012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2556
2557 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
2558 only after gdbinit files.
2559 (Startup): Move -iex and -iex commands down after gdbinit files.
2560
25612012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2562
2563 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
2564 possibility.
2565
25662012-06-29 Tom Tromey <tromey@redhat.com>
2567
2568 * gdb.texinfo (Index Section Format): Update for version 7.
2569
25702012-06-28 Stan Shebs <stan@codesourcery.com>
2571
2572 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
2573 example, add note about title column.
2574
25752012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2576
2577 * gdb.texinfo (Symbol Tables In Python): Add description about
2578 the new 'last' attribute of gdb.Symtab_and line.
2579
25802012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2581
2582 * gdb.texinfo (Symbol Tables In Python): Correct the description
2583 of the 'pc' attribute of gdb.Symtab_and_line.
2584
25852012-06-26 Doug Evans <dje@google.com>
2586
2587 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
2588 and symtab-create.
2589
25902012-06-25 Keith Seitz <keiths@redhat.com>
2591
2592 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
2593 from example. Remove "rbreak" from list of corresponding
2594 gdb commands.
2595
25962012-06-23 Doug Evans <dje@google.com>
2597
2598 * gdb.texinfo (Index Section Format): Document version 7 format.
2599
26002012-06-22 Yao Qi <yao@codesourcery.com>
2601
2602 * gdb.texinfo: Add missing cindex for some packets.
2603
26042012-06-20 Keith Seitz <keiths@redhat.com>
2605
2606 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
2607 for -break-insert and document -p.
2608
26092012-06-20 Yao Qi <yao@codesourcery.com>
2610
2611 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
2612 and "gdb.write_memory" with "Inferior.read_memory" and
2613 "Inferior.write_memory".
2614
26152012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
2616
2617 * gdb.texinfo (Summary): Add a link to "Free Documentation".
2618 (Free Documentation): Add @node line.
2619 (Continuing and Stepping) <advance location>: Use @item instead of
2620 @itemx.
2621 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
2622 @itemx.
2623 (Embedded Processors): Put the link to "PA" to its correct place,
2624 according to document structure.
2625 (Python API): Put the link to "Lazy Strings In Python" to its
2626 correct place.
2627 (Index): Use @@ in @tex block to get a literal @.
2628
2629 * gdbint.texinfo: Fix the @subtitle line.
2630
2631 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
2632 correct place.
2633
26342012-06-08 Yao Qi <yao@codesourcery.com>
2635
2636 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
2637 Protocol'.
2638 (In-Process Agent Protocol, IPA Protocol Objects)
2639 (IPA Protocol Commands): New nodes.
2640 (Tracepoint Packets): Add anchors.
2641
26422012-06-06 Thomas Schwinge <thomas@codesourcery.com>
2643
2644 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
2645
26462012-06-06 Yao Qi <yao@codesourcery.com>
2647
2648 * gdb.texinfo: Update copyright year.
2649
26502012-05-23 Stan Shebs <stan@codesourcery.com>
2651 Kwok Cheung Yeung <kcy@codesourcery.com>
2652
2653 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
2654
26552012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2656
2657 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
2658 Mention also --with-separate-debug-dir.
2659 (Auto-loading): Prepend $debugdir in the sample output.
2660 (Auto-loading safe path): Likewise. Mention also $debugdir for the
2661 auto-load safe-path variable.
2662 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
2663 Mention also $debugdir for 'set auto-load scripts-directory'.
2664
26652012-05-19 Eli Zaretskii <eliz@gnu.org>
2666
2667 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
2668 (MIPS Embedded, MIPS, MIPS Register packet Format)
2669 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
2670 appropriate.
2671
26722012-05-18 Sandra Loosemore <sandra@codesourcery.com>
2673 Maciej W. Rozycki <macro@codesourcery.com>
2674
2675 * gdb.texinfo (MIPS): Document "set mips compression" and "show
2676 mips compression".
2677 (MIPS Breakpoint Kinds): New subsubsection.
2678
26792012-05-18 Eli Zaretskii <eliz@gnu.org>
2680
2681 * gdb.texinfo (Architecture-Specific Protocol Details): Define
2682 nodes for subsections. Add @acronym mark-ups and adjust
2683 formatting.
2684
26852012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2686
2687 Rename $ddir to $datadir.
2688 * gdb.texinfo (Auto-loading, Auto-loading safe path)
2689 (objfile-gdb.py file): Rename $ddir to $datadir.
2690
26912012-05-18 Tom Tromey <tromey@redhat.com>
2692
2693 * gdb.texinfo (Print Settings): Document 'set print symbol'.
2694
26952012-05-14 Stan Shebs <stan@codesourcery.com>
2696
2697 * gdb.texinfo (Dynamic Printf): New subsection.
2698
26992012-05-13 Siva Chandra Reddy <sivachandra@google.com>
2700
2701 * gdb.texinfo (Basic Python): Add description about the function
2702 gdb.find_pc_line
2703
27042012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2705 Eli Zaretskii <eliz@gnu.org>
2706
2707 * gdb.texinfo (Separate Debug Files): Use plural form for global
2708 debugging information directory.
2709
27102012-05-11 Stan Shebs <stan@codesourcery.com>
2711 Kwok Cheung Yeung <kcy@codesourcery.com>
2712
2713 * gdb.texinfo (Operating System Auxiliary Information): Document new
2714 'info os' subcommands.
2715
27162012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2717
2718 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
2719 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
2720 (dotdebug_gdb_scripts section): Add reference
2721 to 'Auto-loading safe path'.
2722
27232012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2724
2725 Implement multi-component --with-auto-load-dir.
2726 * gdb.texinfo (Auto-loading): New references
2727 for 'set auto-load scripts-directory'
2728 and 'show auto-load scripts-directory'.
2729 (Auto-loading safe path): Describe the new default. Move $ddir
2730 substituation reference to 'objfile-gdb.py file'.
2731 (objfile-gdb.py file): Describe script-name alias. Change real-name to
2732 script-name. Describe new 'set auto-load scripts-directory'
2733 and 'show auto-load scripts-directory'.
2734
27352012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2736
2737 Provide $ddir substitution for --with-auto-load-safe-path.
2738 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
2739 (Auto-loading safe path): Likewise. Mention the default value,
2740 $ddir substitution, --with-auto-load-safe-path and
2741 --without-auto-load-safe-path.
2742 * observer.texi (gdb_datadir_changed): New.
2743
27442012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2745
2746 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
2747 Twice.
2748
2749 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
2750 directory separator by path separator.
2751
27522012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2753
2754 * gdb.texinfo (Auto-loading safe path): Make 'directories'
2755 for 'set auto-load safe-path' optional. Mention if it is omitted.
2756 Change disabling security protection condition to "/", twice.
2757
27582012-05-03 Siva Chandra Reddy <sivachandra@google.com>
2759
2760 * gdb.texinfo (Symbol Tables In Python): Add documentation about
2761 the new methods global_block and static_block on gdb.Symtab
2762 objects.
2763
27642012-05-02 Siva Chandra Reddy <sivachandra@google.com>
2765
2766 * gdb.texinfo (Blocks In Python): Add a note saying that future
2767 improvements to GDB and its infrastructure can move symbols
2768 across blocks within a symbol table.
2769
27702012-04-29 Yao Qi <yao@codesourcery.com>
2771
2772 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
2773 (A29K): Remove.
2774
27752012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
2776 Tom Tromey <tromey@redhat.com>
2777
2778 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
2779 and generic static probe support on GDB.
2780
27812012-04-25 Doug Evans <dje@google.com>
2782
2783 * gdb.texinfo (Go): Fix thinko.
2784
2785 * gdb.texinfo (Supported Languages): Add Go.
2786 (Go): New node.
2787
27882012-04-25 Yao Qi <yao@codesourcery.com>
2789
2790 * gdbint.texinfo (Testsuite): New section `Board settings'.
2791
27922012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2793
2794 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
2795 Three times.
2796
2797 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
2798 Three times.
2799
28002012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2801
2802 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
2803 by @table @asis. Fix formatting of one item.
2804
28052012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2806
2807 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
2808
28092012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2810
2811 New option "set debug auto-load".
2812 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
2813 (auto-load verbose mode): New node.
2814
28152012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2816
2817 New option "set auto-load safe-path".
2818 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
2819 and "info auto-load" examples for safe-path. Put there also references
2820 for "set auto-load safe-path" and "show auto-load safe-path".
2821 New menu item for Auto-loading safe path.
2822 (Auto-loading safe path): New node.
2823 (Python Auto-loading): Update the expected output from "Missing"
2824 to "No".
2825
28262012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2827
2828 auto-load: Implementation.
2829 * gdb.texinfo (Mode Options): New anchor for -nx.
2830 (Startup): New anchors for Option -init-eval-command,
2831 Home Directory Init File
2832 and Init File in the Current Directory during Startup.
2833 Mention set auto-load local-gdbinit with a reference.
2834 Change the sample code to "set auto-load python-scripts".
2835 (Threads): New anchor set libthread-db-search-path.
2836 Provide references to libthread_db.so.1 file.
2837 (Controlling GDB): New menu item for Auto-loading.
2838 (Auto-loading, Init File in the Current Directory)
2839 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
2840 (Python): Rename the menu item Auto-loading to Python Auto-loading.
2841 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
2842 reference.
2843 (Auto-loading): Rename to ...
2844 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
2845 "set auto-load python-scripts", new anchor for it. Change
2846 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
2847 for it. Change "info auto-load-scripts"
2848 to "info auto-load python-scripts", new anchor for it. Change "scripts"
2849 to "Python scripts".
2850
28512012-04-14 Anton Gorenkov <xgsa@yandex.ru>
2852
2853 PR mi/13393
2854 * gdb.texinfo (Print Settings): Extend the description for "set print
2855 object".
2856 (GDB/MI Variable Objects): Extend the description for -var-create and
2857 -var-list-children.
2858
28592012-04-11 Siva Chandra Reddy <sivachandra@google.com>
2860
2861 * gdb.texinfo (Examining Data): Document the 'explore' command.
2862
28632012-03-28 Joel Brobecker <brobecker@adacore.com>
2864
2865 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
2866 to the children of a varobj and its update range when -var-update
2867 returns that the varobj's type changed.
2868
28692012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2870
2871 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
2872 Create two new links fir 'objfile-gdb.py file'
2873 and 'dotdebug_gdb_scripts section'.
2874
28752012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2876
2877 * gdb.texinfo (Auto-loading): Rename node reference
2878 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
2879 Twice.
2880 (.debug_gdb_scripts section): Rename the node ...
2881 (dotdebug_gdb_scripts section): ... here.
2882 (Maintenance Commands): Also rename this node reference.
2883
28842012-03-22 Siva Chandra Reddy <sivachandra@google.com>
2885
2886 * gdb.texinfo (Python API/Values From Inferior): Add description
2887 about the new method Value.referenced_value. Add description on
2888 how Value.dereference is different (and similar) to
2889 Value.referenced_value.
2890
28912012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2892
2893 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
2894 --init-eval-command=COMMAND, -iex.
2895 (Startup): Describe -iex and -ix. Simplify the example
2896 for "set auto-load-scripts off".
2897
28982012-03-16 Gary Benson <gbenson@redhat.com>
2899
2900 PR breakpoints/10738
2901 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
2902 stating that GDB cannot set breakpoints on inlined functions.
2903 (Mode Options): Document --use-deprecated-index-sections.
2904 (Index Section Format): Document new index section version format.
2905
29062012-03-15 Tom Tromey <tromey@redhat.com>
2907
2908 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
2909
29102012-03-13 Doug Evans <dje@google.com>
2911
2912 * gdb.texinfo (Help): Change apropos example to use "alias" instead
2913 of "reload".
2914 (Symbols): Delete docs for set/show symbol-reloading.
2915 * gdbint.texinfo (Defining Other Architecture Features): Delete
2916 SYMBOL_RELOADING_DEFAULT.
2917 * refcard.tex: Delete reference to symbol-reloading.
2918
29192012-03-07 Pedro Alves <palves@redhat.com>
2920
2921 * gdb.texinfo (General Query Packets): Document new
2922 QProgramSignals packet.
2923 * gdb.texinfo (Remote configuration): Mention
2924 "program-signals-packet".
2925
29262012-03-05 Tristan Gingold <gingold@adacore.com>
2927
2928 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
2929
29302012-03-03 Yao Qi <yao@codesourcery.com>
2931
2932 * gdb.texinfo (In-Process Agent): New node.
2933 Document new commands.
2934 (General Query Packets): Add packet `QAgent'.
2935
29362012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
2937
2938 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
2939
29402012-03-01 Scott J. Goldman <scottjg@vmware.com>
2941
2942 * gdb.texinfo (Commands In Python): Put example python macro in
2943 COMMAND_USER category rather than COMMAND_OBSCURE.
2944 Document gdb.COMMAND_USER.
2945 (User-defined Commands): Update documentation to clarify
2946 "set/show max-user-call-depth" and "show user" don't apply to python
2947 commands. Update documentation to clarify "help user-defined" may
2948 also include python commands defined as COMMAND_USER.
2949
29502012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2951
2952 * gdb.texinfo (Startup): Add option -ex description to the option -x
2953 description.
2954
29552012-02-24 Luis Machado <lgustavo@codesourcery.com>
2956
2957 * gdb.texinfo (Setting Breakpoints): Mention and explain the
2958 condition-evaluation breakpoint parameter.
2959 Mention condition-evaluation mode being shown in "info break".
2960 (Break Conditions): Add description for target-side
2961 conditional breakpoints.
2962 (Remote Configuration): Mention conditional-breakpoints-packet.
2963 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
2964 cond-expr.
2965 (General Query Packets): Mention new ConditionalBreakpoint feature.
2966
29672012-02-22 Tom Tromey <tromey@redhat.com>
2968
2969 * gdb.texinfo (Blocks In Python): Clarify block iteration.
2970
29712012-02-17 Tom Tromey <tromey@redhat.com>
2972
2973 PR python/10753:
2974 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
2975 directory.
2976
29772012-02-14 Stan Shebs <stan@codesourcery.com>
2978
2979 * gdb.texinfo (Disabling Breakpoints): Document enable count.
2980
29812012-02-13 Pedro Alves <palves@redhat.com>
2982
2983 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
2984 mips-idt-ecoff.
2985
29862012-02-09 Yao Qi <yao@codesourcery.com>
2987
2988 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
2989
29902012-02-07 Tom Tromey <tromey@redhat.com>
2991
2992 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
2993 Symbol.value.
2994
29952012-02-07 Tom Tromey <tromey@redhat.com>
2996
2997 * gdb.texinfo (Symbols In Python): Document Symbol.line.
2998
29992012-01-27 Thomas Schwinge <thomas@codesourcery.com>
3000
3001 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
3002
30032012-01-24 Tom Tromey <tromey@redhat.com>
3004
3005 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
3006 unload".
3007 (Files): Mention new catch commands.
3008 (GDB/MI Async Records): Likewise.
3009
30102012-01-24 Gary Benson <gbenson@redhat.com>
3011
3012 Delete #if 0'd out code.
3013 * gdb.texinfo (Frame Info): Remove "info catch".
3014
30152012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
3016
3017 * gdb.texinfo (Remote Configuration): Document
3018 "set remote hostio-readlink-packet" command.
3019 (General Query Packets): Document vFile:readlink packet.
3020
30212012-01-16 Tom Tromey <tromey@redhat.com>
3022
3023 * gdb.texinfo (Specify Location): Document relative file name
3024 handling.
3025
30262012-01-16 Tom Tromey <tromey@redhat.com>
3027
3028 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
3029
30302012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3031 Eli Zaretskii <eliz@gnu.org>
3032
3033 * gdbint.texinfo (Coding Standards): Require braces for two lines of
3034 code.
3035
30362012-01-11 Paul Hilfinger <hilfingr@adacore.com>
3037
3038 * gdb.texinfo (Variables): Document use of :: for non-static
3039 variables.
3040
30412012-01-05 Joel Brobecker <brobecker@adacore.com>
3042
3043 * gdbint.texinfo (Start of New Year Procedure): Update
3044 to replace use of copyright.sh by use of copyright.py.
3045
30462012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3047
3048 Remove the gdbtui binary.
3049 * all-cfg.texi (GDBTUI): Remove.
3050 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
3051 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
3052 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
3053
30542011-12-23 Kevin Pouget <kevin.pouget@st.com>
3055
3056 Introduce gdb.FinishBreakpoint in Python.
3057 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
3058 (Python API): Add menu entry for Finish Breakpoints.
3059
30602011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3061
3062 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
3063 tests.
3064
30652011-12-16 Doug Evans <dje@google.com>
3066
3067 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
3068
30692011-12-16 Phil Muldoon <pmuldoon@redhat.com>
3070
3071 * gdb.texinfo (Python Commands): Remove "maint set/show print
3072 stack". Add documentation for "set/show python print-stack".
3073
30742011-12-14 Pedro Alves <pedro@codesourcery.com>
3075
3076 * gdb.texinfo (Implementing a Remote Stub): Explain that you
3077 should transfer control to the stub in the startup code instead of
3078 in main. Mention the need to get past the initial breakpoint.
3079
30802011-12-06 Tom Tromey <tromey@redhat.com>
3081
3082 * gdb.texinfo (Set Breaks): Update for new behavior.
3083
30842011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3085
3086 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
3087 List Format for SVR4 Targets'.
3088 (General Query Packets): New item qXfer:libraries-svr4:read.
3089 (Library List Format for SVR4 Targets): New node.
3090
30912011-12-01 Tom Tromey <tromey@redhat.com>
3092
3093 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
3094 add.
3095
30962011-11-22 Tom Tromey <tromey@redhat.com>
3097
3098 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
3099 reasons.
3100
31012011-11-20 Stan Shebs <stan@codesourcery.com>
3102
3103 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3104 note-related options and variables.
3105 (Tracepoint Packets): Document packet changes.
3106
31072011-11-20 Sanjoy Das <sdas@igalia.com>
3108
3109 * gdb.texinfo (JIT Interface): Add documentation on writing and
3110 usind JIT debug info readers.
3111 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
3112 Debug Info Readers): New nodes.
3113
31142011-11-18 Yao Qi <yao@codesourcery.com>
3115
3116 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
3117 tracepoint.
3118
31192011-11-15 Doug Evans <dje@google.com>
3120
3121 * gdb.texinfo (Files): Document basenames-may-differ.
3122
31232011-11-14 Doug Evans <dje@google.com>
3124
3125 * gdb.texinfo (Shell Commands): Document "!".
3126
31272011-11-14 Stan Shebs <stan@codesourcery.com>
3128 Kwok Cheung Yeung <kcy@codesourcery.com>
3129
3130 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
3131 needed to get shorter fast tracepoints.
3132 (Tracepoint Packets): Document new qTMinFTPILen packet.
3133
31342011-11-14 Yao Qi <yao@codesourcery.com>
3135
3136 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
3137 behavior of tracepoint.
3138 (General Query Packets): New feature InstallInTrace.
3139 (Remote Configuration): Document "set remote
3140 install-in-trace-packet".
3141
31422011-11-12 Matt Rice <ratmice@gmail.com>
3143
3144 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
3145 Add arguments to info macro.
3146
31472011-11-10 Tom Tromey <tromey@redhat.com>
3148
3149 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
3150 manual.
3151 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
3152 (Macros): Add a footnote.
3153 (C): Remove paragraph about compiler options.
3154 (C Constants): Mention wide character and string constants.
3155 (C Plus Plus Expressions): Update compiler option advice. Mention
3156 using declarations. Mention ADL. Remove old HP compiler
3157 information.
3158
31592011-11-10 Tom Tromey <tromey@redhat.com>
3160
3161 PR c++/9257:
3162 * gdb.texinfo (Print Settings): Add an extra note about the need
3163 for a vtable.
3164
31652011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
3166
3167 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
3168 "set mips abi" documentation.
3169
31702011-11-04 Doug Evans <dje@google.com>
3171
3172 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
3173
31742011-11-03 Tom Tromey <tromey@redhat.com>
3175
3176 * gdb.texinfo (Stopping): Add menu entry.
3177 (Continuing and Stepping): Restore @node. Use @section, not
3178 @subsection.
3179
31802011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
3181
3182 * gdb.texinfo (Skipping Over Functions and Files): Remove node
3183 designation. Fix "Specify Location" cross-reference.
3184
31852011-11-02 Stan Shebs <stan@codesourcery.com>
3186
3187 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
3188 (General Query Packets): Describe tracenz feature.
3189 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
3190
31912011-10-28 Paul Koning <paul_koning@dell.com>
3192
3193 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
3194
31952011-10-27 Kevin Pouget <kevin.pouget@st.com>
3196
3197 * gdb.texinfo ((Frames In Python): Document
3198 gdb.FRAME_UNWIND_FIRST_ERROR contant.
3199
32002011-10-26 Paul Koning <paul_koning@dell.com>
3201
3202 * gdb.texinfo (gdb.types): Document new deepitems function.
3203
32042011-10-25 Paul Koning <paul_koning@dell.com>
3205
3206 PR python/13327
3207
3208 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
3209 fetch_lazy method.
3210
32112011-10-20 Phil Muldoon <pmuldoon@redhat.com>
3212
3213 PR python/12656
3214
3215 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
3216 global_block, static_block function.
3217
32182011-10-19 Tom Tromey <tromey@redhat.com>
3219
3220 * gdb.texinfo (Commands In Python): Add missing "@"s.
3221
32222011-10-13 Kevin Pouget <kevin.pouget@st.com>
3223
3224 PR python/13285 Document named constants for frame unwind stop reasons
3225 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
3226 constants.
3227
32282011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3229
3230 Fix compatibility with texinfo versions older than 4.12.
3231 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
3232 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
3233 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
3234 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
3235 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
3236 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
3237 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
3238
32392011-10-09 Doug Evans <dje@google.com>
3240
3241 * gdb.texinfo (Extending GDB): Document alias command.
3242
32432011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3244
3245 Support @entry in input expressions.
3246 * gdb.texinfo (Variables): Describe @entry names suffix.
3247 (Print Settings): Add anchor for `set print entry-values'.
3248
32492011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3250 Eli Zaretskii <eliz@gnu.org>
3251
3252 Display @entry parameter values (without references).
3253 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
3254 example.
3255 (Print Settings): New description of set print entry-values and show
3256 print entry-values.
3257
32582011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3259 Eli Zaretskii <eliz@gnu.org>
3260
3261 Recognize virtual tail call frames.
3262 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
3263 (Tail Call Frames): New node.
3264 (Frames In Python): Add gdb.TAILCALL_FRAME.
3265
32662011-10-07 Doug Evans <dje@google.com>
3267
3268 * gdb.texinfo (gdb.printing): Document new `replace' arg to
3269 register_pretty_printer.
3270
32712011-10-07 Phil Muldoon <pmuldoon@redhat.com>
3272
3273 PR python/12930
3274 PR python/12802
3275
3276 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
3277 stop method.
3278
32792011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
3280
3281 * gdb.texinfo (Starting your Program): "set disable-randomization"
3282 is no longer Linux-specific.
3283 (Remote Configuration): Document "set remote
3284 disable-randomization-packet".
3285 (General Query Packets): Document "QDisableRandomization" packet
3286 and add it to "qSupported" list.
3287
32882011-10-07 Kevin Pouget <kevin.pouget@st.com>
3289
3290 Allow Python notification of new object-file loadings.
3291 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
3292 event type.
3293
32942011-10-04 Kevin Pouget <kevin.pouget@st.com>
3295
3296 PR python/12691: Add the inferior to Python exited event
3297 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
3298
32992011-10-03 Joel Brobecker <brobecker@adacore.com>
3300
3301 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
3302 rephasing.
3303
33042011-10-03 Joel Brobecker <brobecker@adacore.com>
3305
3306 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
3307 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
3308 as possible feature returned by the `-list-features'
3309 command.
3310
33112011-09-28 Paul Koning <paul_koning@dell.com>
3312
3313 * gdb.texinfo (gdb.Type): Document field access by dictionary
3314 key syntax.
3315
33162011-09-28 Yao Qi <yao@codesourcery.com>
3317
3318 * gdb.texinfo (Files): Update options for `add-symbol-file'.
3319 Add one space after option `-s'. Remove @r{} markup.
3320
33212011-09-27 Stan Shebs <stan@codesourcery.com>
3322
3323 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
3324
33252011-09-16 Hui Zhu <teawater@gmail.com>
3326
3327 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
3328 to *(unsigned char *)$esp@300.
3329
33302011-09-15 Paul Koning <paul_koning@dell.com>
3331
3332 * gdb.texinfo: Make style of Python functions and methods match
3333 the syntax of Python. Also put class and module names explicitly
3334 on function, member, and variable names, matching Python
3335 documentation conventions.
3336
33372011-09-15 Kevin Pouget <kevin.pouget@st.com>
3338
3339 PR Python/12692 Add gdb.selected_inferior() to Python interface.
3340 * gdb.texinfo (Inferiors In Python): Describe new
3341 gdb.selected_inferior() function.
3342
33432011-09-15 Kevin Pouget <kevin.pouget@st.com>
3344
3345 Handle multiple breakpoint hits in Python interface:
3346 * gdb.texinfo (Events In Python): New function documentation:
3347 gdb.BreakpointEvent.breakpoints. Indicate that
3348 gdb.BreakpointEvent.breakpoint is now deprecated.
3349
33502011-09-04 Joel Brobecker <brobecker@adacore.com>
3351
3352 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
3353
33542011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
3355
3356 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
3357
33582011-08-17 Phil Muldoon <pmuldoon@redhat.com>
3359
3360 * gdb.texinfo (Prompt): Add set/show extended-prompt
3361 documentation
3362 (Basic Python): Add prompt_hook anchor.
3363 (Python modules): Reword module text to reflect multiple modules.
3364 (gdb.prompt): Document gdb.prompt module.
3365
33662011-08-14 Yao Qi <yao@codesourcery.com>
3367
3368 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
3369
33702011-08-14 Yao Qi <yao@codesourcery.com>
3371
3372 * gdb.texinfo (Standard Target Features): Document C6x features.
3373 (TIC6x Features): New node.
3374
33752011-08-12 Doug Evans <dje@google.com>
3376
3377 * gdb.texinfo (Symbols In Python): Document symbol.type.
3378
33792011-08-09 Phil Muldoon <pmuldoon@redhat.com>
3380
3381 * gdb.texinfo (Python): Document command and function
3382 auto-loading.
3383
33842011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3385 Eli Zaretskii <eliz@gnu.org>
3386
3387 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
3388 typedefs unrolling. Extend the sample code by an inner typedef and
3389 outer typedefs unrolling.
3390
33912011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
3392
3393 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
3394 size and line-size.
3395
33962011-07-21 Matt Rice <ratmice@gmail.com>
3397
3398 PR macros/12999
3399 * gdb.texinfo (Macros): Add info definitions and info macros commands.
3400 Update text and cindex entries for info macro command.
3401
34022011-07-21 Phil Muldoon <pmuldoon@redhat.com>
3403
3404 * observer.texi (GDB Observers): Add before_prompt observer.
3405 * gdb.texinfo (Basic Python): Add documentation for prompt
3406 substitution.
3407
34082011-07-11 Phil Muldoon <pmuldoon@redhat.com>
3409
3410 PR python/12438
3411 * gdb.texinfo (Python Commands): Add deprecate note to maint
3412 set/show python print-stack. Document set/show python
3413 print-backtrace.
3414
34152011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
3416
3417 * gdb.texinfo: Fix typos.
3418
34192011-07-01 Tom Tromey <tromey@redhat.com>
3420
3421 * gdb.texinfo (Debugging Output): Document set debug
3422 check-physname.
3423
34242011-06-29 Tom Tromey <tromey@redhat.com>
3425
3426 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3427 breakpoint-notifications feature.
3428
34292011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
3430
3431 * gdb.texinfo (Target Description): Remove warning about
3432 possibly unstable format.
3433
34342011-06-03 Tom Tromey <tromey@redhat.com>
3435
3436 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
3437 (Events In Python): Note that exit_code is optional.
3438
34392011-05-17 Pedro Alves <pedro@codesourcery.com>
3440
3441 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
3442 required for multi-threading support.
3443 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
3444 Hc are deprecated for multi-threading debugging. Point readers at
3445 the vCont packet.
3446
34472011-05-15 Doug Evans <dje@google.com>
3448
3449 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
3450
34512011-05-13 Doug Evans <dje@google.com>
3452
3453 * gdb.texinfo (Threads): Document $sdir,$pdir.
3454 (Server): Document $pdir exception.
3455
3456 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
3457
3458 * gdb.texinfo (Threads): Clarify default value for
3459 libthread-db-search-path.
3460
3461 * gdb.texinfo (Completion): Update example.
3462 (Debugging Output): Delete `set/show debug lin-lwp-async'.
3463
34642011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
3465
3466 * gdb.texinfo: Document change in the behaviour of the enable and
3467 disable GDB commands when applied to tracepoints.
3468 Document the EnableDisableTracepoints remote stub feature.
3469 Document QTEnable and QTDisable in the list of tracepoint packets.
3470
34712011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3472
3473 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
3474 hsuser.texi.
3475 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
3476 comment to hsuser.texi. Change rluser.texi name in the comment.
3477
34782011-05-10 Doug Evans <dje@google.com>
3479
3480 * gdb.texinfo (Threads): If an empty path is provided for
3481 libthread-db-search-path it is reset to its default value.
3482 (Server): Ditto.
3483
34842011-05-09 Doug Evans <dje@google.com>
3485
3486 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
3487
34882011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3489 Thiago Jung Bauermann <bauerman@br.ibm.com>
3490
3491 Implement support for PowerPC BookE masked watchpoints.
3492 * gdb.texinfo (Set Watchpoints): Document mask parameter.
3493 (PowerPC Embedded): Mention support of masked watchpoints.
3494
34952011-05-03 Joel Brobecker <brobecker@adacore.com>
3496
3497 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
3498 `@value{GDBN}'.
3499
35002011-05-03 Joel Brobecker <brobecker@adacore.com>
3501
3502 * gdb.texinfo (titlepage): Remove dedication.
3503 (In Memoriam): New appendix.
3504
35052011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3506 Eli Zaretskii <eliz@gnu.org>
3507
3508 * gdb.texinfo (Index Section Format): Change the version to 5.
3509 Describe the different formula.
3510
35112011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3512 Eli Zaretskii <eliz@gnu.org>
3513
3514 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
3515 for disconnected tracing.
3516 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
3517 extended-remote relationship. Mention --once.
3518 (TCP port allocation lifecycle of @code{gdbserver}): New.
3519
35202011-04-23 Eli Zaretskii <eliz@gnu.org>
3521
3522 * gdb.texinfo (Server): Improve indexing. Index all optional
3523 switches to gdbserver.
3524
35252011-04-20 Tom Tromey <tromey@redhat.com>
3526
3527 * gdb.texinfo (Index Section Format): New node.
3528 (Top): Add new node to menu.
3529
35302011-04-20 Pedro Alves <pedro@codesourcery.com>
3531
3532 * gdb.texinfo (Maintenance Commands): Document `maint print
3533 remote-registers'.
3534
35352011-04-20 Tom Tromey <tromey@redhat.com>
3536
3537 * gdb.texinfo (Trace File Format): Move node later.
3538
35392011-04-19 Tom Tromey <tromey@redhat.com>
3540
3541 * gdbint.texinfo (Register Information Functions): Remove
3542 duplicate "the".
3543 * gdb.texinfo (Emacs): Remove duplicate "to".
3544 (GDB/MI Variable Objects): Remove duplicate "the".
3545 (General Query Packets): Likewise.
3546
35472011-04-02 Joel Brobecker <brobecker@adacore.com>
3548
3549 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
3550 "GDB/MI Ada Exception Information" node.
3551
35522011-04-01 Joel Brobecker <brobecker@adacore.com>
3553
3554 * gdb.texinfo (GDB/MI Ada Exception Information): Document
3555 the "exception-name" field in the *stopped async record.
3556
35572011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
3558 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3559
3560 Implement support for PowerPC BookE ranged breakpoints.
3561 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
3562
35632011-03-28 Tom Tromey <tromey@redhat.com>
3564
3565 * gdb.texinfo (Set Tracepoints): Fix typo.
3566
35672011-03-24 Tom Tromey <tromey@redhat.com>
3568
3569 * gdb.texinfo (Specify Location): Document `function:label'
3570 linespec.
3571
35722011-03-18 Phil Muldoon <pmuldoon@redhat.com>
3573
3574 PR python/12149
3575
3576 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
3577
35782011-03-17 Phil Muldoon <pmuldoon@redhat.com>
3579
3580 * gdb.texinfo (Blocks In Python): Add is_valid method description.
3581 (Inferiors In Python): Likewise.
3582 (Threads In Python): Likewise.
3583 (Symbols In Python): Likewise.
3584 (Objfiles In Python): Likewise.
3585 (Symbol Tables In Python): Likewise.
3586
35872011-03-15 Pedro Alves <pedro@codesourcery.com>
3588
3589 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
3590 display>: Explain that the commands accept number ranges.
3591
35922011-03-14 Phil Muldoon <pmuldoon@redhat.com>
3593
3594 * gdb.texinfo (Breakpoints In Python): Add description and example
3595 of Python stop function operation.
3596
35972011-03-10 Phil Muldoon <pmuldoon@redhat.com>
3598
3599 * gdb.texinfo (Parameters In Python): Document get_set_string and
3600 get_show_string methods.
3601
36022011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3603
3604 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
3605
3606 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
3607 circular-trace-buffer name.
3608
36092011-02-28 Joel Brobecker <brobecker@adacore.com>
3610
3611 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
3612 in the previous change.
3613
36142011-02-27 Michael Snyder <msnyder@vmware.com>
3615
3616 * gdb.texinfo (Inferiors and Programs): Update commands to show
3617 that they can accept multiple arguments.
3618
36192011-02-24 Joel Brobecker <brobecker@adacore.com>
3620
3621 Revert the following patch (code patch was not approved):
3622 2011-02-21 Hui Zhu <teawater@gmail.com>
3623 * agentexpr.texi (bytecode descriptions): add printf.
3624 * gdb.texinfo (tracepoint action lists): add printf.
3625
36262011-02-23 Doug Evans <dje@google.com>
3627
3628 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
3629
36302011-02-23 Michael Snyder <msnyder@vmware.com>
3631
3632 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
3633 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
3634 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
3635
36362011-02-22 Doug Evans <dje@google.com>
3637
3638 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
3639 Clarify behaviour of lookup_symbol when `block' argument is omitted,
3640 add description of result, fix @defun formatting.
3641
36422011-02-21 Hui Zhu <teawater@gmail.com>
3643
3644 * agentexpr.texi (Bytecode Descriptions): Add printf.
3645 * gdb.texinfo (Tracepoint Action Lists): Add printf.
3646
36472011-02-18 Tom Tromey <tromey@redhat.com>
3648
3649 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
3650
36512011-02-14 Michael Snyder <msnyder@vmware.com>
3652
3653 * gdb.texinfo (threads): Document argument for "info threads" cmd.
3654 Document new command "thread find".
3655
36562011-02-14 Michael Snyder <msnyder@vmware.com>
3657
3658 * gdb.texinfo (Threads): Update example of new thread message.
3659
36602011-02-14 Pedro Alves <pedro@codesourcery.com>
3661
3662 * gdb.texinfo (Remote Configuration): Mention set/show remote
3663 traceframe-info.
3664 (Tools/Packages Optional for Building GDB): Mention that expat is
3665 used for traceframe info.
3666 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
3667 (General Query Packets) <qSupported>: Describe the
3668 qXfer:traceframe-info:read feature.
3669 (qXfer::read): Describe qXfer:traceframe-info:read.
3670 (Traceframe Info Format): New section.
3671
36722011-02-04 Pedro Alves <pedro@codesourcery.com>
3673
3674 * gdbint.texinfo (Formatting): Mention some formatting guidelines
3675 for casts and unary operators.
3676
36772011-02-04 Tom Tromey <tromey@redhat.com>
3678
3679 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
3680 is not useful.
3681
36822011-01-25 Pedro Alves <pedro@codesourcery.com>
3683
3684 * gdb.texinfo: s/value optimized out/optimized out/g
3685
36862011-01-21 Joel Brobecker <brobecker@adacore.com>
3687
3688 * gdb.texinfo (Other Misc Settings): Rework part of the
3689 documentation of the "set interactive mode" command.
3690
36912011-01-19 Tom Tromey <tromey@redhat.com>
3692
3693 * gdb.texinfo (Threads): Document thread name output and `thread
3694 name' command.
3695 (Threads In Python): Document Thread.name attribute.
3696 (GDB/MI Thread Commands): Document thread attributes.
3697
36982011-01-12 Andrew Burgess <aburgess@broadcom.com>
3699
3700 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
3701 changes in mi/mi-cmd-disas.c
3702
37032011-01-12 Tom Tromey <tromey@redhat.com>
3704
3705 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
3706 Fix "thread apply" text.
3707
37082011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3709 Thiago Jung Bauermann <bauerman@br.ibm.com>
3710
3711 Implement support for PowerPC BookE ranged watchpoints.
3712 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
3713 the "set powerpc exact-watchpoints" flag.
3714
37152011-01-07 Tom Tromey <tromey@redhat.com>
3716
3717 * gdb.texinfo (Python API): Add descriptions to @menu items.
3718
37192011-01-06 Tom Tromey <tromey@redhat.com>
3720
3721 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
3722
37232010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
3724
3725 * gdb.texinfo (Debugging Output): Document "set debug jit".
3726
37272011-01-06 Tom Tromey <tromey@redhat.com>
3728
3729 PR python/12133:
3730 * gdb.texinfo (Frames In Python): Document various frame
3731 constants.
3732
37332011-01-05 Joel Brobecker <brobecker@adacore.com>
3734
3735 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
3736 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
3737 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
3738
37392011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3740
3741 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
3742 (clean): Add GDBvn.texi.
3743
37442010-12-29 Joel Brobecker <brobecker@adacore.com>
3745
3746 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
3747 occasional case where the debugger prints an array address
3748 instead of the array itself.
3749
37502010-12-23 Pedro Alves <pedro@codesourcery.com>
3751
3752 * gdb.texinfo (Packets) <read registers packet>: Document support
3753 for registers that were not collected.
3754
37552010-12-15 Doug Evans <dje@google.com>
3756
3757 * gdb.texinfo (Startup): Document auto-loading of scripts during
3758 startup.
3759 (Auto-loading): Delete "maint set python auto-load on|off".
3760 Add "set auto-load-scripts on|off".
3761
37622010-12-07 Doug Evans <dje@google.com>
3763
3764 * gdb.texinfo (Mode Options): Document -data-directory.
3765 (Data Files): Add reference to -data-directory.
3766
37672010-11-29 Doug Evans <dje@google.com>
3768
3769 * gdb.texinfo (Pretty-Printer Introduction): Change
3770 printer-name:subprinter-name to printer-name;subprinter-name.
3771
37722010-11-29 Phil Muldoon <pmuldoon@redhat.com>
3773
3774 PR python/12199
3775
3776 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
3777
37782010-11-23 Tom Tromey <tromey@redhat.com>
3779
3780 * gdb.texinfo (Top): Check SYSTEM_READLINE.
3781 (Editing): Likewise.
3782 (Command History): Likewise.
3783 (TUI Keys): Likewise.
3784 (Bug Reporting): Conditionally include rluser.texi and
3785 inc-history.texinfo.
3786 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
3787 (GDB_DOC_SOURCE_INCLUDES): Add comment.
3788 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
3789 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
3790 (gdb.pdf): Likewise.
3791 (gdb.info): Likewise.
3792 (gdb/index.html): Likewise.
3793
37942010-11-23 Tom Tromey <tromey@redhat.com>
3795
3796 * Makefile.in (Makefile): Run ../config.status.
3797 (distclean): Update.
3798 * configure: Remove.
3799 * configure.ac: Remove.
3800
38012010-11-12 Tom Tromey <tromey@redhat.com>
3802
3803 * gdb.texinfo (Basic Python): Update. Add xref.
3804 (Exception Handling): Document new exception classes.
3805 (Types In Python): Update.
3806 (Frames In Python): Update.
3807
38082010-11-11 Phil Muldoon <pmuldoon@redhat.com>
3809
3810 * gdb.texinfo (Breakpoints In Python): Document "internal"
3811 parameter, and visible attribute.
3812
38132010-11-05 Doug Evans <dje@google.com>
3814
3815 * gdb.texinfo (Source Path): Document "set directories".
3816
38172010-11-05 Ken Werner <ken.werner@de.ibm.com>
3818
3819 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
3820 (OpenCL C): New node.
3821
38222010-11-02 Doug Evans <dje@google.com>
3823
3824 * gdb.texinfo (Pretty Printing): Expand into three sections,
3825 introduction, example, and commands.
3826 (Python API): Delete section Disabling Pretty-Printers, merge into
3827 Selecting Pretty-Printers.
3828 (Writing a Pretty-Printer): New section. Move the pretty-printer
3829 example here, and reformat to match python coding style. Add a second
3830 example using the gdb.printing module.
3831 (Python modules): Add gdb.printing.
3832
38332010-10-29 Doug Evans <dje@google.com>
3834
3835 * gdb.texinfo (Python): Fix long line.
3836
38372010-10-20 Doug Evans <dje@google.com>
3838
3839 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
3840 All references updated. Correct sections marked as subsections.
3841 (Coding Standards): New chapter. Move the coding standard related
3842 subsections here. Add section on Python coding standards.
3843
38442010-10-13 Doug Evans <dje@google.com>
3845
3846 * gdb.texinfo (Python): Add "Python modules".
3847 (Types in Python): Add reference to gdb.types section.
3848 (Python modules): New node.
3849
38502010-10-11 Doug Evans <dje@google.com>
3851
3852 * gdb.texinfo (Values From Inferior): Add reference to "Types in
3853 Python" from gdb.Value.type description.
3854
38552010-09-28 Joel Brobecker <brobecker@adacore.com>
3856
3857 * gdb.texinfo (Ravenscar Profile): New node.
3858
38592010-09-22 Tom Tromey <tromey@redhat.com>
3860
3861 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
3862
38632010-09-22 Eli Zaretskii <eliz@gnu.org>
3864
3865 * gdb.texinfo (Values From Inferior): Clarify that
3866 value.dynamic_type works only in C++ programs with RTTI.
3867
38682010-09-15 Paul Bolle <pebolle@tiscali.nl>
3869
3870 * gdb.texinfo (Character Sets): Correctly reference host-charset
3871 in example.
3872
38732010-09-13 Tom Tromey <tromey@redhat.com>
3874
3875 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
3876 Document "fullname" and "from".
3877
38782010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
3879
3880 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
3881 feature `reverse' output by -list-target-features.
3882
38832010-08-31 H.J. Lu <hongjiu.lu@intel.com>
3884
3885 * gdb.texinfo (i386 Features): Remove an extra "@item".
3886
38872010-08-30 Tom Tromey <tromey@redhat.com>
3888
3889 PR python/11792:
3890 * gdb.texinfo (Values From Inferior): Document dynamic_type.
3891
38922010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
3893
3894 * gdb.texinfo (ARM Features): Document
3895 org.gnu.gdb.arm.m-profile.
3896
38972010-08-23 Tom Tromey <tromey@redhat.com>
3898
3899 PR python/11145:
3900 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
3901 reinterpret_cast methods.
3902
39032010-08-23 Tom Tromey <tromey@redhat.com>
3904
3905 PR python/11915:
3906 * gdb.texinfo (Types In Python): Document array method.
3907
39082010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
3909
3910 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
3911
39122010-08-16 Tom Tromey <tromey@redhat.com>
3913
3914 * gdb.texinfo (Set Watchpoints): Document -location option.
3915
39162010-08-13 Doug Evans <dje@google.com>
3917
3918 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
3919
39202010-08-13 Vladimir Prus <vladimir@codesourcery.com>
3921
3922 * gdb.texinfo (GDB/MI Data Manipulation): Document
3923 -data-read-memory-raw and -data-write-memory-raw.
3924
39252010-08-11 Tom Tromey <tromey@redhat.com>
3926 Phil Muldoon <pmuldoon@redhat.com>
3927
3928 * gdb.texinfo (Basic Python): Describe post_event API.
3929
39302010-08-11 Phil Muldoon <pmuldoon@redhat.com>
3931
3932 * gdb.texinfo (Basic Python): Describe solib_address and
3933 decode_line Python APIs
3934
39352010-08-10 Tom Tromey <tromey@redhat.com>
3936
3937 * gdb.texinfo (Pretty Printing API): Document
3938 gdb.default_visualizer.
3939
39402010-08-10 Tom Tromey <tromey@redhat.com>
3941
3942 Revert gdb-add-index addition:
3943 * gdb.texinfo (Index Files): Don't document gdb-add-index.
3944
39452010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3946 Eli Zaretskii <eliz@gnu.org>
3947
3948 * gdb.texinfo (Mode Options) <-batch>
3949 (Basic Python) <gdb.execute>: Describe setting width and height.
3950
39512010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
3952
3953 * gdb.texinfo (Threads): Document 'debug libthread-db'.
3954
39552010-07-30 Tom Tromey <tromey@redhat.com>
3956
3957 * gdb.texinfo (Index Files): Mention gdb-add-index.
3958
39592010-07-30 Hui Zhu <teawater@gmail.com>
3960
3961 * gdb.texinfo (Inferiors and Programs): Update the introduce of
3962 "detach inferior" and "kill inferior".
3963
39642010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
3965
3966 * gdb.texinfo (Machine Code): Update description of two forms of
3967 arguments, and add new example to demonstrate the new form.
3968
39692010-07-27 Phil Muldoon <pmuldoon@redhat.com>
3970
3971 * gdb.texinfo (Values From Inferior): Add value inferior function
3972 call description.
3973
39742010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3975
3976 * gdb.texinfo (Active Targets): Fix wrong comma placement.
3977
39782010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3979 Eli Zaretskii <eliz@gnu.org>
3980
3981 Make core files the process_stratum.
3982 * gdb.texinfo (Active Targets): Remove core_stratum. Include
3983 record_stratum example.
3984
39852010-07-13 Tom Tromey <tromey@redhat.com>
3986
3987 * gdb.texinfo (Index Files): New node.
3988
39892010-07-13 Tom Tromey <tromey@redhat.com>
3990
3991 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
3992
39932010-07-13 Tom Tromey <tromey@redhat.com>
3994
3995 * gdb.texinfo (Specify Location): Document labels.
3996
39972010-07-01 Pedro Alves <pedro@codesourcery.com>
3998
3999 * gdb.texinfo (Create and Delete Tracepoints): Add more index
4000 entries for fast tracepoints and static tracepoints.
4001
40022010-07-01 Pedro Alves <pedro@codesourcery.com>
4003
4004 * gdb.texinfo (General Query Packets) <qfThreadInfo,
4005 qsThreadInfo>: Spell out `l' as ell.
4006
40072010-07-01 Pedro Alves <pedro@codesourcery.com>
4008
4009 * gdb.texinfo (Convenience Variables): Document $_sdata.
4010 (Commands to Set Tracepoints): Describe static tracepoints. Add
4011 `Listing Static Tracepoint Markers' menu entry. Document
4012 "strace".
4013 (Tracepoint Action Lists): Document collecting $_sdata.
4014 (Listing Static Tracepoint Markers): New subsection.
4015 (Tracepoints support in gdbserver): Mention static tracepoints.
4016 (remote packets, enabling and disabling): Mention
4017 read-sdata-object.
4018 (General Query Packets) <qSupported>: Document qXfer:sdata:read
4019 and StaticTracepoint.
4020 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
4021 Document qXfer:sdata:read.
4022 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
4023
40242010-06-29 Joel Brobecker <brobecker@adacore.com>
4025
4026 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
4027
40282010-06-28 Phil Muldoon <pmuldoon@redhat.com>
4029 Tom Tromey <tromey@redhat.com>
4030 Thiago Jung Bauermann <bauerman@br.ibm.com>
4031
4032 * gdb.texinfo (Inferiors In Python): New node.
4033 * gdb.texinfo (Threads In Python): New node.
4034
40352010-06-28 Joel Brobecker <brobecker@adacore.com>
4036
4037 * gdb.texinfo (Python): Document what the python directory is
4038 and what its location is.
4039 (Basic Python): Document the gdb.PYTHONDIR constant.
4040
40412010-06-25 Tom Tromey <tromey@redhat.com>
4042
4043 PR python/10808:
4044 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
4045
40462010-06-24 Hui Zhu <teawater@gmail.com>
4047
4048 * gdb.texinfo: (Commands for Controlled Output): Add
4049 documentation for command "eval".
4050
40512010-06-21 Stan Shebs <stan@codesourcery.com>
4052
4053 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
4054 * annotate.texinfo: Ditto.
4055 * gdbint.texinfo: Ditto.
4056 * stabs.texinfo: Ditto.
4057
40582010-06-22 Hui Zhu <teawater@gmail.com>
4059
4060 * gdb.texinfo: (Process Record and Replay): Add documentation
4061 for command "set record memory-query".
4062
40632010-06-21 Stan Shebs <stan@codesourcery.com>
4064
4065 * gdb.texinfo: Relicense under GFDL version 1.3.
4066 * annotate.texinfo: Relicense under GFDL version 1.3.
4067 * gdbint.texinfo: Relicense under GFDL version 1.3.
4068 * stabs.texinfo: Relicense under GFDL version 1.3.
4069 * fdl.texi: Update to version 1.3.
4070
40712010-06-18 Stan Shebs <stan@codesourcery.com>
4072
4073 * gdb.texinfo (Operating System Auxiliary Information): Describe
4074 "info os" when no arguments given.
4075
4076 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
4077 $_thread.
4078
40792010-06-18 Hui Zhu <teawater@gmail.com>
4080
4081 * gdb.texinfo: (Process Record and Replay): Add documentation
4082 for commands "record save" and "record restore".
4083
40842010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4085
4086 * gdb.texinfo: Include information about the correct use
4087 of addresses in the `watch' command.
4088
40892010-06-11 Stan Shebs <stan@codesourcery.com>
4090
4091 * gdb.texinfo (Observer Mode): New section.
4092 (General Query Packets): Document QAllow.
4093
40942010-06-04 Doug Evans <dje@google.com>
4095
4096 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
4097
40982010-06-03 Doug Evans <dje@google.com>
4099
4100 * gdbint.texinfo (Coding): Add subsection on command names.
4101
41022010-06-02 Tom Tromey <tromey@redhat.com>
4103
4104 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
4105 always-disassemble.
4106
41072010-06-01 Pedro Alves <pedro@codesourcery.com>
4108
4109 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
4110 gdbserver, and add cross reference.
4111 (Tracepoints support in gdbserver): New subsection.
4112
41132010-05-26 Pedro Alves <pedro@codesourcery.com>
4114
4115 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
4116 `qRelocInsn' feature.
4117 (Relocate instruction reply packet): New subsection
4118 of `Tracepoint Packets'.
4119 (Tracepoint Packets): Mention that packets QTDP and QTStart
4120 support the qRelocInsn request, and add cross reference to new
4121 subsection.
4122
41232010-05-25 Doug Evans <dje@google.com>
4124
4125 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
4126 (Commands In Python): Document gdb.string_to_argv.
4127
41282010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4129
4130 * gdbint.texinfo (Host Definition): Remove items NORETURN and
4131 ATTR_NORETURN.
4132
41332010-04-29 Phil Muldoon <pmuldoon@redhat.com>
4134 Tom Tromey <tromey@redhat.com>
4135 Thiago Jung Bauermann <bauerman@br.ibm.com>
4136
4137 * gdb.texinfo (Parameters In Python): New Node.
4138
41392010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
4140
4141 * gdb.texinfo: (Summary) Add mention about D language support.
4142 (Filenames): Add D suffixes.
4143 (D): New node.
4144
41452010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
4146
4147 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
4148 of macro deleted from GDB code.
4149
41502010-04-24 Pedro Alves <pedro@codesourcery.com>
4151
4152 * gdb.texinfo (Commands to specify files): Describe what how GDB
4153 looks up DOS-based filesystem paths on the system root. Document
4154 the new `set/show target-file-system-kind' commands.
4155
41562010-04-23 Doug Evans <dje@google.com>
4157
4158 * gdb.texinfo (Python): Move Auto-loading section here ...
4159 (Python API): from here.
4160 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
4161 (Maintenance Commands): Add docs for "maint print section-scripts".
4162
41632010-04-20 Chris Moller <cmoller@redhat.com>
4164
4165 * gdb.texinfo (Setting Breakpoints): Added description of
4166 filename-qualified rbreak.
4167 * refcard.tex (Breakpoints and Watchpoints): Added brief
4168 description of filename-qualified rbreak.
4169
41702010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4171
4172 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
4173 (Python API): Change the reference to Pretty Printing API.
4174 (Pretty Printing): Move the user part under the Data node. Reformat
4175 the sample output to 72 columns. Create a new reference to Pretty
4176 Printing API. Rename the API part ...
4177 (Pretty Printing API): To a new node name.
4178 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
4179 (GDB/MI Variable Objects): Change references to Pretty Printing API.
4180
41812010-04-21 Stan Shebs <stan@codesourcery.com>
4182
4183 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
4184 and commands.
4185 (Listing Tracepoints): Update to reflect current behavior.
4186
41872010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4188
4189 * gdb.texinfo (Examining memory): Update for change in string
4190 display with explicit size.
4191
41922010-04-19 Pedro Alves <pedro@codesourcery.com>
4193
4194 PR breakpoints/8554.
4195
4196 * gdb.texinfo (Save Breakpoints): New node.
4197 (save-tracepoints): Rename to ...
4198 (save tracepoints): ... this. Mention that `save-tracepoints' is
4199 a deprecated alias to `save tracepoints'.
4200
42012010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
4202
4203 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
4204 (info w32 thread-information-block): Document new command.
4205 (qGetTIBAddress): Document new gdbserver query.
4206 (maint set/show show-all-tib): Document new command.
4207
42082010-04-15 Doug Evans <dje@google.com>
4209
4210 * gdb.texinfo (Python API): Add progspaces section.
4211 (Selecting Pretty-Printers): Progspace pretty-printers are
4212 searched too.
4213 (Progspaces In Python): New section.
4214
4215 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
4216
42172010-04-14 Phil Muldoon <pmuldoon@redhat.com>
4218
4219 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
4220 returns None.
4221
42222010-04-09 Stan Shebs <stan@codesourcery.com>
4223
4224 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4225 Describe the `frames-created' field, tweak grammar.
4226
42272010-04-09 Pedro Alves <pedro@codesourcery.com>
4228
4229 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4230 Describe the `circular' and `disconnected' fields.
4231
42322010-04-09 H.J. Lu <hongjiu.lu@intel.com>
4233
4234 * gdb.texinfo (maint print registers): Mention unavailable and
4235 invisible registers.
4236
42372010-04-09 Phil Muldoon <pmuldoon@redhat.com>
4238 Thiago Jung Bauermann <bauerman@br.ibm.com>
4239 Tom Tromey <tromey@redhat.com>
4240
4241 * gdb.texinfo (Breakpoints In Python): New Node.
4242
42432010-04-08 Stan Shebs <stan@codesourcery.com>
4244
4245 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
4246 trace status fields.
4247
42482010-04-08 H.J. Lu <hongjiu.lu@intel.com>
4249
4250 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
4251 optional. Make org.gnu.gdb.i386.avx requires
4252 org.gnu.gdb.i386.avx.
4253
42542010-04-08 Doug Evans <dje@google.com>
4255
4256 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
4257 search path, and document that gdb only scans the search path if
4258 the script's path doesn't specify a directory.
4259
42602010-04-05 Doug Evans <dje@google.com>
4261
4262 * gdb.texinfo (maint show python auto-load): Fix typo.
4263
42642010-04-04 Stan Shebs <stan@codesourcery.com>
4265
4266 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
4267 (Setting Watchpoints): Update description of "info watch".
4268 (Disabling Breakpoints): Only "info break" lists all.
4269
4270 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
4271 (tdump): Explain how tdump works.
4272
42732010-04-01 Pedro Alves <pedro@codesourcery.com>
4274
4275 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
4276 add cross reference.
4277
42782010-03-31 Pedro Alves <pedro@codesourcery.com>
4279
4280 * gdb.texinfo (TUI Commands): Mention that in some cases, these
4281 commands error out.
4282
42832010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4284
4285 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
4286
42872010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4288
4289 * gdb.texinfo (General Query Packets): Add xmlRegisters.
4290
42912010-03-29 Stan Shebs <stan@codesourcery.com>
4292 Nathan Sidwell <nathan@codesourcery.com>
4293
4294 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
4295 GDBN equivalent.
4296 (Set Tracepoints): Remove mention that conditional tracepoints
4297 don't exist.
4298 (Tracepoint Actions): Clarify when while-stepping collection
4299 happens, note that while-stepping does not automatically collect
4300 $pc.
4301
43022010-03-29 Stan Shebs <stan@codesourcery.com>
4303
4304 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
4305 (General Query Packets): Describe TracepointSource.
4306
43072010-03-27 Matt Rice <ratmice@gmail.com>
4308
4309 * gdb.texinfo (ARM): Document arguments to "target sim".
4310 (Set Catchpoints): Use @dots{} instead of @r{...}.
4311
43122010-03-26 Pedro Alves <pedro@codesourcery.com>
4313
4314 * gdb.texinfo (Tracepoint Packets): Remove mention that
4315 terror:string may be plain text, and drop mention of X prefix.
4316
43172010-03-26 Vladimir Prus <vladimir@codesourcery.com>
4318
4319 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
4320
43212010-03-24 Stan Shebs <stan@codesourcery.com>
4322
4323 * gdb.texinfo (Tracepoint Packets): Document trace error status.
4324
43252010-03-24 Tom Tromey <tromey@redhat.com>
4326
4327 PR breakpoints/9352:
4328 * gdb.texinfo (Break Commands): Update.
4329
43302010-03-24 Vladimir Prus <vladimir@codesourcery.com>
4331
4332 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
4333 commands.
4334
43352010-03-16 Stan Shebs <stan@codesourcery.com>
4336
4337 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
4338 circular-trace-buffer.
4339 (Tracepoint Packets): Describe QTBuffer, and details of the
4340 qTStatus reply.
4341
43422010-03-12 Stan Shebs <stan@codesourcery.com>
4343 Nathan Sidwell <nathan@codesourcery.com>
4344
4345 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
4346 doing instruction stepping.
4347 (Tracepoint Restrictions): New node.
4348
43492010-03-10 Tom Tromey <tromey@redhat.com>
4350
4351 * gdbint.texinfo (Symbol Handling): Update.
4352
43532010-03-08 Tom Tromey <tromey@redhat.com>
4354
4355 PR cli/9591:
4356 * gdb.texinfo (Mode Options): Mention lack of pagination and
4357 confirmation with --batch.
4358 (Screen Size): Mention --batch.
4359 (Messages/Warnings): Likewise.
4360
43612010-03-05 Tom Tromey <tromey@redhat.com>
4362
4363 * gdb.texinfo (Basic Python): Document target_charset and
4364 target_wide_charset.
4365
43662010-03-05 Tom Tromey <tromey@redhat.com>
4367
4368 * gdb.texinfo (Data): Link to pretty-printing.
4369 (Output Formats): Likewise. Correct text.
4370
43712010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
4372
4373 * gdb.texinfo (Types): Describe <struct> and <flags>.
4374
43752010-02-28 Phil Muldoon <pmuldoon@redhat.com>
4376
4377 * gdb.texinfo (Frames In Python): Add block parameter and
4378 description to read_var text.
4379
43802010-02-26 Phil Muldoon <pmuldoon@redhat.com>
4381 Tom Tromey <tromey@redhat.com>
4382
4383 * gdb.texinfo (Types In Python): Describe block argument in
4384 template_argument and gdb.lookup_type.
4385
43862010-02-24 Tom Tromey <tromey@redhat.com>
4387
4388 * gdb.texinfo (Cygwin Native): Fix typo.
4389
43902010-02-24 Phil Muldoon <pmuldoon@redhat.com>
4391
4392 * gdb.texinfo (Frames In Python): Add block, find_sal, function
4393 and select method descriptions.
4394 (Python API): Add Blocks In Python, Symbols in Python and Symbol
4395 Tables in Python to menu.
4396 (Blocks In Python): New node.
4397 (Symbols In Python): New node.
4398 (Symbol Tables in Python): New node.
4399
44002010-02-24 Vladimir Prus <vladimir@codesourcery.com>
4401
4402 Multiexec MI
4403
4404 gdb/
4405 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
4406
4407 gdb/doc/
4408 * gdb.texinfo (GDB/MI Command Syntax): Document notification
4409 changes.
4410 (GDB/MI Program Execution): Document current behaviour of
4411 --all and --thread-group.
4412 (GDB/MI Miscellaneous Commands): Document -add-inferior and
4413 -remove-inferior.
4414 * observer.texi (inferior_added, inferior_removed): New
4415 observers.
4416
44172010-02-19 Tom Tromey <tromey@redhat.com>
4418
4419 * gdbint.texinfo (Getting Started): Fix @node.
4420 (Debugging GDB): Likewise.
4421
44222010-02-13 Joel Brobecker <brobecker@adacore.com>
4423
4424 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
4425 documenting the gdb_test_timeout variable.
4426
44272010-02-12 Jakob Engblom <jakob@virtutech.com>
4428
4429 * gdb.texinfo (MI commands): Added documentation of --reverse
4430 option to a set of MI commands. Restructured documentation of MI
4431 commands --exec-continue to reflect the complexity of reverse
4432 execution.
4433
44342010-02-12 Pedro Alves <pedro@codesourcery.com>
4435
4436 * gdb.texinfo (Using the Collected Data): Specify that the address
4437 range of `tfind outsize' is exclusive, and that the address range
4438 of `tfind range' is inclusive.
4439 (Tracepoint Packets): Specify that the address range of
4440 `QTFrame:range' is inclusive, and that the address range of
4441 `QTFrame:outside' is exclusive
4442
44432010-02-12 Vladimir Prus <vladimir@codesourcery.com>
4444
4445 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
4446
44472010-02-10 Tom Tromey <tromey@redhat.com>
4448
4449 * gdb.texinfo (Debugging Output): Document set debug parser and
4450 show debug parser.
4451
44522010-02-09 H.J. Lu <hongjiu.lu@intel.com>
4453
4454 * gdb.texinfo (Predefined Target Types): Add i387_ext,
4455 i386_eflags and i386_mxcsr.
4456
44572010-02-08 H.J. Lu <hongjiu.lu@intel.com>
4458
4459 * gdb.texinfo: Document i386 target features.
4460
44612010-02-05 Doug Evans <dje@google.com>
4462
4463 * gdbint.texinfo (Testsuite): Add a new section to document the
4464 various DejaGnu variables that may be overridden.
4465 Document INTERNAL_GDBFLAGS.
4466
44672010-02-04 Tom Tromey <tromey@redhat.com>
4468
4469 PR cli/8830:
4470 * gdb.texinfo (Files): -readnow comes before the filename for file
4471 and symbol-file.
4472
44732010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4474
4475 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
4476 Document ARM breakpoint types.
4477 (Register Packet Format): Move into the new section.
4478 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
4479
44802010-01-21 Joel Brobecker <brobecker@adacore.com>
4481
4482 * gdb.texinfo (File Options): Adjust the documentation of this
4483 switch to refer to the "source" command rather than partially
4484 duplicating some of the relevant information.
4485 (Extending GDB): Introduce and document the set/show script-extension
4486 setting.
4487 (Command Files): Add note explaining that the "source" command
4488 is also used to evalute scripts written in other languages.
4489 Remove the short slightly incorrect reference to sourcing Python
4490 scripts.
4491 (Python Commands): Document how to execute a Python script from GDB.
4492
44932010-01-19 Joel Brobecker <brobecker@adacore.com>
4494
4495 * gdb.texinfo (Command Files): Fix typo.
4496
44972010-01-18 Tom Tromey <tromey@redhat.com>
4498
4499 * gdb.texinfo (File Options): Document -x on .py files.
4500 (Command Files): Document handling of Python scripts.
4501
45022010-01-18 Jie Zhang <jie.zhang@analog.com>
4503
4504 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
4505
45062010-01-15 Stan Shebs <stan@codesourcery.com>
4507
4508 * gdb.texinfo (Trace Files): New section.
4509 (Tracepoint Packets): Document QTSave and qTBuffer.
4510 (Trace File Format): New appendix.
4511
45122010-01-13 Phil Muldoon <pmuldoon@redhat.com>
4513
4514 * gdb.texinfo (Values From Inferior): Document lazy_string value
4515 method.
4516 (Python API): Add Lazy strings menu item.
4517 (Lazy Strings In Python): New node.
4518
45192010-01-13 Vladimir Prus <vladimir@codesourcery.com>
4520
4521 * gdb.texinfo (GDB/MI Thread Information): New.
4522 (GDB/MI Async Records): Document the core field in *stopped.
4523 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
4524 documentation
4525 (Process list): Document that osdata document may contain
4526 threads.
4527 (Remote Serial Protocol): Document qXfer:threads.
4528
45292010-01-06 Stan Shebs <stan@codesourcery.com>
4530
4531 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4532 disconnected tracing.
4533 (Tracepoint Packets): Document new protocol.
4534
45352010-01-05 Stan Shebs <stan@codesourcery.com>
4536
4537 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
4538 tracepoints.
4539 (Tracepoint Packets): Describe remote protocol for fast
4540 tracepoints.
4541
45422010-01-01 Joel Brobecker <brobecker@adacore.com>
4543
4544 Update the "Start of New Year Procedure".
4545 * gdbint.texinfo: Add the list of files that need to be updated
4546 manually. Minor reformatting.
4547
45482010-01-01 Joel Brobecker <brobecker@adacore.com>
4549
4550 * refcard.tex: Update copyright year in header and text.
4551
45522010-01-01 Joel Brobecker <brobecker@adacore.com>
4553
4554 * agentexpr.texi: Add 2010 to the list of copyright years.
4555 * annotate.texinfo: Likewise.
4556 * gdb.texinfo: Likewise.
4557 * gdbint.texinfo: Likewise.
4558 * observer.texi: Likewise.
4559 * stabs.texinfo: Likewise.
4560
45612009-12-31 Stan Shebs <stan@codesourcery.com>
4562
4563 * gdb.texinfo (Tracepoint Actions): Describe teval.
4564
45652009-12-29 Stan Shebs <stan@codesourcery.com>
4566
4567 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
4568
45692009-12-28 Stan Shebs <stan@codesourcery.com>
4570
4571 * gdb.texinfo (Trace State Variables): New section.
4572 (Tracepoint Packets): Describe trace state variable packets.
4573 * agentexpr.texi (Bytecode Descriptions): Describe trace state
4574 variable bytecodes.
4575
45762009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
4577
4578 * gdb.texinfo (Symbols): "info variables" prints definitions, not
4579 declarations.
4580
45812009-12-21 Vladimir Prus <vladimir@codesourcery.com>
4582
4583 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
4584 -gdb-exit behaviour.
4585
45862009-12-20 Joel Brobecker <brobecker@adacore.com>
4587
4588 * gpl.texi: Update to version 3 of the GPL.
4589
45902009-12-20 Joel Brobecker <brobecker@adacore.com>
4591
4592 * Makefile.in: Update copyright header.
4593 * observer.texi: Fix the copyright header of the generated files.
4594
45952009-12-08 Phil Muldoon <pmuldoon@redhat.com>
4596
4597 * gdb.texinfo (Types In Python): Describe range function.
4598
45992009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
4600
4601 * gdb.texinfo (Types In Python): Describe "is_base_class".
4602
46032009-12-03 Tom Tromey <tromey@redhat.com>
4604
4605 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
4606
46072009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
4608
4609 * observer.texi: New memory_changed observer.
4610
46112009-12-01 Tom Tromey <tromey@redhat.com>
4612
4613 * gdb.texinfo (Reverse Execution): Fix typo.
4614
46152009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
4616
4617 PR gdb/8704
4618
4619 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
4620 are allowed after the breakpoint condition.
4621
46222009-11-23 Tom Tromey <tromey@redhat.com>
4623
4624 PR python/10782:
4625 * gdb.texinfo (Types In Python): Document Type.pointer.
4626
46272009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
4628
4629 * gdb.texinfo (Machine Code): Adjust.
4630
46312009-11-11 Pedro Alves <pedro@codesourcery.com>
4632
4633 * agentexpr.texi (Tracing On Symmetrix): Delete section.
4634 (Using Agent Expressions): Delete cross reference.
4635
46362009-11-07 Joel Brobecker <brobecker@adacore.com>
4637
4638 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
4639 and @settitle directives up to help makeinfo find them.
4640
46412009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4642
4643 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
4644 (Auto-loading): Use plural and note one can use multiple components now.
4645
46462009-11-01 Vladimir Prus <vladimir@codesourcery.com>
4647
4648 * gdb.texinfo (GDB/MI Stack Manipulation): Make
4649 -stack-list-arguments have the same documentation for parameter
4650 as -stack-list-locals. Add comas.
4651
46522009-10-27 Tom Tromey <tromey@redhat.com>
4653 Eli Zaretskii <eliz@gnu.org>
4654
4655 PR python/10781
4656
4657 * gdb.texinfo (Values From Inferior): Document cast method.
4658
46592009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
4660
4661 * gdb.texinfo (Machine Code): Mention function name in disasssembly
4662 and adjust example.
4663
46642009-10-22 Michael Snyder <msnyder@vmware.com>
4665
4666 * gdb.texinfo (Process Record and Replay): Document new form of
4667 info record command. Also document the new save and restore
4668 commands.
4669
46702009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
4671
4672 * gdb.texinfo (Machine Code): Mention current pc marker.
4673 (Memory): Likewise.
4674
46752009-10-19 Pedro Alves <pedro@codesourcery.com>
4676 Stan Shebs <stan@codesourcery.com>
4677
4678 * observer.texi (new_inferior): Rename to...
4679 (inferior_appeared): ... this.
4680
4681 * gdb.texinfo (Inferiors): Rename node to ...
4682 (Inferiors and Programs): ... this. Mention running multiple
4683 programs in the same debug session.
4684 <info inferiors>: Mention the new 'Executable' column if "info
4685 inferiors". Update examples. Document the "add-inferior",
4686 "clone-inferior", "remove-inferior" and "maint info
4687 program-spaces" commands.
4688 (Process): Rename node to...
4689 (Forks): ... this. Document "set|show follow-exec-mode".
4690
46912009-10-11 Michael Snyder <msnyder@vmware.com>
4692
4693 * gdb.texinfo (ReverseStep): Show default as "unsupported".
4694 (ReverseContinue): Ditto.
4695
46962009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
4697
4698 * gdb.texinfo (Server): Document libthread-db-search-path.
4699
47002009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4701
4702 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
4703
47042009-10-06 Michael Eager <eager@eagercon.com>
4705
4706 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
4707 (Embedded Processors): Add MicroBlaze.
4708 (MicroBlaze): New. Describe Xilinx MicroBlaze
4709
47102009-10-04 Pedro Alves <pedro@codesourcery.com>
4711
4712 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
4713
47142009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
4715
4716 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
4717
47182009-09-23 Joel Brobecker <brobecker@adacore.com>
4719
4720 * observer.texi (solib_unloaded): Document explicitly the fact that
4721 this observer is called before the associated symbols are unloaded.
4722
47232009-09-19 Vladimir Prus <vladimir@codesourcery.com>
4724
4725 * gdb.texinfo (GDB/MI Stack Manipulation): Document
4726 -stack-list-variables.
4727
47282009-09-18 Tom Tromey <tromey@redhat.com>
4729
4730 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
4731 is experimental.
4732
47332009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4734
4735 * gdb.texinfo (convenince variables): Mention
4736 $_siginfo could be empty.
4737
47382009-09-15 Tom Tromey <tromey@redhat.com>
4739
4740 * gdb.texinfo (GDB/MI Variable Objects): Document
4741 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
4742 Expand -var-update documentation.
4743
47442009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4745
4746 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
4747 feature.
4748
47492009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
4750
4751 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
4752
47532009-09-10 Michael Snyder <msnyder@vmware.com>
4754
4755 * gdb.texinfo (qSupported): Mention new ReverseContinue and
4756 ReverseStep replies to the qSupported query.
4757
47582009-09-10 Joel Brobecker <brobecker@adacore.com>
4759
4760 Add documentation for set/show interactive-mode.
4761 * gdb.texinfo (Other Misc Settings): New node.
4762
47632009-09-01 Doug Evans <dje@google.com>
4764
4765 * gdb.texinfo (Caching Data of Remote Targets): Add note on
4766 non-stop mode's affect on remote caching.
4767
47682009-08-31 Jacob Potter <jdpotter@google.com>
4769 Doug Evans <dje@google.com>
4770
4771 * gdb.texinfo (Caching Data of Remote Targets): Update text.
4772 Mark `set/show remotecache' options as obsolete.
4773 Document new `set/show stack-cache' option.
4774 Update text for `info dcache'.
4775
47762009-08-27 Doug Evans <dje@google.com>
4777
4778 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
4779 (Files): Add note on new optional regex arg to `info sharedlibrary'.
4780
47812009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4782
4783 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
4784 about autoconf.
4785
47862009-08-25 Pedro Alves <pedro@codesourcery.com>
4787
4788 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
4789 small example, and describe its columns. Replace "inferior-id" by
4790 "infno" throughout.
4791
47922009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4793
4794 * gdbint.texinfo (Releasing GDB): Point to
4795 README-maintainer-mode file for required autoconf version.
4796 * configure.ac: Do not substitute datarootdir, htmldir,
4797 pdfdir, docdir. Do not process --with-datarootdir,
4798 --with-htmldir, --with-pdfdir, --with-docdir.
4799 * configure: Regenerate.
4800
4801 * configure: Regenerate.
4802
48032009-08-20 Reid Kleckner <reid@kleckner.net>
4804
4805 * gdb.texinfo: Add chapter on JIT interface.
4806
48072009-08-07 Nick Roberts <nickrob@snap.net.nz>
4808
4809 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
4810 confirmation request.
4811
48122009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
4813
4814 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
4815 CRC definitions.
4816
48172009-08-03 Vladimir Prus <vladimir@codesourcery.com>
4818
4819 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
4820 -break-commands.
4821
48222009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4823
4824 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4825 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
4826
48272009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4828
4829 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4830 "set spu stop-on-load" and "show spu stop-on-load" commands.
4831
48322009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4833
4834 * gdb.texinfo (Target Descriptions): Document <compatible> element.
4835
48362009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
4837
4838 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
4839 org.gnu.gdb.arm.neon.
4840
48412009-07-20 Pedro Alves <pedro@codesourcery.com>
4842
4843 * gdb.texinfo (Target Description Format): Mention the new <osabi>
4844 optional element.
4845 (subsection OS ABI): New subsection.
4846
48472009-07-14 Stan Shebs <stan@codesourcery.com>
4848
4849 * gdb.texinfo (Tracepoint Conditions): New section.
4850 (General Query Packets): Describe ConditionalTracepoints.
4851 (Tracepoint Packets): Describe condition field.
4852 (Maintenance Commands): Describe maint agent-eval.
4853 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
4854
48552009-07-11 Hui Zhu <teawater@gmail.com>
4856
4857 * gdb.texinfo (disassemble): Add a new modifier /r
4858 to "disassemble" command to make it print the raw instructions
4859 in hex as well as in symbolic form.
4860
48612009-07-09 Tom Tromey <tromey@redhat.com>
4862
4863 * gdbint.texinfo (Testsuite): Document parallel make check.
4864
48652009-07-09 Tom Tromey <tromey@redhat.com>
4866
4867 * gdbint.texinfo (Testsuite): Document test transcripts.
4868
48692009-07-10 Phil Muldoon <pmuldoon@redhat.com>
4870
4871 * gdb.texinfo (Values From Inferior): Add length parameter
4872 description.
4873
48742009-07-04 Chris Genly <chris@genly.us>
4875
4876 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
4877 in -var-list-children. Fix example according to what the code
4878 does.
4879
48802009-07-02 Pedro Alves <pedro@codesourcery.com>
4881
4882 * gdb.texinfo (Debugging multiple inferiors): Document the
4883 "inferior", "detach inferior" and "kill inferior" commands.
4884 (Debugging Programs with Multiple Processes): Adjust to mention
4885 generic "inferior" commands. Delete mention of "detach fork" and
4886 "delete fork". Cross reference to "Debugging multiple inferiors"
4887 section.
4888
48892009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4890
4891 * gdbint.texinfo (Item Output Functions): Update signature
4892 for ui_out_field_core_addr.
4893
48942009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4895
4896 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
4897 Update example code extrated from breakpoint.c.
4898
48992009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
4900
4901 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
4902 MI commands.
4903 (GDB/MI Symbol Query): Likewise.
4904 (GDB/MI File Commands): Likewise.
4905 (GDB/MI File Transfer Commands): Likewise.
4906 (GDB/MI Target Manipulation): Likewise.
4907 (GDB/MI Miscellaneous Commands): Likewise.
4908
49092009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
4910
4911 * gdb.texinfo (Debugging Optimized Code): New chapter.
4912 (Compiling for Debugging): Reference it. Move some
4913 text to the new section.
4914
49152009-06-15 Phil Muldoon <pmuldoon@redhat.com>
4916
4917 * doc/gdb.texinfo (Calling): Document
4918 set-unwind-on-terminating-exception usage.
4919
49202009-06-11 Pedro Alves <pedro@codesourcery.com>
4921
4922 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
4923 command.
4924
49252009-06-07 Pedro Alves <pedro@codesourcery.com>
4926
4927 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
4928 references.
4929
49302009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
4931
4932 * gdbint.texinfo: Rename formal parameters to gdbarch function
4933 protoypes from "current_gdbarch" to "gdbarch".
4934
49352009-05-28 Tom Tromey <tromey@redhat.com>
4936
4937 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
4938
49392009-05-27 Tom Tromey <tromey@redhat.com>
4940
4941 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
4942 feature.
4943 (GDB/MI Variable Objects): Document -var-set-visualizer.
4944
49452009-04-02 Tom Tromey <tromey@redhat.com>
4946
4947 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
4948 feature.
4949 (GDB/MI Variable Objects): Document -var-set-visualizer.
4950
49512009-05-27 Tom Tromey <tromey@redhat.com>
4952 Thiago Jung Bauermann <bauerman@br.ibm.com>
4953 Phil Muldoon <pmuldoon@redhat.com>
4954
4955 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
4956 (Pretty Printing): New node.
4957 (Selecting Pretty-Printers): Likewise.
4958 (Python API): Update.
4959 (Output Formats): Document /r format.
4960
49612009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
4962 Tom Tromey <tromey@redhat.com>
4963
4964 * gdb.texinfo (Types In Python): New node.
4965 (Values From Inferior): "type" is now an attribute.
4966 (Python API): Update.
4967
49682009-05-27 Tom Tromey <tromey@redhat.com>
4969 Thiago Jung Bauermann <bauerman@br.ibm.com>
4970 Phil Muldoon <pmuldoon@redhat.com>
4971
4972 * gdb.texinfo: Add @syncodeindex for `tp'.
4973 (Python API): Update.
4974 (Auto-loading): New node.
4975 (Objfiles In Python): New node.
4976
49772009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
4978
4979 * gdb.texinfo (Threads): Document libthread-db-search-path.
4980
49812009-05-15 Nick Roberts <nickrob@snap.net.nz>
4982
4983 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
4984
49852009-05-12 Pedro Alves <pedro@codesourcery.com>
4986
4987 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
4988 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
4989 show show-debug-regs' docs.
4990
49912009-05-08 Eli Zaretskii <eliz@gnu.org>
4992
4993 * gdb.texinfo (Process Record and Replay): Add description of
4994 reverse execution.
4995
49962009-05-07 Joel Brobecker <brobecker@adacore.com>
4997
4998 * gdbint.texinfo (Adding support for debugging core files): New node.
4999 (Native Debugging): Remove the ``Native core file Support'' section.
5000
50012009-05-01 Eli Zaretskii <eliz@gnu.org>
5002
5003 * gdb.texinfo (Process Record and Replay): Improve and clarify.
5004 Add index entries.
5005
50062009-04-30 Hui Zhu <teawater@gmail.com>
5007 Michael Snyder <msnyder@vmware.com>
5008
5009 * gdb.texinfo: (Process Record and Replay): Add documentation for
5010 process record and replay.
5011
50122009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5013
5014 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
5015 a new part on command-line defined macros.
5016
50172009-04-25 Eli Zaretskii <eliz@gnu.org>
5018
5019 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
5020 clarify the wording.
5021
50222009-04-23 Tom Tromey <tromey@redhat.com>
5023
5024 * gdb.texinfo (Data Files): New node.
5025 (GDB Files): Update menu.
5026
50272009-04-23 Joel Brobecker <brobecker@adacore.com>
5028
5029 * gdbint.texinfo (Defining Other Architecture Features): Remove
5030 entry for PROCESS_LINENUMBER_HOOK.
5031
50322009-04-22 Vladimir Prus <vladimir@codesourcery.com>
5033
5034 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
5035
50362009-04-22 Hui Zhu <teawater@gmail.com>
5037
5038 * gdb.texinfo (disassemble-next-line): Set the default of
5039 disassemble-next-line to off.
5040
50412009-04-21 Joseph Myers <joseph@codesourcery.com>
5042
5043 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
5044 --with-htmldir): New.
5045 * configure: Regenerate.
5046 * Makefile.in (datarootdir, docdir): Define.
5047 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
5048 instead of $(SET_TEXINPUTS).
5049 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
5050 gdbint.info instead of $(SET_TEXINPUTS).
5051 (gdbint/index.html): Use same -I options as for building
5052 gdbint.info.
5053 (stabs.dvi, stabs.pdf): Use same -I options as for building
5054 stabs.info instead of $(SET_TEXINPUTS).
5055 (stabs/index.html): Use same -I options as for building
5056 stabs.info.
5057 (annotate.dvi, annotate.pdf): Use same -I options as for building
5058 annotate.info instead of $(SET_TEXINPUTS).
5059 (annotate/index.html): Use same -I options as for building
5060 annotate.info.
5061
50622009-04-21 David Daney <ddaney@caviumnetworks.com>
5063
5064 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
5065
50662009-04-21 Joseph Myers <joseph@codesourcery.com>
5067
5068 * gdb.texinfo (Source Path): Document --with-relocated-sources.
5069
50702009-04-18 Carlos O'Donell <carlos@codesourcery.com>
5071 Joseph Myers <joseph@codesourcery.com>
5072
5073 * Makefile.in (MAKEHTML): Set to makeinfo --html.
5074 (MAKEHTMLFLAGS): Set to empty.
5075 (html__strip_dir): Define.
5076 (HTMLFILES): Define.
5077 (HTMLFILES_INSTALL): Define.
5078 (install-html): Copy new automake rule.
5079 (html): Depend on $(HTMLFILES).
5080 (gdb_toc.html): Rename to gdb/index.html.
5081 (gdbint_toc.html): Rename to gdbint/index.html.
5082 (stabs_toc.html): Rename to stabs/index.html.
5083 (annotate_toc.html): Rename to annotate/index.html.
5084
50852009-04-17 Carlos O'Donell <carlos@codesourcery.com>
5086
5087 * Makefile.in: Set pdfdir and htmldir from configure
5088 substitutions.
5089 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
5090 * configure: Regenerate.
5091
50922009-04-16 Joel Brobecker <brobecker@adacore.com>
5093
5094 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
5095 This macro is no longer used.
5096
50972009-04-15 Tom Tromey <tromey@redhat.com>
5098
5099 * gdb.texinfo (Character Sets): Document default character set.
5100
51012009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
5102
5103 * gdbint.texinfo: Change server name from sources.redhat.com to
5104 sourceware.org throughout.
5105
51062009-04-09 Joel Brobecker <brobecker@adacore.com>
5107
5108 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
5109 about a missing dot or coma after @xref.
5110
51112009-04-02 Joel Brobecker <brobecker@adacore.com>
5112
5113 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
5114 example, and add a small explanation about it.
5115 (Print Settings): Change the documentation of the "set print
5116 frame-arguments" to reflect the fact that the default is now "scalars".
5117
51182009-04-02 Joel Brobecker <brobecker@adacore.com>
5119
5120 * gdb.texinfo (Print Settings): Add kindex for command "set
5121 print frame-arguments".
5122
51232009-03-31 Joel Brobecker <brobecker@adacore.com>
5124
5125 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
5126 breakpoints.
5127 (Set Breaks): Add reference to thread-specific and task-specific
5128 breakpoints.
5129
51302009-03-31 Joel Brobecker <brobecker@adacore.com>
5131
5132 * gdb.texinfo (Ada Tasks): Remove the documentation about
5133 the "Running" state, as this state has been eliminated.
5134 Now all runnable tasks are shown as "Runnable".
5135
51362009-03-30 Stan Shebs <stan@codesourcery.com>
5137
5138 * gdb.texinfo (Tracepoints): Describe tracepoints as a
5139 special case of breakpoints.
5140 (Enable and Disable Tracepoints): Mention deprecation.
5141 (Listing Tracepoints): Update description and example.
5142
51432009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5144
5145 * gdb.texinfo (Frames in Python): New node.
5146 (Python API): Update.
5147
51482009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
5149
5150 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
5151 from a method to an attribute.
5152
51532009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
5154
5155 * gdb.texinfo (Values From Inferior): Document is_optimized_out
5156 attribute.
5157
51582009-03-25 Pedro Alves <pedro@codesourcery.com>
5159
5160 * observer.texi (thread_exit): Add "silent" parameter.
5161
51622009-03-22 Pedro Alves <pedro@codesourcery.com>
5163
5164 * observer.texi (about_to_proceed): New.
5165
51662009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
5167
5168 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
5169 field throughout to handle types with spaces in them. Fix typos
5170 found by aspell.
5171 (Summary, Requirements, Contributors): New first chapter,
5172 "Summary" added, old Requirements section moved there, and new
5173 section, "Contributors" added.
5174 (Initializing a New Architecture, Register Representation)
5175 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
5176 (Porting gdb): These sections extended and updated.
5177 (Compiler Characteristics): This section (empty) deleted.
5178 (Defining Other Architecture Features): This section renamed and
5179 duplicate material removed from (formerly "Target Conditionals").
5180 Use braces {} in @deftypeXX type field throughout to handle types
5181 with spaces in them. Typos found by aspell fixed.
5182
5183 * stack_frame.svg: New file, source of image for gdbint.texinfo.
5184 * stack_frame.pdf: Version of image for PDF output.
5185 * stack_frame.png: Version of image for HTML output and for Emacs.
5186 * stack_frame.txt: Version of image for Info output.
5187 * stack_frame.eps: Version of image for TeX DVI output.
5188
51892009-03-21 Eli Zaretskii <eliz@gnu.org>
5190
5191 * gdb.texinfo (Character Sets): Fix last change.
5192
51932009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
5194
5195 * gdb.texinfo (Values From Inferior): Fix optional arguments
5196 markup.
5197 (Commands In Python): Adjust argument names of gdb.Command.__init__
5198 to what the function accepts as keywords.
5199
52002008-03-20 Tom Tromey <tromey@redhat.com>
5201
5202 * gdb.texinfo (Convenience Vars): Document convenience functions.
5203 (Functions In Python): New node.
5204 (Python API): Update.
5205
52062009-03-20 Tom Tromey <tromey@redhat.com>
5207
5208 * gdb.texinfo (Character Sets): Remove obsolete text. Document
5209 set target-wide-charset.
5210 (Requirements): Mention iconv.
5211
52122009-03-17 Hui Zhu <teawater@gmail.com>
5213
5214 * gdb.texinfo: Change the introduce of "disassemble-next-line".
5215
52162009-03-17 Hui Zhu <teawater@gmail.com>
5217
5218 * gdb.texinfo: Add documentation for disassemble-next-line.
5219
52202009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5221
5222 * gdb.texinfo (Commands In Python): Remove tindex entries.
5223
52242009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5225
5226 * gdb.texinfo (Returning): New description for missing debug info.
5227
52282009-03-14 Pedro Alves <pedro@codesourcery.com>
5229
5230 * gdb.texinfo (Remote Configuration): Document query-attached.
5231 (General Query Packets): Document qAttached.
5232
52332009-03-05 Pedro Alves <pedro@codesourcery.com>
5234
5235 * gdb.texinfo (Background Execution): Better describe the set
5236 target-async command.
5237 (Maintenance Commands): Delete description of the `maint set/show
5238 linux-async' and `maint set/show remote-async' commands.
5239
52402009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5241
5242 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
5243 between sentences.
5244
52452009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5246
5247 * gdb.texinfo (GDB/MI Async Records): Document the
5248 =library-loaded and =library-unloaded notifications.
5249
52502009-02-17 Vladimir Prus <vladimir@codesourcery.com>
5251
5252 * observer.texi (test_notification): New observer.
5253
52542009-02-14 Vladimir Prus <vladimir@codesourcery.com>
5255
5256 * observer.texi: Add parameter 'print_frame' to normal_stop
5257 observer.
5258
52592009-02-07 Eli Zaretskii <eliz@gnu.org>
5260
5261 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
5262 (Commands In Python): Fix COMMAND_* constants in last change. Use
5263 @kbd for interactive input. Add cross-references and index
5264 entries.
5265
52662009-02-06 Pedro Alves <pedro@codesourcery.com>
5267
5268 * gdb.texinfo (Signals): Document $_siginfo.
5269 (Convenience Variables): Mention $_siginfo.
5270 (Remote Configuration): Document qXfer:siginfo:read,
5271 qXfer:siginfo:write packets, and the read-siginfo-object,
5272 write-siginfo-object commands.
5273
52742009-02-06 Pedro Alves <pedro@codesourcery.com>
5275
5276 * gdbint.texinfo (Values): New chapter.
5277
52782009-02-06 Tom Tromey <tromey@redhat.com>
5279
5280 * gdb.texinfo (Python API): Add entry for Commands In Python.
5281 (Commands In Python): New node.
5282
52832009-02-05 Tom Tromey <tromey@redhat.com>
5284
5285 * gdb.texinfo (Values From Inferior): Document Value.string.
5286
52872009-02-05 Tom Tromey <tromey@redhat.com>
5288
5289 * gdb.texinfo (Basic Python): Document execute's from_tty
5290 argument.
5291
52922009-02-04 Tom Tromey <tromey@redhat.com>
5293
5294 * gdb.texinfo (Basic Python): Document gdb.history.
5295
52962009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5297
5298 * gdb.texinfo (GDB/MI Thread Commands): Document the
5299 'current-thread-id' field. Remove the example with zero threads,
5300 since current GDB won't ever report that if there's inferior.
5301
53022009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5303
5304 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
5305 option to -break-insert.
5306
53072009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5308 Jerome Guitton <guitton@adacore.com>
5309
5310 * gdb.texinfo (Startup): Document --with-system-gdbinit.
5311 (System-wide configuration): New section.
5312
53132009-01-26 Pedro Alves <pedro@codesourcery.com>
5314
5315 PR gdb/7580:
5316 * gdb.texinfo (Maintenance Commands): Document "maint set|show
5317 internal-error|internal-warning quit|corefile ask|yes|no".
5318
53192009-01-26 Pedro Alves <pedro@codesourcery.com>
5320
5321 * gdb.texinfo (Using the `gdbserver' Program): Document
5322 --remote-debug.
5323
53242009-01-23 Doug Evans <dje@google.com>
5325
5326 * gdb.texinfo: Add nexti to list of commands that support
5327 background execution.
5328
53292009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
5330
5331 * gdb.texinfo (Define, Hooks): Document prefix command support.
5332
53332009-01-14 Joseph Myers <joseph@codesourcery.com>
5334 Carlos O'Donell <carlos@codesourcery.com>
5335
5336 Fixes for makeinfo --html.
5337
5338 * annotate.texinfo: Use @copying and @insertcopying. Use
5339 @ifnottex in place of @ifinfo.
5340 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
5341 place of @ifinfo. Use @ifnotinfo for one index entry.
5342 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
5343 in place of @ifinfo.
5344 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
5345 in place of @ifinfo. Include contents at start unconditionally.
5346
53472009-01-13 Pedro Alves <pedro@codesourcery.com>
5348
5349 * gdb.texinfo (General Query Packets): Remove @var{} around the
5350 "spu" literal string.
5351
53522009-01-07 Pedro Alves <pedro@codesourcery.com>
5353
5354 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
5355 program may be running in another process" errors.
5356 * gdbint.texinfo (Native Conditionals): Delete
5357 ONE_PROCESS_WRITETEXT description.
5358
53592009-01-07 Joel Brobecker <brobecker@adacore.com>
5360
5361 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
5362 emacs local variable to be placed at the end of the ChangeLog.
5363 Add server.c and gdbreplay.c to the list of files where the
5364 copyright year needs to be updated.
5365
53662009-01-06 Sandra Loosemore <sandra@codesourcery.com>
5367
5368 * gdb.texinfo (Remote Configuration): Document new
5369 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
5370 commands.
5371
53722008-12-28 Pedro Alves <pedro@codesourcery.com>
5373
5374 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
5375 FETCH_INFERIOR_REGISTERS.
5376 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
5377 FETCH_INFERIOR_REGISTERS descriptions. Remove
5378 gdbarch_get_longjmp_target descrition, since already described in
5379 Target Conditionals. Move gdbarch_fp0_regnum description to ...
5380 (Target Conditionals): ... here.
5381
53822008-12-16 Joel Brobecker <brobecker@adacore.com>
5383
5384 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
5385 examples.
5386 (Additions to Ada): Likewise. Add the missing opening and closing
5387 parenthesis of the GDB prompt in one of the examples.
5388
53892008-12-14 Joel Brobecker <brobecker@adacore.com>
5390
5391 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
5392 about the result of 'Address not being of type System.Address.
5393 This problem has been fixed a while ago.
5394
53952008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5396
5397 MI non-stop and multiprocess docs.
5398
5399 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
5400 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
5401 Adjust documentation for *stopped, document =thread-created,
5402 =thread-exited, =thread-group-created and =thread-group-exited.
5403 (GDB/MI Thread Commands): Document the 'state' field in
5404 -thread-info output.
5405 (GDB/MI Program Execution): Mention --all and --thread-group
5406 options.
5407 (GDB/MI Variable Objects): Describe floating and fixed variable
5408 objects.
5409 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
5410
54112008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5412
5413 * gdb.texinfo (Operating System Information): New appendix.
5414 (Operating System Auxiliary Information): Document 'info os processes'
5415 (Remote Configuration): Document 'osdata'
5416 (General Query Packets): Document qXfer:osdata:read.
5417
54182008-11-27 Tristan Gingold <gingold@adacore.com>
5419
5420 * gdb.texinfo (Darwin): Document Darwin specific features.
5421
54222008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5423
5424 * gdbint.texinfo (Target Conditionals): Extend the
5425 gdbarch_breakpoint_from_pc description.
5426
54272008-11-22 Vladimir Prus <vladimir@codesourcery.com>
5428
5429 * gdb.texinfo (M68K Features): Fix typo.
5430
54312008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
5432
5433 * gdb.texinfo (Symbols): Mention printing containing
5434 image name in "info symbol".
5435 (Maint translate-address): Likewise.
5436
54372008-11-18 Joel Brobecker <brobecker@adacore.com>
5438
5439 * gdb.texinfo (Set Catchpoints): Remove the documentation of
5440 commands "catch load" and "catch unload".
5441
54422008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5443
5444 * gdb.texinfo (GDB/MI Async Records): Document
5445 =thread-selected.
5446
54472008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5448
5449 * observer.texi (new_inferior, inferior_exit): New observers.
5450
54512008-10-27 Pedro Alves <pedro@codesourcery.com>
5452
5453 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
5454 .mt files, TM_CLIBS or TM_CDEPS.
5455 (x86 Watchpoints): Don't mention TDEPFILES.
5456
54572008-10-24 Sandra Loosemore <sandra@codesourcery.com>
5458
5459 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
5460 (Overview): Mention notifications and non-stop mode behavior.
5461 (Packets): Update documentation of ?, vAttach, vCont, and vRun
5462 with non-stop mode behavior. Add vStopped description.
5463 (Stop Reply Packets): Update list of packets that return
5464 stop replies. Mention non-stop behavior.
5465 (General Query Packets): Document QNonStop packet and associated
5466 qSupported query response.
5467 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
5468 behavior.
5469 (Notification Packets): New section.
5470 (Remote Non-Stop): New section.
5471 (File-I/O Overview): Mention non-stop behavior.
5472
54732008-10-24 Hui Zhu <teawater@gmail.com>
5474 Pedro Alves <pedro@codesourcery.com>
5475
5476 * gdb.texinfo (displaced-stepping): Describe the auto mode
5477 setting, and say it's the default. This is now a mainstream
5478 setting instead of a maintenance setting.
5479
54802008-10-23 Pedro Alves <pedro@codesourcery.com>
5481
5482 * observer.texi (thread_stop_requested): New.
5483
54842008-10-22 Joel Brobecker <brobecker@adacore.com>
5485
5486 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
5487 (Patching): Replace incorrect usage of @samp by @kbd.
5488
54892008-10-17 Michael Snyder <msnyder@vmware.com>
5490
5491 * gdb.texinfo: Add documentation for reverse execution.
5492
54932008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5494 Eli Zaretskii <eliz@gnu.org>
5495
5496 * gdb.texinfo. (Values From Inferior): New subsubsection.
5497
54982008-10-06 Doug Evans <dje@google.com>
5499
5500 * gdb.texinfo (set debug dwarf2-die): Document it.
5501
55022008-10-01 Joel Brobecker <brobecker@adacore.com>
5503
5504 * gdb.texinfo (catch) [exception]: Document how to insert
5505 a breakpoint on user-defined exceptions when the exception
5506 name is identical to one of the language-defined ones.
5507
55082008-09-27 Tom Tromey <tromey@redhat.com>
5509
5510 * gdb.texinfo (Macros): Remove text about stringification,
5511 varargs, and splicing.
5512
55132008-09-27 Tom Tromey <tromey@redhat.com>
5514
5515 * gdbint.texinfo (Language Support): Remove text about omitting
5516 support for a language.
5517
55182008-09-23 Doug Evans <dje@google.com>
5519
5520 * gdb.texinfo (info dcache): Update.
5521
55222008-09-22 Sandra Loosemore <sandra@codesourcery.com>
5523
5524 * gdb.texinfo (Packets): Add info on thread-id syntax and
5525 multiprocess extensions.
5526 <D>: Document multiprocess form of packet.
5527 <H>: Use thread-id syntax.
5528 <T>: Likewise.
5529 <vCont>: Likewise. Note this is required for multiprocess.
5530 <vKill>: New packet.
5531 (Stop Reply Packets) <T>: Use thread-id syntax.
5532 <W>: Document multiprocess form of reply.
5533 <X>: Likewise.
5534 (General Query Packets) <qC>: Use thread-id syntax.
5535 <qfThreadInfo>: Likewise.
5536 <qGetTLSAddr>: Likewise.
5537 <qP>: Likewise.
5538 <qSupported>: Add "multiprocess" feature.
5539 <qThreadExtraInfo>: Use thread-id syntax.
5540
55412008-09-22 Stan Shebs <stan@codesourcery.com>
5542
5543 * gdb.texinfo (Inferiors): New section.
5544
55452008-09-12 Pedro Alves <pedro@codesourcery.com>
5546
5547 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
5548
55492008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
5550
5551 * gdbint.texinfo (Target Conditionals): Remove documentation
5552 for gdbarch_name_of_malloc.
5553
55542008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
5555
5556 * gdb.texinfo (Interrupts): Mention TCP interface for
5557 sending BREAK.
5558
55592008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
5560
5561 * gdb.texinfo (Commands to Specify Files): Document "remote:"
5562 argument prefix to "set sysroot".
5563
55642008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
5565
5566 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
5567 and False.
5568
55692008-08-20 Vladimir Prus <vladimir@codesourcery.com>
5570
5571 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
5572 for possible features of -list-features.
5573
55742008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5575
5576 * gdb.texinfo (Background execution): Adjust example
5577 (GDB/MI Miscellaneous Commands): Document -list-target-features.
5578
55792008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5580
5581 * doc/gdb.texinfo (PowerPC): Fix typo.
5582 (PowerPC features): Fix typo.
5583
55842008-08-18 Pedro Alves <pedro@codesourcery.com>
5585
5586 * observer.texi (thread_ptid_changed): New.
5587
55882008-08-18 Luis Machado <luisgpm@br.ibm.com>
5589
5590 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
5591 (PowerPC features): Mention feature set for VSX registers.
5592
55932008-08-13 Joel Brobecker <brobecker@adacore.com>
5594
5595 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
5596 the direct visibility of all names in user-written packages.
5597
55982008-08-13 Pedro Alves <pedro@codesourcery.com>
5599
5600 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
5601 setting, and make it the default.
5602 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
5603 non-stop script example.
5604
56052008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
5606
5607 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
5608 reference to the "Using Different Register and Memory Data
5609 Representation" section.
5610
56112008-08-12 Sandra Loosemore <sandra@codesourcery.com>
5612
5613 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
5614 (Remote Protocol): Add Packet Acknowledgment to menu.
5615 (Overview): Mention +/- can be disabled, and point to new section
5616 where this is discussed in detail.
5617 (General Query Packets): Document QStartNoAckMode packet, and
5618 corresponding qSupported reply.
5619 (Packet Acknowledgment): New section.
5620
56212008-08-11 Sandra Loosemore <sandra@codesourcery.com>
5622 Pedro Alves <pedro@codesourcery.com>
5623
5624 * gdb.texinfo (Threads): Move paragraph about automatic thread
5625 selection to All-Stop Mode subsection.
5626 (Thread Stops): Reorganize existing material into subsections.
5627 Add introductory blurb and menu.
5628 (Non-Stop Mode): New subsection.
5629 (Background Execution): New subsection.
5630 (Maintenance Commands): Add cross-references from async mode
5631 commands to the new Background Execution section.
5632
56332008-08-06 Tom Tromey <tromey@redhat.com>
5634
5635 * gdb.texinfo (Extending GDB): New chapter.
5636 (Sequences): Demoted chapter, now a section under the new
5637 Extending GDB chapter.
5638 (Python): New section.
5639
56402008-07-31 Stan Shebs <stan@codesourcery.com>
5641
5642 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
5643
56442008-07-29 Stan Shebs <stan@codesourcery.com>
5645
5646 * gdbint.texinfo: General round of cleanup and minor
5647 clarifications.
5648 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
5649 (Longjmp Support): Update description to reflect how it is done
5650 for targets without using native header.
5651 (Symbol Handling): Add a little more general explanation.
5652 (COFF, ELF): Mention stabs encapsulation.
5653 (DWARF 3): New section.
5654 (Adding a New Host): Scrub out some obsolete bits.
5655 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
5656 (Host Conditionals): Remove descriptions of NO_STD_REGS,
5657 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
5658 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
5659 SEEK_SET, STOP_SIGNAL, USG.
5660 (Raw and Virtual Register Representations): Ditto for
5661 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
5662 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
5663 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
5664 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
5665 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
5666 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
5667 DEPRECATED_REGISTER_VIRTUAL_SIZE,
5668 DEPRECATED_REGISTER_VIRTUAL_TYPE,
5669 DEPRECATED_USE_STRUCT_CONVENTION.
5670 Describe gdbarch_deprecated_fp_regnum.
5671 Update description of gdbarch_print_insn.
5672 (Adding a New Target): Scrub out obsolete bits.
5673 (Obsolete Conditionals): Remove entire section.
5674
56752008-07-25 Tom Tromey <tromey@redhat.com>
5676
5677 * observer.texi (GDB Observers): Document new observers:
5678 breakpoint_created, breakpoint_deleted, breakpoint_modified,
5679 tracepoint_created, tracepoint_deleted, tracepoint_modified,
5680 architecture_changed.
5681
56822008-07-21 Stan Shebs <stan@codesourcery.com>
5683
5684 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
5685 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
5686
56872008-07-21 Tom Tromey <tromey@redhat.com>
5688
5689 * observer.texi (GDB Observers): Remove obsolete comment.
5690 <executable_changed>: Remove argument.
5691
56922008-07-18 Tom Tromey <tromey@redhat.com>
5693
5694 * gdb.texinfo (Macros): Update. Use @code rather than @command.
5695
56962008-07-10 Doug Evans <dje@google.com>
5697
5698 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
5699
57002008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5701
5702 * gdb.texinfo (Starting): Document "set disable-randomization".
5703
57042008-07-07 Andreas Schwab <schwab@suse.de>
5705
5706 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
5707
57082008-07-06 Vladimir Prus <vladimir@codesourcery.com>
5709
5710 * gdb.texinfo (GDB/MI Target Manipulation): Add
5711 example of -target-attach.
5712
57132008-06-10 Vladimir Prus <vladimir@codesourcery.com>
5714
5715 * observer.texi (target_resumed): New observer.
5716 * gdb.texinfo (GDB/MI Output Records): Document *running.
5717
57182008-06-06 Tom Tromey <tromey@redhat.com>
5719
5720 * gdb.texinfo (Completion): Add field name example.
5721
57222008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
5723
5724 * gdb.texinfo (GDB/MI Program Context): Added example
5725 to -exec-arguments
5726
57272008-06-05 Nick Roberts <nickrob@snap.net.nz>
5728
5729 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
5730 annotation.
5731
57322008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5733 Nathan Sidwell <nathan@codesourcery.com>
5734 Joseph Myers <joseph@codesourcery.com>
5735
5736 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
5737 and ACX_BUGURL.
5738 * configure: Regenerate.
5739 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
5740 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
5741 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
5742 mailing-list-specific text about bug reporting unless
5743 BUGURL_DEFAULT.
5744
57452008-06-05 Pedro Alves <pedro@codesourcery.com>
5746
5747 * gdb.texinfo (-target-select): Remove reference to target async.
5748 (Maintenance Commands): Document "maint set/show remote-async".
5749
57502008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
5751
5752 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
5753 in -target-file-get section.
5754
57552008-05-22 Pedro Alves <pedro@codesourcery.com>
5756
5757 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
5758 killing the inferior when it is already debugging a process.
5759
57602008-05-21 Joel Brobecker <brobecker@adacore.com>
5761
5762 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
5763 abbreviation for "finish".
5764
57652008-05-21 Nick Roberts <nickrob@snap.net.nz>
5766
5767 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
5768
57692008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5770
5771 * gdbint.texinfo (Target Conditionals): Delete entry for
5772 gdbarch_dwarf_reg_to_regnum.
5773
57742008-05-09 Doug Evans <dje@google.com>
5775
5776 * gdb.texinfo: Document "find" command, qSearch:memory packet.
5777
57782008-05-05 Doug Evans <dje@google.com>
5779
5780 * gdb.texinfo (disassemble): Document /m modifier.
5781
57822008-05-05 Vladimir Prus <vladimir@codesourcery.com>
5783
5784 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
5785 will not report the time of commands that run the target.
5786
57872008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5788
5789 * gdb.texinfo (GDB/MI Output Records): Add
5790 missing semicolon.
5791
57922008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5793
5794 * gdb.texinfo (GDB/MI Output Records):
5795 Document =thread-create and =thread-exited.
5796
57972008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5798
5799 * gdb.texinfo (GDB/MI Development and Front Ends):
5800 Remove mention of dmi-discuss.
5801
58022008-05-03 Pedro Alves <pedro@codesourcery.com>
5803
5804 * observer.texi (thread_exit): New.
5805
58062008-05-02 Pedro Alves <pedro@codesourcery.com>
5807
5808 * gdb.texinfo (Debugging Output): Document "set/show debug
5809 displaced".
5810 (Maintenance Commands): Document "maint set/show
5811 can-use-displaced-stepping".
5812
58132008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
5814
5815 * gdb.texinfo (ARM): Document set/show arm fallback-mode
5816 and set/show arm force-mode.
5817
58182008-05-02 Andreas Schwab <schwab@suse.de>
5819
5820 * gdbint.texinfo (Algorithms): Describe
5821 target_watchpoint_addr_within_range.
5822
58232008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
5824
5825 * gdbint.texinfo (Stack Frames): New chapter.
5826 (Algorithms): Move Frames text to the new chapter.
5827 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
5828 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
5829
58302008-04-24 Vladimir Prus <vladimir@codesourcery.com>
5831
5832 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
5833 output does not necessary include any tokens.
5834
58352008-04-22 Corinna Vinschen <vinschen@redhat.com>
5836
5837 * gdb.texinfo (Set SH Calling convention): New @item.
5838 (Show SH Calling convention): Ditto.
5839
58402008-04-22 Markus Deuling <deuling@de.ibm.com>
5841
5842 * gdb.texinfo (Fortran Operators): Describe '%' operator.
5843
58442008-04-20 Eli Zaretskii <eliz@gnu.org>
5845
5846 * gdb.texinfo (Set Breaks): Mention that multiple location
5847 breakpoints need line number info. Add index entries.
5848
58492008-04-19 Craig Silverstein <csilvers@google.com>
5850
5851 * gdb.texinfo (Requirements): Add an optional requirement on
5852 zlib.
5853 * gdbint.texinfo (Debugging File Formats): Add new subsection for
5854 Compressed DWARF 2.
5855
58562008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
5857
5858 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
5859 sample output for 'stopped,reason="breakpoint-hit"' message.
5860 (GDB/MI Program Execution): Likewise.
5861
58622008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
5863
5864 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
5865 -var-set-format. Add -f option to -var-evaluate-expression.
5866
58672008-04-03 Joel Brobecker <brobecker@adacore.com>
5868
5869 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
5870 new node "Ambiguous Expressions". Replace references to this
5871 node by references to "Ambiguous Expressions" throughout.
5872 (Ambiguous Expressions): New node.
5873
58742008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
5875
5876 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
5877
58782008-03-21 Pedro Alves <pedro@codesourcery.com>
5879
5880 * gdb.texinfo (Debugging Output): Document
5881 "set/show debug lin-lwp-async".
5882 (Maintenance Commands): Document "maint set/show linux-async".
5883
58842008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5885
5886 * gdb.texinfo (Expressions): Update description of malloced arrays.
5887
58882008-03-15 Vladimir Prus <vladimir@codesourcery.com>
5889
5890 * gdb.texinfo (Thread Commands): Document
5891 -thread-info. Remove -thread-list-all-threads.
5892
58932008-03-14 Pedro Alves <pedro@codesourcery.com>
5894 Sandra Loosemore <sandra@codesourcery.com>
5895
5896 * gdb.texinfo (Library List Format): Update to mention the
5897 possibility to pass section addresses instead of segment
5898 addresses.
5899
59002008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
5901
5902 * gdb.texinfo (Starting): Document "set exec-wrapper".
5903 (Server): Document gdbserver --wrapper.
5904
59052008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
5906
5907 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
5908 unreadable memory. Delete obsolete SPARClite reference.
5909
59102008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
5911
5912 * gdb.texinfo (Starting): Mention always-running targets.
5913 (Target Commands): Add an anchor for load.
5914 (Connecting): Explain continue instead of run.
5915
59162008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
5917
5918 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
5919
59202008-02-26 Nick Roberts <nickrob@snap.net.nz>
5921
5922 * gdb.texinfo (Set Breaks): Revert description of Enb column of
5923 breakpoint table.
5924
59252008-02-19 Pedro Alves <pedro@codesourcery.com>
5926
5927 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
5928 killing the inferior when it is already debugging a process.
5929
59302008-02-13 Markus Deuling <deuling@de.ibm.com>
5931
5932 * gdbint.texinfo (Build Script): New section. Mention new build script
5933 gdb_buildall.sh.
5934
59352008-02-01 Jim Blandy <jimb@red-bean.com>
5936
5937 * gdb.texinfo (Help): Summarize 'info args' correctly.
5938
59392008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5940
5941 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
5942 available in PowerPC architecture.
5943 (Embedded Processors): Change node name of PowerPC item in menu.
5944 (PowerPC): Rename to...
5945 (PowerPC Embedded): this.
5946 (Architectures): Add new PowerPC item in menu.
5947 (PowerPC): New node.
5948
59492008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
5950
5951 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
5952 commands.
5953
59542008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
5955
5956 * gdb.texinfo (Setting Catchpoints): Mention features
5957 supported on GNU/Linux.
5958
59592008-01-30 Nick Roberts <nickrob@snap.net.nz>
5960
5961 * gdb.texinfo (GDB/MI File Commands): Describe new output
5962 field for MI command -file-list-exec-source-file.
5963
59642008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5965
5966 * gdb.texinfo (Using the `gdbserver' Program): Add security
5967 warning. Rearrange into subsections and subsubsections. Document
5968 --multi and --debug. Correct --with-sysroot typo. Update --attach
5969 usage. Make load reference clearer. Document monitor exit.
5970 (Remote Configuration): Document set remote exec-file, attach-packet,
5971 and run-packet.
5972 (Packets): Document vAttach and vRun.
5973
59742008-01-29 Nick Roberts <nickrob@snap.net.nz>
5975
5976 * gdb.texinfo (Processes): Mention process command.
5977 detach-on-follow -> detach-on-fork.
5978
59792008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5980
5981 * gdbint.texinfo (Native Conditionals): Remove
5982 SHELL_COMMAND_CONCAT and SHELL_FILE.
5983
59842008-01-26 Eli Zaretskii <eliz@gnu.org>
5985
5986 * gdb.texinfo (Specify Location): Improve wording.
5987
59882008-01-23 Chris Demetriou <cgd@google.com>
5989
5990 * gdb.texinfo (Threads): Document new "set print thread-events"
5991 and "show print thread-events" commands.
5992
59932008-01-19 Eli Zaretskii <eliz@gnu.org>
5994
5995 * gdb.texinfo (Specify Location): New section.
5996 (Delete Breaks, Edit, Set Breaks): Remove description of
5997 locations. Instead, add a reference to "Specify Location".
5998 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
5999 (Symbols): Refer to "Specify Location" for the valid forms of
6000 linespecs and locations.
6001
60022008-01-18 Markus Deuling <deuling@de.ibm.com>
6003
6004 * gdbint.texinfo (Target Conditionals): Replace the description of
6005 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
6006
60072008-01-12 Paul Hilfinger <hilfinger@adacore.com>
6008
6009 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
6010 about &&var, which is rejected by the expression parser.
6011
60122008-01-09 Luis Machado <luisgpm@br.ibm.com>
6013
6014 * gdb.texinfo (Output): Update documentation on using printf with DFP
6015 types.
6016
60172008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
6018
6019 * gdb.texinfo (C and C++): Add Decimal Floating Point format
6020 subsubsection.
6021 (Decimal Floating Point format): New subsubsection.
6022
60232008-01-05 Pedro Alves <pedro@codesourcery.com>
6024
6025 * gdb.texinfo (File Options): Remove mention of the attempt to
6026 open a core file with the -p option. Don't list -c as a valid
6027 option to attach to a process.
6028
60292008-01-05 Pedro Alves <pedro@codesourcery.com>
6030
6031 * gdbint.texinfo (Host Conditionals): Remove mention of
6032 ALIGN_STACK_ON_ENTRY.
6033
60342008-01-05 Joel Brobecker <brobecker@adacore.com>
6035
6036 * gdbint.texinfo (Start of New Year Procedure): Add item
6037 describing how to update the source and documentation copyright
6038 notices.
6039
60402007-12-18 Jim Blandy <jimb@codesourcery.com>
6041
6042 * gdb.texinfo (Set Watchpoints): Integrate per-thread
6043 watchpoint explanation into the main description of the watchpoint
6044 command; update synopses of 'watch', 'rwatch', and 'awatch'
6045 commands.
6046
60472007-12-18 Vladimir Prus <vladimir@codesourcery.com>
6048
6049 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6050 Document 'pending-breakpoints' feature of
6051 -list-features.
6052
60532007-12-17 Luis Machado <luisgpm@br.ibm.com>
6054
6055 * gdb.texinfo: Add new parameter's description.
6056
60572007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
6058
6059 * gdb.texinfo (Overview): Clarify run-length encoding
6060 example. Remove the restriction on "+" and "-" characters.
6061
60622007-12-15 Eli Zaretskii <eliz@gnu.org>
6063
6064 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
6065
60662007-12-14 Vladimir Prus <vladimir@codesourcery.com>
6067
6068 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6069 the -f option for -break-insert, remove -r option,
6070 and clarify specification of location.
6071
60722007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
6073
6074 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
6075 formatting.
6076 (Remote Debugging): Add File Transfer section.
6077 (Remote Configuration): Document Host I/O packets.
6078 (GDB/MI): Add GDB/MI File Transfer Commands section.
6079 (Host I/O Packets): New section in "Remote Protocol".
6080 (Packets): Add vFile.
6081
60822007-11-17 Eli Zaretskii <eliz@gnu.org>
6083
6084 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
6085 breakpoints with multiple locations.
6086 (Breakpoint Menus): Improve wording.
6087 (Output): Fix last change.
6088
60892007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
6090
6091 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
6092
60932007-11-15 Doug Evans <dje@google.com>
6094
6095 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
6096
60972007-11-15 Vladimir Prus <vladimir@codesourcery.com>
6098
6099 * gdbint.texinfo (Native Conditionals): Remove
6100 mention of CLEAR_SOLIB.
6101
61022007-11-11 Joel Brobecker <brobecker@adacore.com>
6103
6104 * gdb.texinfo (Print Settings): Add documentation for "set/show
6105 print frame-arguments".
6106
61072007-11-05 Luis Machado <luisgpm@br.ibm.com>
6108
6109 * gdb.texinfo (Output): Update printf command's description.
6110
61112007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
6112
6113 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
6114 powerpc soft-float".
6115
61162007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6117
6118 * gdb.texinfo (Files): Correct formatting. Mention Expat
6119 requirement.
6120 (Requirements for Building GDB): Expand the list of Expat
6121 uses.
6122 (Library List Format, Memory Map Format): Mention Expat.
6123 (Target Descriptions): Update Expat wording.
6124
61252007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6126
6127 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
6128 Document that gdbarch_convert_register_p should return zero for no-op
6129 conversions.
6130
61312007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
6132
6133 * gdbint.texi (Compiler Characteristics): Move documentation
6134 of set_gdbarch_sofun_address_maybe_missing back to ...
6135 (Target Conditionals): ... here to fix build break.
6136
61372007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
6138
6139 * gdbint.texi (Target Conditionals): Remove documentation of
6140 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
6141 (Compiler Characteristics): ... documentation of
6142 set_gdbarch_sofun_address_maybe_missing.
6143
61442007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6145
6146 * gdbint.texinfo (Target Conditionals): Use
6147 frame_unwind_register_unsigned in examples instead of
6148 frame_unwind_unsigned_register.
6149
61502007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6151
6152 * gdb.texinfo (Predefined Target Types): Add int128
6153 and uint128.
6154 (Standard Target Features): Add PowerPC features.
6155
61562007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6157
6158 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
6159
61602007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6161
6162 * gdbint.texi (Target Conditionals): Remove documentation
6163 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
6164 gdbarch_extract_return_value, and gdbarch_store_return_value.
6165
61662007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6167
6168 * gdbint.texi (Target Conditionals): Remove documentation of
6169 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
6170
61712007-10-11 Kazu Hirata <kazu@codesourcery.com>
6172
6173 * gdb.texinfo: Mention that inaccessible-by-default is on by
6174 default.
6175
61762007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
6177
6178 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
6179
61802007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
6181
6182 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
6183 multi-threaded watchpoints.
6184 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
6185 checked. Describe sticky notification. Expand description
6186 of steppable and continuable watchpoints.
6187 (Watchpoints and Threads): New subsection.
6188
61892007-09-28 Vladimir Prus <vladimir@codesourcery.com>
6190
6191 * gdb.texinfo (Setting Breakpoints): Revise
6192 documentation for pending breakpoints. Document
6193 breakpoints with multiple locations.
6194
61952007-09-19 Vladimir Prus <vladimir@codesourcery.com>
6196
6197 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6198 Document -list-features.
6199
62002007-09-15 Eli Zaretskii <eliz@gnu.org>
6201
6202 * gdb.texinfo (Output): Spell out which features of C's printf are
6203 not supported by GDB's printf.
6204 (Separate Debug Files): More accurate wording regarding build ID
6205 and a reference to the ld manual rather than the Fedora wiki.
6206
62072007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6208 Jim Blandy <jimb@codesourcery.com>
6209
6210 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
6211 (Examining Memory): Update mentions of the 's' format.
6212 (Automatic Display): Likewise.
6213
62142007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
6215
6216 * gdb.texinfo: Update the FSF's Back-Cover Text.
6217
62182007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6219 Eli Zaretskii <eliz@gnu.org>
6220
6221 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
6222 Fixed the ``build ID'' name. New binaries build instructions for the
6223 build ID inclusion. Explain how the commands are specific to the build
6224 ID vs. debug link.
6225
62262007-09-01 Eli Zaretskii <eliz@gnu.org>
6227
6228 * gdb.texinfo (Separate Debug Files): Fix last change. Add
6229 indexing for ``build ID'' support.
6230
62312007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6232
6233 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
6234 Enlisted BUILD ID to the debug file searching example.
6235 Included a BUILD ID `.note.gnu.build-id' section description.
6236 Updated/added the debug files splitting instructions for OBJCOPY.
6237
62382007-08-31 Vladimir Prus <vladimir@codesourcery.com>
6239
6240 * gdb.texinfo (Variable Objects): Adjust docs
6241 for -var-info-expression and document
6242 -var-info-path-expression.
6243
62442007-08-20 Jim Blandy <jimb@codesourcery.com>
6245
6246 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
6247 (title page): Include the dedication in the printed manual, as a
6248 separate page after the copyright notice.
6249
6250 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
6251 don't break a @var across a line.
6252
62532007-07-25 Maciej W. Rozycki <macro@mips.com>
6254
6255 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
6256 for include files.
6257
62582007-07-12 Nick Roberts <nickrob@snap.net.nz>
6259
6260 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
6261 in annotate.texinfo.
6262 (Command History): Link to new node.
6263
62642007-07-05 Markus Deuling <deuling@de.ibm.com>
6265
6266 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
6267
62682007-07-05 Eli Zaretskii <eliz@gnu.org>
6269
6270 * gdbint.texinfo (Target Conditionals): Fix last change.
6271
62722007-07-03 Markus Deuling <deuling@de.ibm.com>
6273
6274 * gdb.texinfo: Replace following macros by their appropriate gdbarch
6275 routines:
6276 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
6277 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
6278 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
6279 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
6280 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
6281 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
6282 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
6283 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
6284 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
6285 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
6286 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
6287 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
6288 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
6289 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
6290 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
6291 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
6292 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
6293 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
6294 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
6295 (SOFTWARE_SINGLE_STEP_P)
6296
6297 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
6298 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
6299
6300 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
6301 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
6302 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
6303 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
6304 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
6305 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
6306 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
6307 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
6308 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
6309 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
6310
6311 (Converting an existing Target Architecture to Multi-arch): Remove
6312 section.
6313
6314 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
6315 (gdbarch_addr_bits_remove): Add code example.
6316
6317 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
6318
63192007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
6320
6321 * gdb.texinfo (Remote Configuration): Document library-info-packet.
6322 Add other missing entries. Adjust the table size to fit.
6323 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
6324 stop reasons including the new "library" event.
6325 (General Query Packets): Adjust table widths for qSupported. Mention
6326 qXfer:libraries:read reply to qSupported and document the new packet.
6327 (Library List Format): New section.
6328
63292007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6330
6331 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
6332
63332007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
6334
6335 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
6336
63372007-06-25 Nick Roberts <nickrob@snap.net.nz>
6338
6339 * gdbint.texinfo (Register and Memory Data): Break sections
6340 into nodes and add a menu.
6341
63422007-06-21 Maciej W. Rozycki <macro@mips.com>
6343
6344 * gdb.texinfo (Examining Memory): Document the new behaviour.
6345
63462007-06-21 Vladimir Prus <vladimir@codesourcery.com>
6347
6348 * gdb.texinfo (Standard Target Features): Document
6349 m68k features.
6350
63512007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
6352
6353 * gdb.texinfo (General Query Packets): Document qOffsets changes.
6354
63552007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6356
6357 * gdb.texinfo (Target Description Format): Add version attribute
6358 for <target>.
6359
63602007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6361
6362 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
6363
63642007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6365
6366 * gdb.texinfo (MIPS Features): New subsection.
6367
63682007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6369 Markus Deuling <deuling@de.ibm.com>
6370
6371 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
6372 and qXfer:spu:write packets and mention them under qSupported.
6373
63742007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6375 Markus Deuling <deuling@de.ibm.com>
6376
6377 * gdb.texinfo (Architectures): Add new SPU section to document
6378 Cell Broadband Engine SPU architecture specific commands.
6379
63802007-06-09 Vladimir Prus <vladimir@codesourcery.com>
6381
6382 * gdb.texinfo (GDB/MI Variable Objects): Editorial
6383 comments.
6384
63852007-06-07 Nick Roberts <nickrob@snap.net.nz>
6386
6387 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
6388
63892007-05-29 Jim Blandy <jimb@codesourcery.com>
6390
6391 * gdb.texinfo (Overview): Doc fix.
6392
63932007-05-22 Maciej W. Rozycki <macro@mips.com>
6394
6395 * gdb.texinfo (Remote Configuration): Document "set/show
6396 remoteflow".
6397
63982007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
6399
6400 * gdb.texinfo (MIPS): Remove documentation for set mips
6401 saved-gpreg-size, show mips saved-gpreg-size, and set mips
6402 stack-arg-size.
6403
64042007-05-14 Bob Wilson <bob.wilson@acm.org>
6405
6406 * all-cfg.texi (GDBTUI): New.
6407 * gdb.texinfo (Mode Options): Use GDBTUI variable.
6408 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
6409 (TUI Configuration): Edit to improve clarity and fix problems of
6410 both style and content.
6411
64122007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
6413
6414 * observer.texi (GDB Observers): New observer "new_objfile".
6415
64162007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
6417
6418 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
6419
64202007-04-14 Vladimir Prus <vladimir@codesourcery.com>
6421
6422 * gdb.texinfo (GDB/MI Variable Objects): Document
6423 frozen variables objects.
6424
64252007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
6426
6427 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
6428 (Character Sets, Caching Data of Remote Targets): Likewise.
6429 (Targets): Delete Remote node. Move its text...
6430 (Debugging Remote Programs): ...to here. Delete description
6431 of the "remote" command.
6432 (Remote configuration): Delete description of "set remotedevice"
6433 and "show remotedevice".
6434 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
6435
64362007-04-11 Bob Wilson <bob.wilson@acm.org>
6437
6438 * gdb.texinfo (Contributors, Continuing and Stepping)
6439 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
6440 (General Query Packets, File-I/O Remote Protocol Extension)
6441 (Protocol Basics, The F Reply Packet, Write)
6442 (Protocol-specific Representation of Datatypes, Memory Transfer):
6443 Fix hyphenation, punctuation and grammar problems.
6444 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
6445 'section' instead of 'subsection' in the text.
6446 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
6447 (i386): Remove period from section name.
6448 (Installing GDB, Requirements, Running Configure, Separate Objdir)
6449 (Config Names, Configure Options): Use @file{configure}.
6450
64512007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
6452
6453 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
6454 and tab expansion.
6455
64562007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
6457
6458 * gdbint.texinfo (SOM): Correct location of the SOM reader.
6459
64602007-04-02 Bob Wilson <bob.wilson@acm.org>
6461
6462 * gdb.texinfo: Consistently capitalize all significant words in
6463 node names, chapter titles, section titles, and headings. Update
6464 cross references to match.
6465 (Starting and Stopping Trace Experiment): Make node name plural.
6466 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
6467
64682007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
6469
6470 * gdb.texinfo (WinCE): Delete obsolete subsection.
6471
64722007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6473
6474 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
6475 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
6476 references.
6477
64782007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6479
6480 * gdb.texinfo (Startup): Delete references to some alternate
6481 names for .gdbinit.
6482 (Thread): Remove LynxOS reference.
6483 (Tandem ST2000): Delete target-specific documentation.
6484 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
6485 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
6486 and GDB_OSABI_LYNXOS.
6487
64882007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
6489
6490 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
6491
64922007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
6493
6494 * gdbint.texinfo (Target Conditionals): Remove mention of
6495 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
6496 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
6497
64982007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
6499
6500 * Makefile.in: Add "pdfdir" installation
6501 directory, PDFTEX macro, support for "install-pdf" target,
6502 and rules for making a pdf version of refcard.texi.
6503 * refcard.tex: Specify paper size for PDF output.
6504
65052007-03-26 Bob Wilson <bob.wilson@acm.org>
6506
6507 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
6508
65092007-03-26 Bob Wilson <bob.wilson@acm.org>
6510
6511 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
6512 (Source Path, Character Sets, Macros, Define)
6513 (GDB/MI Result Records, GDB/MI Simple Examples)
6514 (GDB/MI Program Execution, GDB/MI File Commands)
6515 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
6516 (Bug Reporting): Use @value{GCC}.
6517
65182007-03-26 Bob Wilson <bob.wilson@acm.org>
6519
6520 * gdb.texinfo (Help): Fix formatting of examples.
6521 (Variables): Use @ifnotinfo instead of @iftex.
6522 (Non-debug DLL symbols): Use @ref instead of @pxref.
6523 (Sparclet File): Use @samp instead of quotes.
6524
65252007-03-26 Bob Wilson <bob.wilson@acm.org>
6526
6527 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
6528
65292007-03-26 Bob Wilson <bob.wilson@acm.org>
6530
6531 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
6532 the order of the nodes.
6533 (C Operators, C Constants, Debugging C): Remove extra menus.
6534 (Method Names in Commands): Do not specify next/prev/up nodes.
6535
65362007-03-26 Bob Wilson <bob.wilson@acm.org>
6537
6538 * gdb.texinfo (File Options): Add missing parenthesis.
6539 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
6540
65412007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6542
6543 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
6544
65452007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6546
6547 * gdb.texinfo (Standard Target Features): Mention
6548 case insensitivity.
6549 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
6550
65512007-02-18 Nick Roberts <nickrob@snap.net.nz>
6552
6553 * gdb.texinfo (Top): Put Appendix A after numbered sections.
6554 (Files): Add section name to argument list for pxref.
6555 (Non-debug DLL symbols): Don't use `see' for pxref.
6556 (Embedded Processors): Fix typo.
6557 (GDB/MI Breakpoint Commands): Execution commands generate
6558 *stopped not ^done.
6559
65602007-02-13 Nick Roberts <nickrob@snap.net.nz>
6561
6562 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
6563 values for in_scope. Mention that only root variables can be
6564 updated.
6565 (GDB/MI Development and Front Ends): Explain new values may be
6566 added to existing fields.
6567
65682007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6569
6570 * gdb.texinfo (-target-disconnect): Use @smallexample.
6571 (Requirements): Add anchor for Expat. Update description.
6572 (Target Descriptions): Mention Expat.
6573 (Target Description Format): Document new elements. Use
6574 @smallexample.
6575 (Predefined Target Types, Standard Target Features): New sections.
6576 * gdbint.texinfo (Target Descriptions): New section.
6577
65782007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
6579
6580 * gdb.texinfo (Target Description Format): Add section on XInclude.
6581
65822006-02-03 Nick Roberts <nickrob@snap.net.nz>
6583
6584 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
6585 command -enable-timings.
6586
65872007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
6588
6589 * gdbint.texinfo (Operation System ABI Variant Handling): Update
6590 descriptions for new/deleted elements in gdb_osabi. Add missing
6591 description for function generic_elf_osabi_sniff_abi_tag_sections.
6592
65932007-01-29 Joel Brobecker <brobecker@adacore.com>
6594
6595 * gdb.texinfo (Maintenance Commands): Add documentation for
6596 the new "maint print target-stack" command.
6597
65982007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6599 Eli Zaretskii <eliz@gnu.org>
6600
6601 * gdb.texinfo: Describe CHAR array vs. string identification rules.
6602
66032007-01-26 Eli Zaretskii <eliz@gnu.org>
6604
6605 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
6606 Use @value{NGCC} instead of @value{GCC}.
6607
66082007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
6609
6610 * agentexpr.texi: Fix typos.
6611 * annotate.texinfo: Likewise.
6612 * gdb.texinfo: Likewise.
6613 * gdbint.texinfo: Likewise.
6614 * observer.texi: Likewise.
6615 * stabs.texinfo: Likewise.
6616
66172007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
6618
6619 * gdbint.texinfo (Support Libraries): Remove mmalloc
6620 entry. Describe readline library.
6621
66222007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
6623
6624 * gdb.texinfo (Target Descriptions): New section.
6625 (General Query Packets): Add QPassSignals anchor. Mention
6626 qXfer:features:read under qSupported. Expand mentions of
6627 qXfer:memory-map:read and QPassSignals. Document
6628 qXfer:features:read.
6629
66302007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
6631
6632 * gdb.texinfo (Commands to specify files): Describe
6633 "set sysroot" and "show sysroot".
6634 (Using the `gdbserver' program): Lowercase argument
6635 to @var. Expand description of setting up GDB on the
6636 host.
6637
66382007-01-05 Joel Brobecker <brobecker@adacore.com>
6639
6640 * gdb.texinfo (Set Catchpoints): Add documentation for the new
6641 catch exception, catch exception unhandled, and catch assert
6642 commands.
6643
66442007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6645
6646 * gdb.texinfo (Debugging Output): Document "set debug xml"
6647 and "show debug xml".
6648
66492007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6650
6651 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
6652
66532007-01-01 Joel Brobecker <brobecker@adacore.com>
6654
6655 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
6656
66572006-12-08 Vladimir Prus <vladimir@codesourcery.com>
6658
6659 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
6660 note in @ignore, to be removed later if nobody complains.
6661
66622006-12-04 Nick Roberts <nickrob@snap.net.nz>
6663
6664 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
6665 of -var-delete.
6666
66672006-11-22 Vladimir Prus <vladimir@codesourcery.com>
6668
6669 * gdb.texinfo (Setting breakpoints): Document
6670 automatic software/hardware breakpoint usage and
6671 the "set breakpoint auto-hw" command.
6672
66732006-11-21 Vladimir Prus <vladimir@codesourcery.com>
6674
6675 * gdb.texinfo (Memory Access Checking): New.
6676
66772006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
6678
6679 * gdb.texinfo (Remote configuration): Mention
6680 "pass-signals-packet".
6681 (General Query Packets): Document QPassSignals. Fix
6682 a typo.
6683
66842006-11-14 Maxim Grigoriev <maxim@tensilica.com>
6685
6686 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
6687
66882006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
6689
6690 * gdb.texinfo (Remote configuration): Rewrite documentation for
6691 packet configuration commands.
6692 (OS Information): Adjust reference to qXfer:auxv:read.
6693 (General Query Packets): Remove references to read-aux-vector-packet
6694 and set remote get-thread-local-storage-address.
6695
66962006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
6697
6698 * gdbint.texinfo (Target Architecture Definition): Add new
6699 Initializing a New Architecture section.
6700
67012006-10-31 David Taylor <dtaylor@emc.com>
6702
6703 * stabs.texinfo (Macro define and undefine): New node describing
6704 stabs for #define and #undef.
6705
67062006-10-27 Andreas Schwab <schwab@suse.de>
6707
6708 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
6709
67102006-10-21 Eli Zaretskii <eliz@gnu.org>
6711
6712 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
6713 clarify on the possible meanings of ``expression'' watched by
6714 watchpoints. Add indexing.
6715 (Prompting, Errors, Invalidation, Annotations for Running)
6716 (Source Annotations): Fix index entries by adding "annotation" to
6717 them, to discriminate from index entries that point to the more
6718 general topic descriptions.
6719
67202006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6721
6722 * gdbint.texinfo (Target Vector Definition): Move most
6723 content into Existing Targets. Add a menu.
6724 (Existing Targets): New section, moved from Target Vector
6725 Definition. Use @subsection.
6726 (Managing Execution State): New section.
6727
67282006-10-16 Bob Wilson <bob.wilson@acm.org>
6729
6730 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
6731
67322006-10-15 Eli Zaretskii <eliz@gnu.org>
6733
6734 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
6735 (Command Syntax, Signals, Backtrace, Connecting)
6736 (Remote configuration, Renesas Boards, Console I/O): Fix last
6737 change: use Ctrl- instead of C-, except wrt Emacs.
6738 (File-I/O Examples): Put Ctrl-c in @kbd.
6739 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
6740 (Console I/O): Use @samp with Ctrl-.
6741 (Signals, Set Breaks, Set Watchpoints): Document optional
6742 arguments to `info signals' `handle', `info breakpoints', and
6743 `info watchpoints'.
6744
67452006-10-14 Eli Zaretskii <eliz@gnu.org>
6746
6747 * gdb.texinfo (Backtrace): Fix last change.
6748
67492006-10-14 Nick Roberts <nickrob@snap.net.nz>
6750
6751 * gdb.texinfo (Backtrace): Order correctly and add other cases.
6752
67532006-10-10 Bob Wilson <bob.wilson@acm.org>
6754
6755 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
6756 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
6757 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
6758
67592006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6760 Daniel Jacobowitz <dan@codesourcery.com>
6761
6762 * gdb.texinfo (Packets): Document vFlashErase,
6763 vFlashWrite and vFlashDone packets.
6764 (General Query Packets): Document qXfer:memory-map:read.
6765 Add a new feature for qXfer:memory-map:read.
6766 (Memory map format): New section.
6767 (Target Commands): Mention that gdb can write flash.
6768
67692006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6770 Daniel Jacobowitz <dan@codesourcery.com>
6771
6772 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
6773 memory regions and "mem auto".
6774
67752006-09-21 Nathan Sidwell <nathan@codesourcery.com>
6776
6777 * gdbint.texinfo (Array Containers): New section.
6778
67792006-09-17 Vladimir Prus <vladimir@codesourcery.com>
6780
6781 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
6782 -stack-list-arguments HIGH_FRAME argument can be larger then the
6783 actual number of frames.
6784
67852006-09-07 Vladimir Prus <vladimir@codesourcery.com>
6786
6787 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
6788 -stack-list-locals HIGH_FRAME argument can be larger then the
6789 actual number of frames.
6790
67912006-09-02 Bob Wilson <bob.wilson@acm.org>
6792
6793 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
6794 Register Packet Format, Tracepoint Packets): Fix spelling errors.
6795
67962006-09-02 Eli Zaretskii <eliz@gnu.org>
6797
6798 * gdbint.texinfo (Overall Structure): New section "Source Tree
6799 Structure".
6800
68012006-08-17 Jim Blandy <jimb@codesourcery.com>
6802
6803 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
6804 responses.
6805
68062006-08-08 Joel Brobecker <brobecker@adacore.com>
6807
6808 * gdb.texinfo (Source Path): Add documentation for new
6809 substitute-path commands.
6810
68112006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
6812
6813 * gdb.texinfo (Installing GDB): Update menu. Move text to...
6814 (Running Configure): ...here.
6815 (Requirements): New node. Mention expat.
6816
68172006-08-08 Vladimir Prus <vladimir@codesourcery.com>
6818
6819 * gdb.texinfo (Target Commands): Remove
6820 'set download-write-size' and 'show download-write-size'.
6821
68222006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
6823
6824 * stabs.texinfo (Member Type Descriptor): Correct example for
6825 pointer to member types.
6826
68272006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
6828
6829 * gdb.texinfo (Optional warnings and messages): Add
6830 'set/show trace-commands'.
6831 (Command files): Add '-v' to source command.
6832
68332006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
6834
6835 * gdb.texinfo (OS Information): Update qPart reference to
6836 qXfer.
6837 (Remote configuration): Likewise.
6838 (Overview): Move @cindex to the start of a paragraph. Talk
6839 about binary data encoding.
6840 (Packets): Refer to the overview for the details of the X
6841 packet encoding.
6842 (General Query Packets): Remove qPart description. Add qXfer
6843 description. Add an anchor to qSupported. Correct feature
6844 table title. Add a new feature for qXfer:auxv:read.
6845 (Interrupts): Add a missing parenthesis.
6846
68472006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
6848
6849 * gdb.texinfo (KOD): Remove node.
6850 (GDB/MI Kod Commands): Remove commented out node.
6851
68522006-07-01 Eli Zaretskii <eliz@gnu.org>
6853
6854 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
6855 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
6856 (GDB/MI Thread Commands, GDB/MI Program Execution)
6857 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
6858 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
6859 (GDB/MI File Commands, GDB/MI Target Manipulation)
6860 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
6861 since the MI prompt is hard-wired into the code.
6862
68632006-07-01 Nick Roberts <nickrob@snap.net.nz>
6864
6865 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
6866 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
6867 (GDB/MI Data Manipulation): Remove description of unimplemented
6868 display related commands as variable objects perform this function
6869 and are superior: -display-delete, -display-disable,
6870 -display-enable, -display-insert and -display-list. Move
6871 -environment-cd, -environment-directory, -environment-path
6872 and -environment-pwd to "Program Context".
6873 (GDB/MI Program Control): Rename to "Program Execution". Move
6874 -exec-arguments -exec-abort to...
6875 (GDB/MI Program Context): ...here. New node split from "Data
6876 Manipulation".
6877
68782006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
6879
6880 * gdb.texinfo (Remote configuration): Document set / show
6881 remote supported-packets.
6882 (General Query Packets): Document qSupported packet.
6883
68842006-06-10 Sandra Loosemore <sandra@codesourcery.com>
6885
6886 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
6887 and font markup.
6888 (Protocol basics): Likewise.
6889 (The F request packet): Likewise.
6890 (The F reply packet): Likewise.
6891 (Memory transfer): Move this node to be a subsubsection of
6892 "Protocol specific representation of datatypes".
6893 (The Ctrl-C message): More copy editing.
6894 (Console I/O): Likewise.
6895 (The isatty call): Delete this node, and merge its content into
6896 the "isatty" node. Fixed references elsewhere.
6897 (The system call): Delete this node, and merge its content into
6898 the "system" node. Fixed references elsewhere.
6899 (open): Reformat to use @table, and add appropriate font markup.
6900 (close): Likewise.
6901 (read): Likewise.
6902 (write): Likewise.
6903 (lseek): Likewise.
6904 (rename): Likewise.
6905 (unlink): Likewise.
6906 (stat/fstat): Likewise.
6907 (gettimeofday): Likewise.
6908 (isatty): Likewise.
6909 (system): Likewise, plus minor changes to fix confusing wording.
6910 (Integral datatypes): Fix font markup.
6911 (Pointer values): Likewise.
6912 (struct stat): Fix markup to use @table, plus minor copy editing.
6913 (struct timeval): Fix font markup, plus minor copy editing.
6914 (Constants): Minor copy editing.
6915 (Errno values): Add font markup.
6916 (File-I/O Examples): Likewise.
6917
69182006-06-10 Nick Roberts <nickrob@snap.net.nz>
6919
6920 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
6921 (GDB/MI Simple Examples): Move node up one level. Use real
6922 examples.
6923 (GDB/MI Compatibility with CLI): Update.
6924 (GDB/MI Result Records): Add "connected" and "exit" result
6925 classes.
6926 (GDB/MI Stream Records): Clarify target output.
6927 (GDB/MI Command Description Format): Modify example description.
6928 (GDB/MI Breakpoint Table Commands): Rename to...
6929 (GDB/MI Breakpoint Commands): ...this
6930 (GDB/MI Breakpoint Commands): Add optional thread field.
6931 (GDB/MI Program Control): Add an introduction. Move "Program
6932 termination" examples into exec-run description.
6933 (GDB/MI File Commands): Mention similar CLI commands.
6934 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
6935 is similar to "-gdb-version".
6936
69372006-06-09 Eli Zaretskii <eliz@gnu.org>
6938
6939 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
6940
69412006-06-02 Nick Roberts <nickrob@snap.net.nz>
6942
6943 * gdb.texinfo (GDB/MI Development and Front Ends): Use
6944 sourceware.org for mailing lists.
6945 (GDB/MI File Commands): New node split from Program Control.
6946
69472006-06-01 Nick Roberts <nickrob@snap.net.nz>
6948
6949 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
6950
69512006-05-22 Eli Zaretskii <eliz@gnu.org>
6952
6953 * gdb.texinfo (Cygwin Native): Fix last change.
6954
69552006-05-22 Christopher Faylor <cgf@timesys.com>
6956
6957 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
6958
69592006-05-15 Nick Roberts <nickrob@snap.net.nz>
6960
6961 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
6962 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
6963
69642006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6965
6966 * gdb.texinfo (General Query Packets): Recommend not starting
6967 new packets with qC and clarify.
6968
69692006-05-13 Gaius Mulley <gaius@glam.ac.uk>
6970
6971 * gdb.texinfo (M2 Types): New section.
6972
69732006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
6974
6975 * agentexpr.texi: Add a copyright and license notice.
6976 * observer.texi: Likewise, with GPL clause for function prototypes.
6977 Remove trailing whitespace.
6978
69792006-05-05 Jim Blandy <jimb@codesourcery.com>
6980
6981 * gdb.texinfo (General Query Packets): Document conventions for
6982 terminating packet names, and their violations.
6983
69842006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
6985
6986 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
6987 * gdb.texinfo: Likewise.
6988
69892006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
6990
6991 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
6992 and "show remotedebug".
6993 (Debugging Output): Add additional index entries.
6994
69952006-04-27 Michael Snyder <msnyder@redhat.com>
6996
6997 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
6998
69992006-04-22 Andrew Cagney <cagney@redhat.com>
7000
7001 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
7002 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
7003
70042006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
7005
7006 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
7007 and remove breakpoint prototypes.
7008 (Watchpoints): Move description of target_insert_hw_breakpoint and
7009 target_remove_hw_breakpoint ...
7010 (Breakpoints): ... to here. Document target_insert_breakpoint and
7011 target_remove_breakpoint.
7012
70132006-04-17 Jim Blandy <jimb@codesourcery.com>
7014
7015 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
7016 and C packets are optional.
7017
70182006-04-14 Frederic Riss <frederic.riss@st.com>
7019
7020 * gdb.texinfo (Specifying source directories): Update the description
7021 of the source file search to reflect the fact that the source path
7022 always contains at least $cdir and $cwd.
7023
70242006-03-31 Michael Snyder <msnyder@redhat.com>
7025
7026 * gdb.texinfo: Update copyright dates.
7027
70282006-03-31 Eli Zaretskii <eliz@gnu.org>
7029
7030 * gdb.texinfo (Overview): Add an index entry to "empty response".
7031
70322006-03-28 Jim Blandy <jimb@codesourcery.com>
7033
7034 * gdbint.texinfo (Prologue Analysis): New section.
7035
70362006-03-07 Jim Blandy <jimb@red-bean.com>
7037
7038 * gdb.texinfo (Connecting): Document 'target remote pipe'.
7039
7040 * gdb.texinfo (Target Commands): Update text describing how to
7041 specify a target. Refer to the detailed section on remote
7042 debugging, not the brief mention.
7043
7044 * gdb.texinfo (Connecting): Organize the different 'target remote'
7045 connection methods into a table. Add a 'target remote' index
7046 entry. (!!!)
7047
70482006-02-17 Fred Fish <fnf@specifix.com>
7049
7050 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
7051 'ptype' commands to reflect the fact that the only significant
7052 difference between them is that ptype prints the complete type
7053 description instead of just the name.
7054
70552006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
7056
7057 * gdbint.texinfo (Watchpoints): Delete
7058 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
7059
70602006-02-10 Nick Roberts <nickrob@snap.net.nz>
7061
7062 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
7063 times fields where needed. Fix typos. Update general form given
7064 for output of -break-insert.
7065 (GDB/MI): Abbreviate some unnecessarily long fullnames.
7066
70672006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
7068
7069 * gdbint.texinfo (Symbol Handling): Add a section
7070 on memory management.
7071
70722006-02-06 Vladimir Prus <ghost@cs.msu.su>
7073
7074 * gdb.texinfo (Breakpoint table commands): Document the fullname
7075 field in -break-list output.
7076
70772006-02-03 Eli Zaretskii <eliz@gnu.org>
7078
7079 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
7080 debugging information produced by the various "set debug..."
7081 options.
7082
70832006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7084
7085 * gdb.texinfo (Files): Remove obsolete bits from the description
7086 of "symbol-file".
7087
70882006-01-25 Jim Blandy <jimb@redhat.com>
7089
7090 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
7091
70922006-01-24 Jim Blandy <jimb@redhat.com>
7093
7094 * gdbint.texinfo (Frames): Document the basics of GDB's register
7095 unwinding model, and explain the existence of the "sentinel" frame.
7096
70972006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
7098
7099 * gdb.texinfo (Choosing files): Mention that -directory is used
7100 for script files.
7101 (Specifying source directories): Likewise.
7102 (Command files): Explain how script files are found.
7103
71042006-01-21 Eli Zaretskii <eliz@gnu.org>
7105
7106 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
7107 the threads in a multi-threaded program.
7108 (Threads): The threadno argument of "thread apply" can be a range
7109 of numbers.
7110
71112006-01-18 Jim Blandy <jimb@redhat.com>
7112
7113 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
7114 of warning flags.
7115
71162006-01-13 Eli Zaretskii <eliz@gnu.org>
7117
7118 * gdb.texinfo (Sequences): Improve menu annotations.
7119 (Define): Add index entries for arguments of user-defined
7120 commands. Move the description of flow-control commands...
7121 (Command Files): ...to here. Document loop_break and
7122 loop_continue.
7123 (Define, Command Files): Document `end' and add index entries for
7124 it.
7125
71262006-01-04 Michael Snyder <msnyder@redhat.com>
7127
7128 * gdb.texinfo: Add documentation for linux-fork.
7129 * gdbint.texinfo: Add internal documentation for checkpoints.
7130
71312006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
7132
7133 * gdb.texinfo (Omissions from Ada): Document that there is now
7134 limited aggregate support.
7135
71362005-12-28 Eli Zaretskii <eliz@gnu.org>
7137
7138 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
7139 registers and the likes.
7140
71412005-12-24 Eli Zaretskii <eliz@gnu.org>
7142
7143 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
7144 (Symbols): Fix usage of "e.g.".
7145 (Memory Region Attributes): Fix usage of "etc."
7146
7147 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
7148 (Coding): Fix usage of "e.g.".
7149
71502005-12-23 Eli Zaretskii <eliz@gnu.org>
7151
7152 * stabs.texinfo:
7153 * refcard.tex:
7154 * gpl.texi:
7155 * gdbint.texinfo:
7156 * gdb.texinfo:
7157 * gdb-cfg.texi:
7158 * fdl.texi:
7159 * annotate.texinfo:
7160 * all-cfg.texi:
7161 * Makefile.in: Add (C) after Copyright. Update the FSF
7162 address.
7163
71642005-12-03 Eli Zaretskii <eliz@gnu.org>
7165
7166 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
7167 extend GDB with commands for external monitor.
7168
71692005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
7170
7171 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
7172
71732005-11-25 Joel Brobecker <brobecker@adacore.com>
7174
7175 * gdbint.texinfo (Start of New Year Procedure): New chapter.
7176
71772005-11-21 Jim Blandy <jimb@redhat.com>
7178
7179 * gdb.texinfo (Tracepoint Packets): Document restrictions on
7180 placement of 'R' actions in tracepoint action packets; document
7181 dependence of 'X' and 'M' actions on a preceding 'R' action for
7182 their registers.
7183
71842005-11-19 Jim Blandy <jimb@redhat.com>
7185
7186 * gdb.texinfo (Tracepoint Packets): New node.
7187 (General Query Packets): Add entries for the tracepoint packets,
7188 referring to the "Tracepoint Packets" node.
7189 (Tracepoints): Add reference to "Tracepoint Packets".
7190
71912005-11-18 Kevin Buettner <kevinb@redhat.com>
7192
7193 * gdb.texinfo (set remotebreak): Add anchor.
7194 (X packet): Likewise.
7195 (Remote Protocol): Add new section `Interrupts' and new index
7196 entry `interrupts (remote protocol)'.
7197
71982005-11-18 Jim Blandy <jimb@redhat.com>
7199
7200 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
7201 entries into the General Query Packets section. Add a
7202 cross-reference to that section. Drop description of replies, as
7203 these are covered in the descriptions of each packet.
7204 (General Query Packets): Add introductory text. Explain naming
7205 conventions, and how the end of a name is recognized.
7206
72072005-11-17 Kevin Buettner <kevinb@redhat.com>
7208
7209 * gdb.texinfo (Remote configuration): Fix typo in description of
7210 "set remotebreak" command.
7211
72122005-11-16 Jim Blandy <jimb@redhat.com>
7213
7214 * gdb.texinfo (Packets, Stop Reply Packets)
7215 (General Query Packets): Various formatting cleanups.
7216 - Use @samp for packet contents.
7217 - Drop summaries from packet @item lines; the same information appears
7218 immediately below in the description.
7219 - Delete paragraph breaks after packet @item commands, so that the
7220 description appears directly to the right of the packet prototype
7221 in the printed manual, if it fits.
7222 - Place spaces in packet prototypes between @vars and non-@var
7223 letters, and explain that they're just for formatting.
7224 - Use @dots{} instead of '...'.
7225 - Fix uses of @code where @var was needed.
7226 - Replace "deprecated" markers with English text spelling out the
7227 packet's status and the preferred alternatives.
7228 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
7229 what this ever meant.
7230 - Remove "(draft)" markers on 'i' packets; nobody has commented on
7231 this for a long time.
7232 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
7233 implemented several times, and have been in use for years.
7234
72352005-11-15 Jim Blandy <jimb@redhat.com>
7236
7237 * gdb.texinfo (Packets): Add index entries for 'm' packet
7238 disclaimers.
7239
7240 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
7241 of stub when processing an 'm' packet.
7242
7243 * gdb.texinfo (Packets): Mention that packets beginning with
7244 letters are reserved once, at the top, instead of actually listing
7245 them all and saying "reserved".
7246
72472005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
7248
7249 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
7250 Change @var{$arg0 to @code{$arg0.
7251
72522005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
7253
7254 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
7255
72562005-11-12 Jim Blandy <jimb@redhat.com>
7257
7258 * gdb.texinfo (General Query Packets): Put packets in alphabetical
7259 order. Remove extraneous 'z'.
7260
72612005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
7262
7263 * gdb.texinfo (Choosing files): Add --eval-command.
7264
72652005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
7266
7267 * gdb.texinfo (Choosing modes): Add --return-child-result.
7268
7269
72702005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
7271
7272 * gdb.texinfo (Choosing modes): Add --batch-silent.
7273
72742005-10-28 Eli Zaretskii <eliz@gnu.org>
7275
7276 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
7277 "The -var-update Command".
7278
72792005-10-03 Joel Brobecker <brobecker@adacore.com>
7280
7281 * gdb.texinfo (Print Settings): Add documentation for set/show
7282 print array-indexes.
7283
72842005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
7285
7286 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
7287 6.2 and 6.3.
7288
72892005-08-27 Eli Zaretskii <eliz@gnu.org>
7290
7291 * gdb.texinfo (File Options): Don't document --mapped, it's gone
7292 since 19-Jan-2004.
7293 (Files): Likewise.
7294 (Variables, Symbols): Document the "<incomplete type>" message and
7295 its reasons.
7296
72972005-08-01 Fred Fish <fnf@specifix.com>
7298
7299 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
7300
73012005-07-15 Nick Roberts <nickrob@snap.net.nz>
7302
7303 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
7304 option for -var-list-children and -var-update.
7305 (GDB/MI Stack Manipulation): Simplify description of
7306 print-values option for -stack-list-locals.
7307 (GDB/MI Command Description Format): Clarify.
7308 (Mode Options): Spelling of superseded.
7309
73102005-07-12 Bob Rossi <bob@brasko.net>
7311
7312 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
7313 corresponding GDB command comment.
7314
73152005-07-06 Bob Rossi <bob@brasko.net>
7316
7317 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
7318 and -inferior-tty-show.
7319 (Input/Output): Document "set/show inferior-tty" and tty alias.
7320
73212005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
7322
7323 * gdb.texinfo (Packets): Change description of 'D' packet to note
7324 that GDB does wait for a response.
7325
73262005-06-22 Nick Roberts <nickrob@snap.net.nz>
7327
7328 * gdb.texinfo (History) Rename "Command History".
7329 (Command History): Move node "Server Prefix" from section on
7330 Annotations here.
7331
73322005-06-19 Nick Roberts <nickrob@snap.net.nz>
7333
7334 * gdb.texinfo (GDB/MI Stack Manipulation):
7335 Re-instate -stack-info-frame with example. Say that it gets
7336 info on selected frame, not current frame.
7337
73382005-06-18 Eli Zaretskii <eliz@gnu.org>
7339
7340 * gdb.texinfo (Server): Clarify that `file' should be used before
7341 connecting to the server.
7342 (Files): Add an xref to the above description.
7343 (Output Formats): More detailed description of the `c' format.
7344 (Memory): List explicitly all the formats supported by `x'.
7345 (Threads): Add an @cindex entry for "thread apply".
7346 (Files): Document the possibility of loading unlinked object
7347 files. Add more indexing for solib-absolute-prefix and
7348 --with-sysroot.
7349 (Machine Code): Document possible problems with locations in
7350 shared libraries.
7351 (Backtrace): Document that free-standing environments do not need
7352 to have a `main' function.
7353
73542005-06-18 Nick Roberts <nickrob@snap.net.nz>
7355
7356 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
7357 -stack-info-frame.
7358
73592005-06-07 Andrew Cagney <cagney@gnu.org>
7360
7361 * gdb.texinfo (Contributors): Note the original multi-arch
7362 contributors.
7363
73642005-06-03 Eli Zaretskii <eliz@gnu.org>
7365
7366 * gdb.texinfo (Registers): Add index entries for the standard
7367 registers.
7368 (Frames): Add cross-reference from frame pointer description to
7369 the Registers node.
7370 (Annotations Overview): Fix the reference to GDB name.
7371
73722005-06-01 Eli Zaretskii <eliz@gnu.org>
7373
7374 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
7375 can-use-hw-watchpoints.
7376
73772005-05-28 Bob Rossi <bob@brasko.net>
7378
7379 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
7380 the possible reasons why an exec async record would be returned to FE.
7381
73822005-05-26 Andrew Cagney <cagney@gnu.org>
7383
7384 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
7385 Andrew Cagney implemented the original GDB/MI.
7386
73872005-05-23 Orjan Friberg <orjanf@axis.com>
7388
7389 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
7390 documentation. Add documentation for cris-mode.
7391
73922005-05-20 Eli Zaretskii <eliz@gnu.org>
7393
7394 * gdb.texinfo (Numbers): Explain the example and make the wording
7395 more acurate.
7396
73972005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
7398 Dennis Brueni <dennis@slickedit.com>
7399
7400 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
7401 (GDB/MI Data Manipulation, GDB/MI Program Control)
7402 (GDB/MI Stack Manipulation): Update examples to include the fullname
7403 attribute in stack frames.
7404
74052005-05-12 Eli Zaretskii <eliz@gnu.org>
7406
7407 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
7408 do with other non-standard names of init files.
7409
74102005-05-11 Eli Zaretskii <eliz@gnu.org>
7411
7412 * gdb.texinfo (Command Files): Move the description of the startup
7413 from here...
7414 (Startup): ...to this new subsection of the Invocation chapter.
7415 Rearrange the description of init files more logically and add a
7416 cross-reference to "Command Files". Document the special gdbinit
7417 name for CISCO 68k. Expand the description of what GDB does
7418 during startup.
7419 (History): Add index entry for HISTSIZE.
7420
74212005-05-02 Mark Kettenis <kettenis@gnu.org>
7422
7423 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
7424
74252005-05-02 Eli Zaretskii <eliz@gnu.org>
7426
7427 * gdb.texinfo (SVR4 Process Information, The isatty call)
7428 (The system call): Don't use foo(N) notation for man pages and
7429 functions.
7430 (Compilation, DJGPP Native): Improve wording.
7431
74322005-04-27 Eli Zaretskii <eliz@gnu.org>
7433
7434 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
7435 were optimized away.
7436
74372005-04-22 Eli Zaretskii <eliz@gnu.org>
7438
7439 * gdb.texinfo (Remote configuration): Document "set/show
7440 get-thread-local-storage-address". Add cross-reference to the
7441 description of the qGetTLSAddr packet.
7442 (General Query Packets): Mention "set remote
7443 get-thread-local-storage-address" and add a reference to its
7444 description.
7445
74462005-04-19 Nick Roberts <nickrob@snap.net.nz>
7447
7448 * gdb.texinfo (Backtrace): Describe 'bt full'.
7449
74502005-04-17 Nick Roberts <nickrob@snap.net.nz>
7451
7452 * gdb.texinfo (Mode Options): Fix typo.
7453 (GDB/MI): Describe how to invoke GDB/MI.
7454
74552005-04-16 Eli Zaretskii <eliz@gnu.org>
7456
7457 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
7458 references changed. Add description of "info udot".
7459 (Files): Document "set/show stop-on-solib-events".
7460 (M32R/D): Document "set/show download-path", "set/show
7461 board-address", "set/show server-address", "upload", "tload".
7462 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
7463 "use_mon_code", "use_ib_break", "use_dbt_break".
7464 (Maintenance Commands): Improve indexing.
7465 (Target Commands): Document "set/show hash", "set/show debug
7466 monitor".
7467 (SVR4 Process Information): Document "info pidlist" and "info
7468 meminfo". Document "set/show procfs-tarce" and "set/show
7469 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
7470 (Symbols, The Print Command with Objective-C): Improve indexing.
7471 (Objective-C): Add references to "info classes" and "info
7472 selectors".
7473 (Debugging Output): Improve wording. Document "set/show debug
7474 solib-frv". Fix "set/show debugvarobj".
7475 (Set Breaks): Add index entry for "hardware breakpoints".
7476 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
7477 and "set/show usehardbreakpoints".
7478 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
7479 monitor-prompt", "set/show monitor-warnings", "pmon".
7480 (ARM): Document "rdilogfile", "rdilogenable", "set/show
7481 rdiromatzero", "set/show rdiheartbeat".
7482 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
7483 "sds".
7484 (Embedded Processors): Document the "sim" command.
7485 (Remote): Document the "remote" command.
7486 (DJGPP Native): Document the "info serial" command.
7487 (Threads): Document "maint info sol-threads".
7488 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
7489 (Set Breaks): Improve indexing.
7490 (Command Syntax): Add a reference to dont-repeat.
7491 (Define): Document "dont-repeat".
7492 (TUI Commands): Document "tabset".
7493 (WinCE): New subsection. Document "set/show remotedirectory",
7494 "set/show remoteupload", "set/show remoteaddhost".
7495
74962005-04-15 Eli Zaretskii <eliz@gnu.org>
7497
7498 * gdb.texinfo (Hurd Native): New subsection, documents
7499 Hurd-specific commands.
7500 (Maintenance Commands): Add cross-reference to "Debugging Output".
7501 (Debugging Output): Document "set/show debug lin-lwp".
7502 (MIPS): Improve documentation of heuristic-fence-post. Document
7503 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
7504 mips stack-arg-size", "set/show mips mask-address", "set/show mips
7505 remote-mips64-transfers-32bit-regs", "set/show debug mips".
7506 (ARM): Document ARM-specific commands.
7507 (AVR): New section. Document "info io_registers".
7508 (CRIS): New section. Document "set/show cris-version" and
7509 "set/show cris-dwarf2-cfi".
7510 (HPPA): New section. Document "set/show debug hppa" and "maint
7511 print unwind".
7512 (Neutrino): New subsection. Document "set/show debug nto-debug".
7513 (Super-H): New section. Document the "regs" command.
7514 (Debugging Output): Document "set/show debug aix-thread".
7515
75162005-04-09 Eli Zaretskii <eliz@gnu.org>
7517
7518 * gdb.texinfo (Print Settings): Document "set/show print
7519 pascal_static-members", "set print repeats", "show print
7520 null-stop". Improve indexing. Fix documentation of "set print
7521 union".
7522 (Pascal): New section.
7523 (Supported languages): Rename from "Support"; all references
7524 updated. Add a menu item for Pascal.
7525 (Numbers): Document "set radix.
7526 (Screen Size): Document "set/show pagination".
7527 (MIPS Embedded): Remove "set processor" documentation.
7528 (Remote configuration): Document "set/show X/P/Z-packet",
7529 "set/show read-aux-vector-packet", "set/show remote
7530 symbol-lookup-packet", "set/show remote verbose-resume-packet",
7531 "set/show remoteaddresssize", "set/show remotebaud", "set/show
7532 remotedebug", "set/show remotebreak", "set/show remotedevice",
7533 "set/show remotelogfile".
7534 (Auxiliary Vector): Add reference to the description of the
7535 read-aux-vector-packet setting.
7536 (Set Watchpoints): Add a cross-reference to "set remote
7537 hardware-breakpoint-limit".
7538 (General Query Packets): Add indexing of requests and
7539 cross-references to related commands in "Remote configuration".
7540 (File-I/O Overview, The system call): Fix wording and typos.
7541 (Thread Stops): Add index entries.
7542 (Continuing and Stepping): Document "show step-mode".
7543 (i386): New node. Document "set/show struct-convention".
7544 (Files): Document "show trust-readonly-sections".
7545 (Calling): Document "set/show unwindonsignal".
7546 (Messages/Warnings): Add index entries.
7547 (Maintenance Commands): Document "set/show watchdog".
7548 (Annotations Overview): Document "show annotate".
7549 (Set Watchpoints): Add index entries.
7550 (Symbols): Fix doc of case-sensitive.
7551 (ABI): Document "show coerce-float-to-double".
7552 (Convenience Vars, Help): Improve indexing.
7553 (Machine Code): Document "show disassembly-flavor".
7554 (Debugging C plus plus): Document "show overload-resolution".
7555 (Value History, Signaling): Add index entries.
7556
75572005-04-08 Eli Zaretskii <eliz@gnu.org>
7558
7559 * gdb.texinfo (Show): Move @kindex entries to their proper places.
7560 (Processes): Fix wording.
7561 (History, List, Logging output, Define, Symbols, Print Settings):
7562 Improve indexing.
7563
75642005-04-03 Eli Zaretskii <eliz@gnu.org>
7565
7566 * gdb.texinfo (Targets): Document "set/show architecture". Remove
7567 redundant index entry for "target" command.
7568 (Backtrace): Add index entries.
7569 (Symbols, Fortran): Document the "set case-sensitive" command.
7570 (DJGPP Native): Document "set com1base", "set com1irq", etc.
7571 (Print Settings): Add index entry for "set demangle-style".
7572 (Target Commands): Document "set download-write-size".
7573 (Debugging Output): Document "set exec-done-display".
7574
75752005-04-02 Eli Zaretskii <eliz@gnu.org>
7576
7577 * gdb.texinfo (Files): Fix the name and documentation of
7578 add-shared-symbol-files. Document its alias assf. Update the
7579 list of OSs where GDB supports shared libraries. Fix markup.
7580 (Continuing and Stepping): Add reference to @var{location} in the
7581 text.
7582 (Dump/Restore Files): Fix reference to @{filename}.
7583 (Help): Fix wording.
7584 (Attach): Ditto.
7585 (Set Watchpoints): Ditto.
7586 (Backtrace): Remove redundant index entries. Improve index
7587 entries.
7588 (Delete Breaks): Fix wording.
7589 (Memory): Document the compare-sections command.
7590 (Memory Region Attributes): Improve wording.
7591 (Disabling): Improve wording.
7592 (Fortran): New subsection. Document the "info common" command.
7593 (Help): Document aliases "info copying" and "info warranty".
7594 (Caching Remote Data): New section. Document the "set/show
7595 remotecache" and "info dcache" commands.
7596 (Show): Fix wording of the documentation of the "set
7597 extension-language" command.
7598 (Signals): Add index entry for "info handle".
7599 (Memory Region Attributes): Fix punctuation.
7600 (Symbols): Change the arg name to "location" and refer to it in
7601 the text. Fix wording of "info types" doc.
7602 (Threads): Fix usage of @enumerate @item's.
7603 (Listing Tracepoints): Add index entry for "info tp".
7604 (Set Watchpoints): Add xref to "info break" description.
7605 (Macros): Add an index entry for "macro exp1". Document the
7606 "macro list" command.
7607 (Maintenance Commands): Document "flushregs", "maint agent",
7608 "maint check-symtabs", "maint cplus", "maint demangle", "maint
7609 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
7610 "maint print architecture", "maint print objfiles", "maint print
7611 statistics", "maint print type", "maint show-debug-regs", "maint
7612 space", "maint time", and "maint translate-address".
7613 (Connecting): Document the "monitor" command.
7614 (Annotations Overview): Describe the "set annotate" command.
7615
76162005-04-01 Eli Zaretskii <eliz@gnu.org>
7617
7618 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
7619 Rearrange index entries and improve wording about support for
7620 hardware watchpoints.
7621
76222005-03-10 Bob Rossi <bob@brasko.net>
7623
7624 * gdb.texinfo: Update copyright
7625
76262005-02-09 Theodore A. Roth <troth@openavr.org>
7627
7628 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
7629 error.
7630
76312005-02-03 Kevin Buettner <kevinb@redhat.com>
7632
7633 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
7634
76352005-01-17 Michael Snyder <msnyder@redhat.com>
7636
7637 * gdb.texinfo: Fix spelling, infinte -> infinite.
7638
76392005-01-08 Mark Kettenis <kettenis@gnu.org>
7640
7641 * observer.texi (GDB Observers): Document "solib_loaded".
7642
76432005-01-07 Andrew Cagney <cagney@gnu.org>
7644
7645 * configure.ac: Rename configure.in, require autoconf 2.59.
7646 * configure: Re-generate.
7647
7648 * configure.in: Replace configdirs with multiple references to
7649 AC_CONFIG_SUBDIRS.
7650 * configure: Re-generate.
7651
76522005-01-04 Andrew Cagney <cagney@gnu.org>
7653
7654 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
7655 part of the version number.
7656
76572004-12-24 Mark Kettenis <kettenis@gnu.org>
7658
7659 * gdbint.texinfo (Algorithms): Remove description of
7660 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
7661
76622004-12-07 Jim Blandy <jimb@redhat.com>
7663
7664 * gdb.texinfo (General Query Packets): Specify that thread ID's in
7665 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
7666 numbers.
7667
76682004-12-07 Andreas Schwab <schwab@suse.de>
7669
7670 * gdb.texinfo (Mode Options): Document -l option.
7671
76722004-12-04 Eli Zaretskii <eliz@gnu.org>
7673
7674 * gdbint.texinfo (Algorithms): More accurate description of
7675 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
7676 is not needed unless data-read and data-access watchpoints are
7677 supported. Add a description of how GDB checks whether the
7678 inferior stopped because a watchpoint was hit.
7679
76802004-11-23 Eli Zaretskii <eliz@gnu.org>
7681
7682 * gdb.texinfo (Files): Add cross-reference to description of
7683 -readnow command-line switch.
7684
76852004-11-10 Randolph Chung <tausq@debian.org>
7686
7687 * gdb.texinfo: Document set/show backtrace past-entry commands.
7688 Rearrange index entries for set/show backtrace past-main.
7689
76902004-11-10 Jon Beniston <jon@beniston.com>
7691
7692 Committed by Andrew Cagney <cagney@gnu.org>.
7693 * gdb.texinfo (Remote Serial Protocol): Further describe
7694 binary transfer escaping mechanism .
7695
76962004-11-08 Randolph Chung <tausq@debian.org>
7697
7698 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
7699 and "show debug infrun". Add index entries.
7700
77012004-10-23 Eli Zaretskii <eliz@gnu.org>
7702
7703 * gdb.texinfo (SVR4 Process Information): Document subcommands of
7704 "info proc" that are already implemented. Add index entries.
7705 (Working Directory): Add a cross-reference to "info proc" command.
7706 (Files): Add a tip for decreasing memory used for symtabs from
7707 shared libraries.
7708 (Starting): Fix whitespace; make "elaboration" stand out where it
7709 is first used, and add an index entry for the term.
7710 (Calling): Expand and elaborate text. Add "print". Add the
7711 description of problems with weak aliases.
7712 (Core File Generation): New section.
7713
77142004-10-12 Andrew Cagney <cagney@gnu.org>
7715
7716 * gdbint.texinfo (Versions and Branches): New chapter.
7717 (Releasing GDB): Delete "Versions and Branches" section.
7718 (Top): Add "Versions and Branches".
7719
77202004-10-08 Eli Zaretskii <eliz@gnu.org>
7721
7722 * gdb.texinfo (Editing, History): Add cross-references to the
7723 included Readline and History user documentation. Remove
7724 references to the symbol have-readline-appendices which is unused
7725 and undefined.
7726 (History): Fix indexing.
7727
77282004-10-08 Jeff Johnston <jjohnstn@redhat.com>
7729
7730 * gdbint.texinfo (target_stopped_data_address): Update to
7731 new prototype.
7732 (i386_stopped_data_address): Update prototype and description.
7733 (i386_stopped_by_watchpoint): New function and description.
7734
77352004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
7736
7737 * gdb.texinfo (Filenames): Add Ada suffixes.
7738 (Ada) New section.
7739
77402004-09-27 Andrew Cagney <cagney@gnu.org>
7741 Robert Picco <Robert.Picco@hp.com>
7742
7743 * gdb.texinfo (Packets): Document the "p" packet.
7744
77452004-09-21 Jason Molenda (jmolenda@apple.com)
7746
7747 * gdb.texinfo (Paths and Names of the Source Files): Document the
7748 meaning of values in the 'desc' field of a SO stab.
7749
77502004-09-20 Daniel Jacobowitz <dan@debian.org>
7751
7752 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
7753 max-cache-age" and "maint show dwarf2 max-cache-age".
7754
77552004-09-16 Eli Zaretskii <eliz@gnu.org>
7756
7757 * gdb.texinfo (Set Breaks): Add index entry for setting
7758 breakpoints on overloaded C++ functions that are not members of
7759 any classes. Add an example and an index entry for setting
7760 breakpoints on all program functions.
7761 (Character Sets, Macros, Overlay Commands)
7762 (Non-debug DLL symbols, GDB/MI Output Syntax)
7763 (Annotations Overview, Maintenance Commands, File-I/O Overview):
7764 Use "(@value{GDBP})" instead of a literal "(gdb)".
7765
77662004-09-12 Andrew Cagney <cagney@gnu.org>
7767
7768 * gdbint.texinfo (Native Debugging): Delete description of
7769 FILES_INFO_HOOK.
7770
77712004-09-11 Paul Hilfinger <hilfinger@gnat.com>
7772
7773 * gdbint.texinfo (User Interface): Change local_hex_string_custom
7774 to hex_string_custom (not historically correct, but more
7775 understandable, given the current code).
7776
77772004-09-03 Andrew Cagney <cagney@gnu.org>
7778
7779 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
7780
77812004-09-01 Jeff Johnston <jjohnstn@redhat.com>
7782
7783 * observer.texi (solib_unloaded): New observer.
7784
77852004-08-24 Andrew Cagney <cagney@gnu.org>
7786
7787 * gdbint.texinfo (Target Architecture Definition): Add missing
7788 comma.
7789
77902004-08-20 Michael Chastain <mec.gnu@mindspring.com>
7791
7792 * (Using the Testsuite): build != host is supported,
7793 but some test scripts do not support build != host.
7794
77952004-08-14 Mark Kettenis <kettenis@gnu.org>
7796
7797 * gdbint.texinfo (Host Definition): Delete description of
7798 FCLOSE_PROVIDED and GETENV_PROVIDED.
7799
78002004-08-05 Mark Kettenis <kettenis@chello.nl>
7801
7802 * gdbint.texinfo (Host Definition): Delete description of
7803 NO_SYS_FILE.
7804 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
7805 PTRACE_FP_BUG.
7806
78072004-08-05 Andrew Cagney <cagney@gnu.org>
7808
7809 * gdbint.texinfo (Target Architecture Definition): Delete
7810 reference to deprecated_read_fp.
7811
78122004-08-02 Andrew Cagney <cagney@gnu.org>
7813
7814 * gdbint.texinfo (Target Architecture Definition): Delete
7815 description of DEPRECATED_REGISTER_BYTES.
7816
78172004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
7818
7819 * gdb.texinfo (Source Path): Document the new behavior of
7820 searching for the source files.
7821
78222004-07-17 Eli Zaretskii <eliz@gnu.org>
7823
7824 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
7825 (Search, Expressions, Arrays, Variables, Data, Machine Code)
7826 (Auto Display): Improve indexing.
7827
78282004-07-16 Andrew Cagney <cagney@gnu.org>
7829
7830 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
7831 "-noasync".
7832
78332004-07-09 Eli Zaretskii <eliz@gnu.org>
7834
7835 * gdb.texinfo: Fix @kindex entries so that multiple commands that
7836 have the same prefix have only their prefix in the index.
7837
78382004-07-03 Mark Kettenis <kettenis@gnu.org>
7839
7840 * gdb.texinfo (BSD libkvm Interface): New node (section)
7841 (Native): Add it to the menu.
7842
78432004-07-01 Mark Kettenis <kettenis@gnu.org>
7844
7845 * gdbint.texinfo (Target Architecture Definition): Remove
7846 PCC_SOL_BROKEN.
7847
78482004-06-24 Mark Kettenis <kettenis@gnu.org>
7849
7850 * gdbint.texinfo (Target Architecture Definition): Remove
7851 SUN_FIXED_LBRAC_BUG.
7852
78532004-06-26 Andrew Cagney <cagney@gnu.org>
7854
7855 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
7856
78572004-06-20 Andrew Cagney <cagney@gnu.org>
7858
7859 * gdbint.texinfo (Target Architecture Definition): Deprecate
7860 USE_STRUCT_CONVENTION.
7861
78622004-06-19 Michael Chastain <mec.gnu@mindspring.com>
7863
7864 gdb.texinfo (Bug Reporting): Mention session recording,
7865 with the script command or Emacs.
7866
78672004-06-18 Andrew Cagney <cagney@gnu.org>
7868
7869 * gdbint.texinfo (Target Architecture Definition): Deprecate
7870 FUNCTION_START_OFFSET.
7871
78722004-06-14 Andrew Cagney <cagney@gnu.org>
7873
7874 Based on changes from Karl Berry.
7875 * gdb.texinfo: Do not use @sc in a direntry.
7876 * stabs.texinfo: Change @dircateogry to "Software development".
7877 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
7878
78792004-06-13 Andrew Cagney <cagney@gnu.org>
7880
7881 * gdbint.texinfo (Target Architecture Definition): Delete
7882 description of RETURN_VALUE_ON_STACK.
7883
78842004-06-09 Andrew Cagney <cagney@gnu.org>
7885
7886 * gdbint.texinfo (Native Debugging): Restore "@table @code"
7887 deleted by previous patch.
7888
78892004-06-08 Andrew Cagney <cagney@gnu.org>
7890
7891 * gdbint.texinfo (Native Debugging): Delete documentation on
7892 ATTACH_DETACH.
7893
78942004-06-06 Randolph Chung <tausq@debian.org>
7895
7896 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
7897
78982004-06-06 Randolph Chung <tausq@debian.org>
7899
7900 * gdb.texinfo (push_dummy_call): Update argument list to match
7901 the new push_dummy_call method signature. Describe the function
7902 argument.
7903
79042004-05-24 Joel Brobecker <brobecker@gnat.com>
7905
7906 * gdb.texinfo (Starting): Document new start command.
7907
79082004-05-21 Andrew Cagney <cagney@redhat.com>
7909
7910 * observer.texi (GDB Observers): Document "inferior_created".
7911
79122004-05-08 Andrew Cagney <cagney@redhat.com>
7913
7914 * gdbint.texinfo (Target Architecture Definition): Delete
7915 description of DO_DEFERRED_STORES.
7916
7917 * gdbint.texinfo (Target Architecture Definition): Delete
7918 references to DEPRECATED_FIX_CALL_DUMMY.
7919
7920 * gdbint.texinfo (Target Architecture Definition): Delete
7921 description of DEPRECATED_CALL_DUMMY_WORDS,
7922 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
7923
7924 * gdbint.texinfo (Target Architecture Definition): Delete
7925 description of DEPRECATED_PUSH_DUMMY_FRAME.
7926
7927 * gdbint.texinfo (Target Architecture Definition): Delete
7928 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
7929
79302004-05-07 Andrew Cagney <cagney@redhat.com>
7931
7932 * observer.texi (GDB Observers): Add "Debugging" section. Include
7933 cross reference to "set/show debug observer".
7934 * gdb.texinfo (Debugging Output): Document "set/show debug
7935 observer".
7936
79372004-05-01 Andrew Cagney <cagney@redhat.com>
7938
7939 * gdbint.texinfo (Target Architecture Definition): Delete
7940 description of DEPRECATED_PC_IN_SIGTRAMP.
7941
79422004-04-30 Andrew Cagney <cagney@redhat.com>
7943
7944 * gdbint.texinfo (Target Architecture Definition): Delete
7945 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
7946
79472004-04-30 Orjan Friberg <orjanf@axis.com>
7948
7949 * observer.texi (GDB Observers): Correct spelling.
7950
79512004-04-26 Orjan Friberg <orjanf@axis.com>
7952
7953 * observer.texi (GDB Observers): Add target_changed event.
7954
79552004-04-08 Andrew Cagney <cagney@redhat.com>
7956
7957 * observer.texi (GDB Observers): Rework, provide generic observer
7958 definitions and then a list of observable events.
7959
79602004-04-04 Andrew Cagney <cagney@redhat.com>
7961
7962 * gdbint.texinfo (Host Definition): Delete reference to
7963 NO_SIGINTERRUPT.
7964
79652004-04-02 Andrew Cagney <cagney@redhat.com>
7966
7967 * gdbint.texinfo (Target Architecture Definition): Delete
7968 reference to DEPRECATED_CALL_DUMMY_LENGTH.
7969
79702004-03-28 Stephane Carrez <stcarrez@nerim.fr>
7971
7972 * gdb.texinfo (TUI Commands): Document tui reg commands.
7973
79742004-03-26 Andrew Cagney <cagney@redhat.com>
7975
7976 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
7977 "gdbtui".
7978 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
7979 (Contributors): Mention both Text and Terminal User Interface.
7980
79812004-03-23 Andrew Cagney <cagney@redhat.com>
7982
7983 * gdbint.texinfo (Target Architecture Definition): Deprecate
7984 references to SIGTRAMP_START and SIGTRAMP_END.
7985
79862004-03-23 Andrew Cagney <cagney@redhat.com>
7987
7988 * gdbint.texinfo (Target Architecture Definition): Deprecate
7989 references to PC_IN_SIGTRAMP.
7990
79912004-03-19 Andrew Cagney <cagney@redhat.com>
7992
7993 * gdbint.texinfo (Target Architecture Definition): Delete
7994 reference to GDB_TARGET_IS_HPPA.
7995
79962004-03-18 Andrew Cagney <cagney@redhat.com>
7997
7998 * gdbint.texinfo (Coding): Update section on gdbarch_data,
7999 describe pre_init and post_init.
8000
80012004-03-09 Daniel Jacobowitz <drow@mvista.com>
8002
8003 * gdb.texinfo (Debugging Output): Document values for "set debug
8004 target".
8005
80062004-02-28 Andrew Cagney <cagney@redhat.com>
8007
8008 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
8009
80102004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8011
8012 * gdb.texinfo (breakpoints): Add information about the
8013 new "set breakpoint pending" and "show breakpoint pending"
8014 commands.
8015
80162004-02-26 Andrew Cagney <cagney@redhat.com>
8017
8018 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
8019 in Per-architecture module data section.
8020
80212004-02-25 Roland McGrath <roland@redhat.com>
8022
8023 * gdb.texinfo (General Query Packets): Document qPart:... packets.
8024
80252004-02-24 Andrew Cagney <cagney@redhat.com>
8026
8027 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
8028 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
8029 * fdl.texi: Import Version 1.2, November 2002.
8030
80312004-02-17 Andrew Cagney <cagney@redhat.com>
8032
8033 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
8034
80352004-02-16 Andrew Cagney <cagney@redhat.com>
8036
8037 * gdbint.texinfo (Target Architecture Definition): Deprecate
8038 FRAMELESS_FUNCTION_INVOCATION.
8039
80402004-02-16 Andrew Cagney <cagney@redhat.com>
8041
8042 * gdbint.texinfo (Coding): Mention -Wunused-function.
8043
80442004-02-14 Andrew Cagney <cagney@redhat.com>
8045
8046 * gdbint.texinfo (Target Architecture Definition): Delete
8047 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8048
80492004-02-12 Elena Zannoni <ezannoni@redhat.com>
8050
8051 * gdb.texinfo: Properly quote the name "C++".
8052 * gdbint.texinfo: Ditto.
8053 * stabs.texinfo: Ditto.
8054
80552004-02-11 Elena Zannoni <ezannoni@redhat.com>
8056
8057 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
8058 minimal information about libiberty.
8059
80602004-02-06 Michael Chastain <mec.gnu@mindspring.com>
8061
8062 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
8063
80642004-02-04 Roland McGrath <roland@redhat.com>
8065
8066 * gdb.texinfo (Auxiliary Vector): New node (section).
8067 (Data): Add it to the menu.
8068
80692004-02-02 Jeff Johnston <jjohnstn@redhat.com>
8070
8071 * gdb.texinfo (Breakpoints): Add information about pending
8072 breakpoint support.
8073
80742004-01-26 Andrew Cagney <cagney@redhat.com>
8075
8076 * gdb.texinfo (Overview): Delete references to the cisco protocol
8077 including the "N" response.
8078
80792004-01-26 Andrew Cagney <cagney@redhat.com>
8080
8081 * gdbint.texinfo (Target Architecture Definition): Rename
8082 EXTRACT_STRUCT_VALUE_ADDRESS to
8083 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
8084
80852004-01-24 Eli Zaretskii <eliz@gnu.org>
8086
8087 * gdb.texinfo (KOD): Document "show os". Add index entries for
8088 "set/show os" and "info cisco" commands.
8089
80902004-01-21 Eli Zaretskii <eliz@gnu.org>
8091
8092 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
8093
80942004-01-19 Michael Chastain <mec.gnu@mindspring.com>
8095
8096 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
8097 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
8098
80992004-01-19 Nick Roberts <nick@nick.uklinux.net>
8100
8101 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
8102 -stack-list-locals.
8103 (GDB/MI Variable Objects): Describe extension to
8104 -var-list-children.
8105
81062004-01-17 Daniel Jacobowitz <drow@mvista.com>
8107
8108 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
8109
81102004-01-17 Andrew Cagney <cagney@redhat.com>
8111
8112 * gdbint.texinfo (Target Architecture Definition): Delete
8113 documentation on DEPRECATED_NPC_REGNUM.
8114
81152004-01-13 Daniel Jacobowitz <drow@mvista.com>
8116
8117 * gdb.texinfo: Update copyright year. Mention that set
8118 follow-fork-mode is supported on GNU/Linux. Remove documentation of
8119 "set follow-fork-mode ask".
8120
81212004-01-13 Andrew Cagney <cagney@redhat.com>
8122
8123 * gdbint.texinfo: Update copyright year.
8124 (Coding): Add -Wunused-label to list of -Werror warnings.
8125
81262004-01-08 Jason Molenda <jmolenda@apple.com>
8127 Eli Zaretskii <eliz@gnu.org>
8128
8129 * gdb.texinfo: Update copyright.
8130 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
8131 around names, as appropriate. Minor syntax cleanup of
8132 _NSPrintForDebugger explanation. Two spaces after periods.
8133 GDBN used instead of lit. "gdb". Index entries added for
8134 print-object and _NSPrintForDebugger. @noindent added in one spot.
8135
81362003-11-11 Elena Zannoni <ezannoni@redhat.com>
8137
8138 * stabs.texinfo: Add dircategory and direntry commands.
8139 * annotate.texinfo: Ditto.
8140
81412003-11-10 Andrew Cagney <cagney@redhat.com>
8142
8143 * gdbint.texinfo (Target Architecture Definition): Replace the
8144 return_value method's "inval" and "outval" parameters with
8145 "readbuf" and "writebuf".
8146
81472003-10-28 Jim Blandy <jimb@redhat.com>
8148
8149 * gdb.texinfo (The F request packet, The F reply packet): Renamed
8150 from "The `F' request packet" and "The `F' reply packet", to make
8151 texi2dvi happy.
8152 (File-I/O remote protocol extension): Update menu entries, too.
8153
81542003-10-26 Michael Chastain <mec@shout.net>
8155
8156 * gdb.texinfo (Thread Stops): Document the issue with
8157 premature return from system calls in multi-threaded programs.
8158
81592003-10-24 Andrew Cagney <cagney@redhat.com>
8160
8161 * annotate.texinfo: Fix "fortunatly"[sic].
8162
81632003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
8164
8165 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
8166 with "Hitachi" and "Mitsubishi".
8167
81682003-10-20 Andrew Cagney <cagney@redhat.com>
8169
8170 * gdbint.texinfo (Target Architecture Definition): Document
8171 gdbarch_return_value. Add cross references from
8172 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
8173 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
8174
81752003-10-18 Mark Kettenis <kettenis@gnu.org>
8176
8177 * gdbint.texinfo (Target Architecture Definition): Document
8178 regset_from_core_section.
8179
81802003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
8181
8182 * gdb.texinfo (M32R/D): Mention m32rsdi target.
8183
81842003-10-15 Kevin Buettner <kevinb@redhat.com>
8185
8186 From Anthony Green <green@redhat.com>:
8187 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
8188
81892003-10-14 Kevin Buettner <kevinb@redhat.com>
8190
8191 * gdb.texinfo (Breakpoint related warnings): New node.
8192 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
8193
81942003-10-13 Daniel Jacobowitz <drow@mvista.com>
8195
8196 * gdb.texinfo (Remote Protocol): Document v and vCont.
8197
81982003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8199
8200 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
8201 * gdbint.texinfo: Ditto.
8202
82032003-10-09 Andrew Cagney <cagney@redhat.com>
8204
8205 From 2003-09-18 David Anderson <davea@sgi.com>:
8206 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
8207 "command".
8208
82092003-10-03 Andrew Cagney <cagney@redhat.com>
8210
8211 * gdbint.texinfo (Target Architecture Definition): Deprecate
8212 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
8213 just target.
8214
82152003-10-02 Andrew Cagney <cagney@redhat.com>
8216
8217 * gdbint.texinfo (Target Architecture Definition): Rename
8218 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
8219 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
8220 * gdbint.texinfo (Target Architecture Definition): Rename
8221
82222003-09-30 Andrew Cagney <cagney@redhat.com>
8223
8224 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
8225 (Target Architecture Definition):
8226
8227 * gdbint.texinfo (Target Architecture Definition): Rename
8228 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
8229
82302003-09-29 Andrew Cagney <cagney@redhat.com>
8231
8232 * gdbint.texinfo (Target Architecture Definition): Delete
8233 documentation for NEED_TEXT_START_END.
8234
8235 * gdbint.texinfo (Target Architecture Definition): Rename
8236 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
8237 TARGET_WRITE_PC.
8238
82392003-09-22 Michael Chastain <mec@shout.net>
8240
8241 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
8242
82432003-09-21 Anthony Green <green@redhat.com>
8244
8245 * gdbint.texinfo (Target Architecture Definition): Fix typos.
8246
82472003-09-21 Mark Kettenis <kettenis@gnu.org>
8248
8249 * gdbint.texinfo (Target Architecture Definition): Document
8250 stabs_argument_has_addr.
8251
82522003-09-18 Andrew Cagney <cagney@redhat.com>
8253
8254 * gdbint.texinfo (Target Architecture Definition): Delete
8255 documentation on REGISTER_NAMES.
8256
82572003-09-13 Mark Kettenis <kettenis@gnu.org>
8258
8259 * gdbint.texinfo (Target Architecture Definition): Replace
8260 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
8261
82622003-09-11 Andrew Cagney <cagney@redhat.com>
8263
8264 * gdbint.texinfo (Target Architecture Definition): Replace
8265 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
8266
82672003-08-18 Andrew Cagney <cagney@redhat.com>
8268
8269 * gdbint.texinfo (Target Architecture Definition): Document
8270 "frame_red_zone_size".
8271
82722003-08-09 Andrew Cagney <cagney@redhat.com>
8273
8274 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
8275 with "set/show backtrace past-main" and "set/show backtrace
8276 limit".
8277
82782003-08-08 H.J. Lu <hongjiu.lu@intel.com>
8279
8280 * Makefile.in (install-info): Support DESTDIR.
8281 (install-html): Likewise.
8282
82832003-08-07 Andrew Cagney <cagney@redhat.com>
8284
8285 Patch from Nick Roberts.
8286 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
8287 bindings. Remove description of send-gdb-command.
8288
82892003-08-07 Andrew Cagney <cagney@redhat.com>
8290
8291 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
8292 GDB 6.0.
8293
82942003-08-06 Andrew Cagney <cagney@redhat.com>
8295
8296 * gdb.texinfo (Mode Options): Mention that level three is the
8297 highest available and that level 2 is deprecated.
8298 (Annotations Overview): Mention annotation levels. Cross reference
8299 to "Limitations of the Annotation Interface" in annotate.texi.
8300 (TODO, Value Annotations, Frame Annotations): Delete section.
8301 (Displays, Breakpoint Info): Delete.
8302
83032003-08-04 Andrew Cagney <cagney@redhat.com>
8304
8305 * agentexpr.texi: Delete @bye.
8306 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
8307 (stabs.info): Add $(srcdir) to include search path.
8308 (html): Depend on "annotate_toc.html", and not "annotate.html".
8309 * stabs.texinfo: Ditto. Include "fdl.texi".
8310 * gdbint.texinfo: Update copyright statement's list of invariant
8311 sections.
8312
83132003-07-28 Andrew Cagney <cagney@redhat.com>
8314
8315 * Makefile.in (INFO_DEPS): Add annotate.info.
8316 (dvi, ps, html, pdf): Add annotate.
8317 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
8318 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
8319 (ANNOTATE_DOC_FILES): New macro.
8320 (ANNOTATE_TEX_TMPS): New macro.
8321 (annotate.info, annotate_toc.html): Specify dependencies.
8322 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
8323 * annotate.texinfo: Rename annotate.texi. Get building. Add
8324 "Migrating to GDB/MI" and "Limitations of the Annotation
8325 Interface" chapters. Mention why it is not part of the user
8326 guide. Update copyright notice. Include "fdl.texi".
8327
83282003-07-26 Stephane Carrez <stcarrez@nerim.fr>
8329
8330 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
8331
83322003-07-24 Daniel Jacobowitz <drow@mvista.com>
8333
8334 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
8335
83362003-07-24 Daniel Jacobowitz <drow@mvista.com>
8337
8338 * gdb.texinfo (Server): Mention pidof.
8339
83402003-07-22 Andrew Cagney <cagney@redhat.com>
8341
8342 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
8343 list.
8344
83452003-06-28 Daniel Jacobowitz <drow@mvista.com>
8346
8347 * gdb.texinfo (Logging output): New chapter.
8348
83492003-06-24 Joel Brobecker <brobecker@gnat.com>
8350
8351 * gdb.texinfo (Unsupported languages): New section.
8352 (Languages): Add link to new section.
8353
83542003-06-22 Andrew Cagney <cagney@redhat.com>
8355
8356 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
8357
83582003-06-22 Daniel Jacobowitz <drow@mvista.com>
8359
8360 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
8361
83622003-06-22 Daniel Jacobowitz <drow@mvista.com>
8363
8364 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
8365 * agentexpr.texi: Retitle section, and change it to an appendix.
8366 Comment out texinfo initialization. Factor a @var{} into two
8367 pieces to prevent makeinfo warnings.
8368 * gdb.texinfo: Add Agent Expressions appendix.
8369
83702003-06-19 Daniel Jacobowitz <drow@mvista.com>
8371
8372 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
8373
83742003-06-18 Daniel Jacobowitz <drow@mvista.com>
8375
8376 * gdb.texinfo (Remote Debugging): New section "Connecting to a
8377 remote target". Document the "detach" and "disconnect" commands.
8378 (Server, Netware, Debug Session): Reference "Connecting to a
8379 remote target".
8380 (GDB/MI Target Manipulation): Document "-target-disconnect".
8381
83822003-06-13 Andrew Cagney <cagney@redhat.com>
8383
8384 * gdbint.texinfo (Target Architecture Definition): Deprecate
8385 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
8386 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
8387
83882003-06-09 Jim Blandy <jimb@redhat.com>
8389
8390 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
8391
83922003-06-08 Andrew Cagney <cagney@redhat.com>
8393
8394 * gdbint.texinfo (Target Architecture Definition): Delete
8395 documentation on FRAME_ARGS_ADDRESS_CORRECT.
8396
83972003-06-08 Andrew Cagney <cagney@redhat.com>
8398
8399 * gdbint.texinfo (Target Architecture Definition): Document
8400 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
8401
84022003-06-07 Adam Fedor <fedor@gnu.org>
8403
8404 * gdb.texinfo: Add Objective-C documentation.
8405
84062003-06-01 Andrew Cagney <cagney@redhat.com>
8407
8408 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
8409 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
8410
84112003-05-21 Andrew Cagney <cagney@redhat.com>
8412
8413 * gdbint.texinfo (Target Architecture Definition): Delete
8414 references to "extract_address" and "store_address".
8415
84162003-05-16 Andrew Cagney <cagney@redhat.com>
8417
8418 * gdbint.texinfo (Target Architecture Definition): Replace
8419 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
8420 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
8421
84222003-05-14 Theodore A. Roth <troth@openavr.org>
8423
8424 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
8425
84262003-05-10 H.J. Lu <hongjiu.lu@intel.com>
8427
8428 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
8429 (gdb.dvi): Likewise.
8430 (gdb.pdf): Likewise.
8431 (links2roff): Likewise.
8432
84332003-05-08 Jim Blandy <jimb@redhat.com>
8434
8435 * gdb.texinfo (Dump/Restore Files): Update documentation for
8436 'dump', 'append', and 'restore': note that format argument is
8437 optional; simplify presentation of the command variants; and be
8438 more precise about the formats.
8439
84402003-05-07 Jim Blandy <jimb@redhat.com>
8441
8442 * gdb.texinfo (Symbols): Update documentation: 'maint list
8443 symtabs' and 'maint list psymtabs' have been renamed 'maint info
8444 symtabs' and 'maint info psymtabs'.
8445
84462003-05-05 Andrew Cagney <cagney@redhat.com>
8447
8448 * gdbint.texinfo (Target Architecture Definition): Make
8449 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
8450 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
8451 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
8452
84532003-05-04 Andrew Cagney <cagney@redhat.com>
8454
8455 * gdb.texinfo (Maintenance Commands): Document "maint print
8456 dummy-frames".
8457
84582003-05-04 Andrew Cagney <cagney@redhat.com>
8459
8460 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
8461
84622003-05-03 J. Brobecker <brobecker@gnat.com>
8463
8464 Thierry Schneider <tpschneider1@yahoo.com>
8465 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
8466 for new MI command.
8467
84682003-05-03 Andrew Cagney <cagney@redhat.com>
8469
8470 * gdbint.texinfo (Target Architecture Definition): Document
8471 push_dummy_code. Add cross references.
8472
84732003-05-02 Elena Zannoni <ezannoni@redhat.com>
8474
8475 * gdb.texinfo (Character Sets): Update to reflect new behavior of
8476 set/show charsets commands.
8477
84782003-04-28 Andrew Cagney <cagney@redhat.com>
8479
8480 * gdbint.texinfo (Target Architecture Definition): Replace
8481 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
8482 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
8483
84842003-04-28 Andrew Cagney <cagney@redhat.com>
8485
8486 * gdbint.texinfo (Target Architecture Definition): Rename
8487 "tm_print_insn" to "deprecated_tm_print_insn".
8488
84892003-04-09 Jim Blandy <jimb@redhat.com>
8490
8491 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
8492 list psymtabs'.
8493
84942003-04-08 Andrew Cagney <cagney@redhat.com>
8495
8496 * gdbint.texinfo (Target Architecture Definition): Delete
8497 references to EXTRA_FRAME_INFO.
8498
84992003-04-08 Andrew Cagney <cagney@redhat.com>
8500
8501 * gdbint.texinfo (Target Architecture Definition): Delete
8502 PRINT_TYPELESS_INTEGER.
8503
85042003-04-02 J. Brobecker <brobecker@gnat.com>
8505
8506 * observer.texi (GDB Observers): Adjust the documentation for the
8507 normal_stop notification to better describe reality. Fix a couple
8508 of minor typos.
8509
85102003-04-02 Bob Rossi <bob_rossi@cox.net>
8511
8512 * gdb.texinfo (GDB/MI Program Control): Add
8513 '-file-list-exec-source-file'
8514
85152003-03-31 Andrew Cagney <cagney@redhat.com>
8516
8517 * gdbint.texinfo (Target Architecture Definition): Delete
8518 references to CALL_DUMMY_P.
8519
85202003-03-30 Andrew Cagney <cagney@redhat.com>
8521
8522 * gdbint.texinfo (Target Architecture Definition): Remove
8523 reference to TARGET_WRITE_SP.
8524
85252003-03-27 Andrew Cagney <cagney@redhat.com>
8526
8527 * gdbint.texinfo (Target Architecture Definition): Remove
8528 references to write_sp.
8529
85302003-03-27 Andrew Cagney <cagney@redhat.com>
8531
8532 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
8533 chapter body. Use @smallexample instead of @example.
8534 (Annotations): Ditto.
8535 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
8536 annotate.texi.
8537
85382003-03-26 Andrew Cagney <cagney@redhat.com>
8539
8540 * gdbint.texinfo (Target Architecture Definition): Replace
8541 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
8542 dummy_addr parameters.
8543
85442003-03-25 Andrew Cagney <cagney@redhat.com>
8545
8546 * gdbint.texinfo (Target Architecture Definition): Delete
8547 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
8548 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8549 Add reference to PUSH_ARGUMENTS.
8550
85512003-03-23 Andrew Cagney <cagney@redhat.com>
8552
8553 * gdbint.texinfo (Algorithms, Target Architecture Definition):
8554 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
8555
85562003-03-18 J. Brobecker <brobecker@gnat.com>
8557
8558 * gdbint.texinfo (Algorithms): Add new section describing the
8559 Observer paradigm.
8560 (Top): Add menu entry to new observer appendix.
8561 * observer.texi: New file.
8562 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
8563 new observer.texi file.
8564
85652003-03-17 Andrew Cagney <cagney@redhat.com>
8566
8567 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
8568 that GNU Press update the manual version number.
8569
85702003-03-12 Andrew Cagney <cagney@redhat.com>
8571
8572 * gdbint.texinfo (Target Architecture Definition): Delete
8573 references to get_saved_register. Rename GET_SAVED_REGISTER to
8574 DEPRECATED_GET_SAVED_REGISTER.
8575
85762003-03-13 Andrew Cagney <cagney@redhat.com>
8577
8578 * gdbint.texinfo (Target Architecture Definition): Replace
8579 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
8580
85812003-03-12 Andrew Cagney <cagney@redhat.com>
8582
8583 * gdbint.texinfo (Target Architecture Definition): Rename
8584 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
8585
85862003-03-10 Corinna Vinschen <vinschen@redhat.com>
8587
8588 * gdb.texinfo: Add File-I/O documentation.
8589
85902003-03-10 Andrew Cagney <cagney@redhat.com>
8591
8592 * gdbint.texinfo (Target Architecture Definition): Cross reference
8593 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
8594
85952003-03-07 Andrew Cagney <cagney@redhat.com>
8596
8597 * gdb.texinfo (Debugging Output): Mention the "set/show debug
8598 frame" command.
8599
86002003-03-05 Andrew Cagney <cagney@redhat.com>
8601
8602 * gdbint.texinfo (Target Architecture Definition): Document
8603 unwind_dummy_id. Cross reference unwind_dummy_id and
8604 SAVE_DUMMY_FRAME_TOS.
8605
86062003-03-05 James Ingham <jingham@apple.com>
8607 Daniel Jacobowitz <drow@mvista.com>
8608
8609 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
8610 and "show cp-abi".
8611
86122003-03-03 Andrew Cagney <cagney@redhat.com>
8613
8614 * gdbint.texinfo (Target Architecture Definition): Document
8615 register_type.
8616
86172003-03-03 Andrew Cagney <cagney@redhat.com>
8618
8619 * stabs.texinfo (Structures): Use @samp and separate @var's
8620 instead of a single @var containing a comma separated list.
8621 (Unions): Ditto.
8622
86232003-03-02 Daniel Jacobowitz <drow@mvista.com>
8624
8625 * Makefile.in (distclean): Remove config.log.
8626
86272003-03-01 Andrew Cagney <cagney@redhat.com>
8628
8629 * gdbint.texinfo (Target Architecture Definition): Rename
8630 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
8631
86322003-03-01 Andrew Cagney <cagney@redhat.com>
8633
8634 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
8635 DEPRECATED_INIT_EXTRA_FRAME_INFO.
8636
86372003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
8638
8639 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
8640 (Non-debug DLL symbols): New node, describing the minimal symbols
8641 loaded from DLLs without real debugging symbols.
8642
86432003-02-20 Andrew Cagney <ac131313@redhat.com>
8644
8645 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
8646 hardware-breakpoint-limit".
8647 (Set Watchpoints): Add cross reference to "set remote
8648 hardware-watchpoint-limit".
8649 (Remote configuration options): New section.
8650
86512003-02-04 Andrew Cagney <ac131313@redhat.com>
8652
8653 * gdbint.texinfo (Target Architecture Definition): Delete
8654 descrption of IS_TRAPPED_INTERNALVAR.
8655
8656 From Keith Seitz <keiths@redhat.com>:
8657 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
8658 option "-i"/"--interpreter" to this chapter. Include index
8659 entries.
8660
86612003-02-04 David Carlton <carlton@math.stanford.edu>
8662
8663 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
8664 (Variables): Recommend stabs+ and DWARF 2.
8665 (C plus plus expressions): Correct info about
8666 compiler versions, debug formats.
8667 (Contributors): Change 'DWARF2' to 'DWARF 2'.
8668 PR symtab/874.
8669
86702003-02-01 Andrew Cagney <ac131313@redhat.com>
8671
8672 * gdbint.texinfo (Target Architecture Definition): Delete
8673 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
8674 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
8675 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
8676 references to nindy and i960.
8677 * gdb.texinfo (i960): Delete all references to i960 and nindy.
8678
86792003-02-01 Andrew Cagney <ac131313@redhat.com>
8680
8681 * gdbint.texinfo (Target Architecture Definition): Delete
8682 FLOAT_INFO.
8683
86842003-01-30 Andrew Cagney <ac131313@redhat.com>
8685
8686 * stabs.texinfo (Member Type Descriptor): Clarify description of
8687 `@'. Suggested by Ben Hutchings.
8688
86892003-01-29 Andrew Cagney <ac131313@redhat.com>
8690
8691 * gdb.texinfo (M68K): Delete reference to es1800.
8692
86932003-01-29 Andrew Cagney <ac131313@redhat.com>
8694
8695 * gdb.texinfo (Maintenance Commands): Document `maint print
8696 reggroups' and `maint print register-groups'.
8697 * gdbint.texinfo (Target Architecture Definition): Document
8698 register_reggroup_p.
8699
87002003-01-23 Jim Blandy <jimb@redhat.com>
8701
8702 * gdb.texinfo (Separate Debug Files): New section.
8703
87042003-01-22 Daniel Jacobowitz <drow@mvista.com>
8705
8706 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
8707 and "maint show profile".
8708
87092003-01-16 Michael Chastain <mec@shout.net>
8710
8711 * gdb.texinfo (Installing GDB): Warn against
8712 ".../gdb-VERSION/gdb/configure".
8713 (Separate Objdir): Likewise.
8714
87152003-01-15 Andrew Cagney <ac131313@redhat.com>
8716
8717 * gdbint.texinfo (Target Architecture Definition): Delete
8718 definition of PRINT_REGISTER_HOOK.
8719
87202003-01-15 Elena Zannoni <ezannoni@redhat.com>
8721
8722 (OpenRISC 1000): Fix formatting of command names.
8723
87242003-01-15 Elena Zannoni <ezannoni@redhat.com>
8725
8726 * gdb.texinfo (Continuing and Stepping): Add new command
8727 'advance'. Clarify behavior of 'until'.
8728
87292003-01-13 Daniel Jacobowitz <drow@mvista.com>
8730
8731 * gdb.texinfo (Files): Document solib-absolute-prefix and
8732 solib-search-path.
8733
87342003-01-09 Michael Chastain <mec@shout.net>
8735
8736 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
8737 (Create a Release): Add new instructions for new @file{src-release}.
8738 Document existing instructions for @file{Makefile.in} as
8739 being for @value{GDBN} 5.3.1 or earlier.
8740
87412003-01-09 Andrew Cagney <ac131313@redhat.com>
8742
8743 * gdbint.texinfo (Target Architecture Definition): Mention
8744 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
8745 allocate memory.
8746
87472003-01-04 Daniel Jacobowitz <drow@mvista.com>
8748
8749 * gdb.texinfo (Controlling GDB): Add @kindex for
8750 "show osabi".
8751 (Backtraces): Add @kindex's for backtrace-below-main.
8752
87532003-01-04 Daniel Jacobowitz <drow@mvista.com>
8754
8755 * gdb.texinfo (Controlling GDB): Document "set osabi".
8756
87572003-01-04 Daniel Jacobowitz <drow@mvista.com>
8758
8759 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
8760 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
8761
87622003-01-04 Daniel Jacobowitz <drow@mvista.com>
8763
8764 * gdb.texinfo (Controlling GDB): Add ABI section. Document
8765 "set coerce-float-to-double".
8766 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
8767
87682003-01-02 Andrew Cagney <ac131313@redhat.com>
8769
8770 * stabs.texinfo: Remove obsolete text.
8771 * gdbint.texinfo: Ditto.
8772 * gdb.texinfo: Ditto.
8773
87742002-12-22 Mark Kettenis <kettenis@gnu.org>
8775
8776 * gdbint.texinfo (Target Architecture Definition): Update
8777 description of gdbarch_register_osabi.
8778
87792002-12-20 Kazu Hirata <kazu@cs.umass.edu>
8780
8781 * agentexpr.texi: Fix typos.
8782 * annotate.texi: Likewise.
8783 * fdl.texi: Likewise.
8784
87852002-12-10 Andrew Cagney <cagney@redhat.com>
8786
8787 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
8788 DEPRECATED_INIT_FRAME_PC.
8789
87902002-12-01 Andrew Cagney <ac131313@redhat.com>
8791
8792 * gdbint.texinfo (Target Architecture Definition): Delete
8793 PC_IN_CALL_DUMMY.
8794
87952002-11-28 Andrew Cagney <ac131313@redhat.com>
8796
8797 * gdbint.texinfo (Host Definition): Delete documentation on
8798 USE_GENERIC_DUMMY_FRAMES.
8799
88002002-11-26 Elena Zannoni <ezannoni@redhat.com>
8801
8802 Fix PR gdb/723 and PR gdb/245.
8803 * Makefile.in (install-info): Run the install-info command as part
8804 of the post install steps only.
8805 (uninstall-info): New target.
8806 (uninstall): New target.
8807
88082002-11-22 Elena Zannoni <ezannoni@redhat.com>
8809
8810 * Makefile.in (install): Make install do some real work.
8811
88122002-11-19 Andrew Cagney <ac131313@redhat.com>
8813
8814 Fix POSIX problem reported by Paul Eggert.
8815 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
8816 Fix PR gdb/527.
8817
88182002-10-26 Andrew Cagney <cagney@redhat.com>
8819
8820 * gdbint.texinfo (Target Architecture Definition): Delete
8821 definition of DO_REGISTERS_INFO.
8822
88232002-10-18 Kevin Buettner <kevinb@redhat.com>
8824
8825 * gdbint.texinfo (Address Classes): Fix problems with insertion
8826 of ``{'' and ``}'' in example.
8827
88282002-10-17 Kevin Buettner <kevinb@redhat.com>
8829
8830 * gdbint.texinfo (Address Classes): New section.
8831 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
8832 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
8833 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
8834 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
8835
88362002-10-11 Klee Dienes <kdienes@apple.com>
8837
8838 * gdb.texinfo (Registers): Mention vector registers as well as
8839 floating registers in the documentation for 'info registers' and
8840 'info all-registers'.
8841
88422002-10-11 Daniel Jacobowitz <drow@mvista.com>
8843
8844 * gdbint.texinfo (CPLUS_MARKER): Remove item.
8845
88462002-10-03 Jeff Johnston <jjohnstn@redhat.com>
8847
8848 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
8849 interface definition.
8850
88512002-10-03 Marko Mlinar <markom@opencores.org>
8852
8853 * gdb.texinfo (Target Commands): Add or1k target specific
8854 commands.
8855 * gdb.texinfo (Contributors): Add myself to the contributors list.
8856
88572002-10-01 Andrew Cagney <ac131313@redhat.com>
8858
8859 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
8860 and "mi1" instead of "mi1" and "mi0".
8861
88622002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
8863
8864 * gdb.texinfo (Packets): Fix typos "alligned".
8865 Correct z3/Z3 description. Correct z4/Z4 title.
8866
88672002-09-27 Andrew Cagney <ac131313@redhat.com>
8868
8869 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
8870
88712002-09-25 Kevin Buettner <kevinb@redhat.com>
8872
8873 * gdb.texinfo: Use GNU/Linux instead of Linux.
8874
88752002-09-25 Andrew Cagney <ac131313@redhat.com>
8876
8877 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
8878
88792002-09-24 Andrew Cagney <ac131313@redhat.com>
8880
8881 * gdb.texinfo: Replace @example with @smallexample.
8882
88832002-09-20 Kevin Buettner <kevinb@redhat.com>
8884
8885 From Eli Zaretskii <eliz@gnu.org>:
8886 * gdb.texinfo (Character Sets): Use @smallexample instead of
8887 @example. Use GNU/Linux instead of Linux.
8888
88892002-09-20 Jim Blandy <jimb@redhat.com>
8890
8891 * gdb.texinfo: Add character set documentation.
8892
88932002-09-19 Andrew Cagney <ac131313@redhat.com>
8894
8895 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
8896 (Packets): Add cross reference from `b' packet to `z' packets.
8897
88982002-09-19 Andrew Cagney <ac131313@redhat.com>
8899
8900 * gdb.texinfo (Maintenance Commands): Document ``maint
8901 internal-error'' and ``maint internal-warning''.
8902
8903 * gdbint.texinfo (Target Architecture Definition): Revise
8904 description of STACK_ALIGN. Add description of FRAME_ALIGN.
8905
89062002-09-19 Joel Brobecker <brobecker@gnat.com>
8907
8908 * gdbint.texinfo (Target Conditionals): Document the new
8909 NAME_OF_MALLOC macro.
8910
89112002-09-05 Andrew Cagney <ac131313@redhat.com>
8912
8913 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
8914 engineer.
8915
89162002-09-02 Stephane Carrez <stcarrez@nerim.fr>
8917
8918 * gdb.texinfo (TUI Overview): Document status line fields.
8919
89202002-09-02 Stephane Carrez <stcarrez@nerim.fr>
8921
8922 * gdb.texinfo (TUI Commands): Document info win command.
8923
89242002-09-01 Stephane Carrez <stcarrez@nerim.fr>
8925
8926 * gdb.texinfo (TUI Overview): Document breakpoint markers.
8927
89282002-09-01 Stephane Carrez <stcarrez@nerim.fr>
8929
8930 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
8931 (TUI Keys): Likewise.
8932
89332002-08-25 Andrew Cagney <ac131313@redhat.com>
8934
8935 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
8936 for a packet receive.
8937
89382002-08-25 Andrew Cagney <ac131313@redhat.com>
8939
8940 * Makefile.in (clean): Move to end of file.
8941 (distclean, maintainer-clean, realclean): Ditto.
8942 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
8943 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
8944 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
8945 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
8946
89472002-08-24 Andrew Cagney <ac131313@redhat.com>
8948
8949 * Makefile.in (GDBINT_TEX_TMPS): Define.
8950 (gdbint.dvi, gdbint.pdf): Use
8951 (GDB_TEX_TMPS): Define.
8952 (gdb.dvi, gdb.pdf): Use.
8953 (STABS_TEX_TMPS): Define.
8954 (stabs.dvi, stabs.pdf): Use.
8955 (GDB_DOC_SOURCE_INCLUDES): New macros.
8956 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
8957 (GDBINT_DOC_FILES_INCLUDES): New macros.
8958 (GDBINT_DOC_BUILD_INCLUDES): New macros.
8959 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
8960 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
8961 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
8962 (links2roff): Replace SFILES_INCLUDED with
8963 GDB_DOC_SOURCE_INCLUDES.
8964 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
8965 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
8966 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
8967 dependencies.
8968 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
8969 dependencies.
8970 (gdbmi.texinfo): Delete rule.
8971 (inc-hist.texinfo): Delete rule.
8972 (rluser.texinfo): Delete rule.
8973
89742002-08-23 Andrew Cagney <cagney@redhat.com>
8975
8976 * gdbint.texinfo (Target Architecture Definition): Update
8977 STORE_RETURN_VALUE, mention regcache.
8978
89792002-08-21 Andrew Cagney <ac131313@redhat.com>
8980
8981 * gdbint.texinfo (Target Architecture Definition): Document
8982 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
8983
89842002-08-19 Andrew Cagney <ac131313@redhat.com>
8985
8986 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
8987 Fix minor typos. Add index entries.
8988
89892002-08-18 Andrew Cagney <ac131313@redhat.com>
8990
8991 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
8992
89932002-08-15 Andrew Cagney <ac131313@redhat.com>
8994
8995 * gdbint.texinfo (Target Architecture Definition): Document
8996 PRINT_VECTOR_INFO.
8997 * gdb.texinfo (Vector Unit): Document "info vectors" command.
8998
89992002-08-13 Andrew Cagney <ac131313@redhat.com>
9000
9001 * gdb.texinfo (Maintenance Commands): Document "maint print
9002 registers", "maint print raw-registers" and "maint print
9003 cooked-registers".
9004
90052002-08-08 Grace Sainsbury <graces@redhat.com>
9006
9007 From Mark Salter:
9008 * gdb.texinfo (Protocol): Document T packet extension to
9009 allow watchpoint address reporting.
9010
90112002-08-03 Andrew Cagney <ac131313@redhat.com>
9012
9013 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
9014
90152002-08-01 Andrew Cagney <cagney@redhat.com>
9016
9017 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
9018 to CHILL.
9019
90202002-08-01 Andrew Cagney <ac131313@redhat.com>
9021
9022 * gdbint.texinfo (Coding): Revise section "Include Files".
9023
90242002-07-24 Andrew Cagney <cagney@redhat.com>
9025
9026 * gdbint.texinfo: Obsolete references to m88k.
9027 * gdb.texinfo: Ditto.
9028
90292002-07-10 Joel Brobecker <brobecker@gnat.com>
9030
9031 * gdbint.texinfo (Create a release candiate): Add the location
9032 where the proper version of autoconf can be retrieved.
9033
90342002-07-09 Don Howard <dhoward@redhat.com>
9035
9036 * gdb.texinfo (Command Files): Further describe the behavior of
9037 sourced command files.
9038
90392002-06-27 Andrew Cagney <ac131313@redhat.com>
9040
9041 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
9042 (Coding): Clarify ISO C version that GDB assumes.
9043
90442002-06-26 Tom Tromey <tromey@redhat.com>
9045
9046 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
9047 add_setshow_cmd_full.
9048
90492002-06-25 Don Howard <dhoward@redhat.com>
9050
9051 * gdb.texinfo (Memory Region Attributes): Document new behavior
9052 for 'mem' command.
9053
90542002-06-11 Jim Blandy <jimb@redhat.com>
9055
9056 * gdb.texinfo (Symbols): Update documentation for `info source'
9057 command.
9058
9059 * gdb.texinfo (Macros): Call the command `info macro', not
9060 `show macro'.
9061
90622002-06-09 Andrew Cagney <ac131313@redhat.com>
9063
9064 * gdbint.texinfo (Coding): Add section ``Per-architecture module
9065 data''.
9066
90672002-06-09 Mark Kettenis <kettenis@gnu.org>
9068
9069 * gdbint.texinfo (Target Architecture Definition): Document
9070 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
9071
90722002-06-08 Andrew Cagney <ac131313@redhat.com>
9073
9074 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
9075 lists.
9076
90772002-06-08 Andrew Cagney <ac131313@redhat.com>
9078
9079 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
9080 Branch''.
9081
90822002-06-01 Andrew Cagney <ac131313@redhat.com>
9083
9084 * gdbint.texinfo (Target Architecture Definition): Add section
9085 ``Converting an existing Target Architecture to Multi-arch''.
9086
90872002-05-30 Andrew Cagney <ac131313@redhat.com>
9088
9089 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
9090 to ``Obsoleting code''. Revise.
9091
90922002-05-17 Jim Blandy <jimb@redhat.com>
9093
9094 * gdb.texinfo (C Preprocessor Macros): New chapter.
9095 Include it in the main menu.
9096 (Contributors): Credit Jim Blandy with macro support.
9097 (Compilation): Explain how to get macro information into the
9098 executable.
9099 (Expressions): Note that preprocessor macros are expanded.
9100
91012002-05-14 Daniel Jacobowitz <drow@mvista.com>
9102
9103 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
9104 options for `target remote'.
9105
91062002-05-13 Andrew Cagney <ac131313@redhat.com>
9107
9108 * gdbint.texinfo (Target Architecture Definition): Delete
9109 documentation on NNPC_REGNUM.
9110
91112002-05-11 Andrew Cagney <ac131313@redhat.com>
9112
9113 * gdbint.texinfo (Target Architecture Definition): Document
9114 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
9115 (Target Architecture Definition): Revise section `Using Different
9116 Register and Memory Data Representations'. Add section `Raw and
9117 Virtual Register Representations'.
9118
91192002-05-11 Andrew Cagney <ac131313@redhat.com>
9120
9121 * gdbint.texinfo (Target Architecture Definition): Mention
9122 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
9123 (Target Architecture Definition): Mention same. Add references to
9124 web pages.
9125
91262002-05-08 Michael Snyder <msnyder@redhat.com>
9127
9128 * stabs.texinfo (Attributes): Document new "vector" attribute.
9129
91302002-05-04 Andrew Cagney <ac131313@redhat.com>
9131
9132 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
9133
91342002-05-04 Andrew Cagney <ac131313@redhat.com>
9135
9136 * gdb.texinfo: Delete obsolete references to a29k.
9137
91382002-04-24 Andrew Cagney <ac131313@redhat.com>
9139
9140 * gdbint.texinfo (Target Architecture Definition): Replace
9141 IN_SIGTRAMP with PC_IN_SIGTRAMP.
9142
91432002-04-24 David S. Miller <davem@redhat.com>
9144
9145 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
9146
91472002-04-21 David S. Miller <davem@redhat.com>
9148
9149 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
9150
91512002-04-21 Andrew Cagney <ac131313@redhat.com>
9152
9153 * gdbint.texinfo (Target Architecture Definition): Delete
9154 definition of HAVE_REGISTER_WINDOWS.
9155
91562002-04-19 Eli Zaretskii <eliz@gnu.org>
9157
9158 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
9159 "Theodore A. Roth" <troth@verinet.com>.
9160
91612002-04-15 Don Howard <dhoward@redhat.com>
9162
9163 From Eli Zaretskii <eliz@gnu.org>
9164 * gdb.texinfo (show max-user-call-depth): Correct formatting.
9165 Provide a better explaination of this feature.
9166
91672002-04-14 Andrew Cagney <ac131313@redhat.com>
9168
9169 * gdbint.texinfo (Target Architecture Definition): Remove
9170 FRAME_CHAIN_COMBINE.
9171
91722002-04-12 Michael Chastain <mec@shout.net>
9173
9174 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
9175 REG_STACK_SEGMENT.
9176
91772002-04-09 Michael Chastain <mec@shout.net>
9178
9179 * gdbint.texinfo (Obsolete Conditionals): Remove references to
9180 PYRAMID_* macros.
9181
91822002-04-07 Andrew Cagney <ac131313@redhat.com>
9183
9184 * gdb.texinfo (Bug Reporting): Document that the web is the
9185 prefered way of submitting bug reports.
9186 (Bug Reporting): Delete the s-mail address as the last resort.
9187
91882002-04-05 Andrew Cagney <ac131313@redhat.com>
9189
9190 * gdbint.texinfo (Target Architecture Definition): Delete
9191 references to TARGET_WRITE_FP and write_fp.
9192
91932002-03-27 Michael Snyder <msnyder@redhat.com>
9194
9195 * gdb.texinfo: Document new commands dump, append, and restore.
9196
91972002-03-27 Andrew Cagney <ac131313@redhat.com>
9198
9199 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
9200 Branch'.
9201
92022002-03-18 Andrew Cagney <ac131313@redhat.com>
9203
9204 * gdb.texinfo: Change all examples to @smallexample.
9205 * gdbint.texinfo: Ditto.
9206
92072002-03-18 Andrew Cagney <ac131313@redhat.com>
9208
9209 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
9210 Branches''.
9211
92122002-03-18 Andrew Cagney <ac131313@redhat.com>
9213
9214 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
9215 Policy''.
9216
92172002-03-04 Fred Fish <fnf@redhat.com>
9218
9219 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
9220 expresson, suports, dependant, trhe, perhaphs, situtations,
9221 explictily, taged, oportunity, unfortunatly).
9222
92232002-02-24 Andrew Cagney <ac131313@redhat.com>
9224
9225 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
9226 Remove reference to 3.12.
9227
92282002-02-23 Andrew Cagney <ac131313@redhat.com>
9229
9230 * gdbint.texinfo: Include fdl.texi.
9231 (Top): Add GNU Free Documentation License.
9232 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
9233 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
9234 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
9235 (gdbint.info): Add srcdir to include path.
9236 * gdb.texinfo: Include gpl.texi.
9237 (Top): Add Copying.
9238 * gpl.texi: New file.
9239
92402002-02-23 Andrew Cagney <ac131313@redhat.com>
9241
9242 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
9243
92442002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9245
9246 * gdb.texinfo: Document Cygwin native specific commands.
9247
92482002-02-15 Daniel Jacobowitz <drow@mvista.com>
9249
9250 * gdb.texinfo: Document gdbserver ``--attach'' command.
9251
92522002-02-07 Michael Snyder <msnyder@redhat.com>
9253
9254 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
9255 to @code(_ovly_debug_event).
9256
92572002-02-07 Andrew Cagney <ac131313@redhat.com>
9258
9259 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
9260
92612002-02-06 Michael Snyder <msnyder@redhat.com>
9262
9263 * gdb.texinfo (overlays): Mention new magic symbol
9264 '_ovly_debug_event', which allows GDB to keep better track
9265 of overlays.
9266
92672002-02-03 Eli Zaretskii <eliz@gnu.org>
9268
9269 * gdb.texinfo (Memory Region Attributes): Fix the wording.
9270 Suggested by Dmitry Sivachenko.
9271
9272 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
9273
92742002-02-01 Michael Snyder <msnyder@redhat.com>
9275
9276 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
9277
92782002-01-30 Michael Snyder <msnyder@redhat.com>
9279
9280 * gdb.texinfo: (remote protocol): Gramatical fix-up.
9281 (set trust-readonly-sections): Document.
9282
92832002-01-29 Andrew Cagney <ac131313@redhat.com>
9284
9285 * gdbint.texinfo (Releasing GDB): Revise and update.
9286
92872002-01-28 Andrew Cagney <ac131313@redhat.com>
9288
9289 * gdbint.texinfo (Target Architecture Definition): Delete
9290 description of TARGET_BYTE_ORDER_DEFAULT.
9291
92922002-01-27 Eli Zaretskii <eliz@gnu.org>
9293
9294 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
9295 <mitya@cavia.pp.ru>.
9296
92972002-01-23 Andrew Cagney <ac131313@redhat.com>
9298
9299 * libgdb.texinfo: Delete file.
9300
93012002-01-22 Andrew Cagney <ac131313@redhat.com>
9302
9303 * gdb.texinfo: Remove makeinfo 3.12 hacks.
9304 * gdbint.texinfo: Ditto.
9305
9306Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
9307
9308 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
9309
93102002-01-22 Andrew Cagney <ac131313@redhat.com>
9311
9312 * Makefile.in: Update copyright.
9313 (TEXI2DVI): Define.
9314 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
9315 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
9316 gdb-cfg.texi.
9317 (TEXINDEX, PDFTEX): Delete makefile variables.
9318
93192002-01-22 Andrew Cagney <ac131313@redhat.com>
9320
9321 * gdb.texinfo (Protocol): Move section to appendix.
9322
93232002-01-21 Andrew Cagney <ac131313@redhat.com>
9324
9325 * gdb.texinfo (Remote Debugging): Create a menu.
9326 (Top): Add ``Remote Debugging'' to menu.
9327
93282002-01-21 Andrew Cagney <ac131313@redhat.com>
9329
9330 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
9331 serial protocol'' from here.
9332 (Remote Debugging): To here. New chapter.
9333
93342002-01-20 Andrew Cagney <ac131313@redhat.com>
9335
9336 * gdbint.texinfo (Target Architecture Definition): Delete
9337 description of TARGET_BYTE_ORDER_SELECTABLE_P.
9338
93392002-01-20 Andrew Cagney <ac131313@redhat.com>
9340
9341 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
9342 are no longer needed.
9343 (Porting GDB): Add maintainer note about configure.host.
9344
93452002-01-20 Andrew Cagney <ac131313@redhat.com>
9346
9347 * gdbint.texinfo (Target Architecture Definition): Remove
9348 definition of IEEE_FLOAT.
9349
93502002-01-20 Eli Zaretskii <eliz@gnu.org>
9351
9352 * gdb.texinfo: Beautify copyright years; fix a typo.
9353 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
9354 <3diff@gnu.org>
9355
93562002-01-19 Andrew Cagney <ac131313@redhat.com>
9357
9358 * gdbint.texinfo (Host Definition): Remove references to
9359 MALLOC_INCOMPATIBLE.
9360
93612002-01-17 Andrew Cagney <ac131313@redhat.com>
9362
9363 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
9364 and xyz-xdep.o.
9365
93662002-01-17 Andrew Cagney <ac131313@redhat.com>
9367
9368 * gdb.texinfo (Maintenance Commands): Add appendix.
9369 (Set Breaks): Copy ``maint info breakpoint'' doco to
9370 ``Maintenance Commands'' appendix. Add reference.
9371
93722002-01-17 Andrew Cagney <ac131313@redhat.com>
9373
9374 * fdl.texi: Remove next/prev from @node.
9375
93762002-01-17 Eli Zaretskii <eliz@gnu.org>
9377
9378 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
9379 for monstrous @multitable (from Brian Youmans).
9380
9381 * fdl.texi: New file.
9382
9383 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
9384
93852002-01-15 Andrew Cagney <ac131313@redhat.com>
9386
9387 * gdbint.texinfo (Releasing GDB): New chapter.
9388
93892002-01-14 Andrew Cagney <ac131313@redhat.com>
9390
9391 * gdb.texinfo (Embedded Processors, Calling program functions):
9392 Obsolete references to a29k.
9393
93942002-01-13 Andrew Cagney <ac131313@redhat.com>
9395
9396 * gdbint.texinfo (Coding): Review Cleanups section. Examples
9397 examples. Document that a code-block should do or discard its
9398 cleanups before exit.
9399
94002002-01-11 Michael Snyder <msnyder@redhat.com>
9401
9402 * gdb.texinfo (Choosing files): Change @samp to @file.
9403
94042002-01-05 Michael Snyder <msnyder@redhat.com>
9405
9406 * gdb.texinfo (--pid): Document new command line option (attach).
9407
94082002-01-07 Eli Zaretskii <eliz@gnu.org>
9409
9410 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
9411 in the stub.
9412
94132002-01-04 Andrew Cagney <ac131313@redhat.com>
9414
9415 * gdbint.texinfo (Target Architecture Definition): Replace
9416 BIG_ENDIAN with BFD_ENDIAN_BIG.
9417
94182002-01-03 Andrew Cagney <ac131313@redhat.com>
9419
9420 * gdbint.texinfo (Target Architecture Definition): Replace
9421 value_ptr with struct value pointer.
9422
94232002-01-02 Eli Zaretskii <eliz@gnu.org>
9424
9425 * gdb.texinfo (Free Software): Fix wording.
9426
94272001-12-31 Eli Zaretskii <eliz@gnu.org>
9428
9429 * gdb.texinfo (Free Software): New section ``Free Software Needs
9430 Free Documentation''.
9431
94322001-12-30 Eli Zaretskii <eliz@gnu.org>
9433
9434 * stabs.texinfo:
9435 * gdb.texinfo:
9436 * gdbint.texinfo:
9437 * libgdb.texinfo:
9438 * annotate.texi: Fix the application of GFDL in the Copyright notice.
9439
94402001-12-29 Michael Snyder <msnyder@redhat.com>
9441
9442 * gdb.texinfo (maint info sections): Fix typo.
9443
94442001-12-26 Michael Snyder <msnyder@redhat.com>
9445
9446 * gdb.texinfo (maint info sections): Document.
9447
9448 * gdb.texinfo (info proc): Comment out documentation for
9449 'info proc' sub-options that are currently not implemented.
9450
94512001-12-20 Jim Blandy <jimb@redhat.com>
9452
9453 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
9454
94552001-12-15 Andrew Cagney <ac131313@redhat.com>
9456
9457 * gdbint.texinfo (Target Architecture Definition): Replace
9458 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
9459
94602001-12-01 Andrew Cagney <ac131313@redhat.com>
9461
9462 * gdbint.texinfo (Host Definition): Delete documentation on
9463 HOST_BYTE_ORDER.
9464
94652001-11-30 Jim Blandy <jimb@redhat.com>
9466
9467 * gdb.texinfo (Overlays): New chapter, documenting GDB's
9468 overlay support. Add to top-level menu.
9469
94702001-11-26 Tom Tromey <tromey@redhat.com>
9471
9472 * gdb.texinfo (Command Syntax): Document C-o binding.
9473
94742001-07-26 Christopher Faylor <cgf@redhat.com>
9475
9476 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
9477 use since it is described in the referenced section.
9478
9479 From Eli Zaretskii <eliz@gnu.org>
9480 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
9481 clearer when using DJGPP.
9482
94832001-11-24 Christopher Faylor <cgf@redhat.com>
9484
9485 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
9486 specifically refer to MS-DOS.
9487 (command files): Mention gdb.ini is only used on MS-DOS.
9488
94892001-11-21 Tom Tromey <tromey@redhat.com>
9490
9491 * gdb.texinfo (Invoking GDB): Document --args.
9492 (Mode Options): Likewise.
9493
94942001-11-21 Jim Blandy <jimb@redhat.com>
9495
9496 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
9497 Delete documentation; this macro has been removed from the
9498 sources.
9499
95002001-11-13 Jim Blandy <jimb@redhat.com>
9501
9502 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
9503
95042001-11-06 Corinna Vinschen <vinschen@redhat.com>
9505
9506 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
9507
95082001-11-05 Michael Snyder <msnyder@redhat.com>
9509
9510 * gdb.texinfo (info functions): Document use of backslash to
9511 quote regexp chars in function names such as "operator*()".
9512
95132001-11-01 Fred Fish <fnf@redhat.com>
9514
9515 * gdbint.texinfo (SOLIB_ADD): Document additional new
9516 "readsyms" arg.
9517
95182001-10-30 Don Howard <dhoward@redhat.com>
9519
9520 * gdb.texinfo: (Command Files) Added documentation for the
9521 behavior of gdb with input redirected from a file.
9522
95232001-10-28 Fred Fish <fnf@redhat.com>
9524
9525 * gdb.texinfo (auto-solib-add): Change docs to match
9526 implementation change.
9527 (auto-solib-limit): Add docs for new variable.
9528
95292001-10-15 Andrew Cagney <ac131313@redhat.com>
9530
9531 * gdbint.texinfo (Target Architecture Definition): Function
9532 value_as_pointer renamed to value_as_address.
9533
95342001-10-15 Andrew Cagney <ac131313@redhat.com>
9535
9536 * gdbint.texinfo (Target Architecture Definition): Default
9537 POINTER_TO_ADDRESS functions assume unsigned addresses.
9538 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
9539 posting by Jim Blandy.
9540
95412001-10-12 Jim Blandy <jimb@redhat.com>
9542
9543 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
9544 version of texi2html (1.64) doesn't support this flag any more.
9545
95462001-09-08 Mark Kettenis <kettenis@gnu.org>
9547
9548 * gdbint.texinfo (Host Definition): Remove description of
9549 MEM_FNS_DECLARED.
9550
9551 * gdbint.texinfo (Host Definition): Remove description of R_OK.
9552
9553 * gdbint.texinfo (Host Definition): Remove description of
9554 HAVE_SIGSETMASK.
9555
95562001-09-04 Elena Zannoni <ezannoni@redhat.com>
9557
9558 * gdbint.texinfo (Target Architecture Definition): Add
9559 explanation of TARGET_PRINT_INSN macro.
9560
95612001-08-30 Jim Blandy <jimb@redhat.com>
9562
9563 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
9564 Explain what it means to load relocatable files.
9565
95662001-08-28 Jim Blandy <jimb@redhat.com>
9567
9568 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
9569 info `top' menu.
9570
9571Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
9572
9573 * gdbint.texinfo: Add a cautionary note about macro use.
9574
95752001-08-02 Corinna Vinschen <vinschen@redhat.com>
9576
9577 * gdb.texinfo: Explain omitting the hostname in the
9578 `target remote' command.
9579
95802001-07-30 Daniel Jacobowitz <drow@mvista.com>
9581
9582 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
9583 and END-INFO-DIR-ENTRY.
9584
95852001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9586
9587 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
9588
95892001-07-25 Andrew Cagney <ac131313@redhat.com>
9590
9591 * gdbint.texinfo (libgdb): Rewrite.
9592
95932001-07-26 Eli Zaretskii <eliz@gnu.org>
9594
9595 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
9596
95972001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9598
9599 * gdb.texinfo (TUI): New chapter, document the TUI.
9600 (Mode Options): Document the -tui option.
9601
96022001-07-23 Mark Kettenis <kettenis@gnu.org>
9603
9604 * gdbint.texinfo (Host Definition): Remove description of
9605 NEED_POSIX_SETPGID.
9606
96072001-07-23 Eli Zaretskii <eliz@gnu.org>
9608
9609 * gdb.tex (DJGPP Native): New node, with descriptions of
9610 DJGPP-specific commands.
9611
96122001-07-19 John R. Moore <jmoore@redhat.com>
9613
9614 * gdbint.texinfo: Three misspellings.
9615
96162001-07-06 Andrew Cagney <ac131313@redhat.com>
9617
9618 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
9619 `test` expressions on bash. Problem reported by Colin Walters.
9620
96212001-07-04 Andrew Cagney <ac131313@redhat.com>
9622
9623 * gdbint.texinfo (User Interface): Update ui-out documentation to
9624 refelect recent UI/MI updates.
9625
96262001-07-04 Andrew Cagney <ac131313@redhat.com>
9627
9628 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
9629 interpreters.
9630
96312001-06-15 Andrew Cagney <ac131313@redhat.com>
9632
9633 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
9634 structure and not macros.
9635 (Host Definition): Document that much of this chapter is obsolete.
9636 (Target Architecture Definition): Update list of files that make
9637 up a target architecture.
9638 (Coding): Update.
9639
96402001-06-28 Andrew Cagney <ac131313@redhat.com>
9641
9642 * gdbint.texinfo (Target Architecture Definition): Update
9643 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
9644 The latter has been changed to a true predicate.
9645
96462001-06-17 Eli Zaretskii <eliz@gnu.org>
9647
9648 * annotate.texi: Add @noindent where needed. From Dmitry
9649 Sivachenko <dima@Chg.RU>.
9650 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
9651
96522001-06-16 Andrew Cagney <ac131313@redhat.com>
9653
9654 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
9655
96562001-06-14 Andrew Cagney <ac131313@redhat.com>
9657
9658 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
9659 returns ``OK''. Document that the ``R'' packet does not reply.
9660
96612001-06-13 Michael Snyder <msnyder@redhat.com>
9662
9663 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
9664
96652001-06-13 Eli Zaretskii <eliz@gnu.org>
9666
9667 * gdb.texinfo (Signals): Clarify the default setting of signal
9668 handling.
9669
96702001-05-14 Andrew Cagney <ac131313@redhat.com>
9671
9672 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
9673 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
9674
96752001-05-12 Andrew Cagney <ac131313@redhat.com>
9676
9677 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
9678
96792001-05-10 Eli Zaretskii <eliz@gnu.org>
9680
9681 * gdbint.texinfo (Clean Design and Portable Implementation):
9682 Renamed from "Clean Design".
9683 (Clean Design and Portable Implementation): Document portable
9684 methods of handling file names, and the associated macros.
9685
96862001-04-02 Eli Zaretskii <eliz@gnu.org>
9687
9688 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
9689 command and provide a cross-reference to its description.
9690 (Symbols): Note that "info scope" is useful for trace experiments.
9691
96922001-04-01 Eli Zaretskii <eliz@gnu.org>
9693
9694 * gdb.texinfo (Symbols): Document "info scope".
9695 (Tracepoints): New chapter.
9696 (Contributors): Update for v5.1.
9697 <All nodes>: Change "C++" to "C@t{++}".
9698
9699 * gdbint.texinfo (User Interface): A new section about ui_out
9700 functions, based on text written by Fernando Nasser.
9701
9702 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
9703
97042001-03-26 Eli Zaretskii <eliz@gnu.org>
9705
9706 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
9707
9708 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
9709
9710 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
9711 Replace "GDB" with "@value{GDBN}". Fix markup.
9712
9713 * annotate.texi: Change Permissions to GFDL. Update Copyright.
9714
9715 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
9716 a cross-reference to its description.
9717 (Symbols): Document "info symbol".
9718
97192001-03-21 Eli Zaretskii <eliz@gnu.org>
9720
9721 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
9722 subsection "x86 Watchpoints".
9723 (Target Architecture Definition): Document the macros
9724 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
9725 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
9726
97272001-03-20 Andrew Cagney <ac131313@redhat.com>
9728
9729 * gdbint.texinfo (Target Architecture Definition): Update
9730 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
9731 list.
9732
97332001-03-06 Kevin Buettner <kevinb@redhat.com>
9734
9735 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
9736 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
9737
97382001-02-21 Eli Zaretskii <eliz@gnu.org>
9739
9740 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
9741
97422001-02-11 Eli Zaretskii <eliz@gnu.org>
9743
9744 * gdb.texinfo (Environment): Document that `path' does not change
9745 the value of PATH in GDB's own environment (it did in the past,
9746 but that was changed on March 15, 1994). Reported by Doug Evans
9747 <dje@transmeta.com>.
9748
9749 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
9750 its line. Fix markup of commands and macros. Add an Index node
9751 and index entries.
9752
97532001-01-23 J.T. Conklin <jtc@redback.com>
9754
9755 * gdb.texinfo (Memory region attributes): New manual section.
9756
97572001-01-04 Nicholas Duffek <nsd@redhat.com>
9758
9759 * gdbint.texinfo (POP_FRAME): Document use by return_command.
9760
97612000-12-25 Eli Zaretskii <eliz@gnu.org>
9762
9763 * refcard.tex: Version and copyright fixed. From Phil Edwards
9764 <pedwards@disaster.jaj.com>.
9765
9766Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
9767
9768 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
9769 DWARF2_REG_TO_REGNUM): Document.
9770
9771Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
9772
9773 * gdbint.texinfo (Coding): Update current value of
9774 --enable-build-warnings. Mention --enable-gdb-build-warnings.
9775
97762000-11-19 Eli Zaretskii <eliz@gnu.org>
9777
9778 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
9779 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
9780
97812000-11-10 Christopher Faylor <cgf@cygnus.com>
9782
9783 * gdb.texinfo: Document new 'set step-mode' command.
9784
97852000-10-16 Eli Zaretskii <eliz@gnu.org>
9786
9787 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
9788 changes from Dmitry Sivachenko <dima@Chg.RU>.
9789
97902000-09-26 Eli Zaretskii <eliz@gnu.org>
9791
9792 * gdb.texinfo (Hooks): Document the new post-hook functionality.
9793 From Steven Johnson <sbjohnson@ozemail.com.au>.
9794
97952000-08-10 Mark Kettenis <kettenis@gnu.org>
9796
9797 * gdbint.texinfo (Overall Structure): Spelling fix.
9798
97992000-08-10 Eli Zaretskii <eliz@gnu.org>
9800
9801 * gdbint.texinfo (Target Architecture Definition): Document that
9802 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
9803 for which REGISTER_CONVERTIBLE returns a zero value.
9804
98052000-07-08 Christopher Faylor <cgf@cygnus.com>
9806
9807 * Makefile.in (install-info): Find files to install in either the
9808 build or source directories (adapted from Makefile.am).
9809
98102000-07-07 Nicholas Duffek <nsd@redhat.com>
9811
9812 * stabs.texinfo: Fix spelling errors.
9813 (String Field): FILE-NUMBER starts from 0, not 1.
9814
98152000-07-05 Eli Zaretskii <eliz@gnu.org>
9816
9817 * refcard.tex: Remove \centerline from the blurb. Patch from
9818 Brian Youmans.
9819
98202000-06-25 Eli Zaretskii <eliz@gnu.org>
9821
9822 * Makefile.in (install-info): Support installation from outside of
9823 the source directory. Reported by Mark Harig
9824 <markh@frazier.landmark.com>.
9825
98262000-06-20 J.T. Conklin <jtc@redback.com>
9827
9828 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
9829
9830Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
9831
9832 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
9833 Generate using pdftex.
9834 (PDFTEX): Define.
9835 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
9836 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
9837 @contents at the start.
9838
98392000-05-24 Eli Zaretskii <eliz@gnu.org>
9840
9841 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
9842 Youmans.
9843
9844Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
9845
9846 From Brian Youmans:
9847 * gdb.texinfo: Fix ``et al.''.
9848
9849Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
9850
9851 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
9852 loop.
9853
98542000-05-19 Jimmy Guo <guo@cup.hp.com>
9855
9856 * configure: Regenerate.
9857
98582000-05-17 Eli Zaretskii <eliz@gnu.org>
9859
9860 * Makefile.in (install-info): Run install-info on installed Info
9861 files.
9862
9863Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
9864
9865 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
9866 Andrew Cagney.
9867
98682000-05-09 Eli Zaretskii <eliz@gnu.org>
9869
9870 * gdb.texinfo: Proofreading changes from Brian Youmans.
9871
98722000-05-01 Nick Duffek <nsd@cygnus.com>
9873
9874 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
9875 startup sequence, minor edits.
9876
98772000-05-01 Eli Zaretskii <eliz@gnu.org>
9878
9879 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
9880 TeX.
9881
9882 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
9883 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
9884 like `n' and `s' which look weird. Convert some of the @kindex to
9885 @vindex, when they refer to variables, not commands.
9886
9887Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
9888
9889 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
9890
98912000-04-23 Eli Zaretskii <eliz@gnu.org>
9892
9893 * Makefile.in (GDBMI_DIR): New variable.
9894 (SET_TEXINPUTS): Add $(GDBMI_DIR).
9895 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
9896 (gdbmi.texinfo): New target, for texi2roff.
9897 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
9898 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
9899
9900 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
9901 gdbmi.texinfo.
9902 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
9903 comment.
9904
99052000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9906
9907 * gdb.texinfo (Files): Update description of add-symbol-file
9908 command.
9909
99102000-04-17 Eli Zaretskii <eliz@gnu.org>
9911
9912 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
9913 prevents the build (and is generally a Bad Idea).
9914
99152000-04-17 Eli Zaretskii <eliz@gnu.org>
9916
9917 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
9918 a comma inside @var.
9919 (Command Files): Index markup changes from Dmitry Sivachenko
9920 <dima@Chg.RU>.
9921
99222000-04-16 Eli Zaretskii <eliz@gnu.org>
9923
9924 * Makefile.in (LN_S): Define.
9925 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
9926 invoke "ln -s" unless it is known to work.
9927
9928 * configure.in (AC_PROG_LN_S): Add.
9929
99302000-04-14 Jim Blandy <jimb@redhat.com>
9931
9932 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
9933 section.
9934 (Target Conditionals): Document ADDRESS_TO_POINTER,
9935 POINTER_TO_ADDRESS.
9936
99372000-04-11 Daniel Berlin <dan@cgsoftware.com>
9938
9939 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
9940 gdb-cfg.texi to get the value.
9941
99422000-04-10 Jim Blandy <jimb@redhat.com>
9943
9944 * gdbint.texinfo (Target Architecture Definition): Fix
9945 cross-references.
9946
99472000-04-08 Jim Blandy <jimb@redhat.com>
9948
9949 * gdbint.texinfo (Using Different Register and Memory Data
9950 Representations): New section.
9951 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
9952 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
9953 REGISTER_CONVERT_TO_RAW): Document.
9954
9955Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
9956
9957 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
9958 for acknowledgments.
9959
9960Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
9961
9962 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
9963 qThreadExtraInfo.
9964
99652000-03-28 J.T. Conklin <jtc@redback.com>
9966
9967 * gdb.texinfo: Clarify which remote debug protocol commands are
9968 required and which are optional.
9969
9970Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
9971
9972 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
9973 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
9974 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
9975 * annotate.texi: Update.
9976
99772000-03-28 Stan Shebs <shebs@apple.com>
9978
9979 * gdb.texinfo: Update dates, bump to Eighth Edition (note
9980 expectation of additional changes before release), update
9981 ISBN, add copy of top-level menu for @ifhtml, remove explicit
9982 node links, rephrase and/or shorten lines to fix formatting
9983 problem in both regular and @smallbook formats.
9984 * annotate.texi: Shorten lines in example, use smallexample
9985 consistently everywhere.
9986 * Makefile.in: Add comment about texinfo 4.0 html generation.
9987 (SFILES_INCLUDED): Add annotate.texi.
9988
99892000-03-27 Daniel Berlin <dan@cgsoftware.com>
9990
9991 * gdb.texinfo (Debugging Output): Added new section, documenting
9992 the "set/show debug" commands.
9993
9994Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
9995
9996 * annotate.texi (Annotations): When GDBN omit @chapter and @node
9997 entry.
9998
9999 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
10000 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
10001 @chapter and @node entries.
10002
10003 * gdb.texinfo: Link all top-level nodes.
10004
10005Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
10006
10007 * Makefile.in (install-info): Create $(infodir) before installing
10008 files.
10009
100102000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
10011
10012 From David Whedon <dwhedon@gordian.com>
10013 * gdbint.texinfo : Added paragraphs about command deprecation.
10014
100152000-03-22 Daniel Berlin <dan@cgsoftware.com>
10016
10017 * gdb.texinfo: Add documentation for the apropos command.
10018
100192000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10020
10021 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
10022
100232000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10024
10025 * gdb.texinfo: Add white space to prevent overprinting in
10026 two places.
10027
100282000-03-17 Stan Shebs <shebs@apple.com>
10029
10030 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
10031 <dima@Chg.RU>, also clarification of allowed content for
10032 string constants.
10033
100342000-03-16 Eli Zaretskii <eliz@gnu.org>
10035
10036 * gdb.texinfo (main menu): Add Annotations.
10037 (File Options): Add @cindex entries for each command-line option.
10038 Document --epoch, --annotate, --async, --interpreter, --write,
10039 --statistics, and --version.
10040
10041 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
10042 of GDB.
10043
100442000-02-23 Jim Blandy <jimb@redhat.com>
10045
10046 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
10047
100482000-02-22 Jim Blandy <jimb@redhat.com>
10049
10050 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
10051
100522000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
10053
10054 * Makefile.in (diststuff): New target.
10055
100562000-02-15 Kevin Buettner <kevinb@redhat.com>
10057
10058 * agentexpr.texi: Fix wording regarding Intel's IA-64
10059 architecture. [From Jim Wilson.]
10060
100612000-01-16 Tom Tromey <tromey@cygnus.com>
10062
10063 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
10064 (Delete Breaks): Mention range arguments.
10065 (Disabling): Likewise.
10066
100672000-01-05 Dmitry Sivachenko <dima@Chg.RU>
10068
10069 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
10070
10071Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
10072
10073 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
10074 valid functions.
10075
100761999-11-05 Stan Shebs <shebs@andros.cygnus.com>
10077
10078 * gdb.texinfo: Clarify regular expressions used in rbreak.
10079
100801999-10-15 Kevin Buettner <kevinb@cygnus.com>
10081
10082 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
10083 MEMORY_REMOVE_BREAKPOINT): Document.
10084
10085Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
10086
10087 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
10088 offset re-using the DATA offset instead.
10089
100901999-10-11 Jim Kingdon <kingdon@redhat.com>
10091
10092 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
10093
100941999-10-05 Stan Shebs <shebs@andros.cygnus.com>
10095
10096 From Dmitry Sivachenko <demon@gpad.ac.ru>:
10097 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
10098 typos.
10099
10100 * gdb.texinfo: Various minor wording and formatting improvements,
10101 mentions of additional command-line options.
10102
101031999-09-30 Fred Fish <fnf@cygnus.com>
10104
10105 * gdb.texinfo: Document additional forms of specifying section
10106 names and addresses for the add-symbol-file command.
10107
101081999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
10109
10110 * gdbint.texinfo: Fix typo, add the word "have".
10111
101121999-09-14 Jim Blandy <jimb@cris.red-bean.com>
10113
10114 * gdbint.texinfo (Target Architecture Definition): Document the
10115 SKIP_PERMANENT_BREAKPOINT macro.
10116
101171999-09-07 Stan Shebs <shebs@andros.cygnus.com>
10118
10119 * gdb.texinfo: Fiks speling errers.
10120
10121 * gdb.texinfo: Fix uses of @multitable.
10122
10123 From Eli Zaretskii <eliz@gnu.org>:
10124 * gdb.texinfo: Include details specific to DOS host, clarify
10125 some confusing language, fix @ref/@xref/@pxref usages, add
10126 comments about using with optimization, add more indexing,
10127 fix info about disassembly-flavor.
10128
10129Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
10130
10131 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
10132 SKIP_SOLIB_RESOLVER): Define.
10133
10134Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
10135
10136 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
10137 ``g'' packets.
10138
101391999-08-30 Stan Shebs <shebs@andros.cygnus.com>
10140
10141 * gdb.texinfo: Create a new "Configurations" chapter with
10142 platform-specific info, inline remote.texi and move sections of it
10143 into the new chapter, move bits about info proc, heuristic search,
10144 and register stack into the new chapter.
10145 * remote.texi: Remove, now part of gdb.texinfo.
10146 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
10147
101481999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
10149
10150 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
10151 GDB_TARGET_IS_MACH386): These kludges have gone away.
10152
10153Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
10154
10155 * gdbint.texinfo (Target Architecture Definition): Mention
10156 TDEPLIBS.
10157
101581999-08-20 Stan Shebs <shebs@andros.cygnus.com>
10159
10160 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
10161 surrounding text to fit HP-UX bits into general info.
10162 (HPPA-cfg.texi): Remove, no longer useful.
10163
10164 * gdb.texinfo: Remove explicit links from @node lines, remove
10165 HP-added "Detailed Node Listing" from main menu which confuses
10166 things.
10167
10168 From Dmitry Sivachenko <dima@Chg.RU>:
10169 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
10170 in description of `set environment'.
10171
101721999-08-17 Stan Shebs <shebs@andros.cygnus.com>
10173
10174 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
10175
101761999-08-12 Ben Elliston <bje@cygnus.com>
10177
10178 * gdbint.texinfo (Breakpoint Handling): Add missing words.
10179
101801999-08-10 Eli Zaretskii <eliz@gnu.org>
10181
10182 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
10183 watch, awatch, and rwatch. Explain why the latter two cannot be
10184 set as software watchpoints. Document that watchpoints for local
10185 variables are deleted when the debuggee terminates.
10186
10187Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
10188
10189 * remote.texi (Protocol): Further clarification of the "qRcmd"
10190 packet. Allow E.. response packet. "qRcmd" packet is no longer
10191 reserved.
10192
101931999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10194
10195 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
10196 * gdb.texinfo: Ditto.
10197
101981999-08-06 Tom Tromey <tromey@cygnus.com>
10199
10200 * gdb.texinfo (KOD): New node.
10201
10202Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
10203
10204 * remote.texi (Rcmd): Fix minor formatting typos.
10205
10206Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
10207
10208 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
10209 packets.
10210
102111999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
10212
10213 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
10214 fixes.
10215
10216Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
10217
10218 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
10219
10220Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
10221
10222 * remote.texi (Communication Protocol): ``v'' is in use. Fix
10223 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
10224 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
10225 packets that are not supported on all hosts. Expand examples.
10226 Spell check.
10227
102281999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
10229
10230 * Makefile.in: Recognize html, install-html. Add targets
10231 to build HTML versions of documentation via texi2html.
10232
10233Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
10234
10235 * gdbint.texinfo (Testsuite): New chapter, information about the
10236 testsuite.
10237
10238Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
10239
10240 * remote.texi (Communication Protocol): Rewrite.
10241
10242Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
10243
10244 * stabs.texinfo: Fix uses of xref.
10245
10246Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
10247
10248 * gdbint.texinfo: Add an anti-printf exhortation, and update the
10249 info about patch submission.
10250
10251Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
10252
10253 From Per Bothner <bothner@cygnus.com>:
10254 * gdb.texinfo: Document Chill support.
10255
10256Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
10257
10258 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
10259 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
10260 Document that the value should be greater-than or equal-to zero.
10261 (NO_STD_REGS): Document. Deprecate.
10262
10263Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10264
10265 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
10266 Document that these are not used.
10267
10268Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10269
10270 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
10271
10272Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
10273
10274 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
10275 numargs was dropped.
10276
10277Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
10278
10279 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
10280
10281Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
10282
10283 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
10284 Update.
10285
10286Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
10287
10288 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
10289 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
10290
10291Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
10292
10293 * gdbint.texinfo: Fix typos: $ -> @.
10294
10295Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
10296
10297 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
10298 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
10299 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
10300 BREAKPOINT_FROM_PC.
10301
10302Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
10303
10304 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
10305 CALL_DUMMY_STACK_ADJUST): Document.
10306
10307Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10308
10309 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
10310 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
10311
103121999-04-02 Stan Shebs <shebs@andros.cygnus.com>
10313
10314 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
10315 longer exists.
10316
10317Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
10318
10319 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
10320 nearly all @ifset/@ifclear conditionals; nobody uses them, and
10321 they make the manual source incomprehensible.
10322 * h8-cfg.texi: Remove, hasn't been used in years.
10323
10324Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
10325
10326 * gdb.texinfo: Update the credits.
10327
10328Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
10329
10330 * gdb.texinfo: Fix mistakes noticed in printout of last
10331 draft, add Alpha to discussion of heuristic fence post.
10332
10333Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
10334
10335 * gdb.texinfo, remote.texi: Many changes; update to Seventh
10336 Edition, merge some HP changes into mainline, describe some
10337 previously undocumented features, describe more of the target
10338 commands available, eliminate obsolete section on renamed
10339 commands.
10340 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
10341
10342Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
10343
10344 * gdb.texinfo: Make many HPPA conditionals unconditional,
10345 including catchpoint description, since now on for all configs.
10346 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
10347 specializations.
10348
10349Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
10350
10351 * Makefile.in (GDBvn.texi): Fix match expression to work with
10352 current format of VERSION in gdb/Makefile.in.
10353 * gdb.texinfo: Fix node ref to match new readline.
10354
10355Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
10356
10357 * gdb.texinfo: Changes made as part of a project to merge in
10358 changes made by HP. Documentation makes extensive use of
10359 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
10360 on remote debugging. There are differences in documentation
10361 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
10362 the HP manual discusses catchpoints, hardware watchpoints, and
10363 some HPUX specific limitations for shared library support.
10364
10365 There are also a number of @node changes.
10366
103671999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
10368
10369 * gdbint.texinfo (Formatting): Disambiguate a sentence.
10370 (C Usage): Same.
10371
10372Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
10373
10374 The following changes were made by Edith Epstein
10375 <eepstein@cygnus.com> as part of a project to merge in changes
10376 made by HP.
10377
10378 * HPPA-cfg.texi: new file.
10379
10380 * all-cfg.texi: set HPPA for HP PA-RISC targets.
10381
10382 * refcard.tex: change documentation about catch.
10383 removed info catch.
10384
10385Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
10386
10387 * gdbint.texinfo: Expand on GDB's coding standards,
10388 specify the use of arg names with prototypes.
10389
103901998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
10391
10392 * gdb.texinfo: Fix tipo.
10393
10394Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
10395
10396 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
10397 TARGET_BYTE_ORDER_SELECTABLE_P.
10398
10399Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
10400
10401 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
10402
104031998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
10404
10405 * agentexpr.texi: New file.
10406
10407Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
10408
10409 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
10410
104111998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
10412
10413 * remote.texi: Changed wording that implied that the GDB remote
10414 protocol caches register values instead of GDB itself.
10415
10416Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
10417
10418 * gdbint.texinfo: Add some info about symbol readers.
10419 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
10420 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
10421 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
10422 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
10423
10424Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
10425
10426 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
10427
10428Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
10429
10430 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
10431
10432Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
10433
10434 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
10435 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
10436
10437Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
10438
10439 * gdbint.texinfo: Fix minor typos.
10440
10441Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
10442
10443 * gdbint.texinfo: Complete overhaul. Group descriptions more
10444 logically, add more info on generic algorithms, remove much
10445 obsolete and/or wrong material.
10446
10447Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
10448
10449 * stabs.texinfo (Method Type Descriptor): Expand and correct.
10450
10451Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
10452
10453 * refcard.tex: Copyright, address updates.
10454
10455Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
10456
10457 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
10458 for the edition instead of confusing GDB-version-like numbers.
10459
10460Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
10461
10462 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
10463
10464Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
10465
10466 * LRS: Reformat a bit to keep text under 80 columns.
10467
10468Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
10469
10470 * gdb.texinfo: Add some credits, mention bug monitor.
10471 * remote.texi: Mention mips monitor targets.
10472 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
10473
10474Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
10475
10476 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
10477 files, finish sorting of host vs target vs native macros, describe
10478 some more of them.
10479
10480Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
10481
10482 * gdbint.texinfo (Host Conditionals): Document change from
10483 using NO_MMALLOC to it's inverse, USE_MMALLOC.
10484
10485Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
10486
10487 * gdbint.texinfo (Host Conditionals): Document
10488 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
10489
10490Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
10491
10492 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
10493 Document LSEEK_NOT_LINEAR.
10494
10495Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
10496
10497 * stabs.texinfo (Stab Section Basics): Make it clear that only
10498 some versions of the GNU linker remove the leading N_UNDF symbol.
10499
10500Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
10501
10502 * stabs.texinfo (String Field): Document type number pairs here,
10503 instead of in the Sun specific section.
10504 (Include Files): The GNU linker supports the N_BINCL
10505 optimization. Clarify the N_BINCL value, and what it is used
10506 for.
10507 (Procedures): Document N_FUN with an empty string to mark the end
10508 of a function.
10509 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
10510 (Sun Differences): Remove this node, as the information is now
10511 elsewhere in the main document.
10512 (Stab Section Basics): Mention that the GNU linker may optimize
10513 stabs and remove the leading N_UNDF symbol.
10514
10515Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
10516
10517 * gdb.texinfo, refcard.tex: Restore author credit
10518
10519Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
10520
10521 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
10522 documentation to account for START and END macros taking
10523 one arg.
10524
10525Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
10526
10527 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
10528 * gdb.texinfo (Frames): Fix typo.
10529
10530Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
10531
10532 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
10533 a target_signal as arg type, not a pid.
10534
10535Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
10536
10537 * gdb.texinfo: Document `set assembly-language'.
10538
10539Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
10540
10541 * remote.texi: Update list of stubs in the GDB distribution.
10542
10543Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
10544
10545 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
10546 Also document that some systems can use mmalloc but must define
10547 this if their C runtime allocates memory that is later freed.
10548 (MMCHECK_FORCE): Document new macro.
10549
10550Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
10551
10552 * remote.texi: Add documentation for target Sparclet.
10553
10554Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10555
10556 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
10557 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
10558 * configure.in: Rewritten for autoconf.
10559 * configure: New.
10560
10561Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
10562
10563 * Makefile.in (DVIPS): New define, set to dvips.
10564 (dvi): Add stabs.dvi.
10565 (ps): New target.
10566 (all-doc): Depend on info, dvi, and ps targets.
10567 (STAGESTUFF): Add *.ps and *.dvi files.
10568 (clean-info, clean-dvi): Remove.
10569 (mostlyclean): Does not depend upon clean-info or clean-dvi,
10570 rules completely rewritten.
10571 (maintainer-clean): Remove clean-info and clean-dvi
10572 dependencies and put their actions in the rules.
10573 (gdb.ps): New target
10574 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
10575 intermediate TeX files, whether they have 2 or 3 character
10576 extensions.
10577 (gdbint.ps): Add target and rules.
10578 (gdb-internals): Delete unused target.
10579 (Makefile): Depends upon config.status also.
10580
10581Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
10582
10583 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
10584 set.
10585
10586Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
10587
10588 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
10589 * gdb.texinfo (Expressions): Fix erroneous array constant example.
10590
10591Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
10592
10593 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
10594
10595Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10596
10597 * gdb.texinfo (Print settings): Document
10598 `set/show print static-members' commands.
10599
10600Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
10601
10602 * gdbint.texinfo (Native): Document name change, coredep.c to
10603 core-aout.c.
10604
10605Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
10606
10607 * stabs.texinfo (Include Files): Document the values the SunOS4
10608 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
10609
10610Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
10611
10612 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
10613 Fix typo.
10614
10615Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
10616
10617 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
10618 "gdb.tar.Z".
10619
10620Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
10621
10622 * Makefile.in (maintainer-clean): New target, synonym for
10623 realclean.
10624
10625Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
10626
10627 * Update all FSF addresses except those in COPYING* files.
10628
10629Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
10630
10631 From Richard Earnshaw (rearnsha@armltd.co.uk):
10632 * gdb.texinfo (convenience variables): Document $_exitcode.
10633 (quit): Document optional expression to use as exit code.
10634
10635Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
10636
10637 * gdb.texinfo, remote.texi: Brought up to date with various
10638 GDB changes.
10639
10640Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
10641
10642 * gdb.texinfo: Update dates and versions, fix comments about
10643 hardware watchpoints in future releases and about the
10644 sharedlibrary command.
10645
10646Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10647
10648 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
10649 C_FUN stab. Other cleanups.
10650
10651Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10652
10653 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
10654 for the sparc stub.
10655
10656Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10657
10658 * annotate.texi: Clarify which addresses have differing formats
10659 depending on the language and which do not.
10660
10661Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10662
10663 * remote.texi (NetWare): Changed example to use BOARD= instead of
10664 NODE= argument to reflect correspoding change to gdbserve.nlm.
10665
10666Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10667
10668 * stabs.texinfo (Negative Type Numbers): Mention the fact that
10669 GDB, as well as AIX dbx, supports the size type attribute.
10670
10671Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10672
10673 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
10674
10675Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
10676
10677 * gdb.texinfo (Define): Document $arg0... arguments to commands,
10678 and new 'if' and 'while' commands.
10679
10680Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
10681
10682 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
10683
10684Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10685
10686 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
10687 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
10688 NetWare targets. Mostly stolen from the Server node.
10689
10690Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10691
10692 * gdb.texinfo (Setting): Talk about the language of a source file
10693 versus the working language. The old documentation did not match
10694 what GDB did.
10695
10696Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10697
10698 * stabs.texinfo (Source Files): Document N_SO used to mark the end
10699 of a source file.
10700
10701Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10702
10703 * gdb.texinfo (Processes): New node.
10704
10705Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
10706
10707 * remote.texi: Update documentation of set/show mipsfpu.
10708
10709Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
10710
10711 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
10712 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
10713
10714Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
10715
10716 * gdbint.texinfo: Removed mentions of some incorrectly placed and
10717 obsolete conditionals, described some others.
10718
10719Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10720
10721 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
10722 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
10723
10724Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
10725
10726 * gdbint.texinfo: Put regex conditionals in their own table.
10727
10728Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
10729
10730 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
10731 described or fixed the descriptions of many others.
10732
10733Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
10734
10735 * gdb.texinfo: Add some more credits.
10736 * gdbint.texinfo: Capitalize GDB consistently, describe some
10737 macros and remove some.
10738
10739Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
10740
10741 * gdbint.texinfo: Removed mentions of many incorrectly placed and
10742 obsolete conditionals, described some others.
10743
10744Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10745
10746 * gdb.texinfo (help targets): Changed to `help target', which
10747 is the correct gdb command.
10748
10749Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10750
10751 * annotate.texi (TODO): New node, for keeping track of annotations
10752 suggested but not yet implemented.
10753
10754Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10755
10756 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
10757 another symbol, it is not the address itself.
10758
10759Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
10760
10761 * stabs.texinfo (Stab Section Basics): Add comment about alignment
10762 of stabs-in-coff sections.
10763
10764Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10765
10766 * annotate.texi: Change edition to 0.5 and date to May 1994.
10767 Add index.
10768 (Frames): New node, for frame annotation.
10769 (Displays): New node, for display annotation.
10770
10771 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
10772 when waiting for your program to stop.
10773
10774Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10775
10776 * annotate.texi (Breakpoint Info): Document annotation of header
10777 fields and record annotation.
10778
10779Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10780
10781 * annotate.texi: New file, to document annotations.
10782
10783Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10784
10785 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
10786 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
10787
10788Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10789
10790 * stabs.texinfo (Stab Section Basics): Say what is in .stab
10791 section, and say n_strx field is compilation unit relative.
10792 * stabs.texinfo: Don't use @code for a.out when it is the name of
10793 an object file format.
10794
10795Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10796
10797 * gdb.texinfo: Refer to file names, not path names, per rms
10798 convention.
10799 (Arguments): Fix typo.
10800
10801Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10802
10803 * stabs.texinfo (Global Variables): Talk about stabs in files
10804 where variables are referenced, but not defined.
10805
10806Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10807
10808 * stabs.texinfo: Move stuff on @ and # type descriptors from node
10809 Cplusplus to new nodes Member Type Descriptor and Method Type
10810 Descriptor. Re-write stuff for #.
10811
10812Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10813
10814 * gdb.texinfo (Print Settings): Don't document "set print
10815 fast-symbolic-addr off". The bug which it worked around was fixed
10816 on 25 Feb 94 in coffread.c, so I'm nuking the command.
10817
10818 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
10819 N_ENTRY node.
10820
10821 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
10822
10823Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10824
10825 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
10826 references to ieee-float.c.
10827
10828Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10829
10830 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
10831 match what the code actually does.
10832
10833Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10834
10835 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
10836
10837Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10838
10839 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
10840 i, and b.
10841
10842Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
10843
10844 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
10845 well as for ELF and SOM. Unify the descriptions of ELF and SOM
10846 as "stabs in sections" rather than just saying "ELF and SOM".
10847 Also make that stuff apply to COFF.
10848
10849Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10850
10851 * gdb.texinfo (Formatting Documentation): Change GhostScript to
10852 Ghostscript.
10853
10854Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10855
10856 * gdb.texinfo (Continuing and Stepping): When talking about "step"
10857 versus functions without line numbers, also mention stepping into
10858 them as well as "step" when you are in them. Tell the user how to
10859 deal with the situation. Add comment about "debugging information".
10860
10861Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10862
10863 * stabs.texinfo (Enumerations): Document restriction on where
10864 enumeration types can appear and still win with GDB.
10865
10866Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10867
10868 * stabs.texinfo (Negative Type Numbers): Document format for type
10869 -16.
10870
10871Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10872
10873 * gdb.texinfo (Selection, Frame Info): Update information about
10874 arbitrary frame specficiations.
10875
10876Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
10877
10878 * gdb.texinfo, remote.texi: general editing pass prior to Net release
10879
10880Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10881
10882 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
10883
10884Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
10885
10886 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
10887
10888Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10889
10890 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
10891 Differences node to Statics node.
10892 (Statics): Discuss XCOFF use of V symbol descriptor.
10893
10894 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
10895 not clean.
10896
10897Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
10898
10899 * gdb.texinfo (Print Settings): Document `set print
10900 fast-symbolic-addr' and improve the doc for some other
10901 `set print's.
10902
10903Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10904
10905 * stabs.texinfo (String Field): Talk about defining several type
10906 numbers at once.
10907 Fix lint regarding changing node ELF Transformations to
10908 ELF and SOM Transformations.
10909
10910Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
10911
10912 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
10913
10914Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10915
10916 * stabs.texinfo (Cross-References): `::' is for nested types only
10917 within <>.
10918 (Structures): Document static members.
10919
10920Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10921
10922 * stabs.texinfo: Document S type attribute.
10923
10924Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
10925
10926 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
10927
10928Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
10929
10930 * gdbint.texinfo: Fix a few typos.
10931
10932Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10933
10934 * gdb.texinfo, remote.texi: formatting improvements
10935
10936 * gdb.texinfo (New Features): mention threads.
10937 (Summary, C): fix xrefs in newly contributed text.
10938 (Threads): index entries, clarifications, example
10939 (passim): minor typos fixed, phrasing improvements
10940
10941 * remote.texi (Bootstrapping): rephrase text on ^C and add index
10942 entries; (Server): explain use of gdbserver w/real-time systems,
10943 add example of conflicting TCP port; (MIPS Remote) break up
10944 running text into table, highlighting commands, and add example.
10945
10946Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10947
10948 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
10949
10950Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10951
10952 * stabs.texinfo (Nested Symbols): New node.
10953 (String Field, Symbol Descriptors, Cross-References): Refer to it.
10954
10955Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10956
10957 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
10958 to picking which Bbss.bss symbol to use, and (because there seems to
10959 be no good way of doing it) re-write some of the text to make it
10960 sound like Bbss.bss isn't such a great idea after all (as currently
10961 designed).
10962
10963 * gdb.texinfo (C): In addition to saying people have to use g++ for
10964 good results, say they have to use stabs. Specifically say cfront
10965 doesn't work well.
10966 (Summary): Merge in information on Modula-2, Pascal, and Chill from
10967 the gdb README. Add xrefs to places where the support for the various
10968 languages is described in detail.
10969
10970Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10971
10972 * stabs.texinfo: Clean up stuff about visibility and virtual
10973 characters.
10974
10975 * stabs.texinfo (N_M2C): Cite Sun doc.
10976
10977Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10978
10979 * gdb.texinfo: updates re threads.
10980 * remote.texinfo: avoid index entries starting with digits.
10981
10982Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10983
10984 * stabs.texinfo (Enumerations): Talk about large, negative and
10985 octal values. Clean up cross reference to type attributes.
10986 (String Field): Say that GDB 4.11 supports size attribute.
10987
10988Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10989
10990 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
10991 is a mandatory step. Make the stuff about that more concise.
10992
10993Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10994
10995 * stabs.texinfo (Class Names): New node.
10996
10997 * gdb.texinfo (Command Files): Explain order of init file reading.
10998
10999 * remote.texi (Bootstrapping): Talk about getting the serial driver
11000 to deal with ^C sent by gdb to stop the remote system.
11001
11002Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
11003
11004 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
11005
11006 * libgdb.texinfo (Defining Commands): made the DOC arg
11007 to gdb_define_app_command a char * instead of char **
11008 per a suggestion from kingdon.
11009
11010 * libgdb.texinfo: total rewrite from a different starting
11011 premise.
11012
11013Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11014
11015 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
11016 floats passed as doubles (to improve clarity).
11017
11018Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11019
11020 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
11021
11022 * a4rc.sed: update to work with Andreas Vogel papersize params
11023
11024 * refcard.tex: use Andreas Vogel simplifications of papersize
11025 params; remove useless version info; update copyright date.
11026
11027Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11028
11029 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
11030
11031Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11032
11033 * gdb.texinfo (Files): Say what address the load command loads it at.
11034
11035 * stabs.texinfo (Common Blocks): Minor cleanups.
11036
11037 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
11038 that Sun has backed away from the linker kludge and thus the relevant
11039 issue is changes to the SunPRO tools, not the Solaris linker.
11040
11041 * stabs.texinfo (Traditional Integer Types): Clean up description
11042 of octal bounds a little bit. Document extra leading zeroes.
11043
11044Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11045
11046 * gdb.texinfo (Signaling): Update for symbolic symbol names
11047 and add a section explaining the difference between the GDB
11048 signal command and the shell kill utility.
11049
11050Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
11051
11052 * libgdb.texinfo: added `@' to braces that were unescaped.
11053
11054Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
11055
11056 * libgdb.texinfo: new file. Spec for the gdb library.
11057
11058Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11059
11060 * stabs.texinfo (Include Files): Fix typo (start -> end).
11061
11062Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11063
11064 * gdb.texinfo, remote.texi: assorted small improvements, mostly
11065 from Melissa at FSF's editing pass.
11066
11067Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11068
11069 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
11070 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
11071 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
11072
11073Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11074
11075 * remote.texi (Bootstrapping): Discuss 386 call gates.
11076
11077Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11078
11079 * stabs.texinfo (Based Variables): New node.
11080
11081Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
11082
11083 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
11084 names, sizes, and formats to suggest how not to lose.
11085
11086Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11087
11088 * stabs.texinfo (Methods): Fix typo.
11089
11090Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11091
11092 * gdb.texinfo: Fix a few typos.
11093
11094Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11095
11096 * gdb.texinfo: Clarify how well it works with Fortran.
11097
11098 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
11099 More on relocating stabs in ELF files.
11100
11101Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11102
11103 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
11104
11105Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11106
11107 * stabs.texinfo (Local Variable Parameters): Talk about nameless
11108 parameters on VAX.
11109
11110Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11111
11112 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
11113
11114Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11115
11116 * stabs.texinfo: Make info author notice match the TeX author notice.
11117
11118Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11119
11120 * stabs.texinfo: Initial-caps all words in node names and
11121 non-trivial words in section names.
11122
11123Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11124
11125 * stabs.texinfo: Many minor cleanups.
11126
11127 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
11128
11129Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
11130
11131 * stabs.texinfo: Remove full description of big example.
11132 It's not really helpful; just use pieces of it where appropriate.
11133 Add more Texinfo formatting directives (@samp, etc.).
11134 Use @deffn to define stab types.
11135 Eliminate some wordiness. Break up some nodes.
11136 Add an (alphabetized) index of symbol types.
11137 Use consistent capitalization style in node and section names.
11138
11139Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
11140
11141 * gdb.texinfo: Change typo "Two two" to "The two".
11142
11143Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11144
11145 * stabs.texinfo (XCOFF-differences): Remove references to
11146 non-existent types N_DECL and N_RPSYM.
11147
11148 * stabs.texinfo (String Field): Say that type attributes bug is
11149 fixed in GDB 4.10, since it is.
11150
11151 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
11152
11153Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
11154
11155 * stabs.texinfo: Formatting cleanups.
11156
11157Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11158
11159 * stabs.texinfo: When explaining the n_type of a stab, standardize
11160 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
11161 no tabs, use @r).
11162 (Global Variables): Clean up.
11163
11164Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11165
11166 * stabs.texinfo (Stack Variables): Re-write.
11167
11168Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11169
11170 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
11171 addresses of a source file. Also revise formatting.
11172 Change "object module" or "object file" to "source file".
11173 Various: Miscellaneous cleanups.
11174
11175Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11176
11177 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
11178
11179Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
11180
11181 * gdbint.texinfo: Removed many nonsensical machine-collected
11182 host and target conditionals, described some of the remainder.
11183
11184Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11185
11186 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
11187
11188 * gdbint.texinfo (Top): Add name to @top line, and re-write the
11189 paragraph which follows.
11190
11191 * gdbint.texinfo (Host): Use @code not @samp for Makefile
11192 variables. Looks better and avoids overful hbox.
11193
11194Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11195
11196 * stabs.texinfo (Procedures): Improve stuff on nested functions.
11197
11198Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11199
11200 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
11201 retransmit-timeout
11202
11203Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11204
11205 * gdbint.texinfo: Update statement about `some ancient Unix
11206 systems, like Ultrix 4.0' to Ultrix 4.2.
11207
11208Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
11209
11210 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
11211
11212 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
11213
11214 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
11215 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
11216
11217 * remote.texi: new name for former gdbinv-s.texi
11218
11219 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
11220
11221Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
11222
11223 * gdbinv-s.texi: Documented timeout and retransmit-timeout
11224 variables for MIPS remote debugging protocol.
11225
11226Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11227
11228 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
11229
11230Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
11231
11232 * Makefile.in (refcard.dvi): Use srcdir where necessary.
11233
11234Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
11235
11236 * gdb.texinfo: repair conditional bugs in text markup
11237
11238Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11239
11240 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
11241 to select Modula-2 material.
11242
11243Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11244
11245 * stabs.texinfo: Cleanups regarding statics.
11246
11247 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
11248 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
11249
11250Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11251
11252 * stabs.texinfo: N_MAIN is sometimes used for C.
11253
11254Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11255
11256 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
11257
11258Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
11259
11260 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
11261 removed from the code by Kingdon.
11262
11263Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11264
11265 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
11266 input when evaluating breakpoint conditions; the bug has been fixed.
11267
11268 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
11269 sets the ignore count to N-1, not to N.
11270
11271Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11272
11273 * refcard.tex (\hoffset): correct longstanding error to match
11274 intended offset; avoids cutting off edge on some printers
11275
11276Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11277
11278 * stabs.texinfo (Parameters): Say that order of stabs is significant.
11279
11280Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11281
11282 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
11283
11284Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11285
11286 * Makefile.in: (REFEDITS) new var to control whether PS or CM
11287 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
11288 collect sed edits if any, apply to refcard before formatting;
11289 (refcard.ps) stop implying PS fonts if PS output requested;
11290 (lrefcard.ps) delete extra target for variant PS fonts
11291
11292 * refcard.tex: parametrize papersize dependent info, collect
11293 in easily replaced spot
11294
11295 * a4rc.sed: new file, edits to refcard for A4 paper
11296
11297Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11298
11299 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
11300
11301Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11302
11303 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
11304
11305Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11306
11307 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
11308 politely rather than rudely.
11309
11310Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11311
11312 * stabs.texinfo: Document common blocks.
11313
11314Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
11315
11316 * stabs.texinfo: Add some basic info about stabs-in-elf.
11317
11318Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11319
11320 * stabs.texinfo (Top): Minor cleanup.
11321
11322Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
11323
11324 * Makefile.in (install-info): remove parentdir support
11325
11326Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11327
11328 * gdb.texinfo (Copying): delete this node and references to it;
11329 RMS says this manual need not carry GPL. (passim): Improvements
11330 from last round at FSF, largely due to Ian Taylor review, and
11331 minor formatting improvements.
11332
11333 * gdbinv-s.texi (passim): Improvements from last round at FSF,
11334 largely due to Ian Taylor review. (Debug Session): minor edits to
11335 new text.
11336
11337Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
11338
11339 * Makefile.in (realclean): Remove info and dvi files too.
11340
11341Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
11342
11343 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
11344 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
11345 * gdb.texinfo: Change accordingly.
11346
11347 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
11348 N_{L,R}BRAC,N_SLINE are relative to.
11349
11350Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
11351
11352 * Makefile.in (GDBvn.texi): Update atomically.
11353
11354Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
11355
11356 * gdbinv-s.texi (Debug Session): Document exceptionHook.
11357
11358Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
11359
11360 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
11361 addresses together. Also motivate the set print symbol-filename
11362 command and suggest other solutions.
11363
11364Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
11365
11366 * gdb.texinfo (set print elements): Note that the number of
11367 elements is set to unlimited by "set print elements 0".
11368
11369Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
11370
11371 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
11372 NF_LDOUBLE means.
11373 (Stab Types): Include Solaris stab types.
11374 (Procedures): Document Solaris extensions.
11375
11376Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11377
11378 * gdb.texinfo: Add `set print symbol-filename' doc.
11379
11380Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11381
11382 * stabs.texinfo (Arrays): Talk about type definition vs. type
11383 information.
11384
11385 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
11386 the trailing semicolon.
11387
11388Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11389
11390 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
11391 and merge in other parts of the document addressing these subjects.
11392 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
11393
11394 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
11395 at the end of a range type.
11396
11397 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
11398 AIX extensions.
11399
11400Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11401
11402 * stabs.texinfo (Stabs Format): Misc fixes.
11403
11404Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11405
11406 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
11407 (Traditional builtin types): Document convex convention for long long.
11408 (Negative builtin types): Discuss type names, and misc fixes.
11409
11410Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11411
11412 * stabs.texinfo (Builtin Type Descriptors): Document the floating
11413 point types used with @samp{R} type descriptor.
11414 (Symbol Descriptors): Describe how to handle conflict between
11415 different meanings of @samp{P} symbol descriptor.
11416
11417Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11418
11419 * stabs.texinfo: Remove node Quick Reference and put its children
11420 directly under the main menu.
11421
11422 * stabs.texinfo: Many more changes to bring it into line with
11423 AIX documentation and reality. I think it now has all the
11424 information from the AIX documentation, except that I burned
11425 out when I got to variant records (Pascal and Modula-2) and
11426 all the COBOL types. Oh well, we can add them later when we're
11427 worrying more about those languages.
11428
11429 * stabs.texinfo (Automatic variables): Talk about what it means
11430 to omit the symbol descriptor.
11431
11432Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11433
11434 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
11435 gcc2 behavior with promoted args.
11436
11437Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11438
11439 * gdb.texinfo: include readline appendices in info version of manual
11440
11441Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11442
11443 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
11444 target remote.
11445
11446 * gdb.texinfo (Machine Code): more index entries for disassemble
11447
11448Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
11449
11450 * Clarify the intended use of the gdb-testers and gdb-patches
11451 mailing lists, and shrink gzip comment.
11452
11453Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11454
11455 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
11456 DOSHOST configuration of manual.
11457
11458 * gdb.texinfo (MIPS Stack): new node.
11459
11460 * all-config.texi (MIPS) new switch.
11461
11462 * gdbinv-s.texi (Nindy Options) Remove two instances of future
11463 tense; (MIPS Remote) new node.
11464
11465 * gdb.texinfo (passim) rephrases to work around makeinfo @value
11466 bug; (Environment) less passive, other small cleanups in text about
11467 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
11468 (Remote) new MIPS Remote menu entry.
11469
11470Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
11471
11472 * stabs.texinfo: Many changes to include information from the
11473 AIX documentation.
11474
11475 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
11476
11477Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
11478
11479 * gdbint.texinfo (new node Debugging GDB, elsewhere):
11480 Move a bunch of information from ../README.
11481 (Getting Started): New node.
11482
11483Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11484
11485 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
11486
11487 * gdb.texinfo: advance manual revision dates to present
11488
11489 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
11490 stop using silly Roman numerals in @set variable names
11491
11492Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
11493
11494 * stabs.texinfo (Parameters): Keep trying to get this right.
11495
11496Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
11497
11498 * stabs.texinfo (Parameters): More on "local parameters".
11499
11500Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
11501
11502 * stabs.texinfo (Parameters): Re-do "local parameters" section.
11503
11504Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
11505
11506 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
11507 (Parameters): Rewrite.
11508 (xcoff-differences, Sun-differences): Minor changes.
11509
11510Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
11511
11512 * stabs.texinfo: Minor cleanup.
11513
11514Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
11515
11516 * gdbint.texinfo: Minor xcoff stuff.
11517
11518Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
11519
11520 * gdbint.texinfo: Update for new config directory structure.
11521 Add info about internal type data structures.
11522
11523Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
11524
11525 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
11526 $(srcdir).
11527 (gdb-config.texi): Depend on file in $(srcdir).
11528
11529Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
11530
11531 * stabs.texinfo: Fixes about N_SO.
11532
11533Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11534
11535 * gdb.texinfo: include list of nonstandard init file names
11536
11537 * *-config.texi: new switch GENERIC for text that applies *only*
11538 to (usual) multiple-target version of manual
11539
11540 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
11541 h8 config
11542
11543 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
11544 in menus (rather than conditionally selected multiple alternative
11545 menus).
11546
11547 * Makefile.in: define and use DOC_CONFIG var to select
11548 configuration for GDB user manual.
11549
11550 * gdb-config.texi: delete from repository, generate from Makefile.
11551
11552 * all-config.texi: normal `generic' configuration file, formerly
11553 stored as gdb-config.texi
11554
11555Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
11556
11557 * Makefile.in: add dvi target to build all .dvi files
11558
11559Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11560
11561 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
11562
11563Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
11564
11565 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
11566 host conditionals.
11567 * stabs.texinfo: More array fixes inspired by Jim's.
11568
11569Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
11570
11571 * stabs.texinfo: Fixes re arrays and continuations.
11572
11573 * gdbint.texinfo: Add XCOFF node.
11574
11575Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
11576
11577 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
11578
11579Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
11580
11581 * stabs.texinfo: Fix for array types to mention lower bounds.
11582
11583Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
11584
11585 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
11586
11587Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
11588
11589 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
11590
11591Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
11592
11593 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
11594 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
11595
11596Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
11597
11598 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
11599
11600Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11601
11602 * gdb.texinfo, gdbinv-s.texi: misc updates
11603
11604Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
11605
11606 * gdbint.texinfo: Brief documentation for longjmp support,
11607 from an email msg by Stu.
11608
11609Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
11610
11611 * stabs.texinfo: Fix description of floating point "range"
11612 types (which really define basic types). Reported by Jim Meehan,
11613 <meehan@src.dec.com>.
11614
11615 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
11616
11617Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
11618
11619 * gdbint.texinfo: Slightly expand section on supporting a new
11620 object file format.
11621
11622Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
11623
11624 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
11625 intermediate file.
11626
11627Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11628
11629 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
11630
11631Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11632
11633 * gdbinv-s.texi: z8000 simulator target name is just "sim"
11634
11635 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
11636 as well as Z8002.
11637
11638Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
11639
11640 * gdbint.texinfo: Add sections on clean design and on how to send
11641 in changes.
11642
11643Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
11644
11645 * gdbint.texinfo: Add how to declare the result of make_cleanup.
11646
11647Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
11648
11649 * gdb.texinfo: Fix typo, reported by Karl Berry.
11650
11651Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
11652
11653 * gdb.texinfo: Add opcodes dir to GDB distribution description.
11654
11655Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11656
11657 * gdbint.texinfo: fixed a stray email address (needs @@),
11658 added @table @code to node "Native Conditionals"
11659
11660Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
11661
11662 * gdbint.texinfo: Describe coding style of GDB.
11663
11664Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
11665
11666 * stabs.texinfo: Minor wording changes.
11667
11668Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
11669
11670 * gdbint.texinfo: Improve release doc slightly.
11671
11672Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
11673
11674 * gdbint.texinfo: Improve doc of GDB config macros.
11675
11676Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
11677
11678 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
11679 These will be reinserted when examined.
11680
11681Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
11682
11683 * gdbint.texinfo: Make a start at documenting all the #if macros
11684 in GDB. At least list them all, and start separating them into
11685 host-specific and target-specific.
11686
11687Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11688
11689 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
11690 examples (not consistent w others).
11691 gdb.texinfo: issue disclaimer paragraph on cmdline options only
11692 for generic vn of doc
11693
11694Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
11695
11696 * Makefile.in: always create installation directories.
11697
11698Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11699
11700 * gdb.texinfo: in h8 config, do not describe searching commands.
11701
11702Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11703
11704 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
11705 conditionals; introduce a few generic switches that may be
11706 useful for other cross-dev or dos-hosted configs.
11707
11708 * gdb.texinfo: fix typo in "info reg" description
11709
11710Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
11711
11712 * stabs.texinfo: Minor updates from running TeX over it.
11713 * Makefile.in (stabs.dvi, stabs.ps): Add.
11714
11715Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
11716
11717 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
11718 First pass at converting it to texinfo.
11719
11720Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
11721
11722 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
11723 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
11724
11725Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
11726
11727 * gdbint.texinfo: Add section on partial symbol tables.
11728
11729Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
11730
11731 * gdb.texinfo: document `set remotedebug' and `set
11732 rstack_high_address'.
11733
11734Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11735
11736 * gdb.texinfo: slight expansion of new text on reading info files
11737 * gdbinv-s.m4.in: correct and expand info on cross-debugging
11738 H8/300 from DOS.
11739
11740Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
11741
11742 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
11743
11744Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
11745
11746 * gdb.texinfo: Say how to read the `info' files.
11747
11748Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
11749
11750 * Makefile.in: gm4 -> m4.
11751
11752Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
11753
11754 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
11755 Documentation' ahead of `Installing GDB' to match README.
11756 Update shared library doc, -readnow and -mapped, and directory
11757 structure (add glob and mmalloc). Update configure doc.
11758
11759Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
11760
11761 * Makefile.in: remove $(srcdir) from gdb.info rule.
11762
11763Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11764
11765 * Makefile.in: commented out gdb-all.texinfo rule. This is
11766 temporary.
11767
11768Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
11769
11770 * Makefile.in, configure.in: removed traces of namesubdir,
11771 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
11772 copyrights to '92, '13, changed some from Cygnus to FSF.
11773
11774Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
11775
11776 * gdb.texinfo: Improve how we ask for bug reports.
11777
11778Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11779
11780 * Makefile.in: infodir belongs in datadir.
11781
11782Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11783
11784 * Makefile.in: remove spaces following hyphens, bsd make can't
11785 cope. install using INSTALL_DATA. added clean-info. added
11786 standards.text support.
11787
11788Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11789
11790 * Makefile.in: idestdir and ddestdir go away. Added copyrights
11791 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
11792 and mandir now keyed off datadir by default.
11793
11794\f
11795Local Variables:
11796mode: change-log
11797left-margin: 8
11798fill-column: 74
11799version-control: never
11800coding: utf-8
11801End:
This page took 0.067543 seconds and 4 git commands to generate.