Add missing ChangeLog entries.
[binutils-gdb.git] / gdb / doc / ChangeLog
1 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
2
3 * python.texi (Recordings In Python): New section.
4
5 2017-02-14 Tom Tromey <tom@tromey.com>
6
7 PR python/13598:
8 * python.texi (Events In Python): Document events.before_prompt.
9
10 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
11
12 * gdb.texinfo (Target Commands): Document the optional offset
13 argument for the load command.
14
15 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
16
17 PR gdb/21122
18 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
19 space-separated breakpoint lists. Also add a missing @table command
20 and @cindex for breakpoint lists.
21
22 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
23
24 PR tdep/20936
25 * gdb.texinfo: (Standard Target Features): Document SPARC features.
26 (Sparc Features): New node.
27
28 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
29
30 * gdb.texinfo (i386 Features): Add system segment registers
31 as feature.
32
33 2017-01-24 Simon Marchi <simon.marchi@ericsson.com>
34
35 * python.texi (Events In Python): Fix typo.
36
37 2017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
38 Luis Machado <lgustavo@codesourcery.com>
39
40 * gdb.texinfo (-target-flash-erase): New MI command description.
41 (flash-erase): New CLI command description.
42
43 2017-01-04 John Baldwin <jhb@FreeBSD.org>
44
45 * gdb.texinfo (Contributors): Add SRI International and University
46 of Cambridge for FreeBSD/mips.
47
48 2016-12-22 Doug Evans <xdje42@gmail.com>
49
50 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
51 commands.
52
53 2016-12-02 Pedro Alves <palves@redhat.com>
54
55 * gdb.texinfo (User-defined Commands): Limit on number of
56 arguments passed to user-defined commands removed; update.
57
58 2016-12-02 Pedro Alves <palves@redhat.com>
59
60 PR cli/20559
61 * gdb.texinfo (Define): Add example of using "eval" to process a
62 variable number of arguments.
63 (Output) <eval>: Add anchor.
64
65 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
66
67 * Makefile.in: Likewise.
68
69 2016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
70
71 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
72 xref.
73
74 2016-10-29 Pedro Alves <palves@redhat.com>
75
76 * gdb.texinfo (Packets) <vCont>: Remove mention of default
77 actions.
78
79 2016-10-26 Pedro Alves <palves@redhat.com>
80
81 * gdb.texinfo (Packets): Clarify vCont packets with multiple
82 actions that match a thread, and what happens when an action
83 matches a thread that is already running.
84
85 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
86
87 * gdb.texinfo (Using Trace Files): Fix typo.
88 (GDB/MI Tracepoint Commands): Likewise.
89
90 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
91
92 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
93 of -trace-save.
94
95 2016-10-06 Tom Tromey <tom@tromey.com>
96
97 * guile.texi (Types In Guile): Remove Java mentions.
98 * python.texi (Types In Python): Remove Java mentions.
99 * gdb.texinfo (Address Locations, Supported Languages)
100 (Index Section Format): Remove Java mentions.
101
102 2016-08-15 Doug Evans <dje@google.com>
103
104 * gdb.texinfo (Target Description Format): Update docs on "end"
105 field spec and field default type.
106
107 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
108 2016-10-03 Simon Marchi <simon.marchi@ericsson.com>
109
110 PR gdb/20487
111 * gdb.texinfo (Context management): Update mention of frame
112 change notifications.
113 (gdb/mi Async Records): Document frame field in
114 =thread-select event.
115 * observer.texi (GDB Observers): New user_selected_context_changed
116 observer.
117
118 2016-09-28 Tom Tromey <tom@tromey.com>
119
120 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
121 than "memory breakpoint". Further document "kind". Move
122 protocol-details link earlier.
123 <z1>: Document the cmd_list argument. Fix typo.
124 <g>: Remove incorrect sentence.
125 (Stop Reply Packets): Document "OK" response to requests when in
126 non-stop mode.
127 <swbreak>: Use "software breakpoint" rather than "memory
128 breakpoint".
129 <create>: Document that "R" is ignored.
130 <W, X, w>: Document formatting of "AA".
131 (Notification Packets): Use "%Stop", not "%%Stop".
132
133 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
134
135 * gdb.texinfo (Embedded Processors): Document ARC.
136 (Synopsys ARC): New section.
137 (Standard Target Features): Document ARC features.
138 (ARC Features): New section.
139
140 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
141
142 * .gitignore: New file.
143
144 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
145
146 * gdb.texinfo (Input/Output): Mention possibility to unset
147 inferior-tty.
148
149 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
150
151 * gdb.texinfo: Resume btrace on reconnect.
152
153 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
154
155 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
156 syscall.
157
158 2016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
159
160 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
161 command.
162
163 2016-07-13 Tom Tromey <tom@tromey.com>
164
165 PR python/15620, PR python/18620:
166 * python.texi (Events In Python): Document new breakpoint events.
167
168 2016-07-13 Tom Tromey <tom@tromey.com>
169
170 PR python/17698:
171 * python.texi (Breakpoints In Python): Document
172 Breakpoint.pending.
173
174 2016-07-13 Tom Tromey <tom@tromey.com>
175
176 * python.texi (Breakpoints In Python): Move table of types and
177 table of watchpoint types earlier in node.
178
179 2016-07-12 Tom Tromey <tom@tromey.com>
180
181 PR python/19293:
182 * python.texi (Frames In Python): Document
183 gdb.invalidate_cached_frames.
184
185 2016-06-21 Pedro Alves <palves@redhat.com>
186
187 * gdb.texinfo (Interpreters): Update intepreter-exec section,
188 document new-ui and explain use case.
189
190 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
191
192 * gdb.texinfo (Standard Target Features): Document NDS32 features.
193 (NDS32 Features): New Section.
194
195 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
196
197 * gdb.texinfo (Examining Memory): Document negative repeat
198 count in the 'x' command.
199
200 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
201
202 * gdb.texinfo (GDB/MI Async Records): Document method and
203 format fields in =record-started.
204 * observer.texi (record_changed): Add method and format
205 parameters.
206
207 2016-05-27 Eli Zaretskii <eliz@gnu.org>
208
209 * gdb.texinfo (General Query Packets): Move the description of the
210 response before the long list of the specific 'read' and 'write'
211 requests.
212
213 2016-05-23 Tom Tromey <tom@tromey.com>
214
215 * python.texi (Basic Python): Document gdb.breakpoints return.
216
217 2016-05-24 Tom Tromey <tom@tromey.com>
218
219 PR gdb/19194:
220 * gdb.texinfo (gdb man): Fix typo.
221
222 2016-05-17 Tom Tromey <tom@tromey.com>
223
224 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
225 (Rust): New node.
226
227 2016-05-17 Tom Tromey <tom@tromey.com>
228
229 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
230
231 2016-04-27 Yao Qi <yao.qi@linaro.org>
232
233 * gdb.texinfo (tfind): Complete doc about tfind without
234 argument.
235
236 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
237
238 * agentexpr.texi (byte): Fix zero_ext description.
239
240 2016-03-31 Pedro Alves <palves@redhat.com>
241
242 * gdb.texinfo (M32R/SDI): Delete node.
243 (MIPS Embedded): Remove references to the MIPS remote debugging
244 protocol, PMON and variants, and the associated commands.
245
246 2016-03-15 Doug Evans <dje@google.com>
247
248 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
249 (Target Description Format): Mention enum types. Update docs on
250 flags types.
251 (Predefined Target Types): Add "bool".
252 (Enum Target Types): New node.
253
254 2016-03-15 Pedro Alves <palves@redhat.com>
255
256 * gdb.texinfo (Tracepoint Actions): Fix typo.
257
258 2016-03-15 Pedro Alves <palves@redhat.com>
259 Andreas Arnez <arnez@linux.vnet.ibm.com>
260 Marcin Kościelnicki <koriakin@0x04.net>
261
262 * gdb.texinfo (Tracepoint Actions): Document possible
263 unreliability of '$_ret'.
264
265 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
266
267 * gdb.texinfo (Symbols): Document new 'maint info line-table'
268 command.
269
270 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
271
272 * gdb.texinfo (Convenience Functions): Document $_as_string.
273
274 2016-02-23 Doug Evans <dje@google.com>
275
276 * gdb.texinfo (Skipping Over Functions and Files): Document new
277 options to "skip" command. Update docs of output of "info skip".
278
279 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
280
281 * gdb.texinfo (Signals): Add bound violation display hints for
282 a SIGSEGV.
283
284 2016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
285
286 * gdb.texinfo (Trace File Format): Add documentation for description
287 section lines.
288
289 2016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
290
291 * gdb.texinfo (Trace File Format): Remove misleading information
292 about register block ordering.
293
294 2016-02-01 Doug Evans <dje@google.com>
295
296 * gdb.texinfo (Value Sizes): Fix typo.
297
298 2016-02-01 Doug Evans <dje@google.com>
299
300 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
301
302 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
303
304 * gdb.texinfo (Value Sizes): New section.
305 (Data): Add the 'Value Sizes' node to the menu.
306
307 2016-01-26 John Baldwin <jhb@FreeBSD.org>
308
309 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
310
311 2016-01-19 John Baldwin <jhb@FreeBSD.org>
312
313 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
314
315 2016-01-18 Pedro Alves <palves@redhat.com>
316
317 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
318 of the thread that hit a breakpoint or received a signal.
319
320 2016-01-15 Pedro Alves <palves@redhat.com>
321
322 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
323
324 2016-01-13 Pedro Alves <palves@redhat.com>
325
326 * gdb.texinfo (Threads): Document the $_gthread convenience
327 variable.
328 (Convenience Vars): Likewise.
329
330 2016-01-13 Pedro Alves <palves@redhat.com>
331
332 * gdb.texinfo (Threads): Document "info threads -gid".
333
334 2016-01-13 Pedro Alves <palves@redhat.com>
335
336 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
337 anchor.
338 (Threads In Python): Document new InferiorThread.global_num
339 attribute.
340
341 2016-01-07 Pedro Alves <palves@redhat.com>
342
343 * gdb.texinfo (Threads): Document per-inferior thread IDs,
344 qualified thread IDs, global thread IDs and thread ID lists.
345 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
346 thread IDs.
347 (Convenience Vars): Document the $_thread convenience variable.
348 (Ada Tasks): Adjust to refer to thread IDs.
349 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
350 Commands, GDB/MI Variable Objects): Update to mention global
351 thread IDs.
352 * guile.texi (Breakpoints In Guile)
353 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
354 global thread IDs instead of thread IDs.
355 * python.texi (Threads In Python): Adjust documentation of
356 InferiorThread.num.
357 (Breakpoint.thread): Mention global thread IDs instead of thread
358 IDs.
359
360 2016-01-13 Pedro Alves <palves@redhat.com>
361
362 * python.texi (Threads In Python): Document
363 InferiorThread.inferior.
364
365 2016-01-13 Pedro Alves <palves@redhat.com>
366
367 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
368 convenience variable.
369 (Convenience Vars): Likewise.
370
371 2016-01-12 Josh Stone <jistone@redhat.com>
372 Philippe Waroquiers <philippe.waroquiers@skynet.be>
373
374 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
375 (Stop Reply Packets): List the syscall entry and return stop reasons.
376 (General Query Packets): Describe QCatchSyscalls, and add it to the
377 table and the detailed list of stub features.
378
379 2016-01-12 Pedro Alves <palves@redhat.com>
380
381 Remove use of the registered trademark symbol throughout.
382
383 2016-01-12 Yao Qi <yao.qi@linaro.org>
384
385 * gdb.texinfo (Interrupts): Update the document on handling
386 interrupt when program is stopped.
387
388 2015-12-11 Don Breazeal <donb@codesourcery.com>
389
390 * gdb.texinfo (Forks): Correct Linux kernel version where
391 fork and exec events are supported, add notes about support
392 of these events in target remote mode.
393 (Connecting): Reorganize and clarify distinctions between
394 target remote, extended-remote, and multiprocess.
395 Reorganize related text from separate sections into new
396 sections.
397 (Server): Note effects of target extended-remote mode.
398 Delete section on Multi-Process Mode for gdbserver.
399 Move some text to "Connecting" node.
400
401 2015-12-10 Pedro Alves <palves@redhat.com>
402
403 * gdb.texinfo (Threads): Replace warning with explanation
404 about single-threaded programs.
405
406 2015-12-10 Pedro Alves <palves@redhat.com>
407
408 * gdb.texinfo (Threads): Remove mention of SGI.
409 (Forks): Remove mention of HP-UX.
410 (Breakpoints): Remove mention of HP-UX.
411 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
412 Reword in terms of architectures.
413 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
414 mention supported systems.
415 (Convenience Vars): Don't mention HP-UX.
416 (Jumping): Remove mention of HP-UX in comment.
417 (Files) <shared libraries>: Update supported shared library types
418 list. Remove mention of HP-UX.
419 (Native): Remove HP-UX subsection.
420 (SVR4 Process Information): Remove mention of HP-UX.
421
422 2015-12-10 Pedro Alves <palves@redhat.com>
423
424 * gdb.texinfo (Stack): Reorder menu.
425
426 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
427
428 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
429 -var-set-format's new zero-hexadecimal format.
430
431 2015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
432
433 * gdb.texinfo (Ada Mode Into): Move overloading support
434 description to its own node.
435 (Overloading support for Ada): New node.
436
437 2015-11-30 Pedro Alves <palves@redhat.com>
438
439 PR 14618
440 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
441 (Remote Configuration): Add the "set/show remote
442 no-resumed-stop-reply" to the available settings table.
443 (General Query Packets): Document the "no-resumed" qSupported
444 feature.
445
446 2015-11-30 Pedro Alves <palves@redhat.com>
447
448 * gdb.texinfo (Remote Configuration): List "set/show remote
449 thread-events" command in configuration table.
450 (Stop Reply Packets): Document "T05 create" stop
451 reason and 'w' stop reply.
452 (General Query Packets): Document QThreadEvents packet. Document
453 QThreadEvents qSupported feature.
454
455 2015-11-30 Pedro Alves <palves@redhat.com>
456
457 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
458 anchor.
459 (Packets): Document vCtrlC.
460
461 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
462
463 * gdb.texinfo (Thread List Format): Mention thread names.
464
465 2015-11-24 Pedro Alves <palves@redhat.com>
466
467 PR 17539
468 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
469 program-spaces" example to ascending order listing.
470 (Threads): Adjust "info threads" example to ascending order
471 listing.
472 (Forks): Adjust "info inferiors" example to ascending order
473 listing.
474
475 2015-11-04 Markus Metzger <markus.t.metzger@intel.com>
476
477 * gdb.texinfo (Process Record and Replay): Document "record
478 instruction-history" modifiers.
479
480 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
481
482 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
483 description.
484 (Frame Filter Management): Move to later in the 'Examining the
485 Stack' chapter.
486 (Selection): Add entry for 'select-frame'.
487
488 2015-09-25 Doug Evans <dje@google.com>
489
490 * gdb.texinfo (Process Record and Replay): Fix syntax of
491 "record instruction-history begin, end" and
492 "record function-call-history begin, end".
493
494 2015-09-22 Simon Marchi <simon.marchi@ericsson.com>
495
496 * gdb.texinfo (Specifying Source Directories): Fix
497 substitute-path example.
498
499 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
500
501 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
502
503 2015-09-15 Pedro Alves <palves@redhat.com>
504
505 PR remote/18965
506 * gdb.texinfo (Stop Reply Packets): Revert previous change to
507 the vforkdone description.
508
509 2015-09-15 Pedro Alves <palves@redhat.com>
510
511 PR remote/18965
512 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
513 part indicates the thread ID of the parent process.
514
515 2015-09-15 Yao Qi <yao.qi@linaro.org>
516
517 * gdb.texinfo (General Query Packets): Add vContSupported to
518 tables of 'gdbfeatures' and 'stub features' supported in the
519 qSupported packet, as well as to the list containing stub
520 feature details.
521
522 2015-09-11 Don Breazeal <donb@codesourcery.com>
523
524 * gdb.texinfo (Remote Configuration): Add exec event
525 feature to table of packet settings.
526 (Stop Reply Packets): Add exec events to the list of stop
527 reasons.
528 (General Query Packets): Add exec events to tables of
529 'gdbfeatures' and 'stub features' supported in the qSupported
530 packet, as well as to the list containing stub feature
531 details.
532
533 2015-08-24 Pedro Alves <palves@redhat.com>
534
535 * gdb.texinfo (Remote Configuration): Document the "set/show
536 remote multiprocess-extensions-packet" commands.
537
538 2015-08-24 Pedro Alves <palves@redhat.com>
539
540 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
541 <M32R>: Remove references to M32R/D.
542 <M68K>: Remove references to target dbug.
543 <MIPS Embedded>: Remove references to target r3900 and target
544 array.
545 <PowerPC Embedded>: Remove references to target dink32 and target
546 ppcbug, target sds
547 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
548
549 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
550
551 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
552
553 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
554
555 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
556
557 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
558
559 * gdb.texinfo (Maintenance Commands): Move documentation of "main
560 info bfds" to...
561 (File Caching): A New section. Outline bfd caching, and add new
562 description for "main set/show bfd-sharing".
563
564 2015-08-14 Doug Evans <xdje42@gmail.com>
565
566 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
567 disassembly.
568 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
569
570 2015-08-11 Keith Seitz <keiths@redhat.com>
571
572 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
573 Use "location(s)"instead of "linespec(s)".
574 (Specifying a Location): Rewrite.
575 Add subsections describing linespec, address, and explicit locations.
576 Add node/menu for each subsection.
577 (Source and Machine Code, C Preprocessor Macros)
578 (Create and Delete Trace points)
579 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
580 (Continuing at a Different Address): Remove "linespec" examples.
581 Add reference to "Specify a Location"
582 (The -break-insert Command): Rewrite. Add anchor.
583 Add reference to appropriate manual section discussing locations.
584 (The -dprintf-insert Command): Refer to -break-insert for
585 specification of 'location'.
586
587 2015-08-07 Pedro Alves <palves@redhat.com>
588
589 * gdb.texinfo (Maintenance Commands): Document "maint set/show
590 target-non-stop".
591
592 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
593
594 * gdb.texinfo (Process Record and Replay): Document prefixing of
595 speculatively executed instructions in the "record instruction-history"
596 command.
597
598 2015-07-20 Doug Evans <dje@google.com>
599
600 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
601
602 2015-07-16 Doug Evans <dje@google.com>
603
604 * stabs.texinfo: @include gdb-cfg.texi.
605
606 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
607
608 Revert the previous 2 commits:
609 gdbserver build-id attribute generator
610 Validate symbol file using build-id
611
612 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
613
614 * gdb.texinfo (Files): Add 'set validate-build-id'
615 and 'show validate-build-id'.
616
617 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
618 Jan Kratochvil <jan.kratochvil@redhat.com>
619
620 gdbserver build-id attribute generator.
621 * gdb.texinfo (Library List Format for SVR4 Targets): Add
622 'build-id' in description, example, new attribute in dtd.
623
624 2015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
625
626 * gdb.texinfo (Selection): Update documentation for 'frame'
627 command.
628
629 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
630
631 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
632 commands.
633
634 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
635
636 * gdb.texinfo (Process Record and Replay): Spell out that variables
637 and registers are not available during btrace replay.
638 Describe the new "record btrace pt" command.
639 Describe the new "set|show record btrace pt buffer-size" options.
640 (General Query Packets): Describe the new Qbtrace:pt and
641 Qbtrace-conf:pt:size packets.
642 Expand "bts" to "Branch Trace Store".
643 Update the branch trace DTD.
644
645 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
646
647 * gdb.texinfo (Command History): Document the new option
648 "history remove-duplicates".
649
650 2015-06-19 Doug Evans <dje@google.com>
651
652 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
653 longer supported.
654
655 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
656
657 * gdb.texinfo (Command History): Mention that setting
658 GDBHISTSIZE to the empty string disables history truncation.
659
660 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
661
662 PR gdb/16999
663 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
664 behavior.
665
666 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
667
668 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
669 with GDBHISTSIZE.
670
671 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
672
673 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
674 bytes and memory units for -data-{read,write}-memory-bytes.
675 (Packets): Same for m, M and X packets.
676 * python.texi (Inferiors In Python): Same for read_memory and
677 write_memory.
678
679 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
680
681 * gdb.texinfo (Separate Debug Files): Document that PE is also
682 supported.
683
684 2015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
685
686 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
687 single table entry.
688
689 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
690
691 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
692
693
694 2015-06-10 Gary Benson <gbenson@redhat.com>
695
696 * gdb.texinfo (Remote Configuration): Document the
697 "set/show remote hostio-setfs-packet" command.
698 (Host I/O Packets): Document the vFile:setfs packet.
699
700 2015-06-10 Gary Benson <gbenson@redhat.com>
701
702 * gdb.texinfo (Debugging Output): Document the "set/show debug
703 linux-namespaces" command.
704
705 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
706 Mircea Gherzan <mircea.gherzan@intel.com>
707
708 * gdb.texinfo (i386): Add documentation about "show mpx bound"
709 and "set mpx bound".
710
711 2015-05-27 Doug Evans <dje@google.com>
712
713 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
714
715 2015-05-26 Doug Evans <dje@google.com>
716
717 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
718 command renamings.
719 (Maintenance Commands): Update for DWARF "set debug" command renamings.
720
721 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
722
723 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
724
725 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
726
727 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
728 (TUI Commands): Add 'tui enable' and 'tui disable' details.
729
730 2015-05-16 Doug Evans <xdje42@gmail.com>
731
732 * guile.texi (Memory Ports in Guile): Document support for unbuffered
733 memory ports.
734
735 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
736
737 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
738
739 2015-05-12 Don Breazeal <donb@codesourcery.com>
740
741 * gdb.texinfo (Forks): Note that fork debugging is
742 supported in extended mode.
743 (Remote Configuration): Add fork event features to table
744 of packet settings.
745 (Stop Reply Packets): Add fork events to list of stop reasons.
746 (General Query Packets): Add fork events to tables of
747 'gdbfeatures' and 'stub features' supported in the qSupported
748 packet, as well as to the list containing stub feature
749 details.
750
751 2015-05-12 Gary Benson <gbenson@redhat.com>
752
753 * gdb.texinfo (General Query Packets): Document
754 qXfer:exec-file:read with empty annex.
755
756 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
757
758 * python.texi (Values From Inferior): Add descriptions of new
759 methods gdb.Value.reference_value and gdb.Value.const_value.
760
761 2015-05-06 Joel Brobecker <brobecker@adacore.com>
762
763 * gdb.texinfo (Files): Add "info dll" documentation.
764 (Cygwin Native): Remove "info dll" documentation.
765
766 2015-04-29 Doug Evans <dje@google.com>
767
768 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
769 Document.
770 (Writing an Xmethod): Add get_result_type to example.
771
772 2015-04-28 Sasha Smundak <asmundak@google.com>
773
774 * python.texi: New method documented.
775
776 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
777
778 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
779 format.
780
781 2015-04-24 Doug Evans <dje@google.com>
782
783 * python.texi (Xmethods In Python): Fix name of method to call the
784 xmethod.
785
786 2015-04-17 Gary Benson <gbenson@redhat.com>
787
788 * gdb.texinfo (Connecting to a Remote Target): Mention that
789 GDB can access program files from remote targets that support
790 qXfer:exec-file:read and Host I/O packets.
791
792 2015-04-17 Gary Benson <gbenson@redhat.com>
793
794 * gdb.texinfo (Remote Configuration): Document the "set/show
795 remote pid-to-exec-file-packet" command.
796 (General Query Packets): Document the qXfer:exec-file:read
797 qSupported features. Document the qXfer:exec-file:read packet.
798
799 2015-04-17 Gary Benson <gbenson@redhat.com>
800
801 * gdb.texinfo (set sysroot): Document that "set sysroot" also
802 applies to executable paths if supplied to GDB as absolute.
803
804 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
805
806 * gdb.texinfo (Mode Options): Remove -xdb.
807
808 2015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
809 Eli Zaretskii <eliz@gnu.org>
810
811 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
812 compile, show debug compile. New subsection Compilation options for
813 the compile command. New subsection Compiler search for the compile
814 command.
815
816 2015-04-09 Andy Wingo <wingo@igalia.com>
817
818 * guile.texi (Frames In Guile): Describe frame-read-register.
819
820 2015-04-02 Gary Benson <gbenson@redhat.com>
821
822 * gdb.texinfo (set sysroot): Document "target:".
823
824 2015-04-01 Sasha Smundak <asmundak@google.com>
825
826 * doc/python.texi (Writing a Frame Unwinder in Python): Add
827 section.
828
829 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
830
831 PR corefiles/16092
832 * gdb.texinfo (gcore): Mention new command 'set
833 use-coredump-filter'.
834 (set use-coredump-filter): Document new command.
835
836 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
837
838 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
839 documentation, reorder the info os entries in alphabetical order.
840
841 2015-03-26 Simon Marchi <simon.marchi@ericsson.com>
842
843 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
844 -data-write-memory-bytes.
845
846 2015-03-24 Pedro Alves <palves@redhat.com>
847
848 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
849 mention that threads may sometimes run unlocked.
850
851 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
852
853 * gdb.texinfo (Remote configuration): Document "set/show
854 serial parity" command.
855
856 2015-03-18 Gary Benson <gbenson@redhat.com>
857
858 * gdb.texinfo (General Query Packets): Remove documentation
859 for now-removed vFile:fstat qSupported features.
860
861 2015-03-11 Gary Benson <gbenson@redhat.com>
862
863 * gdb.texinfo (Remote Configuration): Document the
864 "set/show remote hostio-fstat-packet" command.
865 (General Query Packets): Document the vFile:fstat
866 qSupported features.
867 (Host I/O Packets): Document the vFile:fstat packet.
868
869 2015-03-11 Andy Wingo <wingo@igalia.com>
870
871 * guile.texi (Objfiles In Guile): Document objfile-progspace.
872
873 2015-03-04 Pedro Alves <palves@redhat.com>
874
875 * gdb.texinfo (Remote Configuration): Document the "set/show
876 remote swbreak-feature-packet" and "set/show remote
877 hwbreak-feature-packet" commands.
878 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
879 decription.
880 (Stop Reply Packets): Document the swbreak and hwbreak stop
881 reasons.
882 (General Query Packets): Document the swbreak and hwbreak
883 qSupported features.
884 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
885
886 2015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
887
888 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
889 under *stopped.
890
891 2015-03-02 Doug Evans <xdje42@gmail.com>
892
893 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
894
895 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
896
897 * gdb.texinfo (S/390 and System z Features): Describe new feature
898 "org.gnu.gdb.s390.vx".
899
900 2015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
901
902 PR gdb/18008
903 * gdb.texinfo (maint internal-error, maint internal-warning, maint
904 demangler-warning): Fix typo ("problam").
905
906 2015-02-19 David Taylor <dtaylor@emc.com>
907
908 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
909
910 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
911
912 * gdb.texinfo (Static Probe Points): Add cindex `static probe
913 point, DTrace'.
914 (Static Probe Points): Modified to cover DTrace probes in addition
915 to SystemTap probes. Also modified to cover the `enable probe'
916 and `disable probe' commands.
917
918 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
919
920 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
921 `disable probe' commands.
922
923 2015-02-12 David Taylor <dtaylor@emc.com>
924
925 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
926 fields of the QTDV packet.
927
928 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
929
930 * gdb.texinfo (Branch Trace Configuration Format): Add size.
931 (Process Record and Replay): Describe new set|show commands.
932 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
933
934 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
935
936 * gdb.texinfo (Process Record and Replay): Describe the "record
937 btrace bts" command.
938 (General Query Packets): Describe qXfer:btrace-conf:read packet.
939 (Branch Trace Configuration Format): New.
940
941 2015-01-31 Gary Benson <gbenson@redhat.com>
942 Doug Evans <dje@google.com>
943
944 * gdb.texinfo (Command Completion): Document new
945 "set/show max-completions" option.
946
947 2015-01-31 Doug Evans <xdje42@gmail.com>
948
949 * gdb.texinfo (Symbols): Document new commands
950 "maint print symbol-cache", "maint print symbol-cache-statistics",
951 "maint flush-symbol-cache". Document new option
952 "maint set symbol-cache-size".
953
954 2015-01-31 Doug Evans <xdje42@gmail.com>
955
956 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
957 distinguish script files vs inlined scripts.
958 * python.texi (Python Auto-loading): Ditto.
959
960 2015-01-30 Doug Evans <dje@google.com>
961
962 * gdb.texinfo (Symbols) <info source>: Output now contains producer
963 string if present.
964
965 2015-01-27 Doug Evans <dje@google.com>
966
967 * python.texi (Objfiles In Python): Document Objfile.username.
968
969 2015-01-27 Doug Evans <dje@google.com>
970
971 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
972 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
973
974 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
975
976 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
977
978 2015-01-16 Eli Zaretskii <eliz@gnu.org>
979
980 * doc/gdb.texinfo (TUI Commands): Document the possible
981 values of NAME argument to 'winheight' command. Explain the
982 effect of 'tabset' setting better.
983
984 2015-01-11 Doug Evans <xdje42@gmail.com>
985
986 PR gdb/15830
987 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
988 (Symbols): Ditto.
989 (Maintenance Commands): Delete docs for "maint demangle".
990
991 2014-12-31 Joel Brobecker <brobecker@adacore.com>
992
993 * gdb.texinfo (Files): Remove documentation of the
994 "add-shared-symbol-files" and "assf" commands.
995 (Cygwin Native): Remove documentation of the "dll-symbols"
996 command.
997
998 2014-12-17 Doug Evans <xdje42@gmail.com>
999
1000 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
1001
1002 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
1003 Jan Kratochvil <jan.kratochvil@redhat.com>
1004
1005 * gdb.texinfo (Altering): Update.
1006 (Compiling and Injecting Code): New node.
1007
1008 2014-12-12 Doug Evans <dje@google.com>
1009
1010 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
1011
1012 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1013
1014 * gdb.texinfo: Document "maint print user-registers".
1015
1016 2014-12-08 Doug Evans <dje@google.com>
1017
1018 * python.texi (Objfiles In Python): Document Objfile.owner.
1019
1020 2014-12-04 Doug Evans <dje@google.com>
1021
1022 * python.texi (Objfiles In Python): Document
1023 Objfile.add_separate_debug_file.
1024
1025 2014-12-04 Doug Evans <dje@google.com>
1026
1027 * python.texi (Objfiles In Python): Document Objfile.build_id.
1028
1029 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
1030
1031 * python.texi (Events In Python): Document new events
1032 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
1033 and RegisterChangedEvent.
1034
1035 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1036
1037 Add add-auto-load-scripts-directory.
1038 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
1039 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
1040
1041 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1042
1043 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
1044 description typo.
1045
1046 2014-10-30 Doug Evans <dje@google.com>
1047
1048 * python.texi (Progspaces In Python): Document ability to add
1049 random attributes to gdb.Progspace objects.
1050 (Objfiles In Python): Document ability to add random attributes to
1051 gdb.objfile objects.
1052
1053 2014-10-27 Pedro Alves <palves@redhat.com>
1054
1055 * gdb.texinfo (Continuing and Stepping): Add cross reference to
1056 info on stepping and signal handlers.
1057 (Signals): Explain stepping and signal handlers. Add context
1058 index entry, and cross references.
1059
1060 2014-10-20 Simon Marchi <simon.marchi@ericsson.com>
1061
1062 * python.texi (Breakpoints In Python): Add parenthesis after
1063 Breakpoint.delete. Clarify Breakpoint.enabled description so
1064 that it contains "disable".
1065
1066 2014-10-17 Doug Evans <dje@google.com>
1067
1068 * python.texi (Events In Python): Document clear_objfiles event.
1069
1070 2014-10-17 Doug Evans <dje@google.com>
1071
1072 * python.texi (Objfiles In Python): Document new progspace attribute.
1073
1074 2014-10-17 Pedro Alves <palves@redhat.com>
1075
1076 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
1077 (SVR4 Process Information): Delete mention of OSF/1.
1078
1079 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
1080
1081 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
1082 exit-code field in -list-thread-groups output.
1083
1084 2014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1085
1086 * gdb.texinfo (Set Breaks): Add missing "@end table".
1087
1088 2014-09-22 Pedro Alves <palves@redhat.com>
1089
1090 * gdb.texinfo (Set Breaks): Document that "set breakpoint
1091 always-inserted off" is the default mode now. Delete
1092 documentation of "set breakpoint always-inserted auto".
1093
1094 2014-09-18 Doug Evans <dje@google.com>
1095
1096 * python.texi (Symbol Tables In Python): Document "producer"
1097 attribute of gdb.Symtab objects.
1098
1099 2014-09-16 Pedro Alves <palves@redhat.com>
1100
1101 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
1102 (Embedded OS): Remove VxWorks menu entry.
1103 (VxWorks): Remove node.
1104
1105 2014-09-13 Doug Evans <xdje42@gmail.com>
1106
1107 * gdb.texinfo (Signaling): Document new queue-signal command.
1108
1109 2014-09-06 Doug Evans <xdje42@gmail.com>
1110
1111 PR 15276
1112 * gdb.texinfo (Convenience Funs): Document $_caller_is,
1113 $_caller_matches, $_any_caller_is, $_any_caller_matches.
1114
1115 2014-09-03 Justin Lebar <jlebar@google.com>
1116
1117 * python.texi (Types In Python): Type.template_argument(n) returns a
1118 gdb.Value or a gdb.Type and throws an exception if n is out of
1119 range.
1120
1121 2014-09-03 Sasha Smundak <asmundak@google.com>
1122
1123 * python.texi (Frames in Python): Add read_register description.
1124
1125 2014-08-04 Tom Tromey <tromey@redhat.com>
1126
1127 * gdb.texinfo (Debugging Output): Update for change to "set debug
1128 target".
1129
1130 2014-08-01 Masaki Muranaka <monaka@monami-software.com>
1131
1132 Pushed by Joel Brobecker <brobecker@adacore.com>.
1133 * Makefile.in (transform): New variable.
1134 (install-man1, install-man5): Apply $(transform) to man file names.
1135
1136 2014-07-26 Doug Evans <xdje42@gmail.com>
1137
1138 PR guile/17177
1139 * guile.texi (Guile Pretty Printing API): Fix typo.
1140 Document set-pretty-printers!, pretty-printers.
1141 (Selecting Guile Pretty-Printers): Update.
1142 Mention program-space based pretty-printers.
1143
1144 2014-07-25 Pedro Alves <palves@redhat.com>
1145 Eli Zaretskii <eliz@gnu.org>
1146
1147 * gdb.texinfo (Signaling) <signal command>: Explain what happens
1148 with multi-threaded programs.
1149
1150 2014-06-27 Yao Qi <yao@codesourcery.com>
1151
1152 * gdb.texinfo (Maintenance Commands): Update the output of
1153 'maint print dummy-frames' command.
1154
1155 2014-06-24 Eli Zaretskii <eliz@gnu.org>
1156
1157 * gdb.texinfo (Screen Size): Improve indexing.
1158
1159 2014-06-19 Gary Benson <gbenson@redhat.com>
1160
1161 * gdb.texinfo (Maintenance Commands): Document new
1162 "maint set/show catch-demangler-crashes" option.
1163
1164 2014-06-19 Gary Benson <gbenson@redhat.com>
1165
1166 * gdb.texinfo (Maintenance Commands): Document new
1167 "maint demangler-warning" command and new
1168 "maint set/show demangler-warning" option.
1169
1170 2014-06-09 Siva Chandra Reddy <sivachandra@google.com>
1171
1172 * python.texi (Xmethod API): Add space before the opening
1173 parenthesis in function descriptions.
1174
1175 2014-06-06 Doug Evans <xdje42@gmail.com>
1176
1177 * guile.texi (Guile Configuration): Document guile-data-directory.
1178
1179 2014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
1180
1181 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
1182
1183 2014-06-04 Doug Evans <xdje42@gmail.com>
1184
1185 * guile.texi (Breakpoints In Guile): Update.
1186
1187 2014-06-03 Joel Brobecker <brobecker@adacore.com>
1188
1189 * python.texi (Xmethod API): Fix reference to "Progspaces In
1190 Python".
1191
1192 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
1193
1194 * python.texi (Xmethods In Python, XMethod API)
1195 (Writing an Xmethod): New nodes.
1196 (Python API): New menu entries "Xmethods In Python",
1197 "Xmethod API", "Writing an Xmethod".
1198
1199 2014-06-02 Doug Evans <xdje42@gmail.com>
1200
1201 * guile.texi (Guile API): Add entry for Parameters In Guile.
1202 (GDB Scheme Data Types): Mention <gdb:parameter> object.
1203 (Parameters In Guile): New node.
1204
1205 2014-06-02 Doug Evans <xdje42@gmail.com>
1206
1207 * guile.texi (Guile API): Add entry for Commands In Guile.
1208 (Basic Guile) <parse-and-eval>: Add reference.
1209 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
1210 (GDB Scheme Data Types): Mention <gdb:command> object.
1211 (Commands In Guile): New node.
1212
1213 2014-06-02 Doug Evans <xdje42@gmail.com>
1214
1215 * guile.texi (Guile API): Add entry for Progspaces In Guile.
1216 (GDB Scheme Data Types): Mention <gdb:progspace> object.
1217 (Progspaces In Guile): New node.
1218
1219 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
1220
1221 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
1222 * python.texi (Frames In Python): Mention
1223 gdb.FRAME_UNWIND_MEMORY_ERROR.
1224
1225 2014-05-29 Pedro Alves <palves@redhat.com>
1226 Tom Tromey <tromey@redhat.com>
1227
1228 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
1229 from example.
1230 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
1231 Mention that target-async is now deprecated.
1232 (Maintenance Commands): Document maint set/show target-async.
1233
1234 2014-05-29 Pedro Alves <palves@redhat.com>
1235
1236 * observer.texi (sync_execution_done, command_error): New
1237 subjects.
1238
1239 2014-05-29 Pedro Alves <palves@redhat.com>
1240
1241 PR gdb/13860
1242 * observer.texi (signal_received, end_stepping_range)
1243 (signal_exited, exited, no_history): New observer subjects.
1244
1245 2014-05-26 Andy Wingo <wingo@igalia.com>
1246
1247 * guile.texi (GDB Scheme Data Types): Remove documentation for
1248 removed interfaces. Update spelling of gdb-object-kind.
1249
1250 2014-05-26 Andy Wingo <wingo@igalia.com>
1251
1252 * guile.texi (Basic Guile): Fix some typos.
1253
1254 2014-05-26 Andy Wingo <wingo@igalia.com>
1255
1256 * guile.texi (Writing a Guile Pretty-Printer)
1257 (Guile Types Module): Fix excess parentheses in use-modules forms.
1258
1259 2014-05-24 Eli Zaretskii <eliz@gnu.org>
1260
1261 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
1262 (Breakpoints In Guile, Guile Printing Module)
1263 (Guile Exception Handling, Values From Inferior In Guile)
1264 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
1265 Don't use @var at the beginning of a sentence.
1266
1267 * gdb.texinfo (Frame Filter Management, Trace Files)
1268 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
1269 (PowerPC Embedded, Define, Annotations for Running)
1270 (IPA Protocol Commands, Packets, General Query Packets)
1271 (Tracepoint Packets, Notification Packets, Environment)
1272 (Inferiors and Programs, Set Breaks, Set Catchpoints)
1273 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
1274 (Frames, Backtrace, Selection, Expressions, Registers)
1275 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
1276 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
1277 (Source Annotations, Using JIT Debug Info Readers, Packets)
1278 (Stop Reply Packets, Host I/O Packets)
1279 (Target Description Format): Don't use @var at the beginning of a
1280 sentence.
1281
1282 * python.texi (Basic Python, Types In Python)
1283 (Commands In Python, Frames In Python, Line Tables In Python)
1284 (Breakpoints In Python, gdb.printing, gdb.types)
1285 (Type Printing API): Don't use @var at the beginning of a
1286 sentence.
1287
1288 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
1289
1290 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
1291 replay-memory-access".
1292
1293 2014-05-21 Pedro Alves <palves@redhat.com>
1294
1295 * gdb.texinfo (Starting): Document "set/show
1296 auto-connect-native-target".
1297 (Target Commands): Document "target native".
1298
1299 2014-05-20 Pedro Alves <palves@redhat.com>
1300
1301 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
1302 not be remote specific. Add cross reference to the qCRC packet.
1303 (Separate Debug Files): Update cross reference to the qCRC packet.
1304 (General Query Packets) <qCRC packet>: Add anchor.
1305
1306 2014-05-17 Doug Evans <xdje42@gmail.com>
1307
1308 Copy over changes from guile.texi.
1309 * python.texi (Basic Python) <gdb.execute>: Add text.
1310 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
1311 (Values From Inferior) <Python string>: Add text.
1312 (Values From Inferior) <Value.string>: Clarify string length handling.
1313 (Pretty Printing API): Add cindex.
1314 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
1315 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
1316 @vindex.
1317 (Commands In Python) <COMPLETE_*>: Similarly.
1318 (Symbols In Python) <SYMBOL_*>: Similarly.
1319 (Breakpoints In Python) <WP_*>: Similarly.
1320 (Breakpoints In Python) <BP_*>: Similarly.
1321
1322 2014-05-17 David Taylor <dtaylor@emc.com>
1323
1324 * gdb.texinfo (General Query Packets): Add a note about thread IDs
1325 mentioned in the qfThreadInfo reply.
1326
1327 2014-05-16 Doug Evans <dje@google.com>
1328
1329 * gdb.texinfo (Mode Options): Add -D.
1330
1331 2014-05-09 Samuel Bronson <naesten@gmail.com>
1332
1333 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
1334 "make -C".
1335
1336 2014-04-29 Tom Tromey <tromey@redhat.com>
1337
1338 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
1339 "show debug varobj".
1340
1341 2014-05-01 David Taylor <dtaylor@emc.com>
1342
1343 * gdb.texinfo (compare-sections): Document the new -r (read-only)
1344 option.
1345
1346 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
1347 Walfred Tedeschi <walfred.tedeschi@intel.com>
1348
1349 * gdb.texinfo (i386 Features): Add description of AVX512
1350 registers.
1351
1352 2014-03-31 Doug Evans <dje@google.com>
1353
1354 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
1355
1356 2014-03-30 Doug Evans <dje@google.com>
1357
1358 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
1359 (Background Execution): Ditto.
1360
1361 2014-03-21 Pedro Alves <palves@redhat.com>
1362 Stan Shebs <stan@codesourcery.com>
1363 Hui Zhu <hui@codesourcery.com>
1364
1365 * gdb.texinfo (Packets): Add anchor to "? packet".
1366 Remove fixme and update introduction of "k packet".
1367 Add anchor to "vKill packet".
1368
1369 2014-03-12 Stan Shebs <stan@codesourcery.com>
1370
1371 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
1372
1373 2014-02-26 Ludovic Courtès <ludo@gnu.org>
1374
1375 * guile.texi (Basic Guile): Document 'history-append!'.
1376
1377 2014-02-20 Joel Brobecker <brobecker@adacore.com>
1378
1379 * gdb.texinfo (Files): Document "add-shared-symbol-files"
1380 and "assf" as being deprecated.
1381 (Cygwin Native): Likewise for "dll-symbols".
1382 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
1383 as a way to force the loading of symbols from a DLL.
1384
1385 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1386
1387 * python.texi (Values From Inferior): Add description about the
1388 new feature.
1389
1390 2014-02-17 Doug Evans <xdje42@gmail.com>
1391
1392 * Makefile.in (GDB_DOC_FILES): Add python.texi.
1393 * gdb.texinfo (Python): Moved to ...
1394 * python.texi: ... here. New file.
1395
1396 2014-02-17 Ludovic Courtès <ludo@gnu.org>
1397
1398 * guile.texi (Writing a Guile Pretty-Printer) <example>:
1399 Remove 'string-begins-with' procedure. Add 'pretty-printer'
1400 parameter to 'str-lookup-function' procedure. Look for
1401 the "std::string<" prefix.
1402 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
1403 Adjust description.
1404
1405 2014-02-11 Tejas Belagod <tejas.belagod@arm.com>
1406
1407 * guile.texi (Values From Inferior In Guile): Remove stray
1408 parantheses for deffn.
1409 (Disassembly In Guile): Ditto.
1410
1411 2014-02-10 Stan Shebs <stan@codesourcery.com>
1412
1413 Add Doxygen support.
1414 * Makefile.in (doxy): New action, generates Doxygen files.
1415 (DOXYGEN): New.
1416 (doxyedit): New.
1417 * Doxyfile-base.in: New file.
1418 * Doxyfile-gdb-api.in: New file.
1419 * Doxyfile-gdb-xref.in: New file.
1420 * Doxyfile-gdbserver.in: New file.
1421 * doxy-index.in: New file.
1422 * filter-for-doxygen: New file.
1423 * filter-params.pl: New file.
1424
1425 2014-02-10 Doug Evans <xdje42@gmail.com>
1426
1427 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
1428 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
1429 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
1430 (Guile docs): Include guile.texi.
1431 (objfile-gdbdotext file): Add objfile-gdb.scm.
1432 (dotdebug_gdb_scripts section): Mention Guile scripts.
1433 (Multiple Extension Languages): New node.
1434 * guile.texi: New file.
1435
1436 2014-01-28 Joel Brobecker <brobecker@adacore.com>
1437
1438 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
1439 ignore-descriptive-types". commands.
1440
1441 2014-01-22 Doug Evans <dje@google.com>
1442
1443 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
1444 (gdbserver man): Ditto.
1445
1446 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1447
1448 * gdb.texinfo: Document limited reverse/replay support
1449 for target record-btrace.
1450
1451 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1452
1453 * gdb.texinfo (Process Record and Replay): Update documentation.
1454
1455 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1456
1457 * gdb.texinfo (Process Record and Replay): Document new /c
1458 modifier accepted by "record function-call-history".
1459 Add /i modifier to "record function-call-history" example.
1460
1461 2014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
1462 Joel Brobecker <brobecker@adacore.com>
1463
1464 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
1465 markers. Remove one that was misplaced.
1466
1467 2014-01-10 Pedro Alves <palves@redhat.com>
1468
1469 * gdb.texinfo (Your Program's Environment) <set environment>:
1470 Mention the shell, and point at 'set exec-wrapper'.
1471
1472 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1473
1474 * gdb.texinfo (Types In Python): Document new attribute Types.name.
1475
1476 2013-12-30 Joel Brobecker <brobecker@adacore.com>
1477
1478 * gdb.texinfo (Types In Python): Clarify the documentation
1479 of attribute gdb.Field.bitpos.
1480
1481 2013-12-28 Joel Brobecker <brobecker@adacore.com>
1482
1483 * gdb.texinfo (Types In Python): Fix the documentation of
1484 attribute "bitpos" in class gdb.Field for enum types. Add
1485 documentation for attribute "enumval" in that same class.
1486
1487 2013-12-28 Joel Brobecker <brobecker@adacore.com>
1488
1489 * gdb.texinfo (GDB/MI Support Commands): Change @table into
1490 @ftable.
1491
1492 2013-12-23 Doug Evans <xdje42@gmail.com>
1493
1494 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
1495 auto-loaded objfile scripts and .debug_gdb_scripts section to their
1496 corresponding section in Extending GDB.
1497 (Extending GDB): Move menu up. New menu item "Auto-loading
1498 extensions".
1499 (Sequences): New menu item "Auto-loading sequences".
1500 (Auto-loading sequences): New node.
1501 (Python): Rename section from Scripting GDB to Extending GDB.
1502 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
1503 Move docs on ways to auto-load extensions to ...
1504 (Auto-loading extensions): ... here. New node.
1505
1506 2013-12-23 Joel Brobecker <brobecker@adacore.com>
1507
1508 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
1509 in menu.
1510 (GDB/MI Variable Objects): Adjust reference to "-list-features"
1511 command, now in a new node.
1512 (GDB/MI Support Commands): New node, with its contents being
1513 extracted from the "GDB/MI Miscellaneous Commands" node.
1514 A small paragraph introducing the section is also added at
1515 the start.
1516 (GDB/MI Miscellaneous Commands): Delete the description of the
1517 -info-gdb-mi-command, -list-features and -list-target-features
1518 commands, now hosted in the "GDB/MI Support Commands" node.
1519
1520 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
1521
1522 PR python/16113
1523 * gdb.texinfo (Values From Inferior): Add a note about using
1524 gdb.Field objects as subscripts on gdb.Value objects.
1525 (Types In Python): Add description about the new attribute
1526 "parent_type" of gdb.Field objects.
1527
1528 2013-12-12 Joel Brobecker <brobecker@adacore.com>
1529
1530 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
1531 entry for section docuumenting the -list-features GDB/MI command.
1532
1533 2013-12-10 Joel Brobecker <brobecker@adacore.com>
1534
1535 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1536 "exec-run-start-option" entry in the output of the "-list-features"
1537 command.
1538
1539 2013-12-04 Eli Zaretskii <eliz@gnu.org>
1540
1541 * gdb.texinfo (i386): Fix yesterday's commit.
1542
1543 2013-12-03 Tom Tromey <tromey@redhat.com>
1544
1545 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
1546 documented here.
1547
1548 2013-12-03 Tom Tromey <tromey@redhat.com>
1549
1550 * gdb.texinfo (@direntry): Add menu item for gdbserver.
1551
1552 2013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
1553
1554 * gdb.texinfo (i386 Features): Add MPX feature registers.
1555 (x86 Specific featuresx86 Architecture-specific Issues): Adds
1556 a subsubsection for MPX and describes the display of the
1557 boundary registers.
1558
1559 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1560
1561 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
1562 documentation of the "ada-exceptions" entry.
1563
1564 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1565
1566 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
1567 "^error" result record concerning the error message. Document
1568 the error code that may also be part of that result record.
1569 (GDB/MI Miscellaneous Commands): Document the
1570 "undefined-command-error-code" element in the output of
1571 the "-list-features" GDB/MI command.
1572
1573 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1574
1575 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1576 the new -info-gdb-mi-command GDB/MI command. Document
1577 the meaning of "-info-gdb-mi-command" in the output of
1578 -list-features.
1579
1580 2013-11-29 Pedro Alves <palves@redhat.com>
1581
1582 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
1583 Update comment.
1584
1585 2013-11-24 Yao Qi <yao@codesourcery.com>
1586
1587 * gdb.texinfo (Caching Remote Data): Document new
1588 "set/show stack-cache" option.
1589
1590 2013-11-24 Yao Qi <yao@codesourcery.com>
1591
1592 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
1593 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
1594 "off" respectively.
1595
1596 2013-11-23 Yao Qi <yao@codesourcery.com>
1597
1598 * gdb.texinfo (GDB/MI Variable Objects): Add the description
1599 of "displayhint" to the table about child results.
1600
1601 2013-11-21 Yao Qi <yao@codesourcery.com>
1602
1603 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
1604 'dynamic' for the output of command -var-list-children.
1605
1606 2013-11-21 Yao Qi <yao@codesourcery.com>
1607
1608 * gdb.texinfo (Caching Target Data): Remove "see" before
1609 @pxref.
1610
1611 2013-11-20 Yao Qi <yao@codesourcery.com>
1612
1613 * gdb.texinfo (Caching Target Data): Update doc for
1614 per-address-space dcache.
1615
1616 2013-11-20 Yao Qi <yao@codesourcery.com>
1617
1618 * gdb.texinfo (Data): Rename menu item.
1619 (Caching Remote Data): Rename to ...
1620 (Caching Target Data): ... it. Update.
1621
1622 2013-11-18 Joel Brobecker <brobecker@adacore.com>
1623
1624 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1625 "language-option" entry in the output of the "-list-features"
1626 command.
1627
1628 2013-11-15 Tom Tromey <tromey@redhat.com>
1629
1630 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
1631 Add example.
1632
1633 2013-11-14 Tom Tromey <tromey@redhat.com>
1634
1635 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
1636
1637 2013-11-14 Joel Brobecker <brobecker@adacore.com>
1638
1639 * gdb.texinfo (Show): Add xref anchor for "show language" command.
1640 (Context management): Place current subsection text into its own
1641 subsubsection. Add new subsubsection describing the "--language"
1642 command option.
1643
1644 2013-11-13 Joel Brobecker <brobecker@adacore.com>
1645
1646 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
1647 the documentation of "info-ada-exceptions" in the output
1648 of the "-list-features" command. Add the documentation
1649 of the "ada-exception" entry instead.
1650
1651 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1652
1653
1654 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
1655 word of a couple of sentences to start with a capital letter.
1656
1657 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1658
1659 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
1660 (Ada Exceptions): New node.
1661 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
1662 Commands" node.
1663 (GDB/MI Ada Exceptions Commands): New node.
1664 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
1665 field in the output of the "-list-features" command.
1666 * NEWS: Add entry for the new "info exceptions" CLI command,
1667 and for the new "-info-ada-exceptions" GDB/MI command.
1668
1669 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
1670
1671 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
1672 (Line Tables In Python): New node.
1673
1674 2013-11-08 Doug Evans <dje@google.com>
1675
1676 * gdb.texinfo (Debugging Output): Update text for
1677 "set debug dwarf2-read".
1678
1679 2013-11-08 Doug Evans <dje@google.com>
1680
1681 * gdb.texinfo (Debugging Output): Update text for
1682 "set debug symtab-create".
1683
1684 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1685
1686 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
1687 constant.
1688
1689 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1690
1691 * gdb.texinfo (Breakpoints In Python): Document temporary
1692 option in breakpoint constructor, and add documentation to the
1693 temporary attribute.
1694
1695 2013-11-07 Yao Qi <yao@codesourcery.com>
1696
1697 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
1698 output of "-var-info-expression".
1699
1700 2013-11-06 Pedro Alves <palves@redhat.com>
1701
1702 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
1703 non-interactive mode.
1704 (Environment) <shell startup files warning>: Mention
1705 non-interactive mode. Mention .zshenv for Z shell, and talk about
1706 BASH_ENV instead of .bashrc for BASH.
1707
1708 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
1709
1710 * gdb.texinfo (Commands to Specify Files): Add description
1711 of the remove-symbol-file command.
1712 * observer.texi: New free_objfile event
1713
1714 2013-10-24 Pedro Alves <palves@redhat.com>
1715
1716 * gdb.texinfo (Starting): Document set/show startup-with-shell.
1717
1718 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1719
1720 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
1721 New subsection inside which the "-catch-load" and "-catch-unload"
1722 commands documentation is now placed.
1723 (Ada Exception GDB/MI Catchpoint Commands): New subsection
1724 documenting the "-catch-assert" and "-catch-exception" new
1725 GDB/MI commands.
1726
1727 2013-10-10 Joel Brobecker <brobecker@adacore.com>
1728
1729 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
1730
1731 2013-10-10 Joel Brobecker <brobecker@adacore.com>
1732
1733 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
1734 serial baud".
1735 (Remote Configuration): Replace "set remotebaud" by "set serial
1736 baud". Replace "show remotebaud" by "show serial baud".
1737
1738 2013-10-07 Pedro Alves <palves@redhat.com>
1739
1740 PR breakpoints/11568
1741 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
1742 when the thread is removed from the thread list.
1743
1744 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1745
1746 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
1747 Update entry for $_exitcode.
1748
1749 2013-10-04 Joel Brobecker <brobecker@adacore.com>
1750
1751 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
1752 new "--start" option.
1753
1754 2013-10-02 Pedro Alves <palves@redhat.com>
1755
1756 * gdb.texinfo (Registers): Expand description of saved registers
1757 in frames. Explain <not saved>.
1758
1759 2013-09-25 Doug Evans <dje@google.com>
1760
1761 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
1762
1763 2013-09-16 Stan Shebs <stan@codesourcery.com>
1764
1765 Remove the internals manual gdbint.texinfo.
1766 * Makefile.in (INFO_DEPS): Remove gdbint.info.
1767 (PDFFILES): Remove gdbint.pdf.
1768 (HTMLFILES): Remove gdbint/index.html.
1769 (HTMLFILES_INSTALL): Remove gdbint.
1770 (GDBINT_DOC_FILES): Remove.
1771 (dvi): Remove gdbint.dvi.
1772 (ps): Remove gdbint.ps.
1773 * gdbint.texinfo: Remove file.
1774 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
1775
1776 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1777
1778 * gdb.texinfo (Convenience Functions): Mention new convenience
1779 function $_isvoid.
1780
1781 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1782
1783 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
1784 (Standard Target Features): Add new node to menu.
1785 (S/390 and System z Features): New node.
1786
1787 2013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
1788
1789 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
1790 -list-target-features in the example.
1791
1792 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1793
1794 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
1795 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
1796
1797 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1798
1799 Sync documentation with gdb.base/gnu-debugdata.exp.
1800 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
1801
1802 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1803
1804 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
1805
1806 2013-08-27 Pedro Alves <pedro@codesourcery.com>
1807 Yao Qi <yao@codesourcery.com>
1808
1809 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
1810 Document new --skip-unavailable option.
1811 <-stack-list-variables>: Document new --skip-unavailable option.
1812
1813 2013-08-26 Doug Evans <dje@google.com>
1814
1815 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
1816 an optional regexp.
1817
1818 2013-08-13 Tom Tromey <tromey@redhat.com>
1819
1820 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
1821 Document GDB_PARALLEL and GDB_INOTIFY.
1822
1823 2013-08-09 Stan Shebs <stan@codesourcery.com>
1824
1825 * LRS: Remove file, describes a long-abandoned live-range
1826 splitting extension to stabs.
1827
1828 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
1829
1830 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
1831
1832 2013-07-17 Doug Evans <dje@google.com>
1833
1834 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
1835
1836 2013-07-02 Tom Tromey <tromey@redhat.com>
1837
1838 * gdb.texinfo (Target Commands): Don't mention "target nrom".
1839
1840 2013-06-28 Tom Tromey <tromey@redhat.com>
1841
1842 * Makefile.in (version.subst): Use version.in, not
1843 common/version.in.
1844 * gdbint.texinfo (Versions and Branches, Releasing GDB):
1845 Likewise.
1846
1847 2013-06-27 Pedro Alves <palves@redhat.com>
1848
1849 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
1850 dynamic symbol resolution code>: New section, based on infrun.c
1851 comment.
1852
1853 2013-06-26 Tom Tromey <tromey@redhat.com>
1854
1855 * gdbint.texinfo (Versions and Branches): Use common/version.in.
1856 Update.
1857 (Releasing GDB): Likewise.
1858
1859 2013-06-26 Pedro Alves <pedro@codesourcery.com>
1860 Yao Qi <yao@codesourcery.com>
1861
1862 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
1863 -trace-frame-collected.
1864
1865 2013-06-26 Pedro Alves <pedro@codesourcery.com>
1866
1867 * gdb.texinfo (Traceframe Info Format): Document tvar element
1868 and its attributes.
1869
1870 2013-06-25 Yao Qi <yao@codesourcery.com>
1871
1872 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
1873
1874 2013-06-24 Tom Tromey <tromey@redhat.com>
1875
1876 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
1877 (GDBvn.texi): Use version.subst.
1878 (version.subst): New target.
1879 (mostlyclean): Remove version.subst.
1880
1881 2013-06-20 Pedro Alves <pedro@codesourcery.com>
1882
1883 * gdb.texinfo (GDB/MI Data Manipulation)
1884 <-data-list-register-values>: Document the --skip-unavailable
1885 option.
1886
1887 2013-06-07 Yao Qi <yao@codesourcery.com>
1888
1889 * gdb.texinfo (Symbols): Add kindex and cindex for
1890 'maint print msymbols'.
1891
1892 2013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
1893
1894 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
1895 response field name (thread-group to inferior).
1896
1897 2013-06-04 Gary Benson <gbenson@redhat.com>
1898
1899 * gdb.texinfo (General Query Packets/qSupported): Added
1900 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
1901 to the table of currently defined stub features.
1902 Added a more detailed entry for "augmented-libraries-svr4-read".
1903 (General Query Packets/qXfer:libraries-svr4:read): Documented
1904 the augmented form of this packet.
1905
1906 2013-05-23 Joel Brobecker <brobecker@adacore.com>
1907
1908 * gdb.texinfo (System-wide Configuration Scripts): Renames
1909 "Installed System-wide Configuration Scripts". Add associated
1910 @menu block.
1911
1912 2013-05-23 Yao Qi <yao@codesourcery.com>
1913 Pedro Alves <palves@redhat.com>
1914
1915 * gdb.texinfo (Packets): Document 'vCont;r'.
1916 (Continuing and Stepping): Document target-assisted range
1917 stepping, and the 'set range-stepping' and 'show range-stepping'
1918 commands.
1919
1920 2013-05-23 Joel Brobecker <brobecker@adacore.com>
1921
1922 * gdb.texinfo (Installed System-wide Configuration Scripts):
1923 Add subsection describing the scripts now available under
1924 the data-dir's system-gdbbinit subdirectory.
1925 * NEWS: Add entry announcing the availability of system-wide
1926 configuration scripts for ElinOS and Wind River Linux.
1927
1928 2013-05-21 Hui Zhu <hui@codesourcery.com>
1929
1930 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
1931 "-dprintf-insert" command.
1932
1933 2013-05-17 Doug Evans <dje@google.com>
1934
1935 * gdb.texinfo (Maintenance Commands): Update doc for
1936 "maint check-psymtabs". Add doc for "maint check-symtabs",
1937 "maint expand-symtabs".
1938
1939 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
1940
1941 * gdb.texinfo (Process Record and Replay): Document the
1942 "record goto" command and its sub-commands.
1943
1944 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
1945
1946 * gdb.texinfo (Backtrace): Add "no-filter" argument.
1947 (Python API): Add Frame Filters API, Frame Wrapper API,
1948 Writing a Frame Filter/Wrapper, Managing Management of Frame
1949 Filters chapter entries.
1950 (Frame Filters API): New Node.
1951 (Frame Wrapper API): New Node.
1952 (Writing a Frame Filter): New Node.
1953 (Managing Frame Filters): New Node.
1954 (Progspaces In Python): Add note about frame_filters attribute.
1955 (Objfiles in Python): Ditto.
1956 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
1957 @anchors and --no-frame-filters option to -stack-list-variables,
1958 -stack-list-frames, -stack-list-locals and -stack-list-arguments
1959 commands.
1960
1961 2013-05-08 Joel Brobecker <brobecker@adacore.com>
1962
1963 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
1964 Support" subsection documenting the XML format used to transfer
1965 shared library info on AIX.
1966
1967 2013-05-08 Joel Brobecker <brobecker@adacore.com>
1968
1969 * gdb.texinfo (Debugging Output): Add documentation of
1970 "set debug aix-solib" and "show debug aix-solib" commands.
1971
1972 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1973
1974 * gdb.texinfo (Nios II): New section.
1975 (Nios II Features): New section.
1976
1977 2013-05-06 Joel Brobecker <brobecker@adacore.com>
1978
1979 * gdbint.texinfo (Algorithms): Remove entries documenting
1980 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
1981 SOLIB_CREATE_INFERIOR_HOOK.
1982
1983 2013-04-29 Tom Tromey <tromey@redhat.com>
1984
1985 PR python/14204:
1986 * gdb.texinfo (Python API): Fix menu entry.
1987 (Blocks In Python): Fix subsubsection text. Rewrite intro.
1988 Define global and static block. Add example. Clarify
1989 block relationship for inline functions.
1990
1991 2013-04-29 Tom Tromey <tromey@redhat.com>
1992
1993 * gdb.texinfo (Python API): Mention Python help and keyword
1994 arguments. Move pagination text to Basic Python.
1995 (Basic Python): Put pagination text here. Document
1996 close-on-exec, SIGCHLD, and SIGINT.
1997
1998 2013-04-19 Pedro Alves <palves@redhat.com>
1999
2000 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
2001 "signedness" instead of "signness".
2002
2003 2013-04-19 Pedro Alves <palves@redhat.com>
2004
2005 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
2006 -Wno-pointer-sign text with text on -Wpointer-sign.
2007
2008 2013-04-16 Tom Tromey <tromey@redhat.com>
2009
2010 * gdb.texinfo (Set Catchpoints): Mention earliest version of
2011 GCC that has the SDT probe points.
2012
2013 2013-04-15 Tom Tromey <tromey@redhat.com>
2014
2015 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
2016 exception catchpoints.
2017
2018 2013-04-15 Tom Tromey <tromey@redhat.com>
2019
2020 * gdb.texinfo (Set Catchpoints): Document $_exception.
2021 (Convenience Vars): Mention $_exception.
2022
2023 2013-04-15 Tom Tromey <tromey@redhat.com>
2024
2025 * gdb.texinfo (Set Catchpoints): Reorganize exception
2026 catchpoints. Document "catch rethrow".
2027 (Debugging C Plus Plus): Mention "catch rethrow".
2028
2029 2013-04-15 Tom Tromey <tromey@redhat.com>
2030
2031 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
2032
2033 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2034 Eli Zaretskii <eliz@gnu.org>
2035
2036 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
2037 line below the sample output.
2038
2039 2013-04-12 Eli Zaretskii <eliz@gnu.org>
2040
2041 * gdb.texinfo (Mode Options): Document '-configuration'.
2042 (Help): Document "show configuration".
2043 (Bug Reporting): Add requirements to include the configuration
2044 details in bug reports.
2045
2046 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2047
2048 * Makefile.in (MAN1S): Add gcore.1.
2049 Remove "Host, target, and site specific Makefile fragments" comment.
2050 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
2051 (install-man1, uninstall-man1): Conditionalize gcore.1.
2052 (gcore.1): New.
2053 * gdb.texinfo (Man Pages): Add gcore man.
2054 (gcore man): New node.
2055
2056 2013-04-10 Pedro Alves <palves@redhat.com>
2057
2058 * gdb.texinfo (Process Record and Replay): Document that "set
2059 record full insn-number-max", "set record
2060 instruction-history-size" and "set record
2061 function-call-history-size" accept "unlimited".
2062 (Backtrace): Document that "set backtrace limit" accepts
2063 "unlimited".
2064 (List): Document that "set listsize" accepts "unlimited".
2065 (Print Settings)" Document that "set print max-symbolic-offset",
2066 "set print elements" and "set print repeats" accept "unlimited".
2067 (Starting and Stopping Trace Experiments): Document that "set
2068 trace-buffer-size" accepts "unlimited".
2069 (Remote Configuration): Document that "set tcp connect-timeout"
2070 accepts "unlimited".
2071 (Command History): Document that "set history size" accepts
2072 "unlimited".
2073 (Screen Size): Document that "set height" and "set width" accepts
2074 "unlimited". Adjust "set pagination"'s description to suggest
2075 "set height unlimited" instead of "set height 0".
2076
2077 2013-04-10 Yao Qi <yao@codesourcery.com>
2078
2079 * gdb.texinfo (Trace Files): Add "target ctf".
2080
2081 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2082
2083 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
2084
2085 * Makefile.in (install-man1, install-man5, uninstall-man1)
2086 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
2087
2088 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
2089
2090 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2091 Eli Zaretskii <eliz@gnu.org>
2092
2093 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
2094 parameters order. Remove "On some targets" for --attach. Document the
2095 --multi parameter and extended-remote command. Document all the
2096 options.
2097
2098 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2099
2100 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
2101 the list of supported languages.
2102
2103 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2104
2105 Convert man pages to texinfo, new gdbinit.5 texinfo page.
2106 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
2107 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
2108 (diststuff): Add man.
2109 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
2110 (uninstall-man5): New.
2111 (STAGESTUFF): Add *.1 and *.5.
2112 (GDBvn.texi): Add SYSTEM_GDBINIT.
2113 (gdb.1, gdbserver.1, gdbinit.5): New.
2114 (maintainer-clean realclean): Add $(MANS).
2115 (install): Add install-man.
2116 (uninstall): Add uninstall-man.
2117 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
2118 (@copying): Wrap it by @c man begin COPYRIGHT.
2119 (Top): Add Man Pages.
2120 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
2121
2122 2013-04-02 Pedro Alves <palves@redhat.com>
2123
2124 * gdb.texinfo (Debugging Output): Document "set/show debug
2125 aarch64", "set/show debug coff-pe-read" and "set/show debug
2126 mach-o".
2127
2128 2013-04-02 Pedro Alves <palves@redhat.com>
2129
2130 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2131 table>: Add entry for "trace-buffer-size".
2132
2133 2013-03-28 Pedro Alves <palves@redhat.com>
2134
2135 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2136 table>: Add entry for "trace-status".
2137
2138 2013-03-28 Eli Zaretskii <eliz@gnu.org>
2139
2140 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
2141 @bullet", which is invalid (makeinfo 5.1 barfs).
2142
2143 2013-03-28 Pedro Alves <palves@redhat.com>
2144
2145 PR gdb/15294
2146
2147 * gdb.texinfo (List) <set listsize>: Adjust to document that
2148 listsize 0 means no limit, and remove mention of -1.
2149
2150 2013-03-22 Yao Qi <yao@codesourcery.com>
2151
2152 * gdb.texinfo (Embedded Processors): Remove menu item
2153 "OpenRISC 1000".
2154 (OpenRISC 1000): Remove.
2155
2156 2013-03-21 Doug Evans <dje@google.com>
2157
2158 * gdb.texinfo (Maintenance Commands): Add docs for
2159 "mt set per-command {space,time,symtab} {on,off}".
2160
2161 2013-03-14 Hui Zhu <hui@codesourcery.com>
2162 Yao Qi <yao@codesourcery.com>
2163
2164 * gdb.texinfo (Trace Files): Add "tsave -ctf".
2165
2166 2013-03-13 Keith Seitz <keiths@redhat.com>
2167
2168 * gdb.texinfo (Maintenance Commands): Add missing ')' for
2169 "maint agent" reference to Dynamic printf.
2170
2171 2013-03-11 Eli Zaretskii <eliz@gnu.org>
2172
2173 * gdb.texinfo (General Query Packets): Don't use colon in index
2174 entries visible to Info format.
2175
2176 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2177
2178 * gdb.texinfo (Process Record and Replay): Document record
2179 changes.
2180
2181 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2182
2183 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
2184 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
2185 qXfer:btrace:read.
2186
2187 2013-03-09 Eli Zaretskii <eliz@gnu.org>
2188
2189 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
2190 use colons in @anchor and @cindex entries.
2191
2192 2013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
2193
2194 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
2195
2196 2013-03-08 Stan Shebs <stan@codesourcery.com>
2197 Hafiz Abid Qadeer <abidh@codesourcery.com>
2198
2199 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2200 trace-buffer-size set and show commands.
2201 (Tracepoint Packets): Document QTBuffer:size.
2202 (General Query Packets): Document QTBuffer:size.
2203
2204 2013-02-21 Tom Tromey <tromey@redhat.com>
2205
2206 * gdb.texinfo: Remove bad @syncodeindex.
2207 (Values From Inferior, Types In Python, Inferiors In Python)
2208 (Events In Python, Threads In Python, Frames In Python, Blocks In
2209 Python, Symbols In Python, Symbol Tables In Python): Remove
2210 @tables.
2211 (Packets, General Query Packets, Tracepoint Packets)
2212 (Host I/O Packets): Use @w{} for empty @item.
2213
2214 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
2215
2216 * gdb.texinfo (Architectures In Python): Add description about
2217 the new method gdb.Architecture.disassemble.
2218
2219 2013-02-15 Pedro Alves <pedro@codesourcery.com>
2220 Hafiz Abid Qadeer <abidh@codesourcery.com>
2221
2222 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
2223 Document the "trace-file" field.
2224
2225 2013-02-07 Doug Evans <dje@google.com>
2226
2227 * gdb.texinfo (Machine Code): Clarify argument to disassemble
2228 command.
2229
2230 2013-02-06 Yao Qi <yao@codesourcery.com>
2231
2232 * gdb.texinfo (GDB/MI Async Records): Document new MI
2233 notification "=tsv-modified". Update the document of MI
2234 notification "=tsv-created".
2235 * observer.texi (GDB Observers): New observer tsv_modified.
2236 Update observer tsv_created and tsv_delete.
2237
2238 2013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
2239
2240 * gdb.texinfo (AArch64 Features): New section; document
2241 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
2242 (Architectures): Add new AArch64 section to document AArch64
2243 architecture specific commands.
2244 (ABI): Add description of the new OS ABI "Newlib" and its influence
2245 on the longjmp handling.
2246
2247 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
2248 Jan Kratochvil <jan.kratochvil@redhat.com>
2249
2250 * gdb.texinfo (Backtrace): Added description of 'filename-display'
2251 variable in 'set/show backtrace' section.
2252
2253 2013-01-31 Tom Tromey <tromey@redhat.com>
2254
2255 * gdb.texinfo (Target Commands): Fix typo.
2256
2257 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
2258
2259 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
2260 describing the gdb.Architecture class.
2261 (Frames In Python): Add description about the new method
2262 gdb.Frame.architecture().
2263
2264 2013-01-23 Doug Evans <dje@google.com>
2265
2266 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
2267
2268 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
2269
2270 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
2271 'thread-groups' field when printing a breakpoint in MI.
2272
2273 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2274 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
2275 to reflect that jit-reader-load now supports absolute file-names.
2276
2277 2013-01-16 Tom Tromey <tromey@redhat.com>
2278
2279 * gdb.texinfo (Set Catchpoints): Document "catch signal".
2280 (Signals): Likewise.
2281
2282 2013-01-16 Tom Tromey <tromey@redhat.com>
2283
2284 * gdb.texinfo (GDB/MI Breakpoint Information): Document
2285 "catch-type" field.
2286 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
2287
2288 2013-01-07 Tom Tromey <tromey@redhat.com>
2289
2290 * gdb.texinfo (Mode Options): Don't mention -epoch.
2291 (Data, Emacs): Remove obsolete comments.
2292
2293 2013-01-02 Tom Tromey <tromey@redhat.com>
2294
2295 * gdb.texinfo (GDB/MI Output Records): Update menu.
2296 (GDB/MI Breakpoint Information): New node.
2297 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
2298 <-break-insert>: Likewise.
2299
2300 2012-12-31 Yao Qi <yao@codesourcery.com>
2301
2302 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
2303 (Packets): Move "vStopped" packet to ...
2304 (Notification Packets): ... here. Describe the components
2305 of notification. Add a table of supported notifications.
2306 Add an example on the process of he async notification.
2307
2308 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2309
2310 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
2311 present.
2312 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
2313 fullname output always present.
2314
2315 2012-12-23 Pierre Muller <muller@sourceware.org>
2316
2317 * gdbint.texinfo (Function prototypes): Require use of "extern"
2318 modifier for function prototypes in headers.
2319
2320 2012-12-19 Joel Brobecker <brobecker@adacore.com>
2321
2322 * refcard.tex: Update copyright notice to GPL v3 or later.
2323 Update contact info.
2324
2325 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2326
2327 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
2328
2329 2012-12-15 Yao Qi <yao@codesourcery.com>
2330
2331 * gdb.texinfo (Debugging Output): Document 'set debug
2332 notification' and 'show debug notification'.
2333
2334 2012-12-15 Yao Qi <yao@codesourcery.com>
2335
2336 * gdb.texinfo (Listing Tracepoints): New item and example about
2337 'installed on target' output.
2338 Add more in the example about 'installed on target'.
2339 (GDB/MI Breakpoint Commands): Doc about 'installed field.
2340
2341 2012-12-14 Tom Tromey <tromey@redhat.com>
2342
2343 * gdb.texinfo (SVR4 Process Information): Mention core files.
2344
2345 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
2346
2347 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
2348
2349 2012-12-11 Pedro Alves <palves@redhat.com>
2350
2351 * gdb.texinfo: Remove all mentions of Unixware throughout.
2352
2353 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2354
2355 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
2356
2357 2012-11-29 Tom Tromey <tromey@redhat.com>
2358
2359 * gdb.texinfo (SVR4 Process Information): Document missing
2360 "info proc" subcommands.
2361
2362 2012-11-29 Yao Qi <yao@codesourcery.com>
2363
2364 PR gdb/1477.
2365 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
2366 to 'auto' instead of 'gnu'.
2367
2368 2012-11-26 Tom Tromey <tromey@redhat.com>
2369
2370 * gdb.texinfo (MiniDebugInfo): New node.
2371 (GDB Files): Update.
2372
2373 2012-11-16 Doug Evans <dje@google.com>
2374
2375 * gdb.texinfo (System-wide configuration): If the system-wide init
2376 file lives in the data-directory, and --data-directory is provided,
2377 look for it there.
2378
2379 2012-11-15 Tom Tromey <tromey@redhat.com>
2380
2381 * gdb.texinfo (Signaling): Fix typo.
2382
2383 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
2384
2385 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
2386 parameter "count" of -data-write-memory-bytes, and add an example.
2387
2388 2012-11-12 Tom Tromey <tromey@redhat.com>
2389
2390 * gdb.texinfo (Symbols): Document "info type-printers",
2391 "enable type-printer" and "disable type-printer".
2392 (Python API): Add new node to menu.
2393 (Type Printing API): New node.
2394 (Progspaces In Python): Document type_printers field.
2395 (Objfiles In Python): Likewise.
2396 (gdb.types) <get_type_recognizers, apply_type_recognizers,
2397 register_type_printer, TypePrinter>: Document.
2398
2399 2012-11-12 Tom Tromey <tromey@redhat.com>
2400
2401 * gdb.texinfo (Symbols): Document "set print type methods",
2402 "set print type typedefs", and flags to ptype and whatis.
2403
2404 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
2405
2406 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
2407 the example -data-disassemble output. Extend the description of
2408 the -data-disassemble results to document all fields. Document
2409 the cli disassemble command as being related to -data-disassemble.
2410
2411 2012-11-09 Yao Qi <yao@codesourcery.com>
2412
2413 PR gdb/14777.
2414 * gdb.texinfo (OS Information): Remove doc on command
2415 'info udot'.
2416
2417 2012-11-08 Joel Brobecker <brobecker@adacore.com>
2418
2419 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
2420 gdb.ini warning for Windows port.
2421
2422 2012-11-08 Yao Qi <yao@codesourcery.com>
2423
2424 * gdb.texinfo (Search): Add kindex for 'fo'.
2425
2426 2012-11-05 Tom Tromey <tromey@redhat.com>
2427
2428 PR python/14802:
2429 * gdb.texinfo (Functions In Python): Add example.
2430
2431 2012-11-03 Yao Qi <yao@codesourcery.com>
2432
2433 * observer.texi (GDB Observers): Remove observer
2434 'tracepoint_modified', 'tracepoint_created' and
2435 'tracepoint_deleted'.
2436
2437 2012-10-26 Tom Tromey <tromey@redhat.com>
2438
2439 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
2440
2441 2012-10-25 Tom Tromey <tromey@redhat.com>
2442
2443 * gdb.texinfo (General Query Packets): Use @itemx.
2444
2445 2012-10-17 Yao Qi <yao@codesourcery.com>
2446
2447 * observer.texi (GDB Observers): Update observer
2448 'memory_changed'.
2449 * gdb.texinfo (GDB/MI Async Records): Document for
2450 "memory-changed" notification.
2451
2452 2012-10-15 Doug Evans <dje@google.com>
2453
2454 * gdb.texinfo (Mode Options): Document -nh.
2455 Elaborate on docs for -nx.
2456
2457 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2458
2459 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
2460
2461 2012-09-21 Yao Qi <yao@codesourcery.com>
2462 Pedro Alves <palves@redhat.com>
2463
2464 * gdb.texinfo (GDB/MI Async Records): Document notification
2465 'record-started' and 'record-stopped'.
2466 * observer.texi (GDB Observers): New observer 'record-changed'.
2467
2468 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
2469
2470 * gdb.texinfo: Document the removal of SH's 'regs' command.
2471
2472 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2473
2474 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
2475
2476 2012-09-18 Yao Qi <yao@codesourcery.com>
2477
2478 * gdb.texinfo (GDB/MI Async Records): Document new MI
2479 notifications '=tsv-created' and '=tsv-deleted'.
2480 * observer.texi (GDB Observers): New observer tsv_created and
2481 tsv_deleted.
2482
2483 2012-09-18 Yao Qi <yao@codesourcery.com>
2484
2485 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
2486 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
2487 '=traceframe-changed'.
2488
2489 2012-09-17 Yao Qi <yao@codesourcery.com>
2490
2491 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
2492 'set listsize'.
2493
2494 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2495 Eli Zaretskii <eliz@gnu.org>
2496
2497 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
2498 encoding for gdbarch_breakpoint_from_pc, bp_addr for
2499 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
2500
2501 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2502
2503 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
2504
2505 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
2506
2507 Document how to return from "python-interactive" to GDB.
2508 * gdb.texinfo (Python Commands): Update documentation.
2509
2510 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
2511
2512 Add a new "python-interactive" command that starts a standard
2513 Python interactive prompt with "pi" as alias, and add "py" as
2514 an alias to "python".
2515 * gdb.texinfo (Python Commands): Document the new commands.
2516
2517 2012-08-22 Tom Tromey <tromey@redhat.com>
2518
2519 * gdbint.texinfo (Host Definition): Remove documentation for
2520 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
2521
2522 2012-08-17 Keith Seitz <keiths@redhat.com>
2523
2524 PR c++/13356
2525 * gdb.texinfo (Type and Range Checking): Remove warning.
2526 Remove spurious commas.
2527 Update text and examples for re-implementation of set/show
2528 check type.
2529 (C and C++ Type and Range Checks): Likewise.
2530
2531 2012-08-16 Yao Qi <yao@codesourcery.com>
2532
2533 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
2534 is deprecated.
2535
2536 2012-08-13 Doug Evans <dje@google.com>
2537
2538 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
2539 to include functions.
2540
2541 2012-08-10 Doug Evans <dje@google.com>
2542
2543 * gdb.texinfo (Convenience Funs): New node.
2544 (Types In Python): Document Type.vector.
2545
2546 2012-08-09 Yao Qi <yao@codesourcery.com>
2547
2548 * observer.texi: New observer command_param_changed.
2549 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
2550
2551 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2552
2553 * gdbint.texinfo (Debugging GDB): In section
2554 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
2555 Mention also gdb-gdb.py.
2556
2557 2012-08-07 Yao Qi <yao@codesourcery.com>
2558
2559 Revert the folloing patch:
2560 2012-08-06 Yao Qi <yao@codesourcery.com>
2561 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2562 remote hardware-watchpoint-limit' and 'set
2563 remote hardware-breakpoint-limit'.
2564
2565 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
2566
2567 * gdb.texinfo (Working Directory): Added information about new
2568 default argument for 'cd' command.
2569
2570 2012-08-06 Yao Qi <yao@codesourcery.com>
2571
2572 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2573 remote hardware-watchpoint-limit' and 'set
2574 remote hardware-breakpoint-limit'.
2575
2576 2012-08-06 Yao Qi <yao@codesourcery.com>
2577
2578 Fix PR14371.
2579
2580 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
2581 '=breakpoint-deleted'.
2582
2583 2012-08-02 Yao Qi <yao@codesourcery.com>
2584
2585 * gdb.texinfo (Native): Remove node Neutrino.
2586
2587 2012-07-27 Yao Qi <yao@codesourcery.com>
2588
2589 * gdb.texinfo (IPA Protocol Commands): Document new command
2590 'close'.
2591
2592 2012-07-25 Tom Tromey <tromey@redhat.com>
2593
2594 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
2595
2596 2012-07-20 Doug Evans <dje@google.com>
2597
2598 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
2599 (Index Files): Document how to control the use of deprecated index
2600 sections.
2601 (Index Section Format): Replace --use-deprecated-index-sections with
2602 "set use-deprecated-index-sections on".
2603
2604 2012-07-12 Eli Zaretskii <eliz@gnu.org>
2605
2606 * gdbint.texinfo: Remove @syncodeindex directives that put all the
2607 indices into a single node "Index". Instead, join function and
2608 variable indices into a single index, separate from the concept
2609 index. Requested in
2610 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
2611 (Top): Update the top-level menu: instead of one "Index" there are
2612 now separate entries "Concept Index" and "Function and Variable
2613 Index".
2614 (Concept Index, Function and Variable Index): New nodes.
2615 (Index): Node deleted.
2616
2617 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
2618
2619 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
2620 and "maint agent-eval".
2621
2622 2012-07-03 Eli Zaretskii <eliz@gnu.org>
2623
2624 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
2625 avoid file-name clashes between Index.html and index.html on
2626 case-insensitive filesystems. See the discussion starting in
2627 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
2628 details of the problem.
2629 (Top): Update the master menu for the above.
2630 (Concept Index, Command and Variable Index): New nodes, instead of
2631 the old "Index" node that was deleted. All cross-references
2632 updated.
2633
2634 2012-07-02 Stan Shebs <stan@codesourcery.com>
2635
2636 * gdb.texinfo (Dynamic Printf): Mention agent style and
2637 disconnected dprintf.
2638 (Maintenance Commands): Describe maint agent-printf.
2639 (General Query Packets): Mention BreakpointCommands feature.
2640 (Packets): Document commands extension to Z0 packet.
2641 * agentexpr.texi (Bytecode Descriptions): Document printf
2642 bytecode.
2643
2644 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2645
2646 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
2647 only after gdbinit files.
2648 (Startup): Move -iex and -iex commands down after gdbinit files.
2649
2650 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2651
2652 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
2653 possibility.
2654
2655 2012-06-29 Tom Tromey <tromey@redhat.com>
2656
2657 * gdb.texinfo (Index Section Format): Update for version 7.
2658
2659 2012-06-28 Stan Shebs <stan@codesourcery.com>
2660
2661 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
2662 example, add note about title column.
2663
2664 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2665
2666 * gdb.texinfo (Symbol Tables In Python): Add description about
2667 the new 'last' attribute of gdb.Symtab_and line.
2668
2669 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2670
2671 * gdb.texinfo (Symbol Tables In Python): Correct the description
2672 of the 'pc' attribute of gdb.Symtab_and_line.
2673
2674 2012-06-26 Doug Evans <dje@google.com>
2675
2676 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
2677 and symtab-create.
2678
2679 2012-06-25 Keith Seitz <keiths@redhat.com>
2680
2681 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
2682 from example. Remove "rbreak" from list of corresponding
2683 gdb commands.
2684
2685 2012-06-23 Doug Evans <dje@google.com>
2686
2687 * gdb.texinfo (Index Section Format): Document version 7 format.
2688
2689 2012-06-22 Yao Qi <yao@codesourcery.com>
2690
2691 * gdb.texinfo: Add missing cindex for some packets.
2692
2693 2012-06-20 Keith Seitz <keiths@redhat.com>
2694
2695 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
2696 for -break-insert and document -p.
2697
2698 2012-06-20 Yao Qi <yao@codesourcery.com>
2699
2700 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
2701 and "gdb.write_memory" with "Inferior.read_memory" and
2702 "Inferior.write_memory".
2703
2704 2012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
2705
2706 * gdb.texinfo (Summary): Add a link to "Free Documentation".
2707 (Free Documentation): Add @node line.
2708 (Continuing and Stepping) <advance location>: Use @item instead of
2709 @itemx.
2710 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
2711 @itemx.
2712 (Embedded Processors): Put the link to "PA" to its correct place,
2713 according to document structure.
2714 (Python API): Put the link to "Lazy Strings In Python" to its
2715 correct place.
2716 (Index): Use @@ in @tex block to get a literal @.
2717
2718 * gdbint.texinfo: Fix the @subtitle line.
2719
2720 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
2721 correct place.
2722
2723 2012-06-08 Yao Qi <yao@codesourcery.com>
2724
2725 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
2726 Protocol'.
2727 (In-Process Agent Protocol, IPA Protocol Objects)
2728 (IPA Protocol Commands): New nodes.
2729 (Tracepoint Packets): Add anchors.
2730
2731 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
2732
2733 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
2734
2735 2012-06-06 Yao Qi <yao@codesourcery.com>
2736
2737 * gdb.texinfo: Update copyright year.
2738
2739 2012-05-23 Stan Shebs <stan@codesourcery.com>
2740 Kwok Cheung Yeung <kcy@codesourcery.com>
2741
2742 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
2743
2744 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2745
2746 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
2747 Mention also --with-separate-debug-dir.
2748 (Auto-loading): Prepend $debugdir in the sample output.
2749 (Auto-loading safe path): Likewise. Mention also $debugdir for the
2750 auto-load safe-path variable.
2751 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
2752 Mention also $debugdir for 'set auto-load scripts-directory'.
2753
2754 2012-05-19 Eli Zaretskii <eliz@gnu.org>
2755
2756 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
2757 (MIPS Embedded, MIPS, MIPS Register packet Format)
2758 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
2759 appropriate.
2760
2761 2012-05-18 Sandra Loosemore <sandra@codesourcery.com>
2762 Maciej W. Rozycki <macro@codesourcery.com>
2763
2764 * gdb.texinfo (MIPS): Document "set mips compression" and "show
2765 mips compression".
2766 (MIPS Breakpoint Kinds): New subsubsection.
2767
2768 2012-05-18 Eli Zaretskii <eliz@gnu.org>
2769
2770 * gdb.texinfo (Architecture-Specific Protocol Details): Define
2771 nodes for subsections. Add @acronym mark-ups and adjust
2772 formatting.
2773
2774 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2775
2776 Rename $ddir to $datadir.
2777 * gdb.texinfo (Auto-loading, Auto-loading safe path)
2778 (objfile-gdb.py file): Rename $ddir to $datadir.
2779
2780 2012-05-18 Tom Tromey <tromey@redhat.com>
2781
2782 * gdb.texinfo (Print Settings): Document 'set print symbol'.
2783
2784 2012-05-14 Stan Shebs <stan@codesourcery.com>
2785
2786 * gdb.texinfo (Dynamic Printf): New subsection.
2787
2788 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
2789
2790 * gdb.texinfo (Basic Python): Add description about the function
2791 gdb.find_pc_line
2792
2793 2012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2794 Eli Zaretskii <eliz@gnu.org>
2795
2796 * gdb.texinfo (Separate Debug Files): Use plural form for global
2797 debugging information directory.
2798
2799 2012-05-11 Stan Shebs <stan@codesourcery.com>
2800 Kwok Cheung Yeung <kcy@codesourcery.com>
2801
2802 * gdb.texinfo (Operating System Auxiliary Information): Document new
2803 'info os' subcommands.
2804
2805 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2806
2807 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
2808 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
2809 (dotdebug_gdb_scripts section): Add reference
2810 to 'Auto-loading safe path'.
2811
2812 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2813
2814 Implement multi-component --with-auto-load-dir.
2815 * gdb.texinfo (Auto-loading): New references
2816 for 'set auto-load scripts-directory'
2817 and 'show auto-load scripts-directory'.
2818 (Auto-loading safe path): Describe the new default. Move $ddir
2819 substituation reference to 'objfile-gdb.py file'.
2820 (objfile-gdb.py file): Describe script-name alias. Change real-name to
2821 script-name. Describe new 'set auto-load scripts-directory'
2822 and 'show auto-load scripts-directory'.
2823
2824 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2825
2826 Provide $ddir substitution for --with-auto-load-safe-path.
2827 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
2828 (Auto-loading safe path): Likewise. Mention the default value,
2829 $ddir substitution, --with-auto-load-safe-path and
2830 --without-auto-load-safe-path.
2831 * observer.texi (gdb_datadir_changed): New.
2832
2833 2012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2834
2835 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
2836 Twice.
2837
2838 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
2839 directory separator by path separator.
2840
2841 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2842
2843 * gdb.texinfo (Auto-loading safe path): Make 'directories'
2844 for 'set auto-load safe-path' optional. Mention if it is omitted.
2845 Change disabling security protection condition to "/", twice.
2846
2847 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
2848
2849 * gdb.texinfo (Symbol Tables In Python): Add documentation about
2850 the new methods global_block and static_block on gdb.Symtab
2851 objects.
2852
2853 2012-05-02 Siva Chandra Reddy <sivachandra@google.com>
2854
2855 * gdb.texinfo (Blocks In Python): Add a note saying that future
2856 improvements to GDB and its infrastructure can move symbols
2857 across blocks within a symbol table.
2858
2859 2012-04-29 Yao Qi <yao@codesourcery.com>
2860
2861 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
2862 (A29K): Remove.
2863
2864 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
2865 Tom Tromey <tromey@redhat.com>
2866
2867 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
2868 and generic static probe support on GDB.
2869
2870 2012-04-25 Doug Evans <dje@google.com>
2871
2872 * gdb.texinfo (Go): Fix thinko.
2873
2874 * gdb.texinfo (Supported Languages): Add Go.
2875 (Go): New node.
2876
2877 2012-04-25 Yao Qi <yao@codesourcery.com>
2878
2879 * gdbint.texinfo (Testsuite): New section `Board settings'.
2880
2881 2012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2882
2883 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
2884 Three times.
2885
2886 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
2887 Three times.
2888
2889 2012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2890
2891 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
2892 by @table @asis. Fix formatting of one item.
2893
2894 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2895
2896 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
2897
2898 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2899
2900 New option "set debug auto-load".
2901 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
2902 (auto-load verbose mode): New node.
2903
2904 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2905
2906 New option "set auto-load safe-path".
2907 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
2908 and "info auto-load" examples for safe-path. Put there also references
2909 for "set auto-load safe-path" and "show auto-load safe-path".
2910 New menu item for Auto-loading safe path.
2911 (Auto-loading safe path): New node.
2912 (Python Auto-loading): Update the expected output from "Missing"
2913 to "No".
2914
2915 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2916
2917 auto-load: Implementation.
2918 * gdb.texinfo (Mode Options): New anchor for -nx.
2919 (Startup): New anchors for Option -init-eval-command,
2920 Home Directory Init File
2921 and Init File in the Current Directory during Startup.
2922 Mention set auto-load local-gdbinit with a reference.
2923 Change the sample code to "set auto-load python-scripts".
2924 (Threads): New anchor set libthread-db-search-path.
2925 Provide references to libthread_db.so.1 file.
2926 (Controlling GDB): New menu item for Auto-loading.
2927 (Auto-loading, Init File in the Current Directory)
2928 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
2929 (Python): Rename the menu item Auto-loading to Python Auto-loading.
2930 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
2931 reference.
2932 (Auto-loading): Rename to ...
2933 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
2934 "set auto-load python-scripts", new anchor for it. Change
2935 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
2936 for it. Change "info auto-load-scripts"
2937 to "info auto-load python-scripts", new anchor for it. Change "scripts"
2938 to "Python scripts".
2939
2940 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
2941
2942 PR mi/13393
2943 * gdb.texinfo (Print Settings): Extend the description for "set print
2944 object".
2945 (GDB/MI Variable Objects): Extend the description for -var-create and
2946 -var-list-children.
2947
2948 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
2949
2950 * gdb.texinfo (Examining Data): Document the 'explore' command.
2951
2952 2012-03-28 Joel Brobecker <brobecker@adacore.com>
2953
2954 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
2955 to the children of a varobj and its update range when -var-update
2956 returns that the varobj's type changed.
2957
2958 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2959
2960 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
2961 Create two new links fir 'objfile-gdb.py file'
2962 and 'dotdebug_gdb_scripts section'.
2963
2964 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2965
2966 * gdb.texinfo (Auto-loading): Rename node reference
2967 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
2968 Twice.
2969 (.debug_gdb_scripts section): Rename the node ...
2970 (dotdebug_gdb_scripts section): ... here.
2971 (Maintenance Commands): Also rename this node reference.
2972
2973 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
2974
2975 * gdb.texinfo (Python API/Values From Inferior): Add description
2976 about the new method Value.referenced_value. Add description on
2977 how Value.dereference is different (and similar) to
2978 Value.referenced_value.
2979
2980 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2981
2982 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
2983 --init-eval-command=COMMAND, -iex.
2984 (Startup): Describe -iex and -ix. Simplify the example
2985 for "set auto-load-scripts off".
2986
2987 2012-03-16 Gary Benson <gbenson@redhat.com>
2988
2989 PR breakpoints/10738
2990 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
2991 stating that GDB cannot set breakpoints on inlined functions.
2992 (Mode Options): Document --use-deprecated-index-sections.
2993 (Index Section Format): Document new index section version format.
2994
2995 2012-03-15 Tom Tromey <tromey@redhat.com>
2996
2997 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
2998
2999 2012-03-13 Doug Evans <dje@google.com>
3000
3001 * gdb.texinfo (Help): Change apropos example to use "alias" instead
3002 of "reload".
3003 (Symbols): Delete docs for set/show symbol-reloading.
3004 * gdbint.texinfo (Defining Other Architecture Features): Delete
3005 SYMBOL_RELOADING_DEFAULT.
3006 * refcard.tex: Delete reference to symbol-reloading.
3007
3008 2012-03-07 Pedro Alves <palves@redhat.com>
3009
3010 * gdb.texinfo (General Query Packets): Document new
3011 QProgramSignals packet.
3012 * gdb.texinfo (Remote configuration): Mention
3013 "program-signals-packet".
3014
3015 2012-03-05 Tristan Gingold <gingold@adacore.com>
3016
3017 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
3018
3019 2012-03-03 Yao Qi <yao@codesourcery.com>
3020
3021 * gdb.texinfo (In-Process Agent): New node.
3022 Document new commands.
3023 (General Query Packets): Add packet `QAgent'.
3024
3025 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
3026
3027 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
3028
3029 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
3030
3031 * gdb.texinfo (Commands In Python): Put example python macro in
3032 COMMAND_USER category rather than COMMAND_OBSCURE.
3033 Document gdb.COMMAND_USER.
3034 (User-defined Commands): Update documentation to clarify
3035 "set/show max-user-call-depth" and "show user" don't apply to python
3036 commands. Update documentation to clarify "help user-defined" may
3037 also include python commands defined as COMMAND_USER.
3038
3039 2012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3040
3041 * gdb.texinfo (Startup): Add option -ex description to the option -x
3042 description.
3043
3044 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
3045
3046 * gdb.texinfo (Setting Breakpoints): Mention and explain the
3047 condition-evaluation breakpoint parameter.
3048 Mention condition-evaluation mode being shown in "info break".
3049 (Break Conditions): Add description for target-side
3050 conditional breakpoints.
3051 (Remote Configuration): Mention conditional-breakpoints-packet.
3052 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
3053 cond-expr.
3054 (General Query Packets): Mention new ConditionalBreakpoint feature.
3055
3056 2012-02-22 Tom Tromey <tromey@redhat.com>
3057
3058 * gdb.texinfo (Blocks In Python): Clarify block iteration.
3059
3060 2012-02-17 Tom Tromey <tromey@redhat.com>
3061
3062 PR python/10753:
3063 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
3064 directory.
3065
3066 2012-02-14 Stan Shebs <stan@codesourcery.com>
3067
3068 * gdb.texinfo (Disabling Breakpoints): Document enable count.
3069
3070 2012-02-13 Pedro Alves <palves@redhat.com>
3071
3072 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
3073 mips-idt-ecoff.
3074
3075 2012-02-09 Yao Qi <yao@codesourcery.com>
3076
3077 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
3078
3079 2012-02-07 Tom Tromey <tromey@redhat.com>
3080
3081 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
3082 Symbol.value.
3083
3084 2012-02-07 Tom Tromey <tromey@redhat.com>
3085
3086 * gdb.texinfo (Symbols In Python): Document Symbol.line.
3087
3088 2012-01-27 Thomas Schwinge <thomas@codesourcery.com>
3089
3090 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
3091
3092 2012-01-24 Tom Tromey <tromey@redhat.com>
3093
3094 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
3095 unload".
3096 (Files): Mention new catch commands.
3097 (GDB/MI Async Records): Likewise.
3098
3099 2012-01-24 Gary Benson <gbenson@redhat.com>
3100
3101 Delete #if 0'd out code.
3102 * gdb.texinfo (Frame Info): Remove "info catch".
3103
3104 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
3105
3106 * gdb.texinfo (Remote Configuration): Document
3107 "set remote hostio-readlink-packet" command.
3108 (General Query Packets): Document vFile:readlink packet.
3109
3110 2012-01-16 Tom Tromey <tromey@redhat.com>
3111
3112 * gdb.texinfo (Specify Location): Document relative file name
3113 handling.
3114
3115 2012-01-16 Tom Tromey <tromey@redhat.com>
3116
3117 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
3118
3119 2012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3120 Eli Zaretskii <eliz@gnu.org>
3121
3122 * gdbint.texinfo (Coding Standards): Require braces for two lines of
3123 code.
3124
3125 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
3126
3127 * gdb.texinfo (Variables): Document use of :: for non-static
3128 variables.
3129
3130 2012-01-05 Joel Brobecker <brobecker@adacore.com>
3131
3132 * gdbint.texinfo (Start of New Year Procedure): Update
3133 to replace use of copyright.sh by use of copyright.py.
3134
3135 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3136
3137 Remove the gdbtui binary.
3138 * all-cfg.texi (GDBTUI): Remove.
3139 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
3140 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
3141 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
3142
3143 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
3144
3145 Introduce gdb.FinishBreakpoint in Python.
3146 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
3147 (Python API): Add menu entry for Finish Breakpoints.
3148
3149 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3150
3151 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
3152 tests.
3153
3154 2011-12-16 Doug Evans <dje@google.com>
3155
3156 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
3157
3158 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
3159
3160 * gdb.texinfo (Python Commands): Remove "maint set/show print
3161 stack". Add documentation for "set/show python print-stack".
3162
3163 2011-12-14 Pedro Alves <pedro@codesourcery.com>
3164
3165 * gdb.texinfo (Implementing a Remote Stub): Explain that you
3166 should transfer control to the stub in the startup code instead of
3167 in main. Mention the need to get past the initial breakpoint.
3168
3169 2011-12-06 Tom Tromey <tromey@redhat.com>
3170
3171 * gdb.texinfo (Set Breaks): Update for new behavior.
3172
3173 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3174
3175 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
3176 List Format for SVR4 Targets'.
3177 (General Query Packets): New item qXfer:libraries-svr4:read.
3178 (Library List Format for SVR4 Targets): New node.
3179
3180 2011-12-01 Tom Tromey <tromey@redhat.com>
3181
3182 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
3183 add.
3184
3185 2011-11-22 Tom Tromey <tromey@redhat.com>
3186
3187 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
3188 reasons.
3189
3190 2011-11-20 Stan Shebs <stan@codesourcery.com>
3191
3192 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3193 note-related options and variables.
3194 (Tracepoint Packets): Document packet changes.
3195
3196 2011-11-20 Sanjoy Das <sdas@igalia.com>
3197
3198 * gdb.texinfo (JIT Interface): Add documentation on writing and
3199 usind JIT debug info readers.
3200 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
3201 Debug Info Readers): New nodes.
3202
3203 2011-11-18 Yao Qi <yao@codesourcery.com>
3204
3205 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
3206 tracepoint.
3207
3208 2011-11-15 Doug Evans <dje@google.com>
3209
3210 * gdb.texinfo (Files): Document basenames-may-differ.
3211
3212 2011-11-14 Doug Evans <dje@google.com>
3213
3214 * gdb.texinfo (Shell Commands): Document "!".
3215
3216 2011-11-14 Stan Shebs <stan@codesourcery.com>
3217 Kwok Cheung Yeung <kcy@codesourcery.com>
3218
3219 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
3220 needed to get shorter fast tracepoints.
3221 (Tracepoint Packets): Document new qTMinFTPILen packet.
3222
3223 2011-11-14 Yao Qi <yao@codesourcery.com>
3224
3225 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
3226 behavior of tracepoint.
3227 (General Query Packets): New feature InstallInTrace.
3228 (Remote Configuration): Document "set remote
3229 install-in-trace-packet".
3230
3231 2011-11-12 Matt Rice <ratmice@gmail.com>
3232
3233 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
3234 Add arguments to info macro.
3235
3236 2011-11-10 Tom Tromey <tromey@redhat.com>
3237
3238 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
3239 manual.
3240 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
3241 (Macros): Add a footnote.
3242 (C): Remove paragraph about compiler options.
3243 (C Constants): Mention wide character and string constants.
3244 (C Plus Plus Expressions): Update compiler option advice. Mention
3245 using declarations. Mention ADL. Remove old HP compiler
3246 information.
3247
3248 2011-11-10 Tom Tromey <tromey@redhat.com>
3249
3250 PR c++/9257:
3251 * gdb.texinfo (Print Settings): Add an extra note about the need
3252 for a vtable.
3253
3254 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
3255
3256 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
3257 "set mips abi" documentation.
3258
3259 2011-11-04 Doug Evans <dje@google.com>
3260
3261 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
3262
3263 2011-11-03 Tom Tromey <tromey@redhat.com>
3264
3265 * gdb.texinfo (Stopping): Add menu entry.
3266 (Continuing and Stepping): Restore @node. Use @section, not
3267 @subsection.
3268
3269 2011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
3270
3271 * gdb.texinfo (Skipping Over Functions and Files): Remove node
3272 designation. Fix "Specify Location" cross-reference.
3273
3274 2011-11-02 Stan Shebs <stan@codesourcery.com>
3275
3276 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
3277 (General Query Packets): Describe tracenz feature.
3278 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
3279
3280 2011-10-28 Paul Koning <paul_koning@dell.com>
3281
3282 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
3283
3284 2011-10-27 Kevin Pouget <kevin.pouget@st.com>
3285
3286 * gdb.texinfo ((Frames In Python): Document
3287 gdb.FRAME_UNWIND_FIRST_ERROR contant.
3288
3289 2011-10-26 Paul Koning <paul_koning@dell.com>
3290
3291 * gdb.texinfo (gdb.types): Document new deepitems function.
3292
3293 2011-10-25 Paul Koning <paul_koning@dell.com>
3294
3295 PR python/13327
3296
3297 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
3298 fetch_lazy method.
3299
3300 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
3301
3302 PR python/12656
3303
3304 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
3305 global_block, static_block function.
3306
3307 2011-10-19 Tom Tromey <tromey@redhat.com>
3308
3309 * gdb.texinfo (Commands In Python): Add missing "@"s.
3310
3311 2011-10-13 Kevin Pouget <kevin.pouget@st.com>
3312
3313 PR python/13285 Document named constants for frame unwind stop reasons
3314 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
3315 constants.
3316
3317 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3318
3319 Fix compatibility with texinfo versions older than 4.12.
3320 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
3321 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
3322 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
3323 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
3324 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
3325 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
3326 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
3327
3328 2011-10-09 Doug Evans <dje@google.com>
3329
3330 * gdb.texinfo (Extending GDB): Document alias command.
3331
3332 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3333
3334 Support @entry in input expressions.
3335 * gdb.texinfo (Variables): Describe @entry names suffix.
3336 (Print Settings): Add anchor for `set print entry-values'.
3337
3338 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3339 Eli Zaretskii <eliz@gnu.org>
3340
3341 Display @entry parameter values (without references).
3342 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
3343 example.
3344 (Print Settings): New description of set print entry-values and show
3345 print entry-values.
3346
3347 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3348 Eli Zaretskii <eliz@gnu.org>
3349
3350 Recognize virtual tail call frames.
3351 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
3352 (Tail Call Frames): New node.
3353 (Frames In Python): Add gdb.TAILCALL_FRAME.
3354
3355 2011-10-07 Doug Evans <dje@google.com>
3356
3357 * gdb.texinfo (gdb.printing): Document new `replace' arg to
3358 register_pretty_printer.
3359
3360 2011-10-07 Phil Muldoon <pmuldoon@redhat.com>
3361
3362 PR python/12930
3363 PR python/12802
3364
3365 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
3366 stop method.
3367
3368 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
3369
3370 * gdb.texinfo (Starting your Program): "set disable-randomization"
3371 is no longer Linux-specific.
3372 (Remote Configuration): Document "set remote
3373 disable-randomization-packet".
3374 (General Query Packets): Document "QDisableRandomization" packet
3375 and add it to "qSupported" list.
3376
3377 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
3378
3379 Allow Python notification of new object-file loadings.
3380 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
3381 event type.
3382
3383 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
3384
3385 PR python/12691: Add the inferior to Python exited event
3386 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
3387
3388 2011-10-03 Joel Brobecker <brobecker@adacore.com>
3389
3390 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
3391 rephasing.
3392
3393 2011-10-03 Joel Brobecker <brobecker@adacore.com>
3394
3395 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
3396 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
3397 as possible feature returned by the `-list-features'
3398 command.
3399
3400 2011-09-28 Paul Koning <paul_koning@dell.com>
3401
3402 * gdb.texinfo (gdb.Type): Document field access by dictionary
3403 key syntax.
3404
3405 2011-09-28 Yao Qi <yao@codesourcery.com>
3406
3407 * gdb.texinfo (Files): Update options for `add-symbol-file'.
3408 Add one space after option `-s'. Remove @r{} markup.
3409
3410 2011-09-27 Stan Shebs <stan@codesourcery.com>
3411
3412 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
3413
3414 2011-09-16 Hui Zhu <teawater@gmail.com>
3415
3416 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
3417 to *(unsigned char *)$esp@300.
3418
3419 2011-09-15 Paul Koning <paul_koning@dell.com>
3420
3421 * gdb.texinfo: Make style of Python functions and methods match
3422 the syntax of Python. Also put class and module names explicitly
3423 on function, member, and variable names, matching Python
3424 documentation conventions.
3425
3426 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
3427
3428 PR Python/12692 Add gdb.selected_inferior() to Python interface.
3429 * gdb.texinfo (Inferiors In Python): Describe new
3430 gdb.selected_inferior() function.
3431
3432 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
3433
3434 Handle multiple breakpoint hits in Python interface:
3435 * gdb.texinfo (Events In Python): New function documentation:
3436 gdb.BreakpointEvent.breakpoints. Indicate that
3437 gdb.BreakpointEvent.breakpoint is now deprecated.
3438
3439 2011-09-04 Joel Brobecker <brobecker@adacore.com>
3440
3441 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
3442
3443 2011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
3444
3445 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
3446
3447 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
3448
3449 * gdb.texinfo (Prompt): Add set/show extended-prompt
3450 documentation
3451 (Basic Python): Add prompt_hook anchor.
3452 (Python modules): Reword module text to reflect multiple modules.
3453 (gdb.prompt): Document gdb.prompt module.
3454
3455 2011-08-14 Yao Qi <yao@codesourcery.com>
3456
3457 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
3458
3459 2011-08-14 Yao Qi <yao@codesourcery.com>
3460
3461 * gdb.texinfo (Standard Target Features): Document C6x features.
3462 (TIC6x Features): New node.
3463
3464 2011-08-12 Doug Evans <dje@google.com>
3465
3466 * gdb.texinfo (Symbols In Python): Document symbol.type.
3467
3468 2011-08-09 Phil Muldoon <pmuldoon@redhat.com>
3469
3470 * gdb.texinfo (Python): Document command and function
3471 auto-loading.
3472
3473 2011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3474 Eli Zaretskii <eliz@gnu.org>
3475
3476 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
3477 typedefs unrolling. Extend the sample code by an inner typedef and
3478 outer typedefs unrolling.
3479
3480 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
3481
3482 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
3483 size and line-size.
3484
3485 2011-07-21 Matt Rice <ratmice@gmail.com>
3486
3487 PR macros/12999
3488 * gdb.texinfo (Macros): Add info definitions and info macros commands.
3489 Update text and cindex entries for info macro command.
3490
3491 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
3492
3493 * observer.texi (GDB Observers): Add before_prompt observer.
3494 * gdb.texinfo (Basic Python): Add documentation for prompt
3495 substitution.
3496
3497 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
3498
3499 PR python/12438
3500 * gdb.texinfo (Python Commands): Add deprecate note to maint
3501 set/show python print-stack. Document set/show python
3502 print-backtrace.
3503
3504 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
3505
3506 * gdb.texinfo: Fix typos.
3507
3508 2011-07-01 Tom Tromey <tromey@redhat.com>
3509
3510 * gdb.texinfo (Debugging Output): Document set debug
3511 check-physname.
3512
3513 2011-06-29 Tom Tromey <tromey@redhat.com>
3514
3515 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3516 breakpoint-notifications feature.
3517
3518 2011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
3519
3520 * gdb.texinfo (Target Description): Remove warning about
3521 possibly unstable format.
3522
3523 2011-06-03 Tom Tromey <tromey@redhat.com>
3524
3525 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
3526 (Events In Python): Note that exit_code is optional.
3527
3528 2011-05-17 Pedro Alves <pedro@codesourcery.com>
3529
3530 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
3531 required for multi-threading support.
3532 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
3533 Hc are deprecated for multi-threading debugging. Point readers at
3534 the vCont packet.
3535
3536 2011-05-15 Doug Evans <dje@google.com>
3537
3538 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
3539
3540 2011-05-13 Doug Evans <dje@google.com>
3541
3542 * gdb.texinfo (Threads): Document $sdir,$pdir.
3543 (Server): Document $pdir exception.
3544
3545 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
3546
3547 * gdb.texinfo (Threads): Clarify default value for
3548 libthread-db-search-path.
3549
3550 * gdb.texinfo (Completion): Update example.
3551 (Debugging Output): Delete `set/show debug lin-lwp-async'.
3552
3553 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
3554
3555 * gdb.texinfo: Document change in the behaviour of the enable and
3556 disable GDB commands when applied to tracepoints.
3557 Document the EnableDisableTracepoints remote stub feature.
3558 Document QTEnable and QTDisable in the list of tracepoint packets.
3559
3560 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3561
3562 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
3563 hsuser.texi.
3564 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
3565 comment to hsuser.texi. Change rluser.texi name in the comment.
3566
3567 2011-05-10 Doug Evans <dje@google.com>
3568
3569 * gdb.texinfo (Threads): If an empty path is provided for
3570 libthread-db-search-path it is reset to its default value.
3571 (Server): Ditto.
3572
3573 2011-05-09 Doug Evans <dje@google.com>
3574
3575 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
3576
3577 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3578 Thiago Jung Bauermann <bauerman@br.ibm.com>
3579
3580 Implement support for PowerPC BookE masked watchpoints.
3581 * gdb.texinfo (Set Watchpoints): Document mask parameter.
3582 (PowerPC Embedded): Mention support of masked watchpoints.
3583
3584 2011-05-03 Joel Brobecker <brobecker@adacore.com>
3585
3586 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
3587 `@value{GDBN}'.
3588
3589 2011-05-03 Joel Brobecker <brobecker@adacore.com>
3590
3591 * gdb.texinfo (titlepage): Remove dedication.
3592 (In Memoriam): New appendix.
3593
3594 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3595 Eli Zaretskii <eliz@gnu.org>
3596
3597 * gdb.texinfo (Index Section Format): Change the version to 5.
3598 Describe the different formula.
3599
3600 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3601 Eli Zaretskii <eliz@gnu.org>
3602
3603 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
3604 for disconnected tracing.
3605 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
3606 extended-remote relationship. Mention --once.
3607 (TCP port allocation lifecycle of @code{gdbserver}): New.
3608
3609 2011-04-23 Eli Zaretskii <eliz@gnu.org>
3610
3611 * gdb.texinfo (Server): Improve indexing. Index all optional
3612 switches to gdbserver.
3613
3614 2011-04-20 Tom Tromey <tromey@redhat.com>
3615
3616 * gdb.texinfo (Index Section Format): New node.
3617 (Top): Add new node to menu.
3618
3619 2011-04-20 Pedro Alves <pedro@codesourcery.com>
3620
3621 * gdb.texinfo (Maintenance Commands): Document `maint print
3622 remote-registers'.
3623
3624 2011-04-20 Tom Tromey <tromey@redhat.com>
3625
3626 * gdb.texinfo (Trace File Format): Move node later.
3627
3628 2011-04-19 Tom Tromey <tromey@redhat.com>
3629
3630 * gdbint.texinfo (Register Information Functions): Remove
3631 duplicate "the".
3632 * gdb.texinfo (Emacs): Remove duplicate "to".
3633 (GDB/MI Variable Objects): Remove duplicate "the".
3634 (General Query Packets): Likewise.
3635
3636 2011-04-02 Joel Brobecker <brobecker@adacore.com>
3637
3638 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
3639 "GDB/MI Ada Exception Information" node.
3640
3641 2011-04-01 Joel Brobecker <brobecker@adacore.com>
3642
3643 * gdb.texinfo (GDB/MI Ada Exception Information): Document
3644 the "exception-name" field in the *stopped async record.
3645
3646 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
3647 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3648
3649 Implement support for PowerPC BookE ranged breakpoints.
3650 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
3651
3652 2011-03-28 Tom Tromey <tromey@redhat.com>
3653
3654 * gdb.texinfo (Set Tracepoints): Fix typo.
3655
3656 2011-03-24 Tom Tromey <tromey@redhat.com>
3657
3658 * gdb.texinfo (Specify Location): Document `function:label'
3659 linespec.
3660
3661 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
3662
3663 PR python/12149
3664
3665 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
3666
3667 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
3668
3669 * gdb.texinfo (Blocks In Python): Add is_valid method description.
3670 (Inferiors In Python): Likewise.
3671 (Threads In Python): Likewise.
3672 (Symbols In Python): Likewise.
3673 (Objfiles In Python): Likewise.
3674 (Symbol Tables In Python): Likewise.
3675
3676 2011-03-15 Pedro Alves <pedro@codesourcery.com>
3677
3678 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
3679 display>: Explain that the commands accept number ranges.
3680
3681 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
3682
3683 * gdb.texinfo (Breakpoints In Python): Add description and example
3684 of Python stop function operation.
3685
3686 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
3687
3688 * gdb.texinfo (Parameters In Python): Document get_set_string and
3689 get_show_string methods.
3690
3691 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3692
3693 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
3694
3695 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
3696 circular-trace-buffer name.
3697
3698 2011-02-28 Joel Brobecker <brobecker@adacore.com>
3699
3700 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
3701 in the previous change.
3702
3703 2011-02-27 Michael Snyder <msnyder@vmware.com>
3704
3705 * gdb.texinfo (Inferiors and Programs): Update commands to show
3706 that they can accept multiple arguments.
3707
3708 2011-02-24 Joel Brobecker <brobecker@adacore.com>
3709
3710 Revert the following patch (code patch was not approved):
3711 2011-02-21 Hui Zhu <teawater@gmail.com>
3712 * agentexpr.texi (bytecode descriptions): add printf.
3713 * gdb.texinfo (tracepoint action lists): add printf.
3714
3715 2011-02-23 Doug Evans <dje@google.com>
3716
3717 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
3718
3719 2011-02-23 Michael Snyder <msnyder@vmware.com>
3720
3721 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
3722 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
3723 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
3724
3725 2011-02-22 Doug Evans <dje@google.com>
3726
3727 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
3728 Clarify behaviour of lookup_symbol when `block' argument is omitted,
3729 add description of result, fix @defun formatting.
3730
3731 2011-02-21 Hui Zhu <teawater@gmail.com>
3732
3733 * agentexpr.texi (Bytecode Descriptions): Add printf.
3734 * gdb.texinfo (Tracepoint Action Lists): Add printf.
3735
3736 2011-02-18 Tom Tromey <tromey@redhat.com>
3737
3738 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
3739
3740 2011-02-14 Michael Snyder <msnyder@vmware.com>
3741
3742 * gdb.texinfo (threads): Document argument for "info threads" cmd.
3743 Document new command "thread find".
3744
3745 2011-02-14 Michael Snyder <msnyder@vmware.com>
3746
3747 * gdb.texinfo (Threads): Update example of new thread message.
3748
3749 2011-02-14 Pedro Alves <pedro@codesourcery.com>
3750
3751 * gdb.texinfo (Remote Configuration): Mention set/show remote
3752 traceframe-info.
3753 (Tools/Packages Optional for Building GDB): Mention that expat is
3754 used for traceframe info.
3755 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
3756 (General Query Packets) <qSupported>: Describe the
3757 qXfer:traceframe-info:read feature.
3758 (qXfer::read): Describe qXfer:traceframe-info:read.
3759 (Traceframe Info Format): New section.
3760
3761 2011-02-04 Pedro Alves <pedro@codesourcery.com>
3762
3763 * gdbint.texinfo (Formatting): Mention some formatting guidelines
3764 for casts and unary operators.
3765
3766 2011-02-04 Tom Tromey <tromey@redhat.com>
3767
3768 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
3769 is not useful.
3770
3771 2011-01-25 Pedro Alves <pedro@codesourcery.com>
3772
3773 * gdb.texinfo: s/value optimized out/optimized out/g
3774
3775 2011-01-21 Joel Brobecker <brobecker@adacore.com>
3776
3777 * gdb.texinfo (Other Misc Settings): Rework part of the
3778 documentation of the "set interactive mode" command.
3779
3780 2011-01-19 Tom Tromey <tromey@redhat.com>
3781
3782 * gdb.texinfo (Threads): Document thread name output and `thread
3783 name' command.
3784 (Threads In Python): Document Thread.name attribute.
3785 (GDB/MI Thread Commands): Document thread attributes.
3786
3787 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
3788
3789 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
3790 changes in mi/mi-cmd-disas.c
3791
3792 2011-01-12 Tom Tromey <tromey@redhat.com>
3793
3794 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
3795 Fix "thread apply" text.
3796
3797 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3798 Thiago Jung Bauermann <bauerman@br.ibm.com>
3799
3800 Implement support for PowerPC BookE ranged watchpoints.
3801 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
3802 the "set powerpc exact-watchpoints" flag.
3803
3804 2011-01-07 Tom Tromey <tromey@redhat.com>
3805
3806 * gdb.texinfo (Python API): Add descriptions to @menu items.
3807
3808 2011-01-06 Tom Tromey <tromey@redhat.com>
3809
3810 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
3811
3812 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
3813
3814 * gdb.texinfo (Debugging Output): Document "set debug jit".
3815
3816 2011-01-06 Tom Tromey <tromey@redhat.com>
3817
3818 PR python/12133:
3819 * gdb.texinfo (Frames In Python): Document various frame
3820 constants.
3821
3822 2011-01-05 Joel Brobecker <brobecker@adacore.com>
3823
3824 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
3825 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
3826 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
3827
3828 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3829
3830 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
3831 (clean): Add GDBvn.texi.
3832
3833 2010-12-29 Joel Brobecker <brobecker@adacore.com>
3834
3835 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
3836 occasional case where the debugger prints an array address
3837 instead of the array itself.
3838
3839 2010-12-23 Pedro Alves <pedro@codesourcery.com>
3840
3841 * gdb.texinfo (Packets) <read registers packet>: Document support
3842 for registers that were not collected.
3843
3844 2010-12-15 Doug Evans <dje@google.com>
3845
3846 * gdb.texinfo (Startup): Document auto-loading of scripts during
3847 startup.
3848 (Auto-loading): Delete "maint set python auto-load on|off".
3849 Add "set auto-load-scripts on|off".
3850
3851 2010-12-07 Doug Evans <dje@google.com>
3852
3853 * gdb.texinfo (Mode Options): Document -data-directory.
3854 (Data Files): Add reference to -data-directory.
3855
3856 2010-11-29 Doug Evans <dje@google.com>
3857
3858 * gdb.texinfo (Pretty-Printer Introduction): Change
3859 printer-name:subprinter-name to printer-name;subprinter-name.
3860
3861 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
3862
3863 PR python/12199
3864
3865 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
3866
3867 2010-11-23 Tom Tromey <tromey@redhat.com>
3868
3869 * gdb.texinfo (Top): Check SYSTEM_READLINE.
3870 (Editing): Likewise.
3871 (Command History): Likewise.
3872 (TUI Keys): Likewise.
3873 (Bug Reporting): Conditionally include rluser.texi and
3874 inc-history.texinfo.
3875 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
3876 (GDB_DOC_SOURCE_INCLUDES): Add comment.
3877 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
3878 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
3879 (gdb.pdf): Likewise.
3880 (gdb.info): Likewise.
3881 (gdb/index.html): Likewise.
3882
3883 2010-11-23 Tom Tromey <tromey@redhat.com>
3884
3885 * Makefile.in (Makefile): Run ../config.status.
3886 (distclean): Update.
3887 * configure: Remove.
3888 * configure.ac: Remove.
3889
3890 2010-11-12 Tom Tromey <tromey@redhat.com>
3891
3892 * gdb.texinfo (Basic Python): Update. Add xref.
3893 (Exception Handling): Document new exception classes.
3894 (Types In Python): Update.
3895 (Frames In Python): Update.
3896
3897 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
3898
3899 * gdb.texinfo (Breakpoints In Python): Document "internal"
3900 parameter, and visible attribute.
3901
3902 2010-11-05 Doug Evans <dje@google.com>
3903
3904 * gdb.texinfo (Source Path): Document "set directories".
3905
3906 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
3907
3908 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
3909 (OpenCL C): New node.
3910
3911 2010-11-02 Doug Evans <dje@google.com>
3912
3913 * gdb.texinfo (Pretty Printing): Expand into three sections,
3914 introduction, example, and commands.
3915 (Python API): Delete section Disabling Pretty-Printers, merge into
3916 Selecting Pretty-Printers.
3917 (Writing a Pretty-Printer): New section. Move the pretty-printer
3918 example here, and reformat to match python coding style. Add a second
3919 example using the gdb.printing module.
3920 (Python modules): Add gdb.printing.
3921
3922 2010-10-29 Doug Evans <dje@google.com>
3923
3924 * gdb.texinfo (Python): Fix long line.
3925
3926 2010-10-20 Doug Evans <dje@google.com>
3927
3928 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
3929 All references updated. Correct sections marked as subsections.
3930 (Coding Standards): New chapter. Move the coding standard related
3931 subsections here. Add section on Python coding standards.
3932
3933 2010-10-13 Doug Evans <dje@google.com>
3934
3935 * gdb.texinfo (Python): Add "Python modules".
3936 (Types in Python): Add reference to gdb.types section.
3937 (Python modules): New node.
3938
3939 2010-10-11 Doug Evans <dje@google.com>
3940
3941 * gdb.texinfo (Values From Inferior): Add reference to "Types in
3942 Python" from gdb.Value.type description.
3943
3944 2010-09-28 Joel Brobecker <brobecker@adacore.com>
3945
3946 * gdb.texinfo (Ravenscar Profile): New node.
3947
3948 2010-09-22 Tom Tromey <tromey@redhat.com>
3949
3950 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
3951
3952 2010-09-22 Eli Zaretskii <eliz@gnu.org>
3953
3954 * gdb.texinfo (Values From Inferior): Clarify that
3955 value.dynamic_type works only in C++ programs with RTTI.
3956
3957 2010-09-15 Paul Bolle <pebolle@tiscali.nl>
3958
3959 * gdb.texinfo (Character Sets): Correctly reference host-charset
3960 in example.
3961
3962 2010-09-13 Tom Tromey <tromey@redhat.com>
3963
3964 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
3965 Document "fullname" and "from".
3966
3967 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
3968
3969 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
3970 feature `reverse' output by -list-target-features.
3971
3972 2010-08-31 H.J. Lu <hongjiu.lu@intel.com>
3973
3974 * gdb.texinfo (i386 Features): Remove an extra "@item".
3975
3976 2010-08-30 Tom Tromey <tromey@redhat.com>
3977
3978 PR python/11792:
3979 * gdb.texinfo (Values From Inferior): Document dynamic_type.
3980
3981 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
3982
3983 * gdb.texinfo (ARM Features): Document
3984 org.gnu.gdb.arm.m-profile.
3985
3986 2010-08-23 Tom Tromey <tromey@redhat.com>
3987
3988 PR python/11145:
3989 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
3990 reinterpret_cast methods.
3991
3992 2010-08-23 Tom Tromey <tromey@redhat.com>
3993
3994 PR python/11915:
3995 * gdb.texinfo (Types In Python): Document array method.
3996
3997 2010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
3998
3999 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
4000
4001 2010-08-16 Tom Tromey <tromey@redhat.com>
4002
4003 * gdb.texinfo (Set Watchpoints): Document -location option.
4004
4005 2010-08-13 Doug Evans <dje@google.com>
4006
4007 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
4008
4009 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
4010
4011 * gdb.texinfo (GDB/MI Data Manipulation): Document
4012 -data-read-memory-raw and -data-write-memory-raw.
4013
4014 2010-08-11 Tom Tromey <tromey@redhat.com>
4015 Phil Muldoon <pmuldoon@redhat.com>
4016
4017 * gdb.texinfo (Basic Python): Describe post_event API.
4018
4019 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
4020
4021 * gdb.texinfo (Basic Python): Describe solib_address and
4022 decode_line Python APIs
4023
4024 2010-08-10 Tom Tromey <tromey@redhat.com>
4025
4026 * gdb.texinfo (Pretty Printing API): Document
4027 gdb.default_visualizer.
4028
4029 2010-08-10 Tom Tromey <tromey@redhat.com>
4030
4031 Revert gdb-add-index addition:
4032 * gdb.texinfo (Index Files): Don't document gdb-add-index.
4033
4034 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4035 Eli Zaretskii <eliz@gnu.org>
4036
4037 * gdb.texinfo (Mode Options) <-batch>
4038 (Basic Python) <gdb.execute>: Describe setting width and height.
4039
4040 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
4041
4042 * gdb.texinfo (Threads): Document 'debug libthread-db'.
4043
4044 2010-07-30 Tom Tromey <tromey@redhat.com>
4045
4046 * gdb.texinfo (Index Files): Mention gdb-add-index.
4047
4048 2010-07-30 Hui Zhu <teawater@gmail.com>
4049
4050 * gdb.texinfo (Inferiors and Programs): Update the introduce of
4051 "detach inferior" and "kill inferior".
4052
4053 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
4054
4055 * gdb.texinfo (Machine Code): Update description of two forms of
4056 arguments, and add new example to demonstrate the new form.
4057
4058 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
4059
4060 * gdb.texinfo (Values From Inferior): Add value inferior function
4061 call description.
4062
4063 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4064
4065 * gdb.texinfo (Active Targets): Fix wrong comma placement.
4066
4067 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4068 Eli Zaretskii <eliz@gnu.org>
4069
4070 Make core files the process_stratum.
4071 * gdb.texinfo (Active Targets): Remove core_stratum. Include
4072 record_stratum example.
4073
4074 2010-07-13 Tom Tromey <tromey@redhat.com>
4075
4076 * gdb.texinfo (Index Files): New node.
4077
4078 2010-07-13 Tom Tromey <tromey@redhat.com>
4079
4080 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
4081
4082 2010-07-13 Tom Tromey <tromey@redhat.com>
4083
4084 * gdb.texinfo (Specify Location): Document labels.
4085
4086 2010-07-01 Pedro Alves <pedro@codesourcery.com>
4087
4088 * gdb.texinfo (Create and Delete Tracepoints): Add more index
4089 entries for fast tracepoints and static tracepoints.
4090
4091 2010-07-01 Pedro Alves <pedro@codesourcery.com>
4092
4093 * gdb.texinfo (General Query Packets) <qfThreadInfo,
4094 qsThreadInfo>: Spell out `l' as ell.
4095
4096 2010-07-01 Pedro Alves <pedro@codesourcery.com>
4097
4098 * gdb.texinfo (Convenience Variables): Document $_sdata.
4099 (Commands to Set Tracepoints): Describe static tracepoints. Add
4100 `Listing Static Tracepoint Markers' menu entry. Document
4101 "strace".
4102 (Tracepoint Action Lists): Document collecting $_sdata.
4103 (Listing Static Tracepoint Markers): New subsection.
4104 (Tracepoints support in gdbserver): Mention static tracepoints.
4105 (remote packets, enabling and disabling): Mention
4106 read-sdata-object.
4107 (General Query Packets) <qSupported>: Document qXfer:sdata:read
4108 and StaticTracepoint.
4109 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
4110 Document qXfer:sdata:read.
4111 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
4112
4113 2010-06-29 Joel Brobecker <brobecker@adacore.com>
4114
4115 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
4116
4117 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
4118 Tom Tromey <tromey@redhat.com>
4119 Thiago Jung Bauermann <bauerman@br.ibm.com>
4120
4121 * gdb.texinfo (Inferiors In Python): New node.
4122 * gdb.texinfo (Threads In Python): New node.
4123
4124 2010-06-28 Joel Brobecker <brobecker@adacore.com>
4125
4126 * gdb.texinfo (Python): Document what the python directory is
4127 and what its location is.
4128 (Basic Python): Document the gdb.PYTHONDIR constant.
4129
4130 2010-06-25 Tom Tromey <tromey@redhat.com>
4131
4132 PR python/10808:
4133 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
4134
4135 2010-06-24 Hui Zhu <teawater@gmail.com>
4136
4137 * gdb.texinfo: (Commands for Controlled Output): Add
4138 documentation for command "eval".
4139
4140 2010-06-21 Stan Shebs <stan@codesourcery.com>
4141
4142 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
4143 * annotate.texinfo: Ditto.
4144 * gdbint.texinfo: Ditto.
4145 * stabs.texinfo: Ditto.
4146
4147 2010-06-22 Hui Zhu <teawater@gmail.com>
4148
4149 * gdb.texinfo: (Process Record and Replay): Add documentation
4150 for command "set record memory-query".
4151
4152 2010-06-21 Stan Shebs <stan@codesourcery.com>
4153
4154 * gdb.texinfo: Relicense under GFDL version 1.3.
4155 * annotate.texinfo: Relicense under GFDL version 1.3.
4156 * gdbint.texinfo: Relicense under GFDL version 1.3.
4157 * stabs.texinfo: Relicense under GFDL version 1.3.
4158 * fdl.texi: Update to version 1.3.
4159
4160 2010-06-18 Stan Shebs <stan@codesourcery.com>
4161
4162 * gdb.texinfo (Operating System Auxiliary Information): Describe
4163 "info os" when no arguments given.
4164
4165 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
4166 $_thread.
4167
4168 2010-06-18 Hui Zhu <teawater@gmail.com>
4169
4170 * gdb.texinfo: (Process Record and Replay): Add documentation
4171 for commands "record save" and "record restore".
4172
4173 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4174
4175 * gdb.texinfo: Include information about the correct use
4176 of addresses in the `watch' command.
4177
4178 2010-06-11 Stan Shebs <stan@codesourcery.com>
4179
4180 * gdb.texinfo (Observer Mode): New section.
4181 (General Query Packets): Document QAllow.
4182
4183 2010-06-04 Doug Evans <dje@google.com>
4184
4185 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
4186
4187 2010-06-03 Doug Evans <dje@google.com>
4188
4189 * gdbint.texinfo (Coding): Add subsection on command names.
4190
4191 2010-06-02 Tom Tromey <tromey@redhat.com>
4192
4193 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
4194 always-disassemble.
4195
4196 2010-06-01 Pedro Alves <pedro@codesourcery.com>
4197
4198 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
4199 gdbserver, and add cross reference.
4200 (Tracepoints support in gdbserver): New subsection.
4201
4202 2010-05-26 Pedro Alves <pedro@codesourcery.com>
4203
4204 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
4205 `qRelocInsn' feature.
4206 (Relocate instruction reply packet): New subsection
4207 of `Tracepoint Packets'.
4208 (Tracepoint Packets): Mention that packets QTDP and QTStart
4209 support the qRelocInsn request, and add cross reference to new
4210 subsection.
4211
4212 2010-05-25 Doug Evans <dje@google.com>
4213
4214 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
4215 (Commands In Python): Document gdb.string_to_argv.
4216
4217 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4218
4219 * gdbint.texinfo (Host Definition): Remove items NORETURN and
4220 ATTR_NORETURN.
4221
4222 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
4223 Tom Tromey <tromey@redhat.com>
4224 Thiago Jung Bauermann <bauerman@br.ibm.com>
4225
4226 * gdb.texinfo (Parameters In Python): New Node.
4227
4228 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
4229
4230 * gdb.texinfo: (Summary) Add mention about D language support.
4231 (Filenames): Add D suffixes.
4232 (D): New node.
4233
4234 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
4235
4236 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
4237 of macro deleted from GDB code.
4238
4239 2010-04-24 Pedro Alves <pedro@codesourcery.com>
4240
4241 * gdb.texinfo (Commands to specify files): Describe what how GDB
4242 looks up DOS-based filesystem paths on the system root. Document
4243 the new `set/show target-file-system-kind' commands.
4244
4245 2010-04-23 Doug Evans <dje@google.com>
4246
4247 * gdb.texinfo (Python): Move Auto-loading section here ...
4248 (Python API): from here.
4249 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
4250 (Maintenance Commands): Add docs for "maint print section-scripts".
4251
4252 2010-04-20 Chris Moller <cmoller@redhat.com>
4253
4254 * gdb.texinfo (Setting Breakpoints): Added description of
4255 filename-qualified rbreak.
4256 * refcard.tex (Breakpoints and Watchpoints): Added brief
4257 description of filename-qualified rbreak.
4258
4259 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4260
4261 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
4262 (Python API): Change the reference to Pretty Printing API.
4263 (Pretty Printing): Move the user part under the Data node. Reformat
4264 the sample output to 72 columns. Create a new reference to Pretty
4265 Printing API. Rename the API part ...
4266 (Pretty Printing API): To a new node name.
4267 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
4268 (GDB/MI Variable Objects): Change references to Pretty Printing API.
4269
4270 2010-04-21 Stan Shebs <stan@codesourcery.com>
4271
4272 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
4273 and commands.
4274 (Listing Tracepoints): Update to reflect current behavior.
4275
4276 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4277
4278 * gdb.texinfo (Examining memory): Update for change in string
4279 display with explicit size.
4280
4281 2010-04-19 Pedro Alves <pedro@codesourcery.com>
4282
4283 PR breakpoints/8554.
4284
4285 * gdb.texinfo (Save Breakpoints): New node.
4286 (save-tracepoints): Rename to ...
4287 (save tracepoints): ... this. Mention that `save-tracepoints' is
4288 a deprecated alias to `save tracepoints'.
4289
4290 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
4291
4292 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
4293 (info w32 thread-information-block): Document new command.
4294 (qGetTIBAddress): Document new gdbserver query.
4295 (maint set/show show-all-tib): Document new command.
4296
4297 2010-04-15 Doug Evans <dje@google.com>
4298
4299 * gdb.texinfo (Python API): Add progspaces section.
4300 (Selecting Pretty-Printers): Progspace pretty-printers are
4301 searched too.
4302 (Progspaces In Python): New section.
4303
4304 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
4305
4306 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
4307
4308 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
4309 returns None.
4310
4311 2010-04-09 Stan Shebs <stan@codesourcery.com>
4312
4313 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4314 Describe the `frames-created' field, tweak grammar.
4315
4316 2010-04-09 Pedro Alves <pedro@codesourcery.com>
4317
4318 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4319 Describe the `circular' and `disconnected' fields.
4320
4321 2010-04-09 H.J. Lu <hongjiu.lu@intel.com>
4322
4323 * gdb.texinfo (maint print registers): Mention unavailable and
4324 invisible registers.
4325
4326 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
4327 Thiago Jung Bauermann <bauerman@br.ibm.com>
4328 Tom Tromey <tromey@redhat.com>
4329
4330 * gdb.texinfo (Breakpoints In Python): New Node.
4331
4332 2010-04-08 Stan Shebs <stan@codesourcery.com>
4333
4334 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
4335 trace status fields.
4336
4337 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
4338
4339 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
4340 optional. Make org.gnu.gdb.i386.avx requires
4341 org.gnu.gdb.i386.avx.
4342
4343 2010-04-08 Doug Evans <dje@google.com>
4344
4345 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
4346 search path, and document that gdb only scans the search path if
4347 the script's path doesn't specify a directory.
4348
4349 2010-04-05 Doug Evans <dje@google.com>
4350
4351 * gdb.texinfo (maint show python auto-load): Fix typo.
4352
4353 2010-04-04 Stan Shebs <stan@codesourcery.com>
4354
4355 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
4356 (Setting Watchpoints): Update description of "info watch".
4357 (Disabling Breakpoints): Only "info break" lists all.
4358
4359 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
4360 (tdump): Explain how tdump works.
4361
4362 2010-04-01 Pedro Alves <pedro@codesourcery.com>
4363
4364 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
4365 add cross reference.
4366
4367 2010-03-31 Pedro Alves <pedro@codesourcery.com>
4368
4369 * gdb.texinfo (TUI Commands): Mention that in some cases, these
4370 commands error out.
4371
4372 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4373
4374 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
4375
4376 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4377
4378 * gdb.texinfo (General Query Packets): Add xmlRegisters.
4379
4380 2010-03-29 Stan Shebs <stan@codesourcery.com>
4381 Nathan Sidwell <nathan@codesourcery.com>
4382
4383 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
4384 GDBN equivalent.
4385 (Set Tracepoints): Remove mention that conditional tracepoints
4386 don't exist.
4387 (Tracepoint Actions): Clarify when while-stepping collection
4388 happens, note that while-stepping does not automatically collect
4389 $pc.
4390
4391 2010-03-29 Stan Shebs <stan@codesourcery.com>
4392
4393 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
4394 (General Query Packets): Describe TracepointSource.
4395
4396 2010-03-27 Matt Rice <ratmice@gmail.com>
4397
4398 * gdb.texinfo (ARM): Document arguments to "target sim".
4399 (Set Catchpoints): Use @dots{} instead of @r{...}.
4400
4401 2010-03-26 Pedro Alves <pedro@codesourcery.com>
4402
4403 * gdb.texinfo (Tracepoint Packets): Remove mention that
4404 terror:string may be plain text, and drop mention of X prefix.
4405
4406 2010-03-26 Vladimir Prus <vladimir@codesourcery.com>
4407
4408 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
4409
4410 2010-03-24 Stan Shebs <stan@codesourcery.com>
4411
4412 * gdb.texinfo (Tracepoint Packets): Document trace error status.
4413
4414 2010-03-24 Tom Tromey <tromey@redhat.com>
4415
4416 PR breakpoints/9352:
4417 * gdb.texinfo (Break Commands): Update.
4418
4419 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
4420
4421 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
4422 commands.
4423
4424 2010-03-16 Stan Shebs <stan@codesourcery.com>
4425
4426 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
4427 circular-trace-buffer.
4428 (Tracepoint Packets): Describe QTBuffer, and details of the
4429 qTStatus reply.
4430
4431 2010-03-12 Stan Shebs <stan@codesourcery.com>
4432 Nathan Sidwell <nathan@codesourcery.com>
4433
4434 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
4435 doing instruction stepping.
4436 (Tracepoint Restrictions): New node.
4437
4438 2010-03-10 Tom Tromey <tromey@redhat.com>
4439
4440 * gdbint.texinfo (Symbol Handling): Update.
4441
4442 2010-03-08 Tom Tromey <tromey@redhat.com>
4443
4444 PR cli/9591:
4445 * gdb.texinfo (Mode Options): Mention lack of pagination and
4446 confirmation with --batch.
4447 (Screen Size): Mention --batch.
4448 (Messages/Warnings): Likewise.
4449
4450 2010-03-05 Tom Tromey <tromey@redhat.com>
4451
4452 * gdb.texinfo (Basic Python): Document target_charset and
4453 target_wide_charset.
4454
4455 2010-03-05 Tom Tromey <tromey@redhat.com>
4456
4457 * gdb.texinfo (Data): Link to pretty-printing.
4458 (Output Formats): Likewise. Correct text.
4459
4460 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
4461
4462 * gdb.texinfo (Types): Describe <struct> and <flags>.
4463
4464 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
4465
4466 * gdb.texinfo (Frames In Python): Add block parameter and
4467 description to read_var text.
4468
4469 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
4470 Tom Tromey <tromey@redhat.com>
4471
4472 * gdb.texinfo (Types In Python): Describe block argument in
4473 template_argument and gdb.lookup_type.
4474
4475 2010-02-24 Tom Tromey <tromey@redhat.com>
4476
4477 * gdb.texinfo (Cygwin Native): Fix typo.
4478
4479 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
4480
4481 * gdb.texinfo (Frames In Python): Add block, find_sal, function
4482 and select method descriptions.
4483 (Python API): Add Blocks In Python, Symbols in Python and Symbol
4484 Tables in Python to menu.
4485 (Blocks In Python): New node.
4486 (Symbols In Python): New node.
4487 (Symbol Tables in Python): New node.
4488
4489 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
4490
4491 Multiexec MI
4492
4493 gdb/
4494 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
4495
4496 gdb/doc/
4497 * gdb.texinfo (GDB/MI Command Syntax): Document notification
4498 changes.
4499 (GDB/MI Program Execution): Document current behaviour of
4500 --all and --thread-group.
4501 (GDB/MI Miscellaneous Commands): Document -add-inferior and
4502 -remove-inferior.
4503 * observer.texi (inferior_added, inferior_removed): New
4504 observers.
4505
4506 2010-02-19 Tom Tromey <tromey@redhat.com>
4507
4508 * gdbint.texinfo (Getting Started): Fix @node.
4509 (Debugging GDB): Likewise.
4510
4511 2010-02-13 Joel Brobecker <brobecker@adacore.com>
4512
4513 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
4514 documenting the gdb_test_timeout variable.
4515
4516 2010-02-12 Jakob Engblom <jakob@virtutech.com>
4517
4518 * gdb.texinfo (MI commands): Added documentation of --reverse
4519 option to a set of MI commands. Restructured documentation of MI
4520 commands --exec-continue to reflect the complexity of reverse
4521 execution.
4522
4523 2010-02-12 Pedro Alves <pedro@codesourcery.com>
4524
4525 * gdb.texinfo (Using the Collected Data): Specify that the address
4526 range of `tfind outsize' is exclusive, and that the address range
4527 of `tfind range' is inclusive.
4528 (Tracepoint Packets): Specify that the address range of
4529 `QTFrame:range' is inclusive, and that the address range of
4530 `QTFrame:outside' is exclusive
4531
4532 2010-02-12 Vladimir Prus <vladimir@codesourcery.com>
4533
4534 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
4535
4536 2010-02-10 Tom Tromey <tromey@redhat.com>
4537
4538 * gdb.texinfo (Debugging Output): Document set debug parser and
4539 show debug parser.
4540
4541 2010-02-09 H.J. Lu <hongjiu.lu@intel.com>
4542
4543 * gdb.texinfo (Predefined Target Types): Add i387_ext,
4544 i386_eflags and i386_mxcsr.
4545
4546 2010-02-08 H.J. Lu <hongjiu.lu@intel.com>
4547
4548 * gdb.texinfo: Document i386 target features.
4549
4550 2010-02-05 Doug Evans <dje@google.com>
4551
4552 * gdbint.texinfo (Testsuite): Add a new section to document the
4553 various DejaGnu variables that may be overridden.
4554 Document INTERNAL_GDBFLAGS.
4555
4556 2010-02-04 Tom Tromey <tromey@redhat.com>
4557
4558 PR cli/8830:
4559 * gdb.texinfo (Files): -readnow comes before the filename for file
4560 and symbol-file.
4561
4562 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4563
4564 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
4565 Document ARM breakpoint types.
4566 (Register Packet Format): Move into the new section.
4567 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
4568
4569 2010-01-21 Joel Brobecker <brobecker@adacore.com>
4570
4571 * gdb.texinfo (File Options): Adjust the documentation of this
4572 switch to refer to the "source" command rather than partially
4573 duplicating some of the relevant information.
4574 (Extending GDB): Introduce and document the set/show script-extension
4575 setting.
4576 (Command Files): Add note explaining that the "source" command
4577 is also used to evalute scripts written in other languages.
4578 Remove the short slightly incorrect reference to sourcing Python
4579 scripts.
4580 (Python Commands): Document how to execute a Python script from GDB.
4581
4582 2010-01-19 Joel Brobecker <brobecker@adacore.com>
4583
4584 * gdb.texinfo (Command Files): Fix typo.
4585
4586 2010-01-18 Tom Tromey <tromey@redhat.com>
4587
4588 * gdb.texinfo (File Options): Document -x on .py files.
4589 (Command Files): Document handling of Python scripts.
4590
4591 2010-01-18 Jie Zhang <jie.zhang@analog.com>
4592
4593 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
4594
4595 2010-01-15 Stan Shebs <stan@codesourcery.com>
4596
4597 * gdb.texinfo (Trace Files): New section.
4598 (Tracepoint Packets): Document QTSave and qTBuffer.
4599 (Trace File Format): New appendix.
4600
4601 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
4602
4603 * gdb.texinfo (Values From Inferior): Document lazy_string value
4604 method.
4605 (Python API): Add Lazy strings menu item.
4606 (Lazy Strings In Python): New node.
4607
4608 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
4609
4610 * gdb.texinfo (GDB/MI Thread Information): New.
4611 (GDB/MI Async Records): Document the core field in *stopped.
4612 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
4613 documentation
4614 (Process list): Document that osdata document may contain
4615 threads.
4616 (Remote Serial Protocol): Document qXfer:threads.
4617
4618 2010-01-06 Stan Shebs <stan@codesourcery.com>
4619
4620 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4621 disconnected tracing.
4622 (Tracepoint Packets): Document new protocol.
4623
4624 2010-01-05 Stan Shebs <stan@codesourcery.com>
4625
4626 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
4627 tracepoints.
4628 (Tracepoint Packets): Describe remote protocol for fast
4629 tracepoints.
4630
4631 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4632
4633 Update the "Start of New Year Procedure".
4634 * gdbint.texinfo: Add the list of files that need to be updated
4635 manually. Minor reformatting.
4636
4637 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4638
4639 * refcard.tex: Update copyright year in header and text.
4640
4641 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4642
4643 * agentexpr.texi: Add 2010 to the list of copyright years.
4644 * annotate.texinfo: Likewise.
4645 * gdb.texinfo: Likewise.
4646 * gdbint.texinfo: Likewise.
4647 * observer.texi: Likewise.
4648 * stabs.texinfo: Likewise.
4649
4650 2009-12-31 Stan Shebs <stan@codesourcery.com>
4651
4652 * gdb.texinfo (Tracepoint Actions): Describe teval.
4653
4654 2009-12-29 Stan Shebs <stan@codesourcery.com>
4655
4656 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
4657
4658 2009-12-28 Stan Shebs <stan@codesourcery.com>
4659
4660 * gdb.texinfo (Trace State Variables): New section.
4661 (Tracepoint Packets): Describe trace state variable packets.
4662 * agentexpr.texi (Bytecode Descriptions): Describe trace state
4663 variable bytecodes.
4664
4665 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
4666
4667 * gdb.texinfo (Symbols): "info variables" prints definitions, not
4668 declarations.
4669
4670 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
4671
4672 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
4673 -gdb-exit behaviour.
4674
4675 2009-12-20 Joel Brobecker <brobecker@adacore.com>
4676
4677 * gpl.texi: Update to version 3 of the GPL.
4678
4679 2009-12-20 Joel Brobecker <brobecker@adacore.com>
4680
4681 * Makefile.in: Update copyright header.
4682 * observer.texi: Fix the copyright header of the generated files.
4683
4684 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
4685
4686 * gdb.texinfo (Types In Python): Describe range function.
4687
4688 2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
4689
4690 * gdb.texinfo (Types In Python): Describe "is_base_class".
4691
4692 2009-12-03 Tom Tromey <tromey@redhat.com>
4693
4694 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
4695
4696 2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
4697
4698 * observer.texi: New memory_changed observer.
4699
4700 2009-12-01 Tom Tromey <tromey@redhat.com>
4701
4702 * gdb.texinfo (Reverse Execution): Fix typo.
4703
4704 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
4705
4706 PR gdb/8704
4707
4708 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
4709 are allowed after the breakpoint condition.
4710
4711 2009-11-23 Tom Tromey <tromey@redhat.com>
4712
4713 PR python/10782:
4714 * gdb.texinfo (Types In Python): Document Type.pointer.
4715
4716 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
4717
4718 * gdb.texinfo (Machine Code): Adjust.
4719
4720 2009-11-11 Pedro Alves <pedro@codesourcery.com>
4721
4722 * agentexpr.texi (Tracing On Symmetrix): Delete section.
4723 (Using Agent Expressions): Delete cross reference.
4724
4725 2009-11-07 Joel Brobecker <brobecker@adacore.com>
4726
4727 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
4728 and @settitle directives up to help makeinfo find them.
4729
4730 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4731
4732 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
4733 (Auto-loading): Use plural and note one can use multiple components now.
4734
4735 2009-11-01 Vladimir Prus <vladimir@codesourcery.com>
4736
4737 * gdb.texinfo (GDB/MI Stack Manipulation): Make
4738 -stack-list-arguments have the same documentation for parameter
4739 as -stack-list-locals. Add comas.
4740
4741 2009-10-27 Tom Tromey <tromey@redhat.com>
4742 Eli Zaretskii <eliz@gnu.org>
4743
4744 PR python/10781
4745
4746 * gdb.texinfo (Values From Inferior): Document cast method.
4747
4748 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
4749
4750 * gdb.texinfo (Machine Code): Mention function name in disasssembly
4751 and adjust example.
4752
4753 2009-10-22 Michael Snyder <msnyder@vmware.com>
4754
4755 * gdb.texinfo (Process Record and Replay): Document new form of
4756 info record command. Also document the new save and restore
4757 commands.
4758
4759 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
4760
4761 * gdb.texinfo (Machine Code): Mention current pc marker.
4762 (Memory): Likewise.
4763
4764 2009-10-19 Pedro Alves <pedro@codesourcery.com>
4765 Stan Shebs <stan@codesourcery.com>
4766
4767 * observer.texi (new_inferior): Rename to...
4768 (inferior_appeared): ... this.
4769
4770 * gdb.texinfo (Inferiors): Rename node to ...
4771 (Inferiors and Programs): ... this. Mention running multiple
4772 programs in the same debug session.
4773 <info inferiors>: Mention the new 'Executable' column if "info
4774 inferiors". Update examples. Document the "add-inferior",
4775 "clone-inferior", "remove-inferior" and "maint info
4776 program-spaces" commands.
4777 (Process): Rename node to...
4778 (Forks): ... this. Document "set|show follow-exec-mode".
4779
4780 2009-10-11 Michael Snyder <msnyder@vmware.com>
4781
4782 * gdb.texinfo (ReverseStep): Show default as "unsupported".
4783 (ReverseContinue): Ditto.
4784
4785 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
4786
4787 * gdb.texinfo (Server): Document libthread-db-search-path.
4788
4789 2009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4790
4791 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
4792
4793 2009-10-06 Michael Eager <eager@eagercon.com>
4794
4795 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
4796 (Embedded Processors): Add MicroBlaze.
4797 (MicroBlaze): New. Describe Xilinx MicroBlaze
4798
4799 2009-10-04 Pedro Alves <pedro@codesourcery.com>
4800
4801 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
4802
4803 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
4804
4805 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
4806
4807 2009-09-23 Joel Brobecker <brobecker@adacore.com>
4808
4809 * observer.texi (solib_unloaded): Document explicitly the fact that
4810 this observer is called before the associated symbols are unloaded.
4811
4812 2009-09-19 Vladimir Prus <vladimir@codesourcery.com>
4813
4814 * gdb.texinfo (GDB/MI Stack Manipulation): Document
4815 -stack-list-variables.
4816
4817 2009-09-18 Tom Tromey <tromey@redhat.com>
4818
4819 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
4820 is experimental.
4821
4822 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4823
4824 * gdb.texinfo (convenince variables): Mention
4825 $_siginfo could be empty.
4826
4827 2009-09-15 Tom Tromey <tromey@redhat.com>
4828
4829 * gdb.texinfo (GDB/MI Variable Objects): Document
4830 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
4831 Expand -var-update documentation.
4832
4833 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4834
4835 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
4836 feature.
4837
4838 2009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
4839
4840 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
4841
4842 2009-09-10 Michael Snyder <msnyder@vmware.com>
4843
4844 * gdb.texinfo (qSupported): Mention new ReverseContinue and
4845 ReverseStep replies to the qSupported query.
4846
4847 2009-09-10 Joel Brobecker <brobecker@adacore.com>
4848
4849 Add documentation for set/show interactive-mode.
4850 * gdb.texinfo (Other Misc Settings): New node.
4851
4852 2009-09-01 Doug Evans <dje@google.com>
4853
4854 * gdb.texinfo (Caching Data of Remote Targets): Add note on
4855 non-stop mode's affect on remote caching.
4856
4857 2009-08-31 Jacob Potter <jdpotter@google.com>
4858 Doug Evans <dje@google.com>
4859
4860 * gdb.texinfo (Caching Data of Remote Targets): Update text.
4861 Mark `set/show remotecache' options as obsolete.
4862 Document new `set/show stack-cache' option.
4863 Update text for `info dcache'.
4864
4865 2009-08-27 Doug Evans <dje@google.com>
4866
4867 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
4868 (Files): Add note on new optional regex arg to `info sharedlibrary'.
4869
4870 2009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4871
4872 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
4873 about autoconf.
4874
4875 2009-08-25 Pedro Alves <pedro@codesourcery.com>
4876
4877 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
4878 small example, and describe its columns. Replace "inferior-id" by
4879 "infno" throughout.
4880
4881 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4882
4883 * gdbint.texinfo (Releasing GDB): Point to
4884 README-maintainer-mode file for required autoconf version.
4885 * configure.ac: Do not substitute datarootdir, htmldir,
4886 pdfdir, docdir. Do not process --with-datarootdir,
4887 --with-htmldir, --with-pdfdir, --with-docdir.
4888 * configure: Regenerate.
4889
4890 * configure: Regenerate.
4891
4892 2009-08-20 Reid Kleckner <reid@kleckner.net>
4893
4894 * gdb.texinfo: Add chapter on JIT interface.
4895
4896 2009-08-07 Nick Roberts <nickrob@snap.net.nz>
4897
4898 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
4899 confirmation request.
4900
4901 2009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
4902
4903 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
4904 CRC definitions.
4905
4906 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
4907
4908 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
4909 -break-commands.
4910
4911 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4912
4913 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4914 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
4915
4916 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4917
4918 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4919 "set spu stop-on-load" and "show spu stop-on-load" commands.
4920
4921 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4922
4923 * gdb.texinfo (Target Descriptions): Document <compatible> element.
4924
4925 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
4926
4927 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
4928 org.gnu.gdb.arm.neon.
4929
4930 2009-07-20 Pedro Alves <pedro@codesourcery.com>
4931
4932 * gdb.texinfo (Target Description Format): Mention the new <osabi>
4933 optional element.
4934 (subsection OS ABI): New subsection.
4935
4936 2009-07-14 Stan Shebs <stan@codesourcery.com>
4937
4938 * gdb.texinfo (Tracepoint Conditions): New section.
4939 (General Query Packets): Describe ConditionalTracepoints.
4940 (Tracepoint Packets): Describe condition field.
4941 (Maintenance Commands): Describe maint agent-eval.
4942 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
4943
4944 2009-07-11 Hui Zhu <teawater@gmail.com>
4945
4946 * gdb.texinfo (disassemble): Add a new modifier /r
4947 to "disassemble" command to make it print the raw instructions
4948 in hex as well as in symbolic form.
4949
4950 2009-07-09 Tom Tromey <tromey@redhat.com>
4951
4952 * gdbint.texinfo (Testsuite): Document parallel make check.
4953
4954 2009-07-09 Tom Tromey <tromey@redhat.com>
4955
4956 * gdbint.texinfo (Testsuite): Document test transcripts.
4957
4958 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
4959
4960 * gdb.texinfo (Values From Inferior): Add length parameter
4961 description.
4962
4963 2009-07-04 Chris Genly <chris@genly.us>
4964
4965 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
4966 in -var-list-children. Fix example according to what the code
4967 does.
4968
4969 2009-07-02 Pedro Alves <pedro@codesourcery.com>
4970
4971 * gdb.texinfo (Debugging multiple inferiors): Document the
4972 "inferior", "detach inferior" and "kill inferior" commands.
4973 (Debugging Programs with Multiple Processes): Adjust to mention
4974 generic "inferior" commands. Delete mention of "detach fork" and
4975 "delete fork". Cross reference to "Debugging multiple inferiors"
4976 section.
4977
4978 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4979
4980 * gdbint.texinfo (Item Output Functions): Update signature
4981 for ui_out_field_core_addr.
4982
4983 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4984
4985 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
4986 Update example code extrated from breakpoint.c.
4987
4988 2009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
4989
4990 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
4991 MI commands.
4992 (GDB/MI Symbol Query): Likewise.
4993 (GDB/MI File Commands): Likewise.
4994 (GDB/MI File Transfer Commands): Likewise.
4995 (GDB/MI Target Manipulation): Likewise.
4996 (GDB/MI Miscellaneous Commands): Likewise.
4997
4998 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
4999
5000 * gdb.texinfo (Debugging Optimized Code): New chapter.
5001 (Compiling for Debugging): Reference it. Move some
5002 text to the new section.
5003
5004 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
5005
5006 * doc/gdb.texinfo (Calling): Document
5007 set-unwind-on-terminating-exception usage.
5008
5009 2009-06-11 Pedro Alves <pedro@codesourcery.com>
5010
5011 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
5012 command.
5013
5014 2009-06-07 Pedro Alves <pedro@codesourcery.com>
5015
5016 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
5017 references.
5018
5019 2009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
5020
5021 * gdbint.texinfo: Rename formal parameters to gdbarch function
5022 protoypes from "current_gdbarch" to "gdbarch".
5023
5024 2009-05-28 Tom Tromey <tromey@redhat.com>
5025
5026 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
5027
5028 2009-05-27 Tom Tromey <tromey@redhat.com>
5029
5030 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5031 feature.
5032 (GDB/MI Variable Objects): Document -var-set-visualizer.
5033
5034 2009-04-02 Tom Tromey <tromey@redhat.com>
5035
5036 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5037 feature.
5038 (GDB/MI Variable Objects): Document -var-set-visualizer.
5039
5040 2009-05-27 Tom Tromey <tromey@redhat.com>
5041 Thiago Jung Bauermann <bauerman@br.ibm.com>
5042 Phil Muldoon <pmuldoon@redhat.com>
5043
5044 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
5045 (Pretty Printing): New node.
5046 (Selecting Pretty-Printers): Likewise.
5047 (Python API): Update.
5048 (Output Formats): Document /r format.
5049
5050 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
5051 Tom Tromey <tromey@redhat.com>
5052
5053 * gdb.texinfo (Types In Python): New node.
5054 (Values From Inferior): "type" is now an attribute.
5055 (Python API): Update.
5056
5057 2009-05-27 Tom Tromey <tromey@redhat.com>
5058 Thiago Jung Bauermann <bauerman@br.ibm.com>
5059 Phil Muldoon <pmuldoon@redhat.com>
5060
5061 * gdb.texinfo: Add @syncodeindex for `tp'.
5062 (Python API): Update.
5063 (Auto-loading): New node.
5064 (Objfiles In Python): New node.
5065
5066 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
5067
5068 * gdb.texinfo (Threads): Document libthread-db-search-path.
5069
5070 2009-05-15 Nick Roberts <nickrob@snap.net.nz>
5071
5072 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
5073
5074 2009-05-12 Pedro Alves <pedro@codesourcery.com>
5075
5076 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
5077 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
5078 show show-debug-regs' docs.
5079
5080 2009-05-08 Eli Zaretskii <eliz@gnu.org>
5081
5082 * gdb.texinfo (Process Record and Replay): Add description of
5083 reverse execution.
5084
5085 2009-05-07 Joel Brobecker <brobecker@adacore.com>
5086
5087 * gdbint.texinfo (Adding support for debugging core files): New node.
5088 (Native Debugging): Remove the ``Native core file Support'' section.
5089
5090 2009-05-01 Eli Zaretskii <eliz@gnu.org>
5091
5092 * gdb.texinfo (Process Record and Replay): Improve and clarify.
5093 Add index entries.
5094
5095 2009-04-30 Hui Zhu <teawater@gmail.com>
5096 Michael Snyder <msnyder@vmware.com>
5097
5098 * gdb.texinfo: (Process Record and Replay): Add documentation for
5099 process record and replay.
5100
5101 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5102
5103 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
5104 a new part on command-line defined macros.
5105
5106 2009-04-25 Eli Zaretskii <eliz@gnu.org>
5107
5108 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
5109 clarify the wording.
5110
5111 2009-04-23 Tom Tromey <tromey@redhat.com>
5112
5113 * gdb.texinfo (Data Files): New node.
5114 (GDB Files): Update menu.
5115
5116 2009-04-23 Joel Brobecker <brobecker@adacore.com>
5117
5118 * gdbint.texinfo (Defining Other Architecture Features): Remove
5119 entry for PROCESS_LINENUMBER_HOOK.
5120
5121 2009-04-22 Vladimir Prus <vladimir@codesourcery.com>
5122
5123 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
5124
5125 2009-04-22 Hui Zhu <teawater@gmail.com>
5126
5127 * gdb.texinfo (disassemble-next-line): Set the default of
5128 disassemble-next-line to off.
5129
5130 2009-04-21 Joseph Myers <joseph@codesourcery.com>
5131
5132 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
5133 --with-htmldir): New.
5134 * configure: Regenerate.
5135 * Makefile.in (datarootdir, docdir): Define.
5136 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
5137 instead of $(SET_TEXINPUTS).
5138 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
5139 gdbint.info instead of $(SET_TEXINPUTS).
5140 (gdbint/index.html): Use same -I options as for building
5141 gdbint.info.
5142 (stabs.dvi, stabs.pdf): Use same -I options as for building
5143 stabs.info instead of $(SET_TEXINPUTS).
5144 (stabs/index.html): Use same -I options as for building
5145 stabs.info.
5146 (annotate.dvi, annotate.pdf): Use same -I options as for building
5147 annotate.info instead of $(SET_TEXINPUTS).
5148 (annotate/index.html): Use same -I options as for building
5149 annotate.info.
5150
5151 2009-04-21 David Daney <ddaney@caviumnetworks.com>
5152
5153 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
5154
5155 2009-04-21 Joseph Myers <joseph@codesourcery.com>
5156
5157 * gdb.texinfo (Source Path): Document --with-relocated-sources.
5158
5159 2009-04-18 Carlos O'Donell <carlos@codesourcery.com>
5160 Joseph Myers <joseph@codesourcery.com>
5161
5162 * Makefile.in (MAKEHTML): Set to makeinfo --html.
5163 (MAKEHTMLFLAGS): Set to empty.
5164 (html__strip_dir): Define.
5165 (HTMLFILES): Define.
5166 (HTMLFILES_INSTALL): Define.
5167 (install-html): Copy new automake rule.
5168 (html): Depend on $(HTMLFILES).
5169 (gdb_toc.html): Rename to gdb/index.html.
5170 (gdbint_toc.html): Rename to gdbint/index.html.
5171 (stabs_toc.html): Rename to stabs/index.html.
5172 (annotate_toc.html): Rename to annotate/index.html.
5173
5174 2009-04-17 Carlos O'Donell <carlos@codesourcery.com>
5175
5176 * Makefile.in: Set pdfdir and htmldir from configure
5177 substitutions.
5178 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
5179 * configure: Regenerate.
5180
5181 2009-04-16 Joel Brobecker <brobecker@adacore.com>
5182
5183 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
5184 This macro is no longer used.
5185
5186 2009-04-15 Tom Tromey <tromey@redhat.com>
5187
5188 * gdb.texinfo (Character Sets): Document default character set.
5189
5190 2009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
5191
5192 * gdbint.texinfo: Change server name from sources.redhat.com to
5193 sourceware.org throughout.
5194
5195 2009-04-09 Joel Brobecker <brobecker@adacore.com>
5196
5197 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
5198 about a missing dot or coma after @xref.
5199
5200 2009-04-02 Joel Brobecker <brobecker@adacore.com>
5201
5202 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
5203 example, and add a small explanation about it.
5204 (Print Settings): Change the documentation of the "set print
5205 frame-arguments" to reflect the fact that the default is now "scalars".
5206
5207 2009-04-02 Joel Brobecker <brobecker@adacore.com>
5208
5209 * gdb.texinfo (Print Settings): Add kindex for command "set
5210 print frame-arguments".
5211
5212 2009-03-31 Joel Brobecker <brobecker@adacore.com>
5213
5214 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
5215 breakpoints.
5216 (Set Breaks): Add reference to thread-specific and task-specific
5217 breakpoints.
5218
5219 2009-03-31 Joel Brobecker <brobecker@adacore.com>
5220
5221 * gdb.texinfo (Ada Tasks): Remove the documentation about
5222 the "Running" state, as this state has been eliminated.
5223 Now all runnable tasks are shown as "Runnable".
5224
5225 2009-03-30 Stan Shebs <stan@codesourcery.com>
5226
5227 * gdb.texinfo (Tracepoints): Describe tracepoints as a
5228 special case of breakpoints.
5229 (Enable and Disable Tracepoints): Mention deprecation.
5230 (Listing Tracepoints): Update description and example.
5231
5232 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5233
5234 * gdb.texinfo (Frames in Python): New node.
5235 (Python API): Update.
5236
5237 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
5238
5239 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
5240 from a method to an attribute.
5241
5242 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
5243
5244 * gdb.texinfo (Values From Inferior): Document is_optimized_out
5245 attribute.
5246
5247 2009-03-25 Pedro Alves <pedro@codesourcery.com>
5248
5249 * observer.texi (thread_exit): Add "silent" parameter.
5250
5251 2009-03-22 Pedro Alves <pedro@codesourcery.com>
5252
5253 * observer.texi (about_to_proceed): New.
5254
5255 2009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
5256
5257 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
5258 field throughout to handle types with spaces in them. Fix typos
5259 found by aspell.
5260 (Summary, Requirements, Contributors): New first chapter,
5261 "Summary" added, old Requirements section moved there, and new
5262 section, "Contributors" added.
5263 (Initializing a New Architecture, Register Representation)
5264 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
5265 (Porting gdb): These sections extended and updated.
5266 (Compiler Characteristics): This section (empty) deleted.
5267 (Defining Other Architecture Features): This section renamed and
5268 duplicate material removed from (formerly "Target Conditionals").
5269 Use braces {} in @deftypeXX type field throughout to handle types
5270 with spaces in them. Typos found by aspell fixed.
5271
5272 * stack_frame.svg: New file, source of image for gdbint.texinfo.
5273 * stack_frame.pdf: Version of image for PDF output.
5274 * stack_frame.png: Version of image for HTML output and for Emacs.
5275 * stack_frame.txt: Version of image for Info output.
5276 * stack_frame.eps: Version of image for TeX DVI output.
5277
5278 2009-03-21 Eli Zaretskii <eliz@gnu.org>
5279
5280 * gdb.texinfo (Character Sets): Fix last change.
5281
5282 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
5283
5284 * gdb.texinfo (Values From Inferior): Fix optional arguments
5285 markup.
5286 (Commands In Python): Adjust argument names of gdb.Command.__init__
5287 to what the function accepts as keywords.
5288
5289 2008-03-20 Tom Tromey <tromey@redhat.com>
5290
5291 * gdb.texinfo (Convenience Vars): Document convenience functions.
5292 (Functions In Python): New node.
5293 (Python API): Update.
5294
5295 2009-03-20 Tom Tromey <tromey@redhat.com>
5296
5297 * gdb.texinfo (Character Sets): Remove obsolete text. Document
5298 set target-wide-charset.
5299 (Requirements): Mention iconv.
5300
5301 2009-03-17 Hui Zhu <teawater@gmail.com>
5302
5303 * gdb.texinfo: Change the introduce of "disassemble-next-line".
5304
5305 2009-03-17 Hui Zhu <teawater@gmail.com>
5306
5307 * gdb.texinfo: Add documentation for disassemble-next-line.
5308
5309 2009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5310
5311 * gdb.texinfo (Commands In Python): Remove tindex entries.
5312
5313 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5314
5315 * gdb.texinfo (Returning): New description for missing debug info.
5316
5317 2009-03-14 Pedro Alves <pedro@codesourcery.com>
5318
5319 * gdb.texinfo (Remote Configuration): Document query-attached.
5320 (General Query Packets): Document qAttached.
5321
5322 2009-03-05 Pedro Alves <pedro@codesourcery.com>
5323
5324 * gdb.texinfo (Background Execution): Better describe the set
5325 target-async command.
5326 (Maintenance Commands): Delete description of the `maint set/show
5327 linux-async' and `maint set/show remote-async' commands.
5328
5329 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5330
5331 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
5332 between sentences.
5333
5334 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5335
5336 * gdb.texinfo (GDB/MI Async Records): Document the
5337 =library-loaded and =library-unloaded notifications.
5338
5339 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
5340
5341 * observer.texi (test_notification): New observer.
5342
5343 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
5344
5345 * observer.texi: Add parameter 'print_frame' to normal_stop
5346 observer.
5347
5348 2009-02-07 Eli Zaretskii <eliz@gnu.org>
5349
5350 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
5351 (Commands In Python): Fix COMMAND_* constants in last change. Use
5352 @kbd for interactive input. Add cross-references and index
5353 entries.
5354
5355 2009-02-06 Pedro Alves <pedro@codesourcery.com>
5356
5357 * gdb.texinfo (Signals): Document $_siginfo.
5358 (Convenience Variables): Mention $_siginfo.
5359 (Remote Configuration): Document qXfer:siginfo:read,
5360 qXfer:siginfo:write packets, and the read-siginfo-object,
5361 write-siginfo-object commands.
5362
5363 2009-02-06 Pedro Alves <pedro@codesourcery.com>
5364
5365 * gdbint.texinfo (Values): New chapter.
5366
5367 2009-02-06 Tom Tromey <tromey@redhat.com>
5368
5369 * gdb.texinfo (Python API): Add entry for Commands In Python.
5370 (Commands In Python): New node.
5371
5372 2009-02-05 Tom Tromey <tromey@redhat.com>
5373
5374 * gdb.texinfo (Values From Inferior): Document Value.string.
5375
5376 2009-02-05 Tom Tromey <tromey@redhat.com>
5377
5378 * gdb.texinfo (Basic Python): Document execute's from_tty
5379 argument.
5380
5381 2009-02-04 Tom Tromey <tromey@redhat.com>
5382
5383 * gdb.texinfo (Basic Python): Document gdb.history.
5384
5385 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5386
5387 * gdb.texinfo (GDB/MI Thread Commands): Document the
5388 'current-thread-id' field. Remove the example with zero threads,
5389 since current GDB won't ever report that if there's inferior.
5390
5391 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5392
5393 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
5394 option to -break-insert.
5395
5396 2009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5397 Jerome Guitton <guitton@adacore.com>
5398
5399 * gdb.texinfo (Startup): Document --with-system-gdbinit.
5400 (System-wide configuration): New section.
5401
5402 2009-01-26 Pedro Alves <pedro@codesourcery.com>
5403
5404 PR gdb/7580:
5405 * gdb.texinfo (Maintenance Commands): Document "maint set|show
5406 internal-error|internal-warning quit|corefile ask|yes|no".
5407
5408 2009-01-26 Pedro Alves <pedro@codesourcery.com>
5409
5410 * gdb.texinfo (Using the `gdbserver' Program): Document
5411 --remote-debug.
5412
5413 2009-01-23 Doug Evans <dje@google.com>
5414
5415 * gdb.texinfo: Add nexti to list of commands that support
5416 background execution.
5417
5418 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
5419
5420 * gdb.texinfo (Define, Hooks): Document prefix command support.
5421
5422 2009-01-14 Joseph Myers <joseph@codesourcery.com>
5423 Carlos O'Donell <carlos@codesourcery.com>
5424
5425 Fixes for makeinfo --html.
5426
5427 * annotate.texinfo: Use @copying and @insertcopying. Use
5428 @ifnottex in place of @ifinfo.
5429 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
5430 place of @ifinfo. Use @ifnotinfo for one index entry.
5431 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
5432 in place of @ifinfo.
5433 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
5434 in place of @ifinfo. Include contents at start unconditionally.
5435
5436 2009-01-13 Pedro Alves <pedro@codesourcery.com>
5437
5438 * gdb.texinfo (General Query Packets): Remove @var{} around the
5439 "spu" literal string.
5440
5441 2009-01-07 Pedro Alves <pedro@codesourcery.com>
5442
5443 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
5444 program may be running in another process" errors.
5445 * gdbint.texinfo (Native Conditionals): Delete
5446 ONE_PROCESS_WRITETEXT description.
5447
5448 2009-01-07 Joel Brobecker <brobecker@adacore.com>
5449
5450 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
5451 emacs local variable to be placed at the end of the ChangeLog.
5452 Add server.c and gdbreplay.c to the list of files where the
5453 copyright year needs to be updated.
5454
5455 2009-01-06 Sandra Loosemore <sandra@codesourcery.com>
5456
5457 * gdb.texinfo (Remote Configuration): Document new
5458 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
5459 commands.
5460
5461 2008-12-28 Pedro Alves <pedro@codesourcery.com>
5462
5463 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
5464 FETCH_INFERIOR_REGISTERS.
5465 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
5466 FETCH_INFERIOR_REGISTERS descriptions. Remove
5467 gdbarch_get_longjmp_target descrition, since already described in
5468 Target Conditionals. Move gdbarch_fp0_regnum description to ...
5469 (Target Conditionals): ... here.
5470
5471 2008-12-16 Joel Brobecker <brobecker@adacore.com>
5472
5473 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
5474 examples.
5475 (Additions to Ada): Likewise. Add the missing opening and closing
5476 parenthesis of the GDB prompt in one of the examples.
5477
5478 2008-12-14 Joel Brobecker <brobecker@adacore.com>
5479
5480 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
5481 about the result of 'Address not being of type System.Address.
5482 This problem has been fixed a while ago.
5483
5484 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5485
5486 MI non-stop and multiprocess docs.
5487
5488 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
5489 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
5490 Adjust documentation for *stopped, document =thread-created,
5491 =thread-exited, =thread-group-created and =thread-group-exited.
5492 (GDB/MI Thread Commands): Document the 'state' field in
5493 -thread-info output.
5494 (GDB/MI Program Execution): Mention --all and --thread-group
5495 options.
5496 (GDB/MI Variable Objects): Describe floating and fixed variable
5497 objects.
5498 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
5499
5500 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5501
5502 * gdb.texinfo (Operating System Information): New appendix.
5503 (Operating System Auxiliary Information): Document 'info os processes'
5504 (Remote Configuration): Document 'osdata'
5505 (General Query Packets): Document qXfer:osdata:read.
5506
5507 2008-11-27 Tristan Gingold <gingold@adacore.com>
5508
5509 * gdb.texinfo (Darwin): Document Darwin specific features.
5510
5511 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5512
5513 * gdbint.texinfo (Target Conditionals): Extend the
5514 gdbarch_breakpoint_from_pc description.
5515
5516 2008-11-22 Vladimir Prus <vladimir@codesourcery.com>
5517
5518 * gdb.texinfo (M68K Features): Fix typo.
5519
5520 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
5521
5522 * gdb.texinfo (Symbols): Mention printing containing
5523 image name in "info symbol".
5524 (Maint translate-address): Likewise.
5525
5526 2008-11-18 Joel Brobecker <brobecker@adacore.com>
5527
5528 * gdb.texinfo (Set Catchpoints): Remove the documentation of
5529 commands "catch load" and "catch unload".
5530
5531 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5532
5533 * gdb.texinfo (GDB/MI Async Records): Document
5534 =thread-selected.
5535
5536 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5537
5538 * observer.texi (new_inferior, inferior_exit): New observers.
5539
5540 2008-10-27 Pedro Alves <pedro@codesourcery.com>
5541
5542 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
5543 .mt files, TM_CLIBS or TM_CDEPS.
5544 (x86 Watchpoints): Don't mention TDEPFILES.
5545
5546 2008-10-24 Sandra Loosemore <sandra@codesourcery.com>
5547
5548 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
5549 (Overview): Mention notifications and non-stop mode behavior.
5550 (Packets): Update documentation of ?, vAttach, vCont, and vRun
5551 with non-stop mode behavior. Add vStopped description.
5552 (Stop Reply Packets): Update list of packets that return
5553 stop replies. Mention non-stop behavior.
5554 (General Query Packets): Document QNonStop packet and associated
5555 qSupported query response.
5556 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
5557 behavior.
5558 (Notification Packets): New section.
5559 (Remote Non-Stop): New section.
5560 (File-I/O Overview): Mention non-stop behavior.
5561
5562 2008-10-24 Hui Zhu <teawater@gmail.com>
5563 Pedro Alves <pedro@codesourcery.com>
5564
5565 * gdb.texinfo (displaced-stepping): Describe the auto mode
5566 setting, and say it's the default. This is now a mainstream
5567 setting instead of a maintenance setting.
5568
5569 2008-10-23 Pedro Alves <pedro@codesourcery.com>
5570
5571 * observer.texi (thread_stop_requested): New.
5572
5573 2008-10-22 Joel Brobecker <brobecker@adacore.com>
5574
5575 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
5576 (Patching): Replace incorrect usage of @samp by @kbd.
5577
5578 2008-10-17 Michael Snyder <msnyder@vmware.com>
5579
5580 * gdb.texinfo: Add documentation for reverse execution.
5581
5582 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5583 Eli Zaretskii <eliz@gnu.org>
5584
5585 * gdb.texinfo. (Values From Inferior): New subsubsection.
5586
5587 2008-10-06 Doug Evans <dje@google.com>
5588
5589 * gdb.texinfo (set debug dwarf2-die): Document it.
5590
5591 2008-10-01 Joel Brobecker <brobecker@adacore.com>
5592
5593 * gdb.texinfo (catch) [exception]: Document how to insert
5594 a breakpoint on user-defined exceptions when the exception
5595 name is identical to one of the language-defined ones.
5596
5597 2008-09-27 Tom Tromey <tromey@redhat.com>
5598
5599 * gdb.texinfo (Macros): Remove text about stringification,
5600 varargs, and splicing.
5601
5602 2008-09-27 Tom Tromey <tromey@redhat.com>
5603
5604 * gdbint.texinfo (Language Support): Remove text about omitting
5605 support for a language.
5606
5607 2008-09-23 Doug Evans <dje@google.com>
5608
5609 * gdb.texinfo (info dcache): Update.
5610
5611 2008-09-22 Sandra Loosemore <sandra@codesourcery.com>
5612
5613 * gdb.texinfo (Packets): Add info on thread-id syntax and
5614 multiprocess extensions.
5615 <D>: Document multiprocess form of packet.
5616 <H>: Use thread-id syntax.
5617 <T>: Likewise.
5618 <vCont>: Likewise. Note this is required for multiprocess.
5619 <vKill>: New packet.
5620 (Stop Reply Packets) <T>: Use thread-id syntax.
5621 <W>: Document multiprocess form of reply.
5622 <X>: Likewise.
5623 (General Query Packets) <qC>: Use thread-id syntax.
5624 <qfThreadInfo>: Likewise.
5625 <qGetTLSAddr>: Likewise.
5626 <qP>: Likewise.
5627 <qSupported>: Add "multiprocess" feature.
5628 <qThreadExtraInfo>: Use thread-id syntax.
5629
5630 2008-09-22 Stan Shebs <stan@codesourcery.com>
5631
5632 * gdb.texinfo (Inferiors): New section.
5633
5634 2008-09-12 Pedro Alves <pedro@codesourcery.com>
5635
5636 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
5637
5638 2008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
5639
5640 * gdbint.texinfo (Target Conditionals): Remove documentation
5641 for gdbarch_name_of_malloc.
5642
5643 2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
5644
5645 * gdb.texinfo (Interrupts): Mention TCP interface for
5646 sending BREAK.
5647
5648 2008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
5649
5650 * gdb.texinfo (Commands to Specify Files): Document "remote:"
5651 argument prefix to "set sysroot".
5652
5653 2008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
5654
5655 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
5656 and False.
5657
5658 2008-08-20 Vladimir Prus <vladimir@codesourcery.com>
5659
5660 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
5661 for possible features of -list-features.
5662
5663 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5664
5665 * gdb.texinfo (Background execution): Adjust example
5666 (GDB/MI Miscellaneous Commands): Document -list-target-features.
5667
5668 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5669
5670 * doc/gdb.texinfo (PowerPC): Fix typo.
5671 (PowerPC features): Fix typo.
5672
5673 2008-08-18 Pedro Alves <pedro@codesourcery.com>
5674
5675 * observer.texi (thread_ptid_changed): New.
5676
5677 2008-08-18 Luis Machado <luisgpm@br.ibm.com>
5678
5679 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
5680 (PowerPC features): Mention feature set for VSX registers.
5681
5682 2008-08-13 Joel Brobecker <brobecker@adacore.com>
5683
5684 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
5685 the direct visibility of all names in user-written packages.
5686
5687 2008-08-13 Pedro Alves <pedro@codesourcery.com>
5688
5689 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
5690 setting, and make it the default.
5691 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
5692 non-stop script example.
5693
5694 2008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
5695
5696 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
5697 reference to the "Using Different Register and Memory Data
5698 Representation" section.
5699
5700 2008-08-12 Sandra Loosemore <sandra@codesourcery.com>
5701
5702 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
5703 (Remote Protocol): Add Packet Acknowledgment to menu.
5704 (Overview): Mention +/- can be disabled, and point to new section
5705 where this is discussed in detail.
5706 (General Query Packets): Document QStartNoAckMode packet, and
5707 corresponding qSupported reply.
5708 (Packet Acknowledgment): New section.
5709
5710 2008-08-11 Sandra Loosemore <sandra@codesourcery.com>
5711 Pedro Alves <pedro@codesourcery.com>
5712
5713 * gdb.texinfo (Threads): Move paragraph about automatic thread
5714 selection to All-Stop Mode subsection.
5715 (Thread Stops): Reorganize existing material into subsections.
5716 Add introductory blurb and menu.
5717 (Non-Stop Mode): New subsection.
5718 (Background Execution): New subsection.
5719 (Maintenance Commands): Add cross-references from async mode
5720 commands to the new Background Execution section.
5721
5722 2008-08-06 Tom Tromey <tromey@redhat.com>
5723
5724 * gdb.texinfo (Extending GDB): New chapter.
5725 (Sequences): Demoted chapter, now a section under the new
5726 Extending GDB chapter.
5727 (Python): New section.
5728
5729 2008-07-31 Stan Shebs <stan@codesourcery.com>
5730
5731 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
5732
5733 2008-07-29 Stan Shebs <stan@codesourcery.com>
5734
5735 * gdbint.texinfo: General round of cleanup and minor
5736 clarifications.
5737 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
5738 (Longjmp Support): Update description to reflect how it is done
5739 for targets without using native header.
5740 (Symbol Handling): Add a little more general explanation.
5741 (COFF, ELF): Mention stabs encapsulation.
5742 (DWARF 3): New section.
5743 (Adding a New Host): Scrub out some obsolete bits.
5744 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
5745 (Host Conditionals): Remove descriptions of NO_STD_REGS,
5746 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
5747 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
5748 SEEK_SET, STOP_SIGNAL, USG.
5749 (Raw and Virtual Register Representations): Ditto for
5750 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
5751 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
5752 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
5753 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
5754 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
5755 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
5756 DEPRECATED_REGISTER_VIRTUAL_SIZE,
5757 DEPRECATED_REGISTER_VIRTUAL_TYPE,
5758 DEPRECATED_USE_STRUCT_CONVENTION.
5759 Describe gdbarch_deprecated_fp_regnum.
5760 Update description of gdbarch_print_insn.
5761 (Adding a New Target): Scrub out obsolete bits.
5762 (Obsolete Conditionals): Remove entire section.
5763
5764 2008-07-25 Tom Tromey <tromey@redhat.com>
5765
5766 * observer.texi (GDB Observers): Document new observers:
5767 breakpoint_created, breakpoint_deleted, breakpoint_modified,
5768 tracepoint_created, tracepoint_deleted, tracepoint_modified,
5769 architecture_changed.
5770
5771 2008-07-21 Stan Shebs <stan@codesourcery.com>
5772
5773 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
5774 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
5775
5776 2008-07-21 Tom Tromey <tromey@redhat.com>
5777
5778 * observer.texi (GDB Observers): Remove obsolete comment.
5779 <executable_changed>: Remove argument.
5780
5781 2008-07-18 Tom Tromey <tromey@redhat.com>
5782
5783 * gdb.texinfo (Macros): Update. Use @code rather than @command.
5784
5785 2008-07-10 Doug Evans <dje@google.com>
5786
5787 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
5788
5789 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5790
5791 * gdb.texinfo (Starting): Document "set disable-randomization".
5792
5793 2008-07-07 Andreas Schwab <schwab@suse.de>
5794
5795 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
5796
5797 2008-07-06 Vladimir Prus <vladimir@codesourcery.com>
5798
5799 * gdb.texinfo (GDB/MI Target Manipulation): Add
5800 example of -target-attach.
5801
5802 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
5803
5804 * observer.texi (target_resumed): New observer.
5805 * gdb.texinfo (GDB/MI Output Records): Document *running.
5806
5807 2008-06-06 Tom Tromey <tromey@redhat.com>
5808
5809 * gdb.texinfo (Completion): Add field name example.
5810
5811 2008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
5812
5813 * gdb.texinfo (GDB/MI Program Context): Added example
5814 to -exec-arguments
5815
5816 2008-06-05 Nick Roberts <nickrob@snap.net.nz>
5817
5818 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
5819 annotation.
5820
5821 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5822 Nathan Sidwell <nathan@codesourcery.com>
5823 Joseph Myers <joseph@codesourcery.com>
5824
5825 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
5826 and ACX_BUGURL.
5827 * configure: Regenerate.
5828 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
5829 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
5830 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
5831 mailing-list-specific text about bug reporting unless
5832 BUGURL_DEFAULT.
5833
5834 2008-06-05 Pedro Alves <pedro@codesourcery.com>
5835
5836 * gdb.texinfo (-target-select): Remove reference to target async.
5837 (Maintenance Commands): Document "maint set/show remote-async".
5838
5839 2008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
5840
5841 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
5842 in -target-file-get section.
5843
5844 2008-05-22 Pedro Alves <pedro@codesourcery.com>
5845
5846 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
5847 killing the inferior when it is already debugging a process.
5848
5849 2008-05-21 Joel Brobecker <brobecker@adacore.com>
5850
5851 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
5852 abbreviation for "finish".
5853
5854 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
5855
5856 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
5857
5858 2008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5859
5860 * gdbint.texinfo (Target Conditionals): Delete entry for
5861 gdbarch_dwarf_reg_to_regnum.
5862
5863 2008-05-09 Doug Evans <dje@google.com>
5864
5865 * gdb.texinfo: Document "find" command, qSearch:memory packet.
5866
5867 2008-05-05 Doug Evans <dje@google.com>
5868
5869 * gdb.texinfo (disassemble): Document /m modifier.
5870
5871 2008-05-05 Vladimir Prus <vladimir@codesourcery.com>
5872
5873 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
5874 will not report the time of commands that run the target.
5875
5876 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5877
5878 * gdb.texinfo (GDB/MI Output Records): Add
5879 missing semicolon.
5880
5881 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5882
5883 * gdb.texinfo (GDB/MI Output Records):
5884 Document =thread-create and =thread-exited.
5885
5886 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5887
5888 * gdb.texinfo (GDB/MI Development and Front Ends):
5889 Remove mention of dmi-discuss.
5890
5891 2008-05-03 Pedro Alves <pedro@codesourcery.com>
5892
5893 * observer.texi (thread_exit): New.
5894
5895 2008-05-02 Pedro Alves <pedro@codesourcery.com>
5896
5897 * gdb.texinfo (Debugging Output): Document "set/show debug
5898 displaced".
5899 (Maintenance Commands): Document "maint set/show
5900 can-use-displaced-stepping".
5901
5902 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
5903
5904 * gdb.texinfo (ARM): Document set/show arm fallback-mode
5905 and set/show arm force-mode.
5906
5907 2008-05-02 Andreas Schwab <schwab@suse.de>
5908
5909 * gdbint.texinfo (Algorithms): Describe
5910 target_watchpoint_addr_within_range.
5911
5912 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
5913
5914 * gdbint.texinfo (Stack Frames): New chapter.
5915 (Algorithms): Move Frames text to the new chapter.
5916 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
5917 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
5918
5919 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
5920
5921 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
5922 output does not necessary include any tokens.
5923
5924 2008-04-22 Corinna Vinschen <vinschen@redhat.com>
5925
5926 * gdb.texinfo (Set SH Calling convention): New @item.
5927 (Show SH Calling convention): Ditto.
5928
5929 2008-04-22 Markus Deuling <deuling@de.ibm.com>
5930
5931 * gdb.texinfo (Fortran Operators): Describe '%' operator.
5932
5933 2008-04-20 Eli Zaretskii <eliz@gnu.org>
5934
5935 * gdb.texinfo (Set Breaks): Mention that multiple location
5936 breakpoints need line number info. Add index entries.
5937
5938 2008-04-19 Craig Silverstein <csilvers@google.com>
5939
5940 * gdb.texinfo (Requirements): Add an optional requirement on
5941 zlib.
5942 * gdbint.texinfo (Debugging File Formats): Add new subsection for
5943 Compressed DWARF 2.
5944
5945 2008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
5946
5947 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
5948 sample output for 'stopped,reason="breakpoint-hit"' message.
5949 (GDB/MI Program Execution): Likewise.
5950
5951 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
5952
5953 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
5954 -var-set-format. Add -f option to -var-evaluate-expression.
5955
5956 2008-04-03 Joel Brobecker <brobecker@adacore.com>
5957
5958 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
5959 new node "Ambiguous Expressions". Replace references to this
5960 node by references to "Ambiguous Expressions" throughout.
5961 (Ambiguous Expressions): New node.
5962
5963 2008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
5964
5965 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
5966
5967 2008-03-21 Pedro Alves <pedro@codesourcery.com>
5968
5969 * gdb.texinfo (Debugging Output): Document
5970 "set/show debug lin-lwp-async".
5971 (Maintenance Commands): Document "maint set/show linux-async".
5972
5973 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5974
5975 * gdb.texinfo (Expressions): Update description of malloced arrays.
5976
5977 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
5978
5979 * gdb.texinfo (Thread Commands): Document
5980 -thread-info. Remove -thread-list-all-threads.
5981
5982 2008-03-14 Pedro Alves <pedro@codesourcery.com>
5983 Sandra Loosemore <sandra@codesourcery.com>
5984
5985 * gdb.texinfo (Library List Format): Update to mention the
5986 possibility to pass section addresses instead of segment
5987 addresses.
5988
5989 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
5990
5991 * gdb.texinfo (Starting): Document "set exec-wrapper".
5992 (Server): Document gdbserver --wrapper.
5993
5994 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
5995
5996 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
5997 unreadable memory. Delete obsolete SPARClite reference.
5998
5999 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
6000
6001 * gdb.texinfo (Starting): Mention always-running targets.
6002 (Target Commands): Add an anchor for load.
6003 (Connecting): Explain continue instead of run.
6004
6005 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
6006
6007 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
6008
6009 2008-02-26 Nick Roberts <nickrob@snap.net.nz>
6010
6011 * gdb.texinfo (Set Breaks): Revert description of Enb column of
6012 breakpoint table.
6013
6014 2008-02-19 Pedro Alves <pedro@codesourcery.com>
6015
6016 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
6017 killing the inferior when it is already debugging a process.
6018
6019 2008-02-13 Markus Deuling <deuling@de.ibm.com>
6020
6021 * gdbint.texinfo (Build Script): New section. Mention new build script
6022 gdb_buildall.sh.
6023
6024 2008-02-01 Jim Blandy <jimb@red-bean.com>
6025
6026 * gdb.texinfo (Help): Summarize 'info args' correctly.
6027
6028 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6029
6030 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
6031 available in PowerPC architecture.
6032 (Embedded Processors): Change node name of PowerPC item in menu.
6033 (PowerPC): Rename to...
6034 (PowerPC Embedded): this.
6035 (Architectures): Add new PowerPC item in menu.
6036 (PowerPC): New node.
6037
6038 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6039
6040 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
6041 commands.
6042
6043 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6044
6045 * gdb.texinfo (Setting Catchpoints): Mention features
6046 supported on GNU/Linux.
6047
6048 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
6049
6050 * gdb.texinfo (GDB/MI File Commands): Describe new output
6051 field for MI command -file-list-exec-source-file.
6052
6053 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
6054
6055 * gdb.texinfo (Using the `gdbserver' Program): Add security
6056 warning. Rearrange into subsections and subsubsections. Document
6057 --multi and --debug. Correct --with-sysroot typo. Update --attach
6058 usage. Make load reference clearer. Document monitor exit.
6059 (Remote Configuration): Document set remote exec-file, attach-packet,
6060 and run-packet.
6061 (Packets): Document vAttach and vRun.
6062
6063 2008-01-29 Nick Roberts <nickrob@snap.net.nz>
6064
6065 * gdb.texinfo (Processes): Mention process command.
6066 detach-on-follow -> detach-on-fork.
6067
6068 2008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6069
6070 * gdbint.texinfo (Native Conditionals): Remove
6071 SHELL_COMMAND_CONCAT and SHELL_FILE.
6072
6073 2008-01-26 Eli Zaretskii <eliz@gnu.org>
6074
6075 * gdb.texinfo (Specify Location): Improve wording.
6076
6077 2008-01-23 Chris Demetriou <cgd@google.com>
6078
6079 * gdb.texinfo (Threads): Document new "set print thread-events"
6080 and "show print thread-events" commands.
6081
6082 2008-01-19 Eli Zaretskii <eliz@gnu.org>
6083
6084 * gdb.texinfo (Specify Location): New section.
6085 (Delete Breaks, Edit, Set Breaks): Remove description of
6086 locations. Instead, add a reference to "Specify Location".
6087 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
6088 (Symbols): Refer to "Specify Location" for the valid forms of
6089 linespecs and locations.
6090
6091 2008-01-18 Markus Deuling <deuling@de.ibm.com>
6092
6093 * gdbint.texinfo (Target Conditionals): Replace the description of
6094 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
6095
6096 2008-01-12 Paul Hilfinger <hilfinger@adacore.com>
6097
6098 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
6099 about &&var, which is rejected by the expression parser.
6100
6101 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
6102
6103 * gdb.texinfo (Output): Update documentation on using printf with DFP
6104 types.
6105
6106 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
6107
6108 * gdb.texinfo (C and C++): Add Decimal Floating Point format
6109 subsubsection.
6110 (Decimal Floating Point format): New subsubsection.
6111
6112 2008-01-05 Pedro Alves <pedro@codesourcery.com>
6113
6114 * gdb.texinfo (File Options): Remove mention of the attempt to
6115 open a core file with the -p option. Don't list -c as a valid
6116 option to attach to a process.
6117
6118 2008-01-05 Pedro Alves <pedro@codesourcery.com>
6119
6120 * gdbint.texinfo (Host Conditionals): Remove mention of
6121 ALIGN_STACK_ON_ENTRY.
6122
6123 2008-01-05 Joel Brobecker <brobecker@adacore.com>
6124
6125 * gdbint.texinfo (Start of New Year Procedure): Add item
6126 describing how to update the source and documentation copyright
6127 notices.
6128
6129 2007-12-18 Jim Blandy <jimb@codesourcery.com>
6130
6131 * gdb.texinfo (Set Watchpoints): Integrate per-thread
6132 watchpoint explanation into the main description of the watchpoint
6133 command; update synopses of 'watch', 'rwatch', and 'awatch'
6134 commands.
6135
6136 2007-12-18 Vladimir Prus <vladimir@codesourcery.com>
6137
6138 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6139 Document 'pending-breakpoints' feature of
6140 -list-features.
6141
6142 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
6143
6144 * gdb.texinfo: Add new parameter's description.
6145
6146 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
6147
6148 * gdb.texinfo (Overview): Clarify run-length encoding
6149 example. Remove the restriction on "+" and "-" characters.
6150
6151 2007-12-15 Eli Zaretskii <eliz@gnu.org>
6152
6153 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
6154
6155 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
6156
6157 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6158 the -f option for -break-insert, remove -r option,
6159 and clarify specification of location.
6160
6161 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
6162
6163 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
6164 formatting.
6165 (Remote Debugging): Add File Transfer section.
6166 (Remote Configuration): Document Host I/O packets.
6167 (GDB/MI): Add GDB/MI File Transfer Commands section.
6168 (Host I/O Packets): New section in "Remote Protocol".
6169 (Packets): Add vFile.
6170
6171 2007-11-17 Eli Zaretskii <eliz@gnu.org>
6172
6173 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
6174 breakpoints with multiple locations.
6175 (Breakpoint Menus): Improve wording.
6176 (Output): Fix last change.
6177
6178 2007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
6179
6180 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
6181
6182 2007-11-15 Doug Evans <dje@google.com>
6183
6184 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
6185
6186 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
6187
6188 * gdbint.texinfo (Native Conditionals): Remove
6189 mention of CLEAR_SOLIB.
6190
6191 2007-11-11 Joel Brobecker <brobecker@adacore.com>
6192
6193 * gdb.texinfo (Print Settings): Add documentation for "set/show
6194 print frame-arguments".
6195
6196 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
6197
6198 * gdb.texinfo (Output): Update printf command's description.
6199
6200 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
6201
6202 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
6203 powerpc soft-float".
6204
6205 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6206
6207 * gdb.texinfo (Files): Correct formatting. Mention Expat
6208 requirement.
6209 (Requirements for Building GDB): Expand the list of Expat
6210 uses.
6211 (Library List Format, Memory Map Format): Mention Expat.
6212 (Target Descriptions): Update Expat wording.
6213
6214 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6215
6216 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
6217 Document that gdbarch_convert_register_p should return zero for no-op
6218 conversions.
6219
6220 2007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
6221
6222 * gdbint.texi (Compiler Characteristics): Move documentation
6223 of set_gdbarch_sofun_address_maybe_missing back to ...
6224 (Target Conditionals): ... here to fix build break.
6225
6226 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
6227
6228 * gdbint.texi (Target Conditionals): Remove documentation of
6229 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
6230 (Compiler Characteristics): ... documentation of
6231 set_gdbarch_sofun_address_maybe_missing.
6232
6233 2007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6234
6235 * gdbint.texinfo (Target Conditionals): Use
6236 frame_unwind_register_unsigned in examples instead of
6237 frame_unwind_unsigned_register.
6238
6239 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6240
6241 * gdb.texinfo (Predefined Target Types): Add int128
6242 and uint128.
6243 (Standard Target Features): Add PowerPC features.
6244
6245 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6246
6247 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
6248
6249 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6250
6251 * gdbint.texi (Target Conditionals): Remove documentation
6252 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
6253 gdbarch_extract_return_value, and gdbarch_store_return_value.
6254
6255 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6256
6257 * gdbint.texi (Target Conditionals): Remove documentation of
6258 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
6259
6260 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
6261
6262 * gdb.texinfo: Mention that inaccessible-by-default is on by
6263 default.
6264
6265 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
6266
6267 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
6268
6269 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
6270
6271 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
6272 multi-threaded watchpoints.
6273 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
6274 checked. Describe sticky notification. Expand description
6275 of steppable and continuable watchpoints.
6276 (Watchpoints and Threads): New subsection.
6277
6278 2007-09-28 Vladimir Prus <vladimir@codesourcery.com>
6279
6280 * gdb.texinfo (Setting Breakpoints): Revise
6281 documentation for pending breakpoints. Document
6282 breakpoints with multiple locations.
6283
6284 2007-09-19 Vladimir Prus <vladimir@codesourcery.com>
6285
6286 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6287 Document -list-features.
6288
6289 2007-09-15 Eli Zaretskii <eliz@gnu.org>
6290
6291 * gdb.texinfo (Output): Spell out which features of C's printf are
6292 not supported by GDB's printf.
6293 (Separate Debug Files): More accurate wording regarding build ID
6294 and a reference to the ld manual rather than the Fedora wiki.
6295
6296 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6297 Jim Blandy <jimb@codesourcery.com>
6298
6299 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
6300 (Examining Memory): Update mentions of the 's' format.
6301 (Automatic Display): Likewise.
6302
6303 2007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
6304
6305 * gdb.texinfo: Update the FSF's Back-Cover Text.
6306
6307 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6308 Eli Zaretskii <eliz@gnu.org>
6309
6310 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
6311 Fixed the ``build ID'' name. New binaries build instructions for the
6312 build ID inclusion. Explain how the commands are specific to the build
6313 ID vs. debug link.
6314
6315 2007-09-01 Eli Zaretskii <eliz@gnu.org>
6316
6317 * gdb.texinfo (Separate Debug Files): Fix last change. Add
6318 indexing for ``build ID'' support.
6319
6320 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6321
6322 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
6323 Enlisted BUILD ID to the debug file searching example.
6324 Included a BUILD ID `.note.gnu.build-id' section description.
6325 Updated/added the debug files splitting instructions for OBJCOPY.
6326
6327 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
6328
6329 * gdb.texinfo (Variable Objects): Adjust docs
6330 for -var-info-expression and document
6331 -var-info-path-expression.
6332
6333 2007-08-20 Jim Blandy <jimb@codesourcery.com>
6334
6335 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
6336 (title page): Include the dedication in the printed manual, as a
6337 separate page after the copyright notice.
6338
6339 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
6340 don't break a @var across a line.
6341
6342 2007-07-25 Maciej W. Rozycki <macro@mips.com>
6343
6344 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
6345 for include files.
6346
6347 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
6348
6349 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
6350 in annotate.texinfo.
6351 (Command History): Link to new node.
6352
6353 2007-07-05 Markus Deuling <deuling@de.ibm.com>
6354
6355 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
6356
6357 2007-07-05 Eli Zaretskii <eliz@gnu.org>
6358
6359 * gdbint.texinfo (Target Conditionals): Fix last change.
6360
6361 2007-07-03 Markus Deuling <deuling@de.ibm.com>
6362
6363 * gdb.texinfo: Replace following macros by their appropriate gdbarch
6364 routines:
6365 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
6366 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
6367 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
6368 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
6369 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
6370 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
6371 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
6372 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
6373 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
6374 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
6375 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
6376 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
6377 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
6378 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
6379 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
6380 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
6381 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
6382 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
6383 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
6384 (SOFTWARE_SINGLE_STEP_P)
6385
6386 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
6387 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
6388
6389 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
6390 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
6391 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
6392 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
6393 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
6394 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
6395 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
6396 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
6397 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
6398 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
6399
6400 (Converting an existing Target Architecture to Multi-arch): Remove
6401 section.
6402
6403 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
6404 (gdbarch_addr_bits_remove): Add code example.
6405
6406 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
6407
6408 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
6409
6410 * gdb.texinfo (Remote Configuration): Document library-info-packet.
6411 Add other missing entries. Adjust the table size to fit.
6412 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
6413 stop reasons including the new "library" event.
6414 (General Query Packets): Adjust table widths for qSupported. Mention
6415 qXfer:libraries:read reply to qSupported and document the new packet.
6416 (Library List Format): New section.
6417
6418 2007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6419
6420 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
6421
6422 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
6423
6424 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
6425
6426 2007-06-25 Nick Roberts <nickrob@snap.net.nz>
6427
6428 * gdbint.texinfo (Register and Memory Data): Break sections
6429 into nodes and add a menu.
6430
6431 2007-06-21 Maciej W. Rozycki <macro@mips.com>
6432
6433 * gdb.texinfo (Examining Memory): Document the new behaviour.
6434
6435 2007-06-21 Vladimir Prus <vladimir@codesourcery.com>
6436
6437 * gdb.texinfo (Standard Target Features): Document
6438 m68k features.
6439
6440 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
6441
6442 * gdb.texinfo (General Query Packets): Document qOffsets changes.
6443
6444 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6445
6446 * gdb.texinfo (Target Description Format): Add version attribute
6447 for <target>.
6448
6449 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6450
6451 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
6452
6453 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6454
6455 * gdb.texinfo (MIPS Features): New subsection.
6456
6457 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6458 Markus Deuling <deuling@de.ibm.com>
6459
6460 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
6461 and qXfer:spu:write packets and mention them under qSupported.
6462
6463 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6464 Markus Deuling <deuling@de.ibm.com>
6465
6466 * gdb.texinfo (Architectures): Add new SPU section to document
6467 Cell Broadband Engine SPU architecture specific commands.
6468
6469 2007-06-09 Vladimir Prus <vladimir@codesourcery.com>
6470
6471 * gdb.texinfo (GDB/MI Variable Objects): Editorial
6472 comments.
6473
6474 2007-06-07 Nick Roberts <nickrob@snap.net.nz>
6475
6476 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
6477
6478 2007-05-29 Jim Blandy <jimb@codesourcery.com>
6479
6480 * gdb.texinfo (Overview): Doc fix.
6481
6482 2007-05-22 Maciej W. Rozycki <macro@mips.com>
6483
6484 * gdb.texinfo (Remote Configuration): Document "set/show
6485 remoteflow".
6486
6487 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
6488
6489 * gdb.texinfo (MIPS): Remove documentation for set mips
6490 saved-gpreg-size, show mips saved-gpreg-size, and set mips
6491 stack-arg-size.
6492
6493 2007-05-14 Bob Wilson <bob.wilson@acm.org>
6494
6495 * all-cfg.texi (GDBTUI): New.
6496 * gdb.texinfo (Mode Options): Use GDBTUI variable.
6497 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
6498 (TUI Configuration): Edit to improve clarity and fix problems of
6499 both style and content.
6500
6501 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
6502
6503 * observer.texi (GDB Observers): New observer "new_objfile".
6504
6505 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
6506
6507 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
6508
6509 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
6510
6511 * gdb.texinfo (GDB/MI Variable Objects): Document
6512 frozen variables objects.
6513
6514 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
6515
6516 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
6517 (Character Sets, Caching Data of Remote Targets): Likewise.
6518 (Targets): Delete Remote node. Move its text...
6519 (Debugging Remote Programs): ...to here. Delete description
6520 of the "remote" command.
6521 (Remote configuration): Delete description of "set remotedevice"
6522 and "show remotedevice".
6523 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
6524
6525 2007-04-11 Bob Wilson <bob.wilson@acm.org>
6526
6527 * gdb.texinfo (Contributors, Continuing and Stepping)
6528 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
6529 (General Query Packets, File-I/O Remote Protocol Extension)
6530 (Protocol Basics, The F Reply Packet, Write)
6531 (Protocol-specific Representation of Datatypes, Memory Transfer):
6532 Fix hyphenation, punctuation and grammar problems.
6533 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
6534 'section' instead of 'subsection' in the text.
6535 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
6536 (i386): Remove period from section name.
6537 (Installing GDB, Requirements, Running Configure, Separate Objdir)
6538 (Config Names, Configure Options): Use @file{configure}.
6539
6540 2007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
6541
6542 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
6543 and tab expansion.
6544
6545 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
6546
6547 * gdbint.texinfo (SOM): Correct location of the SOM reader.
6548
6549 2007-04-02 Bob Wilson <bob.wilson@acm.org>
6550
6551 * gdb.texinfo: Consistently capitalize all significant words in
6552 node names, chapter titles, section titles, and headings. Update
6553 cross references to match.
6554 (Starting and Stopping Trace Experiment): Make node name plural.
6555 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
6556
6557 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
6558
6559 * gdb.texinfo (WinCE): Delete obsolete subsection.
6560
6561 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6562
6563 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
6564 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
6565 references.
6566
6567 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6568
6569 * gdb.texinfo (Startup): Delete references to some alternate
6570 names for .gdbinit.
6571 (Thread): Remove LynxOS reference.
6572 (Tandem ST2000): Delete target-specific documentation.
6573 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
6574 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
6575 and GDB_OSABI_LYNXOS.
6576
6577 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
6578
6579 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
6580
6581 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
6582
6583 * gdbint.texinfo (Target Conditionals): Remove mention of
6584 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
6585 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
6586
6587 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
6588
6589 * Makefile.in: Add "pdfdir" installation
6590 directory, PDFTEX macro, support for "install-pdf" target,
6591 and rules for making a pdf version of refcard.texi.
6592 * refcard.tex: Specify paper size for PDF output.
6593
6594 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6595
6596 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
6597
6598 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6599
6600 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
6601 (Source Path, Character Sets, Macros, Define)
6602 (GDB/MI Result Records, GDB/MI Simple Examples)
6603 (GDB/MI Program Execution, GDB/MI File Commands)
6604 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
6605 (Bug Reporting): Use @value{GCC}.
6606
6607 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6608
6609 * gdb.texinfo (Help): Fix formatting of examples.
6610 (Variables): Use @ifnotinfo instead of @iftex.
6611 (Non-debug DLL symbols): Use @ref instead of @pxref.
6612 (Sparclet File): Use @samp instead of quotes.
6613
6614 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6615
6616 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
6617
6618 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6619
6620 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
6621 the order of the nodes.
6622 (C Operators, C Constants, Debugging C): Remove extra menus.
6623 (Method Names in Commands): Do not specify next/prev/up nodes.
6624
6625 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6626
6627 * gdb.texinfo (File Options): Add missing parenthesis.
6628 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
6629
6630 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6631
6632 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
6633
6634 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6635
6636 * gdb.texinfo (Standard Target Features): Mention
6637 case insensitivity.
6638 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
6639
6640 2007-02-18 Nick Roberts <nickrob@snap.net.nz>
6641
6642 * gdb.texinfo (Top): Put Appendix A after numbered sections.
6643 (Files): Add section name to argument list for pxref.
6644 (Non-debug DLL symbols): Don't use `see' for pxref.
6645 (Embedded Processors): Fix typo.
6646 (GDB/MI Breakpoint Commands): Execution commands generate
6647 *stopped not ^done.
6648
6649 2007-02-13 Nick Roberts <nickrob@snap.net.nz>
6650
6651 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
6652 values for in_scope. Mention that only root variables can be
6653 updated.
6654 (GDB/MI Development and Front Ends): Explain new values may be
6655 added to existing fields.
6656
6657 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6658
6659 * gdb.texinfo (-target-disconnect): Use @smallexample.
6660 (Requirements): Add anchor for Expat. Update description.
6661 (Target Descriptions): Mention Expat.
6662 (Target Description Format): Document new elements. Use
6663 @smallexample.
6664 (Predefined Target Types, Standard Target Features): New sections.
6665 * gdbint.texinfo (Target Descriptions): New section.
6666
6667 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
6668
6669 * gdb.texinfo (Target Description Format): Add section on XInclude.
6670
6671 2006-02-03 Nick Roberts <nickrob@snap.net.nz>
6672
6673 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
6674 command -enable-timings.
6675
6676 2007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
6677
6678 * gdbint.texinfo (Operation System ABI Variant Handling): Update
6679 descriptions for new/deleted elements in gdb_osabi. Add missing
6680 description for function generic_elf_osabi_sniff_abi_tag_sections.
6681
6682 2007-01-29 Joel Brobecker <brobecker@adacore.com>
6683
6684 * gdb.texinfo (Maintenance Commands): Add documentation for
6685 the new "maint print target-stack" command.
6686
6687 2007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6688 Eli Zaretskii <eliz@gnu.org>
6689
6690 * gdb.texinfo: Describe CHAR array vs. string identification rules.
6691
6692 2007-01-26 Eli Zaretskii <eliz@gnu.org>
6693
6694 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
6695 Use @value{NGCC} instead of @value{GCC}.
6696
6697 2007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
6698
6699 * agentexpr.texi: Fix typos.
6700 * annotate.texinfo: Likewise.
6701 * gdb.texinfo: Likewise.
6702 * gdbint.texinfo: Likewise.
6703 * observer.texi: Likewise.
6704 * stabs.texinfo: Likewise.
6705
6706 2007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
6707
6708 * gdbint.texinfo (Support Libraries): Remove mmalloc
6709 entry. Describe readline library.
6710
6711 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
6712
6713 * gdb.texinfo (Target Descriptions): New section.
6714 (General Query Packets): Add QPassSignals anchor. Mention
6715 qXfer:features:read under qSupported. Expand mentions of
6716 qXfer:memory-map:read and QPassSignals. Document
6717 qXfer:features:read.
6718
6719 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
6720
6721 * gdb.texinfo (Commands to specify files): Describe
6722 "set sysroot" and "show sysroot".
6723 (Using the `gdbserver' program): Lowercase argument
6724 to @var. Expand description of setting up GDB on the
6725 host.
6726
6727 2007-01-05 Joel Brobecker <brobecker@adacore.com>
6728
6729 * gdb.texinfo (Set Catchpoints): Add documentation for the new
6730 catch exception, catch exception unhandled, and catch assert
6731 commands.
6732
6733 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6734
6735 * gdb.texinfo (Debugging Output): Document "set debug xml"
6736 and "show debug xml".
6737
6738 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6739
6740 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
6741
6742 2007-01-01 Joel Brobecker <brobecker@adacore.com>
6743
6744 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
6745
6746 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
6747
6748 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
6749 note in @ignore, to be removed later if nobody complains.
6750
6751 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
6752
6753 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
6754 of -var-delete.
6755
6756 2006-11-22 Vladimir Prus <vladimir@codesourcery.com>
6757
6758 * gdb.texinfo (Setting breakpoints): Document
6759 automatic software/hardware breakpoint usage and
6760 the "set breakpoint auto-hw" command.
6761
6762 2006-11-21 Vladimir Prus <vladimir@codesourcery.com>
6763
6764 * gdb.texinfo (Memory Access Checking): New.
6765
6766 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
6767
6768 * gdb.texinfo (Remote configuration): Mention
6769 "pass-signals-packet".
6770 (General Query Packets): Document QPassSignals. Fix
6771 a typo.
6772
6773 2006-11-14 Maxim Grigoriev <maxim@tensilica.com>
6774
6775 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
6776
6777 2006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
6778
6779 * gdb.texinfo (Remote configuration): Rewrite documentation for
6780 packet configuration commands.
6781 (OS Information): Adjust reference to qXfer:auxv:read.
6782 (General Query Packets): Remove references to read-aux-vector-packet
6783 and set remote get-thread-local-storage-address.
6784
6785 2006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
6786
6787 * gdbint.texinfo (Target Architecture Definition): Add new
6788 Initializing a New Architecture section.
6789
6790 2006-10-31 David Taylor <dtaylor@emc.com>
6791
6792 * stabs.texinfo (Macro define and undefine): New node describing
6793 stabs for #define and #undef.
6794
6795 2006-10-27 Andreas Schwab <schwab@suse.de>
6796
6797 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
6798
6799 2006-10-21 Eli Zaretskii <eliz@gnu.org>
6800
6801 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
6802 clarify on the possible meanings of ``expression'' watched by
6803 watchpoints. Add indexing.
6804 (Prompting, Errors, Invalidation, Annotations for Running)
6805 (Source Annotations): Fix index entries by adding "annotation" to
6806 them, to discriminate from index entries that point to the more
6807 general topic descriptions.
6808
6809 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6810
6811 * gdbint.texinfo (Target Vector Definition): Move most
6812 content into Existing Targets. Add a menu.
6813 (Existing Targets): New section, moved from Target Vector
6814 Definition. Use @subsection.
6815 (Managing Execution State): New section.
6816
6817 2006-10-16 Bob Wilson <bob.wilson@acm.org>
6818
6819 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
6820
6821 2006-10-15 Eli Zaretskii <eliz@gnu.org>
6822
6823 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
6824 (Command Syntax, Signals, Backtrace, Connecting)
6825 (Remote configuration, Renesas Boards, Console I/O): Fix last
6826 change: use Ctrl- instead of C-, except wrt Emacs.
6827 (File-I/O Examples): Put Ctrl-c in @kbd.
6828 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
6829 (Console I/O): Use @samp with Ctrl-.
6830 (Signals, Set Breaks, Set Watchpoints): Document optional
6831 arguments to `info signals' `handle', `info breakpoints', and
6832 `info watchpoints'.
6833
6834 2006-10-14 Eli Zaretskii <eliz@gnu.org>
6835
6836 * gdb.texinfo (Backtrace): Fix last change.
6837
6838 2006-10-14 Nick Roberts <nickrob@snap.net.nz>
6839
6840 * gdb.texinfo (Backtrace): Order correctly and add other cases.
6841
6842 2006-10-10 Bob Wilson <bob.wilson@acm.org>
6843
6844 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
6845 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
6846 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
6847
6848 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6849 Daniel Jacobowitz <dan@codesourcery.com>
6850
6851 * gdb.texinfo (Packets): Document vFlashErase,
6852 vFlashWrite and vFlashDone packets.
6853 (General Query Packets): Document qXfer:memory-map:read.
6854 Add a new feature for qXfer:memory-map:read.
6855 (Memory map format): New section.
6856 (Target Commands): Mention that gdb can write flash.
6857
6858 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6859 Daniel Jacobowitz <dan@codesourcery.com>
6860
6861 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
6862 memory regions and "mem auto".
6863
6864 2006-09-21 Nathan Sidwell <nathan@codesourcery.com>
6865
6866 * gdbint.texinfo (Array Containers): New section.
6867
6868 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
6869
6870 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
6871 -stack-list-arguments HIGH_FRAME argument can be larger then the
6872 actual number of frames.
6873
6874 2006-09-07 Vladimir Prus <vladimir@codesourcery.com>
6875
6876 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
6877 -stack-list-locals HIGH_FRAME argument can be larger then the
6878 actual number of frames.
6879
6880 2006-09-02 Bob Wilson <bob.wilson@acm.org>
6881
6882 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
6883 Register Packet Format, Tracepoint Packets): Fix spelling errors.
6884
6885 2006-09-02 Eli Zaretskii <eliz@gnu.org>
6886
6887 * gdbint.texinfo (Overall Structure): New section "Source Tree
6888 Structure".
6889
6890 2006-08-17 Jim Blandy <jimb@codesourcery.com>
6891
6892 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
6893 responses.
6894
6895 2006-08-08 Joel Brobecker <brobecker@adacore.com>
6896
6897 * gdb.texinfo (Source Path): Add documentation for new
6898 substitute-path commands.
6899
6900 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
6901
6902 * gdb.texinfo (Installing GDB): Update menu. Move text to...
6903 (Running Configure): ...here.
6904 (Requirements): New node. Mention expat.
6905
6906 2006-08-08 Vladimir Prus <vladimir@codesourcery.com>
6907
6908 * gdb.texinfo (Target Commands): Remove
6909 'set download-write-size' and 'show download-write-size'.
6910
6911 2006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
6912
6913 * stabs.texinfo (Member Type Descriptor): Correct example for
6914 pointer to member types.
6915
6916 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
6917
6918 * gdb.texinfo (Optional warnings and messages): Add
6919 'set/show trace-commands'.
6920 (Command files): Add '-v' to source command.
6921
6922 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
6923
6924 * gdb.texinfo (OS Information): Update qPart reference to
6925 qXfer.
6926 (Remote configuration): Likewise.
6927 (Overview): Move @cindex to the start of a paragraph. Talk
6928 about binary data encoding.
6929 (Packets): Refer to the overview for the details of the X
6930 packet encoding.
6931 (General Query Packets): Remove qPart description. Add qXfer
6932 description. Add an anchor to qSupported. Correct feature
6933 table title. Add a new feature for qXfer:auxv:read.
6934 (Interrupts): Add a missing parenthesis.
6935
6936 2006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
6937
6938 * gdb.texinfo (KOD): Remove node.
6939 (GDB/MI Kod Commands): Remove commented out node.
6940
6941 2006-07-01 Eli Zaretskii <eliz@gnu.org>
6942
6943 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
6944 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
6945 (GDB/MI Thread Commands, GDB/MI Program Execution)
6946 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
6947 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
6948 (GDB/MI File Commands, GDB/MI Target Manipulation)
6949 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
6950 since the MI prompt is hard-wired into the code.
6951
6952 2006-07-01 Nick Roberts <nickrob@snap.net.nz>
6953
6954 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
6955 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
6956 (GDB/MI Data Manipulation): Remove description of unimplemented
6957 display related commands as variable objects perform this function
6958 and are superior: -display-delete, -display-disable,
6959 -display-enable, -display-insert and -display-list. Move
6960 -environment-cd, -environment-directory, -environment-path
6961 and -environment-pwd to "Program Context".
6962 (GDB/MI Program Control): Rename to "Program Execution". Move
6963 -exec-arguments -exec-abort to...
6964 (GDB/MI Program Context): ...here. New node split from "Data
6965 Manipulation".
6966
6967 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
6968
6969 * gdb.texinfo (Remote configuration): Document set / show
6970 remote supported-packets.
6971 (General Query Packets): Document qSupported packet.
6972
6973 2006-06-10 Sandra Loosemore <sandra@codesourcery.com>
6974
6975 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
6976 and font markup.
6977 (Protocol basics): Likewise.
6978 (The F request packet): Likewise.
6979 (The F reply packet): Likewise.
6980 (Memory transfer): Move this node to be a subsubsection of
6981 "Protocol specific representation of datatypes".
6982 (The Ctrl-C message): More copy editing.
6983 (Console I/O): Likewise.
6984 (The isatty call): Delete this node, and merge its content into
6985 the "isatty" node. Fixed references elsewhere.
6986 (The system call): Delete this node, and merge its content into
6987 the "system" node. Fixed references elsewhere.
6988 (open): Reformat to use @table, and add appropriate font markup.
6989 (close): Likewise.
6990 (read): Likewise.
6991 (write): Likewise.
6992 (lseek): Likewise.
6993 (rename): Likewise.
6994 (unlink): Likewise.
6995 (stat/fstat): Likewise.
6996 (gettimeofday): Likewise.
6997 (isatty): Likewise.
6998 (system): Likewise, plus minor changes to fix confusing wording.
6999 (Integral datatypes): Fix font markup.
7000 (Pointer values): Likewise.
7001 (struct stat): Fix markup to use @table, plus minor copy editing.
7002 (struct timeval): Fix font markup, plus minor copy editing.
7003 (Constants): Minor copy editing.
7004 (Errno values): Add font markup.
7005 (File-I/O Examples): Likewise.
7006
7007 2006-06-10 Nick Roberts <nickrob@snap.net.nz>
7008
7009 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
7010 (GDB/MI Simple Examples): Move node up one level. Use real
7011 examples.
7012 (GDB/MI Compatibility with CLI): Update.
7013 (GDB/MI Result Records): Add "connected" and "exit" result
7014 classes.
7015 (GDB/MI Stream Records): Clarify target output.
7016 (GDB/MI Command Description Format): Modify example description.
7017 (GDB/MI Breakpoint Table Commands): Rename to...
7018 (GDB/MI Breakpoint Commands): ...this
7019 (GDB/MI Breakpoint Commands): Add optional thread field.
7020 (GDB/MI Program Control): Add an introduction. Move "Program
7021 termination" examples into exec-run description.
7022 (GDB/MI File Commands): Mention similar CLI commands.
7023 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
7024 is similar to "-gdb-version".
7025
7026 2006-06-09 Eli Zaretskii <eliz@gnu.org>
7027
7028 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
7029
7030 2006-06-02 Nick Roberts <nickrob@snap.net.nz>
7031
7032 * gdb.texinfo (GDB/MI Development and Front Ends): Use
7033 sourceware.org for mailing lists.
7034 (GDB/MI File Commands): New node split from Program Control.
7035
7036 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
7037
7038 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
7039
7040 2006-05-22 Eli Zaretskii <eliz@gnu.org>
7041
7042 * gdb.texinfo (Cygwin Native): Fix last change.
7043
7044 2006-05-22 Christopher Faylor <cgf@timesys.com>
7045
7046 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
7047
7048 2006-05-15 Nick Roberts <nickrob@snap.net.nz>
7049
7050 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
7051 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
7052
7053 2006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
7054
7055 * gdb.texinfo (General Query Packets): Recommend not starting
7056 new packets with qC and clarify.
7057
7058 2006-05-13 Gaius Mulley <gaius@glam.ac.uk>
7059
7060 * gdb.texinfo (M2 Types): New section.
7061
7062 2006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
7063
7064 * agentexpr.texi: Add a copyright and license notice.
7065 * observer.texi: Likewise, with GPL clause for function prototypes.
7066 Remove trailing whitespace.
7067
7068 2006-05-05 Jim Blandy <jimb@codesourcery.com>
7069
7070 * gdb.texinfo (General Query Packets): Document conventions for
7071 terminating packet names, and their violations.
7072
7073 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7074
7075 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
7076 * gdb.texinfo: Likewise.
7077
7078 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7079
7080 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
7081 and "show remotedebug".
7082 (Debugging Output): Add additional index entries.
7083
7084 2006-04-27 Michael Snyder <msnyder@redhat.com>
7085
7086 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
7087
7088 2006-04-22 Andrew Cagney <cagney@redhat.com>
7089
7090 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
7091 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
7092
7093 2006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
7094
7095 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
7096 and remove breakpoint prototypes.
7097 (Watchpoints): Move description of target_insert_hw_breakpoint and
7098 target_remove_hw_breakpoint ...
7099 (Breakpoints): ... to here. Document target_insert_breakpoint and
7100 target_remove_breakpoint.
7101
7102 2006-04-17 Jim Blandy <jimb@codesourcery.com>
7103
7104 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
7105 and C packets are optional.
7106
7107 2006-04-14 Frederic Riss <frederic.riss@st.com>
7108
7109 * gdb.texinfo (Specifying source directories): Update the description
7110 of the source file search to reflect the fact that the source path
7111 always contains at least $cdir and $cwd.
7112
7113 2006-03-31 Michael Snyder <msnyder@redhat.com>
7114
7115 * gdb.texinfo: Update copyright dates.
7116
7117 2006-03-31 Eli Zaretskii <eliz@gnu.org>
7118
7119 * gdb.texinfo (Overview): Add an index entry to "empty response".
7120
7121 2006-03-28 Jim Blandy <jimb@codesourcery.com>
7122
7123 * gdbint.texinfo (Prologue Analysis): New section.
7124
7125 2006-03-07 Jim Blandy <jimb@red-bean.com>
7126
7127 * gdb.texinfo (Connecting): Document 'target remote pipe'.
7128
7129 * gdb.texinfo (Target Commands): Update text describing how to
7130 specify a target. Refer to the detailed section on remote
7131 debugging, not the brief mention.
7132
7133 * gdb.texinfo (Connecting): Organize the different 'target remote'
7134 connection methods into a table. Add a 'target remote' index
7135 entry. (!!!)
7136
7137 2006-02-17 Fred Fish <fnf@specifix.com>
7138
7139 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
7140 'ptype' commands to reflect the fact that the only significant
7141 difference between them is that ptype prints the complete type
7142 description instead of just the name.
7143
7144 2006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
7145
7146 * gdbint.texinfo (Watchpoints): Delete
7147 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
7148
7149 2006-02-10 Nick Roberts <nickrob@snap.net.nz>
7150
7151 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
7152 times fields where needed. Fix typos. Update general form given
7153 for output of -break-insert.
7154 (GDB/MI): Abbreviate some unnecessarily long fullnames.
7155
7156 2006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
7157
7158 * gdbint.texinfo (Symbol Handling): Add a section
7159 on memory management.
7160
7161 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
7162
7163 * gdb.texinfo (Breakpoint table commands): Document the fullname
7164 field in -break-list output.
7165
7166 2006-02-03 Eli Zaretskii <eliz@gnu.org>
7167
7168 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
7169 debugging information produced by the various "set debug..."
7170 options.
7171
7172 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7173
7174 * gdb.texinfo (Files): Remove obsolete bits from the description
7175 of "symbol-file".
7176
7177 2006-01-25 Jim Blandy <jimb@redhat.com>
7178
7179 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
7180
7181 2006-01-24 Jim Blandy <jimb@redhat.com>
7182
7183 * gdbint.texinfo (Frames): Document the basics of GDB's register
7184 unwinding model, and explain the existence of the "sentinel" frame.
7185
7186 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
7187
7188 * gdb.texinfo (Choosing files): Mention that -directory is used
7189 for script files.
7190 (Specifying source directories): Likewise.
7191 (Command files): Explain how script files are found.
7192
7193 2006-01-21 Eli Zaretskii <eliz@gnu.org>
7194
7195 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
7196 the threads in a multi-threaded program.
7197 (Threads): The threadno argument of "thread apply" can be a range
7198 of numbers.
7199
7200 2006-01-18 Jim Blandy <jimb@redhat.com>
7201
7202 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
7203 of warning flags.
7204
7205 2006-01-13 Eli Zaretskii <eliz@gnu.org>
7206
7207 * gdb.texinfo (Sequences): Improve menu annotations.
7208 (Define): Add index entries for arguments of user-defined
7209 commands. Move the description of flow-control commands...
7210 (Command Files): ...to here. Document loop_break and
7211 loop_continue.
7212 (Define, Command Files): Document `end' and add index entries for
7213 it.
7214
7215 2006-01-04 Michael Snyder <msnyder@redhat.com>
7216
7217 * gdb.texinfo: Add documentation for linux-fork.
7218 * gdbint.texinfo: Add internal documentation for checkpoints.
7219
7220 2006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
7221
7222 * gdb.texinfo (Omissions from Ada): Document that there is now
7223 limited aggregate support.
7224
7225 2005-12-28 Eli Zaretskii <eliz@gnu.org>
7226
7227 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
7228 registers and the likes.
7229
7230 2005-12-24 Eli Zaretskii <eliz@gnu.org>
7231
7232 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
7233 (Symbols): Fix usage of "e.g.".
7234 (Memory Region Attributes): Fix usage of "etc."
7235
7236 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
7237 (Coding): Fix usage of "e.g.".
7238
7239 2005-12-23 Eli Zaretskii <eliz@gnu.org>
7240
7241 * stabs.texinfo:
7242 * refcard.tex:
7243 * gpl.texi:
7244 * gdbint.texinfo:
7245 * gdb.texinfo:
7246 * gdb-cfg.texi:
7247 * fdl.texi:
7248 * annotate.texinfo:
7249 * all-cfg.texi:
7250 * Makefile.in: Add (C) after Copyright. Update the FSF
7251 address.
7252
7253 2005-12-03 Eli Zaretskii <eliz@gnu.org>
7254
7255 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
7256 extend GDB with commands for external monitor.
7257
7258 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
7259
7260 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
7261
7262 2005-11-25 Joel Brobecker <brobecker@adacore.com>
7263
7264 * gdbint.texinfo (Start of New Year Procedure): New chapter.
7265
7266 2005-11-21 Jim Blandy <jimb@redhat.com>
7267
7268 * gdb.texinfo (Tracepoint Packets): Document restrictions on
7269 placement of 'R' actions in tracepoint action packets; document
7270 dependence of 'X' and 'M' actions on a preceding 'R' action for
7271 their registers.
7272
7273 2005-11-19 Jim Blandy <jimb@redhat.com>
7274
7275 * gdb.texinfo (Tracepoint Packets): New node.
7276 (General Query Packets): Add entries for the tracepoint packets,
7277 referring to the "Tracepoint Packets" node.
7278 (Tracepoints): Add reference to "Tracepoint Packets".
7279
7280 2005-11-18 Kevin Buettner <kevinb@redhat.com>
7281
7282 * gdb.texinfo (set remotebreak): Add anchor.
7283 (X packet): Likewise.
7284 (Remote Protocol): Add new section `Interrupts' and new index
7285 entry `interrupts (remote protocol)'.
7286
7287 2005-11-18 Jim Blandy <jimb@redhat.com>
7288
7289 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
7290 entries into the General Query Packets section. Add a
7291 cross-reference to that section. Drop description of replies, as
7292 these are covered in the descriptions of each packet.
7293 (General Query Packets): Add introductory text. Explain naming
7294 conventions, and how the end of a name is recognized.
7295
7296 2005-11-17 Kevin Buettner <kevinb@redhat.com>
7297
7298 * gdb.texinfo (Remote configuration): Fix typo in description of
7299 "set remotebreak" command.
7300
7301 2005-11-16 Jim Blandy <jimb@redhat.com>
7302
7303 * gdb.texinfo (Packets, Stop Reply Packets)
7304 (General Query Packets): Various formatting cleanups.
7305 - Use @samp for packet contents.
7306 - Drop summaries from packet @item lines; the same information appears
7307 immediately below in the description.
7308 - Delete paragraph breaks after packet @item commands, so that the
7309 description appears directly to the right of the packet prototype
7310 in the printed manual, if it fits.
7311 - Place spaces in packet prototypes between @vars and non-@var
7312 letters, and explain that they're just for formatting.
7313 - Use @dots{} instead of '...'.
7314 - Fix uses of @code where @var was needed.
7315 - Replace "deprecated" markers with English text spelling out the
7316 packet's status and the preferred alternatives.
7317 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
7318 what this ever meant.
7319 - Remove "(draft)" markers on 'i' packets; nobody has commented on
7320 this for a long time.
7321 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
7322 implemented several times, and have been in use for years.
7323
7324 2005-11-15 Jim Blandy <jimb@redhat.com>
7325
7326 * gdb.texinfo (Packets): Add index entries for 'm' packet
7327 disclaimers.
7328
7329 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
7330 of stub when processing an 'm' packet.
7331
7332 * gdb.texinfo (Packets): Mention that packets beginning with
7333 letters are reserved once, at the top, instead of actually listing
7334 them all and saying "reserved".
7335
7336 2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
7337
7338 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
7339 Change @var{$arg0 to @code{$arg0.
7340
7341 2005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
7342
7343 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
7344
7345 2005-11-12 Jim Blandy <jimb@redhat.com>
7346
7347 * gdb.texinfo (General Query Packets): Put packets in alphabetical
7348 order. Remove extraneous 'z'.
7349
7350 2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
7351
7352 * gdb.texinfo (Choosing files): Add --eval-command.
7353
7354 2005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
7355
7356 * gdb.texinfo (Choosing modes): Add --return-child-result.
7357
7358
7359 2005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
7360
7361 * gdb.texinfo (Choosing modes): Add --batch-silent.
7362
7363 2005-10-28 Eli Zaretskii <eliz@gnu.org>
7364
7365 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
7366 "The -var-update Command".
7367
7368 2005-10-03 Joel Brobecker <brobecker@adacore.com>
7369
7370 * gdb.texinfo (Print Settings): Add documentation for set/show
7371 print array-indexes.
7372
7373 2005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
7374
7375 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
7376 6.2 and 6.3.
7377
7378 2005-08-27 Eli Zaretskii <eliz@gnu.org>
7379
7380 * gdb.texinfo (File Options): Don't document --mapped, it's gone
7381 since 19-Jan-2004.
7382 (Files): Likewise.
7383 (Variables, Symbols): Document the "<incomplete type>" message and
7384 its reasons.
7385
7386 2005-08-01 Fred Fish <fnf@specifix.com>
7387
7388 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
7389
7390 2005-07-15 Nick Roberts <nickrob@snap.net.nz>
7391
7392 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
7393 option for -var-list-children and -var-update.
7394 (GDB/MI Stack Manipulation): Simplify description of
7395 print-values option for -stack-list-locals.
7396 (GDB/MI Command Description Format): Clarify.
7397 (Mode Options): Spelling of superseded.
7398
7399 2005-07-12 Bob Rossi <bob@brasko.net>
7400
7401 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
7402 corresponding GDB command comment.
7403
7404 2005-07-06 Bob Rossi <bob@brasko.net>
7405
7406 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
7407 and -inferior-tty-show.
7408 (Input/Output): Document "set/show inferior-tty" and tty alias.
7409
7410 2005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
7411
7412 * gdb.texinfo (Packets): Change description of 'D' packet to note
7413 that GDB does wait for a response.
7414
7415 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
7416
7417 * gdb.texinfo (History) Rename "Command History".
7418 (Command History): Move node "Server Prefix" from section on
7419 Annotations here.
7420
7421 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
7422
7423 * gdb.texinfo (GDB/MI Stack Manipulation):
7424 Re-instate -stack-info-frame with example. Say that it gets
7425 info on selected frame, not current frame.
7426
7427 2005-06-18 Eli Zaretskii <eliz@gnu.org>
7428
7429 * gdb.texinfo (Server): Clarify that `file' should be used before
7430 connecting to the server.
7431 (Files): Add an xref to the above description.
7432 (Output Formats): More detailed description of the `c' format.
7433 (Memory): List explicitly all the formats supported by `x'.
7434 (Threads): Add an @cindex entry for "thread apply".
7435 (Files): Document the possibility of loading unlinked object
7436 files. Add more indexing for solib-absolute-prefix and
7437 --with-sysroot.
7438 (Machine Code): Document possible problems with locations in
7439 shared libraries.
7440 (Backtrace): Document that free-standing environments do not need
7441 to have a `main' function.
7442
7443 2005-06-18 Nick Roberts <nickrob@snap.net.nz>
7444
7445 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
7446 -stack-info-frame.
7447
7448 2005-06-07 Andrew Cagney <cagney@gnu.org>
7449
7450 * gdb.texinfo (Contributors): Note the original multi-arch
7451 contributors.
7452
7453 2005-06-03 Eli Zaretskii <eliz@gnu.org>
7454
7455 * gdb.texinfo (Registers): Add index entries for the standard
7456 registers.
7457 (Frames): Add cross-reference from frame pointer description to
7458 the Registers node.
7459 (Annotations Overview): Fix the reference to GDB name.
7460
7461 2005-06-01 Eli Zaretskii <eliz@gnu.org>
7462
7463 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
7464 can-use-hw-watchpoints.
7465
7466 2005-05-28 Bob Rossi <bob@brasko.net>
7467
7468 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
7469 the possible reasons why an exec async record would be returned to FE.
7470
7471 2005-05-26 Andrew Cagney <cagney@gnu.org>
7472
7473 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
7474 Andrew Cagney implemented the original GDB/MI.
7475
7476 2005-05-23 Orjan Friberg <orjanf@axis.com>
7477
7478 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
7479 documentation. Add documentation for cris-mode.
7480
7481 2005-05-20 Eli Zaretskii <eliz@gnu.org>
7482
7483 * gdb.texinfo (Numbers): Explain the example and make the wording
7484 more acurate.
7485
7486 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
7487 Dennis Brueni <dennis@slickedit.com>
7488
7489 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
7490 (GDB/MI Data Manipulation, GDB/MI Program Control)
7491 (GDB/MI Stack Manipulation): Update examples to include the fullname
7492 attribute in stack frames.
7493
7494 2005-05-12 Eli Zaretskii <eliz@gnu.org>
7495
7496 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
7497 do with other non-standard names of init files.
7498
7499 2005-05-11 Eli Zaretskii <eliz@gnu.org>
7500
7501 * gdb.texinfo (Command Files): Move the description of the startup
7502 from here...
7503 (Startup): ...to this new subsection of the Invocation chapter.
7504 Rearrange the description of init files more logically and add a
7505 cross-reference to "Command Files". Document the special gdbinit
7506 name for CISCO 68k. Expand the description of what GDB does
7507 during startup.
7508 (History): Add index entry for HISTSIZE.
7509
7510 2005-05-02 Mark Kettenis <kettenis@gnu.org>
7511
7512 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
7513
7514 2005-05-02 Eli Zaretskii <eliz@gnu.org>
7515
7516 * gdb.texinfo (SVR4 Process Information, The isatty call)
7517 (The system call): Don't use foo(N) notation for man pages and
7518 functions.
7519 (Compilation, DJGPP Native): Improve wording.
7520
7521 2005-04-27 Eli Zaretskii <eliz@gnu.org>
7522
7523 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
7524 were optimized away.
7525
7526 2005-04-22 Eli Zaretskii <eliz@gnu.org>
7527
7528 * gdb.texinfo (Remote configuration): Document "set/show
7529 get-thread-local-storage-address". Add cross-reference to the
7530 description of the qGetTLSAddr packet.
7531 (General Query Packets): Mention "set remote
7532 get-thread-local-storage-address" and add a reference to its
7533 description.
7534
7535 2005-04-19 Nick Roberts <nickrob@snap.net.nz>
7536
7537 * gdb.texinfo (Backtrace): Describe 'bt full'.
7538
7539 2005-04-17 Nick Roberts <nickrob@snap.net.nz>
7540
7541 * gdb.texinfo (Mode Options): Fix typo.
7542 (GDB/MI): Describe how to invoke GDB/MI.
7543
7544 2005-04-16 Eli Zaretskii <eliz@gnu.org>
7545
7546 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
7547 references changed. Add description of "info udot".
7548 (Files): Document "set/show stop-on-solib-events".
7549 (M32R/D): Document "set/show download-path", "set/show
7550 board-address", "set/show server-address", "upload", "tload".
7551 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
7552 "use_mon_code", "use_ib_break", "use_dbt_break".
7553 (Maintenance Commands): Improve indexing.
7554 (Target Commands): Document "set/show hash", "set/show debug
7555 monitor".
7556 (SVR4 Process Information): Document "info pidlist" and "info
7557 meminfo". Document "set/show procfs-tarce" and "set/show
7558 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
7559 (Symbols, The Print Command with Objective-C): Improve indexing.
7560 (Objective-C): Add references to "info classes" and "info
7561 selectors".
7562 (Debugging Output): Improve wording. Document "set/show debug
7563 solib-frv". Fix "set/show debugvarobj".
7564 (Set Breaks): Add index entry for "hardware breakpoints".
7565 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
7566 and "set/show usehardbreakpoints".
7567 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
7568 monitor-prompt", "set/show monitor-warnings", "pmon".
7569 (ARM): Document "rdilogfile", "rdilogenable", "set/show
7570 rdiromatzero", "set/show rdiheartbeat".
7571 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
7572 "sds".
7573 (Embedded Processors): Document the "sim" command.
7574 (Remote): Document the "remote" command.
7575 (DJGPP Native): Document the "info serial" command.
7576 (Threads): Document "maint info sol-threads".
7577 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
7578 (Set Breaks): Improve indexing.
7579 (Command Syntax): Add a reference to dont-repeat.
7580 (Define): Document "dont-repeat".
7581 (TUI Commands): Document "tabset".
7582 (WinCE): New subsection. Document "set/show remotedirectory",
7583 "set/show remoteupload", "set/show remoteaddhost".
7584
7585 2005-04-15 Eli Zaretskii <eliz@gnu.org>
7586
7587 * gdb.texinfo (Hurd Native): New subsection, documents
7588 Hurd-specific commands.
7589 (Maintenance Commands): Add cross-reference to "Debugging Output".
7590 (Debugging Output): Document "set/show debug lin-lwp".
7591 (MIPS): Improve documentation of heuristic-fence-post. Document
7592 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
7593 mips stack-arg-size", "set/show mips mask-address", "set/show mips
7594 remote-mips64-transfers-32bit-regs", "set/show debug mips".
7595 (ARM): Document ARM-specific commands.
7596 (AVR): New section. Document "info io_registers".
7597 (CRIS): New section. Document "set/show cris-version" and
7598 "set/show cris-dwarf2-cfi".
7599 (HPPA): New section. Document "set/show debug hppa" and "maint
7600 print unwind".
7601 (Neutrino): New subsection. Document "set/show debug nto-debug".
7602 (Super-H): New section. Document the "regs" command.
7603 (Debugging Output): Document "set/show debug aix-thread".
7604
7605 2005-04-09 Eli Zaretskii <eliz@gnu.org>
7606
7607 * gdb.texinfo (Print Settings): Document "set/show print
7608 pascal_static-members", "set print repeats", "show print
7609 null-stop". Improve indexing. Fix documentation of "set print
7610 union".
7611 (Pascal): New section.
7612 (Supported languages): Rename from "Support"; all references
7613 updated. Add a menu item for Pascal.
7614 (Numbers): Document "set radix.
7615 (Screen Size): Document "set/show pagination".
7616 (MIPS Embedded): Remove "set processor" documentation.
7617 (Remote configuration): Document "set/show X/P/Z-packet",
7618 "set/show read-aux-vector-packet", "set/show remote
7619 symbol-lookup-packet", "set/show remote verbose-resume-packet",
7620 "set/show remoteaddresssize", "set/show remotebaud", "set/show
7621 remotedebug", "set/show remotebreak", "set/show remotedevice",
7622 "set/show remotelogfile".
7623 (Auxiliary Vector): Add reference to the description of the
7624 read-aux-vector-packet setting.
7625 (Set Watchpoints): Add a cross-reference to "set remote
7626 hardware-breakpoint-limit".
7627 (General Query Packets): Add indexing of requests and
7628 cross-references to related commands in "Remote configuration".
7629 (File-I/O Overview, The system call): Fix wording and typos.
7630 (Thread Stops): Add index entries.
7631 (Continuing and Stepping): Document "show step-mode".
7632 (i386): New node. Document "set/show struct-convention".
7633 (Files): Document "show trust-readonly-sections".
7634 (Calling): Document "set/show unwindonsignal".
7635 (Messages/Warnings): Add index entries.
7636 (Maintenance Commands): Document "set/show watchdog".
7637 (Annotations Overview): Document "show annotate".
7638 (Set Watchpoints): Add index entries.
7639 (Symbols): Fix doc of case-sensitive.
7640 (ABI): Document "show coerce-float-to-double".
7641 (Convenience Vars, Help): Improve indexing.
7642 (Machine Code): Document "show disassembly-flavor".
7643 (Debugging C plus plus): Document "show overload-resolution".
7644 (Value History, Signaling): Add index entries.
7645
7646 2005-04-08 Eli Zaretskii <eliz@gnu.org>
7647
7648 * gdb.texinfo (Show): Move @kindex entries to their proper places.
7649 (Processes): Fix wording.
7650 (History, List, Logging output, Define, Symbols, Print Settings):
7651 Improve indexing.
7652
7653 2005-04-03 Eli Zaretskii <eliz@gnu.org>
7654
7655 * gdb.texinfo (Targets): Document "set/show architecture". Remove
7656 redundant index entry for "target" command.
7657 (Backtrace): Add index entries.
7658 (Symbols, Fortran): Document the "set case-sensitive" command.
7659 (DJGPP Native): Document "set com1base", "set com1irq", etc.
7660 (Print Settings): Add index entry for "set demangle-style".
7661 (Target Commands): Document "set download-write-size".
7662 (Debugging Output): Document "set exec-done-display".
7663
7664 2005-04-02 Eli Zaretskii <eliz@gnu.org>
7665
7666 * gdb.texinfo (Files): Fix the name and documentation of
7667 add-shared-symbol-files. Document its alias assf. Update the
7668 list of OSs where GDB supports shared libraries. Fix markup.
7669 (Continuing and Stepping): Add reference to @var{location} in the
7670 text.
7671 (Dump/Restore Files): Fix reference to @{filename}.
7672 (Help): Fix wording.
7673 (Attach): Ditto.
7674 (Set Watchpoints): Ditto.
7675 (Backtrace): Remove redundant index entries. Improve index
7676 entries.
7677 (Delete Breaks): Fix wording.
7678 (Memory): Document the compare-sections command.
7679 (Memory Region Attributes): Improve wording.
7680 (Disabling): Improve wording.
7681 (Fortran): New subsection. Document the "info common" command.
7682 (Help): Document aliases "info copying" and "info warranty".
7683 (Caching Remote Data): New section. Document the "set/show
7684 remotecache" and "info dcache" commands.
7685 (Show): Fix wording of the documentation of the "set
7686 extension-language" command.
7687 (Signals): Add index entry for "info handle".
7688 (Memory Region Attributes): Fix punctuation.
7689 (Symbols): Change the arg name to "location" and refer to it in
7690 the text. Fix wording of "info types" doc.
7691 (Threads): Fix usage of @enumerate @item's.
7692 (Listing Tracepoints): Add index entry for "info tp".
7693 (Set Watchpoints): Add xref to "info break" description.
7694 (Macros): Add an index entry for "macro exp1". Document the
7695 "macro list" command.
7696 (Maintenance Commands): Document "flushregs", "maint agent",
7697 "maint check-symtabs", "maint cplus", "maint demangle", "maint
7698 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
7699 "maint print architecture", "maint print objfiles", "maint print
7700 statistics", "maint print type", "maint show-debug-regs", "maint
7701 space", "maint time", and "maint translate-address".
7702 (Connecting): Document the "monitor" command.
7703 (Annotations Overview): Describe the "set annotate" command.
7704
7705 2005-04-01 Eli Zaretskii <eliz@gnu.org>
7706
7707 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
7708 Rearrange index entries and improve wording about support for
7709 hardware watchpoints.
7710
7711 2005-03-10 Bob Rossi <bob@brasko.net>
7712
7713 * gdb.texinfo: Update copyright
7714
7715 2005-02-09 Theodore A. Roth <troth@openavr.org>
7716
7717 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
7718 error.
7719
7720 2005-02-03 Kevin Buettner <kevinb@redhat.com>
7721
7722 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
7723
7724 2005-01-17 Michael Snyder <msnyder@redhat.com>
7725
7726 * gdb.texinfo: Fix spelling, infinte -> infinite.
7727
7728 2005-01-08 Mark Kettenis <kettenis@gnu.org>
7729
7730 * observer.texi (GDB Observers): Document "solib_loaded".
7731
7732 2005-01-07 Andrew Cagney <cagney@gnu.org>
7733
7734 * configure.ac: Rename configure.in, require autoconf 2.59.
7735 * configure: Re-generate.
7736
7737 * configure.in: Replace configdirs with multiple references to
7738 AC_CONFIG_SUBDIRS.
7739 * configure: Re-generate.
7740
7741 2005-01-04 Andrew Cagney <cagney@gnu.org>
7742
7743 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
7744 part of the version number.
7745
7746 2004-12-24 Mark Kettenis <kettenis@gnu.org>
7747
7748 * gdbint.texinfo (Algorithms): Remove description of
7749 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
7750
7751 2004-12-07 Jim Blandy <jimb@redhat.com>
7752
7753 * gdb.texinfo (General Query Packets): Specify that thread ID's in
7754 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
7755 numbers.
7756
7757 2004-12-07 Andreas Schwab <schwab@suse.de>
7758
7759 * gdb.texinfo (Mode Options): Document -l option.
7760
7761 2004-12-04 Eli Zaretskii <eliz@gnu.org>
7762
7763 * gdbint.texinfo (Algorithms): More accurate description of
7764 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
7765 is not needed unless data-read and data-access watchpoints are
7766 supported. Add a description of how GDB checks whether the
7767 inferior stopped because a watchpoint was hit.
7768
7769 2004-11-23 Eli Zaretskii <eliz@gnu.org>
7770
7771 * gdb.texinfo (Files): Add cross-reference to description of
7772 -readnow command-line switch.
7773
7774 2004-11-10 Randolph Chung <tausq@debian.org>
7775
7776 * gdb.texinfo: Document set/show backtrace past-entry commands.
7777 Rearrange index entries for set/show backtrace past-main.
7778
7779 2004-11-10 Jon Beniston <jon@beniston.com>
7780
7781 Committed by Andrew Cagney <cagney@gnu.org>.
7782 * gdb.texinfo (Remote Serial Protocol): Further describe
7783 binary transfer escaping mechanism .
7784
7785 2004-11-08 Randolph Chung <tausq@debian.org>
7786
7787 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
7788 and "show debug infrun". Add index entries.
7789
7790 2004-10-23 Eli Zaretskii <eliz@gnu.org>
7791
7792 * gdb.texinfo (SVR4 Process Information): Document subcommands of
7793 "info proc" that are already implemented. Add index entries.
7794 (Working Directory): Add a cross-reference to "info proc" command.
7795 (Files): Add a tip for decreasing memory used for symtabs from
7796 shared libraries.
7797 (Starting): Fix whitespace; make "elaboration" stand out where it
7798 is first used, and add an index entry for the term.
7799 (Calling): Expand and elaborate text. Add "print". Add the
7800 description of problems with weak aliases.
7801 (Core File Generation): New section.
7802
7803 2004-10-12 Andrew Cagney <cagney@gnu.org>
7804
7805 * gdbint.texinfo (Versions and Branches): New chapter.
7806 (Releasing GDB): Delete "Versions and Branches" section.
7807 (Top): Add "Versions and Branches".
7808
7809 2004-10-08 Eli Zaretskii <eliz@gnu.org>
7810
7811 * gdb.texinfo (Editing, History): Add cross-references to the
7812 included Readline and History user documentation. Remove
7813 references to the symbol have-readline-appendices which is unused
7814 and undefined.
7815 (History): Fix indexing.
7816
7817 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
7818
7819 * gdbint.texinfo (target_stopped_data_address): Update to
7820 new prototype.
7821 (i386_stopped_data_address): Update prototype and description.
7822 (i386_stopped_by_watchpoint): New function and description.
7823
7824 2004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
7825
7826 * gdb.texinfo (Filenames): Add Ada suffixes.
7827 (Ada) New section.
7828
7829 2004-09-27 Andrew Cagney <cagney@gnu.org>
7830 Robert Picco <Robert.Picco@hp.com>
7831
7832 * gdb.texinfo (Packets): Document the "p" packet.
7833
7834 2004-09-21 Jason Molenda (jmolenda@apple.com)
7835
7836 * gdb.texinfo (Paths and Names of the Source Files): Document the
7837 meaning of values in the 'desc' field of a SO stab.
7838
7839 2004-09-20 Daniel Jacobowitz <dan@debian.org>
7840
7841 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
7842 max-cache-age" and "maint show dwarf2 max-cache-age".
7843
7844 2004-09-16 Eli Zaretskii <eliz@gnu.org>
7845
7846 * gdb.texinfo (Set Breaks): Add index entry for setting
7847 breakpoints on overloaded C++ functions that are not members of
7848 any classes. Add an example and an index entry for setting
7849 breakpoints on all program functions.
7850 (Character Sets, Macros, Overlay Commands)
7851 (Non-debug DLL symbols, GDB/MI Output Syntax)
7852 (Annotations Overview, Maintenance Commands, File-I/O Overview):
7853 Use "(@value{GDBP})" instead of a literal "(gdb)".
7854
7855 2004-09-12 Andrew Cagney <cagney@gnu.org>
7856
7857 * gdbint.texinfo (Native Debugging): Delete description of
7858 FILES_INFO_HOOK.
7859
7860 2004-09-11 Paul Hilfinger <hilfinger@gnat.com>
7861
7862 * gdbint.texinfo (User Interface): Change local_hex_string_custom
7863 to hex_string_custom (not historically correct, but more
7864 understandable, given the current code).
7865
7866 2004-09-03 Andrew Cagney <cagney@gnu.org>
7867
7868 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
7869
7870 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
7871
7872 * observer.texi (solib_unloaded): New observer.
7873
7874 2004-08-24 Andrew Cagney <cagney@gnu.org>
7875
7876 * gdbint.texinfo (Target Architecture Definition): Add missing
7877 comma.
7878
7879 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
7880
7881 * (Using the Testsuite): build != host is supported,
7882 but some test scripts do not support build != host.
7883
7884 2004-08-14 Mark Kettenis <kettenis@gnu.org>
7885
7886 * gdbint.texinfo (Host Definition): Delete description of
7887 FCLOSE_PROVIDED and GETENV_PROVIDED.
7888
7889 2004-08-05 Mark Kettenis <kettenis@chello.nl>
7890
7891 * gdbint.texinfo (Host Definition): Delete description of
7892 NO_SYS_FILE.
7893 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
7894 PTRACE_FP_BUG.
7895
7896 2004-08-05 Andrew Cagney <cagney@gnu.org>
7897
7898 * gdbint.texinfo (Target Architecture Definition): Delete
7899 reference to deprecated_read_fp.
7900
7901 2004-08-02 Andrew Cagney <cagney@gnu.org>
7902
7903 * gdbint.texinfo (Target Architecture Definition): Delete
7904 description of DEPRECATED_REGISTER_BYTES.
7905
7906 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
7907
7908 * gdb.texinfo (Source Path): Document the new behavior of
7909 searching for the source files.
7910
7911 2004-07-17 Eli Zaretskii <eliz@gnu.org>
7912
7913 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
7914 (Search, Expressions, Arrays, Variables, Data, Machine Code)
7915 (Auto Display): Improve indexing.
7916
7917 2004-07-16 Andrew Cagney <cagney@gnu.org>
7918
7919 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
7920 "-noasync".
7921
7922 2004-07-09 Eli Zaretskii <eliz@gnu.org>
7923
7924 * gdb.texinfo: Fix @kindex entries so that multiple commands that
7925 have the same prefix have only their prefix in the index.
7926
7927 2004-07-03 Mark Kettenis <kettenis@gnu.org>
7928
7929 * gdb.texinfo (BSD libkvm Interface): New node (section)
7930 (Native): Add it to the menu.
7931
7932 2004-07-01 Mark Kettenis <kettenis@gnu.org>
7933
7934 * gdbint.texinfo (Target Architecture Definition): Remove
7935 PCC_SOL_BROKEN.
7936
7937 2004-06-24 Mark Kettenis <kettenis@gnu.org>
7938
7939 * gdbint.texinfo (Target Architecture Definition): Remove
7940 SUN_FIXED_LBRAC_BUG.
7941
7942 2004-06-26 Andrew Cagney <cagney@gnu.org>
7943
7944 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
7945
7946 2004-06-20 Andrew Cagney <cagney@gnu.org>
7947
7948 * gdbint.texinfo (Target Architecture Definition): Deprecate
7949 USE_STRUCT_CONVENTION.
7950
7951 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
7952
7953 gdb.texinfo (Bug Reporting): Mention session recording,
7954 with the script command or Emacs.
7955
7956 2004-06-18 Andrew Cagney <cagney@gnu.org>
7957
7958 * gdbint.texinfo (Target Architecture Definition): Deprecate
7959 FUNCTION_START_OFFSET.
7960
7961 2004-06-14 Andrew Cagney <cagney@gnu.org>
7962
7963 Based on changes from Karl Berry.
7964 * gdb.texinfo: Do not use @sc in a direntry.
7965 * stabs.texinfo: Change @dircateogry to "Software development".
7966 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
7967
7968 2004-06-13 Andrew Cagney <cagney@gnu.org>
7969
7970 * gdbint.texinfo (Target Architecture Definition): Delete
7971 description of RETURN_VALUE_ON_STACK.
7972
7973 2004-06-09 Andrew Cagney <cagney@gnu.org>
7974
7975 * gdbint.texinfo (Native Debugging): Restore "@table @code"
7976 deleted by previous patch.
7977
7978 2004-06-08 Andrew Cagney <cagney@gnu.org>
7979
7980 * gdbint.texinfo (Native Debugging): Delete documentation on
7981 ATTACH_DETACH.
7982
7983 2004-06-06 Randolph Chung <tausq@debian.org>
7984
7985 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
7986
7987 2004-06-06 Randolph Chung <tausq@debian.org>
7988
7989 * gdb.texinfo (push_dummy_call): Update argument list to match
7990 the new push_dummy_call method signature. Describe the function
7991 argument.
7992
7993 2004-05-24 Joel Brobecker <brobecker@gnat.com>
7994
7995 * gdb.texinfo (Starting): Document new start command.
7996
7997 2004-05-21 Andrew Cagney <cagney@redhat.com>
7998
7999 * observer.texi (GDB Observers): Document "inferior_created".
8000
8001 2004-05-08 Andrew Cagney <cagney@redhat.com>
8002
8003 * gdbint.texinfo (Target Architecture Definition): Delete
8004 description of DO_DEFERRED_STORES.
8005
8006 * gdbint.texinfo (Target Architecture Definition): Delete
8007 references to DEPRECATED_FIX_CALL_DUMMY.
8008
8009 * gdbint.texinfo (Target Architecture Definition): Delete
8010 description of DEPRECATED_CALL_DUMMY_WORDS,
8011 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
8012
8013 * gdbint.texinfo (Target Architecture Definition): Delete
8014 description of DEPRECATED_PUSH_DUMMY_FRAME.
8015
8016 * gdbint.texinfo (Target Architecture Definition): Delete
8017 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
8018
8019 2004-05-07 Andrew Cagney <cagney@redhat.com>
8020
8021 * observer.texi (GDB Observers): Add "Debugging" section. Include
8022 cross reference to "set/show debug observer".
8023 * gdb.texinfo (Debugging Output): Document "set/show debug
8024 observer".
8025
8026 2004-05-01 Andrew Cagney <cagney@redhat.com>
8027
8028 * gdbint.texinfo (Target Architecture Definition): Delete
8029 description of DEPRECATED_PC_IN_SIGTRAMP.
8030
8031 2004-04-30 Andrew Cagney <cagney@redhat.com>
8032
8033 * gdbint.texinfo (Target Architecture Definition): Delete
8034 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
8035
8036 2004-04-30 Orjan Friberg <orjanf@axis.com>
8037
8038 * observer.texi (GDB Observers): Correct spelling.
8039
8040 2004-04-26 Orjan Friberg <orjanf@axis.com>
8041
8042 * observer.texi (GDB Observers): Add target_changed event.
8043
8044 2004-04-08 Andrew Cagney <cagney@redhat.com>
8045
8046 * observer.texi (GDB Observers): Rework, provide generic observer
8047 definitions and then a list of observable events.
8048
8049 2004-04-04 Andrew Cagney <cagney@redhat.com>
8050
8051 * gdbint.texinfo (Host Definition): Delete reference to
8052 NO_SIGINTERRUPT.
8053
8054 2004-04-02 Andrew Cagney <cagney@redhat.com>
8055
8056 * gdbint.texinfo (Target Architecture Definition): Delete
8057 reference to DEPRECATED_CALL_DUMMY_LENGTH.
8058
8059 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
8060
8061 * gdb.texinfo (TUI Commands): Document tui reg commands.
8062
8063 2004-03-26 Andrew Cagney <cagney@redhat.com>
8064
8065 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
8066 "gdbtui".
8067 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
8068 (Contributors): Mention both Text and Terminal User Interface.
8069
8070 2004-03-23 Andrew Cagney <cagney@redhat.com>
8071
8072 * gdbint.texinfo (Target Architecture Definition): Deprecate
8073 references to SIGTRAMP_START and SIGTRAMP_END.
8074
8075 2004-03-23 Andrew Cagney <cagney@redhat.com>
8076
8077 * gdbint.texinfo (Target Architecture Definition): Deprecate
8078 references to PC_IN_SIGTRAMP.
8079
8080 2004-03-19 Andrew Cagney <cagney@redhat.com>
8081
8082 * gdbint.texinfo (Target Architecture Definition): Delete
8083 reference to GDB_TARGET_IS_HPPA.
8084
8085 2004-03-18 Andrew Cagney <cagney@redhat.com>
8086
8087 * gdbint.texinfo (Coding): Update section on gdbarch_data,
8088 describe pre_init and post_init.
8089
8090 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8091
8092 * gdb.texinfo (Debugging Output): Document values for "set debug
8093 target".
8094
8095 2004-02-28 Andrew Cagney <cagney@redhat.com>
8096
8097 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
8098
8099 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8100
8101 * gdb.texinfo (breakpoints): Add information about the
8102 new "set breakpoint pending" and "show breakpoint pending"
8103 commands.
8104
8105 2004-02-26 Andrew Cagney <cagney@redhat.com>
8106
8107 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
8108 in Per-architecture module data section.
8109
8110 2004-02-25 Roland McGrath <roland@redhat.com>
8111
8112 * gdb.texinfo (General Query Packets): Document qPart:... packets.
8113
8114 2004-02-24 Andrew Cagney <cagney@redhat.com>
8115
8116 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
8117 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
8118 * fdl.texi: Import Version 1.2, November 2002.
8119
8120 2004-02-17 Andrew Cagney <cagney@redhat.com>
8121
8122 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
8123
8124 2004-02-16 Andrew Cagney <cagney@redhat.com>
8125
8126 * gdbint.texinfo (Target Architecture Definition): Deprecate
8127 FRAMELESS_FUNCTION_INVOCATION.
8128
8129 2004-02-16 Andrew Cagney <cagney@redhat.com>
8130
8131 * gdbint.texinfo (Coding): Mention -Wunused-function.
8132
8133 2004-02-14 Andrew Cagney <cagney@redhat.com>
8134
8135 * gdbint.texinfo (Target Architecture Definition): Delete
8136 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8137
8138 2004-02-12 Elena Zannoni <ezannoni@redhat.com>
8139
8140 * gdb.texinfo: Properly quote the name "C++".
8141 * gdbint.texinfo: Ditto.
8142 * stabs.texinfo: Ditto.
8143
8144 2004-02-11 Elena Zannoni <ezannoni@redhat.com>
8145
8146 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
8147 minimal information about libiberty.
8148
8149 2004-02-06 Michael Chastain <mec.gnu@mindspring.com>
8150
8151 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
8152
8153 2004-02-04 Roland McGrath <roland@redhat.com>
8154
8155 * gdb.texinfo (Auxiliary Vector): New node (section).
8156 (Data): Add it to the menu.
8157
8158 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
8159
8160 * gdb.texinfo (Breakpoints): Add information about pending
8161 breakpoint support.
8162
8163 2004-01-26 Andrew Cagney <cagney@redhat.com>
8164
8165 * gdb.texinfo (Overview): Delete references to the cisco protocol
8166 including the "N" response.
8167
8168 2004-01-26 Andrew Cagney <cagney@redhat.com>
8169
8170 * gdbint.texinfo (Target Architecture Definition): Rename
8171 EXTRACT_STRUCT_VALUE_ADDRESS to
8172 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
8173
8174 2004-01-24 Eli Zaretskii <eliz@gnu.org>
8175
8176 * gdb.texinfo (KOD): Document "show os". Add index entries for
8177 "set/show os" and "info cisco" commands.
8178
8179 2004-01-21 Eli Zaretskii <eliz@gnu.org>
8180
8181 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
8182
8183 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
8184
8185 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
8186 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
8187
8188 2004-01-19 Nick Roberts <nick@nick.uklinux.net>
8189
8190 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
8191 -stack-list-locals.
8192 (GDB/MI Variable Objects): Describe extension to
8193 -var-list-children.
8194
8195 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
8196
8197 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
8198
8199 2004-01-17 Andrew Cagney <cagney@redhat.com>
8200
8201 * gdbint.texinfo (Target Architecture Definition): Delete
8202 documentation on DEPRECATED_NPC_REGNUM.
8203
8204 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
8205
8206 * gdb.texinfo: Update copyright year. Mention that set
8207 follow-fork-mode is supported on GNU/Linux. Remove documentation of
8208 "set follow-fork-mode ask".
8209
8210 2004-01-13 Andrew Cagney <cagney@redhat.com>
8211
8212 * gdbint.texinfo: Update copyright year.
8213 (Coding): Add -Wunused-label to list of -Werror warnings.
8214
8215 2004-01-08 Jason Molenda <jmolenda@apple.com>
8216 Eli Zaretskii <eliz@gnu.org>
8217
8218 * gdb.texinfo: Update copyright.
8219 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
8220 around names, as appropriate. Minor syntax cleanup of
8221 _NSPrintForDebugger explanation. Two spaces after periods.
8222 GDBN used instead of lit. "gdb". Index entries added for
8223 print-object and _NSPrintForDebugger. @noindent added in one spot.
8224
8225 2003-11-11 Elena Zannoni <ezannoni@redhat.com>
8226
8227 * stabs.texinfo: Add dircategory and direntry commands.
8228 * annotate.texinfo: Ditto.
8229
8230 2003-11-10 Andrew Cagney <cagney@redhat.com>
8231
8232 * gdbint.texinfo (Target Architecture Definition): Replace the
8233 return_value method's "inval" and "outval" parameters with
8234 "readbuf" and "writebuf".
8235
8236 2003-10-28 Jim Blandy <jimb@redhat.com>
8237
8238 * gdb.texinfo (The F request packet, The F reply packet): Renamed
8239 from "The `F' request packet" and "The `F' reply packet", to make
8240 texi2dvi happy.
8241 (File-I/O remote protocol extension): Update menu entries, too.
8242
8243 2003-10-26 Michael Chastain <mec@shout.net>
8244
8245 * gdb.texinfo (Thread Stops): Document the issue with
8246 premature return from system calls in multi-threaded programs.
8247
8248 2003-10-24 Andrew Cagney <cagney@redhat.com>
8249
8250 * annotate.texinfo: Fix "fortunatly"[sic].
8251
8252 2003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
8253
8254 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
8255 with "Hitachi" and "Mitsubishi".
8256
8257 2003-10-20 Andrew Cagney <cagney@redhat.com>
8258
8259 * gdbint.texinfo (Target Architecture Definition): Document
8260 gdbarch_return_value. Add cross references from
8261 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
8262 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
8263
8264 2003-10-18 Mark Kettenis <kettenis@gnu.org>
8265
8266 * gdbint.texinfo (Target Architecture Definition): Document
8267 regset_from_core_section.
8268
8269 2003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
8270
8271 * gdb.texinfo (M32R/D): Mention m32rsdi target.
8272
8273 2003-10-15 Kevin Buettner <kevinb@redhat.com>
8274
8275 From Anthony Green <green@redhat.com>:
8276 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
8277
8278 2003-10-14 Kevin Buettner <kevinb@redhat.com>
8279
8280 * gdb.texinfo (Breakpoint related warnings): New node.
8281 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
8282
8283 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
8284
8285 * gdb.texinfo (Remote Protocol): Document v and vCont.
8286
8287 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8288
8289 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
8290 * gdbint.texinfo: Ditto.
8291
8292 2003-10-09 Andrew Cagney <cagney@redhat.com>
8293
8294 From 2003-09-18 David Anderson <davea@sgi.com>:
8295 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
8296 "command".
8297
8298 2003-10-03 Andrew Cagney <cagney@redhat.com>
8299
8300 * gdbint.texinfo (Target Architecture Definition): Deprecate
8301 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
8302 just target.
8303
8304 2003-10-02 Andrew Cagney <cagney@redhat.com>
8305
8306 * gdbint.texinfo (Target Architecture Definition): Rename
8307 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
8308 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
8309 * gdbint.texinfo (Target Architecture Definition): Rename
8310
8311 2003-09-30 Andrew Cagney <cagney@redhat.com>
8312
8313 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
8314 (Target Architecture Definition):
8315
8316 * gdbint.texinfo (Target Architecture Definition): Rename
8317 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
8318
8319 2003-09-29 Andrew Cagney <cagney@redhat.com>
8320
8321 * gdbint.texinfo (Target Architecture Definition): Delete
8322 documentation for NEED_TEXT_START_END.
8323
8324 * gdbint.texinfo (Target Architecture Definition): Rename
8325 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
8326 TARGET_WRITE_PC.
8327
8328 2003-09-22 Michael Chastain <mec@shout.net>
8329
8330 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
8331
8332 2003-09-21 Anthony Green <green@redhat.com>
8333
8334 * gdbint.texinfo (Target Architecture Definition): Fix typos.
8335
8336 2003-09-21 Mark Kettenis <kettenis@gnu.org>
8337
8338 * gdbint.texinfo (Target Architecture Definition): Document
8339 stabs_argument_has_addr.
8340
8341 2003-09-18 Andrew Cagney <cagney@redhat.com>
8342
8343 * gdbint.texinfo (Target Architecture Definition): Delete
8344 documentation on REGISTER_NAMES.
8345
8346 2003-09-13 Mark Kettenis <kettenis@gnu.org>
8347
8348 * gdbint.texinfo (Target Architecture Definition): Replace
8349 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
8350
8351 2003-09-11 Andrew Cagney <cagney@redhat.com>
8352
8353 * gdbint.texinfo (Target Architecture Definition): Replace
8354 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
8355
8356 2003-08-18 Andrew Cagney <cagney@redhat.com>
8357
8358 * gdbint.texinfo (Target Architecture Definition): Document
8359 "frame_red_zone_size".
8360
8361 2003-08-09 Andrew Cagney <cagney@redhat.com>
8362
8363 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
8364 with "set/show backtrace past-main" and "set/show backtrace
8365 limit".
8366
8367 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
8368
8369 * Makefile.in (install-info): Support DESTDIR.
8370 (install-html): Likewise.
8371
8372 2003-08-07 Andrew Cagney <cagney@redhat.com>
8373
8374 Patch from Nick Roberts.
8375 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
8376 bindings. Remove description of send-gdb-command.
8377
8378 2003-08-07 Andrew Cagney <cagney@redhat.com>
8379
8380 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
8381 GDB 6.0.
8382
8383 2003-08-06 Andrew Cagney <cagney@redhat.com>
8384
8385 * gdb.texinfo (Mode Options): Mention that level three is the
8386 highest available and that level 2 is deprecated.
8387 (Annotations Overview): Mention annotation levels. Cross reference
8388 to "Limitations of the Annotation Interface" in annotate.texi.
8389 (TODO, Value Annotations, Frame Annotations): Delete section.
8390 (Displays, Breakpoint Info): Delete.
8391
8392 2003-08-04 Andrew Cagney <cagney@redhat.com>
8393
8394 * agentexpr.texi: Delete @bye.
8395 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
8396 (stabs.info): Add $(srcdir) to include search path.
8397 (html): Depend on "annotate_toc.html", and not "annotate.html".
8398 * stabs.texinfo: Ditto. Include "fdl.texi".
8399 * gdbint.texinfo: Update copyright statement's list of invariant
8400 sections.
8401
8402 2003-07-28 Andrew Cagney <cagney@redhat.com>
8403
8404 * Makefile.in (INFO_DEPS): Add annotate.info.
8405 (dvi, ps, html, pdf): Add annotate.
8406 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
8407 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
8408 (ANNOTATE_DOC_FILES): New macro.
8409 (ANNOTATE_TEX_TMPS): New macro.
8410 (annotate.info, annotate_toc.html): Specify dependencies.
8411 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
8412 * annotate.texinfo: Rename annotate.texi. Get building. Add
8413 "Migrating to GDB/MI" and "Limitations of the Annotation
8414 Interface" chapters. Mention why it is not part of the user
8415 guide. Update copyright notice. Include "fdl.texi".
8416
8417 2003-07-26 Stephane Carrez <stcarrez@nerim.fr>
8418
8419 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
8420
8421 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
8422
8423 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
8424
8425 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
8426
8427 * gdb.texinfo (Server): Mention pidof.
8428
8429 2003-07-22 Andrew Cagney <cagney@redhat.com>
8430
8431 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
8432 list.
8433
8434 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
8435
8436 * gdb.texinfo (Logging output): New chapter.
8437
8438 2003-06-24 Joel Brobecker <brobecker@gnat.com>
8439
8440 * gdb.texinfo (Unsupported languages): New section.
8441 (Languages): Add link to new section.
8442
8443 2003-06-22 Andrew Cagney <cagney@redhat.com>
8444
8445 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
8446
8447 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
8448
8449 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
8450
8451 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
8452
8453 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
8454 * agentexpr.texi: Retitle section, and change it to an appendix.
8455 Comment out texinfo initialization. Factor a @var{} into two
8456 pieces to prevent makeinfo warnings.
8457 * gdb.texinfo: Add Agent Expressions appendix.
8458
8459 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
8460
8461 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
8462
8463 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
8464
8465 * gdb.texinfo (Remote Debugging): New section "Connecting to a
8466 remote target". Document the "detach" and "disconnect" commands.
8467 (Server, Netware, Debug Session): Reference "Connecting to a
8468 remote target".
8469 (GDB/MI Target Manipulation): Document "-target-disconnect".
8470
8471 2003-06-13 Andrew Cagney <cagney@redhat.com>
8472
8473 * gdbint.texinfo (Target Architecture Definition): Deprecate
8474 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
8475 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
8476
8477 2003-06-09 Jim Blandy <jimb@redhat.com>
8478
8479 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
8480
8481 2003-06-08 Andrew Cagney <cagney@redhat.com>
8482
8483 * gdbint.texinfo (Target Architecture Definition): Delete
8484 documentation on FRAME_ARGS_ADDRESS_CORRECT.
8485
8486 2003-06-08 Andrew Cagney <cagney@redhat.com>
8487
8488 * gdbint.texinfo (Target Architecture Definition): Document
8489 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
8490
8491 2003-06-07 Adam Fedor <fedor@gnu.org>
8492
8493 * gdb.texinfo: Add Objective-C documentation.
8494
8495 2003-06-01 Andrew Cagney <cagney@redhat.com>
8496
8497 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
8498 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
8499
8500 2003-05-21 Andrew Cagney <cagney@redhat.com>
8501
8502 * gdbint.texinfo (Target Architecture Definition): Delete
8503 references to "extract_address" and "store_address".
8504
8505 2003-05-16 Andrew Cagney <cagney@redhat.com>
8506
8507 * gdbint.texinfo (Target Architecture Definition): Replace
8508 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
8509 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
8510
8511 2003-05-14 Theodore A. Roth <troth@openavr.org>
8512
8513 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
8514
8515 2003-05-10 H.J. Lu <hongjiu.lu@intel.com>
8516
8517 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
8518 (gdb.dvi): Likewise.
8519 (gdb.pdf): Likewise.
8520 (links2roff): Likewise.
8521
8522 2003-05-08 Jim Blandy <jimb@redhat.com>
8523
8524 * gdb.texinfo (Dump/Restore Files): Update documentation for
8525 'dump', 'append', and 'restore': note that format argument is
8526 optional; simplify presentation of the command variants; and be
8527 more precise about the formats.
8528
8529 2003-05-07 Jim Blandy <jimb@redhat.com>
8530
8531 * gdb.texinfo (Symbols): Update documentation: 'maint list
8532 symtabs' and 'maint list psymtabs' have been renamed 'maint info
8533 symtabs' and 'maint info psymtabs'.
8534
8535 2003-05-05 Andrew Cagney <cagney@redhat.com>
8536
8537 * gdbint.texinfo (Target Architecture Definition): Make
8538 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
8539 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
8540 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
8541
8542 2003-05-04 Andrew Cagney <cagney@redhat.com>
8543
8544 * gdb.texinfo (Maintenance Commands): Document "maint print
8545 dummy-frames".
8546
8547 2003-05-04 Andrew Cagney <cagney@redhat.com>
8548
8549 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
8550
8551 2003-05-03 J. Brobecker <brobecker@gnat.com>
8552
8553 Thierry Schneider <tpschneider1@yahoo.com>
8554 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
8555 for new MI command.
8556
8557 2003-05-03 Andrew Cagney <cagney@redhat.com>
8558
8559 * gdbint.texinfo (Target Architecture Definition): Document
8560 push_dummy_code. Add cross references.
8561
8562 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
8563
8564 * gdb.texinfo (Character Sets): Update to reflect new behavior of
8565 set/show charsets commands.
8566
8567 2003-04-28 Andrew Cagney <cagney@redhat.com>
8568
8569 * gdbint.texinfo (Target Architecture Definition): Replace
8570 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
8571 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
8572
8573 2003-04-28 Andrew Cagney <cagney@redhat.com>
8574
8575 * gdbint.texinfo (Target Architecture Definition): Rename
8576 "tm_print_insn" to "deprecated_tm_print_insn".
8577
8578 2003-04-09 Jim Blandy <jimb@redhat.com>
8579
8580 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
8581 list psymtabs'.
8582
8583 2003-04-08 Andrew Cagney <cagney@redhat.com>
8584
8585 * gdbint.texinfo (Target Architecture Definition): Delete
8586 references to EXTRA_FRAME_INFO.
8587
8588 2003-04-08 Andrew Cagney <cagney@redhat.com>
8589
8590 * gdbint.texinfo (Target Architecture Definition): Delete
8591 PRINT_TYPELESS_INTEGER.
8592
8593 2003-04-02 J. Brobecker <brobecker@gnat.com>
8594
8595 * observer.texi (GDB Observers): Adjust the documentation for the
8596 normal_stop notification to better describe reality. Fix a couple
8597 of minor typos.
8598
8599 2003-04-02 Bob Rossi <bob_rossi@cox.net>
8600
8601 * gdb.texinfo (GDB/MI Program Control): Add
8602 '-file-list-exec-source-file'
8603
8604 2003-03-31 Andrew Cagney <cagney@redhat.com>
8605
8606 * gdbint.texinfo (Target Architecture Definition): Delete
8607 references to CALL_DUMMY_P.
8608
8609 2003-03-30 Andrew Cagney <cagney@redhat.com>
8610
8611 * gdbint.texinfo (Target Architecture Definition): Remove
8612 reference to TARGET_WRITE_SP.
8613
8614 2003-03-27 Andrew Cagney <cagney@redhat.com>
8615
8616 * gdbint.texinfo (Target Architecture Definition): Remove
8617 references to write_sp.
8618
8619 2003-03-27 Andrew Cagney <cagney@redhat.com>
8620
8621 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
8622 chapter body. Use @smallexample instead of @example.
8623 (Annotations): Ditto.
8624 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
8625 annotate.texi.
8626
8627 2003-03-26 Andrew Cagney <cagney@redhat.com>
8628
8629 * gdbint.texinfo (Target Architecture Definition): Replace
8630 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
8631 dummy_addr parameters.
8632
8633 2003-03-25 Andrew Cagney <cagney@redhat.com>
8634
8635 * gdbint.texinfo (Target Architecture Definition): Delete
8636 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
8637 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8638 Add reference to PUSH_ARGUMENTS.
8639
8640 2003-03-23 Andrew Cagney <cagney@redhat.com>
8641
8642 * gdbint.texinfo (Algorithms, Target Architecture Definition):
8643 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
8644
8645 2003-03-18 J. Brobecker <brobecker@gnat.com>
8646
8647 * gdbint.texinfo (Algorithms): Add new section describing the
8648 Observer paradigm.
8649 (Top): Add menu entry to new observer appendix.
8650 * observer.texi: New file.
8651 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
8652 new observer.texi file.
8653
8654 2003-03-17 Andrew Cagney <cagney@redhat.com>
8655
8656 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
8657 that GNU Press update the manual version number.
8658
8659 2003-03-12 Andrew Cagney <cagney@redhat.com>
8660
8661 * gdbint.texinfo (Target Architecture Definition): Delete
8662 references to get_saved_register. Rename GET_SAVED_REGISTER to
8663 DEPRECATED_GET_SAVED_REGISTER.
8664
8665 2003-03-13 Andrew Cagney <cagney@redhat.com>
8666
8667 * gdbint.texinfo (Target Architecture Definition): Replace
8668 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
8669
8670 2003-03-12 Andrew Cagney <cagney@redhat.com>
8671
8672 * gdbint.texinfo (Target Architecture Definition): Rename
8673 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
8674
8675 2003-03-10 Corinna Vinschen <vinschen@redhat.com>
8676
8677 * gdb.texinfo: Add File-I/O documentation.
8678
8679 2003-03-10 Andrew Cagney <cagney@redhat.com>
8680
8681 * gdbint.texinfo (Target Architecture Definition): Cross reference
8682 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
8683
8684 2003-03-07 Andrew Cagney <cagney@redhat.com>
8685
8686 * gdb.texinfo (Debugging Output): Mention the "set/show debug
8687 frame" command.
8688
8689 2003-03-05 Andrew Cagney <cagney@redhat.com>
8690
8691 * gdbint.texinfo (Target Architecture Definition): Document
8692 unwind_dummy_id. Cross reference unwind_dummy_id and
8693 SAVE_DUMMY_FRAME_TOS.
8694
8695 2003-03-05 James Ingham <jingham@apple.com>
8696 Daniel Jacobowitz <drow@mvista.com>
8697
8698 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
8699 and "show cp-abi".
8700
8701 2003-03-03 Andrew Cagney <cagney@redhat.com>
8702
8703 * gdbint.texinfo (Target Architecture Definition): Document
8704 register_type.
8705
8706 2003-03-03 Andrew Cagney <cagney@redhat.com>
8707
8708 * stabs.texinfo (Structures): Use @samp and separate @var's
8709 instead of a single @var containing a comma separated list.
8710 (Unions): Ditto.
8711
8712 2003-03-02 Daniel Jacobowitz <drow@mvista.com>
8713
8714 * Makefile.in (distclean): Remove config.log.
8715
8716 2003-03-01 Andrew Cagney <cagney@redhat.com>
8717
8718 * gdbint.texinfo (Target Architecture Definition): Rename
8719 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
8720
8721 2003-03-01 Andrew Cagney <cagney@redhat.com>
8722
8723 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
8724 DEPRECATED_INIT_EXTRA_FRAME_INFO.
8725
8726 2003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
8727
8728 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
8729 (Non-debug DLL symbols): New node, describing the minimal symbols
8730 loaded from DLLs without real debugging symbols.
8731
8732 2003-02-20 Andrew Cagney <ac131313@redhat.com>
8733
8734 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
8735 hardware-breakpoint-limit".
8736 (Set Watchpoints): Add cross reference to "set remote
8737 hardware-watchpoint-limit".
8738 (Remote configuration options): New section.
8739
8740 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8741
8742 * gdbint.texinfo (Target Architecture Definition): Delete
8743 descrption of IS_TRAPPED_INTERNALVAR.
8744
8745 From Keith Seitz <keiths@redhat.com>:
8746 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
8747 option "-i"/"--interpreter" to this chapter. Include index
8748 entries.
8749
8750 2003-02-04 David Carlton <carlton@math.stanford.edu>
8751
8752 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
8753 (Variables): Recommend stabs+ and DWARF 2.
8754 (C plus plus expressions): Correct info about
8755 compiler versions, debug formats.
8756 (Contributors): Change 'DWARF2' to 'DWARF 2'.
8757 PR symtab/874.
8758
8759 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8760
8761 * gdbint.texinfo (Target Architecture Definition): Delete
8762 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
8763 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
8764 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
8765 references to nindy and i960.
8766 * gdb.texinfo (i960): Delete all references to i960 and nindy.
8767
8768 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8769
8770 * gdbint.texinfo (Target Architecture Definition): Delete
8771 FLOAT_INFO.
8772
8773 2003-01-30 Andrew Cagney <ac131313@redhat.com>
8774
8775 * stabs.texinfo (Member Type Descriptor): Clarify description of
8776 `@'. Suggested by Ben Hutchings.
8777
8778 2003-01-29 Andrew Cagney <ac131313@redhat.com>
8779
8780 * gdb.texinfo (M68K): Delete reference to es1800.
8781
8782 2003-01-29 Andrew Cagney <ac131313@redhat.com>
8783
8784 * gdb.texinfo (Maintenance Commands): Document `maint print
8785 reggroups' and `maint print register-groups'.
8786 * gdbint.texinfo (Target Architecture Definition): Document
8787 register_reggroup_p.
8788
8789 2003-01-23 Jim Blandy <jimb@redhat.com>
8790
8791 * gdb.texinfo (Separate Debug Files): New section.
8792
8793 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
8794
8795 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
8796 and "maint show profile".
8797
8798 2003-01-16 Michael Chastain <mec@shout.net>
8799
8800 * gdb.texinfo (Installing GDB): Warn against
8801 ".../gdb-VERSION/gdb/configure".
8802 (Separate Objdir): Likewise.
8803
8804 2003-01-15 Andrew Cagney <ac131313@redhat.com>
8805
8806 * gdbint.texinfo (Target Architecture Definition): Delete
8807 definition of PRINT_REGISTER_HOOK.
8808
8809 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
8810
8811 (OpenRISC 1000): Fix formatting of command names.
8812
8813 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
8814
8815 * gdb.texinfo (Continuing and Stepping): Add new command
8816 'advance'. Clarify behavior of 'until'.
8817
8818 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
8819
8820 * gdb.texinfo (Files): Document solib-absolute-prefix and
8821 solib-search-path.
8822
8823 2003-01-09 Michael Chastain <mec@shout.net>
8824
8825 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
8826 (Create a Release): Add new instructions for new @file{src-release}.
8827 Document existing instructions for @file{Makefile.in} as
8828 being for @value{GDBN} 5.3.1 or earlier.
8829
8830 2003-01-09 Andrew Cagney <ac131313@redhat.com>
8831
8832 * gdbint.texinfo (Target Architecture Definition): Mention
8833 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
8834 allocate memory.
8835
8836 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8837
8838 * gdb.texinfo (Controlling GDB): Add @kindex for
8839 "show osabi".
8840 (Backtraces): Add @kindex's for backtrace-below-main.
8841
8842 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8843
8844 * gdb.texinfo (Controlling GDB): Document "set osabi".
8845
8846 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8847
8848 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
8849 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
8850
8851 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8852
8853 * gdb.texinfo (Controlling GDB): Add ABI section. Document
8854 "set coerce-float-to-double".
8855 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
8856
8857 2003-01-02 Andrew Cagney <ac131313@redhat.com>
8858
8859 * stabs.texinfo: Remove obsolete text.
8860 * gdbint.texinfo: Ditto.
8861 * gdb.texinfo: Ditto.
8862
8863 2002-12-22 Mark Kettenis <kettenis@gnu.org>
8864
8865 * gdbint.texinfo (Target Architecture Definition): Update
8866 description of gdbarch_register_osabi.
8867
8868 2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
8869
8870 * agentexpr.texi: Fix typos.
8871 * annotate.texi: Likewise.
8872 * fdl.texi: Likewise.
8873
8874 2002-12-10 Andrew Cagney <cagney@redhat.com>
8875
8876 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
8877 DEPRECATED_INIT_FRAME_PC.
8878
8879 2002-12-01 Andrew Cagney <ac131313@redhat.com>
8880
8881 * gdbint.texinfo (Target Architecture Definition): Delete
8882 PC_IN_CALL_DUMMY.
8883
8884 2002-11-28 Andrew Cagney <ac131313@redhat.com>
8885
8886 * gdbint.texinfo (Host Definition): Delete documentation on
8887 USE_GENERIC_DUMMY_FRAMES.
8888
8889 2002-11-26 Elena Zannoni <ezannoni@redhat.com>
8890
8891 Fix PR gdb/723 and PR gdb/245.
8892 * Makefile.in (install-info): Run the install-info command as part
8893 of the post install steps only.
8894 (uninstall-info): New target.
8895 (uninstall): New target.
8896
8897 2002-11-22 Elena Zannoni <ezannoni@redhat.com>
8898
8899 * Makefile.in (install): Make install do some real work.
8900
8901 2002-11-19 Andrew Cagney <ac131313@redhat.com>
8902
8903 Fix POSIX problem reported by Paul Eggert.
8904 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
8905 Fix PR gdb/527.
8906
8907 2002-10-26 Andrew Cagney <cagney@redhat.com>
8908
8909 * gdbint.texinfo (Target Architecture Definition): Delete
8910 definition of DO_REGISTERS_INFO.
8911
8912 2002-10-18 Kevin Buettner <kevinb@redhat.com>
8913
8914 * gdbint.texinfo (Address Classes): Fix problems with insertion
8915 of ``{'' and ``}'' in example.
8916
8917 2002-10-17 Kevin Buettner <kevinb@redhat.com>
8918
8919 * gdbint.texinfo (Address Classes): New section.
8920 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
8921 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
8922 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
8923 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
8924
8925 2002-10-11 Klee Dienes <kdienes@apple.com>
8926
8927 * gdb.texinfo (Registers): Mention vector registers as well as
8928 floating registers in the documentation for 'info registers' and
8929 'info all-registers'.
8930
8931 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
8932
8933 * gdbint.texinfo (CPLUS_MARKER): Remove item.
8934
8935 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
8936
8937 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
8938 interface definition.
8939
8940 2002-10-03 Marko Mlinar <markom@opencores.org>
8941
8942 * gdb.texinfo (Target Commands): Add or1k target specific
8943 commands.
8944 * gdb.texinfo (Contributors): Add myself to the contributors list.
8945
8946 2002-10-01 Andrew Cagney <ac131313@redhat.com>
8947
8948 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
8949 and "mi1" instead of "mi1" and "mi0".
8950
8951 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
8952
8953 * gdb.texinfo (Packets): Fix typos "alligned".
8954 Correct z3/Z3 description. Correct z4/Z4 title.
8955
8956 2002-09-27 Andrew Cagney <ac131313@redhat.com>
8957
8958 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
8959
8960 2002-09-25 Kevin Buettner <kevinb@redhat.com>
8961
8962 * gdb.texinfo: Use GNU/Linux instead of Linux.
8963
8964 2002-09-25 Andrew Cagney <ac131313@redhat.com>
8965
8966 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
8967
8968 2002-09-24 Andrew Cagney <ac131313@redhat.com>
8969
8970 * gdb.texinfo: Replace @example with @smallexample.
8971
8972 2002-09-20 Kevin Buettner <kevinb@redhat.com>
8973
8974 From Eli Zaretskii <eliz@gnu.org>:
8975 * gdb.texinfo (Character Sets): Use @smallexample instead of
8976 @example. Use GNU/Linux instead of Linux.
8977
8978 2002-09-20 Jim Blandy <jimb@redhat.com>
8979
8980 * gdb.texinfo: Add character set documentation.
8981
8982 2002-09-19 Andrew Cagney <ac131313@redhat.com>
8983
8984 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
8985 (Packets): Add cross reference from `b' packet to `z' packets.
8986
8987 2002-09-19 Andrew Cagney <ac131313@redhat.com>
8988
8989 * gdb.texinfo (Maintenance Commands): Document ``maint
8990 internal-error'' and ``maint internal-warning''.
8991
8992 * gdbint.texinfo (Target Architecture Definition): Revise
8993 description of STACK_ALIGN. Add description of FRAME_ALIGN.
8994
8995 2002-09-19 Joel Brobecker <brobecker@gnat.com>
8996
8997 * gdbint.texinfo (Target Conditionals): Document the new
8998 NAME_OF_MALLOC macro.
8999
9000 2002-09-05 Andrew Cagney <ac131313@redhat.com>
9001
9002 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
9003 engineer.
9004
9005 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9006
9007 * gdb.texinfo (TUI Overview): Document status line fields.
9008
9009 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9010
9011 * gdb.texinfo (TUI Commands): Document info win command.
9012
9013 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9014
9015 * gdb.texinfo (TUI Overview): Document breakpoint markers.
9016
9017 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9018
9019 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
9020 (TUI Keys): Likewise.
9021
9022 2002-08-25 Andrew Cagney <ac131313@redhat.com>
9023
9024 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
9025 for a packet receive.
9026
9027 2002-08-25 Andrew Cagney <ac131313@redhat.com>
9028
9029 * Makefile.in (clean): Move to end of file.
9030 (distclean, maintainer-clean, realclean): Ditto.
9031 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
9032 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
9033 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
9034 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
9035
9036 2002-08-24 Andrew Cagney <ac131313@redhat.com>
9037
9038 * Makefile.in (GDBINT_TEX_TMPS): Define.
9039 (gdbint.dvi, gdbint.pdf): Use
9040 (GDB_TEX_TMPS): Define.
9041 (gdb.dvi, gdb.pdf): Use.
9042 (STABS_TEX_TMPS): Define.
9043 (stabs.dvi, stabs.pdf): Use.
9044 (GDB_DOC_SOURCE_INCLUDES): New macros.
9045 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
9046 (GDBINT_DOC_FILES_INCLUDES): New macros.
9047 (GDBINT_DOC_BUILD_INCLUDES): New macros.
9048 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
9049 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
9050 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
9051 (links2roff): Replace SFILES_INCLUDED with
9052 GDB_DOC_SOURCE_INCLUDES.
9053 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
9054 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
9055 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
9056 dependencies.
9057 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
9058 dependencies.
9059 (gdbmi.texinfo): Delete rule.
9060 (inc-hist.texinfo): Delete rule.
9061 (rluser.texinfo): Delete rule.
9062
9063 2002-08-23 Andrew Cagney <cagney@redhat.com>
9064
9065 * gdbint.texinfo (Target Architecture Definition): Update
9066 STORE_RETURN_VALUE, mention regcache.
9067
9068 2002-08-21 Andrew Cagney <ac131313@redhat.com>
9069
9070 * gdbint.texinfo (Target Architecture Definition): Document
9071 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
9072
9073 2002-08-19 Andrew Cagney <ac131313@redhat.com>
9074
9075 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
9076 Fix minor typos. Add index entries.
9077
9078 2002-08-18 Andrew Cagney <ac131313@redhat.com>
9079
9080 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
9081
9082 2002-08-15 Andrew Cagney <ac131313@redhat.com>
9083
9084 * gdbint.texinfo (Target Architecture Definition): Document
9085 PRINT_VECTOR_INFO.
9086 * gdb.texinfo (Vector Unit): Document "info vectors" command.
9087
9088 2002-08-13 Andrew Cagney <ac131313@redhat.com>
9089
9090 * gdb.texinfo (Maintenance Commands): Document "maint print
9091 registers", "maint print raw-registers" and "maint print
9092 cooked-registers".
9093
9094 2002-08-08 Grace Sainsbury <graces@redhat.com>
9095
9096 From Mark Salter:
9097 * gdb.texinfo (Protocol): Document T packet extension to
9098 allow watchpoint address reporting.
9099
9100 2002-08-03 Andrew Cagney <ac131313@redhat.com>
9101
9102 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
9103
9104 2002-08-01 Andrew Cagney <cagney@redhat.com>
9105
9106 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
9107 to CHILL.
9108
9109 2002-08-01 Andrew Cagney <ac131313@redhat.com>
9110
9111 * gdbint.texinfo (Coding): Revise section "Include Files".
9112
9113 2002-07-24 Andrew Cagney <cagney@redhat.com>
9114
9115 * gdbint.texinfo: Obsolete references to m88k.
9116 * gdb.texinfo: Ditto.
9117
9118 2002-07-10 Joel Brobecker <brobecker@gnat.com>
9119
9120 * gdbint.texinfo (Create a release candiate): Add the location
9121 where the proper version of autoconf can be retrieved.
9122
9123 2002-07-09 Don Howard <dhoward@redhat.com>
9124
9125 * gdb.texinfo (Command Files): Further describe the behavior of
9126 sourced command files.
9127
9128 2002-06-27 Andrew Cagney <ac131313@redhat.com>
9129
9130 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
9131 (Coding): Clarify ISO C version that GDB assumes.
9132
9133 2002-06-26 Tom Tromey <tromey@redhat.com>
9134
9135 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
9136 add_setshow_cmd_full.
9137
9138 2002-06-25 Don Howard <dhoward@redhat.com>
9139
9140 * gdb.texinfo (Memory Region Attributes): Document new behavior
9141 for 'mem' command.
9142
9143 2002-06-11 Jim Blandy <jimb@redhat.com>
9144
9145 * gdb.texinfo (Symbols): Update documentation for `info source'
9146 command.
9147
9148 * gdb.texinfo (Macros): Call the command `info macro', not
9149 `show macro'.
9150
9151 2002-06-09 Andrew Cagney <ac131313@redhat.com>
9152
9153 * gdbint.texinfo (Coding): Add section ``Per-architecture module
9154 data''.
9155
9156 2002-06-09 Mark Kettenis <kettenis@gnu.org>
9157
9158 * gdbint.texinfo (Target Architecture Definition): Document
9159 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
9160
9161 2002-06-08 Andrew Cagney <ac131313@redhat.com>
9162
9163 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
9164 lists.
9165
9166 2002-06-08 Andrew Cagney <ac131313@redhat.com>
9167
9168 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
9169 Branch''.
9170
9171 2002-06-01 Andrew Cagney <ac131313@redhat.com>
9172
9173 * gdbint.texinfo (Target Architecture Definition): Add section
9174 ``Converting an existing Target Architecture to Multi-arch''.
9175
9176 2002-05-30 Andrew Cagney <ac131313@redhat.com>
9177
9178 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
9179 to ``Obsoleting code''. Revise.
9180
9181 2002-05-17 Jim Blandy <jimb@redhat.com>
9182
9183 * gdb.texinfo (C Preprocessor Macros): New chapter.
9184 Include it in the main menu.
9185 (Contributors): Credit Jim Blandy with macro support.
9186 (Compilation): Explain how to get macro information into the
9187 executable.
9188 (Expressions): Note that preprocessor macros are expanded.
9189
9190 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
9191
9192 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
9193 options for `target remote'.
9194
9195 2002-05-13 Andrew Cagney <ac131313@redhat.com>
9196
9197 * gdbint.texinfo (Target Architecture Definition): Delete
9198 documentation on NNPC_REGNUM.
9199
9200 2002-05-11 Andrew Cagney <ac131313@redhat.com>
9201
9202 * gdbint.texinfo (Target Architecture Definition): Document
9203 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
9204 (Target Architecture Definition): Revise section `Using Different
9205 Register and Memory Data Representations'. Add section `Raw and
9206 Virtual Register Representations'.
9207
9208 2002-05-11 Andrew Cagney <ac131313@redhat.com>
9209
9210 * gdbint.texinfo (Target Architecture Definition): Mention
9211 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
9212 (Target Architecture Definition): Mention same. Add references to
9213 web pages.
9214
9215 2002-05-08 Michael Snyder <msnyder@redhat.com>
9216
9217 * stabs.texinfo (Attributes): Document new "vector" attribute.
9218
9219 2002-05-04 Andrew Cagney <ac131313@redhat.com>
9220
9221 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
9222
9223 2002-05-04 Andrew Cagney <ac131313@redhat.com>
9224
9225 * gdb.texinfo: Delete obsolete references to a29k.
9226
9227 2002-04-24 Andrew Cagney <ac131313@redhat.com>
9228
9229 * gdbint.texinfo (Target Architecture Definition): Replace
9230 IN_SIGTRAMP with PC_IN_SIGTRAMP.
9231
9232 2002-04-24 David S. Miller <davem@redhat.com>
9233
9234 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
9235
9236 2002-04-21 David S. Miller <davem@redhat.com>
9237
9238 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
9239
9240 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9241
9242 * gdbint.texinfo (Target Architecture Definition): Delete
9243 definition of HAVE_REGISTER_WINDOWS.
9244
9245 2002-04-19 Eli Zaretskii <eliz@gnu.org>
9246
9247 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
9248 "Theodore A. Roth" <troth@verinet.com>.
9249
9250 2002-04-15 Don Howard <dhoward@redhat.com>
9251
9252 From Eli Zaretskii <eliz@gnu.org>
9253 * gdb.texinfo (show max-user-call-depth): Correct formatting.
9254 Provide a better explaination of this feature.
9255
9256 2002-04-14 Andrew Cagney <ac131313@redhat.com>
9257
9258 * gdbint.texinfo (Target Architecture Definition): Remove
9259 FRAME_CHAIN_COMBINE.
9260
9261 2002-04-12 Michael Chastain <mec@shout.net>
9262
9263 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
9264 REG_STACK_SEGMENT.
9265
9266 2002-04-09 Michael Chastain <mec@shout.net>
9267
9268 * gdbint.texinfo (Obsolete Conditionals): Remove references to
9269 PYRAMID_* macros.
9270
9271 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9272
9273 * gdb.texinfo (Bug Reporting): Document that the web is the
9274 prefered way of submitting bug reports.
9275 (Bug Reporting): Delete the s-mail address as the last resort.
9276
9277 2002-04-05 Andrew Cagney <ac131313@redhat.com>
9278
9279 * gdbint.texinfo (Target Architecture Definition): Delete
9280 references to TARGET_WRITE_FP and write_fp.
9281
9282 2002-03-27 Michael Snyder <msnyder@redhat.com>
9283
9284 * gdb.texinfo: Document new commands dump, append, and restore.
9285
9286 2002-03-27 Andrew Cagney <ac131313@redhat.com>
9287
9288 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
9289 Branch'.
9290
9291 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9292
9293 * gdb.texinfo: Change all examples to @smallexample.
9294 * gdbint.texinfo: Ditto.
9295
9296 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9297
9298 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
9299 Branches''.
9300
9301 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9302
9303 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
9304 Policy''.
9305
9306 2002-03-04 Fred Fish <fnf@redhat.com>
9307
9308 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
9309 expresson, suports, dependant, trhe, perhaphs, situtations,
9310 explictily, taged, oportunity, unfortunatly).
9311
9312 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9313
9314 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
9315 Remove reference to 3.12.
9316
9317 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9318
9319 * gdbint.texinfo: Include fdl.texi.
9320 (Top): Add GNU Free Documentation License.
9321 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
9322 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
9323 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
9324 (gdbint.info): Add srcdir to include path.
9325 * gdb.texinfo: Include gpl.texi.
9326 (Top): Add Copying.
9327 * gpl.texi: New file.
9328
9329 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9330
9331 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
9332
9333 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9334
9335 * gdb.texinfo: Document Cygwin native specific commands.
9336
9337 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
9338
9339 * gdb.texinfo: Document gdbserver ``--attach'' command.
9340
9341 2002-02-07 Michael Snyder <msnyder@redhat.com>
9342
9343 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
9344 to @code(_ovly_debug_event).
9345
9346 2002-02-07 Andrew Cagney <ac131313@redhat.com>
9347
9348 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
9349
9350 2002-02-06 Michael Snyder <msnyder@redhat.com>
9351
9352 * gdb.texinfo (overlays): Mention new magic symbol
9353 '_ovly_debug_event', which allows GDB to keep better track
9354 of overlays.
9355
9356 2002-02-03 Eli Zaretskii <eliz@gnu.org>
9357
9358 * gdb.texinfo (Memory Region Attributes): Fix the wording.
9359 Suggested by Dmitry Sivachenko.
9360
9361 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
9362
9363 2002-02-01 Michael Snyder <msnyder@redhat.com>
9364
9365 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
9366
9367 2002-01-30 Michael Snyder <msnyder@redhat.com>
9368
9369 * gdb.texinfo: (remote protocol): Gramatical fix-up.
9370 (set trust-readonly-sections): Document.
9371
9372 2002-01-29 Andrew Cagney <ac131313@redhat.com>
9373
9374 * gdbint.texinfo (Releasing GDB): Revise and update.
9375
9376 2002-01-28 Andrew Cagney <ac131313@redhat.com>
9377
9378 * gdbint.texinfo (Target Architecture Definition): Delete
9379 description of TARGET_BYTE_ORDER_DEFAULT.
9380
9381 2002-01-27 Eli Zaretskii <eliz@gnu.org>
9382
9383 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
9384 <mitya@cavia.pp.ru>.
9385
9386 2002-01-23 Andrew Cagney <ac131313@redhat.com>
9387
9388 * libgdb.texinfo: Delete file.
9389
9390 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9391
9392 * gdb.texinfo: Remove makeinfo 3.12 hacks.
9393 * gdbint.texinfo: Ditto.
9394
9395 Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
9396
9397 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
9398
9399 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9400
9401 * Makefile.in: Update copyright.
9402 (TEXI2DVI): Define.
9403 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
9404 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
9405 gdb-cfg.texi.
9406 (TEXINDEX, PDFTEX): Delete makefile variables.
9407
9408 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9409
9410 * gdb.texinfo (Protocol): Move section to appendix.
9411
9412 2002-01-21 Andrew Cagney <ac131313@redhat.com>
9413
9414 * gdb.texinfo (Remote Debugging): Create a menu.
9415 (Top): Add ``Remote Debugging'' to menu.
9416
9417 2002-01-21 Andrew Cagney <ac131313@redhat.com>
9418
9419 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
9420 serial protocol'' from here.
9421 (Remote Debugging): To here. New chapter.
9422
9423 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9424
9425 * gdbint.texinfo (Target Architecture Definition): Delete
9426 description of TARGET_BYTE_ORDER_SELECTABLE_P.
9427
9428 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9429
9430 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
9431 are no longer needed.
9432 (Porting GDB): Add maintainer note about configure.host.
9433
9434 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9435
9436 * gdbint.texinfo (Target Architecture Definition): Remove
9437 definition of IEEE_FLOAT.
9438
9439 2002-01-20 Eli Zaretskii <eliz@gnu.org>
9440
9441 * gdb.texinfo: Beautify copyright years; fix a typo.
9442 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
9443 <3diff@gnu.org>
9444
9445 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9446
9447 * gdbint.texinfo (Host Definition): Remove references to
9448 MALLOC_INCOMPATIBLE.
9449
9450 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9451
9452 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
9453 and xyz-xdep.o.
9454
9455 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9456
9457 * gdb.texinfo (Maintenance Commands): Add appendix.
9458 (Set Breaks): Copy ``maint info breakpoint'' doco to
9459 ``Maintenance Commands'' appendix. Add reference.
9460
9461 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9462
9463 * fdl.texi: Remove next/prev from @node.
9464
9465 2002-01-17 Eli Zaretskii <eliz@gnu.org>
9466
9467 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
9468 for monstrous @multitable (from Brian Youmans).
9469
9470 * fdl.texi: New file.
9471
9472 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
9473
9474 2002-01-15 Andrew Cagney <ac131313@redhat.com>
9475
9476 * gdbint.texinfo (Releasing GDB): New chapter.
9477
9478 2002-01-14 Andrew Cagney <ac131313@redhat.com>
9479
9480 * gdb.texinfo (Embedded Processors, Calling program functions):
9481 Obsolete references to a29k.
9482
9483 2002-01-13 Andrew Cagney <ac131313@redhat.com>
9484
9485 * gdbint.texinfo (Coding): Review Cleanups section. Examples
9486 examples. Document that a code-block should do or discard its
9487 cleanups before exit.
9488
9489 2002-01-11 Michael Snyder <msnyder@redhat.com>
9490
9491 * gdb.texinfo (Choosing files): Change @samp to @file.
9492
9493 2002-01-05 Michael Snyder <msnyder@redhat.com>
9494
9495 * gdb.texinfo (--pid): Document new command line option (attach).
9496
9497 2002-01-07 Eli Zaretskii <eliz@gnu.org>
9498
9499 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
9500 in the stub.
9501
9502 2002-01-04 Andrew Cagney <ac131313@redhat.com>
9503
9504 * gdbint.texinfo (Target Architecture Definition): Replace
9505 BIG_ENDIAN with BFD_ENDIAN_BIG.
9506
9507 2002-01-03 Andrew Cagney <ac131313@redhat.com>
9508
9509 * gdbint.texinfo (Target Architecture Definition): Replace
9510 value_ptr with struct value pointer.
9511
9512 2002-01-02 Eli Zaretskii <eliz@gnu.org>
9513
9514 * gdb.texinfo (Free Software): Fix wording.
9515
9516 2001-12-31 Eli Zaretskii <eliz@gnu.org>
9517
9518 * gdb.texinfo (Free Software): New section ``Free Software Needs
9519 Free Documentation''.
9520
9521 2001-12-30 Eli Zaretskii <eliz@gnu.org>
9522
9523 * stabs.texinfo:
9524 * gdb.texinfo:
9525 * gdbint.texinfo:
9526 * libgdb.texinfo:
9527 * annotate.texi: Fix the application of GFDL in the Copyright notice.
9528
9529 2001-12-29 Michael Snyder <msnyder@redhat.com>
9530
9531 * gdb.texinfo (maint info sections): Fix typo.
9532
9533 2001-12-26 Michael Snyder <msnyder@redhat.com>
9534
9535 * gdb.texinfo (maint info sections): Document.
9536
9537 * gdb.texinfo (info proc): Comment out documentation for
9538 'info proc' sub-options that are currently not implemented.
9539
9540 2001-12-20 Jim Blandy <jimb@redhat.com>
9541
9542 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
9543
9544 2001-12-15 Andrew Cagney <ac131313@redhat.com>
9545
9546 * gdbint.texinfo (Target Architecture Definition): Replace
9547 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
9548
9549 2001-12-01 Andrew Cagney <ac131313@redhat.com>
9550
9551 * gdbint.texinfo (Host Definition): Delete documentation on
9552 HOST_BYTE_ORDER.
9553
9554 2001-11-30 Jim Blandy <jimb@redhat.com>
9555
9556 * gdb.texinfo (Overlays): New chapter, documenting GDB's
9557 overlay support. Add to top-level menu.
9558
9559 2001-11-26 Tom Tromey <tromey@redhat.com>
9560
9561 * gdb.texinfo (Command Syntax): Document C-o binding.
9562
9563 2001-07-26 Christopher Faylor <cgf@redhat.com>
9564
9565 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
9566 use since it is described in the referenced section.
9567
9568 From Eli Zaretskii <eliz@gnu.org>
9569 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
9570 clearer when using DJGPP.
9571
9572 2001-11-24 Christopher Faylor <cgf@redhat.com>
9573
9574 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
9575 specifically refer to MS-DOS.
9576 (command files): Mention gdb.ini is only used on MS-DOS.
9577
9578 2001-11-21 Tom Tromey <tromey@redhat.com>
9579
9580 * gdb.texinfo (Invoking GDB): Document --args.
9581 (Mode Options): Likewise.
9582
9583 2001-11-21 Jim Blandy <jimb@redhat.com>
9584
9585 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
9586 Delete documentation; this macro has been removed from the
9587 sources.
9588
9589 2001-11-13 Jim Blandy <jimb@redhat.com>
9590
9591 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
9592
9593 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
9594
9595 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
9596
9597 2001-11-05 Michael Snyder <msnyder@redhat.com>
9598
9599 * gdb.texinfo (info functions): Document use of backslash to
9600 quote regexp chars in function names such as "operator*()".
9601
9602 2001-11-01 Fred Fish <fnf@redhat.com>
9603
9604 * gdbint.texinfo (SOLIB_ADD): Document additional new
9605 "readsyms" arg.
9606
9607 2001-10-30 Don Howard <dhoward@redhat.com>
9608
9609 * gdb.texinfo: (Command Files) Added documentation for the
9610 behavior of gdb with input redirected from a file.
9611
9612 2001-10-28 Fred Fish <fnf@redhat.com>
9613
9614 * gdb.texinfo (auto-solib-add): Change docs to match
9615 implementation change.
9616 (auto-solib-limit): Add docs for new variable.
9617
9618 2001-10-15 Andrew Cagney <ac131313@redhat.com>
9619
9620 * gdbint.texinfo (Target Architecture Definition): Function
9621 value_as_pointer renamed to value_as_address.
9622
9623 2001-10-15 Andrew Cagney <ac131313@redhat.com>
9624
9625 * gdbint.texinfo (Target Architecture Definition): Default
9626 POINTER_TO_ADDRESS functions assume unsigned addresses.
9627 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
9628 posting by Jim Blandy.
9629
9630 2001-10-12 Jim Blandy <jimb@redhat.com>
9631
9632 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
9633 version of texi2html (1.64) doesn't support this flag any more.
9634
9635 2001-09-08 Mark Kettenis <kettenis@gnu.org>
9636
9637 * gdbint.texinfo (Host Definition): Remove description of
9638 MEM_FNS_DECLARED.
9639
9640 * gdbint.texinfo (Host Definition): Remove description of R_OK.
9641
9642 * gdbint.texinfo (Host Definition): Remove description of
9643 HAVE_SIGSETMASK.
9644
9645 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
9646
9647 * gdbint.texinfo (Target Architecture Definition): Add
9648 explanation of TARGET_PRINT_INSN macro.
9649
9650 2001-08-30 Jim Blandy <jimb@redhat.com>
9651
9652 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
9653 Explain what it means to load relocatable files.
9654
9655 2001-08-28 Jim Blandy <jimb@redhat.com>
9656
9657 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
9658 info `top' menu.
9659
9660 Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
9661
9662 * gdbint.texinfo: Add a cautionary note about macro use.
9663
9664 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
9665
9666 * gdb.texinfo: Explain omitting the hostname in the
9667 `target remote' command.
9668
9669 2001-07-30 Daniel Jacobowitz <drow@mvista.com>
9670
9671 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
9672 and END-INFO-DIR-ENTRY.
9673
9674 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9675
9676 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
9677
9678 2001-07-25 Andrew Cagney <ac131313@redhat.com>
9679
9680 * gdbint.texinfo (libgdb): Rewrite.
9681
9682 2001-07-26 Eli Zaretskii <eliz@gnu.org>
9683
9684 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
9685
9686 2001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9687
9688 * gdb.texinfo (TUI): New chapter, document the TUI.
9689 (Mode Options): Document the -tui option.
9690
9691 2001-07-23 Mark Kettenis <kettenis@gnu.org>
9692
9693 * gdbint.texinfo (Host Definition): Remove description of
9694 NEED_POSIX_SETPGID.
9695
9696 2001-07-23 Eli Zaretskii <eliz@gnu.org>
9697
9698 * gdb.tex (DJGPP Native): New node, with descriptions of
9699 DJGPP-specific commands.
9700
9701 2001-07-19 John R. Moore <jmoore@redhat.com>
9702
9703 * gdbint.texinfo: Three misspellings.
9704
9705 2001-07-06 Andrew Cagney <ac131313@redhat.com>
9706
9707 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
9708 `test` expressions on bash. Problem reported by Colin Walters.
9709
9710 2001-07-04 Andrew Cagney <ac131313@redhat.com>
9711
9712 * gdbint.texinfo (User Interface): Update ui-out documentation to
9713 refelect recent UI/MI updates.
9714
9715 2001-07-04 Andrew Cagney <ac131313@redhat.com>
9716
9717 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
9718 interpreters.
9719
9720 2001-06-15 Andrew Cagney <ac131313@redhat.com>
9721
9722 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
9723 structure and not macros.
9724 (Host Definition): Document that much of this chapter is obsolete.
9725 (Target Architecture Definition): Update list of files that make
9726 up a target architecture.
9727 (Coding): Update.
9728
9729 2001-06-28 Andrew Cagney <ac131313@redhat.com>
9730
9731 * gdbint.texinfo (Target Architecture Definition): Update
9732 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
9733 The latter has been changed to a true predicate.
9734
9735 2001-06-17 Eli Zaretskii <eliz@gnu.org>
9736
9737 * annotate.texi: Add @noindent where needed. From Dmitry
9738 Sivachenko <dima@Chg.RU>.
9739 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
9740
9741 2001-06-16 Andrew Cagney <ac131313@redhat.com>
9742
9743 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
9744
9745 2001-06-14 Andrew Cagney <ac131313@redhat.com>
9746
9747 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
9748 returns ``OK''. Document that the ``R'' packet does not reply.
9749
9750 2001-06-13 Michael Snyder <msnyder@redhat.com>
9751
9752 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
9753
9754 2001-06-13 Eli Zaretskii <eliz@gnu.org>
9755
9756 * gdb.texinfo (Signals): Clarify the default setting of signal
9757 handling.
9758
9759 2001-05-14 Andrew Cagney <ac131313@redhat.com>
9760
9761 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
9762 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
9763
9764 2001-05-12 Andrew Cagney <ac131313@redhat.com>
9765
9766 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
9767
9768 2001-05-10 Eli Zaretskii <eliz@gnu.org>
9769
9770 * gdbint.texinfo (Clean Design and Portable Implementation):
9771 Renamed from "Clean Design".
9772 (Clean Design and Portable Implementation): Document portable
9773 methods of handling file names, and the associated macros.
9774
9775 2001-04-02 Eli Zaretskii <eliz@gnu.org>
9776
9777 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
9778 command and provide a cross-reference to its description.
9779 (Symbols): Note that "info scope" is useful for trace experiments.
9780
9781 2001-04-01 Eli Zaretskii <eliz@gnu.org>
9782
9783 * gdb.texinfo (Symbols): Document "info scope".
9784 (Tracepoints): New chapter.
9785 (Contributors): Update for v5.1.
9786 <All nodes>: Change "C++" to "C@t{++}".
9787
9788 * gdbint.texinfo (User Interface): A new section about ui_out
9789 functions, based on text written by Fernando Nasser.
9790
9791 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
9792
9793 2001-03-26 Eli Zaretskii <eliz@gnu.org>
9794
9795 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
9796
9797 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
9798
9799 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
9800 Replace "GDB" with "@value{GDBN}". Fix markup.
9801
9802 * annotate.texi: Change Permissions to GFDL. Update Copyright.
9803
9804 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
9805 a cross-reference to its description.
9806 (Symbols): Document "info symbol".
9807
9808 2001-03-21 Eli Zaretskii <eliz@gnu.org>
9809
9810 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
9811 subsection "x86 Watchpoints".
9812 (Target Architecture Definition): Document the macros
9813 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
9814 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
9815
9816 2001-03-20 Andrew Cagney <ac131313@redhat.com>
9817
9818 * gdbint.texinfo (Target Architecture Definition): Update
9819 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
9820 list.
9821
9822 2001-03-06 Kevin Buettner <kevinb@redhat.com>
9823
9824 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
9825 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
9826
9827 2001-02-21 Eli Zaretskii <eliz@gnu.org>
9828
9829 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
9830
9831 2001-02-11 Eli Zaretskii <eliz@gnu.org>
9832
9833 * gdb.texinfo (Environment): Document that `path' does not change
9834 the value of PATH in GDB's own environment (it did in the past,
9835 but that was changed on March 15, 1994). Reported by Doug Evans
9836 <dje@transmeta.com>.
9837
9838 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
9839 its line. Fix markup of commands and macros. Add an Index node
9840 and index entries.
9841
9842 2001-01-23 J.T. Conklin <jtc@redback.com>
9843
9844 * gdb.texinfo (Memory region attributes): New manual section.
9845
9846 2001-01-04 Nicholas Duffek <nsd@redhat.com>
9847
9848 * gdbint.texinfo (POP_FRAME): Document use by return_command.
9849
9850 2000-12-25 Eli Zaretskii <eliz@gnu.org>
9851
9852 * refcard.tex: Version and copyright fixed. From Phil Edwards
9853 <pedwards@disaster.jaj.com>.
9854
9855 Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
9856
9857 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
9858 DWARF2_REG_TO_REGNUM): Document.
9859
9860 Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
9861
9862 * gdbint.texinfo (Coding): Update current value of
9863 --enable-build-warnings. Mention --enable-gdb-build-warnings.
9864
9865 2000-11-19 Eli Zaretskii <eliz@gnu.org>
9866
9867 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
9868 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
9869
9870 2000-11-10 Christopher Faylor <cgf@cygnus.com>
9871
9872 * gdb.texinfo: Document new 'set step-mode' command.
9873
9874 2000-10-16 Eli Zaretskii <eliz@gnu.org>
9875
9876 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
9877 changes from Dmitry Sivachenko <dima@Chg.RU>.
9878
9879 2000-09-26 Eli Zaretskii <eliz@gnu.org>
9880
9881 * gdb.texinfo (Hooks): Document the new post-hook functionality.
9882 From Steven Johnson <sbjohnson@ozemail.com.au>.
9883
9884 2000-08-10 Mark Kettenis <kettenis@gnu.org>
9885
9886 * gdbint.texinfo (Overall Structure): Spelling fix.
9887
9888 2000-08-10 Eli Zaretskii <eliz@gnu.org>
9889
9890 * gdbint.texinfo (Target Architecture Definition): Document that
9891 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
9892 for which REGISTER_CONVERTIBLE returns a zero value.
9893
9894 2000-07-08 Christopher Faylor <cgf@cygnus.com>
9895
9896 * Makefile.in (install-info): Find files to install in either the
9897 build or source directories (adapted from Makefile.am).
9898
9899 2000-07-07 Nicholas Duffek <nsd@redhat.com>
9900
9901 * stabs.texinfo: Fix spelling errors.
9902 (String Field): FILE-NUMBER starts from 0, not 1.
9903
9904 2000-07-05 Eli Zaretskii <eliz@gnu.org>
9905
9906 * refcard.tex: Remove \centerline from the blurb. Patch from
9907 Brian Youmans.
9908
9909 2000-06-25 Eli Zaretskii <eliz@gnu.org>
9910
9911 * Makefile.in (install-info): Support installation from outside of
9912 the source directory. Reported by Mark Harig
9913 <markh@frazier.landmark.com>.
9914
9915 2000-06-20 J.T. Conklin <jtc@redback.com>
9916
9917 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
9918
9919 Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
9920
9921 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
9922 Generate using pdftex.
9923 (PDFTEX): Define.
9924 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
9925 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
9926 @contents at the start.
9927
9928 2000-05-24 Eli Zaretskii <eliz@gnu.org>
9929
9930 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
9931 Youmans.
9932
9933 Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
9934
9935 From Brian Youmans:
9936 * gdb.texinfo: Fix ``et al.''.
9937
9938 Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
9939
9940 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
9941 loop.
9942
9943 2000-05-19 Jimmy Guo <guo@cup.hp.com>
9944
9945 * configure: Regenerate.
9946
9947 2000-05-17 Eli Zaretskii <eliz@gnu.org>
9948
9949 * Makefile.in (install-info): Run install-info on installed Info
9950 files.
9951
9952 Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
9953
9954 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
9955 Andrew Cagney.
9956
9957 2000-05-09 Eli Zaretskii <eliz@gnu.org>
9958
9959 * gdb.texinfo: Proofreading changes from Brian Youmans.
9960
9961 2000-05-01 Nick Duffek <nsd@cygnus.com>
9962
9963 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
9964 startup sequence, minor edits.
9965
9966 2000-05-01 Eli Zaretskii <eliz@gnu.org>
9967
9968 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
9969 TeX.
9970
9971 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
9972 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
9973 like `n' and `s' which look weird. Convert some of the @kindex to
9974 @vindex, when they refer to variables, not commands.
9975
9976 Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
9977
9978 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
9979
9980 2000-04-23 Eli Zaretskii <eliz@gnu.org>
9981
9982 * Makefile.in (GDBMI_DIR): New variable.
9983 (SET_TEXINPUTS): Add $(GDBMI_DIR).
9984 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
9985 (gdbmi.texinfo): New target, for texi2roff.
9986 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
9987 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
9988
9989 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
9990 gdbmi.texinfo.
9991 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
9992 comment.
9993
9994 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9995
9996 * gdb.texinfo (Files): Update description of add-symbol-file
9997 command.
9998
9999 2000-04-17 Eli Zaretskii <eliz@gnu.org>
10000
10001 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
10002 prevents the build (and is generally a Bad Idea).
10003
10004 2000-04-17 Eli Zaretskii <eliz@gnu.org>
10005
10006 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
10007 a comma inside @var.
10008 (Command Files): Index markup changes from Dmitry Sivachenko
10009 <dima@Chg.RU>.
10010
10011 2000-04-16 Eli Zaretskii <eliz@gnu.org>
10012
10013 * Makefile.in (LN_S): Define.
10014 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
10015 invoke "ln -s" unless it is known to work.
10016
10017 * configure.in (AC_PROG_LN_S): Add.
10018
10019 2000-04-14 Jim Blandy <jimb@redhat.com>
10020
10021 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
10022 section.
10023 (Target Conditionals): Document ADDRESS_TO_POINTER,
10024 POINTER_TO_ADDRESS.
10025
10026 2000-04-11 Daniel Berlin <dan@cgsoftware.com>
10027
10028 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
10029 gdb-cfg.texi to get the value.
10030
10031 2000-04-10 Jim Blandy <jimb@redhat.com>
10032
10033 * gdbint.texinfo (Target Architecture Definition): Fix
10034 cross-references.
10035
10036 2000-04-08 Jim Blandy <jimb@redhat.com>
10037
10038 * gdbint.texinfo (Using Different Register and Memory Data
10039 Representations): New section.
10040 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
10041 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
10042 REGISTER_CONVERT_TO_RAW): Document.
10043
10044 Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
10045
10046 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
10047 for acknowledgments.
10048
10049 Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
10050
10051 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
10052 qThreadExtraInfo.
10053
10054 2000-03-28 J.T. Conklin <jtc@redback.com>
10055
10056 * gdb.texinfo: Clarify which remote debug protocol commands are
10057 required and which are optional.
10058
10059 Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
10060
10061 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
10062 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
10063 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
10064 * annotate.texi: Update.
10065
10066 2000-03-28 Stan Shebs <shebs@apple.com>
10067
10068 * gdb.texinfo: Update dates, bump to Eighth Edition (note
10069 expectation of additional changes before release), update
10070 ISBN, add copy of top-level menu for @ifhtml, remove explicit
10071 node links, rephrase and/or shorten lines to fix formatting
10072 problem in both regular and @smallbook formats.
10073 * annotate.texi: Shorten lines in example, use smallexample
10074 consistently everywhere.
10075 * Makefile.in: Add comment about texinfo 4.0 html generation.
10076 (SFILES_INCLUDED): Add annotate.texi.
10077
10078 2000-03-27 Daniel Berlin <dan@cgsoftware.com>
10079
10080 * gdb.texinfo (Debugging Output): Added new section, documenting
10081 the "set/show debug" commands.
10082
10083 Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
10084
10085 * annotate.texi (Annotations): When GDBN omit @chapter and @node
10086 entry.
10087
10088 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
10089 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
10090 @chapter and @node entries.
10091
10092 * gdb.texinfo: Link all top-level nodes.
10093
10094 Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
10095
10096 * Makefile.in (install-info): Create $(infodir) before installing
10097 files.
10098
10099 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
10100
10101 From David Whedon <dwhedon@gordian.com>
10102 * gdbint.texinfo : Added paragraphs about command deprecation.
10103
10104 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
10105
10106 * gdb.texinfo: Add documentation for the apropos command.
10107
10108 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10109
10110 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
10111
10112 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10113
10114 * gdb.texinfo: Add white space to prevent overprinting in
10115 two places.
10116
10117 2000-03-17 Stan Shebs <shebs@apple.com>
10118
10119 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
10120 <dima@Chg.RU>, also clarification of allowed content for
10121 string constants.
10122
10123 2000-03-16 Eli Zaretskii <eliz@gnu.org>
10124
10125 * gdb.texinfo (main menu): Add Annotations.
10126 (File Options): Add @cindex entries for each command-line option.
10127 Document --epoch, --annotate, --async, --interpreter, --write,
10128 --statistics, and --version.
10129
10130 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
10131 of GDB.
10132
10133 2000-02-23 Jim Blandy <jimb@redhat.com>
10134
10135 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
10136
10137 2000-02-22 Jim Blandy <jimb@redhat.com>
10138
10139 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
10140
10141 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
10142
10143 * Makefile.in (diststuff): New target.
10144
10145 2000-02-15 Kevin Buettner <kevinb@redhat.com>
10146
10147 * agentexpr.texi: Fix wording regarding Intel's IA-64
10148 architecture. [From Jim Wilson.]
10149
10150 2000-01-16 Tom Tromey <tromey@cygnus.com>
10151
10152 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
10153 (Delete Breaks): Mention range arguments.
10154 (Disabling): Likewise.
10155
10156 2000-01-05 Dmitry Sivachenko <dima@Chg.RU>
10157
10158 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
10159
10160 Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
10161
10162 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
10163 valid functions.
10164
10165 1999-11-05 Stan Shebs <shebs@andros.cygnus.com>
10166
10167 * gdb.texinfo: Clarify regular expressions used in rbreak.
10168
10169 1999-10-15 Kevin Buettner <kevinb@cygnus.com>
10170
10171 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
10172 MEMORY_REMOVE_BREAKPOINT): Document.
10173
10174 Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
10175
10176 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
10177 offset re-using the DATA offset instead.
10178
10179 1999-10-11 Jim Kingdon <kingdon@redhat.com>
10180
10181 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
10182
10183 1999-10-05 Stan Shebs <shebs@andros.cygnus.com>
10184
10185 From Dmitry Sivachenko <demon@gpad.ac.ru>:
10186 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
10187 typos.
10188
10189 * gdb.texinfo: Various minor wording and formatting improvements,
10190 mentions of additional command-line options.
10191
10192 1999-09-30 Fred Fish <fnf@cygnus.com>
10193
10194 * gdb.texinfo: Document additional forms of specifying section
10195 names and addresses for the add-symbol-file command.
10196
10197 1999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
10198
10199 * gdbint.texinfo: Fix typo, add the word "have".
10200
10201 1999-09-14 Jim Blandy <jimb@cris.red-bean.com>
10202
10203 * gdbint.texinfo (Target Architecture Definition): Document the
10204 SKIP_PERMANENT_BREAKPOINT macro.
10205
10206 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
10207
10208 * gdb.texinfo: Fiks speling errers.
10209
10210 * gdb.texinfo: Fix uses of @multitable.
10211
10212 From Eli Zaretskii <eliz@gnu.org>:
10213 * gdb.texinfo: Include details specific to DOS host, clarify
10214 some confusing language, fix @ref/@xref/@pxref usages, add
10215 comments about using with optimization, add more indexing,
10216 fix info about disassembly-flavor.
10217
10218 Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
10219
10220 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
10221 SKIP_SOLIB_RESOLVER): Define.
10222
10223 Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
10224
10225 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
10226 ``g'' packets.
10227
10228 1999-08-30 Stan Shebs <shebs@andros.cygnus.com>
10229
10230 * gdb.texinfo: Create a new "Configurations" chapter with
10231 platform-specific info, inline remote.texi and move sections of it
10232 into the new chapter, move bits about info proc, heuristic search,
10233 and register stack into the new chapter.
10234 * remote.texi: Remove, now part of gdb.texinfo.
10235 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
10236
10237 1999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
10238
10239 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
10240 GDB_TARGET_IS_MACH386): These kludges have gone away.
10241
10242 Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
10243
10244 * gdbint.texinfo (Target Architecture Definition): Mention
10245 TDEPLIBS.
10246
10247 1999-08-20 Stan Shebs <shebs@andros.cygnus.com>
10248
10249 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
10250 surrounding text to fit HP-UX bits into general info.
10251 (HPPA-cfg.texi): Remove, no longer useful.
10252
10253 * gdb.texinfo: Remove explicit links from @node lines, remove
10254 HP-added "Detailed Node Listing" from main menu which confuses
10255 things.
10256
10257 From Dmitry Sivachenko <dima@Chg.RU>:
10258 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
10259 in description of `set environment'.
10260
10261 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
10262
10263 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
10264
10265 1999-08-12 Ben Elliston <bje@cygnus.com>
10266
10267 * gdbint.texinfo (Breakpoint Handling): Add missing words.
10268
10269 1999-08-10 Eli Zaretskii <eliz@gnu.org>
10270
10271 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
10272 watch, awatch, and rwatch. Explain why the latter two cannot be
10273 set as software watchpoints. Document that watchpoints for local
10274 variables are deleted when the debuggee terminates.
10275
10276 Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
10277
10278 * remote.texi (Protocol): Further clarification of the "qRcmd"
10279 packet. Allow E.. response packet. "qRcmd" packet is no longer
10280 reserved.
10281
10282 1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10283
10284 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
10285 * gdb.texinfo: Ditto.
10286
10287 1999-08-06 Tom Tromey <tromey@cygnus.com>
10288
10289 * gdb.texinfo (KOD): New node.
10290
10291 Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
10292
10293 * remote.texi (Rcmd): Fix minor formatting typos.
10294
10295 Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
10296
10297 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
10298 packets.
10299
10300 1999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
10301
10302 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
10303 fixes.
10304
10305 Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
10306
10307 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
10308
10309 Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
10310
10311 * remote.texi (Communication Protocol): ``v'' is in use. Fix
10312 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
10313 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
10314 packets that are not supported on all hosts. Expand examples.
10315 Spell check.
10316
10317 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
10318
10319 * Makefile.in: Recognize html, install-html. Add targets
10320 to build HTML versions of documentation via texi2html.
10321
10322 Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
10323
10324 * gdbint.texinfo (Testsuite): New chapter, information about the
10325 testsuite.
10326
10327 Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
10328
10329 * remote.texi (Communication Protocol): Rewrite.
10330
10331 Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
10332
10333 * stabs.texinfo: Fix uses of xref.
10334
10335 Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
10336
10337 * gdbint.texinfo: Add an anti-printf exhortation, and update the
10338 info about patch submission.
10339
10340 Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
10341
10342 From Per Bothner <bothner@cygnus.com>:
10343 * gdb.texinfo: Document Chill support.
10344
10345 Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
10346
10347 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
10348 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
10349 Document that the value should be greater-than or equal-to zero.
10350 (NO_STD_REGS): Document. Deprecate.
10351
10352 Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10353
10354 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
10355 Document that these are not used.
10356
10357 Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10358
10359 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
10360
10361 Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
10362
10363 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
10364 numargs was dropped.
10365
10366 Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
10367
10368 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
10369
10370 Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
10371
10372 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
10373 Update.
10374
10375 Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
10376
10377 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
10378 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
10379
10380 Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
10381
10382 * gdbint.texinfo: Fix typos: $ -> @.
10383
10384 Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
10385
10386 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
10387 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
10388 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
10389 BREAKPOINT_FROM_PC.
10390
10391 Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
10392
10393 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
10394 CALL_DUMMY_STACK_ADJUST): Document.
10395
10396 Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10397
10398 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
10399 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
10400
10401 1999-04-02 Stan Shebs <shebs@andros.cygnus.com>
10402
10403 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
10404 longer exists.
10405
10406 Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
10407
10408 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
10409 nearly all @ifset/@ifclear conditionals; nobody uses them, and
10410 they make the manual source incomprehensible.
10411 * h8-cfg.texi: Remove, hasn't been used in years.
10412
10413 Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
10414
10415 * gdb.texinfo: Update the credits.
10416
10417 Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
10418
10419 * gdb.texinfo: Fix mistakes noticed in printout of last
10420 draft, add Alpha to discussion of heuristic fence post.
10421
10422 Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
10423
10424 * gdb.texinfo, remote.texi: Many changes; update to Seventh
10425 Edition, merge some HP changes into mainline, describe some
10426 previously undocumented features, describe more of the target
10427 commands available, eliminate obsolete section on renamed
10428 commands.
10429 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
10430
10431 Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
10432
10433 * gdb.texinfo: Make many HPPA conditionals unconditional,
10434 including catchpoint description, since now on for all configs.
10435 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
10436 specializations.
10437
10438 Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
10439
10440 * Makefile.in (GDBvn.texi): Fix match expression to work with
10441 current format of VERSION in gdb/Makefile.in.
10442 * gdb.texinfo: Fix node ref to match new readline.
10443
10444 Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
10445
10446 * gdb.texinfo: Changes made as part of a project to merge in
10447 changes made by HP. Documentation makes extensive use of
10448 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
10449 on remote debugging. There are differences in documentation
10450 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
10451 the HP manual discusses catchpoints, hardware watchpoints, and
10452 some HPUX specific limitations for shared library support.
10453
10454 There are also a number of @node changes.
10455
10456 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
10457
10458 * gdbint.texinfo (Formatting): Disambiguate a sentence.
10459 (C Usage): Same.
10460
10461 Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
10462
10463 The following changes were made by Edith Epstein
10464 <eepstein@cygnus.com> as part of a project to merge in changes
10465 made by HP.
10466
10467 * HPPA-cfg.texi: new file.
10468
10469 * all-cfg.texi: set HPPA for HP PA-RISC targets.
10470
10471 * refcard.tex: change documentation about catch.
10472 removed info catch.
10473
10474 Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
10475
10476 * gdbint.texinfo: Expand on GDB's coding standards,
10477 specify the use of arg names with prototypes.
10478
10479 1998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
10480
10481 * gdb.texinfo: Fix tipo.
10482
10483 Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
10484
10485 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
10486 TARGET_BYTE_ORDER_SELECTABLE_P.
10487
10488 Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
10489
10490 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
10491
10492 1998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
10493
10494 * agentexpr.texi: New file.
10495
10496 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
10497
10498 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
10499
10500 1998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
10501
10502 * remote.texi: Changed wording that implied that the GDB remote
10503 protocol caches register values instead of GDB itself.
10504
10505 Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
10506
10507 * gdbint.texinfo: Add some info about symbol readers.
10508 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
10509 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
10510 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
10511 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
10512
10513 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
10514
10515 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
10516
10517 Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
10518
10519 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
10520
10521 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
10522
10523 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
10524 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
10525
10526 Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
10527
10528 * gdbint.texinfo: Fix minor typos.
10529
10530 Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
10531
10532 * gdbint.texinfo: Complete overhaul. Group descriptions more
10533 logically, add more info on generic algorithms, remove much
10534 obsolete and/or wrong material.
10535
10536 Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
10537
10538 * stabs.texinfo (Method Type Descriptor): Expand and correct.
10539
10540 Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
10541
10542 * refcard.tex: Copyright, address updates.
10543
10544 Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
10545
10546 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
10547 for the edition instead of confusing GDB-version-like numbers.
10548
10549 Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
10550
10551 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
10552
10553 Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
10554
10555 * LRS: Reformat a bit to keep text under 80 columns.
10556
10557 Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
10558
10559 * gdb.texinfo: Add some credits, mention bug monitor.
10560 * remote.texi: Mention mips monitor targets.
10561 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
10562
10563 Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
10564
10565 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
10566 files, finish sorting of host vs target vs native macros, describe
10567 some more of them.
10568
10569 Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
10570
10571 * gdbint.texinfo (Host Conditionals): Document change from
10572 using NO_MMALLOC to it's inverse, USE_MMALLOC.
10573
10574 Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
10575
10576 * gdbint.texinfo (Host Conditionals): Document
10577 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
10578
10579 Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
10580
10581 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
10582 Document LSEEK_NOT_LINEAR.
10583
10584 Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
10585
10586 * stabs.texinfo (Stab Section Basics): Make it clear that only
10587 some versions of the GNU linker remove the leading N_UNDF symbol.
10588
10589 Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
10590
10591 * stabs.texinfo (String Field): Document type number pairs here,
10592 instead of in the Sun specific section.
10593 (Include Files): The GNU linker supports the N_BINCL
10594 optimization. Clarify the N_BINCL value, and what it is used
10595 for.
10596 (Procedures): Document N_FUN with an empty string to mark the end
10597 of a function.
10598 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
10599 (Sun Differences): Remove this node, as the information is now
10600 elsewhere in the main document.
10601 (Stab Section Basics): Mention that the GNU linker may optimize
10602 stabs and remove the leading N_UNDF symbol.
10603
10604 Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
10605
10606 * gdb.texinfo, refcard.tex: Restore author credit
10607
10608 Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
10609
10610 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
10611 documentation to account for START and END macros taking
10612 one arg.
10613
10614 Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
10615
10616 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
10617 * gdb.texinfo (Frames): Fix typo.
10618
10619 Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
10620
10621 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
10622 a target_signal as arg type, not a pid.
10623
10624 Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
10625
10626 * gdb.texinfo: Document `set assembly-language'.
10627
10628 Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
10629
10630 * remote.texi: Update list of stubs in the GDB distribution.
10631
10632 Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
10633
10634 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
10635 Also document that some systems can use mmalloc but must define
10636 this if their C runtime allocates memory that is later freed.
10637 (MMCHECK_FORCE): Document new macro.
10638
10639 Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
10640
10641 * remote.texi: Add documentation for target Sparclet.
10642
10643 Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10644
10645 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
10646 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
10647 * configure.in: Rewritten for autoconf.
10648 * configure: New.
10649
10650 Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
10651
10652 * Makefile.in (DVIPS): New define, set to dvips.
10653 (dvi): Add stabs.dvi.
10654 (ps): New target.
10655 (all-doc): Depend on info, dvi, and ps targets.
10656 (STAGESTUFF): Add *.ps and *.dvi files.
10657 (clean-info, clean-dvi): Remove.
10658 (mostlyclean): Does not depend upon clean-info or clean-dvi,
10659 rules completely rewritten.
10660 (maintainer-clean): Remove clean-info and clean-dvi
10661 dependencies and put their actions in the rules.
10662 (gdb.ps): New target
10663 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
10664 intermediate TeX files, whether they have 2 or 3 character
10665 extensions.
10666 (gdbint.ps): Add target and rules.
10667 (gdb-internals): Delete unused target.
10668 (Makefile): Depends upon config.status also.
10669
10670 Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
10671
10672 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
10673 set.
10674
10675 Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
10676
10677 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
10678 * gdb.texinfo (Expressions): Fix erroneous array constant example.
10679
10680 Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
10681
10682 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
10683
10684 Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10685
10686 * gdb.texinfo (Print settings): Document
10687 `set/show print static-members' commands.
10688
10689 Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
10690
10691 * gdbint.texinfo (Native): Document name change, coredep.c to
10692 core-aout.c.
10693
10694 Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
10695
10696 * stabs.texinfo (Include Files): Document the values the SunOS4
10697 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
10698
10699 Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
10700
10701 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
10702 Fix typo.
10703
10704 Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
10705
10706 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
10707 "gdb.tar.Z".
10708
10709 Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
10710
10711 * Makefile.in (maintainer-clean): New target, synonym for
10712 realclean.
10713
10714 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
10715
10716 * Update all FSF addresses except those in COPYING* files.
10717
10718 Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
10719
10720 From Richard Earnshaw (rearnsha@armltd.co.uk):
10721 * gdb.texinfo (convenience variables): Document $_exitcode.
10722 (quit): Document optional expression to use as exit code.
10723
10724 Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
10725
10726 * gdb.texinfo, remote.texi: Brought up to date with various
10727 GDB changes.
10728
10729 Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
10730
10731 * gdb.texinfo: Update dates and versions, fix comments about
10732 hardware watchpoints in future releases and about the
10733 sharedlibrary command.
10734
10735 Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10736
10737 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
10738 C_FUN stab. Other cleanups.
10739
10740 Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10741
10742 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
10743 for the sparc stub.
10744
10745 Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10746
10747 * annotate.texi: Clarify which addresses have differing formats
10748 depending on the language and which do not.
10749
10750 Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10751
10752 * remote.texi (NetWare): Changed example to use BOARD= instead of
10753 NODE= argument to reflect correspoding change to gdbserve.nlm.
10754
10755 Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10756
10757 * stabs.texinfo (Negative Type Numbers): Mention the fact that
10758 GDB, as well as AIX dbx, supports the size type attribute.
10759
10760 Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10761
10762 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
10763
10764 Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
10765
10766 * gdb.texinfo (Define): Document $arg0... arguments to commands,
10767 and new 'if' and 'while' commands.
10768
10769 Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
10770
10771 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
10772
10773 Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10774
10775 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
10776 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
10777 NetWare targets. Mostly stolen from the Server node.
10778
10779 Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10780
10781 * gdb.texinfo (Setting): Talk about the language of a source file
10782 versus the working language. The old documentation did not match
10783 what GDB did.
10784
10785 Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10786
10787 * stabs.texinfo (Source Files): Document N_SO used to mark the end
10788 of a source file.
10789
10790 Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10791
10792 * gdb.texinfo (Processes): New node.
10793
10794 Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
10795
10796 * remote.texi: Update documentation of set/show mipsfpu.
10797
10798 Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
10799
10800 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
10801 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
10802
10803 Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
10804
10805 * gdbint.texinfo: Removed mentions of some incorrectly placed and
10806 obsolete conditionals, described some others.
10807
10808 Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10809
10810 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
10811 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
10812
10813 Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
10814
10815 * gdbint.texinfo: Put regex conditionals in their own table.
10816
10817 Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
10818
10819 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
10820 described or fixed the descriptions of many others.
10821
10822 Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
10823
10824 * gdb.texinfo: Add some more credits.
10825 * gdbint.texinfo: Capitalize GDB consistently, describe some
10826 macros and remove some.
10827
10828 Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
10829
10830 * gdbint.texinfo: Removed mentions of many incorrectly placed and
10831 obsolete conditionals, described some others.
10832
10833 Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10834
10835 * gdb.texinfo (help targets): Changed to `help target', which
10836 is the correct gdb command.
10837
10838 Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10839
10840 * annotate.texi (TODO): New node, for keeping track of annotations
10841 suggested but not yet implemented.
10842
10843 Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10844
10845 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
10846 another symbol, it is not the address itself.
10847
10848 Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
10849
10850 * stabs.texinfo (Stab Section Basics): Add comment about alignment
10851 of stabs-in-coff sections.
10852
10853 Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10854
10855 * annotate.texi: Change edition to 0.5 and date to May 1994.
10856 Add index.
10857 (Frames): New node, for frame annotation.
10858 (Displays): New node, for display annotation.
10859
10860 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
10861 when waiting for your program to stop.
10862
10863 Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10864
10865 * annotate.texi (Breakpoint Info): Document annotation of header
10866 fields and record annotation.
10867
10868 Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10869
10870 * annotate.texi: New file, to document annotations.
10871
10872 Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10873
10874 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
10875 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
10876
10877 Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10878
10879 * stabs.texinfo (Stab Section Basics): Say what is in .stab
10880 section, and say n_strx field is compilation unit relative.
10881 * stabs.texinfo: Don't use @code for a.out when it is the name of
10882 an object file format.
10883
10884 Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10885
10886 * gdb.texinfo: Refer to file names, not path names, per rms
10887 convention.
10888 (Arguments): Fix typo.
10889
10890 Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10891
10892 * stabs.texinfo (Global Variables): Talk about stabs in files
10893 where variables are referenced, but not defined.
10894
10895 Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10896
10897 * stabs.texinfo: Move stuff on @ and # type descriptors from node
10898 Cplusplus to new nodes Member Type Descriptor and Method Type
10899 Descriptor. Re-write stuff for #.
10900
10901 Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10902
10903 * gdb.texinfo (Print Settings): Don't document "set print
10904 fast-symbolic-addr off". The bug which it worked around was fixed
10905 on 25 Feb 94 in coffread.c, so I'm nuking the command.
10906
10907 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
10908 N_ENTRY node.
10909
10910 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
10911
10912 Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10913
10914 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
10915 references to ieee-float.c.
10916
10917 Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10918
10919 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
10920 match what the code actually does.
10921
10922 Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10923
10924 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
10925
10926 Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10927
10928 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
10929 i, and b.
10930
10931 Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
10932
10933 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
10934 well as for ELF and SOM. Unify the descriptions of ELF and SOM
10935 as "stabs in sections" rather than just saying "ELF and SOM".
10936 Also make that stuff apply to COFF.
10937
10938 Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10939
10940 * gdb.texinfo (Formatting Documentation): Change GhostScript to
10941 Ghostscript.
10942
10943 Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10944
10945 * gdb.texinfo (Continuing and Stepping): When talking about "step"
10946 versus functions without line numbers, also mention stepping into
10947 them as well as "step" when you are in them. Tell the user how to
10948 deal with the situation. Add comment about "debugging information".
10949
10950 Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10951
10952 * stabs.texinfo (Enumerations): Document restriction on where
10953 enumeration types can appear and still win with GDB.
10954
10955 Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10956
10957 * stabs.texinfo (Negative Type Numbers): Document format for type
10958 -16.
10959
10960 Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10961
10962 * gdb.texinfo (Selection, Frame Info): Update information about
10963 arbitrary frame specficiations.
10964
10965 Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
10966
10967 * gdb.texinfo, remote.texi: general editing pass prior to Net release
10968
10969 Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10970
10971 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
10972
10973 Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
10974
10975 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
10976
10977 Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10978
10979 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
10980 Differences node to Statics node.
10981 (Statics): Discuss XCOFF use of V symbol descriptor.
10982
10983 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
10984 not clean.
10985
10986 Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
10987
10988 * gdb.texinfo (Print Settings): Document `set print
10989 fast-symbolic-addr' and improve the doc for some other
10990 `set print's.
10991
10992 Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10993
10994 * stabs.texinfo (String Field): Talk about defining several type
10995 numbers at once.
10996 Fix lint regarding changing node ELF Transformations to
10997 ELF and SOM Transformations.
10998
10999 Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
11000
11001 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
11002
11003 Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11004
11005 * stabs.texinfo (Cross-References): `::' is for nested types only
11006 within <>.
11007 (Structures): Document static members.
11008
11009 Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11010
11011 * stabs.texinfo: Document S type attribute.
11012
11013 Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
11014
11015 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
11016
11017 Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
11018
11019 * gdbint.texinfo: Fix a few typos.
11020
11021 Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11022
11023 * gdb.texinfo, remote.texi: formatting improvements
11024
11025 * gdb.texinfo (New Features): mention threads.
11026 (Summary, C): fix xrefs in newly contributed text.
11027 (Threads): index entries, clarifications, example
11028 (passim): minor typos fixed, phrasing improvements
11029
11030 * remote.texi (Bootstrapping): rephrase text on ^C and add index
11031 entries; (Server): explain use of gdbserver w/real-time systems,
11032 add example of conflicting TCP port; (MIPS Remote) break up
11033 running text into table, highlighting commands, and add example.
11034
11035 Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11036
11037 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
11038
11039 Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11040
11041 * stabs.texinfo (Nested Symbols): New node.
11042 (String Field, Symbol Descriptors, Cross-References): Refer to it.
11043
11044 Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11045
11046 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
11047 to picking which Bbss.bss symbol to use, and (because there seems to
11048 be no good way of doing it) re-write some of the text to make it
11049 sound like Bbss.bss isn't such a great idea after all (as currently
11050 designed).
11051
11052 * gdb.texinfo (C): In addition to saying people have to use g++ for
11053 good results, say they have to use stabs. Specifically say cfront
11054 doesn't work well.
11055 (Summary): Merge in information on Modula-2, Pascal, and Chill from
11056 the gdb README. Add xrefs to places where the support for the various
11057 languages is described in detail.
11058
11059 Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11060
11061 * stabs.texinfo: Clean up stuff about visibility and virtual
11062 characters.
11063
11064 * stabs.texinfo (N_M2C): Cite Sun doc.
11065
11066 Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11067
11068 * gdb.texinfo: updates re threads.
11069 * remote.texinfo: avoid index entries starting with digits.
11070
11071 Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11072
11073 * stabs.texinfo (Enumerations): Talk about large, negative and
11074 octal values. Clean up cross reference to type attributes.
11075 (String Field): Say that GDB 4.11 supports size attribute.
11076
11077 Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11078
11079 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
11080 is a mandatory step. Make the stuff about that more concise.
11081
11082 Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11083
11084 * stabs.texinfo (Class Names): New node.
11085
11086 * gdb.texinfo (Command Files): Explain order of init file reading.
11087
11088 * remote.texi (Bootstrapping): Talk about getting the serial driver
11089 to deal with ^C sent by gdb to stop the remote system.
11090
11091 Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
11092
11093 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
11094
11095 * libgdb.texinfo (Defining Commands): made the DOC arg
11096 to gdb_define_app_command a char * instead of char **
11097 per a suggestion from kingdon.
11098
11099 * libgdb.texinfo: total rewrite from a different starting
11100 premise.
11101
11102 Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11103
11104 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
11105 floats passed as doubles (to improve clarity).
11106
11107 Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11108
11109 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
11110
11111 * a4rc.sed: update to work with Andreas Vogel papersize params
11112
11113 * refcard.tex: use Andreas Vogel simplifications of papersize
11114 params; remove useless version info; update copyright date.
11115
11116 Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11117
11118 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
11119
11120 Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11121
11122 * gdb.texinfo (Files): Say what address the load command loads it at.
11123
11124 * stabs.texinfo (Common Blocks): Minor cleanups.
11125
11126 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
11127 that Sun has backed away from the linker kludge and thus the relevant
11128 issue is changes to the SunPRO tools, not the Solaris linker.
11129
11130 * stabs.texinfo (Traditional Integer Types): Clean up description
11131 of octal bounds a little bit. Document extra leading zeroes.
11132
11133 Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11134
11135 * gdb.texinfo (Signaling): Update for symbolic symbol names
11136 and add a section explaining the difference between the GDB
11137 signal command and the shell kill utility.
11138
11139 Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
11140
11141 * libgdb.texinfo: added `@' to braces that were unescaped.
11142
11143 Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
11144
11145 * libgdb.texinfo: new file. Spec for the gdb library.
11146
11147 Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11148
11149 * stabs.texinfo (Include Files): Fix typo (start -> end).
11150
11151 Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11152
11153 * gdb.texinfo, remote.texi: assorted small improvements, mostly
11154 from Melissa at FSF's editing pass.
11155
11156 Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11157
11158 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
11159 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
11160 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
11161
11162 Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11163
11164 * remote.texi (Bootstrapping): Discuss 386 call gates.
11165
11166 Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11167
11168 * stabs.texinfo (Based Variables): New node.
11169
11170 Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
11171
11172 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
11173 names, sizes, and formats to suggest how not to lose.
11174
11175 Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11176
11177 * stabs.texinfo (Methods): Fix typo.
11178
11179 Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11180
11181 * gdb.texinfo: Fix a few typos.
11182
11183 Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11184
11185 * gdb.texinfo: Clarify how well it works with Fortran.
11186
11187 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
11188 More on relocating stabs in ELF files.
11189
11190 Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11191
11192 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
11193
11194 Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11195
11196 * stabs.texinfo (Local Variable Parameters): Talk about nameless
11197 parameters on VAX.
11198
11199 Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11200
11201 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
11202
11203 Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11204
11205 * stabs.texinfo: Make info author notice match the TeX author notice.
11206
11207 Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11208
11209 * stabs.texinfo: Initial-caps all words in node names and
11210 non-trivial words in section names.
11211
11212 Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11213
11214 * stabs.texinfo: Many minor cleanups.
11215
11216 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
11217
11218 Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
11219
11220 * stabs.texinfo: Remove full description of big example.
11221 It's not really helpful; just use pieces of it where appropriate.
11222 Add more Texinfo formatting directives (@samp, etc.).
11223 Use @deffn to define stab types.
11224 Eliminate some wordiness. Break up some nodes.
11225 Add an (alphabetized) index of symbol types.
11226 Use consistent capitalization style in node and section names.
11227
11228 Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
11229
11230 * gdb.texinfo: Change typo "Two two" to "The two".
11231
11232 Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11233
11234 * stabs.texinfo (XCOFF-differences): Remove references to
11235 non-existent types N_DECL and N_RPSYM.
11236
11237 * stabs.texinfo (String Field): Say that type attributes bug is
11238 fixed in GDB 4.10, since it is.
11239
11240 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
11241
11242 Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
11243
11244 * stabs.texinfo: Formatting cleanups.
11245
11246 Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11247
11248 * stabs.texinfo: When explaining the n_type of a stab, standardize
11249 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
11250 no tabs, use @r).
11251 (Global Variables): Clean up.
11252
11253 Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11254
11255 * stabs.texinfo (Stack Variables): Re-write.
11256
11257 Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11258
11259 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
11260 addresses of a source file. Also revise formatting.
11261 Change "object module" or "object file" to "source file".
11262 Various: Miscellaneous cleanups.
11263
11264 Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11265
11266 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
11267
11268 Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
11269
11270 * gdbint.texinfo: Removed many nonsensical machine-collected
11271 host and target conditionals, described some of the remainder.
11272
11273 Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11274
11275 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
11276
11277 * gdbint.texinfo (Top): Add name to @top line, and re-write the
11278 paragraph which follows.
11279
11280 * gdbint.texinfo (Host): Use @code not @samp for Makefile
11281 variables. Looks better and avoids overful hbox.
11282
11283 Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11284
11285 * stabs.texinfo (Procedures): Improve stuff on nested functions.
11286
11287 Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11288
11289 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
11290 retransmit-timeout
11291
11292 Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11293
11294 * gdbint.texinfo: Update statement about `some ancient Unix
11295 systems, like Ultrix 4.0' to Ultrix 4.2.
11296
11297 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
11298
11299 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
11300
11301 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
11302
11303 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
11304 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
11305
11306 * remote.texi: new name for former gdbinv-s.texi
11307
11308 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
11309
11310 Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
11311
11312 * gdbinv-s.texi: Documented timeout and retransmit-timeout
11313 variables for MIPS remote debugging protocol.
11314
11315 Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11316
11317 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
11318
11319 Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
11320
11321 * Makefile.in (refcard.dvi): Use srcdir where necessary.
11322
11323 Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
11324
11325 * gdb.texinfo: repair conditional bugs in text markup
11326
11327 Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11328
11329 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
11330 to select Modula-2 material.
11331
11332 Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11333
11334 * stabs.texinfo: Cleanups regarding statics.
11335
11336 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
11337 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
11338
11339 Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11340
11341 * stabs.texinfo: N_MAIN is sometimes used for C.
11342
11343 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11344
11345 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
11346
11347 Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
11348
11349 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
11350 removed from the code by Kingdon.
11351
11352 Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11353
11354 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
11355 input when evaluating breakpoint conditions; the bug has been fixed.
11356
11357 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
11358 sets the ignore count to N-1, not to N.
11359
11360 Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11361
11362 * refcard.tex (\hoffset): correct longstanding error to match
11363 intended offset; avoids cutting off edge on some printers
11364
11365 Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11366
11367 * stabs.texinfo (Parameters): Say that order of stabs is significant.
11368
11369 Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11370
11371 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
11372
11373 Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11374
11375 * Makefile.in: (REFEDITS) new var to control whether PS or CM
11376 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
11377 collect sed edits if any, apply to refcard before formatting;
11378 (refcard.ps) stop implying PS fonts if PS output requested;
11379 (lrefcard.ps) delete extra target for variant PS fonts
11380
11381 * refcard.tex: parametrize papersize dependent info, collect
11382 in easily replaced spot
11383
11384 * a4rc.sed: new file, edits to refcard for A4 paper
11385
11386 Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11387
11388 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
11389
11390 Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11391
11392 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
11393
11394 Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11395
11396 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
11397 politely rather than rudely.
11398
11399 Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11400
11401 * stabs.texinfo: Document common blocks.
11402
11403 Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
11404
11405 * stabs.texinfo: Add some basic info about stabs-in-elf.
11406
11407 Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11408
11409 * stabs.texinfo (Top): Minor cleanup.
11410
11411 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
11412
11413 * Makefile.in (install-info): remove parentdir support
11414
11415 Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11416
11417 * gdb.texinfo (Copying): delete this node and references to it;
11418 RMS says this manual need not carry GPL. (passim): Improvements
11419 from last round at FSF, largely due to Ian Taylor review, and
11420 minor formatting improvements.
11421
11422 * gdbinv-s.texi (passim): Improvements from last round at FSF,
11423 largely due to Ian Taylor review. (Debug Session): minor edits to
11424 new text.
11425
11426 Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
11427
11428 * Makefile.in (realclean): Remove info and dvi files too.
11429
11430 Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
11431
11432 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
11433 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
11434 * gdb.texinfo: Change accordingly.
11435
11436 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
11437 N_{L,R}BRAC,N_SLINE are relative to.
11438
11439 Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
11440
11441 * Makefile.in (GDBvn.texi): Update atomically.
11442
11443 Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
11444
11445 * gdbinv-s.texi (Debug Session): Document exceptionHook.
11446
11447 Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
11448
11449 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
11450 addresses together. Also motivate the set print symbol-filename
11451 command and suggest other solutions.
11452
11453 Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
11454
11455 * gdb.texinfo (set print elements): Note that the number of
11456 elements is set to unlimited by "set print elements 0".
11457
11458 Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
11459
11460 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
11461 NF_LDOUBLE means.
11462 (Stab Types): Include Solaris stab types.
11463 (Procedures): Document Solaris extensions.
11464
11465 Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11466
11467 * gdb.texinfo: Add `set print symbol-filename' doc.
11468
11469 Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11470
11471 * stabs.texinfo (Arrays): Talk about type definition vs. type
11472 information.
11473
11474 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
11475 the trailing semicolon.
11476
11477 Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11478
11479 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
11480 and merge in other parts of the document addressing these subjects.
11481 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
11482
11483 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
11484 at the end of a range type.
11485
11486 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
11487 AIX extensions.
11488
11489 Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11490
11491 * stabs.texinfo (Stabs Format): Misc fixes.
11492
11493 Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11494
11495 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
11496 (Traditional builtin types): Document convex convention for long long.
11497 (Negative builtin types): Discuss type names, and misc fixes.
11498
11499 Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11500
11501 * stabs.texinfo (Builtin Type Descriptors): Document the floating
11502 point types used with @samp{R} type descriptor.
11503 (Symbol Descriptors): Describe how to handle conflict between
11504 different meanings of @samp{P} symbol descriptor.
11505
11506 Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11507
11508 * stabs.texinfo: Remove node Quick Reference and put its children
11509 directly under the main menu.
11510
11511 * stabs.texinfo: Many more changes to bring it into line with
11512 AIX documentation and reality. I think it now has all the
11513 information from the AIX documentation, except that I burned
11514 out when I got to variant records (Pascal and Modula-2) and
11515 all the COBOL types. Oh well, we can add them later when we're
11516 worrying more about those languages.
11517
11518 * stabs.texinfo (Automatic variables): Talk about what it means
11519 to omit the symbol descriptor.
11520
11521 Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11522
11523 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
11524 gcc2 behavior with promoted args.
11525
11526 Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11527
11528 * gdb.texinfo: include readline appendices in info version of manual
11529
11530 Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11531
11532 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
11533 target remote.
11534
11535 * gdb.texinfo (Machine Code): more index entries for disassemble
11536
11537 Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
11538
11539 * Clarify the intended use of the gdb-testers and gdb-patches
11540 mailing lists, and shrink gzip comment.
11541
11542 Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11543
11544 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
11545 DOSHOST configuration of manual.
11546
11547 * gdb.texinfo (MIPS Stack): new node.
11548
11549 * all-config.texi (MIPS) new switch.
11550
11551 * gdbinv-s.texi (Nindy Options) Remove two instances of future
11552 tense; (MIPS Remote) new node.
11553
11554 * gdb.texinfo (passim) rephrases to work around makeinfo @value
11555 bug; (Environment) less passive, other small cleanups in text about
11556 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
11557 (Remote) new MIPS Remote menu entry.
11558
11559 Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
11560
11561 * stabs.texinfo: Many changes to include information from the
11562 AIX documentation.
11563
11564 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
11565
11566 Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
11567
11568 * gdbint.texinfo (new node Debugging GDB, elsewhere):
11569 Move a bunch of information from ../README.
11570 (Getting Started): New node.
11571
11572 Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11573
11574 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
11575
11576 * gdb.texinfo: advance manual revision dates to present
11577
11578 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
11579 stop using silly Roman numerals in @set variable names
11580
11581 Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
11582
11583 * stabs.texinfo (Parameters): Keep trying to get this right.
11584
11585 Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
11586
11587 * stabs.texinfo (Parameters): More on "local parameters".
11588
11589 Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
11590
11591 * stabs.texinfo (Parameters): Re-do "local parameters" section.
11592
11593 Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
11594
11595 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
11596 (Parameters): Rewrite.
11597 (xcoff-differences, Sun-differences): Minor changes.
11598
11599 Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
11600
11601 * stabs.texinfo: Minor cleanup.
11602
11603 Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
11604
11605 * gdbint.texinfo: Minor xcoff stuff.
11606
11607 Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
11608
11609 * gdbint.texinfo: Update for new config directory structure.
11610 Add info about internal type data structures.
11611
11612 Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
11613
11614 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
11615 $(srcdir).
11616 (gdb-config.texi): Depend on file in $(srcdir).
11617
11618 Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
11619
11620 * stabs.texinfo: Fixes about N_SO.
11621
11622 Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11623
11624 * gdb.texinfo: include list of nonstandard init file names
11625
11626 * *-config.texi: new switch GENERIC for text that applies *only*
11627 to (usual) multiple-target version of manual
11628
11629 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
11630 h8 config
11631
11632 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
11633 in menus (rather than conditionally selected multiple alternative
11634 menus).
11635
11636 * Makefile.in: define and use DOC_CONFIG var to select
11637 configuration for GDB user manual.
11638
11639 * gdb-config.texi: delete from repository, generate from Makefile.
11640
11641 * all-config.texi: normal `generic' configuration file, formerly
11642 stored as gdb-config.texi
11643
11644 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
11645
11646 * Makefile.in: add dvi target to build all .dvi files
11647
11648 Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11649
11650 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
11651
11652 Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
11653
11654 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
11655 host conditionals.
11656 * stabs.texinfo: More array fixes inspired by Jim's.
11657
11658 Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
11659
11660 * stabs.texinfo: Fixes re arrays and continuations.
11661
11662 * gdbint.texinfo: Add XCOFF node.
11663
11664 Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
11665
11666 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
11667
11668 Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
11669
11670 * stabs.texinfo: Fix for array types to mention lower bounds.
11671
11672 Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
11673
11674 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
11675
11676 Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
11677
11678 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
11679
11680 Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
11681
11682 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
11683 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
11684
11685 Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
11686
11687 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
11688
11689 Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11690
11691 * gdb.texinfo, gdbinv-s.texi: misc updates
11692
11693 Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
11694
11695 * gdbint.texinfo: Brief documentation for longjmp support,
11696 from an email msg by Stu.
11697
11698 Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
11699
11700 * stabs.texinfo: Fix description of floating point "range"
11701 types (which really define basic types). Reported by Jim Meehan,
11702 <meehan@src.dec.com>.
11703
11704 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
11705
11706 Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
11707
11708 * gdbint.texinfo: Slightly expand section on supporting a new
11709 object file format.
11710
11711 Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
11712
11713 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
11714 intermediate file.
11715
11716 Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11717
11718 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
11719
11720 Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11721
11722 * gdbinv-s.texi: z8000 simulator target name is just "sim"
11723
11724 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
11725 as well as Z8002.
11726
11727 Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
11728
11729 * gdbint.texinfo: Add sections on clean design and on how to send
11730 in changes.
11731
11732 Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
11733
11734 * gdbint.texinfo: Add how to declare the result of make_cleanup.
11735
11736 Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
11737
11738 * gdb.texinfo: Fix typo, reported by Karl Berry.
11739
11740 Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
11741
11742 * gdb.texinfo: Add opcodes dir to GDB distribution description.
11743
11744 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11745
11746 * gdbint.texinfo: fixed a stray email address (needs @@),
11747 added @table @code to node "Native Conditionals"
11748
11749 Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
11750
11751 * gdbint.texinfo: Describe coding style of GDB.
11752
11753 Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
11754
11755 * stabs.texinfo: Minor wording changes.
11756
11757 Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
11758
11759 * gdbint.texinfo: Improve release doc slightly.
11760
11761 Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
11762
11763 * gdbint.texinfo: Improve doc of GDB config macros.
11764
11765 Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
11766
11767 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
11768 These will be reinserted when examined.
11769
11770 Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
11771
11772 * gdbint.texinfo: Make a start at documenting all the #if macros
11773 in GDB. At least list them all, and start separating them into
11774 host-specific and target-specific.
11775
11776 Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11777
11778 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
11779 examples (not consistent w others).
11780 gdb.texinfo: issue disclaimer paragraph on cmdline options only
11781 for generic vn of doc
11782
11783 Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
11784
11785 * Makefile.in: always create installation directories.
11786
11787 Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11788
11789 * gdb.texinfo: in h8 config, do not describe searching commands.
11790
11791 Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11792
11793 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
11794 conditionals; introduce a few generic switches that may be
11795 useful for other cross-dev or dos-hosted configs.
11796
11797 * gdb.texinfo: fix typo in "info reg" description
11798
11799 Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
11800
11801 * stabs.texinfo: Minor updates from running TeX over it.
11802 * Makefile.in (stabs.dvi, stabs.ps): Add.
11803
11804 Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
11805
11806 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
11807 First pass at converting it to texinfo.
11808
11809 Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
11810
11811 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
11812 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
11813
11814 Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
11815
11816 * gdbint.texinfo: Add section on partial symbol tables.
11817
11818 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
11819
11820 * gdb.texinfo: document `set remotedebug' and `set
11821 rstack_high_address'.
11822
11823 Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11824
11825 * gdb.texinfo: slight expansion of new text on reading info files
11826 * gdbinv-s.m4.in: correct and expand info on cross-debugging
11827 H8/300 from DOS.
11828
11829 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
11830
11831 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
11832
11833 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
11834
11835 * gdb.texinfo: Say how to read the `info' files.
11836
11837 Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
11838
11839 * Makefile.in: gm4 -> m4.
11840
11841 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
11842
11843 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
11844 Documentation' ahead of `Installing GDB' to match README.
11845 Update shared library doc, -readnow and -mapped, and directory
11846 structure (add glob and mmalloc). Update configure doc.
11847
11848 Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
11849
11850 * Makefile.in: remove $(srcdir) from gdb.info rule.
11851
11852 Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11853
11854 * Makefile.in: commented out gdb-all.texinfo rule. This is
11855 temporary.
11856
11857 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
11858
11859 * Makefile.in, configure.in: removed traces of namesubdir,
11860 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
11861 copyrights to '92, '13, changed some from Cygnus to FSF.
11862
11863 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
11864
11865 * gdb.texinfo: Improve how we ask for bug reports.
11866
11867 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11868
11869 * Makefile.in: infodir belongs in datadir.
11870
11871 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11872
11873 * Makefile.in: remove spaces following hyphens, bsd make can't
11874 cope. install using INSTALL_DATA. added clean-info. added
11875 standards.text support.
11876
11877 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11878
11879 * Makefile.in: idestdir and ddestdir go away. Added copyrights
11880 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
11881 and mandir now keyed off datadir by default.
11882
11883 \f
11884 Local Variables:
11885 mode: change-log
11886 left-margin: 8
11887 fill-column: 74
11888 version-control: never
11889 coding: utf-8
11890 End: