]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/doc/ChangeLog
Support an "unlimited" number of user-defined arguments
[thirdparty/binutils-gdb.git] / gdb / doc / ChangeLog
1 2016-12-02 Pedro Alves <palves@redhat.com>
2
3 * gdb.texinfo (User-defined Commands): Limit on number of
4 arguments passed to user-defined commands removed; update.
5
6 2016-12-02 Pedro Alves <palves@redhat.com>
7
8 PR cli/20559
9 * gdb.texinfo (Define): Add example of using "eval" to process a
10 variable number of arguments.
11 (Output) <eval>: Add anchor.
12
13 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
14
15 * Makefile.in: Likewise.
16
17 2016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
18
19 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
20 xref.
21
22 2016-10-29 Pedro Alves <palves@redhat.com>
23
24 * gdb.texinfo (Packets) <vCont>: Remove mention of default
25 actions.
26
27 2016-10-26 Pedro Alves <palves@redhat.com>
28
29 * gdb.texinfo (Packets): Clarify vCont packets with multiple
30 actions that match a thread, and what happens when an action
31 matches a thread that is already running.
32
33 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
34
35 * gdb.texinfo (Using Trace Files): Fix typo.
36 (GDB/MI Tracepoint Commands): Likewise.
37
38 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
39
40 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
41 of -trace-save.
42
43 2016-10-06 Tom Tromey <tom@tromey.com>
44
45 * guile.texi (Types In Guile): Remove Java mentions.
46 * python.texi (Types In Python): Remove Java mentions.
47 * gdb.texinfo (Address Locations, Supported Languages)
48 (Index Section Format): Remove Java mentions.
49
50 2016-08-15 Doug Evans <dje@google.com>
51
52 * gdb.texinfo (Target Description Format): Update docs on "end"
53 field spec and field default type.
54
55 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
56 2016-10-03 Simon Marchi <simon.marchi@ericsson.com>
57
58 PR gdb/20487
59 * gdb.texinfo (Context management): Update mention of frame
60 change notifications.
61 (gdb/mi Async Records): Document frame field in
62 =thread-select event.
63 * observer.texi (GDB Observers): New user_selected_context_changed
64 observer.
65
66 2016-09-28 Tom Tromey <tom@tromey.com>
67
68 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
69 than "memory breakpoint". Further document "kind". Move
70 protocol-details link earlier.
71 <z1>: Document the cmd_list argument. Fix typo.
72 <g>: Remove incorrect sentence.
73 (Stop Reply Packets): Document "OK" response to requests when in
74 non-stop mode.
75 <swbreak>: Use "software breakpoint" rather than "memory
76 breakpoint".
77 <create>: Document that "R" is ignored.
78 <W, X, w>: Document formatting of "AA".
79 (Notification Packets): Use "%Stop", not "%%Stop".
80
81 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
82
83 * gdb.texinfo (Embedded Processors): Document ARC.
84 (Synopsys ARC): New section.
85 (Standard Target Features): Document ARC features.
86 (ARC Features): New section.
87
88 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
89
90 * .gitignore: New file.
91
92 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
93
94 * gdb.texinfo (Input/Output): Mention possibility to unset
95 inferior-tty.
96
97 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
98
99 * gdb.texinfo: Resume btrace on reconnect.
100
101 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
102
103 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
104 syscall.
105
106 2016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
107
108 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
109 command.
110
111 2016-07-13 Tom Tromey <tom@tromey.com>
112
113 PR python/15620, PR python/18620:
114 * python.texi (Events In Python): Document new breakpoint events.
115
116 2016-07-13 Tom Tromey <tom@tromey.com>
117
118 PR python/17698:
119 * python.texi (Breakpoints In Python): Document
120 Breakpoint.pending.
121
122 2016-07-13 Tom Tromey <tom@tromey.com>
123
124 * python.texi (Breakpoints In Python): Move table of types and
125 table of watchpoint types earlier in node.
126
127 2016-07-12 Tom Tromey <tom@tromey.com>
128
129 PR python/19293:
130 * python.texi (Frames In Python): Document
131 gdb.invalidate_cached_frames.
132
133 2016-06-21 Pedro Alves <palves@redhat.com>
134
135 * gdb.texinfo (Interpreters): Update intepreter-exec section,
136 document new-ui and explain use case.
137
138 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
139
140 * gdb.texinfo (Standard Target Features): Document NDS32 features.
141 (NDS32 Features): New Section.
142
143 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
144
145 * gdb.texinfo (Examining Memory): Document negative repeat
146 count in the 'x' command.
147
148 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
149
150 * gdb.texinfo (GDB/MI Async Records): Document method and
151 format fields in =record-started.
152 * observer.texi (record_changed): Add method and format
153 parameters.
154
155 2016-05-27 Eli Zaretskii <eliz@gnu.org>
156
157 * gdb.texinfo (General Query Packets): Move the description of the
158 response before the long list of the specific 'read' and 'write'
159 requests.
160
161 2016-05-23 Tom Tromey <tom@tromey.com>
162
163 * python.texi (Basic Python): Document gdb.breakpoints return.
164
165 2016-05-24 Tom Tromey <tom@tromey.com>
166
167 PR gdb/19194:
168 * gdb.texinfo (gdb man): Fix typo.
169
170 2016-05-17 Tom Tromey <tom@tromey.com>
171
172 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
173 (Rust): New node.
174
175 2016-05-17 Tom Tromey <tom@tromey.com>
176
177 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
178
179 2016-04-27 Yao Qi <yao.qi@linaro.org>
180
181 * gdb.texinfo (tfind): Complete doc about tfind without
182 argument.
183
184 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
185
186 * agentexpr.texi (byte): Fix zero_ext description.
187
188 2016-03-31 Pedro Alves <palves@redhat.com>
189
190 * gdb.texinfo (M32R/SDI): Delete node.
191 (MIPS Embedded): Remove references to the MIPS remote debugging
192 protocol, PMON and variants, and the associated commands.
193
194 2016-03-15 Doug Evans <dje@google.com>
195
196 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
197 (Target Description Format): Mention enum types. Update docs on
198 flags types.
199 (Predefined Target Types): Add "bool".
200 (Enum Target Types): New node.
201
202 2016-03-15 Pedro Alves <palves@redhat.com>
203
204 * gdb.texinfo (Tracepoint Actions): Fix typo.
205
206 2016-03-15 Pedro Alves <palves@redhat.com>
207 Andreas Arnez <arnez@linux.vnet.ibm.com>
208 Marcin Kościelnicki <koriakin@0x04.net>
209
210 * gdb.texinfo (Tracepoint Actions): Document possible
211 unreliability of '$_ret'.
212
213 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
214
215 * gdb.texinfo (Symbols): Document new 'maint info line-table'
216 command.
217
218 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
219
220 * gdb.texinfo (Convenience Functions): Document $_as_string.
221
222 2016-02-23 Doug Evans <dje@google.com>
223
224 * gdb.texinfo (Skipping Over Functions and Files): Document new
225 options to "skip" command. Update docs of output of "info skip".
226
227 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
228
229 * gdb.texinfo (Signals): Add bound violation display hints for
230 a SIGSEGV.
231
232 2016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
233
234 * gdb.texinfo (Trace File Format): Add documentation for description
235 section lines.
236
237 2016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
238
239 * gdb.texinfo (Trace File Format): Remove misleading information
240 about register block ordering.
241
242 2016-02-01 Doug Evans <dje@google.com>
243
244 * gdb.texinfo (Value Sizes): Fix typo.
245
246 2016-02-01 Doug Evans <dje@google.com>
247
248 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
249
250 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
251
252 * gdb.texinfo (Value Sizes): New section.
253 (Data): Add the 'Value Sizes' node to the menu.
254
255 2016-01-26 John Baldwin <jhb@FreeBSD.org>
256
257 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
258
259 2016-01-19 John Baldwin <jhb@FreeBSD.org>
260
261 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
262
263 2016-01-18 Pedro Alves <palves@redhat.com>
264
265 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
266 of the thread that hit a breakpoint or received a signal.
267
268 2016-01-15 Pedro Alves <palves@redhat.com>
269
270 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
271
272 2016-01-13 Pedro Alves <palves@redhat.com>
273
274 * gdb.texinfo (Threads): Document the $_gthread convenience
275 variable.
276 (Convenience Vars): Likewise.
277
278 2016-01-13 Pedro Alves <palves@redhat.com>
279
280 * gdb.texinfo (Threads): Document "info threads -gid".
281
282 2016-01-13 Pedro Alves <palves@redhat.com>
283
284 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
285 anchor.
286 (Threads In Python): Document new InferiorThread.global_num
287 attribute.
288
289 2016-01-07 Pedro Alves <palves@redhat.com>
290
291 * gdb.texinfo (Threads): Document per-inferior thread IDs,
292 qualified thread IDs, global thread IDs and thread ID lists.
293 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
294 thread IDs.
295 (Convenience Vars): Document the $_thread convenience variable.
296 (Ada Tasks): Adjust to refer to thread IDs.
297 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
298 Commands, GDB/MI Variable Objects): Update to mention global
299 thread IDs.
300 * guile.texi (Breakpoints In Guile)
301 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
302 global thread IDs instead of thread IDs.
303 * python.texi (Threads In Python): Adjust documentation of
304 InferiorThread.num.
305 (Breakpoint.thread): Mention global thread IDs instead of thread
306 IDs.
307
308 2016-01-13 Pedro Alves <palves@redhat.com>
309
310 * python.texi (Threads In Python): Document
311 InferiorThread.inferior.
312
313 2016-01-13 Pedro Alves <palves@redhat.com>
314
315 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
316 convenience variable.
317 (Convenience Vars): Likewise.
318
319 2016-01-12 Josh Stone <jistone@redhat.com>
320 Philippe Waroquiers <philippe.waroquiers@skynet.be>
321
322 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
323 (Stop Reply Packets): List the syscall entry and return stop reasons.
324 (General Query Packets): Describe QCatchSyscalls, and add it to the
325 table and the detailed list of stub features.
326
327 2016-01-12 Pedro Alves <palves@redhat.com>
328
329 Remove use of the registered trademark symbol throughout.
330
331 2016-01-12 Yao Qi <yao.qi@linaro.org>
332
333 * gdb.texinfo (Interrupts): Update the document on handling
334 interrupt when program is stopped.
335
336 2015-12-11 Don Breazeal <donb@codesourcery.com>
337
338 * gdb.texinfo (Forks): Correct Linux kernel version where
339 fork and exec events are supported, add notes about support
340 of these events in target remote mode.
341 (Connecting): Reorganize and clarify distinctions between
342 target remote, extended-remote, and multiprocess.
343 Reorganize related text from separate sections into new
344 sections.
345 (Server): Note effects of target extended-remote mode.
346 Delete section on Multi-Process Mode for gdbserver.
347 Move some text to "Connecting" node.
348
349 2015-12-10 Pedro Alves <palves@redhat.com>
350
351 * gdb.texinfo (Threads): Replace warning with explanation
352 about single-threaded programs.
353
354 2015-12-10 Pedro Alves <palves@redhat.com>
355
356 * gdb.texinfo (Threads): Remove mention of SGI.
357 (Forks): Remove mention of HP-UX.
358 (Breakpoints): Remove mention of HP-UX.
359 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
360 Reword in terms of architectures.
361 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
362 mention supported systems.
363 (Convenience Vars): Don't mention HP-UX.
364 (Jumping): Remove mention of HP-UX in comment.
365 (Files) <shared libraries>: Update supported shared library types
366 list. Remove mention of HP-UX.
367 (Native): Remove HP-UX subsection.
368 (SVR4 Process Information): Remove mention of HP-UX.
369
370 2015-12-10 Pedro Alves <palves@redhat.com>
371
372 * gdb.texinfo (Stack): Reorder menu.
373
374 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
375
376 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
377 -var-set-format's new zero-hexadecimal format.
378
379 2015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
380
381 * gdb.texinfo (Ada Mode Into): Move overloading support
382 description to its own node.
383 (Overloading support for Ada): New node.
384
385 2015-11-30 Pedro Alves <palves@redhat.com>
386
387 PR 14618
388 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
389 (Remote Configuration): Add the "set/show remote
390 no-resumed-stop-reply" to the available settings table.
391 (General Query Packets): Document the "no-resumed" qSupported
392 feature.
393
394 2015-11-30 Pedro Alves <palves@redhat.com>
395
396 * gdb.texinfo (Remote Configuration): List "set/show remote
397 thread-events" command in configuration table.
398 (Stop Reply Packets): Document "T05 create" stop
399 reason and 'w' stop reply.
400 (General Query Packets): Document QThreadEvents packet. Document
401 QThreadEvents qSupported feature.
402
403 2015-11-30 Pedro Alves <palves@redhat.com>
404
405 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
406 anchor.
407 (Packets): Document vCtrlC.
408
409 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
410
411 * gdb.texinfo (Thread List Format): Mention thread names.
412
413 2015-11-24 Pedro Alves <palves@redhat.com>
414
415 PR 17539
416 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
417 program-spaces" example to ascending order listing.
418 (Threads): Adjust "info threads" example to ascending order
419 listing.
420 (Forks): Adjust "info inferiors" example to ascending order
421 listing.
422
423 2015-11-04 Markus Metzger <markus.t.metzger@intel.com>
424
425 * gdb.texinfo (Process Record and Replay): Document "record
426 instruction-history" modifiers.
427
428 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
429
430 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
431 description.
432 (Frame Filter Management): Move to later in the 'Examining the
433 Stack' chapter.
434 (Selection): Add entry for 'select-frame'.
435
436 2015-09-25 Doug Evans <dje@google.com>
437
438 * gdb.texinfo (Process Record and Replay): Fix syntax of
439 "record instruction-history begin, end" and
440 "record function-call-history begin, end".
441
442 2015-09-22 Simon Marchi <simon.marchi@ericsson.com>
443
444 * gdb.texinfo (Specifying Source Directories): Fix
445 substitute-path example.
446
447 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
448
449 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
450
451 2015-09-15 Pedro Alves <palves@redhat.com>
452
453 PR remote/18965
454 * gdb.texinfo (Stop Reply Packets): Revert previous change to
455 the vforkdone description.
456
457 2015-09-15 Pedro Alves <palves@redhat.com>
458
459 PR remote/18965
460 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
461 part indicates the thread ID of the parent process.
462
463 2015-09-15 Yao Qi <yao.qi@linaro.org>
464
465 * gdb.texinfo (General Query Packets): Add vContSupported to
466 tables of 'gdbfeatures' and 'stub features' supported in the
467 qSupported packet, as well as to the list containing stub
468 feature details.
469
470 2015-09-11 Don Breazeal <donb@codesourcery.com>
471
472 * gdb.texinfo (Remote Configuration): Add exec event
473 feature to table of packet settings.
474 (Stop Reply Packets): Add exec events to the list of stop
475 reasons.
476 (General Query Packets): Add exec events to tables of
477 'gdbfeatures' and 'stub features' supported in the qSupported
478 packet, as well as to the list containing stub feature
479 details.
480
481 2015-08-24 Pedro Alves <palves@redhat.com>
482
483 * gdb.texinfo (Remote Configuration): Document the "set/show
484 remote multiprocess-extensions-packet" commands.
485
486 2015-08-24 Pedro Alves <palves@redhat.com>
487
488 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
489 <M32R>: Remove references to M32R/D.
490 <M68K>: Remove references to target dbug.
491 <MIPS Embedded>: Remove references to target r3900 and target
492 array.
493 <PowerPC Embedded>: Remove references to target dink32 and target
494 ppcbug, target sds
495 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
496
497 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
498
499 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
500
501 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
502
503 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
504
505 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
506
507 * gdb.texinfo (Maintenance Commands): Move documentation of "main
508 info bfds" to...
509 (File Caching): A New section. Outline bfd caching, and add new
510 description for "main set/show bfd-sharing".
511
512 2015-08-14 Doug Evans <xdje42@gmail.com>
513
514 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
515 disassembly.
516 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
517
518 2015-08-11 Keith Seitz <keiths@redhat.com>
519
520 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
521 Use "location(s)"instead of "linespec(s)".
522 (Specifying a Location): Rewrite.
523 Add subsections describing linespec, address, and explicit locations.
524 Add node/menu for each subsection.
525 (Source and Machine Code, C Preprocessor Macros)
526 (Create and Delete Trace points)
527 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
528 (Continuing at a Different Address): Remove "linespec" examples.
529 Add reference to "Specify a Location"
530 (The -break-insert Command): Rewrite. Add anchor.
531 Add reference to appropriate manual section discussing locations.
532 (The -dprintf-insert Command): Refer to -break-insert for
533 specification of 'location'.
534
535 2015-08-07 Pedro Alves <palves@redhat.com>
536
537 * gdb.texinfo (Maintenance Commands): Document "maint set/show
538 target-non-stop".
539
540 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
541
542 * gdb.texinfo (Process Record and Replay): Document prefixing of
543 speculatively executed instructions in the "record instruction-history"
544 command.
545
546 2015-07-20 Doug Evans <dje@google.com>
547
548 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
549
550 2015-07-16 Doug Evans <dje@google.com>
551
552 * stabs.texinfo: @include gdb-cfg.texi.
553
554 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
555
556 Revert the previous 2 commits:
557 gdbserver build-id attribute generator
558 Validate symbol file using build-id
559
560 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
561
562 * gdb.texinfo (Files): Add 'set validate-build-id'
563 and 'show validate-build-id'.
564
565 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
566 Jan Kratochvil <jan.kratochvil@redhat.com>
567
568 gdbserver build-id attribute generator.
569 * gdb.texinfo (Library List Format for SVR4 Targets): Add
570 'build-id' in description, example, new attribute in dtd.
571
572 2015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
573
574 * gdb.texinfo (Selection): Update documentation for 'frame'
575 command.
576
577 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
578
579 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
580 commands.
581
582 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
583
584 * gdb.texinfo (Process Record and Replay): Spell out that variables
585 and registers are not available during btrace replay.
586 Describe the new "record btrace pt" command.
587 Describe the new "set|show record btrace pt buffer-size" options.
588 (General Query Packets): Describe the new Qbtrace:pt and
589 Qbtrace-conf:pt:size packets.
590 Expand "bts" to "Branch Trace Store".
591 Update the branch trace DTD.
592
593 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
594
595 * gdb.texinfo (Command History): Document the new option
596 "history remove-duplicates".
597
598 2015-06-19 Doug Evans <dje@google.com>
599
600 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
601 longer supported.
602
603 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
604
605 * gdb.texinfo (Command History): Mention that setting
606 GDBHISTSIZE to the empty string disables history truncation.
607
608 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
609
610 PR gdb/16999
611 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
612 behavior.
613
614 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
615
616 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
617 with GDBHISTSIZE.
618
619 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
620
621 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
622 bytes and memory units for -data-{read,write}-memory-bytes.
623 (Packets): Same for m, M and X packets.
624 * python.texi (Inferiors In Python): Same for read_memory and
625 write_memory.
626
627 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
628
629 * gdb.texinfo (Separate Debug Files): Document that PE is also
630 supported.
631
632 2015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
633
634 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
635 single table entry.
636
637 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
638
639 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
640
641
642 2015-06-10 Gary Benson <gbenson@redhat.com>
643
644 * gdb.texinfo (Remote Configuration): Document the
645 "set/show remote hostio-setfs-packet" command.
646 (Host I/O Packets): Document the vFile:setfs packet.
647
648 2015-06-10 Gary Benson <gbenson@redhat.com>
649
650 * gdb.texinfo (Debugging Output): Document the "set/show debug
651 linux-namespaces" command.
652
653 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
654 Mircea Gherzan <mircea.gherzan@intel.com>
655
656 * gdb.texinfo (i386): Add documentation about "show mpx bound"
657 and "set mpx bound".
658
659 2015-05-27 Doug Evans <dje@google.com>
660
661 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
662
663 2015-05-26 Doug Evans <dje@google.com>
664
665 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
666 command renamings.
667 (Maintenance Commands): Update for DWARF "set debug" command renamings.
668
669 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
670
671 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
672
673 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
674
675 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
676 (TUI Commands): Add 'tui enable' and 'tui disable' details.
677
678 2015-05-16 Doug Evans <xdje42@gmail.com>
679
680 * guile.texi (Memory Ports in Guile): Document support for unbuffered
681 memory ports.
682
683 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
684
685 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
686
687 2015-05-12 Don Breazeal <donb@codesourcery.com>
688
689 * gdb.texinfo (Forks): Note that fork debugging is
690 supported in extended mode.
691 (Remote Configuration): Add fork event features to table
692 of packet settings.
693 (Stop Reply Packets): Add fork events to list of stop reasons.
694 (General Query Packets): Add fork events to tables of
695 'gdbfeatures' and 'stub features' supported in the qSupported
696 packet, as well as to the list containing stub feature
697 details.
698
699 2015-05-12 Gary Benson <gbenson@redhat.com>
700
701 * gdb.texinfo (General Query Packets): Document
702 qXfer:exec-file:read with empty annex.
703
704 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
705
706 * python.texi (Values From Inferior): Add descriptions of new
707 methods gdb.Value.reference_value and gdb.Value.const_value.
708
709 2015-05-06 Joel Brobecker <brobecker@adacore.com>
710
711 * gdb.texinfo (Files): Add "info dll" documentation.
712 (Cygwin Native): Remove "info dll" documentation.
713
714 2015-04-29 Doug Evans <dje@google.com>
715
716 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
717 Document.
718 (Writing an Xmethod): Add get_result_type to example.
719
720 2015-04-28 Sasha Smundak <asmundak@google.com>
721
722 * python.texi: New method documented.
723
724 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
725
726 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
727 format.
728
729 2015-04-24 Doug Evans <dje@google.com>
730
731 * python.texi (Xmethods In Python): Fix name of method to call the
732 xmethod.
733
734 2015-04-17 Gary Benson <gbenson@redhat.com>
735
736 * gdb.texinfo (Connecting to a Remote Target): Mention that
737 GDB can access program files from remote targets that support
738 qXfer:exec-file:read and Host I/O packets.
739
740 2015-04-17 Gary Benson <gbenson@redhat.com>
741
742 * gdb.texinfo (Remote Configuration): Document the "set/show
743 remote pid-to-exec-file-packet" command.
744 (General Query Packets): Document the qXfer:exec-file:read
745 qSupported features. Document the qXfer:exec-file:read packet.
746
747 2015-04-17 Gary Benson <gbenson@redhat.com>
748
749 * gdb.texinfo (set sysroot): Document that "set sysroot" also
750 applies to executable paths if supplied to GDB as absolute.
751
752 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
753
754 * gdb.texinfo (Mode Options): Remove -xdb.
755
756 2015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
757 Eli Zaretskii <eliz@gnu.org>
758
759 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
760 compile, show debug compile. New subsection Compilation options for
761 the compile command. New subsection Compiler search for the compile
762 command.
763
764 2015-04-09 Andy Wingo <wingo@igalia.com>
765
766 * guile.texi (Frames In Guile): Describe frame-read-register.
767
768 2015-04-02 Gary Benson <gbenson@redhat.com>
769
770 * gdb.texinfo (set sysroot): Document "target:".
771
772 2015-04-01 Sasha Smundak <asmundak@google.com>
773
774 * doc/python.texi (Writing a Frame Unwinder in Python): Add
775 section.
776
777 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
778
779 PR corefiles/16092
780 * gdb.texinfo (gcore): Mention new command 'set
781 use-coredump-filter'.
782 (set use-coredump-filter): Document new command.
783
784 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
785
786 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
787 documentation, reorder the info os entries in alphabetical order.
788
789 2015-03-26 Simon Marchi <simon.marchi@ericsson.com>
790
791 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
792 -data-write-memory-bytes.
793
794 2015-03-24 Pedro Alves <palves@redhat.com>
795
796 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
797 mention that threads may sometimes run unlocked.
798
799 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
800
801 * gdb.texinfo (Remote configuration): Document "set/show
802 serial parity" command.
803
804 2015-03-18 Gary Benson <gbenson@redhat.com>
805
806 * gdb.texinfo (General Query Packets): Remove documentation
807 for now-removed vFile:fstat qSupported features.
808
809 2015-03-11 Gary Benson <gbenson@redhat.com>
810
811 * gdb.texinfo (Remote Configuration): Document the
812 "set/show remote hostio-fstat-packet" command.
813 (General Query Packets): Document the vFile:fstat
814 qSupported features.
815 (Host I/O Packets): Document the vFile:fstat packet.
816
817 2015-03-11 Andy Wingo <wingo@igalia.com>
818
819 * guile.texi (Objfiles In Guile): Document objfile-progspace.
820
821 2015-03-04 Pedro Alves <palves@redhat.com>
822
823 * gdb.texinfo (Remote Configuration): Document the "set/show
824 remote swbreak-feature-packet" and "set/show remote
825 hwbreak-feature-packet" commands.
826 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
827 decription.
828 (Stop Reply Packets): Document the swbreak and hwbreak stop
829 reasons.
830 (General Query Packets): Document the swbreak and hwbreak
831 qSupported features.
832 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
833
834 2015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
835
836 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
837 under *stopped.
838
839 2015-03-02 Doug Evans <xdje42@gmail.com>
840
841 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
842
843 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
844
845 * gdb.texinfo (S/390 and System z Features): Describe new feature
846 "org.gnu.gdb.s390.vx".
847
848 2015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
849
850 PR gdb/18008
851 * gdb.texinfo (maint internal-error, maint internal-warning, maint
852 demangler-warning): Fix typo ("problam").
853
854 2015-02-19 David Taylor <dtaylor@emc.com>
855
856 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
857
858 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
859
860 * gdb.texinfo (Static Probe Points): Add cindex `static probe
861 point, DTrace'.
862 (Static Probe Points): Modified to cover DTrace probes in addition
863 to SystemTap probes. Also modified to cover the `enable probe'
864 and `disable probe' commands.
865
866 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
867
868 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
869 `disable probe' commands.
870
871 2015-02-12 David Taylor <dtaylor@emc.com>
872
873 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
874 fields of the QTDV packet.
875
876 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
877
878 * gdb.texinfo (Branch Trace Configuration Format): Add size.
879 (Process Record and Replay): Describe new set|show commands.
880 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
881
882 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
883
884 * gdb.texinfo (Process Record and Replay): Describe the "record
885 btrace bts" command.
886 (General Query Packets): Describe qXfer:btrace-conf:read packet.
887 (Branch Trace Configuration Format): New.
888
889 2015-01-31 Gary Benson <gbenson@redhat.com>
890 Doug Evans <dje@google.com>
891
892 * gdb.texinfo (Command Completion): Document new
893 "set/show max-completions" option.
894
895 2015-01-31 Doug Evans <xdje42@gmail.com>
896
897 * gdb.texinfo (Symbols): Document new commands
898 "maint print symbol-cache", "maint print symbol-cache-statistics",
899 "maint flush-symbol-cache". Document new option
900 "maint set symbol-cache-size".
901
902 2015-01-31 Doug Evans <xdje42@gmail.com>
903
904 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
905 distinguish script files vs inlined scripts.
906 * python.texi (Python Auto-loading): Ditto.
907
908 2015-01-30 Doug Evans <dje@google.com>
909
910 * gdb.texinfo (Symbols) <info source>: Output now contains producer
911 string if present.
912
913 2015-01-27 Doug Evans <dje@google.com>
914
915 * python.texi (Objfiles In Python): Document Objfile.username.
916
917 2015-01-27 Doug Evans <dje@google.com>
918
919 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
920 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
921
922 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
923
924 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
925
926 2015-01-16 Eli Zaretskii <eliz@gnu.org>
927
928 * doc/gdb.texinfo (TUI Commands): Document the possible
929 values of NAME argument to 'winheight' command. Explain the
930 effect of 'tabset' setting better.
931
932 2015-01-11 Doug Evans <xdje42@gmail.com>
933
934 PR gdb/15830
935 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
936 (Symbols): Ditto.
937 (Maintenance Commands): Delete docs for "maint demangle".
938
939 2014-12-31 Joel Brobecker <brobecker@adacore.com>
940
941 * gdb.texinfo (Files): Remove documentation of the
942 "add-shared-symbol-files" and "assf" commands.
943 (Cygwin Native): Remove documentation of the "dll-symbols"
944 command.
945
946 2014-12-17 Doug Evans <xdje42@gmail.com>
947
948 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
949
950 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
951 Jan Kratochvil <jan.kratochvil@redhat.com>
952
953 * gdb.texinfo (Altering): Update.
954 (Compiling and Injecting Code): New node.
955
956 2014-12-12 Doug Evans <dje@google.com>
957
958 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
959
960 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
961
962 * gdb.texinfo: Document "maint print user-registers".
963
964 2014-12-08 Doug Evans <dje@google.com>
965
966 * python.texi (Objfiles In Python): Document Objfile.owner.
967
968 2014-12-04 Doug Evans <dje@google.com>
969
970 * python.texi (Objfiles In Python): Document
971 Objfile.add_separate_debug_file.
972
973 2014-12-04 Doug Evans <dje@google.com>
974
975 * python.texi (Objfiles In Python): Document Objfile.build_id.
976
977 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
978
979 * python.texi (Events In Python): Document new events
980 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
981 and RegisterChangedEvent.
982
983 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
984
985 Add add-auto-load-scripts-directory.
986 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
987 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
988
989 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
990
991 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
992 description typo.
993
994 2014-10-30 Doug Evans <dje@google.com>
995
996 * python.texi (Progspaces In Python): Document ability to add
997 random attributes to gdb.Progspace objects.
998 (Objfiles In Python): Document ability to add random attributes to
999 gdb.objfile objects.
1000
1001 2014-10-27 Pedro Alves <palves@redhat.com>
1002
1003 * gdb.texinfo (Continuing and Stepping): Add cross reference to
1004 info on stepping and signal handlers.
1005 (Signals): Explain stepping and signal handlers. Add context
1006 index entry, and cross references.
1007
1008 2014-10-20 Simon Marchi <simon.marchi@ericsson.com>
1009
1010 * python.texi (Breakpoints In Python): Add parenthesis after
1011 Breakpoint.delete. Clarify Breakpoint.enabled description so
1012 that it contains "disable".
1013
1014 2014-10-17 Doug Evans <dje@google.com>
1015
1016 * python.texi (Events In Python): Document clear_objfiles event.
1017
1018 2014-10-17 Doug Evans <dje@google.com>
1019
1020 * python.texi (Objfiles In Python): Document new progspace attribute.
1021
1022 2014-10-17 Pedro Alves <palves@redhat.com>
1023
1024 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
1025 (SVR4 Process Information): Delete mention of OSF/1.
1026
1027 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
1028
1029 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
1030 exit-code field in -list-thread-groups output.
1031
1032 2014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1033
1034 * gdb.texinfo (Set Breaks): Add missing "@end table".
1035
1036 2014-09-22 Pedro Alves <palves@redhat.com>
1037
1038 * gdb.texinfo (Set Breaks): Document that "set breakpoint
1039 always-inserted off" is the default mode now. Delete
1040 documentation of "set breakpoint always-inserted auto".
1041
1042 2014-09-18 Doug Evans <dje@google.com>
1043
1044 * python.texi (Symbol Tables In Python): Document "producer"
1045 attribute of gdb.Symtab objects.
1046
1047 2014-09-16 Pedro Alves <palves@redhat.com>
1048
1049 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
1050 (Embedded OS): Remove VxWorks menu entry.
1051 (VxWorks): Remove node.
1052
1053 2014-09-13 Doug Evans <xdje42@gmail.com>
1054
1055 * gdb.texinfo (Signaling): Document new queue-signal command.
1056
1057 2014-09-06 Doug Evans <xdje42@gmail.com>
1058
1059 PR 15276
1060 * gdb.texinfo (Convenience Funs): Document $_caller_is,
1061 $_caller_matches, $_any_caller_is, $_any_caller_matches.
1062
1063 2014-09-03 Justin Lebar <jlebar@google.com>
1064
1065 * python.texi (Types In Python): Type.template_argument(n) returns a
1066 gdb.Value or a gdb.Type and throws an exception if n is out of
1067 range.
1068
1069 2014-09-03 Sasha Smundak <asmundak@google.com>
1070
1071 * python.texi (Frames in Python): Add read_register description.
1072
1073 2014-08-04 Tom Tromey <tromey@redhat.com>
1074
1075 * gdb.texinfo (Debugging Output): Update for change to "set debug
1076 target".
1077
1078 2014-08-01 Masaki Muranaka <monaka@monami-software.com>
1079
1080 Pushed by Joel Brobecker <brobecker@adacore.com>.
1081 * Makefile.in (transform): New variable.
1082 (install-man1, install-man5): Apply $(transform) to man file names.
1083
1084 2014-07-26 Doug Evans <xdje42@gmail.com>
1085
1086 PR guile/17177
1087 * guile.texi (Guile Pretty Printing API): Fix typo.
1088 Document set-pretty-printers!, pretty-printers.
1089 (Selecting Guile Pretty-Printers): Update.
1090 Mention program-space based pretty-printers.
1091
1092 2014-07-25 Pedro Alves <palves@redhat.com>
1093 Eli Zaretskii <eliz@gnu.org>
1094
1095 * gdb.texinfo (Signaling) <signal command>: Explain what happens
1096 with multi-threaded programs.
1097
1098 2014-06-27 Yao Qi <yao@codesourcery.com>
1099
1100 * gdb.texinfo (Maintenance Commands): Update the output of
1101 'maint print dummy-frames' command.
1102
1103 2014-06-24 Eli Zaretskii <eliz@gnu.org>
1104
1105 * gdb.texinfo (Screen Size): Improve indexing.
1106
1107 2014-06-19 Gary Benson <gbenson@redhat.com>
1108
1109 * gdb.texinfo (Maintenance Commands): Document new
1110 "maint set/show catch-demangler-crashes" option.
1111
1112 2014-06-19 Gary Benson <gbenson@redhat.com>
1113
1114 * gdb.texinfo (Maintenance Commands): Document new
1115 "maint demangler-warning" command and new
1116 "maint set/show demangler-warning" option.
1117
1118 2014-06-09 Siva Chandra Reddy <sivachandra@google.com>
1119
1120 * python.texi (Xmethod API): Add space before the opening
1121 parenthesis in function descriptions.
1122
1123 2014-06-06 Doug Evans <xdje42@gmail.com>
1124
1125 * guile.texi (Guile Configuration): Document guile-data-directory.
1126
1127 2014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
1128
1129 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
1130
1131 2014-06-04 Doug Evans <xdje42@gmail.com>
1132
1133 * guile.texi (Breakpoints In Guile): Update.
1134
1135 2014-06-03 Joel Brobecker <brobecker@adacore.com>
1136
1137 * python.texi (Xmethod API): Fix reference to "Progspaces In
1138 Python".
1139
1140 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
1141
1142 * python.texi (Xmethods In Python, XMethod API)
1143 (Writing an Xmethod): New nodes.
1144 (Python API): New menu entries "Xmethods In Python",
1145 "Xmethod API", "Writing an Xmethod".
1146
1147 2014-06-02 Doug Evans <xdje42@gmail.com>
1148
1149 * guile.texi (Guile API): Add entry for Parameters In Guile.
1150 (GDB Scheme Data Types): Mention <gdb:parameter> object.
1151 (Parameters In Guile): New node.
1152
1153 2014-06-02 Doug Evans <xdje42@gmail.com>
1154
1155 * guile.texi (Guile API): Add entry for Commands In Guile.
1156 (Basic Guile) <parse-and-eval>: Add reference.
1157 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
1158 (GDB Scheme Data Types): Mention <gdb:command> object.
1159 (Commands In Guile): New node.
1160
1161 2014-06-02 Doug Evans <xdje42@gmail.com>
1162
1163 * guile.texi (Guile API): Add entry for Progspaces In Guile.
1164 (GDB Scheme Data Types): Mention <gdb:progspace> object.
1165 (Progspaces In Guile): New node.
1166
1167 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
1168
1169 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
1170 * python.texi (Frames In Python): Mention
1171 gdb.FRAME_UNWIND_MEMORY_ERROR.
1172
1173 2014-05-29 Pedro Alves <palves@redhat.com>
1174 Tom Tromey <tromey@redhat.com>
1175
1176 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
1177 from example.
1178 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
1179 Mention that target-async is now deprecated.
1180 (Maintenance Commands): Document maint set/show target-async.
1181
1182 2014-05-29 Pedro Alves <palves@redhat.com>
1183
1184 * observer.texi (sync_execution_done, command_error): New
1185 subjects.
1186
1187 2014-05-29 Pedro Alves <palves@redhat.com>
1188
1189 PR gdb/13860
1190 * observer.texi (signal_received, end_stepping_range)
1191 (signal_exited, exited, no_history): New observer subjects.
1192
1193 2014-05-26 Andy Wingo <wingo@igalia.com>
1194
1195 * guile.texi (GDB Scheme Data Types): Remove documentation for
1196 removed interfaces. Update spelling of gdb-object-kind.
1197
1198 2014-05-26 Andy Wingo <wingo@igalia.com>
1199
1200 * guile.texi (Basic Guile): Fix some typos.
1201
1202 2014-05-26 Andy Wingo <wingo@igalia.com>
1203
1204 * guile.texi (Writing a Guile Pretty-Printer)
1205 (Guile Types Module): Fix excess parentheses in use-modules forms.
1206
1207 2014-05-24 Eli Zaretskii <eliz@gnu.org>
1208
1209 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
1210 (Breakpoints In Guile, Guile Printing Module)
1211 (Guile Exception Handling, Values From Inferior In Guile)
1212 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
1213 Don't use @var at the beginning of a sentence.
1214
1215 * gdb.texinfo (Frame Filter Management, Trace Files)
1216 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
1217 (PowerPC Embedded, Define, Annotations for Running)
1218 (IPA Protocol Commands, Packets, General Query Packets)
1219 (Tracepoint Packets, Notification Packets, Environment)
1220 (Inferiors and Programs, Set Breaks, Set Catchpoints)
1221 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
1222 (Frames, Backtrace, Selection, Expressions, Registers)
1223 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
1224 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
1225 (Source Annotations, Using JIT Debug Info Readers, Packets)
1226 (Stop Reply Packets, Host I/O Packets)
1227 (Target Description Format): Don't use @var at the beginning of a
1228 sentence.
1229
1230 * python.texi (Basic Python, Types In Python)
1231 (Commands In Python, Frames In Python, Line Tables In Python)
1232 (Breakpoints In Python, gdb.printing, gdb.types)
1233 (Type Printing API): Don't use @var at the beginning of a
1234 sentence.
1235
1236 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
1237
1238 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
1239 replay-memory-access".
1240
1241 2014-05-21 Pedro Alves <palves@redhat.com>
1242
1243 * gdb.texinfo (Starting): Document "set/show
1244 auto-connect-native-target".
1245 (Target Commands): Document "target native".
1246
1247 2014-05-20 Pedro Alves <palves@redhat.com>
1248
1249 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
1250 not be remote specific. Add cross reference to the qCRC packet.
1251 (Separate Debug Files): Update cross reference to the qCRC packet.
1252 (General Query Packets) <qCRC packet>: Add anchor.
1253
1254 2014-05-17 Doug Evans <xdje42@gmail.com>
1255
1256 Copy over changes from guile.texi.
1257 * python.texi (Basic Python) <gdb.execute>: Add text.
1258 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
1259 (Values From Inferior) <Python string>: Add text.
1260 (Values From Inferior) <Value.string>: Clarify string length handling.
1261 (Pretty Printing API): Add cindex.
1262 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
1263 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
1264 @vindex.
1265 (Commands In Python) <COMPLETE_*>: Similarly.
1266 (Symbols In Python) <SYMBOL_*>: Similarly.
1267 (Breakpoints In Python) <WP_*>: Similarly.
1268 (Breakpoints In Python) <BP_*>: Similarly.
1269
1270 2014-05-17 David Taylor <dtaylor@emc.com>
1271
1272 * gdb.texinfo (General Query Packets): Add a note about thread IDs
1273 mentioned in the qfThreadInfo reply.
1274
1275 2014-05-16 Doug Evans <dje@google.com>
1276
1277 * gdb.texinfo (Mode Options): Add -D.
1278
1279 2014-05-09 Samuel Bronson <naesten@gmail.com>
1280
1281 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
1282 "make -C".
1283
1284 2014-04-29 Tom Tromey <tromey@redhat.com>
1285
1286 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
1287 "show debug varobj".
1288
1289 2014-05-01 David Taylor <dtaylor@emc.com>
1290
1291 * gdb.texinfo (compare-sections): Document the new -r (read-only)
1292 option.
1293
1294 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
1295 Walfred Tedeschi <walfred.tedeschi@intel.com>
1296
1297 * gdb.texinfo (i386 Features): Add description of AVX512
1298 registers.
1299
1300 2014-03-31 Doug Evans <dje@google.com>
1301
1302 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
1303
1304 2014-03-30 Doug Evans <dje@google.com>
1305
1306 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
1307 (Background Execution): Ditto.
1308
1309 2014-03-21 Pedro Alves <palves@redhat.com>
1310 Stan Shebs <stan@codesourcery.com>
1311 Hui Zhu <hui@codesourcery.com>
1312
1313 * gdb.texinfo (Packets): Add anchor to "? packet".
1314 Remove fixme and update introduction of "k packet".
1315 Add anchor to "vKill packet".
1316
1317 2014-03-12 Stan Shebs <stan@codesourcery.com>
1318
1319 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
1320
1321 2014-02-26 Ludovic Courtès <ludo@gnu.org>
1322
1323 * guile.texi (Basic Guile): Document 'history-append!'.
1324
1325 2014-02-20 Joel Brobecker <brobecker@adacore.com>
1326
1327 * gdb.texinfo (Files): Document "add-shared-symbol-files"
1328 and "assf" as being deprecated.
1329 (Cygwin Native): Likewise for "dll-symbols".
1330 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
1331 as a way to force the loading of symbols from a DLL.
1332
1333 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1334
1335 * python.texi (Values From Inferior): Add description about the
1336 new feature.
1337
1338 2014-02-17 Doug Evans <xdje42@gmail.com>
1339
1340 * Makefile.in (GDB_DOC_FILES): Add python.texi.
1341 * gdb.texinfo (Python): Moved to ...
1342 * python.texi: ... here. New file.
1343
1344 2014-02-17 Ludovic Courtès <ludo@gnu.org>
1345
1346 * guile.texi (Writing a Guile Pretty-Printer) <example>:
1347 Remove 'string-begins-with' procedure. Add 'pretty-printer'
1348 parameter to 'str-lookup-function' procedure. Look for
1349 the "std::string<" prefix.
1350 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
1351 Adjust description.
1352
1353 2014-02-11 Tejas Belagod <tejas.belagod@arm.com>
1354
1355 * guile.texi (Values From Inferior In Guile): Remove stray
1356 parantheses for deffn.
1357 (Disassembly In Guile): Ditto.
1358
1359 2014-02-10 Stan Shebs <stan@codesourcery.com>
1360
1361 Add Doxygen support.
1362 * Makefile.in (doxy): New action, generates Doxygen files.
1363 (DOXYGEN): New.
1364 (doxyedit): New.
1365 * Doxyfile-base.in: New file.
1366 * Doxyfile-gdb-api.in: New file.
1367 * Doxyfile-gdb-xref.in: New file.
1368 * Doxyfile-gdbserver.in: New file.
1369 * doxy-index.in: New file.
1370 * filter-for-doxygen: New file.
1371 * filter-params.pl: New file.
1372
1373 2014-02-10 Doug Evans <xdje42@gmail.com>
1374
1375 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
1376 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
1377 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
1378 (Guile docs): Include guile.texi.
1379 (objfile-gdbdotext file): Add objfile-gdb.scm.
1380 (dotdebug_gdb_scripts section): Mention Guile scripts.
1381 (Multiple Extension Languages): New node.
1382 * guile.texi: New file.
1383
1384 2014-01-28 Joel Brobecker <brobecker@adacore.com>
1385
1386 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
1387 ignore-descriptive-types". commands.
1388
1389 2014-01-22 Doug Evans <dje@google.com>
1390
1391 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
1392 (gdbserver man): Ditto.
1393
1394 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1395
1396 * gdb.texinfo: Document limited reverse/replay support
1397 for target record-btrace.
1398
1399 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1400
1401 * gdb.texinfo (Process Record and Replay): Update documentation.
1402
1403 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1404
1405 * gdb.texinfo (Process Record and Replay): Document new /c
1406 modifier accepted by "record function-call-history".
1407 Add /i modifier to "record function-call-history" example.
1408
1409 2014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
1410 Joel Brobecker <brobecker@adacore.com>
1411
1412 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
1413 markers. Remove one that was misplaced.
1414
1415 2014-01-10 Pedro Alves <palves@redhat.com>
1416
1417 * gdb.texinfo (Your Program's Environment) <set environment>:
1418 Mention the shell, and point at 'set exec-wrapper'.
1419
1420 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1421
1422 * gdb.texinfo (Types In Python): Document new attribute Types.name.
1423
1424 2013-12-30 Joel Brobecker <brobecker@adacore.com>
1425
1426 * gdb.texinfo (Types In Python): Clarify the documentation
1427 of attribute gdb.Field.bitpos.
1428
1429 2013-12-28 Joel Brobecker <brobecker@adacore.com>
1430
1431 * gdb.texinfo (Types In Python): Fix the documentation of
1432 attribute "bitpos" in class gdb.Field for enum types. Add
1433 documentation for attribute "enumval" in that same class.
1434
1435 2013-12-28 Joel Brobecker <brobecker@adacore.com>
1436
1437 * gdb.texinfo (GDB/MI Support Commands): Change @table into
1438 @ftable.
1439
1440 2013-12-23 Doug Evans <xdje42@gmail.com>
1441
1442 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
1443 auto-loaded objfile scripts and .debug_gdb_scripts section to their
1444 corresponding section in Extending GDB.
1445 (Extending GDB): Move menu up. New menu item "Auto-loading
1446 extensions".
1447 (Sequences): New menu item "Auto-loading sequences".
1448 (Auto-loading sequences): New node.
1449 (Python): Rename section from Scripting GDB to Extending GDB.
1450 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
1451 Move docs on ways to auto-load extensions to ...
1452 (Auto-loading extensions): ... here. New node.
1453
1454 2013-12-23 Joel Brobecker <brobecker@adacore.com>
1455
1456 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
1457 in menu.
1458 (GDB/MI Variable Objects): Adjust reference to "-list-features"
1459 command, now in a new node.
1460 (GDB/MI Support Commands): New node, with its contents being
1461 extracted from the "GDB/MI Miscellaneous Commands" node.
1462 A small paragraph introducing the section is also added at
1463 the start.
1464 (GDB/MI Miscellaneous Commands): Delete the description of the
1465 -info-gdb-mi-command, -list-features and -list-target-features
1466 commands, now hosted in the "GDB/MI Support Commands" node.
1467
1468 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
1469
1470 PR python/16113
1471 * gdb.texinfo (Values From Inferior): Add a note about using
1472 gdb.Field objects as subscripts on gdb.Value objects.
1473 (Types In Python): Add description about the new attribute
1474 "parent_type" of gdb.Field objects.
1475
1476 2013-12-12 Joel Brobecker <brobecker@adacore.com>
1477
1478 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
1479 entry for section docuumenting the -list-features GDB/MI command.
1480
1481 2013-12-10 Joel Brobecker <brobecker@adacore.com>
1482
1483 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1484 "exec-run-start-option" entry in the output of the "-list-features"
1485 command.
1486
1487 2013-12-04 Eli Zaretskii <eliz@gnu.org>
1488
1489 * gdb.texinfo (i386): Fix yesterday's commit.
1490
1491 2013-12-03 Tom Tromey <tromey@redhat.com>
1492
1493 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
1494 documented here.
1495
1496 2013-12-03 Tom Tromey <tromey@redhat.com>
1497
1498 * gdb.texinfo (@direntry): Add menu item for gdbserver.
1499
1500 2013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
1501
1502 * gdb.texinfo (i386 Features): Add MPX feature registers.
1503 (x86 Specific featuresx86 Architecture-specific Issues): Adds
1504 a subsubsection for MPX and describes the display of the
1505 boundary registers.
1506
1507 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1508
1509 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
1510 documentation of the "ada-exceptions" entry.
1511
1512 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1513
1514 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
1515 "^error" result record concerning the error message. Document
1516 the error code that may also be part of that result record.
1517 (GDB/MI Miscellaneous Commands): Document the
1518 "undefined-command-error-code" element in the output of
1519 the "-list-features" GDB/MI command.
1520
1521 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1522
1523 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1524 the new -info-gdb-mi-command GDB/MI command. Document
1525 the meaning of "-info-gdb-mi-command" in the output of
1526 -list-features.
1527
1528 2013-11-29 Pedro Alves <palves@redhat.com>
1529
1530 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
1531 Update comment.
1532
1533 2013-11-24 Yao Qi <yao@codesourcery.com>
1534
1535 * gdb.texinfo (Caching Remote Data): Document new
1536 "set/show stack-cache" option.
1537
1538 2013-11-24 Yao Qi <yao@codesourcery.com>
1539
1540 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
1541 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
1542 "off" respectively.
1543
1544 2013-11-23 Yao Qi <yao@codesourcery.com>
1545
1546 * gdb.texinfo (GDB/MI Variable Objects): Add the description
1547 of "displayhint" to the table about child results.
1548
1549 2013-11-21 Yao Qi <yao@codesourcery.com>
1550
1551 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
1552 'dynamic' for the output of command -var-list-children.
1553
1554 2013-11-21 Yao Qi <yao@codesourcery.com>
1555
1556 * gdb.texinfo (Caching Target Data): Remove "see" before
1557 @pxref.
1558
1559 2013-11-20 Yao Qi <yao@codesourcery.com>
1560
1561 * gdb.texinfo (Caching Target Data): Update doc for
1562 per-address-space dcache.
1563
1564 2013-11-20 Yao Qi <yao@codesourcery.com>
1565
1566 * gdb.texinfo (Data): Rename menu item.
1567 (Caching Remote Data): Rename to ...
1568 (Caching Target Data): ... it. Update.
1569
1570 2013-11-18 Joel Brobecker <brobecker@adacore.com>
1571
1572 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1573 "language-option" entry in the output of the "-list-features"
1574 command.
1575
1576 2013-11-15 Tom Tromey <tromey@redhat.com>
1577
1578 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
1579 Add example.
1580
1581 2013-11-14 Tom Tromey <tromey@redhat.com>
1582
1583 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
1584
1585 2013-11-14 Joel Brobecker <brobecker@adacore.com>
1586
1587 * gdb.texinfo (Show): Add xref anchor for "show language" command.
1588 (Context management): Place current subsection text into its own
1589 subsubsection. Add new subsubsection describing the "--language"
1590 command option.
1591
1592 2013-11-13 Joel Brobecker <brobecker@adacore.com>
1593
1594 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
1595 the documentation of "info-ada-exceptions" in the output
1596 of the "-list-features" command. Add the documentation
1597 of the "ada-exception" entry instead.
1598
1599 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1600
1601
1602 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
1603 word of a couple of sentences to start with a capital letter.
1604
1605 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1606
1607 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
1608 (Ada Exceptions): New node.
1609 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
1610 Commands" node.
1611 (GDB/MI Ada Exceptions Commands): New node.
1612 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
1613 field in the output of the "-list-features" command.
1614 * NEWS: Add entry for the new "info exceptions" CLI command,
1615 and for the new "-info-ada-exceptions" GDB/MI command.
1616
1617 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
1618
1619 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
1620 (Line Tables In Python): New node.
1621
1622 2013-11-08 Doug Evans <dje@google.com>
1623
1624 * gdb.texinfo (Debugging Output): Update text for
1625 "set debug dwarf2-read".
1626
1627 2013-11-08 Doug Evans <dje@google.com>
1628
1629 * gdb.texinfo (Debugging Output): Update text for
1630 "set debug symtab-create".
1631
1632 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1633
1634 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
1635 constant.
1636
1637 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1638
1639 * gdb.texinfo (Breakpoints In Python): Document temporary
1640 option in breakpoint constructor, and add documentation to the
1641 temporary attribute.
1642
1643 2013-11-07 Yao Qi <yao@codesourcery.com>
1644
1645 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
1646 output of "-var-info-expression".
1647
1648 2013-11-06 Pedro Alves <palves@redhat.com>
1649
1650 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
1651 non-interactive mode.
1652 (Environment) <shell startup files warning>: Mention
1653 non-interactive mode. Mention .zshenv for Z shell, and talk about
1654 BASH_ENV instead of .bashrc for BASH.
1655
1656 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
1657
1658 * gdb.texinfo (Commands to Specify Files): Add description
1659 of the remove-symbol-file command.
1660 * observer.texi: New free_objfile event
1661
1662 2013-10-24 Pedro Alves <palves@redhat.com>
1663
1664 * gdb.texinfo (Starting): Document set/show startup-with-shell.
1665
1666 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1667
1668 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
1669 New subsection inside which the "-catch-load" and "-catch-unload"
1670 commands documentation is now placed.
1671 (Ada Exception GDB/MI Catchpoint Commands): New subsection
1672 documenting the "-catch-assert" and "-catch-exception" new
1673 GDB/MI commands.
1674
1675 2013-10-10 Joel Brobecker <brobecker@adacore.com>
1676
1677 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
1678
1679 2013-10-10 Joel Brobecker <brobecker@adacore.com>
1680
1681 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
1682 serial baud".
1683 (Remote Configuration): Replace "set remotebaud" by "set serial
1684 baud". Replace "show remotebaud" by "show serial baud".
1685
1686 2013-10-07 Pedro Alves <palves@redhat.com>
1687
1688 PR breakpoints/11568
1689 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
1690 when the thread is removed from the thread list.
1691
1692 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1693
1694 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
1695 Update entry for $_exitcode.
1696
1697 2013-10-04 Joel Brobecker <brobecker@adacore.com>
1698
1699 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
1700 new "--start" option.
1701
1702 2013-10-02 Pedro Alves <palves@redhat.com>
1703
1704 * gdb.texinfo (Registers): Expand description of saved registers
1705 in frames. Explain <not saved>.
1706
1707 2013-09-25 Doug Evans <dje@google.com>
1708
1709 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
1710
1711 2013-09-16 Stan Shebs <stan@codesourcery.com>
1712
1713 Remove the internals manual gdbint.texinfo.
1714 * Makefile.in (INFO_DEPS): Remove gdbint.info.
1715 (PDFFILES): Remove gdbint.pdf.
1716 (HTMLFILES): Remove gdbint/index.html.
1717 (HTMLFILES_INSTALL): Remove gdbint.
1718 (GDBINT_DOC_FILES): Remove.
1719 (dvi): Remove gdbint.dvi.
1720 (ps): Remove gdbint.ps.
1721 * gdbint.texinfo: Remove file.
1722 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
1723
1724 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1725
1726 * gdb.texinfo (Convenience Functions): Mention new convenience
1727 function $_isvoid.
1728
1729 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1730
1731 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
1732 (Standard Target Features): Add new node to menu.
1733 (S/390 and System z Features): New node.
1734
1735 2013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
1736
1737 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
1738 -list-target-features in the example.
1739
1740 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1741
1742 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
1743 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
1744
1745 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1746
1747 Sync documentation with gdb.base/gnu-debugdata.exp.
1748 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
1749
1750 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1751
1752 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
1753
1754 2013-08-27 Pedro Alves <pedro@codesourcery.com>
1755 Yao Qi <yao@codesourcery.com>
1756
1757 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
1758 Document new --skip-unavailable option.
1759 <-stack-list-variables>: Document new --skip-unavailable option.
1760
1761 2013-08-26 Doug Evans <dje@google.com>
1762
1763 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
1764 an optional regexp.
1765
1766 2013-08-13 Tom Tromey <tromey@redhat.com>
1767
1768 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
1769 Document GDB_PARALLEL and GDB_INOTIFY.
1770
1771 2013-08-09 Stan Shebs <stan@codesourcery.com>
1772
1773 * LRS: Remove file, describes a long-abandoned live-range
1774 splitting extension to stabs.
1775
1776 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
1777
1778 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
1779
1780 2013-07-17 Doug Evans <dje@google.com>
1781
1782 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
1783
1784 2013-07-02 Tom Tromey <tromey@redhat.com>
1785
1786 * gdb.texinfo (Target Commands): Don't mention "target nrom".
1787
1788 2013-06-28 Tom Tromey <tromey@redhat.com>
1789
1790 * Makefile.in (version.subst): Use version.in, not
1791 common/version.in.
1792 * gdbint.texinfo (Versions and Branches, Releasing GDB):
1793 Likewise.
1794
1795 2013-06-27 Pedro Alves <palves@redhat.com>
1796
1797 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
1798 dynamic symbol resolution code>: New section, based on infrun.c
1799 comment.
1800
1801 2013-06-26 Tom Tromey <tromey@redhat.com>
1802
1803 * gdbint.texinfo (Versions and Branches): Use common/version.in.
1804 Update.
1805 (Releasing GDB): Likewise.
1806
1807 2013-06-26 Pedro Alves <pedro@codesourcery.com>
1808 Yao Qi <yao@codesourcery.com>
1809
1810 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
1811 -trace-frame-collected.
1812
1813 2013-06-26 Pedro Alves <pedro@codesourcery.com>
1814
1815 * gdb.texinfo (Traceframe Info Format): Document tvar element
1816 and its attributes.
1817
1818 2013-06-25 Yao Qi <yao@codesourcery.com>
1819
1820 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
1821
1822 2013-06-24 Tom Tromey <tromey@redhat.com>
1823
1824 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
1825 (GDBvn.texi): Use version.subst.
1826 (version.subst): New target.
1827 (mostlyclean): Remove version.subst.
1828
1829 2013-06-20 Pedro Alves <pedro@codesourcery.com>
1830
1831 * gdb.texinfo (GDB/MI Data Manipulation)
1832 <-data-list-register-values>: Document the --skip-unavailable
1833 option.
1834
1835 2013-06-07 Yao Qi <yao@codesourcery.com>
1836
1837 * gdb.texinfo (Symbols): Add kindex and cindex for
1838 'maint print msymbols'.
1839
1840 2013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
1841
1842 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
1843 response field name (thread-group to inferior).
1844
1845 2013-06-04 Gary Benson <gbenson@redhat.com>
1846
1847 * gdb.texinfo (General Query Packets/qSupported): Added
1848 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
1849 to the table of currently defined stub features.
1850 Added a more detailed entry for "augmented-libraries-svr4-read".
1851 (General Query Packets/qXfer:libraries-svr4:read): Documented
1852 the augmented form of this packet.
1853
1854 2013-05-23 Joel Brobecker <brobecker@adacore.com>
1855
1856 * gdb.texinfo (System-wide Configuration Scripts): Renames
1857 "Installed System-wide Configuration Scripts". Add associated
1858 @menu block.
1859
1860 2013-05-23 Yao Qi <yao@codesourcery.com>
1861 Pedro Alves <palves@redhat.com>
1862
1863 * gdb.texinfo (Packets): Document 'vCont;r'.
1864 (Continuing and Stepping): Document target-assisted range
1865 stepping, and the 'set range-stepping' and 'show range-stepping'
1866 commands.
1867
1868 2013-05-23 Joel Brobecker <brobecker@adacore.com>
1869
1870 * gdb.texinfo (Installed System-wide Configuration Scripts):
1871 Add subsection describing the scripts now available under
1872 the data-dir's system-gdbbinit subdirectory.
1873 * NEWS: Add entry announcing the availability of system-wide
1874 configuration scripts for ElinOS and Wind River Linux.
1875
1876 2013-05-21 Hui Zhu <hui@codesourcery.com>
1877
1878 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
1879 "-dprintf-insert" command.
1880
1881 2013-05-17 Doug Evans <dje@google.com>
1882
1883 * gdb.texinfo (Maintenance Commands): Update doc for
1884 "maint check-psymtabs". Add doc for "maint check-symtabs",
1885 "maint expand-symtabs".
1886
1887 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
1888
1889 * gdb.texinfo (Process Record and Replay): Document the
1890 "record goto" command and its sub-commands.
1891
1892 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
1893
1894 * gdb.texinfo (Backtrace): Add "no-filter" argument.
1895 (Python API): Add Frame Filters API, Frame Wrapper API,
1896 Writing a Frame Filter/Wrapper, Managing Management of Frame
1897 Filters chapter entries.
1898 (Frame Filters API): New Node.
1899 (Frame Wrapper API): New Node.
1900 (Writing a Frame Filter): New Node.
1901 (Managing Frame Filters): New Node.
1902 (Progspaces In Python): Add note about frame_filters attribute.
1903 (Objfiles in Python): Ditto.
1904 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
1905 @anchors and --no-frame-filters option to -stack-list-variables,
1906 -stack-list-frames, -stack-list-locals and -stack-list-arguments
1907 commands.
1908
1909 2013-05-08 Joel Brobecker <brobecker@adacore.com>
1910
1911 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
1912 Support" subsection documenting the XML format used to transfer
1913 shared library info on AIX.
1914
1915 2013-05-08 Joel Brobecker <brobecker@adacore.com>
1916
1917 * gdb.texinfo (Debugging Output): Add documentation of
1918 "set debug aix-solib" and "show debug aix-solib" commands.
1919
1920 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1921
1922 * gdb.texinfo (Nios II): New section.
1923 (Nios II Features): New section.
1924
1925 2013-05-06 Joel Brobecker <brobecker@adacore.com>
1926
1927 * gdbint.texinfo (Algorithms): Remove entries documenting
1928 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
1929 SOLIB_CREATE_INFERIOR_HOOK.
1930
1931 2013-04-29 Tom Tromey <tromey@redhat.com>
1932
1933 PR python/14204:
1934 * gdb.texinfo (Python API): Fix menu entry.
1935 (Blocks In Python): Fix subsubsection text. Rewrite intro.
1936 Define global and static block. Add example. Clarify
1937 block relationship for inline functions.
1938
1939 2013-04-29 Tom Tromey <tromey@redhat.com>
1940
1941 * gdb.texinfo (Python API): Mention Python help and keyword
1942 arguments. Move pagination text to Basic Python.
1943 (Basic Python): Put pagination text here. Document
1944 close-on-exec, SIGCHLD, and SIGINT.
1945
1946 2013-04-19 Pedro Alves <palves@redhat.com>
1947
1948 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
1949 "signedness" instead of "signness".
1950
1951 2013-04-19 Pedro Alves <palves@redhat.com>
1952
1953 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
1954 -Wno-pointer-sign text with text on -Wpointer-sign.
1955
1956 2013-04-16 Tom Tromey <tromey@redhat.com>
1957
1958 * gdb.texinfo (Set Catchpoints): Mention earliest version of
1959 GCC that has the SDT probe points.
1960
1961 2013-04-15 Tom Tromey <tromey@redhat.com>
1962
1963 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
1964 exception catchpoints.
1965
1966 2013-04-15 Tom Tromey <tromey@redhat.com>
1967
1968 * gdb.texinfo (Set Catchpoints): Document $_exception.
1969 (Convenience Vars): Mention $_exception.
1970
1971 2013-04-15 Tom Tromey <tromey@redhat.com>
1972
1973 * gdb.texinfo (Set Catchpoints): Reorganize exception
1974 catchpoints. Document "catch rethrow".
1975 (Debugging C Plus Plus): Mention "catch rethrow".
1976
1977 2013-04-15 Tom Tromey <tromey@redhat.com>
1978
1979 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
1980
1981 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1982 Eli Zaretskii <eliz@gnu.org>
1983
1984 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
1985 line below the sample output.
1986
1987 2013-04-12 Eli Zaretskii <eliz@gnu.org>
1988
1989 * gdb.texinfo (Mode Options): Document '-configuration'.
1990 (Help): Document "show configuration".
1991 (Bug Reporting): Add requirements to include the configuration
1992 details in bug reports.
1993
1994 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1995
1996 * Makefile.in (MAN1S): Add gcore.1.
1997 Remove "Host, target, and site specific Makefile fragments" comment.
1998 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
1999 (install-man1, uninstall-man1): Conditionalize gcore.1.
2000 (gcore.1): New.
2001 * gdb.texinfo (Man Pages): Add gcore man.
2002 (gcore man): New node.
2003
2004 2013-04-10 Pedro Alves <palves@redhat.com>
2005
2006 * gdb.texinfo (Process Record and Replay): Document that "set
2007 record full insn-number-max", "set record
2008 instruction-history-size" and "set record
2009 function-call-history-size" accept "unlimited".
2010 (Backtrace): Document that "set backtrace limit" accepts
2011 "unlimited".
2012 (List): Document that "set listsize" accepts "unlimited".
2013 (Print Settings)" Document that "set print max-symbolic-offset",
2014 "set print elements" and "set print repeats" accept "unlimited".
2015 (Starting and Stopping Trace Experiments): Document that "set
2016 trace-buffer-size" accepts "unlimited".
2017 (Remote Configuration): Document that "set tcp connect-timeout"
2018 accepts "unlimited".
2019 (Command History): Document that "set history size" accepts
2020 "unlimited".
2021 (Screen Size): Document that "set height" and "set width" accepts
2022 "unlimited". Adjust "set pagination"'s description to suggest
2023 "set height unlimited" instead of "set height 0".
2024
2025 2013-04-10 Yao Qi <yao@codesourcery.com>
2026
2027 * gdb.texinfo (Trace Files): Add "target ctf".
2028
2029 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2030
2031 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
2032
2033 * Makefile.in (install-man1, install-man5, uninstall-man1)
2034 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
2035
2036 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
2037
2038 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2039 Eli Zaretskii <eliz@gnu.org>
2040
2041 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
2042 parameters order. Remove "On some targets" for --attach. Document the
2043 --multi parameter and extended-remote command. Document all the
2044 options.
2045
2046 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2047
2048 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
2049 the list of supported languages.
2050
2051 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2052
2053 Convert man pages to texinfo, new gdbinit.5 texinfo page.
2054 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
2055 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
2056 (diststuff): Add man.
2057 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
2058 (uninstall-man5): New.
2059 (STAGESTUFF): Add *.1 and *.5.
2060 (GDBvn.texi): Add SYSTEM_GDBINIT.
2061 (gdb.1, gdbserver.1, gdbinit.5): New.
2062 (maintainer-clean realclean): Add $(MANS).
2063 (install): Add install-man.
2064 (uninstall): Add uninstall-man.
2065 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
2066 (@copying): Wrap it by @c man begin COPYRIGHT.
2067 (Top): Add Man Pages.
2068 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
2069
2070 2013-04-02 Pedro Alves <palves@redhat.com>
2071
2072 * gdb.texinfo (Debugging Output): Document "set/show debug
2073 aarch64", "set/show debug coff-pe-read" and "set/show debug
2074 mach-o".
2075
2076 2013-04-02 Pedro Alves <palves@redhat.com>
2077
2078 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2079 table>: Add entry for "trace-buffer-size".
2080
2081 2013-03-28 Pedro Alves <palves@redhat.com>
2082
2083 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2084 table>: Add entry for "trace-status".
2085
2086 2013-03-28 Eli Zaretskii <eliz@gnu.org>
2087
2088 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
2089 @bullet", which is invalid (makeinfo 5.1 barfs).
2090
2091 2013-03-28 Pedro Alves <palves@redhat.com>
2092
2093 PR gdb/15294
2094
2095 * gdb.texinfo (List) <set listsize>: Adjust to document that
2096 listsize 0 means no limit, and remove mention of -1.
2097
2098 2013-03-22 Yao Qi <yao@codesourcery.com>
2099
2100 * gdb.texinfo (Embedded Processors): Remove menu item
2101 "OpenRISC 1000".
2102 (OpenRISC 1000): Remove.
2103
2104 2013-03-21 Doug Evans <dje@google.com>
2105
2106 * gdb.texinfo (Maintenance Commands): Add docs for
2107 "mt set per-command {space,time,symtab} {on,off}".
2108
2109 2013-03-14 Hui Zhu <hui@codesourcery.com>
2110 Yao Qi <yao@codesourcery.com>
2111
2112 * gdb.texinfo (Trace Files): Add "tsave -ctf".
2113
2114 2013-03-13 Keith Seitz <keiths@redhat.com>
2115
2116 * gdb.texinfo (Maintenance Commands): Add missing ')' for
2117 "maint agent" reference to Dynamic printf.
2118
2119 2013-03-11 Eli Zaretskii <eliz@gnu.org>
2120
2121 * gdb.texinfo (General Query Packets): Don't use colon in index
2122 entries visible to Info format.
2123
2124 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2125
2126 * gdb.texinfo (Process Record and Replay): Document record
2127 changes.
2128
2129 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2130
2131 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
2132 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
2133 qXfer:btrace:read.
2134
2135 2013-03-09 Eli Zaretskii <eliz@gnu.org>
2136
2137 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
2138 use colons in @anchor and @cindex entries.
2139
2140 2013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
2141
2142 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
2143
2144 2013-03-08 Stan Shebs <stan@codesourcery.com>
2145 Hafiz Abid Qadeer <abidh@codesourcery.com>
2146
2147 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2148 trace-buffer-size set and show commands.
2149 (Tracepoint Packets): Document QTBuffer:size.
2150 (General Query Packets): Document QTBuffer:size.
2151
2152 2013-02-21 Tom Tromey <tromey@redhat.com>
2153
2154 * gdb.texinfo: Remove bad @syncodeindex.
2155 (Values From Inferior, Types In Python, Inferiors In Python)
2156 (Events In Python, Threads In Python, Frames In Python, Blocks In
2157 Python, Symbols In Python, Symbol Tables In Python): Remove
2158 @tables.
2159 (Packets, General Query Packets, Tracepoint Packets)
2160 (Host I/O Packets): Use @w{} for empty @item.
2161
2162 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
2163
2164 * gdb.texinfo (Architectures In Python): Add description about
2165 the new method gdb.Architecture.disassemble.
2166
2167 2013-02-15 Pedro Alves <pedro@codesourcery.com>
2168 Hafiz Abid Qadeer <abidh@codesourcery.com>
2169
2170 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
2171 Document the "trace-file" field.
2172
2173 2013-02-07 Doug Evans <dje@google.com>
2174
2175 * gdb.texinfo (Machine Code): Clarify argument to disassemble
2176 command.
2177
2178 2013-02-06 Yao Qi <yao@codesourcery.com>
2179
2180 * gdb.texinfo (GDB/MI Async Records): Document new MI
2181 notification "=tsv-modified". Update the document of MI
2182 notification "=tsv-created".
2183 * observer.texi (GDB Observers): New observer tsv_modified.
2184 Update observer tsv_created and tsv_delete.
2185
2186 2013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
2187
2188 * gdb.texinfo (AArch64 Features): New section; document
2189 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
2190 (Architectures): Add new AArch64 section to document AArch64
2191 architecture specific commands.
2192 (ABI): Add description of the new OS ABI "Newlib" and its influence
2193 on the longjmp handling.
2194
2195 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
2196 Jan Kratochvil <jan.kratochvil@redhat.com>
2197
2198 * gdb.texinfo (Backtrace): Added description of 'filename-display'
2199 variable in 'set/show backtrace' section.
2200
2201 2013-01-31 Tom Tromey <tromey@redhat.com>
2202
2203 * gdb.texinfo (Target Commands): Fix typo.
2204
2205 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
2206
2207 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
2208 describing the gdb.Architecture class.
2209 (Frames In Python): Add description about the new method
2210 gdb.Frame.architecture().
2211
2212 2013-01-23 Doug Evans <dje@google.com>
2213
2214 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
2215
2216 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
2217
2218 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
2219 'thread-groups' field when printing a breakpoint in MI.
2220
2221 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2222 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
2223 to reflect that jit-reader-load now supports absolute file-names.
2224
2225 2013-01-16 Tom Tromey <tromey@redhat.com>
2226
2227 * gdb.texinfo (Set Catchpoints): Document "catch signal".
2228 (Signals): Likewise.
2229
2230 2013-01-16 Tom Tromey <tromey@redhat.com>
2231
2232 * gdb.texinfo (GDB/MI Breakpoint Information): Document
2233 "catch-type" field.
2234 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
2235
2236 2013-01-07 Tom Tromey <tromey@redhat.com>
2237
2238 * gdb.texinfo (Mode Options): Don't mention -epoch.
2239 (Data, Emacs): Remove obsolete comments.
2240
2241 2013-01-02 Tom Tromey <tromey@redhat.com>
2242
2243 * gdb.texinfo (GDB/MI Output Records): Update menu.
2244 (GDB/MI Breakpoint Information): New node.
2245 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
2246 <-break-insert>: Likewise.
2247
2248 2012-12-31 Yao Qi <yao@codesourcery.com>
2249
2250 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
2251 (Packets): Move "vStopped" packet to ...
2252 (Notification Packets): ... here. Describe the components
2253 of notification. Add a table of supported notifications.
2254 Add an example on the process of he async notification.
2255
2256 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2257
2258 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
2259 present.
2260 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
2261 fullname output always present.
2262
2263 2012-12-23 Pierre Muller <muller@sourceware.org>
2264
2265 * gdbint.texinfo (Function prototypes): Require use of "extern"
2266 modifier for function prototypes in headers.
2267
2268 2012-12-19 Joel Brobecker <brobecker@adacore.com>
2269
2270 * refcard.tex: Update copyright notice to GPL v3 or later.
2271 Update contact info.
2272
2273 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2274
2275 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
2276
2277 2012-12-15 Yao Qi <yao@codesourcery.com>
2278
2279 * gdb.texinfo (Debugging Output): Document 'set debug
2280 notification' and 'show debug notification'.
2281
2282 2012-12-15 Yao Qi <yao@codesourcery.com>
2283
2284 * gdb.texinfo (Listing Tracepoints): New item and example about
2285 'installed on target' output.
2286 Add more in the example about 'installed on target'.
2287 (GDB/MI Breakpoint Commands): Doc about 'installed field.
2288
2289 2012-12-14 Tom Tromey <tromey@redhat.com>
2290
2291 * gdb.texinfo (SVR4 Process Information): Mention core files.
2292
2293 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
2294
2295 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
2296
2297 2012-12-11 Pedro Alves <palves@redhat.com>
2298
2299 * gdb.texinfo: Remove all mentions of Unixware throughout.
2300
2301 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2302
2303 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
2304
2305 2012-11-29 Tom Tromey <tromey@redhat.com>
2306
2307 * gdb.texinfo (SVR4 Process Information): Document missing
2308 "info proc" subcommands.
2309
2310 2012-11-29 Yao Qi <yao@codesourcery.com>
2311
2312 PR gdb/1477.
2313 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
2314 to 'auto' instead of 'gnu'.
2315
2316 2012-11-26 Tom Tromey <tromey@redhat.com>
2317
2318 * gdb.texinfo (MiniDebugInfo): New node.
2319 (GDB Files): Update.
2320
2321 2012-11-16 Doug Evans <dje@google.com>
2322
2323 * gdb.texinfo (System-wide configuration): If the system-wide init
2324 file lives in the data-directory, and --data-directory is provided,
2325 look for it there.
2326
2327 2012-11-15 Tom Tromey <tromey@redhat.com>
2328
2329 * gdb.texinfo (Signaling): Fix typo.
2330
2331 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
2332
2333 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
2334 parameter "count" of -data-write-memory-bytes, and add an example.
2335
2336 2012-11-12 Tom Tromey <tromey@redhat.com>
2337
2338 * gdb.texinfo (Symbols): Document "info type-printers",
2339 "enable type-printer" and "disable type-printer".
2340 (Python API): Add new node to menu.
2341 (Type Printing API): New node.
2342 (Progspaces In Python): Document type_printers field.
2343 (Objfiles In Python): Likewise.
2344 (gdb.types) <get_type_recognizers, apply_type_recognizers,
2345 register_type_printer, TypePrinter>: Document.
2346
2347 2012-11-12 Tom Tromey <tromey@redhat.com>
2348
2349 * gdb.texinfo (Symbols): Document "set print type methods",
2350 "set print type typedefs", and flags to ptype and whatis.
2351
2352 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
2353
2354 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
2355 the example -data-disassemble output. Extend the description of
2356 the -data-disassemble results to document all fields. Document
2357 the cli disassemble command as being related to -data-disassemble.
2358
2359 2012-11-09 Yao Qi <yao@codesourcery.com>
2360
2361 PR gdb/14777.
2362 * gdb.texinfo (OS Information): Remove doc on command
2363 'info udot'.
2364
2365 2012-11-08 Joel Brobecker <brobecker@adacore.com>
2366
2367 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
2368 gdb.ini warning for Windows port.
2369
2370 2012-11-08 Yao Qi <yao@codesourcery.com>
2371
2372 * gdb.texinfo (Search): Add kindex for 'fo'.
2373
2374 2012-11-05 Tom Tromey <tromey@redhat.com>
2375
2376 PR python/14802:
2377 * gdb.texinfo (Functions In Python): Add example.
2378
2379 2012-11-03 Yao Qi <yao@codesourcery.com>
2380
2381 * observer.texi (GDB Observers): Remove observer
2382 'tracepoint_modified', 'tracepoint_created' and
2383 'tracepoint_deleted'.
2384
2385 2012-10-26 Tom Tromey <tromey@redhat.com>
2386
2387 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
2388
2389 2012-10-25 Tom Tromey <tromey@redhat.com>
2390
2391 * gdb.texinfo (General Query Packets): Use @itemx.
2392
2393 2012-10-17 Yao Qi <yao@codesourcery.com>
2394
2395 * observer.texi (GDB Observers): Update observer
2396 'memory_changed'.
2397 * gdb.texinfo (GDB/MI Async Records): Document for
2398 "memory-changed" notification.
2399
2400 2012-10-15 Doug Evans <dje@google.com>
2401
2402 * gdb.texinfo (Mode Options): Document -nh.
2403 Elaborate on docs for -nx.
2404
2405 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2406
2407 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
2408
2409 2012-09-21 Yao Qi <yao@codesourcery.com>
2410 Pedro Alves <palves@redhat.com>
2411
2412 * gdb.texinfo (GDB/MI Async Records): Document notification
2413 'record-started' and 'record-stopped'.
2414 * observer.texi (GDB Observers): New observer 'record-changed'.
2415
2416 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
2417
2418 * gdb.texinfo: Document the removal of SH's 'regs' command.
2419
2420 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2421
2422 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
2423
2424 2012-09-18 Yao Qi <yao@codesourcery.com>
2425
2426 * gdb.texinfo (GDB/MI Async Records): Document new MI
2427 notifications '=tsv-created' and '=tsv-deleted'.
2428 * observer.texi (GDB Observers): New observer tsv_created and
2429 tsv_deleted.
2430
2431 2012-09-18 Yao Qi <yao@codesourcery.com>
2432
2433 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
2434 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
2435 '=traceframe-changed'.
2436
2437 2012-09-17 Yao Qi <yao@codesourcery.com>
2438
2439 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
2440 'set listsize'.
2441
2442 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2443 Eli Zaretskii <eliz@gnu.org>
2444
2445 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
2446 encoding for gdbarch_breakpoint_from_pc, bp_addr for
2447 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
2448
2449 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2450
2451 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
2452
2453 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
2454
2455 Document how to return from "python-interactive" to GDB.
2456 * gdb.texinfo (Python Commands): Update documentation.
2457
2458 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
2459
2460 Add a new "python-interactive" command that starts a standard
2461 Python interactive prompt with "pi" as alias, and add "py" as
2462 an alias to "python".
2463 * gdb.texinfo (Python Commands): Document the new commands.
2464
2465 2012-08-22 Tom Tromey <tromey@redhat.com>
2466
2467 * gdbint.texinfo (Host Definition): Remove documentation for
2468 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
2469
2470 2012-08-17 Keith Seitz <keiths@redhat.com>
2471
2472 PR c++/13356
2473 * gdb.texinfo (Type and Range Checking): Remove warning.
2474 Remove spurious commas.
2475 Update text and examples for re-implementation of set/show
2476 check type.
2477 (C and C++ Type and Range Checks): Likewise.
2478
2479 2012-08-16 Yao Qi <yao@codesourcery.com>
2480
2481 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
2482 is deprecated.
2483
2484 2012-08-13 Doug Evans <dje@google.com>
2485
2486 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
2487 to include functions.
2488
2489 2012-08-10 Doug Evans <dje@google.com>
2490
2491 * gdb.texinfo (Convenience Funs): New node.
2492 (Types In Python): Document Type.vector.
2493
2494 2012-08-09 Yao Qi <yao@codesourcery.com>
2495
2496 * observer.texi: New observer command_param_changed.
2497 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
2498
2499 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2500
2501 * gdbint.texinfo (Debugging GDB): In section
2502 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
2503 Mention also gdb-gdb.py.
2504
2505 2012-08-07 Yao Qi <yao@codesourcery.com>
2506
2507 Revert the folloing patch:
2508 2012-08-06 Yao Qi <yao@codesourcery.com>
2509 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2510 remote hardware-watchpoint-limit' and 'set
2511 remote hardware-breakpoint-limit'.
2512
2513 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
2514
2515 * gdb.texinfo (Working Directory): Added information about new
2516 default argument for 'cd' command.
2517
2518 2012-08-06 Yao Qi <yao@codesourcery.com>
2519
2520 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2521 remote hardware-watchpoint-limit' and 'set
2522 remote hardware-breakpoint-limit'.
2523
2524 2012-08-06 Yao Qi <yao@codesourcery.com>
2525
2526 Fix PR14371.
2527
2528 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
2529 '=breakpoint-deleted'.
2530
2531 2012-08-02 Yao Qi <yao@codesourcery.com>
2532
2533 * gdb.texinfo (Native): Remove node Neutrino.
2534
2535 2012-07-27 Yao Qi <yao@codesourcery.com>
2536
2537 * gdb.texinfo (IPA Protocol Commands): Document new command
2538 'close'.
2539
2540 2012-07-25 Tom Tromey <tromey@redhat.com>
2541
2542 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
2543
2544 2012-07-20 Doug Evans <dje@google.com>
2545
2546 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
2547 (Index Files): Document how to control the use of deprecated index
2548 sections.
2549 (Index Section Format): Replace --use-deprecated-index-sections with
2550 "set use-deprecated-index-sections on".
2551
2552 2012-07-12 Eli Zaretskii <eliz@gnu.org>
2553
2554 * gdbint.texinfo: Remove @syncodeindex directives that put all the
2555 indices into a single node "Index". Instead, join function and
2556 variable indices into a single index, separate from the concept
2557 index. Requested in
2558 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
2559 (Top): Update the top-level menu: instead of one "Index" there are
2560 now separate entries "Concept Index" and "Function and Variable
2561 Index".
2562 (Concept Index, Function and Variable Index): New nodes.
2563 (Index): Node deleted.
2564
2565 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
2566
2567 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
2568 and "maint agent-eval".
2569
2570 2012-07-03 Eli Zaretskii <eliz@gnu.org>
2571
2572 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
2573 avoid file-name clashes between Index.html and index.html on
2574 case-insensitive filesystems. See the discussion starting in
2575 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
2576 details of the problem.
2577 (Top): Update the master menu for the above.
2578 (Concept Index, Command and Variable Index): New nodes, instead of
2579 the old "Index" node that was deleted. All cross-references
2580 updated.
2581
2582 2012-07-02 Stan Shebs <stan@codesourcery.com>
2583
2584 * gdb.texinfo (Dynamic Printf): Mention agent style and
2585 disconnected dprintf.
2586 (Maintenance Commands): Describe maint agent-printf.
2587 (General Query Packets): Mention BreakpointCommands feature.
2588 (Packets): Document commands extension to Z0 packet.
2589 * agentexpr.texi (Bytecode Descriptions): Document printf
2590 bytecode.
2591
2592 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2593
2594 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
2595 only after gdbinit files.
2596 (Startup): Move -iex and -iex commands down after gdbinit files.
2597
2598 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2599
2600 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
2601 possibility.
2602
2603 2012-06-29 Tom Tromey <tromey@redhat.com>
2604
2605 * gdb.texinfo (Index Section Format): Update for version 7.
2606
2607 2012-06-28 Stan Shebs <stan@codesourcery.com>
2608
2609 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
2610 example, add note about title column.
2611
2612 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2613
2614 * gdb.texinfo (Symbol Tables In Python): Add description about
2615 the new 'last' attribute of gdb.Symtab_and line.
2616
2617 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2618
2619 * gdb.texinfo (Symbol Tables In Python): Correct the description
2620 of the 'pc' attribute of gdb.Symtab_and_line.
2621
2622 2012-06-26 Doug Evans <dje@google.com>
2623
2624 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
2625 and symtab-create.
2626
2627 2012-06-25 Keith Seitz <keiths@redhat.com>
2628
2629 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
2630 from example. Remove "rbreak" from list of corresponding
2631 gdb commands.
2632
2633 2012-06-23 Doug Evans <dje@google.com>
2634
2635 * gdb.texinfo (Index Section Format): Document version 7 format.
2636
2637 2012-06-22 Yao Qi <yao@codesourcery.com>
2638
2639 * gdb.texinfo: Add missing cindex for some packets.
2640
2641 2012-06-20 Keith Seitz <keiths@redhat.com>
2642
2643 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
2644 for -break-insert and document -p.
2645
2646 2012-06-20 Yao Qi <yao@codesourcery.com>
2647
2648 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
2649 and "gdb.write_memory" with "Inferior.read_memory" and
2650 "Inferior.write_memory".
2651
2652 2012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
2653
2654 * gdb.texinfo (Summary): Add a link to "Free Documentation".
2655 (Free Documentation): Add @node line.
2656 (Continuing and Stepping) <advance location>: Use @item instead of
2657 @itemx.
2658 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
2659 @itemx.
2660 (Embedded Processors): Put the link to "PA" to its correct place,
2661 according to document structure.
2662 (Python API): Put the link to "Lazy Strings In Python" to its
2663 correct place.
2664 (Index): Use @@ in @tex block to get a literal @.
2665
2666 * gdbint.texinfo: Fix the @subtitle line.
2667
2668 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
2669 correct place.
2670
2671 2012-06-08 Yao Qi <yao@codesourcery.com>
2672
2673 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
2674 Protocol'.
2675 (In-Process Agent Protocol, IPA Protocol Objects)
2676 (IPA Protocol Commands): New nodes.
2677 (Tracepoint Packets): Add anchors.
2678
2679 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
2680
2681 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
2682
2683 2012-06-06 Yao Qi <yao@codesourcery.com>
2684
2685 * gdb.texinfo: Update copyright year.
2686
2687 2012-05-23 Stan Shebs <stan@codesourcery.com>
2688 Kwok Cheung Yeung <kcy@codesourcery.com>
2689
2690 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
2691
2692 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2693
2694 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
2695 Mention also --with-separate-debug-dir.
2696 (Auto-loading): Prepend $debugdir in the sample output.
2697 (Auto-loading safe path): Likewise. Mention also $debugdir for the
2698 auto-load safe-path variable.
2699 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
2700 Mention also $debugdir for 'set auto-load scripts-directory'.
2701
2702 2012-05-19 Eli Zaretskii <eliz@gnu.org>
2703
2704 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
2705 (MIPS Embedded, MIPS, MIPS Register packet Format)
2706 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
2707 appropriate.
2708
2709 2012-05-18 Sandra Loosemore <sandra@codesourcery.com>
2710 Maciej W. Rozycki <macro@codesourcery.com>
2711
2712 * gdb.texinfo (MIPS): Document "set mips compression" and "show
2713 mips compression".
2714 (MIPS Breakpoint Kinds): New subsubsection.
2715
2716 2012-05-18 Eli Zaretskii <eliz@gnu.org>
2717
2718 * gdb.texinfo (Architecture-Specific Protocol Details): Define
2719 nodes for subsections. Add @acronym mark-ups and adjust
2720 formatting.
2721
2722 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2723
2724 Rename $ddir to $datadir.
2725 * gdb.texinfo (Auto-loading, Auto-loading safe path)
2726 (objfile-gdb.py file): Rename $ddir to $datadir.
2727
2728 2012-05-18 Tom Tromey <tromey@redhat.com>
2729
2730 * gdb.texinfo (Print Settings): Document 'set print symbol'.
2731
2732 2012-05-14 Stan Shebs <stan@codesourcery.com>
2733
2734 * gdb.texinfo (Dynamic Printf): New subsection.
2735
2736 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
2737
2738 * gdb.texinfo (Basic Python): Add description about the function
2739 gdb.find_pc_line
2740
2741 2012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2742 Eli Zaretskii <eliz@gnu.org>
2743
2744 * gdb.texinfo (Separate Debug Files): Use plural form for global
2745 debugging information directory.
2746
2747 2012-05-11 Stan Shebs <stan@codesourcery.com>
2748 Kwok Cheung Yeung <kcy@codesourcery.com>
2749
2750 * gdb.texinfo (Operating System Auxiliary Information): Document new
2751 'info os' subcommands.
2752
2753 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2754
2755 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
2756 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
2757 (dotdebug_gdb_scripts section): Add reference
2758 to 'Auto-loading safe path'.
2759
2760 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2761
2762 Implement multi-component --with-auto-load-dir.
2763 * gdb.texinfo (Auto-loading): New references
2764 for 'set auto-load scripts-directory'
2765 and 'show auto-load scripts-directory'.
2766 (Auto-loading safe path): Describe the new default. Move $ddir
2767 substituation reference to 'objfile-gdb.py file'.
2768 (objfile-gdb.py file): Describe script-name alias. Change real-name to
2769 script-name. Describe new 'set auto-load scripts-directory'
2770 and 'show auto-load scripts-directory'.
2771
2772 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2773
2774 Provide $ddir substitution for --with-auto-load-safe-path.
2775 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
2776 (Auto-loading safe path): Likewise. Mention the default value,
2777 $ddir substitution, --with-auto-load-safe-path and
2778 --without-auto-load-safe-path.
2779 * observer.texi (gdb_datadir_changed): New.
2780
2781 2012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2782
2783 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
2784 Twice.
2785
2786 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
2787 directory separator by path separator.
2788
2789 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2790
2791 * gdb.texinfo (Auto-loading safe path): Make 'directories'
2792 for 'set auto-load safe-path' optional. Mention if it is omitted.
2793 Change disabling security protection condition to "/", twice.
2794
2795 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
2796
2797 * gdb.texinfo (Symbol Tables In Python): Add documentation about
2798 the new methods global_block and static_block on gdb.Symtab
2799 objects.
2800
2801 2012-05-02 Siva Chandra Reddy <sivachandra@google.com>
2802
2803 * gdb.texinfo (Blocks In Python): Add a note saying that future
2804 improvements to GDB and its infrastructure can move symbols
2805 across blocks within a symbol table.
2806
2807 2012-04-29 Yao Qi <yao@codesourcery.com>
2808
2809 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
2810 (A29K): Remove.
2811
2812 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
2813 Tom Tromey <tromey@redhat.com>
2814
2815 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
2816 and generic static probe support on GDB.
2817
2818 2012-04-25 Doug Evans <dje@google.com>
2819
2820 * gdb.texinfo (Go): Fix thinko.
2821
2822 * gdb.texinfo (Supported Languages): Add Go.
2823 (Go): New node.
2824
2825 2012-04-25 Yao Qi <yao@codesourcery.com>
2826
2827 * gdbint.texinfo (Testsuite): New section `Board settings'.
2828
2829 2012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2830
2831 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
2832 Three times.
2833
2834 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
2835 Three times.
2836
2837 2012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2838
2839 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
2840 by @table @asis. Fix formatting of one item.
2841
2842 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2843
2844 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
2845
2846 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2847
2848 New option "set debug auto-load".
2849 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
2850 (auto-load verbose mode): New node.
2851
2852 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2853
2854 New option "set auto-load safe-path".
2855 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
2856 and "info auto-load" examples for safe-path. Put there also references
2857 for "set auto-load safe-path" and "show auto-load safe-path".
2858 New menu item for Auto-loading safe path.
2859 (Auto-loading safe path): New node.
2860 (Python Auto-loading): Update the expected output from "Missing"
2861 to "No".
2862
2863 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2864
2865 auto-load: Implementation.
2866 * gdb.texinfo (Mode Options): New anchor for -nx.
2867 (Startup): New anchors for Option -init-eval-command,
2868 Home Directory Init File
2869 and Init File in the Current Directory during Startup.
2870 Mention set auto-load local-gdbinit with a reference.
2871 Change the sample code to "set auto-load python-scripts".
2872 (Threads): New anchor set libthread-db-search-path.
2873 Provide references to libthread_db.so.1 file.
2874 (Controlling GDB): New menu item for Auto-loading.
2875 (Auto-loading, Init File in the Current Directory)
2876 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
2877 (Python): Rename the menu item Auto-loading to Python Auto-loading.
2878 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
2879 reference.
2880 (Auto-loading): Rename to ...
2881 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
2882 "set auto-load python-scripts", new anchor for it. Change
2883 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
2884 for it. Change "info auto-load-scripts"
2885 to "info auto-load python-scripts", new anchor for it. Change "scripts"
2886 to "Python scripts".
2887
2888 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
2889
2890 PR mi/13393
2891 * gdb.texinfo (Print Settings): Extend the description for "set print
2892 object".
2893 (GDB/MI Variable Objects): Extend the description for -var-create and
2894 -var-list-children.
2895
2896 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
2897
2898 * gdb.texinfo (Examining Data): Document the 'explore' command.
2899
2900 2012-03-28 Joel Brobecker <brobecker@adacore.com>
2901
2902 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
2903 to the children of a varobj and its update range when -var-update
2904 returns that the varobj's type changed.
2905
2906 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2907
2908 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
2909 Create two new links fir 'objfile-gdb.py file'
2910 and 'dotdebug_gdb_scripts section'.
2911
2912 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2913
2914 * gdb.texinfo (Auto-loading): Rename node reference
2915 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
2916 Twice.
2917 (.debug_gdb_scripts section): Rename the node ...
2918 (dotdebug_gdb_scripts section): ... here.
2919 (Maintenance Commands): Also rename this node reference.
2920
2921 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
2922
2923 * gdb.texinfo (Python API/Values From Inferior): Add description
2924 about the new method Value.referenced_value. Add description on
2925 how Value.dereference is different (and similar) to
2926 Value.referenced_value.
2927
2928 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2929
2930 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
2931 --init-eval-command=COMMAND, -iex.
2932 (Startup): Describe -iex and -ix. Simplify the example
2933 for "set auto-load-scripts off".
2934
2935 2012-03-16 Gary Benson <gbenson@redhat.com>
2936
2937 PR breakpoints/10738
2938 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
2939 stating that GDB cannot set breakpoints on inlined functions.
2940 (Mode Options): Document --use-deprecated-index-sections.
2941 (Index Section Format): Document new index section version format.
2942
2943 2012-03-15 Tom Tromey <tromey@redhat.com>
2944
2945 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
2946
2947 2012-03-13 Doug Evans <dje@google.com>
2948
2949 * gdb.texinfo (Help): Change apropos example to use "alias" instead
2950 of "reload".
2951 (Symbols): Delete docs for set/show symbol-reloading.
2952 * gdbint.texinfo (Defining Other Architecture Features): Delete
2953 SYMBOL_RELOADING_DEFAULT.
2954 * refcard.tex: Delete reference to symbol-reloading.
2955
2956 2012-03-07 Pedro Alves <palves@redhat.com>
2957
2958 * gdb.texinfo (General Query Packets): Document new
2959 QProgramSignals packet.
2960 * gdb.texinfo (Remote configuration): Mention
2961 "program-signals-packet".
2962
2963 2012-03-05 Tristan Gingold <gingold@adacore.com>
2964
2965 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
2966
2967 2012-03-03 Yao Qi <yao@codesourcery.com>
2968
2969 * gdb.texinfo (In-Process Agent): New node.
2970 Document new commands.
2971 (General Query Packets): Add packet `QAgent'.
2972
2973 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
2974
2975 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
2976
2977 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
2978
2979 * gdb.texinfo (Commands In Python): Put example python macro in
2980 COMMAND_USER category rather than COMMAND_OBSCURE.
2981 Document gdb.COMMAND_USER.
2982 (User-defined Commands): Update documentation to clarify
2983 "set/show max-user-call-depth" and "show user" don't apply to python
2984 commands. Update documentation to clarify "help user-defined" may
2985 also include python commands defined as COMMAND_USER.
2986
2987 2012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2988
2989 * gdb.texinfo (Startup): Add option -ex description to the option -x
2990 description.
2991
2992 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
2993
2994 * gdb.texinfo (Setting Breakpoints): Mention and explain the
2995 condition-evaluation breakpoint parameter.
2996 Mention condition-evaluation mode being shown in "info break".
2997 (Break Conditions): Add description for target-side
2998 conditional breakpoints.
2999 (Remote Configuration): Mention conditional-breakpoints-packet.
3000 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
3001 cond-expr.
3002 (General Query Packets): Mention new ConditionalBreakpoint feature.
3003
3004 2012-02-22 Tom Tromey <tromey@redhat.com>
3005
3006 * gdb.texinfo (Blocks In Python): Clarify block iteration.
3007
3008 2012-02-17 Tom Tromey <tromey@redhat.com>
3009
3010 PR python/10753:
3011 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
3012 directory.
3013
3014 2012-02-14 Stan Shebs <stan@codesourcery.com>
3015
3016 * gdb.texinfo (Disabling Breakpoints): Document enable count.
3017
3018 2012-02-13 Pedro Alves <palves@redhat.com>
3019
3020 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
3021 mips-idt-ecoff.
3022
3023 2012-02-09 Yao Qi <yao@codesourcery.com>
3024
3025 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
3026
3027 2012-02-07 Tom Tromey <tromey@redhat.com>
3028
3029 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
3030 Symbol.value.
3031
3032 2012-02-07 Tom Tromey <tromey@redhat.com>
3033
3034 * gdb.texinfo (Symbols In Python): Document Symbol.line.
3035
3036 2012-01-27 Thomas Schwinge <thomas@codesourcery.com>
3037
3038 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
3039
3040 2012-01-24 Tom Tromey <tromey@redhat.com>
3041
3042 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
3043 unload".
3044 (Files): Mention new catch commands.
3045 (GDB/MI Async Records): Likewise.
3046
3047 2012-01-24 Gary Benson <gbenson@redhat.com>
3048
3049 Delete #if 0'd out code.
3050 * gdb.texinfo (Frame Info): Remove "info catch".
3051
3052 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
3053
3054 * gdb.texinfo (Remote Configuration): Document
3055 "set remote hostio-readlink-packet" command.
3056 (General Query Packets): Document vFile:readlink packet.
3057
3058 2012-01-16 Tom Tromey <tromey@redhat.com>
3059
3060 * gdb.texinfo (Specify Location): Document relative file name
3061 handling.
3062
3063 2012-01-16 Tom Tromey <tromey@redhat.com>
3064
3065 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
3066
3067 2012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3068 Eli Zaretskii <eliz@gnu.org>
3069
3070 * gdbint.texinfo (Coding Standards): Require braces for two lines of
3071 code.
3072
3073 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
3074
3075 * gdb.texinfo (Variables): Document use of :: for non-static
3076 variables.
3077
3078 2012-01-05 Joel Brobecker <brobecker@adacore.com>
3079
3080 * gdbint.texinfo (Start of New Year Procedure): Update
3081 to replace use of copyright.sh by use of copyright.py.
3082
3083 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3084
3085 Remove the gdbtui binary.
3086 * all-cfg.texi (GDBTUI): Remove.
3087 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
3088 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
3089 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
3090
3091 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
3092
3093 Introduce gdb.FinishBreakpoint in Python.
3094 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
3095 (Python API): Add menu entry for Finish Breakpoints.
3096
3097 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3098
3099 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
3100 tests.
3101
3102 2011-12-16 Doug Evans <dje@google.com>
3103
3104 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
3105
3106 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
3107
3108 * gdb.texinfo (Python Commands): Remove "maint set/show print
3109 stack". Add documentation for "set/show python print-stack".
3110
3111 2011-12-14 Pedro Alves <pedro@codesourcery.com>
3112
3113 * gdb.texinfo (Implementing a Remote Stub): Explain that you
3114 should transfer control to the stub in the startup code instead of
3115 in main. Mention the need to get past the initial breakpoint.
3116
3117 2011-12-06 Tom Tromey <tromey@redhat.com>
3118
3119 * gdb.texinfo (Set Breaks): Update for new behavior.
3120
3121 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3122
3123 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
3124 List Format for SVR4 Targets'.
3125 (General Query Packets): New item qXfer:libraries-svr4:read.
3126 (Library List Format for SVR4 Targets): New node.
3127
3128 2011-12-01 Tom Tromey <tromey@redhat.com>
3129
3130 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
3131 add.
3132
3133 2011-11-22 Tom Tromey <tromey@redhat.com>
3134
3135 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
3136 reasons.
3137
3138 2011-11-20 Stan Shebs <stan@codesourcery.com>
3139
3140 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3141 note-related options and variables.
3142 (Tracepoint Packets): Document packet changes.
3143
3144 2011-11-20 Sanjoy Das <sdas@igalia.com>
3145
3146 * gdb.texinfo (JIT Interface): Add documentation on writing and
3147 usind JIT debug info readers.
3148 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
3149 Debug Info Readers): New nodes.
3150
3151 2011-11-18 Yao Qi <yao@codesourcery.com>
3152
3153 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
3154 tracepoint.
3155
3156 2011-11-15 Doug Evans <dje@google.com>
3157
3158 * gdb.texinfo (Files): Document basenames-may-differ.
3159
3160 2011-11-14 Doug Evans <dje@google.com>
3161
3162 * gdb.texinfo (Shell Commands): Document "!".
3163
3164 2011-11-14 Stan Shebs <stan@codesourcery.com>
3165 Kwok Cheung Yeung <kcy@codesourcery.com>
3166
3167 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
3168 needed to get shorter fast tracepoints.
3169 (Tracepoint Packets): Document new qTMinFTPILen packet.
3170
3171 2011-11-14 Yao Qi <yao@codesourcery.com>
3172
3173 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
3174 behavior of tracepoint.
3175 (General Query Packets): New feature InstallInTrace.
3176 (Remote Configuration): Document "set remote
3177 install-in-trace-packet".
3178
3179 2011-11-12 Matt Rice <ratmice@gmail.com>
3180
3181 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
3182 Add arguments to info macro.
3183
3184 2011-11-10 Tom Tromey <tromey@redhat.com>
3185
3186 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
3187 manual.
3188 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
3189 (Macros): Add a footnote.
3190 (C): Remove paragraph about compiler options.
3191 (C Constants): Mention wide character and string constants.
3192 (C Plus Plus Expressions): Update compiler option advice. Mention
3193 using declarations. Mention ADL. Remove old HP compiler
3194 information.
3195
3196 2011-11-10 Tom Tromey <tromey@redhat.com>
3197
3198 PR c++/9257:
3199 * gdb.texinfo (Print Settings): Add an extra note about the need
3200 for a vtable.
3201
3202 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
3203
3204 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
3205 "set mips abi" documentation.
3206
3207 2011-11-04 Doug Evans <dje@google.com>
3208
3209 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
3210
3211 2011-11-03 Tom Tromey <tromey@redhat.com>
3212
3213 * gdb.texinfo (Stopping): Add menu entry.
3214 (Continuing and Stepping): Restore @node. Use @section, not
3215 @subsection.
3216
3217 2011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
3218
3219 * gdb.texinfo (Skipping Over Functions and Files): Remove node
3220 designation. Fix "Specify Location" cross-reference.
3221
3222 2011-11-02 Stan Shebs <stan@codesourcery.com>
3223
3224 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
3225 (General Query Packets): Describe tracenz feature.
3226 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
3227
3228 2011-10-28 Paul Koning <paul_koning@dell.com>
3229
3230 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
3231
3232 2011-10-27 Kevin Pouget <kevin.pouget@st.com>
3233
3234 * gdb.texinfo ((Frames In Python): Document
3235 gdb.FRAME_UNWIND_FIRST_ERROR contant.
3236
3237 2011-10-26 Paul Koning <paul_koning@dell.com>
3238
3239 * gdb.texinfo (gdb.types): Document new deepitems function.
3240
3241 2011-10-25 Paul Koning <paul_koning@dell.com>
3242
3243 PR python/13327
3244
3245 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
3246 fetch_lazy method.
3247
3248 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
3249
3250 PR python/12656
3251
3252 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
3253 global_block, static_block function.
3254
3255 2011-10-19 Tom Tromey <tromey@redhat.com>
3256
3257 * gdb.texinfo (Commands In Python): Add missing "@"s.
3258
3259 2011-10-13 Kevin Pouget <kevin.pouget@st.com>
3260
3261 PR python/13285 Document named constants for frame unwind stop reasons
3262 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
3263 constants.
3264
3265 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3266
3267 Fix compatibility with texinfo versions older than 4.12.
3268 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
3269 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
3270 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
3271 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
3272 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
3273 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
3274 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
3275
3276 2011-10-09 Doug Evans <dje@google.com>
3277
3278 * gdb.texinfo (Extending GDB): Document alias command.
3279
3280 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3281
3282 Support @entry in input expressions.
3283 * gdb.texinfo (Variables): Describe @entry names suffix.
3284 (Print Settings): Add anchor for `set print entry-values'.
3285
3286 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3287 Eli Zaretskii <eliz@gnu.org>
3288
3289 Display @entry parameter values (without references).
3290 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
3291 example.
3292 (Print Settings): New description of set print entry-values and show
3293 print entry-values.
3294
3295 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3296 Eli Zaretskii <eliz@gnu.org>
3297
3298 Recognize virtual tail call frames.
3299 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
3300 (Tail Call Frames): New node.
3301 (Frames In Python): Add gdb.TAILCALL_FRAME.
3302
3303 2011-10-07 Doug Evans <dje@google.com>
3304
3305 * gdb.texinfo (gdb.printing): Document new `replace' arg to
3306 register_pretty_printer.
3307
3308 2011-10-07 Phil Muldoon <pmuldoon@redhat.com>
3309
3310 PR python/12930
3311 PR python/12802
3312
3313 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
3314 stop method.
3315
3316 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
3317
3318 * gdb.texinfo (Starting your Program): "set disable-randomization"
3319 is no longer Linux-specific.
3320 (Remote Configuration): Document "set remote
3321 disable-randomization-packet".
3322 (General Query Packets): Document "QDisableRandomization" packet
3323 and add it to "qSupported" list.
3324
3325 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
3326
3327 Allow Python notification of new object-file loadings.
3328 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
3329 event type.
3330
3331 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
3332
3333 PR python/12691: Add the inferior to Python exited event
3334 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
3335
3336 2011-10-03 Joel Brobecker <brobecker@adacore.com>
3337
3338 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
3339 rephasing.
3340
3341 2011-10-03 Joel Brobecker <brobecker@adacore.com>
3342
3343 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
3344 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
3345 as possible feature returned by the `-list-features'
3346 command.
3347
3348 2011-09-28 Paul Koning <paul_koning@dell.com>
3349
3350 * gdb.texinfo (gdb.Type): Document field access by dictionary
3351 key syntax.
3352
3353 2011-09-28 Yao Qi <yao@codesourcery.com>
3354
3355 * gdb.texinfo (Files): Update options for `add-symbol-file'.
3356 Add one space after option `-s'. Remove @r{} markup.
3357
3358 2011-09-27 Stan Shebs <stan@codesourcery.com>
3359
3360 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
3361
3362 2011-09-16 Hui Zhu <teawater@gmail.com>
3363
3364 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
3365 to *(unsigned char *)$esp@300.
3366
3367 2011-09-15 Paul Koning <paul_koning@dell.com>
3368
3369 * gdb.texinfo: Make style of Python functions and methods match
3370 the syntax of Python. Also put class and module names explicitly
3371 on function, member, and variable names, matching Python
3372 documentation conventions.
3373
3374 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
3375
3376 PR Python/12692 Add gdb.selected_inferior() to Python interface.
3377 * gdb.texinfo (Inferiors In Python): Describe new
3378 gdb.selected_inferior() function.
3379
3380 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
3381
3382 Handle multiple breakpoint hits in Python interface:
3383 * gdb.texinfo (Events In Python): New function documentation:
3384 gdb.BreakpointEvent.breakpoints. Indicate that
3385 gdb.BreakpointEvent.breakpoint is now deprecated.
3386
3387 2011-09-04 Joel Brobecker <brobecker@adacore.com>
3388
3389 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
3390
3391 2011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
3392
3393 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
3394
3395 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
3396
3397 * gdb.texinfo (Prompt): Add set/show extended-prompt
3398 documentation
3399 (Basic Python): Add prompt_hook anchor.
3400 (Python modules): Reword module text to reflect multiple modules.
3401 (gdb.prompt): Document gdb.prompt module.
3402
3403 2011-08-14 Yao Qi <yao@codesourcery.com>
3404
3405 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
3406
3407 2011-08-14 Yao Qi <yao@codesourcery.com>
3408
3409 * gdb.texinfo (Standard Target Features): Document C6x features.
3410 (TIC6x Features): New node.
3411
3412 2011-08-12 Doug Evans <dje@google.com>
3413
3414 * gdb.texinfo (Symbols In Python): Document symbol.type.
3415
3416 2011-08-09 Phil Muldoon <pmuldoon@redhat.com>
3417
3418 * gdb.texinfo (Python): Document command and function
3419 auto-loading.
3420
3421 2011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3422 Eli Zaretskii <eliz@gnu.org>
3423
3424 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
3425 typedefs unrolling. Extend the sample code by an inner typedef and
3426 outer typedefs unrolling.
3427
3428 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
3429
3430 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
3431 size and line-size.
3432
3433 2011-07-21 Matt Rice <ratmice@gmail.com>
3434
3435 PR macros/12999
3436 * gdb.texinfo (Macros): Add info definitions and info macros commands.
3437 Update text and cindex entries for info macro command.
3438
3439 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
3440
3441 * observer.texi (GDB Observers): Add before_prompt observer.
3442 * gdb.texinfo (Basic Python): Add documentation for prompt
3443 substitution.
3444
3445 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
3446
3447 PR python/12438
3448 * gdb.texinfo (Python Commands): Add deprecate note to maint
3449 set/show python print-stack. Document set/show python
3450 print-backtrace.
3451
3452 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
3453
3454 * gdb.texinfo: Fix typos.
3455
3456 2011-07-01 Tom Tromey <tromey@redhat.com>
3457
3458 * gdb.texinfo (Debugging Output): Document set debug
3459 check-physname.
3460
3461 2011-06-29 Tom Tromey <tromey@redhat.com>
3462
3463 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3464 breakpoint-notifications feature.
3465
3466 2011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
3467
3468 * gdb.texinfo (Target Description): Remove warning about
3469 possibly unstable format.
3470
3471 2011-06-03 Tom Tromey <tromey@redhat.com>
3472
3473 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
3474 (Events In Python): Note that exit_code is optional.
3475
3476 2011-05-17 Pedro Alves <pedro@codesourcery.com>
3477
3478 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
3479 required for multi-threading support.
3480 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
3481 Hc are deprecated for multi-threading debugging. Point readers at
3482 the vCont packet.
3483
3484 2011-05-15 Doug Evans <dje@google.com>
3485
3486 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
3487
3488 2011-05-13 Doug Evans <dje@google.com>
3489
3490 * gdb.texinfo (Threads): Document $sdir,$pdir.
3491 (Server): Document $pdir exception.
3492
3493 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
3494
3495 * gdb.texinfo (Threads): Clarify default value for
3496 libthread-db-search-path.
3497
3498 * gdb.texinfo (Completion): Update example.
3499 (Debugging Output): Delete `set/show debug lin-lwp-async'.
3500
3501 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
3502
3503 * gdb.texinfo: Document change in the behaviour of the enable and
3504 disable GDB commands when applied to tracepoints.
3505 Document the EnableDisableTracepoints remote stub feature.
3506 Document QTEnable and QTDisable in the list of tracepoint packets.
3507
3508 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3509
3510 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
3511 hsuser.texi.
3512 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
3513 comment to hsuser.texi. Change rluser.texi name in the comment.
3514
3515 2011-05-10 Doug Evans <dje@google.com>
3516
3517 * gdb.texinfo (Threads): If an empty path is provided for
3518 libthread-db-search-path it is reset to its default value.
3519 (Server): Ditto.
3520
3521 2011-05-09 Doug Evans <dje@google.com>
3522
3523 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
3524
3525 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3526 Thiago Jung Bauermann <bauerman@br.ibm.com>
3527
3528 Implement support for PowerPC BookE masked watchpoints.
3529 * gdb.texinfo (Set Watchpoints): Document mask parameter.
3530 (PowerPC Embedded): Mention support of masked watchpoints.
3531
3532 2011-05-03 Joel Brobecker <brobecker@adacore.com>
3533
3534 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
3535 `@value{GDBN}'.
3536
3537 2011-05-03 Joel Brobecker <brobecker@adacore.com>
3538
3539 * gdb.texinfo (titlepage): Remove dedication.
3540 (In Memoriam): New appendix.
3541
3542 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3543 Eli Zaretskii <eliz@gnu.org>
3544
3545 * gdb.texinfo (Index Section Format): Change the version to 5.
3546 Describe the different formula.
3547
3548 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3549 Eli Zaretskii <eliz@gnu.org>
3550
3551 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
3552 for disconnected tracing.
3553 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
3554 extended-remote relationship. Mention --once.
3555 (TCP port allocation lifecycle of @code{gdbserver}): New.
3556
3557 2011-04-23 Eli Zaretskii <eliz@gnu.org>
3558
3559 * gdb.texinfo (Server): Improve indexing. Index all optional
3560 switches to gdbserver.
3561
3562 2011-04-20 Tom Tromey <tromey@redhat.com>
3563
3564 * gdb.texinfo (Index Section Format): New node.
3565 (Top): Add new node to menu.
3566
3567 2011-04-20 Pedro Alves <pedro@codesourcery.com>
3568
3569 * gdb.texinfo (Maintenance Commands): Document `maint print
3570 remote-registers'.
3571
3572 2011-04-20 Tom Tromey <tromey@redhat.com>
3573
3574 * gdb.texinfo (Trace File Format): Move node later.
3575
3576 2011-04-19 Tom Tromey <tromey@redhat.com>
3577
3578 * gdbint.texinfo (Register Information Functions): Remove
3579 duplicate "the".
3580 * gdb.texinfo (Emacs): Remove duplicate "to".
3581 (GDB/MI Variable Objects): Remove duplicate "the".
3582 (General Query Packets): Likewise.
3583
3584 2011-04-02 Joel Brobecker <brobecker@adacore.com>
3585
3586 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
3587 "GDB/MI Ada Exception Information" node.
3588
3589 2011-04-01 Joel Brobecker <brobecker@adacore.com>
3590
3591 * gdb.texinfo (GDB/MI Ada Exception Information): Document
3592 the "exception-name" field in the *stopped async record.
3593
3594 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
3595 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3596
3597 Implement support for PowerPC BookE ranged breakpoints.
3598 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
3599
3600 2011-03-28 Tom Tromey <tromey@redhat.com>
3601
3602 * gdb.texinfo (Set Tracepoints): Fix typo.
3603
3604 2011-03-24 Tom Tromey <tromey@redhat.com>
3605
3606 * gdb.texinfo (Specify Location): Document `function:label'
3607 linespec.
3608
3609 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
3610
3611 PR python/12149
3612
3613 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
3614
3615 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
3616
3617 * gdb.texinfo (Blocks In Python): Add is_valid method description.
3618 (Inferiors In Python): Likewise.
3619 (Threads In Python): Likewise.
3620 (Symbols In Python): Likewise.
3621 (Objfiles In Python): Likewise.
3622 (Symbol Tables In Python): Likewise.
3623
3624 2011-03-15 Pedro Alves <pedro@codesourcery.com>
3625
3626 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
3627 display>: Explain that the commands accept number ranges.
3628
3629 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
3630
3631 * gdb.texinfo (Breakpoints In Python): Add description and example
3632 of Python stop function operation.
3633
3634 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
3635
3636 * gdb.texinfo (Parameters In Python): Document get_set_string and
3637 get_show_string methods.
3638
3639 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3640
3641 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
3642
3643 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
3644 circular-trace-buffer name.
3645
3646 2011-02-28 Joel Brobecker <brobecker@adacore.com>
3647
3648 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
3649 in the previous change.
3650
3651 2011-02-27 Michael Snyder <msnyder@vmware.com>
3652
3653 * gdb.texinfo (Inferiors and Programs): Update commands to show
3654 that they can accept multiple arguments.
3655
3656 2011-02-24 Joel Brobecker <brobecker@adacore.com>
3657
3658 Revert the following patch (code patch was not approved):
3659 2011-02-21 Hui Zhu <teawater@gmail.com>
3660 * agentexpr.texi (bytecode descriptions): add printf.
3661 * gdb.texinfo (tracepoint action lists): add printf.
3662
3663 2011-02-23 Doug Evans <dje@google.com>
3664
3665 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
3666
3667 2011-02-23 Michael Snyder <msnyder@vmware.com>
3668
3669 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
3670 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
3671 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
3672
3673 2011-02-22 Doug Evans <dje@google.com>
3674
3675 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
3676 Clarify behaviour of lookup_symbol when `block' argument is omitted,
3677 add description of result, fix @defun formatting.
3678
3679 2011-02-21 Hui Zhu <teawater@gmail.com>
3680
3681 * agentexpr.texi (Bytecode Descriptions): Add printf.
3682 * gdb.texinfo (Tracepoint Action Lists): Add printf.
3683
3684 2011-02-18 Tom Tromey <tromey@redhat.com>
3685
3686 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
3687
3688 2011-02-14 Michael Snyder <msnyder@vmware.com>
3689
3690 * gdb.texinfo (threads): Document argument for "info threads" cmd.
3691 Document new command "thread find".
3692
3693 2011-02-14 Michael Snyder <msnyder@vmware.com>
3694
3695 * gdb.texinfo (Threads): Update example of new thread message.
3696
3697 2011-02-14 Pedro Alves <pedro@codesourcery.com>
3698
3699 * gdb.texinfo (Remote Configuration): Mention set/show remote
3700 traceframe-info.
3701 (Tools/Packages Optional for Building GDB): Mention that expat is
3702 used for traceframe info.
3703 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
3704 (General Query Packets) <qSupported>: Describe the
3705 qXfer:traceframe-info:read feature.
3706 (qXfer::read): Describe qXfer:traceframe-info:read.
3707 (Traceframe Info Format): New section.
3708
3709 2011-02-04 Pedro Alves <pedro@codesourcery.com>
3710
3711 * gdbint.texinfo (Formatting): Mention some formatting guidelines
3712 for casts and unary operators.
3713
3714 2011-02-04 Tom Tromey <tromey@redhat.com>
3715
3716 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
3717 is not useful.
3718
3719 2011-01-25 Pedro Alves <pedro@codesourcery.com>
3720
3721 * gdb.texinfo: s/value optimized out/optimized out/g
3722
3723 2011-01-21 Joel Brobecker <brobecker@adacore.com>
3724
3725 * gdb.texinfo (Other Misc Settings): Rework part of the
3726 documentation of the "set interactive mode" command.
3727
3728 2011-01-19 Tom Tromey <tromey@redhat.com>
3729
3730 * gdb.texinfo (Threads): Document thread name output and `thread
3731 name' command.
3732 (Threads In Python): Document Thread.name attribute.
3733 (GDB/MI Thread Commands): Document thread attributes.
3734
3735 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
3736
3737 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
3738 changes in mi/mi-cmd-disas.c
3739
3740 2011-01-12 Tom Tromey <tromey@redhat.com>
3741
3742 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
3743 Fix "thread apply" text.
3744
3745 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3746 Thiago Jung Bauermann <bauerman@br.ibm.com>
3747
3748 Implement support for PowerPC BookE ranged watchpoints.
3749 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
3750 the "set powerpc exact-watchpoints" flag.
3751
3752 2011-01-07 Tom Tromey <tromey@redhat.com>
3753
3754 * gdb.texinfo (Python API): Add descriptions to @menu items.
3755
3756 2011-01-06 Tom Tromey <tromey@redhat.com>
3757
3758 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
3759
3760 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
3761
3762 * gdb.texinfo (Debugging Output): Document "set debug jit".
3763
3764 2011-01-06 Tom Tromey <tromey@redhat.com>
3765
3766 PR python/12133:
3767 * gdb.texinfo (Frames In Python): Document various frame
3768 constants.
3769
3770 2011-01-05 Joel Brobecker <brobecker@adacore.com>
3771
3772 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
3773 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
3774 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
3775
3776 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3777
3778 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
3779 (clean): Add GDBvn.texi.
3780
3781 2010-12-29 Joel Brobecker <brobecker@adacore.com>
3782
3783 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
3784 occasional case where the debugger prints an array address
3785 instead of the array itself.
3786
3787 2010-12-23 Pedro Alves <pedro@codesourcery.com>
3788
3789 * gdb.texinfo (Packets) <read registers packet>: Document support
3790 for registers that were not collected.
3791
3792 2010-12-15 Doug Evans <dje@google.com>
3793
3794 * gdb.texinfo (Startup): Document auto-loading of scripts during
3795 startup.
3796 (Auto-loading): Delete "maint set python auto-load on|off".
3797 Add "set auto-load-scripts on|off".
3798
3799 2010-12-07 Doug Evans <dje@google.com>
3800
3801 * gdb.texinfo (Mode Options): Document -data-directory.
3802 (Data Files): Add reference to -data-directory.
3803
3804 2010-11-29 Doug Evans <dje@google.com>
3805
3806 * gdb.texinfo (Pretty-Printer Introduction): Change
3807 printer-name:subprinter-name to printer-name;subprinter-name.
3808
3809 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
3810
3811 PR python/12199
3812
3813 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
3814
3815 2010-11-23 Tom Tromey <tromey@redhat.com>
3816
3817 * gdb.texinfo (Top): Check SYSTEM_READLINE.
3818 (Editing): Likewise.
3819 (Command History): Likewise.
3820 (TUI Keys): Likewise.
3821 (Bug Reporting): Conditionally include rluser.texi and
3822 inc-history.texinfo.
3823 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
3824 (GDB_DOC_SOURCE_INCLUDES): Add comment.
3825 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
3826 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
3827 (gdb.pdf): Likewise.
3828 (gdb.info): Likewise.
3829 (gdb/index.html): Likewise.
3830
3831 2010-11-23 Tom Tromey <tromey@redhat.com>
3832
3833 * Makefile.in (Makefile): Run ../config.status.
3834 (distclean): Update.
3835 * configure: Remove.
3836 * configure.ac: Remove.
3837
3838 2010-11-12 Tom Tromey <tromey@redhat.com>
3839
3840 * gdb.texinfo (Basic Python): Update. Add xref.
3841 (Exception Handling): Document new exception classes.
3842 (Types In Python): Update.
3843 (Frames In Python): Update.
3844
3845 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
3846
3847 * gdb.texinfo (Breakpoints In Python): Document "internal"
3848 parameter, and visible attribute.
3849
3850 2010-11-05 Doug Evans <dje@google.com>
3851
3852 * gdb.texinfo (Source Path): Document "set directories".
3853
3854 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
3855
3856 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
3857 (OpenCL C): New node.
3858
3859 2010-11-02 Doug Evans <dje@google.com>
3860
3861 * gdb.texinfo (Pretty Printing): Expand into three sections,
3862 introduction, example, and commands.
3863 (Python API): Delete section Disabling Pretty-Printers, merge into
3864 Selecting Pretty-Printers.
3865 (Writing a Pretty-Printer): New section. Move the pretty-printer
3866 example here, and reformat to match python coding style. Add a second
3867 example using the gdb.printing module.
3868 (Python modules): Add gdb.printing.
3869
3870 2010-10-29 Doug Evans <dje@google.com>
3871
3872 * gdb.texinfo (Python): Fix long line.
3873
3874 2010-10-20 Doug Evans <dje@google.com>
3875
3876 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
3877 All references updated. Correct sections marked as subsections.
3878 (Coding Standards): New chapter. Move the coding standard related
3879 subsections here. Add section on Python coding standards.
3880
3881 2010-10-13 Doug Evans <dje@google.com>
3882
3883 * gdb.texinfo (Python): Add "Python modules".
3884 (Types in Python): Add reference to gdb.types section.
3885 (Python modules): New node.
3886
3887 2010-10-11 Doug Evans <dje@google.com>
3888
3889 * gdb.texinfo (Values From Inferior): Add reference to "Types in
3890 Python" from gdb.Value.type description.
3891
3892 2010-09-28 Joel Brobecker <brobecker@adacore.com>
3893
3894 * gdb.texinfo (Ravenscar Profile): New node.
3895
3896 2010-09-22 Tom Tromey <tromey@redhat.com>
3897
3898 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
3899
3900 2010-09-22 Eli Zaretskii <eliz@gnu.org>
3901
3902 * gdb.texinfo (Values From Inferior): Clarify that
3903 value.dynamic_type works only in C++ programs with RTTI.
3904
3905 2010-09-15 Paul Bolle <pebolle@tiscali.nl>
3906
3907 * gdb.texinfo (Character Sets): Correctly reference host-charset
3908 in example.
3909
3910 2010-09-13 Tom Tromey <tromey@redhat.com>
3911
3912 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
3913 Document "fullname" and "from".
3914
3915 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
3916
3917 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
3918 feature `reverse' output by -list-target-features.
3919
3920 2010-08-31 H.J. Lu <hongjiu.lu@intel.com>
3921
3922 * gdb.texinfo (i386 Features): Remove an extra "@item".
3923
3924 2010-08-30 Tom Tromey <tromey@redhat.com>
3925
3926 PR python/11792:
3927 * gdb.texinfo (Values From Inferior): Document dynamic_type.
3928
3929 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
3930
3931 * gdb.texinfo (ARM Features): Document
3932 org.gnu.gdb.arm.m-profile.
3933
3934 2010-08-23 Tom Tromey <tromey@redhat.com>
3935
3936 PR python/11145:
3937 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
3938 reinterpret_cast methods.
3939
3940 2010-08-23 Tom Tromey <tromey@redhat.com>
3941
3942 PR python/11915:
3943 * gdb.texinfo (Types In Python): Document array method.
3944
3945 2010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
3946
3947 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
3948
3949 2010-08-16 Tom Tromey <tromey@redhat.com>
3950
3951 * gdb.texinfo (Set Watchpoints): Document -location option.
3952
3953 2010-08-13 Doug Evans <dje@google.com>
3954
3955 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
3956
3957 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
3958
3959 * gdb.texinfo (GDB/MI Data Manipulation): Document
3960 -data-read-memory-raw and -data-write-memory-raw.
3961
3962 2010-08-11 Tom Tromey <tromey@redhat.com>
3963 Phil Muldoon <pmuldoon@redhat.com>
3964
3965 * gdb.texinfo (Basic Python): Describe post_event API.
3966
3967 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
3968
3969 * gdb.texinfo (Basic Python): Describe solib_address and
3970 decode_line Python APIs
3971
3972 2010-08-10 Tom Tromey <tromey@redhat.com>
3973
3974 * gdb.texinfo (Pretty Printing API): Document
3975 gdb.default_visualizer.
3976
3977 2010-08-10 Tom Tromey <tromey@redhat.com>
3978
3979 Revert gdb-add-index addition:
3980 * gdb.texinfo (Index Files): Don't document gdb-add-index.
3981
3982 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3983 Eli Zaretskii <eliz@gnu.org>
3984
3985 * gdb.texinfo (Mode Options) <-batch>
3986 (Basic Python) <gdb.execute>: Describe setting width and height.
3987
3988 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
3989
3990 * gdb.texinfo (Threads): Document 'debug libthread-db'.
3991
3992 2010-07-30 Tom Tromey <tromey@redhat.com>
3993
3994 * gdb.texinfo (Index Files): Mention gdb-add-index.
3995
3996 2010-07-30 Hui Zhu <teawater@gmail.com>
3997
3998 * gdb.texinfo (Inferiors and Programs): Update the introduce of
3999 "detach inferior" and "kill inferior".
4000
4001 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
4002
4003 * gdb.texinfo (Machine Code): Update description of two forms of
4004 arguments, and add new example to demonstrate the new form.
4005
4006 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
4007
4008 * gdb.texinfo (Values From Inferior): Add value inferior function
4009 call description.
4010
4011 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4012
4013 * gdb.texinfo (Active Targets): Fix wrong comma placement.
4014
4015 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4016 Eli Zaretskii <eliz@gnu.org>
4017
4018 Make core files the process_stratum.
4019 * gdb.texinfo (Active Targets): Remove core_stratum. Include
4020 record_stratum example.
4021
4022 2010-07-13 Tom Tromey <tromey@redhat.com>
4023
4024 * gdb.texinfo (Index Files): New node.
4025
4026 2010-07-13 Tom Tromey <tromey@redhat.com>
4027
4028 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
4029
4030 2010-07-13 Tom Tromey <tromey@redhat.com>
4031
4032 * gdb.texinfo (Specify Location): Document labels.
4033
4034 2010-07-01 Pedro Alves <pedro@codesourcery.com>
4035
4036 * gdb.texinfo (Create and Delete Tracepoints): Add more index
4037 entries for fast tracepoints and static tracepoints.
4038
4039 2010-07-01 Pedro Alves <pedro@codesourcery.com>
4040
4041 * gdb.texinfo (General Query Packets) <qfThreadInfo,
4042 qsThreadInfo>: Spell out `l' as ell.
4043
4044 2010-07-01 Pedro Alves <pedro@codesourcery.com>
4045
4046 * gdb.texinfo (Convenience Variables): Document $_sdata.
4047 (Commands to Set Tracepoints): Describe static tracepoints. Add
4048 `Listing Static Tracepoint Markers' menu entry. Document
4049 "strace".
4050 (Tracepoint Action Lists): Document collecting $_sdata.
4051 (Listing Static Tracepoint Markers): New subsection.
4052 (Tracepoints support in gdbserver): Mention static tracepoints.
4053 (remote packets, enabling and disabling): Mention
4054 read-sdata-object.
4055 (General Query Packets) <qSupported>: Document qXfer:sdata:read
4056 and StaticTracepoint.
4057 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
4058 Document qXfer:sdata:read.
4059 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
4060
4061 2010-06-29 Joel Brobecker <brobecker@adacore.com>
4062
4063 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
4064
4065 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
4066 Tom Tromey <tromey@redhat.com>
4067 Thiago Jung Bauermann <bauerman@br.ibm.com>
4068
4069 * gdb.texinfo (Inferiors In Python): New node.
4070 * gdb.texinfo (Threads In Python): New node.
4071
4072 2010-06-28 Joel Brobecker <brobecker@adacore.com>
4073
4074 * gdb.texinfo (Python): Document what the python directory is
4075 and what its location is.
4076 (Basic Python): Document the gdb.PYTHONDIR constant.
4077
4078 2010-06-25 Tom Tromey <tromey@redhat.com>
4079
4080 PR python/10808:
4081 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
4082
4083 2010-06-24 Hui Zhu <teawater@gmail.com>
4084
4085 * gdb.texinfo: (Commands for Controlled Output): Add
4086 documentation for command "eval".
4087
4088 2010-06-21 Stan Shebs <stan@codesourcery.com>
4089
4090 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
4091 * annotate.texinfo: Ditto.
4092 * gdbint.texinfo: Ditto.
4093 * stabs.texinfo: Ditto.
4094
4095 2010-06-22 Hui Zhu <teawater@gmail.com>
4096
4097 * gdb.texinfo: (Process Record and Replay): Add documentation
4098 for command "set record memory-query".
4099
4100 2010-06-21 Stan Shebs <stan@codesourcery.com>
4101
4102 * gdb.texinfo: Relicense under GFDL version 1.3.
4103 * annotate.texinfo: Relicense under GFDL version 1.3.
4104 * gdbint.texinfo: Relicense under GFDL version 1.3.
4105 * stabs.texinfo: Relicense under GFDL version 1.3.
4106 * fdl.texi: Update to version 1.3.
4107
4108 2010-06-18 Stan Shebs <stan@codesourcery.com>
4109
4110 * gdb.texinfo (Operating System Auxiliary Information): Describe
4111 "info os" when no arguments given.
4112
4113 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
4114 $_thread.
4115
4116 2010-06-18 Hui Zhu <teawater@gmail.com>
4117
4118 * gdb.texinfo: (Process Record and Replay): Add documentation
4119 for commands "record save" and "record restore".
4120
4121 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4122
4123 * gdb.texinfo: Include information about the correct use
4124 of addresses in the `watch' command.
4125
4126 2010-06-11 Stan Shebs <stan@codesourcery.com>
4127
4128 * gdb.texinfo (Observer Mode): New section.
4129 (General Query Packets): Document QAllow.
4130
4131 2010-06-04 Doug Evans <dje@google.com>
4132
4133 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
4134
4135 2010-06-03 Doug Evans <dje@google.com>
4136
4137 * gdbint.texinfo (Coding): Add subsection on command names.
4138
4139 2010-06-02 Tom Tromey <tromey@redhat.com>
4140
4141 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
4142 always-disassemble.
4143
4144 2010-06-01 Pedro Alves <pedro@codesourcery.com>
4145
4146 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
4147 gdbserver, and add cross reference.
4148 (Tracepoints support in gdbserver): New subsection.
4149
4150 2010-05-26 Pedro Alves <pedro@codesourcery.com>
4151
4152 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
4153 `qRelocInsn' feature.
4154 (Relocate instruction reply packet): New subsection
4155 of `Tracepoint Packets'.
4156 (Tracepoint Packets): Mention that packets QTDP and QTStart
4157 support the qRelocInsn request, and add cross reference to new
4158 subsection.
4159
4160 2010-05-25 Doug Evans <dje@google.com>
4161
4162 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
4163 (Commands In Python): Document gdb.string_to_argv.
4164
4165 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4166
4167 * gdbint.texinfo (Host Definition): Remove items NORETURN and
4168 ATTR_NORETURN.
4169
4170 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
4171 Tom Tromey <tromey@redhat.com>
4172 Thiago Jung Bauermann <bauerman@br.ibm.com>
4173
4174 * gdb.texinfo (Parameters In Python): New Node.
4175
4176 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
4177
4178 * gdb.texinfo: (Summary) Add mention about D language support.
4179 (Filenames): Add D suffixes.
4180 (D): New node.
4181
4182 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
4183
4184 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
4185 of macro deleted from GDB code.
4186
4187 2010-04-24 Pedro Alves <pedro@codesourcery.com>
4188
4189 * gdb.texinfo (Commands to specify files): Describe what how GDB
4190 looks up DOS-based filesystem paths on the system root. Document
4191 the new `set/show target-file-system-kind' commands.
4192
4193 2010-04-23 Doug Evans <dje@google.com>
4194
4195 * gdb.texinfo (Python): Move Auto-loading section here ...
4196 (Python API): from here.
4197 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
4198 (Maintenance Commands): Add docs for "maint print section-scripts".
4199
4200 2010-04-20 Chris Moller <cmoller@redhat.com>
4201
4202 * gdb.texinfo (Setting Breakpoints): Added description of
4203 filename-qualified rbreak.
4204 * refcard.tex (Breakpoints and Watchpoints): Added brief
4205 description of filename-qualified rbreak.
4206
4207 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4208
4209 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
4210 (Python API): Change the reference to Pretty Printing API.
4211 (Pretty Printing): Move the user part under the Data node. Reformat
4212 the sample output to 72 columns. Create a new reference to Pretty
4213 Printing API. Rename the API part ...
4214 (Pretty Printing API): To a new node name.
4215 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
4216 (GDB/MI Variable Objects): Change references to Pretty Printing API.
4217
4218 2010-04-21 Stan Shebs <stan@codesourcery.com>
4219
4220 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
4221 and commands.
4222 (Listing Tracepoints): Update to reflect current behavior.
4223
4224 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4225
4226 * gdb.texinfo (Examining memory): Update for change in string
4227 display with explicit size.
4228
4229 2010-04-19 Pedro Alves <pedro@codesourcery.com>
4230
4231 PR breakpoints/8554.
4232
4233 * gdb.texinfo (Save Breakpoints): New node.
4234 (save-tracepoints): Rename to ...
4235 (save tracepoints): ... this. Mention that `save-tracepoints' is
4236 a deprecated alias to `save tracepoints'.
4237
4238 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
4239
4240 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
4241 (info w32 thread-information-block): Document new command.
4242 (qGetTIBAddress): Document new gdbserver query.
4243 (maint set/show show-all-tib): Document new command.
4244
4245 2010-04-15 Doug Evans <dje@google.com>
4246
4247 * gdb.texinfo (Python API): Add progspaces section.
4248 (Selecting Pretty-Printers): Progspace pretty-printers are
4249 searched too.
4250 (Progspaces In Python): New section.
4251
4252 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
4253
4254 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
4255
4256 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
4257 returns None.
4258
4259 2010-04-09 Stan Shebs <stan@codesourcery.com>
4260
4261 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4262 Describe the `frames-created' field, tweak grammar.
4263
4264 2010-04-09 Pedro Alves <pedro@codesourcery.com>
4265
4266 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4267 Describe the `circular' and `disconnected' fields.
4268
4269 2010-04-09 H.J. Lu <hongjiu.lu@intel.com>
4270
4271 * gdb.texinfo (maint print registers): Mention unavailable and
4272 invisible registers.
4273
4274 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
4275 Thiago Jung Bauermann <bauerman@br.ibm.com>
4276 Tom Tromey <tromey@redhat.com>
4277
4278 * gdb.texinfo (Breakpoints In Python): New Node.
4279
4280 2010-04-08 Stan Shebs <stan@codesourcery.com>
4281
4282 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
4283 trace status fields.
4284
4285 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
4286
4287 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
4288 optional. Make org.gnu.gdb.i386.avx requires
4289 org.gnu.gdb.i386.avx.
4290
4291 2010-04-08 Doug Evans <dje@google.com>
4292
4293 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
4294 search path, and document that gdb only scans the search path if
4295 the script's path doesn't specify a directory.
4296
4297 2010-04-05 Doug Evans <dje@google.com>
4298
4299 * gdb.texinfo (maint show python auto-load): Fix typo.
4300
4301 2010-04-04 Stan Shebs <stan@codesourcery.com>
4302
4303 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
4304 (Setting Watchpoints): Update description of "info watch".
4305 (Disabling Breakpoints): Only "info break" lists all.
4306
4307 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
4308 (tdump): Explain how tdump works.
4309
4310 2010-04-01 Pedro Alves <pedro@codesourcery.com>
4311
4312 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
4313 add cross reference.
4314
4315 2010-03-31 Pedro Alves <pedro@codesourcery.com>
4316
4317 * gdb.texinfo (TUI Commands): Mention that in some cases, these
4318 commands error out.
4319
4320 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4321
4322 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
4323
4324 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4325
4326 * gdb.texinfo (General Query Packets): Add xmlRegisters.
4327
4328 2010-03-29 Stan Shebs <stan@codesourcery.com>
4329 Nathan Sidwell <nathan@codesourcery.com>
4330
4331 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
4332 GDBN equivalent.
4333 (Set Tracepoints): Remove mention that conditional tracepoints
4334 don't exist.
4335 (Tracepoint Actions): Clarify when while-stepping collection
4336 happens, note that while-stepping does not automatically collect
4337 $pc.
4338
4339 2010-03-29 Stan Shebs <stan@codesourcery.com>
4340
4341 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
4342 (General Query Packets): Describe TracepointSource.
4343
4344 2010-03-27 Matt Rice <ratmice@gmail.com>
4345
4346 * gdb.texinfo (ARM): Document arguments to "target sim".
4347 (Set Catchpoints): Use @dots{} instead of @r{...}.
4348
4349 2010-03-26 Pedro Alves <pedro@codesourcery.com>
4350
4351 * gdb.texinfo (Tracepoint Packets): Remove mention that
4352 terror:string may be plain text, and drop mention of X prefix.
4353
4354 2010-03-26 Vladimir Prus <vladimir@codesourcery.com>
4355
4356 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
4357
4358 2010-03-24 Stan Shebs <stan@codesourcery.com>
4359
4360 * gdb.texinfo (Tracepoint Packets): Document trace error status.
4361
4362 2010-03-24 Tom Tromey <tromey@redhat.com>
4363
4364 PR breakpoints/9352:
4365 * gdb.texinfo (Break Commands): Update.
4366
4367 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
4368
4369 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
4370 commands.
4371
4372 2010-03-16 Stan Shebs <stan@codesourcery.com>
4373
4374 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
4375 circular-trace-buffer.
4376 (Tracepoint Packets): Describe QTBuffer, and details of the
4377 qTStatus reply.
4378
4379 2010-03-12 Stan Shebs <stan@codesourcery.com>
4380 Nathan Sidwell <nathan@codesourcery.com>
4381
4382 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
4383 doing instruction stepping.
4384 (Tracepoint Restrictions): New node.
4385
4386 2010-03-10 Tom Tromey <tromey@redhat.com>
4387
4388 * gdbint.texinfo (Symbol Handling): Update.
4389
4390 2010-03-08 Tom Tromey <tromey@redhat.com>
4391
4392 PR cli/9591:
4393 * gdb.texinfo (Mode Options): Mention lack of pagination and
4394 confirmation with --batch.
4395 (Screen Size): Mention --batch.
4396 (Messages/Warnings): Likewise.
4397
4398 2010-03-05 Tom Tromey <tromey@redhat.com>
4399
4400 * gdb.texinfo (Basic Python): Document target_charset and
4401 target_wide_charset.
4402
4403 2010-03-05 Tom Tromey <tromey@redhat.com>
4404
4405 * gdb.texinfo (Data): Link to pretty-printing.
4406 (Output Formats): Likewise. Correct text.
4407
4408 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
4409
4410 * gdb.texinfo (Types): Describe <struct> and <flags>.
4411
4412 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
4413
4414 * gdb.texinfo (Frames In Python): Add block parameter and
4415 description to read_var text.
4416
4417 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
4418 Tom Tromey <tromey@redhat.com>
4419
4420 * gdb.texinfo (Types In Python): Describe block argument in
4421 template_argument and gdb.lookup_type.
4422
4423 2010-02-24 Tom Tromey <tromey@redhat.com>
4424
4425 * gdb.texinfo (Cygwin Native): Fix typo.
4426
4427 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
4428
4429 * gdb.texinfo (Frames In Python): Add block, find_sal, function
4430 and select method descriptions.
4431 (Python API): Add Blocks In Python, Symbols in Python and Symbol
4432 Tables in Python to menu.
4433 (Blocks In Python): New node.
4434 (Symbols In Python): New node.
4435 (Symbol Tables in Python): New node.
4436
4437 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
4438
4439 Multiexec MI
4440
4441 gdb/
4442 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
4443
4444 gdb/doc/
4445 * gdb.texinfo (GDB/MI Command Syntax): Document notification
4446 changes.
4447 (GDB/MI Program Execution): Document current behaviour of
4448 --all and --thread-group.
4449 (GDB/MI Miscellaneous Commands): Document -add-inferior and
4450 -remove-inferior.
4451 * observer.texi (inferior_added, inferior_removed): New
4452 observers.
4453
4454 2010-02-19 Tom Tromey <tromey@redhat.com>
4455
4456 * gdbint.texinfo (Getting Started): Fix @node.
4457 (Debugging GDB): Likewise.
4458
4459 2010-02-13 Joel Brobecker <brobecker@adacore.com>
4460
4461 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
4462 documenting the gdb_test_timeout variable.
4463
4464 2010-02-12 Jakob Engblom <jakob@virtutech.com>
4465
4466 * gdb.texinfo (MI commands): Added documentation of --reverse
4467 option to a set of MI commands. Restructured documentation of MI
4468 commands --exec-continue to reflect the complexity of reverse
4469 execution.
4470
4471 2010-02-12 Pedro Alves <pedro@codesourcery.com>
4472
4473 * gdb.texinfo (Using the Collected Data): Specify that the address
4474 range of `tfind outsize' is exclusive, and that the address range
4475 of `tfind range' is inclusive.
4476 (Tracepoint Packets): Specify that the address range of
4477 `QTFrame:range' is inclusive, and that the address range of
4478 `QTFrame:outside' is exclusive
4479
4480 2010-02-12 Vladimir Prus <vladimir@codesourcery.com>
4481
4482 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
4483
4484 2010-02-10 Tom Tromey <tromey@redhat.com>
4485
4486 * gdb.texinfo (Debugging Output): Document set debug parser and
4487 show debug parser.
4488
4489 2010-02-09 H.J. Lu <hongjiu.lu@intel.com>
4490
4491 * gdb.texinfo (Predefined Target Types): Add i387_ext,
4492 i386_eflags and i386_mxcsr.
4493
4494 2010-02-08 H.J. Lu <hongjiu.lu@intel.com>
4495
4496 * gdb.texinfo: Document i386 target features.
4497
4498 2010-02-05 Doug Evans <dje@google.com>
4499
4500 * gdbint.texinfo (Testsuite): Add a new section to document the
4501 various DejaGnu variables that may be overridden.
4502 Document INTERNAL_GDBFLAGS.
4503
4504 2010-02-04 Tom Tromey <tromey@redhat.com>
4505
4506 PR cli/8830:
4507 * gdb.texinfo (Files): -readnow comes before the filename for file
4508 and symbol-file.
4509
4510 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4511
4512 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
4513 Document ARM breakpoint types.
4514 (Register Packet Format): Move into the new section.
4515 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
4516
4517 2010-01-21 Joel Brobecker <brobecker@adacore.com>
4518
4519 * gdb.texinfo (File Options): Adjust the documentation of this
4520 switch to refer to the "source" command rather than partially
4521 duplicating some of the relevant information.
4522 (Extending GDB): Introduce and document the set/show script-extension
4523 setting.
4524 (Command Files): Add note explaining that the "source" command
4525 is also used to evalute scripts written in other languages.
4526 Remove the short slightly incorrect reference to sourcing Python
4527 scripts.
4528 (Python Commands): Document how to execute a Python script from GDB.
4529
4530 2010-01-19 Joel Brobecker <brobecker@adacore.com>
4531
4532 * gdb.texinfo (Command Files): Fix typo.
4533
4534 2010-01-18 Tom Tromey <tromey@redhat.com>
4535
4536 * gdb.texinfo (File Options): Document -x on .py files.
4537 (Command Files): Document handling of Python scripts.
4538
4539 2010-01-18 Jie Zhang <jie.zhang@analog.com>
4540
4541 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
4542
4543 2010-01-15 Stan Shebs <stan@codesourcery.com>
4544
4545 * gdb.texinfo (Trace Files): New section.
4546 (Tracepoint Packets): Document QTSave and qTBuffer.
4547 (Trace File Format): New appendix.
4548
4549 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
4550
4551 * gdb.texinfo (Values From Inferior): Document lazy_string value
4552 method.
4553 (Python API): Add Lazy strings menu item.
4554 (Lazy Strings In Python): New node.
4555
4556 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
4557
4558 * gdb.texinfo (GDB/MI Thread Information): New.
4559 (GDB/MI Async Records): Document the core field in *stopped.
4560 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
4561 documentation
4562 (Process list): Document that osdata document may contain
4563 threads.
4564 (Remote Serial Protocol): Document qXfer:threads.
4565
4566 2010-01-06 Stan Shebs <stan@codesourcery.com>
4567
4568 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4569 disconnected tracing.
4570 (Tracepoint Packets): Document new protocol.
4571
4572 2010-01-05 Stan Shebs <stan@codesourcery.com>
4573
4574 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
4575 tracepoints.
4576 (Tracepoint Packets): Describe remote protocol for fast
4577 tracepoints.
4578
4579 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4580
4581 Update the "Start of New Year Procedure".
4582 * gdbint.texinfo: Add the list of files that need to be updated
4583 manually. Minor reformatting.
4584
4585 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4586
4587 * refcard.tex: Update copyright year in header and text.
4588
4589 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4590
4591 * agentexpr.texi: Add 2010 to the list of copyright years.
4592 * annotate.texinfo: Likewise.
4593 * gdb.texinfo: Likewise.
4594 * gdbint.texinfo: Likewise.
4595 * observer.texi: Likewise.
4596 * stabs.texinfo: Likewise.
4597
4598 2009-12-31 Stan Shebs <stan@codesourcery.com>
4599
4600 * gdb.texinfo (Tracepoint Actions): Describe teval.
4601
4602 2009-12-29 Stan Shebs <stan@codesourcery.com>
4603
4604 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
4605
4606 2009-12-28 Stan Shebs <stan@codesourcery.com>
4607
4608 * gdb.texinfo (Trace State Variables): New section.
4609 (Tracepoint Packets): Describe trace state variable packets.
4610 * agentexpr.texi (Bytecode Descriptions): Describe trace state
4611 variable bytecodes.
4612
4613 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
4614
4615 * gdb.texinfo (Symbols): "info variables" prints definitions, not
4616 declarations.
4617
4618 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
4619
4620 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
4621 -gdb-exit behaviour.
4622
4623 2009-12-20 Joel Brobecker <brobecker@adacore.com>
4624
4625 * gpl.texi: Update to version 3 of the GPL.
4626
4627 2009-12-20 Joel Brobecker <brobecker@adacore.com>
4628
4629 * Makefile.in: Update copyright header.
4630 * observer.texi: Fix the copyright header of the generated files.
4631
4632 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
4633
4634 * gdb.texinfo (Types In Python): Describe range function.
4635
4636 2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
4637
4638 * gdb.texinfo (Types In Python): Describe "is_base_class".
4639
4640 2009-12-03 Tom Tromey <tromey@redhat.com>
4641
4642 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
4643
4644 2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
4645
4646 * observer.texi: New memory_changed observer.
4647
4648 2009-12-01 Tom Tromey <tromey@redhat.com>
4649
4650 * gdb.texinfo (Reverse Execution): Fix typo.
4651
4652 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
4653
4654 PR gdb/8704
4655
4656 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
4657 are allowed after the breakpoint condition.
4658
4659 2009-11-23 Tom Tromey <tromey@redhat.com>
4660
4661 PR python/10782:
4662 * gdb.texinfo (Types In Python): Document Type.pointer.
4663
4664 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
4665
4666 * gdb.texinfo (Machine Code): Adjust.
4667
4668 2009-11-11 Pedro Alves <pedro@codesourcery.com>
4669
4670 * agentexpr.texi (Tracing On Symmetrix): Delete section.
4671 (Using Agent Expressions): Delete cross reference.
4672
4673 2009-11-07 Joel Brobecker <brobecker@adacore.com>
4674
4675 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
4676 and @settitle directives up to help makeinfo find them.
4677
4678 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4679
4680 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
4681 (Auto-loading): Use plural and note one can use multiple components now.
4682
4683 2009-11-01 Vladimir Prus <vladimir@codesourcery.com>
4684
4685 * gdb.texinfo (GDB/MI Stack Manipulation): Make
4686 -stack-list-arguments have the same documentation for parameter
4687 as -stack-list-locals. Add comas.
4688
4689 2009-10-27 Tom Tromey <tromey@redhat.com>
4690 Eli Zaretskii <eliz@gnu.org>
4691
4692 PR python/10781
4693
4694 * gdb.texinfo (Values From Inferior): Document cast method.
4695
4696 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
4697
4698 * gdb.texinfo (Machine Code): Mention function name in disasssembly
4699 and adjust example.
4700
4701 2009-10-22 Michael Snyder <msnyder@vmware.com>
4702
4703 * gdb.texinfo (Process Record and Replay): Document new form of
4704 info record command. Also document the new save and restore
4705 commands.
4706
4707 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
4708
4709 * gdb.texinfo (Machine Code): Mention current pc marker.
4710 (Memory): Likewise.
4711
4712 2009-10-19 Pedro Alves <pedro@codesourcery.com>
4713 Stan Shebs <stan@codesourcery.com>
4714
4715 * observer.texi (new_inferior): Rename to...
4716 (inferior_appeared): ... this.
4717
4718 * gdb.texinfo (Inferiors): Rename node to ...
4719 (Inferiors and Programs): ... this. Mention running multiple
4720 programs in the same debug session.
4721 <info inferiors>: Mention the new 'Executable' column if "info
4722 inferiors". Update examples. Document the "add-inferior",
4723 "clone-inferior", "remove-inferior" and "maint info
4724 program-spaces" commands.
4725 (Process): Rename node to...
4726 (Forks): ... this. Document "set|show follow-exec-mode".
4727
4728 2009-10-11 Michael Snyder <msnyder@vmware.com>
4729
4730 * gdb.texinfo (ReverseStep): Show default as "unsupported".
4731 (ReverseContinue): Ditto.
4732
4733 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
4734
4735 * gdb.texinfo (Server): Document libthread-db-search-path.
4736
4737 2009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4738
4739 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
4740
4741 2009-10-06 Michael Eager <eager@eagercon.com>
4742
4743 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
4744 (Embedded Processors): Add MicroBlaze.
4745 (MicroBlaze): New. Describe Xilinx MicroBlaze
4746
4747 2009-10-04 Pedro Alves <pedro@codesourcery.com>
4748
4749 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
4750
4751 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
4752
4753 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
4754
4755 2009-09-23 Joel Brobecker <brobecker@adacore.com>
4756
4757 * observer.texi (solib_unloaded): Document explicitly the fact that
4758 this observer is called before the associated symbols are unloaded.
4759
4760 2009-09-19 Vladimir Prus <vladimir@codesourcery.com>
4761
4762 * gdb.texinfo (GDB/MI Stack Manipulation): Document
4763 -stack-list-variables.
4764
4765 2009-09-18 Tom Tromey <tromey@redhat.com>
4766
4767 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
4768 is experimental.
4769
4770 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4771
4772 * gdb.texinfo (convenince variables): Mention
4773 $_siginfo could be empty.
4774
4775 2009-09-15 Tom Tromey <tromey@redhat.com>
4776
4777 * gdb.texinfo (GDB/MI Variable Objects): Document
4778 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
4779 Expand -var-update documentation.
4780
4781 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4782
4783 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
4784 feature.
4785
4786 2009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
4787
4788 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
4789
4790 2009-09-10 Michael Snyder <msnyder@vmware.com>
4791
4792 * gdb.texinfo (qSupported): Mention new ReverseContinue and
4793 ReverseStep replies to the qSupported query.
4794
4795 2009-09-10 Joel Brobecker <brobecker@adacore.com>
4796
4797 Add documentation for set/show interactive-mode.
4798 * gdb.texinfo (Other Misc Settings): New node.
4799
4800 2009-09-01 Doug Evans <dje@google.com>
4801
4802 * gdb.texinfo (Caching Data of Remote Targets): Add note on
4803 non-stop mode's affect on remote caching.
4804
4805 2009-08-31 Jacob Potter <jdpotter@google.com>
4806 Doug Evans <dje@google.com>
4807
4808 * gdb.texinfo (Caching Data of Remote Targets): Update text.
4809 Mark `set/show remotecache' options as obsolete.
4810 Document new `set/show stack-cache' option.
4811 Update text for `info dcache'.
4812
4813 2009-08-27 Doug Evans <dje@google.com>
4814
4815 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
4816 (Files): Add note on new optional regex arg to `info sharedlibrary'.
4817
4818 2009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4819
4820 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
4821 about autoconf.
4822
4823 2009-08-25 Pedro Alves <pedro@codesourcery.com>
4824
4825 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
4826 small example, and describe its columns. Replace "inferior-id" by
4827 "infno" throughout.
4828
4829 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4830
4831 * gdbint.texinfo (Releasing GDB): Point to
4832 README-maintainer-mode file for required autoconf version.
4833 * configure.ac: Do not substitute datarootdir, htmldir,
4834 pdfdir, docdir. Do not process --with-datarootdir,
4835 --with-htmldir, --with-pdfdir, --with-docdir.
4836 * configure: Regenerate.
4837
4838 * configure: Regenerate.
4839
4840 2009-08-20 Reid Kleckner <reid@kleckner.net>
4841
4842 * gdb.texinfo: Add chapter on JIT interface.
4843
4844 2009-08-07 Nick Roberts <nickrob@snap.net.nz>
4845
4846 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
4847 confirmation request.
4848
4849 2009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
4850
4851 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
4852 CRC definitions.
4853
4854 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
4855
4856 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
4857 -break-commands.
4858
4859 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4860
4861 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4862 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
4863
4864 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4865
4866 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4867 "set spu stop-on-load" and "show spu stop-on-load" commands.
4868
4869 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4870
4871 * gdb.texinfo (Target Descriptions): Document <compatible> element.
4872
4873 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
4874
4875 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
4876 org.gnu.gdb.arm.neon.
4877
4878 2009-07-20 Pedro Alves <pedro@codesourcery.com>
4879
4880 * gdb.texinfo (Target Description Format): Mention the new <osabi>
4881 optional element.
4882 (subsection OS ABI): New subsection.
4883
4884 2009-07-14 Stan Shebs <stan@codesourcery.com>
4885
4886 * gdb.texinfo (Tracepoint Conditions): New section.
4887 (General Query Packets): Describe ConditionalTracepoints.
4888 (Tracepoint Packets): Describe condition field.
4889 (Maintenance Commands): Describe maint agent-eval.
4890 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
4891
4892 2009-07-11 Hui Zhu <teawater@gmail.com>
4893
4894 * gdb.texinfo (disassemble): Add a new modifier /r
4895 to "disassemble" command to make it print the raw instructions
4896 in hex as well as in symbolic form.
4897
4898 2009-07-09 Tom Tromey <tromey@redhat.com>
4899
4900 * gdbint.texinfo (Testsuite): Document parallel make check.
4901
4902 2009-07-09 Tom Tromey <tromey@redhat.com>
4903
4904 * gdbint.texinfo (Testsuite): Document test transcripts.
4905
4906 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
4907
4908 * gdb.texinfo (Values From Inferior): Add length parameter
4909 description.
4910
4911 2009-07-04 Chris Genly <chris@genly.us>
4912
4913 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
4914 in -var-list-children. Fix example according to what the code
4915 does.
4916
4917 2009-07-02 Pedro Alves <pedro@codesourcery.com>
4918
4919 * gdb.texinfo (Debugging multiple inferiors): Document the
4920 "inferior", "detach inferior" and "kill inferior" commands.
4921 (Debugging Programs with Multiple Processes): Adjust to mention
4922 generic "inferior" commands. Delete mention of "detach fork" and
4923 "delete fork". Cross reference to "Debugging multiple inferiors"
4924 section.
4925
4926 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4927
4928 * gdbint.texinfo (Item Output Functions): Update signature
4929 for ui_out_field_core_addr.
4930
4931 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4932
4933 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
4934 Update example code extrated from breakpoint.c.
4935
4936 2009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
4937
4938 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
4939 MI commands.
4940 (GDB/MI Symbol Query): Likewise.
4941 (GDB/MI File Commands): Likewise.
4942 (GDB/MI File Transfer Commands): Likewise.
4943 (GDB/MI Target Manipulation): Likewise.
4944 (GDB/MI Miscellaneous Commands): Likewise.
4945
4946 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
4947
4948 * gdb.texinfo (Debugging Optimized Code): New chapter.
4949 (Compiling for Debugging): Reference it. Move some
4950 text to the new section.
4951
4952 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
4953
4954 * doc/gdb.texinfo (Calling): Document
4955 set-unwind-on-terminating-exception usage.
4956
4957 2009-06-11 Pedro Alves <pedro@codesourcery.com>
4958
4959 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
4960 command.
4961
4962 2009-06-07 Pedro Alves <pedro@codesourcery.com>
4963
4964 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
4965 references.
4966
4967 2009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
4968
4969 * gdbint.texinfo: Rename formal parameters to gdbarch function
4970 protoypes from "current_gdbarch" to "gdbarch".
4971
4972 2009-05-28 Tom Tromey <tromey@redhat.com>
4973
4974 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
4975
4976 2009-05-27 Tom Tromey <tromey@redhat.com>
4977
4978 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
4979 feature.
4980 (GDB/MI Variable Objects): Document -var-set-visualizer.
4981
4982 2009-04-02 Tom Tromey <tromey@redhat.com>
4983
4984 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
4985 feature.
4986 (GDB/MI Variable Objects): Document -var-set-visualizer.
4987
4988 2009-05-27 Tom Tromey <tromey@redhat.com>
4989 Thiago Jung Bauermann <bauerman@br.ibm.com>
4990 Phil Muldoon <pmuldoon@redhat.com>
4991
4992 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
4993 (Pretty Printing): New node.
4994 (Selecting Pretty-Printers): Likewise.
4995 (Python API): Update.
4996 (Output Formats): Document /r format.
4997
4998 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
4999 Tom Tromey <tromey@redhat.com>
5000
5001 * gdb.texinfo (Types In Python): New node.
5002 (Values From Inferior): "type" is now an attribute.
5003 (Python API): Update.
5004
5005 2009-05-27 Tom Tromey <tromey@redhat.com>
5006 Thiago Jung Bauermann <bauerman@br.ibm.com>
5007 Phil Muldoon <pmuldoon@redhat.com>
5008
5009 * gdb.texinfo: Add @syncodeindex for `tp'.
5010 (Python API): Update.
5011 (Auto-loading): New node.
5012 (Objfiles In Python): New node.
5013
5014 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
5015
5016 * gdb.texinfo (Threads): Document libthread-db-search-path.
5017
5018 2009-05-15 Nick Roberts <nickrob@snap.net.nz>
5019
5020 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
5021
5022 2009-05-12 Pedro Alves <pedro@codesourcery.com>
5023
5024 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
5025 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
5026 show show-debug-regs' docs.
5027
5028 2009-05-08 Eli Zaretskii <eliz@gnu.org>
5029
5030 * gdb.texinfo (Process Record and Replay): Add description of
5031 reverse execution.
5032
5033 2009-05-07 Joel Brobecker <brobecker@adacore.com>
5034
5035 * gdbint.texinfo (Adding support for debugging core files): New node.
5036 (Native Debugging): Remove the ``Native core file Support'' section.
5037
5038 2009-05-01 Eli Zaretskii <eliz@gnu.org>
5039
5040 * gdb.texinfo (Process Record and Replay): Improve and clarify.
5041 Add index entries.
5042
5043 2009-04-30 Hui Zhu <teawater@gmail.com>
5044 Michael Snyder <msnyder@vmware.com>
5045
5046 * gdb.texinfo: (Process Record and Replay): Add documentation for
5047 process record and replay.
5048
5049 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5050
5051 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
5052 a new part on command-line defined macros.
5053
5054 2009-04-25 Eli Zaretskii <eliz@gnu.org>
5055
5056 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
5057 clarify the wording.
5058
5059 2009-04-23 Tom Tromey <tromey@redhat.com>
5060
5061 * gdb.texinfo (Data Files): New node.
5062 (GDB Files): Update menu.
5063
5064 2009-04-23 Joel Brobecker <brobecker@adacore.com>
5065
5066 * gdbint.texinfo (Defining Other Architecture Features): Remove
5067 entry for PROCESS_LINENUMBER_HOOK.
5068
5069 2009-04-22 Vladimir Prus <vladimir@codesourcery.com>
5070
5071 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
5072
5073 2009-04-22 Hui Zhu <teawater@gmail.com>
5074
5075 * gdb.texinfo (disassemble-next-line): Set the default of
5076 disassemble-next-line to off.
5077
5078 2009-04-21 Joseph Myers <joseph@codesourcery.com>
5079
5080 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
5081 --with-htmldir): New.
5082 * configure: Regenerate.
5083 * Makefile.in (datarootdir, docdir): Define.
5084 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
5085 instead of $(SET_TEXINPUTS).
5086 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
5087 gdbint.info instead of $(SET_TEXINPUTS).
5088 (gdbint/index.html): Use same -I options as for building
5089 gdbint.info.
5090 (stabs.dvi, stabs.pdf): Use same -I options as for building
5091 stabs.info instead of $(SET_TEXINPUTS).
5092 (stabs/index.html): Use same -I options as for building
5093 stabs.info.
5094 (annotate.dvi, annotate.pdf): Use same -I options as for building
5095 annotate.info instead of $(SET_TEXINPUTS).
5096 (annotate/index.html): Use same -I options as for building
5097 annotate.info.
5098
5099 2009-04-21 David Daney <ddaney@caviumnetworks.com>
5100
5101 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
5102
5103 2009-04-21 Joseph Myers <joseph@codesourcery.com>
5104
5105 * gdb.texinfo (Source Path): Document --with-relocated-sources.
5106
5107 2009-04-18 Carlos O'Donell <carlos@codesourcery.com>
5108 Joseph Myers <joseph@codesourcery.com>
5109
5110 * Makefile.in (MAKEHTML): Set to makeinfo --html.
5111 (MAKEHTMLFLAGS): Set to empty.
5112 (html__strip_dir): Define.
5113 (HTMLFILES): Define.
5114 (HTMLFILES_INSTALL): Define.
5115 (install-html): Copy new automake rule.
5116 (html): Depend on $(HTMLFILES).
5117 (gdb_toc.html): Rename to gdb/index.html.
5118 (gdbint_toc.html): Rename to gdbint/index.html.
5119 (stabs_toc.html): Rename to stabs/index.html.
5120 (annotate_toc.html): Rename to annotate/index.html.
5121
5122 2009-04-17 Carlos O'Donell <carlos@codesourcery.com>
5123
5124 * Makefile.in: Set pdfdir and htmldir from configure
5125 substitutions.
5126 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
5127 * configure: Regenerate.
5128
5129 2009-04-16 Joel Brobecker <brobecker@adacore.com>
5130
5131 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
5132 This macro is no longer used.
5133
5134 2009-04-15 Tom Tromey <tromey@redhat.com>
5135
5136 * gdb.texinfo (Character Sets): Document default character set.
5137
5138 2009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
5139
5140 * gdbint.texinfo: Change server name from sources.redhat.com to
5141 sourceware.org throughout.
5142
5143 2009-04-09 Joel Brobecker <brobecker@adacore.com>
5144
5145 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
5146 about a missing dot or coma after @xref.
5147
5148 2009-04-02 Joel Brobecker <brobecker@adacore.com>
5149
5150 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
5151 example, and add a small explanation about it.
5152 (Print Settings): Change the documentation of the "set print
5153 frame-arguments" to reflect the fact that the default is now "scalars".
5154
5155 2009-04-02 Joel Brobecker <brobecker@adacore.com>
5156
5157 * gdb.texinfo (Print Settings): Add kindex for command "set
5158 print frame-arguments".
5159
5160 2009-03-31 Joel Brobecker <brobecker@adacore.com>
5161
5162 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
5163 breakpoints.
5164 (Set Breaks): Add reference to thread-specific and task-specific
5165 breakpoints.
5166
5167 2009-03-31 Joel Brobecker <brobecker@adacore.com>
5168
5169 * gdb.texinfo (Ada Tasks): Remove the documentation about
5170 the "Running" state, as this state has been eliminated.
5171 Now all runnable tasks are shown as "Runnable".
5172
5173 2009-03-30 Stan Shebs <stan@codesourcery.com>
5174
5175 * gdb.texinfo (Tracepoints): Describe tracepoints as a
5176 special case of breakpoints.
5177 (Enable and Disable Tracepoints): Mention deprecation.
5178 (Listing Tracepoints): Update description and example.
5179
5180 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5181
5182 * gdb.texinfo (Frames in Python): New node.
5183 (Python API): Update.
5184
5185 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
5186
5187 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
5188 from a method to an attribute.
5189
5190 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
5191
5192 * gdb.texinfo (Values From Inferior): Document is_optimized_out
5193 attribute.
5194
5195 2009-03-25 Pedro Alves <pedro@codesourcery.com>
5196
5197 * observer.texi (thread_exit): Add "silent" parameter.
5198
5199 2009-03-22 Pedro Alves <pedro@codesourcery.com>
5200
5201 * observer.texi (about_to_proceed): New.
5202
5203 2009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
5204
5205 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
5206 field throughout to handle types with spaces in them. Fix typos
5207 found by aspell.
5208 (Summary, Requirements, Contributors): New first chapter,
5209 "Summary" added, old Requirements section moved there, and new
5210 section, "Contributors" added.
5211 (Initializing a New Architecture, Register Representation)
5212 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
5213 (Porting gdb): These sections extended and updated.
5214 (Compiler Characteristics): This section (empty) deleted.
5215 (Defining Other Architecture Features): This section renamed and
5216 duplicate material removed from (formerly "Target Conditionals").
5217 Use braces {} in @deftypeXX type field throughout to handle types
5218 with spaces in them. Typos found by aspell fixed.
5219
5220 * stack_frame.svg: New file, source of image for gdbint.texinfo.
5221 * stack_frame.pdf: Version of image for PDF output.
5222 * stack_frame.png: Version of image for HTML output and for Emacs.
5223 * stack_frame.txt: Version of image for Info output.
5224 * stack_frame.eps: Version of image for TeX DVI output.
5225
5226 2009-03-21 Eli Zaretskii <eliz@gnu.org>
5227
5228 * gdb.texinfo (Character Sets): Fix last change.
5229
5230 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
5231
5232 * gdb.texinfo (Values From Inferior): Fix optional arguments
5233 markup.
5234 (Commands In Python): Adjust argument names of gdb.Command.__init__
5235 to what the function accepts as keywords.
5236
5237 2008-03-20 Tom Tromey <tromey@redhat.com>
5238
5239 * gdb.texinfo (Convenience Vars): Document convenience functions.
5240 (Functions In Python): New node.
5241 (Python API): Update.
5242
5243 2009-03-20 Tom Tromey <tromey@redhat.com>
5244
5245 * gdb.texinfo (Character Sets): Remove obsolete text. Document
5246 set target-wide-charset.
5247 (Requirements): Mention iconv.
5248
5249 2009-03-17 Hui Zhu <teawater@gmail.com>
5250
5251 * gdb.texinfo: Change the introduce of "disassemble-next-line".
5252
5253 2009-03-17 Hui Zhu <teawater@gmail.com>
5254
5255 * gdb.texinfo: Add documentation for disassemble-next-line.
5256
5257 2009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5258
5259 * gdb.texinfo (Commands In Python): Remove tindex entries.
5260
5261 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5262
5263 * gdb.texinfo (Returning): New description for missing debug info.
5264
5265 2009-03-14 Pedro Alves <pedro@codesourcery.com>
5266
5267 * gdb.texinfo (Remote Configuration): Document query-attached.
5268 (General Query Packets): Document qAttached.
5269
5270 2009-03-05 Pedro Alves <pedro@codesourcery.com>
5271
5272 * gdb.texinfo (Background Execution): Better describe the set
5273 target-async command.
5274 (Maintenance Commands): Delete description of the `maint set/show
5275 linux-async' and `maint set/show remote-async' commands.
5276
5277 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5278
5279 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
5280 between sentences.
5281
5282 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5283
5284 * gdb.texinfo (GDB/MI Async Records): Document the
5285 =library-loaded and =library-unloaded notifications.
5286
5287 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
5288
5289 * observer.texi (test_notification): New observer.
5290
5291 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
5292
5293 * observer.texi: Add parameter 'print_frame' to normal_stop
5294 observer.
5295
5296 2009-02-07 Eli Zaretskii <eliz@gnu.org>
5297
5298 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
5299 (Commands In Python): Fix COMMAND_* constants in last change. Use
5300 @kbd for interactive input. Add cross-references and index
5301 entries.
5302
5303 2009-02-06 Pedro Alves <pedro@codesourcery.com>
5304
5305 * gdb.texinfo (Signals): Document $_siginfo.
5306 (Convenience Variables): Mention $_siginfo.
5307 (Remote Configuration): Document qXfer:siginfo:read,
5308 qXfer:siginfo:write packets, and the read-siginfo-object,
5309 write-siginfo-object commands.
5310
5311 2009-02-06 Pedro Alves <pedro@codesourcery.com>
5312
5313 * gdbint.texinfo (Values): New chapter.
5314
5315 2009-02-06 Tom Tromey <tromey@redhat.com>
5316
5317 * gdb.texinfo (Python API): Add entry for Commands In Python.
5318 (Commands In Python): New node.
5319
5320 2009-02-05 Tom Tromey <tromey@redhat.com>
5321
5322 * gdb.texinfo (Values From Inferior): Document Value.string.
5323
5324 2009-02-05 Tom Tromey <tromey@redhat.com>
5325
5326 * gdb.texinfo (Basic Python): Document execute's from_tty
5327 argument.
5328
5329 2009-02-04 Tom Tromey <tromey@redhat.com>
5330
5331 * gdb.texinfo (Basic Python): Document gdb.history.
5332
5333 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5334
5335 * gdb.texinfo (GDB/MI Thread Commands): Document the
5336 'current-thread-id' field. Remove the example with zero threads,
5337 since current GDB won't ever report that if there's inferior.
5338
5339 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5340
5341 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
5342 option to -break-insert.
5343
5344 2009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5345 Jerome Guitton <guitton@adacore.com>
5346
5347 * gdb.texinfo (Startup): Document --with-system-gdbinit.
5348 (System-wide configuration): New section.
5349
5350 2009-01-26 Pedro Alves <pedro@codesourcery.com>
5351
5352 PR gdb/7580:
5353 * gdb.texinfo (Maintenance Commands): Document "maint set|show
5354 internal-error|internal-warning quit|corefile ask|yes|no".
5355
5356 2009-01-26 Pedro Alves <pedro@codesourcery.com>
5357
5358 * gdb.texinfo (Using the `gdbserver' Program): Document
5359 --remote-debug.
5360
5361 2009-01-23 Doug Evans <dje@google.com>
5362
5363 * gdb.texinfo: Add nexti to list of commands that support
5364 background execution.
5365
5366 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
5367
5368 * gdb.texinfo (Define, Hooks): Document prefix command support.
5369
5370 2009-01-14 Joseph Myers <joseph@codesourcery.com>
5371 Carlos O'Donell <carlos@codesourcery.com>
5372
5373 Fixes for makeinfo --html.
5374
5375 * annotate.texinfo: Use @copying and @insertcopying. Use
5376 @ifnottex in place of @ifinfo.
5377 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
5378 place of @ifinfo. Use @ifnotinfo for one index entry.
5379 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
5380 in place of @ifinfo.
5381 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
5382 in place of @ifinfo. Include contents at start unconditionally.
5383
5384 2009-01-13 Pedro Alves <pedro@codesourcery.com>
5385
5386 * gdb.texinfo (General Query Packets): Remove @var{} around the
5387 "spu" literal string.
5388
5389 2009-01-07 Pedro Alves <pedro@codesourcery.com>
5390
5391 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
5392 program may be running in another process" errors.
5393 * gdbint.texinfo (Native Conditionals): Delete
5394 ONE_PROCESS_WRITETEXT description.
5395
5396 2009-01-07 Joel Brobecker <brobecker@adacore.com>
5397
5398 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
5399 emacs local variable to be placed at the end of the ChangeLog.
5400 Add server.c and gdbreplay.c to the list of files where the
5401 copyright year needs to be updated.
5402
5403 2009-01-06 Sandra Loosemore <sandra@codesourcery.com>
5404
5405 * gdb.texinfo (Remote Configuration): Document new
5406 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
5407 commands.
5408
5409 2008-12-28 Pedro Alves <pedro@codesourcery.com>
5410
5411 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
5412 FETCH_INFERIOR_REGISTERS.
5413 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
5414 FETCH_INFERIOR_REGISTERS descriptions. Remove
5415 gdbarch_get_longjmp_target descrition, since already described in
5416 Target Conditionals. Move gdbarch_fp0_regnum description to ...
5417 (Target Conditionals): ... here.
5418
5419 2008-12-16 Joel Brobecker <brobecker@adacore.com>
5420
5421 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
5422 examples.
5423 (Additions to Ada): Likewise. Add the missing opening and closing
5424 parenthesis of the GDB prompt in one of the examples.
5425
5426 2008-12-14 Joel Brobecker <brobecker@adacore.com>
5427
5428 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
5429 about the result of 'Address not being of type System.Address.
5430 This problem has been fixed a while ago.
5431
5432 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5433
5434 MI non-stop and multiprocess docs.
5435
5436 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
5437 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
5438 Adjust documentation for *stopped, document =thread-created,
5439 =thread-exited, =thread-group-created and =thread-group-exited.
5440 (GDB/MI Thread Commands): Document the 'state' field in
5441 -thread-info output.
5442 (GDB/MI Program Execution): Mention --all and --thread-group
5443 options.
5444 (GDB/MI Variable Objects): Describe floating and fixed variable
5445 objects.
5446 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
5447
5448 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5449
5450 * gdb.texinfo (Operating System Information): New appendix.
5451 (Operating System Auxiliary Information): Document 'info os processes'
5452 (Remote Configuration): Document 'osdata'
5453 (General Query Packets): Document qXfer:osdata:read.
5454
5455 2008-11-27 Tristan Gingold <gingold@adacore.com>
5456
5457 * gdb.texinfo (Darwin): Document Darwin specific features.
5458
5459 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5460
5461 * gdbint.texinfo (Target Conditionals): Extend the
5462 gdbarch_breakpoint_from_pc description.
5463
5464 2008-11-22 Vladimir Prus <vladimir@codesourcery.com>
5465
5466 * gdb.texinfo (M68K Features): Fix typo.
5467
5468 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
5469
5470 * gdb.texinfo (Symbols): Mention printing containing
5471 image name in "info symbol".
5472 (Maint translate-address): Likewise.
5473
5474 2008-11-18 Joel Brobecker <brobecker@adacore.com>
5475
5476 * gdb.texinfo (Set Catchpoints): Remove the documentation of
5477 commands "catch load" and "catch unload".
5478
5479 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5480
5481 * gdb.texinfo (GDB/MI Async Records): Document
5482 =thread-selected.
5483
5484 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5485
5486 * observer.texi (new_inferior, inferior_exit): New observers.
5487
5488 2008-10-27 Pedro Alves <pedro@codesourcery.com>
5489
5490 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
5491 .mt files, TM_CLIBS or TM_CDEPS.
5492 (x86 Watchpoints): Don't mention TDEPFILES.
5493
5494 2008-10-24 Sandra Loosemore <sandra@codesourcery.com>
5495
5496 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
5497 (Overview): Mention notifications and non-stop mode behavior.
5498 (Packets): Update documentation of ?, vAttach, vCont, and vRun
5499 with non-stop mode behavior. Add vStopped description.
5500 (Stop Reply Packets): Update list of packets that return
5501 stop replies. Mention non-stop behavior.
5502 (General Query Packets): Document QNonStop packet and associated
5503 qSupported query response.
5504 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
5505 behavior.
5506 (Notification Packets): New section.
5507 (Remote Non-Stop): New section.
5508 (File-I/O Overview): Mention non-stop behavior.
5509
5510 2008-10-24 Hui Zhu <teawater@gmail.com>
5511 Pedro Alves <pedro@codesourcery.com>
5512
5513 * gdb.texinfo (displaced-stepping): Describe the auto mode
5514 setting, and say it's the default. This is now a mainstream
5515 setting instead of a maintenance setting.
5516
5517 2008-10-23 Pedro Alves <pedro@codesourcery.com>
5518
5519 * observer.texi (thread_stop_requested): New.
5520
5521 2008-10-22 Joel Brobecker <brobecker@adacore.com>
5522
5523 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
5524 (Patching): Replace incorrect usage of @samp by @kbd.
5525
5526 2008-10-17 Michael Snyder <msnyder@vmware.com>
5527
5528 * gdb.texinfo: Add documentation for reverse execution.
5529
5530 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5531 Eli Zaretskii <eliz@gnu.org>
5532
5533 * gdb.texinfo. (Values From Inferior): New subsubsection.
5534
5535 2008-10-06 Doug Evans <dje@google.com>
5536
5537 * gdb.texinfo (set debug dwarf2-die): Document it.
5538
5539 2008-10-01 Joel Brobecker <brobecker@adacore.com>
5540
5541 * gdb.texinfo (catch) [exception]: Document how to insert
5542 a breakpoint on user-defined exceptions when the exception
5543 name is identical to one of the language-defined ones.
5544
5545 2008-09-27 Tom Tromey <tromey@redhat.com>
5546
5547 * gdb.texinfo (Macros): Remove text about stringification,
5548 varargs, and splicing.
5549
5550 2008-09-27 Tom Tromey <tromey@redhat.com>
5551
5552 * gdbint.texinfo (Language Support): Remove text about omitting
5553 support for a language.
5554
5555 2008-09-23 Doug Evans <dje@google.com>
5556
5557 * gdb.texinfo (info dcache): Update.
5558
5559 2008-09-22 Sandra Loosemore <sandra@codesourcery.com>
5560
5561 * gdb.texinfo (Packets): Add info on thread-id syntax and
5562 multiprocess extensions.
5563 <D>: Document multiprocess form of packet.
5564 <H>: Use thread-id syntax.
5565 <T>: Likewise.
5566 <vCont>: Likewise. Note this is required for multiprocess.
5567 <vKill>: New packet.
5568 (Stop Reply Packets) <T>: Use thread-id syntax.
5569 <W>: Document multiprocess form of reply.
5570 <X>: Likewise.
5571 (General Query Packets) <qC>: Use thread-id syntax.
5572 <qfThreadInfo>: Likewise.
5573 <qGetTLSAddr>: Likewise.
5574 <qP>: Likewise.
5575 <qSupported>: Add "multiprocess" feature.
5576 <qThreadExtraInfo>: Use thread-id syntax.
5577
5578 2008-09-22 Stan Shebs <stan@codesourcery.com>
5579
5580 * gdb.texinfo (Inferiors): New section.
5581
5582 2008-09-12 Pedro Alves <pedro@codesourcery.com>
5583
5584 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
5585
5586 2008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
5587
5588 * gdbint.texinfo (Target Conditionals): Remove documentation
5589 for gdbarch_name_of_malloc.
5590
5591 2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
5592
5593 * gdb.texinfo (Interrupts): Mention TCP interface for
5594 sending BREAK.
5595
5596 2008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
5597
5598 * gdb.texinfo (Commands to Specify Files): Document "remote:"
5599 argument prefix to "set sysroot".
5600
5601 2008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
5602
5603 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
5604 and False.
5605
5606 2008-08-20 Vladimir Prus <vladimir@codesourcery.com>
5607
5608 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
5609 for possible features of -list-features.
5610
5611 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5612
5613 * gdb.texinfo (Background execution): Adjust example
5614 (GDB/MI Miscellaneous Commands): Document -list-target-features.
5615
5616 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5617
5618 * doc/gdb.texinfo (PowerPC): Fix typo.
5619 (PowerPC features): Fix typo.
5620
5621 2008-08-18 Pedro Alves <pedro@codesourcery.com>
5622
5623 * observer.texi (thread_ptid_changed): New.
5624
5625 2008-08-18 Luis Machado <luisgpm@br.ibm.com>
5626
5627 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
5628 (PowerPC features): Mention feature set for VSX registers.
5629
5630 2008-08-13 Joel Brobecker <brobecker@adacore.com>
5631
5632 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
5633 the direct visibility of all names in user-written packages.
5634
5635 2008-08-13 Pedro Alves <pedro@codesourcery.com>
5636
5637 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
5638 setting, and make it the default.
5639 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
5640 non-stop script example.
5641
5642 2008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
5643
5644 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
5645 reference to the "Using Different Register and Memory Data
5646 Representation" section.
5647
5648 2008-08-12 Sandra Loosemore <sandra@codesourcery.com>
5649
5650 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
5651 (Remote Protocol): Add Packet Acknowledgment to menu.
5652 (Overview): Mention +/- can be disabled, and point to new section
5653 where this is discussed in detail.
5654 (General Query Packets): Document QStartNoAckMode packet, and
5655 corresponding qSupported reply.
5656 (Packet Acknowledgment): New section.
5657
5658 2008-08-11 Sandra Loosemore <sandra@codesourcery.com>
5659 Pedro Alves <pedro@codesourcery.com>
5660
5661 * gdb.texinfo (Threads): Move paragraph about automatic thread
5662 selection to All-Stop Mode subsection.
5663 (Thread Stops): Reorganize existing material into subsections.
5664 Add introductory blurb and menu.
5665 (Non-Stop Mode): New subsection.
5666 (Background Execution): New subsection.
5667 (Maintenance Commands): Add cross-references from async mode
5668 commands to the new Background Execution section.
5669
5670 2008-08-06 Tom Tromey <tromey@redhat.com>
5671
5672 * gdb.texinfo (Extending GDB): New chapter.
5673 (Sequences): Demoted chapter, now a section under the new
5674 Extending GDB chapter.
5675 (Python): New section.
5676
5677 2008-07-31 Stan Shebs <stan@codesourcery.com>
5678
5679 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
5680
5681 2008-07-29 Stan Shebs <stan@codesourcery.com>
5682
5683 * gdbint.texinfo: General round of cleanup and minor
5684 clarifications.
5685 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
5686 (Longjmp Support): Update description to reflect how it is done
5687 for targets without using native header.
5688 (Symbol Handling): Add a little more general explanation.
5689 (COFF, ELF): Mention stabs encapsulation.
5690 (DWARF 3): New section.
5691 (Adding a New Host): Scrub out some obsolete bits.
5692 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
5693 (Host Conditionals): Remove descriptions of NO_STD_REGS,
5694 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
5695 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
5696 SEEK_SET, STOP_SIGNAL, USG.
5697 (Raw and Virtual Register Representations): Ditto for
5698 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
5699 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
5700 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
5701 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
5702 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
5703 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
5704 DEPRECATED_REGISTER_VIRTUAL_SIZE,
5705 DEPRECATED_REGISTER_VIRTUAL_TYPE,
5706 DEPRECATED_USE_STRUCT_CONVENTION.
5707 Describe gdbarch_deprecated_fp_regnum.
5708 Update description of gdbarch_print_insn.
5709 (Adding a New Target): Scrub out obsolete bits.
5710 (Obsolete Conditionals): Remove entire section.
5711
5712 2008-07-25 Tom Tromey <tromey@redhat.com>
5713
5714 * observer.texi (GDB Observers): Document new observers:
5715 breakpoint_created, breakpoint_deleted, breakpoint_modified,
5716 tracepoint_created, tracepoint_deleted, tracepoint_modified,
5717 architecture_changed.
5718
5719 2008-07-21 Stan Shebs <stan@codesourcery.com>
5720
5721 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
5722 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
5723
5724 2008-07-21 Tom Tromey <tromey@redhat.com>
5725
5726 * observer.texi (GDB Observers): Remove obsolete comment.
5727 <executable_changed>: Remove argument.
5728
5729 2008-07-18 Tom Tromey <tromey@redhat.com>
5730
5731 * gdb.texinfo (Macros): Update. Use @code rather than @command.
5732
5733 2008-07-10 Doug Evans <dje@google.com>
5734
5735 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
5736
5737 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5738
5739 * gdb.texinfo (Starting): Document "set disable-randomization".
5740
5741 2008-07-07 Andreas Schwab <schwab@suse.de>
5742
5743 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
5744
5745 2008-07-06 Vladimir Prus <vladimir@codesourcery.com>
5746
5747 * gdb.texinfo (GDB/MI Target Manipulation): Add
5748 example of -target-attach.
5749
5750 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
5751
5752 * observer.texi (target_resumed): New observer.
5753 * gdb.texinfo (GDB/MI Output Records): Document *running.
5754
5755 2008-06-06 Tom Tromey <tromey@redhat.com>
5756
5757 * gdb.texinfo (Completion): Add field name example.
5758
5759 2008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
5760
5761 * gdb.texinfo (GDB/MI Program Context): Added example
5762 to -exec-arguments
5763
5764 2008-06-05 Nick Roberts <nickrob@snap.net.nz>
5765
5766 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
5767 annotation.
5768
5769 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5770 Nathan Sidwell <nathan@codesourcery.com>
5771 Joseph Myers <joseph@codesourcery.com>
5772
5773 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
5774 and ACX_BUGURL.
5775 * configure: Regenerate.
5776 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
5777 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
5778 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
5779 mailing-list-specific text about bug reporting unless
5780 BUGURL_DEFAULT.
5781
5782 2008-06-05 Pedro Alves <pedro@codesourcery.com>
5783
5784 * gdb.texinfo (-target-select): Remove reference to target async.
5785 (Maintenance Commands): Document "maint set/show remote-async".
5786
5787 2008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
5788
5789 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
5790 in -target-file-get section.
5791
5792 2008-05-22 Pedro Alves <pedro@codesourcery.com>
5793
5794 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
5795 killing the inferior when it is already debugging a process.
5796
5797 2008-05-21 Joel Brobecker <brobecker@adacore.com>
5798
5799 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
5800 abbreviation for "finish".
5801
5802 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
5803
5804 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
5805
5806 2008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5807
5808 * gdbint.texinfo (Target Conditionals): Delete entry for
5809 gdbarch_dwarf_reg_to_regnum.
5810
5811 2008-05-09 Doug Evans <dje@google.com>
5812
5813 * gdb.texinfo: Document "find" command, qSearch:memory packet.
5814
5815 2008-05-05 Doug Evans <dje@google.com>
5816
5817 * gdb.texinfo (disassemble): Document /m modifier.
5818
5819 2008-05-05 Vladimir Prus <vladimir@codesourcery.com>
5820
5821 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
5822 will not report the time of commands that run the target.
5823
5824 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5825
5826 * gdb.texinfo (GDB/MI Output Records): Add
5827 missing semicolon.
5828
5829 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5830
5831 * gdb.texinfo (GDB/MI Output Records):
5832 Document =thread-create and =thread-exited.
5833
5834 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5835
5836 * gdb.texinfo (GDB/MI Development and Front Ends):
5837 Remove mention of dmi-discuss.
5838
5839 2008-05-03 Pedro Alves <pedro@codesourcery.com>
5840
5841 * observer.texi (thread_exit): New.
5842
5843 2008-05-02 Pedro Alves <pedro@codesourcery.com>
5844
5845 * gdb.texinfo (Debugging Output): Document "set/show debug
5846 displaced".
5847 (Maintenance Commands): Document "maint set/show
5848 can-use-displaced-stepping".
5849
5850 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
5851
5852 * gdb.texinfo (ARM): Document set/show arm fallback-mode
5853 and set/show arm force-mode.
5854
5855 2008-05-02 Andreas Schwab <schwab@suse.de>
5856
5857 * gdbint.texinfo (Algorithms): Describe
5858 target_watchpoint_addr_within_range.
5859
5860 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
5861
5862 * gdbint.texinfo (Stack Frames): New chapter.
5863 (Algorithms): Move Frames text to the new chapter.
5864 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
5865 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
5866
5867 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
5868
5869 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
5870 output does not necessary include any tokens.
5871
5872 2008-04-22 Corinna Vinschen <vinschen@redhat.com>
5873
5874 * gdb.texinfo (Set SH Calling convention): New @item.
5875 (Show SH Calling convention): Ditto.
5876
5877 2008-04-22 Markus Deuling <deuling@de.ibm.com>
5878
5879 * gdb.texinfo (Fortran Operators): Describe '%' operator.
5880
5881 2008-04-20 Eli Zaretskii <eliz@gnu.org>
5882
5883 * gdb.texinfo (Set Breaks): Mention that multiple location
5884 breakpoints need line number info. Add index entries.
5885
5886 2008-04-19 Craig Silverstein <csilvers@google.com>
5887
5888 * gdb.texinfo (Requirements): Add an optional requirement on
5889 zlib.
5890 * gdbint.texinfo (Debugging File Formats): Add new subsection for
5891 Compressed DWARF 2.
5892
5893 2008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
5894
5895 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
5896 sample output for 'stopped,reason="breakpoint-hit"' message.
5897 (GDB/MI Program Execution): Likewise.
5898
5899 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
5900
5901 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
5902 -var-set-format. Add -f option to -var-evaluate-expression.
5903
5904 2008-04-03 Joel Brobecker <brobecker@adacore.com>
5905
5906 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
5907 new node "Ambiguous Expressions". Replace references to this
5908 node by references to "Ambiguous Expressions" throughout.
5909 (Ambiguous Expressions): New node.
5910
5911 2008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
5912
5913 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
5914
5915 2008-03-21 Pedro Alves <pedro@codesourcery.com>
5916
5917 * gdb.texinfo (Debugging Output): Document
5918 "set/show debug lin-lwp-async".
5919 (Maintenance Commands): Document "maint set/show linux-async".
5920
5921 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5922
5923 * gdb.texinfo (Expressions): Update description of malloced arrays.
5924
5925 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
5926
5927 * gdb.texinfo (Thread Commands): Document
5928 -thread-info. Remove -thread-list-all-threads.
5929
5930 2008-03-14 Pedro Alves <pedro@codesourcery.com>
5931 Sandra Loosemore <sandra@codesourcery.com>
5932
5933 * gdb.texinfo (Library List Format): Update to mention the
5934 possibility to pass section addresses instead of segment
5935 addresses.
5936
5937 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
5938
5939 * gdb.texinfo (Starting): Document "set exec-wrapper".
5940 (Server): Document gdbserver --wrapper.
5941
5942 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
5943
5944 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
5945 unreadable memory. Delete obsolete SPARClite reference.
5946
5947 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
5948
5949 * gdb.texinfo (Starting): Mention always-running targets.
5950 (Target Commands): Add an anchor for load.
5951 (Connecting): Explain continue instead of run.
5952
5953 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
5954
5955 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
5956
5957 2008-02-26 Nick Roberts <nickrob@snap.net.nz>
5958
5959 * gdb.texinfo (Set Breaks): Revert description of Enb column of
5960 breakpoint table.
5961
5962 2008-02-19 Pedro Alves <pedro@codesourcery.com>
5963
5964 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
5965 killing the inferior when it is already debugging a process.
5966
5967 2008-02-13 Markus Deuling <deuling@de.ibm.com>
5968
5969 * gdbint.texinfo (Build Script): New section. Mention new build script
5970 gdb_buildall.sh.
5971
5972 2008-02-01 Jim Blandy <jimb@red-bean.com>
5973
5974 * gdb.texinfo (Help): Summarize 'info args' correctly.
5975
5976 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5977
5978 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
5979 available in PowerPC architecture.
5980 (Embedded Processors): Change node name of PowerPC item in menu.
5981 (PowerPC): Rename to...
5982 (PowerPC Embedded): this.
5983 (Architectures): Add new PowerPC item in menu.
5984 (PowerPC): New node.
5985
5986 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
5987
5988 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
5989 commands.
5990
5991 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
5992
5993 * gdb.texinfo (Setting Catchpoints): Mention features
5994 supported on GNU/Linux.
5995
5996 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
5997
5998 * gdb.texinfo (GDB/MI File Commands): Describe new output
5999 field for MI command -file-list-exec-source-file.
6000
6001 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
6002
6003 * gdb.texinfo (Using the `gdbserver' Program): Add security
6004 warning. Rearrange into subsections and subsubsections. Document
6005 --multi and --debug. Correct --with-sysroot typo. Update --attach
6006 usage. Make load reference clearer. Document monitor exit.
6007 (Remote Configuration): Document set remote exec-file, attach-packet,
6008 and run-packet.
6009 (Packets): Document vAttach and vRun.
6010
6011 2008-01-29 Nick Roberts <nickrob@snap.net.nz>
6012
6013 * gdb.texinfo (Processes): Mention process command.
6014 detach-on-follow -> detach-on-fork.
6015
6016 2008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6017
6018 * gdbint.texinfo (Native Conditionals): Remove
6019 SHELL_COMMAND_CONCAT and SHELL_FILE.
6020
6021 2008-01-26 Eli Zaretskii <eliz@gnu.org>
6022
6023 * gdb.texinfo (Specify Location): Improve wording.
6024
6025 2008-01-23 Chris Demetriou <cgd@google.com>
6026
6027 * gdb.texinfo (Threads): Document new "set print thread-events"
6028 and "show print thread-events" commands.
6029
6030 2008-01-19 Eli Zaretskii <eliz@gnu.org>
6031
6032 * gdb.texinfo (Specify Location): New section.
6033 (Delete Breaks, Edit, Set Breaks): Remove description of
6034 locations. Instead, add a reference to "Specify Location".
6035 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
6036 (Symbols): Refer to "Specify Location" for the valid forms of
6037 linespecs and locations.
6038
6039 2008-01-18 Markus Deuling <deuling@de.ibm.com>
6040
6041 * gdbint.texinfo (Target Conditionals): Replace the description of
6042 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
6043
6044 2008-01-12 Paul Hilfinger <hilfinger@adacore.com>
6045
6046 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
6047 about &&var, which is rejected by the expression parser.
6048
6049 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
6050
6051 * gdb.texinfo (Output): Update documentation on using printf with DFP
6052 types.
6053
6054 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
6055
6056 * gdb.texinfo (C and C++): Add Decimal Floating Point format
6057 subsubsection.
6058 (Decimal Floating Point format): New subsubsection.
6059
6060 2008-01-05 Pedro Alves <pedro@codesourcery.com>
6061
6062 * gdb.texinfo (File Options): Remove mention of the attempt to
6063 open a core file with the -p option. Don't list -c as a valid
6064 option to attach to a process.
6065
6066 2008-01-05 Pedro Alves <pedro@codesourcery.com>
6067
6068 * gdbint.texinfo (Host Conditionals): Remove mention of
6069 ALIGN_STACK_ON_ENTRY.
6070
6071 2008-01-05 Joel Brobecker <brobecker@adacore.com>
6072
6073 * gdbint.texinfo (Start of New Year Procedure): Add item
6074 describing how to update the source and documentation copyright
6075 notices.
6076
6077 2007-12-18 Jim Blandy <jimb@codesourcery.com>
6078
6079 * gdb.texinfo (Set Watchpoints): Integrate per-thread
6080 watchpoint explanation into the main description of the watchpoint
6081 command; update synopses of 'watch', 'rwatch', and 'awatch'
6082 commands.
6083
6084 2007-12-18 Vladimir Prus <vladimir@codesourcery.com>
6085
6086 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6087 Document 'pending-breakpoints' feature of
6088 -list-features.
6089
6090 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
6091
6092 * gdb.texinfo: Add new parameter's description.
6093
6094 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
6095
6096 * gdb.texinfo (Overview): Clarify run-length encoding
6097 example. Remove the restriction on "+" and "-" characters.
6098
6099 2007-12-15 Eli Zaretskii <eliz@gnu.org>
6100
6101 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
6102
6103 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
6104
6105 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6106 the -f option for -break-insert, remove -r option,
6107 and clarify specification of location.
6108
6109 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
6110
6111 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
6112 formatting.
6113 (Remote Debugging): Add File Transfer section.
6114 (Remote Configuration): Document Host I/O packets.
6115 (GDB/MI): Add GDB/MI File Transfer Commands section.
6116 (Host I/O Packets): New section in "Remote Protocol".
6117 (Packets): Add vFile.
6118
6119 2007-11-17 Eli Zaretskii <eliz@gnu.org>
6120
6121 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
6122 breakpoints with multiple locations.
6123 (Breakpoint Menus): Improve wording.
6124 (Output): Fix last change.
6125
6126 2007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
6127
6128 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
6129
6130 2007-11-15 Doug Evans <dje@google.com>
6131
6132 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
6133
6134 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
6135
6136 * gdbint.texinfo (Native Conditionals): Remove
6137 mention of CLEAR_SOLIB.
6138
6139 2007-11-11 Joel Brobecker <brobecker@adacore.com>
6140
6141 * gdb.texinfo (Print Settings): Add documentation for "set/show
6142 print frame-arguments".
6143
6144 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
6145
6146 * gdb.texinfo (Output): Update printf command's description.
6147
6148 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
6149
6150 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
6151 powerpc soft-float".
6152
6153 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6154
6155 * gdb.texinfo (Files): Correct formatting. Mention Expat
6156 requirement.
6157 (Requirements for Building GDB): Expand the list of Expat
6158 uses.
6159 (Library List Format, Memory Map Format): Mention Expat.
6160 (Target Descriptions): Update Expat wording.
6161
6162 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6163
6164 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
6165 Document that gdbarch_convert_register_p should return zero for no-op
6166 conversions.
6167
6168 2007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
6169
6170 * gdbint.texi (Compiler Characteristics): Move documentation
6171 of set_gdbarch_sofun_address_maybe_missing back to ...
6172 (Target Conditionals): ... here to fix build break.
6173
6174 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
6175
6176 * gdbint.texi (Target Conditionals): Remove documentation of
6177 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
6178 (Compiler Characteristics): ... documentation of
6179 set_gdbarch_sofun_address_maybe_missing.
6180
6181 2007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6182
6183 * gdbint.texinfo (Target Conditionals): Use
6184 frame_unwind_register_unsigned in examples instead of
6185 frame_unwind_unsigned_register.
6186
6187 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6188
6189 * gdb.texinfo (Predefined Target Types): Add int128
6190 and uint128.
6191 (Standard Target Features): Add PowerPC features.
6192
6193 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6194
6195 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
6196
6197 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6198
6199 * gdbint.texi (Target Conditionals): Remove documentation
6200 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
6201 gdbarch_extract_return_value, and gdbarch_store_return_value.
6202
6203 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6204
6205 * gdbint.texi (Target Conditionals): Remove documentation of
6206 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
6207
6208 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
6209
6210 * gdb.texinfo: Mention that inaccessible-by-default is on by
6211 default.
6212
6213 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
6214
6215 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
6216
6217 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
6218
6219 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
6220 multi-threaded watchpoints.
6221 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
6222 checked. Describe sticky notification. Expand description
6223 of steppable and continuable watchpoints.
6224 (Watchpoints and Threads): New subsection.
6225
6226 2007-09-28 Vladimir Prus <vladimir@codesourcery.com>
6227
6228 * gdb.texinfo (Setting Breakpoints): Revise
6229 documentation for pending breakpoints. Document
6230 breakpoints with multiple locations.
6231
6232 2007-09-19 Vladimir Prus <vladimir@codesourcery.com>
6233
6234 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6235 Document -list-features.
6236
6237 2007-09-15 Eli Zaretskii <eliz@gnu.org>
6238
6239 * gdb.texinfo (Output): Spell out which features of C's printf are
6240 not supported by GDB's printf.
6241 (Separate Debug Files): More accurate wording regarding build ID
6242 and a reference to the ld manual rather than the Fedora wiki.
6243
6244 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6245 Jim Blandy <jimb@codesourcery.com>
6246
6247 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
6248 (Examining Memory): Update mentions of the 's' format.
6249 (Automatic Display): Likewise.
6250
6251 2007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
6252
6253 * gdb.texinfo: Update the FSF's Back-Cover Text.
6254
6255 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6256 Eli Zaretskii <eliz@gnu.org>
6257
6258 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
6259 Fixed the ``build ID'' name. New binaries build instructions for the
6260 build ID inclusion. Explain how the commands are specific to the build
6261 ID vs. debug link.
6262
6263 2007-09-01 Eli Zaretskii <eliz@gnu.org>
6264
6265 * gdb.texinfo (Separate Debug Files): Fix last change. Add
6266 indexing for ``build ID'' support.
6267
6268 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6269
6270 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
6271 Enlisted BUILD ID to the debug file searching example.
6272 Included a BUILD ID `.note.gnu.build-id' section description.
6273 Updated/added the debug files splitting instructions for OBJCOPY.
6274
6275 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
6276
6277 * gdb.texinfo (Variable Objects): Adjust docs
6278 for -var-info-expression and document
6279 -var-info-path-expression.
6280
6281 2007-08-20 Jim Blandy <jimb@codesourcery.com>
6282
6283 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
6284 (title page): Include the dedication in the printed manual, as a
6285 separate page after the copyright notice.
6286
6287 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
6288 don't break a @var across a line.
6289
6290 2007-07-25 Maciej W. Rozycki <macro@mips.com>
6291
6292 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
6293 for include files.
6294
6295 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
6296
6297 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
6298 in annotate.texinfo.
6299 (Command History): Link to new node.
6300
6301 2007-07-05 Markus Deuling <deuling@de.ibm.com>
6302
6303 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
6304
6305 2007-07-05 Eli Zaretskii <eliz@gnu.org>
6306
6307 * gdbint.texinfo (Target Conditionals): Fix last change.
6308
6309 2007-07-03 Markus Deuling <deuling@de.ibm.com>
6310
6311 * gdb.texinfo: Replace following macros by their appropriate gdbarch
6312 routines:
6313 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
6314 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
6315 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
6316 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
6317 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
6318 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
6319 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
6320 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
6321 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
6322 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
6323 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
6324 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
6325 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
6326 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
6327 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
6328 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
6329 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
6330 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
6331 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
6332 (SOFTWARE_SINGLE_STEP_P)
6333
6334 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
6335 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
6336
6337 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
6338 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
6339 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
6340 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
6341 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
6342 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
6343 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
6344 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
6345 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
6346 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
6347
6348 (Converting an existing Target Architecture to Multi-arch): Remove
6349 section.
6350
6351 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
6352 (gdbarch_addr_bits_remove): Add code example.
6353
6354 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
6355
6356 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
6357
6358 * gdb.texinfo (Remote Configuration): Document library-info-packet.
6359 Add other missing entries. Adjust the table size to fit.
6360 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
6361 stop reasons including the new "library" event.
6362 (General Query Packets): Adjust table widths for qSupported. Mention
6363 qXfer:libraries:read reply to qSupported and document the new packet.
6364 (Library List Format): New section.
6365
6366 2007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6367
6368 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
6369
6370 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
6371
6372 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
6373
6374 2007-06-25 Nick Roberts <nickrob@snap.net.nz>
6375
6376 * gdbint.texinfo (Register and Memory Data): Break sections
6377 into nodes and add a menu.
6378
6379 2007-06-21 Maciej W. Rozycki <macro@mips.com>
6380
6381 * gdb.texinfo (Examining Memory): Document the new behaviour.
6382
6383 2007-06-21 Vladimir Prus <vladimir@codesourcery.com>
6384
6385 * gdb.texinfo (Standard Target Features): Document
6386 m68k features.
6387
6388 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
6389
6390 * gdb.texinfo (General Query Packets): Document qOffsets changes.
6391
6392 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6393
6394 * gdb.texinfo (Target Description Format): Add version attribute
6395 for <target>.
6396
6397 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6398
6399 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
6400
6401 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6402
6403 * gdb.texinfo (MIPS Features): New subsection.
6404
6405 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6406 Markus Deuling <deuling@de.ibm.com>
6407
6408 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
6409 and qXfer:spu:write packets and mention them under qSupported.
6410
6411 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6412 Markus Deuling <deuling@de.ibm.com>
6413
6414 * gdb.texinfo (Architectures): Add new SPU section to document
6415 Cell Broadband Engine SPU architecture specific commands.
6416
6417 2007-06-09 Vladimir Prus <vladimir@codesourcery.com>
6418
6419 * gdb.texinfo (GDB/MI Variable Objects): Editorial
6420 comments.
6421
6422 2007-06-07 Nick Roberts <nickrob@snap.net.nz>
6423
6424 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
6425
6426 2007-05-29 Jim Blandy <jimb@codesourcery.com>
6427
6428 * gdb.texinfo (Overview): Doc fix.
6429
6430 2007-05-22 Maciej W. Rozycki <macro@mips.com>
6431
6432 * gdb.texinfo (Remote Configuration): Document "set/show
6433 remoteflow".
6434
6435 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
6436
6437 * gdb.texinfo (MIPS): Remove documentation for set mips
6438 saved-gpreg-size, show mips saved-gpreg-size, and set mips
6439 stack-arg-size.
6440
6441 2007-05-14 Bob Wilson <bob.wilson@acm.org>
6442
6443 * all-cfg.texi (GDBTUI): New.
6444 * gdb.texinfo (Mode Options): Use GDBTUI variable.
6445 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
6446 (TUI Configuration): Edit to improve clarity and fix problems of
6447 both style and content.
6448
6449 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
6450
6451 * observer.texi (GDB Observers): New observer "new_objfile".
6452
6453 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
6454
6455 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
6456
6457 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
6458
6459 * gdb.texinfo (GDB/MI Variable Objects): Document
6460 frozen variables objects.
6461
6462 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
6463
6464 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
6465 (Character Sets, Caching Data of Remote Targets): Likewise.
6466 (Targets): Delete Remote node. Move its text...
6467 (Debugging Remote Programs): ...to here. Delete description
6468 of the "remote" command.
6469 (Remote configuration): Delete description of "set remotedevice"
6470 and "show remotedevice".
6471 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
6472
6473 2007-04-11 Bob Wilson <bob.wilson@acm.org>
6474
6475 * gdb.texinfo (Contributors, Continuing and Stepping)
6476 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
6477 (General Query Packets, File-I/O Remote Protocol Extension)
6478 (Protocol Basics, The F Reply Packet, Write)
6479 (Protocol-specific Representation of Datatypes, Memory Transfer):
6480 Fix hyphenation, punctuation and grammar problems.
6481 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
6482 'section' instead of 'subsection' in the text.
6483 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
6484 (i386): Remove period from section name.
6485 (Installing GDB, Requirements, Running Configure, Separate Objdir)
6486 (Config Names, Configure Options): Use @file{configure}.
6487
6488 2007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
6489
6490 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
6491 and tab expansion.
6492
6493 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
6494
6495 * gdbint.texinfo (SOM): Correct location of the SOM reader.
6496
6497 2007-04-02 Bob Wilson <bob.wilson@acm.org>
6498
6499 * gdb.texinfo: Consistently capitalize all significant words in
6500 node names, chapter titles, section titles, and headings. Update
6501 cross references to match.
6502 (Starting and Stopping Trace Experiment): Make node name plural.
6503 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
6504
6505 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
6506
6507 * gdb.texinfo (WinCE): Delete obsolete subsection.
6508
6509 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6510
6511 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
6512 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
6513 references.
6514
6515 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6516
6517 * gdb.texinfo (Startup): Delete references to some alternate
6518 names for .gdbinit.
6519 (Thread): Remove LynxOS reference.
6520 (Tandem ST2000): Delete target-specific documentation.
6521 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
6522 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
6523 and GDB_OSABI_LYNXOS.
6524
6525 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
6526
6527 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
6528
6529 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
6530
6531 * gdbint.texinfo (Target Conditionals): Remove mention of
6532 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
6533 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
6534
6535 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
6536
6537 * Makefile.in: Add "pdfdir" installation
6538 directory, PDFTEX macro, support for "install-pdf" target,
6539 and rules for making a pdf version of refcard.texi.
6540 * refcard.tex: Specify paper size for PDF output.
6541
6542 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6543
6544 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
6545
6546 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6547
6548 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
6549 (Source Path, Character Sets, Macros, Define)
6550 (GDB/MI Result Records, GDB/MI Simple Examples)
6551 (GDB/MI Program Execution, GDB/MI File Commands)
6552 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
6553 (Bug Reporting): Use @value{GCC}.
6554
6555 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6556
6557 * gdb.texinfo (Help): Fix formatting of examples.
6558 (Variables): Use @ifnotinfo instead of @iftex.
6559 (Non-debug DLL symbols): Use @ref instead of @pxref.
6560 (Sparclet File): Use @samp instead of quotes.
6561
6562 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6563
6564 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
6565
6566 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6567
6568 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
6569 the order of the nodes.
6570 (C Operators, C Constants, Debugging C): Remove extra menus.
6571 (Method Names in Commands): Do not specify next/prev/up nodes.
6572
6573 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6574
6575 * gdb.texinfo (File Options): Add missing parenthesis.
6576 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
6577
6578 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6579
6580 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
6581
6582 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6583
6584 * gdb.texinfo (Standard Target Features): Mention
6585 case insensitivity.
6586 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
6587
6588 2007-02-18 Nick Roberts <nickrob@snap.net.nz>
6589
6590 * gdb.texinfo (Top): Put Appendix A after numbered sections.
6591 (Files): Add section name to argument list for pxref.
6592 (Non-debug DLL symbols): Don't use `see' for pxref.
6593 (Embedded Processors): Fix typo.
6594 (GDB/MI Breakpoint Commands): Execution commands generate
6595 *stopped not ^done.
6596
6597 2007-02-13 Nick Roberts <nickrob@snap.net.nz>
6598
6599 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
6600 values for in_scope. Mention that only root variables can be
6601 updated.
6602 (GDB/MI Development and Front Ends): Explain new values may be
6603 added to existing fields.
6604
6605 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6606
6607 * gdb.texinfo (-target-disconnect): Use @smallexample.
6608 (Requirements): Add anchor for Expat. Update description.
6609 (Target Descriptions): Mention Expat.
6610 (Target Description Format): Document new elements. Use
6611 @smallexample.
6612 (Predefined Target Types, Standard Target Features): New sections.
6613 * gdbint.texinfo (Target Descriptions): New section.
6614
6615 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
6616
6617 * gdb.texinfo (Target Description Format): Add section on XInclude.
6618
6619 2006-02-03 Nick Roberts <nickrob@snap.net.nz>
6620
6621 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
6622 command -enable-timings.
6623
6624 2007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
6625
6626 * gdbint.texinfo (Operation System ABI Variant Handling): Update
6627 descriptions for new/deleted elements in gdb_osabi. Add missing
6628 description for function generic_elf_osabi_sniff_abi_tag_sections.
6629
6630 2007-01-29 Joel Brobecker <brobecker@adacore.com>
6631
6632 * gdb.texinfo (Maintenance Commands): Add documentation for
6633 the new "maint print target-stack" command.
6634
6635 2007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6636 Eli Zaretskii <eliz@gnu.org>
6637
6638 * gdb.texinfo: Describe CHAR array vs. string identification rules.
6639
6640 2007-01-26 Eli Zaretskii <eliz@gnu.org>
6641
6642 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
6643 Use @value{NGCC} instead of @value{GCC}.
6644
6645 2007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
6646
6647 * agentexpr.texi: Fix typos.
6648 * annotate.texinfo: Likewise.
6649 * gdb.texinfo: Likewise.
6650 * gdbint.texinfo: Likewise.
6651 * observer.texi: Likewise.
6652 * stabs.texinfo: Likewise.
6653
6654 2007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
6655
6656 * gdbint.texinfo (Support Libraries): Remove mmalloc
6657 entry. Describe readline library.
6658
6659 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
6660
6661 * gdb.texinfo (Target Descriptions): New section.
6662 (General Query Packets): Add QPassSignals anchor. Mention
6663 qXfer:features:read under qSupported. Expand mentions of
6664 qXfer:memory-map:read and QPassSignals. Document
6665 qXfer:features:read.
6666
6667 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
6668
6669 * gdb.texinfo (Commands to specify files): Describe
6670 "set sysroot" and "show sysroot".
6671 (Using the `gdbserver' program): Lowercase argument
6672 to @var. Expand description of setting up GDB on the
6673 host.
6674
6675 2007-01-05 Joel Brobecker <brobecker@adacore.com>
6676
6677 * gdb.texinfo (Set Catchpoints): Add documentation for the new
6678 catch exception, catch exception unhandled, and catch assert
6679 commands.
6680
6681 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6682
6683 * gdb.texinfo (Debugging Output): Document "set debug xml"
6684 and "show debug xml".
6685
6686 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6687
6688 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
6689
6690 2007-01-01 Joel Brobecker <brobecker@adacore.com>
6691
6692 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
6693
6694 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
6695
6696 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
6697 note in @ignore, to be removed later if nobody complains.
6698
6699 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
6700
6701 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
6702 of -var-delete.
6703
6704 2006-11-22 Vladimir Prus <vladimir@codesourcery.com>
6705
6706 * gdb.texinfo (Setting breakpoints): Document
6707 automatic software/hardware breakpoint usage and
6708 the "set breakpoint auto-hw" command.
6709
6710 2006-11-21 Vladimir Prus <vladimir@codesourcery.com>
6711
6712 * gdb.texinfo (Memory Access Checking): New.
6713
6714 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
6715
6716 * gdb.texinfo (Remote configuration): Mention
6717 "pass-signals-packet".
6718 (General Query Packets): Document QPassSignals. Fix
6719 a typo.
6720
6721 2006-11-14 Maxim Grigoriev <maxim@tensilica.com>
6722
6723 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
6724
6725 2006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
6726
6727 * gdb.texinfo (Remote configuration): Rewrite documentation for
6728 packet configuration commands.
6729 (OS Information): Adjust reference to qXfer:auxv:read.
6730 (General Query Packets): Remove references to read-aux-vector-packet
6731 and set remote get-thread-local-storage-address.
6732
6733 2006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
6734
6735 * gdbint.texinfo (Target Architecture Definition): Add new
6736 Initializing a New Architecture section.
6737
6738 2006-10-31 David Taylor <dtaylor@emc.com>
6739
6740 * stabs.texinfo (Macro define and undefine): New node describing
6741 stabs for #define and #undef.
6742
6743 2006-10-27 Andreas Schwab <schwab@suse.de>
6744
6745 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
6746
6747 2006-10-21 Eli Zaretskii <eliz@gnu.org>
6748
6749 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
6750 clarify on the possible meanings of ``expression'' watched by
6751 watchpoints. Add indexing.
6752 (Prompting, Errors, Invalidation, Annotations for Running)
6753 (Source Annotations): Fix index entries by adding "annotation" to
6754 them, to discriminate from index entries that point to the more
6755 general topic descriptions.
6756
6757 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6758
6759 * gdbint.texinfo (Target Vector Definition): Move most
6760 content into Existing Targets. Add a menu.
6761 (Existing Targets): New section, moved from Target Vector
6762 Definition. Use @subsection.
6763 (Managing Execution State): New section.
6764
6765 2006-10-16 Bob Wilson <bob.wilson@acm.org>
6766
6767 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
6768
6769 2006-10-15 Eli Zaretskii <eliz@gnu.org>
6770
6771 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
6772 (Command Syntax, Signals, Backtrace, Connecting)
6773 (Remote configuration, Renesas Boards, Console I/O): Fix last
6774 change: use Ctrl- instead of C-, except wrt Emacs.
6775 (File-I/O Examples): Put Ctrl-c in @kbd.
6776 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
6777 (Console I/O): Use @samp with Ctrl-.
6778 (Signals, Set Breaks, Set Watchpoints): Document optional
6779 arguments to `info signals' `handle', `info breakpoints', and
6780 `info watchpoints'.
6781
6782 2006-10-14 Eli Zaretskii <eliz@gnu.org>
6783
6784 * gdb.texinfo (Backtrace): Fix last change.
6785
6786 2006-10-14 Nick Roberts <nickrob@snap.net.nz>
6787
6788 * gdb.texinfo (Backtrace): Order correctly and add other cases.
6789
6790 2006-10-10 Bob Wilson <bob.wilson@acm.org>
6791
6792 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
6793 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
6794 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
6795
6796 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6797 Daniel Jacobowitz <dan@codesourcery.com>
6798
6799 * gdb.texinfo (Packets): Document vFlashErase,
6800 vFlashWrite and vFlashDone packets.
6801 (General Query Packets): Document qXfer:memory-map:read.
6802 Add a new feature for qXfer:memory-map:read.
6803 (Memory map format): New section.
6804 (Target Commands): Mention that gdb can write flash.
6805
6806 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6807 Daniel Jacobowitz <dan@codesourcery.com>
6808
6809 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
6810 memory regions and "mem auto".
6811
6812 2006-09-21 Nathan Sidwell <nathan@codesourcery.com>
6813
6814 * gdbint.texinfo (Array Containers): New section.
6815
6816 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
6817
6818 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
6819 -stack-list-arguments HIGH_FRAME argument can be larger then the
6820 actual number of frames.
6821
6822 2006-09-07 Vladimir Prus <vladimir@codesourcery.com>
6823
6824 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
6825 -stack-list-locals HIGH_FRAME argument can be larger then the
6826 actual number of frames.
6827
6828 2006-09-02 Bob Wilson <bob.wilson@acm.org>
6829
6830 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
6831 Register Packet Format, Tracepoint Packets): Fix spelling errors.
6832
6833 2006-09-02 Eli Zaretskii <eliz@gnu.org>
6834
6835 * gdbint.texinfo (Overall Structure): New section "Source Tree
6836 Structure".
6837
6838 2006-08-17 Jim Blandy <jimb@codesourcery.com>
6839
6840 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
6841 responses.
6842
6843 2006-08-08 Joel Brobecker <brobecker@adacore.com>
6844
6845 * gdb.texinfo (Source Path): Add documentation for new
6846 substitute-path commands.
6847
6848 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
6849
6850 * gdb.texinfo (Installing GDB): Update menu. Move text to...
6851 (Running Configure): ...here.
6852 (Requirements): New node. Mention expat.
6853
6854 2006-08-08 Vladimir Prus <vladimir@codesourcery.com>
6855
6856 * gdb.texinfo (Target Commands): Remove
6857 'set download-write-size' and 'show download-write-size'.
6858
6859 2006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
6860
6861 * stabs.texinfo (Member Type Descriptor): Correct example for
6862 pointer to member types.
6863
6864 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
6865
6866 * gdb.texinfo (Optional warnings and messages): Add
6867 'set/show trace-commands'.
6868 (Command files): Add '-v' to source command.
6869
6870 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
6871
6872 * gdb.texinfo (OS Information): Update qPart reference to
6873 qXfer.
6874 (Remote configuration): Likewise.
6875 (Overview): Move @cindex to the start of a paragraph. Talk
6876 about binary data encoding.
6877 (Packets): Refer to the overview for the details of the X
6878 packet encoding.
6879 (General Query Packets): Remove qPart description. Add qXfer
6880 description. Add an anchor to qSupported. Correct feature
6881 table title. Add a new feature for qXfer:auxv:read.
6882 (Interrupts): Add a missing parenthesis.
6883
6884 2006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
6885
6886 * gdb.texinfo (KOD): Remove node.
6887 (GDB/MI Kod Commands): Remove commented out node.
6888
6889 2006-07-01 Eli Zaretskii <eliz@gnu.org>
6890
6891 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
6892 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
6893 (GDB/MI Thread Commands, GDB/MI Program Execution)
6894 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
6895 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
6896 (GDB/MI File Commands, GDB/MI Target Manipulation)
6897 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
6898 since the MI prompt is hard-wired into the code.
6899
6900 2006-07-01 Nick Roberts <nickrob@snap.net.nz>
6901
6902 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
6903 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
6904 (GDB/MI Data Manipulation): Remove description of unimplemented
6905 display related commands as variable objects perform this function
6906 and are superior: -display-delete, -display-disable,
6907 -display-enable, -display-insert and -display-list. Move
6908 -environment-cd, -environment-directory, -environment-path
6909 and -environment-pwd to "Program Context".
6910 (GDB/MI Program Control): Rename to "Program Execution". Move
6911 -exec-arguments -exec-abort to...
6912 (GDB/MI Program Context): ...here. New node split from "Data
6913 Manipulation".
6914
6915 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
6916
6917 * gdb.texinfo (Remote configuration): Document set / show
6918 remote supported-packets.
6919 (General Query Packets): Document qSupported packet.
6920
6921 2006-06-10 Sandra Loosemore <sandra@codesourcery.com>
6922
6923 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
6924 and font markup.
6925 (Protocol basics): Likewise.
6926 (The F request packet): Likewise.
6927 (The F reply packet): Likewise.
6928 (Memory transfer): Move this node to be a subsubsection of
6929 "Protocol specific representation of datatypes".
6930 (The Ctrl-C message): More copy editing.
6931 (Console I/O): Likewise.
6932 (The isatty call): Delete this node, and merge its content into
6933 the "isatty" node. Fixed references elsewhere.
6934 (The system call): Delete this node, and merge its content into
6935 the "system" node. Fixed references elsewhere.
6936 (open): Reformat to use @table, and add appropriate font markup.
6937 (close): Likewise.
6938 (read): Likewise.
6939 (write): Likewise.
6940 (lseek): Likewise.
6941 (rename): Likewise.
6942 (unlink): Likewise.
6943 (stat/fstat): Likewise.
6944 (gettimeofday): Likewise.
6945 (isatty): Likewise.
6946 (system): Likewise, plus minor changes to fix confusing wording.
6947 (Integral datatypes): Fix font markup.
6948 (Pointer values): Likewise.
6949 (struct stat): Fix markup to use @table, plus minor copy editing.
6950 (struct timeval): Fix font markup, plus minor copy editing.
6951 (Constants): Minor copy editing.
6952 (Errno values): Add font markup.
6953 (File-I/O Examples): Likewise.
6954
6955 2006-06-10 Nick Roberts <nickrob@snap.net.nz>
6956
6957 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
6958 (GDB/MI Simple Examples): Move node up one level. Use real
6959 examples.
6960 (GDB/MI Compatibility with CLI): Update.
6961 (GDB/MI Result Records): Add "connected" and "exit" result
6962 classes.
6963 (GDB/MI Stream Records): Clarify target output.
6964 (GDB/MI Command Description Format): Modify example description.
6965 (GDB/MI Breakpoint Table Commands): Rename to...
6966 (GDB/MI Breakpoint Commands): ...this
6967 (GDB/MI Breakpoint Commands): Add optional thread field.
6968 (GDB/MI Program Control): Add an introduction. Move "Program
6969 termination" examples into exec-run description.
6970 (GDB/MI File Commands): Mention similar CLI commands.
6971 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
6972 is similar to "-gdb-version".
6973
6974 2006-06-09 Eli Zaretskii <eliz@gnu.org>
6975
6976 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
6977
6978 2006-06-02 Nick Roberts <nickrob@snap.net.nz>
6979
6980 * gdb.texinfo (GDB/MI Development and Front Ends): Use
6981 sourceware.org for mailing lists.
6982 (GDB/MI File Commands): New node split from Program Control.
6983
6984 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
6985
6986 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
6987
6988 2006-05-22 Eli Zaretskii <eliz@gnu.org>
6989
6990 * gdb.texinfo (Cygwin Native): Fix last change.
6991
6992 2006-05-22 Christopher Faylor <cgf@timesys.com>
6993
6994 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
6995
6996 2006-05-15 Nick Roberts <nickrob@snap.net.nz>
6997
6998 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
6999 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
7000
7001 2006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
7002
7003 * gdb.texinfo (General Query Packets): Recommend not starting
7004 new packets with qC and clarify.
7005
7006 2006-05-13 Gaius Mulley <gaius@glam.ac.uk>
7007
7008 * gdb.texinfo (M2 Types): New section.
7009
7010 2006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
7011
7012 * agentexpr.texi: Add a copyright and license notice.
7013 * observer.texi: Likewise, with GPL clause for function prototypes.
7014 Remove trailing whitespace.
7015
7016 2006-05-05 Jim Blandy <jimb@codesourcery.com>
7017
7018 * gdb.texinfo (General Query Packets): Document conventions for
7019 terminating packet names, and their violations.
7020
7021 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7022
7023 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
7024 * gdb.texinfo: Likewise.
7025
7026 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7027
7028 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
7029 and "show remotedebug".
7030 (Debugging Output): Add additional index entries.
7031
7032 2006-04-27 Michael Snyder <msnyder@redhat.com>
7033
7034 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
7035
7036 2006-04-22 Andrew Cagney <cagney@redhat.com>
7037
7038 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
7039 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
7040
7041 2006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
7042
7043 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
7044 and remove breakpoint prototypes.
7045 (Watchpoints): Move description of target_insert_hw_breakpoint and
7046 target_remove_hw_breakpoint ...
7047 (Breakpoints): ... to here. Document target_insert_breakpoint and
7048 target_remove_breakpoint.
7049
7050 2006-04-17 Jim Blandy <jimb@codesourcery.com>
7051
7052 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
7053 and C packets are optional.
7054
7055 2006-04-14 Frederic Riss <frederic.riss@st.com>
7056
7057 * gdb.texinfo (Specifying source directories): Update the description
7058 of the source file search to reflect the fact that the source path
7059 always contains at least $cdir and $cwd.
7060
7061 2006-03-31 Michael Snyder <msnyder@redhat.com>
7062
7063 * gdb.texinfo: Update copyright dates.
7064
7065 2006-03-31 Eli Zaretskii <eliz@gnu.org>
7066
7067 * gdb.texinfo (Overview): Add an index entry to "empty response".
7068
7069 2006-03-28 Jim Blandy <jimb@codesourcery.com>
7070
7071 * gdbint.texinfo (Prologue Analysis): New section.
7072
7073 2006-03-07 Jim Blandy <jimb@red-bean.com>
7074
7075 * gdb.texinfo (Connecting): Document 'target remote pipe'.
7076
7077 * gdb.texinfo (Target Commands): Update text describing how to
7078 specify a target. Refer to the detailed section on remote
7079 debugging, not the brief mention.
7080
7081 * gdb.texinfo (Connecting): Organize the different 'target remote'
7082 connection methods into a table. Add a 'target remote' index
7083 entry. (!!!)
7084
7085 2006-02-17 Fred Fish <fnf@specifix.com>
7086
7087 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
7088 'ptype' commands to reflect the fact that the only significant
7089 difference between them is that ptype prints the complete type
7090 description instead of just the name.
7091
7092 2006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
7093
7094 * gdbint.texinfo (Watchpoints): Delete
7095 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
7096
7097 2006-02-10 Nick Roberts <nickrob@snap.net.nz>
7098
7099 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
7100 times fields where needed. Fix typos. Update general form given
7101 for output of -break-insert.
7102 (GDB/MI): Abbreviate some unnecessarily long fullnames.
7103
7104 2006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
7105
7106 * gdbint.texinfo (Symbol Handling): Add a section
7107 on memory management.
7108
7109 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
7110
7111 * gdb.texinfo (Breakpoint table commands): Document the fullname
7112 field in -break-list output.
7113
7114 2006-02-03 Eli Zaretskii <eliz@gnu.org>
7115
7116 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
7117 debugging information produced by the various "set debug..."
7118 options.
7119
7120 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7121
7122 * gdb.texinfo (Files): Remove obsolete bits from the description
7123 of "symbol-file".
7124
7125 2006-01-25 Jim Blandy <jimb@redhat.com>
7126
7127 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
7128
7129 2006-01-24 Jim Blandy <jimb@redhat.com>
7130
7131 * gdbint.texinfo (Frames): Document the basics of GDB's register
7132 unwinding model, and explain the existence of the "sentinel" frame.
7133
7134 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
7135
7136 * gdb.texinfo (Choosing files): Mention that -directory is used
7137 for script files.
7138 (Specifying source directories): Likewise.
7139 (Command files): Explain how script files are found.
7140
7141 2006-01-21 Eli Zaretskii <eliz@gnu.org>
7142
7143 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
7144 the threads in a multi-threaded program.
7145 (Threads): The threadno argument of "thread apply" can be a range
7146 of numbers.
7147
7148 2006-01-18 Jim Blandy <jimb@redhat.com>
7149
7150 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
7151 of warning flags.
7152
7153 2006-01-13 Eli Zaretskii <eliz@gnu.org>
7154
7155 * gdb.texinfo (Sequences): Improve menu annotations.
7156 (Define): Add index entries for arguments of user-defined
7157 commands. Move the description of flow-control commands...
7158 (Command Files): ...to here. Document loop_break and
7159 loop_continue.
7160 (Define, Command Files): Document `end' and add index entries for
7161 it.
7162
7163 2006-01-04 Michael Snyder <msnyder@redhat.com>
7164
7165 * gdb.texinfo: Add documentation for linux-fork.
7166 * gdbint.texinfo: Add internal documentation for checkpoints.
7167
7168 2006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
7169
7170 * gdb.texinfo (Omissions from Ada): Document that there is now
7171 limited aggregate support.
7172
7173 2005-12-28 Eli Zaretskii <eliz@gnu.org>
7174
7175 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
7176 registers and the likes.
7177
7178 2005-12-24 Eli Zaretskii <eliz@gnu.org>
7179
7180 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
7181 (Symbols): Fix usage of "e.g.".
7182 (Memory Region Attributes): Fix usage of "etc."
7183
7184 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
7185 (Coding): Fix usage of "e.g.".
7186
7187 2005-12-23 Eli Zaretskii <eliz@gnu.org>
7188
7189 * stabs.texinfo:
7190 * refcard.tex:
7191 * gpl.texi:
7192 * gdbint.texinfo:
7193 * gdb.texinfo:
7194 * gdb-cfg.texi:
7195 * fdl.texi:
7196 * annotate.texinfo:
7197 * all-cfg.texi:
7198 * Makefile.in: Add (C) after Copyright. Update the FSF
7199 address.
7200
7201 2005-12-03 Eli Zaretskii <eliz@gnu.org>
7202
7203 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
7204 extend GDB with commands for external monitor.
7205
7206 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
7207
7208 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
7209
7210 2005-11-25 Joel Brobecker <brobecker@adacore.com>
7211
7212 * gdbint.texinfo (Start of New Year Procedure): New chapter.
7213
7214 2005-11-21 Jim Blandy <jimb@redhat.com>
7215
7216 * gdb.texinfo (Tracepoint Packets): Document restrictions on
7217 placement of 'R' actions in tracepoint action packets; document
7218 dependence of 'X' and 'M' actions on a preceding 'R' action for
7219 their registers.
7220
7221 2005-11-19 Jim Blandy <jimb@redhat.com>
7222
7223 * gdb.texinfo (Tracepoint Packets): New node.
7224 (General Query Packets): Add entries for the tracepoint packets,
7225 referring to the "Tracepoint Packets" node.
7226 (Tracepoints): Add reference to "Tracepoint Packets".
7227
7228 2005-11-18 Kevin Buettner <kevinb@redhat.com>
7229
7230 * gdb.texinfo (set remotebreak): Add anchor.
7231 (X packet): Likewise.
7232 (Remote Protocol): Add new section `Interrupts' and new index
7233 entry `interrupts (remote protocol)'.
7234
7235 2005-11-18 Jim Blandy <jimb@redhat.com>
7236
7237 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
7238 entries into the General Query Packets section. Add a
7239 cross-reference to that section. Drop description of replies, as
7240 these are covered in the descriptions of each packet.
7241 (General Query Packets): Add introductory text. Explain naming
7242 conventions, and how the end of a name is recognized.
7243
7244 2005-11-17 Kevin Buettner <kevinb@redhat.com>
7245
7246 * gdb.texinfo (Remote configuration): Fix typo in description of
7247 "set remotebreak" command.
7248
7249 2005-11-16 Jim Blandy <jimb@redhat.com>
7250
7251 * gdb.texinfo (Packets, Stop Reply Packets)
7252 (General Query Packets): Various formatting cleanups.
7253 - Use @samp for packet contents.
7254 - Drop summaries from packet @item lines; the same information appears
7255 immediately below in the description.
7256 - Delete paragraph breaks after packet @item commands, so that the
7257 description appears directly to the right of the packet prototype
7258 in the printed manual, if it fits.
7259 - Place spaces in packet prototypes between @vars and non-@var
7260 letters, and explain that they're just for formatting.
7261 - Use @dots{} instead of '...'.
7262 - Fix uses of @code where @var was needed.
7263 - Replace "deprecated" markers with English text spelling out the
7264 packet's status and the preferred alternatives.
7265 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
7266 what this ever meant.
7267 - Remove "(draft)" markers on 'i' packets; nobody has commented on
7268 this for a long time.
7269 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
7270 implemented several times, and have been in use for years.
7271
7272 2005-11-15 Jim Blandy <jimb@redhat.com>
7273
7274 * gdb.texinfo (Packets): Add index entries for 'm' packet
7275 disclaimers.
7276
7277 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
7278 of stub when processing an 'm' packet.
7279
7280 * gdb.texinfo (Packets): Mention that packets beginning with
7281 letters are reserved once, at the top, instead of actually listing
7282 them all and saying "reserved".
7283
7284 2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
7285
7286 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
7287 Change @var{$arg0 to @code{$arg0.
7288
7289 2005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
7290
7291 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
7292
7293 2005-11-12 Jim Blandy <jimb@redhat.com>
7294
7295 * gdb.texinfo (General Query Packets): Put packets in alphabetical
7296 order. Remove extraneous 'z'.
7297
7298 2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
7299
7300 * gdb.texinfo (Choosing files): Add --eval-command.
7301
7302 2005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
7303
7304 * gdb.texinfo (Choosing modes): Add --return-child-result.
7305
7306
7307 2005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
7308
7309 * gdb.texinfo (Choosing modes): Add --batch-silent.
7310
7311 2005-10-28 Eli Zaretskii <eliz@gnu.org>
7312
7313 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
7314 "The -var-update Command".
7315
7316 2005-10-03 Joel Brobecker <brobecker@adacore.com>
7317
7318 * gdb.texinfo (Print Settings): Add documentation for set/show
7319 print array-indexes.
7320
7321 2005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
7322
7323 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
7324 6.2 and 6.3.
7325
7326 2005-08-27 Eli Zaretskii <eliz@gnu.org>
7327
7328 * gdb.texinfo (File Options): Don't document --mapped, it's gone
7329 since 19-Jan-2004.
7330 (Files): Likewise.
7331 (Variables, Symbols): Document the "<incomplete type>" message and
7332 its reasons.
7333
7334 2005-08-01 Fred Fish <fnf@specifix.com>
7335
7336 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
7337
7338 2005-07-15 Nick Roberts <nickrob@snap.net.nz>
7339
7340 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
7341 option for -var-list-children and -var-update.
7342 (GDB/MI Stack Manipulation): Simplify description of
7343 print-values option for -stack-list-locals.
7344 (GDB/MI Command Description Format): Clarify.
7345 (Mode Options): Spelling of superseded.
7346
7347 2005-07-12 Bob Rossi <bob@brasko.net>
7348
7349 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
7350 corresponding GDB command comment.
7351
7352 2005-07-06 Bob Rossi <bob@brasko.net>
7353
7354 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
7355 and -inferior-tty-show.
7356 (Input/Output): Document "set/show inferior-tty" and tty alias.
7357
7358 2005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
7359
7360 * gdb.texinfo (Packets): Change description of 'D' packet to note
7361 that GDB does wait for a response.
7362
7363 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
7364
7365 * gdb.texinfo (History) Rename "Command History".
7366 (Command History): Move node "Server Prefix" from section on
7367 Annotations here.
7368
7369 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
7370
7371 * gdb.texinfo (GDB/MI Stack Manipulation):
7372 Re-instate -stack-info-frame with example. Say that it gets
7373 info on selected frame, not current frame.
7374
7375 2005-06-18 Eli Zaretskii <eliz@gnu.org>
7376
7377 * gdb.texinfo (Server): Clarify that `file' should be used before
7378 connecting to the server.
7379 (Files): Add an xref to the above description.
7380 (Output Formats): More detailed description of the `c' format.
7381 (Memory): List explicitly all the formats supported by `x'.
7382 (Threads): Add an @cindex entry for "thread apply".
7383 (Files): Document the possibility of loading unlinked object
7384 files. Add more indexing for solib-absolute-prefix and
7385 --with-sysroot.
7386 (Machine Code): Document possible problems with locations in
7387 shared libraries.
7388 (Backtrace): Document that free-standing environments do not need
7389 to have a `main' function.
7390
7391 2005-06-18 Nick Roberts <nickrob@snap.net.nz>
7392
7393 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
7394 -stack-info-frame.
7395
7396 2005-06-07 Andrew Cagney <cagney@gnu.org>
7397
7398 * gdb.texinfo (Contributors): Note the original multi-arch
7399 contributors.
7400
7401 2005-06-03 Eli Zaretskii <eliz@gnu.org>
7402
7403 * gdb.texinfo (Registers): Add index entries for the standard
7404 registers.
7405 (Frames): Add cross-reference from frame pointer description to
7406 the Registers node.
7407 (Annotations Overview): Fix the reference to GDB name.
7408
7409 2005-06-01 Eli Zaretskii <eliz@gnu.org>
7410
7411 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
7412 can-use-hw-watchpoints.
7413
7414 2005-05-28 Bob Rossi <bob@brasko.net>
7415
7416 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
7417 the possible reasons why an exec async record would be returned to FE.
7418
7419 2005-05-26 Andrew Cagney <cagney@gnu.org>
7420
7421 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
7422 Andrew Cagney implemented the original GDB/MI.
7423
7424 2005-05-23 Orjan Friberg <orjanf@axis.com>
7425
7426 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
7427 documentation. Add documentation for cris-mode.
7428
7429 2005-05-20 Eli Zaretskii <eliz@gnu.org>
7430
7431 * gdb.texinfo (Numbers): Explain the example and make the wording
7432 more acurate.
7433
7434 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
7435 Dennis Brueni <dennis@slickedit.com>
7436
7437 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
7438 (GDB/MI Data Manipulation, GDB/MI Program Control)
7439 (GDB/MI Stack Manipulation): Update examples to include the fullname
7440 attribute in stack frames.
7441
7442 2005-05-12 Eli Zaretskii <eliz@gnu.org>
7443
7444 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
7445 do with other non-standard names of init files.
7446
7447 2005-05-11 Eli Zaretskii <eliz@gnu.org>
7448
7449 * gdb.texinfo (Command Files): Move the description of the startup
7450 from here...
7451 (Startup): ...to this new subsection of the Invocation chapter.
7452 Rearrange the description of init files more logically and add a
7453 cross-reference to "Command Files". Document the special gdbinit
7454 name for CISCO 68k. Expand the description of what GDB does
7455 during startup.
7456 (History): Add index entry for HISTSIZE.
7457
7458 2005-05-02 Mark Kettenis <kettenis@gnu.org>
7459
7460 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
7461
7462 2005-05-02 Eli Zaretskii <eliz@gnu.org>
7463
7464 * gdb.texinfo (SVR4 Process Information, The isatty call)
7465 (The system call): Don't use foo(N) notation for man pages and
7466 functions.
7467 (Compilation, DJGPP Native): Improve wording.
7468
7469 2005-04-27 Eli Zaretskii <eliz@gnu.org>
7470
7471 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
7472 were optimized away.
7473
7474 2005-04-22 Eli Zaretskii <eliz@gnu.org>
7475
7476 * gdb.texinfo (Remote configuration): Document "set/show
7477 get-thread-local-storage-address". Add cross-reference to the
7478 description of the qGetTLSAddr packet.
7479 (General Query Packets): Mention "set remote
7480 get-thread-local-storage-address" and add a reference to its
7481 description.
7482
7483 2005-04-19 Nick Roberts <nickrob@snap.net.nz>
7484
7485 * gdb.texinfo (Backtrace): Describe 'bt full'.
7486
7487 2005-04-17 Nick Roberts <nickrob@snap.net.nz>
7488
7489 * gdb.texinfo (Mode Options): Fix typo.
7490 (GDB/MI): Describe how to invoke GDB/MI.
7491
7492 2005-04-16 Eli Zaretskii <eliz@gnu.org>
7493
7494 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
7495 references changed. Add description of "info udot".
7496 (Files): Document "set/show stop-on-solib-events".
7497 (M32R/D): Document "set/show download-path", "set/show
7498 board-address", "set/show server-address", "upload", "tload".
7499 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
7500 "use_mon_code", "use_ib_break", "use_dbt_break".
7501 (Maintenance Commands): Improve indexing.
7502 (Target Commands): Document "set/show hash", "set/show debug
7503 monitor".
7504 (SVR4 Process Information): Document "info pidlist" and "info
7505 meminfo". Document "set/show procfs-tarce" and "set/show
7506 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
7507 (Symbols, The Print Command with Objective-C): Improve indexing.
7508 (Objective-C): Add references to "info classes" and "info
7509 selectors".
7510 (Debugging Output): Improve wording. Document "set/show debug
7511 solib-frv". Fix "set/show debugvarobj".
7512 (Set Breaks): Add index entry for "hardware breakpoints".
7513 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
7514 and "set/show usehardbreakpoints".
7515 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
7516 monitor-prompt", "set/show monitor-warnings", "pmon".
7517 (ARM): Document "rdilogfile", "rdilogenable", "set/show
7518 rdiromatzero", "set/show rdiheartbeat".
7519 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
7520 "sds".
7521 (Embedded Processors): Document the "sim" command.
7522 (Remote): Document the "remote" command.
7523 (DJGPP Native): Document the "info serial" command.
7524 (Threads): Document "maint info sol-threads".
7525 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
7526 (Set Breaks): Improve indexing.
7527 (Command Syntax): Add a reference to dont-repeat.
7528 (Define): Document "dont-repeat".
7529 (TUI Commands): Document "tabset".
7530 (WinCE): New subsection. Document "set/show remotedirectory",
7531 "set/show remoteupload", "set/show remoteaddhost".
7532
7533 2005-04-15 Eli Zaretskii <eliz@gnu.org>
7534
7535 * gdb.texinfo (Hurd Native): New subsection, documents
7536 Hurd-specific commands.
7537 (Maintenance Commands): Add cross-reference to "Debugging Output".
7538 (Debugging Output): Document "set/show debug lin-lwp".
7539 (MIPS): Improve documentation of heuristic-fence-post. Document
7540 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
7541 mips stack-arg-size", "set/show mips mask-address", "set/show mips
7542 remote-mips64-transfers-32bit-regs", "set/show debug mips".
7543 (ARM): Document ARM-specific commands.
7544 (AVR): New section. Document "info io_registers".
7545 (CRIS): New section. Document "set/show cris-version" and
7546 "set/show cris-dwarf2-cfi".
7547 (HPPA): New section. Document "set/show debug hppa" and "maint
7548 print unwind".
7549 (Neutrino): New subsection. Document "set/show debug nto-debug".
7550 (Super-H): New section. Document the "regs" command.
7551 (Debugging Output): Document "set/show debug aix-thread".
7552
7553 2005-04-09 Eli Zaretskii <eliz@gnu.org>
7554
7555 * gdb.texinfo (Print Settings): Document "set/show print
7556 pascal_static-members", "set print repeats", "show print
7557 null-stop". Improve indexing. Fix documentation of "set print
7558 union".
7559 (Pascal): New section.
7560 (Supported languages): Rename from "Support"; all references
7561 updated. Add a menu item for Pascal.
7562 (Numbers): Document "set radix.
7563 (Screen Size): Document "set/show pagination".
7564 (MIPS Embedded): Remove "set processor" documentation.
7565 (Remote configuration): Document "set/show X/P/Z-packet",
7566 "set/show read-aux-vector-packet", "set/show remote
7567 symbol-lookup-packet", "set/show remote verbose-resume-packet",
7568 "set/show remoteaddresssize", "set/show remotebaud", "set/show
7569 remotedebug", "set/show remotebreak", "set/show remotedevice",
7570 "set/show remotelogfile".
7571 (Auxiliary Vector): Add reference to the description of the
7572 read-aux-vector-packet setting.
7573 (Set Watchpoints): Add a cross-reference to "set remote
7574 hardware-breakpoint-limit".
7575 (General Query Packets): Add indexing of requests and
7576 cross-references to related commands in "Remote configuration".
7577 (File-I/O Overview, The system call): Fix wording and typos.
7578 (Thread Stops): Add index entries.
7579 (Continuing and Stepping): Document "show step-mode".
7580 (i386): New node. Document "set/show struct-convention".
7581 (Files): Document "show trust-readonly-sections".
7582 (Calling): Document "set/show unwindonsignal".
7583 (Messages/Warnings): Add index entries.
7584 (Maintenance Commands): Document "set/show watchdog".
7585 (Annotations Overview): Document "show annotate".
7586 (Set Watchpoints): Add index entries.
7587 (Symbols): Fix doc of case-sensitive.
7588 (ABI): Document "show coerce-float-to-double".
7589 (Convenience Vars, Help): Improve indexing.
7590 (Machine Code): Document "show disassembly-flavor".
7591 (Debugging C plus plus): Document "show overload-resolution".
7592 (Value History, Signaling): Add index entries.
7593
7594 2005-04-08 Eli Zaretskii <eliz@gnu.org>
7595
7596 * gdb.texinfo (Show): Move @kindex entries to their proper places.
7597 (Processes): Fix wording.
7598 (History, List, Logging output, Define, Symbols, Print Settings):
7599 Improve indexing.
7600
7601 2005-04-03 Eli Zaretskii <eliz@gnu.org>
7602
7603 * gdb.texinfo (Targets): Document "set/show architecture". Remove
7604 redundant index entry for "target" command.
7605 (Backtrace): Add index entries.
7606 (Symbols, Fortran): Document the "set case-sensitive" command.
7607 (DJGPP Native): Document "set com1base", "set com1irq", etc.
7608 (Print Settings): Add index entry for "set demangle-style".
7609 (Target Commands): Document "set download-write-size".
7610 (Debugging Output): Document "set exec-done-display".
7611
7612 2005-04-02 Eli Zaretskii <eliz@gnu.org>
7613
7614 * gdb.texinfo (Files): Fix the name and documentation of
7615 add-shared-symbol-files. Document its alias assf. Update the
7616 list of OSs where GDB supports shared libraries. Fix markup.
7617 (Continuing and Stepping): Add reference to @var{location} in the
7618 text.
7619 (Dump/Restore Files): Fix reference to @{filename}.
7620 (Help): Fix wording.
7621 (Attach): Ditto.
7622 (Set Watchpoints): Ditto.
7623 (Backtrace): Remove redundant index entries. Improve index
7624 entries.
7625 (Delete Breaks): Fix wording.
7626 (Memory): Document the compare-sections command.
7627 (Memory Region Attributes): Improve wording.
7628 (Disabling): Improve wording.
7629 (Fortran): New subsection. Document the "info common" command.
7630 (Help): Document aliases "info copying" and "info warranty".
7631 (Caching Remote Data): New section. Document the "set/show
7632 remotecache" and "info dcache" commands.
7633 (Show): Fix wording of the documentation of the "set
7634 extension-language" command.
7635 (Signals): Add index entry for "info handle".
7636 (Memory Region Attributes): Fix punctuation.
7637 (Symbols): Change the arg name to "location" and refer to it in
7638 the text. Fix wording of "info types" doc.
7639 (Threads): Fix usage of @enumerate @item's.
7640 (Listing Tracepoints): Add index entry for "info tp".
7641 (Set Watchpoints): Add xref to "info break" description.
7642 (Macros): Add an index entry for "macro exp1". Document the
7643 "macro list" command.
7644 (Maintenance Commands): Document "flushregs", "maint agent",
7645 "maint check-symtabs", "maint cplus", "maint demangle", "maint
7646 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
7647 "maint print architecture", "maint print objfiles", "maint print
7648 statistics", "maint print type", "maint show-debug-regs", "maint
7649 space", "maint time", and "maint translate-address".
7650 (Connecting): Document the "monitor" command.
7651 (Annotations Overview): Describe the "set annotate" command.
7652
7653 2005-04-01 Eli Zaretskii <eliz@gnu.org>
7654
7655 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
7656 Rearrange index entries and improve wording about support for
7657 hardware watchpoints.
7658
7659 2005-03-10 Bob Rossi <bob@brasko.net>
7660
7661 * gdb.texinfo: Update copyright
7662
7663 2005-02-09 Theodore A. Roth <troth@openavr.org>
7664
7665 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
7666 error.
7667
7668 2005-02-03 Kevin Buettner <kevinb@redhat.com>
7669
7670 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
7671
7672 2005-01-17 Michael Snyder <msnyder@redhat.com>
7673
7674 * gdb.texinfo: Fix spelling, infinte -> infinite.
7675
7676 2005-01-08 Mark Kettenis <kettenis@gnu.org>
7677
7678 * observer.texi (GDB Observers): Document "solib_loaded".
7679
7680 2005-01-07 Andrew Cagney <cagney@gnu.org>
7681
7682 * configure.ac: Rename configure.in, require autoconf 2.59.
7683 * configure: Re-generate.
7684
7685 * configure.in: Replace configdirs with multiple references to
7686 AC_CONFIG_SUBDIRS.
7687 * configure: Re-generate.
7688
7689 2005-01-04 Andrew Cagney <cagney@gnu.org>
7690
7691 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
7692 part of the version number.
7693
7694 2004-12-24 Mark Kettenis <kettenis@gnu.org>
7695
7696 * gdbint.texinfo (Algorithms): Remove description of
7697 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
7698
7699 2004-12-07 Jim Blandy <jimb@redhat.com>
7700
7701 * gdb.texinfo (General Query Packets): Specify that thread ID's in
7702 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
7703 numbers.
7704
7705 2004-12-07 Andreas Schwab <schwab@suse.de>
7706
7707 * gdb.texinfo (Mode Options): Document -l option.
7708
7709 2004-12-04 Eli Zaretskii <eliz@gnu.org>
7710
7711 * gdbint.texinfo (Algorithms): More accurate description of
7712 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
7713 is not needed unless data-read and data-access watchpoints are
7714 supported. Add a description of how GDB checks whether the
7715 inferior stopped because a watchpoint was hit.
7716
7717 2004-11-23 Eli Zaretskii <eliz@gnu.org>
7718
7719 * gdb.texinfo (Files): Add cross-reference to description of
7720 -readnow command-line switch.
7721
7722 2004-11-10 Randolph Chung <tausq@debian.org>
7723
7724 * gdb.texinfo: Document set/show backtrace past-entry commands.
7725 Rearrange index entries for set/show backtrace past-main.
7726
7727 2004-11-10 Jon Beniston <jon@beniston.com>
7728
7729 Committed by Andrew Cagney <cagney@gnu.org>.
7730 * gdb.texinfo (Remote Serial Protocol): Further describe
7731 binary transfer escaping mechanism .
7732
7733 2004-11-08 Randolph Chung <tausq@debian.org>
7734
7735 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
7736 and "show debug infrun". Add index entries.
7737
7738 2004-10-23 Eli Zaretskii <eliz@gnu.org>
7739
7740 * gdb.texinfo (SVR4 Process Information): Document subcommands of
7741 "info proc" that are already implemented. Add index entries.
7742 (Working Directory): Add a cross-reference to "info proc" command.
7743 (Files): Add a tip for decreasing memory used for symtabs from
7744 shared libraries.
7745 (Starting): Fix whitespace; make "elaboration" stand out where it
7746 is first used, and add an index entry for the term.
7747 (Calling): Expand and elaborate text. Add "print". Add the
7748 description of problems with weak aliases.
7749 (Core File Generation): New section.
7750
7751 2004-10-12 Andrew Cagney <cagney@gnu.org>
7752
7753 * gdbint.texinfo (Versions and Branches): New chapter.
7754 (Releasing GDB): Delete "Versions and Branches" section.
7755 (Top): Add "Versions and Branches".
7756
7757 2004-10-08 Eli Zaretskii <eliz@gnu.org>
7758
7759 * gdb.texinfo (Editing, History): Add cross-references to the
7760 included Readline and History user documentation. Remove
7761 references to the symbol have-readline-appendices which is unused
7762 and undefined.
7763 (History): Fix indexing.
7764
7765 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
7766
7767 * gdbint.texinfo (target_stopped_data_address): Update to
7768 new prototype.
7769 (i386_stopped_data_address): Update prototype and description.
7770 (i386_stopped_by_watchpoint): New function and description.
7771
7772 2004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
7773
7774 * gdb.texinfo (Filenames): Add Ada suffixes.
7775 (Ada) New section.
7776
7777 2004-09-27 Andrew Cagney <cagney@gnu.org>
7778 Robert Picco <Robert.Picco@hp.com>
7779
7780 * gdb.texinfo (Packets): Document the "p" packet.
7781
7782 2004-09-21 Jason Molenda (jmolenda@apple.com)
7783
7784 * gdb.texinfo (Paths and Names of the Source Files): Document the
7785 meaning of values in the 'desc' field of a SO stab.
7786
7787 2004-09-20 Daniel Jacobowitz <dan@debian.org>
7788
7789 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
7790 max-cache-age" and "maint show dwarf2 max-cache-age".
7791
7792 2004-09-16 Eli Zaretskii <eliz@gnu.org>
7793
7794 * gdb.texinfo (Set Breaks): Add index entry for setting
7795 breakpoints on overloaded C++ functions that are not members of
7796 any classes. Add an example and an index entry for setting
7797 breakpoints on all program functions.
7798 (Character Sets, Macros, Overlay Commands)
7799 (Non-debug DLL symbols, GDB/MI Output Syntax)
7800 (Annotations Overview, Maintenance Commands, File-I/O Overview):
7801 Use "(@value{GDBP})" instead of a literal "(gdb)".
7802
7803 2004-09-12 Andrew Cagney <cagney@gnu.org>
7804
7805 * gdbint.texinfo (Native Debugging): Delete description of
7806 FILES_INFO_HOOK.
7807
7808 2004-09-11 Paul Hilfinger <hilfinger@gnat.com>
7809
7810 * gdbint.texinfo (User Interface): Change local_hex_string_custom
7811 to hex_string_custom (not historically correct, but more
7812 understandable, given the current code).
7813
7814 2004-09-03 Andrew Cagney <cagney@gnu.org>
7815
7816 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
7817
7818 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
7819
7820 * observer.texi (solib_unloaded): New observer.
7821
7822 2004-08-24 Andrew Cagney <cagney@gnu.org>
7823
7824 * gdbint.texinfo (Target Architecture Definition): Add missing
7825 comma.
7826
7827 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
7828
7829 * (Using the Testsuite): build != host is supported,
7830 but some test scripts do not support build != host.
7831
7832 2004-08-14 Mark Kettenis <kettenis@gnu.org>
7833
7834 * gdbint.texinfo (Host Definition): Delete description of
7835 FCLOSE_PROVIDED and GETENV_PROVIDED.
7836
7837 2004-08-05 Mark Kettenis <kettenis@chello.nl>
7838
7839 * gdbint.texinfo (Host Definition): Delete description of
7840 NO_SYS_FILE.
7841 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
7842 PTRACE_FP_BUG.
7843
7844 2004-08-05 Andrew Cagney <cagney@gnu.org>
7845
7846 * gdbint.texinfo (Target Architecture Definition): Delete
7847 reference to deprecated_read_fp.
7848
7849 2004-08-02 Andrew Cagney <cagney@gnu.org>
7850
7851 * gdbint.texinfo (Target Architecture Definition): Delete
7852 description of DEPRECATED_REGISTER_BYTES.
7853
7854 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
7855
7856 * gdb.texinfo (Source Path): Document the new behavior of
7857 searching for the source files.
7858
7859 2004-07-17 Eli Zaretskii <eliz@gnu.org>
7860
7861 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
7862 (Search, Expressions, Arrays, Variables, Data, Machine Code)
7863 (Auto Display): Improve indexing.
7864
7865 2004-07-16 Andrew Cagney <cagney@gnu.org>
7866
7867 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
7868 "-noasync".
7869
7870 2004-07-09 Eli Zaretskii <eliz@gnu.org>
7871
7872 * gdb.texinfo: Fix @kindex entries so that multiple commands that
7873 have the same prefix have only their prefix in the index.
7874
7875 2004-07-03 Mark Kettenis <kettenis@gnu.org>
7876
7877 * gdb.texinfo (BSD libkvm Interface): New node (section)
7878 (Native): Add it to the menu.
7879
7880 2004-07-01 Mark Kettenis <kettenis@gnu.org>
7881
7882 * gdbint.texinfo (Target Architecture Definition): Remove
7883 PCC_SOL_BROKEN.
7884
7885 2004-06-24 Mark Kettenis <kettenis@gnu.org>
7886
7887 * gdbint.texinfo (Target Architecture Definition): Remove
7888 SUN_FIXED_LBRAC_BUG.
7889
7890 2004-06-26 Andrew Cagney <cagney@gnu.org>
7891
7892 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
7893
7894 2004-06-20 Andrew Cagney <cagney@gnu.org>
7895
7896 * gdbint.texinfo (Target Architecture Definition): Deprecate
7897 USE_STRUCT_CONVENTION.
7898
7899 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
7900
7901 gdb.texinfo (Bug Reporting): Mention session recording,
7902 with the script command or Emacs.
7903
7904 2004-06-18 Andrew Cagney <cagney@gnu.org>
7905
7906 * gdbint.texinfo (Target Architecture Definition): Deprecate
7907 FUNCTION_START_OFFSET.
7908
7909 2004-06-14 Andrew Cagney <cagney@gnu.org>
7910
7911 Based on changes from Karl Berry.
7912 * gdb.texinfo: Do not use @sc in a direntry.
7913 * stabs.texinfo: Change @dircateogry to "Software development".
7914 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
7915
7916 2004-06-13 Andrew Cagney <cagney@gnu.org>
7917
7918 * gdbint.texinfo (Target Architecture Definition): Delete
7919 description of RETURN_VALUE_ON_STACK.
7920
7921 2004-06-09 Andrew Cagney <cagney@gnu.org>
7922
7923 * gdbint.texinfo (Native Debugging): Restore "@table @code"
7924 deleted by previous patch.
7925
7926 2004-06-08 Andrew Cagney <cagney@gnu.org>
7927
7928 * gdbint.texinfo (Native Debugging): Delete documentation on
7929 ATTACH_DETACH.
7930
7931 2004-06-06 Randolph Chung <tausq@debian.org>
7932
7933 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
7934
7935 2004-06-06 Randolph Chung <tausq@debian.org>
7936
7937 * gdb.texinfo (push_dummy_call): Update argument list to match
7938 the new push_dummy_call method signature. Describe the function
7939 argument.
7940
7941 2004-05-24 Joel Brobecker <brobecker@gnat.com>
7942
7943 * gdb.texinfo (Starting): Document new start command.
7944
7945 2004-05-21 Andrew Cagney <cagney@redhat.com>
7946
7947 * observer.texi (GDB Observers): Document "inferior_created".
7948
7949 2004-05-08 Andrew Cagney <cagney@redhat.com>
7950
7951 * gdbint.texinfo (Target Architecture Definition): Delete
7952 description of DO_DEFERRED_STORES.
7953
7954 * gdbint.texinfo (Target Architecture Definition): Delete
7955 references to DEPRECATED_FIX_CALL_DUMMY.
7956
7957 * gdbint.texinfo (Target Architecture Definition): Delete
7958 description of DEPRECATED_CALL_DUMMY_WORDS,
7959 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
7960
7961 * gdbint.texinfo (Target Architecture Definition): Delete
7962 description of DEPRECATED_PUSH_DUMMY_FRAME.
7963
7964 * gdbint.texinfo (Target Architecture Definition): Delete
7965 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
7966
7967 2004-05-07 Andrew Cagney <cagney@redhat.com>
7968
7969 * observer.texi (GDB Observers): Add "Debugging" section. Include
7970 cross reference to "set/show debug observer".
7971 * gdb.texinfo (Debugging Output): Document "set/show debug
7972 observer".
7973
7974 2004-05-01 Andrew Cagney <cagney@redhat.com>
7975
7976 * gdbint.texinfo (Target Architecture Definition): Delete
7977 description of DEPRECATED_PC_IN_SIGTRAMP.
7978
7979 2004-04-30 Andrew Cagney <cagney@redhat.com>
7980
7981 * gdbint.texinfo (Target Architecture Definition): Delete
7982 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
7983
7984 2004-04-30 Orjan Friberg <orjanf@axis.com>
7985
7986 * observer.texi (GDB Observers): Correct spelling.
7987
7988 2004-04-26 Orjan Friberg <orjanf@axis.com>
7989
7990 * observer.texi (GDB Observers): Add target_changed event.
7991
7992 2004-04-08 Andrew Cagney <cagney@redhat.com>
7993
7994 * observer.texi (GDB Observers): Rework, provide generic observer
7995 definitions and then a list of observable events.
7996
7997 2004-04-04 Andrew Cagney <cagney@redhat.com>
7998
7999 * gdbint.texinfo (Host Definition): Delete reference to
8000 NO_SIGINTERRUPT.
8001
8002 2004-04-02 Andrew Cagney <cagney@redhat.com>
8003
8004 * gdbint.texinfo (Target Architecture Definition): Delete
8005 reference to DEPRECATED_CALL_DUMMY_LENGTH.
8006
8007 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
8008
8009 * gdb.texinfo (TUI Commands): Document tui reg commands.
8010
8011 2004-03-26 Andrew Cagney <cagney@redhat.com>
8012
8013 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
8014 "gdbtui".
8015 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
8016 (Contributors): Mention both Text and Terminal User Interface.
8017
8018 2004-03-23 Andrew Cagney <cagney@redhat.com>
8019
8020 * gdbint.texinfo (Target Architecture Definition): Deprecate
8021 references to SIGTRAMP_START and SIGTRAMP_END.
8022
8023 2004-03-23 Andrew Cagney <cagney@redhat.com>
8024
8025 * gdbint.texinfo (Target Architecture Definition): Deprecate
8026 references to PC_IN_SIGTRAMP.
8027
8028 2004-03-19 Andrew Cagney <cagney@redhat.com>
8029
8030 * gdbint.texinfo (Target Architecture Definition): Delete
8031 reference to GDB_TARGET_IS_HPPA.
8032
8033 2004-03-18 Andrew Cagney <cagney@redhat.com>
8034
8035 * gdbint.texinfo (Coding): Update section on gdbarch_data,
8036 describe pre_init and post_init.
8037
8038 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8039
8040 * gdb.texinfo (Debugging Output): Document values for "set debug
8041 target".
8042
8043 2004-02-28 Andrew Cagney <cagney@redhat.com>
8044
8045 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
8046
8047 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8048
8049 * gdb.texinfo (breakpoints): Add information about the
8050 new "set breakpoint pending" and "show breakpoint pending"
8051 commands.
8052
8053 2004-02-26 Andrew Cagney <cagney@redhat.com>
8054
8055 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
8056 in Per-architecture module data section.
8057
8058 2004-02-25 Roland McGrath <roland@redhat.com>
8059
8060 * gdb.texinfo (General Query Packets): Document qPart:... packets.
8061
8062 2004-02-24 Andrew Cagney <cagney@redhat.com>
8063
8064 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
8065 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
8066 * fdl.texi: Import Version 1.2, November 2002.
8067
8068 2004-02-17 Andrew Cagney <cagney@redhat.com>
8069
8070 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
8071
8072 2004-02-16 Andrew Cagney <cagney@redhat.com>
8073
8074 * gdbint.texinfo (Target Architecture Definition): Deprecate
8075 FRAMELESS_FUNCTION_INVOCATION.
8076
8077 2004-02-16 Andrew Cagney <cagney@redhat.com>
8078
8079 * gdbint.texinfo (Coding): Mention -Wunused-function.
8080
8081 2004-02-14 Andrew Cagney <cagney@redhat.com>
8082
8083 * gdbint.texinfo (Target Architecture Definition): Delete
8084 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8085
8086 2004-02-12 Elena Zannoni <ezannoni@redhat.com>
8087
8088 * gdb.texinfo: Properly quote the name "C++".
8089 * gdbint.texinfo: Ditto.
8090 * stabs.texinfo: Ditto.
8091
8092 2004-02-11 Elena Zannoni <ezannoni@redhat.com>
8093
8094 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
8095 minimal information about libiberty.
8096
8097 2004-02-06 Michael Chastain <mec.gnu@mindspring.com>
8098
8099 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
8100
8101 2004-02-04 Roland McGrath <roland@redhat.com>
8102
8103 * gdb.texinfo (Auxiliary Vector): New node (section).
8104 (Data): Add it to the menu.
8105
8106 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
8107
8108 * gdb.texinfo (Breakpoints): Add information about pending
8109 breakpoint support.
8110
8111 2004-01-26 Andrew Cagney <cagney@redhat.com>
8112
8113 * gdb.texinfo (Overview): Delete references to the cisco protocol
8114 including the "N" response.
8115
8116 2004-01-26 Andrew Cagney <cagney@redhat.com>
8117
8118 * gdbint.texinfo (Target Architecture Definition): Rename
8119 EXTRACT_STRUCT_VALUE_ADDRESS to
8120 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
8121
8122 2004-01-24 Eli Zaretskii <eliz@gnu.org>
8123
8124 * gdb.texinfo (KOD): Document "show os". Add index entries for
8125 "set/show os" and "info cisco" commands.
8126
8127 2004-01-21 Eli Zaretskii <eliz@gnu.org>
8128
8129 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
8130
8131 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
8132
8133 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
8134 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
8135
8136 2004-01-19 Nick Roberts <nick@nick.uklinux.net>
8137
8138 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
8139 -stack-list-locals.
8140 (GDB/MI Variable Objects): Describe extension to
8141 -var-list-children.
8142
8143 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
8144
8145 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
8146
8147 2004-01-17 Andrew Cagney <cagney@redhat.com>
8148
8149 * gdbint.texinfo (Target Architecture Definition): Delete
8150 documentation on DEPRECATED_NPC_REGNUM.
8151
8152 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
8153
8154 * gdb.texinfo: Update copyright year. Mention that set
8155 follow-fork-mode is supported on GNU/Linux. Remove documentation of
8156 "set follow-fork-mode ask".
8157
8158 2004-01-13 Andrew Cagney <cagney@redhat.com>
8159
8160 * gdbint.texinfo: Update copyright year.
8161 (Coding): Add -Wunused-label to list of -Werror warnings.
8162
8163 2004-01-08 Jason Molenda <jmolenda@apple.com>
8164 Eli Zaretskii <eliz@gnu.org>
8165
8166 * gdb.texinfo: Update copyright.
8167 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
8168 around names, as appropriate. Minor syntax cleanup of
8169 _NSPrintForDebugger explanation. Two spaces after periods.
8170 GDBN used instead of lit. "gdb". Index entries added for
8171 print-object and _NSPrintForDebugger. @noindent added in one spot.
8172
8173 2003-11-11 Elena Zannoni <ezannoni@redhat.com>
8174
8175 * stabs.texinfo: Add dircategory and direntry commands.
8176 * annotate.texinfo: Ditto.
8177
8178 2003-11-10 Andrew Cagney <cagney@redhat.com>
8179
8180 * gdbint.texinfo (Target Architecture Definition): Replace the
8181 return_value method's "inval" and "outval" parameters with
8182 "readbuf" and "writebuf".
8183
8184 2003-10-28 Jim Blandy <jimb@redhat.com>
8185
8186 * gdb.texinfo (The F request packet, The F reply packet): Renamed
8187 from "The `F' request packet" and "The `F' reply packet", to make
8188 texi2dvi happy.
8189 (File-I/O remote protocol extension): Update menu entries, too.
8190
8191 2003-10-26 Michael Chastain <mec@shout.net>
8192
8193 * gdb.texinfo (Thread Stops): Document the issue with
8194 premature return from system calls in multi-threaded programs.
8195
8196 2003-10-24 Andrew Cagney <cagney@redhat.com>
8197
8198 * annotate.texinfo: Fix "fortunatly"[sic].
8199
8200 2003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
8201
8202 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
8203 with "Hitachi" and "Mitsubishi".
8204
8205 2003-10-20 Andrew Cagney <cagney@redhat.com>
8206
8207 * gdbint.texinfo (Target Architecture Definition): Document
8208 gdbarch_return_value. Add cross references from
8209 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
8210 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
8211
8212 2003-10-18 Mark Kettenis <kettenis@gnu.org>
8213
8214 * gdbint.texinfo (Target Architecture Definition): Document
8215 regset_from_core_section.
8216
8217 2003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
8218
8219 * gdb.texinfo (M32R/D): Mention m32rsdi target.
8220
8221 2003-10-15 Kevin Buettner <kevinb@redhat.com>
8222
8223 From Anthony Green <green@redhat.com>:
8224 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
8225
8226 2003-10-14 Kevin Buettner <kevinb@redhat.com>
8227
8228 * gdb.texinfo (Breakpoint related warnings): New node.
8229 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
8230
8231 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
8232
8233 * gdb.texinfo (Remote Protocol): Document v and vCont.
8234
8235 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8236
8237 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
8238 * gdbint.texinfo: Ditto.
8239
8240 2003-10-09 Andrew Cagney <cagney@redhat.com>
8241
8242 From 2003-09-18 David Anderson <davea@sgi.com>:
8243 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
8244 "command".
8245
8246 2003-10-03 Andrew Cagney <cagney@redhat.com>
8247
8248 * gdbint.texinfo (Target Architecture Definition): Deprecate
8249 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
8250 just target.
8251
8252 2003-10-02 Andrew Cagney <cagney@redhat.com>
8253
8254 * gdbint.texinfo (Target Architecture Definition): Rename
8255 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
8256 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
8257 * gdbint.texinfo (Target Architecture Definition): Rename
8258
8259 2003-09-30 Andrew Cagney <cagney@redhat.com>
8260
8261 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
8262 (Target Architecture Definition):
8263
8264 * gdbint.texinfo (Target Architecture Definition): Rename
8265 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
8266
8267 2003-09-29 Andrew Cagney <cagney@redhat.com>
8268
8269 * gdbint.texinfo (Target Architecture Definition): Delete
8270 documentation for NEED_TEXT_START_END.
8271
8272 * gdbint.texinfo (Target Architecture Definition): Rename
8273 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
8274 TARGET_WRITE_PC.
8275
8276 2003-09-22 Michael Chastain <mec@shout.net>
8277
8278 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
8279
8280 2003-09-21 Anthony Green <green@redhat.com>
8281
8282 * gdbint.texinfo (Target Architecture Definition): Fix typos.
8283
8284 2003-09-21 Mark Kettenis <kettenis@gnu.org>
8285
8286 * gdbint.texinfo (Target Architecture Definition): Document
8287 stabs_argument_has_addr.
8288
8289 2003-09-18 Andrew Cagney <cagney@redhat.com>
8290
8291 * gdbint.texinfo (Target Architecture Definition): Delete
8292 documentation on REGISTER_NAMES.
8293
8294 2003-09-13 Mark Kettenis <kettenis@gnu.org>
8295
8296 * gdbint.texinfo (Target Architecture Definition): Replace
8297 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
8298
8299 2003-09-11 Andrew Cagney <cagney@redhat.com>
8300
8301 * gdbint.texinfo (Target Architecture Definition): Replace
8302 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
8303
8304 2003-08-18 Andrew Cagney <cagney@redhat.com>
8305
8306 * gdbint.texinfo (Target Architecture Definition): Document
8307 "frame_red_zone_size".
8308
8309 2003-08-09 Andrew Cagney <cagney@redhat.com>
8310
8311 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
8312 with "set/show backtrace past-main" and "set/show backtrace
8313 limit".
8314
8315 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
8316
8317 * Makefile.in (install-info): Support DESTDIR.
8318 (install-html): Likewise.
8319
8320 2003-08-07 Andrew Cagney <cagney@redhat.com>
8321
8322 Patch from Nick Roberts.
8323 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
8324 bindings. Remove description of send-gdb-command.
8325
8326 2003-08-07 Andrew Cagney <cagney@redhat.com>
8327
8328 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
8329 GDB 6.0.
8330
8331 2003-08-06 Andrew Cagney <cagney@redhat.com>
8332
8333 * gdb.texinfo (Mode Options): Mention that level three is the
8334 highest available and that level 2 is deprecated.
8335 (Annotations Overview): Mention annotation levels. Cross reference
8336 to "Limitations of the Annotation Interface" in annotate.texi.
8337 (TODO, Value Annotations, Frame Annotations): Delete section.
8338 (Displays, Breakpoint Info): Delete.
8339
8340 2003-08-04 Andrew Cagney <cagney@redhat.com>
8341
8342 * agentexpr.texi: Delete @bye.
8343 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
8344 (stabs.info): Add $(srcdir) to include search path.
8345 (html): Depend on "annotate_toc.html", and not "annotate.html".
8346 * stabs.texinfo: Ditto. Include "fdl.texi".
8347 * gdbint.texinfo: Update copyright statement's list of invariant
8348 sections.
8349
8350 2003-07-28 Andrew Cagney <cagney@redhat.com>
8351
8352 * Makefile.in (INFO_DEPS): Add annotate.info.
8353 (dvi, ps, html, pdf): Add annotate.
8354 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
8355 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
8356 (ANNOTATE_DOC_FILES): New macro.
8357 (ANNOTATE_TEX_TMPS): New macro.
8358 (annotate.info, annotate_toc.html): Specify dependencies.
8359 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
8360 * annotate.texinfo: Rename annotate.texi. Get building. Add
8361 "Migrating to GDB/MI" and "Limitations of the Annotation
8362 Interface" chapters. Mention why it is not part of the user
8363 guide. Update copyright notice. Include "fdl.texi".
8364
8365 2003-07-26 Stephane Carrez <stcarrez@nerim.fr>
8366
8367 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
8368
8369 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
8370
8371 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
8372
8373 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
8374
8375 * gdb.texinfo (Server): Mention pidof.
8376
8377 2003-07-22 Andrew Cagney <cagney@redhat.com>
8378
8379 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
8380 list.
8381
8382 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
8383
8384 * gdb.texinfo (Logging output): New chapter.
8385
8386 2003-06-24 Joel Brobecker <brobecker@gnat.com>
8387
8388 * gdb.texinfo (Unsupported languages): New section.
8389 (Languages): Add link to new section.
8390
8391 2003-06-22 Andrew Cagney <cagney@redhat.com>
8392
8393 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
8394
8395 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
8396
8397 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
8398
8399 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
8400
8401 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
8402 * agentexpr.texi: Retitle section, and change it to an appendix.
8403 Comment out texinfo initialization. Factor a @var{} into two
8404 pieces to prevent makeinfo warnings.
8405 * gdb.texinfo: Add Agent Expressions appendix.
8406
8407 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
8408
8409 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
8410
8411 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
8412
8413 * gdb.texinfo (Remote Debugging): New section "Connecting to a
8414 remote target". Document the "detach" and "disconnect" commands.
8415 (Server, Netware, Debug Session): Reference "Connecting to a
8416 remote target".
8417 (GDB/MI Target Manipulation): Document "-target-disconnect".
8418
8419 2003-06-13 Andrew Cagney <cagney@redhat.com>
8420
8421 * gdbint.texinfo (Target Architecture Definition): Deprecate
8422 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
8423 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
8424
8425 2003-06-09 Jim Blandy <jimb@redhat.com>
8426
8427 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
8428
8429 2003-06-08 Andrew Cagney <cagney@redhat.com>
8430
8431 * gdbint.texinfo (Target Architecture Definition): Delete
8432 documentation on FRAME_ARGS_ADDRESS_CORRECT.
8433
8434 2003-06-08 Andrew Cagney <cagney@redhat.com>
8435
8436 * gdbint.texinfo (Target Architecture Definition): Document
8437 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
8438
8439 2003-06-07 Adam Fedor <fedor@gnu.org>
8440
8441 * gdb.texinfo: Add Objective-C documentation.
8442
8443 2003-06-01 Andrew Cagney <cagney@redhat.com>
8444
8445 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
8446 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
8447
8448 2003-05-21 Andrew Cagney <cagney@redhat.com>
8449
8450 * gdbint.texinfo (Target Architecture Definition): Delete
8451 references to "extract_address" and "store_address".
8452
8453 2003-05-16 Andrew Cagney <cagney@redhat.com>
8454
8455 * gdbint.texinfo (Target Architecture Definition): Replace
8456 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
8457 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
8458
8459 2003-05-14 Theodore A. Roth <troth@openavr.org>
8460
8461 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
8462
8463 2003-05-10 H.J. Lu <hongjiu.lu@intel.com>
8464
8465 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
8466 (gdb.dvi): Likewise.
8467 (gdb.pdf): Likewise.
8468 (links2roff): Likewise.
8469
8470 2003-05-08 Jim Blandy <jimb@redhat.com>
8471
8472 * gdb.texinfo (Dump/Restore Files): Update documentation for
8473 'dump', 'append', and 'restore': note that format argument is
8474 optional; simplify presentation of the command variants; and be
8475 more precise about the formats.
8476
8477 2003-05-07 Jim Blandy <jimb@redhat.com>
8478
8479 * gdb.texinfo (Symbols): Update documentation: 'maint list
8480 symtabs' and 'maint list psymtabs' have been renamed 'maint info
8481 symtabs' and 'maint info psymtabs'.
8482
8483 2003-05-05 Andrew Cagney <cagney@redhat.com>
8484
8485 * gdbint.texinfo (Target Architecture Definition): Make
8486 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
8487 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
8488 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
8489
8490 2003-05-04 Andrew Cagney <cagney@redhat.com>
8491
8492 * gdb.texinfo (Maintenance Commands): Document "maint print
8493 dummy-frames".
8494
8495 2003-05-04 Andrew Cagney <cagney@redhat.com>
8496
8497 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
8498
8499 2003-05-03 J. Brobecker <brobecker@gnat.com>
8500
8501 Thierry Schneider <tpschneider1@yahoo.com>
8502 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
8503 for new MI command.
8504
8505 2003-05-03 Andrew Cagney <cagney@redhat.com>
8506
8507 * gdbint.texinfo (Target Architecture Definition): Document
8508 push_dummy_code. Add cross references.
8509
8510 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
8511
8512 * gdb.texinfo (Character Sets): Update to reflect new behavior of
8513 set/show charsets commands.
8514
8515 2003-04-28 Andrew Cagney <cagney@redhat.com>
8516
8517 * gdbint.texinfo (Target Architecture Definition): Replace
8518 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
8519 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
8520
8521 2003-04-28 Andrew Cagney <cagney@redhat.com>
8522
8523 * gdbint.texinfo (Target Architecture Definition): Rename
8524 "tm_print_insn" to "deprecated_tm_print_insn".
8525
8526 2003-04-09 Jim Blandy <jimb@redhat.com>
8527
8528 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
8529 list psymtabs'.
8530
8531 2003-04-08 Andrew Cagney <cagney@redhat.com>
8532
8533 * gdbint.texinfo (Target Architecture Definition): Delete
8534 references to EXTRA_FRAME_INFO.
8535
8536 2003-04-08 Andrew Cagney <cagney@redhat.com>
8537
8538 * gdbint.texinfo (Target Architecture Definition): Delete
8539 PRINT_TYPELESS_INTEGER.
8540
8541 2003-04-02 J. Brobecker <brobecker@gnat.com>
8542
8543 * observer.texi (GDB Observers): Adjust the documentation for the
8544 normal_stop notification to better describe reality. Fix a couple
8545 of minor typos.
8546
8547 2003-04-02 Bob Rossi <bob_rossi@cox.net>
8548
8549 * gdb.texinfo (GDB/MI Program Control): Add
8550 '-file-list-exec-source-file'
8551
8552 2003-03-31 Andrew Cagney <cagney@redhat.com>
8553
8554 * gdbint.texinfo (Target Architecture Definition): Delete
8555 references to CALL_DUMMY_P.
8556
8557 2003-03-30 Andrew Cagney <cagney@redhat.com>
8558
8559 * gdbint.texinfo (Target Architecture Definition): Remove
8560 reference to TARGET_WRITE_SP.
8561
8562 2003-03-27 Andrew Cagney <cagney@redhat.com>
8563
8564 * gdbint.texinfo (Target Architecture Definition): Remove
8565 references to write_sp.
8566
8567 2003-03-27 Andrew Cagney <cagney@redhat.com>
8568
8569 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
8570 chapter body. Use @smallexample instead of @example.
8571 (Annotations): Ditto.
8572 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
8573 annotate.texi.
8574
8575 2003-03-26 Andrew Cagney <cagney@redhat.com>
8576
8577 * gdbint.texinfo (Target Architecture Definition): Replace
8578 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
8579 dummy_addr parameters.
8580
8581 2003-03-25 Andrew Cagney <cagney@redhat.com>
8582
8583 * gdbint.texinfo (Target Architecture Definition): Delete
8584 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
8585 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8586 Add reference to PUSH_ARGUMENTS.
8587
8588 2003-03-23 Andrew Cagney <cagney@redhat.com>
8589
8590 * gdbint.texinfo (Algorithms, Target Architecture Definition):
8591 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
8592
8593 2003-03-18 J. Brobecker <brobecker@gnat.com>
8594
8595 * gdbint.texinfo (Algorithms): Add new section describing the
8596 Observer paradigm.
8597 (Top): Add menu entry to new observer appendix.
8598 * observer.texi: New file.
8599 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
8600 new observer.texi file.
8601
8602 2003-03-17 Andrew Cagney <cagney@redhat.com>
8603
8604 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
8605 that GNU Press update the manual version number.
8606
8607 2003-03-12 Andrew Cagney <cagney@redhat.com>
8608
8609 * gdbint.texinfo (Target Architecture Definition): Delete
8610 references to get_saved_register. Rename GET_SAVED_REGISTER to
8611 DEPRECATED_GET_SAVED_REGISTER.
8612
8613 2003-03-13 Andrew Cagney <cagney@redhat.com>
8614
8615 * gdbint.texinfo (Target Architecture Definition): Replace
8616 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
8617
8618 2003-03-12 Andrew Cagney <cagney@redhat.com>
8619
8620 * gdbint.texinfo (Target Architecture Definition): Rename
8621 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
8622
8623 2003-03-10 Corinna Vinschen <vinschen@redhat.com>
8624
8625 * gdb.texinfo: Add File-I/O documentation.
8626
8627 2003-03-10 Andrew Cagney <cagney@redhat.com>
8628
8629 * gdbint.texinfo (Target Architecture Definition): Cross reference
8630 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
8631
8632 2003-03-07 Andrew Cagney <cagney@redhat.com>
8633
8634 * gdb.texinfo (Debugging Output): Mention the "set/show debug
8635 frame" command.
8636
8637 2003-03-05 Andrew Cagney <cagney@redhat.com>
8638
8639 * gdbint.texinfo (Target Architecture Definition): Document
8640 unwind_dummy_id. Cross reference unwind_dummy_id and
8641 SAVE_DUMMY_FRAME_TOS.
8642
8643 2003-03-05 James Ingham <jingham@apple.com>
8644 Daniel Jacobowitz <drow@mvista.com>
8645
8646 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
8647 and "show cp-abi".
8648
8649 2003-03-03 Andrew Cagney <cagney@redhat.com>
8650
8651 * gdbint.texinfo (Target Architecture Definition): Document
8652 register_type.
8653
8654 2003-03-03 Andrew Cagney <cagney@redhat.com>
8655
8656 * stabs.texinfo (Structures): Use @samp and separate @var's
8657 instead of a single @var containing a comma separated list.
8658 (Unions): Ditto.
8659
8660 2003-03-02 Daniel Jacobowitz <drow@mvista.com>
8661
8662 * Makefile.in (distclean): Remove config.log.
8663
8664 2003-03-01 Andrew Cagney <cagney@redhat.com>
8665
8666 * gdbint.texinfo (Target Architecture Definition): Rename
8667 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
8668
8669 2003-03-01 Andrew Cagney <cagney@redhat.com>
8670
8671 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
8672 DEPRECATED_INIT_EXTRA_FRAME_INFO.
8673
8674 2003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
8675
8676 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
8677 (Non-debug DLL symbols): New node, describing the minimal symbols
8678 loaded from DLLs without real debugging symbols.
8679
8680 2003-02-20 Andrew Cagney <ac131313@redhat.com>
8681
8682 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
8683 hardware-breakpoint-limit".
8684 (Set Watchpoints): Add cross reference to "set remote
8685 hardware-watchpoint-limit".
8686 (Remote configuration options): New section.
8687
8688 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8689
8690 * gdbint.texinfo (Target Architecture Definition): Delete
8691 descrption of IS_TRAPPED_INTERNALVAR.
8692
8693 From Keith Seitz <keiths@redhat.com>:
8694 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
8695 option "-i"/"--interpreter" to this chapter. Include index
8696 entries.
8697
8698 2003-02-04 David Carlton <carlton@math.stanford.edu>
8699
8700 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
8701 (Variables): Recommend stabs+ and DWARF 2.
8702 (C plus plus expressions): Correct info about
8703 compiler versions, debug formats.
8704 (Contributors): Change 'DWARF2' to 'DWARF 2'.
8705 PR symtab/874.
8706
8707 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8708
8709 * gdbint.texinfo (Target Architecture Definition): Delete
8710 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
8711 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
8712 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
8713 references to nindy and i960.
8714 * gdb.texinfo (i960): Delete all references to i960 and nindy.
8715
8716 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8717
8718 * gdbint.texinfo (Target Architecture Definition): Delete
8719 FLOAT_INFO.
8720
8721 2003-01-30 Andrew Cagney <ac131313@redhat.com>
8722
8723 * stabs.texinfo (Member Type Descriptor): Clarify description of
8724 `@'. Suggested by Ben Hutchings.
8725
8726 2003-01-29 Andrew Cagney <ac131313@redhat.com>
8727
8728 * gdb.texinfo (M68K): Delete reference to es1800.
8729
8730 2003-01-29 Andrew Cagney <ac131313@redhat.com>
8731
8732 * gdb.texinfo (Maintenance Commands): Document `maint print
8733 reggroups' and `maint print register-groups'.
8734 * gdbint.texinfo (Target Architecture Definition): Document
8735 register_reggroup_p.
8736
8737 2003-01-23 Jim Blandy <jimb@redhat.com>
8738
8739 * gdb.texinfo (Separate Debug Files): New section.
8740
8741 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
8742
8743 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
8744 and "maint show profile".
8745
8746 2003-01-16 Michael Chastain <mec@shout.net>
8747
8748 * gdb.texinfo (Installing GDB): Warn against
8749 ".../gdb-VERSION/gdb/configure".
8750 (Separate Objdir): Likewise.
8751
8752 2003-01-15 Andrew Cagney <ac131313@redhat.com>
8753
8754 * gdbint.texinfo (Target Architecture Definition): Delete
8755 definition of PRINT_REGISTER_HOOK.
8756
8757 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
8758
8759 (OpenRISC 1000): Fix formatting of command names.
8760
8761 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
8762
8763 * gdb.texinfo (Continuing and Stepping): Add new command
8764 'advance'. Clarify behavior of 'until'.
8765
8766 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
8767
8768 * gdb.texinfo (Files): Document solib-absolute-prefix and
8769 solib-search-path.
8770
8771 2003-01-09 Michael Chastain <mec@shout.net>
8772
8773 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
8774 (Create a Release): Add new instructions for new @file{src-release}.
8775 Document existing instructions for @file{Makefile.in} as
8776 being for @value{GDBN} 5.3.1 or earlier.
8777
8778 2003-01-09 Andrew Cagney <ac131313@redhat.com>
8779
8780 * gdbint.texinfo (Target Architecture Definition): Mention
8781 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
8782 allocate memory.
8783
8784 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8785
8786 * gdb.texinfo (Controlling GDB): Add @kindex for
8787 "show osabi".
8788 (Backtraces): Add @kindex's for backtrace-below-main.
8789
8790 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8791
8792 * gdb.texinfo (Controlling GDB): Document "set osabi".
8793
8794 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8795
8796 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
8797 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
8798
8799 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8800
8801 * gdb.texinfo (Controlling GDB): Add ABI section. Document
8802 "set coerce-float-to-double".
8803 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
8804
8805 2003-01-02 Andrew Cagney <ac131313@redhat.com>
8806
8807 * stabs.texinfo: Remove obsolete text.
8808 * gdbint.texinfo: Ditto.
8809 * gdb.texinfo: Ditto.
8810
8811 2002-12-22 Mark Kettenis <kettenis@gnu.org>
8812
8813 * gdbint.texinfo (Target Architecture Definition): Update
8814 description of gdbarch_register_osabi.
8815
8816 2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
8817
8818 * agentexpr.texi: Fix typos.
8819 * annotate.texi: Likewise.
8820 * fdl.texi: Likewise.
8821
8822 2002-12-10 Andrew Cagney <cagney@redhat.com>
8823
8824 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
8825 DEPRECATED_INIT_FRAME_PC.
8826
8827 2002-12-01 Andrew Cagney <ac131313@redhat.com>
8828
8829 * gdbint.texinfo (Target Architecture Definition): Delete
8830 PC_IN_CALL_DUMMY.
8831
8832 2002-11-28 Andrew Cagney <ac131313@redhat.com>
8833
8834 * gdbint.texinfo (Host Definition): Delete documentation on
8835 USE_GENERIC_DUMMY_FRAMES.
8836
8837 2002-11-26 Elena Zannoni <ezannoni@redhat.com>
8838
8839 Fix PR gdb/723 and PR gdb/245.
8840 * Makefile.in (install-info): Run the install-info command as part
8841 of the post install steps only.
8842 (uninstall-info): New target.
8843 (uninstall): New target.
8844
8845 2002-11-22 Elena Zannoni <ezannoni@redhat.com>
8846
8847 * Makefile.in (install): Make install do some real work.
8848
8849 2002-11-19 Andrew Cagney <ac131313@redhat.com>
8850
8851 Fix POSIX problem reported by Paul Eggert.
8852 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
8853 Fix PR gdb/527.
8854
8855 2002-10-26 Andrew Cagney <cagney@redhat.com>
8856
8857 * gdbint.texinfo (Target Architecture Definition): Delete
8858 definition of DO_REGISTERS_INFO.
8859
8860 2002-10-18 Kevin Buettner <kevinb@redhat.com>
8861
8862 * gdbint.texinfo (Address Classes): Fix problems with insertion
8863 of ``{'' and ``}'' in example.
8864
8865 2002-10-17 Kevin Buettner <kevinb@redhat.com>
8866
8867 * gdbint.texinfo (Address Classes): New section.
8868 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
8869 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
8870 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
8871 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
8872
8873 2002-10-11 Klee Dienes <kdienes@apple.com>
8874
8875 * gdb.texinfo (Registers): Mention vector registers as well as
8876 floating registers in the documentation for 'info registers' and
8877 'info all-registers'.
8878
8879 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
8880
8881 * gdbint.texinfo (CPLUS_MARKER): Remove item.
8882
8883 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
8884
8885 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
8886 interface definition.
8887
8888 2002-10-03 Marko Mlinar <markom@opencores.org>
8889
8890 * gdb.texinfo (Target Commands): Add or1k target specific
8891 commands.
8892 * gdb.texinfo (Contributors): Add myself to the contributors list.
8893
8894 2002-10-01 Andrew Cagney <ac131313@redhat.com>
8895
8896 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
8897 and "mi1" instead of "mi1" and "mi0".
8898
8899 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
8900
8901 * gdb.texinfo (Packets): Fix typos "alligned".
8902 Correct z3/Z3 description. Correct z4/Z4 title.
8903
8904 2002-09-27 Andrew Cagney <ac131313@redhat.com>
8905
8906 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
8907
8908 2002-09-25 Kevin Buettner <kevinb@redhat.com>
8909
8910 * gdb.texinfo: Use GNU/Linux instead of Linux.
8911
8912 2002-09-25 Andrew Cagney <ac131313@redhat.com>
8913
8914 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
8915
8916 2002-09-24 Andrew Cagney <ac131313@redhat.com>
8917
8918 * gdb.texinfo: Replace @example with @smallexample.
8919
8920 2002-09-20 Kevin Buettner <kevinb@redhat.com>
8921
8922 From Eli Zaretskii <eliz@gnu.org>:
8923 * gdb.texinfo (Character Sets): Use @smallexample instead of
8924 @example. Use GNU/Linux instead of Linux.
8925
8926 2002-09-20 Jim Blandy <jimb@redhat.com>
8927
8928 * gdb.texinfo: Add character set documentation.
8929
8930 2002-09-19 Andrew Cagney <ac131313@redhat.com>
8931
8932 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
8933 (Packets): Add cross reference from `b' packet to `z' packets.
8934
8935 2002-09-19 Andrew Cagney <ac131313@redhat.com>
8936
8937 * gdb.texinfo (Maintenance Commands): Document ``maint
8938 internal-error'' and ``maint internal-warning''.
8939
8940 * gdbint.texinfo (Target Architecture Definition): Revise
8941 description of STACK_ALIGN. Add description of FRAME_ALIGN.
8942
8943 2002-09-19 Joel Brobecker <brobecker@gnat.com>
8944
8945 * gdbint.texinfo (Target Conditionals): Document the new
8946 NAME_OF_MALLOC macro.
8947
8948 2002-09-05 Andrew Cagney <ac131313@redhat.com>
8949
8950 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
8951 engineer.
8952
8953 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
8954
8955 * gdb.texinfo (TUI Overview): Document status line fields.
8956
8957 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
8958
8959 * gdb.texinfo (TUI Commands): Document info win command.
8960
8961 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
8962
8963 * gdb.texinfo (TUI Overview): Document breakpoint markers.
8964
8965 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
8966
8967 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
8968 (TUI Keys): Likewise.
8969
8970 2002-08-25 Andrew Cagney <ac131313@redhat.com>
8971
8972 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
8973 for a packet receive.
8974
8975 2002-08-25 Andrew Cagney <ac131313@redhat.com>
8976
8977 * Makefile.in (clean): Move to end of file.
8978 (distclean, maintainer-clean, realclean): Ditto.
8979 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
8980 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
8981 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
8982 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
8983
8984 2002-08-24 Andrew Cagney <ac131313@redhat.com>
8985
8986 * Makefile.in (GDBINT_TEX_TMPS): Define.
8987 (gdbint.dvi, gdbint.pdf): Use
8988 (GDB_TEX_TMPS): Define.
8989 (gdb.dvi, gdb.pdf): Use.
8990 (STABS_TEX_TMPS): Define.
8991 (stabs.dvi, stabs.pdf): Use.
8992 (GDB_DOC_SOURCE_INCLUDES): New macros.
8993 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
8994 (GDBINT_DOC_FILES_INCLUDES): New macros.
8995 (GDBINT_DOC_BUILD_INCLUDES): New macros.
8996 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
8997 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
8998 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
8999 (links2roff): Replace SFILES_INCLUDED with
9000 GDB_DOC_SOURCE_INCLUDES.
9001 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
9002 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
9003 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
9004 dependencies.
9005 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
9006 dependencies.
9007 (gdbmi.texinfo): Delete rule.
9008 (inc-hist.texinfo): Delete rule.
9009 (rluser.texinfo): Delete rule.
9010
9011 2002-08-23 Andrew Cagney <cagney@redhat.com>
9012
9013 * gdbint.texinfo (Target Architecture Definition): Update
9014 STORE_RETURN_VALUE, mention regcache.
9015
9016 2002-08-21 Andrew Cagney <ac131313@redhat.com>
9017
9018 * gdbint.texinfo (Target Architecture Definition): Document
9019 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
9020
9021 2002-08-19 Andrew Cagney <ac131313@redhat.com>
9022
9023 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
9024 Fix minor typos. Add index entries.
9025
9026 2002-08-18 Andrew Cagney <ac131313@redhat.com>
9027
9028 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
9029
9030 2002-08-15 Andrew Cagney <ac131313@redhat.com>
9031
9032 * gdbint.texinfo (Target Architecture Definition): Document
9033 PRINT_VECTOR_INFO.
9034 * gdb.texinfo (Vector Unit): Document "info vectors" command.
9035
9036 2002-08-13 Andrew Cagney <ac131313@redhat.com>
9037
9038 * gdb.texinfo (Maintenance Commands): Document "maint print
9039 registers", "maint print raw-registers" and "maint print
9040 cooked-registers".
9041
9042 2002-08-08 Grace Sainsbury <graces@redhat.com>
9043
9044 From Mark Salter:
9045 * gdb.texinfo (Protocol): Document T packet extension to
9046 allow watchpoint address reporting.
9047
9048 2002-08-03 Andrew Cagney <ac131313@redhat.com>
9049
9050 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
9051
9052 2002-08-01 Andrew Cagney <cagney@redhat.com>
9053
9054 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
9055 to CHILL.
9056
9057 2002-08-01 Andrew Cagney <ac131313@redhat.com>
9058
9059 * gdbint.texinfo (Coding): Revise section "Include Files".
9060
9061 2002-07-24 Andrew Cagney <cagney@redhat.com>
9062
9063 * gdbint.texinfo: Obsolete references to m88k.
9064 * gdb.texinfo: Ditto.
9065
9066 2002-07-10 Joel Brobecker <brobecker@gnat.com>
9067
9068 * gdbint.texinfo (Create a release candiate): Add the location
9069 where the proper version of autoconf can be retrieved.
9070
9071 2002-07-09 Don Howard <dhoward@redhat.com>
9072
9073 * gdb.texinfo (Command Files): Further describe the behavior of
9074 sourced command files.
9075
9076 2002-06-27 Andrew Cagney <ac131313@redhat.com>
9077
9078 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
9079 (Coding): Clarify ISO C version that GDB assumes.
9080
9081 2002-06-26 Tom Tromey <tromey@redhat.com>
9082
9083 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
9084 add_setshow_cmd_full.
9085
9086 2002-06-25 Don Howard <dhoward@redhat.com>
9087
9088 * gdb.texinfo (Memory Region Attributes): Document new behavior
9089 for 'mem' command.
9090
9091 2002-06-11 Jim Blandy <jimb@redhat.com>
9092
9093 * gdb.texinfo (Symbols): Update documentation for `info source'
9094 command.
9095
9096 * gdb.texinfo (Macros): Call the command `info macro', not
9097 `show macro'.
9098
9099 2002-06-09 Andrew Cagney <ac131313@redhat.com>
9100
9101 * gdbint.texinfo (Coding): Add section ``Per-architecture module
9102 data''.
9103
9104 2002-06-09 Mark Kettenis <kettenis@gnu.org>
9105
9106 * gdbint.texinfo (Target Architecture Definition): Document
9107 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
9108
9109 2002-06-08 Andrew Cagney <ac131313@redhat.com>
9110
9111 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
9112 lists.
9113
9114 2002-06-08 Andrew Cagney <ac131313@redhat.com>
9115
9116 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
9117 Branch''.
9118
9119 2002-06-01 Andrew Cagney <ac131313@redhat.com>
9120
9121 * gdbint.texinfo (Target Architecture Definition): Add section
9122 ``Converting an existing Target Architecture to Multi-arch''.
9123
9124 2002-05-30 Andrew Cagney <ac131313@redhat.com>
9125
9126 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
9127 to ``Obsoleting code''. Revise.
9128
9129 2002-05-17 Jim Blandy <jimb@redhat.com>
9130
9131 * gdb.texinfo (C Preprocessor Macros): New chapter.
9132 Include it in the main menu.
9133 (Contributors): Credit Jim Blandy with macro support.
9134 (Compilation): Explain how to get macro information into the
9135 executable.
9136 (Expressions): Note that preprocessor macros are expanded.
9137
9138 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
9139
9140 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
9141 options for `target remote'.
9142
9143 2002-05-13 Andrew Cagney <ac131313@redhat.com>
9144
9145 * gdbint.texinfo (Target Architecture Definition): Delete
9146 documentation on NNPC_REGNUM.
9147
9148 2002-05-11 Andrew Cagney <ac131313@redhat.com>
9149
9150 * gdbint.texinfo (Target Architecture Definition): Document
9151 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
9152 (Target Architecture Definition): Revise section `Using Different
9153 Register and Memory Data Representations'. Add section `Raw and
9154 Virtual Register Representations'.
9155
9156 2002-05-11 Andrew Cagney <ac131313@redhat.com>
9157
9158 * gdbint.texinfo (Target Architecture Definition): Mention
9159 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
9160 (Target Architecture Definition): Mention same. Add references to
9161 web pages.
9162
9163 2002-05-08 Michael Snyder <msnyder@redhat.com>
9164
9165 * stabs.texinfo (Attributes): Document new "vector" attribute.
9166
9167 2002-05-04 Andrew Cagney <ac131313@redhat.com>
9168
9169 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
9170
9171 2002-05-04 Andrew Cagney <ac131313@redhat.com>
9172
9173 * gdb.texinfo: Delete obsolete references to a29k.
9174
9175 2002-04-24 Andrew Cagney <ac131313@redhat.com>
9176
9177 * gdbint.texinfo (Target Architecture Definition): Replace
9178 IN_SIGTRAMP with PC_IN_SIGTRAMP.
9179
9180 2002-04-24 David S. Miller <davem@redhat.com>
9181
9182 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
9183
9184 2002-04-21 David S. Miller <davem@redhat.com>
9185
9186 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
9187
9188 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9189
9190 * gdbint.texinfo (Target Architecture Definition): Delete
9191 definition of HAVE_REGISTER_WINDOWS.
9192
9193 2002-04-19 Eli Zaretskii <eliz@gnu.org>
9194
9195 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
9196 "Theodore A. Roth" <troth@verinet.com>.
9197
9198 2002-04-15 Don Howard <dhoward@redhat.com>
9199
9200 From Eli Zaretskii <eliz@gnu.org>
9201 * gdb.texinfo (show max-user-call-depth): Correct formatting.
9202 Provide a better explaination of this feature.
9203
9204 2002-04-14 Andrew Cagney <ac131313@redhat.com>
9205
9206 * gdbint.texinfo (Target Architecture Definition): Remove
9207 FRAME_CHAIN_COMBINE.
9208
9209 2002-04-12 Michael Chastain <mec@shout.net>
9210
9211 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
9212 REG_STACK_SEGMENT.
9213
9214 2002-04-09 Michael Chastain <mec@shout.net>
9215
9216 * gdbint.texinfo (Obsolete Conditionals): Remove references to
9217 PYRAMID_* macros.
9218
9219 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9220
9221 * gdb.texinfo (Bug Reporting): Document that the web is the
9222 prefered way of submitting bug reports.
9223 (Bug Reporting): Delete the s-mail address as the last resort.
9224
9225 2002-04-05 Andrew Cagney <ac131313@redhat.com>
9226
9227 * gdbint.texinfo (Target Architecture Definition): Delete
9228 references to TARGET_WRITE_FP and write_fp.
9229
9230 2002-03-27 Michael Snyder <msnyder@redhat.com>
9231
9232 * gdb.texinfo: Document new commands dump, append, and restore.
9233
9234 2002-03-27 Andrew Cagney <ac131313@redhat.com>
9235
9236 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
9237 Branch'.
9238
9239 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9240
9241 * gdb.texinfo: Change all examples to @smallexample.
9242 * gdbint.texinfo: Ditto.
9243
9244 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9245
9246 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
9247 Branches''.
9248
9249 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9250
9251 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
9252 Policy''.
9253
9254 2002-03-04 Fred Fish <fnf@redhat.com>
9255
9256 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
9257 expresson, suports, dependant, trhe, perhaphs, situtations,
9258 explictily, taged, oportunity, unfortunatly).
9259
9260 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9261
9262 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
9263 Remove reference to 3.12.
9264
9265 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9266
9267 * gdbint.texinfo: Include fdl.texi.
9268 (Top): Add GNU Free Documentation License.
9269 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
9270 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
9271 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
9272 (gdbint.info): Add srcdir to include path.
9273 * gdb.texinfo: Include gpl.texi.
9274 (Top): Add Copying.
9275 * gpl.texi: New file.
9276
9277 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9278
9279 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
9280
9281 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9282
9283 * gdb.texinfo: Document Cygwin native specific commands.
9284
9285 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
9286
9287 * gdb.texinfo: Document gdbserver ``--attach'' command.
9288
9289 2002-02-07 Michael Snyder <msnyder@redhat.com>
9290
9291 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
9292 to @code(_ovly_debug_event).
9293
9294 2002-02-07 Andrew Cagney <ac131313@redhat.com>
9295
9296 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
9297
9298 2002-02-06 Michael Snyder <msnyder@redhat.com>
9299
9300 * gdb.texinfo (overlays): Mention new magic symbol
9301 '_ovly_debug_event', which allows GDB to keep better track
9302 of overlays.
9303
9304 2002-02-03 Eli Zaretskii <eliz@gnu.org>
9305
9306 * gdb.texinfo (Memory Region Attributes): Fix the wording.
9307 Suggested by Dmitry Sivachenko.
9308
9309 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
9310
9311 2002-02-01 Michael Snyder <msnyder@redhat.com>
9312
9313 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
9314
9315 2002-01-30 Michael Snyder <msnyder@redhat.com>
9316
9317 * gdb.texinfo: (remote protocol): Gramatical fix-up.
9318 (set trust-readonly-sections): Document.
9319
9320 2002-01-29 Andrew Cagney <ac131313@redhat.com>
9321
9322 * gdbint.texinfo (Releasing GDB): Revise and update.
9323
9324 2002-01-28 Andrew Cagney <ac131313@redhat.com>
9325
9326 * gdbint.texinfo (Target Architecture Definition): Delete
9327 description of TARGET_BYTE_ORDER_DEFAULT.
9328
9329 2002-01-27 Eli Zaretskii <eliz@gnu.org>
9330
9331 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
9332 <mitya@cavia.pp.ru>.
9333
9334 2002-01-23 Andrew Cagney <ac131313@redhat.com>
9335
9336 * libgdb.texinfo: Delete file.
9337
9338 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9339
9340 * gdb.texinfo: Remove makeinfo 3.12 hacks.
9341 * gdbint.texinfo: Ditto.
9342
9343 Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
9344
9345 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
9346
9347 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9348
9349 * Makefile.in: Update copyright.
9350 (TEXI2DVI): Define.
9351 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
9352 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
9353 gdb-cfg.texi.
9354 (TEXINDEX, PDFTEX): Delete makefile variables.
9355
9356 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9357
9358 * gdb.texinfo (Protocol): Move section to appendix.
9359
9360 2002-01-21 Andrew Cagney <ac131313@redhat.com>
9361
9362 * gdb.texinfo (Remote Debugging): Create a menu.
9363 (Top): Add ``Remote Debugging'' to menu.
9364
9365 2002-01-21 Andrew Cagney <ac131313@redhat.com>
9366
9367 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
9368 serial protocol'' from here.
9369 (Remote Debugging): To here. New chapter.
9370
9371 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9372
9373 * gdbint.texinfo (Target Architecture Definition): Delete
9374 description of TARGET_BYTE_ORDER_SELECTABLE_P.
9375
9376 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9377
9378 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
9379 are no longer needed.
9380 (Porting GDB): Add maintainer note about configure.host.
9381
9382 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9383
9384 * gdbint.texinfo (Target Architecture Definition): Remove
9385 definition of IEEE_FLOAT.
9386
9387 2002-01-20 Eli Zaretskii <eliz@gnu.org>
9388
9389 * gdb.texinfo: Beautify copyright years; fix a typo.
9390 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
9391 <3diff@gnu.org>
9392
9393 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9394
9395 * gdbint.texinfo (Host Definition): Remove references to
9396 MALLOC_INCOMPATIBLE.
9397
9398 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9399
9400 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
9401 and xyz-xdep.o.
9402
9403 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9404
9405 * gdb.texinfo (Maintenance Commands): Add appendix.
9406 (Set Breaks): Copy ``maint info breakpoint'' doco to
9407 ``Maintenance Commands'' appendix. Add reference.
9408
9409 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9410
9411 * fdl.texi: Remove next/prev from @node.
9412
9413 2002-01-17 Eli Zaretskii <eliz@gnu.org>
9414
9415 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
9416 for monstrous @multitable (from Brian Youmans).
9417
9418 * fdl.texi: New file.
9419
9420 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
9421
9422 2002-01-15 Andrew Cagney <ac131313@redhat.com>
9423
9424 * gdbint.texinfo (Releasing GDB): New chapter.
9425
9426 2002-01-14 Andrew Cagney <ac131313@redhat.com>
9427
9428 * gdb.texinfo (Embedded Processors, Calling program functions):
9429 Obsolete references to a29k.
9430
9431 2002-01-13 Andrew Cagney <ac131313@redhat.com>
9432
9433 * gdbint.texinfo (Coding): Review Cleanups section. Examples
9434 examples. Document that a code-block should do or discard its
9435 cleanups before exit.
9436
9437 2002-01-11 Michael Snyder <msnyder@redhat.com>
9438
9439 * gdb.texinfo (Choosing files): Change @samp to @file.
9440
9441 2002-01-05 Michael Snyder <msnyder@redhat.com>
9442
9443 * gdb.texinfo (--pid): Document new command line option (attach).
9444
9445 2002-01-07 Eli Zaretskii <eliz@gnu.org>
9446
9447 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
9448 in the stub.
9449
9450 2002-01-04 Andrew Cagney <ac131313@redhat.com>
9451
9452 * gdbint.texinfo (Target Architecture Definition): Replace
9453 BIG_ENDIAN with BFD_ENDIAN_BIG.
9454
9455 2002-01-03 Andrew Cagney <ac131313@redhat.com>
9456
9457 * gdbint.texinfo (Target Architecture Definition): Replace
9458 value_ptr with struct value pointer.
9459
9460 2002-01-02 Eli Zaretskii <eliz@gnu.org>
9461
9462 * gdb.texinfo (Free Software): Fix wording.
9463
9464 2001-12-31 Eli Zaretskii <eliz@gnu.org>
9465
9466 * gdb.texinfo (Free Software): New section ``Free Software Needs
9467 Free Documentation''.
9468
9469 2001-12-30 Eli Zaretskii <eliz@gnu.org>
9470
9471 * stabs.texinfo:
9472 * gdb.texinfo:
9473 * gdbint.texinfo:
9474 * libgdb.texinfo:
9475 * annotate.texi: Fix the application of GFDL in the Copyright notice.
9476
9477 2001-12-29 Michael Snyder <msnyder@redhat.com>
9478
9479 * gdb.texinfo (maint info sections): Fix typo.
9480
9481 2001-12-26 Michael Snyder <msnyder@redhat.com>
9482
9483 * gdb.texinfo (maint info sections): Document.
9484
9485 * gdb.texinfo (info proc): Comment out documentation for
9486 'info proc' sub-options that are currently not implemented.
9487
9488 2001-12-20 Jim Blandy <jimb@redhat.com>
9489
9490 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
9491
9492 2001-12-15 Andrew Cagney <ac131313@redhat.com>
9493
9494 * gdbint.texinfo (Target Architecture Definition): Replace
9495 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
9496
9497 2001-12-01 Andrew Cagney <ac131313@redhat.com>
9498
9499 * gdbint.texinfo (Host Definition): Delete documentation on
9500 HOST_BYTE_ORDER.
9501
9502 2001-11-30 Jim Blandy <jimb@redhat.com>
9503
9504 * gdb.texinfo (Overlays): New chapter, documenting GDB's
9505 overlay support. Add to top-level menu.
9506
9507 2001-11-26 Tom Tromey <tromey@redhat.com>
9508
9509 * gdb.texinfo (Command Syntax): Document C-o binding.
9510
9511 2001-07-26 Christopher Faylor <cgf@redhat.com>
9512
9513 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
9514 use since it is described in the referenced section.
9515
9516 From Eli Zaretskii <eliz@gnu.org>
9517 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
9518 clearer when using DJGPP.
9519
9520 2001-11-24 Christopher Faylor <cgf@redhat.com>
9521
9522 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
9523 specifically refer to MS-DOS.
9524 (command files): Mention gdb.ini is only used on MS-DOS.
9525
9526 2001-11-21 Tom Tromey <tromey@redhat.com>
9527
9528 * gdb.texinfo (Invoking GDB): Document --args.
9529 (Mode Options): Likewise.
9530
9531 2001-11-21 Jim Blandy <jimb@redhat.com>
9532
9533 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
9534 Delete documentation; this macro has been removed from the
9535 sources.
9536
9537 2001-11-13 Jim Blandy <jimb@redhat.com>
9538
9539 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
9540
9541 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
9542
9543 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
9544
9545 2001-11-05 Michael Snyder <msnyder@redhat.com>
9546
9547 * gdb.texinfo (info functions): Document use of backslash to
9548 quote regexp chars in function names such as "operator*()".
9549
9550 2001-11-01 Fred Fish <fnf@redhat.com>
9551
9552 * gdbint.texinfo (SOLIB_ADD): Document additional new
9553 "readsyms" arg.
9554
9555 2001-10-30 Don Howard <dhoward@redhat.com>
9556
9557 * gdb.texinfo: (Command Files) Added documentation for the
9558 behavior of gdb with input redirected from a file.
9559
9560 2001-10-28 Fred Fish <fnf@redhat.com>
9561
9562 * gdb.texinfo (auto-solib-add): Change docs to match
9563 implementation change.
9564 (auto-solib-limit): Add docs for new variable.
9565
9566 2001-10-15 Andrew Cagney <ac131313@redhat.com>
9567
9568 * gdbint.texinfo (Target Architecture Definition): Function
9569 value_as_pointer renamed to value_as_address.
9570
9571 2001-10-15 Andrew Cagney <ac131313@redhat.com>
9572
9573 * gdbint.texinfo (Target Architecture Definition): Default
9574 POINTER_TO_ADDRESS functions assume unsigned addresses.
9575 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
9576 posting by Jim Blandy.
9577
9578 2001-10-12 Jim Blandy <jimb@redhat.com>
9579
9580 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
9581 version of texi2html (1.64) doesn't support this flag any more.
9582
9583 2001-09-08 Mark Kettenis <kettenis@gnu.org>
9584
9585 * gdbint.texinfo (Host Definition): Remove description of
9586 MEM_FNS_DECLARED.
9587
9588 * gdbint.texinfo (Host Definition): Remove description of R_OK.
9589
9590 * gdbint.texinfo (Host Definition): Remove description of
9591 HAVE_SIGSETMASK.
9592
9593 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
9594
9595 * gdbint.texinfo (Target Architecture Definition): Add
9596 explanation of TARGET_PRINT_INSN macro.
9597
9598 2001-08-30 Jim Blandy <jimb@redhat.com>
9599
9600 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
9601 Explain what it means to load relocatable files.
9602
9603 2001-08-28 Jim Blandy <jimb@redhat.com>
9604
9605 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
9606 info `top' menu.
9607
9608 Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
9609
9610 * gdbint.texinfo: Add a cautionary note about macro use.
9611
9612 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
9613
9614 * gdb.texinfo: Explain omitting the hostname in the
9615 `target remote' command.
9616
9617 2001-07-30 Daniel Jacobowitz <drow@mvista.com>
9618
9619 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
9620 and END-INFO-DIR-ENTRY.
9621
9622 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9623
9624 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
9625
9626 2001-07-25 Andrew Cagney <ac131313@redhat.com>
9627
9628 * gdbint.texinfo (libgdb): Rewrite.
9629
9630 2001-07-26 Eli Zaretskii <eliz@gnu.org>
9631
9632 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
9633
9634 2001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9635
9636 * gdb.texinfo (TUI): New chapter, document the TUI.
9637 (Mode Options): Document the -tui option.
9638
9639 2001-07-23 Mark Kettenis <kettenis@gnu.org>
9640
9641 * gdbint.texinfo (Host Definition): Remove description of
9642 NEED_POSIX_SETPGID.
9643
9644 2001-07-23 Eli Zaretskii <eliz@gnu.org>
9645
9646 * gdb.tex (DJGPP Native): New node, with descriptions of
9647 DJGPP-specific commands.
9648
9649 2001-07-19 John R. Moore <jmoore@redhat.com>
9650
9651 * gdbint.texinfo: Three misspellings.
9652
9653 2001-07-06 Andrew Cagney <ac131313@redhat.com>
9654
9655 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
9656 `test` expressions on bash. Problem reported by Colin Walters.
9657
9658 2001-07-04 Andrew Cagney <ac131313@redhat.com>
9659
9660 * gdbint.texinfo (User Interface): Update ui-out documentation to
9661 refelect recent UI/MI updates.
9662
9663 2001-07-04 Andrew Cagney <ac131313@redhat.com>
9664
9665 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
9666 interpreters.
9667
9668 2001-06-15 Andrew Cagney <ac131313@redhat.com>
9669
9670 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
9671 structure and not macros.
9672 (Host Definition): Document that much of this chapter is obsolete.
9673 (Target Architecture Definition): Update list of files that make
9674 up a target architecture.
9675 (Coding): Update.
9676
9677 2001-06-28 Andrew Cagney <ac131313@redhat.com>
9678
9679 * gdbint.texinfo (Target Architecture Definition): Update
9680 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
9681 The latter has been changed to a true predicate.
9682
9683 2001-06-17 Eli Zaretskii <eliz@gnu.org>
9684
9685 * annotate.texi: Add @noindent where needed. From Dmitry
9686 Sivachenko <dima@Chg.RU>.
9687 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
9688
9689 2001-06-16 Andrew Cagney <ac131313@redhat.com>
9690
9691 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
9692
9693 2001-06-14 Andrew Cagney <ac131313@redhat.com>
9694
9695 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
9696 returns ``OK''. Document that the ``R'' packet does not reply.
9697
9698 2001-06-13 Michael Snyder <msnyder@redhat.com>
9699
9700 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
9701
9702 2001-06-13 Eli Zaretskii <eliz@gnu.org>
9703
9704 * gdb.texinfo (Signals): Clarify the default setting of signal
9705 handling.
9706
9707 2001-05-14 Andrew Cagney <ac131313@redhat.com>
9708
9709 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
9710 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
9711
9712 2001-05-12 Andrew Cagney <ac131313@redhat.com>
9713
9714 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
9715
9716 2001-05-10 Eli Zaretskii <eliz@gnu.org>
9717
9718 * gdbint.texinfo (Clean Design and Portable Implementation):
9719 Renamed from "Clean Design".
9720 (Clean Design and Portable Implementation): Document portable
9721 methods of handling file names, and the associated macros.
9722
9723 2001-04-02 Eli Zaretskii <eliz@gnu.org>
9724
9725 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
9726 command and provide a cross-reference to its description.
9727 (Symbols): Note that "info scope" is useful for trace experiments.
9728
9729 2001-04-01 Eli Zaretskii <eliz@gnu.org>
9730
9731 * gdb.texinfo (Symbols): Document "info scope".
9732 (Tracepoints): New chapter.
9733 (Contributors): Update for v5.1.
9734 <All nodes>: Change "C++" to "C@t{++}".
9735
9736 * gdbint.texinfo (User Interface): A new section about ui_out
9737 functions, based on text written by Fernando Nasser.
9738
9739 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
9740
9741 2001-03-26 Eli Zaretskii <eliz@gnu.org>
9742
9743 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
9744
9745 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
9746
9747 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
9748 Replace "GDB" with "@value{GDBN}". Fix markup.
9749
9750 * annotate.texi: Change Permissions to GFDL. Update Copyright.
9751
9752 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
9753 a cross-reference to its description.
9754 (Symbols): Document "info symbol".
9755
9756 2001-03-21 Eli Zaretskii <eliz@gnu.org>
9757
9758 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
9759 subsection "x86 Watchpoints".
9760 (Target Architecture Definition): Document the macros
9761 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
9762 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
9763
9764 2001-03-20 Andrew Cagney <ac131313@redhat.com>
9765
9766 * gdbint.texinfo (Target Architecture Definition): Update
9767 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
9768 list.
9769
9770 2001-03-06 Kevin Buettner <kevinb@redhat.com>
9771
9772 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
9773 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
9774
9775 2001-02-21 Eli Zaretskii <eliz@gnu.org>
9776
9777 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
9778
9779 2001-02-11 Eli Zaretskii <eliz@gnu.org>
9780
9781 * gdb.texinfo (Environment): Document that `path' does not change
9782 the value of PATH in GDB's own environment (it did in the past,
9783 but that was changed on March 15, 1994). Reported by Doug Evans
9784 <dje@transmeta.com>.
9785
9786 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
9787 its line. Fix markup of commands and macros. Add an Index node
9788 and index entries.
9789
9790 2001-01-23 J.T. Conklin <jtc@redback.com>
9791
9792 * gdb.texinfo (Memory region attributes): New manual section.
9793
9794 2001-01-04 Nicholas Duffek <nsd@redhat.com>
9795
9796 * gdbint.texinfo (POP_FRAME): Document use by return_command.
9797
9798 2000-12-25 Eli Zaretskii <eliz@gnu.org>
9799
9800 * refcard.tex: Version and copyright fixed. From Phil Edwards
9801 <pedwards@disaster.jaj.com>.
9802
9803 Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
9804
9805 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
9806 DWARF2_REG_TO_REGNUM): Document.
9807
9808 Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
9809
9810 * gdbint.texinfo (Coding): Update current value of
9811 --enable-build-warnings. Mention --enable-gdb-build-warnings.
9812
9813 2000-11-19 Eli Zaretskii <eliz@gnu.org>
9814
9815 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
9816 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
9817
9818 2000-11-10 Christopher Faylor <cgf@cygnus.com>
9819
9820 * gdb.texinfo: Document new 'set step-mode' command.
9821
9822 2000-10-16 Eli Zaretskii <eliz@gnu.org>
9823
9824 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
9825 changes from Dmitry Sivachenko <dima@Chg.RU>.
9826
9827 2000-09-26 Eli Zaretskii <eliz@gnu.org>
9828
9829 * gdb.texinfo (Hooks): Document the new post-hook functionality.
9830 From Steven Johnson <sbjohnson@ozemail.com.au>.
9831
9832 2000-08-10 Mark Kettenis <kettenis@gnu.org>
9833
9834 * gdbint.texinfo (Overall Structure): Spelling fix.
9835
9836 2000-08-10 Eli Zaretskii <eliz@gnu.org>
9837
9838 * gdbint.texinfo (Target Architecture Definition): Document that
9839 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
9840 for which REGISTER_CONVERTIBLE returns a zero value.
9841
9842 2000-07-08 Christopher Faylor <cgf@cygnus.com>
9843
9844 * Makefile.in (install-info): Find files to install in either the
9845 build or source directories (adapted from Makefile.am).
9846
9847 2000-07-07 Nicholas Duffek <nsd@redhat.com>
9848
9849 * stabs.texinfo: Fix spelling errors.
9850 (String Field): FILE-NUMBER starts from 0, not 1.
9851
9852 2000-07-05 Eli Zaretskii <eliz@gnu.org>
9853
9854 * refcard.tex: Remove \centerline from the blurb. Patch from
9855 Brian Youmans.
9856
9857 2000-06-25 Eli Zaretskii <eliz@gnu.org>
9858
9859 * Makefile.in (install-info): Support installation from outside of
9860 the source directory. Reported by Mark Harig
9861 <markh@frazier.landmark.com>.
9862
9863 2000-06-20 J.T. Conklin <jtc@redback.com>
9864
9865 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
9866
9867 Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
9868
9869 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
9870 Generate using pdftex.
9871 (PDFTEX): Define.
9872 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
9873 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
9874 @contents at the start.
9875
9876 2000-05-24 Eli Zaretskii <eliz@gnu.org>
9877
9878 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
9879 Youmans.
9880
9881 Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
9882
9883 From Brian Youmans:
9884 * gdb.texinfo: Fix ``et al.''.
9885
9886 Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
9887
9888 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
9889 loop.
9890
9891 2000-05-19 Jimmy Guo <guo@cup.hp.com>
9892
9893 * configure: Regenerate.
9894
9895 2000-05-17 Eli Zaretskii <eliz@gnu.org>
9896
9897 * Makefile.in (install-info): Run install-info on installed Info
9898 files.
9899
9900 Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
9901
9902 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
9903 Andrew Cagney.
9904
9905 2000-05-09 Eli Zaretskii <eliz@gnu.org>
9906
9907 * gdb.texinfo: Proofreading changes from Brian Youmans.
9908
9909 2000-05-01 Nick Duffek <nsd@cygnus.com>
9910
9911 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
9912 startup sequence, minor edits.
9913
9914 2000-05-01 Eli Zaretskii <eliz@gnu.org>
9915
9916 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
9917 TeX.
9918
9919 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
9920 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
9921 like `n' and `s' which look weird. Convert some of the @kindex to
9922 @vindex, when they refer to variables, not commands.
9923
9924 Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
9925
9926 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
9927
9928 2000-04-23 Eli Zaretskii <eliz@gnu.org>
9929
9930 * Makefile.in (GDBMI_DIR): New variable.
9931 (SET_TEXINPUTS): Add $(GDBMI_DIR).
9932 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
9933 (gdbmi.texinfo): New target, for texi2roff.
9934 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
9935 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
9936
9937 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
9938 gdbmi.texinfo.
9939 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
9940 comment.
9941
9942 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9943
9944 * gdb.texinfo (Files): Update description of add-symbol-file
9945 command.
9946
9947 2000-04-17 Eli Zaretskii <eliz@gnu.org>
9948
9949 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
9950 prevents the build (and is generally a Bad Idea).
9951
9952 2000-04-17 Eli Zaretskii <eliz@gnu.org>
9953
9954 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
9955 a comma inside @var.
9956 (Command Files): Index markup changes from Dmitry Sivachenko
9957 <dima@Chg.RU>.
9958
9959 2000-04-16 Eli Zaretskii <eliz@gnu.org>
9960
9961 * Makefile.in (LN_S): Define.
9962 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
9963 invoke "ln -s" unless it is known to work.
9964
9965 * configure.in (AC_PROG_LN_S): Add.
9966
9967 2000-04-14 Jim Blandy <jimb@redhat.com>
9968
9969 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
9970 section.
9971 (Target Conditionals): Document ADDRESS_TO_POINTER,
9972 POINTER_TO_ADDRESS.
9973
9974 2000-04-11 Daniel Berlin <dan@cgsoftware.com>
9975
9976 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
9977 gdb-cfg.texi to get the value.
9978
9979 2000-04-10 Jim Blandy <jimb@redhat.com>
9980
9981 * gdbint.texinfo (Target Architecture Definition): Fix
9982 cross-references.
9983
9984 2000-04-08 Jim Blandy <jimb@redhat.com>
9985
9986 * gdbint.texinfo (Using Different Register and Memory Data
9987 Representations): New section.
9988 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
9989 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
9990 REGISTER_CONVERT_TO_RAW): Document.
9991
9992 Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
9993
9994 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
9995 for acknowledgments.
9996
9997 Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
9998
9999 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
10000 qThreadExtraInfo.
10001
10002 2000-03-28 J.T. Conklin <jtc@redback.com>
10003
10004 * gdb.texinfo: Clarify which remote debug protocol commands are
10005 required and which are optional.
10006
10007 Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
10008
10009 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
10010 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
10011 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
10012 * annotate.texi: Update.
10013
10014 2000-03-28 Stan Shebs <shebs@apple.com>
10015
10016 * gdb.texinfo: Update dates, bump to Eighth Edition (note
10017 expectation of additional changes before release), update
10018 ISBN, add copy of top-level menu for @ifhtml, remove explicit
10019 node links, rephrase and/or shorten lines to fix formatting
10020 problem in both regular and @smallbook formats.
10021 * annotate.texi: Shorten lines in example, use smallexample
10022 consistently everywhere.
10023 * Makefile.in: Add comment about texinfo 4.0 html generation.
10024 (SFILES_INCLUDED): Add annotate.texi.
10025
10026 2000-03-27 Daniel Berlin <dan@cgsoftware.com>
10027
10028 * gdb.texinfo (Debugging Output): Added new section, documenting
10029 the "set/show debug" commands.
10030
10031 Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
10032
10033 * annotate.texi (Annotations): When GDBN omit @chapter and @node
10034 entry.
10035
10036 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
10037 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
10038 @chapter and @node entries.
10039
10040 * gdb.texinfo: Link all top-level nodes.
10041
10042 Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
10043
10044 * Makefile.in (install-info): Create $(infodir) before installing
10045 files.
10046
10047 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
10048
10049 From David Whedon <dwhedon@gordian.com>
10050 * gdbint.texinfo : Added paragraphs about command deprecation.
10051
10052 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
10053
10054 * gdb.texinfo: Add documentation for the apropos command.
10055
10056 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10057
10058 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
10059
10060 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10061
10062 * gdb.texinfo: Add white space to prevent overprinting in
10063 two places.
10064
10065 2000-03-17 Stan Shebs <shebs@apple.com>
10066
10067 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
10068 <dima@Chg.RU>, also clarification of allowed content for
10069 string constants.
10070
10071 2000-03-16 Eli Zaretskii <eliz@gnu.org>
10072
10073 * gdb.texinfo (main menu): Add Annotations.
10074 (File Options): Add @cindex entries for each command-line option.
10075 Document --epoch, --annotate, --async, --interpreter, --write,
10076 --statistics, and --version.
10077
10078 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
10079 of GDB.
10080
10081 2000-02-23 Jim Blandy <jimb@redhat.com>
10082
10083 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
10084
10085 2000-02-22 Jim Blandy <jimb@redhat.com>
10086
10087 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
10088
10089 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
10090
10091 * Makefile.in (diststuff): New target.
10092
10093 2000-02-15 Kevin Buettner <kevinb@redhat.com>
10094
10095 * agentexpr.texi: Fix wording regarding Intel's IA-64
10096 architecture. [From Jim Wilson.]
10097
10098 2000-01-16 Tom Tromey <tromey@cygnus.com>
10099
10100 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
10101 (Delete Breaks): Mention range arguments.
10102 (Disabling): Likewise.
10103
10104 2000-01-05 Dmitry Sivachenko <dima@Chg.RU>
10105
10106 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
10107
10108 Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
10109
10110 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
10111 valid functions.
10112
10113 1999-11-05 Stan Shebs <shebs@andros.cygnus.com>
10114
10115 * gdb.texinfo: Clarify regular expressions used in rbreak.
10116
10117 1999-10-15 Kevin Buettner <kevinb@cygnus.com>
10118
10119 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
10120 MEMORY_REMOVE_BREAKPOINT): Document.
10121
10122 Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
10123
10124 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
10125 offset re-using the DATA offset instead.
10126
10127 1999-10-11 Jim Kingdon <kingdon@redhat.com>
10128
10129 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
10130
10131 1999-10-05 Stan Shebs <shebs@andros.cygnus.com>
10132
10133 From Dmitry Sivachenko <demon@gpad.ac.ru>:
10134 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
10135 typos.
10136
10137 * gdb.texinfo: Various minor wording and formatting improvements,
10138 mentions of additional command-line options.
10139
10140 1999-09-30 Fred Fish <fnf@cygnus.com>
10141
10142 * gdb.texinfo: Document additional forms of specifying section
10143 names and addresses for the add-symbol-file command.
10144
10145 1999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
10146
10147 * gdbint.texinfo: Fix typo, add the word "have".
10148
10149 1999-09-14 Jim Blandy <jimb@cris.red-bean.com>
10150
10151 * gdbint.texinfo (Target Architecture Definition): Document the
10152 SKIP_PERMANENT_BREAKPOINT macro.
10153
10154 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
10155
10156 * gdb.texinfo: Fiks speling errers.
10157
10158 * gdb.texinfo: Fix uses of @multitable.
10159
10160 From Eli Zaretskii <eliz@gnu.org>:
10161 * gdb.texinfo: Include details specific to DOS host, clarify
10162 some confusing language, fix @ref/@xref/@pxref usages, add
10163 comments about using with optimization, add more indexing,
10164 fix info about disassembly-flavor.
10165
10166 Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
10167
10168 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
10169 SKIP_SOLIB_RESOLVER): Define.
10170
10171 Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
10172
10173 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
10174 ``g'' packets.
10175
10176 1999-08-30 Stan Shebs <shebs@andros.cygnus.com>
10177
10178 * gdb.texinfo: Create a new "Configurations" chapter with
10179 platform-specific info, inline remote.texi and move sections of it
10180 into the new chapter, move bits about info proc, heuristic search,
10181 and register stack into the new chapter.
10182 * remote.texi: Remove, now part of gdb.texinfo.
10183 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
10184
10185 1999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
10186
10187 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
10188 GDB_TARGET_IS_MACH386): These kludges have gone away.
10189
10190 Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
10191
10192 * gdbint.texinfo (Target Architecture Definition): Mention
10193 TDEPLIBS.
10194
10195 1999-08-20 Stan Shebs <shebs@andros.cygnus.com>
10196
10197 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
10198 surrounding text to fit HP-UX bits into general info.
10199 (HPPA-cfg.texi): Remove, no longer useful.
10200
10201 * gdb.texinfo: Remove explicit links from @node lines, remove
10202 HP-added "Detailed Node Listing" from main menu which confuses
10203 things.
10204
10205 From Dmitry Sivachenko <dima@Chg.RU>:
10206 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
10207 in description of `set environment'.
10208
10209 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
10210
10211 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
10212
10213 1999-08-12 Ben Elliston <bje@cygnus.com>
10214
10215 * gdbint.texinfo (Breakpoint Handling): Add missing words.
10216
10217 1999-08-10 Eli Zaretskii <eliz@gnu.org>
10218
10219 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
10220 watch, awatch, and rwatch. Explain why the latter two cannot be
10221 set as software watchpoints. Document that watchpoints for local
10222 variables are deleted when the debuggee terminates.
10223
10224 Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
10225
10226 * remote.texi (Protocol): Further clarification of the "qRcmd"
10227 packet. Allow E.. response packet. "qRcmd" packet is no longer
10228 reserved.
10229
10230 1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10231
10232 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
10233 * gdb.texinfo: Ditto.
10234
10235 1999-08-06 Tom Tromey <tromey@cygnus.com>
10236
10237 * gdb.texinfo (KOD): New node.
10238
10239 Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
10240
10241 * remote.texi (Rcmd): Fix minor formatting typos.
10242
10243 Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
10244
10245 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
10246 packets.
10247
10248 1999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
10249
10250 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
10251 fixes.
10252
10253 Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
10254
10255 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
10256
10257 Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
10258
10259 * remote.texi (Communication Protocol): ``v'' is in use. Fix
10260 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
10261 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
10262 packets that are not supported on all hosts. Expand examples.
10263 Spell check.
10264
10265 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
10266
10267 * Makefile.in: Recognize html, install-html. Add targets
10268 to build HTML versions of documentation via texi2html.
10269
10270 Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
10271
10272 * gdbint.texinfo (Testsuite): New chapter, information about the
10273 testsuite.
10274
10275 Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
10276
10277 * remote.texi (Communication Protocol): Rewrite.
10278
10279 Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
10280
10281 * stabs.texinfo: Fix uses of xref.
10282
10283 Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
10284
10285 * gdbint.texinfo: Add an anti-printf exhortation, and update the
10286 info about patch submission.
10287
10288 Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
10289
10290 From Per Bothner <bothner@cygnus.com>:
10291 * gdb.texinfo: Document Chill support.
10292
10293 Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
10294
10295 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
10296 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
10297 Document that the value should be greater-than or equal-to zero.
10298 (NO_STD_REGS): Document. Deprecate.
10299
10300 Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10301
10302 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
10303 Document that these are not used.
10304
10305 Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10306
10307 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
10308
10309 Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
10310
10311 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
10312 numargs was dropped.
10313
10314 Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
10315
10316 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
10317
10318 Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
10319
10320 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
10321 Update.
10322
10323 Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
10324
10325 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
10326 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
10327
10328 Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
10329
10330 * gdbint.texinfo: Fix typos: $ -> @.
10331
10332 Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
10333
10334 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
10335 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
10336 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
10337 BREAKPOINT_FROM_PC.
10338
10339 Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
10340
10341 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
10342 CALL_DUMMY_STACK_ADJUST): Document.
10343
10344 Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10345
10346 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
10347 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
10348
10349 1999-04-02 Stan Shebs <shebs@andros.cygnus.com>
10350
10351 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
10352 longer exists.
10353
10354 Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
10355
10356 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
10357 nearly all @ifset/@ifclear conditionals; nobody uses them, and
10358 they make the manual source incomprehensible.
10359 * h8-cfg.texi: Remove, hasn't been used in years.
10360
10361 Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
10362
10363 * gdb.texinfo: Update the credits.
10364
10365 Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
10366
10367 * gdb.texinfo: Fix mistakes noticed in printout of last
10368 draft, add Alpha to discussion of heuristic fence post.
10369
10370 Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
10371
10372 * gdb.texinfo, remote.texi: Many changes; update to Seventh
10373 Edition, merge some HP changes into mainline, describe some
10374 previously undocumented features, describe more of the target
10375 commands available, eliminate obsolete section on renamed
10376 commands.
10377 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
10378
10379 Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
10380
10381 * gdb.texinfo: Make many HPPA conditionals unconditional,
10382 including catchpoint description, since now on for all configs.
10383 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
10384 specializations.
10385
10386 Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
10387
10388 * Makefile.in (GDBvn.texi): Fix match expression to work with
10389 current format of VERSION in gdb/Makefile.in.
10390 * gdb.texinfo: Fix node ref to match new readline.
10391
10392 Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
10393
10394 * gdb.texinfo: Changes made as part of a project to merge in
10395 changes made by HP. Documentation makes extensive use of
10396 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
10397 on remote debugging. There are differences in documentation
10398 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
10399 the HP manual discusses catchpoints, hardware watchpoints, and
10400 some HPUX specific limitations for shared library support.
10401
10402 There are also a number of @node changes.
10403
10404 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
10405
10406 * gdbint.texinfo (Formatting): Disambiguate a sentence.
10407 (C Usage): Same.
10408
10409 Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
10410
10411 The following changes were made by Edith Epstein
10412 <eepstein@cygnus.com> as part of a project to merge in changes
10413 made by HP.
10414
10415 * HPPA-cfg.texi: new file.
10416
10417 * all-cfg.texi: set HPPA for HP PA-RISC targets.
10418
10419 * refcard.tex: change documentation about catch.
10420 removed info catch.
10421
10422 Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
10423
10424 * gdbint.texinfo: Expand on GDB's coding standards,
10425 specify the use of arg names with prototypes.
10426
10427 1998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
10428
10429 * gdb.texinfo: Fix tipo.
10430
10431 Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
10432
10433 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
10434 TARGET_BYTE_ORDER_SELECTABLE_P.
10435
10436 Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
10437
10438 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
10439
10440 1998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
10441
10442 * agentexpr.texi: New file.
10443
10444 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
10445
10446 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
10447
10448 1998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
10449
10450 * remote.texi: Changed wording that implied that the GDB remote
10451 protocol caches register values instead of GDB itself.
10452
10453 Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
10454
10455 * gdbint.texinfo: Add some info about symbol readers.
10456 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
10457 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
10458 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
10459 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
10460
10461 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
10462
10463 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
10464
10465 Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
10466
10467 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
10468
10469 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
10470
10471 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
10472 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
10473
10474 Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
10475
10476 * gdbint.texinfo: Fix minor typos.
10477
10478 Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
10479
10480 * gdbint.texinfo: Complete overhaul. Group descriptions more
10481 logically, add more info on generic algorithms, remove much
10482 obsolete and/or wrong material.
10483
10484 Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
10485
10486 * stabs.texinfo (Method Type Descriptor): Expand and correct.
10487
10488 Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
10489
10490 * refcard.tex: Copyright, address updates.
10491
10492 Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
10493
10494 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
10495 for the edition instead of confusing GDB-version-like numbers.
10496
10497 Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
10498
10499 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
10500
10501 Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
10502
10503 * LRS: Reformat a bit to keep text under 80 columns.
10504
10505 Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
10506
10507 * gdb.texinfo: Add some credits, mention bug monitor.
10508 * remote.texi: Mention mips monitor targets.
10509 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
10510
10511 Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
10512
10513 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
10514 files, finish sorting of host vs target vs native macros, describe
10515 some more of them.
10516
10517 Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
10518
10519 * gdbint.texinfo (Host Conditionals): Document change from
10520 using NO_MMALLOC to it's inverse, USE_MMALLOC.
10521
10522 Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
10523
10524 * gdbint.texinfo (Host Conditionals): Document
10525 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
10526
10527 Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
10528
10529 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
10530 Document LSEEK_NOT_LINEAR.
10531
10532 Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
10533
10534 * stabs.texinfo (Stab Section Basics): Make it clear that only
10535 some versions of the GNU linker remove the leading N_UNDF symbol.
10536
10537 Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
10538
10539 * stabs.texinfo (String Field): Document type number pairs here,
10540 instead of in the Sun specific section.
10541 (Include Files): The GNU linker supports the N_BINCL
10542 optimization. Clarify the N_BINCL value, and what it is used
10543 for.
10544 (Procedures): Document N_FUN with an empty string to mark the end
10545 of a function.
10546 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
10547 (Sun Differences): Remove this node, as the information is now
10548 elsewhere in the main document.
10549 (Stab Section Basics): Mention that the GNU linker may optimize
10550 stabs and remove the leading N_UNDF symbol.
10551
10552 Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
10553
10554 * gdb.texinfo, refcard.tex: Restore author credit
10555
10556 Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
10557
10558 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
10559 documentation to account for START and END macros taking
10560 one arg.
10561
10562 Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
10563
10564 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
10565 * gdb.texinfo (Frames): Fix typo.
10566
10567 Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
10568
10569 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
10570 a target_signal as arg type, not a pid.
10571
10572 Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
10573
10574 * gdb.texinfo: Document `set assembly-language'.
10575
10576 Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
10577
10578 * remote.texi: Update list of stubs in the GDB distribution.
10579
10580 Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
10581
10582 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
10583 Also document that some systems can use mmalloc but must define
10584 this if their C runtime allocates memory that is later freed.
10585 (MMCHECK_FORCE): Document new macro.
10586
10587 Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
10588
10589 * remote.texi: Add documentation for target Sparclet.
10590
10591 Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10592
10593 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
10594 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
10595 * configure.in: Rewritten for autoconf.
10596 * configure: New.
10597
10598 Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
10599
10600 * Makefile.in (DVIPS): New define, set to dvips.
10601 (dvi): Add stabs.dvi.
10602 (ps): New target.
10603 (all-doc): Depend on info, dvi, and ps targets.
10604 (STAGESTUFF): Add *.ps and *.dvi files.
10605 (clean-info, clean-dvi): Remove.
10606 (mostlyclean): Does not depend upon clean-info or clean-dvi,
10607 rules completely rewritten.
10608 (maintainer-clean): Remove clean-info and clean-dvi
10609 dependencies and put their actions in the rules.
10610 (gdb.ps): New target
10611 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
10612 intermediate TeX files, whether they have 2 or 3 character
10613 extensions.
10614 (gdbint.ps): Add target and rules.
10615 (gdb-internals): Delete unused target.
10616 (Makefile): Depends upon config.status also.
10617
10618 Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
10619
10620 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
10621 set.
10622
10623 Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
10624
10625 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
10626 * gdb.texinfo (Expressions): Fix erroneous array constant example.
10627
10628 Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
10629
10630 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
10631
10632 Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10633
10634 * gdb.texinfo (Print settings): Document
10635 `set/show print static-members' commands.
10636
10637 Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
10638
10639 * gdbint.texinfo (Native): Document name change, coredep.c to
10640 core-aout.c.
10641
10642 Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
10643
10644 * stabs.texinfo (Include Files): Document the values the SunOS4
10645 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
10646
10647 Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
10648
10649 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
10650 Fix typo.
10651
10652 Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
10653
10654 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
10655 "gdb.tar.Z".
10656
10657 Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
10658
10659 * Makefile.in (maintainer-clean): New target, synonym for
10660 realclean.
10661
10662 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
10663
10664 * Update all FSF addresses except those in COPYING* files.
10665
10666 Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
10667
10668 From Richard Earnshaw (rearnsha@armltd.co.uk):
10669 * gdb.texinfo (convenience variables): Document $_exitcode.
10670 (quit): Document optional expression to use as exit code.
10671
10672 Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
10673
10674 * gdb.texinfo, remote.texi: Brought up to date with various
10675 GDB changes.
10676
10677 Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
10678
10679 * gdb.texinfo: Update dates and versions, fix comments about
10680 hardware watchpoints in future releases and about the
10681 sharedlibrary command.
10682
10683 Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10684
10685 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
10686 C_FUN stab. Other cleanups.
10687
10688 Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10689
10690 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
10691 for the sparc stub.
10692
10693 Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10694
10695 * annotate.texi: Clarify which addresses have differing formats
10696 depending on the language and which do not.
10697
10698 Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10699
10700 * remote.texi (NetWare): Changed example to use BOARD= instead of
10701 NODE= argument to reflect correspoding change to gdbserve.nlm.
10702
10703 Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10704
10705 * stabs.texinfo (Negative Type Numbers): Mention the fact that
10706 GDB, as well as AIX dbx, supports the size type attribute.
10707
10708 Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10709
10710 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
10711
10712 Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
10713
10714 * gdb.texinfo (Define): Document $arg0... arguments to commands,
10715 and new 'if' and 'while' commands.
10716
10717 Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
10718
10719 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
10720
10721 Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10722
10723 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
10724 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
10725 NetWare targets. Mostly stolen from the Server node.
10726
10727 Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10728
10729 * gdb.texinfo (Setting): Talk about the language of a source file
10730 versus the working language. The old documentation did not match
10731 what GDB did.
10732
10733 Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10734
10735 * stabs.texinfo (Source Files): Document N_SO used to mark the end
10736 of a source file.
10737
10738 Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10739
10740 * gdb.texinfo (Processes): New node.
10741
10742 Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
10743
10744 * remote.texi: Update documentation of set/show mipsfpu.
10745
10746 Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
10747
10748 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
10749 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
10750
10751 Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
10752
10753 * gdbint.texinfo: Removed mentions of some incorrectly placed and
10754 obsolete conditionals, described some others.
10755
10756 Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10757
10758 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
10759 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
10760
10761 Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
10762
10763 * gdbint.texinfo: Put regex conditionals in their own table.
10764
10765 Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
10766
10767 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
10768 described or fixed the descriptions of many others.
10769
10770 Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
10771
10772 * gdb.texinfo: Add some more credits.
10773 * gdbint.texinfo: Capitalize GDB consistently, describe some
10774 macros and remove some.
10775
10776 Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
10777
10778 * gdbint.texinfo: Removed mentions of many incorrectly placed and
10779 obsolete conditionals, described some others.
10780
10781 Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10782
10783 * gdb.texinfo (help targets): Changed to `help target', which
10784 is the correct gdb command.
10785
10786 Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10787
10788 * annotate.texi (TODO): New node, for keeping track of annotations
10789 suggested but not yet implemented.
10790
10791 Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10792
10793 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
10794 another symbol, it is not the address itself.
10795
10796 Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
10797
10798 * stabs.texinfo (Stab Section Basics): Add comment about alignment
10799 of stabs-in-coff sections.
10800
10801 Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10802
10803 * annotate.texi: Change edition to 0.5 and date to May 1994.
10804 Add index.
10805 (Frames): New node, for frame annotation.
10806 (Displays): New node, for display annotation.
10807
10808 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
10809 when waiting for your program to stop.
10810
10811 Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10812
10813 * annotate.texi (Breakpoint Info): Document annotation of header
10814 fields and record annotation.
10815
10816 Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10817
10818 * annotate.texi: New file, to document annotations.
10819
10820 Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10821
10822 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
10823 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
10824
10825 Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10826
10827 * stabs.texinfo (Stab Section Basics): Say what is in .stab
10828 section, and say n_strx field is compilation unit relative.
10829 * stabs.texinfo: Don't use @code for a.out when it is the name of
10830 an object file format.
10831
10832 Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10833
10834 * gdb.texinfo: Refer to file names, not path names, per rms
10835 convention.
10836 (Arguments): Fix typo.
10837
10838 Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10839
10840 * stabs.texinfo (Global Variables): Talk about stabs in files
10841 where variables are referenced, but not defined.
10842
10843 Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10844
10845 * stabs.texinfo: Move stuff on @ and # type descriptors from node
10846 Cplusplus to new nodes Member Type Descriptor and Method Type
10847 Descriptor. Re-write stuff for #.
10848
10849 Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10850
10851 * gdb.texinfo (Print Settings): Don't document "set print
10852 fast-symbolic-addr off". The bug which it worked around was fixed
10853 on 25 Feb 94 in coffread.c, so I'm nuking the command.
10854
10855 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
10856 N_ENTRY node.
10857
10858 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
10859
10860 Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10861
10862 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
10863 references to ieee-float.c.
10864
10865 Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10866
10867 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
10868 match what the code actually does.
10869
10870 Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10871
10872 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
10873
10874 Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10875
10876 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
10877 i, and b.
10878
10879 Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
10880
10881 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
10882 well as for ELF and SOM. Unify the descriptions of ELF and SOM
10883 as "stabs in sections" rather than just saying "ELF and SOM".
10884 Also make that stuff apply to COFF.
10885
10886 Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10887
10888 * gdb.texinfo (Formatting Documentation): Change GhostScript to
10889 Ghostscript.
10890
10891 Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10892
10893 * gdb.texinfo (Continuing and Stepping): When talking about "step"
10894 versus functions without line numbers, also mention stepping into
10895 them as well as "step" when you are in them. Tell the user how to
10896 deal with the situation. Add comment about "debugging information".
10897
10898 Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10899
10900 * stabs.texinfo (Enumerations): Document restriction on where
10901 enumeration types can appear and still win with GDB.
10902
10903 Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10904
10905 * stabs.texinfo (Negative Type Numbers): Document format for type
10906 -16.
10907
10908 Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10909
10910 * gdb.texinfo (Selection, Frame Info): Update information about
10911 arbitrary frame specficiations.
10912
10913 Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
10914
10915 * gdb.texinfo, remote.texi: general editing pass prior to Net release
10916
10917 Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10918
10919 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
10920
10921 Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
10922
10923 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
10924
10925 Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10926
10927 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
10928 Differences node to Statics node.
10929 (Statics): Discuss XCOFF use of V symbol descriptor.
10930
10931 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
10932 not clean.
10933
10934 Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
10935
10936 * gdb.texinfo (Print Settings): Document `set print
10937 fast-symbolic-addr' and improve the doc for some other
10938 `set print's.
10939
10940 Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10941
10942 * stabs.texinfo (String Field): Talk about defining several type
10943 numbers at once.
10944 Fix lint regarding changing node ELF Transformations to
10945 ELF and SOM Transformations.
10946
10947 Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
10948
10949 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
10950
10951 Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10952
10953 * stabs.texinfo (Cross-References): `::' is for nested types only
10954 within <>.
10955 (Structures): Document static members.
10956
10957 Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10958
10959 * stabs.texinfo: Document S type attribute.
10960
10961 Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
10962
10963 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
10964
10965 Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
10966
10967 * gdbint.texinfo: Fix a few typos.
10968
10969 Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10970
10971 * gdb.texinfo, remote.texi: formatting improvements
10972
10973 * gdb.texinfo (New Features): mention threads.
10974 (Summary, C): fix xrefs in newly contributed text.
10975 (Threads): index entries, clarifications, example
10976 (passim): minor typos fixed, phrasing improvements
10977
10978 * remote.texi (Bootstrapping): rephrase text on ^C and add index
10979 entries; (Server): explain use of gdbserver w/real-time systems,
10980 add example of conflicting TCP port; (MIPS Remote) break up
10981 running text into table, highlighting commands, and add example.
10982
10983 Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10984
10985 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
10986
10987 Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10988
10989 * stabs.texinfo (Nested Symbols): New node.
10990 (String Field, Symbol Descriptors, Cross-References): Refer to it.
10991
10992 Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10993
10994 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
10995 to picking which Bbss.bss symbol to use, and (because there seems to
10996 be no good way of doing it) re-write some of the text to make it
10997 sound like Bbss.bss isn't such a great idea after all (as currently
10998 designed).
10999
11000 * gdb.texinfo (C): In addition to saying people have to use g++ for
11001 good results, say they have to use stabs. Specifically say cfront
11002 doesn't work well.
11003 (Summary): Merge in information on Modula-2, Pascal, and Chill from
11004 the gdb README. Add xrefs to places where the support for the various
11005 languages is described in detail.
11006
11007 Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11008
11009 * stabs.texinfo: Clean up stuff about visibility and virtual
11010 characters.
11011
11012 * stabs.texinfo (N_M2C): Cite Sun doc.
11013
11014 Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11015
11016 * gdb.texinfo: updates re threads.
11017 * remote.texinfo: avoid index entries starting with digits.
11018
11019 Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11020
11021 * stabs.texinfo (Enumerations): Talk about large, negative and
11022 octal values. Clean up cross reference to type attributes.
11023 (String Field): Say that GDB 4.11 supports size attribute.
11024
11025 Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11026
11027 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
11028 is a mandatory step. Make the stuff about that more concise.
11029
11030 Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11031
11032 * stabs.texinfo (Class Names): New node.
11033
11034 * gdb.texinfo (Command Files): Explain order of init file reading.
11035
11036 * remote.texi (Bootstrapping): Talk about getting the serial driver
11037 to deal with ^C sent by gdb to stop the remote system.
11038
11039 Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
11040
11041 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
11042
11043 * libgdb.texinfo (Defining Commands): made the DOC arg
11044 to gdb_define_app_command a char * instead of char **
11045 per a suggestion from kingdon.
11046
11047 * libgdb.texinfo: total rewrite from a different starting
11048 premise.
11049
11050 Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11051
11052 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
11053 floats passed as doubles (to improve clarity).
11054
11055 Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11056
11057 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
11058
11059 * a4rc.sed: update to work with Andreas Vogel papersize params
11060
11061 * refcard.tex: use Andreas Vogel simplifications of papersize
11062 params; remove useless version info; update copyright date.
11063
11064 Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11065
11066 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
11067
11068 Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11069
11070 * gdb.texinfo (Files): Say what address the load command loads it at.
11071
11072 * stabs.texinfo (Common Blocks): Minor cleanups.
11073
11074 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
11075 that Sun has backed away from the linker kludge and thus the relevant
11076 issue is changes to the SunPRO tools, not the Solaris linker.
11077
11078 * stabs.texinfo (Traditional Integer Types): Clean up description
11079 of octal bounds a little bit. Document extra leading zeroes.
11080
11081 Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11082
11083 * gdb.texinfo (Signaling): Update for symbolic symbol names
11084 and add a section explaining the difference between the GDB
11085 signal command and the shell kill utility.
11086
11087 Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
11088
11089 * libgdb.texinfo: added `@' to braces that were unescaped.
11090
11091 Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
11092
11093 * libgdb.texinfo: new file. Spec for the gdb library.
11094
11095 Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11096
11097 * stabs.texinfo (Include Files): Fix typo (start -> end).
11098
11099 Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11100
11101 * gdb.texinfo, remote.texi: assorted small improvements, mostly
11102 from Melissa at FSF's editing pass.
11103
11104 Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11105
11106 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
11107 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
11108 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
11109
11110 Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11111
11112 * remote.texi (Bootstrapping): Discuss 386 call gates.
11113
11114 Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11115
11116 * stabs.texinfo (Based Variables): New node.
11117
11118 Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
11119
11120 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
11121 names, sizes, and formats to suggest how not to lose.
11122
11123 Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11124
11125 * stabs.texinfo (Methods): Fix typo.
11126
11127 Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11128
11129 * gdb.texinfo: Fix a few typos.
11130
11131 Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11132
11133 * gdb.texinfo: Clarify how well it works with Fortran.
11134
11135 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
11136 More on relocating stabs in ELF files.
11137
11138 Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11139
11140 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
11141
11142 Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11143
11144 * stabs.texinfo (Local Variable Parameters): Talk about nameless
11145 parameters on VAX.
11146
11147 Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11148
11149 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
11150
11151 Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11152
11153 * stabs.texinfo: Make info author notice match the TeX author notice.
11154
11155 Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11156
11157 * stabs.texinfo: Initial-caps all words in node names and
11158 non-trivial words in section names.
11159
11160 Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11161
11162 * stabs.texinfo: Many minor cleanups.
11163
11164 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
11165
11166 Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
11167
11168 * stabs.texinfo: Remove full description of big example.
11169 It's not really helpful; just use pieces of it where appropriate.
11170 Add more Texinfo formatting directives (@samp, etc.).
11171 Use @deffn to define stab types.
11172 Eliminate some wordiness. Break up some nodes.
11173 Add an (alphabetized) index of symbol types.
11174 Use consistent capitalization style in node and section names.
11175
11176 Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
11177
11178 * gdb.texinfo: Change typo "Two two" to "The two".
11179
11180 Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11181
11182 * stabs.texinfo (XCOFF-differences): Remove references to
11183 non-existent types N_DECL and N_RPSYM.
11184
11185 * stabs.texinfo (String Field): Say that type attributes bug is
11186 fixed in GDB 4.10, since it is.
11187
11188 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
11189
11190 Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
11191
11192 * stabs.texinfo: Formatting cleanups.
11193
11194 Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11195
11196 * stabs.texinfo: When explaining the n_type of a stab, standardize
11197 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
11198 no tabs, use @r).
11199 (Global Variables): Clean up.
11200
11201 Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11202
11203 * stabs.texinfo (Stack Variables): Re-write.
11204
11205 Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11206
11207 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
11208 addresses of a source file. Also revise formatting.
11209 Change "object module" or "object file" to "source file".
11210 Various: Miscellaneous cleanups.
11211
11212 Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11213
11214 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
11215
11216 Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
11217
11218 * gdbint.texinfo: Removed many nonsensical machine-collected
11219 host and target conditionals, described some of the remainder.
11220
11221 Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11222
11223 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
11224
11225 * gdbint.texinfo (Top): Add name to @top line, and re-write the
11226 paragraph which follows.
11227
11228 * gdbint.texinfo (Host): Use @code not @samp for Makefile
11229 variables. Looks better and avoids overful hbox.
11230
11231 Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11232
11233 * stabs.texinfo (Procedures): Improve stuff on nested functions.
11234
11235 Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11236
11237 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
11238 retransmit-timeout
11239
11240 Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11241
11242 * gdbint.texinfo: Update statement about `some ancient Unix
11243 systems, like Ultrix 4.0' to Ultrix 4.2.
11244
11245 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
11246
11247 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
11248
11249 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
11250
11251 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
11252 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
11253
11254 * remote.texi: new name for former gdbinv-s.texi
11255
11256 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
11257
11258 Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
11259
11260 * gdbinv-s.texi: Documented timeout and retransmit-timeout
11261 variables for MIPS remote debugging protocol.
11262
11263 Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11264
11265 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
11266
11267 Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
11268
11269 * Makefile.in (refcard.dvi): Use srcdir where necessary.
11270
11271 Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
11272
11273 * gdb.texinfo: repair conditional bugs in text markup
11274
11275 Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11276
11277 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
11278 to select Modula-2 material.
11279
11280 Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11281
11282 * stabs.texinfo: Cleanups regarding statics.
11283
11284 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
11285 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
11286
11287 Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11288
11289 * stabs.texinfo: N_MAIN is sometimes used for C.
11290
11291 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11292
11293 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
11294
11295 Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
11296
11297 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
11298 removed from the code by Kingdon.
11299
11300 Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11301
11302 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
11303 input when evaluating breakpoint conditions; the bug has been fixed.
11304
11305 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
11306 sets the ignore count to N-1, not to N.
11307
11308 Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11309
11310 * refcard.tex (\hoffset): correct longstanding error to match
11311 intended offset; avoids cutting off edge on some printers
11312
11313 Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11314
11315 * stabs.texinfo (Parameters): Say that order of stabs is significant.
11316
11317 Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11318
11319 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
11320
11321 Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11322
11323 * Makefile.in: (REFEDITS) new var to control whether PS or CM
11324 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
11325 collect sed edits if any, apply to refcard before formatting;
11326 (refcard.ps) stop implying PS fonts if PS output requested;
11327 (lrefcard.ps) delete extra target for variant PS fonts
11328
11329 * refcard.tex: parametrize papersize dependent info, collect
11330 in easily replaced spot
11331
11332 * a4rc.sed: new file, edits to refcard for A4 paper
11333
11334 Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11335
11336 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
11337
11338 Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11339
11340 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
11341
11342 Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11343
11344 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
11345 politely rather than rudely.
11346
11347 Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11348
11349 * stabs.texinfo: Document common blocks.
11350
11351 Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
11352
11353 * stabs.texinfo: Add some basic info about stabs-in-elf.
11354
11355 Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11356
11357 * stabs.texinfo (Top): Minor cleanup.
11358
11359 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
11360
11361 * Makefile.in (install-info): remove parentdir support
11362
11363 Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11364
11365 * gdb.texinfo (Copying): delete this node and references to it;
11366 RMS says this manual need not carry GPL. (passim): Improvements
11367 from last round at FSF, largely due to Ian Taylor review, and
11368 minor formatting improvements.
11369
11370 * gdbinv-s.texi (passim): Improvements from last round at FSF,
11371 largely due to Ian Taylor review. (Debug Session): minor edits to
11372 new text.
11373
11374 Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
11375
11376 * Makefile.in (realclean): Remove info and dvi files too.
11377
11378 Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
11379
11380 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
11381 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
11382 * gdb.texinfo: Change accordingly.
11383
11384 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
11385 N_{L,R}BRAC,N_SLINE are relative to.
11386
11387 Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
11388
11389 * Makefile.in (GDBvn.texi): Update atomically.
11390
11391 Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
11392
11393 * gdbinv-s.texi (Debug Session): Document exceptionHook.
11394
11395 Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
11396
11397 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
11398 addresses together. Also motivate the set print symbol-filename
11399 command and suggest other solutions.
11400
11401 Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
11402
11403 * gdb.texinfo (set print elements): Note that the number of
11404 elements is set to unlimited by "set print elements 0".
11405
11406 Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
11407
11408 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
11409 NF_LDOUBLE means.
11410 (Stab Types): Include Solaris stab types.
11411 (Procedures): Document Solaris extensions.
11412
11413 Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11414
11415 * gdb.texinfo: Add `set print symbol-filename' doc.
11416
11417 Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11418
11419 * stabs.texinfo (Arrays): Talk about type definition vs. type
11420 information.
11421
11422 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
11423 the trailing semicolon.
11424
11425 Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11426
11427 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
11428 and merge in other parts of the document addressing these subjects.
11429 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
11430
11431 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
11432 at the end of a range type.
11433
11434 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
11435 AIX extensions.
11436
11437 Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11438
11439 * stabs.texinfo (Stabs Format): Misc fixes.
11440
11441 Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11442
11443 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
11444 (Traditional builtin types): Document convex convention for long long.
11445 (Negative builtin types): Discuss type names, and misc fixes.
11446
11447 Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11448
11449 * stabs.texinfo (Builtin Type Descriptors): Document the floating
11450 point types used with @samp{R} type descriptor.
11451 (Symbol Descriptors): Describe how to handle conflict between
11452 different meanings of @samp{P} symbol descriptor.
11453
11454 Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11455
11456 * stabs.texinfo: Remove node Quick Reference and put its children
11457 directly under the main menu.
11458
11459 * stabs.texinfo: Many more changes to bring it into line with
11460 AIX documentation and reality. I think it now has all the
11461 information from the AIX documentation, except that I burned
11462 out when I got to variant records (Pascal and Modula-2) and
11463 all the COBOL types. Oh well, we can add them later when we're
11464 worrying more about those languages.
11465
11466 * stabs.texinfo (Automatic variables): Talk about what it means
11467 to omit the symbol descriptor.
11468
11469 Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11470
11471 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
11472 gcc2 behavior with promoted args.
11473
11474 Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11475
11476 * gdb.texinfo: include readline appendices in info version of manual
11477
11478 Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11479
11480 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
11481 target remote.
11482
11483 * gdb.texinfo (Machine Code): more index entries for disassemble
11484
11485 Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
11486
11487 * Clarify the intended use of the gdb-testers and gdb-patches
11488 mailing lists, and shrink gzip comment.
11489
11490 Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11491
11492 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
11493 DOSHOST configuration of manual.
11494
11495 * gdb.texinfo (MIPS Stack): new node.
11496
11497 * all-config.texi (MIPS) new switch.
11498
11499 * gdbinv-s.texi (Nindy Options) Remove two instances of future
11500 tense; (MIPS Remote) new node.
11501
11502 * gdb.texinfo (passim) rephrases to work around makeinfo @value
11503 bug; (Environment) less passive, other small cleanups in text about
11504 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
11505 (Remote) new MIPS Remote menu entry.
11506
11507 Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
11508
11509 * stabs.texinfo: Many changes to include information from the
11510 AIX documentation.
11511
11512 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
11513
11514 Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
11515
11516 * gdbint.texinfo (new node Debugging GDB, elsewhere):
11517 Move a bunch of information from ../README.
11518 (Getting Started): New node.
11519
11520 Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11521
11522 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
11523
11524 * gdb.texinfo: advance manual revision dates to present
11525
11526 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
11527 stop using silly Roman numerals in @set variable names
11528
11529 Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
11530
11531 * stabs.texinfo (Parameters): Keep trying to get this right.
11532
11533 Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
11534
11535 * stabs.texinfo (Parameters): More on "local parameters".
11536
11537 Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
11538
11539 * stabs.texinfo (Parameters): Re-do "local parameters" section.
11540
11541 Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
11542
11543 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
11544 (Parameters): Rewrite.
11545 (xcoff-differences, Sun-differences): Minor changes.
11546
11547 Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
11548
11549 * stabs.texinfo: Minor cleanup.
11550
11551 Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
11552
11553 * gdbint.texinfo: Minor xcoff stuff.
11554
11555 Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
11556
11557 * gdbint.texinfo: Update for new config directory structure.
11558 Add info about internal type data structures.
11559
11560 Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
11561
11562 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
11563 $(srcdir).
11564 (gdb-config.texi): Depend on file in $(srcdir).
11565
11566 Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
11567
11568 * stabs.texinfo: Fixes about N_SO.
11569
11570 Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11571
11572 * gdb.texinfo: include list of nonstandard init file names
11573
11574 * *-config.texi: new switch GENERIC for text that applies *only*
11575 to (usual) multiple-target version of manual
11576
11577 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
11578 h8 config
11579
11580 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
11581 in menus (rather than conditionally selected multiple alternative
11582 menus).
11583
11584 * Makefile.in: define and use DOC_CONFIG var to select
11585 configuration for GDB user manual.
11586
11587 * gdb-config.texi: delete from repository, generate from Makefile.
11588
11589 * all-config.texi: normal `generic' configuration file, formerly
11590 stored as gdb-config.texi
11591
11592 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
11593
11594 * Makefile.in: add dvi target to build all .dvi files
11595
11596 Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11597
11598 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
11599
11600 Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
11601
11602 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
11603 host conditionals.
11604 * stabs.texinfo: More array fixes inspired by Jim's.
11605
11606 Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
11607
11608 * stabs.texinfo: Fixes re arrays and continuations.
11609
11610 * gdbint.texinfo: Add XCOFF node.
11611
11612 Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
11613
11614 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
11615
11616 Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
11617
11618 * stabs.texinfo: Fix for array types to mention lower bounds.
11619
11620 Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
11621
11622 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
11623
11624 Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
11625
11626 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
11627
11628 Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
11629
11630 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
11631 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
11632
11633 Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
11634
11635 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
11636
11637 Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11638
11639 * gdb.texinfo, gdbinv-s.texi: misc updates
11640
11641 Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
11642
11643 * gdbint.texinfo: Brief documentation for longjmp support,
11644 from an email msg by Stu.
11645
11646 Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
11647
11648 * stabs.texinfo: Fix description of floating point "range"
11649 types (which really define basic types). Reported by Jim Meehan,
11650 <meehan@src.dec.com>.
11651
11652 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
11653
11654 Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
11655
11656 * gdbint.texinfo: Slightly expand section on supporting a new
11657 object file format.
11658
11659 Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
11660
11661 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
11662 intermediate file.
11663
11664 Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11665
11666 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
11667
11668 Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11669
11670 * gdbinv-s.texi: z8000 simulator target name is just "sim"
11671
11672 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
11673 as well as Z8002.
11674
11675 Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
11676
11677 * gdbint.texinfo: Add sections on clean design and on how to send
11678 in changes.
11679
11680 Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
11681
11682 * gdbint.texinfo: Add how to declare the result of make_cleanup.
11683
11684 Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
11685
11686 * gdb.texinfo: Fix typo, reported by Karl Berry.
11687
11688 Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
11689
11690 * gdb.texinfo: Add opcodes dir to GDB distribution description.
11691
11692 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11693
11694 * gdbint.texinfo: fixed a stray email address (needs @@),
11695 added @table @code to node "Native Conditionals"
11696
11697 Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
11698
11699 * gdbint.texinfo: Describe coding style of GDB.
11700
11701 Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
11702
11703 * stabs.texinfo: Minor wording changes.
11704
11705 Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
11706
11707 * gdbint.texinfo: Improve release doc slightly.
11708
11709 Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
11710
11711 * gdbint.texinfo: Improve doc of GDB config macros.
11712
11713 Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
11714
11715 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
11716 These will be reinserted when examined.
11717
11718 Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
11719
11720 * gdbint.texinfo: Make a start at documenting all the #if macros
11721 in GDB. At least list them all, and start separating them into
11722 host-specific and target-specific.
11723
11724 Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11725
11726 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
11727 examples (not consistent w others).
11728 gdb.texinfo: issue disclaimer paragraph on cmdline options only
11729 for generic vn of doc
11730
11731 Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
11732
11733 * Makefile.in: always create installation directories.
11734
11735 Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11736
11737 * gdb.texinfo: in h8 config, do not describe searching commands.
11738
11739 Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11740
11741 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
11742 conditionals; introduce a few generic switches that may be
11743 useful for other cross-dev or dos-hosted configs.
11744
11745 * gdb.texinfo: fix typo in "info reg" description
11746
11747 Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
11748
11749 * stabs.texinfo: Minor updates from running TeX over it.
11750 * Makefile.in (stabs.dvi, stabs.ps): Add.
11751
11752 Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
11753
11754 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
11755 First pass at converting it to texinfo.
11756
11757 Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
11758
11759 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
11760 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
11761
11762 Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
11763
11764 * gdbint.texinfo: Add section on partial symbol tables.
11765
11766 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
11767
11768 * gdb.texinfo: document `set remotedebug' and `set
11769 rstack_high_address'.
11770
11771 Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11772
11773 * gdb.texinfo: slight expansion of new text on reading info files
11774 * gdbinv-s.m4.in: correct and expand info on cross-debugging
11775 H8/300 from DOS.
11776
11777 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
11778
11779 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
11780
11781 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
11782
11783 * gdb.texinfo: Say how to read the `info' files.
11784
11785 Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
11786
11787 * Makefile.in: gm4 -> m4.
11788
11789 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
11790
11791 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
11792 Documentation' ahead of `Installing GDB' to match README.
11793 Update shared library doc, -readnow and -mapped, and directory
11794 structure (add glob and mmalloc). Update configure doc.
11795
11796 Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
11797
11798 * Makefile.in: remove $(srcdir) from gdb.info rule.
11799
11800 Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11801
11802 * Makefile.in: commented out gdb-all.texinfo rule. This is
11803 temporary.
11804
11805 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
11806
11807 * Makefile.in, configure.in: removed traces of namesubdir,
11808 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
11809 copyrights to '92, '13, changed some from Cygnus to FSF.
11810
11811 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
11812
11813 * gdb.texinfo: Improve how we ask for bug reports.
11814
11815 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11816
11817 * Makefile.in: infodir belongs in datadir.
11818
11819 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11820
11821 * Makefile.in: remove spaces following hyphens, bsd make can't
11822 cope. install using INSTALL_DATA. added clean-info. added
11823 standards.text support.
11824
11825 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11826
11827 * Makefile.in: idestdir and ddestdir go away. Added copyrights
11828 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
11829 and mandir now keyed off datadir by default.
11830
11831 \f
11832 Local Variables:
11833 mode: change-log
11834 left-margin: 8
11835 fill-column: 74
11836 version-control: never
11837 coding: utf-8
11838 End: