Add FreeBSD/mips architecture.
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
1 2017-01-04 John Baldwin <jhb@FreeBSD.org>
2
3 * gdb.texinfo (Contributors): Add SRI International and University
4 of Cambridge for FreeBSD/mips.
5
6 2016-12-22 Doug Evans <xdje42@gmail.com>
7
8 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
9 commands.
10
11 2016-12-02 Pedro Alves <palves@redhat.com>
12
13 * gdb.texinfo (User-defined Commands): Limit on number of
14 arguments passed to user-defined commands removed; update.
15
16 2016-12-02 Pedro Alves <palves@redhat.com>
17
18 PR cli/20559
19 * gdb.texinfo (Define): Add example of using "eval" to process a
20 variable number of arguments.
21 (Output) <eval>: Add anchor.
22
23 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
24
25 * Makefile.in: Likewise.
26
27 2016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
28
29 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
30 xref.
31
32 2016-10-29 Pedro Alves <palves@redhat.com>
33
34 * gdb.texinfo (Packets) <vCont>: Remove mention of default
35 actions.
36
37 2016-10-26 Pedro Alves <palves@redhat.com>
38
39 * gdb.texinfo (Packets): Clarify vCont packets with multiple
40 actions that match a thread, and what happens when an action
41 matches a thread that is already running.
42
43 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
44
45 * gdb.texinfo (Using Trace Files): Fix typo.
46 (GDB/MI Tracepoint Commands): Likewise.
47
48 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
49
50 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
51 of -trace-save.
52
53 2016-10-06 Tom Tromey <tom@tromey.com>
54
55 * guile.texi (Types In Guile): Remove Java mentions.
56 * python.texi (Types In Python): Remove Java mentions.
57 * gdb.texinfo (Address Locations, Supported Languages)
58 (Index Section Format): Remove Java mentions.
59
60 2016-08-15 Doug Evans <dje@google.com>
61
62 * gdb.texinfo (Target Description Format): Update docs on "end"
63 field spec and field default type.
64
65 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
66 2016-10-03 Simon Marchi <simon.marchi@ericsson.com>
67
68 PR gdb/20487
69 * gdb.texinfo (Context management): Update mention of frame
70 change notifications.
71 (gdb/mi Async Records): Document frame field in
72 =thread-select event.
73 * observer.texi (GDB Observers): New user_selected_context_changed
74 observer.
75
76 2016-09-28 Tom Tromey <tom@tromey.com>
77
78 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
79 than "memory breakpoint". Further document "kind". Move
80 protocol-details link earlier.
81 <z1>: Document the cmd_list argument. Fix typo.
82 <g>: Remove incorrect sentence.
83 (Stop Reply Packets): Document "OK" response to requests when in
84 non-stop mode.
85 <swbreak>: Use "software breakpoint" rather than "memory
86 breakpoint".
87 <create>: Document that "R" is ignored.
88 <W, X, w>: Document formatting of "AA".
89 (Notification Packets): Use "%Stop", not "%%Stop".
90
91 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
92
93 * gdb.texinfo (Embedded Processors): Document ARC.
94 (Synopsys ARC): New section.
95 (Standard Target Features): Document ARC features.
96 (ARC Features): New section.
97
98 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
99
100 * .gitignore: New file.
101
102 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
103
104 * gdb.texinfo (Input/Output): Mention possibility to unset
105 inferior-tty.
106
107 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
108
109 * gdb.texinfo: Resume btrace on reconnect.
110
111 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
112
113 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
114 syscall.
115
116 2016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
117
118 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
119 command.
120
121 2016-07-13 Tom Tromey <tom@tromey.com>
122
123 PR python/15620, PR python/18620:
124 * python.texi (Events In Python): Document new breakpoint events.
125
126 2016-07-13 Tom Tromey <tom@tromey.com>
127
128 PR python/17698:
129 * python.texi (Breakpoints In Python): Document
130 Breakpoint.pending.
131
132 2016-07-13 Tom Tromey <tom@tromey.com>
133
134 * python.texi (Breakpoints In Python): Move table of types and
135 table of watchpoint types earlier in node.
136
137 2016-07-12 Tom Tromey <tom@tromey.com>
138
139 PR python/19293:
140 * python.texi (Frames In Python): Document
141 gdb.invalidate_cached_frames.
142
143 2016-06-21 Pedro Alves <palves@redhat.com>
144
145 * gdb.texinfo (Interpreters): Update intepreter-exec section,
146 document new-ui and explain use case.
147
148 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
149
150 * gdb.texinfo (Standard Target Features): Document NDS32 features.
151 (NDS32 Features): New Section.
152
153 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
154
155 * gdb.texinfo (Examining Memory): Document negative repeat
156 count in the 'x' command.
157
158 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
159
160 * gdb.texinfo (GDB/MI Async Records): Document method and
161 format fields in =record-started.
162 * observer.texi (record_changed): Add method and format
163 parameters.
164
165 2016-05-27 Eli Zaretskii <eliz@gnu.org>
166
167 * gdb.texinfo (General Query Packets): Move the description of the
168 response before the long list of the specific 'read' and 'write'
169 requests.
170
171 2016-05-23 Tom Tromey <tom@tromey.com>
172
173 * python.texi (Basic Python): Document gdb.breakpoints return.
174
175 2016-05-24 Tom Tromey <tom@tromey.com>
176
177 PR gdb/19194:
178 * gdb.texinfo (gdb man): Fix typo.
179
180 2016-05-17 Tom Tromey <tom@tromey.com>
181
182 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
183 (Rust): New node.
184
185 2016-05-17 Tom Tromey <tom@tromey.com>
186
187 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
188
189 2016-04-27 Yao Qi <yao.qi@linaro.org>
190
191 * gdb.texinfo (tfind): Complete doc about tfind without
192 argument.
193
194 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
195
196 * agentexpr.texi (byte): Fix zero_ext description.
197
198 2016-03-31 Pedro Alves <palves@redhat.com>
199
200 * gdb.texinfo (M32R/SDI): Delete node.
201 (MIPS Embedded): Remove references to the MIPS remote debugging
202 protocol, PMON and variants, and the associated commands.
203
204 2016-03-15 Doug Evans <dje@google.com>
205
206 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
207 (Target Description Format): Mention enum types. Update docs on
208 flags types.
209 (Predefined Target Types): Add "bool".
210 (Enum Target Types): New node.
211
212 2016-03-15 Pedro Alves <palves@redhat.com>
213
214 * gdb.texinfo (Tracepoint Actions): Fix typo.
215
216 2016-03-15 Pedro Alves <palves@redhat.com>
217 Andreas Arnez <arnez@linux.vnet.ibm.com>
218 Marcin Kościelnicki <koriakin@0x04.net>
219
220 * gdb.texinfo (Tracepoint Actions): Document possible
221 unreliability of '$_ret'.
222
223 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
224
225 * gdb.texinfo (Symbols): Document new 'maint info line-table'
226 command.
227
228 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
229
230 * gdb.texinfo (Convenience Functions): Document $_as_string.
231
232 2016-02-23 Doug Evans <dje@google.com>
233
234 * gdb.texinfo (Skipping Over Functions and Files): Document new
235 options to "skip" command. Update docs of output of "info skip".
236
237 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
238
239 * gdb.texinfo (Signals): Add bound violation display hints for
240 a SIGSEGV.
241
242 2016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
243
244 * gdb.texinfo (Trace File Format): Add documentation for description
245 section lines.
246
247 2016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
248
249 * gdb.texinfo (Trace File Format): Remove misleading information
250 about register block ordering.
251
252 2016-02-01 Doug Evans <dje@google.com>
253
254 * gdb.texinfo (Value Sizes): Fix typo.
255
256 2016-02-01 Doug Evans <dje@google.com>
257
258 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
259
260 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
261
262 * gdb.texinfo (Value Sizes): New section.
263 (Data): Add the 'Value Sizes' node to the menu.
264
265 2016-01-26 John Baldwin <jhb@FreeBSD.org>
266
267 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
268
269 2016-01-19 John Baldwin <jhb@FreeBSD.org>
270
271 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
272
273 2016-01-18 Pedro Alves <palves@redhat.com>
274
275 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
276 of the thread that hit a breakpoint or received a signal.
277
278 2016-01-15 Pedro Alves <palves@redhat.com>
279
280 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
281
282 2016-01-13 Pedro Alves <palves@redhat.com>
283
284 * gdb.texinfo (Threads): Document the $_gthread convenience
285 variable.
286 (Convenience Vars): Likewise.
287
288 2016-01-13 Pedro Alves <palves@redhat.com>
289
290 * gdb.texinfo (Threads): Document "info threads -gid".
291
292 2016-01-13 Pedro Alves <palves@redhat.com>
293
294 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
295 anchor.
296 (Threads In Python): Document new InferiorThread.global_num
297 attribute.
298
299 2016-01-07 Pedro Alves <palves@redhat.com>
300
301 * gdb.texinfo (Threads): Document per-inferior thread IDs,
302 qualified thread IDs, global thread IDs and thread ID lists.
303 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
304 thread IDs.
305 (Convenience Vars): Document the $_thread convenience variable.
306 (Ada Tasks): Adjust to refer to thread IDs.
307 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
308 Commands, GDB/MI Variable Objects): Update to mention global
309 thread IDs.
310 * guile.texi (Breakpoints In Guile)
311 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
312 global thread IDs instead of thread IDs.
313 * python.texi (Threads In Python): Adjust documentation of
314 InferiorThread.num.
315 (Breakpoint.thread): Mention global thread IDs instead of thread
316 IDs.
317
318 2016-01-13 Pedro Alves <palves@redhat.com>
319
320 * python.texi (Threads In Python): Document
321 InferiorThread.inferior.
322
323 2016-01-13 Pedro Alves <palves@redhat.com>
324
325 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
326 convenience variable.
327 (Convenience Vars): Likewise.
328
329 2016-01-12 Josh Stone <jistone@redhat.com>
330 Philippe Waroquiers <philippe.waroquiers@skynet.be>
331
332 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
333 (Stop Reply Packets): List the syscall entry and return stop reasons.
334 (General Query Packets): Describe QCatchSyscalls, and add it to the
335 table and the detailed list of stub features.
336
337 2016-01-12 Pedro Alves <palves@redhat.com>
338
339 Remove use of the registered trademark symbol throughout.
340
341 2016-01-12 Yao Qi <yao.qi@linaro.org>
342
343 * gdb.texinfo (Interrupts): Update the document on handling
344 interrupt when program is stopped.
345
346 2015-12-11 Don Breazeal <donb@codesourcery.com>
347
348 * gdb.texinfo (Forks): Correct Linux kernel version where
349 fork and exec events are supported, add notes about support
350 of these events in target remote mode.
351 (Connecting): Reorganize and clarify distinctions between
352 target remote, extended-remote, and multiprocess.
353 Reorganize related text from separate sections into new
354 sections.
355 (Server): Note effects of target extended-remote mode.
356 Delete section on Multi-Process Mode for gdbserver.
357 Move some text to "Connecting" node.
358
359 2015-12-10 Pedro Alves <palves@redhat.com>
360
361 * gdb.texinfo (Threads): Replace warning with explanation
362 about single-threaded programs.
363
364 2015-12-10 Pedro Alves <palves@redhat.com>
365
366 * gdb.texinfo (Threads): Remove mention of SGI.
367 (Forks): Remove mention of HP-UX.
368 (Breakpoints): Remove mention of HP-UX.
369 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
370 Reword in terms of architectures.
371 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
372 mention supported systems.
373 (Convenience Vars): Don't mention HP-UX.
374 (Jumping): Remove mention of HP-UX in comment.
375 (Files) <shared libraries>: Update supported shared library types
376 list. Remove mention of HP-UX.
377 (Native): Remove HP-UX subsection.
378 (SVR4 Process Information): Remove mention of HP-UX.
379
380 2015-12-10 Pedro Alves <palves@redhat.com>
381
382 * gdb.texinfo (Stack): Reorder menu.
383
384 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
385
386 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
387 -var-set-format's new zero-hexadecimal format.
388
389 2015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
390
391 * gdb.texinfo (Ada Mode Into): Move overloading support
392 description to its own node.
393 (Overloading support for Ada): New node.
394
395 2015-11-30 Pedro Alves <palves@redhat.com>
396
397 PR 14618
398 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
399 (Remote Configuration): Add the "set/show remote
400 no-resumed-stop-reply" to the available settings table.
401 (General Query Packets): Document the "no-resumed" qSupported
402 feature.
403
404 2015-11-30 Pedro Alves <palves@redhat.com>
405
406 * gdb.texinfo (Remote Configuration): List "set/show remote
407 thread-events" command in configuration table.
408 (Stop Reply Packets): Document "T05 create" stop
409 reason and 'w' stop reply.
410 (General Query Packets): Document QThreadEvents packet. Document
411 QThreadEvents qSupported feature.
412
413 2015-11-30 Pedro Alves <palves@redhat.com>
414
415 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
416 anchor.
417 (Packets): Document vCtrlC.
418
419 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
420
421 * gdb.texinfo (Thread List Format): Mention thread names.
422
423 2015-11-24 Pedro Alves <palves@redhat.com>
424
425 PR 17539
426 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
427 program-spaces" example to ascending order listing.
428 (Threads): Adjust "info threads" example to ascending order
429 listing.
430 (Forks): Adjust "info inferiors" example to ascending order
431 listing.
432
433 2015-11-04 Markus Metzger <markus.t.metzger@intel.com>
434
435 * gdb.texinfo (Process Record and Replay): Document "record
436 instruction-history" modifiers.
437
438 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
439
440 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
441 description.
442 (Frame Filter Management): Move to later in the 'Examining the
443 Stack' chapter.
444 (Selection): Add entry for 'select-frame'.
445
446 2015-09-25 Doug Evans <dje@google.com>
447
448 * gdb.texinfo (Process Record and Replay): Fix syntax of
449 "record instruction-history begin, end" and
450 "record function-call-history begin, end".
451
452 2015-09-22 Simon Marchi <simon.marchi@ericsson.com>
453
454 * gdb.texinfo (Specifying Source Directories): Fix
455 substitute-path example.
456
457 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
458
459 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
460
461 2015-09-15 Pedro Alves <palves@redhat.com>
462
463 PR remote/18965
464 * gdb.texinfo (Stop Reply Packets): Revert previous change to
465 the vforkdone description.
466
467 2015-09-15 Pedro Alves <palves@redhat.com>
468
469 PR remote/18965
470 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
471 part indicates the thread ID of the parent process.
472
473 2015-09-15 Yao Qi <yao.qi@linaro.org>
474
475 * gdb.texinfo (General Query Packets): Add vContSupported to
476 tables of 'gdbfeatures' and 'stub features' supported in the
477 qSupported packet, as well as to the list containing stub
478 feature details.
479
480 2015-09-11 Don Breazeal <donb@codesourcery.com>
481
482 * gdb.texinfo (Remote Configuration): Add exec event
483 feature to table of packet settings.
484 (Stop Reply Packets): Add exec events to the list of stop
485 reasons.
486 (General Query Packets): Add exec events to tables of
487 'gdbfeatures' and 'stub features' supported in the qSupported
488 packet, as well as to the list containing stub feature
489 details.
490
491 2015-08-24 Pedro Alves <palves@redhat.com>
492
493 * gdb.texinfo (Remote Configuration): Document the "set/show
494 remote multiprocess-extensions-packet" commands.
495
496 2015-08-24 Pedro Alves <palves@redhat.com>
497
498 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
499 <M32R>: Remove references to M32R/D.
500 <M68K>: Remove references to target dbug.
501 <MIPS Embedded>: Remove references to target r3900 and target
502 array.
503 <PowerPC Embedded>: Remove references to target dink32 and target
504 ppcbug, target sds
505 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
506
507 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
508
509 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
510
511 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
512
513 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
514
515 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
516
517 * gdb.texinfo (Maintenance Commands): Move documentation of "main
518 info bfds" to...
519 (File Caching): A New section. Outline bfd caching, and add new
520 description for "main set/show bfd-sharing".
521
522 2015-08-14 Doug Evans <xdje42@gmail.com>
523
524 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
525 disassembly.
526 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
527
528 2015-08-11 Keith Seitz <keiths@redhat.com>
529
530 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
531 Use "location(s)"instead of "linespec(s)".
532 (Specifying a Location): Rewrite.
533 Add subsections describing linespec, address, and explicit locations.
534 Add node/menu for each subsection.
535 (Source and Machine Code, C Preprocessor Macros)
536 (Create and Delete Trace points)
537 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
538 (Continuing at a Different Address): Remove "linespec" examples.
539 Add reference to "Specify a Location"
540 (The -break-insert Command): Rewrite. Add anchor.
541 Add reference to appropriate manual section discussing locations.
542 (The -dprintf-insert Command): Refer to -break-insert for
543 specification of 'location'.
544
545 2015-08-07 Pedro Alves <palves@redhat.com>
546
547 * gdb.texinfo (Maintenance Commands): Document "maint set/show
548 target-non-stop".
549
550 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
551
552 * gdb.texinfo (Process Record and Replay): Document prefixing of
553 speculatively executed instructions in the "record instruction-history"
554 command.
555
556 2015-07-20 Doug Evans <dje@google.com>
557
558 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
559
560 2015-07-16 Doug Evans <dje@google.com>
561
562 * stabs.texinfo: @include gdb-cfg.texi.
563
564 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
565
566 Revert the previous 2 commits:
567 gdbserver build-id attribute generator
568 Validate symbol file using build-id
569
570 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
571
572 * gdb.texinfo (Files): Add 'set validate-build-id'
573 and 'show validate-build-id'.
574
575 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
576 Jan Kratochvil <jan.kratochvil@redhat.com>
577
578 gdbserver build-id attribute generator.
579 * gdb.texinfo (Library List Format for SVR4 Targets): Add
580 'build-id' in description, example, new attribute in dtd.
581
582 2015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
583
584 * gdb.texinfo (Selection): Update documentation for 'frame'
585 command.
586
587 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
588
589 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
590 commands.
591
592 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
593
594 * gdb.texinfo (Process Record and Replay): Spell out that variables
595 and registers are not available during btrace replay.
596 Describe the new "record btrace pt" command.
597 Describe the new "set|show record btrace pt buffer-size" options.
598 (General Query Packets): Describe the new Qbtrace:pt and
599 Qbtrace-conf:pt:size packets.
600 Expand "bts" to "Branch Trace Store".
601 Update the branch trace DTD.
602
603 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
604
605 * gdb.texinfo (Command History): Document the new option
606 "history remove-duplicates".
607
608 2015-06-19 Doug Evans <dje@google.com>
609
610 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
611 longer supported.
612
613 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
614
615 * gdb.texinfo (Command History): Mention that setting
616 GDBHISTSIZE to the empty string disables history truncation.
617
618 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
619
620 PR gdb/16999
621 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
622 behavior.
623
624 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
625
626 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
627 with GDBHISTSIZE.
628
629 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
630
631 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
632 bytes and memory units for -data-{read,write}-memory-bytes.
633 (Packets): Same for m, M and X packets.
634 * python.texi (Inferiors In Python): Same for read_memory and
635 write_memory.
636
637 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
638
639 * gdb.texinfo (Separate Debug Files): Document that PE is also
640 supported.
641
642 2015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
643
644 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
645 single table entry.
646
647 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
648
649 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
650
651
652 2015-06-10 Gary Benson <gbenson@redhat.com>
653
654 * gdb.texinfo (Remote Configuration): Document the
655 "set/show remote hostio-setfs-packet" command.
656 (Host I/O Packets): Document the vFile:setfs packet.
657
658 2015-06-10 Gary Benson <gbenson@redhat.com>
659
660 * gdb.texinfo (Debugging Output): Document the "set/show debug
661 linux-namespaces" command.
662
663 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
664 Mircea Gherzan <mircea.gherzan@intel.com>
665
666 * gdb.texinfo (i386): Add documentation about "show mpx bound"
667 and "set mpx bound".
668
669 2015-05-27 Doug Evans <dje@google.com>
670
671 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
672
673 2015-05-26 Doug Evans <dje@google.com>
674
675 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
676 command renamings.
677 (Maintenance Commands): Update for DWARF "set debug" command renamings.
678
679 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
680
681 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
682
683 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
684
685 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
686 (TUI Commands): Add 'tui enable' and 'tui disable' details.
687
688 2015-05-16 Doug Evans <xdje42@gmail.com>
689
690 * guile.texi (Memory Ports in Guile): Document support for unbuffered
691 memory ports.
692
693 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
694
695 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
696
697 2015-05-12 Don Breazeal <donb@codesourcery.com>
698
699 * gdb.texinfo (Forks): Note that fork debugging is
700 supported in extended mode.
701 (Remote Configuration): Add fork event features to table
702 of packet settings.
703 (Stop Reply Packets): Add fork events to list of stop reasons.
704 (General Query Packets): Add fork events to tables of
705 'gdbfeatures' and 'stub features' supported in the qSupported
706 packet, as well as to the list containing stub feature
707 details.
708
709 2015-05-12 Gary Benson <gbenson@redhat.com>
710
711 * gdb.texinfo (General Query Packets): Document
712 qXfer:exec-file:read with empty annex.
713
714 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
715
716 * python.texi (Values From Inferior): Add descriptions of new
717 methods gdb.Value.reference_value and gdb.Value.const_value.
718
719 2015-05-06 Joel Brobecker <brobecker@adacore.com>
720
721 * gdb.texinfo (Files): Add "info dll" documentation.
722 (Cygwin Native): Remove "info dll" documentation.
723
724 2015-04-29 Doug Evans <dje@google.com>
725
726 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
727 Document.
728 (Writing an Xmethod): Add get_result_type to example.
729
730 2015-04-28 Sasha Smundak <asmundak@google.com>
731
732 * python.texi: New method documented.
733
734 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
735
736 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
737 format.
738
739 2015-04-24 Doug Evans <dje@google.com>
740
741 * python.texi (Xmethods In Python): Fix name of method to call the
742 xmethod.
743
744 2015-04-17 Gary Benson <gbenson@redhat.com>
745
746 * gdb.texinfo (Connecting to a Remote Target): Mention that
747 GDB can access program files from remote targets that support
748 qXfer:exec-file:read and Host I/O packets.
749
750 2015-04-17 Gary Benson <gbenson@redhat.com>
751
752 * gdb.texinfo (Remote Configuration): Document the "set/show
753 remote pid-to-exec-file-packet" command.
754 (General Query Packets): Document the qXfer:exec-file:read
755 qSupported features. Document the qXfer:exec-file:read packet.
756
757 2015-04-17 Gary Benson <gbenson@redhat.com>
758
759 * gdb.texinfo (set sysroot): Document that "set sysroot" also
760 applies to executable paths if supplied to GDB as absolute.
761
762 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
763
764 * gdb.texinfo (Mode Options): Remove -xdb.
765
766 2015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
767 Eli Zaretskii <eliz@gnu.org>
768
769 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
770 compile, show debug compile. New subsection Compilation options for
771 the compile command. New subsection Compiler search for the compile
772 command.
773
774 2015-04-09 Andy Wingo <wingo@igalia.com>
775
776 * guile.texi (Frames In Guile): Describe frame-read-register.
777
778 2015-04-02 Gary Benson <gbenson@redhat.com>
779
780 * gdb.texinfo (set sysroot): Document "target:".
781
782 2015-04-01 Sasha Smundak <asmundak@google.com>
783
784 * doc/python.texi (Writing a Frame Unwinder in Python): Add
785 section.
786
787 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
788
789 PR corefiles/16092
790 * gdb.texinfo (gcore): Mention new command 'set
791 use-coredump-filter'.
792 (set use-coredump-filter): Document new command.
793
794 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
795
796 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
797 documentation, reorder the info os entries in alphabetical order.
798
799 2015-03-26 Simon Marchi <simon.marchi@ericsson.com>
800
801 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
802 -data-write-memory-bytes.
803
804 2015-03-24 Pedro Alves <palves@redhat.com>
805
806 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
807 mention that threads may sometimes run unlocked.
808
809 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
810
811 * gdb.texinfo (Remote configuration): Document "set/show
812 serial parity" command.
813
814 2015-03-18 Gary Benson <gbenson@redhat.com>
815
816 * gdb.texinfo (General Query Packets): Remove documentation
817 for now-removed vFile:fstat qSupported features.
818
819 2015-03-11 Gary Benson <gbenson@redhat.com>
820
821 * gdb.texinfo (Remote Configuration): Document the
822 "set/show remote hostio-fstat-packet" command.
823 (General Query Packets): Document the vFile:fstat
824 qSupported features.
825 (Host I/O Packets): Document the vFile:fstat packet.
826
827 2015-03-11 Andy Wingo <wingo@igalia.com>
828
829 * guile.texi (Objfiles In Guile): Document objfile-progspace.
830
831 2015-03-04 Pedro Alves <palves@redhat.com>
832
833 * gdb.texinfo (Remote Configuration): Document the "set/show
834 remote swbreak-feature-packet" and "set/show remote
835 hwbreak-feature-packet" commands.
836 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
837 decription.
838 (Stop Reply Packets): Document the swbreak and hwbreak stop
839 reasons.
840 (General Query Packets): Document the swbreak and hwbreak
841 qSupported features.
842 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
843
844 2015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
845
846 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
847 under *stopped.
848
849 2015-03-02 Doug Evans <xdje42@gmail.com>
850
851 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
852
853 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
854
855 * gdb.texinfo (S/390 and System z Features): Describe new feature
856 "org.gnu.gdb.s390.vx".
857
858 2015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
859
860 PR gdb/18008
861 * gdb.texinfo (maint internal-error, maint internal-warning, maint
862 demangler-warning): Fix typo ("problam").
863
864 2015-02-19 David Taylor <dtaylor@emc.com>
865
866 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
867
868 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
869
870 * gdb.texinfo (Static Probe Points): Add cindex `static probe
871 point, DTrace'.
872 (Static Probe Points): Modified to cover DTrace probes in addition
873 to SystemTap probes. Also modified to cover the `enable probe'
874 and `disable probe' commands.
875
876 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
877
878 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
879 `disable probe' commands.
880
881 2015-02-12 David Taylor <dtaylor@emc.com>
882
883 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
884 fields of the QTDV packet.
885
886 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
887
888 * gdb.texinfo (Branch Trace Configuration Format): Add size.
889 (Process Record and Replay): Describe new set|show commands.
890 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
891
892 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
893
894 * gdb.texinfo (Process Record and Replay): Describe the "record
895 btrace bts" command.
896 (General Query Packets): Describe qXfer:btrace-conf:read packet.
897 (Branch Trace Configuration Format): New.
898
899 2015-01-31 Gary Benson <gbenson@redhat.com>
900 Doug Evans <dje@google.com>
901
902 * gdb.texinfo (Command Completion): Document new
903 "set/show max-completions" option.
904
905 2015-01-31 Doug Evans <xdje42@gmail.com>
906
907 * gdb.texinfo (Symbols): Document new commands
908 "maint print symbol-cache", "maint print symbol-cache-statistics",
909 "maint flush-symbol-cache". Document new option
910 "maint set symbol-cache-size".
911
912 2015-01-31 Doug Evans <xdje42@gmail.com>
913
914 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
915 distinguish script files vs inlined scripts.
916 * python.texi (Python Auto-loading): Ditto.
917
918 2015-01-30 Doug Evans <dje@google.com>
919
920 * gdb.texinfo (Symbols) <info source>: Output now contains producer
921 string if present.
922
923 2015-01-27 Doug Evans <dje@google.com>
924
925 * python.texi (Objfiles In Python): Document Objfile.username.
926
927 2015-01-27 Doug Evans <dje@google.com>
928
929 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
930 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
931
932 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
933
934 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
935
936 2015-01-16 Eli Zaretskii <eliz@gnu.org>
937
938 * doc/gdb.texinfo (TUI Commands): Document the possible
939 values of NAME argument to 'winheight' command. Explain the
940 effect of 'tabset' setting better.
941
942 2015-01-11 Doug Evans <xdje42@gmail.com>
943
944 PR gdb/15830
945 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
946 (Symbols): Ditto.
947 (Maintenance Commands): Delete docs for "maint demangle".
948
949 2014-12-31 Joel Brobecker <brobecker@adacore.com>
950
951 * gdb.texinfo (Files): Remove documentation of the
952 "add-shared-symbol-files" and "assf" commands.
953 (Cygwin Native): Remove documentation of the "dll-symbols"
954 command.
955
956 2014-12-17 Doug Evans <xdje42@gmail.com>
957
958 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
959
960 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
961 Jan Kratochvil <jan.kratochvil@redhat.com>
962
963 * gdb.texinfo (Altering): Update.
964 (Compiling and Injecting Code): New node.
965
966 2014-12-12 Doug Evans <dje@google.com>
967
968 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
969
970 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
971
972 * gdb.texinfo: Document "maint print user-registers".
973
974 2014-12-08 Doug Evans <dje@google.com>
975
976 * python.texi (Objfiles In Python): Document Objfile.owner.
977
978 2014-12-04 Doug Evans <dje@google.com>
979
980 * python.texi (Objfiles In Python): Document
981 Objfile.add_separate_debug_file.
982
983 2014-12-04 Doug Evans <dje@google.com>
984
985 * python.texi (Objfiles In Python): Document Objfile.build_id.
986
987 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
988
989 * python.texi (Events In Python): Document new events
990 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
991 and RegisterChangedEvent.
992
993 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
994
995 Add add-auto-load-scripts-directory.
996 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
997 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
998
999 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1000
1001 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
1002 description typo.
1003
1004 2014-10-30 Doug Evans <dje@google.com>
1005
1006 * python.texi (Progspaces In Python): Document ability to add
1007 random attributes to gdb.Progspace objects.
1008 (Objfiles In Python): Document ability to add random attributes to
1009 gdb.objfile objects.
1010
1011 2014-10-27 Pedro Alves <palves@redhat.com>
1012
1013 * gdb.texinfo (Continuing and Stepping): Add cross reference to
1014 info on stepping and signal handlers.
1015 (Signals): Explain stepping and signal handlers. Add context
1016 index entry, and cross references.
1017
1018 2014-10-20 Simon Marchi <simon.marchi@ericsson.com>
1019
1020 * python.texi (Breakpoints In Python): Add parenthesis after
1021 Breakpoint.delete. Clarify Breakpoint.enabled description so
1022 that it contains "disable".
1023
1024 2014-10-17 Doug Evans <dje@google.com>
1025
1026 * python.texi (Events In Python): Document clear_objfiles event.
1027
1028 2014-10-17 Doug Evans <dje@google.com>
1029
1030 * python.texi (Objfiles In Python): Document new progspace attribute.
1031
1032 2014-10-17 Pedro Alves <palves@redhat.com>
1033
1034 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
1035 (SVR4 Process Information): Delete mention of OSF/1.
1036
1037 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
1038
1039 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
1040 exit-code field in -list-thread-groups output.
1041
1042 2014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1043
1044 * gdb.texinfo (Set Breaks): Add missing "@end table".
1045
1046 2014-09-22 Pedro Alves <palves@redhat.com>
1047
1048 * gdb.texinfo (Set Breaks): Document that "set breakpoint
1049 always-inserted off" is the default mode now. Delete
1050 documentation of "set breakpoint always-inserted auto".
1051
1052 2014-09-18 Doug Evans <dje@google.com>
1053
1054 * python.texi (Symbol Tables In Python): Document "producer"
1055 attribute of gdb.Symtab objects.
1056
1057 2014-09-16 Pedro Alves <palves@redhat.com>
1058
1059 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
1060 (Embedded OS): Remove VxWorks menu entry.
1061 (VxWorks): Remove node.
1062
1063 2014-09-13 Doug Evans <xdje42@gmail.com>
1064
1065 * gdb.texinfo (Signaling): Document new queue-signal command.
1066
1067 2014-09-06 Doug Evans <xdje42@gmail.com>
1068
1069 PR 15276
1070 * gdb.texinfo (Convenience Funs): Document $_caller_is,
1071 $_caller_matches, $_any_caller_is, $_any_caller_matches.
1072
1073 2014-09-03 Justin Lebar <jlebar@google.com>
1074
1075 * python.texi (Types In Python): Type.template_argument(n) returns a
1076 gdb.Value or a gdb.Type and throws an exception if n is out of
1077 range.
1078
1079 2014-09-03 Sasha Smundak <asmundak@google.com>
1080
1081 * python.texi (Frames in Python): Add read_register description.
1082
1083 2014-08-04 Tom Tromey <tromey@redhat.com>
1084
1085 * gdb.texinfo (Debugging Output): Update for change to "set debug
1086 target".
1087
1088 2014-08-01 Masaki Muranaka <monaka@monami-software.com>
1089
1090 Pushed by Joel Brobecker <brobecker@adacore.com>.
1091 * Makefile.in (transform): New variable.
1092 (install-man1, install-man5): Apply $(transform) to man file names.
1093
1094 2014-07-26 Doug Evans <xdje42@gmail.com>
1095
1096 PR guile/17177
1097 * guile.texi (Guile Pretty Printing API): Fix typo.
1098 Document set-pretty-printers!, pretty-printers.
1099 (Selecting Guile Pretty-Printers): Update.
1100 Mention program-space based pretty-printers.
1101
1102 2014-07-25 Pedro Alves <palves@redhat.com>
1103 Eli Zaretskii <eliz@gnu.org>
1104
1105 * gdb.texinfo (Signaling) <signal command>: Explain what happens
1106 with multi-threaded programs.
1107
1108 2014-06-27 Yao Qi <yao@codesourcery.com>
1109
1110 * gdb.texinfo (Maintenance Commands): Update the output of
1111 'maint print dummy-frames' command.
1112
1113 2014-06-24 Eli Zaretskii <eliz@gnu.org>
1114
1115 * gdb.texinfo (Screen Size): Improve indexing.
1116
1117 2014-06-19 Gary Benson <gbenson@redhat.com>
1118
1119 * gdb.texinfo (Maintenance Commands): Document new
1120 "maint set/show catch-demangler-crashes" option.
1121
1122 2014-06-19 Gary Benson <gbenson@redhat.com>
1123
1124 * gdb.texinfo (Maintenance Commands): Document new
1125 "maint demangler-warning" command and new
1126 "maint set/show demangler-warning" option.
1127
1128 2014-06-09 Siva Chandra Reddy <sivachandra@google.com>
1129
1130 * python.texi (Xmethod API): Add space before the opening
1131 parenthesis in function descriptions.
1132
1133 2014-06-06 Doug Evans <xdje42@gmail.com>
1134
1135 * guile.texi (Guile Configuration): Document guile-data-directory.
1136
1137 2014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
1138
1139 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
1140
1141 2014-06-04 Doug Evans <xdje42@gmail.com>
1142
1143 * guile.texi (Breakpoints In Guile): Update.
1144
1145 2014-06-03 Joel Brobecker <brobecker@adacore.com>
1146
1147 * python.texi (Xmethod API): Fix reference to "Progspaces In
1148 Python".
1149
1150 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
1151
1152 * python.texi (Xmethods In Python, XMethod API)
1153 (Writing an Xmethod): New nodes.
1154 (Python API): New menu entries "Xmethods In Python",
1155 "Xmethod API", "Writing an Xmethod".
1156
1157 2014-06-02 Doug Evans <xdje42@gmail.com>
1158
1159 * guile.texi (Guile API): Add entry for Parameters In Guile.
1160 (GDB Scheme Data Types): Mention <gdb:parameter> object.
1161 (Parameters In Guile): New node.
1162
1163 2014-06-02 Doug Evans <xdje42@gmail.com>
1164
1165 * guile.texi (Guile API): Add entry for Commands In Guile.
1166 (Basic Guile) <parse-and-eval>: Add reference.
1167 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
1168 (GDB Scheme Data Types): Mention <gdb:command> object.
1169 (Commands In Guile): New node.
1170
1171 2014-06-02 Doug Evans <xdje42@gmail.com>
1172
1173 * guile.texi (Guile API): Add entry for Progspaces In Guile.
1174 (GDB Scheme Data Types): Mention <gdb:progspace> object.
1175 (Progspaces In Guile): New node.
1176
1177 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
1178
1179 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
1180 * python.texi (Frames In Python): Mention
1181 gdb.FRAME_UNWIND_MEMORY_ERROR.
1182
1183 2014-05-29 Pedro Alves <palves@redhat.com>
1184 Tom Tromey <tromey@redhat.com>
1185
1186 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
1187 from example.
1188 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
1189 Mention that target-async is now deprecated.
1190 (Maintenance Commands): Document maint set/show target-async.
1191
1192 2014-05-29 Pedro Alves <palves@redhat.com>
1193
1194 * observer.texi (sync_execution_done, command_error): New
1195 subjects.
1196
1197 2014-05-29 Pedro Alves <palves@redhat.com>
1198
1199 PR gdb/13860
1200 * observer.texi (signal_received, end_stepping_range)
1201 (signal_exited, exited, no_history): New observer subjects.
1202
1203 2014-05-26 Andy Wingo <wingo@igalia.com>
1204
1205 * guile.texi (GDB Scheme Data Types): Remove documentation for
1206 removed interfaces. Update spelling of gdb-object-kind.
1207
1208 2014-05-26 Andy Wingo <wingo@igalia.com>
1209
1210 * guile.texi (Basic Guile): Fix some typos.
1211
1212 2014-05-26 Andy Wingo <wingo@igalia.com>
1213
1214 * guile.texi (Writing a Guile Pretty-Printer)
1215 (Guile Types Module): Fix excess parentheses in use-modules forms.
1216
1217 2014-05-24 Eli Zaretskii <eliz@gnu.org>
1218
1219 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
1220 (Breakpoints In Guile, Guile Printing Module)
1221 (Guile Exception Handling, Values From Inferior In Guile)
1222 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
1223 Don't use @var at the beginning of a sentence.
1224
1225 * gdb.texinfo (Frame Filter Management, Trace Files)
1226 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
1227 (PowerPC Embedded, Define, Annotations for Running)
1228 (IPA Protocol Commands, Packets, General Query Packets)
1229 (Tracepoint Packets, Notification Packets, Environment)
1230 (Inferiors and Programs, Set Breaks, Set Catchpoints)
1231 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
1232 (Frames, Backtrace, Selection, Expressions, Registers)
1233 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
1234 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
1235 (Source Annotations, Using JIT Debug Info Readers, Packets)
1236 (Stop Reply Packets, Host I/O Packets)
1237 (Target Description Format): Don't use @var at the beginning of a
1238 sentence.
1239
1240 * python.texi (Basic Python, Types In Python)
1241 (Commands In Python, Frames In Python, Line Tables In Python)
1242 (Breakpoints In Python, gdb.printing, gdb.types)
1243 (Type Printing API): Don't use @var at the beginning of a
1244 sentence.
1245
1246 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
1247
1248 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
1249 replay-memory-access".
1250
1251 2014-05-21 Pedro Alves <palves@redhat.com>
1252
1253 * gdb.texinfo (Starting): Document "set/show
1254 auto-connect-native-target".
1255 (Target Commands): Document "target native".
1256
1257 2014-05-20 Pedro Alves <palves@redhat.com>
1258
1259 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
1260 not be remote specific. Add cross reference to the qCRC packet.
1261 (Separate Debug Files): Update cross reference to the qCRC packet.
1262 (General Query Packets) <qCRC packet>: Add anchor.
1263
1264 2014-05-17 Doug Evans <xdje42@gmail.com>
1265
1266 Copy over changes from guile.texi.
1267 * python.texi (Basic Python) <gdb.execute>: Add text.
1268 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
1269 (Values From Inferior) <Python string>: Add text.
1270 (Values From Inferior) <Value.string>: Clarify string length handling.
1271 (Pretty Printing API): Add cindex.
1272 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
1273 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
1274 @vindex.
1275 (Commands In Python) <COMPLETE_*>: Similarly.
1276 (Symbols In Python) <SYMBOL_*>: Similarly.
1277 (Breakpoints In Python) <WP_*>: Similarly.
1278 (Breakpoints In Python) <BP_*>: Similarly.
1279
1280 2014-05-17 David Taylor <dtaylor@emc.com>
1281
1282 * gdb.texinfo (General Query Packets): Add a note about thread IDs
1283 mentioned in the qfThreadInfo reply.
1284
1285 2014-05-16 Doug Evans <dje@google.com>
1286
1287 * gdb.texinfo (Mode Options): Add -D.
1288
1289 2014-05-09 Samuel Bronson <naesten@gmail.com>
1290
1291 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
1292 "make -C".
1293
1294 2014-04-29 Tom Tromey <tromey@redhat.com>
1295
1296 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
1297 "show debug varobj".
1298
1299 2014-05-01 David Taylor <dtaylor@emc.com>
1300
1301 * gdb.texinfo (compare-sections): Document the new -r (read-only)
1302 option.
1303
1304 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
1305 Walfred Tedeschi <walfred.tedeschi@intel.com>
1306
1307 * gdb.texinfo (i386 Features): Add description of AVX512
1308 registers.
1309
1310 2014-03-31 Doug Evans <dje@google.com>
1311
1312 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
1313
1314 2014-03-30 Doug Evans <dje@google.com>
1315
1316 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
1317 (Background Execution): Ditto.
1318
1319 2014-03-21 Pedro Alves <palves@redhat.com>
1320 Stan Shebs <stan@codesourcery.com>
1321 Hui Zhu <hui@codesourcery.com>
1322
1323 * gdb.texinfo (Packets): Add anchor to "? packet".
1324 Remove fixme and update introduction of "k packet".
1325 Add anchor to "vKill packet".
1326
1327 2014-03-12 Stan Shebs <stan@codesourcery.com>
1328
1329 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
1330
1331 2014-02-26 Ludovic Courtès <ludo@gnu.org>
1332
1333 * guile.texi (Basic Guile): Document 'history-append!'.
1334
1335 2014-02-20 Joel Brobecker <brobecker@adacore.com>
1336
1337 * gdb.texinfo (Files): Document "add-shared-symbol-files"
1338 and "assf" as being deprecated.
1339 (Cygwin Native): Likewise for "dll-symbols".
1340 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
1341 as a way to force the loading of symbols from a DLL.
1342
1343 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1344
1345 * python.texi (Values From Inferior): Add description about the
1346 new feature.
1347
1348 2014-02-17 Doug Evans <xdje42@gmail.com>
1349
1350 * Makefile.in (GDB_DOC_FILES): Add python.texi.
1351 * gdb.texinfo (Python): Moved to ...
1352 * python.texi: ... here. New file.
1353
1354 2014-02-17 Ludovic Courtès <ludo@gnu.org>
1355
1356 * guile.texi (Writing a Guile Pretty-Printer) <example>:
1357 Remove 'string-begins-with' procedure. Add 'pretty-printer'
1358 parameter to 'str-lookup-function' procedure. Look for
1359 the "std::string<" prefix.
1360 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
1361 Adjust description.
1362
1363 2014-02-11 Tejas Belagod <tejas.belagod@arm.com>
1364
1365 * guile.texi (Values From Inferior In Guile): Remove stray
1366 parantheses for deffn.
1367 (Disassembly In Guile): Ditto.
1368
1369 2014-02-10 Stan Shebs <stan@codesourcery.com>
1370
1371 Add Doxygen support.
1372 * Makefile.in (doxy): New action, generates Doxygen files.
1373 (DOXYGEN): New.
1374 (doxyedit): New.
1375 * Doxyfile-base.in: New file.
1376 * Doxyfile-gdb-api.in: New file.
1377 * Doxyfile-gdb-xref.in: New file.
1378 * Doxyfile-gdbserver.in: New file.
1379 * doxy-index.in: New file.
1380 * filter-for-doxygen: New file.
1381 * filter-params.pl: New file.
1382
1383 2014-02-10 Doug Evans <xdje42@gmail.com>
1384
1385 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
1386 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
1387 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
1388 (Guile docs): Include guile.texi.
1389 (objfile-gdbdotext file): Add objfile-gdb.scm.
1390 (dotdebug_gdb_scripts section): Mention Guile scripts.
1391 (Multiple Extension Languages): New node.
1392 * guile.texi: New file.
1393
1394 2014-01-28 Joel Brobecker <brobecker@adacore.com>
1395
1396 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
1397 ignore-descriptive-types". commands.
1398
1399 2014-01-22 Doug Evans <dje@google.com>
1400
1401 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
1402 (gdbserver man): Ditto.
1403
1404 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1405
1406 * gdb.texinfo: Document limited reverse/replay support
1407 for target record-btrace.
1408
1409 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1410
1411 * gdb.texinfo (Process Record and Replay): Update documentation.
1412
1413 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1414
1415 * gdb.texinfo (Process Record and Replay): Document new /c
1416 modifier accepted by "record function-call-history".
1417 Add /i modifier to "record function-call-history" example.
1418
1419 2014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
1420 Joel Brobecker <brobecker@adacore.com>
1421
1422 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
1423 markers. Remove one that was misplaced.
1424
1425 2014-01-10 Pedro Alves <palves@redhat.com>
1426
1427 * gdb.texinfo (Your Program's Environment) <set environment>:
1428 Mention the shell, and point at 'set exec-wrapper'.
1429
1430 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1431
1432 * gdb.texinfo (Types In Python): Document new attribute Types.name.
1433
1434 2013-12-30 Joel Brobecker <brobecker@adacore.com>
1435
1436 * gdb.texinfo (Types In Python): Clarify the documentation
1437 of attribute gdb.Field.bitpos.
1438
1439 2013-12-28 Joel Brobecker <brobecker@adacore.com>
1440
1441 * gdb.texinfo (Types In Python): Fix the documentation of
1442 attribute "bitpos" in class gdb.Field for enum types. Add
1443 documentation for attribute "enumval" in that same class.
1444
1445 2013-12-28 Joel Brobecker <brobecker@adacore.com>
1446
1447 * gdb.texinfo (GDB/MI Support Commands): Change @table into
1448 @ftable.
1449
1450 2013-12-23 Doug Evans <xdje42@gmail.com>
1451
1452 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
1453 auto-loaded objfile scripts and .debug_gdb_scripts section to their
1454 corresponding section in Extending GDB.
1455 (Extending GDB): Move menu up. New menu item "Auto-loading
1456 extensions".
1457 (Sequences): New menu item "Auto-loading sequences".
1458 (Auto-loading sequences): New node.
1459 (Python): Rename section from Scripting GDB to Extending GDB.
1460 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
1461 Move docs on ways to auto-load extensions to ...
1462 (Auto-loading extensions): ... here. New node.
1463
1464 2013-12-23 Joel Brobecker <brobecker@adacore.com>
1465
1466 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
1467 in menu.
1468 (GDB/MI Variable Objects): Adjust reference to "-list-features"
1469 command, now in a new node.
1470 (GDB/MI Support Commands): New node, with its contents being
1471 extracted from the "GDB/MI Miscellaneous Commands" node.
1472 A small paragraph introducing the section is also added at
1473 the start.
1474 (GDB/MI Miscellaneous Commands): Delete the description of the
1475 -info-gdb-mi-command, -list-features and -list-target-features
1476 commands, now hosted in the "GDB/MI Support Commands" node.
1477
1478 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
1479
1480 PR python/16113
1481 * gdb.texinfo (Values From Inferior): Add a note about using
1482 gdb.Field objects as subscripts on gdb.Value objects.
1483 (Types In Python): Add description about the new attribute
1484 "parent_type" of gdb.Field objects.
1485
1486 2013-12-12 Joel Brobecker <brobecker@adacore.com>
1487
1488 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
1489 entry for section docuumenting the -list-features GDB/MI command.
1490
1491 2013-12-10 Joel Brobecker <brobecker@adacore.com>
1492
1493 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1494 "exec-run-start-option" entry in the output of the "-list-features"
1495 command.
1496
1497 2013-12-04 Eli Zaretskii <eliz@gnu.org>
1498
1499 * gdb.texinfo (i386): Fix yesterday's commit.
1500
1501 2013-12-03 Tom Tromey <tromey@redhat.com>
1502
1503 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
1504 documented here.
1505
1506 2013-12-03 Tom Tromey <tromey@redhat.com>
1507
1508 * gdb.texinfo (@direntry): Add menu item for gdbserver.
1509
1510 2013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
1511
1512 * gdb.texinfo (i386 Features): Add MPX feature registers.
1513 (x86 Specific featuresx86 Architecture-specific Issues): Adds
1514 a subsubsection for MPX and describes the display of the
1515 boundary registers.
1516
1517 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1518
1519 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
1520 documentation of the "ada-exceptions" entry.
1521
1522 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1523
1524 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
1525 "^error" result record concerning the error message. Document
1526 the error code that may also be part of that result record.
1527 (GDB/MI Miscellaneous Commands): Document the
1528 "undefined-command-error-code" element in the output of
1529 the "-list-features" GDB/MI command.
1530
1531 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1532
1533 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1534 the new -info-gdb-mi-command GDB/MI command. Document
1535 the meaning of "-info-gdb-mi-command" in the output of
1536 -list-features.
1537
1538 2013-11-29 Pedro Alves <palves@redhat.com>
1539
1540 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
1541 Update comment.
1542
1543 2013-11-24 Yao Qi <yao@codesourcery.com>
1544
1545 * gdb.texinfo (Caching Remote Data): Document new
1546 "set/show stack-cache" option.
1547
1548 2013-11-24 Yao Qi <yao@codesourcery.com>
1549
1550 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
1551 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
1552 "off" respectively.
1553
1554 2013-11-23 Yao Qi <yao@codesourcery.com>
1555
1556 * gdb.texinfo (GDB/MI Variable Objects): Add the description
1557 of "displayhint" to the table about child results.
1558
1559 2013-11-21 Yao Qi <yao@codesourcery.com>
1560
1561 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
1562 'dynamic' for the output of command -var-list-children.
1563
1564 2013-11-21 Yao Qi <yao@codesourcery.com>
1565
1566 * gdb.texinfo (Caching Target Data): Remove "see" before
1567 @pxref.
1568
1569 2013-11-20 Yao Qi <yao@codesourcery.com>
1570
1571 * gdb.texinfo (Caching Target Data): Update doc for
1572 per-address-space dcache.
1573
1574 2013-11-20 Yao Qi <yao@codesourcery.com>
1575
1576 * gdb.texinfo (Data): Rename menu item.
1577 (Caching Remote Data): Rename to ...
1578 (Caching Target Data): ... it. Update.
1579
1580 2013-11-18 Joel Brobecker <brobecker@adacore.com>
1581
1582 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1583 "language-option" entry in the output of the "-list-features"
1584 command.
1585
1586 2013-11-15 Tom Tromey <tromey@redhat.com>
1587
1588 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
1589 Add example.
1590
1591 2013-11-14 Tom Tromey <tromey@redhat.com>
1592
1593 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
1594
1595 2013-11-14 Joel Brobecker <brobecker@adacore.com>
1596
1597 * gdb.texinfo (Show): Add xref anchor for "show language" command.
1598 (Context management): Place current subsection text into its own
1599 subsubsection. Add new subsubsection describing the "--language"
1600 command option.
1601
1602 2013-11-13 Joel Brobecker <brobecker@adacore.com>
1603
1604 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
1605 the documentation of "info-ada-exceptions" in the output
1606 of the "-list-features" command. Add the documentation
1607 of the "ada-exception" entry instead.
1608
1609 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1610
1611
1612 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
1613 word of a couple of sentences to start with a capital letter.
1614
1615 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1616
1617 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
1618 (Ada Exceptions): New node.
1619 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
1620 Commands" node.
1621 (GDB/MI Ada Exceptions Commands): New node.
1622 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
1623 field in the output of the "-list-features" command.
1624 * NEWS: Add entry for the new "info exceptions" CLI command,
1625 and for the new "-info-ada-exceptions" GDB/MI command.
1626
1627 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
1628
1629 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
1630 (Line Tables In Python): New node.
1631
1632 2013-11-08 Doug Evans <dje@google.com>
1633
1634 * gdb.texinfo (Debugging Output): Update text for
1635 "set debug dwarf2-read".
1636
1637 2013-11-08 Doug Evans <dje@google.com>
1638
1639 * gdb.texinfo (Debugging Output): Update text for
1640 "set debug symtab-create".
1641
1642 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1643
1644 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
1645 constant.
1646
1647 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1648
1649 * gdb.texinfo (Breakpoints In Python): Document temporary
1650 option in breakpoint constructor, and add documentation to the
1651 temporary attribute.
1652
1653 2013-11-07 Yao Qi <yao@codesourcery.com>
1654
1655 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
1656 output of "-var-info-expression".
1657
1658 2013-11-06 Pedro Alves <palves@redhat.com>
1659
1660 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
1661 non-interactive mode.
1662 (Environment) <shell startup files warning>: Mention
1663 non-interactive mode. Mention .zshenv for Z shell, and talk about
1664 BASH_ENV instead of .bashrc for BASH.
1665
1666 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
1667
1668 * gdb.texinfo (Commands to Specify Files): Add description
1669 of the remove-symbol-file command.
1670 * observer.texi: New free_objfile event
1671
1672 2013-10-24 Pedro Alves <palves@redhat.com>
1673
1674 * gdb.texinfo (Starting): Document set/show startup-with-shell.
1675
1676 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1677
1678 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
1679 New subsection inside which the "-catch-load" and "-catch-unload"
1680 commands documentation is now placed.
1681 (Ada Exception GDB/MI Catchpoint Commands): New subsection
1682 documenting the "-catch-assert" and "-catch-exception" new
1683 GDB/MI commands.
1684
1685 2013-10-10 Joel Brobecker <brobecker@adacore.com>
1686
1687 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
1688
1689 2013-10-10 Joel Brobecker <brobecker@adacore.com>
1690
1691 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
1692 serial baud".
1693 (Remote Configuration): Replace "set remotebaud" by "set serial
1694 baud". Replace "show remotebaud" by "show serial baud".
1695
1696 2013-10-07 Pedro Alves <palves@redhat.com>
1697
1698 PR breakpoints/11568
1699 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
1700 when the thread is removed from the thread list.
1701
1702 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1703
1704 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
1705 Update entry for $_exitcode.
1706
1707 2013-10-04 Joel Brobecker <brobecker@adacore.com>
1708
1709 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
1710 new "--start" option.
1711
1712 2013-10-02 Pedro Alves <palves@redhat.com>
1713
1714 * gdb.texinfo (Registers): Expand description of saved registers
1715 in frames. Explain <not saved>.
1716
1717 2013-09-25 Doug Evans <dje@google.com>
1718
1719 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
1720
1721 2013-09-16 Stan Shebs <stan@codesourcery.com>
1722
1723 Remove the internals manual gdbint.texinfo.
1724 * Makefile.in (INFO_DEPS): Remove gdbint.info.
1725 (PDFFILES): Remove gdbint.pdf.
1726 (HTMLFILES): Remove gdbint/index.html.
1727 (HTMLFILES_INSTALL): Remove gdbint.
1728 (GDBINT_DOC_FILES): Remove.
1729 (dvi): Remove gdbint.dvi.
1730 (ps): Remove gdbint.ps.
1731 * gdbint.texinfo: Remove file.
1732 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
1733
1734 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1735
1736 * gdb.texinfo (Convenience Functions): Mention new convenience
1737 function $_isvoid.
1738
1739 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1740
1741 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
1742 (Standard Target Features): Add new node to menu.
1743 (S/390 and System z Features): New node.
1744
1745 2013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
1746
1747 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
1748 -list-target-features in the example.
1749
1750 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1751
1752 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
1753 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
1754
1755 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1756
1757 Sync documentation with gdb.base/gnu-debugdata.exp.
1758 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
1759
1760 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1761
1762 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
1763
1764 2013-08-27 Pedro Alves <pedro@codesourcery.com>
1765 Yao Qi <yao@codesourcery.com>
1766
1767 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
1768 Document new --skip-unavailable option.
1769 <-stack-list-variables>: Document new --skip-unavailable option.
1770
1771 2013-08-26 Doug Evans <dje@google.com>
1772
1773 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
1774 an optional regexp.
1775
1776 2013-08-13 Tom Tromey <tromey@redhat.com>
1777
1778 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
1779 Document GDB_PARALLEL and GDB_INOTIFY.
1780
1781 2013-08-09 Stan Shebs <stan@codesourcery.com>
1782
1783 * LRS: Remove file, describes a long-abandoned live-range
1784 splitting extension to stabs.
1785
1786 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
1787
1788 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
1789
1790 2013-07-17 Doug Evans <dje@google.com>
1791
1792 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
1793
1794 2013-07-02 Tom Tromey <tromey@redhat.com>
1795
1796 * gdb.texinfo (Target Commands): Don't mention "target nrom".
1797
1798 2013-06-28 Tom Tromey <tromey@redhat.com>
1799
1800 * Makefile.in (version.subst): Use version.in, not
1801 common/version.in.
1802 * gdbint.texinfo (Versions and Branches, Releasing GDB):
1803 Likewise.
1804
1805 2013-06-27 Pedro Alves <palves@redhat.com>
1806
1807 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
1808 dynamic symbol resolution code>: New section, based on infrun.c
1809 comment.
1810
1811 2013-06-26 Tom Tromey <tromey@redhat.com>
1812
1813 * gdbint.texinfo (Versions and Branches): Use common/version.in.
1814 Update.
1815 (Releasing GDB): Likewise.
1816
1817 2013-06-26 Pedro Alves <pedro@codesourcery.com>
1818 Yao Qi <yao@codesourcery.com>
1819
1820 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
1821 -trace-frame-collected.
1822
1823 2013-06-26 Pedro Alves <pedro@codesourcery.com>
1824
1825 * gdb.texinfo (Traceframe Info Format): Document tvar element
1826 and its attributes.
1827
1828 2013-06-25 Yao Qi <yao@codesourcery.com>
1829
1830 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
1831
1832 2013-06-24 Tom Tromey <tromey@redhat.com>
1833
1834 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
1835 (GDBvn.texi): Use version.subst.
1836 (version.subst): New target.
1837 (mostlyclean): Remove version.subst.
1838
1839 2013-06-20 Pedro Alves <pedro@codesourcery.com>
1840
1841 * gdb.texinfo (GDB/MI Data Manipulation)
1842 <-data-list-register-values>: Document the --skip-unavailable
1843 option.
1844
1845 2013-06-07 Yao Qi <yao@codesourcery.com>
1846
1847 * gdb.texinfo (Symbols): Add kindex and cindex for
1848 'maint print msymbols'.
1849
1850 2013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
1851
1852 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
1853 response field name (thread-group to inferior).
1854
1855 2013-06-04 Gary Benson <gbenson@redhat.com>
1856
1857 * gdb.texinfo (General Query Packets/qSupported): Added
1858 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
1859 to the table of currently defined stub features.
1860 Added a more detailed entry for "augmented-libraries-svr4-read".
1861 (General Query Packets/qXfer:libraries-svr4:read): Documented
1862 the augmented form of this packet.
1863
1864 2013-05-23 Joel Brobecker <brobecker@adacore.com>
1865
1866 * gdb.texinfo (System-wide Configuration Scripts): Renames
1867 "Installed System-wide Configuration Scripts". Add associated
1868 @menu block.
1869
1870 2013-05-23 Yao Qi <yao@codesourcery.com>
1871 Pedro Alves <palves@redhat.com>
1872
1873 * gdb.texinfo (Packets): Document 'vCont;r'.
1874 (Continuing and Stepping): Document target-assisted range
1875 stepping, and the 'set range-stepping' and 'show range-stepping'
1876 commands.
1877
1878 2013-05-23 Joel Brobecker <brobecker@adacore.com>
1879
1880 * gdb.texinfo (Installed System-wide Configuration Scripts):
1881 Add subsection describing the scripts now available under
1882 the data-dir's system-gdbbinit subdirectory.
1883 * NEWS: Add entry announcing the availability of system-wide
1884 configuration scripts for ElinOS and Wind River Linux.
1885
1886 2013-05-21 Hui Zhu <hui@codesourcery.com>
1887
1888 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
1889 "-dprintf-insert" command.
1890
1891 2013-05-17 Doug Evans <dje@google.com>
1892
1893 * gdb.texinfo (Maintenance Commands): Update doc for
1894 "maint check-psymtabs". Add doc for "maint check-symtabs",
1895 "maint expand-symtabs".
1896
1897 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
1898
1899 * gdb.texinfo (Process Record and Replay): Document the
1900 "record goto" command and its sub-commands.
1901
1902 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
1903
1904 * gdb.texinfo (Backtrace): Add "no-filter" argument.
1905 (Python API): Add Frame Filters API, Frame Wrapper API,
1906 Writing a Frame Filter/Wrapper, Managing Management of Frame
1907 Filters chapter entries.
1908 (Frame Filters API): New Node.
1909 (Frame Wrapper API): New Node.
1910 (Writing a Frame Filter): New Node.
1911 (Managing Frame Filters): New Node.
1912 (Progspaces In Python): Add note about frame_filters attribute.
1913 (Objfiles in Python): Ditto.
1914 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
1915 @anchors and --no-frame-filters option to -stack-list-variables,
1916 -stack-list-frames, -stack-list-locals and -stack-list-arguments
1917 commands.
1918
1919 2013-05-08 Joel Brobecker <brobecker@adacore.com>
1920
1921 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
1922 Support" subsection documenting the XML format used to transfer
1923 shared library info on AIX.
1924
1925 2013-05-08 Joel Brobecker <brobecker@adacore.com>
1926
1927 * gdb.texinfo (Debugging Output): Add documentation of
1928 "set debug aix-solib" and "show debug aix-solib" commands.
1929
1930 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1931
1932 * gdb.texinfo (Nios II): New section.
1933 (Nios II Features): New section.
1934
1935 2013-05-06 Joel Brobecker <brobecker@adacore.com>
1936
1937 * gdbint.texinfo (Algorithms): Remove entries documenting
1938 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
1939 SOLIB_CREATE_INFERIOR_HOOK.
1940
1941 2013-04-29 Tom Tromey <tromey@redhat.com>
1942
1943 PR python/14204:
1944 * gdb.texinfo (Python API): Fix menu entry.
1945 (Blocks In Python): Fix subsubsection text. Rewrite intro.
1946 Define global and static block. Add example. Clarify
1947 block relationship for inline functions.
1948
1949 2013-04-29 Tom Tromey <tromey@redhat.com>
1950
1951 * gdb.texinfo (Python API): Mention Python help and keyword
1952 arguments. Move pagination text to Basic Python.
1953 (Basic Python): Put pagination text here. Document
1954 close-on-exec, SIGCHLD, and SIGINT.
1955
1956 2013-04-19 Pedro Alves <palves@redhat.com>
1957
1958 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
1959 "signedness" instead of "signness".
1960
1961 2013-04-19 Pedro Alves <palves@redhat.com>
1962
1963 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
1964 -Wno-pointer-sign text with text on -Wpointer-sign.
1965
1966 2013-04-16 Tom Tromey <tromey@redhat.com>
1967
1968 * gdb.texinfo (Set Catchpoints): Mention earliest version of
1969 GCC that has the SDT probe points.
1970
1971 2013-04-15 Tom Tromey <tromey@redhat.com>
1972
1973 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
1974 exception catchpoints.
1975
1976 2013-04-15 Tom Tromey <tromey@redhat.com>
1977
1978 * gdb.texinfo (Set Catchpoints): Document $_exception.
1979 (Convenience Vars): Mention $_exception.
1980
1981 2013-04-15 Tom Tromey <tromey@redhat.com>
1982
1983 * gdb.texinfo (Set Catchpoints): Reorganize exception
1984 catchpoints. Document "catch rethrow".
1985 (Debugging C Plus Plus): Mention "catch rethrow".
1986
1987 2013-04-15 Tom Tromey <tromey@redhat.com>
1988
1989 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
1990
1991 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1992 Eli Zaretskii <eliz@gnu.org>
1993
1994 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
1995 line below the sample output.
1996
1997 2013-04-12 Eli Zaretskii <eliz@gnu.org>
1998
1999 * gdb.texinfo (Mode Options): Document '-configuration'.
2000 (Help): Document "show configuration".
2001 (Bug Reporting): Add requirements to include the configuration
2002 details in bug reports.
2003
2004 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2005
2006 * Makefile.in (MAN1S): Add gcore.1.
2007 Remove "Host, target, and site specific Makefile fragments" comment.
2008 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
2009 (install-man1, uninstall-man1): Conditionalize gcore.1.
2010 (gcore.1): New.
2011 * gdb.texinfo (Man Pages): Add gcore man.
2012 (gcore man): New node.
2013
2014 2013-04-10 Pedro Alves <palves@redhat.com>
2015
2016 * gdb.texinfo (Process Record and Replay): Document that "set
2017 record full insn-number-max", "set record
2018 instruction-history-size" and "set record
2019 function-call-history-size" accept "unlimited".
2020 (Backtrace): Document that "set backtrace limit" accepts
2021 "unlimited".
2022 (List): Document that "set listsize" accepts "unlimited".
2023 (Print Settings)" Document that "set print max-symbolic-offset",
2024 "set print elements" and "set print repeats" accept "unlimited".
2025 (Starting and Stopping Trace Experiments): Document that "set
2026 trace-buffer-size" accepts "unlimited".
2027 (Remote Configuration): Document that "set tcp connect-timeout"
2028 accepts "unlimited".
2029 (Command History): Document that "set history size" accepts
2030 "unlimited".
2031 (Screen Size): Document that "set height" and "set width" accepts
2032 "unlimited". Adjust "set pagination"'s description to suggest
2033 "set height unlimited" instead of "set height 0".
2034
2035 2013-04-10 Yao Qi <yao@codesourcery.com>
2036
2037 * gdb.texinfo (Trace Files): Add "target ctf".
2038
2039 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2040
2041 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
2042
2043 * Makefile.in (install-man1, install-man5, uninstall-man1)
2044 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
2045
2046 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
2047
2048 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2049 Eli Zaretskii <eliz@gnu.org>
2050
2051 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
2052 parameters order. Remove "On some targets" for --attach. Document the
2053 --multi parameter and extended-remote command. Document all the
2054 options.
2055
2056 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2057
2058 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
2059 the list of supported languages.
2060
2061 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2062
2063 Convert man pages to texinfo, new gdbinit.5 texinfo page.
2064 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
2065 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
2066 (diststuff): Add man.
2067 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
2068 (uninstall-man5): New.
2069 (STAGESTUFF): Add *.1 and *.5.
2070 (GDBvn.texi): Add SYSTEM_GDBINIT.
2071 (gdb.1, gdbserver.1, gdbinit.5): New.
2072 (maintainer-clean realclean): Add $(MANS).
2073 (install): Add install-man.
2074 (uninstall): Add uninstall-man.
2075 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
2076 (@copying): Wrap it by @c man begin COPYRIGHT.
2077 (Top): Add Man Pages.
2078 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
2079
2080 2013-04-02 Pedro Alves <palves@redhat.com>
2081
2082 * gdb.texinfo (Debugging Output): Document "set/show debug
2083 aarch64", "set/show debug coff-pe-read" and "set/show debug
2084 mach-o".
2085
2086 2013-04-02 Pedro Alves <palves@redhat.com>
2087
2088 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2089 table>: Add entry for "trace-buffer-size".
2090
2091 2013-03-28 Pedro Alves <palves@redhat.com>
2092
2093 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2094 table>: Add entry for "trace-status".
2095
2096 2013-03-28 Eli Zaretskii <eliz@gnu.org>
2097
2098 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
2099 @bullet", which is invalid (makeinfo 5.1 barfs).
2100
2101 2013-03-28 Pedro Alves <palves@redhat.com>
2102
2103 PR gdb/15294
2104
2105 * gdb.texinfo (List) <set listsize>: Adjust to document that
2106 listsize 0 means no limit, and remove mention of -1.
2107
2108 2013-03-22 Yao Qi <yao@codesourcery.com>
2109
2110 * gdb.texinfo (Embedded Processors): Remove menu item
2111 "OpenRISC 1000".
2112 (OpenRISC 1000): Remove.
2113
2114 2013-03-21 Doug Evans <dje@google.com>
2115
2116 * gdb.texinfo (Maintenance Commands): Add docs for
2117 "mt set per-command {space,time,symtab} {on,off}".
2118
2119 2013-03-14 Hui Zhu <hui@codesourcery.com>
2120 Yao Qi <yao@codesourcery.com>
2121
2122 * gdb.texinfo (Trace Files): Add "tsave -ctf".
2123
2124 2013-03-13 Keith Seitz <keiths@redhat.com>
2125
2126 * gdb.texinfo (Maintenance Commands): Add missing ')' for
2127 "maint agent" reference to Dynamic printf.
2128
2129 2013-03-11 Eli Zaretskii <eliz@gnu.org>
2130
2131 * gdb.texinfo (General Query Packets): Don't use colon in index
2132 entries visible to Info format.
2133
2134 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2135
2136 * gdb.texinfo (Process Record and Replay): Document record
2137 changes.
2138
2139 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2140
2141 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
2142 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
2143 qXfer:btrace:read.
2144
2145 2013-03-09 Eli Zaretskii <eliz@gnu.org>
2146
2147 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
2148 use colons in @anchor and @cindex entries.
2149
2150 2013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
2151
2152 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
2153
2154 2013-03-08 Stan Shebs <stan@codesourcery.com>
2155 Hafiz Abid Qadeer <abidh@codesourcery.com>
2156
2157 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2158 trace-buffer-size set and show commands.
2159 (Tracepoint Packets): Document QTBuffer:size.
2160 (General Query Packets): Document QTBuffer:size.
2161
2162 2013-02-21 Tom Tromey <tromey@redhat.com>
2163
2164 * gdb.texinfo: Remove bad @syncodeindex.
2165 (Values From Inferior, Types In Python, Inferiors In Python)
2166 (Events In Python, Threads In Python, Frames In Python, Blocks In
2167 Python, Symbols In Python, Symbol Tables In Python): Remove
2168 @tables.
2169 (Packets, General Query Packets, Tracepoint Packets)
2170 (Host I/O Packets): Use @w{} for empty @item.
2171
2172 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
2173
2174 * gdb.texinfo (Architectures In Python): Add description about
2175 the new method gdb.Architecture.disassemble.
2176
2177 2013-02-15 Pedro Alves <pedro@codesourcery.com>
2178 Hafiz Abid Qadeer <abidh@codesourcery.com>
2179
2180 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
2181 Document the "trace-file" field.
2182
2183 2013-02-07 Doug Evans <dje@google.com>
2184
2185 * gdb.texinfo (Machine Code): Clarify argument to disassemble
2186 command.
2187
2188 2013-02-06 Yao Qi <yao@codesourcery.com>
2189
2190 * gdb.texinfo (GDB/MI Async Records): Document new MI
2191 notification "=tsv-modified". Update the document of MI
2192 notification "=tsv-created".
2193 * observer.texi (GDB Observers): New observer tsv_modified.
2194 Update observer tsv_created and tsv_delete.
2195
2196 2013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
2197
2198 * gdb.texinfo (AArch64 Features): New section; document
2199 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
2200 (Architectures): Add new AArch64 section to document AArch64
2201 architecture specific commands.
2202 (ABI): Add description of the new OS ABI "Newlib" and its influence
2203 on the longjmp handling.
2204
2205 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
2206 Jan Kratochvil <jan.kratochvil@redhat.com>
2207
2208 * gdb.texinfo (Backtrace): Added description of 'filename-display'
2209 variable in 'set/show backtrace' section.
2210
2211 2013-01-31 Tom Tromey <tromey@redhat.com>
2212
2213 * gdb.texinfo (Target Commands): Fix typo.
2214
2215 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
2216
2217 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
2218 describing the gdb.Architecture class.
2219 (Frames In Python): Add description about the new method
2220 gdb.Frame.architecture().
2221
2222 2013-01-23 Doug Evans <dje@google.com>
2223
2224 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
2225
2226 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
2227
2228 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
2229 'thread-groups' field when printing a breakpoint in MI.
2230
2231 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2232 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
2233 to reflect that jit-reader-load now supports absolute file-names.
2234
2235 2013-01-16 Tom Tromey <tromey@redhat.com>
2236
2237 * gdb.texinfo (Set Catchpoints): Document "catch signal".
2238 (Signals): Likewise.
2239
2240 2013-01-16 Tom Tromey <tromey@redhat.com>
2241
2242 * gdb.texinfo (GDB/MI Breakpoint Information): Document
2243 "catch-type" field.
2244 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
2245
2246 2013-01-07 Tom Tromey <tromey@redhat.com>
2247
2248 * gdb.texinfo (Mode Options): Don't mention -epoch.
2249 (Data, Emacs): Remove obsolete comments.
2250
2251 2013-01-02 Tom Tromey <tromey@redhat.com>
2252
2253 * gdb.texinfo (GDB/MI Output Records): Update menu.
2254 (GDB/MI Breakpoint Information): New node.
2255 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
2256 <-break-insert>: Likewise.
2257
2258 2012-12-31 Yao Qi <yao@codesourcery.com>
2259
2260 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
2261 (Packets): Move "vStopped" packet to ...
2262 (Notification Packets): ... here. Describe the components
2263 of notification. Add a table of supported notifications.
2264 Add an example on the process of he async notification.
2265
2266 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2267
2268 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
2269 present.
2270 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
2271 fullname output always present.
2272
2273 2012-12-23 Pierre Muller <muller@sourceware.org>
2274
2275 * gdbint.texinfo (Function prototypes): Require use of "extern"
2276 modifier for function prototypes in headers.
2277
2278 2012-12-19 Joel Brobecker <brobecker@adacore.com>
2279
2280 * refcard.tex: Update copyright notice to GPL v3 or later.
2281 Update contact info.
2282
2283 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2284
2285 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
2286
2287 2012-12-15 Yao Qi <yao@codesourcery.com>
2288
2289 * gdb.texinfo (Debugging Output): Document 'set debug
2290 notification' and 'show debug notification'.
2291
2292 2012-12-15 Yao Qi <yao@codesourcery.com>
2293
2294 * gdb.texinfo (Listing Tracepoints): New item and example about
2295 'installed on target' output.
2296 Add more in the example about 'installed on target'.
2297 (GDB/MI Breakpoint Commands): Doc about 'installed field.
2298
2299 2012-12-14 Tom Tromey <tromey@redhat.com>
2300
2301 * gdb.texinfo (SVR4 Process Information): Mention core files.
2302
2303 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
2304
2305 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
2306
2307 2012-12-11 Pedro Alves <palves@redhat.com>
2308
2309 * gdb.texinfo: Remove all mentions of Unixware throughout.
2310
2311 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2312
2313 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
2314
2315 2012-11-29 Tom Tromey <tromey@redhat.com>
2316
2317 * gdb.texinfo (SVR4 Process Information): Document missing
2318 "info proc" subcommands.
2319
2320 2012-11-29 Yao Qi <yao@codesourcery.com>
2321
2322 PR gdb/1477.
2323 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
2324 to 'auto' instead of 'gnu'.
2325
2326 2012-11-26 Tom Tromey <tromey@redhat.com>
2327
2328 * gdb.texinfo (MiniDebugInfo): New node.
2329 (GDB Files): Update.
2330
2331 2012-11-16 Doug Evans <dje@google.com>
2332
2333 * gdb.texinfo (System-wide configuration): If the system-wide init
2334 file lives in the data-directory, and --data-directory is provided,
2335 look for it there.
2336
2337 2012-11-15 Tom Tromey <tromey@redhat.com>
2338
2339 * gdb.texinfo (Signaling): Fix typo.
2340
2341 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
2342
2343 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
2344 parameter "count" of -data-write-memory-bytes, and add an example.
2345
2346 2012-11-12 Tom Tromey <tromey@redhat.com>
2347
2348 * gdb.texinfo (Symbols): Document "info type-printers",
2349 "enable type-printer" and "disable type-printer".
2350 (Python API): Add new node to menu.
2351 (Type Printing API): New node.
2352 (Progspaces In Python): Document type_printers field.
2353 (Objfiles In Python): Likewise.
2354 (gdb.types) <get_type_recognizers, apply_type_recognizers,
2355 register_type_printer, TypePrinter>: Document.
2356
2357 2012-11-12 Tom Tromey <tromey@redhat.com>
2358
2359 * gdb.texinfo (Symbols): Document "set print type methods",
2360 "set print type typedefs", and flags to ptype and whatis.
2361
2362 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
2363
2364 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
2365 the example -data-disassemble output. Extend the description of
2366 the -data-disassemble results to document all fields. Document
2367 the cli disassemble command as being related to -data-disassemble.
2368
2369 2012-11-09 Yao Qi <yao@codesourcery.com>
2370
2371 PR gdb/14777.
2372 * gdb.texinfo (OS Information): Remove doc on command
2373 'info udot'.
2374
2375 2012-11-08 Joel Brobecker <brobecker@adacore.com>
2376
2377 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
2378 gdb.ini warning for Windows port.
2379
2380 2012-11-08 Yao Qi <yao@codesourcery.com>
2381
2382 * gdb.texinfo (Search): Add kindex for 'fo'.
2383
2384 2012-11-05 Tom Tromey <tromey@redhat.com>
2385
2386 PR python/14802:
2387 * gdb.texinfo (Functions In Python): Add example.
2388
2389 2012-11-03 Yao Qi <yao@codesourcery.com>
2390
2391 * observer.texi (GDB Observers): Remove observer
2392 'tracepoint_modified', 'tracepoint_created' and
2393 'tracepoint_deleted'.
2394
2395 2012-10-26 Tom Tromey <tromey@redhat.com>
2396
2397 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
2398
2399 2012-10-25 Tom Tromey <tromey@redhat.com>
2400
2401 * gdb.texinfo (General Query Packets): Use @itemx.
2402
2403 2012-10-17 Yao Qi <yao@codesourcery.com>
2404
2405 * observer.texi (GDB Observers): Update observer
2406 'memory_changed'.
2407 * gdb.texinfo (GDB/MI Async Records): Document for
2408 "memory-changed" notification.
2409
2410 2012-10-15 Doug Evans <dje@google.com>
2411
2412 * gdb.texinfo (Mode Options): Document -nh.
2413 Elaborate on docs for -nx.
2414
2415 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2416
2417 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
2418
2419 2012-09-21 Yao Qi <yao@codesourcery.com>
2420 Pedro Alves <palves@redhat.com>
2421
2422 * gdb.texinfo (GDB/MI Async Records): Document notification
2423 'record-started' and 'record-stopped'.
2424 * observer.texi (GDB Observers): New observer 'record-changed'.
2425
2426 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
2427
2428 * gdb.texinfo: Document the removal of SH's 'regs' command.
2429
2430 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2431
2432 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
2433
2434 2012-09-18 Yao Qi <yao@codesourcery.com>
2435
2436 * gdb.texinfo (GDB/MI Async Records): Document new MI
2437 notifications '=tsv-created' and '=tsv-deleted'.
2438 * observer.texi (GDB Observers): New observer tsv_created and
2439 tsv_deleted.
2440
2441 2012-09-18 Yao Qi <yao@codesourcery.com>
2442
2443 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
2444 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
2445 '=traceframe-changed'.
2446
2447 2012-09-17 Yao Qi <yao@codesourcery.com>
2448
2449 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
2450 'set listsize'.
2451
2452 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2453 Eli Zaretskii <eliz@gnu.org>
2454
2455 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
2456 encoding for gdbarch_breakpoint_from_pc, bp_addr for
2457 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
2458
2459 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2460
2461 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
2462
2463 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
2464
2465 Document how to return from "python-interactive" to GDB.
2466 * gdb.texinfo (Python Commands): Update documentation.
2467
2468 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
2469
2470 Add a new "python-interactive" command that starts a standard
2471 Python interactive prompt with "pi" as alias, and add "py" as
2472 an alias to "python".
2473 * gdb.texinfo (Python Commands): Document the new commands.
2474
2475 2012-08-22 Tom Tromey <tromey@redhat.com>
2476
2477 * gdbint.texinfo (Host Definition): Remove documentation for
2478 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
2479
2480 2012-08-17 Keith Seitz <keiths@redhat.com>
2481
2482 PR c++/13356
2483 * gdb.texinfo (Type and Range Checking): Remove warning.
2484 Remove spurious commas.
2485 Update text and examples for re-implementation of set/show
2486 check type.
2487 (C and C++ Type and Range Checks): Likewise.
2488
2489 2012-08-16 Yao Qi <yao@codesourcery.com>
2490
2491 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
2492 is deprecated.
2493
2494 2012-08-13 Doug Evans <dje@google.com>
2495
2496 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
2497 to include functions.
2498
2499 2012-08-10 Doug Evans <dje@google.com>
2500
2501 * gdb.texinfo (Convenience Funs): New node.
2502 (Types In Python): Document Type.vector.
2503
2504 2012-08-09 Yao Qi <yao@codesourcery.com>
2505
2506 * observer.texi: New observer command_param_changed.
2507 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
2508
2509 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2510
2511 * gdbint.texinfo (Debugging GDB): In section
2512 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
2513 Mention also gdb-gdb.py.
2514
2515 2012-08-07 Yao Qi <yao@codesourcery.com>
2516
2517 Revert the folloing patch:
2518 2012-08-06 Yao Qi <yao@codesourcery.com>
2519 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2520 remote hardware-watchpoint-limit' and 'set
2521 remote hardware-breakpoint-limit'.
2522
2523 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
2524
2525 * gdb.texinfo (Working Directory): Added information about new
2526 default argument for 'cd' command.
2527
2528 2012-08-06 Yao Qi <yao@codesourcery.com>
2529
2530 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2531 remote hardware-watchpoint-limit' and 'set
2532 remote hardware-breakpoint-limit'.
2533
2534 2012-08-06 Yao Qi <yao@codesourcery.com>
2535
2536 Fix PR14371.
2537
2538 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
2539 '=breakpoint-deleted'.
2540
2541 2012-08-02 Yao Qi <yao@codesourcery.com>
2542
2543 * gdb.texinfo (Native): Remove node Neutrino.
2544
2545 2012-07-27 Yao Qi <yao@codesourcery.com>
2546
2547 * gdb.texinfo (IPA Protocol Commands): Document new command
2548 'close'.
2549
2550 2012-07-25 Tom Tromey <tromey@redhat.com>
2551
2552 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
2553
2554 2012-07-20 Doug Evans <dje@google.com>
2555
2556 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
2557 (Index Files): Document how to control the use of deprecated index
2558 sections.
2559 (Index Section Format): Replace --use-deprecated-index-sections with
2560 "set use-deprecated-index-sections on".
2561
2562 2012-07-12 Eli Zaretskii <eliz@gnu.org>
2563
2564 * gdbint.texinfo: Remove @syncodeindex directives that put all the
2565 indices into a single node "Index". Instead, join function and
2566 variable indices into a single index, separate from the concept
2567 index. Requested in
2568 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
2569 (Top): Update the top-level menu: instead of one "Index" there are
2570 now separate entries "Concept Index" and "Function and Variable
2571 Index".
2572 (Concept Index, Function and Variable Index): New nodes.
2573 (Index): Node deleted.
2574
2575 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
2576
2577 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
2578 and "maint agent-eval".
2579
2580 2012-07-03 Eli Zaretskii <eliz@gnu.org>
2581
2582 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
2583 avoid file-name clashes between Index.html and index.html on
2584 case-insensitive filesystems. See the discussion starting in
2585 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
2586 details of the problem.
2587 (Top): Update the master menu for the above.
2588 (Concept Index, Command and Variable Index): New nodes, instead of
2589 the old "Index" node that was deleted. All cross-references
2590 updated.
2591
2592 2012-07-02 Stan Shebs <stan@codesourcery.com>
2593
2594 * gdb.texinfo (Dynamic Printf): Mention agent style and
2595 disconnected dprintf.
2596 (Maintenance Commands): Describe maint agent-printf.
2597 (General Query Packets): Mention BreakpointCommands feature.
2598 (Packets): Document commands extension to Z0 packet.
2599 * agentexpr.texi (Bytecode Descriptions): Document printf
2600 bytecode.
2601
2602 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2603
2604 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
2605 only after gdbinit files.
2606 (Startup): Move -iex and -iex commands down after gdbinit files.
2607
2608 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2609
2610 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
2611 possibility.
2612
2613 2012-06-29 Tom Tromey <tromey@redhat.com>
2614
2615 * gdb.texinfo (Index Section Format): Update for version 7.
2616
2617 2012-06-28 Stan Shebs <stan@codesourcery.com>
2618
2619 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
2620 example, add note about title column.
2621
2622 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2623
2624 * gdb.texinfo (Symbol Tables In Python): Add description about
2625 the new 'last' attribute of gdb.Symtab_and line.
2626
2627 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2628
2629 * gdb.texinfo (Symbol Tables In Python): Correct the description
2630 of the 'pc' attribute of gdb.Symtab_and_line.
2631
2632 2012-06-26 Doug Evans <dje@google.com>
2633
2634 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
2635 and symtab-create.
2636
2637 2012-06-25 Keith Seitz <keiths@redhat.com>
2638
2639 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
2640 from example. Remove "rbreak" from list of corresponding
2641 gdb commands.
2642
2643 2012-06-23 Doug Evans <dje@google.com>
2644
2645 * gdb.texinfo (Index Section Format): Document version 7 format.
2646
2647 2012-06-22 Yao Qi <yao@codesourcery.com>
2648
2649 * gdb.texinfo: Add missing cindex for some packets.
2650
2651 2012-06-20 Keith Seitz <keiths@redhat.com>
2652
2653 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
2654 for -break-insert and document -p.
2655
2656 2012-06-20 Yao Qi <yao@codesourcery.com>
2657
2658 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
2659 and "gdb.write_memory" with "Inferior.read_memory" and
2660 "Inferior.write_memory".
2661
2662 2012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
2663
2664 * gdb.texinfo (Summary): Add a link to "Free Documentation".
2665 (Free Documentation): Add @node line.
2666 (Continuing and Stepping) <advance location>: Use @item instead of
2667 @itemx.
2668 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
2669 @itemx.
2670 (Embedded Processors): Put the link to "PA" to its correct place,
2671 according to document structure.
2672 (Python API): Put the link to "Lazy Strings In Python" to its
2673 correct place.
2674 (Index): Use @@ in @tex block to get a literal @.
2675
2676 * gdbint.texinfo: Fix the @subtitle line.
2677
2678 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
2679 correct place.
2680
2681 2012-06-08 Yao Qi <yao@codesourcery.com>
2682
2683 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
2684 Protocol'.
2685 (In-Process Agent Protocol, IPA Protocol Objects)
2686 (IPA Protocol Commands): New nodes.
2687 (Tracepoint Packets): Add anchors.
2688
2689 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
2690
2691 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
2692
2693 2012-06-06 Yao Qi <yao@codesourcery.com>
2694
2695 * gdb.texinfo: Update copyright year.
2696
2697 2012-05-23 Stan Shebs <stan@codesourcery.com>
2698 Kwok Cheung Yeung <kcy@codesourcery.com>
2699
2700 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
2701
2702 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2703
2704 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
2705 Mention also --with-separate-debug-dir.
2706 (Auto-loading): Prepend $debugdir in the sample output.
2707 (Auto-loading safe path): Likewise. Mention also $debugdir for the
2708 auto-load safe-path variable.
2709 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
2710 Mention also $debugdir for 'set auto-load scripts-directory'.
2711
2712 2012-05-19 Eli Zaretskii <eliz@gnu.org>
2713
2714 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
2715 (MIPS Embedded, MIPS, MIPS Register packet Format)
2716 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
2717 appropriate.
2718
2719 2012-05-18 Sandra Loosemore <sandra@codesourcery.com>
2720 Maciej W. Rozycki <macro@codesourcery.com>
2721
2722 * gdb.texinfo (MIPS): Document "set mips compression" and "show
2723 mips compression".
2724 (MIPS Breakpoint Kinds): New subsubsection.
2725
2726 2012-05-18 Eli Zaretskii <eliz@gnu.org>
2727
2728 * gdb.texinfo (Architecture-Specific Protocol Details): Define
2729 nodes for subsections. Add @acronym mark-ups and adjust
2730 formatting.
2731
2732 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2733
2734 Rename $ddir to $datadir.
2735 * gdb.texinfo (Auto-loading, Auto-loading safe path)
2736 (objfile-gdb.py file): Rename $ddir to $datadir.
2737
2738 2012-05-18 Tom Tromey <tromey@redhat.com>
2739
2740 * gdb.texinfo (Print Settings): Document 'set print symbol'.
2741
2742 2012-05-14 Stan Shebs <stan@codesourcery.com>
2743
2744 * gdb.texinfo (Dynamic Printf): New subsection.
2745
2746 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
2747
2748 * gdb.texinfo (Basic Python): Add description about the function
2749 gdb.find_pc_line
2750
2751 2012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2752 Eli Zaretskii <eliz@gnu.org>
2753
2754 * gdb.texinfo (Separate Debug Files): Use plural form for global
2755 debugging information directory.
2756
2757 2012-05-11 Stan Shebs <stan@codesourcery.com>
2758 Kwok Cheung Yeung <kcy@codesourcery.com>
2759
2760 * gdb.texinfo (Operating System Auxiliary Information): Document new
2761 'info os' subcommands.
2762
2763 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2764
2765 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
2766 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
2767 (dotdebug_gdb_scripts section): Add reference
2768 to 'Auto-loading safe path'.
2769
2770 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2771
2772 Implement multi-component --with-auto-load-dir.
2773 * gdb.texinfo (Auto-loading): New references
2774 for 'set auto-load scripts-directory'
2775 and 'show auto-load scripts-directory'.
2776 (Auto-loading safe path): Describe the new default. Move $ddir
2777 substituation reference to 'objfile-gdb.py file'.
2778 (objfile-gdb.py file): Describe script-name alias. Change real-name to
2779 script-name. Describe new 'set auto-load scripts-directory'
2780 and 'show auto-load scripts-directory'.
2781
2782 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2783
2784 Provide $ddir substitution for --with-auto-load-safe-path.
2785 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
2786 (Auto-loading safe path): Likewise. Mention the default value,
2787 $ddir substitution, --with-auto-load-safe-path and
2788 --without-auto-load-safe-path.
2789 * observer.texi (gdb_datadir_changed): New.
2790
2791 2012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2792
2793 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
2794 Twice.
2795
2796 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
2797 directory separator by path separator.
2798
2799 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2800
2801 * gdb.texinfo (Auto-loading safe path): Make 'directories'
2802 for 'set auto-load safe-path' optional. Mention if it is omitted.
2803 Change disabling security protection condition to "/", twice.
2804
2805 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
2806
2807 * gdb.texinfo (Symbol Tables In Python): Add documentation about
2808 the new methods global_block and static_block on gdb.Symtab
2809 objects.
2810
2811 2012-05-02 Siva Chandra Reddy <sivachandra@google.com>
2812
2813 * gdb.texinfo (Blocks In Python): Add a note saying that future
2814 improvements to GDB and its infrastructure can move symbols
2815 across blocks within a symbol table.
2816
2817 2012-04-29 Yao Qi <yao@codesourcery.com>
2818
2819 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
2820 (A29K): Remove.
2821
2822 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
2823 Tom Tromey <tromey@redhat.com>
2824
2825 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
2826 and generic static probe support on GDB.
2827
2828 2012-04-25 Doug Evans <dje@google.com>
2829
2830 * gdb.texinfo (Go): Fix thinko.
2831
2832 * gdb.texinfo (Supported Languages): Add Go.
2833 (Go): New node.
2834
2835 2012-04-25 Yao Qi <yao@codesourcery.com>
2836
2837 * gdbint.texinfo (Testsuite): New section `Board settings'.
2838
2839 2012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2840
2841 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
2842 Three times.
2843
2844 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
2845 Three times.
2846
2847 2012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2848
2849 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
2850 by @table @asis. Fix formatting of one item.
2851
2852 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2853
2854 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
2855
2856 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2857
2858 New option "set debug auto-load".
2859 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
2860 (auto-load verbose mode): New node.
2861
2862 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2863
2864 New option "set auto-load safe-path".
2865 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
2866 and "info auto-load" examples for safe-path. Put there also references
2867 for "set auto-load safe-path" and "show auto-load safe-path".
2868 New menu item for Auto-loading safe path.
2869 (Auto-loading safe path): New node.
2870 (Python Auto-loading): Update the expected output from "Missing"
2871 to "No".
2872
2873 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2874
2875 auto-load: Implementation.
2876 * gdb.texinfo (Mode Options): New anchor for -nx.
2877 (Startup): New anchors for Option -init-eval-command,
2878 Home Directory Init File
2879 and Init File in the Current Directory during Startup.
2880 Mention set auto-load local-gdbinit with a reference.
2881 Change the sample code to "set auto-load python-scripts".
2882 (Threads): New anchor set libthread-db-search-path.
2883 Provide references to libthread_db.so.1 file.
2884 (Controlling GDB): New menu item for Auto-loading.
2885 (Auto-loading, Init File in the Current Directory)
2886 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
2887 (Python): Rename the menu item Auto-loading to Python Auto-loading.
2888 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
2889 reference.
2890 (Auto-loading): Rename to ...
2891 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
2892 "set auto-load python-scripts", new anchor for it. Change
2893 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
2894 for it. Change "info auto-load-scripts"
2895 to "info auto-load python-scripts", new anchor for it. Change "scripts"
2896 to "Python scripts".
2897
2898 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
2899
2900 PR mi/13393
2901 * gdb.texinfo (Print Settings): Extend the description for "set print
2902 object".
2903 (GDB/MI Variable Objects): Extend the description for -var-create and
2904 -var-list-children.
2905
2906 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
2907
2908 * gdb.texinfo (Examining Data): Document the 'explore' command.
2909
2910 2012-03-28 Joel Brobecker <brobecker@adacore.com>
2911
2912 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
2913 to the children of a varobj and its update range when -var-update
2914 returns that the varobj's type changed.
2915
2916 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2917
2918 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
2919 Create two new links fir 'objfile-gdb.py file'
2920 and 'dotdebug_gdb_scripts section'.
2921
2922 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2923
2924 * gdb.texinfo (Auto-loading): Rename node reference
2925 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
2926 Twice.
2927 (.debug_gdb_scripts section): Rename the node ...
2928 (dotdebug_gdb_scripts section): ... here.
2929 (Maintenance Commands): Also rename this node reference.
2930
2931 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
2932
2933 * gdb.texinfo (Python API/Values From Inferior): Add description
2934 about the new method Value.referenced_value. Add description on
2935 how Value.dereference is different (and similar) to
2936 Value.referenced_value.
2937
2938 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2939
2940 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
2941 --init-eval-command=COMMAND, -iex.
2942 (Startup): Describe -iex and -ix. Simplify the example
2943 for "set auto-load-scripts off".
2944
2945 2012-03-16 Gary Benson <gbenson@redhat.com>
2946
2947 PR breakpoints/10738
2948 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
2949 stating that GDB cannot set breakpoints on inlined functions.
2950 (Mode Options): Document --use-deprecated-index-sections.
2951 (Index Section Format): Document new index section version format.
2952
2953 2012-03-15 Tom Tromey <tromey@redhat.com>
2954
2955 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
2956
2957 2012-03-13 Doug Evans <dje@google.com>
2958
2959 * gdb.texinfo (Help): Change apropos example to use "alias" instead
2960 of "reload".
2961 (Symbols): Delete docs for set/show symbol-reloading.
2962 * gdbint.texinfo (Defining Other Architecture Features): Delete
2963 SYMBOL_RELOADING_DEFAULT.
2964 * refcard.tex: Delete reference to symbol-reloading.
2965
2966 2012-03-07 Pedro Alves <palves@redhat.com>
2967
2968 * gdb.texinfo (General Query Packets): Document new
2969 QProgramSignals packet.
2970 * gdb.texinfo (Remote configuration): Mention
2971 "program-signals-packet".
2972
2973 2012-03-05 Tristan Gingold <gingold@adacore.com>
2974
2975 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
2976
2977 2012-03-03 Yao Qi <yao@codesourcery.com>
2978
2979 * gdb.texinfo (In-Process Agent): New node.
2980 Document new commands.
2981 (General Query Packets): Add packet `QAgent'.
2982
2983 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
2984
2985 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
2986
2987 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
2988
2989 * gdb.texinfo (Commands In Python): Put example python macro in
2990 COMMAND_USER category rather than COMMAND_OBSCURE.
2991 Document gdb.COMMAND_USER.
2992 (User-defined Commands): Update documentation to clarify
2993 "set/show max-user-call-depth" and "show user" don't apply to python
2994 commands. Update documentation to clarify "help user-defined" may
2995 also include python commands defined as COMMAND_USER.
2996
2997 2012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2998
2999 * gdb.texinfo (Startup): Add option -ex description to the option -x
3000 description.
3001
3002 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
3003
3004 * gdb.texinfo (Setting Breakpoints): Mention and explain the
3005 condition-evaluation breakpoint parameter.
3006 Mention condition-evaluation mode being shown in "info break".
3007 (Break Conditions): Add description for target-side
3008 conditional breakpoints.
3009 (Remote Configuration): Mention conditional-breakpoints-packet.
3010 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
3011 cond-expr.
3012 (General Query Packets): Mention new ConditionalBreakpoint feature.
3013
3014 2012-02-22 Tom Tromey <tromey@redhat.com>
3015
3016 * gdb.texinfo (Blocks In Python): Clarify block iteration.
3017
3018 2012-02-17 Tom Tromey <tromey@redhat.com>
3019
3020 PR python/10753:
3021 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
3022 directory.
3023
3024 2012-02-14 Stan Shebs <stan@codesourcery.com>
3025
3026 * gdb.texinfo (Disabling Breakpoints): Document enable count.
3027
3028 2012-02-13 Pedro Alves <palves@redhat.com>
3029
3030 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
3031 mips-idt-ecoff.
3032
3033 2012-02-09 Yao Qi <yao@codesourcery.com>
3034
3035 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
3036
3037 2012-02-07 Tom Tromey <tromey@redhat.com>
3038
3039 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
3040 Symbol.value.
3041
3042 2012-02-07 Tom Tromey <tromey@redhat.com>
3043
3044 * gdb.texinfo (Symbols In Python): Document Symbol.line.
3045
3046 2012-01-27 Thomas Schwinge <thomas@codesourcery.com>
3047
3048 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
3049
3050 2012-01-24 Tom Tromey <tromey@redhat.com>
3051
3052 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
3053 unload".
3054 (Files): Mention new catch commands.
3055 (GDB/MI Async Records): Likewise.
3056
3057 2012-01-24 Gary Benson <gbenson@redhat.com>
3058
3059 Delete #if 0'd out code.
3060 * gdb.texinfo (Frame Info): Remove "info catch".
3061
3062 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
3063
3064 * gdb.texinfo (Remote Configuration): Document
3065 "set remote hostio-readlink-packet" command.
3066 (General Query Packets): Document vFile:readlink packet.
3067
3068 2012-01-16 Tom Tromey <tromey@redhat.com>
3069
3070 * gdb.texinfo (Specify Location): Document relative file name
3071 handling.
3072
3073 2012-01-16 Tom Tromey <tromey@redhat.com>
3074
3075 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
3076
3077 2012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3078 Eli Zaretskii <eliz@gnu.org>
3079
3080 * gdbint.texinfo (Coding Standards): Require braces for two lines of
3081 code.
3082
3083 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
3084
3085 * gdb.texinfo (Variables): Document use of :: for non-static
3086 variables.
3087
3088 2012-01-05 Joel Brobecker <brobecker@adacore.com>
3089
3090 * gdbint.texinfo (Start of New Year Procedure): Update
3091 to replace use of copyright.sh by use of copyright.py.
3092
3093 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3094
3095 Remove the gdbtui binary.
3096 * all-cfg.texi (GDBTUI): Remove.
3097 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
3098 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
3099 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
3100
3101 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
3102
3103 Introduce gdb.FinishBreakpoint in Python.
3104 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
3105 (Python API): Add menu entry for Finish Breakpoints.
3106
3107 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3108
3109 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
3110 tests.
3111
3112 2011-12-16 Doug Evans <dje@google.com>
3113
3114 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
3115
3116 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
3117
3118 * gdb.texinfo (Python Commands): Remove "maint set/show print
3119 stack". Add documentation for "set/show python print-stack".
3120
3121 2011-12-14 Pedro Alves <pedro@codesourcery.com>
3122
3123 * gdb.texinfo (Implementing a Remote Stub): Explain that you
3124 should transfer control to the stub in the startup code instead of
3125 in main. Mention the need to get past the initial breakpoint.
3126
3127 2011-12-06 Tom Tromey <tromey@redhat.com>
3128
3129 * gdb.texinfo (Set Breaks): Update for new behavior.
3130
3131 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3132
3133 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
3134 List Format for SVR4 Targets'.
3135 (General Query Packets): New item qXfer:libraries-svr4:read.
3136 (Library List Format for SVR4 Targets): New node.
3137
3138 2011-12-01 Tom Tromey <tromey@redhat.com>
3139
3140 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
3141 add.
3142
3143 2011-11-22 Tom Tromey <tromey@redhat.com>
3144
3145 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
3146 reasons.
3147
3148 2011-11-20 Stan Shebs <stan@codesourcery.com>
3149
3150 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3151 note-related options and variables.
3152 (Tracepoint Packets): Document packet changes.
3153
3154 2011-11-20 Sanjoy Das <sdas@igalia.com>
3155
3156 * gdb.texinfo (JIT Interface): Add documentation on writing and
3157 usind JIT debug info readers.
3158 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
3159 Debug Info Readers): New nodes.
3160
3161 2011-11-18 Yao Qi <yao@codesourcery.com>
3162
3163 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
3164 tracepoint.
3165
3166 2011-11-15 Doug Evans <dje@google.com>
3167
3168 * gdb.texinfo (Files): Document basenames-may-differ.
3169
3170 2011-11-14 Doug Evans <dje@google.com>
3171
3172 * gdb.texinfo (Shell Commands): Document "!".
3173
3174 2011-11-14 Stan Shebs <stan@codesourcery.com>
3175 Kwok Cheung Yeung <kcy@codesourcery.com>
3176
3177 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
3178 needed to get shorter fast tracepoints.
3179 (Tracepoint Packets): Document new qTMinFTPILen packet.
3180
3181 2011-11-14 Yao Qi <yao@codesourcery.com>
3182
3183 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
3184 behavior of tracepoint.
3185 (General Query Packets): New feature InstallInTrace.
3186 (Remote Configuration): Document "set remote
3187 install-in-trace-packet".
3188
3189 2011-11-12 Matt Rice <ratmice@gmail.com>
3190
3191 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
3192 Add arguments to info macro.
3193
3194 2011-11-10 Tom Tromey <tromey@redhat.com>
3195
3196 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
3197 manual.
3198 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
3199 (Macros): Add a footnote.
3200 (C): Remove paragraph about compiler options.
3201 (C Constants): Mention wide character and string constants.
3202 (C Plus Plus Expressions): Update compiler option advice. Mention
3203 using declarations. Mention ADL. Remove old HP compiler
3204 information.
3205
3206 2011-11-10 Tom Tromey <tromey@redhat.com>
3207
3208 PR c++/9257:
3209 * gdb.texinfo (Print Settings): Add an extra note about the need
3210 for a vtable.
3211
3212 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
3213
3214 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
3215 "set mips abi" documentation.
3216
3217 2011-11-04 Doug Evans <dje@google.com>
3218
3219 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
3220
3221 2011-11-03 Tom Tromey <tromey@redhat.com>
3222
3223 * gdb.texinfo (Stopping): Add menu entry.
3224 (Continuing and Stepping): Restore @node. Use @section, not
3225 @subsection.
3226
3227 2011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
3228
3229 * gdb.texinfo (Skipping Over Functions and Files): Remove node
3230 designation. Fix "Specify Location" cross-reference.
3231
3232 2011-11-02 Stan Shebs <stan@codesourcery.com>
3233
3234 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
3235 (General Query Packets): Describe tracenz feature.
3236 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
3237
3238 2011-10-28 Paul Koning <paul_koning@dell.com>
3239
3240 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
3241
3242 2011-10-27 Kevin Pouget <kevin.pouget@st.com>
3243
3244 * gdb.texinfo ((Frames In Python): Document
3245 gdb.FRAME_UNWIND_FIRST_ERROR contant.
3246
3247 2011-10-26 Paul Koning <paul_koning@dell.com>
3248
3249 * gdb.texinfo (gdb.types): Document new deepitems function.
3250
3251 2011-10-25 Paul Koning <paul_koning@dell.com>
3252
3253 PR python/13327
3254
3255 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
3256 fetch_lazy method.
3257
3258 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
3259
3260 PR python/12656
3261
3262 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
3263 global_block, static_block function.
3264
3265 2011-10-19 Tom Tromey <tromey@redhat.com>
3266
3267 * gdb.texinfo (Commands In Python): Add missing "@"s.
3268
3269 2011-10-13 Kevin Pouget <kevin.pouget@st.com>
3270
3271 PR python/13285 Document named constants for frame unwind stop reasons
3272 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
3273 constants.
3274
3275 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3276
3277 Fix compatibility with texinfo versions older than 4.12.
3278 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
3279 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
3280 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
3281 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
3282 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
3283 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
3284 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
3285
3286 2011-10-09 Doug Evans <dje@google.com>
3287
3288 * gdb.texinfo (Extending GDB): Document alias command.
3289
3290 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3291
3292 Support @entry in input expressions.
3293 * gdb.texinfo (Variables): Describe @entry names suffix.
3294 (Print Settings): Add anchor for `set print entry-values'.
3295
3296 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3297 Eli Zaretskii <eliz@gnu.org>
3298
3299 Display @entry parameter values (without references).
3300 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
3301 example.
3302 (Print Settings): New description of set print entry-values and show
3303 print entry-values.
3304
3305 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3306 Eli Zaretskii <eliz@gnu.org>
3307
3308 Recognize virtual tail call frames.
3309 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
3310 (Tail Call Frames): New node.
3311 (Frames In Python): Add gdb.TAILCALL_FRAME.
3312
3313 2011-10-07 Doug Evans <dje@google.com>
3314
3315 * gdb.texinfo (gdb.printing): Document new `replace' arg to
3316 register_pretty_printer.
3317
3318 2011-10-07 Phil Muldoon <pmuldoon@redhat.com>
3319
3320 PR python/12930
3321 PR python/12802
3322
3323 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
3324 stop method.
3325
3326 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
3327
3328 * gdb.texinfo (Starting your Program): "set disable-randomization"
3329 is no longer Linux-specific.
3330 (Remote Configuration): Document "set remote
3331 disable-randomization-packet".
3332 (General Query Packets): Document "QDisableRandomization" packet
3333 and add it to "qSupported" list.
3334
3335 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
3336
3337 Allow Python notification of new object-file loadings.
3338 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
3339 event type.
3340
3341 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
3342
3343 PR python/12691: Add the inferior to Python exited event
3344 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
3345
3346 2011-10-03 Joel Brobecker <brobecker@adacore.com>
3347
3348 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
3349 rephasing.
3350
3351 2011-10-03 Joel Brobecker <brobecker@adacore.com>
3352
3353 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
3354 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
3355 as possible feature returned by the `-list-features'
3356 command.
3357
3358 2011-09-28 Paul Koning <paul_koning@dell.com>
3359
3360 * gdb.texinfo (gdb.Type): Document field access by dictionary
3361 key syntax.
3362
3363 2011-09-28 Yao Qi <yao@codesourcery.com>
3364
3365 * gdb.texinfo (Files): Update options for `add-symbol-file'.
3366 Add one space after option `-s'. Remove @r{} markup.
3367
3368 2011-09-27 Stan Shebs <stan@codesourcery.com>
3369
3370 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
3371
3372 2011-09-16 Hui Zhu <teawater@gmail.com>
3373
3374 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
3375 to *(unsigned char *)$esp@300.
3376
3377 2011-09-15 Paul Koning <paul_koning@dell.com>
3378
3379 * gdb.texinfo: Make style of Python functions and methods match
3380 the syntax of Python. Also put class and module names explicitly
3381 on function, member, and variable names, matching Python
3382 documentation conventions.
3383
3384 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
3385
3386 PR Python/12692 Add gdb.selected_inferior() to Python interface.
3387 * gdb.texinfo (Inferiors In Python): Describe new
3388 gdb.selected_inferior() function.
3389
3390 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
3391
3392 Handle multiple breakpoint hits in Python interface:
3393 * gdb.texinfo (Events In Python): New function documentation:
3394 gdb.BreakpointEvent.breakpoints. Indicate that
3395 gdb.BreakpointEvent.breakpoint is now deprecated.
3396
3397 2011-09-04 Joel Brobecker <brobecker@adacore.com>
3398
3399 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
3400
3401 2011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
3402
3403 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
3404
3405 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
3406
3407 * gdb.texinfo (Prompt): Add set/show extended-prompt
3408 documentation
3409 (Basic Python): Add prompt_hook anchor.
3410 (Python modules): Reword module text to reflect multiple modules.
3411 (gdb.prompt): Document gdb.prompt module.
3412
3413 2011-08-14 Yao Qi <yao@codesourcery.com>
3414
3415 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
3416
3417 2011-08-14 Yao Qi <yao@codesourcery.com>
3418
3419 * gdb.texinfo (Standard Target Features): Document C6x features.
3420 (TIC6x Features): New node.
3421
3422 2011-08-12 Doug Evans <dje@google.com>
3423
3424 * gdb.texinfo (Symbols In Python): Document symbol.type.
3425
3426 2011-08-09 Phil Muldoon <pmuldoon@redhat.com>
3427
3428 * gdb.texinfo (Python): Document command and function
3429 auto-loading.
3430
3431 2011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3432 Eli Zaretskii <eliz@gnu.org>
3433
3434 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
3435 typedefs unrolling. Extend the sample code by an inner typedef and
3436 outer typedefs unrolling.
3437
3438 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
3439
3440 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
3441 size and line-size.
3442
3443 2011-07-21 Matt Rice <ratmice@gmail.com>
3444
3445 PR macros/12999
3446 * gdb.texinfo (Macros): Add info definitions and info macros commands.
3447 Update text and cindex entries for info macro command.
3448
3449 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
3450
3451 * observer.texi (GDB Observers): Add before_prompt observer.
3452 * gdb.texinfo (Basic Python): Add documentation for prompt
3453 substitution.
3454
3455 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
3456
3457 PR python/12438
3458 * gdb.texinfo (Python Commands): Add deprecate note to maint
3459 set/show python print-stack. Document set/show python
3460 print-backtrace.
3461
3462 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
3463
3464 * gdb.texinfo: Fix typos.
3465
3466 2011-07-01 Tom Tromey <tromey@redhat.com>
3467
3468 * gdb.texinfo (Debugging Output): Document set debug
3469 check-physname.
3470
3471 2011-06-29 Tom Tromey <tromey@redhat.com>
3472
3473 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3474 breakpoint-notifications feature.
3475
3476 2011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
3477
3478 * gdb.texinfo (Target Description): Remove warning about
3479 possibly unstable format.
3480
3481 2011-06-03 Tom Tromey <tromey@redhat.com>
3482
3483 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
3484 (Events In Python): Note that exit_code is optional.
3485
3486 2011-05-17 Pedro Alves <pedro@codesourcery.com>
3487
3488 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
3489 required for multi-threading support.
3490 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
3491 Hc are deprecated for multi-threading debugging. Point readers at
3492 the vCont packet.
3493
3494 2011-05-15 Doug Evans <dje@google.com>
3495
3496 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
3497
3498 2011-05-13 Doug Evans <dje@google.com>
3499
3500 * gdb.texinfo (Threads): Document $sdir,$pdir.
3501 (Server): Document $pdir exception.
3502
3503 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
3504
3505 * gdb.texinfo (Threads): Clarify default value for
3506 libthread-db-search-path.
3507
3508 * gdb.texinfo (Completion): Update example.
3509 (Debugging Output): Delete `set/show debug lin-lwp-async'.
3510
3511 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
3512
3513 * gdb.texinfo: Document change in the behaviour of the enable and
3514 disable GDB commands when applied to tracepoints.
3515 Document the EnableDisableTracepoints remote stub feature.
3516 Document QTEnable and QTDisable in the list of tracepoint packets.
3517
3518 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3519
3520 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
3521 hsuser.texi.
3522 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
3523 comment to hsuser.texi. Change rluser.texi name in the comment.
3524
3525 2011-05-10 Doug Evans <dje@google.com>
3526
3527 * gdb.texinfo (Threads): If an empty path is provided for
3528 libthread-db-search-path it is reset to its default value.
3529 (Server): Ditto.
3530
3531 2011-05-09 Doug Evans <dje@google.com>
3532
3533 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
3534
3535 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3536 Thiago Jung Bauermann <bauerman@br.ibm.com>
3537
3538 Implement support for PowerPC BookE masked watchpoints.
3539 * gdb.texinfo (Set Watchpoints): Document mask parameter.
3540 (PowerPC Embedded): Mention support of masked watchpoints.
3541
3542 2011-05-03 Joel Brobecker <brobecker@adacore.com>
3543
3544 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
3545 `@value{GDBN}'.
3546
3547 2011-05-03 Joel Brobecker <brobecker@adacore.com>
3548
3549 * gdb.texinfo (titlepage): Remove dedication.
3550 (In Memoriam): New appendix.
3551
3552 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3553 Eli Zaretskii <eliz@gnu.org>
3554
3555 * gdb.texinfo (Index Section Format): Change the version to 5.
3556 Describe the different formula.
3557
3558 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3559 Eli Zaretskii <eliz@gnu.org>
3560
3561 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
3562 for disconnected tracing.
3563 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
3564 extended-remote relationship. Mention --once.
3565 (TCP port allocation lifecycle of @code{gdbserver}): New.
3566
3567 2011-04-23 Eli Zaretskii <eliz@gnu.org>
3568
3569 * gdb.texinfo (Server): Improve indexing. Index all optional
3570 switches to gdbserver.
3571
3572 2011-04-20 Tom Tromey <tromey@redhat.com>
3573
3574 * gdb.texinfo (Index Section Format): New node.
3575 (Top): Add new node to menu.
3576
3577 2011-04-20 Pedro Alves <pedro@codesourcery.com>
3578
3579 * gdb.texinfo (Maintenance Commands): Document `maint print
3580 remote-registers'.
3581
3582 2011-04-20 Tom Tromey <tromey@redhat.com>
3583
3584 * gdb.texinfo (Trace File Format): Move node later.
3585
3586 2011-04-19 Tom Tromey <tromey@redhat.com>
3587
3588 * gdbint.texinfo (Register Information Functions): Remove
3589 duplicate "the".
3590 * gdb.texinfo (Emacs): Remove duplicate "to".
3591 (GDB/MI Variable Objects): Remove duplicate "the".
3592 (General Query Packets): Likewise.
3593
3594 2011-04-02 Joel Brobecker <brobecker@adacore.com>
3595
3596 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
3597 "GDB/MI Ada Exception Information" node.
3598
3599 2011-04-01 Joel Brobecker <brobecker@adacore.com>
3600
3601 * gdb.texinfo (GDB/MI Ada Exception Information): Document
3602 the "exception-name" field in the *stopped async record.
3603
3604 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
3605 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3606
3607 Implement support for PowerPC BookE ranged breakpoints.
3608 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
3609
3610 2011-03-28 Tom Tromey <tromey@redhat.com>
3611
3612 * gdb.texinfo (Set Tracepoints): Fix typo.
3613
3614 2011-03-24 Tom Tromey <tromey@redhat.com>
3615
3616 * gdb.texinfo (Specify Location): Document `function:label'
3617 linespec.
3618
3619 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
3620
3621 PR python/12149
3622
3623 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
3624
3625 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
3626
3627 * gdb.texinfo (Blocks In Python): Add is_valid method description.
3628 (Inferiors In Python): Likewise.
3629 (Threads In Python): Likewise.
3630 (Symbols In Python): Likewise.
3631 (Objfiles In Python): Likewise.
3632 (Symbol Tables In Python): Likewise.
3633
3634 2011-03-15 Pedro Alves <pedro@codesourcery.com>
3635
3636 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
3637 display>: Explain that the commands accept number ranges.
3638
3639 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
3640
3641 * gdb.texinfo (Breakpoints In Python): Add description and example
3642 of Python stop function operation.
3643
3644 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
3645
3646 * gdb.texinfo (Parameters In Python): Document get_set_string and
3647 get_show_string methods.
3648
3649 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3650
3651 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
3652
3653 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
3654 circular-trace-buffer name.
3655
3656 2011-02-28 Joel Brobecker <brobecker@adacore.com>
3657
3658 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
3659 in the previous change.
3660
3661 2011-02-27 Michael Snyder <msnyder@vmware.com>
3662
3663 * gdb.texinfo (Inferiors and Programs): Update commands to show
3664 that they can accept multiple arguments.
3665
3666 2011-02-24 Joel Brobecker <brobecker@adacore.com>
3667
3668 Revert the following patch (code patch was not approved):
3669 2011-02-21 Hui Zhu <teawater@gmail.com>
3670 * agentexpr.texi (bytecode descriptions): add printf.
3671 * gdb.texinfo (tracepoint action lists): add printf.
3672
3673 2011-02-23 Doug Evans <dje@google.com>
3674
3675 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
3676
3677 2011-02-23 Michael Snyder <msnyder@vmware.com>
3678
3679 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
3680 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
3681 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
3682
3683 2011-02-22 Doug Evans <dje@google.com>
3684
3685 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
3686 Clarify behaviour of lookup_symbol when `block' argument is omitted,
3687 add description of result, fix @defun formatting.
3688
3689 2011-02-21 Hui Zhu <teawater@gmail.com>
3690
3691 * agentexpr.texi (Bytecode Descriptions): Add printf.
3692 * gdb.texinfo (Tracepoint Action Lists): Add printf.
3693
3694 2011-02-18 Tom Tromey <tromey@redhat.com>
3695
3696 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
3697
3698 2011-02-14 Michael Snyder <msnyder@vmware.com>
3699
3700 * gdb.texinfo (threads): Document argument for "info threads" cmd.
3701 Document new command "thread find".
3702
3703 2011-02-14 Michael Snyder <msnyder@vmware.com>
3704
3705 * gdb.texinfo (Threads): Update example of new thread message.
3706
3707 2011-02-14 Pedro Alves <pedro@codesourcery.com>
3708
3709 * gdb.texinfo (Remote Configuration): Mention set/show remote
3710 traceframe-info.
3711 (Tools/Packages Optional for Building GDB): Mention that expat is
3712 used for traceframe info.
3713 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
3714 (General Query Packets) <qSupported>: Describe the
3715 qXfer:traceframe-info:read feature.
3716 (qXfer::read): Describe qXfer:traceframe-info:read.
3717 (Traceframe Info Format): New section.
3718
3719 2011-02-04 Pedro Alves <pedro@codesourcery.com>
3720
3721 * gdbint.texinfo (Formatting): Mention some formatting guidelines
3722 for casts and unary operators.
3723
3724 2011-02-04 Tom Tromey <tromey@redhat.com>
3725
3726 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
3727 is not useful.
3728
3729 2011-01-25 Pedro Alves <pedro@codesourcery.com>
3730
3731 * gdb.texinfo: s/value optimized out/optimized out/g
3732
3733 2011-01-21 Joel Brobecker <brobecker@adacore.com>
3734
3735 * gdb.texinfo (Other Misc Settings): Rework part of the
3736 documentation of the "set interactive mode" command.
3737
3738 2011-01-19 Tom Tromey <tromey@redhat.com>
3739
3740 * gdb.texinfo (Threads): Document thread name output and `thread
3741 name' command.
3742 (Threads In Python): Document Thread.name attribute.
3743 (GDB/MI Thread Commands): Document thread attributes.
3744
3745 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
3746
3747 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
3748 changes in mi/mi-cmd-disas.c
3749
3750 2011-01-12 Tom Tromey <tromey@redhat.com>
3751
3752 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
3753 Fix "thread apply" text.
3754
3755 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3756 Thiago Jung Bauermann <bauerman@br.ibm.com>
3757
3758 Implement support for PowerPC BookE ranged watchpoints.
3759 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
3760 the "set powerpc exact-watchpoints" flag.
3761
3762 2011-01-07 Tom Tromey <tromey@redhat.com>
3763
3764 * gdb.texinfo (Python API): Add descriptions to @menu items.
3765
3766 2011-01-06 Tom Tromey <tromey@redhat.com>
3767
3768 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
3769
3770 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
3771
3772 * gdb.texinfo (Debugging Output): Document "set debug jit".
3773
3774 2011-01-06 Tom Tromey <tromey@redhat.com>
3775
3776 PR python/12133:
3777 * gdb.texinfo (Frames In Python): Document various frame
3778 constants.
3779
3780 2011-01-05 Joel Brobecker <brobecker@adacore.com>
3781
3782 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
3783 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
3784 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
3785
3786 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3787
3788 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
3789 (clean): Add GDBvn.texi.
3790
3791 2010-12-29 Joel Brobecker <brobecker@adacore.com>
3792
3793 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
3794 occasional case where the debugger prints an array address
3795 instead of the array itself.
3796
3797 2010-12-23 Pedro Alves <pedro@codesourcery.com>
3798
3799 * gdb.texinfo (Packets) <read registers packet>: Document support
3800 for registers that were not collected.
3801
3802 2010-12-15 Doug Evans <dje@google.com>
3803
3804 * gdb.texinfo (Startup): Document auto-loading of scripts during
3805 startup.
3806 (Auto-loading): Delete "maint set python auto-load on|off".
3807 Add "set auto-load-scripts on|off".
3808
3809 2010-12-07 Doug Evans <dje@google.com>
3810
3811 * gdb.texinfo (Mode Options): Document -data-directory.
3812 (Data Files): Add reference to -data-directory.
3813
3814 2010-11-29 Doug Evans <dje@google.com>
3815
3816 * gdb.texinfo (Pretty-Printer Introduction): Change
3817 printer-name:subprinter-name to printer-name;subprinter-name.
3818
3819 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
3820
3821 PR python/12199
3822
3823 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
3824
3825 2010-11-23 Tom Tromey <tromey@redhat.com>
3826
3827 * gdb.texinfo (Top): Check SYSTEM_READLINE.
3828 (Editing): Likewise.
3829 (Command History): Likewise.
3830 (TUI Keys): Likewise.
3831 (Bug Reporting): Conditionally include rluser.texi and
3832 inc-history.texinfo.
3833 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
3834 (GDB_DOC_SOURCE_INCLUDES): Add comment.
3835 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
3836 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
3837 (gdb.pdf): Likewise.
3838 (gdb.info): Likewise.
3839 (gdb/index.html): Likewise.
3840
3841 2010-11-23 Tom Tromey <tromey@redhat.com>
3842
3843 * Makefile.in (Makefile): Run ../config.status.
3844 (distclean): Update.
3845 * configure: Remove.
3846 * configure.ac: Remove.
3847
3848 2010-11-12 Tom Tromey <tromey@redhat.com>
3849
3850 * gdb.texinfo (Basic Python): Update. Add xref.
3851 (Exception Handling): Document new exception classes.
3852 (Types In Python): Update.
3853 (Frames In Python): Update.
3854
3855 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
3856
3857 * gdb.texinfo (Breakpoints In Python): Document "internal"
3858 parameter, and visible attribute.
3859
3860 2010-11-05 Doug Evans <dje@google.com>
3861
3862 * gdb.texinfo (Source Path): Document "set directories".
3863
3864 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
3865
3866 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
3867 (OpenCL C): New node.
3868
3869 2010-11-02 Doug Evans <dje@google.com>
3870
3871 * gdb.texinfo (Pretty Printing): Expand into three sections,
3872 introduction, example, and commands.
3873 (Python API): Delete section Disabling Pretty-Printers, merge into
3874 Selecting Pretty-Printers.
3875 (Writing a Pretty-Printer): New section. Move the pretty-printer
3876 example here, and reformat to match python coding style. Add a second
3877 example using the gdb.printing module.
3878 (Python modules): Add gdb.printing.
3879
3880 2010-10-29 Doug Evans <dje@google.com>
3881
3882 * gdb.texinfo (Python): Fix long line.
3883
3884 2010-10-20 Doug Evans <dje@google.com>
3885
3886 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
3887 All references updated. Correct sections marked as subsections.
3888 (Coding Standards): New chapter. Move the coding standard related
3889 subsections here. Add section on Python coding standards.
3890
3891 2010-10-13 Doug Evans <dje@google.com>
3892
3893 * gdb.texinfo (Python): Add "Python modules".
3894 (Types in Python): Add reference to gdb.types section.
3895 (Python modules): New node.
3896
3897 2010-10-11 Doug Evans <dje@google.com>
3898
3899 * gdb.texinfo (Values From Inferior): Add reference to "Types in
3900 Python" from gdb.Value.type description.
3901
3902 2010-09-28 Joel Brobecker <brobecker@adacore.com>
3903
3904 * gdb.texinfo (Ravenscar Profile): New node.
3905
3906 2010-09-22 Tom Tromey <tromey@redhat.com>
3907
3908 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
3909
3910 2010-09-22 Eli Zaretskii <eliz@gnu.org>
3911
3912 * gdb.texinfo (Values From Inferior): Clarify that
3913 value.dynamic_type works only in C++ programs with RTTI.
3914
3915 2010-09-15 Paul Bolle <pebolle@tiscali.nl>
3916
3917 * gdb.texinfo (Character Sets): Correctly reference host-charset
3918 in example.
3919
3920 2010-09-13 Tom Tromey <tromey@redhat.com>
3921
3922 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
3923 Document "fullname" and "from".
3924
3925 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
3926
3927 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
3928 feature `reverse' output by -list-target-features.
3929
3930 2010-08-31 H.J. Lu <hongjiu.lu@intel.com>
3931
3932 * gdb.texinfo (i386 Features): Remove an extra "@item".
3933
3934 2010-08-30 Tom Tromey <tromey@redhat.com>
3935
3936 PR python/11792:
3937 * gdb.texinfo (Values From Inferior): Document dynamic_type.
3938
3939 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
3940
3941 * gdb.texinfo (ARM Features): Document
3942 org.gnu.gdb.arm.m-profile.
3943
3944 2010-08-23 Tom Tromey <tromey@redhat.com>
3945
3946 PR python/11145:
3947 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
3948 reinterpret_cast methods.
3949
3950 2010-08-23 Tom Tromey <tromey@redhat.com>
3951
3952 PR python/11915:
3953 * gdb.texinfo (Types In Python): Document array method.
3954
3955 2010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
3956
3957 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
3958
3959 2010-08-16 Tom Tromey <tromey@redhat.com>
3960
3961 * gdb.texinfo (Set Watchpoints): Document -location option.
3962
3963 2010-08-13 Doug Evans <dje@google.com>
3964
3965 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
3966
3967 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
3968
3969 * gdb.texinfo (GDB/MI Data Manipulation): Document
3970 -data-read-memory-raw and -data-write-memory-raw.
3971
3972 2010-08-11 Tom Tromey <tromey@redhat.com>
3973 Phil Muldoon <pmuldoon@redhat.com>
3974
3975 * gdb.texinfo (Basic Python): Describe post_event API.
3976
3977 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
3978
3979 * gdb.texinfo (Basic Python): Describe solib_address and
3980 decode_line Python APIs
3981
3982 2010-08-10 Tom Tromey <tromey@redhat.com>
3983
3984 * gdb.texinfo (Pretty Printing API): Document
3985 gdb.default_visualizer.
3986
3987 2010-08-10 Tom Tromey <tromey@redhat.com>
3988
3989 Revert gdb-add-index addition:
3990 * gdb.texinfo (Index Files): Don't document gdb-add-index.
3991
3992 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3993 Eli Zaretskii <eliz@gnu.org>
3994
3995 * gdb.texinfo (Mode Options) <-batch>
3996 (Basic Python) <gdb.execute>: Describe setting width and height.
3997
3998 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
3999
4000 * gdb.texinfo (Threads): Document 'debug libthread-db'.
4001
4002 2010-07-30 Tom Tromey <tromey@redhat.com>
4003
4004 * gdb.texinfo (Index Files): Mention gdb-add-index.
4005
4006 2010-07-30 Hui Zhu <teawater@gmail.com>
4007
4008 * gdb.texinfo (Inferiors and Programs): Update the introduce of
4009 "detach inferior" and "kill inferior".
4010
4011 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
4012
4013 * gdb.texinfo (Machine Code): Update description of two forms of
4014 arguments, and add new example to demonstrate the new form.
4015
4016 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
4017
4018 * gdb.texinfo (Values From Inferior): Add value inferior function
4019 call description.
4020
4021 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4022
4023 * gdb.texinfo (Active Targets): Fix wrong comma placement.
4024
4025 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4026 Eli Zaretskii <eliz@gnu.org>
4027
4028 Make core files the process_stratum.
4029 * gdb.texinfo (Active Targets): Remove core_stratum. Include
4030 record_stratum example.
4031
4032 2010-07-13 Tom Tromey <tromey@redhat.com>
4033
4034 * gdb.texinfo (Index Files): New node.
4035
4036 2010-07-13 Tom Tromey <tromey@redhat.com>
4037
4038 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
4039
4040 2010-07-13 Tom Tromey <tromey@redhat.com>
4041
4042 * gdb.texinfo (Specify Location): Document labels.
4043
4044 2010-07-01 Pedro Alves <pedro@codesourcery.com>
4045
4046 * gdb.texinfo (Create and Delete Tracepoints): Add more index
4047 entries for fast tracepoints and static tracepoints.
4048
4049 2010-07-01 Pedro Alves <pedro@codesourcery.com>
4050
4051 * gdb.texinfo (General Query Packets) <qfThreadInfo,
4052 qsThreadInfo>: Spell out `l' as ell.
4053
4054 2010-07-01 Pedro Alves <pedro@codesourcery.com>
4055
4056 * gdb.texinfo (Convenience Variables): Document $_sdata.
4057 (Commands to Set Tracepoints): Describe static tracepoints. Add
4058 `Listing Static Tracepoint Markers' menu entry. Document
4059 "strace".
4060 (Tracepoint Action Lists): Document collecting $_sdata.
4061 (Listing Static Tracepoint Markers): New subsection.
4062 (Tracepoints support in gdbserver): Mention static tracepoints.
4063 (remote packets, enabling and disabling): Mention
4064 read-sdata-object.
4065 (General Query Packets) <qSupported>: Document qXfer:sdata:read
4066 and StaticTracepoint.
4067 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
4068 Document qXfer:sdata:read.
4069 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
4070
4071 2010-06-29 Joel Brobecker <brobecker@adacore.com>
4072
4073 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
4074
4075 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
4076 Tom Tromey <tromey@redhat.com>
4077 Thiago Jung Bauermann <bauerman@br.ibm.com>
4078
4079 * gdb.texinfo (Inferiors In Python): New node.
4080 * gdb.texinfo (Threads In Python): New node.
4081
4082 2010-06-28 Joel Brobecker <brobecker@adacore.com>
4083
4084 * gdb.texinfo (Python): Document what the python directory is
4085 and what its location is.
4086 (Basic Python): Document the gdb.PYTHONDIR constant.
4087
4088 2010-06-25 Tom Tromey <tromey@redhat.com>
4089
4090 PR python/10808:
4091 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
4092
4093 2010-06-24 Hui Zhu <teawater@gmail.com>
4094
4095 * gdb.texinfo: (Commands for Controlled Output): Add
4096 documentation for command "eval".
4097
4098 2010-06-21 Stan Shebs <stan@codesourcery.com>
4099
4100 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
4101 * annotate.texinfo: Ditto.
4102 * gdbint.texinfo: Ditto.
4103 * stabs.texinfo: Ditto.
4104
4105 2010-06-22 Hui Zhu <teawater@gmail.com>
4106
4107 * gdb.texinfo: (Process Record and Replay): Add documentation
4108 for command "set record memory-query".
4109
4110 2010-06-21 Stan Shebs <stan@codesourcery.com>
4111
4112 * gdb.texinfo: Relicense under GFDL version 1.3.
4113 * annotate.texinfo: Relicense under GFDL version 1.3.
4114 * gdbint.texinfo: Relicense under GFDL version 1.3.
4115 * stabs.texinfo: Relicense under GFDL version 1.3.
4116 * fdl.texi: Update to version 1.3.
4117
4118 2010-06-18 Stan Shebs <stan@codesourcery.com>
4119
4120 * gdb.texinfo (Operating System Auxiliary Information): Describe
4121 "info os" when no arguments given.
4122
4123 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
4124 $_thread.
4125
4126 2010-06-18 Hui Zhu <teawater@gmail.com>
4127
4128 * gdb.texinfo: (Process Record and Replay): Add documentation
4129 for commands "record save" and "record restore".
4130
4131 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4132
4133 * gdb.texinfo: Include information about the correct use
4134 of addresses in the `watch' command.
4135
4136 2010-06-11 Stan Shebs <stan@codesourcery.com>
4137
4138 * gdb.texinfo (Observer Mode): New section.
4139 (General Query Packets): Document QAllow.
4140
4141 2010-06-04 Doug Evans <dje@google.com>
4142
4143 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
4144
4145 2010-06-03 Doug Evans <dje@google.com>
4146
4147 * gdbint.texinfo (Coding): Add subsection on command names.
4148
4149 2010-06-02 Tom Tromey <tromey@redhat.com>
4150
4151 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
4152 always-disassemble.
4153
4154 2010-06-01 Pedro Alves <pedro@codesourcery.com>
4155
4156 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
4157 gdbserver, and add cross reference.
4158 (Tracepoints support in gdbserver): New subsection.
4159
4160 2010-05-26 Pedro Alves <pedro@codesourcery.com>
4161
4162 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
4163 `qRelocInsn' feature.
4164 (Relocate instruction reply packet): New subsection
4165 of `Tracepoint Packets'.
4166 (Tracepoint Packets): Mention that packets QTDP and QTStart
4167 support the qRelocInsn request, and add cross reference to new
4168 subsection.
4169
4170 2010-05-25 Doug Evans <dje@google.com>
4171
4172 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
4173 (Commands In Python): Document gdb.string_to_argv.
4174
4175 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4176
4177 * gdbint.texinfo (Host Definition): Remove items NORETURN and
4178 ATTR_NORETURN.
4179
4180 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
4181 Tom Tromey <tromey@redhat.com>
4182 Thiago Jung Bauermann <bauerman@br.ibm.com>
4183
4184 * gdb.texinfo (Parameters In Python): New Node.
4185
4186 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
4187
4188 * gdb.texinfo: (Summary) Add mention about D language support.
4189 (Filenames): Add D suffixes.
4190 (D): New node.
4191
4192 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
4193
4194 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
4195 of macro deleted from GDB code.
4196
4197 2010-04-24 Pedro Alves <pedro@codesourcery.com>
4198
4199 * gdb.texinfo (Commands to specify files): Describe what how GDB
4200 looks up DOS-based filesystem paths on the system root. Document
4201 the new `set/show target-file-system-kind' commands.
4202
4203 2010-04-23 Doug Evans <dje@google.com>
4204
4205 * gdb.texinfo (Python): Move Auto-loading section here ...
4206 (Python API): from here.
4207 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
4208 (Maintenance Commands): Add docs for "maint print section-scripts".
4209
4210 2010-04-20 Chris Moller <cmoller@redhat.com>
4211
4212 * gdb.texinfo (Setting Breakpoints): Added description of
4213 filename-qualified rbreak.
4214 * refcard.tex (Breakpoints and Watchpoints): Added brief
4215 description of filename-qualified rbreak.
4216
4217 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4218
4219 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
4220 (Python API): Change the reference to Pretty Printing API.
4221 (Pretty Printing): Move the user part under the Data node. Reformat
4222 the sample output to 72 columns. Create a new reference to Pretty
4223 Printing API. Rename the API part ...
4224 (Pretty Printing API): To a new node name.
4225 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
4226 (GDB/MI Variable Objects): Change references to Pretty Printing API.
4227
4228 2010-04-21 Stan Shebs <stan@codesourcery.com>
4229
4230 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
4231 and commands.
4232 (Listing Tracepoints): Update to reflect current behavior.
4233
4234 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4235
4236 * gdb.texinfo (Examining memory): Update for change in string
4237 display with explicit size.
4238
4239 2010-04-19 Pedro Alves <pedro@codesourcery.com>
4240
4241 PR breakpoints/8554.
4242
4243 * gdb.texinfo (Save Breakpoints): New node.
4244 (save-tracepoints): Rename to ...
4245 (save tracepoints): ... this. Mention that `save-tracepoints' is
4246 a deprecated alias to `save tracepoints'.
4247
4248 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
4249
4250 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
4251 (info w32 thread-information-block): Document new command.
4252 (qGetTIBAddress): Document new gdbserver query.
4253 (maint set/show show-all-tib): Document new command.
4254
4255 2010-04-15 Doug Evans <dje@google.com>
4256
4257 * gdb.texinfo (Python API): Add progspaces section.
4258 (Selecting Pretty-Printers): Progspace pretty-printers are
4259 searched too.
4260 (Progspaces In Python): New section.
4261
4262 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
4263
4264 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
4265
4266 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
4267 returns None.
4268
4269 2010-04-09 Stan Shebs <stan@codesourcery.com>
4270
4271 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4272 Describe the `frames-created' field, tweak grammar.
4273
4274 2010-04-09 Pedro Alves <pedro@codesourcery.com>
4275
4276 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4277 Describe the `circular' and `disconnected' fields.
4278
4279 2010-04-09 H.J. Lu <hongjiu.lu@intel.com>
4280
4281 * gdb.texinfo (maint print registers): Mention unavailable and
4282 invisible registers.
4283
4284 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
4285 Thiago Jung Bauermann <bauerman@br.ibm.com>
4286 Tom Tromey <tromey@redhat.com>
4287
4288 * gdb.texinfo (Breakpoints In Python): New Node.
4289
4290 2010-04-08 Stan Shebs <stan@codesourcery.com>
4291
4292 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
4293 trace status fields.
4294
4295 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
4296
4297 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
4298 optional. Make org.gnu.gdb.i386.avx requires
4299 org.gnu.gdb.i386.avx.
4300
4301 2010-04-08 Doug Evans <dje@google.com>
4302
4303 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
4304 search path, and document that gdb only scans the search path if
4305 the script's path doesn't specify a directory.
4306
4307 2010-04-05 Doug Evans <dje@google.com>
4308
4309 * gdb.texinfo (maint show python auto-load): Fix typo.
4310
4311 2010-04-04 Stan Shebs <stan@codesourcery.com>
4312
4313 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
4314 (Setting Watchpoints): Update description of "info watch".
4315 (Disabling Breakpoints): Only "info break" lists all.
4316
4317 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
4318 (tdump): Explain how tdump works.
4319
4320 2010-04-01 Pedro Alves <pedro@codesourcery.com>
4321
4322 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
4323 add cross reference.
4324
4325 2010-03-31 Pedro Alves <pedro@codesourcery.com>
4326
4327 * gdb.texinfo (TUI Commands): Mention that in some cases, these
4328 commands error out.
4329
4330 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4331
4332 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
4333
4334 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4335
4336 * gdb.texinfo (General Query Packets): Add xmlRegisters.
4337
4338 2010-03-29 Stan Shebs <stan@codesourcery.com>
4339 Nathan Sidwell <nathan@codesourcery.com>
4340
4341 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
4342 GDBN equivalent.
4343 (Set Tracepoints): Remove mention that conditional tracepoints
4344 don't exist.
4345 (Tracepoint Actions): Clarify when while-stepping collection
4346 happens, note that while-stepping does not automatically collect
4347 $pc.
4348
4349 2010-03-29 Stan Shebs <stan@codesourcery.com>
4350
4351 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
4352 (General Query Packets): Describe TracepointSource.
4353
4354 2010-03-27 Matt Rice <ratmice@gmail.com>
4355
4356 * gdb.texinfo (ARM): Document arguments to "target sim".
4357 (Set Catchpoints): Use @dots{} instead of @r{...}.
4358
4359 2010-03-26 Pedro Alves <pedro@codesourcery.com>
4360
4361 * gdb.texinfo (Tracepoint Packets): Remove mention that
4362 terror:string may be plain text, and drop mention of X prefix.
4363
4364 2010-03-26 Vladimir Prus <vladimir@codesourcery.com>
4365
4366 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
4367
4368 2010-03-24 Stan Shebs <stan@codesourcery.com>
4369
4370 * gdb.texinfo (Tracepoint Packets): Document trace error status.
4371
4372 2010-03-24 Tom Tromey <tromey@redhat.com>
4373
4374 PR breakpoints/9352:
4375 * gdb.texinfo (Break Commands): Update.
4376
4377 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
4378
4379 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
4380 commands.
4381
4382 2010-03-16 Stan Shebs <stan@codesourcery.com>
4383
4384 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
4385 circular-trace-buffer.
4386 (Tracepoint Packets): Describe QTBuffer, and details of the
4387 qTStatus reply.
4388
4389 2010-03-12 Stan Shebs <stan@codesourcery.com>
4390 Nathan Sidwell <nathan@codesourcery.com>
4391
4392 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
4393 doing instruction stepping.
4394 (Tracepoint Restrictions): New node.
4395
4396 2010-03-10 Tom Tromey <tromey@redhat.com>
4397
4398 * gdbint.texinfo (Symbol Handling): Update.
4399
4400 2010-03-08 Tom Tromey <tromey@redhat.com>
4401
4402 PR cli/9591:
4403 * gdb.texinfo (Mode Options): Mention lack of pagination and
4404 confirmation with --batch.
4405 (Screen Size): Mention --batch.
4406 (Messages/Warnings): Likewise.
4407
4408 2010-03-05 Tom Tromey <tromey@redhat.com>
4409
4410 * gdb.texinfo (Basic Python): Document target_charset and
4411 target_wide_charset.
4412
4413 2010-03-05 Tom Tromey <tromey@redhat.com>
4414
4415 * gdb.texinfo (Data): Link to pretty-printing.
4416 (Output Formats): Likewise. Correct text.
4417
4418 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
4419
4420 * gdb.texinfo (Types): Describe <struct> and <flags>.
4421
4422 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
4423
4424 * gdb.texinfo (Frames In Python): Add block parameter and
4425 description to read_var text.
4426
4427 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
4428 Tom Tromey <tromey@redhat.com>
4429
4430 * gdb.texinfo (Types In Python): Describe block argument in
4431 template_argument and gdb.lookup_type.
4432
4433 2010-02-24 Tom Tromey <tromey@redhat.com>
4434
4435 * gdb.texinfo (Cygwin Native): Fix typo.
4436
4437 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
4438
4439 * gdb.texinfo (Frames In Python): Add block, find_sal, function
4440 and select method descriptions.
4441 (Python API): Add Blocks In Python, Symbols in Python and Symbol
4442 Tables in Python to menu.
4443 (Blocks In Python): New node.
4444 (Symbols In Python): New node.
4445 (Symbol Tables in Python): New node.
4446
4447 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
4448
4449 Multiexec MI
4450
4451 gdb/
4452 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
4453
4454 gdb/doc/
4455 * gdb.texinfo (GDB/MI Command Syntax): Document notification
4456 changes.
4457 (GDB/MI Program Execution): Document current behaviour of
4458 --all and --thread-group.
4459 (GDB/MI Miscellaneous Commands): Document -add-inferior and
4460 -remove-inferior.
4461 * observer.texi (inferior_added, inferior_removed): New
4462 observers.
4463
4464 2010-02-19 Tom Tromey <tromey@redhat.com>
4465
4466 * gdbint.texinfo (Getting Started): Fix @node.
4467 (Debugging GDB): Likewise.
4468
4469 2010-02-13 Joel Brobecker <brobecker@adacore.com>
4470
4471 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
4472 documenting the gdb_test_timeout variable.
4473
4474 2010-02-12 Jakob Engblom <jakob@virtutech.com>
4475
4476 * gdb.texinfo (MI commands): Added documentation of --reverse
4477 option to a set of MI commands. Restructured documentation of MI
4478 commands --exec-continue to reflect the complexity of reverse
4479 execution.
4480
4481 2010-02-12 Pedro Alves <pedro@codesourcery.com>
4482
4483 * gdb.texinfo (Using the Collected Data): Specify that the address
4484 range of `tfind outsize' is exclusive, and that the address range
4485 of `tfind range' is inclusive.
4486 (Tracepoint Packets): Specify that the address range of
4487 `QTFrame:range' is inclusive, and that the address range of
4488 `QTFrame:outside' is exclusive
4489
4490 2010-02-12 Vladimir Prus <vladimir@codesourcery.com>
4491
4492 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
4493
4494 2010-02-10 Tom Tromey <tromey@redhat.com>
4495
4496 * gdb.texinfo (Debugging Output): Document set debug parser and
4497 show debug parser.
4498
4499 2010-02-09 H.J. Lu <hongjiu.lu@intel.com>
4500
4501 * gdb.texinfo (Predefined Target Types): Add i387_ext,
4502 i386_eflags and i386_mxcsr.
4503
4504 2010-02-08 H.J. Lu <hongjiu.lu@intel.com>
4505
4506 * gdb.texinfo: Document i386 target features.
4507
4508 2010-02-05 Doug Evans <dje@google.com>
4509
4510 * gdbint.texinfo (Testsuite): Add a new section to document the
4511 various DejaGnu variables that may be overridden.
4512 Document INTERNAL_GDBFLAGS.
4513
4514 2010-02-04 Tom Tromey <tromey@redhat.com>
4515
4516 PR cli/8830:
4517 * gdb.texinfo (Files): -readnow comes before the filename for file
4518 and symbol-file.
4519
4520 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4521
4522 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
4523 Document ARM breakpoint types.
4524 (Register Packet Format): Move into the new section.
4525 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
4526
4527 2010-01-21 Joel Brobecker <brobecker@adacore.com>
4528
4529 * gdb.texinfo (File Options): Adjust the documentation of this
4530 switch to refer to the "source" command rather than partially
4531 duplicating some of the relevant information.
4532 (Extending GDB): Introduce and document the set/show script-extension
4533 setting.
4534 (Command Files): Add note explaining that the "source" command
4535 is also used to evalute scripts written in other languages.
4536 Remove the short slightly incorrect reference to sourcing Python
4537 scripts.
4538 (Python Commands): Document how to execute a Python script from GDB.
4539
4540 2010-01-19 Joel Brobecker <brobecker@adacore.com>
4541
4542 * gdb.texinfo (Command Files): Fix typo.
4543
4544 2010-01-18 Tom Tromey <tromey@redhat.com>
4545
4546 * gdb.texinfo (File Options): Document -x on .py files.
4547 (Command Files): Document handling of Python scripts.
4548
4549 2010-01-18 Jie Zhang <jie.zhang@analog.com>
4550
4551 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
4552
4553 2010-01-15 Stan Shebs <stan@codesourcery.com>
4554
4555 * gdb.texinfo (Trace Files): New section.
4556 (Tracepoint Packets): Document QTSave and qTBuffer.
4557 (Trace File Format): New appendix.
4558
4559 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
4560
4561 * gdb.texinfo (Values From Inferior): Document lazy_string value
4562 method.
4563 (Python API): Add Lazy strings menu item.
4564 (Lazy Strings In Python): New node.
4565
4566 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
4567
4568 * gdb.texinfo (GDB/MI Thread Information): New.
4569 (GDB/MI Async Records): Document the core field in *stopped.
4570 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
4571 documentation
4572 (Process list): Document that osdata document may contain
4573 threads.
4574 (Remote Serial Protocol): Document qXfer:threads.
4575
4576 2010-01-06 Stan Shebs <stan@codesourcery.com>
4577
4578 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4579 disconnected tracing.
4580 (Tracepoint Packets): Document new protocol.
4581
4582 2010-01-05 Stan Shebs <stan@codesourcery.com>
4583
4584 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
4585 tracepoints.
4586 (Tracepoint Packets): Describe remote protocol for fast
4587 tracepoints.
4588
4589 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4590
4591 Update the "Start of New Year Procedure".
4592 * gdbint.texinfo: Add the list of files that need to be updated
4593 manually. Minor reformatting.
4594
4595 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4596
4597 * refcard.tex: Update copyright year in header and text.
4598
4599 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4600
4601 * agentexpr.texi: Add 2010 to the list of copyright years.
4602 * annotate.texinfo: Likewise.
4603 * gdb.texinfo: Likewise.
4604 * gdbint.texinfo: Likewise.
4605 * observer.texi: Likewise.
4606 * stabs.texinfo: Likewise.
4607
4608 2009-12-31 Stan Shebs <stan@codesourcery.com>
4609
4610 * gdb.texinfo (Tracepoint Actions): Describe teval.
4611
4612 2009-12-29 Stan Shebs <stan@codesourcery.com>
4613
4614 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
4615
4616 2009-12-28 Stan Shebs <stan@codesourcery.com>
4617
4618 * gdb.texinfo (Trace State Variables): New section.
4619 (Tracepoint Packets): Describe trace state variable packets.
4620 * agentexpr.texi (Bytecode Descriptions): Describe trace state
4621 variable bytecodes.
4622
4623 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
4624
4625 * gdb.texinfo (Symbols): "info variables" prints definitions, not
4626 declarations.
4627
4628 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
4629
4630 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
4631 -gdb-exit behaviour.
4632
4633 2009-12-20 Joel Brobecker <brobecker@adacore.com>
4634
4635 * gpl.texi: Update to version 3 of the GPL.
4636
4637 2009-12-20 Joel Brobecker <brobecker@adacore.com>
4638
4639 * Makefile.in: Update copyright header.
4640 * observer.texi: Fix the copyright header of the generated files.
4641
4642 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
4643
4644 * gdb.texinfo (Types In Python): Describe range function.
4645
4646 2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
4647
4648 * gdb.texinfo (Types In Python): Describe "is_base_class".
4649
4650 2009-12-03 Tom Tromey <tromey@redhat.com>
4651
4652 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
4653
4654 2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
4655
4656 * observer.texi: New memory_changed observer.
4657
4658 2009-12-01 Tom Tromey <tromey@redhat.com>
4659
4660 * gdb.texinfo (Reverse Execution): Fix typo.
4661
4662 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
4663
4664 PR gdb/8704
4665
4666 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
4667 are allowed after the breakpoint condition.
4668
4669 2009-11-23 Tom Tromey <tromey@redhat.com>
4670
4671 PR python/10782:
4672 * gdb.texinfo (Types In Python): Document Type.pointer.
4673
4674 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
4675
4676 * gdb.texinfo (Machine Code): Adjust.
4677
4678 2009-11-11 Pedro Alves <pedro@codesourcery.com>
4679
4680 * agentexpr.texi (Tracing On Symmetrix): Delete section.
4681 (Using Agent Expressions): Delete cross reference.
4682
4683 2009-11-07 Joel Brobecker <brobecker@adacore.com>
4684
4685 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
4686 and @settitle directives up to help makeinfo find them.
4687
4688 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4689
4690 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
4691 (Auto-loading): Use plural and note one can use multiple components now.
4692
4693 2009-11-01 Vladimir Prus <vladimir@codesourcery.com>
4694
4695 * gdb.texinfo (GDB/MI Stack Manipulation): Make
4696 -stack-list-arguments have the same documentation for parameter
4697 as -stack-list-locals. Add comas.
4698
4699 2009-10-27 Tom Tromey <tromey@redhat.com>
4700 Eli Zaretskii <eliz@gnu.org>
4701
4702 PR python/10781
4703
4704 * gdb.texinfo (Values From Inferior): Document cast method.
4705
4706 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
4707
4708 * gdb.texinfo (Machine Code): Mention function name in disasssembly
4709 and adjust example.
4710
4711 2009-10-22 Michael Snyder <msnyder@vmware.com>
4712
4713 * gdb.texinfo (Process Record and Replay): Document new form of
4714 info record command. Also document the new save and restore
4715 commands.
4716
4717 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
4718
4719 * gdb.texinfo (Machine Code): Mention current pc marker.
4720 (Memory): Likewise.
4721
4722 2009-10-19 Pedro Alves <pedro@codesourcery.com>
4723 Stan Shebs <stan@codesourcery.com>
4724
4725 * observer.texi (new_inferior): Rename to...
4726 (inferior_appeared): ... this.
4727
4728 * gdb.texinfo (Inferiors): Rename node to ...
4729 (Inferiors and Programs): ... this. Mention running multiple
4730 programs in the same debug session.
4731 <info inferiors>: Mention the new 'Executable' column if "info
4732 inferiors". Update examples. Document the "add-inferior",
4733 "clone-inferior", "remove-inferior" and "maint info
4734 program-spaces" commands.
4735 (Process): Rename node to...
4736 (Forks): ... this. Document "set|show follow-exec-mode".
4737
4738 2009-10-11 Michael Snyder <msnyder@vmware.com>
4739
4740 * gdb.texinfo (ReverseStep): Show default as "unsupported".
4741 (ReverseContinue): Ditto.
4742
4743 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
4744
4745 * gdb.texinfo (Server): Document libthread-db-search-path.
4746
4747 2009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4748
4749 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
4750
4751 2009-10-06 Michael Eager <eager@eagercon.com>
4752
4753 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
4754 (Embedded Processors): Add MicroBlaze.
4755 (MicroBlaze): New. Describe Xilinx MicroBlaze
4756
4757 2009-10-04 Pedro Alves <pedro@codesourcery.com>
4758
4759 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
4760
4761 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
4762
4763 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
4764
4765 2009-09-23 Joel Brobecker <brobecker@adacore.com>
4766
4767 * observer.texi (solib_unloaded): Document explicitly the fact that
4768 this observer is called before the associated symbols are unloaded.
4769
4770 2009-09-19 Vladimir Prus <vladimir@codesourcery.com>
4771
4772 * gdb.texinfo (GDB/MI Stack Manipulation): Document
4773 -stack-list-variables.
4774
4775 2009-09-18 Tom Tromey <tromey@redhat.com>
4776
4777 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
4778 is experimental.
4779
4780 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4781
4782 * gdb.texinfo (convenince variables): Mention
4783 $_siginfo could be empty.
4784
4785 2009-09-15 Tom Tromey <tromey@redhat.com>
4786
4787 * gdb.texinfo (GDB/MI Variable Objects): Document
4788 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
4789 Expand -var-update documentation.
4790
4791 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4792
4793 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
4794 feature.
4795
4796 2009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
4797
4798 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
4799
4800 2009-09-10 Michael Snyder <msnyder@vmware.com>
4801
4802 * gdb.texinfo (qSupported): Mention new ReverseContinue and
4803 ReverseStep replies to the qSupported query.
4804
4805 2009-09-10 Joel Brobecker <brobecker@adacore.com>
4806
4807 Add documentation for set/show interactive-mode.
4808 * gdb.texinfo (Other Misc Settings): New node.
4809
4810 2009-09-01 Doug Evans <dje@google.com>
4811
4812 * gdb.texinfo (Caching Data of Remote Targets): Add note on
4813 non-stop mode's affect on remote caching.
4814
4815 2009-08-31 Jacob Potter <jdpotter@google.com>
4816 Doug Evans <dje@google.com>
4817
4818 * gdb.texinfo (Caching Data of Remote Targets): Update text.
4819 Mark `set/show remotecache' options as obsolete.
4820 Document new `set/show stack-cache' option.
4821 Update text for `info dcache'.
4822
4823 2009-08-27 Doug Evans <dje@google.com>
4824
4825 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
4826 (Files): Add note on new optional regex arg to `info sharedlibrary'.
4827
4828 2009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4829
4830 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
4831 about autoconf.
4832
4833 2009-08-25 Pedro Alves <pedro@codesourcery.com>
4834
4835 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
4836 small example, and describe its columns. Replace "inferior-id" by
4837 "infno" throughout.
4838
4839 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4840
4841 * gdbint.texinfo (Releasing GDB): Point to
4842 README-maintainer-mode file for required autoconf version.
4843 * configure.ac: Do not substitute datarootdir, htmldir,
4844 pdfdir, docdir. Do not process --with-datarootdir,
4845 --with-htmldir, --with-pdfdir, --with-docdir.
4846 * configure: Regenerate.
4847
4848 * configure: Regenerate.
4849
4850 2009-08-20 Reid Kleckner <reid@kleckner.net>
4851
4852 * gdb.texinfo: Add chapter on JIT interface.
4853
4854 2009-08-07 Nick Roberts <nickrob@snap.net.nz>
4855
4856 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
4857 confirmation request.
4858
4859 2009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
4860
4861 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
4862 CRC definitions.
4863
4864 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
4865
4866 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
4867 -break-commands.
4868
4869 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4870
4871 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4872 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
4873
4874 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4875
4876 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4877 "set spu stop-on-load" and "show spu stop-on-load" commands.
4878
4879 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4880
4881 * gdb.texinfo (Target Descriptions): Document <compatible> element.
4882
4883 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
4884
4885 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
4886 org.gnu.gdb.arm.neon.
4887
4888 2009-07-20 Pedro Alves <pedro@codesourcery.com>
4889
4890 * gdb.texinfo (Target Description Format): Mention the new <osabi>
4891 optional element.
4892 (subsection OS ABI): New subsection.
4893
4894 2009-07-14 Stan Shebs <stan@codesourcery.com>
4895
4896 * gdb.texinfo (Tracepoint Conditions): New section.
4897 (General Query Packets): Describe ConditionalTracepoints.
4898 (Tracepoint Packets): Describe condition field.
4899 (Maintenance Commands): Describe maint agent-eval.
4900 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
4901
4902 2009-07-11 Hui Zhu <teawater@gmail.com>
4903
4904 * gdb.texinfo (disassemble): Add a new modifier /r
4905 to "disassemble" command to make it print the raw instructions
4906 in hex as well as in symbolic form.
4907
4908 2009-07-09 Tom Tromey <tromey@redhat.com>
4909
4910 * gdbint.texinfo (Testsuite): Document parallel make check.
4911
4912 2009-07-09 Tom Tromey <tromey@redhat.com>
4913
4914 * gdbint.texinfo (Testsuite): Document test transcripts.
4915
4916 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
4917
4918 * gdb.texinfo (Values From Inferior): Add length parameter
4919 description.
4920
4921 2009-07-04 Chris Genly <chris@genly.us>
4922
4923 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
4924 in -var-list-children. Fix example according to what the code
4925 does.
4926
4927 2009-07-02 Pedro Alves <pedro@codesourcery.com>
4928
4929 * gdb.texinfo (Debugging multiple inferiors): Document the
4930 "inferior", "detach inferior" and "kill inferior" commands.
4931 (Debugging Programs with Multiple Processes): Adjust to mention
4932 generic "inferior" commands. Delete mention of "detach fork" and
4933 "delete fork". Cross reference to "Debugging multiple inferiors"
4934 section.
4935
4936 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4937
4938 * gdbint.texinfo (Item Output Functions): Update signature
4939 for ui_out_field_core_addr.
4940
4941 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4942
4943 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
4944 Update example code extrated from breakpoint.c.
4945
4946 2009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
4947
4948 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
4949 MI commands.
4950 (GDB/MI Symbol Query): Likewise.
4951 (GDB/MI File Commands): Likewise.
4952 (GDB/MI File Transfer Commands): Likewise.
4953 (GDB/MI Target Manipulation): Likewise.
4954 (GDB/MI Miscellaneous Commands): Likewise.
4955
4956 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
4957
4958 * gdb.texinfo (Debugging Optimized Code): New chapter.
4959 (Compiling for Debugging): Reference it. Move some
4960 text to the new section.
4961
4962 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
4963
4964 * doc/gdb.texinfo (Calling): Document
4965 set-unwind-on-terminating-exception usage.
4966
4967 2009-06-11 Pedro Alves <pedro@codesourcery.com>
4968
4969 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
4970 command.
4971
4972 2009-06-07 Pedro Alves <pedro@codesourcery.com>
4973
4974 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
4975 references.
4976
4977 2009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
4978
4979 * gdbint.texinfo: Rename formal parameters to gdbarch function
4980 protoypes from "current_gdbarch" to "gdbarch".
4981
4982 2009-05-28 Tom Tromey <tromey@redhat.com>
4983
4984 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
4985
4986 2009-05-27 Tom Tromey <tromey@redhat.com>
4987
4988 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
4989 feature.
4990 (GDB/MI Variable Objects): Document -var-set-visualizer.
4991
4992 2009-04-02 Tom Tromey <tromey@redhat.com>
4993
4994 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
4995 feature.
4996 (GDB/MI Variable Objects): Document -var-set-visualizer.
4997
4998 2009-05-27 Tom Tromey <tromey@redhat.com>
4999 Thiago Jung Bauermann <bauerman@br.ibm.com>
5000 Phil Muldoon <pmuldoon@redhat.com>
5001
5002 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
5003 (Pretty Printing): New node.
5004 (Selecting Pretty-Printers): Likewise.
5005 (Python API): Update.
5006 (Output Formats): Document /r format.
5007
5008 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
5009 Tom Tromey <tromey@redhat.com>
5010
5011 * gdb.texinfo (Types In Python): New node.
5012 (Values From Inferior): "type" is now an attribute.
5013 (Python API): Update.
5014
5015 2009-05-27 Tom Tromey <tromey@redhat.com>
5016 Thiago Jung Bauermann <bauerman@br.ibm.com>
5017 Phil Muldoon <pmuldoon@redhat.com>
5018
5019 * gdb.texinfo: Add @syncodeindex for `tp'.
5020 (Python API): Update.
5021 (Auto-loading): New node.
5022 (Objfiles In Python): New node.
5023
5024 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
5025
5026 * gdb.texinfo (Threads): Document libthread-db-search-path.
5027
5028 2009-05-15 Nick Roberts <nickrob@snap.net.nz>
5029
5030 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
5031
5032 2009-05-12 Pedro Alves <pedro@codesourcery.com>
5033
5034 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
5035 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
5036 show show-debug-regs' docs.
5037
5038 2009-05-08 Eli Zaretskii <eliz@gnu.org>
5039
5040 * gdb.texinfo (Process Record and Replay): Add description of
5041 reverse execution.
5042
5043 2009-05-07 Joel Brobecker <brobecker@adacore.com>
5044
5045 * gdbint.texinfo (Adding support for debugging core files): New node.
5046 (Native Debugging): Remove the ``Native core file Support'' section.
5047
5048 2009-05-01 Eli Zaretskii <eliz@gnu.org>
5049
5050 * gdb.texinfo (Process Record and Replay): Improve and clarify.
5051 Add index entries.
5052
5053 2009-04-30 Hui Zhu <teawater@gmail.com>
5054 Michael Snyder <msnyder@vmware.com>
5055
5056 * gdb.texinfo: (Process Record and Replay): Add documentation for
5057 process record and replay.
5058
5059 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5060
5061 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
5062 a new part on command-line defined macros.
5063
5064 2009-04-25 Eli Zaretskii <eliz@gnu.org>
5065
5066 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
5067 clarify the wording.
5068
5069 2009-04-23 Tom Tromey <tromey@redhat.com>
5070
5071 * gdb.texinfo (Data Files): New node.
5072 (GDB Files): Update menu.
5073
5074 2009-04-23 Joel Brobecker <brobecker@adacore.com>
5075
5076 * gdbint.texinfo (Defining Other Architecture Features): Remove
5077 entry for PROCESS_LINENUMBER_HOOK.
5078
5079 2009-04-22 Vladimir Prus <vladimir@codesourcery.com>
5080
5081 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
5082
5083 2009-04-22 Hui Zhu <teawater@gmail.com>
5084
5085 * gdb.texinfo (disassemble-next-line): Set the default of
5086 disassemble-next-line to off.
5087
5088 2009-04-21 Joseph Myers <joseph@codesourcery.com>
5089
5090 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
5091 --with-htmldir): New.
5092 * configure: Regenerate.
5093 * Makefile.in (datarootdir, docdir): Define.
5094 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
5095 instead of $(SET_TEXINPUTS).
5096 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
5097 gdbint.info instead of $(SET_TEXINPUTS).
5098 (gdbint/index.html): Use same -I options as for building
5099 gdbint.info.
5100 (stabs.dvi, stabs.pdf): Use same -I options as for building
5101 stabs.info instead of $(SET_TEXINPUTS).
5102 (stabs/index.html): Use same -I options as for building
5103 stabs.info.
5104 (annotate.dvi, annotate.pdf): Use same -I options as for building
5105 annotate.info instead of $(SET_TEXINPUTS).
5106 (annotate/index.html): Use same -I options as for building
5107 annotate.info.
5108
5109 2009-04-21 David Daney <ddaney@caviumnetworks.com>
5110
5111 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
5112
5113 2009-04-21 Joseph Myers <joseph@codesourcery.com>
5114
5115 * gdb.texinfo (Source Path): Document --with-relocated-sources.
5116
5117 2009-04-18 Carlos O'Donell <carlos@codesourcery.com>
5118 Joseph Myers <joseph@codesourcery.com>
5119
5120 * Makefile.in (MAKEHTML): Set to makeinfo --html.
5121 (MAKEHTMLFLAGS): Set to empty.
5122 (html__strip_dir): Define.
5123 (HTMLFILES): Define.
5124 (HTMLFILES_INSTALL): Define.
5125 (install-html): Copy new automake rule.
5126 (html): Depend on $(HTMLFILES).
5127 (gdb_toc.html): Rename to gdb/index.html.
5128 (gdbint_toc.html): Rename to gdbint/index.html.
5129 (stabs_toc.html): Rename to stabs/index.html.
5130 (annotate_toc.html): Rename to annotate/index.html.
5131
5132 2009-04-17 Carlos O'Donell <carlos@codesourcery.com>
5133
5134 * Makefile.in: Set pdfdir and htmldir from configure
5135 substitutions.
5136 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
5137 * configure: Regenerate.
5138
5139 2009-04-16 Joel Brobecker <brobecker@adacore.com>
5140
5141 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
5142 This macro is no longer used.
5143
5144 2009-04-15 Tom Tromey <tromey@redhat.com>
5145
5146 * gdb.texinfo (Character Sets): Document default character set.
5147
5148 2009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
5149
5150 * gdbint.texinfo: Change server name from sources.redhat.com to
5151 sourceware.org throughout.
5152
5153 2009-04-09 Joel Brobecker <brobecker@adacore.com>
5154
5155 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
5156 about a missing dot or coma after @xref.
5157
5158 2009-04-02 Joel Brobecker <brobecker@adacore.com>
5159
5160 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
5161 example, and add a small explanation about it.
5162 (Print Settings): Change the documentation of the "set print
5163 frame-arguments" to reflect the fact that the default is now "scalars".
5164
5165 2009-04-02 Joel Brobecker <brobecker@adacore.com>
5166
5167 * gdb.texinfo (Print Settings): Add kindex for command "set
5168 print frame-arguments".
5169
5170 2009-03-31 Joel Brobecker <brobecker@adacore.com>
5171
5172 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
5173 breakpoints.
5174 (Set Breaks): Add reference to thread-specific and task-specific
5175 breakpoints.
5176
5177 2009-03-31 Joel Brobecker <brobecker@adacore.com>
5178
5179 * gdb.texinfo (Ada Tasks): Remove the documentation about
5180 the "Running" state, as this state has been eliminated.
5181 Now all runnable tasks are shown as "Runnable".
5182
5183 2009-03-30 Stan Shebs <stan@codesourcery.com>
5184
5185 * gdb.texinfo (Tracepoints): Describe tracepoints as a
5186 special case of breakpoints.
5187 (Enable and Disable Tracepoints): Mention deprecation.
5188 (Listing Tracepoints): Update description and example.
5189
5190 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5191
5192 * gdb.texinfo (Frames in Python): New node.
5193 (Python API): Update.
5194
5195 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
5196
5197 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
5198 from a method to an attribute.
5199
5200 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
5201
5202 * gdb.texinfo (Values From Inferior): Document is_optimized_out
5203 attribute.
5204
5205 2009-03-25 Pedro Alves <pedro@codesourcery.com>
5206
5207 * observer.texi (thread_exit): Add "silent" parameter.
5208
5209 2009-03-22 Pedro Alves <pedro@codesourcery.com>
5210
5211 * observer.texi (about_to_proceed): New.
5212
5213 2009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
5214
5215 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
5216 field throughout to handle types with spaces in them. Fix typos
5217 found by aspell.
5218 (Summary, Requirements, Contributors): New first chapter,
5219 "Summary" added, old Requirements section moved there, and new
5220 section, "Contributors" added.
5221 (Initializing a New Architecture, Register Representation)
5222 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
5223 (Porting gdb): These sections extended and updated.
5224 (Compiler Characteristics): This section (empty) deleted.
5225 (Defining Other Architecture Features): This section renamed and
5226 duplicate material removed from (formerly "Target Conditionals").
5227 Use braces {} in @deftypeXX type field throughout to handle types
5228 with spaces in them. Typos found by aspell fixed.
5229
5230 * stack_frame.svg: New file, source of image for gdbint.texinfo.
5231 * stack_frame.pdf: Version of image for PDF output.
5232 * stack_frame.png: Version of image for HTML output and for Emacs.
5233 * stack_frame.txt: Version of image for Info output.
5234 * stack_frame.eps: Version of image for TeX DVI output.
5235
5236 2009-03-21 Eli Zaretskii <eliz@gnu.org>
5237
5238 * gdb.texinfo (Character Sets): Fix last change.
5239
5240 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
5241
5242 * gdb.texinfo (Values From Inferior): Fix optional arguments
5243 markup.
5244 (Commands In Python): Adjust argument names of gdb.Command.__init__
5245 to what the function accepts as keywords.
5246
5247 2008-03-20 Tom Tromey <tromey@redhat.com>
5248
5249 * gdb.texinfo (Convenience Vars): Document convenience functions.
5250 (Functions In Python): New node.
5251 (Python API): Update.
5252
5253 2009-03-20 Tom Tromey <tromey@redhat.com>
5254
5255 * gdb.texinfo (Character Sets): Remove obsolete text. Document
5256 set target-wide-charset.
5257 (Requirements): Mention iconv.
5258
5259 2009-03-17 Hui Zhu <teawater@gmail.com>
5260
5261 * gdb.texinfo: Change the introduce of "disassemble-next-line".
5262
5263 2009-03-17 Hui Zhu <teawater@gmail.com>
5264
5265 * gdb.texinfo: Add documentation for disassemble-next-line.
5266
5267 2009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5268
5269 * gdb.texinfo (Commands In Python): Remove tindex entries.
5270
5271 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5272
5273 * gdb.texinfo (Returning): New description for missing debug info.
5274
5275 2009-03-14 Pedro Alves <pedro@codesourcery.com>
5276
5277 * gdb.texinfo (Remote Configuration): Document query-attached.
5278 (General Query Packets): Document qAttached.
5279
5280 2009-03-05 Pedro Alves <pedro@codesourcery.com>
5281
5282 * gdb.texinfo (Background Execution): Better describe the set
5283 target-async command.
5284 (Maintenance Commands): Delete description of the `maint set/show
5285 linux-async' and `maint set/show remote-async' commands.
5286
5287 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5288
5289 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
5290 between sentences.
5291
5292 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5293
5294 * gdb.texinfo (GDB/MI Async Records): Document the
5295 =library-loaded and =library-unloaded notifications.
5296
5297 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
5298
5299 * observer.texi (test_notification): New observer.
5300
5301 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
5302
5303 * observer.texi: Add parameter 'print_frame' to normal_stop
5304 observer.
5305
5306 2009-02-07 Eli Zaretskii <eliz@gnu.org>
5307
5308 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
5309 (Commands In Python): Fix COMMAND_* constants in last change. Use
5310 @kbd for interactive input. Add cross-references and index
5311 entries.
5312
5313 2009-02-06 Pedro Alves <pedro@codesourcery.com>
5314
5315 * gdb.texinfo (Signals): Document $_siginfo.
5316 (Convenience Variables): Mention $_siginfo.
5317 (Remote Configuration): Document qXfer:siginfo:read,
5318 qXfer:siginfo:write packets, and the read-siginfo-object,
5319 write-siginfo-object commands.
5320
5321 2009-02-06 Pedro Alves <pedro@codesourcery.com>
5322
5323 * gdbint.texinfo (Values): New chapter.
5324
5325 2009-02-06 Tom Tromey <tromey@redhat.com>
5326
5327 * gdb.texinfo (Python API): Add entry for Commands In Python.
5328 (Commands In Python): New node.
5329
5330 2009-02-05 Tom Tromey <tromey@redhat.com>
5331
5332 * gdb.texinfo (Values From Inferior): Document Value.string.
5333
5334 2009-02-05 Tom Tromey <tromey@redhat.com>
5335
5336 * gdb.texinfo (Basic Python): Document execute's from_tty
5337 argument.
5338
5339 2009-02-04 Tom Tromey <tromey@redhat.com>
5340
5341 * gdb.texinfo (Basic Python): Document gdb.history.
5342
5343 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5344
5345 * gdb.texinfo (GDB/MI Thread Commands): Document the
5346 'current-thread-id' field. Remove the example with zero threads,
5347 since current GDB won't ever report that if there's inferior.
5348
5349 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5350
5351 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
5352 option to -break-insert.
5353
5354 2009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5355 Jerome Guitton <guitton@adacore.com>
5356
5357 * gdb.texinfo (Startup): Document --with-system-gdbinit.
5358 (System-wide configuration): New section.
5359
5360 2009-01-26 Pedro Alves <pedro@codesourcery.com>
5361
5362 PR gdb/7580:
5363 * gdb.texinfo (Maintenance Commands): Document "maint set|show
5364 internal-error|internal-warning quit|corefile ask|yes|no".
5365
5366 2009-01-26 Pedro Alves <pedro@codesourcery.com>
5367
5368 * gdb.texinfo (Using the `gdbserver' Program): Document
5369 --remote-debug.
5370
5371 2009-01-23 Doug Evans <dje@google.com>
5372
5373 * gdb.texinfo: Add nexti to list of commands that support
5374 background execution.
5375
5376 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
5377
5378 * gdb.texinfo (Define, Hooks): Document prefix command support.
5379
5380 2009-01-14 Joseph Myers <joseph@codesourcery.com>
5381 Carlos O'Donell <carlos@codesourcery.com>
5382
5383 Fixes for makeinfo --html.
5384
5385 * annotate.texinfo: Use @copying and @insertcopying. Use
5386 @ifnottex in place of @ifinfo.
5387 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
5388 place of @ifinfo. Use @ifnotinfo for one index entry.
5389 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
5390 in place of @ifinfo.
5391 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
5392 in place of @ifinfo. Include contents at start unconditionally.
5393
5394 2009-01-13 Pedro Alves <pedro@codesourcery.com>
5395
5396 * gdb.texinfo (General Query Packets): Remove @var{} around the
5397 "spu" literal string.
5398
5399 2009-01-07 Pedro Alves <pedro@codesourcery.com>
5400
5401 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
5402 program may be running in another process" errors.
5403 * gdbint.texinfo (Native Conditionals): Delete
5404 ONE_PROCESS_WRITETEXT description.
5405
5406 2009-01-07 Joel Brobecker <brobecker@adacore.com>
5407
5408 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
5409 emacs local variable to be placed at the end of the ChangeLog.
5410 Add server.c and gdbreplay.c to the list of files where the
5411 copyright year needs to be updated.
5412
5413 2009-01-06 Sandra Loosemore <sandra@codesourcery.com>
5414
5415 * gdb.texinfo (Remote Configuration): Document new
5416 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
5417 commands.
5418
5419 2008-12-28 Pedro Alves <pedro@codesourcery.com>
5420
5421 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
5422 FETCH_INFERIOR_REGISTERS.
5423 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
5424 FETCH_INFERIOR_REGISTERS descriptions. Remove
5425 gdbarch_get_longjmp_target descrition, since already described in
5426 Target Conditionals. Move gdbarch_fp0_regnum description to ...
5427 (Target Conditionals): ... here.
5428
5429 2008-12-16 Joel Brobecker <brobecker@adacore.com>
5430
5431 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
5432 examples.
5433 (Additions to Ada): Likewise. Add the missing opening and closing
5434 parenthesis of the GDB prompt in one of the examples.
5435
5436 2008-12-14 Joel Brobecker <brobecker@adacore.com>
5437
5438 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
5439 about the result of 'Address not being of type System.Address.
5440 This problem has been fixed a while ago.
5441
5442 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5443
5444 MI non-stop and multiprocess docs.
5445
5446 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
5447 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
5448 Adjust documentation for *stopped, document =thread-created,
5449 =thread-exited, =thread-group-created and =thread-group-exited.
5450 (GDB/MI Thread Commands): Document the 'state' field in
5451 -thread-info output.
5452 (GDB/MI Program Execution): Mention --all and --thread-group
5453 options.
5454 (GDB/MI Variable Objects): Describe floating and fixed variable
5455 objects.
5456 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
5457
5458 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5459
5460 * gdb.texinfo (Operating System Information): New appendix.
5461 (Operating System Auxiliary Information): Document 'info os processes'
5462 (Remote Configuration): Document 'osdata'
5463 (General Query Packets): Document qXfer:osdata:read.
5464
5465 2008-11-27 Tristan Gingold <gingold@adacore.com>
5466
5467 * gdb.texinfo (Darwin): Document Darwin specific features.
5468
5469 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5470
5471 * gdbint.texinfo (Target Conditionals): Extend the
5472 gdbarch_breakpoint_from_pc description.
5473
5474 2008-11-22 Vladimir Prus <vladimir@codesourcery.com>
5475
5476 * gdb.texinfo (M68K Features): Fix typo.
5477
5478 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
5479
5480 * gdb.texinfo (Symbols): Mention printing containing
5481 image name in "info symbol".
5482 (Maint translate-address): Likewise.
5483
5484 2008-11-18 Joel Brobecker <brobecker@adacore.com>
5485
5486 * gdb.texinfo (Set Catchpoints): Remove the documentation of
5487 commands "catch load" and "catch unload".
5488
5489 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5490
5491 * gdb.texinfo (GDB/MI Async Records): Document
5492 =thread-selected.
5493
5494 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5495
5496 * observer.texi (new_inferior, inferior_exit): New observers.
5497
5498 2008-10-27 Pedro Alves <pedro@codesourcery.com>
5499
5500 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
5501 .mt files, TM_CLIBS or TM_CDEPS.
5502 (x86 Watchpoints): Don't mention TDEPFILES.
5503
5504 2008-10-24 Sandra Loosemore <sandra@codesourcery.com>
5505
5506 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
5507 (Overview): Mention notifications and non-stop mode behavior.
5508 (Packets): Update documentation of ?, vAttach, vCont, and vRun
5509 with non-stop mode behavior. Add vStopped description.
5510 (Stop Reply Packets): Update list of packets that return
5511 stop replies. Mention non-stop behavior.
5512 (General Query Packets): Document QNonStop packet and associated
5513 qSupported query response.
5514 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
5515 behavior.
5516 (Notification Packets): New section.
5517 (Remote Non-Stop): New section.
5518 (File-I/O Overview): Mention non-stop behavior.
5519
5520 2008-10-24 Hui Zhu <teawater@gmail.com>
5521 Pedro Alves <pedro@codesourcery.com>
5522
5523 * gdb.texinfo (displaced-stepping): Describe the auto mode
5524 setting, and say it's the default. This is now a mainstream
5525 setting instead of a maintenance setting.
5526
5527 2008-10-23 Pedro Alves <pedro@codesourcery.com>
5528
5529 * observer.texi (thread_stop_requested): New.
5530
5531 2008-10-22 Joel Brobecker <brobecker@adacore.com>
5532
5533 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
5534 (Patching): Replace incorrect usage of @samp by @kbd.
5535
5536 2008-10-17 Michael Snyder <msnyder@vmware.com>
5537
5538 * gdb.texinfo: Add documentation for reverse execution.
5539
5540 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5541 Eli Zaretskii <eliz@gnu.org>
5542
5543 * gdb.texinfo. (Values From Inferior): New subsubsection.
5544
5545 2008-10-06 Doug Evans <dje@google.com>
5546
5547 * gdb.texinfo (set debug dwarf2-die): Document it.
5548
5549 2008-10-01 Joel Brobecker <brobecker@adacore.com>
5550
5551 * gdb.texinfo (catch) [exception]: Document how to insert
5552 a breakpoint on user-defined exceptions when the exception
5553 name is identical to one of the language-defined ones.
5554
5555 2008-09-27 Tom Tromey <tromey@redhat.com>
5556
5557 * gdb.texinfo (Macros): Remove text about stringification,
5558 varargs, and splicing.
5559
5560 2008-09-27 Tom Tromey <tromey@redhat.com>
5561
5562 * gdbint.texinfo (Language Support): Remove text about omitting
5563 support for a language.
5564
5565 2008-09-23 Doug Evans <dje@google.com>
5566
5567 * gdb.texinfo (info dcache): Update.
5568
5569 2008-09-22 Sandra Loosemore <sandra@codesourcery.com>
5570
5571 * gdb.texinfo (Packets): Add info on thread-id syntax and
5572 multiprocess extensions.
5573 <D>: Document multiprocess form of packet.
5574 <H>: Use thread-id syntax.
5575 <T>: Likewise.
5576 <vCont>: Likewise. Note this is required for multiprocess.
5577 <vKill>: New packet.
5578 (Stop Reply Packets) <T>: Use thread-id syntax.
5579 <W>: Document multiprocess form of reply.
5580 <X>: Likewise.
5581 (General Query Packets) <qC>: Use thread-id syntax.
5582 <qfThreadInfo>: Likewise.
5583 <qGetTLSAddr>: Likewise.
5584 <qP>: Likewise.
5585 <qSupported>: Add "multiprocess" feature.
5586 <qThreadExtraInfo>: Use thread-id syntax.
5587
5588 2008-09-22 Stan Shebs <stan@codesourcery.com>
5589
5590 * gdb.texinfo (Inferiors): New section.
5591
5592 2008-09-12 Pedro Alves <pedro@codesourcery.com>
5593
5594 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
5595
5596 2008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
5597
5598 * gdbint.texinfo (Target Conditionals): Remove documentation
5599 for gdbarch_name_of_malloc.
5600
5601 2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
5602
5603 * gdb.texinfo (Interrupts): Mention TCP interface for
5604 sending BREAK.
5605
5606 2008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
5607
5608 * gdb.texinfo (Commands to Specify Files): Document "remote:"
5609 argument prefix to "set sysroot".
5610
5611 2008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
5612
5613 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
5614 and False.
5615
5616 2008-08-20 Vladimir Prus <vladimir@codesourcery.com>
5617
5618 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
5619 for possible features of -list-features.
5620
5621 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5622
5623 * gdb.texinfo (Background execution): Adjust example
5624 (GDB/MI Miscellaneous Commands): Document -list-target-features.
5625
5626 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5627
5628 * doc/gdb.texinfo (PowerPC): Fix typo.
5629 (PowerPC features): Fix typo.
5630
5631 2008-08-18 Pedro Alves <pedro@codesourcery.com>
5632
5633 * observer.texi (thread_ptid_changed): New.
5634
5635 2008-08-18 Luis Machado <luisgpm@br.ibm.com>
5636
5637 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
5638 (PowerPC features): Mention feature set for VSX registers.
5639
5640 2008-08-13 Joel Brobecker <brobecker@adacore.com>
5641
5642 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
5643 the direct visibility of all names in user-written packages.
5644
5645 2008-08-13 Pedro Alves <pedro@codesourcery.com>
5646
5647 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
5648 setting, and make it the default.
5649 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
5650 non-stop script example.
5651
5652 2008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
5653
5654 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
5655 reference to the "Using Different Register and Memory Data
5656 Representation" section.
5657
5658 2008-08-12 Sandra Loosemore <sandra@codesourcery.com>
5659
5660 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
5661 (Remote Protocol): Add Packet Acknowledgment to menu.
5662 (Overview): Mention +/- can be disabled, and point to new section
5663 where this is discussed in detail.
5664 (General Query Packets): Document QStartNoAckMode packet, and
5665 corresponding qSupported reply.
5666 (Packet Acknowledgment): New section.
5667
5668 2008-08-11 Sandra Loosemore <sandra@codesourcery.com>
5669 Pedro Alves <pedro@codesourcery.com>
5670
5671 * gdb.texinfo (Threads): Move paragraph about automatic thread
5672 selection to All-Stop Mode subsection.
5673 (Thread Stops): Reorganize existing material into subsections.
5674 Add introductory blurb and menu.
5675 (Non-Stop Mode): New subsection.
5676 (Background Execution): New subsection.
5677 (Maintenance Commands): Add cross-references from async mode
5678 commands to the new Background Execution section.
5679
5680 2008-08-06 Tom Tromey <tromey@redhat.com>
5681
5682 * gdb.texinfo (Extending GDB): New chapter.
5683 (Sequences): Demoted chapter, now a section under the new
5684 Extending GDB chapter.
5685 (Python): New section.
5686
5687 2008-07-31 Stan Shebs <stan@codesourcery.com>
5688
5689 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
5690
5691 2008-07-29 Stan Shebs <stan@codesourcery.com>
5692
5693 * gdbint.texinfo: General round of cleanup and minor
5694 clarifications.
5695 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
5696 (Longjmp Support): Update description to reflect how it is done
5697 for targets without using native header.
5698 (Symbol Handling): Add a little more general explanation.
5699 (COFF, ELF): Mention stabs encapsulation.
5700 (DWARF 3): New section.
5701 (Adding a New Host): Scrub out some obsolete bits.
5702 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
5703 (Host Conditionals): Remove descriptions of NO_STD_REGS,
5704 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
5705 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
5706 SEEK_SET, STOP_SIGNAL, USG.
5707 (Raw and Virtual Register Representations): Ditto for
5708 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
5709 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
5710 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
5711 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
5712 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
5713 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
5714 DEPRECATED_REGISTER_VIRTUAL_SIZE,
5715 DEPRECATED_REGISTER_VIRTUAL_TYPE,
5716 DEPRECATED_USE_STRUCT_CONVENTION.
5717 Describe gdbarch_deprecated_fp_regnum.
5718 Update description of gdbarch_print_insn.
5719 (Adding a New Target): Scrub out obsolete bits.
5720 (Obsolete Conditionals): Remove entire section.
5721
5722 2008-07-25 Tom Tromey <tromey@redhat.com>
5723
5724 * observer.texi (GDB Observers): Document new observers:
5725 breakpoint_created, breakpoint_deleted, breakpoint_modified,
5726 tracepoint_created, tracepoint_deleted, tracepoint_modified,
5727 architecture_changed.
5728
5729 2008-07-21 Stan Shebs <stan@codesourcery.com>
5730
5731 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
5732 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
5733
5734 2008-07-21 Tom Tromey <tromey@redhat.com>
5735
5736 * observer.texi (GDB Observers): Remove obsolete comment.
5737 <executable_changed>: Remove argument.
5738
5739 2008-07-18 Tom Tromey <tromey@redhat.com>
5740
5741 * gdb.texinfo (Macros): Update. Use @code rather than @command.
5742
5743 2008-07-10 Doug Evans <dje@google.com>
5744
5745 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
5746
5747 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5748
5749 * gdb.texinfo (Starting): Document "set disable-randomization".
5750
5751 2008-07-07 Andreas Schwab <schwab@suse.de>
5752
5753 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
5754
5755 2008-07-06 Vladimir Prus <vladimir@codesourcery.com>
5756
5757 * gdb.texinfo (GDB/MI Target Manipulation): Add
5758 example of -target-attach.
5759
5760 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
5761
5762 * observer.texi (target_resumed): New observer.
5763 * gdb.texinfo (GDB/MI Output Records): Document *running.
5764
5765 2008-06-06 Tom Tromey <tromey@redhat.com>
5766
5767 * gdb.texinfo (Completion): Add field name example.
5768
5769 2008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
5770
5771 * gdb.texinfo (GDB/MI Program Context): Added example
5772 to -exec-arguments
5773
5774 2008-06-05 Nick Roberts <nickrob@snap.net.nz>
5775
5776 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
5777 annotation.
5778
5779 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5780 Nathan Sidwell <nathan@codesourcery.com>
5781 Joseph Myers <joseph@codesourcery.com>
5782
5783 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
5784 and ACX_BUGURL.
5785 * configure: Regenerate.
5786 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
5787 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
5788 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
5789 mailing-list-specific text about bug reporting unless
5790 BUGURL_DEFAULT.
5791
5792 2008-06-05 Pedro Alves <pedro@codesourcery.com>
5793
5794 * gdb.texinfo (-target-select): Remove reference to target async.
5795 (Maintenance Commands): Document "maint set/show remote-async".
5796
5797 2008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
5798
5799 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
5800 in -target-file-get section.
5801
5802 2008-05-22 Pedro Alves <pedro@codesourcery.com>
5803
5804 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
5805 killing the inferior when it is already debugging a process.
5806
5807 2008-05-21 Joel Brobecker <brobecker@adacore.com>
5808
5809 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
5810 abbreviation for "finish".
5811
5812 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
5813
5814 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
5815
5816 2008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5817
5818 * gdbint.texinfo (Target Conditionals): Delete entry for
5819 gdbarch_dwarf_reg_to_regnum.
5820
5821 2008-05-09 Doug Evans <dje@google.com>
5822
5823 * gdb.texinfo: Document "find" command, qSearch:memory packet.
5824
5825 2008-05-05 Doug Evans <dje@google.com>
5826
5827 * gdb.texinfo (disassemble): Document /m modifier.
5828
5829 2008-05-05 Vladimir Prus <vladimir@codesourcery.com>
5830
5831 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
5832 will not report the time of commands that run the target.
5833
5834 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5835
5836 * gdb.texinfo (GDB/MI Output Records): Add
5837 missing semicolon.
5838
5839 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5840
5841 * gdb.texinfo (GDB/MI Output Records):
5842 Document =thread-create and =thread-exited.
5843
5844 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5845
5846 * gdb.texinfo (GDB/MI Development and Front Ends):
5847 Remove mention of dmi-discuss.
5848
5849 2008-05-03 Pedro Alves <pedro@codesourcery.com>
5850
5851 * observer.texi (thread_exit): New.
5852
5853 2008-05-02 Pedro Alves <pedro@codesourcery.com>
5854
5855 * gdb.texinfo (Debugging Output): Document "set/show debug
5856 displaced".
5857 (Maintenance Commands): Document "maint set/show
5858 can-use-displaced-stepping".
5859
5860 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
5861
5862 * gdb.texinfo (ARM): Document set/show arm fallback-mode
5863 and set/show arm force-mode.
5864
5865 2008-05-02 Andreas Schwab <schwab@suse.de>
5866
5867 * gdbint.texinfo (Algorithms): Describe
5868 target_watchpoint_addr_within_range.
5869
5870 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
5871
5872 * gdbint.texinfo (Stack Frames): New chapter.
5873 (Algorithms): Move Frames text to the new chapter.
5874 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
5875 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
5876
5877 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
5878
5879 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
5880 output does not necessary include any tokens.
5881
5882 2008-04-22 Corinna Vinschen <vinschen@redhat.com>
5883
5884 * gdb.texinfo (Set SH Calling convention): New @item.
5885 (Show SH Calling convention): Ditto.
5886
5887 2008-04-22 Markus Deuling <deuling@de.ibm.com>
5888
5889 * gdb.texinfo (Fortran Operators): Describe '%' operator.
5890
5891 2008-04-20 Eli Zaretskii <eliz@gnu.org>
5892
5893 * gdb.texinfo (Set Breaks): Mention that multiple location
5894 breakpoints need line number info. Add index entries.
5895
5896 2008-04-19 Craig Silverstein <csilvers@google.com>
5897
5898 * gdb.texinfo (Requirements): Add an optional requirement on
5899 zlib.
5900 * gdbint.texinfo (Debugging File Formats): Add new subsection for
5901 Compressed DWARF 2.
5902
5903 2008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
5904
5905 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
5906 sample output for 'stopped,reason="breakpoint-hit"' message.
5907 (GDB/MI Program Execution): Likewise.
5908
5909 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
5910
5911 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
5912 -var-set-format. Add -f option to -var-evaluate-expression.
5913
5914 2008-04-03 Joel Brobecker <brobecker@adacore.com>
5915
5916 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
5917 new node "Ambiguous Expressions". Replace references to this
5918 node by references to "Ambiguous Expressions" throughout.
5919 (Ambiguous Expressions): New node.
5920
5921 2008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
5922
5923 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
5924
5925 2008-03-21 Pedro Alves <pedro@codesourcery.com>
5926
5927 * gdb.texinfo (Debugging Output): Document
5928 "set/show debug lin-lwp-async".
5929 (Maintenance Commands): Document "maint set/show linux-async".
5930
5931 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5932
5933 * gdb.texinfo (Expressions): Update description of malloced arrays.
5934
5935 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
5936
5937 * gdb.texinfo (Thread Commands): Document
5938 -thread-info. Remove -thread-list-all-threads.
5939
5940 2008-03-14 Pedro Alves <pedro@codesourcery.com>
5941 Sandra Loosemore <sandra@codesourcery.com>
5942
5943 * gdb.texinfo (Library List Format): Update to mention the
5944 possibility to pass section addresses instead of segment
5945 addresses.
5946
5947 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
5948
5949 * gdb.texinfo (Starting): Document "set exec-wrapper".
5950 (Server): Document gdbserver --wrapper.
5951
5952 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
5953
5954 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
5955 unreadable memory. Delete obsolete SPARClite reference.
5956
5957 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
5958
5959 * gdb.texinfo (Starting): Mention always-running targets.
5960 (Target Commands): Add an anchor for load.
5961 (Connecting): Explain continue instead of run.
5962
5963 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
5964
5965 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
5966
5967 2008-02-26 Nick Roberts <nickrob@snap.net.nz>
5968
5969 * gdb.texinfo (Set Breaks): Revert description of Enb column of
5970 breakpoint table.
5971
5972 2008-02-19 Pedro Alves <pedro@codesourcery.com>
5973
5974 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
5975 killing the inferior when it is already debugging a process.
5976
5977 2008-02-13 Markus Deuling <deuling@de.ibm.com>
5978
5979 * gdbint.texinfo (Build Script): New section. Mention new build script
5980 gdb_buildall.sh.
5981
5982 2008-02-01 Jim Blandy <jimb@red-bean.com>
5983
5984 * gdb.texinfo (Help): Summarize 'info args' correctly.
5985
5986 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5987
5988 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
5989 available in PowerPC architecture.
5990 (Embedded Processors): Change node name of PowerPC item in menu.
5991 (PowerPC): Rename to...
5992 (PowerPC Embedded): this.
5993 (Architectures): Add new PowerPC item in menu.
5994 (PowerPC): New node.
5995
5996 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
5997
5998 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
5999 commands.
6000
6001 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6002
6003 * gdb.texinfo (Setting Catchpoints): Mention features
6004 supported on GNU/Linux.
6005
6006 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
6007
6008 * gdb.texinfo (GDB/MI File Commands): Describe new output
6009 field for MI command -file-list-exec-source-file.
6010
6011 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
6012
6013 * gdb.texinfo (Using the `gdbserver' Program): Add security
6014 warning. Rearrange into subsections and subsubsections. Document
6015 --multi and --debug. Correct --with-sysroot typo. Update --attach
6016 usage. Make load reference clearer. Document monitor exit.
6017 (Remote Configuration): Document set remote exec-file, attach-packet,
6018 and run-packet.
6019 (Packets): Document vAttach and vRun.
6020
6021 2008-01-29 Nick Roberts <nickrob@snap.net.nz>
6022
6023 * gdb.texinfo (Processes): Mention process command.
6024 detach-on-follow -> detach-on-fork.
6025
6026 2008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6027
6028 * gdbint.texinfo (Native Conditionals): Remove
6029 SHELL_COMMAND_CONCAT and SHELL_FILE.
6030
6031 2008-01-26 Eli Zaretskii <eliz@gnu.org>
6032
6033 * gdb.texinfo (Specify Location): Improve wording.
6034
6035 2008-01-23 Chris Demetriou <cgd@google.com>
6036
6037 * gdb.texinfo (Threads): Document new "set print thread-events"
6038 and "show print thread-events" commands.
6039
6040 2008-01-19 Eli Zaretskii <eliz@gnu.org>
6041
6042 * gdb.texinfo (Specify Location): New section.
6043 (Delete Breaks, Edit, Set Breaks): Remove description of
6044 locations. Instead, add a reference to "Specify Location".
6045 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
6046 (Symbols): Refer to "Specify Location" for the valid forms of
6047 linespecs and locations.
6048
6049 2008-01-18 Markus Deuling <deuling@de.ibm.com>
6050
6051 * gdbint.texinfo (Target Conditionals): Replace the description of
6052 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
6053
6054 2008-01-12 Paul Hilfinger <hilfinger@adacore.com>
6055
6056 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
6057 about &&var, which is rejected by the expression parser.
6058
6059 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
6060
6061 * gdb.texinfo (Output): Update documentation on using printf with DFP
6062 types.
6063
6064 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
6065
6066 * gdb.texinfo (C and C++): Add Decimal Floating Point format
6067 subsubsection.
6068 (Decimal Floating Point format): New subsubsection.
6069
6070 2008-01-05 Pedro Alves <pedro@codesourcery.com>
6071
6072 * gdb.texinfo (File Options): Remove mention of the attempt to
6073 open a core file with the -p option. Don't list -c as a valid
6074 option to attach to a process.
6075
6076 2008-01-05 Pedro Alves <pedro@codesourcery.com>
6077
6078 * gdbint.texinfo (Host Conditionals): Remove mention of
6079 ALIGN_STACK_ON_ENTRY.
6080
6081 2008-01-05 Joel Brobecker <brobecker@adacore.com>
6082
6083 * gdbint.texinfo (Start of New Year Procedure): Add item
6084 describing how to update the source and documentation copyright
6085 notices.
6086
6087 2007-12-18 Jim Blandy <jimb@codesourcery.com>
6088
6089 * gdb.texinfo (Set Watchpoints): Integrate per-thread
6090 watchpoint explanation into the main description of the watchpoint
6091 command; update synopses of 'watch', 'rwatch', and 'awatch'
6092 commands.
6093
6094 2007-12-18 Vladimir Prus <vladimir@codesourcery.com>
6095
6096 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6097 Document 'pending-breakpoints' feature of
6098 -list-features.
6099
6100 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
6101
6102 * gdb.texinfo: Add new parameter's description.
6103
6104 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
6105
6106 * gdb.texinfo (Overview): Clarify run-length encoding
6107 example. Remove the restriction on "+" and "-" characters.
6108
6109 2007-12-15 Eli Zaretskii <eliz@gnu.org>
6110
6111 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
6112
6113 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
6114
6115 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6116 the -f option for -break-insert, remove -r option,
6117 and clarify specification of location.
6118
6119 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
6120
6121 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
6122 formatting.
6123 (Remote Debugging): Add File Transfer section.
6124 (Remote Configuration): Document Host I/O packets.
6125 (GDB/MI): Add GDB/MI File Transfer Commands section.
6126 (Host I/O Packets): New section in "Remote Protocol".
6127 (Packets): Add vFile.
6128
6129 2007-11-17 Eli Zaretskii <eliz@gnu.org>
6130
6131 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
6132 breakpoints with multiple locations.
6133 (Breakpoint Menus): Improve wording.
6134 (Output): Fix last change.
6135
6136 2007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
6137
6138 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
6139
6140 2007-11-15 Doug Evans <dje@google.com>
6141
6142 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
6143
6144 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
6145
6146 * gdbint.texinfo (Native Conditionals): Remove
6147 mention of CLEAR_SOLIB.
6148
6149 2007-11-11 Joel Brobecker <brobecker@adacore.com>
6150
6151 * gdb.texinfo (Print Settings): Add documentation for "set/show
6152 print frame-arguments".
6153
6154 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
6155
6156 * gdb.texinfo (Output): Update printf command's description.
6157
6158 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
6159
6160 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
6161 powerpc soft-float".
6162
6163 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6164
6165 * gdb.texinfo (Files): Correct formatting. Mention Expat
6166 requirement.
6167 (Requirements for Building GDB): Expand the list of Expat
6168 uses.
6169 (Library List Format, Memory Map Format): Mention Expat.
6170 (Target Descriptions): Update Expat wording.
6171
6172 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6173
6174 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
6175 Document that gdbarch_convert_register_p should return zero for no-op
6176 conversions.
6177
6178 2007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
6179
6180 * gdbint.texi (Compiler Characteristics): Move documentation
6181 of set_gdbarch_sofun_address_maybe_missing back to ...
6182 (Target Conditionals): ... here to fix build break.
6183
6184 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
6185
6186 * gdbint.texi (Target Conditionals): Remove documentation of
6187 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
6188 (Compiler Characteristics): ... documentation of
6189 set_gdbarch_sofun_address_maybe_missing.
6190
6191 2007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6192
6193 * gdbint.texinfo (Target Conditionals): Use
6194 frame_unwind_register_unsigned in examples instead of
6195 frame_unwind_unsigned_register.
6196
6197 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6198
6199 * gdb.texinfo (Predefined Target Types): Add int128
6200 and uint128.
6201 (Standard Target Features): Add PowerPC features.
6202
6203 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6204
6205 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
6206
6207 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6208
6209 * gdbint.texi (Target Conditionals): Remove documentation
6210 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
6211 gdbarch_extract_return_value, and gdbarch_store_return_value.
6212
6213 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6214
6215 * gdbint.texi (Target Conditionals): Remove documentation of
6216 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
6217
6218 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
6219
6220 * gdb.texinfo: Mention that inaccessible-by-default is on by
6221 default.
6222
6223 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
6224
6225 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
6226
6227 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
6228
6229 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
6230 multi-threaded watchpoints.
6231 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
6232 checked. Describe sticky notification. Expand description
6233 of steppable and continuable watchpoints.
6234 (Watchpoints and Threads): New subsection.
6235
6236 2007-09-28 Vladimir Prus <vladimir@codesourcery.com>
6237
6238 * gdb.texinfo (Setting Breakpoints): Revise
6239 documentation for pending breakpoints. Document
6240 breakpoints with multiple locations.
6241
6242 2007-09-19 Vladimir Prus <vladimir@codesourcery.com>
6243
6244 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6245 Document -list-features.
6246
6247 2007-09-15 Eli Zaretskii <eliz@gnu.org>
6248
6249 * gdb.texinfo (Output): Spell out which features of C's printf are
6250 not supported by GDB's printf.
6251 (Separate Debug Files): More accurate wording regarding build ID
6252 and a reference to the ld manual rather than the Fedora wiki.
6253
6254 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6255 Jim Blandy <jimb@codesourcery.com>
6256
6257 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
6258 (Examining Memory): Update mentions of the 's' format.
6259 (Automatic Display): Likewise.
6260
6261 2007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
6262
6263 * gdb.texinfo: Update the FSF's Back-Cover Text.
6264
6265 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6266 Eli Zaretskii <eliz@gnu.org>
6267
6268 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
6269 Fixed the ``build ID'' name. New binaries build instructions for the
6270 build ID inclusion. Explain how the commands are specific to the build
6271 ID vs. debug link.
6272
6273 2007-09-01 Eli Zaretskii <eliz@gnu.org>
6274
6275 * gdb.texinfo (Separate Debug Files): Fix last change. Add
6276 indexing for ``build ID'' support.
6277
6278 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6279
6280 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
6281 Enlisted BUILD ID to the debug file searching example.
6282 Included a BUILD ID `.note.gnu.build-id' section description.
6283 Updated/added the debug files splitting instructions for OBJCOPY.
6284
6285 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
6286
6287 * gdb.texinfo (Variable Objects): Adjust docs
6288 for -var-info-expression and document
6289 -var-info-path-expression.
6290
6291 2007-08-20 Jim Blandy <jimb@codesourcery.com>
6292
6293 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
6294 (title page): Include the dedication in the printed manual, as a
6295 separate page after the copyright notice.
6296
6297 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
6298 don't break a @var across a line.
6299
6300 2007-07-25 Maciej W. Rozycki <macro@mips.com>
6301
6302 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
6303 for include files.
6304
6305 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
6306
6307 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
6308 in annotate.texinfo.
6309 (Command History): Link to new node.
6310
6311 2007-07-05 Markus Deuling <deuling@de.ibm.com>
6312
6313 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
6314
6315 2007-07-05 Eli Zaretskii <eliz@gnu.org>
6316
6317 * gdbint.texinfo (Target Conditionals): Fix last change.
6318
6319 2007-07-03 Markus Deuling <deuling@de.ibm.com>
6320
6321 * gdb.texinfo: Replace following macros by their appropriate gdbarch
6322 routines:
6323 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
6324 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
6325 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
6326 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
6327 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
6328 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
6329 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
6330 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
6331 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
6332 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
6333 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
6334 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
6335 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
6336 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
6337 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
6338 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
6339 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
6340 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
6341 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
6342 (SOFTWARE_SINGLE_STEP_P)
6343
6344 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
6345 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
6346
6347 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
6348 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
6349 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
6350 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
6351 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
6352 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
6353 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
6354 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
6355 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
6356 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
6357
6358 (Converting an existing Target Architecture to Multi-arch): Remove
6359 section.
6360
6361 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
6362 (gdbarch_addr_bits_remove): Add code example.
6363
6364 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
6365
6366 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
6367
6368 * gdb.texinfo (Remote Configuration): Document library-info-packet.
6369 Add other missing entries. Adjust the table size to fit.
6370 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
6371 stop reasons including the new "library" event.
6372 (General Query Packets): Adjust table widths for qSupported. Mention
6373 qXfer:libraries:read reply to qSupported and document the new packet.
6374 (Library List Format): New section.
6375
6376 2007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6377
6378 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
6379
6380 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
6381
6382 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
6383
6384 2007-06-25 Nick Roberts <nickrob@snap.net.nz>
6385
6386 * gdbint.texinfo (Register and Memory Data): Break sections
6387 into nodes and add a menu.
6388
6389 2007-06-21 Maciej W. Rozycki <macro@mips.com>
6390
6391 * gdb.texinfo (Examining Memory): Document the new behaviour.
6392
6393 2007-06-21 Vladimir Prus <vladimir@codesourcery.com>
6394
6395 * gdb.texinfo (Standard Target Features): Document
6396 m68k features.
6397
6398 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
6399
6400 * gdb.texinfo (General Query Packets): Document qOffsets changes.
6401
6402 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6403
6404 * gdb.texinfo (Target Description Format): Add version attribute
6405 for <target>.
6406
6407 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6408
6409 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
6410
6411 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6412
6413 * gdb.texinfo (MIPS Features): New subsection.
6414
6415 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6416 Markus Deuling <deuling@de.ibm.com>
6417
6418 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
6419 and qXfer:spu:write packets and mention them under qSupported.
6420
6421 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6422 Markus Deuling <deuling@de.ibm.com>
6423
6424 * gdb.texinfo (Architectures): Add new SPU section to document
6425 Cell Broadband Engine SPU architecture specific commands.
6426
6427 2007-06-09 Vladimir Prus <vladimir@codesourcery.com>
6428
6429 * gdb.texinfo (GDB/MI Variable Objects): Editorial
6430 comments.
6431
6432 2007-06-07 Nick Roberts <nickrob@snap.net.nz>
6433
6434 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
6435
6436 2007-05-29 Jim Blandy <jimb@codesourcery.com>
6437
6438 * gdb.texinfo (Overview): Doc fix.
6439
6440 2007-05-22 Maciej W. Rozycki <macro@mips.com>
6441
6442 * gdb.texinfo (Remote Configuration): Document "set/show
6443 remoteflow".
6444
6445 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
6446
6447 * gdb.texinfo (MIPS): Remove documentation for set mips
6448 saved-gpreg-size, show mips saved-gpreg-size, and set mips
6449 stack-arg-size.
6450
6451 2007-05-14 Bob Wilson <bob.wilson@acm.org>
6452
6453 * all-cfg.texi (GDBTUI): New.
6454 * gdb.texinfo (Mode Options): Use GDBTUI variable.
6455 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
6456 (TUI Configuration): Edit to improve clarity and fix problems of
6457 both style and content.
6458
6459 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
6460
6461 * observer.texi (GDB Observers): New observer "new_objfile".
6462
6463 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
6464
6465 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
6466
6467 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
6468
6469 * gdb.texinfo (GDB/MI Variable Objects): Document
6470 frozen variables objects.
6471
6472 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
6473
6474 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
6475 (Character Sets, Caching Data of Remote Targets): Likewise.
6476 (Targets): Delete Remote node. Move its text...
6477 (Debugging Remote Programs): ...to here. Delete description
6478 of the "remote" command.
6479 (Remote configuration): Delete description of "set remotedevice"
6480 and "show remotedevice".
6481 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
6482
6483 2007-04-11 Bob Wilson <bob.wilson@acm.org>
6484
6485 * gdb.texinfo (Contributors, Continuing and Stepping)
6486 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
6487 (General Query Packets, File-I/O Remote Protocol Extension)
6488 (Protocol Basics, The F Reply Packet, Write)
6489 (Protocol-specific Representation of Datatypes, Memory Transfer):
6490 Fix hyphenation, punctuation and grammar problems.
6491 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
6492 'section' instead of 'subsection' in the text.
6493 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
6494 (i386): Remove period from section name.
6495 (Installing GDB, Requirements, Running Configure, Separate Objdir)
6496 (Config Names, Configure Options): Use @file{configure}.
6497
6498 2007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
6499
6500 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
6501 and tab expansion.
6502
6503 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
6504
6505 * gdbint.texinfo (SOM): Correct location of the SOM reader.
6506
6507 2007-04-02 Bob Wilson <bob.wilson@acm.org>
6508
6509 * gdb.texinfo: Consistently capitalize all significant words in
6510 node names, chapter titles, section titles, and headings. Update
6511 cross references to match.
6512 (Starting and Stopping Trace Experiment): Make node name plural.
6513 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
6514
6515 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
6516
6517 * gdb.texinfo (WinCE): Delete obsolete subsection.
6518
6519 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6520
6521 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
6522 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
6523 references.
6524
6525 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6526
6527 * gdb.texinfo (Startup): Delete references to some alternate
6528 names for .gdbinit.
6529 (Thread): Remove LynxOS reference.
6530 (Tandem ST2000): Delete target-specific documentation.
6531 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
6532 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
6533 and GDB_OSABI_LYNXOS.
6534
6535 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
6536
6537 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
6538
6539 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
6540
6541 * gdbint.texinfo (Target Conditionals): Remove mention of
6542 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
6543 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
6544
6545 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
6546
6547 * Makefile.in: Add "pdfdir" installation
6548 directory, PDFTEX macro, support for "install-pdf" target,
6549 and rules for making a pdf version of refcard.texi.
6550 * refcard.tex: Specify paper size for PDF output.
6551
6552 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6553
6554 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
6555
6556 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6557
6558 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
6559 (Source Path, Character Sets, Macros, Define)
6560 (GDB/MI Result Records, GDB/MI Simple Examples)
6561 (GDB/MI Program Execution, GDB/MI File Commands)
6562 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
6563 (Bug Reporting): Use @value{GCC}.
6564
6565 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6566
6567 * gdb.texinfo (Help): Fix formatting of examples.
6568 (Variables): Use @ifnotinfo instead of @iftex.
6569 (Non-debug DLL symbols): Use @ref instead of @pxref.
6570 (Sparclet File): Use @samp instead of quotes.
6571
6572 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6573
6574 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
6575
6576 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6577
6578 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
6579 the order of the nodes.
6580 (C Operators, C Constants, Debugging C): Remove extra menus.
6581 (Method Names in Commands): Do not specify next/prev/up nodes.
6582
6583 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6584
6585 * gdb.texinfo (File Options): Add missing parenthesis.
6586 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
6587
6588 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6589
6590 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
6591
6592 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6593
6594 * gdb.texinfo (Standard Target Features): Mention
6595 case insensitivity.
6596 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
6597
6598 2007-02-18 Nick Roberts <nickrob@snap.net.nz>
6599
6600 * gdb.texinfo (Top): Put Appendix A after numbered sections.
6601 (Files): Add section name to argument list for pxref.
6602 (Non-debug DLL symbols): Don't use `see' for pxref.
6603 (Embedded Processors): Fix typo.
6604 (GDB/MI Breakpoint Commands): Execution commands generate
6605 *stopped not ^done.
6606
6607 2007-02-13 Nick Roberts <nickrob@snap.net.nz>
6608
6609 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
6610 values for in_scope. Mention that only root variables can be
6611 updated.
6612 (GDB/MI Development and Front Ends): Explain new values may be
6613 added to existing fields.
6614
6615 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6616
6617 * gdb.texinfo (-target-disconnect): Use @smallexample.
6618 (Requirements): Add anchor for Expat. Update description.
6619 (Target Descriptions): Mention Expat.
6620 (Target Description Format): Document new elements. Use
6621 @smallexample.
6622 (Predefined Target Types, Standard Target Features): New sections.
6623 * gdbint.texinfo (Target Descriptions): New section.
6624
6625 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
6626
6627 * gdb.texinfo (Target Description Format): Add section on XInclude.
6628
6629 2006-02-03 Nick Roberts <nickrob@snap.net.nz>
6630
6631 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
6632 command -enable-timings.
6633
6634 2007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
6635
6636 * gdbint.texinfo (Operation System ABI Variant Handling): Update
6637 descriptions for new/deleted elements in gdb_osabi. Add missing
6638 description for function generic_elf_osabi_sniff_abi_tag_sections.
6639
6640 2007-01-29 Joel Brobecker <brobecker@adacore.com>
6641
6642 * gdb.texinfo (Maintenance Commands): Add documentation for
6643 the new "maint print target-stack" command.
6644
6645 2007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6646 Eli Zaretskii <eliz@gnu.org>
6647
6648 * gdb.texinfo: Describe CHAR array vs. string identification rules.
6649
6650 2007-01-26 Eli Zaretskii <eliz@gnu.org>
6651
6652 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
6653 Use @value{NGCC} instead of @value{GCC}.
6654
6655 2007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
6656
6657 * agentexpr.texi: Fix typos.
6658 * annotate.texinfo: Likewise.
6659 * gdb.texinfo: Likewise.
6660 * gdbint.texinfo: Likewise.
6661 * observer.texi: Likewise.
6662 * stabs.texinfo: Likewise.
6663
6664 2007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
6665
6666 * gdbint.texinfo (Support Libraries): Remove mmalloc
6667 entry. Describe readline library.
6668
6669 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
6670
6671 * gdb.texinfo (Target Descriptions): New section.
6672 (General Query Packets): Add QPassSignals anchor. Mention
6673 qXfer:features:read under qSupported. Expand mentions of
6674 qXfer:memory-map:read and QPassSignals. Document
6675 qXfer:features:read.
6676
6677 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
6678
6679 * gdb.texinfo (Commands to specify files): Describe
6680 "set sysroot" and "show sysroot".
6681 (Using the `gdbserver' program): Lowercase argument
6682 to @var. Expand description of setting up GDB on the
6683 host.
6684
6685 2007-01-05 Joel Brobecker <brobecker@adacore.com>
6686
6687 * gdb.texinfo (Set Catchpoints): Add documentation for the new
6688 catch exception, catch exception unhandled, and catch assert
6689 commands.
6690
6691 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6692
6693 * gdb.texinfo (Debugging Output): Document "set debug xml"
6694 and "show debug xml".
6695
6696 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6697
6698 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
6699
6700 2007-01-01 Joel Brobecker <brobecker@adacore.com>
6701
6702 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
6703
6704 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
6705
6706 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
6707 note in @ignore, to be removed later if nobody complains.
6708
6709 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
6710
6711 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
6712 of -var-delete.
6713
6714 2006-11-22 Vladimir Prus <vladimir@codesourcery.com>
6715
6716 * gdb.texinfo (Setting breakpoints): Document
6717 automatic software/hardware breakpoint usage and
6718 the "set breakpoint auto-hw" command.
6719
6720 2006-11-21 Vladimir Prus <vladimir@codesourcery.com>
6721
6722 * gdb.texinfo (Memory Access Checking): New.
6723
6724 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
6725
6726 * gdb.texinfo (Remote configuration): Mention
6727 "pass-signals-packet".
6728 (General Query Packets): Document QPassSignals. Fix
6729 a typo.
6730
6731 2006-11-14 Maxim Grigoriev <maxim@tensilica.com>
6732
6733 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
6734
6735 2006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
6736
6737 * gdb.texinfo (Remote configuration): Rewrite documentation for
6738 packet configuration commands.
6739 (OS Information): Adjust reference to qXfer:auxv:read.
6740 (General Query Packets): Remove references to read-aux-vector-packet
6741 and set remote get-thread-local-storage-address.
6742
6743 2006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
6744
6745 * gdbint.texinfo (Target Architecture Definition): Add new
6746 Initializing a New Architecture section.
6747
6748 2006-10-31 David Taylor <dtaylor@emc.com>
6749
6750 * stabs.texinfo (Macro define and undefine): New node describing
6751 stabs for #define and #undef.
6752
6753 2006-10-27 Andreas Schwab <schwab@suse.de>
6754
6755 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
6756
6757 2006-10-21 Eli Zaretskii <eliz@gnu.org>
6758
6759 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
6760 clarify on the possible meanings of ``expression'' watched by
6761 watchpoints. Add indexing.
6762 (Prompting, Errors, Invalidation, Annotations for Running)
6763 (Source Annotations): Fix index entries by adding "annotation" to
6764 them, to discriminate from index entries that point to the more
6765 general topic descriptions.
6766
6767 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6768
6769 * gdbint.texinfo (Target Vector Definition): Move most
6770 content into Existing Targets. Add a menu.
6771 (Existing Targets): New section, moved from Target Vector
6772 Definition. Use @subsection.
6773 (Managing Execution State): New section.
6774
6775 2006-10-16 Bob Wilson <bob.wilson@acm.org>
6776
6777 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
6778
6779 2006-10-15 Eli Zaretskii <eliz@gnu.org>
6780
6781 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
6782 (Command Syntax, Signals, Backtrace, Connecting)
6783 (Remote configuration, Renesas Boards, Console I/O): Fix last
6784 change: use Ctrl- instead of C-, except wrt Emacs.
6785 (File-I/O Examples): Put Ctrl-c in @kbd.
6786 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
6787 (Console I/O): Use @samp with Ctrl-.
6788 (Signals, Set Breaks, Set Watchpoints): Document optional
6789 arguments to `info signals' `handle', `info breakpoints', and
6790 `info watchpoints'.
6791
6792 2006-10-14 Eli Zaretskii <eliz@gnu.org>
6793
6794 * gdb.texinfo (Backtrace): Fix last change.
6795
6796 2006-10-14 Nick Roberts <nickrob@snap.net.nz>
6797
6798 * gdb.texinfo (Backtrace): Order correctly and add other cases.
6799
6800 2006-10-10 Bob Wilson <bob.wilson@acm.org>
6801
6802 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
6803 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
6804 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
6805
6806 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6807 Daniel Jacobowitz <dan@codesourcery.com>
6808
6809 * gdb.texinfo (Packets): Document vFlashErase,
6810 vFlashWrite and vFlashDone packets.
6811 (General Query Packets): Document qXfer:memory-map:read.
6812 Add a new feature for qXfer:memory-map:read.
6813 (Memory map format): New section.
6814 (Target Commands): Mention that gdb can write flash.
6815
6816 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6817 Daniel Jacobowitz <dan@codesourcery.com>
6818
6819 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
6820 memory regions and "mem auto".
6821
6822 2006-09-21 Nathan Sidwell <nathan@codesourcery.com>
6823
6824 * gdbint.texinfo (Array Containers): New section.
6825
6826 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
6827
6828 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
6829 -stack-list-arguments HIGH_FRAME argument can be larger then the
6830 actual number of frames.
6831
6832 2006-09-07 Vladimir Prus <vladimir@codesourcery.com>
6833
6834 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
6835 -stack-list-locals HIGH_FRAME argument can be larger then the
6836 actual number of frames.
6837
6838 2006-09-02 Bob Wilson <bob.wilson@acm.org>
6839
6840 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
6841 Register Packet Format, Tracepoint Packets): Fix spelling errors.
6842
6843 2006-09-02 Eli Zaretskii <eliz@gnu.org>
6844
6845 * gdbint.texinfo (Overall Structure): New section "Source Tree
6846 Structure".
6847
6848 2006-08-17 Jim Blandy <jimb@codesourcery.com>
6849
6850 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
6851 responses.
6852
6853 2006-08-08 Joel Brobecker <brobecker@adacore.com>
6854
6855 * gdb.texinfo (Source Path): Add documentation for new
6856 substitute-path commands.
6857
6858 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
6859
6860 * gdb.texinfo (Installing GDB): Update menu. Move text to...
6861 (Running Configure): ...here.
6862 (Requirements): New node. Mention expat.
6863
6864 2006-08-08 Vladimir Prus <vladimir@codesourcery.com>
6865
6866 * gdb.texinfo (Target Commands): Remove
6867 'set download-write-size' and 'show download-write-size'.
6868
6869 2006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
6870
6871 * stabs.texinfo (Member Type Descriptor): Correct example for
6872 pointer to member types.
6873
6874 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
6875
6876 * gdb.texinfo (Optional warnings and messages): Add
6877 'set/show trace-commands'.
6878 (Command files): Add '-v' to source command.
6879
6880 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
6881
6882 * gdb.texinfo (OS Information): Update qPart reference to
6883 qXfer.
6884 (Remote configuration): Likewise.
6885 (Overview): Move @cindex to the start of a paragraph. Talk
6886 about binary data encoding.
6887 (Packets): Refer to the overview for the details of the X
6888 packet encoding.
6889 (General Query Packets): Remove qPart description. Add qXfer
6890 description. Add an anchor to qSupported. Correct feature
6891 table title. Add a new feature for qXfer:auxv:read.
6892 (Interrupts): Add a missing parenthesis.
6893
6894 2006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
6895
6896 * gdb.texinfo (KOD): Remove node.
6897 (GDB/MI Kod Commands): Remove commented out node.
6898
6899 2006-07-01 Eli Zaretskii <eliz@gnu.org>
6900
6901 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
6902 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
6903 (GDB/MI Thread Commands, GDB/MI Program Execution)
6904 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
6905 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
6906 (GDB/MI File Commands, GDB/MI Target Manipulation)
6907 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
6908 since the MI prompt is hard-wired into the code.
6909
6910 2006-07-01 Nick Roberts <nickrob@snap.net.nz>
6911
6912 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
6913 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
6914 (GDB/MI Data Manipulation): Remove description of unimplemented
6915 display related commands as variable objects perform this function
6916 and are superior: -display-delete, -display-disable,
6917 -display-enable, -display-insert and -display-list. Move
6918 -environment-cd, -environment-directory, -environment-path
6919 and -environment-pwd to "Program Context".
6920 (GDB/MI Program Control): Rename to "Program Execution". Move
6921 -exec-arguments -exec-abort to...
6922 (GDB/MI Program Context): ...here. New node split from "Data
6923 Manipulation".
6924
6925 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
6926
6927 * gdb.texinfo (Remote configuration): Document set / show
6928 remote supported-packets.
6929 (General Query Packets): Document qSupported packet.
6930
6931 2006-06-10 Sandra Loosemore <sandra@codesourcery.com>
6932
6933 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
6934 and font markup.
6935 (Protocol basics): Likewise.
6936 (The F request packet): Likewise.
6937 (The F reply packet): Likewise.
6938 (Memory transfer): Move this node to be a subsubsection of
6939 "Protocol specific representation of datatypes".
6940 (The Ctrl-C message): More copy editing.
6941 (Console I/O): Likewise.
6942 (The isatty call): Delete this node, and merge its content into
6943 the "isatty" node. Fixed references elsewhere.
6944 (The system call): Delete this node, and merge its content into
6945 the "system" node. Fixed references elsewhere.
6946 (open): Reformat to use @table, and add appropriate font markup.
6947 (close): Likewise.
6948 (read): Likewise.
6949 (write): Likewise.
6950 (lseek): Likewise.
6951 (rename): Likewise.
6952 (unlink): Likewise.
6953 (stat/fstat): Likewise.
6954 (gettimeofday): Likewise.
6955 (isatty): Likewise.
6956 (system): Likewise, plus minor changes to fix confusing wording.
6957 (Integral datatypes): Fix font markup.
6958 (Pointer values): Likewise.
6959 (struct stat): Fix markup to use @table, plus minor copy editing.
6960 (struct timeval): Fix font markup, plus minor copy editing.
6961 (Constants): Minor copy editing.
6962 (Errno values): Add font markup.
6963 (File-I/O Examples): Likewise.
6964
6965 2006-06-10 Nick Roberts <nickrob@snap.net.nz>
6966
6967 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
6968 (GDB/MI Simple Examples): Move node up one level. Use real
6969 examples.
6970 (GDB/MI Compatibility with CLI): Update.
6971 (GDB/MI Result Records): Add "connected" and "exit" result
6972 classes.
6973 (GDB/MI Stream Records): Clarify target output.
6974 (GDB/MI Command Description Format): Modify example description.
6975 (GDB/MI Breakpoint Table Commands): Rename to...
6976 (GDB/MI Breakpoint Commands): ...this
6977 (GDB/MI Breakpoint Commands): Add optional thread field.
6978 (GDB/MI Program Control): Add an introduction. Move "Program
6979 termination" examples into exec-run description.
6980 (GDB/MI File Commands): Mention similar CLI commands.
6981 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
6982 is similar to "-gdb-version".
6983
6984 2006-06-09 Eli Zaretskii <eliz@gnu.org>
6985
6986 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
6987
6988 2006-06-02 Nick Roberts <nickrob@snap.net.nz>
6989
6990 * gdb.texinfo (GDB/MI Development and Front Ends): Use
6991 sourceware.org for mailing lists.
6992 (GDB/MI File Commands): New node split from Program Control.
6993
6994 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
6995
6996 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
6997
6998 2006-05-22 Eli Zaretskii <eliz@gnu.org>
6999
7000 * gdb.texinfo (Cygwin Native): Fix last change.
7001
7002 2006-05-22 Christopher Faylor <cgf@timesys.com>
7003
7004 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
7005
7006 2006-05-15 Nick Roberts <nickrob@snap.net.nz>
7007
7008 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
7009 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
7010
7011 2006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
7012
7013 * gdb.texinfo (General Query Packets): Recommend not starting
7014 new packets with qC and clarify.
7015
7016 2006-05-13 Gaius Mulley <gaius@glam.ac.uk>
7017
7018 * gdb.texinfo (M2 Types): New section.
7019
7020 2006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
7021
7022 * agentexpr.texi: Add a copyright and license notice.
7023 * observer.texi: Likewise, with GPL clause for function prototypes.
7024 Remove trailing whitespace.
7025
7026 2006-05-05 Jim Blandy <jimb@codesourcery.com>
7027
7028 * gdb.texinfo (General Query Packets): Document conventions for
7029 terminating packet names, and their violations.
7030
7031 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7032
7033 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
7034 * gdb.texinfo: Likewise.
7035
7036 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7037
7038 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
7039 and "show remotedebug".
7040 (Debugging Output): Add additional index entries.
7041
7042 2006-04-27 Michael Snyder <msnyder@redhat.com>
7043
7044 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
7045
7046 2006-04-22 Andrew Cagney <cagney@redhat.com>
7047
7048 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
7049 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
7050
7051 2006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
7052
7053 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
7054 and remove breakpoint prototypes.
7055 (Watchpoints): Move description of target_insert_hw_breakpoint and
7056 target_remove_hw_breakpoint ...
7057 (Breakpoints): ... to here. Document target_insert_breakpoint and
7058 target_remove_breakpoint.
7059
7060 2006-04-17 Jim Blandy <jimb@codesourcery.com>
7061
7062 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
7063 and C packets are optional.
7064
7065 2006-04-14 Frederic Riss <frederic.riss@st.com>
7066
7067 * gdb.texinfo (Specifying source directories): Update the description
7068 of the source file search to reflect the fact that the source path
7069 always contains at least $cdir and $cwd.
7070
7071 2006-03-31 Michael Snyder <msnyder@redhat.com>
7072
7073 * gdb.texinfo: Update copyright dates.
7074
7075 2006-03-31 Eli Zaretskii <eliz@gnu.org>
7076
7077 * gdb.texinfo (Overview): Add an index entry to "empty response".
7078
7079 2006-03-28 Jim Blandy <jimb@codesourcery.com>
7080
7081 * gdbint.texinfo (Prologue Analysis): New section.
7082
7083 2006-03-07 Jim Blandy <jimb@red-bean.com>
7084
7085 * gdb.texinfo (Connecting): Document 'target remote pipe'.
7086
7087 * gdb.texinfo (Target Commands): Update text describing how to
7088 specify a target. Refer to the detailed section on remote
7089 debugging, not the brief mention.
7090
7091 * gdb.texinfo (Connecting): Organize the different 'target remote'
7092 connection methods into a table. Add a 'target remote' index
7093 entry. (!!!)
7094
7095 2006-02-17 Fred Fish <fnf@specifix.com>
7096
7097 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
7098 'ptype' commands to reflect the fact that the only significant
7099 difference between them is that ptype prints the complete type
7100 description instead of just the name.
7101
7102 2006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
7103
7104 * gdbint.texinfo (Watchpoints): Delete
7105 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
7106
7107 2006-02-10 Nick Roberts <nickrob@snap.net.nz>
7108
7109 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
7110 times fields where needed. Fix typos. Update general form given
7111 for output of -break-insert.
7112 (GDB/MI): Abbreviate some unnecessarily long fullnames.
7113
7114 2006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
7115
7116 * gdbint.texinfo (Symbol Handling): Add a section
7117 on memory management.
7118
7119 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
7120
7121 * gdb.texinfo (Breakpoint table commands): Document the fullname
7122 field in -break-list output.
7123
7124 2006-02-03 Eli Zaretskii <eliz@gnu.org>
7125
7126 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
7127 debugging information produced by the various "set debug..."
7128 options.
7129
7130 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7131
7132 * gdb.texinfo (Files): Remove obsolete bits from the description
7133 of "symbol-file".
7134
7135 2006-01-25 Jim Blandy <jimb@redhat.com>
7136
7137 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
7138
7139 2006-01-24 Jim Blandy <jimb@redhat.com>
7140
7141 * gdbint.texinfo (Frames): Document the basics of GDB's register
7142 unwinding model, and explain the existence of the "sentinel" frame.
7143
7144 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
7145
7146 * gdb.texinfo (Choosing files): Mention that -directory is used
7147 for script files.
7148 (Specifying source directories): Likewise.
7149 (Command files): Explain how script files are found.
7150
7151 2006-01-21 Eli Zaretskii <eliz@gnu.org>
7152
7153 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
7154 the threads in a multi-threaded program.
7155 (Threads): The threadno argument of "thread apply" can be a range
7156 of numbers.
7157
7158 2006-01-18 Jim Blandy <jimb@redhat.com>
7159
7160 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
7161 of warning flags.
7162
7163 2006-01-13 Eli Zaretskii <eliz@gnu.org>
7164
7165 * gdb.texinfo (Sequences): Improve menu annotations.
7166 (Define): Add index entries for arguments of user-defined
7167 commands. Move the description of flow-control commands...
7168 (Command Files): ...to here. Document loop_break and
7169 loop_continue.
7170 (Define, Command Files): Document `end' and add index entries for
7171 it.
7172
7173 2006-01-04 Michael Snyder <msnyder@redhat.com>
7174
7175 * gdb.texinfo: Add documentation for linux-fork.
7176 * gdbint.texinfo: Add internal documentation for checkpoints.
7177
7178 2006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
7179
7180 * gdb.texinfo (Omissions from Ada): Document that there is now
7181 limited aggregate support.
7182
7183 2005-12-28 Eli Zaretskii <eliz@gnu.org>
7184
7185 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
7186 registers and the likes.
7187
7188 2005-12-24 Eli Zaretskii <eliz@gnu.org>
7189
7190 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
7191 (Symbols): Fix usage of "e.g.".
7192 (Memory Region Attributes): Fix usage of "etc."
7193
7194 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
7195 (Coding): Fix usage of "e.g.".
7196
7197 2005-12-23 Eli Zaretskii <eliz@gnu.org>
7198
7199 * stabs.texinfo:
7200 * refcard.tex:
7201 * gpl.texi:
7202 * gdbint.texinfo:
7203 * gdb.texinfo:
7204 * gdb-cfg.texi:
7205 * fdl.texi:
7206 * annotate.texinfo:
7207 * all-cfg.texi:
7208 * Makefile.in: Add (C) after Copyright. Update the FSF
7209 address.
7210
7211 2005-12-03 Eli Zaretskii <eliz@gnu.org>
7212
7213 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
7214 extend GDB with commands for external monitor.
7215
7216 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
7217
7218 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
7219
7220 2005-11-25 Joel Brobecker <brobecker@adacore.com>
7221
7222 * gdbint.texinfo (Start of New Year Procedure): New chapter.
7223
7224 2005-11-21 Jim Blandy <jimb@redhat.com>
7225
7226 * gdb.texinfo (Tracepoint Packets): Document restrictions on
7227 placement of 'R' actions in tracepoint action packets; document
7228 dependence of 'X' and 'M' actions on a preceding 'R' action for
7229 their registers.
7230
7231 2005-11-19 Jim Blandy <jimb@redhat.com>
7232
7233 * gdb.texinfo (Tracepoint Packets): New node.
7234 (General Query Packets): Add entries for the tracepoint packets,
7235 referring to the "Tracepoint Packets" node.
7236 (Tracepoints): Add reference to "Tracepoint Packets".
7237
7238 2005-11-18 Kevin Buettner <kevinb@redhat.com>
7239
7240 * gdb.texinfo (set remotebreak): Add anchor.
7241 (X packet): Likewise.
7242 (Remote Protocol): Add new section `Interrupts' and new index
7243 entry `interrupts (remote protocol)'.
7244
7245 2005-11-18 Jim Blandy <jimb@redhat.com>
7246
7247 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
7248 entries into the General Query Packets section. Add a
7249 cross-reference to that section. Drop description of replies, as
7250 these are covered in the descriptions of each packet.
7251 (General Query Packets): Add introductory text. Explain naming
7252 conventions, and how the end of a name is recognized.
7253
7254 2005-11-17 Kevin Buettner <kevinb@redhat.com>
7255
7256 * gdb.texinfo (Remote configuration): Fix typo in description of
7257 "set remotebreak" command.
7258
7259 2005-11-16 Jim Blandy <jimb@redhat.com>
7260
7261 * gdb.texinfo (Packets, Stop Reply Packets)
7262 (General Query Packets): Various formatting cleanups.
7263 - Use @samp for packet contents.
7264 - Drop summaries from packet @item lines; the same information appears
7265 immediately below in the description.
7266 - Delete paragraph breaks after packet @item commands, so that the
7267 description appears directly to the right of the packet prototype
7268 in the printed manual, if it fits.
7269 - Place spaces in packet prototypes between @vars and non-@var
7270 letters, and explain that they're just for formatting.
7271 - Use @dots{} instead of '...'.
7272 - Fix uses of @code where @var was needed.
7273 - Replace "deprecated" markers with English text spelling out the
7274 packet's status and the preferred alternatives.
7275 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
7276 what this ever meant.
7277 - Remove "(draft)" markers on 'i' packets; nobody has commented on
7278 this for a long time.
7279 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
7280 implemented several times, and have been in use for years.
7281
7282 2005-11-15 Jim Blandy <jimb@redhat.com>
7283
7284 * gdb.texinfo (Packets): Add index entries for 'm' packet
7285 disclaimers.
7286
7287 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
7288 of stub when processing an 'm' packet.
7289
7290 * gdb.texinfo (Packets): Mention that packets beginning with
7291 letters are reserved once, at the top, instead of actually listing
7292 them all and saying "reserved".
7293
7294 2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
7295
7296 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
7297 Change @var{$arg0 to @code{$arg0.
7298
7299 2005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
7300
7301 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
7302
7303 2005-11-12 Jim Blandy <jimb@redhat.com>
7304
7305 * gdb.texinfo (General Query Packets): Put packets in alphabetical
7306 order. Remove extraneous 'z'.
7307
7308 2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
7309
7310 * gdb.texinfo (Choosing files): Add --eval-command.
7311
7312 2005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
7313
7314 * gdb.texinfo (Choosing modes): Add --return-child-result.
7315
7316
7317 2005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
7318
7319 * gdb.texinfo (Choosing modes): Add --batch-silent.
7320
7321 2005-10-28 Eli Zaretskii <eliz@gnu.org>
7322
7323 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
7324 "The -var-update Command".
7325
7326 2005-10-03 Joel Brobecker <brobecker@adacore.com>
7327
7328 * gdb.texinfo (Print Settings): Add documentation for set/show
7329 print array-indexes.
7330
7331 2005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
7332
7333 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
7334 6.2 and 6.3.
7335
7336 2005-08-27 Eli Zaretskii <eliz@gnu.org>
7337
7338 * gdb.texinfo (File Options): Don't document --mapped, it's gone
7339 since 19-Jan-2004.
7340 (Files): Likewise.
7341 (Variables, Symbols): Document the "<incomplete type>" message and
7342 its reasons.
7343
7344 2005-08-01 Fred Fish <fnf@specifix.com>
7345
7346 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
7347
7348 2005-07-15 Nick Roberts <nickrob@snap.net.nz>
7349
7350 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
7351 option for -var-list-children and -var-update.
7352 (GDB/MI Stack Manipulation): Simplify description of
7353 print-values option for -stack-list-locals.
7354 (GDB/MI Command Description Format): Clarify.
7355 (Mode Options): Spelling of superseded.
7356
7357 2005-07-12 Bob Rossi <bob@brasko.net>
7358
7359 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
7360 corresponding GDB command comment.
7361
7362 2005-07-06 Bob Rossi <bob@brasko.net>
7363
7364 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
7365 and -inferior-tty-show.
7366 (Input/Output): Document "set/show inferior-tty" and tty alias.
7367
7368 2005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
7369
7370 * gdb.texinfo (Packets): Change description of 'D' packet to note
7371 that GDB does wait for a response.
7372
7373 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
7374
7375 * gdb.texinfo (History) Rename "Command History".
7376 (Command History): Move node "Server Prefix" from section on
7377 Annotations here.
7378
7379 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
7380
7381 * gdb.texinfo (GDB/MI Stack Manipulation):
7382 Re-instate -stack-info-frame with example. Say that it gets
7383 info on selected frame, not current frame.
7384
7385 2005-06-18 Eli Zaretskii <eliz@gnu.org>
7386
7387 * gdb.texinfo (Server): Clarify that `file' should be used before
7388 connecting to the server.
7389 (Files): Add an xref to the above description.
7390 (Output Formats): More detailed description of the `c' format.
7391 (Memory): List explicitly all the formats supported by `x'.
7392 (Threads): Add an @cindex entry for "thread apply".
7393 (Files): Document the possibility of loading unlinked object
7394 files. Add more indexing for solib-absolute-prefix and
7395 --with-sysroot.
7396 (Machine Code): Document possible problems with locations in
7397 shared libraries.
7398 (Backtrace): Document that free-standing environments do not need
7399 to have a `main' function.
7400
7401 2005-06-18 Nick Roberts <nickrob@snap.net.nz>
7402
7403 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
7404 -stack-info-frame.
7405
7406 2005-06-07 Andrew Cagney <cagney@gnu.org>
7407
7408 * gdb.texinfo (Contributors): Note the original multi-arch
7409 contributors.
7410
7411 2005-06-03 Eli Zaretskii <eliz@gnu.org>
7412
7413 * gdb.texinfo (Registers): Add index entries for the standard
7414 registers.
7415 (Frames): Add cross-reference from frame pointer description to
7416 the Registers node.
7417 (Annotations Overview): Fix the reference to GDB name.
7418
7419 2005-06-01 Eli Zaretskii <eliz@gnu.org>
7420
7421 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
7422 can-use-hw-watchpoints.
7423
7424 2005-05-28 Bob Rossi <bob@brasko.net>
7425
7426 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
7427 the possible reasons why an exec async record would be returned to FE.
7428
7429 2005-05-26 Andrew Cagney <cagney@gnu.org>
7430
7431 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
7432 Andrew Cagney implemented the original GDB/MI.
7433
7434 2005-05-23 Orjan Friberg <orjanf@axis.com>
7435
7436 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
7437 documentation. Add documentation for cris-mode.
7438
7439 2005-05-20 Eli Zaretskii <eliz@gnu.org>
7440
7441 * gdb.texinfo (Numbers): Explain the example and make the wording
7442 more acurate.
7443
7444 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
7445 Dennis Brueni <dennis@slickedit.com>
7446
7447 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
7448 (GDB/MI Data Manipulation, GDB/MI Program Control)
7449 (GDB/MI Stack Manipulation): Update examples to include the fullname
7450 attribute in stack frames.
7451
7452 2005-05-12 Eli Zaretskii <eliz@gnu.org>
7453
7454 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
7455 do with other non-standard names of init files.
7456
7457 2005-05-11 Eli Zaretskii <eliz@gnu.org>
7458
7459 * gdb.texinfo (Command Files): Move the description of the startup
7460 from here...
7461 (Startup): ...to this new subsection of the Invocation chapter.
7462 Rearrange the description of init files more logically and add a
7463 cross-reference to "Command Files". Document the special gdbinit
7464 name for CISCO 68k. Expand the description of what GDB does
7465 during startup.
7466 (History): Add index entry for HISTSIZE.
7467
7468 2005-05-02 Mark Kettenis <kettenis@gnu.org>
7469
7470 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
7471
7472 2005-05-02 Eli Zaretskii <eliz@gnu.org>
7473
7474 * gdb.texinfo (SVR4 Process Information, The isatty call)
7475 (The system call): Don't use foo(N) notation for man pages and
7476 functions.
7477 (Compilation, DJGPP Native): Improve wording.
7478
7479 2005-04-27 Eli Zaretskii <eliz@gnu.org>
7480
7481 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
7482 were optimized away.
7483
7484 2005-04-22 Eli Zaretskii <eliz@gnu.org>
7485
7486 * gdb.texinfo (Remote configuration): Document "set/show
7487 get-thread-local-storage-address". Add cross-reference to the
7488 description of the qGetTLSAddr packet.
7489 (General Query Packets): Mention "set remote
7490 get-thread-local-storage-address" and add a reference to its
7491 description.
7492
7493 2005-04-19 Nick Roberts <nickrob@snap.net.nz>
7494
7495 * gdb.texinfo (Backtrace): Describe 'bt full'.
7496
7497 2005-04-17 Nick Roberts <nickrob@snap.net.nz>
7498
7499 * gdb.texinfo (Mode Options): Fix typo.
7500 (GDB/MI): Describe how to invoke GDB/MI.
7501
7502 2005-04-16 Eli Zaretskii <eliz@gnu.org>
7503
7504 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
7505 references changed. Add description of "info udot".
7506 (Files): Document "set/show stop-on-solib-events".
7507 (M32R/D): Document "set/show download-path", "set/show
7508 board-address", "set/show server-address", "upload", "tload".
7509 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
7510 "use_mon_code", "use_ib_break", "use_dbt_break".
7511 (Maintenance Commands): Improve indexing.
7512 (Target Commands): Document "set/show hash", "set/show debug
7513 monitor".
7514 (SVR4 Process Information): Document "info pidlist" and "info
7515 meminfo". Document "set/show procfs-tarce" and "set/show
7516 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
7517 (Symbols, The Print Command with Objective-C): Improve indexing.
7518 (Objective-C): Add references to "info classes" and "info
7519 selectors".
7520 (Debugging Output): Improve wording. Document "set/show debug
7521 solib-frv". Fix "set/show debugvarobj".
7522 (Set Breaks): Add index entry for "hardware breakpoints".
7523 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
7524 and "set/show usehardbreakpoints".
7525 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
7526 monitor-prompt", "set/show monitor-warnings", "pmon".
7527 (ARM): Document "rdilogfile", "rdilogenable", "set/show
7528 rdiromatzero", "set/show rdiheartbeat".
7529 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
7530 "sds".
7531 (Embedded Processors): Document the "sim" command.
7532 (Remote): Document the "remote" command.
7533 (DJGPP Native): Document the "info serial" command.
7534 (Threads): Document "maint info sol-threads".
7535 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
7536 (Set Breaks): Improve indexing.
7537 (Command Syntax): Add a reference to dont-repeat.
7538 (Define): Document "dont-repeat".
7539 (TUI Commands): Document "tabset".
7540 (WinCE): New subsection. Document "set/show remotedirectory",
7541 "set/show remoteupload", "set/show remoteaddhost".
7542
7543 2005-04-15 Eli Zaretskii <eliz@gnu.org>
7544
7545 * gdb.texinfo (Hurd Native): New subsection, documents
7546 Hurd-specific commands.
7547 (Maintenance Commands): Add cross-reference to "Debugging Output".
7548 (Debugging Output): Document "set/show debug lin-lwp".
7549 (MIPS): Improve documentation of heuristic-fence-post. Document
7550 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
7551 mips stack-arg-size", "set/show mips mask-address", "set/show mips
7552 remote-mips64-transfers-32bit-regs", "set/show debug mips".
7553 (ARM): Document ARM-specific commands.
7554 (AVR): New section. Document "info io_registers".
7555 (CRIS): New section. Document "set/show cris-version" and
7556 "set/show cris-dwarf2-cfi".
7557 (HPPA): New section. Document "set/show debug hppa" and "maint
7558 print unwind".
7559 (Neutrino): New subsection. Document "set/show debug nto-debug".
7560 (Super-H): New section. Document the "regs" command.
7561 (Debugging Output): Document "set/show debug aix-thread".
7562
7563 2005-04-09 Eli Zaretskii <eliz@gnu.org>
7564
7565 * gdb.texinfo (Print Settings): Document "set/show print
7566 pascal_static-members", "set print repeats", "show print
7567 null-stop". Improve indexing. Fix documentation of "set print
7568 union".
7569 (Pascal): New section.
7570 (Supported languages): Rename from "Support"; all references
7571 updated. Add a menu item for Pascal.
7572 (Numbers): Document "set radix.
7573 (Screen Size): Document "set/show pagination".
7574 (MIPS Embedded): Remove "set processor" documentation.
7575 (Remote configuration): Document "set/show X/P/Z-packet",
7576 "set/show read-aux-vector-packet", "set/show remote
7577 symbol-lookup-packet", "set/show remote verbose-resume-packet",
7578 "set/show remoteaddresssize", "set/show remotebaud", "set/show
7579 remotedebug", "set/show remotebreak", "set/show remotedevice",
7580 "set/show remotelogfile".
7581 (Auxiliary Vector): Add reference to the description of the
7582 read-aux-vector-packet setting.
7583 (Set Watchpoints): Add a cross-reference to "set remote
7584 hardware-breakpoint-limit".
7585 (General Query Packets): Add indexing of requests and
7586 cross-references to related commands in "Remote configuration".
7587 (File-I/O Overview, The system call): Fix wording and typos.
7588 (Thread Stops): Add index entries.
7589 (Continuing and Stepping): Document "show step-mode".
7590 (i386): New node. Document "set/show struct-convention".
7591 (Files): Document "show trust-readonly-sections".
7592 (Calling): Document "set/show unwindonsignal".
7593 (Messages/Warnings): Add index entries.
7594 (Maintenance Commands): Document "set/show watchdog".
7595 (Annotations Overview): Document "show annotate".
7596 (Set Watchpoints): Add index entries.
7597 (Symbols): Fix doc of case-sensitive.
7598 (ABI): Document "show coerce-float-to-double".
7599 (Convenience Vars, Help): Improve indexing.
7600 (Machine Code): Document "show disassembly-flavor".
7601 (Debugging C plus plus): Document "show overload-resolution".
7602 (Value History, Signaling): Add index entries.
7603
7604 2005-04-08 Eli Zaretskii <eliz@gnu.org>
7605
7606 * gdb.texinfo (Show): Move @kindex entries to their proper places.
7607 (Processes): Fix wording.
7608 (History, List, Logging output, Define, Symbols, Print Settings):
7609 Improve indexing.
7610
7611 2005-04-03 Eli Zaretskii <eliz@gnu.org>
7612
7613 * gdb.texinfo (Targets): Document "set/show architecture". Remove
7614 redundant index entry for "target" command.
7615 (Backtrace): Add index entries.
7616 (Symbols, Fortran): Document the "set case-sensitive" command.
7617 (DJGPP Native): Document "set com1base", "set com1irq", etc.
7618 (Print Settings): Add index entry for "set demangle-style".
7619 (Target Commands): Document "set download-write-size".
7620 (Debugging Output): Document "set exec-done-display".
7621
7622 2005-04-02 Eli Zaretskii <eliz@gnu.org>
7623
7624 * gdb.texinfo (Files): Fix the name and documentation of
7625 add-shared-symbol-files. Document its alias assf. Update the
7626 list of OSs where GDB supports shared libraries. Fix markup.
7627 (Continuing and Stepping): Add reference to @var{location} in the
7628 text.
7629 (Dump/Restore Files): Fix reference to @{filename}.
7630 (Help): Fix wording.
7631 (Attach): Ditto.
7632 (Set Watchpoints): Ditto.
7633 (Backtrace): Remove redundant index entries. Improve index
7634 entries.
7635 (Delete Breaks): Fix wording.
7636 (Memory): Document the compare-sections command.
7637 (Memory Region Attributes): Improve wording.
7638 (Disabling): Improve wording.
7639 (Fortran): New subsection. Document the "info common" command.
7640 (Help): Document aliases "info copying" and "info warranty".
7641 (Caching Remote Data): New section. Document the "set/show
7642 remotecache" and "info dcache" commands.
7643 (Show): Fix wording of the documentation of the "set
7644 extension-language" command.
7645 (Signals): Add index entry for "info handle".
7646 (Memory Region Attributes): Fix punctuation.
7647 (Symbols): Change the arg name to "location" and refer to it in
7648 the text. Fix wording of "info types" doc.
7649 (Threads): Fix usage of @enumerate @item's.
7650 (Listing Tracepoints): Add index entry for "info tp".
7651 (Set Watchpoints): Add xref to "info break" description.
7652 (Macros): Add an index entry for "macro exp1". Document the
7653 "macro list" command.
7654 (Maintenance Commands): Document "flushregs", "maint agent",
7655 "maint check-symtabs", "maint cplus", "maint demangle", "maint
7656 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
7657 "maint print architecture", "maint print objfiles", "maint print
7658 statistics", "maint print type", "maint show-debug-regs", "maint
7659 space", "maint time", and "maint translate-address".
7660 (Connecting): Document the "monitor" command.
7661 (Annotations Overview): Describe the "set annotate" command.
7662
7663 2005-04-01 Eli Zaretskii <eliz@gnu.org>
7664
7665 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
7666 Rearrange index entries and improve wording about support for
7667 hardware watchpoints.
7668
7669 2005-03-10 Bob Rossi <bob@brasko.net>
7670
7671 * gdb.texinfo: Update copyright
7672
7673 2005-02-09 Theodore A. Roth <troth@openavr.org>
7674
7675 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
7676 error.
7677
7678 2005-02-03 Kevin Buettner <kevinb@redhat.com>
7679
7680 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
7681
7682 2005-01-17 Michael Snyder <msnyder@redhat.com>
7683
7684 * gdb.texinfo: Fix spelling, infinte -> infinite.
7685
7686 2005-01-08 Mark Kettenis <kettenis@gnu.org>
7687
7688 * observer.texi (GDB Observers): Document "solib_loaded".
7689
7690 2005-01-07 Andrew Cagney <cagney@gnu.org>
7691
7692 * configure.ac: Rename configure.in, require autoconf 2.59.
7693 * configure: Re-generate.
7694
7695 * configure.in: Replace configdirs with multiple references to
7696 AC_CONFIG_SUBDIRS.
7697 * configure: Re-generate.
7698
7699 2005-01-04 Andrew Cagney <cagney@gnu.org>
7700
7701 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
7702 part of the version number.
7703
7704 2004-12-24 Mark Kettenis <kettenis@gnu.org>
7705
7706 * gdbint.texinfo (Algorithms): Remove description of
7707 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
7708
7709 2004-12-07 Jim Blandy <jimb@redhat.com>
7710
7711 * gdb.texinfo (General Query Packets): Specify that thread ID's in
7712 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
7713 numbers.
7714
7715 2004-12-07 Andreas Schwab <schwab@suse.de>
7716
7717 * gdb.texinfo (Mode Options): Document -l option.
7718
7719 2004-12-04 Eli Zaretskii <eliz@gnu.org>
7720
7721 * gdbint.texinfo (Algorithms): More accurate description of
7722 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
7723 is not needed unless data-read and data-access watchpoints are
7724 supported. Add a description of how GDB checks whether the
7725 inferior stopped because a watchpoint was hit.
7726
7727 2004-11-23 Eli Zaretskii <eliz@gnu.org>
7728
7729 * gdb.texinfo (Files): Add cross-reference to description of
7730 -readnow command-line switch.
7731
7732 2004-11-10 Randolph Chung <tausq@debian.org>
7733
7734 * gdb.texinfo: Document set/show backtrace past-entry commands.
7735 Rearrange index entries for set/show backtrace past-main.
7736
7737 2004-11-10 Jon Beniston <jon@beniston.com>
7738
7739 Committed by Andrew Cagney <cagney@gnu.org>.
7740 * gdb.texinfo (Remote Serial Protocol): Further describe
7741 binary transfer escaping mechanism .
7742
7743 2004-11-08 Randolph Chung <tausq@debian.org>
7744
7745 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
7746 and "show debug infrun". Add index entries.
7747
7748 2004-10-23 Eli Zaretskii <eliz@gnu.org>
7749
7750 * gdb.texinfo (SVR4 Process Information): Document subcommands of
7751 "info proc" that are already implemented. Add index entries.
7752 (Working Directory): Add a cross-reference to "info proc" command.
7753 (Files): Add a tip for decreasing memory used for symtabs from
7754 shared libraries.
7755 (Starting): Fix whitespace; make "elaboration" stand out where it
7756 is first used, and add an index entry for the term.
7757 (Calling): Expand and elaborate text. Add "print". Add the
7758 description of problems with weak aliases.
7759 (Core File Generation): New section.
7760
7761 2004-10-12 Andrew Cagney <cagney@gnu.org>
7762
7763 * gdbint.texinfo (Versions and Branches): New chapter.
7764 (Releasing GDB): Delete "Versions and Branches" section.
7765 (Top): Add "Versions and Branches".
7766
7767 2004-10-08 Eli Zaretskii <eliz@gnu.org>
7768
7769 * gdb.texinfo (Editing, History): Add cross-references to the
7770 included Readline and History user documentation. Remove
7771 references to the symbol have-readline-appendices which is unused
7772 and undefined.
7773 (History): Fix indexing.
7774
7775 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
7776
7777 * gdbint.texinfo (target_stopped_data_address): Update to
7778 new prototype.
7779 (i386_stopped_data_address): Update prototype and description.
7780 (i386_stopped_by_watchpoint): New function and description.
7781
7782 2004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
7783
7784 * gdb.texinfo (Filenames): Add Ada suffixes.
7785 (Ada) New section.
7786
7787 2004-09-27 Andrew Cagney <cagney@gnu.org>
7788 Robert Picco <Robert.Picco@hp.com>
7789
7790 * gdb.texinfo (Packets): Document the "p" packet.
7791
7792 2004-09-21 Jason Molenda (jmolenda@apple.com)
7793
7794 * gdb.texinfo (Paths and Names of the Source Files): Document the
7795 meaning of values in the 'desc' field of a SO stab.
7796
7797 2004-09-20 Daniel Jacobowitz <dan@debian.org>
7798
7799 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
7800 max-cache-age" and "maint show dwarf2 max-cache-age".
7801
7802 2004-09-16 Eli Zaretskii <eliz@gnu.org>
7803
7804 * gdb.texinfo (Set Breaks): Add index entry for setting
7805 breakpoints on overloaded C++ functions that are not members of
7806 any classes. Add an example and an index entry for setting
7807 breakpoints on all program functions.
7808 (Character Sets, Macros, Overlay Commands)
7809 (Non-debug DLL symbols, GDB/MI Output Syntax)
7810 (Annotations Overview, Maintenance Commands, File-I/O Overview):
7811 Use "(@value{GDBP})" instead of a literal "(gdb)".
7812
7813 2004-09-12 Andrew Cagney <cagney@gnu.org>
7814
7815 * gdbint.texinfo (Native Debugging): Delete description of
7816 FILES_INFO_HOOK.
7817
7818 2004-09-11 Paul Hilfinger <hilfinger@gnat.com>
7819
7820 * gdbint.texinfo (User Interface): Change local_hex_string_custom
7821 to hex_string_custom (not historically correct, but more
7822 understandable, given the current code).
7823
7824 2004-09-03 Andrew Cagney <cagney@gnu.org>
7825
7826 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
7827
7828 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
7829
7830 * observer.texi (solib_unloaded): New observer.
7831
7832 2004-08-24 Andrew Cagney <cagney@gnu.org>
7833
7834 * gdbint.texinfo (Target Architecture Definition): Add missing
7835 comma.
7836
7837 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
7838
7839 * (Using the Testsuite): build != host is supported,
7840 but some test scripts do not support build != host.
7841
7842 2004-08-14 Mark Kettenis <kettenis@gnu.org>
7843
7844 * gdbint.texinfo (Host Definition): Delete description of
7845 FCLOSE_PROVIDED and GETENV_PROVIDED.
7846
7847 2004-08-05 Mark Kettenis <kettenis@chello.nl>
7848
7849 * gdbint.texinfo (Host Definition): Delete description of
7850 NO_SYS_FILE.
7851 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
7852 PTRACE_FP_BUG.
7853
7854 2004-08-05 Andrew Cagney <cagney@gnu.org>
7855
7856 * gdbint.texinfo (Target Architecture Definition): Delete
7857 reference to deprecated_read_fp.
7858
7859 2004-08-02 Andrew Cagney <cagney@gnu.org>
7860
7861 * gdbint.texinfo (Target Architecture Definition): Delete
7862 description of DEPRECATED_REGISTER_BYTES.
7863
7864 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
7865
7866 * gdb.texinfo (Source Path): Document the new behavior of
7867 searching for the source files.
7868
7869 2004-07-17 Eli Zaretskii <eliz@gnu.org>
7870
7871 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
7872 (Search, Expressions, Arrays, Variables, Data, Machine Code)
7873 (Auto Display): Improve indexing.
7874
7875 2004-07-16 Andrew Cagney <cagney@gnu.org>
7876
7877 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
7878 "-noasync".
7879
7880 2004-07-09 Eli Zaretskii <eliz@gnu.org>
7881
7882 * gdb.texinfo: Fix @kindex entries so that multiple commands that
7883 have the same prefix have only their prefix in the index.
7884
7885 2004-07-03 Mark Kettenis <kettenis@gnu.org>
7886
7887 * gdb.texinfo (BSD libkvm Interface): New node (section)
7888 (Native): Add it to the menu.
7889
7890 2004-07-01 Mark Kettenis <kettenis@gnu.org>
7891
7892 * gdbint.texinfo (Target Architecture Definition): Remove
7893 PCC_SOL_BROKEN.
7894
7895 2004-06-24 Mark Kettenis <kettenis@gnu.org>
7896
7897 * gdbint.texinfo (Target Architecture Definition): Remove
7898 SUN_FIXED_LBRAC_BUG.
7899
7900 2004-06-26 Andrew Cagney <cagney@gnu.org>
7901
7902 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
7903
7904 2004-06-20 Andrew Cagney <cagney@gnu.org>
7905
7906 * gdbint.texinfo (Target Architecture Definition): Deprecate
7907 USE_STRUCT_CONVENTION.
7908
7909 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
7910
7911 gdb.texinfo (Bug Reporting): Mention session recording,
7912 with the script command or Emacs.
7913
7914 2004-06-18 Andrew Cagney <cagney@gnu.org>
7915
7916 * gdbint.texinfo (Target Architecture Definition): Deprecate
7917 FUNCTION_START_OFFSET.
7918
7919 2004-06-14 Andrew Cagney <cagney@gnu.org>
7920
7921 Based on changes from Karl Berry.
7922 * gdb.texinfo: Do not use @sc in a direntry.
7923 * stabs.texinfo: Change @dircateogry to "Software development".
7924 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
7925
7926 2004-06-13 Andrew Cagney <cagney@gnu.org>
7927
7928 * gdbint.texinfo (Target Architecture Definition): Delete
7929 description of RETURN_VALUE_ON_STACK.
7930
7931 2004-06-09 Andrew Cagney <cagney@gnu.org>
7932
7933 * gdbint.texinfo (Native Debugging): Restore "@table @code"
7934 deleted by previous patch.
7935
7936 2004-06-08 Andrew Cagney <cagney@gnu.org>
7937
7938 * gdbint.texinfo (Native Debugging): Delete documentation on
7939 ATTACH_DETACH.
7940
7941 2004-06-06 Randolph Chung <tausq@debian.org>
7942
7943 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
7944
7945 2004-06-06 Randolph Chung <tausq@debian.org>
7946
7947 * gdb.texinfo (push_dummy_call): Update argument list to match
7948 the new push_dummy_call method signature. Describe the function
7949 argument.
7950
7951 2004-05-24 Joel Brobecker <brobecker@gnat.com>
7952
7953 * gdb.texinfo (Starting): Document new start command.
7954
7955 2004-05-21 Andrew Cagney <cagney@redhat.com>
7956
7957 * observer.texi (GDB Observers): Document "inferior_created".
7958
7959 2004-05-08 Andrew Cagney <cagney@redhat.com>
7960
7961 * gdbint.texinfo (Target Architecture Definition): Delete
7962 description of DO_DEFERRED_STORES.
7963
7964 * gdbint.texinfo (Target Architecture Definition): Delete
7965 references to DEPRECATED_FIX_CALL_DUMMY.
7966
7967 * gdbint.texinfo (Target Architecture Definition): Delete
7968 description of DEPRECATED_CALL_DUMMY_WORDS,
7969 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
7970
7971 * gdbint.texinfo (Target Architecture Definition): Delete
7972 description of DEPRECATED_PUSH_DUMMY_FRAME.
7973
7974 * gdbint.texinfo (Target Architecture Definition): Delete
7975 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
7976
7977 2004-05-07 Andrew Cagney <cagney@redhat.com>
7978
7979 * observer.texi (GDB Observers): Add "Debugging" section. Include
7980 cross reference to "set/show debug observer".
7981 * gdb.texinfo (Debugging Output): Document "set/show debug
7982 observer".
7983
7984 2004-05-01 Andrew Cagney <cagney@redhat.com>
7985
7986 * gdbint.texinfo (Target Architecture Definition): Delete
7987 description of DEPRECATED_PC_IN_SIGTRAMP.
7988
7989 2004-04-30 Andrew Cagney <cagney@redhat.com>
7990
7991 * gdbint.texinfo (Target Architecture Definition): Delete
7992 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
7993
7994 2004-04-30 Orjan Friberg <orjanf@axis.com>
7995
7996 * observer.texi (GDB Observers): Correct spelling.
7997
7998 2004-04-26 Orjan Friberg <orjanf@axis.com>
7999
8000 * observer.texi (GDB Observers): Add target_changed event.
8001
8002 2004-04-08 Andrew Cagney <cagney@redhat.com>
8003
8004 * observer.texi (GDB Observers): Rework, provide generic observer
8005 definitions and then a list of observable events.
8006
8007 2004-04-04 Andrew Cagney <cagney@redhat.com>
8008
8009 * gdbint.texinfo (Host Definition): Delete reference to
8010 NO_SIGINTERRUPT.
8011
8012 2004-04-02 Andrew Cagney <cagney@redhat.com>
8013
8014 * gdbint.texinfo (Target Architecture Definition): Delete
8015 reference to DEPRECATED_CALL_DUMMY_LENGTH.
8016
8017 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
8018
8019 * gdb.texinfo (TUI Commands): Document tui reg commands.
8020
8021 2004-03-26 Andrew Cagney <cagney@redhat.com>
8022
8023 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
8024 "gdbtui".
8025 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
8026 (Contributors): Mention both Text and Terminal User Interface.
8027
8028 2004-03-23 Andrew Cagney <cagney@redhat.com>
8029
8030 * gdbint.texinfo (Target Architecture Definition): Deprecate
8031 references to SIGTRAMP_START and SIGTRAMP_END.
8032
8033 2004-03-23 Andrew Cagney <cagney@redhat.com>
8034
8035 * gdbint.texinfo (Target Architecture Definition): Deprecate
8036 references to PC_IN_SIGTRAMP.
8037
8038 2004-03-19 Andrew Cagney <cagney@redhat.com>
8039
8040 * gdbint.texinfo (Target Architecture Definition): Delete
8041 reference to GDB_TARGET_IS_HPPA.
8042
8043 2004-03-18 Andrew Cagney <cagney@redhat.com>
8044
8045 * gdbint.texinfo (Coding): Update section on gdbarch_data,
8046 describe pre_init and post_init.
8047
8048 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8049
8050 * gdb.texinfo (Debugging Output): Document values for "set debug
8051 target".
8052
8053 2004-02-28 Andrew Cagney <cagney@redhat.com>
8054
8055 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
8056
8057 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8058
8059 * gdb.texinfo (breakpoints): Add information about the
8060 new "set breakpoint pending" and "show breakpoint pending"
8061 commands.
8062
8063 2004-02-26 Andrew Cagney <cagney@redhat.com>
8064
8065 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
8066 in Per-architecture module data section.
8067
8068 2004-02-25 Roland McGrath <roland@redhat.com>
8069
8070 * gdb.texinfo (General Query Packets): Document qPart:... packets.
8071
8072 2004-02-24 Andrew Cagney <cagney@redhat.com>
8073
8074 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
8075 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
8076 * fdl.texi: Import Version 1.2, November 2002.
8077
8078 2004-02-17 Andrew Cagney <cagney@redhat.com>
8079
8080 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
8081
8082 2004-02-16 Andrew Cagney <cagney@redhat.com>
8083
8084 * gdbint.texinfo (Target Architecture Definition): Deprecate
8085 FRAMELESS_FUNCTION_INVOCATION.
8086
8087 2004-02-16 Andrew Cagney <cagney@redhat.com>
8088
8089 * gdbint.texinfo (Coding): Mention -Wunused-function.
8090
8091 2004-02-14 Andrew Cagney <cagney@redhat.com>
8092
8093 * gdbint.texinfo (Target Architecture Definition): Delete
8094 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8095
8096 2004-02-12 Elena Zannoni <ezannoni@redhat.com>
8097
8098 * gdb.texinfo: Properly quote the name "C++".
8099 * gdbint.texinfo: Ditto.
8100 * stabs.texinfo: Ditto.
8101
8102 2004-02-11 Elena Zannoni <ezannoni@redhat.com>
8103
8104 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
8105 minimal information about libiberty.
8106
8107 2004-02-06 Michael Chastain <mec.gnu@mindspring.com>
8108
8109 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
8110
8111 2004-02-04 Roland McGrath <roland@redhat.com>
8112
8113 * gdb.texinfo (Auxiliary Vector): New node (section).
8114 (Data): Add it to the menu.
8115
8116 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
8117
8118 * gdb.texinfo (Breakpoints): Add information about pending
8119 breakpoint support.
8120
8121 2004-01-26 Andrew Cagney <cagney@redhat.com>
8122
8123 * gdb.texinfo (Overview): Delete references to the cisco protocol
8124 including the "N" response.
8125
8126 2004-01-26 Andrew Cagney <cagney@redhat.com>
8127
8128 * gdbint.texinfo (Target Architecture Definition): Rename
8129 EXTRACT_STRUCT_VALUE_ADDRESS to
8130 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
8131
8132 2004-01-24 Eli Zaretskii <eliz@gnu.org>
8133
8134 * gdb.texinfo (KOD): Document "show os". Add index entries for
8135 "set/show os" and "info cisco" commands.
8136
8137 2004-01-21 Eli Zaretskii <eliz@gnu.org>
8138
8139 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
8140
8141 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
8142
8143 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
8144 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
8145
8146 2004-01-19 Nick Roberts <nick@nick.uklinux.net>
8147
8148 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
8149 -stack-list-locals.
8150 (GDB/MI Variable Objects): Describe extension to
8151 -var-list-children.
8152
8153 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
8154
8155 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
8156
8157 2004-01-17 Andrew Cagney <cagney@redhat.com>
8158
8159 * gdbint.texinfo (Target Architecture Definition): Delete
8160 documentation on DEPRECATED_NPC_REGNUM.
8161
8162 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
8163
8164 * gdb.texinfo: Update copyright year. Mention that set
8165 follow-fork-mode is supported on GNU/Linux. Remove documentation of
8166 "set follow-fork-mode ask".
8167
8168 2004-01-13 Andrew Cagney <cagney@redhat.com>
8169
8170 * gdbint.texinfo: Update copyright year.
8171 (Coding): Add -Wunused-label to list of -Werror warnings.
8172
8173 2004-01-08 Jason Molenda <jmolenda@apple.com>
8174 Eli Zaretskii <eliz@gnu.org>
8175
8176 * gdb.texinfo: Update copyright.
8177 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
8178 around names, as appropriate. Minor syntax cleanup of
8179 _NSPrintForDebugger explanation. Two spaces after periods.
8180 GDBN used instead of lit. "gdb". Index entries added for
8181 print-object and _NSPrintForDebugger. @noindent added in one spot.
8182
8183 2003-11-11 Elena Zannoni <ezannoni@redhat.com>
8184
8185 * stabs.texinfo: Add dircategory and direntry commands.
8186 * annotate.texinfo: Ditto.
8187
8188 2003-11-10 Andrew Cagney <cagney@redhat.com>
8189
8190 * gdbint.texinfo (Target Architecture Definition): Replace the
8191 return_value method's "inval" and "outval" parameters with
8192 "readbuf" and "writebuf".
8193
8194 2003-10-28 Jim Blandy <jimb@redhat.com>
8195
8196 * gdb.texinfo (The F request packet, The F reply packet): Renamed
8197 from "The `F' request packet" and "The `F' reply packet", to make
8198 texi2dvi happy.
8199 (File-I/O remote protocol extension): Update menu entries, too.
8200
8201 2003-10-26 Michael Chastain <mec@shout.net>
8202
8203 * gdb.texinfo (Thread Stops): Document the issue with
8204 premature return from system calls in multi-threaded programs.
8205
8206 2003-10-24 Andrew Cagney <cagney@redhat.com>
8207
8208 * annotate.texinfo: Fix "fortunatly"[sic].
8209
8210 2003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
8211
8212 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
8213 with "Hitachi" and "Mitsubishi".
8214
8215 2003-10-20 Andrew Cagney <cagney@redhat.com>
8216
8217 * gdbint.texinfo (Target Architecture Definition): Document
8218 gdbarch_return_value. Add cross references from
8219 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
8220 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
8221
8222 2003-10-18 Mark Kettenis <kettenis@gnu.org>
8223
8224 * gdbint.texinfo (Target Architecture Definition): Document
8225 regset_from_core_section.
8226
8227 2003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
8228
8229 * gdb.texinfo (M32R/D): Mention m32rsdi target.
8230
8231 2003-10-15 Kevin Buettner <kevinb@redhat.com>
8232
8233 From Anthony Green <green@redhat.com>:
8234 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
8235
8236 2003-10-14 Kevin Buettner <kevinb@redhat.com>
8237
8238 * gdb.texinfo (Breakpoint related warnings): New node.
8239 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
8240
8241 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
8242
8243 * gdb.texinfo (Remote Protocol): Document v and vCont.
8244
8245 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8246
8247 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
8248 * gdbint.texinfo: Ditto.
8249
8250 2003-10-09 Andrew Cagney <cagney@redhat.com>
8251
8252 From 2003-09-18 David Anderson <davea@sgi.com>:
8253 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
8254 "command".
8255
8256 2003-10-03 Andrew Cagney <cagney@redhat.com>
8257
8258 * gdbint.texinfo (Target Architecture Definition): Deprecate
8259 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
8260 just target.
8261
8262 2003-10-02 Andrew Cagney <cagney@redhat.com>
8263
8264 * gdbint.texinfo (Target Architecture Definition): Rename
8265 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
8266 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
8267 * gdbint.texinfo (Target Architecture Definition): Rename
8268
8269 2003-09-30 Andrew Cagney <cagney@redhat.com>
8270
8271 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
8272 (Target Architecture Definition):
8273
8274 * gdbint.texinfo (Target Architecture Definition): Rename
8275 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
8276
8277 2003-09-29 Andrew Cagney <cagney@redhat.com>
8278
8279 * gdbint.texinfo (Target Architecture Definition): Delete
8280 documentation for NEED_TEXT_START_END.
8281
8282 * gdbint.texinfo (Target Architecture Definition): Rename
8283 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
8284 TARGET_WRITE_PC.
8285
8286 2003-09-22 Michael Chastain <mec@shout.net>
8287
8288 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
8289
8290 2003-09-21 Anthony Green <green@redhat.com>
8291
8292 * gdbint.texinfo (Target Architecture Definition): Fix typos.
8293
8294 2003-09-21 Mark Kettenis <kettenis@gnu.org>
8295
8296 * gdbint.texinfo (Target Architecture Definition): Document
8297 stabs_argument_has_addr.
8298
8299 2003-09-18 Andrew Cagney <cagney@redhat.com>
8300
8301 * gdbint.texinfo (Target Architecture Definition): Delete
8302 documentation on REGISTER_NAMES.
8303
8304 2003-09-13 Mark Kettenis <kettenis@gnu.org>
8305
8306 * gdbint.texinfo (Target Architecture Definition): Replace
8307 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
8308
8309 2003-09-11 Andrew Cagney <cagney@redhat.com>
8310
8311 * gdbint.texinfo (Target Architecture Definition): Replace
8312 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
8313
8314 2003-08-18 Andrew Cagney <cagney@redhat.com>
8315
8316 * gdbint.texinfo (Target Architecture Definition): Document
8317 "frame_red_zone_size".
8318
8319 2003-08-09 Andrew Cagney <cagney@redhat.com>
8320
8321 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
8322 with "set/show backtrace past-main" and "set/show backtrace
8323 limit".
8324
8325 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
8326
8327 * Makefile.in (install-info): Support DESTDIR.
8328 (install-html): Likewise.
8329
8330 2003-08-07 Andrew Cagney <cagney@redhat.com>
8331
8332 Patch from Nick Roberts.
8333 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
8334 bindings. Remove description of send-gdb-command.
8335
8336 2003-08-07 Andrew Cagney <cagney@redhat.com>
8337
8338 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
8339 GDB 6.0.
8340
8341 2003-08-06 Andrew Cagney <cagney@redhat.com>
8342
8343 * gdb.texinfo (Mode Options): Mention that level three is the
8344 highest available and that level 2 is deprecated.
8345 (Annotations Overview): Mention annotation levels. Cross reference
8346 to "Limitations of the Annotation Interface" in annotate.texi.
8347 (TODO, Value Annotations, Frame Annotations): Delete section.
8348 (Displays, Breakpoint Info): Delete.
8349
8350 2003-08-04 Andrew Cagney <cagney@redhat.com>
8351
8352 * agentexpr.texi: Delete @bye.
8353 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
8354 (stabs.info): Add $(srcdir) to include search path.
8355 (html): Depend on "annotate_toc.html", and not "annotate.html".
8356 * stabs.texinfo: Ditto. Include "fdl.texi".
8357 * gdbint.texinfo: Update copyright statement's list of invariant
8358 sections.
8359
8360 2003-07-28 Andrew Cagney <cagney@redhat.com>
8361
8362 * Makefile.in (INFO_DEPS): Add annotate.info.
8363 (dvi, ps, html, pdf): Add annotate.
8364 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
8365 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
8366 (ANNOTATE_DOC_FILES): New macro.
8367 (ANNOTATE_TEX_TMPS): New macro.
8368 (annotate.info, annotate_toc.html): Specify dependencies.
8369 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
8370 * annotate.texinfo: Rename annotate.texi. Get building. Add
8371 "Migrating to GDB/MI" and "Limitations of the Annotation
8372 Interface" chapters. Mention why it is not part of the user
8373 guide. Update copyright notice. Include "fdl.texi".
8374
8375 2003-07-26 Stephane Carrez <stcarrez@nerim.fr>
8376
8377 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
8378
8379 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
8380
8381 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
8382
8383 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
8384
8385 * gdb.texinfo (Server): Mention pidof.
8386
8387 2003-07-22 Andrew Cagney <cagney@redhat.com>
8388
8389 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
8390 list.
8391
8392 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
8393
8394 * gdb.texinfo (Logging output): New chapter.
8395
8396 2003-06-24 Joel Brobecker <brobecker@gnat.com>
8397
8398 * gdb.texinfo (Unsupported languages): New section.
8399 (Languages): Add link to new section.
8400
8401 2003-06-22 Andrew Cagney <cagney@redhat.com>
8402
8403 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
8404
8405 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
8406
8407 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
8408
8409 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
8410
8411 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
8412 * agentexpr.texi: Retitle section, and change it to an appendix.
8413 Comment out texinfo initialization. Factor a @var{} into two
8414 pieces to prevent makeinfo warnings.
8415 * gdb.texinfo: Add Agent Expressions appendix.
8416
8417 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
8418
8419 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
8420
8421 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
8422
8423 * gdb.texinfo (Remote Debugging): New section "Connecting to a
8424 remote target". Document the "detach" and "disconnect" commands.
8425 (Server, Netware, Debug Session): Reference "Connecting to a
8426 remote target".
8427 (GDB/MI Target Manipulation): Document "-target-disconnect".
8428
8429 2003-06-13 Andrew Cagney <cagney@redhat.com>
8430
8431 * gdbint.texinfo (Target Architecture Definition): Deprecate
8432 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
8433 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
8434
8435 2003-06-09 Jim Blandy <jimb@redhat.com>
8436
8437 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
8438
8439 2003-06-08 Andrew Cagney <cagney@redhat.com>
8440
8441 * gdbint.texinfo (Target Architecture Definition): Delete
8442 documentation on FRAME_ARGS_ADDRESS_CORRECT.
8443
8444 2003-06-08 Andrew Cagney <cagney@redhat.com>
8445
8446 * gdbint.texinfo (Target Architecture Definition): Document
8447 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
8448
8449 2003-06-07 Adam Fedor <fedor@gnu.org>
8450
8451 * gdb.texinfo: Add Objective-C documentation.
8452
8453 2003-06-01 Andrew Cagney <cagney@redhat.com>
8454
8455 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
8456 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
8457
8458 2003-05-21 Andrew Cagney <cagney@redhat.com>
8459
8460 * gdbint.texinfo (Target Architecture Definition): Delete
8461 references to "extract_address" and "store_address".
8462
8463 2003-05-16 Andrew Cagney <cagney@redhat.com>
8464
8465 * gdbint.texinfo (Target Architecture Definition): Replace
8466 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
8467 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
8468
8469 2003-05-14 Theodore A. Roth <troth@openavr.org>
8470
8471 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
8472
8473 2003-05-10 H.J. Lu <hongjiu.lu@intel.com>
8474
8475 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
8476 (gdb.dvi): Likewise.
8477 (gdb.pdf): Likewise.
8478 (links2roff): Likewise.
8479
8480 2003-05-08 Jim Blandy <jimb@redhat.com>
8481
8482 * gdb.texinfo (Dump/Restore Files): Update documentation for
8483 'dump', 'append', and 'restore': note that format argument is
8484 optional; simplify presentation of the command variants; and be
8485 more precise about the formats.
8486
8487 2003-05-07 Jim Blandy <jimb@redhat.com>
8488
8489 * gdb.texinfo (Symbols): Update documentation: 'maint list
8490 symtabs' and 'maint list psymtabs' have been renamed 'maint info
8491 symtabs' and 'maint info psymtabs'.
8492
8493 2003-05-05 Andrew Cagney <cagney@redhat.com>
8494
8495 * gdbint.texinfo (Target Architecture Definition): Make
8496 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
8497 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
8498 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
8499
8500 2003-05-04 Andrew Cagney <cagney@redhat.com>
8501
8502 * gdb.texinfo (Maintenance Commands): Document "maint print
8503 dummy-frames".
8504
8505 2003-05-04 Andrew Cagney <cagney@redhat.com>
8506
8507 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
8508
8509 2003-05-03 J. Brobecker <brobecker@gnat.com>
8510
8511 Thierry Schneider <tpschneider1@yahoo.com>
8512 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
8513 for new MI command.
8514
8515 2003-05-03 Andrew Cagney <cagney@redhat.com>
8516
8517 * gdbint.texinfo (Target Architecture Definition): Document
8518 push_dummy_code. Add cross references.
8519
8520 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
8521
8522 * gdb.texinfo (Character Sets): Update to reflect new behavior of
8523 set/show charsets commands.
8524
8525 2003-04-28 Andrew Cagney <cagney@redhat.com>
8526
8527 * gdbint.texinfo (Target Architecture Definition): Replace
8528 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
8529 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
8530
8531 2003-04-28 Andrew Cagney <cagney@redhat.com>
8532
8533 * gdbint.texinfo (Target Architecture Definition): Rename
8534 "tm_print_insn" to "deprecated_tm_print_insn".
8535
8536 2003-04-09 Jim Blandy <jimb@redhat.com>
8537
8538 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
8539 list psymtabs'.
8540
8541 2003-04-08 Andrew Cagney <cagney@redhat.com>
8542
8543 * gdbint.texinfo (Target Architecture Definition): Delete
8544 references to EXTRA_FRAME_INFO.
8545
8546 2003-04-08 Andrew Cagney <cagney@redhat.com>
8547
8548 * gdbint.texinfo (Target Architecture Definition): Delete
8549 PRINT_TYPELESS_INTEGER.
8550
8551 2003-04-02 J. Brobecker <brobecker@gnat.com>
8552
8553 * observer.texi (GDB Observers): Adjust the documentation for the
8554 normal_stop notification to better describe reality. Fix a couple
8555 of minor typos.
8556
8557 2003-04-02 Bob Rossi <bob_rossi@cox.net>
8558
8559 * gdb.texinfo (GDB/MI Program Control): Add
8560 '-file-list-exec-source-file'
8561
8562 2003-03-31 Andrew Cagney <cagney@redhat.com>
8563
8564 * gdbint.texinfo (Target Architecture Definition): Delete
8565 references to CALL_DUMMY_P.
8566
8567 2003-03-30 Andrew Cagney <cagney@redhat.com>
8568
8569 * gdbint.texinfo (Target Architecture Definition): Remove
8570 reference to TARGET_WRITE_SP.
8571
8572 2003-03-27 Andrew Cagney <cagney@redhat.com>
8573
8574 * gdbint.texinfo (Target Architecture Definition): Remove
8575 references to write_sp.
8576
8577 2003-03-27 Andrew Cagney <cagney@redhat.com>
8578
8579 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
8580 chapter body. Use @smallexample instead of @example.
8581 (Annotations): Ditto.
8582 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
8583 annotate.texi.
8584
8585 2003-03-26 Andrew Cagney <cagney@redhat.com>
8586
8587 * gdbint.texinfo (Target Architecture Definition): Replace
8588 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
8589 dummy_addr parameters.
8590
8591 2003-03-25 Andrew Cagney <cagney@redhat.com>
8592
8593 * gdbint.texinfo (Target Architecture Definition): Delete
8594 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
8595 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8596 Add reference to PUSH_ARGUMENTS.
8597
8598 2003-03-23 Andrew Cagney <cagney@redhat.com>
8599
8600 * gdbint.texinfo (Algorithms, Target Architecture Definition):
8601 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
8602
8603 2003-03-18 J. Brobecker <brobecker@gnat.com>
8604
8605 * gdbint.texinfo (Algorithms): Add new section describing the
8606 Observer paradigm.
8607 (Top): Add menu entry to new observer appendix.
8608 * observer.texi: New file.
8609 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
8610 new observer.texi file.
8611
8612 2003-03-17 Andrew Cagney <cagney@redhat.com>
8613
8614 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
8615 that GNU Press update the manual version number.
8616
8617 2003-03-12 Andrew Cagney <cagney@redhat.com>
8618
8619 * gdbint.texinfo (Target Architecture Definition): Delete
8620 references to get_saved_register. Rename GET_SAVED_REGISTER to
8621 DEPRECATED_GET_SAVED_REGISTER.
8622
8623 2003-03-13 Andrew Cagney <cagney@redhat.com>
8624
8625 * gdbint.texinfo (Target Architecture Definition): Replace
8626 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
8627
8628 2003-03-12 Andrew Cagney <cagney@redhat.com>
8629
8630 * gdbint.texinfo (Target Architecture Definition): Rename
8631 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
8632
8633 2003-03-10 Corinna Vinschen <vinschen@redhat.com>
8634
8635 * gdb.texinfo: Add File-I/O documentation.
8636
8637 2003-03-10 Andrew Cagney <cagney@redhat.com>
8638
8639 * gdbint.texinfo (Target Architecture Definition): Cross reference
8640 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
8641
8642 2003-03-07 Andrew Cagney <cagney@redhat.com>
8643
8644 * gdb.texinfo (Debugging Output): Mention the "set/show debug
8645 frame" command.
8646
8647 2003-03-05 Andrew Cagney <cagney@redhat.com>
8648
8649 * gdbint.texinfo (Target Architecture Definition): Document
8650 unwind_dummy_id. Cross reference unwind_dummy_id and
8651 SAVE_DUMMY_FRAME_TOS.
8652
8653 2003-03-05 James Ingham <jingham@apple.com>
8654 Daniel Jacobowitz <drow@mvista.com>
8655
8656 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
8657 and "show cp-abi".
8658
8659 2003-03-03 Andrew Cagney <cagney@redhat.com>
8660
8661 * gdbint.texinfo (Target Architecture Definition): Document
8662 register_type.
8663
8664 2003-03-03 Andrew Cagney <cagney@redhat.com>
8665
8666 * stabs.texinfo (Structures): Use @samp and separate @var's
8667 instead of a single @var containing a comma separated list.
8668 (Unions): Ditto.
8669
8670 2003-03-02 Daniel Jacobowitz <drow@mvista.com>
8671
8672 * Makefile.in (distclean): Remove config.log.
8673
8674 2003-03-01 Andrew Cagney <cagney@redhat.com>
8675
8676 * gdbint.texinfo (Target Architecture Definition): Rename
8677 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
8678
8679 2003-03-01 Andrew Cagney <cagney@redhat.com>
8680
8681 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
8682 DEPRECATED_INIT_EXTRA_FRAME_INFO.
8683
8684 2003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
8685
8686 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
8687 (Non-debug DLL symbols): New node, describing the minimal symbols
8688 loaded from DLLs without real debugging symbols.
8689
8690 2003-02-20 Andrew Cagney <ac131313@redhat.com>
8691
8692 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
8693 hardware-breakpoint-limit".
8694 (Set Watchpoints): Add cross reference to "set remote
8695 hardware-watchpoint-limit".
8696 (Remote configuration options): New section.
8697
8698 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8699
8700 * gdbint.texinfo (Target Architecture Definition): Delete
8701 descrption of IS_TRAPPED_INTERNALVAR.
8702
8703 From Keith Seitz <keiths@redhat.com>:
8704 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
8705 option "-i"/"--interpreter" to this chapter. Include index
8706 entries.
8707
8708 2003-02-04 David Carlton <carlton@math.stanford.edu>
8709
8710 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
8711 (Variables): Recommend stabs+ and DWARF 2.
8712 (C plus plus expressions): Correct info about
8713 compiler versions, debug formats.
8714 (Contributors): Change 'DWARF2' to 'DWARF 2'.
8715 PR symtab/874.
8716
8717 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8718
8719 * gdbint.texinfo (Target Architecture Definition): Delete
8720 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
8721 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
8722 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
8723 references to nindy and i960.
8724 * gdb.texinfo (i960): Delete all references to i960 and nindy.
8725
8726 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8727
8728 * gdbint.texinfo (Target Architecture Definition): Delete
8729 FLOAT_INFO.
8730
8731 2003-01-30 Andrew Cagney <ac131313@redhat.com>
8732
8733 * stabs.texinfo (Member Type Descriptor): Clarify description of
8734 `@'. Suggested by Ben Hutchings.
8735
8736 2003-01-29 Andrew Cagney <ac131313@redhat.com>
8737
8738 * gdb.texinfo (M68K): Delete reference to es1800.
8739
8740 2003-01-29 Andrew Cagney <ac131313@redhat.com>
8741
8742 * gdb.texinfo (Maintenance Commands): Document `maint print
8743 reggroups' and `maint print register-groups'.
8744 * gdbint.texinfo (Target Architecture Definition): Document
8745 register_reggroup_p.
8746
8747 2003-01-23 Jim Blandy <jimb@redhat.com>
8748
8749 * gdb.texinfo (Separate Debug Files): New section.
8750
8751 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
8752
8753 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
8754 and "maint show profile".
8755
8756 2003-01-16 Michael Chastain <mec@shout.net>
8757
8758 * gdb.texinfo (Installing GDB): Warn against
8759 ".../gdb-VERSION/gdb/configure".
8760 (Separate Objdir): Likewise.
8761
8762 2003-01-15 Andrew Cagney <ac131313@redhat.com>
8763
8764 * gdbint.texinfo (Target Architecture Definition): Delete
8765 definition of PRINT_REGISTER_HOOK.
8766
8767 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
8768
8769 (OpenRISC 1000): Fix formatting of command names.
8770
8771 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
8772
8773 * gdb.texinfo (Continuing and Stepping): Add new command
8774 'advance'. Clarify behavior of 'until'.
8775
8776 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
8777
8778 * gdb.texinfo (Files): Document solib-absolute-prefix and
8779 solib-search-path.
8780
8781 2003-01-09 Michael Chastain <mec@shout.net>
8782
8783 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
8784 (Create a Release): Add new instructions for new @file{src-release}.
8785 Document existing instructions for @file{Makefile.in} as
8786 being for @value{GDBN} 5.3.1 or earlier.
8787
8788 2003-01-09 Andrew Cagney <ac131313@redhat.com>
8789
8790 * gdbint.texinfo (Target Architecture Definition): Mention
8791 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
8792 allocate memory.
8793
8794 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8795
8796 * gdb.texinfo (Controlling GDB): Add @kindex for
8797 "show osabi".
8798 (Backtraces): Add @kindex's for backtrace-below-main.
8799
8800 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8801
8802 * gdb.texinfo (Controlling GDB): Document "set osabi".
8803
8804 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8805
8806 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
8807 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
8808
8809 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8810
8811 * gdb.texinfo (Controlling GDB): Add ABI section. Document
8812 "set coerce-float-to-double".
8813 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
8814
8815 2003-01-02 Andrew Cagney <ac131313@redhat.com>
8816
8817 * stabs.texinfo: Remove obsolete text.
8818 * gdbint.texinfo: Ditto.
8819 * gdb.texinfo: Ditto.
8820
8821 2002-12-22 Mark Kettenis <kettenis@gnu.org>
8822
8823 * gdbint.texinfo (Target Architecture Definition): Update
8824 description of gdbarch_register_osabi.
8825
8826 2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
8827
8828 * agentexpr.texi: Fix typos.
8829 * annotate.texi: Likewise.
8830 * fdl.texi: Likewise.
8831
8832 2002-12-10 Andrew Cagney <cagney@redhat.com>
8833
8834 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
8835 DEPRECATED_INIT_FRAME_PC.
8836
8837 2002-12-01 Andrew Cagney <ac131313@redhat.com>
8838
8839 * gdbint.texinfo (Target Architecture Definition): Delete
8840 PC_IN_CALL_DUMMY.
8841
8842 2002-11-28 Andrew Cagney <ac131313@redhat.com>
8843
8844 * gdbint.texinfo (Host Definition): Delete documentation on
8845 USE_GENERIC_DUMMY_FRAMES.
8846
8847 2002-11-26 Elena Zannoni <ezannoni@redhat.com>
8848
8849 Fix PR gdb/723 and PR gdb/245.
8850 * Makefile.in (install-info): Run the install-info command as part
8851 of the post install steps only.
8852 (uninstall-info): New target.
8853 (uninstall): New target.
8854
8855 2002-11-22 Elena Zannoni <ezannoni@redhat.com>
8856
8857 * Makefile.in (install): Make install do some real work.
8858
8859 2002-11-19 Andrew Cagney <ac131313@redhat.com>
8860
8861 Fix POSIX problem reported by Paul Eggert.
8862 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
8863 Fix PR gdb/527.
8864
8865 2002-10-26 Andrew Cagney <cagney@redhat.com>
8866
8867 * gdbint.texinfo (Target Architecture Definition): Delete
8868 definition of DO_REGISTERS_INFO.
8869
8870 2002-10-18 Kevin Buettner <kevinb@redhat.com>
8871
8872 * gdbint.texinfo (Address Classes): Fix problems with insertion
8873 of ``{'' and ``}'' in example.
8874
8875 2002-10-17 Kevin Buettner <kevinb@redhat.com>
8876
8877 * gdbint.texinfo (Address Classes): New section.
8878 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
8879 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
8880 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
8881 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
8882
8883 2002-10-11 Klee Dienes <kdienes@apple.com>
8884
8885 * gdb.texinfo (Registers): Mention vector registers as well as
8886 floating registers in the documentation for 'info registers' and
8887 'info all-registers'.
8888
8889 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
8890
8891 * gdbint.texinfo (CPLUS_MARKER): Remove item.
8892
8893 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
8894
8895 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
8896 interface definition.
8897
8898 2002-10-03 Marko Mlinar <markom@opencores.org>
8899
8900 * gdb.texinfo (Target Commands): Add or1k target specific
8901 commands.
8902 * gdb.texinfo (Contributors): Add myself to the contributors list.
8903
8904 2002-10-01 Andrew Cagney <ac131313@redhat.com>
8905
8906 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
8907 and "mi1" instead of "mi1" and "mi0".
8908
8909 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
8910
8911 * gdb.texinfo (Packets): Fix typos "alligned".
8912 Correct z3/Z3 description. Correct z4/Z4 title.
8913
8914 2002-09-27 Andrew Cagney <ac131313@redhat.com>
8915
8916 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
8917
8918 2002-09-25 Kevin Buettner <kevinb@redhat.com>
8919
8920 * gdb.texinfo: Use GNU/Linux instead of Linux.
8921
8922 2002-09-25 Andrew Cagney <ac131313@redhat.com>
8923
8924 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
8925
8926 2002-09-24 Andrew Cagney <ac131313@redhat.com>
8927
8928 * gdb.texinfo: Replace @example with @smallexample.
8929
8930 2002-09-20 Kevin Buettner <kevinb@redhat.com>
8931
8932 From Eli Zaretskii <eliz@gnu.org>:
8933 * gdb.texinfo (Character Sets): Use @smallexample instead of
8934 @example. Use GNU/Linux instead of Linux.
8935
8936 2002-09-20 Jim Blandy <jimb@redhat.com>
8937
8938 * gdb.texinfo: Add character set documentation.
8939
8940 2002-09-19 Andrew Cagney <ac131313@redhat.com>
8941
8942 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
8943 (Packets): Add cross reference from `b' packet to `z' packets.
8944
8945 2002-09-19 Andrew Cagney <ac131313@redhat.com>
8946
8947 * gdb.texinfo (Maintenance Commands): Document ``maint
8948 internal-error'' and ``maint internal-warning''.
8949
8950 * gdbint.texinfo (Target Architecture Definition): Revise
8951 description of STACK_ALIGN. Add description of FRAME_ALIGN.
8952
8953 2002-09-19 Joel Brobecker <brobecker@gnat.com>
8954
8955 * gdbint.texinfo (Target Conditionals): Document the new
8956 NAME_OF_MALLOC macro.
8957
8958 2002-09-05 Andrew Cagney <ac131313@redhat.com>
8959
8960 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
8961 engineer.
8962
8963 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
8964
8965 * gdb.texinfo (TUI Overview): Document status line fields.
8966
8967 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
8968
8969 * gdb.texinfo (TUI Commands): Document info win command.
8970
8971 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
8972
8973 * gdb.texinfo (TUI Overview): Document breakpoint markers.
8974
8975 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
8976
8977 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
8978 (TUI Keys): Likewise.
8979
8980 2002-08-25 Andrew Cagney <ac131313@redhat.com>
8981
8982 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
8983 for a packet receive.
8984
8985 2002-08-25 Andrew Cagney <ac131313@redhat.com>
8986
8987 * Makefile.in (clean): Move to end of file.
8988 (distclean, maintainer-clean, realclean): Ditto.
8989 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
8990 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
8991 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
8992 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
8993
8994 2002-08-24 Andrew Cagney <ac131313@redhat.com>
8995
8996 * Makefile.in (GDBINT_TEX_TMPS): Define.
8997 (gdbint.dvi, gdbint.pdf): Use
8998 (GDB_TEX_TMPS): Define.
8999 (gdb.dvi, gdb.pdf): Use.
9000 (STABS_TEX_TMPS): Define.
9001 (stabs.dvi, stabs.pdf): Use.
9002 (GDB_DOC_SOURCE_INCLUDES): New macros.
9003 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
9004 (GDBINT_DOC_FILES_INCLUDES): New macros.
9005 (GDBINT_DOC_BUILD_INCLUDES): New macros.
9006 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
9007 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
9008 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
9009 (links2roff): Replace SFILES_INCLUDED with
9010 GDB_DOC_SOURCE_INCLUDES.
9011 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
9012 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
9013 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
9014 dependencies.
9015 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
9016 dependencies.
9017 (gdbmi.texinfo): Delete rule.
9018 (inc-hist.texinfo): Delete rule.
9019 (rluser.texinfo): Delete rule.
9020
9021 2002-08-23 Andrew Cagney <cagney@redhat.com>
9022
9023 * gdbint.texinfo (Target Architecture Definition): Update
9024 STORE_RETURN_VALUE, mention regcache.
9025
9026 2002-08-21 Andrew Cagney <ac131313@redhat.com>
9027
9028 * gdbint.texinfo (Target Architecture Definition): Document
9029 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
9030
9031 2002-08-19 Andrew Cagney <ac131313@redhat.com>
9032
9033 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
9034 Fix minor typos. Add index entries.
9035
9036 2002-08-18 Andrew Cagney <ac131313@redhat.com>
9037
9038 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
9039
9040 2002-08-15 Andrew Cagney <ac131313@redhat.com>
9041
9042 * gdbint.texinfo (Target Architecture Definition): Document
9043 PRINT_VECTOR_INFO.
9044 * gdb.texinfo (Vector Unit): Document "info vectors" command.
9045
9046 2002-08-13 Andrew Cagney <ac131313@redhat.com>
9047
9048 * gdb.texinfo (Maintenance Commands): Document "maint print
9049 registers", "maint print raw-registers" and "maint print
9050 cooked-registers".
9051
9052 2002-08-08 Grace Sainsbury <graces@redhat.com>
9053
9054 From Mark Salter:
9055 * gdb.texinfo (Protocol): Document T packet extension to
9056 allow watchpoint address reporting.
9057
9058 2002-08-03 Andrew Cagney <ac131313@redhat.com>
9059
9060 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
9061
9062 2002-08-01 Andrew Cagney <cagney@redhat.com>
9063
9064 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
9065 to CHILL.
9066
9067 2002-08-01 Andrew Cagney <ac131313@redhat.com>
9068
9069 * gdbint.texinfo (Coding): Revise section "Include Files".
9070
9071 2002-07-24 Andrew Cagney <cagney@redhat.com>
9072
9073 * gdbint.texinfo: Obsolete references to m88k.
9074 * gdb.texinfo: Ditto.
9075
9076 2002-07-10 Joel Brobecker <brobecker@gnat.com>
9077
9078 * gdbint.texinfo (Create a release candiate): Add the location
9079 where the proper version of autoconf can be retrieved.
9080
9081 2002-07-09 Don Howard <dhoward@redhat.com>
9082
9083 * gdb.texinfo (Command Files): Further describe the behavior of
9084 sourced command files.
9085
9086 2002-06-27 Andrew Cagney <ac131313@redhat.com>
9087
9088 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
9089 (Coding): Clarify ISO C version that GDB assumes.
9090
9091 2002-06-26 Tom Tromey <tromey@redhat.com>
9092
9093 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
9094 add_setshow_cmd_full.
9095
9096 2002-06-25 Don Howard <dhoward@redhat.com>
9097
9098 * gdb.texinfo (Memory Region Attributes): Document new behavior
9099 for 'mem' command.
9100
9101 2002-06-11 Jim Blandy <jimb@redhat.com>
9102
9103 * gdb.texinfo (Symbols): Update documentation for `info source'
9104 command.
9105
9106 * gdb.texinfo (Macros): Call the command `info macro', not
9107 `show macro'.
9108
9109 2002-06-09 Andrew Cagney <ac131313@redhat.com>
9110
9111 * gdbint.texinfo (Coding): Add section ``Per-architecture module
9112 data''.
9113
9114 2002-06-09 Mark Kettenis <kettenis@gnu.org>
9115
9116 * gdbint.texinfo (Target Architecture Definition): Document
9117 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
9118
9119 2002-06-08 Andrew Cagney <ac131313@redhat.com>
9120
9121 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
9122 lists.
9123
9124 2002-06-08 Andrew Cagney <ac131313@redhat.com>
9125
9126 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
9127 Branch''.
9128
9129 2002-06-01 Andrew Cagney <ac131313@redhat.com>
9130
9131 * gdbint.texinfo (Target Architecture Definition): Add section
9132 ``Converting an existing Target Architecture to Multi-arch''.
9133
9134 2002-05-30 Andrew Cagney <ac131313@redhat.com>
9135
9136 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
9137 to ``Obsoleting code''. Revise.
9138
9139 2002-05-17 Jim Blandy <jimb@redhat.com>
9140
9141 * gdb.texinfo (C Preprocessor Macros): New chapter.
9142 Include it in the main menu.
9143 (Contributors): Credit Jim Blandy with macro support.
9144 (Compilation): Explain how to get macro information into the
9145 executable.
9146 (Expressions): Note that preprocessor macros are expanded.
9147
9148 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
9149
9150 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
9151 options for `target remote'.
9152
9153 2002-05-13 Andrew Cagney <ac131313@redhat.com>
9154
9155 * gdbint.texinfo (Target Architecture Definition): Delete
9156 documentation on NNPC_REGNUM.
9157
9158 2002-05-11 Andrew Cagney <ac131313@redhat.com>
9159
9160 * gdbint.texinfo (Target Architecture Definition): Document
9161 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
9162 (Target Architecture Definition): Revise section `Using Different
9163 Register and Memory Data Representations'. Add section `Raw and
9164 Virtual Register Representations'.
9165
9166 2002-05-11 Andrew Cagney <ac131313@redhat.com>
9167
9168 * gdbint.texinfo (Target Architecture Definition): Mention
9169 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
9170 (Target Architecture Definition): Mention same. Add references to
9171 web pages.
9172
9173 2002-05-08 Michael Snyder <msnyder@redhat.com>
9174
9175 * stabs.texinfo (Attributes): Document new "vector" attribute.
9176
9177 2002-05-04 Andrew Cagney <ac131313@redhat.com>
9178
9179 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
9180
9181 2002-05-04 Andrew Cagney <ac131313@redhat.com>
9182
9183 * gdb.texinfo: Delete obsolete references to a29k.
9184
9185 2002-04-24 Andrew Cagney <ac131313@redhat.com>
9186
9187 * gdbint.texinfo (Target Architecture Definition): Replace
9188 IN_SIGTRAMP with PC_IN_SIGTRAMP.
9189
9190 2002-04-24 David S. Miller <davem@redhat.com>
9191
9192 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
9193
9194 2002-04-21 David S. Miller <davem@redhat.com>
9195
9196 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
9197
9198 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9199
9200 * gdbint.texinfo (Target Architecture Definition): Delete
9201 definition of HAVE_REGISTER_WINDOWS.
9202
9203 2002-04-19 Eli Zaretskii <eliz@gnu.org>
9204
9205 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
9206 "Theodore A. Roth" <troth@verinet.com>.
9207
9208 2002-04-15 Don Howard <dhoward@redhat.com>
9209
9210 From Eli Zaretskii <eliz@gnu.org>
9211 * gdb.texinfo (show max-user-call-depth): Correct formatting.
9212 Provide a better explaination of this feature.
9213
9214 2002-04-14 Andrew Cagney <ac131313@redhat.com>
9215
9216 * gdbint.texinfo (Target Architecture Definition): Remove
9217 FRAME_CHAIN_COMBINE.
9218
9219 2002-04-12 Michael Chastain <mec@shout.net>
9220
9221 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
9222 REG_STACK_SEGMENT.
9223
9224 2002-04-09 Michael Chastain <mec@shout.net>
9225
9226 * gdbint.texinfo (Obsolete Conditionals): Remove references to
9227 PYRAMID_* macros.
9228
9229 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9230
9231 * gdb.texinfo (Bug Reporting): Document that the web is the
9232 prefered way of submitting bug reports.
9233 (Bug Reporting): Delete the s-mail address as the last resort.
9234
9235 2002-04-05 Andrew Cagney <ac131313@redhat.com>
9236
9237 * gdbint.texinfo (Target Architecture Definition): Delete
9238 references to TARGET_WRITE_FP and write_fp.
9239
9240 2002-03-27 Michael Snyder <msnyder@redhat.com>
9241
9242 * gdb.texinfo: Document new commands dump, append, and restore.
9243
9244 2002-03-27 Andrew Cagney <ac131313@redhat.com>
9245
9246 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
9247 Branch'.
9248
9249 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9250
9251 * gdb.texinfo: Change all examples to @smallexample.
9252 * gdbint.texinfo: Ditto.
9253
9254 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9255
9256 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
9257 Branches''.
9258
9259 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9260
9261 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
9262 Policy''.
9263
9264 2002-03-04 Fred Fish <fnf@redhat.com>
9265
9266 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
9267 expresson, suports, dependant, trhe, perhaphs, situtations,
9268 explictily, taged, oportunity, unfortunatly).
9269
9270 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9271
9272 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
9273 Remove reference to 3.12.
9274
9275 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9276
9277 * gdbint.texinfo: Include fdl.texi.
9278 (Top): Add GNU Free Documentation License.
9279 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
9280 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
9281 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
9282 (gdbint.info): Add srcdir to include path.
9283 * gdb.texinfo: Include gpl.texi.
9284 (Top): Add Copying.
9285 * gpl.texi: New file.
9286
9287 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9288
9289 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
9290
9291 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9292
9293 * gdb.texinfo: Document Cygwin native specific commands.
9294
9295 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
9296
9297 * gdb.texinfo: Document gdbserver ``--attach'' command.
9298
9299 2002-02-07 Michael Snyder <msnyder@redhat.com>
9300
9301 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
9302 to @code(_ovly_debug_event).
9303
9304 2002-02-07 Andrew Cagney <ac131313@redhat.com>
9305
9306 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
9307
9308 2002-02-06 Michael Snyder <msnyder@redhat.com>
9309
9310 * gdb.texinfo (overlays): Mention new magic symbol
9311 '_ovly_debug_event', which allows GDB to keep better track
9312 of overlays.
9313
9314 2002-02-03 Eli Zaretskii <eliz@gnu.org>
9315
9316 * gdb.texinfo (Memory Region Attributes): Fix the wording.
9317 Suggested by Dmitry Sivachenko.
9318
9319 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
9320
9321 2002-02-01 Michael Snyder <msnyder@redhat.com>
9322
9323 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
9324
9325 2002-01-30 Michael Snyder <msnyder@redhat.com>
9326
9327 * gdb.texinfo: (remote protocol): Gramatical fix-up.
9328 (set trust-readonly-sections): Document.
9329
9330 2002-01-29 Andrew Cagney <ac131313@redhat.com>
9331
9332 * gdbint.texinfo (Releasing GDB): Revise and update.
9333
9334 2002-01-28 Andrew Cagney <ac131313@redhat.com>
9335
9336 * gdbint.texinfo (Target Architecture Definition): Delete
9337 description of TARGET_BYTE_ORDER_DEFAULT.
9338
9339 2002-01-27 Eli Zaretskii <eliz@gnu.org>
9340
9341 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
9342 <mitya@cavia.pp.ru>.
9343
9344 2002-01-23 Andrew Cagney <ac131313@redhat.com>
9345
9346 * libgdb.texinfo: Delete file.
9347
9348 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9349
9350 * gdb.texinfo: Remove makeinfo 3.12 hacks.
9351 * gdbint.texinfo: Ditto.
9352
9353 Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
9354
9355 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
9356
9357 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9358
9359 * Makefile.in: Update copyright.
9360 (TEXI2DVI): Define.
9361 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
9362 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
9363 gdb-cfg.texi.
9364 (TEXINDEX, PDFTEX): Delete makefile variables.
9365
9366 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9367
9368 * gdb.texinfo (Protocol): Move section to appendix.
9369
9370 2002-01-21 Andrew Cagney <ac131313@redhat.com>
9371
9372 * gdb.texinfo (Remote Debugging): Create a menu.
9373 (Top): Add ``Remote Debugging'' to menu.
9374
9375 2002-01-21 Andrew Cagney <ac131313@redhat.com>
9376
9377 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
9378 serial protocol'' from here.
9379 (Remote Debugging): To here. New chapter.
9380
9381 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9382
9383 * gdbint.texinfo (Target Architecture Definition): Delete
9384 description of TARGET_BYTE_ORDER_SELECTABLE_P.
9385
9386 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9387
9388 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
9389 are no longer needed.
9390 (Porting GDB): Add maintainer note about configure.host.
9391
9392 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9393
9394 * gdbint.texinfo (Target Architecture Definition): Remove
9395 definition of IEEE_FLOAT.
9396
9397 2002-01-20 Eli Zaretskii <eliz@gnu.org>
9398
9399 * gdb.texinfo: Beautify copyright years; fix a typo.
9400 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
9401 <3diff@gnu.org>
9402
9403 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9404
9405 * gdbint.texinfo (Host Definition): Remove references to
9406 MALLOC_INCOMPATIBLE.
9407
9408 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9409
9410 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
9411 and xyz-xdep.o.
9412
9413 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9414
9415 * gdb.texinfo (Maintenance Commands): Add appendix.
9416 (Set Breaks): Copy ``maint info breakpoint'' doco to
9417 ``Maintenance Commands'' appendix. Add reference.
9418
9419 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9420
9421 * fdl.texi: Remove next/prev from @node.
9422
9423 2002-01-17 Eli Zaretskii <eliz@gnu.org>
9424
9425 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
9426 for monstrous @multitable (from Brian Youmans).
9427
9428 * fdl.texi: New file.
9429
9430 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
9431
9432 2002-01-15 Andrew Cagney <ac131313@redhat.com>
9433
9434 * gdbint.texinfo (Releasing GDB): New chapter.
9435
9436 2002-01-14 Andrew Cagney <ac131313@redhat.com>
9437
9438 * gdb.texinfo (Embedded Processors, Calling program functions):
9439 Obsolete references to a29k.
9440
9441 2002-01-13 Andrew Cagney <ac131313@redhat.com>
9442
9443 * gdbint.texinfo (Coding): Review Cleanups section. Examples
9444 examples. Document that a code-block should do or discard its
9445 cleanups before exit.
9446
9447 2002-01-11 Michael Snyder <msnyder@redhat.com>
9448
9449 * gdb.texinfo (Choosing files): Change @samp to @file.
9450
9451 2002-01-05 Michael Snyder <msnyder@redhat.com>
9452
9453 * gdb.texinfo (--pid): Document new command line option (attach).
9454
9455 2002-01-07 Eli Zaretskii <eliz@gnu.org>
9456
9457 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
9458 in the stub.
9459
9460 2002-01-04 Andrew Cagney <ac131313@redhat.com>
9461
9462 * gdbint.texinfo (Target Architecture Definition): Replace
9463 BIG_ENDIAN with BFD_ENDIAN_BIG.
9464
9465 2002-01-03 Andrew Cagney <ac131313@redhat.com>
9466
9467 * gdbint.texinfo (Target Architecture Definition): Replace
9468 value_ptr with struct value pointer.
9469
9470 2002-01-02 Eli Zaretskii <eliz@gnu.org>
9471
9472 * gdb.texinfo (Free Software): Fix wording.
9473
9474 2001-12-31 Eli Zaretskii <eliz@gnu.org>
9475
9476 * gdb.texinfo (Free Software): New section ``Free Software Needs
9477 Free Documentation''.
9478
9479 2001-12-30 Eli Zaretskii <eliz@gnu.org>
9480
9481 * stabs.texinfo:
9482 * gdb.texinfo:
9483 * gdbint.texinfo:
9484 * libgdb.texinfo:
9485 * annotate.texi: Fix the application of GFDL in the Copyright notice.
9486
9487 2001-12-29 Michael Snyder <msnyder@redhat.com>
9488
9489 * gdb.texinfo (maint info sections): Fix typo.
9490
9491 2001-12-26 Michael Snyder <msnyder@redhat.com>
9492
9493 * gdb.texinfo (maint info sections): Document.
9494
9495 * gdb.texinfo (info proc): Comment out documentation for
9496 'info proc' sub-options that are currently not implemented.
9497
9498 2001-12-20 Jim Blandy <jimb@redhat.com>
9499
9500 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
9501
9502 2001-12-15 Andrew Cagney <ac131313@redhat.com>
9503
9504 * gdbint.texinfo (Target Architecture Definition): Replace
9505 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
9506
9507 2001-12-01 Andrew Cagney <ac131313@redhat.com>
9508
9509 * gdbint.texinfo (Host Definition): Delete documentation on
9510 HOST_BYTE_ORDER.
9511
9512 2001-11-30 Jim Blandy <jimb@redhat.com>
9513
9514 * gdb.texinfo (Overlays): New chapter, documenting GDB's
9515 overlay support. Add to top-level menu.
9516
9517 2001-11-26 Tom Tromey <tromey@redhat.com>
9518
9519 * gdb.texinfo (Command Syntax): Document C-o binding.
9520
9521 2001-07-26 Christopher Faylor <cgf@redhat.com>
9522
9523 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
9524 use since it is described in the referenced section.
9525
9526 From Eli Zaretskii <eliz@gnu.org>
9527 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
9528 clearer when using DJGPP.
9529
9530 2001-11-24 Christopher Faylor <cgf@redhat.com>
9531
9532 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
9533 specifically refer to MS-DOS.
9534 (command files): Mention gdb.ini is only used on MS-DOS.
9535
9536 2001-11-21 Tom Tromey <tromey@redhat.com>
9537
9538 * gdb.texinfo (Invoking GDB): Document --args.
9539 (Mode Options): Likewise.
9540
9541 2001-11-21 Jim Blandy <jimb@redhat.com>
9542
9543 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
9544 Delete documentation; this macro has been removed from the
9545 sources.
9546
9547 2001-11-13 Jim Blandy <jimb@redhat.com>
9548
9549 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
9550
9551 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
9552
9553 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
9554
9555 2001-11-05 Michael Snyder <msnyder@redhat.com>
9556
9557 * gdb.texinfo (info functions): Document use of backslash to
9558 quote regexp chars in function names such as "operator*()".
9559
9560 2001-11-01 Fred Fish <fnf@redhat.com>
9561
9562 * gdbint.texinfo (SOLIB_ADD): Document additional new
9563 "readsyms" arg.
9564
9565 2001-10-30 Don Howard <dhoward@redhat.com>
9566
9567 * gdb.texinfo: (Command Files) Added documentation for the
9568 behavior of gdb with input redirected from a file.
9569
9570 2001-10-28 Fred Fish <fnf@redhat.com>
9571
9572 * gdb.texinfo (auto-solib-add): Change docs to match
9573 implementation change.
9574 (auto-solib-limit): Add docs for new variable.
9575
9576 2001-10-15 Andrew Cagney <ac131313@redhat.com>
9577
9578 * gdbint.texinfo (Target Architecture Definition): Function
9579 value_as_pointer renamed to value_as_address.
9580
9581 2001-10-15 Andrew Cagney <ac131313@redhat.com>
9582
9583 * gdbint.texinfo (Target Architecture Definition): Default
9584 POINTER_TO_ADDRESS functions assume unsigned addresses.
9585 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
9586 posting by Jim Blandy.
9587
9588 2001-10-12 Jim Blandy <jimb@redhat.com>
9589
9590 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
9591 version of texi2html (1.64) doesn't support this flag any more.
9592
9593 2001-09-08 Mark Kettenis <kettenis@gnu.org>
9594
9595 * gdbint.texinfo (Host Definition): Remove description of
9596 MEM_FNS_DECLARED.
9597
9598 * gdbint.texinfo (Host Definition): Remove description of R_OK.
9599
9600 * gdbint.texinfo (Host Definition): Remove description of
9601 HAVE_SIGSETMASK.
9602
9603 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
9604
9605 * gdbint.texinfo (Target Architecture Definition): Add
9606 explanation of TARGET_PRINT_INSN macro.
9607
9608 2001-08-30 Jim Blandy <jimb@redhat.com>
9609
9610 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
9611 Explain what it means to load relocatable files.
9612
9613 2001-08-28 Jim Blandy <jimb@redhat.com>
9614
9615 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
9616 info `top' menu.
9617
9618 Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
9619
9620 * gdbint.texinfo: Add a cautionary note about macro use.
9621
9622 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
9623
9624 * gdb.texinfo: Explain omitting the hostname in the
9625 `target remote' command.
9626
9627 2001-07-30 Daniel Jacobowitz <drow@mvista.com>
9628
9629 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
9630 and END-INFO-DIR-ENTRY.
9631
9632 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9633
9634 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
9635
9636 2001-07-25 Andrew Cagney <ac131313@redhat.com>
9637
9638 * gdbint.texinfo (libgdb): Rewrite.
9639
9640 2001-07-26 Eli Zaretskii <eliz@gnu.org>
9641
9642 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
9643
9644 2001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9645
9646 * gdb.texinfo (TUI): New chapter, document the TUI.
9647 (Mode Options): Document the -tui option.
9648
9649 2001-07-23 Mark Kettenis <kettenis@gnu.org>
9650
9651 * gdbint.texinfo (Host Definition): Remove description of
9652 NEED_POSIX_SETPGID.
9653
9654 2001-07-23 Eli Zaretskii <eliz@gnu.org>
9655
9656 * gdb.tex (DJGPP Native): New node, with descriptions of
9657 DJGPP-specific commands.
9658
9659 2001-07-19 John R. Moore <jmoore@redhat.com>
9660
9661 * gdbint.texinfo: Three misspellings.
9662
9663 2001-07-06 Andrew Cagney <ac131313@redhat.com>
9664
9665 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
9666 `test` expressions on bash. Problem reported by Colin Walters.
9667
9668 2001-07-04 Andrew Cagney <ac131313@redhat.com>
9669
9670 * gdbint.texinfo (User Interface): Update ui-out documentation to
9671 refelect recent UI/MI updates.
9672
9673 2001-07-04 Andrew Cagney <ac131313@redhat.com>
9674
9675 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
9676 interpreters.
9677
9678 2001-06-15 Andrew Cagney <ac131313@redhat.com>
9679
9680 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
9681 structure and not macros.
9682 (Host Definition): Document that much of this chapter is obsolete.
9683 (Target Architecture Definition): Update list of files that make
9684 up a target architecture.
9685 (Coding): Update.
9686
9687 2001-06-28 Andrew Cagney <ac131313@redhat.com>
9688
9689 * gdbint.texinfo (Target Architecture Definition): Update
9690 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
9691 The latter has been changed to a true predicate.
9692
9693 2001-06-17 Eli Zaretskii <eliz@gnu.org>
9694
9695 * annotate.texi: Add @noindent where needed. From Dmitry
9696 Sivachenko <dima@Chg.RU>.
9697 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
9698
9699 2001-06-16 Andrew Cagney <ac131313@redhat.com>
9700
9701 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
9702
9703 2001-06-14 Andrew Cagney <ac131313@redhat.com>
9704
9705 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
9706 returns ``OK''. Document that the ``R'' packet does not reply.
9707
9708 2001-06-13 Michael Snyder <msnyder@redhat.com>
9709
9710 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
9711
9712 2001-06-13 Eli Zaretskii <eliz@gnu.org>
9713
9714 * gdb.texinfo (Signals): Clarify the default setting of signal
9715 handling.
9716
9717 2001-05-14 Andrew Cagney <ac131313@redhat.com>
9718
9719 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
9720 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
9721
9722 2001-05-12 Andrew Cagney <ac131313@redhat.com>
9723
9724 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
9725
9726 2001-05-10 Eli Zaretskii <eliz@gnu.org>
9727
9728 * gdbint.texinfo (Clean Design and Portable Implementation):
9729 Renamed from "Clean Design".
9730 (Clean Design and Portable Implementation): Document portable
9731 methods of handling file names, and the associated macros.
9732
9733 2001-04-02 Eli Zaretskii <eliz@gnu.org>
9734
9735 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
9736 command and provide a cross-reference to its description.
9737 (Symbols): Note that "info scope" is useful for trace experiments.
9738
9739 2001-04-01 Eli Zaretskii <eliz@gnu.org>
9740
9741 * gdb.texinfo (Symbols): Document "info scope".
9742 (Tracepoints): New chapter.
9743 (Contributors): Update for v5.1.
9744 <All nodes>: Change "C++" to "C@t{++}".
9745
9746 * gdbint.texinfo (User Interface): A new section about ui_out
9747 functions, based on text written by Fernando Nasser.
9748
9749 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
9750
9751 2001-03-26 Eli Zaretskii <eliz@gnu.org>
9752
9753 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
9754
9755 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
9756
9757 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
9758 Replace "GDB" with "@value{GDBN}". Fix markup.
9759
9760 * annotate.texi: Change Permissions to GFDL. Update Copyright.
9761
9762 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
9763 a cross-reference to its description.
9764 (Symbols): Document "info symbol".
9765
9766 2001-03-21 Eli Zaretskii <eliz@gnu.org>
9767
9768 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
9769 subsection "x86 Watchpoints".
9770 (Target Architecture Definition): Document the macros
9771 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
9772 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
9773
9774 2001-03-20 Andrew Cagney <ac131313@redhat.com>
9775
9776 * gdbint.texinfo (Target Architecture Definition): Update
9777 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
9778 list.
9779
9780 2001-03-06 Kevin Buettner <kevinb@redhat.com>
9781
9782 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
9783 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
9784
9785 2001-02-21 Eli Zaretskii <eliz@gnu.org>
9786
9787 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
9788
9789 2001-02-11 Eli Zaretskii <eliz@gnu.org>
9790
9791 * gdb.texinfo (Environment): Document that `path' does not change
9792 the value of PATH in GDB's own environment (it did in the past,
9793 but that was changed on March 15, 1994). Reported by Doug Evans
9794 <dje@transmeta.com>.
9795
9796 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
9797 its line. Fix markup of commands and macros. Add an Index node
9798 and index entries.
9799
9800 2001-01-23 J.T. Conklin <jtc@redback.com>
9801
9802 * gdb.texinfo (Memory region attributes): New manual section.
9803
9804 2001-01-04 Nicholas Duffek <nsd@redhat.com>
9805
9806 * gdbint.texinfo (POP_FRAME): Document use by return_command.
9807
9808 2000-12-25 Eli Zaretskii <eliz@gnu.org>
9809
9810 * refcard.tex: Version and copyright fixed. From Phil Edwards
9811 <pedwards@disaster.jaj.com>.
9812
9813 Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
9814
9815 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
9816 DWARF2_REG_TO_REGNUM): Document.
9817
9818 Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
9819
9820 * gdbint.texinfo (Coding): Update current value of
9821 --enable-build-warnings. Mention --enable-gdb-build-warnings.
9822
9823 2000-11-19 Eli Zaretskii <eliz@gnu.org>
9824
9825 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
9826 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
9827
9828 2000-11-10 Christopher Faylor <cgf@cygnus.com>
9829
9830 * gdb.texinfo: Document new 'set step-mode' command.
9831
9832 2000-10-16 Eli Zaretskii <eliz@gnu.org>
9833
9834 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
9835 changes from Dmitry Sivachenko <dima@Chg.RU>.
9836
9837 2000-09-26 Eli Zaretskii <eliz@gnu.org>
9838
9839 * gdb.texinfo (Hooks): Document the new post-hook functionality.
9840 From Steven Johnson <sbjohnson@ozemail.com.au>.
9841
9842 2000-08-10 Mark Kettenis <kettenis@gnu.org>
9843
9844 * gdbint.texinfo (Overall Structure): Spelling fix.
9845
9846 2000-08-10 Eli Zaretskii <eliz@gnu.org>
9847
9848 * gdbint.texinfo (Target Architecture Definition): Document that
9849 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
9850 for which REGISTER_CONVERTIBLE returns a zero value.
9851
9852 2000-07-08 Christopher Faylor <cgf@cygnus.com>
9853
9854 * Makefile.in (install-info): Find files to install in either the
9855 build or source directories (adapted from Makefile.am).
9856
9857 2000-07-07 Nicholas Duffek <nsd@redhat.com>
9858
9859 * stabs.texinfo: Fix spelling errors.
9860 (String Field): FILE-NUMBER starts from 0, not 1.
9861
9862 2000-07-05 Eli Zaretskii <eliz@gnu.org>
9863
9864 * refcard.tex: Remove \centerline from the blurb. Patch from
9865 Brian Youmans.
9866
9867 2000-06-25 Eli Zaretskii <eliz@gnu.org>
9868
9869 * Makefile.in (install-info): Support installation from outside of
9870 the source directory. Reported by Mark Harig
9871 <markh@frazier.landmark.com>.
9872
9873 2000-06-20 J.T. Conklin <jtc@redback.com>
9874
9875 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
9876
9877 Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
9878
9879 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
9880 Generate using pdftex.
9881 (PDFTEX): Define.
9882 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
9883 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
9884 @contents at the start.
9885
9886 2000-05-24 Eli Zaretskii <eliz@gnu.org>
9887
9888 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
9889 Youmans.
9890
9891 Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
9892
9893 From Brian Youmans:
9894 * gdb.texinfo: Fix ``et al.''.
9895
9896 Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
9897
9898 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
9899 loop.
9900
9901 2000-05-19 Jimmy Guo <guo@cup.hp.com>
9902
9903 * configure: Regenerate.
9904
9905 2000-05-17 Eli Zaretskii <eliz@gnu.org>
9906
9907 * Makefile.in (install-info): Run install-info on installed Info
9908 files.
9909
9910 Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
9911
9912 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
9913 Andrew Cagney.
9914
9915 2000-05-09 Eli Zaretskii <eliz@gnu.org>
9916
9917 * gdb.texinfo: Proofreading changes from Brian Youmans.
9918
9919 2000-05-01 Nick Duffek <nsd@cygnus.com>
9920
9921 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
9922 startup sequence, minor edits.
9923
9924 2000-05-01 Eli Zaretskii <eliz@gnu.org>
9925
9926 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
9927 TeX.
9928
9929 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
9930 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
9931 like `n' and `s' which look weird. Convert some of the @kindex to
9932 @vindex, when they refer to variables, not commands.
9933
9934 Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
9935
9936 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
9937
9938 2000-04-23 Eli Zaretskii <eliz@gnu.org>
9939
9940 * Makefile.in (GDBMI_DIR): New variable.
9941 (SET_TEXINPUTS): Add $(GDBMI_DIR).
9942 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
9943 (gdbmi.texinfo): New target, for texi2roff.
9944 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
9945 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
9946
9947 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
9948 gdbmi.texinfo.
9949 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
9950 comment.
9951
9952 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9953
9954 * gdb.texinfo (Files): Update description of add-symbol-file
9955 command.
9956
9957 2000-04-17 Eli Zaretskii <eliz@gnu.org>
9958
9959 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
9960 prevents the build (and is generally a Bad Idea).
9961
9962 2000-04-17 Eli Zaretskii <eliz@gnu.org>
9963
9964 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
9965 a comma inside @var.
9966 (Command Files): Index markup changes from Dmitry Sivachenko
9967 <dima@Chg.RU>.
9968
9969 2000-04-16 Eli Zaretskii <eliz@gnu.org>
9970
9971 * Makefile.in (LN_S): Define.
9972 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
9973 invoke "ln -s" unless it is known to work.
9974
9975 * configure.in (AC_PROG_LN_S): Add.
9976
9977 2000-04-14 Jim Blandy <jimb@redhat.com>
9978
9979 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
9980 section.
9981 (Target Conditionals): Document ADDRESS_TO_POINTER,
9982 POINTER_TO_ADDRESS.
9983
9984 2000-04-11 Daniel Berlin <dan@cgsoftware.com>
9985
9986 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
9987 gdb-cfg.texi to get the value.
9988
9989 2000-04-10 Jim Blandy <jimb@redhat.com>
9990
9991 * gdbint.texinfo (Target Architecture Definition): Fix
9992 cross-references.
9993
9994 2000-04-08 Jim Blandy <jimb@redhat.com>
9995
9996 * gdbint.texinfo (Using Different Register and Memory Data
9997 Representations): New section.
9998 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
9999 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
10000 REGISTER_CONVERT_TO_RAW): Document.
10001
10002 Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
10003
10004 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
10005 for acknowledgments.
10006
10007 Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
10008
10009 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
10010 qThreadExtraInfo.
10011
10012 2000-03-28 J.T. Conklin <jtc@redback.com>
10013
10014 * gdb.texinfo: Clarify which remote debug protocol commands are
10015 required and which are optional.
10016
10017 Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
10018
10019 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
10020 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
10021 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
10022 * annotate.texi: Update.
10023
10024 2000-03-28 Stan Shebs <shebs@apple.com>
10025
10026 * gdb.texinfo: Update dates, bump to Eighth Edition (note
10027 expectation of additional changes before release), update
10028 ISBN, add copy of top-level menu for @ifhtml, remove explicit
10029 node links, rephrase and/or shorten lines to fix formatting
10030 problem in both regular and @smallbook formats.
10031 * annotate.texi: Shorten lines in example, use smallexample
10032 consistently everywhere.
10033 * Makefile.in: Add comment about texinfo 4.0 html generation.
10034 (SFILES_INCLUDED): Add annotate.texi.
10035
10036 2000-03-27 Daniel Berlin <dan@cgsoftware.com>
10037
10038 * gdb.texinfo (Debugging Output): Added new section, documenting
10039 the "set/show debug" commands.
10040
10041 Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
10042
10043 * annotate.texi (Annotations): When GDBN omit @chapter and @node
10044 entry.
10045
10046 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
10047 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
10048 @chapter and @node entries.
10049
10050 * gdb.texinfo: Link all top-level nodes.
10051
10052 Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
10053
10054 * Makefile.in (install-info): Create $(infodir) before installing
10055 files.
10056
10057 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
10058
10059 From David Whedon <dwhedon@gordian.com>
10060 * gdbint.texinfo : Added paragraphs about command deprecation.
10061
10062 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
10063
10064 * gdb.texinfo: Add documentation for the apropos command.
10065
10066 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10067
10068 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
10069
10070 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10071
10072 * gdb.texinfo: Add white space to prevent overprinting in
10073 two places.
10074
10075 2000-03-17 Stan Shebs <shebs@apple.com>
10076
10077 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
10078 <dima@Chg.RU>, also clarification of allowed content for
10079 string constants.
10080
10081 2000-03-16 Eli Zaretskii <eliz@gnu.org>
10082
10083 * gdb.texinfo (main menu): Add Annotations.
10084 (File Options): Add @cindex entries for each command-line option.
10085 Document --epoch, --annotate, --async, --interpreter, --write,
10086 --statistics, and --version.
10087
10088 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
10089 of GDB.
10090
10091 2000-02-23 Jim Blandy <jimb@redhat.com>
10092
10093 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
10094
10095 2000-02-22 Jim Blandy <jimb@redhat.com>
10096
10097 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
10098
10099 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
10100
10101 * Makefile.in (diststuff): New target.
10102
10103 2000-02-15 Kevin Buettner <kevinb@redhat.com>
10104
10105 * agentexpr.texi: Fix wording regarding Intel's IA-64
10106 architecture. [From Jim Wilson.]
10107
10108 2000-01-16 Tom Tromey <tromey@cygnus.com>
10109
10110 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
10111 (Delete Breaks): Mention range arguments.
10112 (Disabling): Likewise.
10113
10114 2000-01-05 Dmitry Sivachenko <dima@Chg.RU>
10115
10116 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
10117
10118 Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
10119
10120 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
10121 valid functions.
10122
10123 1999-11-05 Stan Shebs <shebs@andros.cygnus.com>
10124
10125 * gdb.texinfo: Clarify regular expressions used in rbreak.
10126
10127 1999-10-15 Kevin Buettner <kevinb@cygnus.com>
10128
10129 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
10130 MEMORY_REMOVE_BREAKPOINT): Document.
10131
10132 Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
10133
10134 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
10135 offset re-using the DATA offset instead.
10136
10137 1999-10-11 Jim Kingdon <kingdon@redhat.com>
10138
10139 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
10140
10141 1999-10-05 Stan Shebs <shebs@andros.cygnus.com>
10142
10143 From Dmitry Sivachenko <demon@gpad.ac.ru>:
10144 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
10145 typos.
10146
10147 * gdb.texinfo: Various minor wording and formatting improvements,
10148 mentions of additional command-line options.
10149
10150 1999-09-30 Fred Fish <fnf@cygnus.com>
10151
10152 * gdb.texinfo: Document additional forms of specifying section
10153 names and addresses for the add-symbol-file command.
10154
10155 1999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
10156
10157 * gdbint.texinfo: Fix typo, add the word "have".
10158
10159 1999-09-14 Jim Blandy <jimb@cris.red-bean.com>
10160
10161 * gdbint.texinfo (Target Architecture Definition): Document the
10162 SKIP_PERMANENT_BREAKPOINT macro.
10163
10164 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
10165
10166 * gdb.texinfo: Fiks speling errers.
10167
10168 * gdb.texinfo: Fix uses of @multitable.
10169
10170 From Eli Zaretskii <eliz@gnu.org>:
10171 * gdb.texinfo: Include details specific to DOS host, clarify
10172 some confusing language, fix @ref/@xref/@pxref usages, add
10173 comments about using with optimization, add more indexing,
10174 fix info about disassembly-flavor.
10175
10176 Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
10177
10178 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
10179 SKIP_SOLIB_RESOLVER): Define.
10180
10181 Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
10182
10183 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
10184 ``g'' packets.
10185
10186 1999-08-30 Stan Shebs <shebs@andros.cygnus.com>
10187
10188 * gdb.texinfo: Create a new "Configurations" chapter with
10189 platform-specific info, inline remote.texi and move sections of it
10190 into the new chapter, move bits about info proc, heuristic search,
10191 and register stack into the new chapter.
10192 * remote.texi: Remove, now part of gdb.texinfo.
10193 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
10194
10195 1999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
10196
10197 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
10198 GDB_TARGET_IS_MACH386): These kludges have gone away.
10199
10200 Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
10201
10202 * gdbint.texinfo (Target Architecture Definition): Mention
10203 TDEPLIBS.
10204
10205 1999-08-20 Stan Shebs <shebs@andros.cygnus.com>
10206
10207 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
10208 surrounding text to fit HP-UX bits into general info.
10209 (HPPA-cfg.texi): Remove, no longer useful.
10210
10211 * gdb.texinfo: Remove explicit links from @node lines, remove
10212 HP-added "Detailed Node Listing" from main menu which confuses
10213 things.
10214
10215 From Dmitry Sivachenko <dima@Chg.RU>:
10216 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
10217 in description of `set environment'.
10218
10219 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
10220
10221 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
10222
10223 1999-08-12 Ben Elliston <bje@cygnus.com>
10224
10225 * gdbint.texinfo (Breakpoint Handling): Add missing words.
10226
10227 1999-08-10 Eli Zaretskii <eliz@gnu.org>
10228
10229 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
10230 watch, awatch, and rwatch. Explain why the latter two cannot be
10231 set as software watchpoints. Document that watchpoints for local
10232 variables are deleted when the debuggee terminates.
10233
10234 Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
10235
10236 * remote.texi (Protocol): Further clarification of the "qRcmd"
10237 packet. Allow E.. response packet. "qRcmd" packet is no longer
10238 reserved.
10239
10240 1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10241
10242 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
10243 * gdb.texinfo: Ditto.
10244
10245 1999-08-06 Tom Tromey <tromey@cygnus.com>
10246
10247 * gdb.texinfo (KOD): New node.
10248
10249 Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
10250
10251 * remote.texi (Rcmd): Fix minor formatting typos.
10252
10253 Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
10254
10255 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
10256 packets.
10257
10258 1999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
10259
10260 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
10261 fixes.
10262
10263 Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
10264
10265 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
10266
10267 Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
10268
10269 * remote.texi (Communication Protocol): ``v'' is in use. Fix
10270 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
10271 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
10272 packets that are not supported on all hosts. Expand examples.
10273 Spell check.
10274
10275 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
10276
10277 * Makefile.in: Recognize html, install-html. Add targets
10278 to build HTML versions of documentation via texi2html.
10279
10280 Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
10281
10282 * gdbint.texinfo (Testsuite): New chapter, information about the
10283 testsuite.
10284
10285 Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
10286
10287 * remote.texi (Communication Protocol): Rewrite.
10288
10289 Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
10290
10291 * stabs.texinfo: Fix uses of xref.
10292
10293 Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
10294
10295 * gdbint.texinfo: Add an anti-printf exhortation, and update the
10296 info about patch submission.
10297
10298 Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
10299
10300 From Per Bothner <bothner@cygnus.com>:
10301 * gdb.texinfo: Document Chill support.
10302
10303 Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
10304
10305 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
10306 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
10307 Document that the value should be greater-than or equal-to zero.
10308 (NO_STD_REGS): Document. Deprecate.
10309
10310 Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10311
10312 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
10313 Document that these are not used.
10314
10315 Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10316
10317 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
10318
10319 Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
10320
10321 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
10322 numargs was dropped.
10323
10324 Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
10325
10326 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
10327
10328 Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
10329
10330 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
10331 Update.
10332
10333 Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
10334
10335 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
10336 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
10337
10338 Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
10339
10340 * gdbint.texinfo: Fix typos: $ -> @.
10341
10342 Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
10343
10344 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
10345 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
10346 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
10347 BREAKPOINT_FROM_PC.
10348
10349 Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
10350
10351 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
10352 CALL_DUMMY_STACK_ADJUST): Document.
10353
10354 Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10355
10356 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
10357 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
10358
10359 1999-04-02 Stan Shebs <shebs@andros.cygnus.com>
10360
10361 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
10362 longer exists.
10363
10364 Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
10365
10366 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
10367 nearly all @ifset/@ifclear conditionals; nobody uses them, and
10368 they make the manual source incomprehensible.
10369 * h8-cfg.texi: Remove, hasn't been used in years.
10370
10371 Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
10372
10373 * gdb.texinfo: Update the credits.
10374
10375 Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
10376
10377 * gdb.texinfo: Fix mistakes noticed in printout of last
10378 draft, add Alpha to discussion of heuristic fence post.
10379
10380 Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
10381
10382 * gdb.texinfo, remote.texi: Many changes; update to Seventh
10383 Edition, merge some HP changes into mainline, describe some
10384 previously undocumented features, describe more of the target
10385 commands available, eliminate obsolete section on renamed
10386 commands.
10387 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
10388
10389 Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
10390
10391 * gdb.texinfo: Make many HPPA conditionals unconditional,
10392 including catchpoint description, since now on for all configs.
10393 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
10394 specializations.
10395
10396 Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
10397
10398 * Makefile.in (GDBvn.texi): Fix match expression to work with
10399 current format of VERSION in gdb/Makefile.in.
10400 * gdb.texinfo: Fix node ref to match new readline.
10401
10402 Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
10403
10404 * gdb.texinfo: Changes made as part of a project to merge in
10405 changes made by HP. Documentation makes extensive use of
10406 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
10407 on remote debugging. There are differences in documentation
10408 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
10409 the HP manual discusses catchpoints, hardware watchpoints, and
10410 some HPUX specific limitations for shared library support.
10411
10412 There are also a number of @node changes.
10413
10414 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
10415
10416 * gdbint.texinfo (Formatting): Disambiguate a sentence.
10417 (C Usage): Same.
10418
10419 Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
10420
10421 The following changes were made by Edith Epstein
10422 <eepstein@cygnus.com> as part of a project to merge in changes
10423 made by HP.
10424
10425 * HPPA-cfg.texi: new file.
10426
10427 * all-cfg.texi: set HPPA for HP PA-RISC targets.
10428
10429 * refcard.tex: change documentation about catch.
10430 removed info catch.
10431
10432 Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
10433
10434 * gdbint.texinfo: Expand on GDB's coding standards,
10435 specify the use of arg names with prototypes.
10436
10437 1998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
10438
10439 * gdb.texinfo: Fix tipo.
10440
10441 Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
10442
10443 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
10444 TARGET_BYTE_ORDER_SELECTABLE_P.
10445
10446 Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
10447
10448 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
10449
10450 1998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
10451
10452 * agentexpr.texi: New file.
10453
10454 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
10455
10456 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
10457
10458 1998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
10459
10460 * remote.texi: Changed wording that implied that the GDB remote
10461 protocol caches register values instead of GDB itself.
10462
10463 Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
10464
10465 * gdbint.texinfo: Add some info about symbol readers.
10466 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
10467 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
10468 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
10469 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
10470
10471 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
10472
10473 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
10474
10475 Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
10476
10477 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
10478
10479 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
10480
10481 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
10482 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
10483
10484 Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
10485
10486 * gdbint.texinfo: Fix minor typos.
10487
10488 Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
10489
10490 * gdbint.texinfo: Complete overhaul. Group descriptions more
10491 logically, add more info on generic algorithms, remove much
10492 obsolete and/or wrong material.
10493
10494 Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
10495
10496 * stabs.texinfo (Method Type Descriptor): Expand and correct.
10497
10498 Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
10499
10500 * refcard.tex: Copyright, address updates.
10501
10502 Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
10503
10504 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
10505 for the edition instead of confusing GDB-version-like numbers.
10506
10507 Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
10508
10509 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
10510
10511 Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
10512
10513 * LRS: Reformat a bit to keep text under 80 columns.
10514
10515 Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
10516
10517 * gdb.texinfo: Add some credits, mention bug monitor.
10518 * remote.texi: Mention mips monitor targets.
10519 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
10520
10521 Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
10522
10523 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
10524 files, finish sorting of host vs target vs native macros, describe
10525 some more of them.
10526
10527 Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
10528
10529 * gdbint.texinfo (Host Conditionals): Document change from
10530 using NO_MMALLOC to it's inverse, USE_MMALLOC.
10531
10532 Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
10533
10534 * gdbint.texinfo (Host Conditionals): Document
10535 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
10536
10537 Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
10538
10539 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
10540 Document LSEEK_NOT_LINEAR.
10541
10542 Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
10543
10544 * stabs.texinfo (Stab Section Basics): Make it clear that only
10545 some versions of the GNU linker remove the leading N_UNDF symbol.
10546
10547 Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
10548
10549 * stabs.texinfo (String Field): Document type number pairs here,
10550 instead of in the Sun specific section.
10551 (Include Files): The GNU linker supports the N_BINCL
10552 optimization. Clarify the N_BINCL value, and what it is used
10553 for.
10554 (Procedures): Document N_FUN with an empty string to mark the end
10555 of a function.
10556 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
10557 (Sun Differences): Remove this node, as the information is now
10558 elsewhere in the main document.
10559 (Stab Section Basics): Mention that the GNU linker may optimize
10560 stabs and remove the leading N_UNDF symbol.
10561
10562 Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
10563
10564 * gdb.texinfo, refcard.tex: Restore author credit
10565
10566 Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
10567
10568 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
10569 documentation to account for START and END macros taking
10570 one arg.
10571
10572 Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
10573
10574 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
10575 * gdb.texinfo (Frames): Fix typo.
10576
10577 Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
10578
10579 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
10580 a target_signal as arg type, not a pid.
10581
10582 Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
10583
10584 * gdb.texinfo: Document `set assembly-language'.
10585
10586 Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
10587
10588 * remote.texi: Update list of stubs in the GDB distribution.
10589
10590 Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
10591
10592 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
10593 Also document that some systems can use mmalloc but must define
10594 this if their C runtime allocates memory that is later freed.
10595 (MMCHECK_FORCE): Document new macro.
10596
10597 Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
10598
10599 * remote.texi: Add documentation for target Sparclet.
10600
10601 Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10602
10603 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
10604 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
10605 * configure.in: Rewritten for autoconf.
10606 * configure: New.
10607
10608 Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
10609
10610 * Makefile.in (DVIPS): New define, set to dvips.
10611 (dvi): Add stabs.dvi.
10612 (ps): New target.
10613 (all-doc): Depend on info, dvi, and ps targets.
10614 (STAGESTUFF): Add *.ps and *.dvi files.
10615 (clean-info, clean-dvi): Remove.
10616 (mostlyclean): Does not depend upon clean-info or clean-dvi,
10617 rules completely rewritten.
10618 (maintainer-clean): Remove clean-info and clean-dvi
10619 dependencies and put their actions in the rules.
10620 (gdb.ps): New target
10621 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
10622 intermediate TeX files, whether they have 2 or 3 character
10623 extensions.
10624 (gdbint.ps): Add target and rules.
10625 (gdb-internals): Delete unused target.
10626 (Makefile): Depends upon config.status also.
10627
10628 Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
10629
10630 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
10631 set.
10632
10633 Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
10634
10635 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
10636 * gdb.texinfo (Expressions): Fix erroneous array constant example.
10637
10638 Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
10639
10640 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
10641
10642 Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10643
10644 * gdb.texinfo (Print settings): Document
10645 `set/show print static-members' commands.
10646
10647 Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
10648
10649 * gdbint.texinfo (Native): Document name change, coredep.c to
10650 core-aout.c.
10651
10652 Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
10653
10654 * stabs.texinfo (Include Files): Document the values the SunOS4
10655 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
10656
10657 Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
10658
10659 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
10660 Fix typo.
10661
10662 Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
10663
10664 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
10665 "gdb.tar.Z".
10666
10667 Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
10668
10669 * Makefile.in (maintainer-clean): New target, synonym for
10670 realclean.
10671
10672 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
10673
10674 * Update all FSF addresses except those in COPYING* files.
10675
10676 Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
10677
10678 From Richard Earnshaw (rearnsha@armltd.co.uk):
10679 * gdb.texinfo (convenience variables): Document $_exitcode.
10680 (quit): Document optional expression to use as exit code.
10681
10682 Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
10683
10684 * gdb.texinfo, remote.texi: Brought up to date with various
10685 GDB changes.
10686
10687 Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
10688
10689 * gdb.texinfo: Update dates and versions, fix comments about
10690 hardware watchpoints in future releases and about the
10691 sharedlibrary command.
10692
10693 Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10694
10695 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
10696 C_FUN stab. Other cleanups.
10697
10698 Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10699
10700 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
10701 for the sparc stub.
10702
10703 Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10704
10705 * annotate.texi: Clarify which addresses have differing formats
10706 depending on the language and which do not.
10707
10708 Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10709
10710 * remote.texi (NetWare): Changed example to use BOARD= instead of
10711 NODE= argument to reflect correspoding change to gdbserve.nlm.
10712
10713 Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10714
10715 * stabs.texinfo (Negative Type Numbers): Mention the fact that
10716 GDB, as well as AIX dbx, supports the size type attribute.
10717
10718 Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10719
10720 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
10721
10722 Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
10723
10724 * gdb.texinfo (Define): Document $arg0... arguments to commands,
10725 and new 'if' and 'while' commands.
10726
10727 Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
10728
10729 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
10730
10731 Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10732
10733 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
10734 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
10735 NetWare targets. Mostly stolen from the Server node.
10736
10737 Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10738
10739 * gdb.texinfo (Setting): Talk about the language of a source file
10740 versus the working language. The old documentation did not match
10741 what GDB did.
10742
10743 Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10744
10745 * stabs.texinfo (Source Files): Document N_SO used to mark the end
10746 of a source file.
10747
10748 Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10749
10750 * gdb.texinfo (Processes): New node.
10751
10752 Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
10753
10754 * remote.texi: Update documentation of set/show mipsfpu.
10755
10756 Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
10757
10758 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
10759 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
10760
10761 Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
10762
10763 * gdbint.texinfo: Removed mentions of some incorrectly placed and
10764 obsolete conditionals, described some others.
10765
10766 Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10767
10768 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
10769 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
10770
10771 Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
10772
10773 * gdbint.texinfo: Put regex conditionals in their own table.
10774
10775 Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
10776
10777 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
10778 described or fixed the descriptions of many others.
10779
10780 Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
10781
10782 * gdb.texinfo: Add some more credits.
10783 * gdbint.texinfo: Capitalize GDB consistently, describe some
10784 macros and remove some.
10785
10786 Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
10787
10788 * gdbint.texinfo: Removed mentions of many incorrectly placed and
10789 obsolete conditionals, described some others.
10790
10791 Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10792
10793 * gdb.texinfo (help targets): Changed to `help target', which
10794 is the correct gdb command.
10795
10796 Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10797
10798 * annotate.texi (TODO): New node, for keeping track of annotations
10799 suggested but not yet implemented.
10800
10801 Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10802
10803 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
10804 another symbol, it is not the address itself.
10805
10806 Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
10807
10808 * stabs.texinfo (Stab Section Basics): Add comment about alignment
10809 of stabs-in-coff sections.
10810
10811 Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10812
10813 * annotate.texi: Change edition to 0.5 and date to May 1994.
10814 Add index.
10815 (Frames): New node, for frame annotation.
10816 (Displays): New node, for display annotation.
10817
10818 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
10819 when waiting for your program to stop.
10820
10821 Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10822
10823 * annotate.texi (Breakpoint Info): Document annotation of header
10824 fields and record annotation.
10825
10826 Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10827
10828 * annotate.texi: New file, to document annotations.
10829
10830 Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10831
10832 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
10833 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
10834
10835 Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10836
10837 * stabs.texinfo (Stab Section Basics): Say what is in .stab
10838 section, and say n_strx field is compilation unit relative.
10839 * stabs.texinfo: Don't use @code for a.out when it is the name of
10840 an object file format.
10841
10842 Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10843
10844 * gdb.texinfo: Refer to file names, not path names, per rms
10845 convention.
10846 (Arguments): Fix typo.
10847
10848 Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10849
10850 * stabs.texinfo (Global Variables): Talk about stabs in files
10851 where variables are referenced, but not defined.
10852
10853 Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10854
10855 * stabs.texinfo: Move stuff on @ and # type descriptors from node
10856 Cplusplus to new nodes Member Type Descriptor and Method Type
10857 Descriptor. Re-write stuff for #.
10858
10859 Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10860
10861 * gdb.texinfo (Print Settings): Don't document "set print
10862 fast-symbolic-addr off". The bug which it worked around was fixed
10863 on 25 Feb 94 in coffread.c, so I'm nuking the command.
10864
10865 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
10866 N_ENTRY node.
10867
10868 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
10869
10870 Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10871
10872 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
10873 references to ieee-float.c.
10874
10875 Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10876
10877 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
10878 match what the code actually does.
10879
10880 Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10881
10882 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
10883
10884 Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10885
10886 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
10887 i, and b.
10888
10889 Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
10890
10891 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
10892 well as for ELF and SOM. Unify the descriptions of ELF and SOM
10893 as "stabs in sections" rather than just saying "ELF and SOM".
10894 Also make that stuff apply to COFF.
10895
10896 Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10897
10898 * gdb.texinfo (Formatting Documentation): Change GhostScript to
10899 Ghostscript.
10900
10901 Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10902
10903 * gdb.texinfo (Continuing and Stepping): When talking about "step"
10904 versus functions without line numbers, also mention stepping into
10905 them as well as "step" when you are in them. Tell the user how to
10906 deal with the situation. Add comment about "debugging information".
10907
10908 Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10909
10910 * stabs.texinfo (Enumerations): Document restriction on where
10911 enumeration types can appear and still win with GDB.
10912
10913 Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10914
10915 * stabs.texinfo (Negative Type Numbers): Document format for type
10916 -16.
10917
10918 Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10919
10920 * gdb.texinfo (Selection, Frame Info): Update information about
10921 arbitrary frame specficiations.
10922
10923 Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
10924
10925 * gdb.texinfo, remote.texi: general editing pass prior to Net release
10926
10927 Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10928
10929 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
10930
10931 Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
10932
10933 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
10934
10935 Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10936
10937 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
10938 Differences node to Statics node.
10939 (Statics): Discuss XCOFF use of V symbol descriptor.
10940
10941 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
10942 not clean.
10943
10944 Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
10945
10946 * gdb.texinfo (Print Settings): Document `set print
10947 fast-symbolic-addr' and improve the doc for some other
10948 `set print's.
10949
10950 Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10951
10952 * stabs.texinfo (String Field): Talk about defining several type
10953 numbers at once.
10954 Fix lint regarding changing node ELF Transformations to
10955 ELF and SOM Transformations.
10956
10957 Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
10958
10959 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
10960
10961 Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10962
10963 * stabs.texinfo (Cross-References): `::' is for nested types only
10964 within <>.
10965 (Structures): Document static members.
10966
10967 Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10968
10969 * stabs.texinfo: Document S type attribute.
10970
10971 Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
10972
10973 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
10974
10975 Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
10976
10977 * gdbint.texinfo: Fix a few typos.
10978
10979 Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10980
10981 * gdb.texinfo, remote.texi: formatting improvements
10982
10983 * gdb.texinfo (New Features): mention threads.
10984 (Summary, C): fix xrefs in newly contributed text.
10985 (Threads): index entries, clarifications, example
10986 (passim): minor typos fixed, phrasing improvements
10987
10988 * remote.texi (Bootstrapping): rephrase text on ^C and add index
10989 entries; (Server): explain use of gdbserver w/real-time systems,
10990 add example of conflicting TCP port; (MIPS Remote) break up
10991 running text into table, highlighting commands, and add example.
10992
10993 Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10994
10995 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
10996
10997 Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10998
10999 * stabs.texinfo (Nested Symbols): New node.
11000 (String Field, Symbol Descriptors, Cross-References): Refer to it.
11001
11002 Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11003
11004 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
11005 to picking which Bbss.bss symbol to use, and (because there seems to
11006 be no good way of doing it) re-write some of the text to make it
11007 sound like Bbss.bss isn't such a great idea after all (as currently
11008 designed).
11009
11010 * gdb.texinfo (C): In addition to saying people have to use g++ for
11011 good results, say they have to use stabs. Specifically say cfront
11012 doesn't work well.
11013 (Summary): Merge in information on Modula-2, Pascal, and Chill from
11014 the gdb README. Add xrefs to places where the support for the various
11015 languages is described in detail.
11016
11017 Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11018
11019 * stabs.texinfo: Clean up stuff about visibility and virtual
11020 characters.
11021
11022 * stabs.texinfo (N_M2C): Cite Sun doc.
11023
11024 Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11025
11026 * gdb.texinfo: updates re threads.
11027 * remote.texinfo: avoid index entries starting with digits.
11028
11029 Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11030
11031 * stabs.texinfo (Enumerations): Talk about large, negative and
11032 octal values. Clean up cross reference to type attributes.
11033 (String Field): Say that GDB 4.11 supports size attribute.
11034
11035 Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11036
11037 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
11038 is a mandatory step. Make the stuff about that more concise.
11039
11040 Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11041
11042 * stabs.texinfo (Class Names): New node.
11043
11044 * gdb.texinfo (Command Files): Explain order of init file reading.
11045
11046 * remote.texi (Bootstrapping): Talk about getting the serial driver
11047 to deal with ^C sent by gdb to stop the remote system.
11048
11049 Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
11050
11051 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
11052
11053 * libgdb.texinfo (Defining Commands): made the DOC arg
11054 to gdb_define_app_command a char * instead of char **
11055 per a suggestion from kingdon.
11056
11057 * libgdb.texinfo: total rewrite from a different starting
11058 premise.
11059
11060 Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11061
11062 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
11063 floats passed as doubles (to improve clarity).
11064
11065 Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11066
11067 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
11068
11069 * a4rc.sed: update to work with Andreas Vogel papersize params
11070
11071 * refcard.tex: use Andreas Vogel simplifications of papersize
11072 params; remove useless version info; update copyright date.
11073
11074 Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11075
11076 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
11077
11078 Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11079
11080 * gdb.texinfo (Files): Say what address the load command loads it at.
11081
11082 * stabs.texinfo (Common Blocks): Minor cleanups.
11083
11084 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
11085 that Sun has backed away from the linker kludge and thus the relevant
11086 issue is changes to the SunPRO tools, not the Solaris linker.
11087
11088 * stabs.texinfo (Traditional Integer Types): Clean up description
11089 of octal bounds a little bit. Document extra leading zeroes.
11090
11091 Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11092
11093 * gdb.texinfo (Signaling): Update for symbolic symbol names
11094 and add a section explaining the difference between the GDB
11095 signal command and the shell kill utility.
11096
11097 Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
11098
11099 * libgdb.texinfo: added `@' to braces that were unescaped.
11100
11101 Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
11102
11103 * libgdb.texinfo: new file. Spec for the gdb library.
11104
11105 Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11106
11107 * stabs.texinfo (Include Files): Fix typo (start -> end).
11108
11109 Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11110
11111 * gdb.texinfo, remote.texi: assorted small improvements, mostly
11112 from Melissa at FSF's editing pass.
11113
11114 Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11115
11116 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
11117 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
11118 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
11119
11120 Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11121
11122 * remote.texi (Bootstrapping): Discuss 386 call gates.
11123
11124 Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11125
11126 * stabs.texinfo (Based Variables): New node.
11127
11128 Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
11129
11130 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
11131 names, sizes, and formats to suggest how not to lose.
11132
11133 Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11134
11135 * stabs.texinfo (Methods): Fix typo.
11136
11137 Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11138
11139 * gdb.texinfo: Fix a few typos.
11140
11141 Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11142
11143 * gdb.texinfo: Clarify how well it works with Fortran.
11144
11145 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
11146 More on relocating stabs in ELF files.
11147
11148 Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11149
11150 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
11151
11152 Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11153
11154 * stabs.texinfo (Local Variable Parameters): Talk about nameless
11155 parameters on VAX.
11156
11157 Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11158
11159 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
11160
11161 Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11162
11163 * stabs.texinfo: Make info author notice match the TeX author notice.
11164
11165 Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11166
11167 * stabs.texinfo: Initial-caps all words in node names and
11168 non-trivial words in section names.
11169
11170 Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11171
11172 * stabs.texinfo: Many minor cleanups.
11173
11174 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
11175
11176 Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
11177
11178 * stabs.texinfo: Remove full description of big example.
11179 It's not really helpful; just use pieces of it where appropriate.
11180 Add more Texinfo formatting directives (@samp, etc.).
11181 Use @deffn to define stab types.
11182 Eliminate some wordiness. Break up some nodes.
11183 Add an (alphabetized) index of symbol types.
11184 Use consistent capitalization style in node and section names.
11185
11186 Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
11187
11188 * gdb.texinfo: Change typo "Two two" to "The two".
11189
11190 Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11191
11192 * stabs.texinfo (XCOFF-differences): Remove references to
11193 non-existent types N_DECL and N_RPSYM.
11194
11195 * stabs.texinfo (String Field): Say that type attributes bug is
11196 fixed in GDB 4.10, since it is.
11197
11198 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
11199
11200 Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
11201
11202 * stabs.texinfo: Formatting cleanups.
11203
11204 Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11205
11206 * stabs.texinfo: When explaining the n_type of a stab, standardize
11207 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
11208 no tabs, use @r).
11209 (Global Variables): Clean up.
11210
11211 Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11212
11213 * stabs.texinfo (Stack Variables): Re-write.
11214
11215 Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11216
11217 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
11218 addresses of a source file. Also revise formatting.
11219 Change "object module" or "object file" to "source file".
11220 Various: Miscellaneous cleanups.
11221
11222 Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11223
11224 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
11225
11226 Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
11227
11228 * gdbint.texinfo: Removed many nonsensical machine-collected
11229 host and target conditionals, described some of the remainder.
11230
11231 Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11232
11233 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
11234
11235 * gdbint.texinfo (Top): Add name to @top line, and re-write the
11236 paragraph which follows.
11237
11238 * gdbint.texinfo (Host): Use @code not @samp for Makefile
11239 variables. Looks better and avoids overful hbox.
11240
11241 Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11242
11243 * stabs.texinfo (Procedures): Improve stuff on nested functions.
11244
11245 Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11246
11247 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
11248 retransmit-timeout
11249
11250 Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11251
11252 * gdbint.texinfo: Update statement about `some ancient Unix
11253 systems, like Ultrix 4.0' to Ultrix 4.2.
11254
11255 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
11256
11257 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
11258
11259 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
11260
11261 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
11262 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
11263
11264 * remote.texi: new name for former gdbinv-s.texi
11265
11266 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
11267
11268 Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
11269
11270 * gdbinv-s.texi: Documented timeout and retransmit-timeout
11271 variables for MIPS remote debugging protocol.
11272
11273 Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11274
11275 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
11276
11277 Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
11278
11279 * Makefile.in (refcard.dvi): Use srcdir where necessary.
11280
11281 Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
11282
11283 * gdb.texinfo: repair conditional bugs in text markup
11284
11285 Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11286
11287 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
11288 to select Modula-2 material.
11289
11290 Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11291
11292 * stabs.texinfo: Cleanups regarding statics.
11293
11294 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
11295 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
11296
11297 Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11298
11299 * stabs.texinfo: N_MAIN is sometimes used for C.
11300
11301 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11302
11303 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
11304
11305 Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
11306
11307 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
11308 removed from the code by Kingdon.
11309
11310 Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11311
11312 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
11313 input when evaluating breakpoint conditions; the bug has been fixed.
11314
11315 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
11316 sets the ignore count to N-1, not to N.
11317
11318 Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11319
11320 * refcard.tex (\hoffset): correct longstanding error to match
11321 intended offset; avoids cutting off edge on some printers
11322
11323 Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11324
11325 * stabs.texinfo (Parameters): Say that order of stabs is significant.
11326
11327 Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11328
11329 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
11330
11331 Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11332
11333 * Makefile.in: (REFEDITS) new var to control whether PS or CM
11334 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
11335 collect sed edits if any, apply to refcard before formatting;
11336 (refcard.ps) stop implying PS fonts if PS output requested;
11337 (lrefcard.ps) delete extra target for variant PS fonts
11338
11339 * refcard.tex: parametrize papersize dependent info, collect
11340 in easily replaced spot
11341
11342 * a4rc.sed: new file, edits to refcard for A4 paper
11343
11344 Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11345
11346 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
11347
11348 Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11349
11350 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
11351
11352 Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11353
11354 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
11355 politely rather than rudely.
11356
11357 Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11358
11359 * stabs.texinfo: Document common blocks.
11360
11361 Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
11362
11363 * stabs.texinfo: Add some basic info about stabs-in-elf.
11364
11365 Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11366
11367 * stabs.texinfo (Top): Minor cleanup.
11368
11369 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
11370
11371 * Makefile.in (install-info): remove parentdir support
11372
11373 Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11374
11375 * gdb.texinfo (Copying): delete this node and references to it;
11376 RMS says this manual need not carry GPL. (passim): Improvements
11377 from last round at FSF, largely due to Ian Taylor review, and
11378 minor formatting improvements.
11379
11380 * gdbinv-s.texi (passim): Improvements from last round at FSF,
11381 largely due to Ian Taylor review. (Debug Session): minor edits to
11382 new text.
11383
11384 Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
11385
11386 * Makefile.in (realclean): Remove info and dvi files too.
11387
11388 Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
11389
11390 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
11391 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
11392 * gdb.texinfo: Change accordingly.
11393
11394 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
11395 N_{L,R}BRAC,N_SLINE are relative to.
11396
11397 Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
11398
11399 * Makefile.in (GDBvn.texi): Update atomically.
11400
11401 Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
11402
11403 * gdbinv-s.texi (Debug Session): Document exceptionHook.
11404
11405 Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
11406
11407 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
11408 addresses together. Also motivate the set print symbol-filename
11409 command and suggest other solutions.
11410
11411 Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
11412
11413 * gdb.texinfo (set print elements): Note that the number of
11414 elements is set to unlimited by "set print elements 0".
11415
11416 Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
11417
11418 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
11419 NF_LDOUBLE means.
11420 (Stab Types): Include Solaris stab types.
11421 (Procedures): Document Solaris extensions.
11422
11423 Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11424
11425 * gdb.texinfo: Add `set print symbol-filename' doc.
11426
11427 Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11428
11429 * stabs.texinfo (Arrays): Talk about type definition vs. type
11430 information.
11431
11432 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
11433 the trailing semicolon.
11434
11435 Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11436
11437 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
11438 and merge in other parts of the document addressing these subjects.
11439 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
11440
11441 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
11442 at the end of a range type.
11443
11444 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
11445 AIX extensions.
11446
11447 Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11448
11449 * stabs.texinfo (Stabs Format): Misc fixes.
11450
11451 Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11452
11453 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
11454 (Traditional builtin types): Document convex convention for long long.
11455 (Negative builtin types): Discuss type names, and misc fixes.
11456
11457 Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11458
11459 * stabs.texinfo (Builtin Type Descriptors): Document the floating
11460 point types used with @samp{R} type descriptor.
11461 (Symbol Descriptors): Describe how to handle conflict between
11462 different meanings of @samp{P} symbol descriptor.
11463
11464 Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11465
11466 * stabs.texinfo: Remove node Quick Reference and put its children
11467 directly under the main menu.
11468
11469 * stabs.texinfo: Many more changes to bring it into line with
11470 AIX documentation and reality. I think it now has all the
11471 information from the AIX documentation, except that I burned
11472 out when I got to variant records (Pascal and Modula-2) and
11473 all the COBOL types. Oh well, we can add them later when we're
11474 worrying more about those languages.
11475
11476 * stabs.texinfo (Automatic variables): Talk about what it means
11477 to omit the symbol descriptor.
11478
11479 Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11480
11481 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
11482 gcc2 behavior with promoted args.
11483
11484 Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11485
11486 * gdb.texinfo: include readline appendices in info version of manual
11487
11488 Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11489
11490 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
11491 target remote.
11492
11493 * gdb.texinfo (Machine Code): more index entries for disassemble
11494
11495 Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
11496
11497 * Clarify the intended use of the gdb-testers and gdb-patches
11498 mailing lists, and shrink gzip comment.
11499
11500 Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11501
11502 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
11503 DOSHOST configuration of manual.
11504
11505 * gdb.texinfo (MIPS Stack): new node.
11506
11507 * all-config.texi (MIPS) new switch.
11508
11509 * gdbinv-s.texi (Nindy Options) Remove two instances of future
11510 tense; (MIPS Remote) new node.
11511
11512 * gdb.texinfo (passim) rephrases to work around makeinfo @value
11513 bug; (Environment) less passive, other small cleanups in text about
11514 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
11515 (Remote) new MIPS Remote menu entry.
11516
11517 Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
11518
11519 * stabs.texinfo: Many changes to include information from the
11520 AIX documentation.
11521
11522 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
11523
11524 Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
11525
11526 * gdbint.texinfo (new node Debugging GDB, elsewhere):
11527 Move a bunch of information from ../README.
11528 (Getting Started): New node.
11529
11530 Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11531
11532 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
11533
11534 * gdb.texinfo: advance manual revision dates to present
11535
11536 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
11537 stop using silly Roman numerals in @set variable names
11538
11539 Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
11540
11541 * stabs.texinfo (Parameters): Keep trying to get this right.
11542
11543 Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
11544
11545 * stabs.texinfo (Parameters): More on "local parameters".
11546
11547 Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
11548
11549 * stabs.texinfo (Parameters): Re-do "local parameters" section.
11550
11551 Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
11552
11553 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
11554 (Parameters): Rewrite.
11555 (xcoff-differences, Sun-differences): Minor changes.
11556
11557 Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
11558
11559 * stabs.texinfo: Minor cleanup.
11560
11561 Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
11562
11563 * gdbint.texinfo: Minor xcoff stuff.
11564
11565 Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
11566
11567 * gdbint.texinfo: Update for new config directory structure.
11568 Add info about internal type data structures.
11569
11570 Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
11571
11572 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
11573 $(srcdir).
11574 (gdb-config.texi): Depend on file in $(srcdir).
11575
11576 Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
11577
11578 * stabs.texinfo: Fixes about N_SO.
11579
11580 Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11581
11582 * gdb.texinfo: include list of nonstandard init file names
11583
11584 * *-config.texi: new switch GENERIC for text that applies *only*
11585 to (usual) multiple-target version of manual
11586
11587 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
11588 h8 config
11589
11590 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
11591 in menus (rather than conditionally selected multiple alternative
11592 menus).
11593
11594 * Makefile.in: define and use DOC_CONFIG var to select
11595 configuration for GDB user manual.
11596
11597 * gdb-config.texi: delete from repository, generate from Makefile.
11598
11599 * all-config.texi: normal `generic' configuration file, formerly
11600 stored as gdb-config.texi
11601
11602 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
11603
11604 * Makefile.in: add dvi target to build all .dvi files
11605
11606 Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11607
11608 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
11609
11610 Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
11611
11612 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
11613 host conditionals.
11614 * stabs.texinfo: More array fixes inspired by Jim's.
11615
11616 Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
11617
11618 * stabs.texinfo: Fixes re arrays and continuations.
11619
11620 * gdbint.texinfo: Add XCOFF node.
11621
11622 Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
11623
11624 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
11625
11626 Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
11627
11628 * stabs.texinfo: Fix for array types to mention lower bounds.
11629
11630 Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
11631
11632 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
11633
11634 Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
11635
11636 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
11637
11638 Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
11639
11640 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
11641 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
11642
11643 Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
11644
11645 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
11646
11647 Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11648
11649 * gdb.texinfo, gdbinv-s.texi: misc updates
11650
11651 Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
11652
11653 * gdbint.texinfo: Brief documentation for longjmp support,
11654 from an email msg by Stu.
11655
11656 Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
11657
11658 * stabs.texinfo: Fix description of floating point "range"
11659 types (which really define basic types). Reported by Jim Meehan,
11660 <meehan@src.dec.com>.
11661
11662 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
11663
11664 Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
11665
11666 * gdbint.texinfo: Slightly expand section on supporting a new
11667 object file format.
11668
11669 Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
11670
11671 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
11672 intermediate file.
11673
11674 Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11675
11676 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
11677
11678 Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11679
11680 * gdbinv-s.texi: z8000 simulator target name is just "sim"
11681
11682 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
11683 as well as Z8002.
11684
11685 Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
11686
11687 * gdbint.texinfo: Add sections on clean design and on how to send
11688 in changes.
11689
11690 Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
11691
11692 * gdbint.texinfo: Add how to declare the result of make_cleanup.
11693
11694 Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
11695
11696 * gdb.texinfo: Fix typo, reported by Karl Berry.
11697
11698 Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
11699
11700 * gdb.texinfo: Add opcodes dir to GDB distribution description.
11701
11702 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11703
11704 * gdbint.texinfo: fixed a stray email address (needs @@),
11705 added @table @code to node "Native Conditionals"
11706
11707 Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
11708
11709 * gdbint.texinfo: Describe coding style of GDB.
11710
11711 Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
11712
11713 * stabs.texinfo: Minor wording changes.
11714
11715 Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
11716
11717 * gdbint.texinfo: Improve release doc slightly.
11718
11719 Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
11720
11721 * gdbint.texinfo: Improve doc of GDB config macros.
11722
11723 Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
11724
11725 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
11726 These will be reinserted when examined.
11727
11728 Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
11729
11730 * gdbint.texinfo: Make a start at documenting all the #if macros
11731 in GDB. At least list them all, and start separating them into
11732 host-specific and target-specific.
11733
11734 Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11735
11736 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
11737 examples (not consistent w others).
11738 gdb.texinfo: issue disclaimer paragraph on cmdline options only
11739 for generic vn of doc
11740
11741 Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
11742
11743 * Makefile.in: always create installation directories.
11744
11745 Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11746
11747 * gdb.texinfo: in h8 config, do not describe searching commands.
11748
11749 Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11750
11751 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
11752 conditionals; introduce a few generic switches that may be
11753 useful for other cross-dev or dos-hosted configs.
11754
11755 * gdb.texinfo: fix typo in "info reg" description
11756
11757 Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
11758
11759 * stabs.texinfo: Minor updates from running TeX over it.
11760 * Makefile.in (stabs.dvi, stabs.ps): Add.
11761
11762 Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
11763
11764 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
11765 First pass at converting it to texinfo.
11766
11767 Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
11768
11769 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
11770 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
11771
11772 Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
11773
11774 * gdbint.texinfo: Add section on partial symbol tables.
11775
11776 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
11777
11778 * gdb.texinfo: document `set remotedebug' and `set
11779 rstack_high_address'.
11780
11781 Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11782
11783 * gdb.texinfo: slight expansion of new text on reading info files
11784 * gdbinv-s.m4.in: correct and expand info on cross-debugging
11785 H8/300 from DOS.
11786
11787 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
11788
11789 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
11790
11791 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
11792
11793 * gdb.texinfo: Say how to read the `info' files.
11794
11795 Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
11796
11797 * Makefile.in: gm4 -> m4.
11798
11799 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
11800
11801 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
11802 Documentation' ahead of `Installing GDB' to match README.
11803 Update shared library doc, -readnow and -mapped, and directory
11804 structure (add glob and mmalloc). Update configure doc.
11805
11806 Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
11807
11808 * Makefile.in: remove $(srcdir) from gdb.info rule.
11809
11810 Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11811
11812 * Makefile.in: commented out gdb-all.texinfo rule. This is
11813 temporary.
11814
11815 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
11816
11817 * Makefile.in, configure.in: removed traces of namesubdir,
11818 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
11819 copyrights to '92, '13, changed some from Cygnus to FSF.
11820
11821 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
11822
11823 * gdb.texinfo: Improve how we ask for bug reports.
11824
11825 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11826
11827 * Makefile.in: infodir belongs in datadir.
11828
11829 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11830
11831 * Makefile.in: remove spaces following hyphens, bsd make can't
11832 cope. install using INSTALL_DATA. added clean-info. added
11833 standards.text support.
11834
11835 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11836
11837 * Makefile.in: idestdir and ddestdir go away. Added copyrights
11838 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
11839 and mandir now keyed off datadir by default.
11840
11841 \f
11842 Local Variables:
11843 mode: change-log
11844 left-margin: 8
11845 fill-column: 74
11846 version-control: never
11847 coding: utf-8
11848 End:
This page took 0.33936 seconds and 5 git commands to generate.