amd64-mpx: initialize BND register before performing inferior calls.
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
1 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
2
3 * Memory Protection Extensions: Add information about inferior
4 calls.
5
6 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7
8 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
9 DW_TAG_GNU_* and DW_AT_GNU_*.
10
11 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
12
13 * python.texi (Recordings In Python): New section.
14
15 2017-02-14 Tom Tromey <tom@tromey.com>
16
17 PR python/13598:
18 * python.texi (Events In Python): Document events.before_prompt.
19
20 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
21
22 * gdb.texinfo (Target Commands): Document the optional offset
23 argument for the load command.
24
25 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
26
27 PR gdb/21122
28 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
29 space-separated breakpoint lists. Also add a missing @table command
30 and @cindex for breakpoint lists.
31
32 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
33
34 PR tdep/20936
35 * gdb.texinfo: (Standard Target Features): Document SPARC features.
36 (Sparc Features): New node.
37
38 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
39
40 * gdb.texinfo (i386 Features): Add system segment registers
41 as feature.
42
43 2017-01-24 Simon Marchi <simon.marchi@ericsson.com>
44
45 * python.texi (Events In Python): Fix typo.
46
47 2017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
48 Luis Machado <lgustavo@codesourcery.com>
49
50 * gdb.texinfo (-target-flash-erase): New MI command description.
51 (flash-erase): New CLI command description.
52
53 2017-01-04 John Baldwin <jhb@FreeBSD.org>
54
55 * gdb.texinfo (Contributors): Add SRI International and University
56 of Cambridge for FreeBSD/mips.
57
58 2016-12-22 Doug Evans <xdje42@gmail.com>
59
60 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
61 commands.
62
63 2016-12-02 Pedro Alves <palves@redhat.com>
64
65 * gdb.texinfo (User-defined Commands): Limit on number of
66 arguments passed to user-defined commands removed; update.
67
68 2016-12-02 Pedro Alves <palves@redhat.com>
69
70 PR cli/20559
71 * gdb.texinfo (Define): Add example of using "eval" to process a
72 variable number of arguments.
73 (Output) <eval>: Add anchor.
74
75 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
76
77 * Makefile.in: Likewise.
78
79 2016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
80
81 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
82 xref.
83
84 2016-10-29 Pedro Alves <palves@redhat.com>
85
86 * gdb.texinfo (Packets) <vCont>: Remove mention of default
87 actions.
88
89 2016-10-26 Pedro Alves <palves@redhat.com>
90
91 * gdb.texinfo (Packets): Clarify vCont packets with multiple
92 actions that match a thread, and what happens when an action
93 matches a thread that is already running.
94
95 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
96
97 * gdb.texinfo (Using Trace Files): Fix typo.
98 (GDB/MI Tracepoint Commands): Likewise.
99
100 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
101
102 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
103 of -trace-save.
104
105 2016-10-06 Tom Tromey <tom@tromey.com>
106
107 * guile.texi (Types In Guile): Remove Java mentions.
108 * python.texi (Types In Python): Remove Java mentions.
109 * gdb.texinfo (Address Locations, Supported Languages)
110 (Index Section Format): Remove Java mentions.
111
112 2016-08-15 Doug Evans <dje@google.com>
113
114 * gdb.texinfo (Target Description Format): Update docs on "end"
115 field spec and field default type.
116
117 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
118 2016-10-03 Simon Marchi <simon.marchi@ericsson.com>
119
120 PR gdb/20487
121 * gdb.texinfo (Context management): Update mention of frame
122 change notifications.
123 (gdb/mi Async Records): Document frame field in
124 =thread-select event.
125 * observer.texi (GDB Observers): New user_selected_context_changed
126 observer.
127
128 2016-09-28 Tom Tromey <tom@tromey.com>
129
130 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
131 than "memory breakpoint". Further document "kind". Move
132 protocol-details link earlier.
133 <z1>: Document the cmd_list argument. Fix typo.
134 <g>: Remove incorrect sentence.
135 (Stop Reply Packets): Document "OK" response to requests when in
136 non-stop mode.
137 <swbreak>: Use "software breakpoint" rather than "memory
138 breakpoint".
139 <create>: Document that "R" is ignored.
140 <W, X, w>: Document formatting of "AA".
141 (Notification Packets): Use "%Stop", not "%%Stop".
142
143 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
144
145 * gdb.texinfo (Embedded Processors): Document ARC.
146 (Synopsys ARC): New section.
147 (Standard Target Features): Document ARC features.
148 (ARC Features): New section.
149
150 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
151
152 * .gitignore: New file.
153
154 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
155
156 * gdb.texinfo (Input/Output): Mention possibility to unset
157 inferior-tty.
158
159 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
160
161 * gdb.texinfo: Resume btrace on reconnect.
162
163 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
164
165 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
166 syscall.
167
168 2016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
169
170 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
171 command.
172
173 2016-07-13 Tom Tromey <tom@tromey.com>
174
175 PR python/15620, PR python/18620:
176 * python.texi (Events In Python): Document new breakpoint events.
177
178 2016-07-13 Tom Tromey <tom@tromey.com>
179
180 PR python/17698:
181 * python.texi (Breakpoints In Python): Document
182 Breakpoint.pending.
183
184 2016-07-13 Tom Tromey <tom@tromey.com>
185
186 * python.texi (Breakpoints In Python): Move table of types and
187 table of watchpoint types earlier in node.
188
189 2016-07-12 Tom Tromey <tom@tromey.com>
190
191 PR python/19293:
192 * python.texi (Frames In Python): Document
193 gdb.invalidate_cached_frames.
194
195 2016-06-21 Pedro Alves <palves@redhat.com>
196
197 * gdb.texinfo (Interpreters): Update intepreter-exec section,
198 document new-ui and explain use case.
199
200 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
201
202 * gdb.texinfo (Standard Target Features): Document NDS32 features.
203 (NDS32 Features): New Section.
204
205 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
206
207 * gdb.texinfo (Examining Memory): Document negative repeat
208 count in the 'x' command.
209
210 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
211
212 * gdb.texinfo (GDB/MI Async Records): Document method and
213 format fields in =record-started.
214 * observer.texi (record_changed): Add method and format
215 parameters.
216
217 2016-05-27 Eli Zaretskii <eliz@gnu.org>
218
219 * gdb.texinfo (General Query Packets): Move the description of the
220 response before the long list of the specific 'read' and 'write'
221 requests.
222
223 2016-05-23 Tom Tromey <tom@tromey.com>
224
225 * python.texi (Basic Python): Document gdb.breakpoints return.
226
227 2016-05-24 Tom Tromey <tom@tromey.com>
228
229 PR gdb/19194:
230 * gdb.texinfo (gdb man): Fix typo.
231
232 2016-05-17 Tom Tromey <tom@tromey.com>
233
234 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
235 (Rust): New node.
236
237 2016-05-17 Tom Tromey <tom@tromey.com>
238
239 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
240
241 2016-04-27 Yao Qi <yao.qi@linaro.org>
242
243 * gdb.texinfo (tfind): Complete doc about tfind without
244 argument.
245
246 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
247
248 * agentexpr.texi (byte): Fix zero_ext description.
249
250 2016-03-31 Pedro Alves <palves@redhat.com>
251
252 * gdb.texinfo (M32R/SDI): Delete node.
253 (MIPS Embedded): Remove references to the MIPS remote debugging
254 protocol, PMON and variants, and the associated commands.
255
256 2016-03-15 Doug Evans <dje@google.com>
257
258 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
259 (Target Description Format): Mention enum types. Update docs on
260 flags types.
261 (Predefined Target Types): Add "bool".
262 (Enum Target Types): New node.
263
264 2016-03-15 Pedro Alves <palves@redhat.com>
265
266 * gdb.texinfo (Tracepoint Actions): Fix typo.
267
268 2016-03-15 Pedro Alves <palves@redhat.com>
269 Andreas Arnez <arnez@linux.vnet.ibm.com>
270 Marcin Kościelnicki <koriakin@0x04.net>
271
272 * gdb.texinfo (Tracepoint Actions): Document possible
273 unreliability of '$_ret'.
274
275 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
276
277 * gdb.texinfo (Symbols): Document new 'maint info line-table'
278 command.
279
280 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
281
282 * gdb.texinfo (Convenience Functions): Document $_as_string.
283
284 2016-02-23 Doug Evans <dje@google.com>
285
286 * gdb.texinfo (Skipping Over Functions and Files): Document new
287 options to "skip" command. Update docs of output of "info skip".
288
289 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
290
291 * gdb.texinfo (Signals): Add bound violation display hints for
292 a SIGSEGV.
293
294 2016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
295
296 * gdb.texinfo (Trace File Format): Add documentation for description
297 section lines.
298
299 2016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
300
301 * gdb.texinfo (Trace File Format): Remove misleading information
302 about register block ordering.
303
304 2016-02-01 Doug Evans <dje@google.com>
305
306 * gdb.texinfo (Value Sizes): Fix typo.
307
308 2016-02-01 Doug Evans <dje@google.com>
309
310 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
311
312 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
313
314 * gdb.texinfo (Value Sizes): New section.
315 (Data): Add the 'Value Sizes' node to the menu.
316
317 2016-01-26 John Baldwin <jhb@FreeBSD.org>
318
319 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
320
321 2016-01-19 John Baldwin <jhb@FreeBSD.org>
322
323 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
324
325 2016-01-18 Pedro Alves <palves@redhat.com>
326
327 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
328 of the thread that hit a breakpoint or received a signal.
329
330 2016-01-15 Pedro Alves <palves@redhat.com>
331
332 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
333
334 2016-01-13 Pedro Alves <palves@redhat.com>
335
336 * gdb.texinfo (Threads): Document the $_gthread convenience
337 variable.
338 (Convenience Vars): Likewise.
339
340 2016-01-13 Pedro Alves <palves@redhat.com>
341
342 * gdb.texinfo (Threads): Document "info threads -gid".
343
344 2016-01-13 Pedro Alves <palves@redhat.com>
345
346 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
347 anchor.
348 (Threads In Python): Document new InferiorThread.global_num
349 attribute.
350
351 2016-01-07 Pedro Alves <palves@redhat.com>
352
353 * gdb.texinfo (Threads): Document per-inferior thread IDs,
354 qualified thread IDs, global thread IDs and thread ID lists.
355 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
356 thread IDs.
357 (Convenience Vars): Document the $_thread convenience variable.
358 (Ada Tasks): Adjust to refer to thread IDs.
359 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
360 Commands, GDB/MI Variable Objects): Update to mention global
361 thread IDs.
362 * guile.texi (Breakpoints In Guile)
363 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
364 global thread IDs instead of thread IDs.
365 * python.texi (Threads In Python): Adjust documentation of
366 InferiorThread.num.
367 (Breakpoint.thread): Mention global thread IDs instead of thread
368 IDs.
369
370 2016-01-13 Pedro Alves <palves@redhat.com>
371
372 * python.texi (Threads In Python): Document
373 InferiorThread.inferior.
374
375 2016-01-13 Pedro Alves <palves@redhat.com>
376
377 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
378 convenience variable.
379 (Convenience Vars): Likewise.
380
381 2016-01-12 Josh Stone <jistone@redhat.com>
382 Philippe Waroquiers <philippe.waroquiers@skynet.be>
383
384 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
385 (Stop Reply Packets): List the syscall entry and return stop reasons.
386 (General Query Packets): Describe QCatchSyscalls, and add it to the
387 table and the detailed list of stub features.
388
389 2016-01-12 Pedro Alves <palves@redhat.com>
390
391 Remove use of the registered trademark symbol throughout.
392
393 2016-01-12 Yao Qi <yao.qi@linaro.org>
394
395 * gdb.texinfo (Interrupts): Update the document on handling
396 interrupt when program is stopped.
397
398 2015-12-11 Don Breazeal <donb@codesourcery.com>
399
400 * gdb.texinfo (Forks): Correct Linux kernel version where
401 fork and exec events are supported, add notes about support
402 of these events in target remote mode.
403 (Connecting): Reorganize and clarify distinctions between
404 target remote, extended-remote, and multiprocess.
405 Reorganize related text from separate sections into new
406 sections.
407 (Server): Note effects of target extended-remote mode.
408 Delete section on Multi-Process Mode for gdbserver.
409 Move some text to "Connecting" node.
410
411 2015-12-10 Pedro Alves <palves@redhat.com>
412
413 * gdb.texinfo (Threads): Replace warning with explanation
414 about single-threaded programs.
415
416 2015-12-10 Pedro Alves <palves@redhat.com>
417
418 * gdb.texinfo (Threads): Remove mention of SGI.
419 (Forks): Remove mention of HP-UX.
420 (Breakpoints): Remove mention of HP-UX.
421 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
422 Reword in terms of architectures.
423 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
424 mention supported systems.
425 (Convenience Vars): Don't mention HP-UX.
426 (Jumping): Remove mention of HP-UX in comment.
427 (Files) <shared libraries>: Update supported shared library types
428 list. Remove mention of HP-UX.
429 (Native): Remove HP-UX subsection.
430 (SVR4 Process Information): Remove mention of HP-UX.
431
432 2015-12-10 Pedro Alves <palves@redhat.com>
433
434 * gdb.texinfo (Stack): Reorder menu.
435
436 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
437
438 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
439 -var-set-format's new zero-hexadecimal format.
440
441 2015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
442
443 * gdb.texinfo (Ada Mode Into): Move overloading support
444 description to its own node.
445 (Overloading support for Ada): New node.
446
447 2015-11-30 Pedro Alves <palves@redhat.com>
448
449 PR 14618
450 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
451 (Remote Configuration): Add the "set/show remote
452 no-resumed-stop-reply" to the available settings table.
453 (General Query Packets): Document the "no-resumed" qSupported
454 feature.
455
456 2015-11-30 Pedro Alves <palves@redhat.com>
457
458 * gdb.texinfo (Remote Configuration): List "set/show remote
459 thread-events" command in configuration table.
460 (Stop Reply Packets): Document "T05 create" stop
461 reason and 'w' stop reply.
462 (General Query Packets): Document QThreadEvents packet. Document
463 QThreadEvents qSupported feature.
464
465 2015-11-30 Pedro Alves <palves@redhat.com>
466
467 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
468 anchor.
469 (Packets): Document vCtrlC.
470
471 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
472
473 * gdb.texinfo (Thread List Format): Mention thread names.
474
475 2015-11-24 Pedro Alves <palves@redhat.com>
476
477 PR 17539
478 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
479 program-spaces" example to ascending order listing.
480 (Threads): Adjust "info threads" example to ascending order
481 listing.
482 (Forks): Adjust "info inferiors" example to ascending order
483 listing.
484
485 2015-11-04 Markus Metzger <markus.t.metzger@intel.com>
486
487 * gdb.texinfo (Process Record and Replay): Document "record
488 instruction-history" modifiers.
489
490 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
491
492 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
493 description.
494 (Frame Filter Management): Move to later in the 'Examining the
495 Stack' chapter.
496 (Selection): Add entry for 'select-frame'.
497
498 2015-09-25 Doug Evans <dje@google.com>
499
500 * gdb.texinfo (Process Record and Replay): Fix syntax of
501 "record instruction-history begin, end" and
502 "record function-call-history begin, end".
503
504 2015-09-22 Simon Marchi <simon.marchi@ericsson.com>
505
506 * gdb.texinfo (Specifying Source Directories): Fix
507 substitute-path example.
508
509 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
510
511 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
512
513 2015-09-15 Pedro Alves <palves@redhat.com>
514
515 PR remote/18965
516 * gdb.texinfo (Stop Reply Packets): Revert previous change to
517 the vforkdone description.
518
519 2015-09-15 Pedro Alves <palves@redhat.com>
520
521 PR remote/18965
522 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
523 part indicates the thread ID of the parent process.
524
525 2015-09-15 Yao Qi <yao.qi@linaro.org>
526
527 * gdb.texinfo (General Query Packets): Add vContSupported to
528 tables of 'gdbfeatures' and 'stub features' supported in the
529 qSupported packet, as well as to the list containing stub
530 feature details.
531
532 2015-09-11 Don Breazeal <donb@codesourcery.com>
533
534 * gdb.texinfo (Remote Configuration): Add exec event
535 feature to table of packet settings.
536 (Stop Reply Packets): Add exec events to the list of stop
537 reasons.
538 (General Query Packets): Add exec events to tables of
539 'gdbfeatures' and 'stub features' supported in the qSupported
540 packet, as well as to the list containing stub feature
541 details.
542
543 2015-08-24 Pedro Alves <palves@redhat.com>
544
545 * gdb.texinfo (Remote Configuration): Document the "set/show
546 remote multiprocess-extensions-packet" commands.
547
548 2015-08-24 Pedro Alves <palves@redhat.com>
549
550 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
551 <M32R>: Remove references to M32R/D.
552 <M68K>: Remove references to target dbug.
553 <MIPS Embedded>: Remove references to target r3900 and target
554 array.
555 <PowerPC Embedded>: Remove references to target dink32 and target
556 ppcbug, target sds
557 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
558
559 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
560
561 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
562
563 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
564
565 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
566
567 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
568
569 * gdb.texinfo (Maintenance Commands): Move documentation of "main
570 info bfds" to...
571 (File Caching): A New section. Outline bfd caching, and add new
572 description for "main set/show bfd-sharing".
573
574 2015-08-14 Doug Evans <xdje42@gmail.com>
575
576 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
577 disassembly.
578 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
579
580 2015-08-11 Keith Seitz <keiths@redhat.com>
581
582 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
583 Use "location(s)"instead of "linespec(s)".
584 (Specifying a Location): Rewrite.
585 Add subsections describing linespec, address, and explicit locations.
586 Add node/menu for each subsection.
587 (Source and Machine Code, C Preprocessor Macros)
588 (Create and Delete Trace points)
589 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
590 (Continuing at a Different Address): Remove "linespec" examples.
591 Add reference to "Specify a Location"
592 (The -break-insert Command): Rewrite. Add anchor.
593 Add reference to appropriate manual section discussing locations.
594 (The -dprintf-insert Command): Refer to -break-insert for
595 specification of 'location'.
596
597 2015-08-07 Pedro Alves <palves@redhat.com>
598
599 * gdb.texinfo (Maintenance Commands): Document "maint set/show
600 target-non-stop".
601
602 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
603
604 * gdb.texinfo (Process Record and Replay): Document prefixing of
605 speculatively executed instructions in the "record instruction-history"
606 command.
607
608 2015-07-20 Doug Evans <dje@google.com>
609
610 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
611
612 2015-07-16 Doug Evans <dje@google.com>
613
614 * stabs.texinfo: @include gdb-cfg.texi.
615
616 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
617
618 Revert the previous 2 commits:
619 gdbserver build-id attribute generator
620 Validate symbol file using build-id
621
622 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
623
624 * gdb.texinfo (Files): Add 'set validate-build-id'
625 and 'show validate-build-id'.
626
627 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
628 Jan Kratochvil <jan.kratochvil@redhat.com>
629
630 gdbserver build-id attribute generator.
631 * gdb.texinfo (Library List Format for SVR4 Targets): Add
632 'build-id' in description, example, new attribute in dtd.
633
634 2015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
635
636 * gdb.texinfo (Selection): Update documentation for 'frame'
637 command.
638
639 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
640
641 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
642 commands.
643
644 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
645
646 * gdb.texinfo (Process Record and Replay): Spell out that variables
647 and registers are not available during btrace replay.
648 Describe the new "record btrace pt" command.
649 Describe the new "set|show record btrace pt buffer-size" options.
650 (General Query Packets): Describe the new Qbtrace:pt and
651 Qbtrace-conf:pt:size packets.
652 Expand "bts" to "Branch Trace Store".
653 Update the branch trace DTD.
654
655 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
656
657 * gdb.texinfo (Command History): Document the new option
658 "history remove-duplicates".
659
660 2015-06-19 Doug Evans <dje@google.com>
661
662 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
663 longer supported.
664
665 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
666
667 * gdb.texinfo (Command History): Mention that setting
668 GDBHISTSIZE to the empty string disables history truncation.
669
670 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
671
672 PR gdb/16999
673 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
674 behavior.
675
676 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
677
678 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
679 with GDBHISTSIZE.
680
681 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
682
683 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
684 bytes and memory units for -data-{read,write}-memory-bytes.
685 (Packets): Same for m, M and X packets.
686 * python.texi (Inferiors In Python): Same for read_memory and
687 write_memory.
688
689 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
690
691 * gdb.texinfo (Separate Debug Files): Document that PE is also
692 supported.
693
694 2015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
695
696 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
697 single table entry.
698
699 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
700
701 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
702
703
704 2015-06-10 Gary Benson <gbenson@redhat.com>
705
706 * gdb.texinfo (Remote Configuration): Document the
707 "set/show remote hostio-setfs-packet" command.
708 (Host I/O Packets): Document the vFile:setfs packet.
709
710 2015-06-10 Gary Benson <gbenson@redhat.com>
711
712 * gdb.texinfo (Debugging Output): Document the "set/show debug
713 linux-namespaces" command.
714
715 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
716 Mircea Gherzan <mircea.gherzan@intel.com>
717
718 * gdb.texinfo (i386): Add documentation about "show mpx bound"
719 and "set mpx bound".
720
721 2015-05-27 Doug Evans <dje@google.com>
722
723 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
724
725 2015-05-26 Doug Evans <dje@google.com>
726
727 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
728 command renamings.
729 (Maintenance Commands): Update for DWARF "set debug" command renamings.
730
731 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
732
733 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
734
735 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
736
737 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
738 (TUI Commands): Add 'tui enable' and 'tui disable' details.
739
740 2015-05-16 Doug Evans <xdje42@gmail.com>
741
742 * guile.texi (Memory Ports in Guile): Document support for unbuffered
743 memory ports.
744
745 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
746
747 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
748
749 2015-05-12 Don Breazeal <donb@codesourcery.com>
750
751 * gdb.texinfo (Forks): Note that fork debugging is
752 supported in extended mode.
753 (Remote Configuration): Add fork event features to table
754 of packet settings.
755 (Stop Reply Packets): Add fork events to list of stop reasons.
756 (General Query Packets): Add fork events to tables of
757 'gdbfeatures' and 'stub features' supported in the qSupported
758 packet, as well as to the list containing stub feature
759 details.
760
761 2015-05-12 Gary Benson <gbenson@redhat.com>
762
763 * gdb.texinfo (General Query Packets): Document
764 qXfer:exec-file:read with empty annex.
765
766 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
767
768 * python.texi (Values From Inferior): Add descriptions of new
769 methods gdb.Value.reference_value and gdb.Value.const_value.
770
771 2015-05-06 Joel Brobecker <brobecker@adacore.com>
772
773 * gdb.texinfo (Files): Add "info dll" documentation.
774 (Cygwin Native): Remove "info dll" documentation.
775
776 2015-04-29 Doug Evans <dje@google.com>
777
778 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
779 Document.
780 (Writing an Xmethod): Add get_result_type to example.
781
782 2015-04-28 Sasha Smundak <asmundak@google.com>
783
784 * python.texi: New method documented.
785
786 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
787
788 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
789 format.
790
791 2015-04-24 Doug Evans <dje@google.com>
792
793 * python.texi (Xmethods In Python): Fix name of method to call the
794 xmethod.
795
796 2015-04-17 Gary Benson <gbenson@redhat.com>
797
798 * gdb.texinfo (Connecting to a Remote Target): Mention that
799 GDB can access program files from remote targets that support
800 qXfer:exec-file:read and Host I/O packets.
801
802 2015-04-17 Gary Benson <gbenson@redhat.com>
803
804 * gdb.texinfo (Remote Configuration): Document the "set/show
805 remote pid-to-exec-file-packet" command.
806 (General Query Packets): Document the qXfer:exec-file:read
807 qSupported features. Document the qXfer:exec-file:read packet.
808
809 2015-04-17 Gary Benson <gbenson@redhat.com>
810
811 * gdb.texinfo (set sysroot): Document that "set sysroot" also
812 applies to executable paths if supplied to GDB as absolute.
813
814 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
815
816 * gdb.texinfo (Mode Options): Remove -xdb.
817
818 2015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
819 Eli Zaretskii <eliz@gnu.org>
820
821 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
822 compile, show debug compile. New subsection Compilation options for
823 the compile command. New subsection Compiler search for the compile
824 command.
825
826 2015-04-09 Andy Wingo <wingo@igalia.com>
827
828 * guile.texi (Frames In Guile): Describe frame-read-register.
829
830 2015-04-02 Gary Benson <gbenson@redhat.com>
831
832 * gdb.texinfo (set sysroot): Document "target:".
833
834 2015-04-01 Sasha Smundak <asmundak@google.com>
835
836 * doc/python.texi (Writing a Frame Unwinder in Python): Add
837 section.
838
839 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
840
841 PR corefiles/16092
842 * gdb.texinfo (gcore): Mention new command 'set
843 use-coredump-filter'.
844 (set use-coredump-filter): Document new command.
845
846 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
847
848 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
849 documentation, reorder the info os entries in alphabetical order.
850
851 2015-03-26 Simon Marchi <simon.marchi@ericsson.com>
852
853 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
854 -data-write-memory-bytes.
855
856 2015-03-24 Pedro Alves <palves@redhat.com>
857
858 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
859 mention that threads may sometimes run unlocked.
860
861 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
862
863 * gdb.texinfo (Remote configuration): Document "set/show
864 serial parity" command.
865
866 2015-03-18 Gary Benson <gbenson@redhat.com>
867
868 * gdb.texinfo (General Query Packets): Remove documentation
869 for now-removed vFile:fstat qSupported features.
870
871 2015-03-11 Gary Benson <gbenson@redhat.com>
872
873 * gdb.texinfo (Remote Configuration): Document the
874 "set/show remote hostio-fstat-packet" command.
875 (General Query Packets): Document the vFile:fstat
876 qSupported features.
877 (Host I/O Packets): Document the vFile:fstat packet.
878
879 2015-03-11 Andy Wingo <wingo@igalia.com>
880
881 * guile.texi (Objfiles In Guile): Document objfile-progspace.
882
883 2015-03-04 Pedro Alves <palves@redhat.com>
884
885 * gdb.texinfo (Remote Configuration): Document the "set/show
886 remote swbreak-feature-packet" and "set/show remote
887 hwbreak-feature-packet" commands.
888 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
889 decription.
890 (Stop Reply Packets): Document the swbreak and hwbreak stop
891 reasons.
892 (General Query Packets): Document the swbreak and hwbreak
893 qSupported features.
894 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
895
896 2015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
897
898 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
899 under *stopped.
900
901 2015-03-02 Doug Evans <xdje42@gmail.com>
902
903 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
904
905 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
906
907 * gdb.texinfo (S/390 and System z Features): Describe new feature
908 "org.gnu.gdb.s390.vx".
909
910 2015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
911
912 PR gdb/18008
913 * gdb.texinfo (maint internal-error, maint internal-warning, maint
914 demangler-warning): Fix typo ("problam").
915
916 2015-02-19 David Taylor <dtaylor@emc.com>
917
918 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
919
920 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
921
922 * gdb.texinfo (Static Probe Points): Add cindex `static probe
923 point, DTrace'.
924 (Static Probe Points): Modified to cover DTrace probes in addition
925 to SystemTap probes. Also modified to cover the `enable probe'
926 and `disable probe' commands.
927
928 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
929
930 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
931 `disable probe' commands.
932
933 2015-02-12 David Taylor <dtaylor@emc.com>
934
935 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
936 fields of the QTDV packet.
937
938 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
939
940 * gdb.texinfo (Branch Trace Configuration Format): Add size.
941 (Process Record and Replay): Describe new set|show commands.
942 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
943
944 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
945
946 * gdb.texinfo (Process Record and Replay): Describe the "record
947 btrace bts" command.
948 (General Query Packets): Describe qXfer:btrace-conf:read packet.
949 (Branch Trace Configuration Format): New.
950
951 2015-01-31 Gary Benson <gbenson@redhat.com>
952 Doug Evans <dje@google.com>
953
954 * gdb.texinfo (Command Completion): Document new
955 "set/show max-completions" option.
956
957 2015-01-31 Doug Evans <xdje42@gmail.com>
958
959 * gdb.texinfo (Symbols): Document new commands
960 "maint print symbol-cache", "maint print symbol-cache-statistics",
961 "maint flush-symbol-cache". Document new option
962 "maint set symbol-cache-size".
963
964 2015-01-31 Doug Evans <xdje42@gmail.com>
965
966 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
967 distinguish script files vs inlined scripts.
968 * python.texi (Python Auto-loading): Ditto.
969
970 2015-01-30 Doug Evans <dje@google.com>
971
972 * gdb.texinfo (Symbols) <info source>: Output now contains producer
973 string if present.
974
975 2015-01-27 Doug Evans <dje@google.com>
976
977 * python.texi (Objfiles In Python): Document Objfile.username.
978
979 2015-01-27 Doug Evans <dje@google.com>
980
981 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
982 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
983
984 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
985
986 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
987
988 2015-01-16 Eli Zaretskii <eliz@gnu.org>
989
990 * doc/gdb.texinfo (TUI Commands): Document the possible
991 values of NAME argument to 'winheight' command. Explain the
992 effect of 'tabset' setting better.
993
994 2015-01-11 Doug Evans <xdje42@gmail.com>
995
996 PR gdb/15830
997 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
998 (Symbols): Ditto.
999 (Maintenance Commands): Delete docs for "maint demangle".
1000
1001 2014-12-31 Joel Brobecker <brobecker@adacore.com>
1002
1003 * gdb.texinfo (Files): Remove documentation of the
1004 "add-shared-symbol-files" and "assf" commands.
1005 (Cygwin Native): Remove documentation of the "dll-symbols"
1006 command.
1007
1008 2014-12-17 Doug Evans <xdje42@gmail.com>
1009
1010 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
1011
1012 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
1013 Jan Kratochvil <jan.kratochvil@redhat.com>
1014
1015 * gdb.texinfo (Altering): Update.
1016 (Compiling and Injecting Code): New node.
1017
1018 2014-12-12 Doug Evans <dje@google.com>
1019
1020 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
1021
1022 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1023
1024 * gdb.texinfo: Document "maint print user-registers".
1025
1026 2014-12-08 Doug Evans <dje@google.com>
1027
1028 * python.texi (Objfiles In Python): Document Objfile.owner.
1029
1030 2014-12-04 Doug Evans <dje@google.com>
1031
1032 * python.texi (Objfiles In Python): Document
1033 Objfile.add_separate_debug_file.
1034
1035 2014-12-04 Doug Evans <dje@google.com>
1036
1037 * python.texi (Objfiles In Python): Document Objfile.build_id.
1038
1039 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
1040
1041 * python.texi (Events In Python): Document new events
1042 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
1043 and RegisterChangedEvent.
1044
1045 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1046
1047 Add add-auto-load-scripts-directory.
1048 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
1049 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
1050
1051 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1052
1053 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
1054 description typo.
1055
1056 2014-10-30 Doug Evans <dje@google.com>
1057
1058 * python.texi (Progspaces In Python): Document ability to add
1059 random attributes to gdb.Progspace objects.
1060 (Objfiles In Python): Document ability to add random attributes to
1061 gdb.objfile objects.
1062
1063 2014-10-27 Pedro Alves <palves@redhat.com>
1064
1065 * gdb.texinfo (Continuing and Stepping): Add cross reference to
1066 info on stepping and signal handlers.
1067 (Signals): Explain stepping and signal handlers. Add context
1068 index entry, and cross references.
1069
1070 2014-10-20 Simon Marchi <simon.marchi@ericsson.com>
1071
1072 * python.texi (Breakpoints In Python): Add parenthesis after
1073 Breakpoint.delete. Clarify Breakpoint.enabled description so
1074 that it contains "disable".
1075
1076 2014-10-17 Doug Evans <dje@google.com>
1077
1078 * python.texi (Events In Python): Document clear_objfiles event.
1079
1080 2014-10-17 Doug Evans <dje@google.com>
1081
1082 * python.texi (Objfiles In Python): Document new progspace attribute.
1083
1084 2014-10-17 Pedro Alves <palves@redhat.com>
1085
1086 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
1087 (SVR4 Process Information): Delete mention of OSF/1.
1088
1089 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
1090
1091 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
1092 exit-code field in -list-thread-groups output.
1093
1094 2014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1095
1096 * gdb.texinfo (Set Breaks): Add missing "@end table".
1097
1098 2014-09-22 Pedro Alves <palves@redhat.com>
1099
1100 * gdb.texinfo (Set Breaks): Document that "set breakpoint
1101 always-inserted off" is the default mode now. Delete
1102 documentation of "set breakpoint always-inserted auto".
1103
1104 2014-09-18 Doug Evans <dje@google.com>
1105
1106 * python.texi (Symbol Tables In Python): Document "producer"
1107 attribute of gdb.Symtab objects.
1108
1109 2014-09-16 Pedro Alves <palves@redhat.com>
1110
1111 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
1112 (Embedded OS): Remove VxWorks menu entry.
1113 (VxWorks): Remove node.
1114
1115 2014-09-13 Doug Evans <xdje42@gmail.com>
1116
1117 * gdb.texinfo (Signaling): Document new queue-signal command.
1118
1119 2014-09-06 Doug Evans <xdje42@gmail.com>
1120
1121 PR 15276
1122 * gdb.texinfo (Convenience Funs): Document $_caller_is,
1123 $_caller_matches, $_any_caller_is, $_any_caller_matches.
1124
1125 2014-09-03 Justin Lebar <jlebar@google.com>
1126
1127 * python.texi (Types In Python): Type.template_argument(n) returns a
1128 gdb.Value or a gdb.Type and throws an exception if n is out of
1129 range.
1130
1131 2014-09-03 Sasha Smundak <asmundak@google.com>
1132
1133 * python.texi (Frames in Python): Add read_register description.
1134
1135 2014-08-04 Tom Tromey <tromey@redhat.com>
1136
1137 * gdb.texinfo (Debugging Output): Update for change to "set debug
1138 target".
1139
1140 2014-08-01 Masaki Muranaka <monaka@monami-software.com>
1141
1142 Pushed by Joel Brobecker <brobecker@adacore.com>.
1143 * Makefile.in (transform): New variable.
1144 (install-man1, install-man5): Apply $(transform) to man file names.
1145
1146 2014-07-26 Doug Evans <xdje42@gmail.com>
1147
1148 PR guile/17177
1149 * guile.texi (Guile Pretty Printing API): Fix typo.
1150 Document set-pretty-printers!, pretty-printers.
1151 (Selecting Guile Pretty-Printers): Update.
1152 Mention program-space based pretty-printers.
1153
1154 2014-07-25 Pedro Alves <palves@redhat.com>
1155 Eli Zaretskii <eliz@gnu.org>
1156
1157 * gdb.texinfo (Signaling) <signal command>: Explain what happens
1158 with multi-threaded programs.
1159
1160 2014-06-27 Yao Qi <yao@codesourcery.com>
1161
1162 * gdb.texinfo (Maintenance Commands): Update the output of
1163 'maint print dummy-frames' command.
1164
1165 2014-06-24 Eli Zaretskii <eliz@gnu.org>
1166
1167 * gdb.texinfo (Screen Size): Improve indexing.
1168
1169 2014-06-19 Gary Benson <gbenson@redhat.com>
1170
1171 * gdb.texinfo (Maintenance Commands): Document new
1172 "maint set/show catch-demangler-crashes" option.
1173
1174 2014-06-19 Gary Benson <gbenson@redhat.com>
1175
1176 * gdb.texinfo (Maintenance Commands): Document new
1177 "maint demangler-warning" command and new
1178 "maint set/show demangler-warning" option.
1179
1180 2014-06-09 Siva Chandra Reddy <sivachandra@google.com>
1181
1182 * python.texi (Xmethod API): Add space before the opening
1183 parenthesis in function descriptions.
1184
1185 2014-06-06 Doug Evans <xdje42@gmail.com>
1186
1187 * guile.texi (Guile Configuration): Document guile-data-directory.
1188
1189 2014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
1190
1191 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
1192
1193 2014-06-04 Doug Evans <xdje42@gmail.com>
1194
1195 * guile.texi (Breakpoints In Guile): Update.
1196
1197 2014-06-03 Joel Brobecker <brobecker@adacore.com>
1198
1199 * python.texi (Xmethod API): Fix reference to "Progspaces In
1200 Python".
1201
1202 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
1203
1204 * python.texi (Xmethods In Python, XMethod API)
1205 (Writing an Xmethod): New nodes.
1206 (Python API): New menu entries "Xmethods In Python",
1207 "Xmethod API", "Writing an Xmethod".
1208
1209 2014-06-02 Doug Evans <xdje42@gmail.com>
1210
1211 * guile.texi (Guile API): Add entry for Parameters In Guile.
1212 (GDB Scheme Data Types): Mention <gdb:parameter> object.
1213 (Parameters In Guile): New node.
1214
1215 2014-06-02 Doug Evans <xdje42@gmail.com>
1216
1217 * guile.texi (Guile API): Add entry for Commands In Guile.
1218 (Basic Guile) <parse-and-eval>: Add reference.
1219 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
1220 (GDB Scheme Data Types): Mention <gdb:command> object.
1221 (Commands In Guile): New node.
1222
1223 2014-06-02 Doug Evans <xdje42@gmail.com>
1224
1225 * guile.texi (Guile API): Add entry for Progspaces In Guile.
1226 (GDB Scheme Data Types): Mention <gdb:progspace> object.
1227 (Progspaces In Guile): New node.
1228
1229 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
1230
1231 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
1232 * python.texi (Frames In Python): Mention
1233 gdb.FRAME_UNWIND_MEMORY_ERROR.
1234
1235 2014-05-29 Pedro Alves <palves@redhat.com>
1236 Tom Tromey <tromey@redhat.com>
1237
1238 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
1239 from example.
1240 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
1241 Mention that target-async is now deprecated.
1242 (Maintenance Commands): Document maint set/show target-async.
1243
1244 2014-05-29 Pedro Alves <palves@redhat.com>
1245
1246 * observer.texi (sync_execution_done, command_error): New
1247 subjects.
1248
1249 2014-05-29 Pedro Alves <palves@redhat.com>
1250
1251 PR gdb/13860
1252 * observer.texi (signal_received, end_stepping_range)
1253 (signal_exited, exited, no_history): New observer subjects.
1254
1255 2014-05-26 Andy Wingo <wingo@igalia.com>
1256
1257 * guile.texi (GDB Scheme Data Types): Remove documentation for
1258 removed interfaces. Update spelling of gdb-object-kind.
1259
1260 2014-05-26 Andy Wingo <wingo@igalia.com>
1261
1262 * guile.texi (Basic Guile): Fix some typos.
1263
1264 2014-05-26 Andy Wingo <wingo@igalia.com>
1265
1266 * guile.texi (Writing a Guile Pretty-Printer)
1267 (Guile Types Module): Fix excess parentheses in use-modules forms.
1268
1269 2014-05-24 Eli Zaretskii <eliz@gnu.org>
1270
1271 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
1272 (Breakpoints In Guile, Guile Printing Module)
1273 (Guile Exception Handling, Values From Inferior In Guile)
1274 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
1275 Don't use @var at the beginning of a sentence.
1276
1277 * gdb.texinfo (Frame Filter Management, Trace Files)
1278 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
1279 (PowerPC Embedded, Define, Annotations for Running)
1280 (IPA Protocol Commands, Packets, General Query Packets)
1281 (Tracepoint Packets, Notification Packets, Environment)
1282 (Inferiors and Programs, Set Breaks, Set Catchpoints)
1283 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
1284 (Frames, Backtrace, Selection, Expressions, Registers)
1285 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
1286 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
1287 (Source Annotations, Using JIT Debug Info Readers, Packets)
1288 (Stop Reply Packets, Host I/O Packets)
1289 (Target Description Format): Don't use @var at the beginning of a
1290 sentence.
1291
1292 * python.texi (Basic Python, Types In Python)
1293 (Commands In Python, Frames In Python, Line Tables In Python)
1294 (Breakpoints In Python, gdb.printing, gdb.types)
1295 (Type Printing API): Don't use @var at the beginning of a
1296 sentence.
1297
1298 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
1299
1300 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
1301 replay-memory-access".
1302
1303 2014-05-21 Pedro Alves <palves@redhat.com>
1304
1305 * gdb.texinfo (Starting): Document "set/show
1306 auto-connect-native-target".
1307 (Target Commands): Document "target native".
1308
1309 2014-05-20 Pedro Alves <palves@redhat.com>
1310
1311 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
1312 not be remote specific. Add cross reference to the qCRC packet.
1313 (Separate Debug Files): Update cross reference to the qCRC packet.
1314 (General Query Packets) <qCRC packet>: Add anchor.
1315
1316 2014-05-17 Doug Evans <xdje42@gmail.com>
1317
1318 Copy over changes from guile.texi.
1319 * python.texi (Basic Python) <gdb.execute>: Add text.
1320 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
1321 (Values From Inferior) <Python string>: Add text.
1322 (Values From Inferior) <Value.string>: Clarify string length handling.
1323 (Pretty Printing API): Add cindex.
1324 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
1325 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
1326 @vindex.
1327 (Commands In Python) <COMPLETE_*>: Similarly.
1328 (Symbols In Python) <SYMBOL_*>: Similarly.
1329 (Breakpoints In Python) <WP_*>: Similarly.
1330 (Breakpoints In Python) <BP_*>: Similarly.
1331
1332 2014-05-17 David Taylor <dtaylor@emc.com>
1333
1334 * gdb.texinfo (General Query Packets): Add a note about thread IDs
1335 mentioned in the qfThreadInfo reply.
1336
1337 2014-05-16 Doug Evans <dje@google.com>
1338
1339 * gdb.texinfo (Mode Options): Add -D.
1340
1341 2014-05-09 Samuel Bronson <naesten@gmail.com>
1342
1343 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
1344 "make -C".
1345
1346 2014-04-29 Tom Tromey <tromey@redhat.com>
1347
1348 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
1349 "show debug varobj".
1350
1351 2014-05-01 David Taylor <dtaylor@emc.com>
1352
1353 * gdb.texinfo (compare-sections): Document the new -r (read-only)
1354 option.
1355
1356 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
1357 Walfred Tedeschi <walfred.tedeschi@intel.com>
1358
1359 * gdb.texinfo (i386 Features): Add description of AVX512
1360 registers.
1361
1362 2014-03-31 Doug Evans <dje@google.com>
1363
1364 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
1365
1366 2014-03-30 Doug Evans <dje@google.com>
1367
1368 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
1369 (Background Execution): Ditto.
1370
1371 2014-03-21 Pedro Alves <palves@redhat.com>
1372 Stan Shebs <stan@codesourcery.com>
1373 Hui Zhu <hui@codesourcery.com>
1374
1375 * gdb.texinfo (Packets): Add anchor to "? packet".
1376 Remove fixme and update introduction of "k packet".
1377 Add anchor to "vKill packet".
1378
1379 2014-03-12 Stan Shebs <stan@codesourcery.com>
1380
1381 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
1382
1383 2014-02-26 Ludovic Courtès <ludo@gnu.org>
1384
1385 * guile.texi (Basic Guile): Document 'history-append!'.
1386
1387 2014-02-20 Joel Brobecker <brobecker@adacore.com>
1388
1389 * gdb.texinfo (Files): Document "add-shared-symbol-files"
1390 and "assf" as being deprecated.
1391 (Cygwin Native): Likewise for "dll-symbols".
1392 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
1393 as a way to force the loading of symbols from a DLL.
1394
1395 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1396
1397 * python.texi (Values From Inferior): Add description about the
1398 new feature.
1399
1400 2014-02-17 Doug Evans <xdje42@gmail.com>
1401
1402 * Makefile.in (GDB_DOC_FILES): Add python.texi.
1403 * gdb.texinfo (Python): Moved to ...
1404 * python.texi: ... here. New file.
1405
1406 2014-02-17 Ludovic Courtès <ludo@gnu.org>
1407
1408 * guile.texi (Writing a Guile Pretty-Printer) <example>:
1409 Remove 'string-begins-with' procedure. Add 'pretty-printer'
1410 parameter to 'str-lookup-function' procedure. Look for
1411 the "std::string<" prefix.
1412 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
1413 Adjust description.
1414
1415 2014-02-11 Tejas Belagod <tejas.belagod@arm.com>
1416
1417 * guile.texi (Values From Inferior In Guile): Remove stray
1418 parantheses for deffn.
1419 (Disassembly In Guile): Ditto.
1420
1421 2014-02-10 Stan Shebs <stan@codesourcery.com>
1422
1423 Add Doxygen support.
1424 * Makefile.in (doxy): New action, generates Doxygen files.
1425 (DOXYGEN): New.
1426 (doxyedit): New.
1427 * Doxyfile-base.in: New file.
1428 * Doxyfile-gdb-api.in: New file.
1429 * Doxyfile-gdb-xref.in: New file.
1430 * Doxyfile-gdbserver.in: New file.
1431 * doxy-index.in: New file.
1432 * filter-for-doxygen: New file.
1433 * filter-params.pl: New file.
1434
1435 2014-02-10 Doug Evans <xdje42@gmail.com>
1436
1437 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
1438 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
1439 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
1440 (Guile docs): Include guile.texi.
1441 (objfile-gdbdotext file): Add objfile-gdb.scm.
1442 (dotdebug_gdb_scripts section): Mention Guile scripts.
1443 (Multiple Extension Languages): New node.
1444 * guile.texi: New file.
1445
1446 2014-01-28 Joel Brobecker <brobecker@adacore.com>
1447
1448 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
1449 ignore-descriptive-types". commands.
1450
1451 2014-01-22 Doug Evans <dje@google.com>
1452
1453 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
1454 (gdbserver man): Ditto.
1455
1456 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1457
1458 * gdb.texinfo: Document limited reverse/replay support
1459 for target record-btrace.
1460
1461 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1462
1463 * gdb.texinfo (Process Record and Replay): Update documentation.
1464
1465 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1466
1467 * gdb.texinfo (Process Record and Replay): Document new /c
1468 modifier accepted by "record function-call-history".
1469 Add /i modifier to "record function-call-history" example.
1470
1471 2014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
1472 Joel Brobecker <brobecker@adacore.com>
1473
1474 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
1475 markers. Remove one that was misplaced.
1476
1477 2014-01-10 Pedro Alves <palves@redhat.com>
1478
1479 * gdb.texinfo (Your Program's Environment) <set environment>:
1480 Mention the shell, and point at 'set exec-wrapper'.
1481
1482 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1483
1484 * gdb.texinfo (Types In Python): Document new attribute Types.name.
1485
1486 2013-12-30 Joel Brobecker <brobecker@adacore.com>
1487
1488 * gdb.texinfo (Types In Python): Clarify the documentation
1489 of attribute gdb.Field.bitpos.
1490
1491 2013-12-28 Joel Brobecker <brobecker@adacore.com>
1492
1493 * gdb.texinfo (Types In Python): Fix the documentation of
1494 attribute "bitpos" in class gdb.Field for enum types. Add
1495 documentation for attribute "enumval" in that same class.
1496
1497 2013-12-28 Joel Brobecker <brobecker@adacore.com>
1498
1499 * gdb.texinfo (GDB/MI Support Commands): Change @table into
1500 @ftable.
1501
1502 2013-12-23 Doug Evans <xdje42@gmail.com>
1503
1504 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
1505 auto-loaded objfile scripts and .debug_gdb_scripts section to their
1506 corresponding section in Extending GDB.
1507 (Extending GDB): Move menu up. New menu item "Auto-loading
1508 extensions".
1509 (Sequences): New menu item "Auto-loading sequences".
1510 (Auto-loading sequences): New node.
1511 (Python): Rename section from Scripting GDB to Extending GDB.
1512 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
1513 Move docs on ways to auto-load extensions to ...
1514 (Auto-loading extensions): ... here. New node.
1515
1516 2013-12-23 Joel Brobecker <brobecker@adacore.com>
1517
1518 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
1519 in menu.
1520 (GDB/MI Variable Objects): Adjust reference to "-list-features"
1521 command, now in a new node.
1522 (GDB/MI Support Commands): New node, with its contents being
1523 extracted from the "GDB/MI Miscellaneous Commands" node.
1524 A small paragraph introducing the section is also added at
1525 the start.
1526 (GDB/MI Miscellaneous Commands): Delete the description of the
1527 -info-gdb-mi-command, -list-features and -list-target-features
1528 commands, now hosted in the "GDB/MI Support Commands" node.
1529
1530 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
1531
1532 PR python/16113
1533 * gdb.texinfo (Values From Inferior): Add a note about using
1534 gdb.Field objects as subscripts on gdb.Value objects.
1535 (Types In Python): Add description about the new attribute
1536 "parent_type" of gdb.Field objects.
1537
1538 2013-12-12 Joel Brobecker <brobecker@adacore.com>
1539
1540 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
1541 entry for section docuumenting the -list-features GDB/MI command.
1542
1543 2013-12-10 Joel Brobecker <brobecker@adacore.com>
1544
1545 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1546 "exec-run-start-option" entry in the output of the "-list-features"
1547 command.
1548
1549 2013-12-04 Eli Zaretskii <eliz@gnu.org>
1550
1551 * gdb.texinfo (i386): Fix yesterday's commit.
1552
1553 2013-12-03 Tom Tromey <tromey@redhat.com>
1554
1555 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
1556 documented here.
1557
1558 2013-12-03 Tom Tromey <tromey@redhat.com>
1559
1560 * gdb.texinfo (@direntry): Add menu item for gdbserver.
1561
1562 2013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
1563
1564 * gdb.texinfo (i386 Features): Add MPX feature registers.
1565 (x86 Specific featuresx86 Architecture-specific Issues): Adds
1566 a subsubsection for MPX and describes the display of the
1567 boundary registers.
1568
1569 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1570
1571 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
1572 documentation of the "ada-exceptions" entry.
1573
1574 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1575
1576 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
1577 "^error" result record concerning the error message. Document
1578 the error code that may also be part of that result record.
1579 (GDB/MI Miscellaneous Commands): Document the
1580 "undefined-command-error-code" element in the output of
1581 the "-list-features" GDB/MI command.
1582
1583 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1584
1585 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1586 the new -info-gdb-mi-command GDB/MI command. Document
1587 the meaning of "-info-gdb-mi-command" in the output of
1588 -list-features.
1589
1590 2013-11-29 Pedro Alves <palves@redhat.com>
1591
1592 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
1593 Update comment.
1594
1595 2013-11-24 Yao Qi <yao@codesourcery.com>
1596
1597 * gdb.texinfo (Caching Remote Data): Document new
1598 "set/show stack-cache" option.
1599
1600 2013-11-24 Yao Qi <yao@codesourcery.com>
1601
1602 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
1603 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
1604 "off" respectively.
1605
1606 2013-11-23 Yao Qi <yao@codesourcery.com>
1607
1608 * gdb.texinfo (GDB/MI Variable Objects): Add the description
1609 of "displayhint" to the table about child results.
1610
1611 2013-11-21 Yao Qi <yao@codesourcery.com>
1612
1613 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
1614 'dynamic' for the output of command -var-list-children.
1615
1616 2013-11-21 Yao Qi <yao@codesourcery.com>
1617
1618 * gdb.texinfo (Caching Target Data): Remove "see" before
1619 @pxref.
1620
1621 2013-11-20 Yao Qi <yao@codesourcery.com>
1622
1623 * gdb.texinfo (Caching Target Data): Update doc for
1624 per-address-space dcache.
1625
1626 2013-11-20 Yao Qi <yao@codesourcery.com>
1627
1628 * gdb.texinfo (Data): Rename menu item.
1629 (Caching Remote Data): Rename to ...
1630 (Caching Target Data): ... it. Update.
1631
1632 2013-11-18 Joel Brobecker <brobecker@adacore.com>
1633
1634 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1635 "language-option" entry in the output of the "-list-features"
1636 command.
1637
1638 2013-11-15 Tom Tromey <tromey@redhat.com>
1639
1640 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
1641 Add example.
1642
1643 2013-11-14 Tom Tromey <tromey@redhat.com>
1644
1645 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
1646
1647 2013-11-14 Joel Brobecker <brobecker@adacore.com>
1648
1649 * gdb.texinfo (Show): Add xref anchor for "show language" command.
1650 (Context management): Place current subsection text into its own
1651 subsubsection. Add new subsubsection describing the "--language"
1652 command option.
1653
1654 2013-11-13 Joel Brobecker <brobecker@adacore.com>
1655
1656 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
1657 the documentation of "info-ada-exceptions" in the output
1658 of the "-list-features" command. Add the documentation
1659 of the "ada-exception" entry instead.
1660
1661 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1662
1663
1664 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
1665 word of a couple of sentences to start with a capital letter.
1666
1667 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1668
1669 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
1670 (Ada Exceptions): New node.
1671 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
1672 Commands" node.
1673 (GDB/MI Ada Exceptions Commands): New node.
1674 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
1675 field in the output of the "-list-features" command.
1676 * NEWS: Add entry for the new "info exceptions" CLI command,
1677 and for the new "-info-ada-exceptions" GDB/MI command.
1678
1679 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
1680
1681 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
1682 (Line Tables In Python): New node.
1683
1684 2013-11-08 Doug Evans <dje@google.com>
1685
1686 * gdb.texinfo (Debugging Output): Update text for
1687 "set debug dwarf2-read".
1688
1689 2013-11-08 Doug Evans <dje@google.com>
1690
1691 * gdb.texinfo (Debugging Output): Update text for
1692 "set debug symtab-create".
1693
1694 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1695
1696 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
1697 constant.
1698
1699 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1700
1701 * gdb.texinfo (Breakpoints In Python): Document temporary
1702 option in breakpoint constructor, and add documentation to the
1703 temporary attribute.
1704
1705 2013-11-07 Yao Qi <yao@codesourcery.com>
1706
1707 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
1708 output of "-var-info-expression".
1709
1710 2013-11-06 Pedro Alves <palves@redhat.com>
1711
1712 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
1713 non-interactive mode.
1714 (Environment) <shell startup files warning>: Mention
1715 non-interactive mode. Mention .zshenv for Z shell, and talk about
1716 BASH_ENV instead of .bashrc for BASH.
1717
1718 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
1719
1720 * gdb.texinfo (Commands to Specify Files): Add description
1721 of the remove-symbol-file command.
1722 * observer.texi: New free_objfile event
1723
1724 2013-10-24 Pedro Alves <palves@redhat.com>
1725
1726 * gdb.texinfo (Starting): Document set/show startup-with-shell.
1727
1728 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1729
1730 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
1731 New subsection inside which the "-catch-load" and "-catch-unload"
1732 commands documentation is now placed.
1733 (Ada Exception GDB/MI Catchpoint Commands): New subsection
1734 documenting the "-catch-assert" and "-catch-exception" new
1735 GDB/MI commands.
1736
1737 2013-10-10 Joel Brobecker <brobecker@adacore.com>
1738
1739 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
1740
1741 2013-10-10 Joel Brobecker <brobecker@adacore.com>
1742
1743 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
1744 serial baud".
1745 (Remote Configuration): Replace "set remotebaud" by "set serial
1746 baud". Replace "show remotebaud" by "show serial baud".
1747
1748 2013-10-07 Pedro Alves <palves@redhat.com>
1749
1750 PR breakpoints/11568
1751 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
1752 when the thread is removed from the thread list.
1753
1754 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1755
1756 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
1757 Update entry for $_exitcode.
1758
1759 2013-10-04 Joel Brobecker <brobecker@adacore.com>
1760
1761 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
1762 new "--start" option.
1763
1764 2013-10-02 Pedro Alves <palves@redhat.com>
1765
1766 * gdb.texinfo (Registers): Expand description of saved registers
1767 in frames. Explain <not saved>.
1768
1769 2013-09-25 Doug Evans <dje@google.com>
1770
1771 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
1772
1773 2013-09-16 Stan Shebs <stan@codesourcery.com>
1774
1775 Remove the internals manual gdbint.texinfo.
1776 * Makefile.in (INFO_DEPS): Remove gdbint.info.
1777 (PDFFILES): Remove gdbint.pdf.
1778 (HTMLFILES): Remove gdbint/index.html.
1779 (HTMLFILES_INSTALL): Remove gdbint.
1780 (GDBINT_DOC_FILES): Remove.
1781 (dvi): Remove gdbint.dvi.
1782 (ps): Remove gdbint.ps.
1783 * gdbint.texinfo: Remove file.
1784 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
1785
1786 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1787
1788 * gdb.texinfo (Convenience Functions): Mention new convenience
1789 function $_isvoid.
1790
1791 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1792
1793 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
1794 (Standard Target Features): Add new node to menu.
1795 (S/390 and System z Features): New node.
1796
1797 2013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
1798
1799 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
1800 -list-target-features in the example.
1801
1802 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1803
1804 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
1805 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
1806
1807 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1808
1809 Sync documentation with gdb.base/gnu-debugdata.exp.
1810 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
1811
1812 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1813
1814 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
1815
1816 2013-08-27 Pedro Alves <pedro@codesourcery.com>
1817 Yao Qi <yao@codesourcery.com>
1818
1819 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
1820 Document new --skip-unavailable option.
1821 <-stack-list-variables>: Document new --skip-unavailable option.
1822
1823 2013-08-26 Doug Evans <dje@google.com>
1824
1825 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
1826 an optional regexp.
1827
1828 2013-08-13 Tom Tromey <tromey@redhat.com>
1829
1830 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
1831 Document GDB_PARALLEL and GDB_INOTIFY.
1832
1833 2013-08-09 Stan Shebs <stan@codesourcery.com>
1834
1835 * LRS: Remove file, describes a long-abandoned live-range
1836 splitting extension to stabs.
1837
1838 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
1839
1840 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
1841
1842 2013-07-17 Doug Evans <dje@google.com>
1843
1844 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
1845
1846 2013-07-02 Tom Tromey <tromey@redhat.com>
1847
1848 * gdb.texinfo (Target Commands): Don't mention "target nrom".
1849
1850 2013-06-28 Tom Tromey <tromey@redhat.com>
1851
1852 * Makefile.in (version.subst): Use version.in, not
1853 common/version.in.
1854 * gdbint.texinfo (Versions and Branches, Releasing GDB):
1855 Likewise.
1856
1857 2013-06-27 Pedro Alves <palves@redhat.com>
1858
1859 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
1860 dynamic symbol resolution code>: New section, based on infrun.c
1861 comment.
1862
1863 2013-06-26 Tom Tromey <tromey@redhat.com>
1864
1865 * gdbint.texinfo (Versions and Branches): Use common/version.in.
1866 Update.
1867 (Releasing GDB): Likewise.
1868
1869 2013-06-26 Pedro Alves <pedro@codesourcery.com>
1870 Yao Qi <yao@codesourcery.com>
1871
1872 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
1873 -trace-frame-collected.
1874
1875 2013-06-26 Pedro Alves <pedro@codesourcery.com>
1876
1877 * gdb.texinfo (Traceframe Info Format): Document tvar element
1878 and its attributes.
1879
1880 2013-06-25 Yao Qi <yao@codesourcery.com>
1881
1882 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
1883
1884 2013-06-24 Tom Tromey <tromey@redhat.com>
1885
1886 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
1887 (GDBvn.texi): Use version.subst.
1888 (version.subst): New target.
1889 (mostlyclean): Remove version.subst.
1890
1891 2013-06-20 Pedro Alves <pedro@codesourcery.com>
1892
1893 * gdb.texinfo (GDB/MI Data Manipulation)
1894 <-data-list-register-values>: Document the --skip-unavailable
1895 option.
1896
1897 2013-06-07 Yao Qi <yao@codesourcery.com>
1898
1899 * gdb.texinfo (Symbols): Add kindex and cindex for
1900 'maint print msymbols'.
1901
1902 2013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
1903
1904 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
1905 response field name (thread-group to inferior).
1906
1907 2013-06-04 Gary Benson <gbenson@redhat.com>
1908
1909 * gdb.texinfo (General Query Packets/qSupported): Added
1910 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
1911 to the table of currently defined stub features.
1912 Added a more detailed entry for "augmented-libraries-svr4-read".
1913 (General Query Packets/qXfer:libraries-svr4:read): Documented
1914 the augmented form of this packet.
1915
1916 2013-05-23 Joel Brobecker <brobecker@adacore.com>
1917
1918 * gdb.texinfo (System-wide Configuration Scripts): Renames
1919 "Installed System-wide Configuration Scripts". Add associated
1920 @menu block.
1921
1922 2013-05-23 Yao Qi <yao@codesourcery.com>
1923 Pedro Alves <palves@redhat.com>
1924
1925 * gdb.texinfo (Packets): Document 'vCont;r'.
1926 (Continuing and Stepping): Document target-assisted range
1927 stepping, and the 'set range-stepping' and 'show range-stepping'
1928 commands.
1929
1930 2013-05-23 Joel Brobecker <brobecker@adacore.com>
1931
1932 * gdb.texinfo (Installed System-wide Configuration Scripts):
1933 Add subsection describing the scripts now available under
1934 the data-dir's system-gdbbinit subdirectory.
1935 * NEWS: Add entry announcing the availability of system-wide
1936 configuration scripts for ElinOS and Wind River Linux.
1937
1938 2013-05-21 Hui Zhu <hui@codesourcery.com>
1939
1940 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
1941 "-dprintf-insert" command.
1942
1943 2013-05-17 Doug Evans <dje@google.com>
1944
1945 * gdb.texinfo (Maintenance Commands): Update doc for
1946 "maint check-psymtabs". Add doc for "maint check-symtabs",
1947 "maint expand-symtabs".
1948
1949 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
1950
1951 * gdb.texinfo (Process Record and Replay): Document the
1952 "record goto" command and its sub-commands.
1953
1954 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
1955
1956 * gdb.texinfo (Backtrace): Add "no-filter" argument.
1957 (Python API): Add Frame Filters API, Frame Wrapper API,
1958 Writing a Frame Filter/Wrapper, Managing Management of Frame
1959 Filters chapter entries.
1960 (Frame Filters API): New Node.
1961 (Frame Wrapper API): New Node.
1962 (Writing a Frame Filter): New Node.
1963 (Managing Frame Filters): New Node.
1964 (Progspaces In Python): Add note about frame_filters attribute.
1965 (Objfiles in Python): Ditto.
1966 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
1967 @anchors and --no-frame-filters option to -stack-list-variables,
1968 -stack-list-frames, -stack-list-locals and -stack-list-arguments
1969 commands.
1970
1971 2013-05-08 Joel Brobecker <brobecker@adacore.com>
1972
1973 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
1974 Support" subsection documenting the XML format used to transfer
1975 shared library info on AIX.
1976
1977 2013-05-08 Joel Brobecker <brobecker@adacore.com>
1978
1979 * gdb.texinfo (Debugging Output): Add documentation of
1980 "set debug aix-solib" and "show debug aix-solib" commands.
1981
1982 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1983
1984 * gdb.texinfo (Nios II): New section.
1985 (Nios II Features): New section.
1986
1987 2013-05-06 Joel Brobecker <brobecker@adacore.com>
1988
1989 * gdbint.texinfo (Algorithms): Remove entries documenting
1990 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
1991 SOLIB_CREATE_INFERIOR_HOOK.
1992
1993 2013-04-29 Tom Tromey <tromey@redhat.com>
1994
1995 PR python/14204:
1996 * gdb.texinfo (Python API): Fix menu entry.
1997 (Blocks In Python): Fix subsubsection text. Rewrite intro.
1998 Define global and static block. Add example. Clarify
1999 block relationship for inline functions.
2000
2001 2013-04-29 Tom Tromey <tromey@redhat.com>
2002
2003 * gdb.texinfo (Python API): Mention Python help and keyword
2004 arguments. Move pagination text to Basic Python.
2005 (Basic Python): Put pagination text here. Document
2006 close-on-exec, SIGCHLD, and SIGINT.
2007
2008 2013-04-19 Pedro Alves <palves@redhat.com>
2009
2010 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
2011 "signedness" instead of "signness".
2012
2013 2013-04-19 Pedro Alves <palves@redhat.com>
2014
2015 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
2016 -Wno-pointer-sign text with text on -Wpointer-sign.
2017
2018 2013-04-16 Tom Tromey <tromey@redhat.com>
2019
2020 * gdb.texinfo (Set Catchpoints): Mention earliest version of
2021 GCC that has the SDT probe points.
2022
2023 2013-04-15 Tom Tromey <tromey@redhat.com>
2024
2025 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
2026 exception catchpoints.
2027
2028 2013-04-15 Tom Tromey <tromey@redhat.com>
2029
2030 * gdb.texinfo (Set Catchpoints): Document $_exception.
2031 (Convenience Vars): Mention $_exception.
2032
2033 2013-04-15 Tom Tromey <tromey@redhat.com>
2034
2035 * gdb.texinfo (Set Catchpoints): Reorganize exception
2036 catchpoints. Document "catch rethrow".
2037 (Debugging C Plus Plus): Mention "catch rethrow".
2038
2039 2013-04-15 Tom Tromey <tromey@redhat.com>
2040
2041 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
2042
2043 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2044 Eli Zaretskii <eliz@gnu.org>
2045
2046 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
2047 line below the sample output.
2048
2049 2013-04-12 Eli Zaretskii <eliz@gnu.org>
2050
2051 * gdb.texinfo (Mode Options): Document '-configuration'.
2052 (Help): Document "show configuration".
2053 (Bug Reporting): Add requirements to include the configuration
2054 details in bug reports.
2055
2056 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2057
2058 * Makefile.in (MAN1S): Add gcore.1.
2059 Remove "Host, target, and site specific Makefile fragments" comment.
2060 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
2061 (install-man1, uninstall-man1): Conditionalize gcore.1.
2062 (gcore.1): New.
2063 * gdb.texinfo (Man Pages): Add gcore man.
2064 (gcore man): New node.
2065
2066 2013-04-10 Pedro Alves <palves@redhat.com>
2067
2068 * gdb.texinfo (Process Record and Replay): Document that "set
2069 record full insn-number-max", "set record
2070 instruction-history-size" and "set record
2071 function-call-history-size" accept "unlimited".
2072 (Backtrace): Document that "set backtrace limit" accepts
2073 "unlimited".
2074 (List): Document that "set listsize" accepts "unlimited".
2075 (Print Settings)" Document that "set print max-symbolic-offset",
2076 "set print elements" and "set print repeats" accept "unlimited".
2077 (Starting and Stopping Trace Experiments): Document that "set
2078 trace-buffer-size" accepts "unlimited".
2079 (Remote Configuration): Document that "set tcp connect-timeout"
2080 accepts "unlimited".
2081 (Command History): Document that "set history size" accepts
2082 "unlimited".
2083 (Screen Size): Document that "set height" and "set width" accepts
2084 "unlimited". Adjust "set pagination"'s description to suggest
2085 "set height unlimited" instead of "set height 0".
2086
2087 2013-04-10 Yao Qi <yao@codesourcery.com>
2088
2089 * gdb.texinfo (Trace Files): Add "target ctf".
2090
2091 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2092
2093 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
2094
2095 * Makefile.in (install-man1, install-man5, uninstall-man1)
2096 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
2097
2098 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
2099
2100 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2101 Eli Zaretskii <eliz@gnu.org>
2102
2103 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
2104 parameters order. Remove "On some targets" for --attach. Document the
2105 --multi parameter and extended-remote command. Document all the
2106 options.
2107
2108 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2109
2110 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
2111 the list of supported languages.
2112
2113 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2114
2115 Convert man pages to texinfo, new gdbinit.5 texinfo page.
2116 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
2117 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
2118 (diststuff): Add man.
2119 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
2120 (uninstall-man5): New.
2121 (STAGESTUFF): Add *.1 and *.5.
2122 (GDBvn.texi): Add SYSTEM_GDBINIT.
2123 (gdb.1, gdbserver.1, gdbinit.5): New.
2124 (maintainer-clean realclean): Add $(MANS).
2125 (install): Add install-man.
2126 (uninstall): Add uninstall-man.
2127 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
2128 (@copying): Wrap it by @c man begin COPYRIGHT.
2129 (Top): Add Man Pages.
2130 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
2131
2132 2013-04-02 Pedro Alves <palves@redhat.com>
2133
2134 * gdb.texinfo (Debugging Output): Document "set/show debug
2135 aarch64", "set/show debug coff-pe-read" and "set/show debug
2136 mach-o".
2137
2138 2013-04-02 Pedro Alves <palves@redhat.com>
2139
2140 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2141 table>: Add entry for "trace-buffer-size".
2142
2143 2013-03-28 Pedro Alves <palves@redhat.com>
2144
2145 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2146 table>: Add entry for "trace-status".
2147
2148 2013-03-28 Eli Zaretskii <eliz@gnu.org>
2149
2150 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
2151 @bullet", which is invalid (makeinfo 5.1 barfs).
2152
2153 2013-03-28 Pedro Alves <palves@redhat.com>
2154
2155 PR gdb/15294
2156
2157 * gdb.texinfo (List) <set listsize>: Adjust to document that
2158 listsize 0 means no limit, and remove mention of -1.
2159
2160 2013-03-22 Yao Qi <yao@codesourcery.com>
2161
2162 * gdb.texinfo (Embedded Processors): Remove menu item
2163 "OpenRISC 1000".
2164 (OpenRISC 1000): Remove.
2165
2166 2013-03-21 Doug Evans <dje@google.com>
2167
2168 * gdb.texinfo (Maintenance Commands): Add docs for
2169 "mt set per-command {space,time,symtab} {on,off}".
2170
2171 2013-03-14 Hui Zhu <hui@codesourcery.com>
2172 Yao Qi <yao@codesourcery.com>
2173
2174 * gdb.texinfo (Trace Files): Add "tsave -ctf".
2175
2176 2013-03-13 Keith Seitz <keiths@redhat.com>
2177
2178 * gdb.texinfo (Maintenance Commands): Add missing ')' for
2179 "maint agent" reference to Dynamic printf.
2180
2181 2013-03-11 Eli Zaretskii <eliz@gnu.org>
2182
2183 * gdb.texinfo (General Query Packets): Don't use colon in index
2184 entries visible to Info format.
2185
2186 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2187
2188 * gdb.texinfo (Process Record and Replay): Document record
2189 changes.
2190
2191 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2192
2193 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
2194 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
2195 qXfer:btrace:read.
2196
2197 2013-03-09 Eli Zaretskii <eliz@gnu.org>
2198
2199 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
2200 use colons in @anchor and @cindex entries.
2201
2202 2013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
2203
2204 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
2205
2206 2013-03-08 Stan Shebs <stan@codesourcery.com>
2207 Hafiz Abid Qadeer <abidh@codesourcery.com>
2208
2209 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2210 trace-buffer-size set and show commands.
2211 (Tracepoint Packets): Document QTBuffer:size.
2212 (General Query Packets): Document QTBuffer:size.
2213
2214 2013-02-21 Tom Tromey <tromey@redhat.com>
2215
2216 * gdb.texinfo: Remove bad @syncodeindex.
2217 (Values From Inferior, Types In Python, Inferiors In Python)
2218 (Events In Python, Threads In Python, Frames In Python, Blocks In
2219 Python, Symbols In Python, Symbol Tables In Python): Remove
2220 @tables.
2221 (Packets, General Query Packets, Tracepoint Packets)
2222 (Host I/O Packets): Use @w{} for empty @item.
2223
2224 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
2225
2226 * gdb.texinfo (Architectures In Python): Add description about
2227 the new method gdb.Architecture.disassemble.
2228
2229 2013-02-15 Pedro Alves <pedro@codesourcery.com>
2230 Hafiz Abid Qadeer <abidh@codesourcery.com>
2231
2232 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
2233 Document the "trace-file" field.
2234
2235 2013-02-07 Doug Evans <dje@google.com>
2236
2237 * gdb.texinfo (Machine Code): Clarify argument to disassemble
2238 command.
2239
2240 2013-02-06 Yao Qi <yao@codesourcery.com>
2241
2242 * gdb.texinfo (GDB/MI Async Records): Document new MI
2243 notification "=tsv-modified". Update the document of MI
2244 notification "=tsv-created".
2245 * observer.texi (GDB Observers): New observer tsv_modified.
2246 Update observer tsv_created and tsv_delete.
2247
2248 2013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
2249
2250 * gdb.texinfo (AArch64 Features): New section; document
2251 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
2252 (Architectures): Add new AArch64 section to document AArch64
2253 architecture specific commands.
2254 (ABI): Add description of the new OS ABI "Newlib" and its influence
2255 on the longjmp handling.
2256
2257 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
2258 Jan Kratochvil <jan.kratochvil@redhat.com>
2259
2260 * gdb.texinfo (Backtrace): Added description of 'filename-display'
2261 variable in 'set/show backtrace' section.
2262
2263 2013-01-31 Tom Tromey <tromey@redhat.com>
2264
2265 * gdb.texinfo (Target Commands): Fix typo.
2266
2267 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
2268
2269 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
2270 describing the gdb.Architecture class.
2271 (Frames In Python): Add description about the new method
2272 gdb.Frame.architecture().
2273
2274 2013-01-23 Doug Evans <dje@google.com>
2275
2276 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
2277
2278 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
2279
2280 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
2281 'thread-groups' field when printing a breakpoint in MI.
2282
2283 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2284 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
2285 to reflect that jit-reader-load now supports absolute file-names.
2286
2287 2013-01-16 Tom Tromey <tromey@redhat.com>
2288
2289 * gdb.texinfo (Set Catchpoints): Document "catch signal".
2290 (Signals): Likewise.
2291
2292 2013-01-16 Tom Tromey <tromey@redhat.com>
2293
2294 * gdb.texinfo (GDB/MI Breakpoint Information): Document
2295 "catch-type" field.
2296 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
2297
2298 2013-01-07 Tom Tromey <tromey@redhat.com>
2299
2300 * gdb.texinfo (Mode Options): Don't mention -epoch.
2301 (Data, Emacs): Remove obsolete comments.
2302
2303 2013-01-02 Tom Tromey <tromey@redhat.com>
2304
2305 * gdb.texinfo (GDB/MI Output Records): Update menu.
2306 (GDB/MI Breakpoint Information): New node.
2307 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
2308 <-break-insert>: Likewise.
2309
2310 2012-12-31 Yao Qi <yao@codesourcery.com>
2311
2312 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
2313 (Packets): Move "vStopped" packet to ...
2314 (Notification Packets): ... here. Describe the components
2315 of notification. Add a table of supported notifications.
2316 Add an example on the process of he async notification.
2317
2318 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2319
2320 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
2321 present.
2322 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
2323 fullname output always present.
2324
2325 2012-12-23 Pierre Muller <muller@sourceware.org>
2326
2327 * gdbint.texinfo (Function prototypes): Require use of "extern"
2328 modifier for function prototypes in headers.
2329
2330 2012-12-19 Joel Brobecker <brobecker@adacore.com>
2331
2332 * refcard.tex: Update copyright notice to GPL v3 or later.
2333 Update contact info.
2334
2335 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2336
2337 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
2338
2339 2012-12-15 Yao Qi <yao@codesourcery.com>
2340
2341 * gdb.texinfo (Debugging Output): Document 'set debug
2342 notification' and 'show debug notification'.
2343
2344 2012-12-15 Yao Qi <yao@codesourcery.com>
2345
2346 * gdb.texinfo (Listing Tracepoints): New item and example about
2347 'installed on target' output.
2348 Add more in the example about 'installed on target'.
2349 (GDB/MI Breakpoint Commands): Doc about 'installed field.
2350
2351 2012-12-14 Tom Tromey <tromey@redhat.com>
2352
2353 * gdb.texinfo (SVR4 Process Information): Mention core files.
2354
2355 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
2356
2357 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
2358
2359 2012-12-11 Pedro Alves <palves@redhat.com>
2360
2361 * gdb.texinfo: Remove all mentions of Unixware throughout.
2362
2363 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2364
2365 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
2366
2367 2012-11-29 Tom Tromey <tromey@redhat.com>
2368
2369 * gdb.texinfo (SVR4 Process Information): Document missing
2370 "info proc" subcommands.
2371
2372 2012-11-29 Yao Qi <yao@codesourcery.com>
2373
2374 PR gdb/1477.
2375 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
2376 to 'auto' instead of 'gnu'.
2377
2378 2012-11-26 Tom Tromey <tromey@redhat.com>
2379
2380 * gdb.texinfo (MiniDebugInfo): New node.
2381 (GDB Files): Update.
2382
2383 2012-11-16 Doug Evans <dje@google.com>
2384
2385 * gdb.texinfo (System-wide configuration): If the system-wide init
2386 file lives in the data-directory, and --data-directory is provided,
2387 look for it there.
2388
2389 2012-11-15 Tom Tromey <tromey@redhat.com>
2390
2391 * gdb.texinfo (Signaling): Fix typo.
2392
2393 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
2394
2395 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
2396 parameter "count" of -data-write-memory-bytes, and add an example.
2397
2398 2012-11-12 Tom Tromey <tromey@redhat.com>
2399
2400 * gdb.texinfo (Symbols): Document "info type-printers",
2401 "enable type-printer" and "disable type-printer".
2402 (Python API): Add new node to menu.
2403 (Type Printing API): New node.
2404 (Progspaces In Python): Document type_printers field.
2405 (Objfiles In Python): Likewise.
2406 (gdb.types) <get_type_recognizers, apply_type_recognizers,
2407 register_type_printer, TypePrinter>: Document.
2408
2409 2012-11-12 Tom Tromey <tromey@redhat.com>
2410
2411 * gdb.texinfo (Symbols): Document "set print type methods",
2412 "set print type typedefs", and flags to ptype and whatis.
2413
2414 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
2415
2416 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
2417 the example -data-disassemble output. Extend the description of
2418 the -data-disassemble results to document all fields. Document
2419 the cli disassemble command as being related to -data-disassemble.
2420
2421 2012-11-09 Yao Qi <yao@codesourcery.com>
2422
2423 PR gdb/14777.
2424 * gdb.texinfo (OS Information): Remove doc on command
2425 'info udot'.
2426
2427 2012-11-08 Joel Brobecker <brobecker@adacore.com>
2428
2429 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
2430 gdb.ini warning for Windows port.
2431
2432 2012-11-08 Yao Qi <yao@codesourcery.com>
2433
2434 * gdb.texinfo (Search): Add kindex for 'fo'.
2435
2436 2012-11-05 Tom Tromey <tromey@redhat.com>
2437
2438 PR python/14802:
2439 * gdb.texinfo (Functions In Python): Add example.
2440
2441 2012-11-03 Yao Qi <yao@codesourcery.com>
2442
2443 * observer.texi (GDB Observers): Remove observer
2444 'tracepoint_modified', 'tracepoint_created' and
2445 'tracepoint_deleted'.
2446
2447 2012-10-26 Tom Tromey <tromey@redhat.com>
2448
2449 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
2450
2451 2012-10-25 Tom Tromey <tromey@redhat.com>
2452
2453 * gdb.texinfo (General Query Packets): Use @itemx.
2454
2455 2012-10-17 Yao Qi <yao@codesourcery.com>
2456
2457 * observer.texi (GDB Observers): Update observer
2458 'memory_changed'.
2459 * gdb.texinfo (GDB/MI Async Records): Document for
2460 "memory-changed" notification.
2461
2462 2012-10-15 Doug Evans <dje@google.com>
2463
2464 * gdb.texinfo (Mode Options): Document -nh.
2465 Elaborate on docs for -nx.
2466
2467 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2468
2469 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
2470
2471 2012-09-21 Yao Qi <yao@codesourcery.com>
2472 Pedro Alves <palves@redhat.com>
2473
2474 * gdb.texinfo (GDB/MI Async Records): Document notification
2475 'record-started' and 'record-stopped'.
2476 * observer.texi (GDB Observers): New observer 'record-changed'.
2477
2478 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
2479
2480 * gdb.texinfo: Document the removal of SH's 'regs' command.
2481
2482 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2483
2484 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
2485
2486 2012-09-18 Yao Qi <yao@codesourcery.com>
2487
2488 * gdb.texinfo (GDB/MI Async Records): Document new MI
2489 notifications '=tsv-created' and '=tsv-deleted'.
2490 * observer.texi (GDB Observers): New observer tsv_created and
2491 tsv_deleted.
2492
2493 2012-09-18 Yao Qi <yao@codesourcery.com>
2494
2495 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
2496 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
2497 '=traceframe-changed'.
2498
2499 2012-09-17 Yao Qi <yao@codesourcery.com>
2500
2501 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
2502 'set listsize'.
2503
2504 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2505 Eli Zaretskii <eliz@gnu.org>
2506
2507 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
2508 encoding for gdbarch_breakpoint_from_pc, bp_addr for
2509 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
2510
2511 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2512
2513 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
2514
2515 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
2516
2517 Document how to return from "python-interactive" to GDB.
2518 * gdb.texinfo (Python Commands): Update documentation.
2519
2520 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
2521
2522 Add a new "python-interactive" command that starts a standard
2523 Python interactive prompt with "pi" as alias, and add "py" as
2524 an alias to "python".
2525 * gdb.texinfo (Python Commands): Document the new commands.
2526
2527 2012-08-22 Tom Tromey <tromey@redhat.com>
2528
2529 * gdbint.texinfo (Host Definition): Remove documentation for
2530 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
2531
2532 2012-08-17 Keith Seitz <keiths@redhat.com>
2533
2534 PR c++/13356
2535 * gdb.texinfo (Type and Range Checking): Remove warning.
2536 Remove spurious commas.
2537 Update text and examples for re-implementation of set/show
2538 check type.
2539 (C and C++ Type and Range Checks): Likewise.
2540
2541 2012-08-16 Yao Qi <yao@codesourcery.com>
2542
2543 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
2544 is deprecated.
2545
2546 2012-08-13 Doug Evans <dje@google.com>
2547
2548 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
2549 to include functions.
2550
2551 2012-08-10 Doug Evans <dje@google.com>
2552
2553 * gdb.texinfo (Convenience Funs): New node.
2554 (Types In Python): Document Type.vector.
2555
2556 2012-08-09 Yao Qi <yao@codesourcery.com>
2557
2558 * observer.texi: New observer command_param_changed.
2559 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
2560
2561 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2562
2563 * gdbint.texinfo (Debugging GDB): In section
2564 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
2565 Mention also gdb-gdb.py.
2566
2567 2012-08-07 Yao Qi <yao@codesourcery.com>
2568
2569 Revert the folloing patch:
2570 2012-08-06 Yao Qi <yao@codesourcery.com>
2571 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2572 remote hardware-watchpoint-limit' and 'set
2573 remote hardware-breakpoint-limit'.
2574
2575 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
2576
2577 * gdb.texinfo (Working Directory): Added information about new
2578 default argument for 'cd' command.
2579
2580 2012-08-06 Yao Qi <yao@codesourcery.com>
2581
2582 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2583 remote hardware-watchpoint-limit' and 'set
2584 remote hardware-breakpoint-limit'.
2585
2586 2012-08-06 Yao Qi <yao@codesourcery.com>
2587
2588 Fix PR14371.
2589
2590 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
2591 '=breakpoint-deleted'.
2592
2593 2012-08-02 Yao Qi <yao@codesourcery.com>
2594
2595 * gdb.texinfo (Native): Remove node Neutrino.
2596
2597 2012-07-27 Yao Qi <yao@codesourcery.com>
2598
2599 * gdb.texinfo (IPA Protocol Commands): Document new command
2600 'close'.
2601
2602 2012-07-25 Tom Tromey <tromey@redhat.com>
2603
2604 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
2605
2606 2012-07-20 Doug Evans <dje@google.com>
2607
2608 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
2609 (Index Files): Document how to control the use of deprecated index
2610 sections.
2611 (Index Section Format): Replace --use-deprecated-index-sections with
2612 "set use-deprecated-index-sections on".
2613
2614 2012-07-12 Eli Zaretskii <eliz@gnu.org>
2615
2616 * gdbint.texinfo: Remove @syncodeindex directives that put all the
2617 indices into a single node "Index". Instead, join function and
2618 variable indices into a single index, separate from the concept
2619 index. Requested in
2620 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
2621 (Top): Update the top-level menu: instead of one "Index" there are
2622 now separate entries "Concept Index" and "Function and Variable
2623 Index".
2624 (Concept Index, Function and Variable Index): New nodes.
2625 (Index): Node deleted.
2626
2627 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
2628
2629 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
2630 and "maint agent-eval".
2631
2632 2012-07-03 Eli Zaretskii <eliz@gnu.org>
2633
2634 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
2635 avoid file-name clashes between Index.html and index.html on
2636 case-insensitive filesystems. See the discussion starting in
2637 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
2638 details of the problem.
2639 (Top): Update the master menu for the above.
2640 (Concept Index, Command and Variable Index): New nodes, instead of
2641 the old "Index" node that was deleted. All cross-references
2642 updated.
2643
2644 2012-07-02 Stan Shebs <stan@codesourcery.com>
2645
2646 * gdb.texinfo (Dynamic Printf): Mention agent style and
2647 disconnected dprintf.
2648 (Maintenance Commands): Describe maint agent-printf.
2649 (General Query Packets): Mention BreakpointCommands feature.
2650 (Packets): Document commands extension to Z0 packet.
2651 * agentexpr.texi (Bytecode Descriptions): Document printf
2652 bytecode.
2653
2654 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2655
2656 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
2657 only after gdbinit files.
2658 (Startup): Move -iex and -iex commands down after gdbinit files.
2659
2660 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2661
2662 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
2663 possibility.
2664
2665 2012-06-29 Tom Tromey <tromey@redhat.com>
2666
2667 * gdb.texinfo (Index Section Format): Update for version 7.
2668
2669 2012-06-28 Stan Shebs <stan@codesourcery.com>
2670
2671 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
2672 example, add note about title column.
2673
2674 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2675
2676 * gdb.texinfo (Symbol Tables In Python): Add description about
2677 the new 'last' attribute of gdb.Symtab_and line.
2678
2679 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2680
2681 * gdb.texinfo (Symbol Tables In Python): Correct the description
2682 of the 'pc' attribute of gdb.Symtab_and_line.
2683
2684 2012-06-26 Doug Evans <dje@google.com>
2685
2686 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
2687 and symtab-create.
2688
2689 2012-06-25 Keith Seitz <keiths@redhat.com>
2690
2691 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
2692 from example. Remove "rbreak" from list of corresponding
2693 gdb commands.
2694
2695 2012-06-23 Doug Evans <dje@google.com>
2696
2697 * gdb.texinfo (Index Section Format): Document version 7 format.
2698
2699 2012-06-22 Yao Qi <yao@codesourcery.com>
2700
2701 * gdb.texinfo: Add missing cindex for some packets.
2702
2703 2012-06-20 Keith Seitz <keiths@redhat.com>
2704
2705 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
2706 for -break-insert and document -p.
2707
2708 2012-06-20 Yao Qi <yao@codesourcery.com>
2709
2710 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
2711 and "gdb.write_memory" with "Inferior.read_memory" and
2712 "Inferior.write_memory".
2713
2714 2012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
2715
2716 * gdb.texinfo (Summary): Add a link to "Free Documentation".
2717 (Free Documentation): Add @node line.
2718 (Continuing and Stepping) <advance location>: Use @item instead of
2719 @itemx.
2720 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
2721 @itemx.
2722 (Embedded Processors): Put the link to "PA" to its correct place,
2723 according to document structure.
2724 (Python API): Put the link to "Lazy Strings In Python" to its
2725 correct place.
2726 (Index): Use @@ in @tex block to get a literal @.
2727
2728 * gdbint.texinfo: Fix the @subtitle line.
2729
2730 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
2731 correct place.
2732
2733 2012-06-08 Yao Qi <yao@codesourcery.com>
2734
2735 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
2736 Protocol'.
2737 (In-Process Agent Protocol, IPA Protocol Objects)
2738 (IPA Protocol Commands): New nodes.
2739 (Tracepoint Packets): Add anchors.
2740
2741 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
2742
2743 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
2744
2745 2012-06-06 Yao Qi <yao@codesourcery.com>
2746
2747 * gdb.texinfo: Update copyright year.
2748
2749 2012-05-23 Stan Shebs <stan@codesourcery.com>
2750 Kwok Cheung Yeung <kcy@codesourcery.com>
2751
2752 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
2753
2754 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2755
2756 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
2757 Mention also --with-separate-debug-dir.
2758 (Auto-loading): Prepend $debugdir in the sample output.
2759 (Auto-loading safe path): Likewise. Mention also $debugdir for the
2760 auto-load safe-path variable.
2761 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
2762 Mention also $debugdir for 'set auto-load scripts-directory'.
2763
2764 2012-05-19 Eli Zaretskii <eliz@gnu.org>
2765
2766 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
2767 (MIPS Embedded, MIPS, MIPS Register packet Format)
2768 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
2769 appropriate.
2770
2771 2012-05-18 Sandra Loosemore <sandra@codesourcery.com>
2772 Maciej W. Rozycki <macro@codesourcery.com>
2773
2774 * gdb.texinfo (MIPS): Document "set mips compression" and "show
2775 mips compression".
2776 (MIPS Breakpoint Kinds): New subsubsection.
2777
2778 2012-05-18 Eli Zaretskii <eliz@gnu.org>
2779
2780 * gdb.texinfo (Architecture-Specific Protocol Details): Define
2781 nodes for subsections. Add @acronym mark-ups and adjust
2782 formatting.
2783
2784 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2785
2786 Rename $ddir to $datadir.
2787 * gdb.texinfo (Auto-loading, Auto-loading safe path)
2788 (objfile-gdb.py file): Rename $ddir to $datadir.
2789
2790 2012-05-18 Tom Tromey <tromey@redhat.com>
2791
2792 * gdb.texinfo (Print Settings): Document 'set print symbol'.
2793
2794 2012-05-14 Stan Shebs <stan@codesourcery.com>
2795
2796 * gdb.texinfo (Dynamic Printf): New subsection.
2797
2798 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
2799
2800 * gdb.texinfo (Basic Python): Add description about the function
2801 gdb.find_pc_line
2802
2803 2012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2804 Eli Zaretskii <eliz@gnu.org>
2805
2806 * gdb.texinfo (Separate Debug Files): Use plural form for global
2807 debugging information directory.
2808
2809 2012-05-11 Stan Shebs <stan@codesourcery.com>
2810 Kwok Cheung Yeung <kcy@codesourcery.com>
2811
2812 * gdb.texinfo (Operating System Auxiliary Information): Document new
2813 'info os' subcommands.
2814
2815 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2816
2817 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
2818 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
2819 (dotdebug_gdb_scripts section): Add reference
2820 to 'Auto-loading safe path'.
2821
2822 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2823
2824 Implement multi-component --with-auto-load-dir.
2825 * gdb.texinfo (Auto-loading): New references
2826 for 'set auto-load scripts-directory'
2827 and 'show auto-load scripts-directory'.
2828 (Auto-loading safe path): Describe the new default. Move $ddir
2829 substituation reference to 'objfile-gdb.py file'.
2830 (objfile-gdb.py file): Describe script-name alias. Change real-name to
2831 script-name. Describe new 'set auto-load scripts-directory'
2832 and 'show auto-load scripts-directory'.
2833
2834 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2835
2836 Provide $ddir substitution for --with-auto-load-safe-path.
2837 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
2838 (Auto-loading safe path): Likewise. Mention the default value,
2839 $ddir substitution, --with-auto-load-safe-path and
2840 --without-auto-load-safe-path.
2841 * observer.texi (gdb_datadir_changed): New.
2842
2843 2012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2844
2845 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
2846 Twice.
2847
2848 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
2849 directory separator by path separator.
2850
2851 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2852
2853 * gdb.texinfo (Auto-loading safe path): Make 'directories'
2854 for 'set auto-load safe-path' optional. Mention if it is omitted.
2855 Change disabling security protection condition to "/", twice.
2856
2857 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
2858
2859 * gdb.texinfo (Symbol Tables In Python): Add documentation about
2860 the new methods global_block and static_block on gdb.Symtab
2861 objects.
2862
2863 2012-05-02 Siva Chandra Reddy <sivachandra@google.com>
2864
2865 * gdb.texinfo (Blocks In Python): Add a note saying that future
2866 improvements to GDB and its infrastructure can move symbols
2867 across blocks within a symbol table.
2868
2869 2012-04-29 Yao Qi <yao@codesourcery.com>
2870
2871 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
2872 (A29K): Remove.
2873
2874 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
2875 Tom Tromey <tromey@redhat.com>
2876
2877 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
2878 and generic static probe support on GDB.
2879
2880 2012-04-25 Doug Evans <dje@google.com>
2881
2882 * gdb.texinfo (Go): Fix thinko.
2883
2884 * gdb.texinfo (Supported Languages): Add Go.
2885 (Go): New node.
2886
2887 2012-04-25 Yao Qi <yao@codesourcery.com>
2888
2889 * gdbint.texinfo (Testsuite): New section `Board settings'.
2890
2891 2012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2892
2893 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
2894 Three times.
2895
2896 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
2897 Three times.
2898
2899 2012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2900
2901 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
2902 by @table @asis. Fix formatting of one item.
2903
2904 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2905
2906 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
2907
2908 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2909
2910 New option "set debug auto-load".
2911 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
2912 (auto-load verbose mode): New node.
2913
2914 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2915
2916 New option "set auto-load safe-path".
2917 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
2918 and "info auto-load" examples for safe-path. Put there also references
2919 for "set auto-load safe-path" and "show auto-load safe-path".
2920 New menu item for Auto-loading safe path.
2921 (Auto-loading safe path): New node.
2922 (Python Auto-loading): Update the expected output from "Missing"
2923 to "No".
2924
2925 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2926
2927 auto-load: Implementation.
2928 * gdb.texinfo (Mode Options): New anchor for -nx.
2929 (Startup): New anchors for Option -init-eval-command,
2930 Home Directory Init File
2931 and Init File in the Current Directory during Startup.
2932 Mention set auto-load local-gdbinit with a reference.
2933 Change the sample code to "set auto-load python-scripts".
2934 (Threads): New anchor set libthread-db-search-path.
2935 Provide references to libthread_db.so.1 file.
2936 (Controlling GDB): New menu item for Auto-loading.
2937 (Auto-loading, Init File in the Current Directory)
2938 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
2939 (Python): Rename the menu item Auto-loading to Python Auto-loading.
2940 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
2941 reference.
2942 (Auto-loading): Rename to ...
2943 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
2944 "set auto-load python-scripts", new anchor for it. Change
2945 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
2946 for it. Change "info auto-load-scripts"
2947 to "info auto-load python-scripts", new anchor for it. Change "scripts"
2948 to "Python scripts".
2949
2950 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
2951
2952 PR mi/13393
2953 * gdb.texinfo (Print Settings): Extend the description for "set print
2954 object".
2955 (GDB/MI Variable Objects): Extend the description for -var-create and
2956 -var-list-children.
2957
2958 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
2959
2960 * gdb.texinfo (Examining Data): Document the 'explore' command.
2961
2962 2012-03-28 Joel Brobecker <brobecker@adacore.com>
2963
2964 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
2965 to the children of a varobj and its update range when -var-update
2966 returns that the varobj's type changed.
2967
2968 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2969
2970 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
2971 Create two new links fir 'objfile-gdb.py file'
2972 and 'dotdebug_gdb_scripts section'.
2973
2974 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2975
2976 * gdb.texinfo (Auto-loading): Rename node reference
2977 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
2978 Twice.
2979 (.debug_gdb_scripts section): Rename the node ...
2980 (dotdebug_gdb_scripts section): ... here.
2981 (Maintenance Commands): Also rename this node reference.
2982
2983 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
2984
2985 * gdb.texinfo (Python API/Values From Inferior): Add description
2986 about the new method Value.referenced_value. Add description on
2987 how Value.dereference is different (and similar) to
2988 Value.referenced_value.
2989
2990 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2991
2992 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
2993 --init-eval-command=COMMAND, -iex.
2994 (Startup): Describe -iex and -ix. Simplify the example
2995 for "set auto-load-scripts off".
2996
2997 2012-03-16 Gary Benson <gbenson@redhat.com>
2998
2999 PR breakpoints/10738
3000 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
3001 stating that GDB cannot set breakpoints on inlined functions.
3002 (Mode Options): Document --use-deprecated-index-sections.
3003 (Index Section Format): Document new index section version format.
3004
3005 2012-03-15 Tom Tromey <tromey@redhat.com>
3006
3007 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
3008
3009 2012-03-13 Doug Evans <dje@google.com>
3010
3011 * gdb.texinfo (Help): Change apropos example to use "alias" instead
3012 of "reload".
3013 (Symbols): Delete docs for set/show symbol-reloading.
3014 * gdbint.texinfo (Defining Other Architecture Features): Delete
3015 SYMBOL_RELOADING_DEFAULT.
3016 * refcard.tex: Delete reference to symbol-reloading.
3017
3018 2012-03-07 Pedro Alves <palves@redhat.com>
3019
3020 * gdb.texinfo (General Query Packets): Document new
3021 QProgramSignals packet.
3022 * gdb.texinfo (Remote configuration): Mention
3023 "program-signals-packet".
3024
3025 2012-03-05 Tristan Gingold <gingold@adacore.com>
3026
3027 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
3028
3029 2012-03-03 Yao Qi <yao@codesourcery.com>
3030
3031 * gdb.texinfo (In-Process Agent): New node.
3032 Document new commands.
3033 (General Query Packets): Add packet `QAgent'.
3034
3035 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
3036
3037 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
3038
3039 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
3040
3041 * gdb.texinfo (Commands In Python): Put example python macro in
3042 COMMAND_USER category rather than COMMAND_OBSCURE.
3043 Document gdb.COMMAND_USER.
3044 (User-defined Commands): Update documentation to clarify
3045 "set/show max-user-call-depth" and "show user" don't apply to python
3046 commands. Update documentation to clarify "help user-defined" may
3047 also include python commands defined as COMMAND_USER.
3048
3049 2012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3050
3051 * gdb.texinfo (Startup): Add option -ex description to the option -x
3052 description.
3053
3054 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
3055
3056 * gdb.texinfo (Setting Breakpoints): Mention and explain the
3057 condition-evaluation breakpoint parameter.
3058 Mention condition-evaluation mode being shown in "info break".
3059 (Break Conditions): Add description for target-side
3060 conditional breakpoints.
3061 (Remote Configuration): Mention conditional-breakpoints-packet.
3062 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
3063 cond-expr.
3064 (General Query Packets): Mention new ConditionalBreakpoint feature.
3065
3066 2012-02-22 Tom Tromey <tromey@redhat.com>
3067
3068 * gdb.texinfo (Blocks In Python): Clarify block iteration.
3069
3070 2012-02-17 Tom Tromey <tromey@redhat.com>
3071
3072 PR python/10753:
3073 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
3074 directory.
3075
3076 2012-02-14 Stan Shebs <stan@codesourcery.com>
3077
3078 * gdb.texinfo (Disabling Breakpoints): Document enable count.
3079
3080 2012-02-13 Pedro Alves <palves@redhat.com>
3081
3082 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
3083 mips-idt-ecoff.
3084
3085 2012-02-09 Yao Qi <yao@codesourcery.com>
3086
3087 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
3088
3089 2012-02-07 Tom Tromey <tromey@redhat.com>
3090
3091 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
3092 Symbol.value.
3093
3094 2012-02-07 Tom Tromey <tromey@redhat.com>
3095
3096 * gdb.texinfo (Symbols In Python): Document Symbol.line.
3097
3098 2012-01-27 Thomas Schwinge <thomas@codesourcery.com>
3099
3100 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
3101
3102 2012-01-24 Tom Tromey <tromey@redhat.com>
3103
3104 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
3105 unload".
3106 (Files): Mention new catch commands.
3107 (GDB/MI Async Records): Likewise.
3108
3109 2012-01-24 Gary Benson <gbenson@redhat.com>
3110
3111 Delete #if 0'd out code.
3112 * gdb.texinfo (Frame Info): Remove "info catch".
3113
3114 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
3115
3116 * gdb.texinfo (Remote Configuration): Document
3117 "set remote hostio-readlink-packet" command.
3118 (General Query Packets): Document vFile:readlink packet.
3119
3120 2012-01-16 Tom Tromey <tromey@redhat.com>
3121
3122 * gdb.texinfo (Specify Location): Document relative file name
3123 handling.
3124
3125 2012-01-16 Tom Tromey <tromey@redhat.com>
3126
3127 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
3128
3129 2012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3130 Eli Zaretskii <eliz@gnu.org>
3131
3132 * gdbint.texinfo (Coding Standards): Require braces for two lines of
3133 code.
3134
3135 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
3136
3137 * gdb.texinfo (Variables): Document use of :: for non-static
3138 variables.
3139
3140 2012-01-05 Joel Brobecker <brobecker@adacore.com>
3141
3142 * gdbint.texinfo (Start of New Year Procedure): Update
3143 to replace use of copyright.sh by use of copyright.py.
3144
3145 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3146
3147 Remove the gdbtui binary.
3148 * all-cfg.texi (GDBTUI): Remove.
3149 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
3150 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
3151 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
3152
3153 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
3154
3155 Introduce gdb.FinishBreakpoint in Python.
3156 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
3157 (Python API): Add menu entry for Finish Breakpoints.
3158
3159 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3160
3161 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
3162 tests.
3163
3164 2011-12-16 Doug Evans <dje@google.com>
3165
3166 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
3167
3168 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
3169
3170 * gdb.texinfo (Python Commands): Remove "maint set/show print
3171 stack". Add documentation for "set/show python print-stack".
3172
3173 2011-12-14 Pedro Alves <pedro@codesourcery.com>
3174
3175 * gdb.texinfo (Implementing a Remote Stub): Explain that you
3176 should transfer control to the stub in the startup code instead of
3177 in main. Mention the need to get past the initial breakpoint.
3178
3179 2011-12-06 Tom Tromey <tromey@redhat.com>
3180
3181 * gdb.texinfo (Set Breaks): Update for new behavior.
3182
3183 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3184
3185 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
3186 List Format for SVR4 Targets'.
3187 (General Query Packets): New item qXfer:libraries-svr4:read.
3188 (Library List Format for SVR4 Targets): New node.
3189
3190 2011-12-01 Tom Tromey <tromey@redhat.com>
3191
3192 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
3193 add.
3194
3195 2011-11-22 Tom Tromey <tromey@redhat.com>
3196
3197 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
3198 reasons.
3199
3200 2011-11-20 Stan Shebs <stan@codesourcery.com>
3201
3202 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3203 note-related options and variables.
3204 (Tracepoint Packets): Document packet changes.
3205
3206 2011-11-20 Sanjoy Das <sdas@igalia.com>
3207
3208 * gdb.texinfo (JIT Interface): Add documentation on writing and
3209 usind JIT debug info readers.
3210 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
3211 Debug Info Readers): New nodes.
3212
3213 2011-11-18 Yao Qi <yao@codesourcery.com>
3214
3215 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
3216 tracepoint.
3217
3218 2011-11-15 Doug Evans <dje@google.com>
3219
3220 * gdb.texinfo (Files): Document basenames-may-differ.
3221
3222 2011-11-14 Doug Evans <dje@google.com>
3223
3224 * gdb.texinfo (Shell Commands): Document "!".
3225
3226 2011-11-14 Stan Shebs <stan@codesourcery.com>
3227 Kwok Cheung Yeung <kcy@codesourcery.com>
3228
3229 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
3230 needed to get shorter fast tracepoints.
3231 (Tracepoint Packets): Document new qTMinFTPILen packet.
3232
3233 2011-11-14 Yao Qi <yao@codesourcery.com>
3234
3235 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
3236 behavior of tracepoint.
3237 (General Query Packets): New feature InstallInTrace.
3238 (Remote Configuration): Document "set remote
3239 install-in-trace-packet".
3240
3241 2011-11-12 Matt Rice <ratmice@gmail.com>
3242
3243 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
3244 Add arguments to info macro.
3245
3246 2011-11-10 Tom Tromey <tromey@redhat.com>
3247
3248 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
3249 manual.
3250 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
3251 (Macros): Add a footnote.
3252 (C): Remove paragraph about compiler options.
3253 (C Constants): Mention wide character and string constants.
3254 (C Plus Plus Expressions): Update compiler option advice. Mention
3255 using declarations. Mention ADL. Remove old HP compiler
3256 information.
3257
3258 2011-11-10 Tom Tromey <tromey@redhat.com>
3259
3260 PR c++/9257:
3261 * gdb.texinfo (Print Settings): Add an extra note about the need
3262 for a vtable.
3263
3264 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
3265
3266 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
3267 "set mips abi" documentation.
3268
3269 2011-11-04 Doug Evans <dje@google.com>
3270
3271 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
3272
3273 2011-11-03 Tom Tromey <tromey@redhat.com>
3274
3275 * gdb.texinfo (Stopping): Add menu entry.
3276 (Continuing and Stepping): Restore @node. Use @section, not
3277 @subsection.
3278
3279 2011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
3280
3281 * gdb.texinfo (Skipping Over Functions and Files): Remove node
3282 designation. Fix "Specify Location" cross-reference.
3283
3284 2011-11-02 Stan Shebs <stan@codesourcery.com>
3285
3286 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
3287 (General Query Packets): Describe tracenz feature.
3288 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
3289
3290 2011-10-28 Paul Koning <paul_koning@dell.com>
3291
3292 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
3293
3294 2011-10-27 Kevin Pouget <kevin.pouget@st.com>
3295
3296 * gdb.texinfo ((Frames In Python): Document
3297 gdb.FRAME_UNWIND_FIRST_ERROR contant.
3298
3299 2011-10-26 Paul Koning <paul_koning@dell.com>
3300
3301 * gdb.texinfo (gdb.types): Document new deepitems function.
3302
3303 2011-10-25 Paul Koning <paul_koning@dell.com>
3304
3305 PR python/13327
3306
3307 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
3308 fetch_lazy method.
3309
3310 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
3311
3312 PR python/12656
3313
3314 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
3315 global_block, static_block function.
3316
3317 2011-10-19 Tom Tromey <tromey@redhat.com>
3318
3319 * gdb.texinfo (Commands In Python): Add missing "@"s.
3320
3321 2011-10-13 Kevin Pouget <kevin.pouget@st.com>
3322
3323 PR python/13285 Document named constants for frame unwind stop reasons
3324 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
3325 constants.
3326
3327 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3328
3329 Fix compatibility with texinfo versions older than 4.12.
3330 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
3331 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
3332 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
3333 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
3334 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
3335 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
3336 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
3337
3338 2011-10-09 Doug Evans <dje@google.com>
3339
3340 * gdb.texinfo (Extending GDB): Document alias command.
3341
3342 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3343
3344 Support @entry in input expressions.
3345 * gdb.texinfo (Variables): Describe @entry names suffix.
3346 (Print Settings): Add anchor for `set print entry-values'.
3347
3348 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3349 Eli Zaretskii <eliz@gnu.org>
3350
3351 Display @entry parameter values (without references).
3352 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
3353 example.
3354 (Print Settings): New description of set print entry-values and show
3355 print entry-values.
3356
3357 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3358 Eli Zaretskii <eliz@gnu.org>
3359
3360 Recognize virtual tail call frames.
3361 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
3362 (Tail Call Frames): New node.
3363 (Frames In Python): Add gdb.TAILCALL_FRAME.
3364
3365 2011-10-07 Doug Evans <dje@google.com>
3366
3367 * gdb.texinfo (gdb.printing): Document new `replace' arg to
3368 register_pretty_printer.
3369
3370 2011-10-07 Phil Muldoon <pmuldoon@redhat.com>
3371
3372 PR python/12930
3373 PR python/12802
3374
3375 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
3376 stop method.
3377
3378 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
3379
3380 * gdb.texinfo (Starting your Program): "set disable-randomization"
3381 is no longer Linux-specific.
3382 (Remote Configuration): Document "set remote
3383 disable-randomization-packet".
3384 (General Query Packets): Document "QDisableRandomization" packet
3385 and add it to "qSupported" list.
3386
3387 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
3388
3389 Allow Python notification of new object-file loadings.
3390 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
3391 event type.
3392
3393 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
3394
3395 PR python/12691: Add the inferior to Python exited event
3396 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
3397
3398 2011-10-03 Joel Brobecker <brobecker@adacore.com>
3399
3400 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
3401 rephasing.
3402
3403 2011-10-03 Joel Brobecker <brobecker@adacore.com>
3404
3405 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
3406 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
3407 as possible feature returned by the `-list-features'
3408 command.
3409
3410 2011-09-28 Paul Koning <paul_koning@dell.com>
3411
3412 * gdb.texinfo (gdb.Type): Document field access by dictionary
3413 key syntax.
3414
3415 2011-09-28 Yao Qi <yao@codesourcery.com>
3416
3417 * gdb.texinfo (Files): Update options for `add-symbol-file'.
3418 Add one space after option `-s'. Remove @r{} markup.
3419
3420 2011-09-27 Stan Shebs <stan@codesourcery.com>
3421
3422 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
3423
3424 2011-09-16 Hui Zhu <teawater@gmail.com>
3425
3426 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
3427 to *(unsigned char *)$esp@300.
3428
3429 2011-09-15 Paul Koning <paul_koning@dell.com>
3430
3431 * gdb.texinfo: Make style of Python functions and methods match
3432 the syntax of Python. Also put class and module names explicitly
3433 on function, member, and variable names, matching Python
3434 documentation conventions.
3435
3436 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
3437
3438 PR Python/12692 Add gdb.selected_inferior() to Python interface.
3439 * gdb.texinfo (Inferiors In Python): Describe new
3440 gdb.selected_inferior() function.
3441
3442 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
3443
3444 Handle multiple breakpoint hits in Python interface:
3445 * gdb.texinfo (Events In Python): New function documentation:
3446 gdb.BreakpointEvent.breakpoints. Indicate that
3447 gdb.BreakpointEvent.breakpoint is now deprecated.
3448
3449 2011-09-04 Joel Brobecker <brobecker@adacore.com>
3450
3451 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
3452
3453 2011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
3454
3455 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
3456
3457 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
3458
3459 * gdb.texinfo (Prompt): Add set/show extended-prompt
3460 documentation
3461 (Basic Python): Add prompt_hook anchor.
3462 (Python modules): Reword module text to reflect multiple modules.
3463 (gdb.prompt): Document gdb.prompt module.
3464
3465 2011-08-14 Yao Qi <yao@codesourcery.com>
3466
3467 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
3468
3469 2011-08-14 Yao Qi <yao@codesourcery.com>
3470
3471 * gdb.texinfo (Standard Target Features): Document C6x features.
3472 (TIC6x Features): New node.
3473
3474 2011-08-12 Doug Evans <dje@google.com>
3475
3476 * gdb.texinfo (Symbols In Python): Document symbol.type.
3477
3478 2011-08-09 Phil Muldoon <pmuldoon@redhat.com>
3479
3480 * gdb.texinfo (Python): Document command and function
3481 auto-loading.
3482
3483 2011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3484 Eli Zaretskii <eliz@gnu.org>
3485
3486 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
3487 typedefs unrolling. Extend the sample code by an inner typedef and
3488 outer typedefs unrolling.
3489
3490 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
3491
3492 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
3493 size and line-size.
3494
3495 2011-07-21 Matt Rice <ratmice@gmail.com>
3496
3497 PR macros/12999
3498 * gdb.texinfo (Macros): Add info definitions and info macros commands.
3499 Update text and cindex entries for info macro command.
3500
3501 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
3502
3503 * observer.texi (GDB Observers): Add before_prompt observer.
3504 * gdb.texinfo (Basic Python): Add documentation for prompt
3505 substitution.
3506
3507 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
3508
3509 PR python/12438
3510 * gdb.texinfo (Python Commands): Add deprecate note to maint
3511 set/show python print-stack. Document set/show python
3512 print-backtrace.
3513
3514 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
3515
3516 * gdb.texinfo: Fix typos.
3517
3518 2011-07-01 Tom Tromey <tromey@redhat.com>
3519
3520 * gdb.texinfo (Debugging Output): Document set debug
3521 check-physname.
3522
3523 2011-06-29 Tom Tromey <tromey@redhat.com>
3524
3525 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3526 breakpoint-notifications feature.
3527
3528 2011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
3529
3530 * gdb.texinfo (Target Description): Remove warning about
3531 possibly unstable format.
3532
3533 2011-06-03 Tom Tromey <tromey@redhat.com>
3534
3535 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
3536 (Events In Python): Note that exit_code is optional.
3537
3538 2011-05-17 Pedro Alves <pedro@codesourcery.com>
3539
3540 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
3541 required for multi-threading support.
3542 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
3543 Hc are deprecated for multi-threading debugging. Point readers at
3544 the vCont packet.
3545
3546 2011-05-15 Doug Evans <dje@google.com>
3547
3548 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
3549
3550 2011-05-13 Doug Evans <dje@google.com>
3551
3552 * gdb.texinfo (Threads): Document $sdir,$pdir.
3553 (Server): Document $pdir exception.
3554
3555 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
3556
3557 * gdb.texinfo (Threads): Clarify default value for
3558 libthread-db-search-path.
3559
3560 * gdb.texinfo (Completion): Update example.
3561 (Debugging Output): Delete `set/show debug lin-lwp-async'.
3562
3563 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
3564
3565 * gdb.texinfo: Document change in the behaviour of the enable and
3566 disable GDB commands when applied to tracepoints.
3567 Document the EnableDisableTracepoints remote stub feature.
3568 Document QTEnable and QTDisable in the list of tracepoint packets.
3569
3570 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3571
3572 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
3573 hsuser.texi.
3574 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
3575 comment to hsuser.texi. Change rluser.texi name in the comment.
3576
3577 2011-05-10 Doug Evans <dje@google.com>
3578
3579 * gdb.texinfo (Threads): If an empty path is provided for
3580 libthread-db-search-path it is reset to its default value.
3581 (Server): Ditto.
3582
3583 2011-05-09 Doug Evans <dje@google.com>
3584
3585 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
3586
3587 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3588 Thiago Jung Bauermann <bauerman@br.ibm.com>
3589
3590 Implement support for PowerPC BookE masked watchpoints.
3591 * gdb.texinfo (Set Watchpoints): Document mask parameter.
3592 (PowerPC Embedded): Mention support of masked watchpoints.
3593
3594 2011-05-03 Joel Brobecker <brobecker@adacore.com>
3595
3596 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
3597 `@value{GDBN}'.
3598
3599 2011-05-03 Joel Brobecker <brobecker@adacore.com>
3600
3601 * gdb.texinfo (titlepage): Remove dedication.
3602 (In Memoriam): New appendix.
3603
3604 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3605 Eli Zaretskii <eliz@gnu.org>
3606
3607 * gdb.texinfo (Index Section Format): Change the version to 5.
3608 Describe the different formula.
3609
3610 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3611 Eli Zaretskii <eliz@gnu.org>
3612
3613 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
3614 for disconnected tracing.
3615 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
3616 extended-remote relationship. Mention --once.
3617 (TCP port allocation lifecycle of @code{gdbserver}): New.
3618
3619 2011-04-23 Eli Zaretskii <eliz@gnu.org>
3620
3621 * gdb.texinfo (Server): Improve indexing. Index all optional
3622 switches to gdbserver.
3623
3624 2011-04-20 Tom Tromey <tromey@redhat.com>
3625
3626 * gdb.texinfo (Index Section Format): New node.
3627 (Top): Add new node to menu.
3628
3629 2011-04-20 Pedro Alves <pedro@codesourcery.com>
3630
3631 * gdb.texinfo (Maintenance Commands): Document `maint print
3632 remote-registers'.
3633
3634 2011-04-20 Tom Tromey <tromey@redhat.com>
3635
3636 * gdb.texinfo (Trace File Format): Move node later.
3637
3638 2011-04-19 Tom Tromey <tromey@redhat.com>
3639
3640 * gdbint.texinfo (Register Information Functions): Remove
3641 duplicate "the".
3642 * gdb.texinfo (Emacs): Remove duplicate "to".
3643 (GDB/MI Variable Objects): Remove duplicate "the".
3644 (General Query Packets): Likewise.
3645
3646 2011-04-02 Joel Brobecker <brobecker@adacore.com>
3647
3648 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
3649 "GDB/MI Ada Exception Information" node.
3650
3651 2011-04-01 Joel Brobecker <brobecker@adacore.com>
3652
3653 * gdb.texinfo (GDB/MI Ada Exception Information): Document
3654 the "exception-name" field in the *stopped async record.
3655
3656 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
3657 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3658
3659 Implement support for PowerPC BookE ranged breakpoints.
3660 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
3661
3662 2011-03-28 Tom Tromey <tromey@redhat.com>
3663
3664 * gdb.texinfo (Set Tracepoints): Fix typo.
3665
3666 2011-03-24 Tom Tromey <tromey@redhat.com>
3667
3668 * gdb.texinfo (Specify Location): Document `function:label'
3669 linespec.
3670
3671 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
3672
3673 PR python/12149
3674
3675 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
3676
3677 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
3678
3679 * gdb.texinfo (Blocks In Python): Add is_valid method description.
3680 (Inferiors In Python): Likewise.
3681 (Threads In Python): Likewise.
3682 (Symbols In Python): Likewise.
3683 (Objfiles In Python): Likewise.
3684 (Symbol Tables In Python): Likewise.
3685
3686 2011-03-15 Pedro Alves <pedro@codesourcery.com>
3687
3688 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
3689 display>: Explain that the commands accept number ranges.
3690
3691 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
3692
3693 * gdb.texinfo (Breakpoints In Python): Add description and example
3694 of Python stop function operation.
3695
3696 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
3697
3698 * gdb.texinfo (Parameters In Python): Document get_set_string and
3699 get_show_string methods.
3700
3701 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3702
3703 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
3704
3705 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
3706 circular-trace-buffer name.
3707
3708 2011-02-28 Joel Brobecker <brobecker@adacore.com>
3709
3710 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
3711 in the previous change.
3712
3713 2011-02-27 Michael Snyder <msnyder@vmware.com>
3714
3715 * gdb.texinfo (Inferiors and Programs): Update commands to show
3716 that they can accept multiple arguments.
3717
3718 2011-02-24 Joel Brobecker <brobecker@adacore.com>
3719
3720 Revert the following patch (code patch was not approved):
3721 2011-02-21 Hui Zhu <teawater@gmail.com>
3722 * agentexpr.texi (bytecode descriptions): add printf.
3723 * gdb.texinfo (tracepoint action lists): add printf.
3724
3725 2011-02-23 Doug Evans <dje@google.com>
3726
3727 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
3728
3729 2011-02-23 Michael Snyder <msnyder@vmware.com>
3730
3731 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
3732 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
3733 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
3734
3735 2011-02-22 Doug Evans <dje@google.com>
3736
3737 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
3738 Clarify behaviour of lookup_symbol when `block' argument is omitted,
3739 add description of result, fix @defun formatting.
3740
3741 2011-02-21 Hui Zhu <teawater@gmail.com>
3742
3743 * agentexpr.texi (Bytecode Descriptions): Add printf.
3744 * gdb.texinfo (Tracepoint Action Lists): Add printf.
3745
3746 2011-02-18 Tom Tromey <tromey@redhat.com>
3747
3748 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
3749
3750 2011-02-14 Michael Snyder <msnyder@vmware.com>
3751
3752 * gdb.texinfo (threads): Document argument for "info threads" cmd.
3753 Document new command "thread find".
3754
3755 2011-02-14 Michael Snyder <msnyder@vmware.com>
3756
3757 * gdb.texinfo (Threads): Update example of new thread message.
3758
3759 2011-02-14 Pedro Alves <pedro@codesourcery.com>
3760
3761 * gdb.texinfo (Remote Configuration): Mention set/show remote
3762 traceframe-info.
3763 (Tools/Packages Optional for Building GDB): Mention that expat is
3764 used for traceframe info.
3765 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
3766 (General Query Packets) <qSupported>: Describe the
3767 qXfer:traceframe-info:read feature.
3768 (qXfer::read): Describe qXfer:traceframe-info:read.
3769 (Traceframe Info Format): New section.
3770
3771 2011-02-04 Pedro Alves <pedro@codesourcery.com>
3772
3773 * gdbint.texinfo (Formatting): Mention some formatting guidelines
3774 for casts and unary operators.
3775
3776 2011-02-04 Tom Tromey <tromey@redhat.com>
3777
3778 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
3779 is not useful.
3780
3781 2011-01-25 Pedro Alves <pedro@codesourcery.com>
3782
3783 * gdb.texinfo: s/value optimized out/optimized out/g
3784
3785 2011-01-21 Joel Brobecker <brobecker@adacore.com>
3786
3787 * gdb.texinfo (Other Misc Settings): Rework part of the
3788 documentation of the "set interactive mode" command.
3789
3790 2011-01-19 Tom Tromey <tromey@redhat.com>
3791
3792 * gdb.texinfo (Threads): Document thread name output and `thread
3793 name' command.
3794 (Threads In Python): Document Thread.name attribute.
3795 (GDB/MI Thread Commands): Document thread attributes.
3796
3797 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
3798
3799 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
3800 changes in mi/mi-cmd-disas.c
3801
3802 2011-01-12 Tom Tromey <tromey@redhat.com>
3803
3804 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
3805 Fix "thread apply" text.
3806
3807 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3808 Thiago Jung Bauermann <bauerman@br.ibm.com>
3809
3810 Implement support for PowerPC BookE ranged watchpoints.
3811 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
3812 the "set powerpc exact-watchpoints" flag.
3813
3814 2011-01-07 Tom Tromey <tromey@redhat.com>
3815
3816 * gdb.texinfo (Python API): Add descriptions to @menu items.
3817
3818 2011-01-06 Tom Tromey <tromey@redhat.com>
3819
3820 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
3821
3822 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
3823
3824 * gdb.texinfo (Debugging Output): Document "set debug jit".
3825
3826 2011-01-06 Tom Tromey <tromey@redhat.com>
3827
3828 PR python/12133:
3829 * gdb.texinfo (Frames In Python): Document various frame
3830 constants.
3831
3832 2011-01-05 Joel Brobecker <brobecker@adacore.com>
3833
3834 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
3835 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
3836 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
3837
3838 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3839
3840 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
3841 (clean): Add GDBvn.texi.
3842
3843 2010-12-29 Joel Brobecker <brobecker@adacore.com>
3844
3845 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
3846 occasional case where the debugger prints an array address
3847 instead of the array itself.
3848
3849 2010-12-23 Pedro Alves <pedro@codesourcery.com>
3850
3851 * gdb.texinfo (Packets) <read registers packet>: Document support
3852 for registers that were not collected.
3853
3854 2010-12-15 Doug Evans <dje@google.com>
3855
3856 * gdb.texinfo (Startup): Document auto-loading of scripts during
3857 startup.
3858 (Auto-loading): Delete "maint set python auto-load on|off".
3859 Add "set auto-load-scripts on|off".
3860
3861 2010-12-07 Doug Evans <dje@google.com>
3862
3863 * gdb.texinfo (Mode Options): Document -data-directory.
3864 (Data Files): Add reference to -data-directory.
3865
3866 2010-11-29 Doug Evans <dje@google.com>
3867
3868 * gdb.texinfo (Pretty-Printer Introduction): Change
3869 printer-name:subprinter-name to printer-name;subprinter-name.
3870
3871 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
3872
3873 PR python/12199
3874
3875 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
3876
3877 2010-11-23 Tom Tromey <tromey@redhat.com>
3878
3879 * gdb.texinfo (Top): Check SYSTEM_READLINE.
3880 (Editing): Likewise.
3881 (Command History): Likewise.
3882 (TUI Keys): Likewise.
3883 (Bug Reporting): Conditionally include rluser.texi and
3884 inc-history.texinfo.
3885 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
3886 (GDB_DOC_SOURCE_INCLUDES): Add comment.
3887 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
3888 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
3889 (gdb.pdf): Likewise.
3890 (gdb.info): Likewise.
3891 (gdb/index.html): Likewise.
3892
3893 2010-11-23 Tom Tromey <tromey@redhat.com>
3894
3895 * Makefile.in (Makefile): Run ../config.status.
3896 (distclean): Update.
3897 * configure: Remove.
3898 * configure.ac: Remove.
3899
3900 2010-11-12 Tom Tromey <tromey@redhat.com>
3901
3902 * gdb.texinfo (Basic Python): Update. Add xref.
3903 (Exception Handling): Document new exception classes.
3904 (Types In Python): Update.
3905 (Frames In Python): Update.
3906
3907 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
3908
3909 * gdb.texinfo (Breakpoints In Python): Document "internal"
3910 parameter, and visible attribute.
3911
3912 2010-11-05 Doug Evans <dje@google.com>
3913
3914 * gdb.texinfo (Source Path): Document "set directories".
3915
3916 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
3917
3918 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
3919 (OpenCL C): New node.
3920
3921 2010-11-02 Doug Evans <dje@google.com>
3922
3923 * gdb.texinfo (Pretty Printing): Expand into three sections,
3924 introduction, example, and commands.
3925 (Python API): Delete section Disabling Pretty-Printers, merge into
3926 Selecting Pretty-Printers.
3927 (Writing a Pretty-Printer): New section. Move the pretty-printer
3928 example here, and reformat to match python coding style. Add a second
3929 example using the gdb.printing module.
3930 (Python modules): Add gdb.printing.
3931
3932 2010-10-29 Doug Evans <dje@google.com>
3933
3934 * gdb.texinfo (Python): Fix long line.
3935
3936 2010-10-20 Doug Evans <dje@google.com>
3937
3938 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
3939 All references updated. Correct sections marked as subsections.
3940 (Coding Standards): New chapter. Move the coding standard related
3941 subsections here. Add section on Python coding standards.
3942
3943 2010-10-13 Doug Evans <dje@google.com>
3944
3945 * gdb.texinfo (Python): Add "Python modules".
3946 (Types in Python): Add reference to gdb.types section.
3947 (Python modules): New node.
3948
3949 2010-10-11 Doug Evans <dje@google.com>
3950
3951 * gdb.texinfo (Values From Inferior): Add reference to "Types in
3952 Python" from gdb.Value.type description.
3953
3954 2010-09-28 Joel Brobecker <brobecker@adacore.com>
3955
3956 * gdb.texinfo (Ravenscar Profile): New node.
3957
3958 2010-09-22 Tom Tromey <tromey@redhat.com>
3959
3960 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
3961
3962 2010-09-22 Eli Zaretskii <eliz@gnu.org>
3963
3964 * gdb.texinfo (Values From Inferior): Clarify that
3965 value.dynamic_type works only in C++ programs with RTTI.
3966
3967 2010-09-15 Paul Bolle <pebolle@tiscali.nl>
3968
3969 * gdb.texinfo (Character Sets): Correctly reference host-charset
3970 in example.
3971
3972 2010-09-13 Tom Tromey <tromey@redhat.com>
3973
3974 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
3975 Document "fullname" and "from".
3976
3977 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
3978
3979 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
3980 feature `reverse' output by -list-target-features.
3981
3982 2010-08-31 H.J. Lu <hongjiu.lu@intel.com>
3983
3984 * gdb.texinfo (i386 Features): Remove an extra "@item".
3985
3986 2010-08-30 Tom Tromey <tromey@redhat.com>
3987
3988 PR python/11792:
3989 * gdb.texinfo (Values From Inferior): Document dynamic_type.
3990
3991 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
3992
3993 * gdb.texinfo (ARM Features): Document
3994 org.gnu.gdb.arm.m-profile.
3995
3996 2010-08-23 Tom Tromey <tromey@redhat.com>
3997
3998 PR python/11145:
3999 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
4000 reinterpret_cast methods.
4001
4002 2010-08-23 Tom Tromey <tromey@redhat.com>
4003
4004 PR python/11915:
4005 * gdb.texinfo (Types In Python): Document array method.
4006
4007 2010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
4008
4009 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
4010
4011 2010-08-16 Tom Tromey <tromey@redhat.com>
4012
4013 * gdb.texinfo (Set Watchpoints): Document -location option.
4014
4015 2010-08-13 Doug Evans <dje@google.com>
4016
4017 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
4018
4019 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
4020
4021 * gdb.texinfo (GDB/MI Data Manipulation): Document
4022 -data-read-memory-raw and -data-write-memory-raw.
4023
4024 2010-08-11 Tom Tromey <tromey@redhat.com>
4025 Phil Muldoon <pmuldoon@redhat.com>
4026
4027 * gdb.texinfo (Basic Python): Describe post_event API.
4028
4029 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
4030
4031 * gdb.texinfo (Basic Python): Describe solib_address and
4032 decode_line Python APIs
4033
4034 2010-08-10 Tom Tromey <tromey@redhat.com>
4035
4036 * gdb.texinfo (Pretty Printing API): Document
4037 gdb.default_visualizer.
4038
4039 2010-08-10 Tom Tromey <tromey@redhat.com>
4040
4041 Revert gdb-add-index addition:
4042 * gdb.texinfo (Index Files): Don't document gdb-add-index.
4043
4044 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4045 Eli Zaretskii <eliz@gnu.org>
4046
4047 * gdb.texinfo (Mode Options) <-batch>
4048 (Basic Python) <gdb.execute>: Describe setting width and height.
4049
4050 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
4051
4052 * gdb.texinfo (Threads): Document 'debug libthread-db'.
4053
4054 2010-07-30 Tom Tromey <tromey@redhat.com>
4055
4056 * gdb.texinfo (Index Files): Mention gdb-add-index.
4057
4058 2010-07-30 Hui Zhu <teawater@gmail.com>
4059
4060 * gdb.texinfo (Inferiors and Programs): Update the introduce of
4061 "detach inferior" and "kill inferior".
4062
4063 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
4064
4065 * gdb.texinfo (Machine Code): Update description of two forms of
4066 arguments, and add new example to demonstrate the new form.
4067
4068 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
4069
4070 * gdb.texinfo (Values From Inferior): Add value inferior function
4071 call description.
4072
4073 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4074
4075 * gdb.texinfo (Active Targets): Fix wrong comma placement.
4076
4077 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4078 Eli Zaretskii <eliz@gnu.org>
4079
4080 Make core files the process_stratum.
4081 * gdb.texinfo (Active Targets): Remove core_stratum. Include
4082 record_stratum example.
4083
4084 2010-07-13 Tom Tromey <tromey@redhat.com>
4085
4086 * gdb.texinfo (Index Files): New node.
4087
4088 2010-07-13 Tom Tromey <tromey@redhat.com>
4089
4090 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
4091
4092 2010-07-13 Tom Tromey <tromey@redhat.com>
4093
4094 * gdb.texinfo (Specify Location): Document labels.
4095
4096 2010-07-01 Pedro Alves <pedro@codesourcery.com>
4097
4098 * gdb.texinfo (Create and Delete Tracepoints): Add more index
4099 entries for fast tracepoints and static tracepoints.
4100
4101 2010-07-01 Pedro Alves <pedro@codesourcery.com>
4102
4103 * gdb.texinfo (General Query Packets) <qfThreadInfo,
4104 qsThreadInfo>: Spell out `l' as ell.
4105
4106 2010-07-01 Pedro Alves <pedro@codesourcery.com>
4107
4108 * gdb.texinfo (Convenience Variables): Document $_sdata.
4109 (Commands to Set Tracepoints): Describe static tracepoints. Add
4110 `Listing Static Tracepoint Markers' menu entry. Document
4111 "strace".
4112 (Tracepoint Action Lists): Document collecting $_sdata.
4113 (Listing Static Tracepoint Markers): New subsection.
4114 (Tracepoints support in gdbserver): Mention static tracepoints.
4115 (remote packets, enabling and disabling): Mention
4116 read-sdata-object.
4117 (General Query Packets) <qSupported>: Document qXfer:sdata:read
4118 and StaticTracepoint.
4119 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
4120 Document qXfer:sdata:read.
4121 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
4122
4123 2010-06-29 Joel Brobecker <brobecker@adacore.com>
4124
4125 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
4126
4127 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
4128 Tom Tromey <tromey@redhat.com>
4129 Thiago Jung Bauermann <bauerman@br.ibm.com>
4130
4131 * gdb.texinfo (Inferiors In Python): New node.
4132 * gdb.texinfo (Threads In Python): New node.
4133
4134 2010-06-28 Joel Brobecker <brobecker@adacore.com>
4135
4136 * gdb.texinfo (Python): Document what the python directory is
4137 and what its location is.
4138 (Basic Python): Document the gdb.PYTHONDIR constant.
4139
4140 2010-06-25 Tom Tromey <tromey@redhat.com>
4141
4142 PR python/10808:
4143 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
4144
4145 2010-06-24 Hui Zhu <teawater@gmail.com>
4146
4147 * gdb.texinfo: (Commands for Controlled Output): Add
4148 documentation for command "eval".
4149
4150 2010-06-21 Stan Shebs <stan@codesourcery.com>
4151
4152 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
4153 * annotate.texinfo: Ditto.
4154 * gdbint.texinfo: Ditto.
4155 * stabs.texinfo: Ditto.
4156
4157 2010-06-22 Hui Zhu <teawater@gmail.com>
4158
4159 * gdb.texinfo: (Process Record and Replay): Add documentation
4160 for command "set record memory-query".
4161
4162 2010-06-21 Stan Shebs <stan@codesourcery.com>
4163
4164 * gdb.texinfo: Relicense under GFDL version 1.3.
4165 * annotate.texinfo: Relicense under GFDL version 1.3.
4166 * gdbint.texinfo: Relicense under GFDL version 1.3.
4167 * stabs.texinfo: Relicense under GFDL version 1.3.
4168 * fdl.texi: Update to version 1.3.
4169
4170 2010-06-18 Stan Shebs <stan@codesourcery.com>
4171
4172 * gdb.texinfo (Operating System Auxiliary Information): Describe
4173 "info os" when no arguments given.
4174
4175 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
4176 $_thread.
4177
4178 2010-06-18 Hui Zhu <teawater@gmail.com>
4179
4180 * gdb.texinfo: (Process Record and Replay): Add documentation
4181 for commands "record save" and "record restore".
4182
4183 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4184
4185 * gdb.texinfo: Include information about the correct use
4186 of addresses in the `watch' command.
4187
4188 2010-06-11 Stan Shebs <stan@codesourcery.com>
4189
4190 * gdb.texinfo (Observer Mode): New section.
4191 (General Query Packets): Document QAllow.
4192
4193 2010-06-04 Doug Evans <dje@google.com>
4194
4195 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
4196
4197 2010-06-03 Doug Evans <dje@google.com>
4198
4199 * gdbint.texinfo (Coding): Add subsection on command names.
4200
4201 2010-06-02 Tom Tromey <tromey@redhat.com>
4202
4203 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
4204 always-disassemble.
4205
4206 2010-06-01 Pedro Alves <pedro@codesourcery.com>
4207
4208 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
4209 gdbserver, and add cross reference.
4210 (Tracepoints support in gdbserver): New subsection.
4211
4212 2010-05-26 Pedro Alves <pedro@codesourcery.com>
4213
4214 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
4215 `qRelocInsn' feature.
4216 (Relocate instruction reply packet): New subsection
4217 of `Tracepoint Packets'.
4218 (Tracepoint Packets): Mention that packets QTDP and QTStart
4219 support the qRelocInsn request, and add cross reference to new
4220 subsection.
4221
4222 2010-05-25 Doug Evans <dje@google.com>
4223
4224 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
4225 (Commands In Python): Document gdb.string_to_argv.
4226
4227 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4228
4229 * gdbint.texinfo (Host Definition): Remove items NORETURN and
4230 ATTR_NORETURN.
4231
4232 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
4233 Tom Tromey <tromey@redhat.com>
4234 Thiago Jung Bauermann <bauerman@br.ibm.com>
4235
4236 * gdb.texinfo (Parameters In Python): New Node.
4237
4238 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
4239
4240 * gdb.texinfo: (Summary) Add mention about D language support.
4241 (Filenames): Add D suffixes.
4242 (D): New node.
4243
4244 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
4245
4246 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
4247 of macro deleted from GDB code.
4248
4249 2010-04-24 Pedro Alves <pedro@codesourcery.com>
4250
4251 * gdb.texinfo (Commands to specify files): Describe what how GDB
4252 looks up DOS-based filesystem paths on the system root. Document
4253 the new `set/show target-file-system-kind' commands.
4254
4255 2010-04-23 Doug Evans <dje@google.com>
4256
4257 * gdb.texinfo (Python): Move Auto-loading section here ...
4258 (Python API): from here.
4259 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
4260 (Maintenance Commands): Add docs for "maint print section-scripts".
4261
4262 2010-04-20 Chris Moller <cmoller@redhat.com>
4263
4264 * gdb.texinfo (Setting Breakpoints): Added description of
4265 filename-qualified rbreak.
4266 * refcard.tex (Breakpoints and Watchpoints): Added brief
4267 description of filename-qualified rbreak.
4268
4269 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4270
4271 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
4272 (Python API): Change the reference to Pretty Printing API.
4273 (Pretty Printing): Move the user part under the Data node. Reformat
4274 the sample output to 72 columns. Create a new reference to Pretty
4275 Printing API. Rename the API part ...
4276 (Pretty Printing API): To a new node name.
4277 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
4278 (GDB/MI Variable Objects): Change references to Pretty Printing API.
4279
4280 2010-04-21 Stan Shebs <stan@codesourcery.com>
4281
4282 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
4283 and commands.
4284 (Listing Tracepoints): Update to reflect current behavior.
4285
4286 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4287
4288 * gdb.texinfo (Examining memory): Update for change in string
4289 display with explicit size.
4290
4291 2010-04-19 Pedro Alves <pedro@codesourcery.com>
4292
4293 PR breakpoints/8554.
4294
4295 * gdb.texinfo (Save Breakpoints): New node.
4296 (save-tracepoints): Rename to ...
4297 (save tracepoints): ... this. Mention that `save-tracepoints' is
4298 a deprecated alias to `save tracepoints'.
4299
4300 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
4301
4302 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
4303 (info w32 thread-information-block): Document new command.
4304 (qGetTIBAddress): Document new gdbserver query.
4305 (maint set/show show-all-tib): Document new command.
4306
4307 2010-04-15 Doug Evans <dje@google.com>
4308
4309 * gdb.texinfo (Python API): Add progspaces section.
4310 (Selecting Pretty-Printers): Progspace pretty-printers are
4311 searched too.
4312 (Progspaces In Python): New section.
4313
4314 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
4315
4316 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
4317
4318 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
4319 returns None.
4320
4321 2010-04-09 Stan Shebs <stan@codesourcery.com>
4322
4323 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4324 Describe the `frames-created' field, tweak grammar.
4325
4326 2010-04-09 Pedro Alves <pedro@codesourcery.com>
4327
4328 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4329 Describe the `circular' and `disconnected' fields.
4330
4331 2010-04-09 H.J. Lu <hongjiu.lu@intel.com>
4332
4333 * gdb.texinfo (maint print registers): Mention unavailable and
4334 invisible registers.
4335
4336 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
4337 Thiago Jung Bauermann <bauerman@br.ibm.com>
4338 Tom Tromey <tromey@redhat.com>
4339
4340 * gdb.texinfo (Breakpoints In Python): New Node.
4341
4342 2010-04-08 Stan Shebs <stan@codesourcery.com>
4343
4344 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
4345 trace status fields.
4346
4347 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
4348
4349 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
4350 optional. Make org.gnu.gdb.i386.avx requires
4351 org.gnu.gdb.i386.avx.
4352
4353 2010-04-08 Doug Evans <dje@google.com>
4354
4355 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
4356 search path, and document that gdb only scans the search path if
4357 the script's path doesn't specify a directory.
4358
4359 2010-04-05 Doug Evans <dje@google.com>
4360
4361 * gdb.texinfo (maint show python auto-load): Fix typo.
4362
4363 2010-04-04 Stan Shebs <stan@codesourcery.com>
4364
4365 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
4366 (Setting Watchpoints): Update description of "info watch".
4367 (Disabling Breakpoints): Only "info break" lists all.
4368
4369 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
4370 (tdump): Explain how tdump works.
4371
4372 2010-04-01 Pedro Alves <pedro@codesourcery.com>
4373
4374 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
4375 add cross reference.
4376
4377 2010-03-31 Pedro Alves <pedro@codesourcery.com>
4378
4379 * gdb.texinfo (TUI Commands): Mention that in some cases, these
4380 commands error out.
4381
4382 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4383
4384 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
4385
4386 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4387
4388 * gdb.texinfo (General Query Packets): Add xmlRegisters.
4389
4390 2010-03-29 Stan Shebs <stan@codesourcery.com>
4391 Nathan Sidwell <nathan@codesourcery.com>
4392
4393 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
4394 GDBN equivalent.
4395 (Set Tracepoints): Remove mention that conditional tracepoints
4396 don't exist.
4397 (Tracepoint Actions): Clarify when while-stepping collection
4398 happens, note that while-stepping does not automatically collect
4399 $pc.
4400
4401 2010-03-29 Stan Shebs <stan@codesourcery.com>
4402
4403 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
4404 (General Query Packets): Describe TracepointSource.
4405
4406 2010-03-27 Matt Rice <ratmice@gmail.com>
4407
4408 * gdb.texinfo (ARM): Document arguments to "target sim".
4409 (Set Catchpoints): Use @dots{} instead of @r{...}.
4410
4411 2010-03-26 Pedro Alves <pedro@codesourcery.com>
4412
4413 * gdb.texinfo (Tracepoint Packets): Remove mention that
4414 terror:string may be plain text, and drop mention of X prefix.
4415
4416 2010-03-26 Vladimir Prus <vladimir@codesourcery.com>
4417
4418 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
4419
4420 2010-03-24 Stan Shebs <stan@codesourcery.com>
4421
4422 * gdb.texinfo (Tracepoint Packets): Document trace error status.
4423
4424 2010-03-24 Tom Tromey <tromey@redhat.com>
4425
4426 PR breakpoints/9352:
4427 * gdb.texinfo (Break Commands): Update.
4428
4429 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
4430
4431 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
4432 commands.
4433
4434 2010-03-16 Stan Shebs <stan@codesourcery.com>
4435
4436 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
4437 circular-trace-buffer.
4438 (Tracepoint Packets): Describe QTBuffer, and details of the
4439 qTStatus reply.
4440
4441 2010-03-12 Stan Shebs <stan@codesourcery.com>
4442 Nathan Sidwell <nathan@codesourcery.com>
4443
4444 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
4445 doing instruction stepping.
4446 (Tracepoint Restrictions): New node.
4447
4448 2010-03-10 Tom Tromey <tromey@redhat.com>
4449
4450 * gdbint.texinfo (Symbol Handling): Update.
4451
4452 2010-03-08 Tom Tromey <tromey@redhat.com>
4453
4454 PR cli/9591:
4455 * gdb.texinfo (Mode Options): Mention lack of pagination and
4456 confirmation with --batch.
4457 (Screen Size): Mention --batch.
4458 (Messages/Warnings): Likewise.
4459
4460 2010-03-05 Tom Tromey <tromey@redhat.com>
4461
4462 * gdb.texinfo (Basic Python): Document target_charset and
4463 target_wide_charset.
4464
4465 2010-03-05 Tom Tromey <tromey@redhat.com>
4466
4467 * gdb.texinfo (Data): Link to pretty-printing.
4468 (Output Formats): Likewise. Correct text.
4469
4470 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
4471
4472 * gdb.texinfo (Types): Describe <struct> and <flags>.
4473
4474 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
4475
4476 * gdb.texinfo (Frames In Python): Add block parameter and
4477 description to read_var text.
4478
4479 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
4480 Tom Tromey <tromey@redhat.com>
4481
4482 * gdb.texinfo (Types In Python): Describe block argument in
4483 template_argument and gdb.lookup_type.
4484
4485 2010-02-24 Tom Tromey <tromey@redhat.com>
4486
4487 * gdb.texinfo (Cygwin Native): Fix typo.
4488
4489 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
4490
4491 * gdb.texinfo (Frames In Python): Add block, find_sal, function
4492 and select method descriptions.
4493 (Python API): Add Blocks In Python, Symbols in Python and Symbol
4494 Tables in Python to menu.
4495 (Blocks In Python): New node.
4496 (Symbols In Python): New node.
4497 (Symbol Tables in Python): New node.
4498
4499 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
4500
4501 Multiexec MI
4502
4503 gdb/
4504 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
4505
4506 gdb/doc/
4507 * gdb.texinfo (GDB/MI Command Syntax): Document notification
4508 changes.
4509 (GDB/MI Program Execution): Document current behaviour of
4510 --all and --thread-group.
4511 (GDB/MI Miscellaneous Commands): Document -add-inferior and
4512 -remove-inferior.
4513 * observer.texi (inferior_added, inferior_removed): New
4514 observers.
4515
4516 2010-02-19 Tom Tromey <tromey@redhat.com>
4517
4518 * gdbint.texinfo (Getting Started): Fix @node.
4519 (Debugging GDB): Likewise.
4520
4521 2010-02-13 Joel Brobecker <brobecker@adacore.com>
4522
4523 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
4524 documenting the gdb_test_timeout variable.
4525
4526 2010-02-12 Jakob Engblom <jakob@virtutech.com>
4527
4528 * gdb.texinfo (MI commands): Added documentation of --reverse
4529 option to a set of MI commands. Restructured documentation of MI
4530 commands --exec-continue to reflect the complexity of reverse
4531 execution.
4532
4533 2010-02-12 Pedro Alves <pedro@codesourcery.com>
4534
4535 * gdb.texinfo (Using the Collected Data): Specify that the address
4536 range of `tfind outsize' is exclusive, and that the address range
4537 of `tfind range' is inclusive.
4538 (Tracepoint Packets): Specify that the address range of
4539 `QTFrame:range' is inclusive, and that the address range of
4540 `QTFrame:outside' is exclusive
4541
4542 2010-02-12 Vladimir Prus <vladimir@codesourcery.com>
4543
4544 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
4545
4546 2010-02-10 Tom Tromey <tromey@redhat.com>
4547
4548 * gdb.texinfo (Debugging Output): Document set debug parser and
4549 show debug parser.
4550
4551 2010-02-09 H.J. Lu <hongjiu.lu@intel.com>
4552
4553 * gdb.texinfo (Predefined Target Types): Add i387_ext,
4554 i386_eflags and i386_mxcsr.
4555
4556 2010-02-08 H.J. Lu <hongjiu.lu@intel.com>
4557
4558 * gdb.texinfo: Document i386 target features.
4559
4560 2010-02-05 Doug Evans <dje@google.com>
4561
4562 * gdbint.texinfo (Testsuite): Add a new section to document the
4563 various DejaGnu variables that may be overridden.
4564 Document INTERNAL_GDBFLAGS.
4565
4566 2010-02-04 Tom Tromey <tromey@redhat.com>
4567
4568 PR cli/8830:
4569 * gdb.texinfo (Files): -readnow comes before the filename for file
4570 and symbol-file.
4571
4572 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4573
4574 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
4575 Document ARM breakpoint types.
4576 (Register Packet Format): Move into the new section.
4577 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
4578
4579 2010-01-21 Joel Brobecker <brobecker@adacore.com>
4580
4581 * gdb.texinfo (File Options): Adjust the documentation of this
4582 switch to refer to the "source" command rather than partially
4583 duplicating some of the relevant information.
4584 (Extending GDB): Introduce and document the set/show script-extension
4585 setting.
4586 (Command Files): Add note explaining that the "source" command
4587 is also used to evalute scripts written in other languages.
4588 Remove the short slightly incorrect reference to sourcing Python
4589 scripts.
4590 (Python Commands): Document how to execute a Python script from GDB.
4591
4592 2010-01-19 Joel Brobecker <brobecker@adacore.com>
4593
4594 * gdb.texinfo (Command Files): Fix typo.
4595
4596 2010-01-18 Tom Tromey <tromey@redhat.com>
4597
4598 * gdb.texinfo (File Options): Document -x on .py files.
4599 (Command Files): Document handling of Python scripts.
4600
4601 2010-01-18 Jie Zhang <jie.zhang@analog.com>
4602
4603 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
4604
4605 2010-01-15 Stan Shebs <stan@codesourcery.com>
4606
4607 * gdb.texinfo (Trace Files): New section.
4608 (Tracepoint Packets): Document QTSave and qTBuffer.
4609 (Trace File Format): New appendix.
4610
4611 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
4612
4613 * gdb.texinfo (Values From Inferior): Document lazy_string value
4614 method.
4615 (Python API): Add Lazy strings menu item.
4616 (Lazy Strings In Python): New node.
4617
4618 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
4619
4620 * gdb.texinfo (GDB/MI Thread Information): New.
4621 (GDB/MI Async Records): Document the core field in *stopped.
4622 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
4623 documentation
4624 (Process list): Document that osdata document may contain
4625 threads.
4626 (Remote Serial Protocol): Document qXfer:threads.
4627
4628 2010-01-06 Stan Shebs <stan@codesourcery.com>
4629
4630 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4631 disconnected tracing.
4632 (Tracepoint Packets): Document new protocol.
4633
4634 2010-01-05 Stan Shebs <stan@codesourcery.com>
4635
4636 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
4637 tracepoints.
4638 (Tracepoint Packets): Describe remote protocol for fast
4639 tracepoints.
4640
4641 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4642
4643 Update the "Start of New Year Procedure".
4644 * gdbint.texinfo: Add the list of files that need to be updated
4645 manually. Minor reformatting.
4646
4647 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4648
4649 * refcard.tex: Update copyright year in header and text.
4650
4651 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4652
4653 * agentexpr.texi: Add 2010 to the list of copyright years.
4654 * annotate.texinfo: Likewise.
4655 * gdb.texinfo: Likewise.
4656 * gdbint.texinfo: Likewise.
4657 * observer.texi: Likewise.
4658 * stabs.texinfo: Likewise.
4659
4660 2009-12-31 Stan Shebs <stan@codesourcery.com>
4661
4662 * gdb.texinfo (Tracepoint Actions): Describe teval.
4663
4664 2009-12-29 Stan Shebs <stan@codesourcery.com>
4665
4666 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
4667
4668 2009-12-28 Stan Shebs <stan@codesourcery.com>
4669
4670 * gdb.texinfo (Trace State Variables): New section.
4671 (Tracepoint Packets): Describe trace state variable packets.
4672 * agentexpr.texi (Bytecode Descriptions): Describe trace state
4673 variable bytecodes.
4674
4675 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
4676
4677 * gdb.texinfo (Symbols): "info variables" prints definitions, not
4678 declarations.
4679
4680 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
4681
4682 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
4683 -gdb-exit behaviour.
4684
4685 2009-12-20 Joel Brobecker <brobecker@adacore.com>
4686
4687 * gpl.texi: Update to version 3 of the GPL.
4688
4689 2009-12-20 Joel Brobecker <brobecker@adacore.com>
4690
4691 * Makefile.in: Update copyright header.
4692 * observer.texi: Fix the copyright header of the generated files.
4693
4694 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
4695
4696 * gdb.texinfo (Types In Python): Describe range function.
4697
4698 2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
4699
4700 * gdb.texinfo (Types In Python): Describe "is_base_class".
4701
4702 2009-12-03 Tom Tromey <tromey@redhat.com>
4703
4704 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
4705
4706 2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
4707
4708 * observer.texi: New memory_changed observer.
4709
4710 2009-12-01 Tom Tromey <tromey@redhat.com>
4711
4712 * gdb.texinfo (Reverse Execution): Fix typo.
4713
4714 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
4715
4716 PR gdb/8704
4717
4718 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
4719 are allowed after the breakpoint condition.
4720
4721 2009-11-23 Tom Tromey <tromey@redhat.com>
4722
4723 PR python/10782:
4724 * gdb.texinfo (Types In Python): Document Type.pointer.
4725
4726 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
4727
4728 * gdb.texinfo (Machine Code): Adjust.
4729
4730 2009-11-11 Pedro Alves <pedro@codesourcery.com>
4731
4732 * agentexpr.texi (Tracing On Symmetrix): Delete section.
4733 (Using Agent Expressions): Delete cross reference.
4734
4735 2009-11-07 Joel Brobecker <brobecker@adacore.com>
4736
4737 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
4738 and @settitle directives up to help makeinfo find them.
4739
4740 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4741
4742 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
4743 (Auto-loading): Use plural and note one can use multiple components now.
4744
4745 2009-11-01 Vladimir Prus <vladimir@codesourcery.com>
4746
4747 * gdb.texinfo (GDB/MI Stack Manipulation): Make
4748 -stack-list-arguments have the same documentation for parameter
4749 as -stack-list-locals. Add comas.
4750
4751 2009-10-27 Tom Tromey <tromey@redhat.com>
4752 Eli Zaretskii <eliz@gnu.org>
4753
4754 PR python/10781
4755
4756 * gdb.texinfo (Values From Inferior): Document cast method.
4757
4758 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
4759
4760 * gdb.texinfo (Machine Code): Mention function name in disasssembly
4761 and adjust example.
4762
4763 2009-10-22 Michael Snyder <msnyder@vmware.com>
4764
4765 * gdb.texinfo (Process Record and Replay): Document new form of
4766 info record command. Also document the new save and restore
4767 commands.
4768
4769 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
4770
4771 * gdb.texinfo (Machine Code): Mention current pc marker.
4772 (Memory): Likewise.
4773
4774 2009-10-19 Pedro Alves <pedro@codesourcery.com>
4775 Stan Shebs <stan@codesourcery.com>
4776
4777 * observer.texi (new_inferior): Rename to...
4778 (inferior_appeared): ... this.
4779
4780 * gdb.texinfo (Inferiors): Rename node to ...
4781 (Inferiors and Programs): ... this. Mention running multiple
4782 programs in the same debug session.
4783 <info inferiors>: Mention the new 'Executable' column if "info
4784 inferiors". Update examples. Document the "add-inferior",
4785 "clone-inferior", "remove-inferior" and "maint info
4786 program-spaces" commands.
4787 (Process): Rename node to...
4788 (Forks): ... this. Document "set|show follow-exec-mode".
4789
4790 2009-10-11 Michael Snyder <msnyder@vmware.com>
4791
4792 * gdb.texinfo (ReverseStep): Show default as "unsupported".
4793 (ReverseContinue): Ditto.
4794
4795 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
4796
4797 * gdb.texinfo (Server): Document libthread-db-search-path.
4798
4799 2009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4800
4801 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
4802
4803 2009-10-06 Michael Eager <eager@eagercon.com>
4804
4805 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
4806 (Embedded Processors): Add MicroBlaze.
4807 (MicroBlaze): New. Describe Xilinx MicroBlaze
4808
4809 2009-10-04 Pedro Alves <pedro@codesourcery.com>
4810
4811 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
4812
4813 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
4814
4815 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
4816
4817 2009-09-23 Joel Brobecker <brobecker@adacore.com>
4818
4819 * observer.texi (solib_unloaded): Document explicitly the fact that
4820 this observer is called before the associated symbols are unloaded.
4821
4822 2009-09-19 Vladimir Prus <vladimir@codesourcery.com>
4823
4824 * gdb.texinfo (GDB/MI Stack Manipulation): Document
4825 -stack-list-variables.
4826
4827 2009-09-18 Tom Tromey <tromey@redhat.com>
4828
4829 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
4830 is experimental.
4831
4832 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4833
4834 * gdb.texinfo (convenince variables): Mention
4835 $_siginfo could be empty.
4836
4837 2009-09-15 Tom Tromey <tromey@redhat.com>
4838
4839 * gdb.texinfo (GDB/MI Variable Objects): Document
4840 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
4841 Expand -var-update documentation.
4842
4843 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4844
4845 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
4846 feature.
4847
4848 2009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
4849
4850 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
4851
4852 2009-09-10 Michael Snyder <msnyder@vmware.com>
4853
4854 * gdb.texinfo (qSupported): Mention new ReverseContinue and
4855 ReverseStep replies to the qSupported query.
4856
4857 2009-09-10 Joel Brobecker <brobecker@adacore.com>
4858
4859 Add documentation for set/show interactive-mode.
4860 * gdb.texinfo (Other Misc Settings): New node.
4861
4862 2009-09-01 Doug Evans <dje@google.com>
4863
4864 * gdb.texinfo (Caching Data of Remote Targets): Add note on
4865 non-stop mode's affect on remote caching.
4866
4867 2009-08-31 Jacob Potter <jdpotter@google.com>
4868 Doug Evans <dje@google.com>
4869
4870 * gdb.texinfo (Caching Data of Remote Targets): Update text.
4871 Mark `set/show remotecache' options as obsolete.
4872 Document new `set/show stack-cache' option.
4873 Update text for `info dcache'.
4874
4875 2009-08-27 Doug Evans <dje@google.com>
4876
4877 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
4878 (Files): Add note on new optional regex arg to `info sharedlibrary'.
4879
4880 2009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4881
4882 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
4883 about autoconf.
4884
4885 2009-08-25 Pedro Alves <pedro@codesourcery.com>
4886
4887 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
4888 small example, and describe its columns. Replace "inferior-id" by
4889 "infno" throughout.
4890
4891 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4892
4893 * gdbint.texinfo (Releasing GDB): Point to
4894 README-maintainer-mode file for required autoconf version.
4895 * configure.ac: Do not substitute datarootdir, htmldir,
4896 pdfdir, docdir. Do not process --with-datarootdir,
4897 --with-htmldir, --with-pdfdir, --with-docdir.
4898 * configure: Regenerate.
4899
4900 * configure: Regenerate.
4901
4902 2009-08-20 Reid Kleckner <reid@kleckner.net>
4903
4904 * gdb.texinfo: Add chapter on JIT interface.
4905
4906 2009-08-07 Nick Roberts <nickrob@snap.net.nz>
4907
4908 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
4909 confirmation request.
4910
4911 2009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
4912
4913 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
4914 CRC definitions.
4915
4916 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
4917
4918 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
4919 -break-commands.
4920
4921 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4922
4923 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4924 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
4925
4926 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4927
4928 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4929 "set spu stop-on-load" and "show spu stop-on-load" commands.
4930
4931 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4932
4933 * gdb.texinfo (Target Descriptions): Document <compatible> element.
4934
4935 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
4936
4937 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
4938 org.gnu.gdb.arm.neon.
4939
4940 2009-07-20 Pedro Alves <pedro@codesourcery.com>
4941
4942 * gdb.texinfo (Target Description Format): Mention the new <osabi>
4943 optional element.
4944 (subsection OS ABI): New subsection.
4945
4946 2009-07-14 Stan Shebs <stan@codesourcery.com>
4947
4948 * gdb.texinfo (Tracepoint Conditions): New section.
4949 (General Query Packets): Describe ConditionalTracepoints.
4950 (Tracepoint Packets): Describe condition field.
4951 (Maintenance Commands): Describe maint agent-eval.
4952 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
4953
4954 2009-07-11 Hui Zhu <teawater@gmail.com>
4955
4956 * gdb.texinfo (disassemble): Add a new modifier /r
4957 to "disassemble" command to make it print the raw instructions
4958 in hex as well as in symbolic form.
4959
4960 2009-07-09 Tom Tromey <tromey@redhat.com>
4961
4962 * gdbint.texinfo (Testsuite): Document parallel make check.
4963
4964 2009-07-09 Tom Tromey <tromey@redhat.com>
4965
4966 * gdbint.texinfo (Testsuite): Document test transcripts.
4967
4968 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
4969
4970 * gdb.texinfo (Values From Inferior): Add length parameter
4971 description.
4972
4973 2009-07-04 Chris Genly <chris@genly.us>
4974
4975 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
4976 in -var-list-children. Fix example according to what the code
4977 does.
4978
4979 2009-07-02 Pedro Alves <pedro@codesourcery.com>
4980
4981 * gdb.texinfo (Debugging multiple inferiors): Document the
4982 "inferior", "detach inferior" and "kill inferior" commands.
4983 (Debugging Programs with Multiple Processes): Adjust to mention
4984 generic "inferior" commands. Delete mention of "detach fork" and
4985 "delete fork". Cross reference to "Debugging multiple inferiors"
4986 section.
4987
4988 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4989
4990 * gdbint.texinfo (Item Output Functions): Update signature
4991 for ui_out_field_core_addr.
4992
4993 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4994
4995 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
4996 Update example code extrated from breakpoint.c.
4997
4998 2009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
4999
5000 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
5001 MI commands.
5002 (GDB/MI Symbol Query): Likewise.
5003 (GDB/MI File Commands): Likewise.
5004 (GDB/MI File Transfer Commands): Likewise.
5005 (GDB/MI Target Manipulation): Likewise.
5006 (GDB/MI Miscellaneous Commands): Likewise.
5007
5008 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
5009
5010 * gdb.texinfo (Debugging Optimized Code): New chapter.
5011 (Compiling for Debugging): Reference it. Move some
5012 text to the new section.
5013
5014 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
5015
5016 * doc/gdb.texinfo (Calling): Document
5017 set-unwind-on-terminating-exception usage.
5018
5019 2009-06-11 Pedro Alves <pedro@codesourcery.com>
5020
5021 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
5022 command.
5023
5024 2009-06-07 Pedro Alves <pedro@codesourcery.com>
5025
5026 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
5027 references.
5028
5029 2009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
5030
5031 * gdbint.texinfo: Rename formal parameters to gdbarch function
5032 protoypes from "current_gdbarch" to "gdbarch".
5033
5034 2009-05-28 Tom Tromey <tromey@redhat.com>
5035
5036 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
5037
5038 2009-05-27 Tom Tromey <tromey@redhat.com>
5039
5040 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5041 feature.
5042 (GDB/MI Variable Objects): Document -var-set-visualizer.
5043
5044 2009-04-02 Tom Tromey <tromey@redhat.com>
5045
5046 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5047 feature.
5048 (GDB/MI Variable Objects): Document -var-set-visualizer.
5049
5050 2009-05-27 Tom Tromey <tromey@redhat.com>
5051 Thiago Jung Bauermann <bauerman@br.ibm.com>
5052 Phil Muldoon <pmuldoon@redhat.com>
5053
5054 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
5055 (Pretty Printing): New node.
5056 (Selecting Pretty-Printers): Likewise.
5057 (Python API): Update.
5058 (Output Formats): Document /r format.
5059
5060 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
5061 Tom Tromey <tromey@redhat.com>
5062
5063 * gdb.texinfo (Types In Python): New node.
5064 (Values From Inferior): "type" is now an attribute.
5065 (Python API): Update.
5066
5067 2009-05-27 Tom Tromey <tromey@redhat.com>
5068 Thiago Jung Bauermann <bauerman@br.ibm.com>
5069 Phil Muldoon <pmuldoon@redhat.com>
5070
5071 * gdb.texinfo: Add @syncodeindex for `tp'.
5072 (Python API): Update.
5073 (Auto-loading): New node.
5074 (Objfiles In Python): New node.
5075
5076 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
5077
5078 * gdb.texinfo (Threads): Document libthread-db-search-path.
5079
5080 2009-05-15 Nick Roberts <nickrob@snap.net.nz>
5081
5082 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
5083
5084 2009-05-12 Pedro Alves <pedro@codesourcery.com>
5085
5086 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
5087 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
5088 show show-debug-regs' docs.
5089
5090 2009-05-08 Eli Zaretskii <eliz@gnu.org>
5091
5092 * gdb.texinfo (Process Record and Replay): Add description of
5093 reverse execution.
5094
5095 2009-05-07 Joel Brobecker <brobecker@adacore.com>
5096
5097 * gdbint.texinfo (Adding support for debugging core files): New node.
5098 (Native Debugging): Remove the ``Native core file Support'' section.
5099
5100 2009-05-01 Eli Zaretskii <eliz@gnu.org>
5101
5102 * gdb.texinfo (Process Record and Replay): Improve and clarify.
5103 Add index entries.
5104
5105 2009-04-30 Hui Zhu <teawater@gmail.com>
5106 Michael Snyder <msnyder@vmware.com>
5107
5108 * gdb.texinfo: (Process Record and Replay): Add documentation for
5109 process record and replay.
5110
5111 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5112
5113 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
5114 a new part on command-line defined macros.
5115
5116 2009-04-25 Eli Zaretskii <eliz@gnu.org>
5117
5118 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
5119 clarify the wording.
5120
5121 2009-04-23 Tom Tromey <tromey@redhat.com>
5122
5123 * gdb.texinfo (Data Files): New node.
5124 (GDB Files): Update menu.
5125
5126 2009-04-23 Joel Brobecker <brobecker@adacore.com>
5127
5128 * gdbint.texinfo (Defining Other Architecture Features): Remove
5129 entry for PROCESS_LINENUMBER_HOOK.
5130
5131 2009-04-22 Vladimir Prus <vladimir@codesourcery.com>
5132
5133 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
5134
5135 2009-04-22 Hui Zhu <teawater@gmail.com>
5136
5137 * gdb.texinfo (disassemble-next-line): Set the default of
5138 disassemble-next-line to off.
5139
5140 2009-04-21 Joseph Myers <joseph@codesourcery.com>
5141
5142 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
5143 --with-htmldir): New.
5144 * configure: Regenerate.
5145 * Makefile.in (datarootdir, docdir): Define.
5146 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
5147 instead of $(SET_TEXINPUTS).
5148 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
5149 gdbint.info instead of $(SET_TEXINPUTS).
5150 (gdbint/index.html): Use same -I options as for building
5151 gdbint.info.
5152 (stabs.dvi, stabs.pdf): Use same -I options as for building
5153 stabs.info instead of $(SET_TEXINPUTS).
5154 (stabs/index.html): Use same -I options as for building
5155 stabs.info.
5156 (annotate.dvi, annotate.pdf): Use same -I options as for building
5157 annotate.info instead of $(SET_TEXINPUTS).
5158 (annotate/index.html): Use same -I options as for building
5159 annotate.info.
5160
5161 2009-04-21 David Daney <ddaney@caviumnetworks.com>
5162
5163 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
5164
5165 2009-04-21 Joseph Myers <joseph@codesourcery.com>
5166
5167 * gdb.texinfo (Source Path): Document --with-relocated-sources.
5168
5169 2009-04-18 Carlos O'Donell <carlos@codesourcery.com>
5170 Joseph Myers <joseph@codesourcery.com>
5171
5172 * Makefile.in (MAKEHTML): Set to makeinfo --html.
5173 (MAKEHTMLFLAGS): Set to empty.
5174 (html__strip_dir): Define.
5175 (HTMLFILES): Define.
5176 (HTMLFILES_INSTALL): Define.
5177 (install-html): Copy new automake rule.
5178 (html): Depend on $(HTMLFILES).
5179 (gdb_toc.html): Rename to gdb/index.html.
5180 (gdbint_toc.html): Rename to gdbint/index.html.
5181 (stabs_toc.html): Rename to stabs/index.html.
5182 (annotate_toc.html): Rename to annotate/index.html.
5183
5184 2009-04-17 Carlos O'Donell <carlos@codesourcery.com>
5185
5186 * Makefile.in: Set pdfdir and htmldir from configure
5187 substitutions.
5188 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
5189 * configure: Regenerate.
5190
5191 2009-04-16 Joel Brobecker <brobecker@adacore.com>
5192
5193 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
5194 This macro is no longer used.
5195
5196 2009-04-15 Tom Tromey <tromey@redhat.com>
5197
5198 * gdb.texinfo (Character Sets): Document default character set.
5199
5200 2009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
5201
5202 * gdbint.texinfo: Change server name from sources.redhat.com to
5203 sourceware.org throughout.
5204
5205 2009-04-09 Joel Brobecker <brobecker@adacore.com>
5206
5207 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
5208 about a missing dot or coma after @xref.
5209
5210 2009-04-02 Joel Brobecker <brobecker@adacore.com>
5211
5212 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
5213 example, and add a small explanation about it.
5214 (Print Settings): Change the documentation of the "set print
5215 frame-arguments" to reflect the fact that the default is now "scalars".
5216
5217 2009-04-02 Joel Brobecker <brobecker@adacore.com>
5218
5219 * gdb.texinfo (Print Settings): Add kindex for command "set
5220 print frame-arguments".
5221
5222 2009-03-31 Joel Brobecker <brobecker@adacore.com>
5223
5224 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
5225 breakpoints.
5226 (Set Breaks): Add reference to thread-specific and task-specific
5227 breakpoints.
5228
5229 2009-03-31 Joel Brobecker <brobecker@adacore.com>
5230
5231 * gdb.texinfo (Ada Tasks): Remove the documentation about
5232 the "Running" state, as this state has been eliminated.
5233 Now all runnable tasks are shown as "Runnable".
5234
5235 2009-03-30 Stan Shebs <stan@codesourcery.com>
5236
5237 * gdb.texinfo (Tracepoints): Describe tracepoints as a
5238 special case of breakpoints.
5239 (Enable and Disable Tracepoints): Mention deprecation.
5240 (Listing Tracepoints): Update description and example.
5241
5242 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5243
5244 * gdb.texinfo (Frames in Python): New node.
5245 (Python API): Update.
5246
5247 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
5248
5249 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
5250 from a method to an attribute.
5251
5252 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
5253
5254 * gdb.texinfo (Values From Inferior): Document is_optimized_out
5255 attribute.
5256
5257 2009-03-25 Pedro Alves <pedro@codesourcery.com>
5258
5259 * observer.texi (thread_exit): Add "silent" parameter.
5260
5261 2009-03-22 Pedro Alves <pedro@codesourcery.com>
5262
5263 * observer.texi (about_to_proceed): New.
5264
5265 2009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
5266
5267 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
5268 field throughout to handle types with spaces in them. Fix typos
5269 found by aspell.
5270 (Summary, Requirements, Contributors): New first chapter,
5271 "Summary" added, old Requirements section moved there, and new
5272 section, "Contributors" added.
5273 (Initializing a New Architecture, Register Representation)
5274 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
5275 (Porting gdb): These sections extended and updated.
5276 (Compiler Characteristics): This section (empty) deleted.
5277 (Defining Other Architecture Features): This section renamed and
5278 duplicate material removed from (formerly "Target Conditionals").
5279 Use braces {} in @deftypeXX type field throughout to handle types
5280 with spaces in them. Typos found by aspell fixed.
5281
5282 * stack_frame.svg: New file, source of image for gdbint.texinfo.
5283 * stack_frame.pdf: Version of image for PDF output.
5284 * stack_frame.png: Version of image for HTML output and for Emacs.
5285 * stack_frame.txt: Version of image for Info output.
5286 * stack_frame.eps: Version of image for TeX DVI output.
5287
5288 2009-03-21 Eli Zaretskii <eliz@gnu.org>
5289
5290 * gdb.texinfo (Character Sets): Fix last change.
5291
5292 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
5293
5294 * gdb.texinfo (Values From Inferior): Fix optional arguments
5295 markup.
5296 (Commands In Python): Adjust argument names of gdb.Command.__init__
5297 to what the function accepts as keywords.
5298
5299 2008-03-20 Tom Tromey <tromey@redhat.com>
5300
5301 * gdb.texinfo (Convenience Vars): Document convenience functions.
5302 (Functions In Python): New node.
5303 (Python API): Update.
5304
5305 2009-03-20 Tom Tromey <tromey@redhat.com>
5306
5307 * gdb.texinfo (Character Sets): Remove obsolete text. Document
5308 set target-wide-charset.
5309 (Requirements): Mention iconv.
5310
5311 2009-03-17 Hui Zhu <teawater@gmail.com>
5312
5313 * gdb.texinfo: Change the introduce of "disassemble-next-line".
5314
5315 2009-03-17 Hui Zhu <teawater@gmail.com>
5316
5317 * gdb.texinfo: Add documentation for disassemble-next-line.
5318
5319 2009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5320
5321 * gdb.texinfo (Commands In Python): Remove tindex entries.
5322
5323 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5324
5325 * gdb.texinfo (Returning): New description for missing debug info.
5326
5327 2009-03-14 Pedro Alves <pedro@codesourcery.com>
5328
5329 * gdb.texinfo (Remote Configuration): Document query-attached.
5330 (General Query Packets): Document qAttached.
5331
5332 2009-03-05 Pedro Alves <pedro@codesourcery.com>
5333
5334 * gdb.texinfo (Background Execution): Better describe the set
5335 target-async command.
5336 (Maintenance Commands): Delete description of the `maint set/show
5337 linux-async' and `maint set/show remote-async' commands.
5338
5339 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5340
5341 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
5342 between sentences.
5343
5344 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5345
5346 * gdb.texinfo (GDB/MI Async Records): Document the
5347 =library-loaded and =library-unloaded notifications.
5348
5349 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
5350
5351 * observer.texi (test_notification): New observer.
5352
5353 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
5354
5355 * observer.texi: Add parameter 'print_frame' to normal_stop
5356 observer.
5357
5358 2009-02-07 Eli Zaretskii <eliz@gnu.org>
5359
5360 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
5361 (Commands In Python): Fix COMMAND_* constants in last change. Use
5362 @kbd for interactive input. Add cross-references and index
5363 entries.
5364
5365 2009-02-06 Pedro Alves <pedro@codesourcery.com>
5366
5367 * gdb.texinfo (Signals): Document $_siginfo.
5368 (Convenience Variables): Mention $_siginfo.
5369 (Remote Configuration): Document qXfer:siginfo:read,
5370 qXfer:siginfo:write packets, and the read-siginfo-object,
5371 write-siginfo-object commands.
5372
5373 2009-02-06 Pedro Alves <pedro@codesourcery.com>
5374
5375 * gdbint.texinfo (Values): New chapter.
5376
5377 2009-02-06 Tom Tromey <tromey@redhat.com>
5378
5379 * gdb.texinfo (Python API): Add entry for Commands In Python.
5380 (Commands In Python): New node.
5381
5382 2009-02-05 Tom Tromey <tromey@redhat.com>
5383
5384 * gdb.texinfo (Values From Inferior): Document Value.string.
5385
5386 2009-02-05 Tom Tromey <tromey@redhat.com>
5387
5388 * gdb.texinfo (Basic Python): Document execute's from_tty
5389 argument.
5390
5391 2009-02-04 Tom Tromey <tromey@redhat.com>
5392
5393 * gdb.texinfo (Basic Python): Document gdb.history.
5394
5395 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5396
5397 * gdb.texinfo (GDB/MI Thread Commands): Document the
5398 'current-thread-id' field. Remove the example with zero threads,
5399 since current GDB won't ever report that if there's inferior.
5400
5401 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5402
5403 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
5404 option to -break-insert.
5405
5406 2009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5407 Jerome Guitton <guitton@adacore.com>
5408
5409 * gdb.texinfo (Startup): Document --with-system-gdbinit.
5410 (System-wide configuration): New section.
5411
5412 2009-01-26 Pedro Alves <pedro@codesourcery.com>
5413
5414 PR gdb/7580:
5415 * gdb.texinfo (Maintenance Commands): Document "maint set|show
5416 internal-error|internal-warning quit|corefile ask|yes|no".
5417
5418 2009-01-26 Pedro Alves <pedro@codesourcery.com>
5419
5420 * gdb.texinfo (Using the `gdbserver' Program): Document
5421 --remote-debug.
5422
5423 2009-01-23 Doug Evans <dje@google.com>
5424
5425 * gdb.texinfo: Add nexti to list of commands that support
5426 background execution.
5427
5428 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
5429
5430 * gdb.texinfo (Define, Hooks): Document prefix command support.
5431
5432 2009-01-14 Joseph Myers <joseph@codesourcery.com>
5433 Carlos O'Donell <carlos@codesourcery.com>
5434
5435 Fixes for makeinfo --html.
5436
5437 * annotate.texinfo: Use @copying and @insertcopying. Use
5438 @ifnottex in place of @ifinfo.
5439 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
5440 place of @ifinfo. Use @ifnotinfo for one index entry.
5441 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
5442 in place of @ifinfo.
5443 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
5444 in place of @ifinfo. Include contents at start unconditionally.
5445
5446 2009-01-13 Pedro Alves <pedro@codesourcery.com>
5447
5448 * gdb.texinfo (General Query Packets): Remove @var{} around the
5449 "spu" literal string.
5450
5451 2009-01-07 Pedro Alves <pedro@codesourcery.com>
5452
5453 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
5454 program may be running in another process" errors.
5455 * gdbint.texinfo (Native Conditionals): Delete
5456 ONE_PROCESS_WRITETEXT description.
5457
5458 2009-01-07 Joel Brobecker <brobecker@adacore.com>
5459
5460 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
5461 emacs local variable to be placed at the end of the ChangeLog.
5462 Add server.c and gdbreplay.c to the list of files where the
5463 copyright year needs to be updated.
5464
5465 2009-01-06 Sandra Loosemore <sandra@codesourcery.com>
5466
5467 * gdb.texinfo (Remote Configuration): Document new
5468 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
5469 commands.
5470
5471 2008-12-28 Pedro Alves <pedro@codesourcery.com>
5472
5473 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
5474 FETCH_INFERIOR_REGISTERS.
5475 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
5476 FETCH_INFERIOR_REGISTERS descriptions. Remove
5477 gdbarch_get_longjmp_target descrition, since already described in
5478 Target Conditionals. Move gdbarch_fp0_regnum description to ...
5479 (Target Conditionals): ... here.
5480
5481 2008-12-16 Joel Brobecker <brobecker@adacore.com>
5482
5483 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
5484 examples.
5485 (Additions to Ada): Likewise. Add the missing opening and closing
5486 parenthesis of the GDB prompt in one of the examples.
5487
5488 2008-12-14 Joel Brobecker <brobecker@adacore.com>
5489
5490 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
5491 about the result of 'Address not being of type System.Address.
5492 This problem has been fixed a while ago.
5493
5494 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5495
5496 MI non-stop and multiprocess docs.
5497
5498 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
5499 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
5500 Adjust documentation for *stopped, document =thread-created,
5501 =thread-exited, =thread-group-created and =thread-group-exited.
5502 (GDB/MI Thread Commands): Document the 'state' field in
5503 -thread-info output.
5504 (GDB/MI Program Execution): Mention --all and --thread-group
5505 options.
5506 (GDB/MI Variable Objects): Describe floating and fixed variable
5507 objects.
5508 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
5509
5510 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5511
5512 * gdb.texinfo (Operating System Information): New appendix.
5513 (Operating System Auxiliary Information): Document 'info os processes'
5514 (Remote Configuration): Document 'osdata'
5515 (General Query Packets): Document qXfer:osdata:read.
5516
5517 2008-11-27 Tristan Gingold <gingold@adacore.com>
5518
5519 * gdb.texinfo (Darwin): Document Darwin specific features.
5520
5521 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5522
5523 * gdbint.texinfo (Target Conditionals): Extend the
5524 gdbarch_breakpoint_from_pc description.
5525
5526 2008-11-22 Vladimir Prus <vladimir@codesourcery.com>
5527
5528 * gdb.texinfo (M68K Features): Fix typo.
5529
5530 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
5531
5532 * gdb.texinfo (Symbols): Mention printing containing
5533 image name in "info symbol".
5534 (Maint translate-address): Likewise.
5535
5536 2008-11-18 Joel Brobecker <brobecker@adacore.com>
5537
5538 * gdb.texinfo (Set Catchpoints): Remove the documentation of
5539 commands "catch load" and "catch unload".
5540
5541 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5542
5543 * gdb.texinfo (GDB/MI Async Records): Document
5544 =thread-selected.
5545
5546 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5547
5548 * observer.texi (new_inferior, inferior_exit): New observers.
5549
5550 2008-10-27 Pedro Alves <pedro@codesourcery.com>
5551
5552 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
5553 .mt files, TM_CLIBS or TM_CDEPS.
5554 (x86 Watchpoints): Don't mention TDEPFILES.
5555
5556 2008-10-24 Sandra Loosemore <sandra@codesourcery.com>
5557
5558 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
5559 (Overview): Mention notifications and non-stop mode behavior.
5560 (Packets): Update documentation of ?, vAttach, vCont, and vRun
5561 with non-stop mode behavior. Add vStopped description.
5562 (Stop Reply Packets): Update list of packets that return
5563 stop replies. Mention non-stop behavior.
5564 (General Query Packets): Document QNonStop packet and associated
5565 qSupported query response.
5566 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
5567 behavior.
5568 (Notification Packets): New section.
5569 (Remote Non-Stop): New section.
5570 (File-I/O Overview): Mention non-stop behavior.
5571
5572 2008-10-24 Hui Zhu <teawater@gmail.com>
5573 Pedro Alves <pedro@codesourcery.com>
5574
5575 * gdb.texinfo (displaced-stepping): Describe the auto mode
5576 setting, and say it's the default. This is now a mainstream
5577 setting instead of a maintenance setting.
5578
5579 2008-10-23 Pedro Alves <pedro@codesourcery.com>
5580
5581 * observer.texi (thread_stop_requested): New.
5582
5583 2008-10-22 Joel Brobecker <brobecker@adacore.com>
5584
5585 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
5586 (Patching): Replace incorrect usage of @samp by @kbd.
5587
5588 2008-10-17 Michael Snyder <msnyder@vmware.com>
5589
5590 * gdb.texinfo: Add documentation for reverse execution.
5591
5592 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5593 Eli Zaretskii <eliz@gnu.org>
5594
5595 * gdb.texinfo. (Values From Inferior): New subsubsection.
5596
5597 2008-10-06 Doug Evans <dje@google.com>
5598
5599 * gdb.texinfo (set debug dwarf2-die): Document it.
5600
5601 2008-10-01 Joel Brobecker <brobecker@adacore.com>
5602
5603 * gdb.texinfo (catch) [exception]: Document how to insert
5604 a breakpoint on user-defined exceptions when the exception
5605 name is identical to one of the language-defined ones.
5606
5607 2008-09-27 Tom Tromey <tromey@redhat.com>
5608
5609 * gdb.texinfo (Macros): Remove text about stringification,
5610 varargs, and splicing.
5611
5612 2008-09-27 Tom Tromey <tromey@redhat.com>
5613
5614 * gdbint.texinfo (Language Support): Remove text about omitting
5615 support for a language.
5616
5617 2008-09-23 Doug Evans <dje@google.com>
5618
5619 * gdb.texinfo (info dcache): Update.
5620
5621 2008-09-22 Sandra Loosemore <sandra@codesourcery.com>
5622
5623 * gdb.texinfo (Packets): Add info on thread-id syntax and
5624 multiprocess extensions.
5625 <D>: Document multiprocess form of packet.
5626 <H>: Use thread-id syntax.
5627 <T>: Likewise.
5628 <vCont>: Likewise. Note this is required for multiprocess.
5629 <vKill>: New packet.
5630 (Stop Reply Packets) <T>: Use thread-id syntax.
5631 <W>: Document multiprocess form of reply.
5632 <X>: Likewise.
5633 (General Query Packets) <qC>: Use thread-id syntax.
5634 <qfThreadInfo>: Likewise.
5635 <qGetTLSAddr>: Likewise.
5636 <qP>: Likewise.
5637 <qSupported>: Add "multiprocess" feature.
5638 <qThreadExtraInfo>: Use thread-id syntax.
5639
5640 2008-09-22 Stan Shebs <stan@codesourcery.com>
5641
5642 * gdb.texinfo (Inferiors): New section.
5643
5644 2008-09-12 Pedro Alves <pedro@codesourcery.com>
5645
5646 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
5647
5648 2008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
5649
5650 * gdbint.texinfo (Target Conditionals): Remove documentation
5651 for gdbarch_name_of_malloc.
5652
5653 2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
5654
5655 * gdb.texinfo (Interrupts): Mention TCP interface for
5656 sending BREAK.
5657
5658 2008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
5659
5660 * gdb.texinfo (Commands to Specify Files): Document "remote:"
5661 argument prefix to "set sysroot".
5662
5663 2008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
5664
5665 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
5666 and False.
5667
5668 2008-08-20 Vladimir Prus <vladimir@codesourcery.com>
5669
5670 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
5671 for possible features of -list-features.
5672
5673 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5674
5675 * gdb.texinfo (Background execution): Adjust example
5676 (GDB/MI Miscellaneous Commands): Document -list-target-features.
5677
5678 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5679
5680 * doc/gdb.texinfo (PowerPC): Fix typo.
5681 (PowerPC features): Fix typo.
5682
5683 2008-08-18 Pedro Alves <pedro@codesourcery.com>
5684
5685 * observer.texi (thread_ptid_changed): New.
5686
5687 2008-08-18 Luis Machado <luisgpm@br.ibm.com>
5688
5689 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
5690 (PowerPC features): Mention feature set for VSX registers.
5691
5692 2008-08-13 Joel Brobecker <brobecker@adacore.com>
5693
5694 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
5695 the direct visibility of all names in user-written packages.
5696
5697 2008-08-13 Pedro Alves <pedro@codesourcery.com>
5698
5699 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
5700 setting, and make it the default.
5701 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
5702 non-stop script example.
5703
5704 2008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
5705
5706 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
5707 reference to the "Using Different Register and Memory Data
5708 Representation" section.
5709
5710 2008-08-12 Sandra Loosemore <sandra@codesourcery.com>
5711
5712 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
5713 (Remote Protocol): Add Packet Acknowledgment to menu.
5714 (Overview): Mention +/- can be disabled, and point to new section
5715 where this is discussed in detail.
5716 (General Query Packets): Document QStartNoAckMode packet, and
5717 corresponding qSupported reply.
5718 (Packet Acknowledgment): New section.
5719
5720 2008-08-11 Sandra Loosemore <sandra@codesourcery.com>
5721 Pedro Alves <pedro@codesourcery.com>
5722
5723 * gdb.texinfo (Threads): Move paragraph about automatic thread
5724 selection to All-Stop Mode subsection.
5725 (Thread Stops): Reorganize existing material into subsections.
5726 Add introductory blurb and menu.
5727 (Non-Stop Mode): New subsection.
5728 (Background Execution): New subsection.
5729 (Maintenance Commands): Add cross-references from async mode
5730 commands to the new Background Execution section.
5731
5732 2008-08-06 Tom Tromey <tromey@redhat.com>
5733
5734 * gdb.texinfo (Extending GDB): New chapter.
5735 (Sequences): Demoted chapter, now a section under the new
5736 Extending GDB chapter.
5737 (Python): New section.
5738
5739 2008-07-31 Stan Shebs <stan@codesourcery.com>
5740
5741 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
5742
5743 2008-07-29 Stan Shebs <stan@codesourcery.com>
5744
5745 * gdbint.texinfo: General round of cleanup and minor
5746 clarifications.
5747 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
5748 (Longjmp Support): Update description to reflect how it is done
5749 for targets without using native header.
5750 (Symbol Handling): Add a little more general explanation.
5751 (COFF, ELF): Mention stabs encapsulation.
5752 (DWARF 3): New section.
5753 (Adding a New Host): Scrub out some obsolete bits.
5754 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
5755 (Host Conditionals): Remove descriptions of NO_STD_REGS,
5756 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
5757 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
5758 SEEK_SET, STOP_SIGNAL, USG.
5759 (Raw and Virtual Register Representations): Ditto for
5760 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
5761 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
5762 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
5763 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
5764 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
5765 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
5766 DEPRECATED_REGISTER_VIRTUAL_SIZE,
5767 DEPRECATED_REGISTER_VIRTUAL_TYPE,
5768 DEPRECATED_USE_STRUCT_CONVENTION.
5769 Describe gdbarch_deprecated_fp_regnum.
5770 Update description of gdbarch_print_insn.
5771 (Adding a New Target): Scrub out obsolete bits.
5772 (Obsolete Conditionals): Remove entire section.
5773
5774 2008-07-25 Tom Tromey <tromey@redhat.com>
5775
5776 * observer.texi (GDB Observers): Document new observers:
5777 breakpoint_created, breakpoint_deleted, breakpoint_modified,
5778 tracepoint_created, tracepoint_deleted, tracepoint_modified,
5779 architecture_changed.
5780
5781 2008-07-21 Stan Shebs <stan@codesourcery.com>
5782
5783 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
5784 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
5785
5786 2008-07-21 Tom Tromey <tromey@redhat.com>
5787
5788 * observer.texi (GDB Observers): Remove obsolete comment.
5789 <executable_changed>: Remove argument.
5790
5791 2008-07-18 Tom Tromey <tromey@redhat.com>
5792
5793 * gdb.texinfo (Macros): Update. Use @code rather than @command.
5794
5795 2008-07-10 Doug Evans <dje@google.com>
5796
5797 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
5798
5799 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5800
5801 * gdb.texinfo (Starting): Document "set disable-randomization".
5802
5803 2008-07-07 Andreas Schwab <schwab@suse.de>
5804
5805 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
5806
5807 2008-07-06 Vladimir Prus <vladimir@codesourcery.com>
5808
5809 * gdb.texinfo (GDB/MI Target Manipulation): Add
5810 example of -target-attach.
5811
5812 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
5813
5814 * observer.texi (target_resumed): New observer.
5815 * gdb.texinfo (GDB/MI Output Records): Document *running.
5816
5817 2008-06-06 Tom Tromey <tromey@redhat.com>
5818
5819 * gdb.texinfo (Completion): Add field name example.
5820
5821 2008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
5822
5823 * gdb.texinfo (GDB/MI Program Context): Added example
5824 to -exec-arguments
5825
5826 2008-06-05 Nick Roberts <nickrob@snap.net.nz>
5827
5828 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
5829 annotation.
5830
5831 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5832 Nathan Sidwell <nathan@codesourcery.com>
5833 Joseph Myers <joseph@codesourcery.com>
5834
5835 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
5836 and ACX_BUGURL.
5837 * configure: Regenerate.
5838 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
5839 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
5840 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
5841 mailing-list-specific text about bug reporting unless
5842 BUGURL_DEFAULT.
5843
5844 2008-06-05 Pedro Alves <pedro@codesourcery.com>
5845
5846 * gdb.texinfo (-target-select): Remove reference to target async.
5847 (Maintenance Commands): Document "maint set/show remote-async".
5848
5849 2008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
5850
5851 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
5852 in -target-file-get section.
5853
5854 2008-05-22 Pedro Alves <pedro@codesourcery.com>
5855
5856 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
5857 killing the inferior when it is already debugging a process.
5858
5859 2008-05-21 Joel Brobecker <brobecker@adacore.com>
5860
5861 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
5862 abbreviation for "finish".
5863
5864 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
5865
5866 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
5867
5868 2008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5869
5870 * gdbint.texinfo (Target Conditionals): Delete entry for
5871 gdbarch_dwarf_reg_to_regnum.
5872
5873 2008-05-09 Doug Evans <dje@google.com>
5874
5875 * gdb.texinfo: Document "find" command, qSearch:memory packet.
5876
5877 2008-05-05 Doug Evans <dje@google.com>
5878
5879 * gdb.texinfo (disassemble): Document /m modifier.
5880
5881 2008-05-05 Vladimir Prus <vladimir@codesourcery.com>
5882
5883 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
5884 will not report the time of commands that run the target.
5885
5886 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5887
5888 * gdb.texinfo (GDB/MI Output Records): Add
5889 missing semicolon.
5890
5891 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5892
5893 * gdb.texinfo (GDB/MI Output Records):
5894 Document =thread-create and =thread-exited.
5895
5896 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5897
5898 * gdb.texinfo (GDB/MI Development and Front Ends):
5899 Remove mention of dmi-discuss.
5900
5901 2008-05-03 Pedro Alves <pedro@codesourcery.com>
5902
5903 * observer.texi (thread_exit): New.
5904
5905 2008-05-02 Pedro Alves <pedro@codesourcery.com>
5906
5907 * gdb.texinfo (Debugging Output): Document "set/show debug
5908 displaced".
5909 (Maintenance Commands): Document "maint set/show
5910 can-use-displaced-stepping".
5911
5912 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
5913
5914 * gdb.texinfo (ARM): Document set/show arm fallback-mode
5915 and set/show arm force-mode.
5916
5917 2008-05-02 Andreas Schwab <schwab@suse.de>
5918
5919 * gdbint.texinfo (Algorithms): Describe
5920 target_watchpoint_addr_within_range.
5921
5922 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
5923
5924 * gdbint.texinfo (Stack Frames): New chapter.
5925 (Algorithms): Move Frames text to the new chapter.
5926 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
5927 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
5928
5929 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
5930
5931 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
5932 output does not necessary include any tokens.
5933
5934 2008-04-22 Corinna Vinschen <vinschen@redhat.com>
5935
5936 * gdb.texinfo (Set SH Calling convention): New @item.
5937 (Show SH Calling convention): Ditto.
5938
5939 2008-04-22 Markus Deuling <deuling@de.ibm.com>
5940
5941 * gdb.texinfo (Fortran Operators): Describe '%' operator.
5942
5943 2008-04-20 Eli Zaretskii <eliz@gnu.org>
5944
5945 * gdb.texinfo (Set Breaks): Mention that multiple location
5946 breakpoints need line number info. Add index entries.
5947
5948 2008-04-19 Craig Silverstein <csilvers@google.com>
5949
5950 * gdb.texinfo (Requirements): Add an optional requirement on
5951 zlib.
5952 * gdbint.texinfo (Debugging File Formats): Add new subsection for
5953 Compressed DWARF 2.
5954
5955 2008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
5956
5957 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
5958 sample output for 'stopped,reason="breakpoint-hit"' message.
5959 (GDB/MI Program Execution): Likewise.
5960
5961 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
5962
5963 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
5964 -var-set-format. Add -f option to -var-evaluate-expression.
5965
5966 2008-04-03 Joel Brobecker <brobecker@adacore.com>
5967
5968 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
5969 new node "Ambiguous Expressions". Replace references to this
5970 node by references to "Ambiguous Expressions" throughout.
5971 (Ambiguous Expressions): New node.
5972
5973 2008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
5974
5975 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
5976
5977 2008-03-21 Pedro Alves <pedro@codesourcery.com>
5978
5979 * gdb.texinfo (Debugging Output): Document
5980 "set/show debug lin-lwp-async".
5981 (Maintenance Commands): Document "maint set/show linux-async".
5982
5983 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5984
5985 * gdb.texinfo (Expressions): Update description of malloced arrays.
5986
5987 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
5988
5989 * gdb.texinfo (Thread Commands): Document
5990 -thread-info. Remove -thread-list-all-threads.
5991
5992 2008-03-14 Pedro Alves <pedro@codesourcery.com>
5993 Sandra Loosemore <sandra@codesourcery.com>
5994
5995 * gdb.texinfo (Library List Format): Update to mention the
5996 possibility to pass section addresses instead of segment
5997 addresses.
5998
5999 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
6000
6001 * gdb.texinfo (Starting): Document "set exec-wrapper".
6002 (Server): Document gdbserver --wrapper.
6003
6004 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
6005
6006 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
6007 unreadable memory. Delete obsolete SPARClite reference.
6008
6009 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
6010
6011 * gdb.texinfo (Starting): Mention always-running targets.
6012 (Target Commands): Add an anchor for load.
6013 (Connecting): Explain continue instead of run.
6014
6015 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
6016
6017 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
6018
6019 2008-02-26 Nick Roberts <nickrob@snap.net.nz>
6020
6021 * gdb.texinfo (Set Breaks): Revert description of Enb column of
6022 breakpoint table.
6023
6024 2008-02-19 Pedro Alves <pedro@codesourcery.com>
6025
6026 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
6027 killing the inferior when it is already debugging a process.
6028
6029 2008-02-13 Markus Deuling <deuling@de.ibm.com>
6030
6031 * gdbint.texinfo (Build Script): New section. Mention new build script
6032 gdb_buildall.sh.
6033
6034 2008-02-01 Jim Blandy <jimb@red-bean.com>
6035
6036 * gdb.texinfo (Help): Summarize 'info args' correctly.
6037
6038 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6039
6040 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
6041 available in PowerPC architecture.
6042 (Embedded Processors): Change node name of PowerPC item in menu.
6043 (PowerPC): Rename to...
6044 (PowerPC Embedded): this.
6045 (Architectures): Add new PowerPC item in menu.
6046 (PowerPC): New node.
6047
6048 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6049
6050 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
6051 commands.
6052
6053 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6054
6055 * gdb.texinfo (Setting Catchpoints): Mention features
6056 supported on GNU/Linux.
6057
6058 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
6059
6060 * gdb.texinfo (GDB/MI File Commands): Describe new output
6061 field for MI command -file-list-exec-source-file.
6062
6063 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
6064
6065 * gdb.texinfo (Using the `gdbserver' Program): Add security
6066 warning. Rearrange into subsections and subsubsections. Document
6067 --multi and --debug. Correct --with-sysroot typo. Update --attach
6068 usage. Make load reference clearer. Document monitor exit.
6069 (Remote Configuration): Document set remote exec-file, attach-packet,
6070 and run-packet.
6071 (Packets): Document vAttach and vRun.
6072
6073 2008-01-29 Nick Roberts <nickrob@snap.net.nz>
6074
6075 * gdb.texinfo (Processes): Mention process command.
6076 detach-on-follow -> detach-on-fork.
6077
6078 2008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6079
6080 * gdbint.texinfo (Native Conditionals): Remove
6081 SHELL_COMMAND_CONCAT and SHELL_FILE.
6082
6083 2008-01-26 Eli Zaretskii <eliz@gnu.org>
6084
6085 * gdb.texinfo (Specify Location): Improve wording.
6086
6087 2008-01-23 Chris Demetriou <cgd@google.com>
6088
6089 * gdb.texinfo (Threads): Document new "set print thread-events"
6090 and "show print thread-events" commands.
6091
6092 2008-01-19 Eli Zaretskii <eliz@gnu.org>
6093
6094 * gdb.texinfo (Specify Location): New section.
6095 (Delete Breaks, Edit, Set Breaks): Remove description of
6096 locations. Instead, add a reference to "Specify Location".
6097 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
6098 (Symbols): Refer to "Specify Location" for the valid forms of
6099 linespecs and locations.
6100
6101 2008-01-18 Markus Deuling <deuling@de.ibm.com>
6102
6103 * gdbint.texinfo (Target Conditionals): Replace the description of
6104 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
6105
6106 2008-01-12 Paul Hilfinger <hilfinger@adacore.com>
6107
6108 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
6109 about &&var, which is rejected by the expression parser.
6110
6111 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
6112
6113 * gdb.texinfo (Output): Update documentation on using printf with DFP
6114 types.
6115
6116 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
6117
6118 * gdb.texinfo (C and C++): Add Decimal Floating Point format
6119 subsubsection.
6120 (Decimal Floating Point format): New subsubsection.
6121
6122 2008-01-05 Pedro Alves <pedro@codesourcery.com>
6123
6124 * gdb.texinfo (File Options): Remove mention of the attempt to
6125 open a core file with the -p option. Don't list -c as a valid
6126 option to attach to a process.
6127
6128 2008-01-05 Pedro Alves <pedro@codesourcery.com>
6129
6130 * gdbint.texinfo (Host Conditionals): Remove mention of
6131 ALIGN_STACK_ON_ENTRY.
6132
6133 2008-01-05 Joel Brobecker <brobecker@adacore.com>
6134
6135 * gdbint.texinfo (Start of New Year Procedure): Add item
6136 describing how to update the source and documentation copyright
6137 notices.
6138
6139 2007-12-18 Jim Blandy <jimb@codesourcery.com>
6140
6141 * gdb.texinfo (Set Watchpoints): Integrate per-thread
6142 watchpoint explanation into the main description of the watchpoint
6143 command; update synopses of 'watch', 'rwatch', and 'awatch'
6144 commands.
6145
6146 2007-12-18 Vladimir Prus <vladimir@codesourcery.com>
6147
6148 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6149 Document 'pending-breakpoints' feature of
6150 -list-features.
6151
6152 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
6153
6154 * gdb.texinfo: Add new parameter's description.
6155
6156 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
6157
6158 * gdb.texinfo (Overview): Clarify run-length encoding
6159 example. Remove the restriction on "+" and "-" characters.
6160
6161 2007-12-15 Eli Zaretskii <eliz@gnu.org>
6162
6163 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
6164
6165 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
6166
6167 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6168 the -f option for -break-insert, remove -r option,
6169 and clarify specification of location.
6170
6171 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
6172
6173 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
6174 formatting.
6175 (Remote Debugging): Add File Transfer section.
6176 (Remote Configuration): Document Host I/O packets.
6177 (GDB/MI): Add GDB/MI File Transfer Commands section.
6178 (Host I/O Packets): New section in "Remote Protocol".
6179 (Packets): Add vFile.
6180
6181 2007-11-17 Eli Zaretskii <eliz@gnu.org>
6182
6183 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
6184 breakpoints with multiple locations.
6185 (Breakpoint Menus): Improve wording.
6186 (Output): Fix last change.
6187
6188 2007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
6189
6190 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
6191
6192 2007-11-15 Doug Evans <dje@google.com>
6193
6194 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
6195
6196 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
6197
6198 * gdbint.texinfo (Native Conditionals): Remove
6199 mention of CLEAR_SOLIB.
6200
6201 2007-11-11 Joel Brobecker <brobecker@adacore.com>
6202
6203 * gdb.texinfo (Print Settings): Add documentation for "set/show
6204 print frame-arguments".
6205
6206 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
6207
6208 * gdb.texinfo (Output): Update printf command's description.
6209
6210 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
6211
6212 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
6213 powerpc soft-float".
6214
6215 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6216
6217 * gdb.texinfo (Files): Correct formatting. Mention Expat
6218 requirement.
6219 (Requirements for Building GDB): Expand the list of Expat
6220 uses.
6221 (Library List Format, Memory Map Format): Mention Expat.
6222 (Target Descriptions): Update Expat wording.
6223
6224 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6225
6226 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
6227 Document that gdbarch_convert_register_p should return zero for no-op
6228 conversions.
6229
6230 2007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
6231
6232 * gdbint.texi (Compiler Characteristics): Move documentation
6233 of set_gdbarch_sofun_address_maybe_missing back to ...
6234 (Target Conditionals): ... here to fix build break.
6235
6236 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
6237
6238 * gdbint.texi (Target Conditionals): Remove documentation of
6239 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
6240 (Compiler Characteristics): ... documentation of
6241 set_gdbarch_sofun_address_maybe_missing.
6242
6243 2007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6244
6245 * gdbint.texinfo (Target Conditionals): Use
6246 frame_unwind_register_unsigned in examples instead of
6247 frame_unwind_unsigned_register.
6248
6249 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6250
6251 * gdb.texinfo (Predefined Target Types): Add int128
6252 and uint128.
6253 (Standard Target Features): Add PowerPC features.
6254
6255 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6256
6257 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
6258
6259 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6260
6261 * gdbint.texi (Target Conditionals): Remove documentation
6262 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
6263 gdbarch_extract_return_value, and gdbarch_store_return_value.
6264
6265 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6266
6267 * gdbint.texi (Target Conditionals): Remove documentation of
6268 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
6269
6270 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
6271
6272 * gdb.texinfo: Mention that inaccessible-by-default is on by
6273 default.
6274
6275 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
6276
6277 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
6278
6279 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
6280
6281 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
6282 multi-threaded watchpoints.
6283 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
6284 checked. Describe sticky notification. Expand description
6285 of steppable and continuable watchpoints.
6286 (Watchpoints and Threads): New subsection.
6287
6288 2007-09-28 Vladimir Prus <vladimir@codesourcery.com>
6289
6290 * gdb.texinfo (Setting Breakpoints): Revise
6291 documentation for pending breakpoints. Document
6292 breakpoints with multiple locations.
6293
6294 2007-09-19 Vladimir Prus <vladimir@codesourcery.com>
6295
6296 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6297 Document -list-features.
6298
6299 2007-09-15 Eli Zaretskii <eliz@gnu.org>
6300
6301 * gdb.texinfo (Output): Spell out which features of C's printf are
6302 not supported by GDB's printf.
6303 (Separate Debug Files): More accurate wording regarding build ID
6304 and a reference to the ld manual rather than the Fedora wiki.
6305
6306 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6307 Jim Blandy <jimb@codesourcery.com>
6308
6309 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
6310 (Examining Memory): Update mentions of the 's' format.
6311 (Automatic Display): Likewise.
6312
6313 2007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
6314
6315 * gdb.texinfo: Update the FSF's Back-Cover Text.
6316
6317 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6318 Eli Zaretskii <eliz@gnu.org>
6319
6320 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
6321 Fixed the ``build ID'' name. New binaries build instructions for the
6322 build ID inclusion. Explain how the commands are specific to the build
6323 ID vs. debug link.
6324
6325 2007-09-01 Eli Zaretskii <eliz@gnu.org>
6326
6327 * gdb.texinfo (Separate Debug Files): Fix last change. Add
6328 indexing for ``build ID'' support.
6329
6330 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6331
6332 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
6333 Enlisted BUILD ID to the debug file searching example.
6334 Included a BUILD ID `.note.gnu.build-id' section description.
6335 Updated/added the debug files splitting instructions for OBJCOPY.
6336
6337 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
6338
6339 * gdb.texinfo (Variable Objects): Adjust docs
6340 for -var-info-expression and document
6341 -var-info-path-expression.
6342
6343 2007-08-20 Jim Blandy <jimb@codesourcery.com>
6344
6345 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
6346 (title page): Include the dedication in the printed manual, as a
6347 separate page after the copyright notice.
6348
6349 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
6350 don't break a @var across a line.
6351
6352 2007-07-25 Maciej W. Rozycki <macro@mips.com>
6353
6354 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
6355 for include files.
6356
6357 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
6358
6359 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
6360 in annotate.texinfo.
6361 (Command History): Link to new node.
6362
6363 2007-07-05 Markus Deuling <deuling@de.ibm.com>
6364
6365 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
6366
6367 2007-07-05 Eli Zaretskii <eliz@gnu.org>
6368
6369 * gdbint.texinfo (Target Conditionals): Fix last change.
6370
6371 2007-07-03 Markus Deuling <deuling@de.ibm.com>
6372
6373 * gdb.texinfo: Replace following macros by their appropriate gdbarch
6374 routines:
6375 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
6376 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
6377 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
6378 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
6379 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
6380 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
6381 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
6382 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
6383 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
6384 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
6385 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
6386 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
6387 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
6388 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
6389 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
6390 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
6391 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
6392 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
6393 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
6394 (SOFTWARE_SINGLE_STEP_P)
6395
6396 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
6397 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
6398
6399 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
6400 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
6401 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
6402 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
6403 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
6404 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
6405 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
6406 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
6407 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
6408 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
6409
6410 (Converting an existing Target Architecture to Multi-arch): Remove
6411 section.
6412
6413 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
6414 (gdbarch_addr_bits_remove): Add code example.
6415
6416 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
6417
6418 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
6419
6420 * gdb.texinfo (Remote Configuration): Document library-info-packet.
6421 Add other missing entries. Adjust the table size to fit.
6422 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
6423 stop reasons including the new "library" event.
6424 (General Query Packets): Adjust table widths for qSupported. Mention
6425 qXfer:libraries:read reply to qSupported and document the new packet.
6426 (Library List Format): New section.
6427
6428 2007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6429
6430 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
6431
6432 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
6433
6434 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
6435
6436 2007-06-25 Nick Roberts <nickrob@snap.net.nz>
6437
6438 * gdbint.texinfo (Register and Memory Data): Break sections
6439 into nodes and add a menu.
6440
6441 2007-06-21 Maciej W. Rozycki <macro@mips.com>
6442
6443 * gdb.texinfo (Examining Memory): Document the new behaviour.
6444
6445 2007-06-21 Vladimir Prus <vladimir@codesourcery.com>
6446
6447 * gdb.texinfo (Standard Target Features): Document
6448 m68k features.
6449
6450 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
6451
6452 * gdb.texinfo (General Query Packets): Document qOffsets changes.
6453
6454 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6455
6456 * gdb.texinfo (Target Description Format): Add version attribute
6457 for <target>.
6458
6459 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6460
6461 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
6462
6463 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6464
6465 * gdb.texinfo (MIPS Features): New subsection.
6466
6467 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6468 Markus Deuling <deuling@de.ibm.com>
6469
6470 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
6471 and qXfer:spu:write packets and mention them under qSupported.
6472
6473 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6474 Markus Deuling <deuling@de.ibm.com>
6475
6476 * gdb.texinfo (Architectures): Add new SPU section to document
6477 Cell Broadband Engine SPU architecture specific commands.
6478
6479 2007-06-09 Vladimir Prus <vladimir@codesourcery.com>
6480
6481 * gdb.texinfo (GDB/MI Variable Objects): Editorial
6482 comments.
6483
6484 2007-06-07 Nick Roberts <nickrob@snap.net.nz>
6485
6486 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
6487
6488 2007-05-29 Jim Blandy <jimb@codesourcery.com>
6489
6490 * gdb.texinfo (Overview): Doc fix.
6491
6492 2007-05-22 Maciej W. Rozycki <macro@mips.com>
6493
6494 * gdb.texinfo (Remote Configuration): Document "set/show
6495 remoteflow".
6496
6497 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
6498
6499 * gdb.texinfo (MIPS): Remove documentation for set mips
6500 saved-gpreg-size, show mips saved-gpreg-size, and set mips
6501 stack-arg-size.
6502
6503 2007-05-14 Bob Wilson <bob.wilson@acm.org>
6504
6505 * all-cfg.texi (GDBTUI): New.
6506 * gdb.texinfo (Mode Options): Use GDBTUI variable.
6507 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
6508 (TUI Configuration): Edit to improve clarity and fix problems of
6509 both style and content.
6510
6511 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
6512
6513 * observer.texi (GDB Observers): New observer "new_objfile".
6514
6515 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
6516
6517 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
6518
6519 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
6520
6521 * gdb.texinfo (GDB/MI Variable Objects): Document
6522 frozen variables objects.
6523
6524 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
6525
6526 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
6527 (Character Sets, Caching Data of Remote Targets): Likewise.
6528 (Targets): Delete Remote node. Move its text...
6529 (Debugging Remote Programs): ...to here. Delete description
6530 of the "remote" command.
6531 (Remote configuration): Delete description of "set remotedevice"
6532 and "show remotedevice".
6533 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
6534
6535 2007-04-11 Bob Wilson <bob.wilson@acm.org>
6536
6537 * gdb.texinfo (Contributors, Continuing and Stepping)
6538 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
6539 (General Query Packets, File-I/O Remote Protocol Extension)
6540 (Protocol Basics, The F Reply Packet, Write)
6541 (Protocol-specific Representation of Datatypes, Memory Transfer):
6542 Fix hyphenation, punctuation and grammar problems.
6543 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
6544 'section' instead of 'subsection' in the text.
6545 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
6546 (i386): Remove period from section name.
6547 (Installing GDB, Requirements, Running Configure, Separate Objdir)
6548 (Config Names, Configure Options): Use @file{configure}.
6549
6550 2007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
6551
6552 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
6553 and tab expansion.
6554
6555 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
6556
6557 * gdbint.texinfo (SOM): Correct location of the SOM reader.
6558
6559 2007-04-02 Bob Wilson <bob.wilson@acm.org>
6560
6561 * gdb.texinfo: Consistently capitalize all significant words in
6562 node names, chapter titles, section titles, and headings. Update
6563 cross references to match.
6564 (Starting and Stopping Trace Experiment): Make node name plural.
6565 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
6566
6567 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
6568
6569 * gdb.texinfo (WinCE): Delete obsolete subsection.
6570
6571 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6572
6573 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
6574 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
6575 references.
6576
6577 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6578
6579 * gdb.texinfo (Startup): Delete references to some alternate
6580 names for .gdbinit.
6581 (Thread): Remove LynxOS reference.
6582 (Tandem ST2000): Delete target-specific documentation.
6583 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
6584 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
6585 and GDB_OSABI_LYNXOS.
6586
6587 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
6588
6589 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
6590
6591 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
6592
6593 * gdbint.texinfo (Target Conditionals): Remove mention of
6594 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
6595 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
6596
6597 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
6598
6599 * Makefile.in: Add "pdfdir" installation
6600 directory, PDFTEX macro, support for "install-pdf" target,
6601 and rules for making a pdf version of refcard.texi.
6602 * refcard.tex: Specify paper size for PDF output.
6603
6604 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6605
6606 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
6607
6608 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6609
6610 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
6611 (Source Path, Character Sets, Macros, Define)
6612 (GDB/MI Result Records, GDB/MI Simple Examples)
6613 (GDB/MI Program Execution, GDB/MI File Commands)
6614 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
6615 (Bug Reporting): Use @value{GCC}.
6616
6617 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6618
6619 * gdb.texinfo (Help): Fix formatting of examples.
6620 (Variables): Use @ifnotinfo instead of @iftex.
6621 (Non-debug DLL symbols): Use @ref instead of @pxref.
6622 (Sparclet File): Use @samp instead of quotes.
6623
6624 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6625
6626 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
6627
6628 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6629
6630 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
6631 the order of the nodes.
6632 (C Operators, C Constants, Debugging C): Remove extra menus.
6633 (Method Names in Commands): Do not specify next/prev/up nodes.
6634
6635 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6636
6637 * gdb.texinfo (File Options): Add missing parenthesis.
6638 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
6639
6640 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6641
6642 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
6643
6644 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6645
6646 * gdb.texinfo (Standard Target Features): Mention
6647 case insensitivity.
6648 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
6649
6650 2007-02-18 Nick Roberts <nickrob@snap.net.nz>
6651
6652 * gdb.texinfo (Top): Put Appendix A after numbered sections.
6653 (Files): Add section name to argument list for pxref.
6654 (Non-debug DLL symbols): Don't use `see' for pxref.
6655 (Embedded Processors): Fix typo.
6656 (GDB/MI Breakpoint Commands): Execution commands generate
6657 *stopped not ^done.
6658
6659 2007-02-13 Nick Roberts <nickrob@snap.net.nz>
6660
6661 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
6662 values for in_scope. Mention that only root variables can be
6663 updated.
6664 (GDB/MI Development and Front Ends): Explain new values may be
6665 added to existing fields.
6666
6667 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6668
6669 * gdb.texinfo (-target-disconnect): Use @smallexample.
6670 (Requirements): Add anchor for Expat. Update description.
6671 (Target Descriptions): Mention Expat.
6672 (Target Description Format): Document new elements. Use
6673 @smallexample.
6674 (Predefined Target Types, Standard Target Features): New sections.
6675 * gdbint.texinfo (Target Descriptions): New section.
6676
6677 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
6678
6679 * gdb.texinfo (Target Description Format): Add section on XInclude.
6680
6681 2006-02-03 Nick Roberts <nickrob@snap.net.nz>
6682
6683 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
6684 command -enable-timings.
6685
6686 2007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
6687
6688 * gdbint.texinfo (Operation System ABI Variant Handling): Update
6689 descriptions for new/deleted elements in gdb_osabi. Add missing
6690 description for function generic_elf_osabi_sniff_abi_tag_sections.
6691
6692 2007-01-29 Joel Brobecker <brobecker@adacore.com>
6693
6694 * gdb.texinfo (Maintenance Commands): Add documentation for
6695 the new "maint print target-stack" command.
6696
6697 2007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6698 Eli Zaretskii <eliz@gnu.org>
6699
6700 * gdb.texinfo: Describe CHAR array vs. string identification rules.
6701
6702 2007-01-26 Eli Zaretskii <eliz@gnu.org>
6703
6704 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
6705 Use @value{NGCC} instead of @value{GCC}.
6706
6707 2007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
6708
6709 * agentexpr.texi: Fix typos.
6710 * annotate.texinfo: Likewise.
6711 * gdb.texinfo: Likewise.
6712 * gdbint.texinfo: Likewise.
6713 * observer.texi: Likewise.
6714 * stabs.texinfo: Likewise.
6715
6716 2007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
6717
6718 * gdbint.texinfo (Support Libraries): Remove mmalloc
6719 entry. Describe readline library.
6720
6721 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
6722
6723 * gdb.texinfo (Target Descriptions): New section.
6724 (General Query Packets): Add QPassSignals anchor. Mention
6725 qXfer:features:read under qSupported. Expand mentions of
6726 qXfer:memory-map:read and QPassSignals. Document
6727 qXfer:features:read.
6728
6729 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
6730
6731 * gdb.texinfo (Commands to specify files): Describe
6732 "set sysroot" and "show sysroot".
6733 (Using the `gdbserver' program): Lowercase argument
6734 to @var. Expand description of setting up GDB on the
6735 host.
6736
6737 2007-01-05 Joel Brobecker <brobecker@adacore.com>
6738
6739 * gdb.texinfo (Set Catchpoints): Add documentation for the new
6740 catch exception, catch exception unhandled, and catch assert
6741 commands.
6742
6743 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6744
6745 * gdb.texinfo (Debugging Output): Document "set debug xml"
6746 and "show debug xml".
6747
6748 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6749
6750 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
6751
6752 2007-01-01 Joel Brobecker <brobecker@adacore.com>
6753
6754 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
6755
6756 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
6757
6758 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
6759 note in @ignore, to be removed later if nobody complains.
6760
6761 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
6762
6763 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
6764 of -var-delete.
6765
6766 2006-11-22 Vladimir Prus <vladimir@codesourcery.com>
6767
6768 * gdb.texinfo (Setting breakpoints): Document
6769 automatic software/hardware breakpoint usage and
6770 the "set breakpoint auto-hw" command.
6771
6772 2006-11-21 Vladimir Prus <vladimir@codesourcery.com>
6773
6774 * gdb.texinfo (Memory Access Checking): New.
6775
6776 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
6777
6778 * gdb.texinfo (Remote configuration): Mention
6779 "pass-signals-packet".
6780 (General Query Packets): Document QPassSignals. Fix
6781 a typo.
6782
6783 2006-11-14 Maxim Grigoriev <maxim@tensilica.com>
6784
6785 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
6786
6787 2006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
6788
6789 * gdb.texinfo (Remote configuration): Rewrite documentation for
6790 packet configuration commands.
6791 (OS Information): Adjust reference to qXfer:auxv:read.
6792 (General Query Packets): Remove references to read-aux-vector-packet
6793 and set remote get-thread-local-storage-address.
6794
6795 2006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
6796
6797 * gdbint.texinfo (Target Architecture Definition): Add new
6798 Initializing a New Architecture section.
6799
6800 2006-10-31 David Taylor <dtaylor@emc.com>
6801
6802 * stabs.texinfo (Macro define and undefine): New node describing
6803 stabs for #define and #undef.
6804
6805 2006-10-27 Andreas Schwab <schwab@suse.de>
6806
6807 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
6808
6809 2006-10-21 Eli Zaretskii <eliz@gnu.org>
6810
6811 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
6812 clarify on the possible meanings of ``expression'' watched by
6813 watchpoints. Add indexing.
6814 (Prompting, Errors, Invalidation, Annotations for Running)
6815 (Source Annotations): Fix index entries by adding "annotation" to
6816 them, to discriminate from index entries that point to the more
6817 general topic descriptions.
6818
6819 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6820
6821 * gdbint.texinfo (Target Vector Definition): Move most
6822 content into Existing Targets. Add a menu.
6823 (Existing Targets): New section, moved from Target Vector
6824 Definition. Use @subsection.
6825 (Managing Execution State): New section.
6826
6827 2006-10-16 Bob Wilson <bob.wilson@acm.org>
6828
6829 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
6830
6831 2006-10-15 Eli Zaretskii <eliz@gnu.org>
6832
6833 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
6834 (Command Syntax, Signals, Backtrace, Connecting)
6835 (Remote configuration, Renesas Boards, Console I/O): Fix last
6836 change: use Ctrl- instead of C-, except wrt Emacs.
6837 (File-I/O Examples): Put Ctrl-c in @kbd.
6838 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
6839 (Console I/O): Use @samp with Ctrl-.
6840 (Signals, Set Breaks, Set Watchpoints): Document optional
6841 arguments to `info signals' `handle', `info breakpoints', and
6842 `info watchpoints'.
6843
6844 2006-10-14 Eli Zaretskii <eliz@gnu.org>
6845
6846 * gdb.texinfo (Backtrace): Fix last change.
6847
6848 2006-10-14 Nick Roberts <nickrob@snap.net.nz>
6849
6850 * gdb.texinfo (Backtrace): Order correctly and add other cases.
6851
6852 2006-10-10 Bob Wilson <bob.wilson@acm.org>
6853
6854 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
6855 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
6856 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
6857
6858 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6859 Daniel Jacobowitz <dan@codesourcery.com>
6860
6861 * gdb.texinfo (Packets): Document vFlashErase,
6862 vFlashWrite and vFlashDone packets.
6863 (General Query Packets): Document qXfer:memory-map:read.
6864 Add a new feature for qXfer:memory-map:read.
6865 (Memory map format): New section.
6866 (Target Commands): Mention that gdb can write flash.
6867
6868 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6869 Daniel Jacobowitz <dan@codesourcery.com>
6870
6871 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
6872 memory regions and "mem auto".
6873
6874 2006-09-21 Nathan Sidwell <nathan@codesourcery.com>
6875
6876 * gdbint.texinfo (Array Containers): New section.
6877
6878 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
6879
6880 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
6881 -stack-list-arguments HIGH_FRAME argument can be larger then the
6882 actual number of frames.
6883
6884 2006-09-07 Vladimir Prus <vladimir@codesourcery.com>
6885
6886 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
6887 -stack-list-locals HIGH_FRAME argument can be larger then the
6888 actual number of frames.
6889
6890 2006-09-02 Bob Wilson <bob.wilson@acm.org>
6891
6892 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
6893 Register Packet Format, Tracepoint Packets): Fix spelling errors.
6894
6895 2006-09-02 Eli Zaretskii <eliz@gnu.org>
6896
6897 * gdbint.texinfo (Overall Structure): New section "Source Tree
6898 Structure".
6899
6900 2006-08-17 Jim Blandy <jimb@codesourcery.com>
6901
6902 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
6903 responses.
6904
6905 2006-08-08 Joel Brobecker <brobecker@adacore.com>
6906
6907 * gdb.texinfo (Source Path): Add documentation for new
6908 substitute-path commands.
6909
6910 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
6911
6912 * gdb.texinfo (Installing GDB): Update menu. Move text to...
6913 (Running Configure): ...here.
6914 (Requirements): New node. Mention expat.
6915
6916 2006-08-08 Vladimir Prus <vladimir@codesourcery.com>
6917
6918 * gdb.texinfo (Target Commands): Remove
6919 'set download-write-size' and 'show download-write-size'.
6920
6921 2006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
6922
6923 * stabs.texinfo (Member Type Descriptor): Correct example for
6924 pointer to member types.
6925
6926 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
6927
6928 * gdb.texinfo (Optional warnings and messages): Add
6929 'set/show trace-commands'.
6930 (Command files): Add '-v' to source command.
6931
6932 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
6933
6934 * gdb.texinfo (OS Information): Update qPart reference to
6935 qXfer.
6936 (Remote configuration): Likewise.
6937 (Overview): Move @cindex to the start of a paragraph. Talk
6938 about binary data encoding.
6939 (Packets): Refer to the overview for the details of the X
6940 packet encoding.
6941 (General Query Packets): Remove qPart description. Add qXfer
6942 description. Add an anchor to qSupported. Correct feature
6943 table title. Add a new feature for qXfer:auxv:read.
6944 (Interrupts): Add a missing parenthesis.
6945
6946 2006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
6947
6948 * gdb.texinfo (KOD): Remove node.
6949 (GDB/MI Kod Commands): Remove commented out node.
6950
6951 2006-07-01 Eli Zaretskii <eliz@gnu.org>
6952
6953 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
6954 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
6955 (GDB/MI Thread Commands, GDB/MI Program Execution)
6956 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
6957 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
6958 (GDB/MI File Commands, GDB/MI Target Manipulation)
6959 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
6960 since the MI prompt is hard-wired into the code.
6961
6962 2006-07-01 Nick Roberts <nickrob@snap.net.nz>
6963
6964 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
6965 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
6966 (GDB/MI Data Manipulation): Remove description of unimplemented
6967 display related commands as variable objects perform this function
6968 and are superior: -display-delete, -display-disable,
6969 -display-enable, -display-insert and -display-list. Move
6970 -environment-cd, -environment-directory, -environment-path
6971 and -environment-pwd to "Program Context".
6972 (GDB/MI Program Control): Rename to "Program Execution". Move
6973 -exec-arguments -exec-abort to...
6974 (GDB/MI Program Context): ...here. New node split from "Data
6975 Manipulation".
6976
6977 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
6978
6979 * gdb.texinfo (Remote configuration): Document set / show
6980 remote supported-packets.
6981 (General Query Packets): Document qSupported packet.
6982
6983 2006-06-10 Sandra Loosemore <sandra@codesourcery.com>
6984
6985 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
6986 and font markup.
6987 (Protocol basics): Likewise.
6988 (The F request packet): Likewise.
6989 (The F reply packet): Likewise.
6990 (Memory transfer): Move this node to be a subsubsection of
6991 "Protocol specific representation of datatypes".
6992 (The Ctrl-C message): More copy editing.
6993 (Console I/O): Likewise.
6994 (The isatty call): Delete this node, and merge its content into
6995 the "isatty" node. Fixed references elsewhere.
6996 (The system call): Delete this node, and merge its content into
6997 the "system" node. Fixed references elsewhere.
6998 (open): Reformat to use @table, and add appropriate font markup.
6999 (close): Likewise.
7000 (read): Likewise.
7001 (write): Likewise.
7002 (lseek): Likewise.
7003 (rename): Likewise.
7004 (unlink): Likewise.
7005 (stat/fstat): Likewise.
7006 (gettimeofday): Likewise.
7007 (isatty): Likewise.
7008 (system): Likewise, plus minor changes to fix confusing wording.
7009 (Integral datatypes): Fix font markup.
7010 (Pointer values): Likewise.
7011 (struct stat): Fix markup to use @table, plus minor copy editing.
7012 (struct timeval): Fix font markup, plus minor copy editing.
7013 (Constants): Minor copy editing.
7014 (Errno values): Add font markup.
7015 (File-I/O Examples): Likewise.
7016
7017 2006-06-10 Nick Roberts <nickrob@snap.net.nz>
7018
7019 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
7020 (GDB/MI Simple Examples): Move node up one level. Use real
7021 examples.
7022 (GDB/MI Compatibility with CLI): Update.
7023 (GDB/MI Result Records): Add "connected" and "exit" result
7024 classes.
7025 (GDB/MI Stream Records): Clarify target output.
7026 (GDB/MI Command Description Format): Modify example description.
7027 (GDB/MI Breakpoint Table Commands): Rename to...
7028 (GDB/MI Breakpoint Commands): ...this
7029 (GDB/MI Breakpoint Commands): Add optional thread field.
7030 (GDB/MI Program Control): Add an introduction. Move "Program
7031 termination" examples into exec-run description.
7032 (GDB/MI File Commands): Mention similar CLI commands.
7033 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
7034 is similar to "-gdb-version".
7035
7036 2006-06-09 Eli Zaretskii <eliz@gnu.org>
7037
7038 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
7039
7040 2006-06-02 Nick Roberts <nickrob@snap.net.nz>
7041
7042 * gdb.texinfo (GDB/MI Development and Front Ends): Use
7043 sourceware.org for mailing lists.
7044 (GDB/MI File Commands): New node split from Program Control.
7045
7046 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
7047
7048 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
7049
7050 2006-05-22 Eli Zaretskii <eliz@gnu.org>
7051
7052 * gdb.texinfo (Cygwin Native): Fix last change.
7053
7054 2006-05-22 Christopher Faylor <cgf@timesys.com>
7055
7056 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
7057
7058 2006-05-15 Nick Roberts <nickrob@snap.net.nz>
7059
7060 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
7061 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
7062
7063 2006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
7064
7065 * gdb.texinfo (General Query Packets): Recommend not starting
7066 new packets with qC and clarify.
7067
7068 2006-05-13 Gaius Mulley <gaius@glam.ac.uk>
7069
7070 * gdb.texinfo (M2 Types): New section.
7071
7072 2006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
7073
7074 * agentexpr.texi: Add a copyright and license notice.
7075 * observer.texi: Likewise, with GPL clause for function prototypes.
7076 Remove trailing whitespace.
7077
7078 2006-05-05 Jim Blandy <jimb@codesourcery.com>
7079
7080 * gdb.texinfo (General Query Packets): Document conventions for
7081 terminating packet names, and their violations.
7082
7083 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7084
7085 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
7086 * gdb.texinfo: Likewise.
7087
7088 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7089
7090 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
7091 and "show remotedebug".
7092 (Debugging Output): Add additional index entries.
7093
7094 2006-04-27 Michael Snyder <msnyder@redhat.com>
7095
7096 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
7097
7098 2006-04-22 Andrew Cagney <cagney@redhat.com>
7099
7100 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
7101 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
7102
7103 2006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
7104
7105 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
7106 and remove breakpoint prototypes.
7107 (Watchpoints): Move description of target_insert_hw_breakpoint and
7108 target_remove_hw_breakpoint ...
7109 (Breakpoints): ... to here. Document target_insert_breakpoint and
7110 target_remove_breakpoint.
7111
7112 2006-04-17 Jim Blandy <jimb@codesourcery.com>
7113
7114 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
7115 and C packets are optional.
7116
7117 2006-04-14 Frederic Riss <frederic.riss@st.com>
7118
7119 * gdb.texinfo (Specifying source directories): Update the description
7120 of the source file search to reflect the fact that the source path
7121 always contains at least $cdir and $cwd.
7122
7123 2006-03-31 Michael Snyder <msnyder@redhat.com>
7124
7125 * gdb.texinfo: Update copyright dates.
7126
7127 2006-03-31 Eli Zaretskii <eliz@gnu.org>
7128
7129 * gdb.texinfo (Overview): Add an index entry to "empty response".
7130
7131 2006-03-28 Jim Blandy <jimb@codesourcery.com>
7132
7133 * gdbint.texinfo (Prologue Analysis): New section.
7134
7135 2006-03-07 Jim Blandy <jimb@red-bean.com>
7136
7137 * gdb.texinfo (Connecting): Document 'target remote pipe'.
7138
7139 * gdb.texinfo (Target Commands): Update text describing how to
7140 specify a target. Refer to the detailed section on remote
7141 debugging, not the brief mention.
7142
7143 * gdb.texinfo (Connecting): Organize the different 'target remote'
7144 connection methods into a table. Add a 'target remote' index
7145 entry. (!!!)
7146
7147 2006-02-17 Fred Fish <fnf@specifix.com>
7148
7149 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
7150 'ptype' commands to reflect the fact that the only significant
7151 difference between them is that ptype prints the complete type
7152 description instead of just the name.
7153
7154 2006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
7155
7156 * gdbint.texinfo (Watchpoints): Delete
7157 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
7158
7159 2006-02-10 Nick Roberts <nickrob@snap.net.nz>
7160
7161 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
7162 times fields where needed. Fix typos. Update general form given
7163 for output of -break-insert.
7164 (GDB/MI): Abbreviate some unnecessarily long fullnames.
7165
7166 2006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
7167
7168 * gdbint.texinfo (Symbol Handling): Add a section
7169 on memory management.
7170
7171 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
7172
7173 * gdb.texinfo (Breakpoint table commands): Document the fullname
7174 field in -break-list output.
7175
7176 2006-02-03 Eli Zaretskii <eliz@gnu.org>
7177
7178 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
7179 debugging information produced by the various "set debug..."
7180 options.
7181
7182 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7183
7184 * gdb.texinfo (Files): Remove obsolete bits from the description
7185 of "symbol-file".
7186
7187 2006-01-25 Jim Blandy <jimb@redhat.com>
7188
7189 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
7190
7191 2006-01-24 Jim Blandy <jimb@redhat.com>
7192
7193 * gdbint.texinfo (Frames): Document the basics of GDB's register
7194 unwinding model, and explain the existence of the "sentinel" frame.
7195
7196 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
7197
7198 * gdb.texinfo (Choosing files): Mention that -directory is used
7199 for script files.
7200 (Specifying source directories): Likewise.
7201 (Command files): Explain how script files are found.
7202
7203 2006-01-21 Eli Zaretskii <eliz@gnu.org>
7204
7205 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
7206 the threads in a multi-threaded program.
7207 (Threads): The threadno argument of "thread apply" can be a range
7208 of numbers.
7209
7210 2006-01-18 Jim Blandy <jimb@redhat.com>
7211
7212 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
7213 of warning flags.
7214
7215 2006-01-13 Eli Zaretskii <eliz@gnu.org>
7216
7217 * gdb.texinfo (Sequences): Improve menu annotations.
7218 (Define): Add index entries for arguments of user-defined
7219 commands. Move the description of flow-control commands...
7220 (Command Files): ...to here. Document loop_break and
7221 loop_continue.
7222 (Define, Command Files): Document `end' and add index entries for
7223 it.
7224
7225 2006-01-04 Michael Snyder <msnyder@redhat.com>
7226
7227 * gdb.texinfo: Add documentation for linux-fork.
7228 * gdbint.texinfo: Add internal documentation for checkpoints.
7229
7230 2006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
7231
7232 * gdb.texinfo (Omissions from Ada): Document that there is now
7233 limited aggregate support.
7234
7235 2005-12-28 Eli Zaretskii <eliz@gnu.org>
7236
7237 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
7238 registers and the likes.
7239
7240 2005-12-24 Eli Zaretskii <eliz@gnu.org>
7241
7242 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
7243 (Symbols): Fix usage of "e.g.".
7244 (Memory Region Attributes): Fix usage of "etc."
7245
7246 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
7247 (Coding): Fix usage of "e.g.".
7248
7249 2005-12-23 Eli Zaretskii <eliz@gnu.org>
7250
7251 * stabs.texinfo:
7252 * refcard.tex:
7253 * gpl.texi:
7254 * gdbint.texinfo:
7255 * gdb.texinfo:
7256 * gdb-cfg.texi:
7257 * fdl.texi:
7258 * annotate.texinfo:
7259 * all-cfg.texi:
7260 * Makefile.in: Add (C) after Copyright. Update the FSF
7261 address.
7262
7263 2005-12-03 Eli Zaretskii <eliz@gnu.org>
7264
7265 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
7266 extend GDB with commands for external monitor.
7267
7268 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
7269
7270 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
7271
7272 2005-11-25 Joel Brobecker <brobecker@adacore.com>
7273
7274 * gdbint.texinfo (Start of New Year Procedure): New chapter.
7275
7276 2005-11-21 Jim Blandy <jimb@redhat.com>
7277
7278 * gdb.texinfo (Tracepoint Packets): Document restrictions on
7279 placement of 'R' actions in tracepoint action packets; document
7280 dependence of 'X' and 'M' actions on a preceding 'R' action for
7281 their registers.
7282
7283 2005-11-19 Jim Blandy <jimb@redhat.com>
7284
7285 * gdb.texinfo (Tracepoint Packets): New node.
7286 (General Query Packets): Add entries for the tracepoint packets,
7287 referring to the "Tracepoint Packets" node.
7288 (Tracepoints): Add reference to "Tracepoint Packets".
7289
7290 2005-11-18 Kevin Buettner <kevinb@redhat.com>
7291
7292 * gdb.texinfo (set remotebreak): Add anchor.
7293 (X packet): Likewise.
7294 (Remote Protocol): Add new section `Interrupts' and new index
7295 entry `interrupts (remote protocol)'.
7296
7297 2005-11-18 Jim Blandy <jimb@redhat.com>
7298
7299 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
7300 entries into the General Query Packets section. Add a
7301 cross-reference to that section. Drop description of replies, as
7302 these are covered in the descriptions of each packet.
7303 (General Query Packets): Add introductory text. Explain naming
7304 conventions, and how the end of a name is recognized.
7305
7306 2005-11-17 Kevin Buettner <kevinb@redhat.com>
7307
7308 * gdb.texinfo (Remote configuration): Fix typo in description of
7309 "set remotebreak" command.
7310
7311 2005-11-16 Jim Blandy <jimb@redhat.com>
7312
7313 * gdb.texinfo (Packets, Stop Reply Packets)
7314 (General Query Packets): Various formatting cleanups.
7315 - Use @samp for packet contents.
7316 - Drop summaries from packet @item lines; the same information appears
7317 immediately below in the description.
7318 - Delete paragraph breaks after packet @item commands, so that the
7319 description appears directly to the right of the packet prototype
7320 in the printed manual, if it fits.
7321 - Place spaces in packet prototypes between @vars and non-@var
7322 letters, and explain that they're just for formatting.
7323 - Use @dots{} instead of '...'.
7324 - Fix uses of @code where @var was needed.
7325 - Replace "deprecated" markers with English text spelling out the
7326 packet's status and the preferred alternatives.
7327 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
7328 what this ever meant.
7329 - Remove "(draft)" markers on 'i' packets; nobody has commented on
7330 this for a long time.
7331 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
7332 implemented several times, and have been in use for years.
7333
7334 2005-11-15 Jim Blandy <jimb@redhat.com>
7335
7336 * gdb.texinfo (Packets): Add index entries for 'm' packet
7337 disclaimers.
7338
7339 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
7340 of stub when processing an 'm' packet.
7341
7342 * gdb.texinfo (Packets): Mention that packets beginning with
7343 letters are reserved once, at the top, instead of actually listing
7344 them all and saying "reserved".
7345
7346 2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
7347
7348 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
7349 Change @var{$arg0 to @code{$arg0.
7350
7351 2005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
7352
7353 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
7354
7355 2005-11-12 Jim Blandy <jimb@redhat.com>
7356
7357 * gdb.texinfo (General Query Packets): Put packets in alphabetical
7358 order. Remove extraneous 'z'.
7359
7360 2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
7361
7362 * gdb.texinfo (Choosing files): Add --eval-command.
7363
7364 2005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
7365
7366 * gdb.texinfo (Choosing modes): Add --return-child-result.
7367
7368
7369 2005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
7370
7371 * gdb.texinfo (Choosing modes): Add --batch-silent.
7372
7373 2005-10-28 Eli Zaretskii <eliz@gnu.org>
7374
7375 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
7376 "The -var-update Command".
7377
7378 2005-10-03 Joel Brobecker <brobecker@adacore.com>
7379
7380 * gdb.texinfo (Print Settings): Add documentation for set/show
7381 print array-indexes.
7382
7383 2005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
7384
7385 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
7386 6.2 and 6.3.
7387
7388 2005-08-27 Eli Zaretskii <eliz@gnu.org>
7389
7390 * gdb.texinfo (File Options): Don't document --mapped, it's gone
7391 since 19-Jan-2004.
7392 (Files): Likewise.
7393 (Variables, Symbols): Document the "<incomplete type>" message and
7394 its reasons.
7395
7396 2005-08-01 Fred Fish <fnf@specifix.com>
7397
7398 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
7399
7400 2005-07-15 Nick Roberts <nickrob@snap.net.nz>
7401
7402 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
7403 option for -var-list-children and -var-update.
7404 (GDB/MI Stack Manipulation): Simplify description of
7405 print-values option for -stack-list-locals.
7406 (GDB/MI Command Description Format): Clarify.
7407 (Mode Options): Spelling of superseded.
7408
7409 2005-07-12 Bob Rossi <bob@brasko.net>
7410
7411 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
7412 corresponding GDB command comment.
7413
7414 2005-07-06 Bob Rossi <bob@brasko.net>
7415
7416 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
7417 and -inferior-tty-show.
7418 (Input/Output): Document "set/show inferior-tty" and tty alias.
7419
7420 2005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
7421
7422 * gdb.texinfo (Packets): Change description of 'D' packet to note
7423 that GDB does wait for a response.
7424
7425 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
7426
7427 * gdb.texinfo (History) Rename "Command History".
7428 (Command History): Move node "Server Prefix" from section on
7429 Annotations here.
7430
7431 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
7432
7433 * gdb.texinfo (GDB/MI Stack Manipulation):
7434 Re-instate -stack-info-frame with example. Say that it gets
7435 info on selected frame, not current frame.
7436
7437 2005-06-18 Eli Zaretskii <eliz@gnu.org>
7438
7439 * gdb.texinfo (Server): Clarify that `file' should be used before
7440 connecting to the server.
7441 (Files): Add an xref to the above description.
7442 (Output Formats): More detailed description of the `c' format.
7443 (Memory): List explicitly all the formats supported by `x'.
7444 (Threads): Add an @cindex entry for "thread apply".
7445 (Files): Document the possibility of loading unlinked object
7446 files. Add more indexing for solib-absolute-prefix and
7447 --with-sysroot.
7448 (Machine Code): Document possible problems with locations in
7449 shared libraries.
7450 (Backtrace): Document that free-standing environments do not need
7451 to have a `main' function.
7452
7453 2005-06-18 Nick Roberts <nickrob@snap.net.nz>
7454
7455 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
7456 -stack-info-frame.
7457
7458 2005-06-07 Andrew Cagney <cagney@gnu.org>
7459
7460 * gdb.texinfo (Contributors): Note the original multi-arch
7461 contributors.
7462
7463 2005-06-03 Eli Zaretskii <eliz@gnu.org>
7464
7465 * gdb.texinfo (Registers): Add index entries for the standard
7466 registers.
7467 (Frames): Add cross-reference from frame pointer description to
7468 the Registers node.
7469 (Annotations Overview): Fix the reference to GDB name.
7470
7471 2005-06-01 Eli Zaretskii <eliz@gnu.org>
7472
7473 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
7474 can-use-hw-watchpoints.
7475
7476 2005-05-28 Bob Rossi <bob@brasko.net>
7477
7478 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
7479 the possible reasons why an exec async record would be returned to FE.
7480
7481 2005-05-26 Andrew Cagney <cagney@gnu.org>
7482
7483 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
7484 Andrew Cagney implemented the original GDB/MI.
7485
7486 2005-05-23 Orjan Friberg <orjanf@axis.com>
7487
7488 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
7489 documentation. Add documentation for cris-mode.
7490
7491 2005-05-20 Eli Zaretskii <eliz@gnu.org>
7492
7493 * gdb.texinfo (Numbers): Explain the example and make the wording
7494 more acurate.
7495
7496 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
7497 Dennis Brueni <dennis@slickedit.com>
7498
7499 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
7500 (GDB/MI Data Manipulation, GDB/MI Program Control)
7501 (GDB/MI Stack Manipulation): Update examples to include the fullname
7502 attribute in stack frames.
7503
7504 2005-05-12 Eli Zaretskii <eliz@gnu.org>
7505
7506 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
7507 do with other non-standard names of init files.
7508
7509 2005-05-11 Eli Zaretskii <eliz@gnu.org>
7510
7511 * gdb.texinfo (Command Files): Move the description of the startup
7512 from here...
7513 (Startup): ...to this new subsection of the Invocation chapter.
7514 Rearrange the description of init files more logically and add a
7515 cross-reference to "Command Files". Document the special gdbinit
7516 name for CISCO 68k. Expand the description of what GDB does
7517 during startup.
7518 (History): Add index entry for HISTSIZE.
7519
7520 2005-05-02 Mark Kettenis <kettenis@gnu.org>
7521
7522 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
7523
7524 2005-05-02 Eli Zaretskii <eliz@gnu.org>
7525
7526 * gdb.texinfo (SVR4 Process Information, The isatty call)
7527 (The system call): Don't use foo(N) notation for man pages and
7528 functions.
7529 (Compilation, DJGPP Native): Improve wording.
7530
7531 2005-04-27 Eli Zaretskii <eliz@gnu.org>
7532
7533 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
7534 were optimized away.
7535
7536 2005-04-22 Eli Zaretskii <eliz@gnu.org>
7537
7538 * gdb.texinfo (Remote configuration): Document "set/show
7539 get-thread-local-storage-address". Add cross-reference to the
7540 description of the qGetTLSAddr packet.
7541 (General Query Packets): Mention "set remote
7542 get-thread-local-storage-address" and add a reference to its
7543 description.
7544
7545 2005-04-19 Nick Roberts <nickrob@snap.net.nz>
7546
7547 * gdb.texinfo (Backtrace): Describe 'bt full'.
7548
7549 2005-04-17 Nick Roberts <nickrob@snap.net.nz>
7550
7551 * gdb.texinfo (Mode Options): Fix typo.
7552 (GDB/MI): Describe how to invoke GDB/MI.
7553
7554 2005-04-16 Eli Zaretskii <eliz@gnu.org>
7555
7556 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
7557 references changed. Add description of "info udot".
7558 (Files): Document "set/show stop-on-solib-events".
7559 (M32R/D): Document "set/show download-path", "set/show
7560 board-address", "set/show server-address", "upload", "tload".
7561 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
7562 "use_mon_code", "use_ib_break", "use_dbt_break".
7563 (Maintenance Commands): Improve indexing.
7564 (Target Commands): Document "set/show hash", "set/show debug
7565 monitor".
7566 (SVR4 Process Information): Document "info pidlist" and "info
7567 meminfo". Document "set/show procfs-tarce" and "set/show
7568 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
7569 (Symbols, The Print Command with Objective-C): Improve indexing.
7570 (Objective-C): Add references to "info classes" and "info
7571 selectors".
7572 (Debugging Output): Improve wording. Document "set/show debug
7573 solib-frv". Fix "set/show debugvarobj".
7574 (Set Breaks): Add index entry for "hardware breakpoints".
7575 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
7576 and "set/show usehardbreakpoints".
7577 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
7578 monitor-prompt", "set/show monitor-warnings", "pmon".
7579 (ARM): Document "rdilogfile", "rdilogenable", "set/show
7580 rdiromatzero", "set/show rdiheartbeat".
7581 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
7582 "sds".
7583 (Embedded Processors): Document the "sim" command.
7584 (Remote): Document the "remote" command.
7585 (DJGPP Native): Document the "info serial" command.
7586 (Threads): Document "maint info sol-threads".
7587 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
7588 (Set Breaks): Improve indexing.
7589 (Command Syntax): Add a reference to dont-repeat.
7590 (Define): Document "dont-repeat".
7591 (TUI Commands): Document "tabset".
7592 (WinCE): New subsection. Document "set/show remotedirectory",
7593 "set/show remoteupload", "set/show remoteaddhost".
7594
7595 2005-04-15 Eli Zaretskii <eliz@gnu.org>
7596
7597 * gdb.texinfo (Hurd Native): New subsection, documents
7598 Hurd-specific commands.
7599 (Maintenance Commands): Add cross-reference to "Debugging Output".
7600 (Debugging Output): Document "set/show debug lin-lwp".
7601 (MIPS): Improve documentation of heuristic-fence-post. Document
7602 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
7603 mips stack-arg-size", "set/show mips mask-address", "set/show mips
7604 remote-mips64-transfers-32bit-regs", "set/show debug mips".
7605 (ARM): Document ARM-specific commands.
7606 (AVR): New section. Document "info io_registers".
7607 (CRIS): New section. Document "set/show cris-version" and
7608 "set/show cris-dwarf2-cfi".
7609 (HPPA): New section. Document "set/show debug hppa" and "maint
7610 print unwind".
7611 (Neutrino): New subsection. Document "set/show debug nto-debug".
7612 (Super-H): New section. Document the "regs" command.
7613 (Debugging Output): Document "set/show debug aix-thread".
7614
7615 2005-04-09 Eli Zaretskii <eliz@gnu.org>
7616
7617 * gdb.texinfo (Print Settings): Document "set/show print
7618 pascal_static-members", "set print repeats", "show print
7619 null-stop". Improve indexing. Fix documentation of "set print
7620 union".
7621 (Pascal): New section.
7622 (Supported languages): Rename from "Support"; all references
7623 updated. Add a menu item for Pascal.
7624 (Numbers): Document "set radix.
7625 (Screen Size): Document "set/show pagination".
7626 (MIPS Embedded): Remove "set processor" documentation.
7627 (Remote configuration): Document "set/show X/P/Z-packet",
7628 "set/show read-aux-vector-packet", "set/show remote
7629 symbol-lookup-packet", "set/show remote verbose-resume-packet",
7630 "set/show remoteaddresssize", "set/show remotebaud", "set/show
7631 remotedebug", "set/show remotebreak", "set/show remotedevice",
7632 "set/show remotelogfile".
7633 (Auxiliary Vector): Add reference to the description of the
7634 read-aux-vector-packet setting.
7635 (Set Watchpoints): Add a cross-reference to "set remote
7636 hardware-breakpoint-limit".
7637 (General Query Packets): Add indexing of requests and
7638 cross-references to related commands in "Remote configuration".
7639 (File-I/O Overview, The system call): Fix wording and typos.
7640 (Thread Stops): Add index entries.
7641 (Continuing and Stepping): Document "show step-mode".
7642 (i386): New node. Document "set/show struct-convention".
7643 (Files): Document "show trust-readonly-sections".
7644 (Calling): Document "set/show unwindonsignal".
7645 (Messages/Warnings): Add index entries.
7646 (Maintenance Commands): Document "set/show watchdog".
7647 (Annotations Overview): Document "show annotate".
7648 (Set Watchpoints): Add index entries.
7649 (Symbols): Fix doc of case-sensitive.
7650 (ABI): Document "show coerce-float-to-double".
7651 (Convenience Vars, Help): Improve indexing.
7652 (Machine Code): Document "show disassembly-flavor".
7653 (Debugging C plus plus): Document "show overload-resolution".
7654 (Value History, Signaling): Add index entries.
7655
7656 2005-04-08 Eli Zaretskii <eliz@gnu.org>
7657
7658 * gdb.texinfo (Show): Move @kindex entries to their proper places.
7659 (Processes): Fix wording.
7660 (History, List, Logging output, Define, Symbols, Print Settings):
7661 Improve indexing.
7662
7663 2005-04-03 Eli Zaretskii <eliz@gnu.org>
7664
7665 * gdb.texinfo (Targets): Document "set/show architecture". Remove
7666 redundant index entry for "target" command.
7667 (Backtrace): Add index entries.
7668 (Symbols, Fortran): Document the "set case-sensitive" command.
7669 (DJGPP Native): Document "set com1base", "set com1irq", etc.
7670 (Print Settings): Add index entry for "set demangle-style".
7671 (Target Commands): Document "set download-write-size".
7672 (Debugging Output): Document "set exec-done-display".
7673
7674 2005-04-02 Eli Zaretskii <eliz@gnu.org>
7675
7676 * gdb.texinfo (Files): Fix the name and documentation of
7677 add-shared-symbol-files. Document its alias assf. Update the
7678 list of OSs where GDB supports shared libraries. Fix markup.
7679 (Continuing and Stepping): Add reference to @var{location} in the
7680 text.
7681 (Dump/Restore Files): Fix reference to @{filename}.
7682 (Help): Fix wording.
7683 (Attach): Ditto.
7684 (Set Watchpoints): Ditto.
7685 (Backtrace): Remove redundant index entries. Improve index
7686 entries.
7687 (Delete Breaks): Fix wording.
7688 (Memory): Document the compare-sections command.
7689 (Memory Region Attributes): Improve wording.
7690 (Disabling): Improve wording.
7691 (Fortran): New subsection. Document the "info common" command.
7692 (Help): Document aliases "info copying" and "info warranty".
7693 (Caching Remote Data): New section. Document the "set/show
7694 remotecache" and "info dcache" commands.
7695 (Show): Fix wording of the documentation of the "set
7696 extension-language" command.
7697 (Signals): Add index entry for "info handle".
7698 (Memory Region Attributes): Fix punctuation.
7699 (Symbols): Change the arg name to "location" and refer to it in
7700 the text. Fix wording of "info types" doc.
7701 (Threads): Fix usage of @enumerate @item's.
7702 (Listing Tracepoints): Add index entry for "info tp".
7703 (Set Watchpoints): Add xref to "info break" description.
7704 (Macros): Add an index entry for "macro exp1". Document the
7705 "macro list" command.
7706 (Maintenance Commands): Document "flushregs", "maint agent",
7707 "maint check-symtabs", "maint cplus", "maint demangle", "maint
7708 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
7709 "maint print architecture", "maint print objfiles", "maint print
7710 statistics", "maint print type", "maint show-debug-regs", "maint
7711 space", "maint time", and "maint translate-address".
7712 (Connecting): Document the "monitor" command.
7713 (Annotations Overview): Describe the "set annotate" command.
7714
7715 2005-04-01 Eli Zaretskii <eliz@gnu.org>
7716
7717 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
7718 Rearrange index entries and improve wording about support for
7719 hardware watchpoints.
7720
7721 2005-03-10 Bob Rossi <bob@brasko.net>
7722
7723 * gdb.texinfo: Update copyright
7724
7725 2005-02-09 Theodore A. Roth <troth@openavr.org>
7726
7727 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
7728 error.
7729
7730 2005-02-03 Kevin Buettner <kevinb@redhat.com>
7731
7732 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
7733
7734 2005-01-17 Michael Snyder <msnyder@redhat.com>
7735
7736 * gdb.texinfo: Fix spelling, infinte -> infinite.
7737
7738 2005-01-08 Mark Kettenis <kettenis@gnu.org>
7739
7740 * observer.texi (GDB Observers): Document "solib_loaded".
7741
7742 2005-01-07 Andrew Cagney <cagney@gnu.org>
7743
7744 * configure.ac: Rename configure.in, require autoconf 2.59.
7745 * configure: Re-generate.
7746
7747 * configure.in: Replace configdirs with multiple references to
7748 AC_CONFIG_SUBDIRS.
7749 * configure: Re-generate.
7750
7751 2005-01-04 Andrew Cagney <cagney@gnu.org>
7752
7753 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
7754 part of the version number.
7755
7756 2004-12-24 Mark Kettenis <kettenis@gnu.org>
7757
7758 * gdbint.texinfo (Algorithms): Remove description of
7759 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
7760
7761 2004-12-07 Jim Blandy <jimb@redhat.com>
7762
7763 * gdb.texinfo (General Query Packets): Specify that thread ID's in
7764 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
7765 numbers.
7766
7767 2004-12-07 Andreas Schwab <schwab@suse.de>
7768
7769 * gdb.texinfo (Mode Options): Document -l option.
7770
7771 2004-12-04 Eli Zaretskii <eliz@gnu.org>
7772
7773 * gdbint.texinfo (Algorithms): More accurate description of
7774 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
7775 is not needed unless data-read and data-access watchpoints are
7776 supported. Add a description of how GDB checks whether the
7777 inferior stopped because a watchpoint was hit.
7778
7779 2004-11-23 Eli Zaretskii <eliz@gnu.org>
7780
7781 * gdb.texinfo (Files): Add cross-reference to description of
7782 -readnow command-line switch.
7783
7784 2004-11-10 Randolph Chung <tausq@debian.org>
7785
7786 * gdb.texinfo: Document set/show backtrace past-entry commands.
7787 Rearrange index entries for set/show backtrace past-main.
7788
7789 2004-11-10 Jon Beniston <jon@beniston.com>
7790
7791 Committed by Andrew Cagney <cagney@gnu.org>.
7792 * gdb.texinfo (Remote Serial Protocol): Further describe
7793 binary transfer escaping mechanism .
7794
7795 2004-11-08 Randolph Chung <tausq@debian.org>
7796
7797 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
7798 and "show debug infrun". Add index entries.
7799
7800 2004-10-23 Eli Zaretskii <eliz@gnu.org>
7801
7802 * gdb.texinfo (SVR4 Process Information): Document subcommands of
7803 "info proc" that are already implemented. Add index entries.
7804 (Working Directory): Add a cross-reference to "info proc" command.
7805 (Files): Add a tip for decreasing memory used for symtabs from
7806 shared libraries.
7807 (Starting): Fix whitespace; make "elaboration" stand out where it
7808 is first used, and add an index entry for the term.
7809 (Calling): Expand and elaborate text. Add "print". Add the
7810 description of problems with weak aliases.
7811 (Core File Generation): New section.
7812
7813 2004-10-12 Andrew Cagney <cagney@gnu.org>
7814
7815 * gdbint.texinfo (Versions and Branches): New chapter.
7816 (Releasing GDB): Delete "Versions and Branches" section.
7817 (Top): Add "Versions and Branches".
7818
7819 2004-10-08 Eli Zaretskii <eliz@gnu.org>
7820
7821 * gdb.texinfo (Editing, History): Add cross-references to the
7822 included Readline and History user documentation. Remove
7823 references to the symbol have-readline-appendices which is unused
7824 and undefined.
7825 (History): Fix indexing.
7826
7827 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
7828
7829 * gdbint.texinfo (target_stopped_data_address): Update to
7830 new prototype.
7831 (i386_stopped_data_address): Update prototype and description.
7832 (i386_stopped_by_watchpoint): New function and description.
7833
7834 2004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
7835
7836 * gdb.texinfo (Filenames): Add Ada suffixes.
7837 (Ada) New section.
7838
7839 2004-09-27 Andrew Cagney <cagney@gnu.org>
7840 Robert Picco <Robert.Picco@hp.com>
7841
7842 * gdb.texinfo (Packets): Document the "p" packet.
7843
7844 2004-09-21 Jason Molenda (jmolenda@apple.com)
7845
7846 * gdb.texinfo (Paths and Names of the Source Files): Document the
7847 meaning of values in the 'desc' field of a SO stab.
7848
7849 2004-09-20 Daniel Jacobowitz <dan@debian.org>
7850
7851 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
7852 max-cache-age" and "maint show dwarf2 max-cache-age".
7853
7854 2004-09-16 Eli Zaretskii <eliz@gnu.org>
7855
7856 * gdb.texinfo (Set Breaks): Add index entry for setting
7857 breakpoints on overloaded C++ functions that are not members of
7858 any classes. Add an example and an index entry for setting
7859 breakpoints on all program functions.
7860 (Character Sets, Macros, Overlay Commands)
7861 (Non-debug DLL symbols, GDB/MI Output Syntax)
7862 (Annotations Overview, Maintenance Commands, File-I/O Overview):
7863 Use "(@value{GDBP})" instead of a literal "(gdb)".
7864
7865 2004-09-12 Andrew Cagney <cagney@gnu.org>
7866
7867 * gdbint.texinfo (Native Debugging): Delete description of
7868 FILES_INFO_HOOK.
7869
7870 2004-09-11 Paul Hilfinger <hilfinger@gnat.com>
7871
7872 * gdbint.texinfo (User Interface): Change local_hex_string_custom
7873 to hex_string_custom (not historically correct, but more
7874 understandable, given the current code).
7875
7876 2004-09-03 Andrew Cagney <cagney@gnu.org>
7877
7878 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
7879
7880 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
7881
7882 * observer.texi (solib_unloaded): New observer.
7883
7884 2004-08-24 Andrew Cagney <cagney@gnu.org>
7885
7886 * gdbint.texinfo (Target Architecture Definition): Add missing
7887 comma.
7888
7889 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
7890
7891 * (Using the Testsuite): build != host is supported,
7892 but some test scripts do not support build != host.
7893
7894 2004-08-14 Mark Kettenis <kettenis@gnu.org>
7895
7896 * gdbint.texinfo (Host Definition): Delete description of
7897 FCLOSE_PROVIDED and GETENV_PROVIDED.
7898
7899 2004-08-05 Mark Kettenis <kettenis@chello.nl>
7900
7901 * gdbint.texinfo (Host Definition): Delete description of
7902 NO_SYS_FILE.
7903 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
7904 PTRACE_FP_BUG.
7905
7906 2004-08-05 Andrew Cagney <cagney@gnu.org>
7907
7908 * gdbint.texinfo (Target Architecture Definition): Delete
7909 reference to deprecated_read_fp.
7910
7911 2004-08-02 Andrew Cagney <cagney@gnu.org>
7912
7913 * gdbint.texinfo (Target Architecture Definition): Delete
7914 description of DEPRECATED_REGISTER_BYTES.
7915
7916 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
7917
7918 * gdb.texinfo (Source Path): Document the new behavior of
7919 searching for the source files.
7920
7921 2004-07-17 Eli Zaretskii <eliz@gnu.org>
7922
7923 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
7924 (Search, Expressions, Arrays, Variables, Data, Machine Code)
7925 (Auto Display): Improve indexing.
7926
7927 2004-07-16 Andrew Cagney <cagney@gnu.org>
7928
7929 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
7930 "-noasync".
7931
7932 2004-07-09 Eli Zaretskii <eliz@gnu.org>
7933
7934 * gdb.texinfo: Fix @kindex entries so that multiple commands that
7935 have the same prefix have only their prefix in the index.
7936
7937 2004-07-03 Mark Kettenis <kettenis@gnu.org>
7938
7939 * gdb.texinfo (BSD libkvm Interface): New node (section)
7940 (Native): Add it to the menu.
7941
7942 2004-07-01 Mark Kettenis <kettenis@gnu.org>
7943
7944 * gdbint.texinfo (Target Architecture Definition): Remove
7945 PCC_SOL_BROKEN.
7946
7947 2004-06-24 Mark Kettenis <kettenis@gnu.org>
7948
7949 * gdbint.texinfo (Target Architecture Definition): Remove
7950 SUN_FIXED_LBRAC_BUG.
7951
7952 2004-06-26 Andrew Cagney <cagney@gnu.org>
7953
7954 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
7955
7956 2004-06-20 Andrew Cagney <cagney@gnu.org>
7957
7958 * gdbint.texinfo (Target Architecture Definition): Deprecate
7959 USE_STRUCT_CONVENTION.
7960
7961 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
7962
7963 gdb.texinfo (Bug Reporting): Mention session recording,
7964 with the script command or Emacs.
7965
7966 2004-06-18 Andrew Cagney <cagney@gnu.org>
7967
7968 * gdbint.texinfo (Target Architecture Definition): Deprecate
7969 FUNCTION_START_OFFSET.
7970
7971 2004-06-14 Andrew Cagney <cagney@gnu.org>
7972
7973 Based on changes from Karl Berry.
7974 * gdb.texinfo: Do not use @sc in a direntry.
7975 * stabs.texinfo: Change @dircateogry to "Software development".
7976 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
7977
7978 2004-06-13 Andrew Cagney <cagney@gnu.org>
7979
7980 * gdbint.texinfo (Target Architecture Definition): Delete
7981 description of RETURN_VALUE_ON_STACK.
7982
7983 2004-06-09 Andrew Cagney <cagney@gnu.org>
7984
7985 * gdbint.texinfo (Native Debugging): Restore "@table @code"
7986 deleted by previous patch.
7987
7988 2004-06-08 Andrew Cagney <cagney@gnu.org>
7989
7990 * gdbint.texinfo (Native Debugging): Delete documentation on
7991 ATTACH_DETACH.
7992
7993 2004-06-06 Randolph Chung <tausq@debian.org>
7994
7995 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
7996
7997 2004-06-06 Randolph Chung <tausq@debian.org>
7998
7999 * gdb.texinfo (push_dummy_call): Update argument list to match
8000 the new push_dummy_call method signature. Describe the function
8001 argument.
8002
8003 2004-05-24 Joel Brobecker <brobecker@gnat.com>
8004
8005 * gdb.texinfo (Starting): Document new start command.
8006
8007 2004-05-21 Andrew Cagney <cagney@redhat.com>
8008
8009 * observer.texi (GDB Observers): Document "inferior_created".
8010
8011 2004-05-08 Andrew Cagney <cagney@redhat.com>
8012
8013 * gdbint.texinfo (Target Architecture Definition): Delete
8014 description of DO_DEFERRED_STORES.
8015
8016 * gdbint.texinfo (Target Architecture Definition): Delete
8017 references to DEPRECATED_FIX_CALL_DUMMY.
8018
8019 * gdbint.texinfo (Target Architecture Definition): Delete
8020 description of DEPRECATED_CALL_DUMMY_WORDS,
8021 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
8022
8023 * gdbint.texinfo (Target Architecture Definition): Delete
8024 description of DEPRECATED_PUSH_DUMMY_FRAME.
8025
8026 * gdbint.texinfo (Target Architecture Definition): Delete
8027 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
8028
8029 2004-05-07 Andrew Cagney <cagney@redhat.com>
8030
8031 * observer.texi (GDB Observers): Add "Debugging" section. Include
8032 cross reference to "set/show debug observer".
8033 * gdb.texinfo (Debugging Output): Document "set/show debug
8034 observer".
8035
8036 2004-05-01 Andrew Cagney <cagney@redhat.com>
8037
8038 * gdbint.texinfo (Target Architecture Definition): Delete
8039 description of DEPRECATED_PC_IN_SIGTRAMP.
8040
8041 2004-04-30 Andrew Cagney <cagney@redhat.com>
8042
8043 * gdbint.texinfo (Target Architecture Definition): Delete
8044 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
8045
8046 2004-04-30 Orjan Friberg <orjanf@axis.com>
8047
8048 * observer.texi (GDB Observers): Correct spelling.
8049
8050 2004-04-26 Orjan Friberg <orjanf@axis.com>
8051
8052 * observer.texi (GDB Observers): Add target_changed event.
8053
8054 2004-04-08 Andrew Cagney <cagney@redhat.com>
8055
8056 * observer.texi (GDB Observers): Rework, provide generic observer
8057 definitions and then a list of observable events.
8058
8059 2004-04-04 Andrew Cagney <cagney@redhat.com>
8060
8061 * gdbint.texinfo (Host Definition): Delete reference to
8062 NO_SIGINTERRUPT.
8063
8064 2004-04-02 Andrew Cagney <cagney@redhat.com>
8065
8066 * gdbint.texinfo (Target Architecture Definition): Delete
8067 reference to DEPRECATED_CALL_DUMMY_LENGTH.
8068
8069 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
8070
8071 * gdb.texinfo (TUI Commands): Document tui reg commands.
8072
8073 2004-03-26 Andrew Cagney <cagney@redhat.com>
8074
8075 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
8076 "gdbtui".
8077 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
8078 (Contributors): Mention both Text and Terminal User Interface.
8079
8080 2004-03-23 Andrew Cagney <cagney@redhat.com>
8081
8082 * gdbint.texinfo (Target Architecture Definition): Deprecate
8083 references to SIGTRAMP_START and SIGTRAMP_END.
8084
8085 2004-03-23 Andrew Cagney <cagney@redhat.com>
8086
8087 * gdbint.texinfo (Target Architecture Definition): Deprecate
8088 references to PC_IN_SIGTRAMP.
8089
8090 2004-03-19 Andrew Cagney <cagney@redhat.com>
8091
8092 * gdbint.texinfo (Target Architecture Definition): Delete
8093 reference to GDB_TARGET_IS_HPPA.
8094
8095 2004-03-18 Andrew Cagney <cagney@redhat.com>
8096
8097 * gdbint.texinfo (Coding): Update section on gdbarch_data,
8098 describe pre_init and post_init.
8099
8100 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8101
8102 * gdb.texinfo (Debugging Output): Document values for "set debug
8103 target".
8104
8105 2004-02-28 Andrew Cagney <cagney@redhat.com>
8106
8107 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
8108
8109 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8110
8111 * gdb.texinfo (breakpoints): Add information about the
8112 new "set breakpoint pending" and "show breakpoint pending"
8113 commands.
8114
8115 2004-02-26 Andrew Cagney <cagney@redhat.com>
8116
8117 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
8118 in Per-architecture module data section.
8119
8120 2004-02-25 Roland McGrath <roland@redhat.com>
8121
8122 * gdb.texinfo (General Query Packets): Document qPart:... packets.
8123
8124 2004-02-24 Andrew Cagney <cagney@redhat.com>
8125
8126 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
8127 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
8128 * fdl.texi: Import Version 1.2, November 2002.
8129
8130 2004-02-17 Andrew Cagney <cagney@redhat.com>
8131
8132 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
8133
8134 2004-02-16 Andrew Cagney <cagney@redhat.com>
8135
8136 * gdbint.texinfo (Target Architecture Definition): Deprecate
8137 FRAMELESS_FUNCTION_INVOCATION.
8138
8139 2004-02-16 Andrew Cagney <cagney@redhat.com>
8140
8141 * gdbint.texinfo (Coding): Mention -Wunused-function.
8142
8143 2004-02-14 Andrew Cagney <cagney@redhat.com>
8144
8145 * gdbint.texinfo (Target Architecture Definition): Delete
8146 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8147
8148 2004-02-12 Elena Zannoni <ezannoni@redhat.com>
8149
8150 * gdb.texinfo: Properly quote the name "C++".
8151 * gdbint.texinfo: Ditto.
8152 * stabs.texinfo: Ditto.
8153
8154 2004-02-11 Elena Zannoni <ezannoni@redhat.com>
8155
8156 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
8157 minimal information about libiberty.
8158
8159 2004-02-06 Michael Chastain <mec.gnu@mindspring.com>
8160
8161 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
8162
8163 2004-02-04 Roland McGrath <roland@redhat.com>
8164
8165 * gdb.texinfo (Auxiliary Vector): New node (section).
8166 (Data): Add it to the menu.
8167
8168 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
8169
8170 * gdb.texinfo (Breakpoints): Add information about pending
8171 breakpoint support.
8172
8173 2004-01-26 Andrew Cagney <cagney@redhat.com>
8174
8175 * gdb.texinfo (Overview): Delete references to the cisco protocol
8176 including the "N" response.
8177
8178 2004-01-26 Andrew Cagney <cagney@redhat.com>
8179
8180 * gdbint.texinfo (Target Architecture Definition): Rename
8181 EXTRACT_STRUCT_VALUE_ADDRESS to
8182 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
8183
8184 2004-01-24 Eli Zaretskii <eliz@gnu.org>
8185
8186 * gdb.texinfo (KOD): Document "show os". Add index entries for
8187 "set/show os" and "info cisco" commands.
8188
8189 2004-01-21 Eli Zaretskii <eliz@gnu.org>
8190
8191 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
8192
8193 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
8194
8195 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
8196 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
8197
8198 2004-01-19 Nick Roberts <nick@nick.uklinux.net>
8199
8200 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
8201 -stack-list-locals.
8202 (GDB/MI Variable Objects): Describe extension to
8203 -var-list-children.
8204
8205 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
8206
8207 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
8208
8209 2004-01-17 Andrew Cagney <cagney@redhat.com>
8210
8211 * gdbint.texinfo (Target Architecture Definition): Delete
8212 documentation on DEPRECATED_NPC_REGNUM.
8213
8214 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
8215
8216 * gdb.texinfo: Update copyright year. Mention that set
8217 follow-fork-mode is supported on GNU/Linux. Remove documentation of
8218 "set follow-fork-mode ask".
8219
8220 2004-01-13 Andrew Cagney <cagney@redhat.com>
8221
8222 * gdbint.texinfo: Update copyright year.
8223 (Coding): Add -Wunused-label to list of -Werror warnings.
8224
8225 2004-01-08 Jason Molenda <jmolenda@apple.com>
8226 Eli Zaretskii <eliz@gnu.org>
8227
8228 * gdb.texinfo: Update copyright.
8229 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
8230 around names, as appropriate. Minor syntax cleanup of
8231 _NSPrintForDebugger explanation. Two spaces after periods.
8232 GDBN used instead of lit. "gdb". Index entries added for
8233 print-object and _NSPrintForDebugger. @noindent added in one spot.
8234
8235 2003-11-11 Elena Zannoni <ezannoni@redhat.com>
8236
8237 * stabs.texinfo: Add dircategory and direntry commands.
8238 * annotate.texinfo: Ditto.
8239
8240 2003-11-10 Andrew Cagney <cagney@redhat.com>
8241
8242 * gdbint.texinfo (Target Architecture Definition): Replace the
8243 return_value method's "inval" and "outval" parameters with
8244 "readbuf" and "writebuf".
8245
8246 2003-10-28 Jim Blandy <jimb@redhat.com>
8247
8248 * gdb.texinfo (The F request packet, The F reply packet): Renamed
8249 from "The `F' request packet" and "The `F' reply packet", to make
8250 texi2dvi happy.
8251 (File-I/O remote protocol extension): Update menu entries, too.
8252
8253 2003-10-26 Michael Chastain <mec@shout.net>
8254
8255 * gdb.texinfo (Thread Stops): Document the issue with
8256 premature return from system calls in multi-threaded programs.
8257
8258 2003-10-24 Andrew Cagney <cagney@redhat.com>
8259
8260 * annotate.texinfo: Fix "fortunatly"[sic].
8261
8262 2003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
8263
8264 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
8265 with "Hitachi" and "Mitsubishi".
8266
8267 2003-10-20 Andrew Cagney <cagney@redhat.com>
8268
8269 * gdbint.texinfo (Target Architecture Definition): Document
8270 gdbarch_return_value. Add cross references from
8271 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
8272 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
8273
8274 2003-10-18 Mark Kettenis <kettenis@gnu.org>
8275
8276 * gdbint.texinfo (Target Architecture Definition): Document
8277 regset_from_core_section.
8278
8279 2003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
8280
8281 * gdb.texinfo (M32R/D): Mention m32rsdi target.
8282
8283 2003-10-15 Kevin Buettner <kevinb@redhat.com>
8284
8285 From Anthony Green <green@redhat.com>:
8286 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
8287
8288 2003-10-14 Kevin Buettner <kevinb@redhat.com>
8289
8290 * gdb.texinfo (Breakpoint related warnings): New node.
8291 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
8292
8293 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
8294
8295 * gdb.texinfo (Remote Protocol): Document v and vCont.
8296
8297 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8298
8299 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
8300 * gdbint.texinfo: Ditto.
8301
8302 2003-10-09 Andrew Cagney <cagney@redhat.com>
8303
8304 From 2003-09-18 David Anderson <davea@sgi.com>:
8305 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
8306 "command".
8307
8308 2003-10-03 Andrew Cagney <cagney@redhat.com>
8309
8310 * gdbint.texinfo (Target Architecture Definition): Deprecate
8311 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
8312 just target.
8313
8314 2003-10-02 Andrew Cagney <cagney@redhat.com>
8315
8316 * gdbint.texinfo (Target Architecture Definition): Rename
8317 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
8318 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
8319 * gdbint.texinfo (Target Architecture Definition): Rename
8320
8321 2003-09-30 Andrew Cagney <cagney@redhat.com>
8322
8323 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
8324 (Target Architecture Definition):
8325
8326 * gdbint.texinfo (Target Architecture Definition): Rename
8327 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
8328
8329 2003-09-29 Andrew Cagney <cagney@redhat.com>
8330
8331 * gdbint.texinfo (Target Architecture Definition): Delete
8332 documentation for NEED_TEXT_START_END.
8333
8334 * gdbint.texinfo (Target Architecture Definition): Rename
8335 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
8336 TARGET_WRITE_PC.
8337
8338 2003-09-22 Michael Chastain <mec@shout.net>
8339
8340 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
8341
8342 2003-09-21 Anthony Green <green@redhat.com>
8343
8344 * gdbint.texinfo (Target Architecture Definition): Fix typos.
8345
8346 2003-09-21 Mark Kettenis <kettenis@gnu.org>
8347
8348 * gdbint.texinfo (Target Architecture Definition): Document
8349 stabs_argument_has_addr.
8350
8351 2003-09-18 Andrew Cagney <cagney@redhat.com>
8352
8353 * gdbint.texinfo (Target Architecture Definition): Delete
8354 documentation on REGISTER_NAMES.
8355
8356 2003-09-13 Mark Kettenis <kettenis@gnu.org>
8357
8358 * gdbint.texinfo (Target Architecture Definition): Replace
8359 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
8360
8361 2003-09-11 Andrew Cagney <cagney@redhat.com>
8362
8363 * gdbint.texinfo (Target Architecture Definition): Replace
8364 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
8365
8366 2003-08-18 Andrew Cagney <cagney@redhat.com>
8367
8368 * gdbint.texinfo (Target Architecture Definition): Document
8369 "frame_red_zone_size".
8370
8371 2003-08-09 Andrew Cagney <cagney@redhat.com>
8372
8373 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
8374 with "set/show backtrace past-main" and "set/show backtrace
8375 limit".
8376
8377 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
8378
8379 * Makefile.in (install-info): Support DESTDIR.
8380 (install-html): Likewise.
8381
8382 2003-08-07 Andrew Cagney <cagney@redhat.com>
8383
8384 Patch from Nick Roberts.
8385 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
8386 bindings. Remove description of send-gdb-command.
8387
8388 2003-08-07 Andrew Cagney <cagney@redhat.com>
8389
8390 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
8391 GDB 6.0.
8392
8393 2003-08-06 Andrew Cagney <cagney@redhat.com>
8394
8395 * gdb.texinfo (Mode Options): Mention that level three is the
8396 highest available and that level 2 is deprecated.
8397 (Annotations Overview): Mention annotation levels. Cross reference
8398 to "Limitations of the Annotation Interface" in annotate.texi.
8399 (TODO, Value Annotations, Frame Annotations): Delete section.
8400 (Displays, Breakpoint Info): Delete.
8401
8402 2003-08-04 Andrew Cagney <cagney@redhat.com>
8403
8404 * agentexpr.texi: Delete @bye.
8405 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
8406 (stabs.info): Add $(srcdir) to include search path.
8407 (html): Depend on "annotate_toc.html", and not "annotate.html".
8408 * stabs.texinfo: Ditto. Include "fdl.texi".
8409 * gdbint.texinfo: Update copyright statement's list of invariant
8410 sections.
8411
8412 2003-07-28 Andrew Cagney <cagney@redhat.com>
8413
8414 * Makefile.in (INFO_DEPS): Add annotate.info.
8415 (dvi, ps, html, pdf): Add annotate.
8416 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
8417 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
8418 (ANNOTATE_DOC_FILES): New macro.
8419 (ANNOTATE_TEX_TMPS): New macro.
8420 (annotate.info, annotate_toc.html): Specify dependencies.
8421 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
8422 * annotate.texinfo: Rename annotate.texi. Get building. Add
8423 "Migrating to GDB/MI" and "Limitations of the Annotation
8424 Interface" chapters. Mention why it is not part of the user
8425 guide. Update copyright notice. Include "fdl.texi".
8426
8427 2003-07-26 Stephane Carrez <stcarrez@nerim.fr>
8428
8429 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
8430
8431 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
8432
8433 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
8434
8435 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
8436
8437 * gdb.texinfo (Server): Mention pidof.
8438
8439 2003-07-22 Andrew Cagney <cagney@redhat.com>
8440
8441 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
8442 list.
8443
8444 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
8445
8446 * gdb.texinfo (Logging output): New chapter.
8447
8448 2003-06-24 Joel Brobecker <brobecker@gnat.com>
8449
8450 * gdb.texinfo (Unsupported languages): New section.
8451 (Languages): Add link to new section.
8452
8453 2003-06-22 Andrew Cagney <cagney@redhat.com>
8454
8455 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
8456
8457 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
8458
8459 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
8460
8461 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
8462
8463 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
8464 * agentexpr.texi: Retitle section, and change it to an appendix.
8465 Comment out texinfo initialization. Factor a @var{} into two
8466 pieces to prevent makeinfo warnings.
8467 * gdb.texinfo: Add Agent Expressions appendix.
8468
8469 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
8470
8471 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
8472
8473 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
8474
8475 * gdb.texinfo (Remote Debugging): New section "Connecting to a
8476 remote target". Document the "detach" and "disconnect" commands.
8477 (Server, Netware, Debug Session): Reference "Connecting to a
8478 remote target".
8479 (GDB/MI Target Manipulation): Document "-target-disconnect".
8480
8481 2003-06-13 Andrew Cagney <cagney@redhat.com>
8482
8483 * gdbint.texinfo (Target Architecture Definition): Deprecate
8484 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
8485 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
8486
8487 2003-06-09 Jim Blandy <jimb@redhat.com>
8488
8489 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
8490
8491 2003-06-08 Andrew Cagney <cagney@redhat.com>
8492
8493 * gdbint.texinfo (Target Architecture Definition): Delete
8494 documentation on FRAME_ARGS_ADDRESS_CORRECT.
8495
8496 2003-06-08 Andrew Cagney <cagney@redhat.com>
8497
8498 * gdbint.texinfo (Target Architecture Definition): Document
8499 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
8500
8501 2003-06-07 Adam Fedor <fedor@gnu.org>
8502
8503 * gdb.texinfo: Add Objective-C documentation.
8504
8505 2003-06-01 Andrew Cagney <cagney@redhat.com>
8506
8507 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
8508 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
8509
8510 2003-05-21 Andrew Cagney <cagney@redhat.com>
8511
8512 * gdbint.texinfo (Target Architecture Definition): Delete
8513 references to "extract_address" and "store_address".
8514
8515 2003-05-16 Andrew Cagney <cagney@redhat.com>
8516
8517 * gdbint.texinfo (Target Architecture Definition): Replace
8518 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
8519 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
8520
8521 2003-05-14 Theodore A. Roth <troth@openavr.org>
8522
8523 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
8524
8525 2003-05-10 H.J. Lu <hongjiu.lu@intel.com>
8526
8527 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
8528 (gdb.dvi): Likewise.
8529 (gdb.pdf): Likewise.
8530 (links2roff): Likewise.
8531
8532 2003-05-08 Jim Blandy <jimb@redhat.com>
8533
8534 * gdb.texinfo (Dump/Restore Files): Update documentation for
8535 'dump', 'append', and 'restore': note that format argument is
8536 optional; simplify presentation of the command variants; and be
8537 more precise about the formats.
8538
8539 2003-05-07 Jim Blandy <jimb@redhat.com>
8540
8541 * gdb.texinfo (Symbols): Update documentation: 'maint list
8542 symtabs' and 'maint list psymtabs' have been renamed 'maint info
8543 symtabs' and 'maint info psymtabs'.
8544
8545 2003-05-05 Andrew Cagney <cagney@redhat.com>
8546
8547 * gdbint.texinfo (Target Architecture Definition): Make
8548 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
8549 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
8550 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
8551
8552 2003-05-04 Andrew Cagney <cagney@redhat.com>
8553
8554 * gdb.texinfo (Maintenance Commands): Document "maint print
8555 dummy-frames".
8556
8557 2003-05-04 Andrew Cagney <cagney@redhat.com>
8558
8559 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
8560
8561 2003-05-03 J. Brobecker <brobecker@gnat.com>
8562
8563 Thierry Schneider <tpschneider1@yahoo.com>
8564 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
8565 for new MI command.
8566
8567 2003-05-03 Andrew Cagney <cagney@redhat.com>
8568
8569 * gdbint.texinfo (Target Architecture Definition): Document
8570 push_dummy_code. Add cross references.
8571
8572 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
8573
8574 * gdb.texinfo (Character Sets): Update to reflect new behavior of
8575 set/show charsets commands.
8576
8577 2003-04-28 Andrew Cagney <cagney@redhat.com>
8578
8579 * gdbint.texinfo (Target Architecture Definition): Replace
8580 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
8581 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
8582
8583 2003-04-28 Andrew Cagney <cagney@redhat.com>
8584
8585 * gdbint.texinfo (Target Architecture Definition): Rename
8586 "tm_print_insn" to "deprecated_tm_print_insn".
8587
8588 2003-04-09 Jim Blandy <jimb@redhat.com>
8589
8590 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
8591 list psymtabs'.
8592
8593 2003-04-08 Andrew Cagney <cagney@redhat.com>
8594
8595 * gdbint.texinfo (Target Architecture Definition): Delete
8596 references to EXTRA_FRAME_INFO.
8597
8598 2003-04-08 Andrew Cagney <cagney@redhat.com>
8599
8600 * gdbint.texinfo (Target Architecture Definition): Delete
8601 PRINT_TYPELESS_INTEGER.
8602
8603 2003-04-02 J. Brobecker <brobecker@gnat.com>
8604
8605 * observer.texi (GDB Observers): Adjust the documentation for the
8606 normal_stop notification to better describe reality. Fix a couple
8607 of minor typos.
8608
8609 2003-04-02 Bob Rossi <bob_rossi@cox.net>
8610
8611 * gdb.texinfo (GDB/MI Program Control): Add
8612 '-file-list-exec-source-file'
8613
8614 2003-03-31 Andrew Cagney <cagney@redhat.com>
8615
8616 * gdbint.texinfo (Target Architecture Definition): Delete
8617 references to CALL_DUMMY_P.
8618
8619 2003-03-30 Andrew Cagney <cagney@redhat.com>
8620
8621 * gdbint.texinfo (Target Architecture Definition): Remove
8622 reference to TARGET_WRITE_SP.
8623
8624 2003-03-27 Andrew Cagney <cagney@redhat.com>
8625
8626 * gdbint.texinfo (Target Architecture Definition): Remove
8627 references to write_sp.
8628
8629 2003-03-27 Andrew Cagney <cagney@redhat.com>
8630
8631 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
8632 chapter body. Use @smallexample instead of @example.
8633 (Annotations): Ditto.
8634 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
8635 annotate.texi.
8636
8637 2003-03-26 Andrew Cagney <cagney@redhat.com>
8638
8639 * gdbint.texinfo (Target Architecture Definition): Replace
8640 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
8641 dummy_addr parameters.
8642
8643 2003-03-25 Andrew Cagney <cagney@redhat.com>
8644
8645 * gdbint.texinfo (Target Architecture Definition): Delete
8646 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
8647 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8648 Add reference to PUSH_ARGUMENTS.
8649
8650 2003-03-23 Andrew Cagney <cagney@redhat.com>
8651
8652 * gdbint.texinfo (Algorithms, Target Architecture Definition):
8653 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
8654
8655 2003-03-18 J. Brobecker <brobecker@gnat.com>
8656
8657 * gdbint.texinfo (Algorithms): Add new section describing the
8658 Observer paradigm.
8659 (Top): Add menu entry to new observer appendix.
8660 * observer.texi: New file.
8661 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
8662 new observer.texi file.
8663
8664 2003-03-17 Andrew Cagney <cagney@redhat.com>
8665
8666 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
8667 that GNU Press update the manual version number.
8668
8669 2003-03-12 Andrew Cagney <cagney@redhat.com>
8670
8671 * gdbint.texinfo (Target Architecture Definition): Delete
8672 references to get_saved_register. Rename GET_SAVED_REGISTER to
8673 DEPRECATED_GET_SAVED_REGISTER.
8674
8675 2003-03-13 Andrew Cagney <cagney@redhat.com>
8676
8677 * gdbint.texinfo (Target Architecture Definition): Replace
8678 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
8679
8680 2003-03-12 Andrew Cagney <cagney@redhat.com>
8681
8682 * gdbint.texinfo (Target Architecture Definition): Rename
8683 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
8684
8685 2003-03-10 Corinna Vinschen <vinschen@redhat.com>
8686
8687 * gdb.texinfo: Add File-I/O documentation.
8688
8689 2003-03-10 Andrew Cagney <cagney@redhat.com>
8690
8691 * gdbint.texinfo (Target Architecture Definition): Cross reference
8692 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
8693
8694 2003-03-07 Andrew Cagney <cagney@redhat.com>
8695
8696 * gdb.texinfo (Debugging Output): Mention the "set/show debug
8697 frame" command.
8698
8699 2003-03-05 Andrew Cagney <cagney@redhat.com>
8700
8701 * gdbint.texinfo (Target Architecture Definition): Document
8702 unwind_dummy_id. Cross reference unwind_dummy_id and
8703 SAVE_DUMMY_FRAME_TOS.
8704
8705 2003-03-05 James Ingham <jingham@apple.com>
8706 Daniel Jacobowitz <drow@mvista.com>
8707
8708 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
8709 and "show cp-abi".
8710
8711 2003-03-03 Andrew Cagney <cagney@redhat.com>
8712
8713 * gdbint.texinfo (Target Architecture Definition): Document
8714 register_type.
8715
8716 2003-03-03 Andrew Cagney <cagney@redhat.com>
8717
8718 * stabs.texinfo (Structures): Use @samp and separate @var's
8719 instead of a single @var containing a comma separated list.
8720 (Unions): Ditto.
8721
8722 2003-03-02 Daniel Jacobowitz <drow@mvista.com>
8723
8724 * Makefile.in (distclean): Remove config.log.
8725
8726 2003-03-01 Andrew Cagney <cagney@redhat.com>
8727
8728 * gdbint.texinfo (Target Architecture Definition): Rename
8729 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
8730
8731 2003-03-01 Andrew Cagney <cagney@redhat.com>
8732
8733 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
8734 DEPRECATED_INIT_EXTRA_FRAME_INFO.
8735
8736 2003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
8737
8738 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
8739 (Non-debug DLL symbols): New node, describing the minimal symbols
8740 loaded from DLLs without real debugging symbols.
8741
8742 2003-02-20 Andrew Cagney <ac131313@redhat.com>
8743
8744 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
8745 hardware-breakpoint-limit".
8746 (Set Watchpoints): Add cross reference to "set remote
8747 hardware-watchpoint-limit".
8748 (Remote configuration options): New section.
8749
8750 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8751
8752 * gdbint.texinfo (Target Architecture Definition): Delete
8753 descrption of IS_TRAPPED_INTERNALVAR.
8754
8755 From Keith Seitz <keiths@redhat.com>:
8756 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
8757 option "-i"/"--interpreter" to this chapter. Include index
8758 entries.
8759
8760 2003-02-04 David Carlton <carlton@math.stanford.edu>
8761
8762 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
8763 (Variables): Recommend stabs+ and DWARF 2.
8764 (C plus plus expressions): Correct info about
8765 compiler versions, debug formats.
8766 (Contributors): Change 'DWARF2' to 'DWARF 2'.
8767 PR symtab/874.
8768
8769 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8770
8771 * gdbint.texinfo (Target Architecture Definition): Delete
8772 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
8773 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
8774 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
8775 references to nindy and i960.
8776 * gdb.texinfo (i960): Delete all references to i960 and nindy.
8777
8778 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8779
8780 * gdbint.texinfo (Target Architecture Definition): Delete
8781 FLOAT_INFO.
8782
8783 2003-01-30 Andrew Cagney <ac131313@redhat.com>
8784
8785 * stabs.texinfo (Member Type Descriptor): Clarify description of
8786 `@'. Suggested by Ben Hutchings.
8787
8788 2003-01-29 Andrew Cagney <ac131313@redhat.com>
8789
8790 * gdb.texinfo (M68K): Delete reference to es1800.
8791
8792 2003-01-29 Andrew Cagney <ac131313@redhat.com>
8793
8794 * gdb.texinfo (Maintenance Commands): Document `maint print
8795 reggroups' and `maint print register-groups'.
8796 * gdbint.texinfo (Target Architecture Definition): Document
8797 register_reggroup_p.
8798
8799 2003-01-23 Jim Blandy <jimb@redhat.com>
8800
8801 * gdb.texinfo (Separate Debug Files): New section.
8802
8803 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
8804
8805 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
8806 and "maint show profile".
8807
8808 2003-01-16 Michael Chastain <mec@shout.net>
8809
8810 * gdb.texinfo (Installing GDB): Warn against
8811 ".../gdb-VERSION/gdb/configure".
8812 (Separate Objdir): Likewise.
8813
8814 2003-01-15 Andrew Cagney <ac131313@redhat.com>
8815
8816 * gdbint.texinfo (Target Architecture Definition): Delete
8817 definition of PRINT_REGISTER_HOOK.
8818
8819 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
8820
8821 (OpenRISC 1000): Fix formatting of command names.
8822
8823 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
8824
8825 * gdb.texinfo (Continuing and Stepping): Add new command
8826 'advance'. Clarify behavior of 'until'.
8827
8828 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
8829
8830 * gdb.texinfo (Files): Document solib-absolute-prefix and
8831 solib-search-path.
8832
8833 2003-01-09 Michael Chastain <mec@shout.net>
8834
8835 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
8836 (Create a Release): Add new instructions for new @file{src-release}.
8837 Document existing instructions for @file{Makefile.in} as
8838 being for @value{GDBN} 5.3.1 or earlier.
8839
8840 2003-01-09 Andrew Cagney <ac131313@redhat.com>
8841
8842 * gdbint.texinfo (Target Architecture Definition): Mention
8843 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
8844 allocate memory.
8845
8846 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8847
8848 * gdb.texinfo (Controlling GDB): Add @kindex for
8849 "show osabi".
8850 (Backtraces): Add @kindex's for backtrace-below-main.
8851
8852 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8853
8854 * gdb.texinfo (Controlling GDB): Document "set osabi".
8855
8856 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8857
8858 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
8859 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
8860
8861 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8862
8863 * gdb.texinfo (Controlling GDB): Add ABI section. Document
8864 "set coerce-float-to-double".
8865 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
8866
8867 2003-01-02 Andrew Cagney <ac131313@redhat.com>
8868
8869 * stabs.texinfo: Remove obsolete text.
8870 * gdbint.texinfo: Ditto.
8871 * gdb.texinfo: Ditto.
8872
8873 2002-12-22 Mark Kettenis <kettenis@gnu.org>
8874
8875 * gdbint.texinfo (Target Architecture Definition): Update
8876 description of gdbarch_register_osabi.
8877
8878 2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
8879
8880 * agentexpr.texi: Fix typos.
8881 * annotate.texi: Likewise.
8882 * fdl.texi: Likewise.
8883
8884 2002-12-10 Andrew Cagney <cagney@redhat.com>
8885
8886 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
8887 DEPRECATED_INIT_FRAME_PC.
8888
8889 2002-12-01 Andrew Cagney <ac131313@redhat.com>
8890
8891 * gdbint.texinfo (Target Architecture Definition): Delete
8892 PC_IN_CALL_DUMMY.
8893
8894 2002-11-28 Andrew Cagney <ac131313@redhat.com>
8895
8896 * gdbint.texinfo (Host Definition): Delete documentation on
8897 USE_GENERIC_DUMMY_FRAMES.
8898
8899 2002-11-26 Elena Zannoni <ezannoni@redhat.com>
8900
8901 Fix PR gdb/723 and PR gdb/245.
8902 * Makefile.in (install-info): Run the install-info command as part
8903 of the post install steps only.
8904 (uninstall-info): New target.
8905 (uninstall): New target.
8906
8907 2002-11-22 Elena Zannoni <ezannoni@redhat.com>
8908
8909 * Makefile.in (install): Make install do some real work.
8910
8911 2002-11-19 Andrew Cagney <ac131313@redhat.com>
8912
8913 Fix POSIX problem reported by Paul Eggert.
8914 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
8915 Fix PR gdb/527.
8916
8917 2002-10-26 Andrew Cagney <cagney@redhat.com>
8918
8919 * gdbint.texinfo (Target Architecture Definition): Delete
8920 definition of DO_REGISTERS_INFO.
8921
8922 2002-10-18 Kevin Buettner <kevinb@redhat.com>
8923
8924 * gdbint.texinfo (Address Classes): Fix problems with insertion
8925 of ``{'' and ``}'' in example.
8926
8927 2002-10-17 Kevin Buettner <kevinb@redhat.com>
8928
8929 * gdbint.texinfo (Address Classes): New section.
8930 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
8931 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
8932 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
8933 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
8934
8935 2002-10-11 Klee Dienes <kdienes@apple.com>
8936
8937 * gdb.texinfo (Registers): Mention vector registers as well as
8938 floating registers in the documentation for 'info registers' and
8939 'info all-registers'.
8940
8941 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
8942
8943 * gdbint.texinfo (CPLUS_MARKER): Remove item.
8944
8945 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
8946
8947 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
8948 interface definition.
8949
8950 2002-10-03 Marko Mlinar <markom@opencores.org>
8951
8952 * gdb.texinfo (Target Commands): Add or1k target specific
8953 commands.
8954 * gdb.texinfo (Contributors): Add myself to the contributors list.
8955
8956 2002-10-01 Andrew Cagney <ac131313@redhat.com>
8957
8958 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
8959 and "mi1" instead of "mi1" and "mi0".
8960
8961 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
8962
8963 * gdb.texinfo (Packets): Fix typos "alligned".
8964 Correct z3/Z3 description. Correct z4/Z4 title.
8965
8966 2002-09-27 Andrew Cagney <ac131313@redhat.com>
8967
8968 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
8969
8970 2002-09-25 Kevin Buettner <kevinb@redhat.com>
8971
8972 * gdb.texinfo: Use GNU/Linux instead of Linux.
8973
8974 2002-09-25 Andrew Cagney <ac131313@redhat.com>
8975
8976 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
8977
8978 2002-09-24 Andrew Cagney <ac131313@redhat.com>
8979
8980 * gdb.texinfo: Replace @example with @smallexample.
8981
8982 2002-09-20 Kevin Buettner <kevinb@redhat.com>
8983
8984 From Eli Zaretskii <eliz@gnu.org>:
8985 * gdb.texinfo (Character Sets): Use @smallexample instead of
8986 @example. Use GNU/Linux instead of Linux.
8987
8988 2002-09-20 Jim Blandy <jimb@redhat.com>
8989
8990 * gdb.texinfo: Add character set documentation.
8991
8992 2002-09-19 Andrew Cagney <ac131313@redhat.com>
8993
8994 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
8995 (Packets): Add cross reference from `b' packet to `z' packets.
8996
8997 2002-09-19 Andrew Cagney <ac131313@redhat.com>
8998
8999 * gdb.texinfo (Maintenance Commands): Document ``maint
9000 internal-error'' and ``maint internal-warning''.
9001
9002 * gdbint.texinfo (Target Architecture Definition): Revise
9003 description of STACK_ALIGN. Add description of FRAME_ALIGN.
9004
9005 2002-09-19 Joel Brobecker <brobecker@gnat.com>
9006
9007 * gdbint.texinfo (Target Conditionals): Document the new
9008 NAME_OF_MALLOC macro.
9009
9010 2002-09-05 Andrew Cagney <ac131313@redhat.com>
9011
9012 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
9013 engineer.
9014
9015 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9016
9017 * gdb.texinfo (TUI Overview): Document status line fields.
9018
9019 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9020
9021 * gdb.texinfo (TUI Commands): Document info win command.
9022
9023 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9024
9025 * gdb.texinfo (TUI Overview): Document breakpoint markers.
9026
9027 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9028
9029 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
9030 (TUI Keys): Likewise.
9031
9032 2002-08-25 Andrew Cagney <ac131313@redhat.com>
9033
9034 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
9035 for a packet receive.
9036
9037 2002-08-25 Andrew Cagney <ac131313@redhat.com>
9038
9039 * Makefile.in (clean): Move to end of file.
9040 (distclean, maintainer-clean, realclean): Ditto.
9041 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
9042 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
9043 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
9044 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
9045
9046 2002-08-24 Andrew Cagney <ac131313@redhat.com>
9047
9048 * Makefile.in (GDBINT_TEX_TMPS): Define.
9049 (gdbint.dvi, gdbint.pdf): Use
9050 (GDB_TEX_TMPS): Define.
9051 (gdb.dvi, gdb.pdf): Use.
9052 (STABS_TEX_TMPS): Define.
9053 (stabs.dvi, stabs.pdf): Use.
9054 (GDB_DOC_SOURCE_INCLUDES): New macros.
9055 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
9056 (GDBINT_DOC_FILES_INCLUDES): New macros.
9057 (GDBINT_DOC_BUILD_INCLUDES): New macros.
9058 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
9059 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
9060 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
9061 (links2roff): Replace SFILES_INCLUDED with
9062 GDB_DOC_SOURCE_INCLUDES.
9063 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
9064 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
9065 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
9066 dependencies.
9067 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
9068 dependencies.
9069 (gdbmi.texinfo): Delete rule.
9070 (inc-hist.texinfo): Delete rule.
9071 (rluser.texinfo): Delete rule.
9072
9073 2002-08-23 Andrew Cagney <cagney@redhat.com>
9074
9075 * gdbint.texinfo (Target Architecture Definition): Update
9076 STORE_RETURN_VALUE, mention regcache.
9077
9078 2002-08-21 Andrew Cagney <ac131313@redhat.com>
9079
9080 * gdbint.texinfo (Target Architecture Definition): Document
9081 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
9082
9083 2002-08-19 Andrew Cagney <ac131313@redhat.com>
9084
9085 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
9086 Fix minor typos. Add index entries.
9087
9088 2002-08-18 Andrew Cagney <ac131313@redhat.com>
9089
9090 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
9091
9092 2002-08-15 Andrew Cagney <ac131313@redhat.com>
9093
9094 * gdbint.texinfo (Target Architecture Definition): Document
9095 PRINT_VECTOR_INFO.
9096 * gdb.texinfo (Vector Unit): Document "info vectors" command.
9097
9098 2002-08-13 Andrew Cagney <ac131313@redhat.com>
9099
9100 * gdb.texinfo (Maintenance Commands): Document "maint print
9101 registers", "maint print raw-registers" and "maint print
9102 cooked-registers".
9103
9104 2002-08-08 Grace Sainsbury <graces@redhat.com>
9105
9106 From Mark Salter:
9107 * gdb.texinfo (Protocol): Document T packet extension to
9108 allow watchpoint address reporting.
9109
9110 2002-08-03 Andrew Cagney <ac131313@redhat.com>
9111
9112 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
9113
9114 2002-08-01 Andrew Cagney <cagney@redhat.com>
9115
9116 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
9117 to CHILL.
9118
9119 2002-08-01 Andrew Cagney <ac131313@redhat.com>
9120
9121 * gdbint.texinfo (Coding): Revise section "Include Files".
9122
9123 2002-07-24 Andrew Cagney <cagney@redhat.com>
9124
9125 * gdbint.texinfo: Obsolete references to m88k.
9126 * gdb.texinfo: Ditto.
9127
9128 2002-07-10 Joel Brobecker <brobecker@gnat.com>
9129
9130 * gdbint.texinfo (Create a release candiate): Add the location
9131 where the proper version of autoconf can be retrieved.
9132
9133 2002-07-09 Don Howard <dhoward@redhat.com>
9134
9135 * gdb.texinfo (Command Files): Further describe the behavior of
9136 sourced command files.
9137
9138 2002-06-27 Andrew Cagney <ac131313@redhat.com>
9139
9140 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
9141 (Coding): Clarify ISO C version that GDB assumes.
9142
9143 2002-06-26 Tom Tromey <tromey@redhat.com>
9144
9145 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
9146 add_setshow_cmd_full.
9147
9148 2002-06-25 Don Howard <dhoward@redhat.com>
9149
9150 * gdb.texinfo (Memory Region Attributes): Document new behavior
9151 for 'mem' command.
9152
9153 2002-06-11 Jim Blandy <jimb@redhat.com>
9154
9155 * gdb.texinfo (Symbols): Update documentation for `info source'
9156 command.
9157
9158 * gdb.texinfo (Macros): Call the command `info macro', not
9159 `show macro'.
9160
9161 2002-06-09 Andrew Cagney <ac131313@redhat.com>
9162
9163 * gdbint.texinfo (Coding): Add section ``Per-architecture module
9164 data''.
9165
9166 2002-06-09 Mark Kettenis <kettenis@gnu.org>
9167
9168 * gdbint.texinfo (Target Architecture Definition): Document
9169 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
9170
9171 2002-06-08 Andrew Cagney <ac131313@redhat.com>
9172
9173 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
9174 lists.
9175
9176 2002-06-08 Andrew Cagney <ac131313@redhat.com>
9177
9178 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
9179 Branch''.
9180
9181 2002-06-01 Andrew Cagney <ac131313@redhat.com>
9182
9183 * gdbint.texinfo (Target Architecture Definition): Add section
9184 ``Converting an existing Target Architecture to Multi-arch''.
9185
9186 2002-05-30 Andrew Cagney <ac131313@redhat.com>
9187
9188 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
9189 to ``Obsoleting code''. Revise.
9190
9191 2002-05-17 Jim Blandy <jimb@redhat.com>
9192
9193 * gdb.texinfo (C Preprocessor Macros): New chapter.
9194 Include it in the main menu.
9195 (Contributors): Credit Jim Blandy with macro support.
9196 (Compilation): Explain how to get macro information into the
9197 executable.
9198 (Expressions): Note that preprocessor macros are expanded.
9199
9200 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
9201
9202 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
9203 options for `target remote'.
9204
9205 2002-05-13 Andrew Cagney <ac131313@redhat.com>
9206
9207 * gdbint.texinfo (Target Architecture Definition): Delete
9208 documentation on NNPC_REGNUM.
9209
9210 2002-05-11 Andrew Cagney <ac131313@redhat.com>
9211
9212 * gdbint.texinfo (Target Architecture Definition): Document
9213 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
9214 (Target Architecture Definition): Revise section `Using Different
9215 Register and Memory Data Representations'. Add section `Raw and
9216 Virtual Register Representations'.
9217
9218 2002-05-11 Andrew Cagney <ac131313@redhat.com>
9219
9220 * gdbint.texinfo (Target Architecture Definition): Mention
9221 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
9222 (Target Architecture Definition): Mention same. Add references to
9223 web pages.
9224
9225 2002-05-08 Michael Snyder <msnyder@redhat.com>
9226
9227 * stabs.texinfo (Attributes): Document new "vector" attribute.
9228
9229 2002-05-04 Andrew Cagney <ac131313@redhat.com>
9230
9231 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
9232
9233 2002-05-04 Andrew Cagney <ac131313@redhat.com>
9234
9235 * gdb.texinfo: Delete obsolete references to a29k.
9236
9237 2002-04-24 Andrew Cagney <ac131313@redhat.com>
9238
9239 * gdbint.texinfo (Target Architecture Definition): Replace
9240 IN_SIGTRAMP with PC_IN_SIGTRAMP.
9241
9242 2002-04-24 David S. Miller <davem@redhat.com>
9243
9244 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
9245
9246 2002-04-21 David S. Miller <davem@redhat.com>
9247
9248 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
9249
9250 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9251
9252 * gdbint.texinfo (Target Architecture Definition): Delete
9253 definition of HAVE_REGISTER_WINDOWS.
9254
9255 2002-04-19 Eli Zaretskii <eliz@gnu.org>
9256
9257 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
9258 "Theodore A. Roth" <troth@verinet.com>.
9259
9260 2002-04-15 Don Howard <dhoward@redhat.com>
9261
9262 From Eli Zaretskii <eliz@gnu.org>
9263 * gdb.texinfo (show max-user-call-depth): Correct formatting.
9264 Provide a better explaination of this feature.
9265
9266 2002-04-14 Andrew Cagney <ac131313@redhat.com>
9267
9268 * gdbint.texinfo (Target Architecture Definition): Remove
9269 FRAME_CHAIN_COMBINE.
9270
9271 2002-04-12 Michael Chastain <mec@shout.net>
9272
9273 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
9274 REG_STACK_SEGMENT.
9275
9276 2002-04-09 Michael Chastain <mec@shout.net>
9277
9278 * gdbint.texinfo (Obsolete Conditionals): Remove references to
9279 PYRAMID_* macros.
9280
9281 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9282
9283 * gdb.texinfo (Bug Reporting): Document that the web is the
9284 prefered way of submitting bug reports.
9285 (Bug Reporting): Delete the s-mail address as the last resort.
9286
9287 2002-04-05 Andrew Cagney <ac131313@redhat.com>
9288
9289 * gdbint.texinfo (Target Architecture Definition): Delete
9290 references to TARGET_WRITE_FP and write_fp.
9291
9292 2002-03-27 Michael Snyder <msnyder@redhat.com>
9293
9294 * gdb.texinfo: Document new commands dump, append, and restore.
9295
9296 2002-03-27 Andrew Cagney <ac131313@redhat.com>
9297
9298 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
9299 Branch'.
9300
9301 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9302
9303 * gdb.texinfo: Change all examples to @smallexample.
9304 * gdbint.texinfo: Ditto.
9305
9306 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9307
9308 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
9309 Branches''.
9310
9311 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9312
9313 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
9314 Policy''.
9315
9316 2002-03-04 Fred Fish <fnf@redhat.com>
9317
9318 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
9319 expresson, suports, dependant, trhe, perhaphs, situtations,
9320 explictily, taged, oportunity, unfortunatly).
9321
9322 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9323
9324 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
9325 Remove reference to 3.12.
9326
9327 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9328
9329 * gdbint.texinfo: Include fdl.texi.
9330 (Top): Add GNU Free Documentation License.
9331 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
9332 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
9333 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
9334 (gdbint.info): Add srcdir to include path.
9335 * gdb.texinfo: Include gpl.texi.
9336 (Top): Add Copying.
9337 * gpl.texi: New file.
9338
9339 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9340
9341 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
9342
9343 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9344
9345 * gdb.texinfo: Document Cygwin native specific commands.
9346
9347 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
9348
9349 * gdb.texinfo: Document gdbserver ``--attach'' command.
9350
9351 2002-02-07 Michael Snyder <msnyder@redhat.com>
9352
9353 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
9354 to @code(_ovly_debug_event).
9355
9356 2002-02-07 Andrew Cagney <ac131313@redhat.com>
9357
9358 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
9359
9360 2002-02-06 Michael Snyder <msnyder@redhat.com>
9361
9362 * gdb.texinfo (overlays): Mention new magic symbol
9363 '_ovly_debug_event', which allows GDB to keep better track
9364 of overlays.
9365
9366 2002-02-03 Eli Zaretskii <eliz@gnu.org>
9367
9368 * gdb.texinfo (Memory Region Attributes): Fix the wording.
9369 Suggested by Dmitry Sivachenko.
9370
9371 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
9372
9373 2002-02-01 Michael Snyder <msnyder@redhat.com>
9374
9375 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
9376
9377 2002-01-30 Michael Snyder <msnyder@redhat.com>
9378
9379 * gdb.texinfo: (remote protocol): Gramatical fix-up.
9380 (set trust-readonly-sections): Document.
9381
9382 2002-01-29 Andrew Cagney <ac131313@redhat.com>
9383
9384 * gdbint.texinfo (Releasing GDB): Revise and update.
9385
9386 2002-01-28 Andrew Cagney <ac131313@redhat.com>
9387
9388 * gdbint.texinfo (Target Architecture Definition): Delete
9389 description of TARGET_BYTE_ORDER_DEFAULT.
9390
9391 2002-01-27 Eli Zaretskii <eliz@gnu.org>
9392
9393 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
9394 <mitya@cavia.pp.ru>.
9395
9396 2002-01-23 Andrew Cagney <ac131313@redhat.com>
9397
9398 * libgdb.texinfo: Delete file.
9399
9400 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9401
9402 * gdb.texinfo: Remove makeinfo 3.12 hacks.
9403 * gdbint.texinfo: Ditto.
9404
9405 Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
9406
9407 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
9408
9409 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9410
9411 * Makefile.in: Update copyright.
9412 (TEXI2DVI): Define.
9413 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
9414 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
9415 gdb-cfg.texi.
9416 (TEXINDEX, PDFTEX): Delete makefile variables.
9417
9418 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9419
9420 * gdb.texinfo (Protocol): Move section to appendix.
9421
9422 2002-01-21 Andrew Cagney <ac131313@redhat.com>
9423
9424 * gdb.texinfo (Remote Debugging): Create a menu.
9425 (Top): Add ``Remote Debugging'' to menu.
9426
9427 2002-01-21 Andrew Cagney <ac131313@redhat.com>
9428
9429 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
9430 serial protocol'' from here.
9431 (Remote Debugging): To here. New chapter.
9432
9433 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9434
9435 * gdbint.texinfo (Target Architecture Definition): Delete
9436 description of TARGET_BYTE_ORDER_SELECTABLE_P.
9437
9438 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9439
9440 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
9441 are no longer needed.
9442 (Porting GDB): Add maintainer note about configure.host.
9443
9444 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9445
9446 * gdbint.texinfo (Target Architecture Definition): Remove
9447 definition of IEEE_FLOAT.
9448
9449 2002-01-20 Eli Zaretskii <eliz@gnu.org>
9450
9451 * gdb.texinfo: Beautify copyright years; fix a typo.
9452 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
9453 <3diff@gnu.org>
9454
9455 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9456
9457 * gdbint.texinfo (Host Definition): Remove references to
9458 MALLOC_INCOMPATIBLE.
9459
9460 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9461
9462 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
9463 and xyz-xdep.o.
9464
9465 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9466
9467 * gdb.texinfo (Maintenance Commands): Add appendix.
9468 (Set Breaks): Copy ``maint info breakpoint'' doco to
9469 ``Maintenance Commands'' appendix. Add reference.
9470
9471 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9472
9473 * fdl.texi: Remove next/prev from @node.
9474
9475 2002-01-17 Eli Zaretskii <eliz@gnu.org>
9476
9477 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
9478 for monstrous @multitable (from Brian Youmans).
9479
9480 * fdl.texi: New file.
9481
9482 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
9483
9484 2002-01-15 Andrew Cagney <ac131313@redhat.com>
9485
9486 * gdbint.texinfo (Releasing GDB): New chapter.
9487
9488 2002-01-14 Andrew Cagney <ac131313@redhat.com>
9489
9490 * gdb.texinfo (Embedded Processors, Calling program functions):
9491 Obsolete references to a29k.
9492
9493 2002-01-13 Andrew Cagney <ac131313@redhat.com>
9494
9495 * gdbint.texinfo (Coding): Review Cleanups section. Examples
9496 examples. Document that a code-block should do or discard its
9497 cleanups before exit.
9498
9499 2002-01-11 Michael Snyder <msnyder@redhat.com>
9500
9501 * gdb.texinfo (Choosing files): Change @samp to @file.
9502
9503 2002-01-05 Michael Snyder <msnyder@redhat.com>
9504
9505 * gdb.texinfo (--pid): Document new command line option (attach).
9506
9507 2002-01-07 Eli Zaretskii <eliz@gnu.org>
9508
9509 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
9510 in the stub.
9511
9512 2002-01-04 Andrew Cagney <ac131313@redhat.com>
9513
9514 * gdbint.texinfo (Target Architecture Definition): Replace
9515 BIG_ENDIAN with BFD_ENDIAN_BIG.
9516
9517 2002-01-03 Andrew Cagney <ac131313@redhat.com>
9518
9519 * gdbint.texinfo (Target Architecture Definition): Replace
9520 value_ptr with struct value pointer.
9521
9522 2002-01-02 Eli Zaretskii <eliz@gnu.org>
9523
9524 * gdb.texinfo (Free Software): Fix wording.
9525
9526 2001-12-31 Eli Zaretskii <eliz@gnu.org>
9527
9528 * gdb.texinfo (Free Software): New section ``Free Software Needs
9529 Free Documentation''.
9530
9531 2001-12-30 Eli Zaretskii <eliz@gnu.org>
9532
9533 * stabs.texinfo:
9534 * gdb.texinfo:
9535 * gdbint.texinfo:
9536 * libgdb.texinfo:
9537 * annotate.texi: Fix the application of GFDL in the Copyright notice.
9538
9539 2001-12-29 Michael Snyder <msnyder@redhat.com>
9540
9541 * gdb.texinfo (maint info sections): Fix typo.
9542
9543 2001-12-26 Michael Snyder <msnyder@redhat.com>
9544
9545 * gdb.texinfo (maint info sections): Document.
9546
9547 * gdb.texinfo (info proc): Comment out documentation for
9548 'info proc' sub-options that are currently not implemented.
9549
9550 2001-12-20 Jim Blandy <jimb@redhat.com>
9551
9552 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
9553
9554 2001-12-15 Andrew Cagney <ac131313@redhat.com>
9555
9556 * gdbint.texinfo (Target Architecture Definition): Replace
9557 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
9558
9559 2001-12-01 Andrew Cagney <ac131313@redhat.com>
9560
9561 * gdbint.texinfo (Host Definition): Delete documentation on
9562 HOST_BYTE_ORDER.
9563
9564 2001-11-30 Jim Blandy <jimb@redhat.com>
9565
9566 * gdb.texinfo (Overlays): New chapter, documenting GDB's
9567 overlay support. Add to top-level menu.
9568
9569 2001-11-26 Tom Tromey <tromey@redhat.com>
9570
9571 * gdb.texinfo (Command Syntax): Document C-o binding.
9572
9573 2001-07-26 Christopher Faylor <cgf@redhat.com>
9574
9575 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
9576 use since it is described in the referenced section.
9577
9578 From Eli Zaretskii <eliz@gnu.org>
9579 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
9580 clearer when using DJGPP.
9581
9582 2001-11-24 Christopher Faylor <cgf@redhat.com>
9583
9584 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
9585 specifically refer to MS-DOS.
9586 (command files): Mention gdb.ini is only used on MS-DOS.
9587
9588 2001-11-21 Tom Tromey <tromey@redhat.com>
9589
9590 * gdb.texinfo (Invoking GDB): Document --args.
9591 (Mode Options): Likewise.
9592
9593 2001-11-21 Jim Blandy <jimb@redhat.com>
9594
9595 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
9596 Delete documentation; this macro has been removed from the
9597 sources.
9598
9599 2001-11-13 Jim Blandy <jimb@redhat.com>
9600
9601 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
9602
9603 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
9604
9605 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
9606
9607 2001-11-05 Michael Snyder <msnyder@redhat.com>
9608
9609 * gdb.texinfo (info functions): Document use of backslash to
9610 quote regexp chars in function names such as "operator*()".
9611
9612 2001-11-01 Fred Fish <fnf@redhat.com>
9613
9614 * gdbint.texinfo (SOLIB_ADD): Document additional new
9615 "readsyms" arg.
9616
9617 2001-10-30 Don Howard <dhoward@redhat.com>
9618
9619 * gdb.texinfo: (Command Files) Added documentation for the
9620 behavior of gdb with input redirected from a file.
9621
9622 2001-10-28 Fred Fish <fnf@redhat.com>
9623
9624 * gdb.texinfo (auto-solib-add): Change docs to match
9625 implementation change.
9626 (auto-solib-limit): Add docs for new variable.
9627
9628 2001-10-15 Andrew Cagney <ac131313@redhat.com>
9629
9630 * gdbint.texinfo (Target Architecture Definition): Function
9631 value_as_pointer renamed to value_as_address.
9632
9633 2001-10-15 Andrew Cagney <ac131313@redhat.com>
9634
9635 * gdbint.texinfo (Target Architecture Definition): Default
9636 POINTER_TO_ADDRESS functions assume unsigned addresses.
9637 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
9638 posting by Jim Blandy.
9639
9640 2001-10-12 Jim Blandy <jimb@redhat.com>
9641
9642 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
9643 version of texi2html (1.64) doesn't support this flag any more.
9644
9645 2001-09-08 Mark Kettenis <kettenis@gnu.org>
9646
9647 * gdbint.texinfo (Host Definition): Remove description of
9648 MEM_FNS_DECLARED.
9649
9650 * gdbint.texinfo (Host Definition): Remove description of R_OK.
9651
9652 * gdbint.texinfo (Host Definition): Remove description of
9653 HAVE_SIGSETMASK.
9654
9655 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
9656
9657 * gdbint.texinfo (Target Architecture Definition): Add
9658 explanation of TARGET_PRINT_INSN macro.
9659
9660 2001-08-30 Jim Blandy <jimb@redhat.com>
9661
9662 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
9663 Explain what it means to load relocatable files.
9664
9665 2001-08-28 Jim Blandy <jimb@redhat.com>
9666
9667 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
9668 info `top' menu.
9669
9670 Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
9671
9672 * gdbint.texinfo: Add a cautionary note about macro use.
9673
9674 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
9675
9676 * gdb.texinfo: Explain omitting the hostname in the
9677 `target remote' command.
9678
9679 2001-07-30 Daniel Jacobowitz <drow@mvista.com>
9680
9681 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
9682 and END-INFO-DIR-ENTRY.
9683
9684 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9685
9686 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
9687
9688 2001-07-25 Andrew Cagney <ac131313@redhat.com>
9689
9690 * gdbint.texinfo (libgdb): Rewrite.
9691
9692 2001-07-26 Eli Zaretskii <eliz@gnu.org>
9693
9694 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
9695
9696 2001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9697
9698 * gdb.texinfo (TUI): New chapter, document the TUI.
9699 (Mode Options): Document the -tui option.
9700
9701 2001-07-23 Mark Kettenis <kettenis@gnu.org>
9702
9703 * gdbint.texinfo (Host Definition): Remove description of
9704 NEED_POSIX_SETPGID.
9705
9706 2001-07-23 Eli Zaretskii <eliz@gnu.org>
9707
9708 * gdb.tex (DJGPP Native): New node, with descriptions of
9709 DJGPP-specific commands.
9710
9711 2001-07-19 John R. Moore <jmoore@redhat.com>
9712
9713 * gdbint.texinfo: Three misspellings.
9714
9715 2001-07-06 Andrew Cagney <ac131313@redhat.com>
9716
9717 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
9718 `test` expressions on bash. Problem reported by Colin Walters.
9719
9720 2001-07-04 Andrew Cagney <ac131313@redhat.com>
9721
9722 * gdbint.texinfo (User Interface): Update ui-out documentation to
9723 refelect recent UI/MI updates.
9724
9725 2001-07-04 Andrew Cagney <ac131313@redhat.com>
9726
9727 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
9728 interpreters.
9729
9730 2001-06-15 Andrew Cagney <ac131313@redhat.com>
9731
9732 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
9733 structure and not macros.
9734 (Host Definition): Document that much of this chapter is obsolete.
9735 (Target Architecture Definition): Update list of files that make
9736 up a target architecture.
9737 (Coding): Update.
9738
9739 2001-06-28 Andrew Cagney <ac131313@redhat.com>
9740
9741 * gdbint.texinfo (Target Architecture Definition): Update
9742 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
9743 The latter has been changed to a true predicate.
9744
9745 2001-06-17 Eli Zaretskii <eliz@gnu.org>
9746
9747 * annotate.texi: Add @noindent where needed. From Dmitry
9748 Sivachenko <dima@Chg.RU>.
9749 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
9750
9751 2001-06-16 Andrew Cagney <ac131313@redhat.com>
9752
9753 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
9754
9755 2001-06-14 Andrew Cagney <ac131313@redhat.com>
9756
9757 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
9758 returns ``OK''. Document that the ``R'' packet does not reply.
9759
9760 2001-06-13 Michael Snyder <msnyder@redhat.com>
9761
9762 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
9763
9764 2001-06-13 Eli Zaretskii <eliz@gnu.org>
9765
9766 * gdb.texinfo (Signals): Clarify the default setting of signal
9767 handling.
9768
9769 2001-05-14 Andrew Cagney <ac131313@redhat.com>
9770
9771 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
9772 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
9773
9774 2001-05-12 Andrew Cagney <ac131313@redhat.com>
9775
9776 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
9777
9778 2001-05-10 Eli Zaretskii <eliz@gnu.org>
9779
9780 * gdbint.texinfo (Clean Design and Portable Implementation):
9781 Renamed from "Clean Design".
9782 (Clean Design and Portable Implementation): Document portable
9783 methods of handling file names, and the associated macros.
9784
9785 2001-04-02 Eli Zaretskii <eliz@gnu.org>
9786
9787 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
9788 command and provide a cross-reference to its description.
9789 (Symbols): Note that "info scope" is useful for trace experiments.
9790
9791 2001-04-01 Eli Zaretskii <eliz@gnu.org>
9792
9793 * gdb.texinfo (Symbols): Document "info scope".
9794 (Tracepoints): New chapter.
9795 (Contributors): Update for v5.1.
9796 <All nodes>: Change "C++" to "C@t{++}".
9797
9798 * gdbint.texinfo (User Interface): A new section about ui_out
9799 functions, based on text written by Fernando Nasser.
9800
9801 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
9802
9803 2001-03-26 Eli Zaretskii <eliz@gnu.org>
9804
9805 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
9806
9807 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
9808
9809 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
9810 Replace "GDB" with "@value{GDBN}". Fix markup.
9811
9812 * annotate.texi: Change Permissions to GFDL. Update Copyright.
9813
9814 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
9815 a cross-reference to its description.
9816 (Symbols): Document "info symbol".
9817
9818 2001-03-21 Eli Zaretskii <eliz@gnu.org>
9819
9820 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
9821 subsection "x86 Watchpoints".
9822 (Target Architecture Definition): Document the macros
9823 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
9824 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
9825
9826 2001-03-20 Andrew Cagney <ac131313@redhat.com>
9827
9828 * gdbint.texinfo (Target Architecture Definition): Update
9829 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
9830 list.
9831
9832 2001-03-06 Kevin Buettner <kevinb@redhat.com>
9833
9834 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
9835 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
9836
9837 2001-02-21 Eli Zaretskii <eliz@gnu.org>
9838
9839 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
9840
9841 2001-02-11 Eli Zaretskii <eliz@gnu.org>
9842
9843 * gdb.texinfo (Environment): Document that `path' does not change
9844 the value of PATH in GDB's own environment (it did in the past,
9845 but that was changed on March 15, 1994). Reported by Doug Evans
9846 <dje@transmeta.com>.
9847
9848 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
9849 its line. Fix markup of commands and macros. Add an Index node
9850 and index entries.
9851
9852 2001-01-23 J.T. Conklin <jtc@redback.com>
9853
9854 * gdb.texinfo (Memory region attributes): New manual section.
9855
9856 2001-01-04 Nicholas Duffek <nsd@redhat.com>
9857
9858 * gdbint.texinfo (POP_FRAME): Document use by return_command.
9859
9860 2000-12-25 Eli Zaretskii <eliz@gnu.org>
9861
9862 * refcard.tex: Version and copyright fixed. From Phil Edwards
9863 <pedwards@disaster.jaj.com>.
9864
9865 Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
9866
9867 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
9868 DWARF2_REG_TO_REGNUM): Document.
9869
9870 Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
9871
9872 * gdbint.texinfo (Coding): Update current value of
9873 --enable-build-warnings. Mention --enable-gdb-build-warnings.
9874
9875 2000-11-19 Eli Zaretskii <eliz@gnu.org>
9876
9877 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
9878 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
9879
9880 2000-11-10 Christopher Faylor <cgf@cygnus.com>
9881
9882 * gdb.texinfo: Document new 'set step-mode' command.
9883
9884 2000-10-16 Eli Zaretskii <eliz@gnu.org>
9885
9886 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
9887 changes from Dmitry Sivachenko <dima@Chg.RU>.
9888
9889 2000-09-26 Eli Zaretskii <eliz@gnu.org>
9890
9891 * gdb.texinfo (Hooks): Document the new post-hook functionality.
9892 From Steven Johnson <sbjohnson@ozemail.com.au>.
9893
9894 2000-08-10 Mark Kettenis <kettenis@gnu.org>
9895
9896 * gdbint.texinfo (Overall Structure): Spelling fix.
9897
9898 2000-08-10 Eli Zaretskii <eliz@gnu.org>
9899
9900 * gdbint.texinfo (Target Architecture Definition): Document that
9901 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
9902 for which REGISTER_CONVERTIBLE returns a zero value.
9903
9904 2000-07-08 Christopher Faylor <cgf@cygnus.com>
9905
9906 * Makefile.in (install-info): Find files to install in either the
9907 build or source directories (adapted from Makefile.am).
9908
9909 2000-07-07 Nicholas Duffek <nsd@redhat.com>
9910
9911 * stabs.texinfo: Fix spelling errors.
9912 (String Field): FILE-NUMBER starts from 0, not 1.
9913
9914 2000-07-05 Eli Zaretskii <eliz@gnu.org>
9915
9916 * refcard.tex: Remove \centerline from the blurb. Patch from
9917 Brian Youmans.
9918
9919 2000-06-25 Eli Zaretskii <eliz@gnu.org>
9920
9921 * Makefile.in (install-info): Support installation from outside of
9922 the source directory. Reported by Mark Harig
9923 <markh@frazier.landmark.com>.
9924
9925 2000-06-20 J.T. Conklin <jtc@redback.com>
9926
9927 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
9928
9929 Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
9930
9931 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
9932 Generate using pdftex.
9933 (PDFTEX): Define.
9934 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
9935 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
9936 @contents at the start.
9937
9938 2000-05-24 Eli Zaretskii <eliz@gnu.org>
9939
9940 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
9941 Youmans.
9942
9943 Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
9944
9945 From Brian Youmans:
9946 * gdb.texinfo: Fix ``et al.''.
9947
9948 Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
9949
9950 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
9951 loop.
9952
9953 2000-05-19 Jimmy Guo <guo@cup.hp.com>
9954
9955 * configure: Regenerate.
9956
9957 2000-05-17 Eli Zaretskii <eliz@gnu.org>
9958
9959 * Makefile.in (install-info): Run install-info on installed Info
9960 files.
9961
9962 Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
9963
9964 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
9965 Andrew Cagney.
9966
9967 2000-05-09 Eli Zaretskii <eliz@gnu.org>
9968
9969 * gdb.texinfo: Proofreading changes from Brian Youmans.
9970
9971 2000-05-01 Nick Duffek <nsd@cygnus.com>
9972
9973 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
9974 startup sequence, minor edits.
9975
9976 2000-05-01 Eli Zaretskii <eliz@gnu.org>
9977
9978 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
9979 TeX.
9980
9981 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
9982 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
9983 like `n' and `s' which look weird. Convert some of the @kindex to
9984 @vindex, when they refer to variables, not commands.
9985
9986 Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
9987
9988 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
9989
9990 2000-04-23 Eli Zaretskii <eliz@gnu.org>
9991
9992 * Makefile.in (GDBMI_DIR): New variable.
9993 (SET_TEXINPUTS): Add $(GDBMI_DIR).
9994 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
9995 (gdbmi.texinfo): New target, for texi2roff.
9996 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
9997 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
9998
9999 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
10000 gdbmi.texinfo.
10001 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
10002 comment.
10003
10004 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10005
10006 * gdb.texinfo (Files): Update description of add-symbol-file
10007 command.
10008
10009 2000-04-17 Eli Zaretskii <eliz@gnu.org>
10010
10011 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
10012 prevents the build (and is generally a Bad Idea).
10013
10014 2000-04-17 Eli Zaretskii <eliz@gnu.org>
10015
10016 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
10017 a comma inside @var.
10018 (Command Files): Index markup changes from Dmitry Sivachenko
10019 <dima@Chg.RU>.
10020
10021 2000-04-16 Eli Zaretskii <eliz@gnu.org>
10022
10023 * Makefile.in (LN_S): Define.
10024 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
10025 invoke "ln -s" unless it is known to work.
10026
10027 * configure.in (AC_PROG_LN_S): Add.
10028
10029 2000-04-14 Jim Blandy <jimb@redhat.com>
10030
10031 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
10032 section.
10033 (Target Conditionals): Document ADDRESS_TO_POINTER,
10034 POINTER_TO_ADDRESS.
10035
10036 2000-04-11 Daniel Berlin <dan@cgsoftware.com>
10037
10038 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
10039 gdb-cfg.texi to get the value.
10040
10041 2000-04-10 Jim Blandy <jimb@redhat.com>
10042
10043 * gdbint.texinfo (Target Architecture Definition): Fix
10044 cross-references.
10045
10046 2000-04-08 Jim Blandy <jimb@redhat.com>
10047
10048 * gdbint.texinfo (Using Different Register and Memory Data
10049 Representations): New section.
10050 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
10051 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
10052 REGISTER_CONVERT_TO_RAW): Document.
10053
10054 Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
10055
10056 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
10057 for acknowledgments.
10058
10059 Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
10060
10061 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
10062 qThreadExtraInfo.
10063
10064 2000-03-28 J.T. Conklin <jtc@redback.com>
10065
10066 * gdb.texinfo: Clarify which remote debug protocol commands are
10067 required and which are optional.
10068
10069 Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
10070
10071 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
10072 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
10073 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
10074 * annotate.texi: Update.
10075
10076 2000-03-28 Stan Shebs <shebs@apple.com>
10077
10078 * gdb.texinfo: Update dates, bump to Eighth Edition (note
10079 expectation of additional changes before release), update
10080 ISBN, add copy of top-level menu for @ifhtml, remove explicit
10081 node links, rephrase and/or shorten lines to fix formatting
10082 problem in both regular and @smallbook formats.
10083 * annotate.texi: Shorten lines in example, use smallexample
10084 consistently everywhere.
10085 * Makefile.in: Add comment about texinfo 4.0 html generation.
10086 (SFILES_INCLUDED): Add annotate.texi.
10087
10088 2000-03-27 Daniel Berlin <dan@cgsoftware.com>
10089
10090 * gdb.texinfo (Debugging Output): Added new section, documenting
10091 the "set/show debug" commands.
10092
10093 Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
10094
10095 * annotate.texi (Annotations): When GDBN omit @chapter and @node
10096 entry.
10097
10098 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
10099 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
10100 @chapter and @node entries.
10101
10102 * gdb.texinfo: Link all top-level nodes.
10103
10104 Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
10105
10106 * Makefile.in (install-info): Create $(infodir) before installing
10107 files.
10108
10109 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
10110
10111 From David Whedon <dwhedon@gordian.com>
10112 * gdbint.texinfo : Added paragraphs about command deprecation.
10113
10114 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
10115
10116 * gdb.texinfo: Add documentation for the apropos command.
10117
10118 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10119
10120 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
10121
10122 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10123
10124 * gdb.texinfo: Add white space to prevent overprinting in
10125 two places.
10126
10127 2000-03-17 Stan Shebs <shebs@apple.com>
10128
10129 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
10130 <dima@Chg.RU>, also clarification of allowed content for
10131 string constants.
10132
10133 2000-03-16 Eli Zaretskii <eliz@gnu.org>
10134
10135 * gdb.texinfo (main menu): Add Annotations.
10136 (File Options): Add @cindex entries for each command-line option.
10137 Document --epoch, --annotate, --async, --interpreter, --write,
10138 --statistics, and --version.
10139
10140 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
10141 of GDB.
10142
10143 2000-02-23 Jim Blandy <jimb@redhat.com>
10144
10145 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
10146
10147 2000-02-22 Jim Blandy <jimb@redhat.com>
10148
10149 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
10150
10151 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
10152
10153 * Makefile.in (diststuff): New target.
10154
10155 2000-02-15 Kevin Buettner <kevinb@redhat.com>
10156
10157 * agentexpr.texi: Fix wording regarding Intel's IA-64
10158 architecture. [From Jim Wilson.]
10159
10160 2000-01-16 Tom Tromey <tromey@cygnus.com>
10161
10162 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
10163 (Delete Breaks): Mention range arguments.
10164 (Disabling): Likewise.
10165
10166 2000-01-05 Dmitry Sivachenko <dima@Chg.RU>
10167
10168 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
10169
10170 Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
10171
10172 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
10173 valid functions.
10174
10175 1999-11-05 Stan Shebs <shebs@andros.cygnus.com>
10176
10177 * gdb.texinfo: Clarify regular expressions used in rbreak.
10178
10179 1999-10-15 Kevin Buettner <kevinb@cygnus.com>
10180
10181 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
10182 MEMORY_REMOVE_BREAKPOINT): Document.
10183
10184 Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
10185
10186 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
10187 offset re-using the DATA offset instead.
10188
10189 1999-10-11 Jim Kingdon <kingdon@redhat.com>
10190
10191 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
10192
10193 1999-10-05 Stan Shebs <shebs@andros.cygnus.com>
10194
10195 From Dmitry Sivachenko <demon@gpad.ac.ru>:
10196 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
10197 typos.
10198
10199 * gdb.texinfo: Various minor wording and formatting improvements,
10200 mentions of additional command-line options.
10201
10202 1999-09-30 Fred Fish <fnf@cygnus.com>
10203
10204 * gdb.texinfo: Document additional forms of specifying section
10205 names and addresses for the add-symbol-file command.
10206
10207 1999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
10208
10209 * gdbint.texinfo: Fix typo, add the word "have".
10210
10211 1999-09-14 Jim Blandy <jimb@cris.red-bean.com>
10212
10213 * gdbint.texinfo (Target Architecture Definition): Document the
10214 SKIP_PERMANENT_BREAKPOINT macro.
10215
10216 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
10217
10218 * gdb.texinfo: Fiks speling errers.
10219
10220 * gdb.texinfo: Fix uses of @multitable.
10221
10222 From Eli Zaretskii <eliz@gnu.org>:
10223 * gdb.texinfo: Include details specific to DOS host, clarify
10224 some confusing language, fix @ref/@xref/@pxref usages, add
10225 comments about using with optimization, add more indexing,
10226 fix info about disassembly-flavor.
10227
10228 Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
10229
10230 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
10231 SKIP_SOLIB_RESOLVER): Define.
10232
10233 Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
10234
10235 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
10236 ``g'' packets.
10237
10238 1999-08-30 Stan Shebs <shebs@andros.cygnus.com>
10239
10240 * gdb.texinfo: Create a new "Configurations" chapter with
10241 platform-specific info, inline remote.texi and move sections of it
10242 into the new chapter, move bits about info proc, heuristic search,
10243 and register stack into the new chapter.
10244 * remote.texi: Remove, now part of gdb.texinfo.
10245 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
10246
10247 1999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
10248
10249 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
10250 GDB_TARGET_IS_MACH386): These kludges have gone away.
10251
10252 Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
10253
10254 * gdbint.texinfo (Target Architecture Definition): Mention
10255 TDEPLIBS.
10256
10257 1999-08-20 Stan Shebs <shebs@andros.cygnus.com>
10258
10259 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
10260 surrounding text to fit HP-UX bits into general info.
10261 (HPPA-cfg.texi): Remove, no longer useful.
10262
10263 * gdb.texinfo: Remove explicit links from @node lines, remove
10264 HP-added "Detailed Node Listing" from main menu which confuses
10265 things.
10266
10267 From Dmitry Sivachenko <dima@Chg.RU>:
10268 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
10269 in description of `set environment'.
10270
10271 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
10272
10273 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
10274
10275 1999-08-12 Ben Elliston <bje@cygnus.com>
10276
10277 * gdbint.texinfo (Breakpoint Handling): Add missing words.
10278
10279 1999-08-10 Eli Zaretskii <eliz@gnu.org>
10280
10281 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
10282 watch, awatch, and rwatch. Explain why the latter two cannot be
10283 set as software watchpoints. Document that watchpoints for local
10284 variables are deleted when the debuggee terminates.
10285
10286 Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
10287
10288 * remote.texi (Protocol): Further clarification of the "qRcmd"
10289 packet. Allow E.. response packet. "qRcmd" packet is no longer
10290 reserved.
10291
10292 1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10293
10294 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
10295 * gdb.texinfo: Ditto.
10296
10297 1999-08-06 Tom Tromey <tromey@cygnus.com>
10298
10299 * gdb.texinfo (KOD): New node.
10300
10301 Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
10302
10303 * remote.texi (Rcmd): Fix minor formatting typos.
10304
10305 Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
10306
10307 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
10308 packets.
10309
10310 1999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
10311
10312 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
10313 fixes.
10314
10315 Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
10316
10317 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
10318
10319 Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
10320
10321 * remote.texi (Communication Protocol): ``v'' is in use. Fix
10322 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
10323 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
10324 packets that are not supported on all hosts. Expand examples.
10325 Spell check.
10326
10327 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
10328
10329 * Makefile.in: Recognize html, install-html. Add targets
10330 to build HTML versions of documentation via texi2html.
10331
10332 Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
10333
10334 * gdbint.texinfo (Testsuite): New chapter, information about the
10335 testsuite.
10336
10337 Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
10338
10339 * remote.texi (Communication Protocol): Rewrite.
10340
10341 Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
10342
10343 * stabs.texinfo: Fix uses of xref.
10344
10345 Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
10346
10347 * gdbint.texinfo: Add an anti-printf exhortation, and update the
10348 info about patch submission.
10349
10350 Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
10351
10352 From Per Bothner <bothner@cygnus.com>:
10353 * gdb.texinfo: Document Chill support.
10354
10355 Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
10356
10357 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
10358 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
10359 Document that the value should be greater-than or equal-to zero.
10360 (NO_STD_REGS): Document. Deprecate.
10361
10362 Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10363
10364 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
10365 Document that these are not used.
10366
10367 Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10368
10369 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
10370
10371 Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
10372
10373 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
10374 numargs was dropped.
10375
10376 Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
10377
10378 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
10379
10380 Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
10381
10382 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
10383 Update.
10384
10385 Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
10386
10387 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
10388 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
10389
10390 Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
10391
10392 * gdbint.texinfo: Fix typos: $ -> @.
10393
10394 Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
10395
10396 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
10397 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
10398 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
10399 BREAKPOINT_FROM_PC.
10400
10401 Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
10402
10403 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
10404 CALL_DUMMY_STACK_ADJUST): Document.
10405
10406 Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10407
10408 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
10409 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
10410
10411 1999-04-02 Stan Shebs <shebs@andros.cygnus.com>
10412
10413 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
10414 longer exists.
10415
10416 Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
10417
10418 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
10419 nearly all @ifset/@ifclear conditionals; nobody uses them, and
10420 they make the manual source incomprehensible.
10421 * h8-cfg.texi: Remove, hasn't been used in years.
10422
10423 Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
10424
10425 * gdb.texinfo: Update the credits.
10426
10427 Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
10428
10429 * gdb.texinfo: Fix mistakes noticed in printout of last
10430 draft, add Alpha to discussion of heuristic fence post.
10431
10432 Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
10433
10434 * gdb.texinfo, remote.texi: Many changes; update to Seventh
10435 Edition, merge some HP changes into mainline, describe some
10436 previously undocumented features, describe more of the target
10437 commands available, eliminate obsolete section on renamed
10438 commands.
10439 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
10440
10441 Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
10442
10443 * gdb.texinfo: Make many HPPA conditionals unconditional,
10444 including catchpoint description, since now on for all configs.
10445 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
10446 specializations.
10447
10448 Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
10449
10450 * Makefile.in (GDBvn.texi): Fix match expression to work with
10451 current format of VERSION in gdb/Makefile.in.
10452 * gdb.texinfo: Fix node ref to match new readline.
10453
10454 Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
10455
10456 * gdb.texinfo: Changes made as part of a project to merge in
10457 changes made by HP. Documentation makes extensive use of
10458 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
10459 on remote debugging. There are differences in documentation
10460 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
10461 the HP manual discusses catchpoints, hardware watchpoints, and
10462 some HPUX specific limitations for shared library support.
10463
10464 There are also a number of @node changes.
10465
10466 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
10467
10468 * gdbint.texinfo (Formatting): Disambiguate a sentence.
10469 (C Usage): Same.
10470
10471 Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
10472
10473 The following changes were made by Edith Epstein
10474 <eepstein@cygnus.com> as part of a project to merge in changes
10475 made by HP.
10476
10477 * HPPA-cfg.texi: new file.
10478
10479 * all-cfg.texi: set HPPA for HP PA-RISC targets.
10480
10481 * refcard.tex: change documentation about catch.
10482 removed info catch.
10483
10484 Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
10485
10486 * gdbint.texinfo: Expand on GDB's coding standards,
10487 specify the use of arg names with prototypes.
10488
10489 1998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
10490
10491 * gdb.texinfo: Fix tipo.
10492
10493 Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
10494
10495 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
10496 TARGET_BYTE_ORDER_SELECTABLE_P.
10497
10498 Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
10499
10500 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
10501
10502 1998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
10503
10504 * agentexpr.texi: New file.
10505
10506 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
10507
10508 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
10509
10510 1998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
10511
10512 * remote.texi: Changed wording that implied that the GDB remote
10513 protocol caches register values instead of GDB itself.
10514
10515 Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
10516
10517 * gdbint.texinfo: Add some info about symbol readers.
10518 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
10519 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
10520 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
10521 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
10522
10523 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
10524
10525 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
10526
10527 Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
10528
10529 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
10530
10531 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
10532
10533 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
10534 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
10535
10536 Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
10537
10538 * gdbint.texinfo: Fix minor typos.
10539
10540 Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
10541
10542 * gdbint.texinfo: Complete overhaul. Group descriptions more
10543 logically, add more info on generic algorithms, remove much
10544 obsolete and/or wrong material.
10545
10546 Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
10547
10548 * stabs.texinfo (Method Type Descriptor): Expand and correct.
10549
10550 Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
10551
10552 * refcard.tex: Copyright, address updates.
10553
10554 Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
10555
10556 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
10557 for the edition instead of confusing GDB-version-like numbers.
10558
10559 Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
10560
10561 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
10562
10563 Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
10564
10565 * LRS: Reformat a bit to keep text under 80 columns.
10566
10567 Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
10568
10569 * gdb.texinfo: Add some credits, mention bug monitor.
10570 * remote.texi: Mention mips monitor targets.
10571 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
10572
10573 Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
10574
10575 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
10576 files, finish sorting of host vs target vs native macros, describe
10577 some more of them.
10578
10579 Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
10580
10581 * gdbint.texinfo (Host Conditionals): Document change from
10582 using NO_MMALLOC to it's inverse, USE_MMALLOC.
10583
10584 Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
10585
10586 * gdbint.texinfo (Host Conditionals): Document
10587 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
10588
10589 Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
10590
10591 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
10592 Document LSEEK_NOT_LINEAR.
10593
10594 Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
10595
10596 * stabs.texinfo (Stab Section Basics): Make it clear that only
10597 some versions of the GNU linker remove the leading N_UNDF symbol.
10598
10599 Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
10600
10601 * stabs.texinfo (String Field): Document type number pairs here,
10602 instead of in the Sun specific section.
10603 (Include Files): The GNU linker supports the N_BINCL
10604 optimization. Clarify the N_BINCL value, and what it is used
10605 for.
10606 (Procedures): Document N_FUN with an empty string to mark the end
10607 of a function.
10608 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
10609 (Sun Differences): Remove this node, as the information is now
10610 elsewhere in the main document.
10611 (Stab Section Basics): Mention that the GNU linker may optimize
10612 stabs and remove the leading N_UNDF symbol.
10613
10614 Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
10615
10616 * gdb.texinfo, refcard.tex: Restore author credit
10617
10618 Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
10619
10620 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
10621 documentation to account for START and END macros taking
10622 one arg.
10623
10624 Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
10625
10626 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
10627 * gdb.texinfo (Frames): Fix typo.
10628
10629 Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
10630
10631 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
10632 a target_signal as arg type, not a pid.
10633
10634 Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
10635
10636 * gdb.texinfo: Document `set assembly-language'.
10637
10638 Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
10639
10640 * remote.texi: Update list of stubs in the GDB distribution.
10641
10642 Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
10643
10644 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
10645 Also document that some systems can use mmalloc but must define
10646 this if their C runtime allocates memory that is later freed.
10647 (MMCHECK_FORCE): Document new macro.
10648
10649 Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
10650
10651 * remote.texi: Add documentation for target Sparclet.
10652
10653 Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10654
10655 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
10656 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
10657 * configure.in: Rewritten for autoconf.
10658 * configure: New.
10659
10660 Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
10661
10662 * Makefile.in (DVIPS): New define, set to dvips.
10663 (dvi): Add stabs.dvi.
10664 (ps): New target.
10665 (all-doc): Depend on info, dvi, and ps targets.
10666 (STAGESTUFF): Add *.ps and *.dvi files.
10667 (clean-info, clean-dvi): Remove.
10668 (mostlyclean): Does not depend upon clean-info or clean-dvi,
10669 rules completely rewritten.
10670 (maintainer-clean): Remove clean-info and clean-dvi
10671 dependencies and put their actions in the rules.
10672 (gdb.ps): New target
10673 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
10674 intermediate TeX files, whether they have 2 or 3 character
10675 extensions.
10676 (gdbint.ps): Add target and rules.
10677 (gdb-internals): Delete unused target.
10678 (Makefile): Depends upon config.status also.
10679
10680 Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
10681
10682 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
10683 set.
10684
10685 Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
10686
10687 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
10688 * gdb.texinfo (Expressions): Fix erroneous array constant example.
10689
10690 Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
10691
10692 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
10693
10694 Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10695
10696 * gdb.texinfo (Print settings): Document
10697 `set/show print static-members' commands.
10698
10699 Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
10700
10701 * gdbint.texinfo (Native): Document name change, coredep.c to
10702 core-aout.c.
10703
10704 Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
10705
10706 * stabs.texinfo (Include Files): Document the values the SunOS4
10707 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
10708
10709 Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
10710
10711 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
10712 Fix typo.
10713
10714 Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
10715
10716 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
10717 "gdb.tar.Z".
10718
10719 Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
10720
10721 * Makefile.in (maintainer-clean): New target, synonym for
10722 realclean.
10723
10724 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
10725
10726 * Update all FSF addresses except those in COPYING* files.
10727
10728 Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
10729
10730 From Richard Earnshaw (rearnsha@armltd.co.uk):
10731 * gdb.texinfo (convenience variables): Document $_exitcode.
10732 (quit): Document optional expression to use as exit code.
10733
10734 Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
10735
10736 * gdb.texinfo, remote.texi: Brought up to date with various
10737 GDB changes.
10738
10739 Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
10740
10741 * gdb.texinfo: Update dates and versions, fix comments about
10742 hardware watchpoints in future releases and about the
10743 sharedlibrary command.
10744
10745 Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10746
10747 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
10748 C_FUN stab. Other cleanups.
10749
10750 Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10751
10752 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
10753 for the sparc stub.
10754
10755 Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10756
10757 * annotate.texi: Clarify which addresses have differing formats
10758 depending on the language and which do not.
10759
10760 Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10761
10762 * remote.texi (NetWare): Changed example to use BOARD= instead of
10763 NODE= argument to reflect correspoding change to gdbserve.nlm.
10764
10765 Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10766
10767 * stabs.texinfo (Negative Type Numbers): Mention the fact that
10768 GDB, as well as AIX dbx, supports the size type attribute.
10769
10770 Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10771
10772 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
10773
10774 Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
10775
10776 * gdb.texinfo (Define): Document $arg0... arguments to commands,
10777 and new 'if' and 'while' commands.
10778
10779 Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
10780
10781 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
10782
10783 Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10784
10785 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
10786 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
10787 NetWare targets. Mostly stolen from the Server node.
10788
10789 Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10790
10791 * gdb.texinfo (Setting): Talk about the language of a source file
10792 versus the working language. The old documentation did not match
10793 what GDB did.
10794
10795 Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10796
10797 * stabs.texinfo (Source Files): Document N_SO used to mark the end
10798 of a source file.
10799
10800 Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10801
10802 * gdb.texinfo (Processes): New node.
10803
10804 Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
10805
10806 * remote.texi: Update documentation of set/show mipsfpu.
10807
10808 Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
10809
10810 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
10811 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
10812
10813 Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
10814
10815 * gdbint.texinfo: Removed mentions of some incorrectly placed and
10816 obsolete conditionals, described some others.
10817
10818 Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10819
10820 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
10821 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
10822
10823 Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
10824
10825 * gdbint.texinfo: Put regex conditionals in their own table.
10826
10827 Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
10828
10829 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
10830 described or fixed the descriptions of many others.
10831
10832 Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
10833
10834 * gdb.texinfo: Add some more credits.
10835 * gdbint.texinfo: Capitalize GDB consistently, describe some
10836 macros and remove some.
10837
10838 Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
10839
10840 * gdbint.texinfo: Removed mentions of many incorrectly placed and
10841 obsolete conditionals, described some others.
10842
10843 Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10844
10845 * gdb.texinfo (help targets): Changed to `help target', which
10846 is the correct gdb command.
10847
10848 Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10849
10850 * annotate.texi (TODO): New node, for keeping track of annotations
10851 suggested but not yet implemented.
10852
10853 Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10854
10855 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
10856 another symbol, it is not the address itself.
10857
10858 Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
10859
10860 * stabs.texinfo (Stab Section Basics): Add comment about alignment
10861 of stabs-in-coff sections.
10862
10863 Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10864
10865 * annotate.texi: Change edition to 0.5 and date to May 1994.
10866 Add index.
10867 (Frames): New node, for frame annotation.
10868 (Displays): New node, for display annotation.
10869
10870 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
10871 when waiting for your program to stop.
10872
10873 Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10874
10875 * annotate.texi (Breakpoint Info): Document annotation of header
10876 fields and record annotation.
10877
10878 Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10879
10880 * annotate.texi: New file, to document annotations.
10881
10882 Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10883
10884 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
10885 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
10886
10887 Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10888
10889 * stabs.texinfo (Stab Section Basics): Say what is in .stab
10890 section, and say n_strx field is compilation unit relative.
10891 * stabs.texinfo: Don't use @code for a.out when it is the name of
10892 an object file format.
10893
10894 Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10895
10896 * gdb.texinfo: Refer to file names, not path names, per rms
10897 convention.
10898 (Arguments): Fix typo.
10899
10900 Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10901
10902 * stabs.texinfo (Global Variables): Talk about stabs in files
10903 where variables are referenced, but not defined.
10904
10905 Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10906
10907 * stabs.texinfo: Move stuff on @ and # type descriptors from node
10908 Cplusplus to new nodes Member Type Descriptor and Method Type
10909 Descriptor. Re-write stuff for #.
10910
10911 Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10912
10913 * gdb.texinfo (Print Settings): Don't document "set print
10914 fast-symbolic-addr off". The bug which it worked around was fixed
10915 on 25 Feb 94 in coffread.c, so I'm nuking the command.
10916
10917 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
10918 N_ENTRY node.
10919
10920 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
10921
10922 Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10923
10924 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
10925 references to ieee-float.c.
10926
10927 Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10928
10929 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
10930 match what the code actually does.
10931
10932 Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10933
10934 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
10935
10936 Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10937
10938 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
10939 i, and b.
10940
10941 Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
10942
10943 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
10944 well as for ELF and SOM. Unify the descriptions of ELF and SOM
10945 as "stabs in sections" rather than just saying "ELF and SOM".
10946 Also make that stuff apply to COFF.
10947
10948 Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10949
10950 * gdb.texinfo (Formatting Documentation): Change GhostScript to
10951 Ghostscript.
10952
10953 Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10954
10955 * gdb.texinfo (Continuing and Stepping): When talking about "step"
10956 versus functions without line numbers, also mention stepping into
10957 them as well as "step" when you are in them. Tell the user how to
10958 deal with the situation. Add comment about "debugging information".
10959
10960 Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10961
10962 * stabs.texinfo (Enumerations): Document restriction on where
10963 enumeration types can appear and still win with GDB.
10964
10965 Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10966
10967 * stabs.texinfo (Negative Type Numbers): Document format for type
10968 -16.
10969
10970 Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10971
10972 * gdb.texinfo (Selection, Frame Info): Update information about
10973 arbitrary frame specficiations.
10974
10975 Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
10976
10977 * gdb.texinfo, remote.texi: general editing pass prior to Net release
10978
10979 Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10980
10981 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
10982
10983 Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
10984
10985 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
10986
10987 Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10988
10989 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
10990 Differences node to Statics node.
10991 (Statics): Discuss XCOFF use of V symbol descriptor.
10992
10993 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
10994 not clean.
10995
10996 Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
10997
10998 * gdb.texinfo (Print Settings): Document `set print
10999 fast-symbolic-addr' and improve the doc for some other
11000 `set print's.
11001
11002 Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11003
11004 * stabs.texinfo (String Field): Talk about defining several type
11005 numbers at once.
11006 Fix lint regarding changing node ELF Transformations to
11007 ELF and SOM Transformations.
11008
11009 Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
11010
11011 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
11012
11013 Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11014
11015 * stabs.texinfo (Cross-References): `::' is for nested types only
11016 within <>.
11017 (Structures): Document static members.
11018
11019 Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11020
11021 * stabs.texinfo: Document S type attribute.
11022
11023 Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
11024
11025 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
11026
11027 Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
11028
11029 * gdbint.texinfo: Fix a few typos.
11030
11031 Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11032
11033 * gdb.texinfo, remote.texi: formatting improvements
11034
11035 * gdb.texinfo (New Features): mention threads.
11036 (Summary, C): fix xrefs in newly contributed text.
11037 (Threads): index entries, clarifications, example
11038 (passim): minor typos fixed, phrasing improvements
11039
11040 * remote.texi (Bootstrapping): rephrase text on ^C and add index
11041 entries; (Server): explain use of gdbserver w/real-time systems,
11042 add example of conflicting TCP port; (MIPS Remote) break up
11043 running text into table, highlighting commands, and add example.
11044
11045 Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11046
11047 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
11048
11049 Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11050
11051 * stabs.texinfo (Nested Symbols): New node.
11052 (String Field, Symbol Descriptors, Cross-References): Refer to it.
11053
11054 Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11055
11056 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
11057 to picking which Bbss.bss symbol to use, and (because there seems to
11058 be no good way of doing it) re-write some of the text to make it
11059 sound like Bbss.bss isn't such a great idea after all (as currently
11060 designed).
11061
11062 * gdb.texinfo (C): In addition to saying people have to use g++ for
11063 good results, say they have to use stabs. Specifically say cfront
11064 doesn't work well.
11065 (Summary): Merge in information on Modula-2, Pascal, and Chill from
11066 the gdb README. Add xrefs to places where the support for the various
11067 languages is described in detail.
11068
11069 Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11070
11071 * stabs.texinfo: Clean up stuff about visibility and virtual
11072 characters.
11073
11074 * stabs.texinfo (N_M2C): Cite Sun doc.
11075
11076 Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11077
11078 * gdb.texinfo: updates re threads.
11079 * remote.texinfo: avoid index entries starting with digits.
11080
11081 Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11082
11083 * stabs.texinfo (Enumerations): Talk about large, negative and
11084 octal values. Clean up cross reference to type attributes.
11085 (String Field): Say that GDB 4.11 supports size attribute.
11086
11087 Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11088
11089 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
11090 is a mandatory step. Make the stuff about that more concise.
11091
11092 Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11093
11094 * stabs.texinfo (Class Names): New node.
11095
11096 * gdb.texinfo (Command Files): Explain order of init file reading.
11097
11098 * remote.texi (Bootstrapping): Talk about getting the serial driver
11099 to deal with ^C sent by gdb to stop the remote system.
11100
11101 Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
11102
11103 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
11104
11105 * libgdb.texinfo (Defining Commands): made the DOC arg
11106 to gdb_define_app_command a char * instead of char **
11107 per a suggestion from kingdon.
11108
11109 * libgdb.texinfo: total rewrite from a different starting
11110 premise.
11111
11112 Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11113
11114 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
11115 floats passed as doubles (to improve clarity).
11116
11117 Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11118
11119 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
11120
11121 * a4rc.sed: update to work with Andreas Vogel papersize params
11122
11123 * refcard.tex: use Andreas Vogel simplifications of papersize
11124 params; remove useless version info; update copyright date.
11125
11126 Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11127
11128 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
11129
11130 Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11131
11132 * gdb.texinfo (Files): Say what address the load command loads it at.
11133
11134 * stabs.texinfo (Common Blocks): Minor cleanups.
11135
11136 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
11137 that Sun has backed away from the linker kludge and thus the relevant
11138 issue is changes to the SunPRO tools, not the Solaris linker.
11139
11140 * stabs.texinfo (Traditional Integer Types): Clean up description
11141 of octal bounds a little bit. Document extra leading zeroes.
11142
11143 Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11144
11145 * gdb.texinfo (Signaling): Update for symbolic symbol names
11146 and add a section explaining the difference between the GDB
11147 signal command and the shell kill utility.
11148
11149 Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
11150
11151 * libgdb.texinfo: added `@' to braces that were unescaped.
11152
11153 Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
11154
11155 * libgdb.texinfo: new file. Spec for the gdb library.
11156
11157 Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11158
11159 * stabs.texinfo (Include Files): Fix typo (start -> end).
11160
11161 Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11162
11163 * gdb.texinfo, remote.texi: assorted small improvements, mostly
11164 from Melissa at FSF's editing pass.
11165
11166 Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11167
11168 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
11169 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
11170 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
11171
11172 Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11173
11174 * remote.texi (Bootstrapping): Discuss 386 call gates.
11175
11176 Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11177
11178 * stabs.texinfo (Based Variables): New node.
11179
11180 Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
11181
11182 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
11183 names, sizes, and formats to suggest how not to lose.
11184
11185 Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11186
11187 * stabs.texinfo (Methods): Fix typo.
11188
11189 Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11190
11191 * gdb.texinfo: Fix a few typos.
11192
11193 Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11194
11195 * gdb.texinfo: Clarify how well it works with Fortran.
11196
11197 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
11198 More on relocating stabs in ELF files.
11199
11200 Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11201
11202 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
11203
11204 Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11205
11206 * stabs.texinfo (Local Variable Parameters): Talk about nameless
11207 parameters on VAX.
11208
11209 Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11210
11211 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
11212
11213 Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11214
11215 * stabs.texinfo: Make info author notice match the TeX author notice.
11216
11217 Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11218
11219 * stabs.texinfo: Initial-caps all words in node names and
11220 non-trivial words in section names.
11221
11222 Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11223
11224 * stabs.texinfo: Many minor cleanups.
11225
11226 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
11227
11228 Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
11229
11230 * stabs.texinfo: Remove full description of big example.
11231 It's not really helpful; just use pieces of it where appropriate.
11232 Add more Texinfo formatting directives (@samp, etc.).
11233 Use @deffn to define stab types.
11234 Eliminate some wordiness. Break up some nodes.
11235 Add an (alphabetized) index of symbol types.
11236 Use consistent capitalization style in node and section names.
11237
11238 Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
11239
11240 * gdb.texinfo: Change typo "Two two" to "The two".
11241
11242 Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11243
11244 * stabs.texinfo (XCOFF-differences): Remove references to
11245 non-existent types N_DECL and N_RPSYM.
11246
11247 * stabs.texinfo (String Field): Say that type attributes bug is
11248 fixed in GDB 4.10, since it is.
11249
11250 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
11251
11252 Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
11253
11254 * stabs.texinfo: Formatting cleanups.
11255
11256 Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11257
11258 * stabs.texinfo: When explaining the n_type of a stab, standardize
11259 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
11260 no tabs, use @r).
11261 (Global Variables): Clean up.
11262
11263 Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11264
11265 * stabs.texinfo (Stack Variables): Re-write.
11266
11267 Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11268
11269 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
11270 addresses of a source file. Also revise formatting.
11271 Change "object module" or "object file" to "source file".
11272 Various: Miscellaneous cleanups.
11273
11274 Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11275
11276 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
11277
11278 Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
11279
11280 * gdbint.texinfo: Removed many nonsensical machine-collected
11281 host and target conditionals, described some of the remainder.
11282
11283 Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11284
11285 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
11286
11287 * gdbint.texinfo (Top): Add name to @top line, and re-write the
11288 paragraph which follows.
11289
11290 * gdbint.texinfo (Host): Use @code not @samp for Makefile
11291 variables. Looks better and avoids overful hbox.
11292
11293 Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11294
11295 * stabs.texinfo (Procedures): Improve stuff on nested functions.
11296
11297 Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11298
11299 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
11300 retransmit-timeout
11301
11302 Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11303
11304 * gdbint.texinfo: Update statement about `some ancient Unix
11305 systems, like Ultrix 4.0' to Ultrix 4.2.
11306
11307 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
11308
11309 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
11310
11311 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
11312
11313 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
11314 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
11315
11316 * remote.texi: new name for former gdbinv-s.texi
11317
11318 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
11319
11320 Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
11321
11322 * gdbinv-s.texi: Documented timeout and retransmit-timeout
11323 variables for MIPS remote debugging protocol.
11324
11325 Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11326
11327 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
11328
11329 Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
11330
11331 * Makefile.in (refcard.dvi): Use srcdir where necessary.
11332
11333 Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
11334
11335 * gdb.texinfo: repair conditional bugs in text markup
11336
11337 Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11338
11339 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
11340 to select Modula-2 material.
11341
11342 Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11343
11344 * stabs.texinfo: Cleanups regarding statics.
11345
11346 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
11347 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
11348
11349 Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11350
11351 * stabs.texinfo: N_MAIN is sometimes used for C.
11352
11353 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11354
11355 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
11356
11357 Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
11358
11359 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
11360 removed from the code by Kingdon.
11361
11362 Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11363
11364 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
11365 input when evaluating breakpoint conditions; the bug has been fixed.
11366
11367 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
11368 sets the ignore count to N-1, not to N.
11369
11370 Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11371
11372 * refcard.tex (\hoffset): correct longstanding error to match
11373 intended offset; avoids cutting off edge on some printers
11374
11375 Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11376
11377 * stabs.texinfo (Parameters): Say that order of stabs is significant.
11378
11379 Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11380
11381 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
11382
11383 Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11384
11385 * Makefile.in: (REFEDITS) new var to control whether PS or CM
11386 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
11387 collect sed edits if any, apply to refcard before formatting;
11388 (refcard.ps) stop implying PS fonts if PS output requested;
11389 (lrefcard.ps) delete extra target for variant PS fonts
11390
11391 * refcard.tex: parametrize papersize dependent info, collect
11392 in easily replaced spot
11393
11394 * a4rc.sed: new file, edits to refcard for A4 paper
11395
11396 Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11397
11398 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
11399
11400 Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11401
11402 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
11403
11404 Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11405
11406 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
11407 politely rather than rudely.
11408
11409 Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11410
11411 * stabs.texinfo: Document common blocks.
11412
11413 Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
11414
11415 * stabs.texinfo: Add some basic info about stabs-in-elf.
11416
11417 Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11418
11419 * stabs.texinfo (Top): Minor cleanup.
11420
11421 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
11422
11423 * Makefile.in (install-info): remove parentdir support
11424
11425 Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11426
11427 * gdb.texinfo (Copying): delete this node and references to it;
11428 RMS says this manual need not carry GPL. (passim): Improvements
11429 from last round at FSF, largely due to Ian Taylor review, and
11430 minor formatting improvements.
11431
11432 * gdbinv-s.texi (passim): Improvements from last round at FSF,
11433 largely due to Ian Taylor review. (Debug Session): minor edits to
11434 new text.
11435
11436 Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
11437
11438 * Makefile.in (realclean): Remove info and dvi files too.
11439
11440 Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
11441
11442 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
11443 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
11444 * gdb.texinfo: Change accordingly.
11445
11446 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
11447 N_{L,R}BRAC,N_SLINE are relative to.
11448
11449 Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
11450
11451 * Makefile.in (GDBvn.texi): Update atomically.
11452
11453 Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
11454
11455 * gdbinv-s.texi (Debug Session): Document exceptionHook.
11456
11457 Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
11458
11459 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
11460 addresses together. Also motivate the set print symbol-filename
11461 command and suggest other solutions.
11462
11463 Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
11464
11465 * gdb.texinfo (set print elements): Note that the number of
11466 elements is set to unlimited by "set print elements 0".
11467
11468 Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
11469
11470 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
11471 NF_LDOUBLE means.
11472 (Stab Types): Include Solaris stab types.
11473 (Procedures): Document Solaris extensions.
11474
11475 Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11476
11477 * gdb.texinfo: Add `set print symbol-filename' doc.
11478
11479 Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11480
11481 * stabs.texinfo (Arrays): Talk about type definition vs. type
11482 information.
11483
11484 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
11485 the trailing semicolon.
11486
11487 Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11488
11489 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
11490 and merge in other parts of the document addressing these subjects.
11491 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
11492
11493 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
11494 at the end of a range type.
11495
11496 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
11497 AIX extensions.
11498
11499 Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11500
11501 * stabs.texinfo (Stabs Format): Misc fixes.
11502
11503 Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11504
11505 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
11506 (Traditional builtin types): Document convex convention for long long.
11507 (Negative builtin types): Discuss type names, and misc fixes.
11508
11509 Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11510
11511 * stabs.texinfo (Builtin Type Descriptors): Document the floating
11512 point types used with @samp{R} type descriptor.
11513 (Symbol Descriptors): Describe how to handle conflict between
11514 different meanings of @samp{P} symbol descriptor.
11515
11516 Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11517
11518 * stabs.texinfo: Remove node Quick Reference and put its children
11519 directly under the main menu.
11520
11521 * stabs.texinfo: Many more changes to bring it into line with
11522 AIX documentation and reality. I think it now has all the
11523 information from the AIX documentation, except that I burned
11524 out when I got to variant records (Pascal and Modula-2) and
11525 all the COBOL types. Oh well, we can add them later when we're
11526 worrying more about those languages.
11527
11528 * stabs.texinfo (Automatic variables): Talk about what it means
11529 to omit the symbol descriptor.
11530
11531 Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11532
11533 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
11534 gcc2 behavior with promoted args.
11535
11536 Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11537
11538 * gdb.texinfo: include readline appendices in info version of manual
11539
11540 Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11541
11542 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
11543 target remote.
11544
11545 * gdb.texinfo (Machine Code): more index entries for disassemble
11546
11547 Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
11548
11549 * Clarify the intended use of the gdb-testers and gdb-patches
11550 mailing lists, and shrink gzip comment.
11551
11552 Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11553
11554 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
11555 DOSHOST configuration of manual.
11556
11557 * gdb.texinfo (MIPS Stack): new node.
11558
11559 * all-config.texi (MIPS) new switch.
11560
11561 * gdbinv-s.texi (Nindy Options) Remove two instances of future
11562 tense; (MIPS Remote) new node.
11563
11564 * gdb.texinfo (passim) rephrases to work around makeinfo @value
11565 bug; (Environment) less passive, other small cleanups in text about
11566 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
11567 (Remote) new MIPS Remote menu entry.
11568
11569 Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
11570
11571 * stabs.texinfo: Many changes to include information from the
11572 AIX documentation.
11573
11574 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
11575
11576 Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
11577
11578 * gdbint.texinfo (new node Debugging GDB, elsewhere):
11579 Move a bunch of information from ../README.
11580 (Getting Started): New node.
11581
11582 Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11583
11584 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
11585
11586 * gdb.texinfo: advance manual revision dates to present
11587
11588 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
11589 stop using silly Roman numerals in @set variable names
11590
11591 Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
11592
11593 * stabs.texinfo (Parameters): Keep trying to get this right.
11594
11595 Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
11596
11597 * stabs.texinfo (Parameters): More on "local parameters".
11598
11599 Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
11600
11601 * stabs.texinfo (Parameters): Re-do "local parameters" section.
11602
11603 Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
11604
11605 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
11606 (Parameters): Rewrite.
11607 (xcoff-differences, Sun-differences): Minor changes.
11608
11609 Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
11610
11611 * stabs.texinfo: Minor cleanup.
11612
11613 Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
11614
11615 * gdbint.texinfo: Minor xcoff stuff.
11616
11617 Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
11618
11619 * gdbint.texinfo: Update for new config directory structure.
11620 Add info about internal type data structures.
11621
11622 Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
11623
11624 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
11625 $(srcdir).
11626 (gdb-config.texi): Depend on file in $(srcdir).
11627
11628 Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
11629
11630 * stabs.texinfo: Fixes about N_SO.
11631
11632 Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11633
11634 * gdb.texinfo: include list of nonstandard init file names
11635
11636 * *-config.texi: new switch GENERIC for text that applies *only*
11637 to (usual) multiple-target version of manual
11638
11639 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
11640 h8 config
11641
11642 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
11643 in menus (rather than conditionally selected multiple alternative
11644 menus).
11645
11646 * Makefile.in: define and use DOC_CONFIG var to select
11647 configuration for GDB user manual.
11648
11649 * gdb-config.texi: delete from repository, generate from Makefile.
11650
11651 * all-config.texi: normal `generic' configuration file, formerly
11652 stored as gdb-config.texi
11653
11654 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
11655
11656 * Makefile.in: add dvi target to build all .dvi files
11657
11658 Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11659
11660 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
11661
11662 Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
11663
11664 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
11665 host conditionals.
11666 * stabs.texinfo: More array fixes inspired by Jim's.
11667
11668 Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
11669
11670 * stabs.texinfo: Fixes re arrays and continuations.
11671
11672 * gdbint.texinfo: Add XCOFF node.
11673
11674 Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
11675
11676 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
11677
11678 Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
11679
11680 * stabs.texinfo: Fix for array types to mention lower bounds.
11681
11682 Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
11683
11684 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
11685
11686 Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
11687
11688 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
11689
11690 Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
11691
11692 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
11693 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
11694
11695 Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
11696
11697 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
11698
11699 Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11700
11701 * gdb.texinfo, gdbinv-s.texi: misc updates
11702
11703 Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
11704
11705 * gdbint.texinfo: Brief documentation for longjmp support,
11706 from an email msg by Stu.
11707
11708 Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
11709
11710 * stabs.texinfo: Fix description of floating point "range"
11711 types (which really define basic types). Reported by Jim Meehan,
11712 <meehan@src.dec.com>.
11713
11714 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
11715
11716 Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
11717
11718 * gdbint.texinfo: Slightly expand section on supporting a new
11719 object file format.
11720
11721 Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
11722
11723 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
11724 intermediate file.
11725
11726 Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11727
11728 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
11729
11730 Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11731
11732 * gdbinv-s.texi: z8000 simulator target name is just "sim"
11733
11734 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
11735 as well as Z8002.
11736
11737 Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
11738
11739 * gdbint.texinfo: Add sections on clean design and on how to send
11740 in changes.
11741
11742 Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
11743
11744 * gdbint.texinfo: Add how to declare the result of make_cleanup.
11745
11746 Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
11747
11748 * gdb.texinfo: Fix typo, reported by Karl Berry.
11749
11750 Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
11751
11752 * gdb.texinfo: Add opcodes dir to GDB distribution description.
11753
11754 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11755
11756 * gdbint.texinfo: fixed a stray email address (needs @@),
11757 added @table @code to node "Native Conditionals"
11758
11759 Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
11760
11761 * gdbint.texinfo: Describe coding style of GDB.
11762
11763 Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
11764
11765 * stabs.texinfo: Minor wording changes.
11766
11767 Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
11768
11769 * gdbint.texinfo: Improve release doc slightly.
11770
11771 Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
11772
11773 * gdbint.texinfo: Improve doc of GDB config macros.
11774
11775 Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
11776
11777 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
11778 These will be reinserted when examined.
11779
11780 Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
11781
11782 * gdbint.texinfo: Make a start at documenting all the #if macros
11783 in GDB. At least list them all, and start separating them into
11784 host-specific and target-specific.
11785
11786 Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11787
11788 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
11789 examples (not consistent w others).
11790 gdb.texinfo: issue disclaimer paragraph on cmdline options only
11791 for generic vn of doc
11792
11793 Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
11794
11795 * Makefile.in: always create installation directories.
11796
11797 Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11798
11799 * gdb.texinfo: in h8 config, do not describe searching commands.
11800
11801 Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11802
11803 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
11804 conditionals; introduce a few generic switches that may be
11805 useful for other cross-dev or dos-hosted configs.
11806
11807 * gdb.texinfo: fix typo in "info reg" description
11808
11809 Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
11810
11811 * stabs.texinfo: Minor updates from running TeX over it.
11812 * Makefile.in (stabs.dvi, stabs.ps): Add.
11813
11814 Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
11815
11816 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
11817 First pass at converting it to texinfo.
11818
11819 Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
11820
11821 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
11822 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
11823
11824 Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
11825
11826 * gdbint.texinfo: Add section on partial symbol tables.
11827
11828 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
11829
11830 * gdb.texinfo: document `set remotedebug' and `set
11831 rstack_high_address'.
11832
11833 Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11834
11835 * gdb.texinfo: slight expansion of new text on reading info files
11836 * gdbinv-s.m4.in: correct and expand info on cross-debugging
11837 H8/300 from DOS.
11838
11839 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
11840
11841 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
11842
11843 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
11844
11845 * gdb.texinfo: Say how to read the `info' files.
11846
11847 Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
11848
11849 * Makefile.in: gm4 -> m4.
11850
11851 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
11852
11853 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
11854 Documentation' ahead of `Installing GDB' to match README.
11855 Update shared library doc, -readnow and -mapped, and directory
11856 structure (add glob and mmalloc). Update configure doc.
11857
11858 Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
11859
11860 * Makefile.in: remove $(srcdir) from gdb.info rule.
11861
11862 Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11863
11864 * Makefile.in: commented out gdb-all.texinfo rule. This is
11865 temporary.
11866
11867 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
11868
11869 * Makefile.in, configure.in: removed traces of namesubdir,
11870 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
11871 copyrights to '92, '13, changed some from Cygnus to FSF.
11872
11873 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
11874
11875 * gdb.texinfo: Improve how we ask for bug reports.
11876
11877 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11878
11879 * Makefile.in: infodir belongs in datadir.
11880
11881 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11882
11883 * Makefile.in: remove spaces following hyphens, bsd make can't
11884 cope. install using INSTALL_DATA. added clean-info. added
11885 standards.text support.
11886
11887 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11888
11889 * Makefile.in: idestdir and ddestdir go away. Added copyrights
11890 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
11891 and mandir now keyed off datadir by default.
11892
11893 \f
11894 Local Variables:
11895 mode: change-log
11896 left-margin: 8
11897 fill-column: 74
11898 version-control: never
11899 coding: utf-8
11900 End:
This page took 0.295802 seconds and 4 git commands to generate.