]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/doc/ChangeLog
Fix typo on documentation ("show set startup-with-shell")
[thirdparty/binutils-gdb.git] / gdb / doc / ChangeLog
1 2017-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
2
3 PR gdb/21925
4 * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
5 set...").
6
7 2017-08-09 Simon Marchi <simon.marchi@ericsson.com>
8
9 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
10 conditional expression.
11
12 2017-07-31 Simon Marchi <simon.marchi@ericsson.com>
13
14 * agentexpr.texi (rot): Fix symbolic description, improve
15 textual description.
16
17 2017-07-26 Yao Qi <yao.qi@linaro.org>
18
19 * gdb.texinfo (Maintenance Commands): Document command
20 "maint check xml-descriptions".
21
22 2017-07-26 Yao Qi <yao.qi@linaro.org>
23
24 * gdb.texinfo (Maintenance Commands): Document optional
25 argument of "maint print c-tdesc".
26
27 2017-07-18 Yao Qi <yao.qi@linaro.org>
28
29 * gdb.texinfo (Maintenance Commands): Improve the doc to
30 command "maint print c-tdesc".
31
32 2017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
33
34 PR gdb/21606
35 * python.texi (Python representation of Symbols.): Replace
36 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
37 * guile.texi (Guile representation of Symbols.): Likewise.
38
39 2017-06-11 Simon Marchi <simon.marchi@ericsson.com>
40
41 * gdb.texinfo (Optional Messages about Internal Happenings):
42 Document {set,show} debug separate-debug-file commands.
43
44 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
45
46 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
47 (Connecting) <Remote Packet>: Add "startup-with-shell"
48 and "QStartupWithShell" to the table.
49 (Remote Protocol) <QStartupWithShell>: New item, explaining the
50 packet.
51
52 2017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
53
54 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
55
56 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
57
58 * python.texi (Recording in Python): Factor out the documentation of
59 gdb.RecordInstruction's super class.
60
61 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
62
63 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
64 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
65 prev and next.
66
67 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
68
69 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
70 gdb.RecordInstruction
71
72 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
73
74 * python.texi (Recording in Python): Add documentation for
75 gdb.RecordGap and remove documentation of special cases for
76 gdb.BtraceInstruction.
77
78 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
79
80 * python.texi (Recording in Python): Remove Record.ptid defvar.
81
82 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
83
84 * gdb.texinfo (GDB/MI Thread Information): Add missing
85 fields, re-word some things.
86 (GDB/MI Thread Commands): Describe fields found in the output of
87 -thread-info, remove description of fields in the
88 thread output tuple, replace with a cross-reference to "GDB/MI
89 Thread Information".
90
91 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
92
93 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
94 from -thread-info output.
95
96 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
97
98 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
99
100 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
101
102 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
103
104 2017-03-22 Yao Qi <yao.qi@linaro.org>
105
106 * python.texi (Inferiors In Python): Remove @code from Python.
107
108 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
109
110 * python.texi (Recordings In Python): Document return type of
111 gdb.BtraceInstruction.data.
112
113 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
114
115 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
116 command file-list-shared-libraries
117 (GDB/MI Async Records): Update documentation of library-loaded with new
118 field.
119
120 2017-03-16 Doug Evans <dje@google.com>
121
122 * guile.texi (Lazy Strings In Guile): Mention arrays.
123 * python.texi (Lazy Strings In Python): Ditto.
124
125 2017-03-08 Jiong Wang <jiong.wang@arm.com>
126
127 * gdb.texinfo (Memory Protection Extensions): Add missing escape
128 character "@".
129
130 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
131
132 * Memory Protection Extensions: Add information about inferior
133 calls.
134
135 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
136
137 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
138 DW_TAG_GNU_* and DW_AT_GNU_*.
139
140 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
141
142 * python.texi (Recordings In Python): New section.
143
144 2017-02-14 Tom Tromey <tom@tromey.com>
145
146 PR python/13598:
147 * python.texi (Events In Python): Document events.before_prompt.
148
149 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
150
151 * gdb.texinfo (Target Commands): Document the optional offset
152 argument for the load command.
153
154 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
155
156 PR gdb/21122
157 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
158 space-separated breakpoint lists. Also add a missing @table command
159 and @cindex for breakpoint lists.
160
161 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
162
163 PR tdep/20936
164 * gdb.texinfo: (Standard Target Features): Document SPARC features.
165 (Sparc Features): New node.
166
167 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
168
169 * gdb.texinfo (i386 Features): Add system segment registers
170 as feature.
171
172 2017-01-24 Simon Marchi <simon.marchi@ericsson.com>
173
174 * python.texi (Events In Python): Fix typo.
175
176 2017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
177 Luis Machado <lgustavo@codesourcery.com>
178
179 * gdb.texinfo (-target-flash-erase): New MI command description.
180 (flash-erase): New CLI command description.
181
182 2017-01-04 John Baldwin <jhb@FreeBSD.org>
183
184 * gdb.texinfo (Contributors): Add SRI International and University
185 of Cambridge for FreeBSD/mips.
186
187 2016-12-22 Doug Evans <xdje42@gmail.com>
188
189 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
190 commands.
191
192 2016-12-02 Pedro Alves <palves@redhat.com>
193
194 * gdb.texinfo (User-defined Commands): Limit on number of
195 arguments passed to user-defined commands removed; update.
196
197 2016-12-02 Pedro Alves <palves@redhat.com>
198
199 PR cli/20559
200 * gdb.texinfo (Define): Add example of using "eval" to process a
201 variable number of arguments.
202 (Output) <eval>: Add anchor.
203
204 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
205
206 * Makefile.in: Likewise.
207
208 2016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
209
210 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
211 xref.
212
213 2016-10-29 Pedro Alves <palves@redhat.com>
214
215 * gdb.texinfo (Packets) <vCont>: Remove mention of default
216 actions.
217
218 2016-10-26 Pedro Alves <palves@redhat.com>
219
220 * gdb.texinfo (Packets): Clarify vCont packets with multiple
221 actions that match a thread, and what happens when an action
222 matches a thread that is already running.
223
224 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
225
226 * gdb.texinfo (Using Trace Files): Fix typo.
227 (GDB/MI Tracepoint Commands): Likewise.
228
229 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
230
231 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
232 of -trace-save.
233
234 2016-10-06 Tom Tromey <tom@tromey.com>
235
236 * guile.texi (Types In Guile): Remove Java mentions.
237 * python.texi (Types In Python): Remove Java mentions.
238 * gdb.texinfo (Address Locations, Supported Languages)
239 (Index Section Format): Remove Java mentions.
240
241 2016-08-15 Doug Evans <dje@google.com>
242
243 * gdb.texinfo (Target Description Format): Update docs on "end"
244 field spec and field default type.
245
246 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
247 2016-10-03 Simon Marchi <simon.marchi@ericsson.com>
248
249 PR gdb/20487
250 * gdb.texinfo (Context management): Update mention of frame
251 change notifications.
252 (gdb/mi Async Records): Document frame field in
253 =thread-select event.
254 * observer.texi (GDB Observers): New user_selected_context_changed
255 observer.
256
257 2016-09-28 Tom Tromey <tom@tromey.com>
258
259 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
260 than "memory breakpoint". Further document "kind". Move
261 protocol-details link earlier.
262 <z1>: Document the cmd_list argument. Fix typo.
263 <g>: Remove incorrect sentence.
264 (Stop Reply Packets): Document "OK" response to requests when in
265 non-stop mode.
266 <swbreak>: Use "software breakpoint" rather than "memory
267 breakpoint".
268 <create>: Document that "R" is ignored.
269 <W, X, w>: Document formatting of "AA".
270 (Notification Packets): Use "%Stop", not "%%Stop".
271
272 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
273
274 * gdb.texinfo (Embedded Processors): Document ARC.
275 (Synopsys ARC): New section.
276 (Standard Target Features): Document ARC features.
277 (ARC Features): New section.
278
279 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
280
281 * .gitignore: New file.
282
283 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
284
285 * gdb.texinfo (Input/Output): Mention possibility to unset
286 inferior-tty.
287
288 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
289
290 * gdb.texinfo: Resume btrace on reconnect.
291
292 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
293
294 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
295 syscall.
296
297 2016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
298
299 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
300 command.
301
302 2016-07-13 Tom Tromey <tom@tromey.com>
303
304 PR python/15620, PR python/18620:
305 * python.texi (Events In Python): Document new breakpoint events.
306
307 2016-07-13 Tom Tromey <tom@tromey.com>
308
309 PR python/17698:
310 * python.texi (Breakpoints In Python): Document
311 Breakpoint.pending.
312
313 2016-07-13 Tom Tromey <tom@tromey.com>
314
315 * python.texi (Breakpoints In Python): Move table of types and
316 table of watchpoint types earlier in node.
317
318 2016-07-12 Tom Tromey <tom@tromey.com>
319
320 PR python/19293:
321 * python.texi (Frames In Python): Document
322 gdb.invalidate_cached_frames.
323
324 2016-06-21 Pedro Alves <palves@redhat.com>
325
326 * gdb.texinfo (Interpreters): Update intepreter-exec section,
327 document new-ui and explain use case.
328
329 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
330
331 * gdb.texinfo (Standard Target Features): Document NDS32 features.
332 (NDS32 Features): New Section.
333
334 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
335
336 * gdb.texinfo (Examining Memory): Document negative repeat
337 count in the 'x' command.
338
339 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
340
341 * gdb.texinfo (GDB/MI Async Records): Document method and
342 format fields in =record-started.
343 * observer.texi (record_changed): Add method and format
344 parameters.
345
346 2016-05-27 Eli Zaretskii <eliz@gnu.org>
347
348 * gdb.texinfo (General Query Packets): Move the description of the
349 response before the long list of the specific 'read' and 'write'
350 requests.
351
352 2016-05-23 Tom Tromey <tom@tromey.com>
353
354 * python.texi (Basic Python): Document gdb.breakpoints return.
355
356 2016-05-24 Tom Tromey <tom@tromey.com>
357
358 PR gdb/19194:
359 * gdb.texinfo (gdb man): Fix typo.
360
361 2016-05-17 Tom Tromey <tom@tromey.com>
362
363 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
364 (Rust): New node.
365
366 2016-05-17 Tom Tromey <tom@tromey.com>
367
368 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
369
370 2016-04-27 Yao Qi <yao.qi@linaro.org>
371
372 * gdb.texinfo (tfind): Complete doc about tfind without
373 argument.
374
375 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
376
377 * agentexpr.texi (byte): Fix zero_ext description.
378
379 2016-03-31 Pedro Alves <palves@redhat.com>
380
381 * gdb.texinfo (M32R/SDI): Delete node.
382 (MIPS Embedded): Remove references to the MIPS remote debugging
383 protocol, PMON and variants, and the associated commands.
384
385 2016-03-15 Doug Evans <dje@google.com>
386
387 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
388 (Target Description Format): Mention enum types. Update docs on
389 flags types.
390 (Predefined Target Types): Add "bool".
391 (Enum Target Types): New node.
392
393 2016-03-15 Pedro Alves <palves@redhat.com>
394
395 * gdb.texinfo (Tracepoint Actions): Fix typo.
396
397 2016-03-15 Pedro Alves <palves@redhat.com>
398 Andreas Arnez <arnez@linux.vnet.ibm.com>
399 Marcin Kościelnicki <koriakin@0x04.net>
400
401 * gdb.texinfo (Tracepoint Actions): Document possible
402 unreliability of '$_ret'.
403
404 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
405
406 * gdb.texinfo (Symbols): Document new 'maint info line-table'
407 command.
408
409 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
410
411 * gdb.texinfo (Convenience Functions): Document $_as_string.
412
413 2016-02-23 Doug Evans <dje@google.com>
414
415 * gdb.texinfo (Skipping Over Functions and Files): Document new
416 options to "skip" command. Update docs of output of "info skip".
417
418 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
419
420 * gdb.texinfo (Signals): Add bound violation display hints for
421 a SIGSEGV.
422
423 2016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
424
425 * gdb.texinfo (Trace File Format): Add documentation for description
426 section lines.
427
428 2016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
429
430 * gdb.texinfo (Trace File Format): Remove misleading information
431 about register block ordering.
432
433 2016-02-01 Doug Evans <dje@google.com>
434
435 * gdb.texinfo (Value Sizes): Fix typo.
436
437 2016-02-01 Doug Evans <dje@google.com>
438
439 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
440
441 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
442
443 * gdb.texinfo (Value Sizes): New section.
444 (Data): Add the 'Value Sizes' node to the menu.
445
446 2016-01-26 John Baldwin <jhb@FreeBSD.org>
447
448 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
449
450 2016-01-19 John Baldwin <jhb@FreeBSD.org>
451
452 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
453
454 2016-01-18 Pedro Alves <palves@redhat.com>
455
456 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
457 of the thread that hit a breakpoint or received a signal.
458
459 2016-01-15 Pedro Alves <palves@redhat.com>
460
461 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
462
463 2016-01-13 Pedro Alves <palves@redhat.com>
464
465 * gdb.texinfo (Threads): Document the $_gthread convenience
466 variable.
467 (Convenience Vars): Likewise.
468
469 2016-01-13 Pedro Alves <palves@redhat.com>
470
471 * gdb.texinfo (Threads): Document "info threads -gid".
472
473 2016-01-13 Pedro Alves <palves@redhat.com>
474
475 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
476 anchor.
477 (Threads In Python): Document new InferiorThread.global_num
478 attribute.
479
480 2016-01-07 Pedro Alves <palves@redhat.com>
481
482 * gdb.texinfo (Threads): Document per-inferior thread IDs,
483 qualified thread IDs, global thread IDs and thread ID lists.
484 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
485 thread IDs.
486 (Convenience Vars): Document the $_thread convenience variable.
487 (Ada Tasks): Adjust to refer to thread IDs.
488 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
489 Commands, GDB/MI Variable Objects): Update to mention global
490 thread IDs.
491 * guile.texi (Breakpoints In Guile)
492 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
493 global thread IDs instead of thread IDs.
494 * python.texi (Threads In Python): Adjust documentation of
495 InferiorThread.num.
496 (Breakpoint.thread): Mention global thread IDs instead of thread
497 IDs.
498
499 2016-01-13 Pedro Alves <palves@redhat.com>
500
501 * python.texi (Threads In Python): Document
502 InferiorThread.inferior.
503
504 2016-01-13 Pedro Alves <palves@redhat.com>
505
506 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
507 convenience variable.
508 (Convenience Vars): Likewise.
509
510 2016-01-12 Josh Stone <jistone@redhat.com>
511 Philippe Waroquiers <philippe.waroquiers@skynet.be>
512
513 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
514 (Stop Reply Packets): List the syscall entry and return stop reasons.
515 (General Query Packets): Describe QCatchSyscalls, and add it to the
516 table and the detailed list of stub features.
517
518 2016-01-12 Pedro Alves <palves@redhat.com>
519
520 Remove use of the registered trademark symbol throughout.
521
522 2016-01-12 Yao Qi <yao.qi@linaro.org>
523
524 * gdb.texinfo (Interrupts): Update the document on handling
525 interrupt when program is stopped.
526
527 2015-12-11 Don Breazeal <donb@codesourcery.com>
528
529 * gdb.texinfo (Forks): Correct Linux kernel version where
530 fork and exec events are supported, add notes about support
531 of these events in target remote mode.
532 (Connecting): Reorganize and clarify distinctions between
533 target remote, extended-remote, and multiprocess.
534 Reorganize related text from separate sections into new
535 sections.
536 (Server): Note effects of target extended-remote mode.
537 Delete section on Multi-Process Mode for gdbserver.
538 Move some text to "Connecting" node.
539
540 2015-12-10 Pedro Alves <palves@redhat.com>
541
542 * gdb.texinfo (Threads): Replace warning with explanation
543 about single-threaded programs.
544
545 2015-12-10 Pedro Alves <palves@redhat.com>
546
547 * gdb.texinfo (Threads): Remove mention of SGI.
548 (Forks): Remove mention of HP-UX.
549 (Breakpoints): Remove mention of HP-UX.
550 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
551 Reword in terms of architectures.
552 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
553 mention supported systems.
554 (Convenience Vars): Don't mention HP-UX.
555 (Jumping): Remove mention of HP-UX in comment.
556 (Files) <shared libraries>: Update supported shared library types
557 list. Remove mention of HP-UX.
558 (Native): Remove HP-UX subsection.
559 (SVR4 Process Information): Remove mention of HP-UX.
560
561 2015-12-10 Pedro Alves <palves@redhat.com>
562
563 * gdb.texinfo (Stack): Reorder menu.
564
565 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
566
567 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
568 -var-set-format's new zero-hexadecimal format.
569
570 2015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
571
572 * gdb.texinfo (Ada Mode Into): Move overloading support
573 description to its own node.
574 (Overloading support for Ada): New node.
575
576 2015-11-30 Pedro Alves <palves@redhat.com>
577
578 PR 14618
579 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
580 (Remote Configuration): Add the "set/show remote
581 no-resumed-stop-reply" to the available settings table.
582 (General Query Packets): Document the "no-resumed" qSupported
583 feature.
584
585 2015-11-30 Pedro Alves <palves@redhat.com>
586
587 * gdb.texinfo (Remote Configuration): List "set/show remote
588 thread-events" command in configuration table.
589 (Stop Reply Packets): Document "T05 create" stop
590 reason and 'w' stop reply.
591 (General Query Packets): Document QThreadEvents packet. Document
592 QThreadEvents qSupported feature.
593
594 2015-11-30 Pedro Alves <palves@redhat.com>
595
596 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
597 anchor.
598 (Packets): Document vCtrlC.
599
600 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
601
602 * gdb.texinfo (Thread List Format): Mention thread names.
603
604 2015-11-24 Pedro Alves <palves@redhat.com>
605
606 PR 17539
607 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
608 program-spaces" example to ascending order listing.
609 (Threads): Adjust "info threads" example to ascending order
610 listing.
611 (Forks): Adjust "info inferiors" example to ascending order
612 listing.
613
614 2015-11-04 Markus Metzger <markus.t.metzger@intel.com>
615
616 * gdb.texinfo (Process Record and Replay): Document "record
617 instruction-history" modifiers.
618
619 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
620
621 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
622 description.
623 (Frame Filter Management): Move to later in the 'Examining the
624 Stack' chapter.
625 (Selection): Add entry for 'select-frame'.
626
627 2015-09-25 Doug Evans <dje@google.com>
628
629 * gdb.texinfo (Process Record and Replay): Fix syntax of
630 "record instruction-history begin, end" and
631 "record function-call-history begin, end".
632
633 2015-09-22 Simon Marchi <simon.marchi@ericsson.com>
634
635 * gdb.texinfo (Specifying Source Directories): Fix
636 substitute-path example.
637
638 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
639
640 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
641
642 2015-09-15 Pedro Alves <palves@redhat.com>
643
644 PR remote/18965
645 * gdb.texinfo (Stop Reply Packets): Revert previous change to
646 the vforkdone description.
647
648 2015-09-15 Pedro Alves <palves@redhat.com>
649
650 PR remote/18965
651 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
652 part indicates the thread ID of the parent process.
653
654 2015-09-15 Yao Qi <yao.qi@linaro.org>
655
656 * gdb.texinfo (General Query Packets): Add vContSupported to
657 tables of 'gdbfeatures' and 'stub features' supported in the
658 qSupported packet, as well as to the list containing stub
659 feature details.
660
661 2015-09-11 Don Breazeal <donb@codesourcery.com>
662
663 * gdb.texinfo (Remote Configuration): Add exec event
664 feature to table of packet settings.
665 (Stop Reply Packets): Add exec events to the list of stop
666 reasons.
667 (General Query Packets): Add exec events to tables of
668 'gdbfeatures' and 'stub features' supported in the qSupported
669 packet, as well as to the list containing stub feature
670 details.
671
672 2015-08-24 Pedro Alves <palves@redhat.com>
673
674 * gdb.texinfo (Remote Configuration): Document the "set/show
675 remote multiprocess-extensions-packet" commands.
676
677 2015-08-24 Pedro Alves <palves@redhat.com>
678
679 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
680 <M32R>: Remove references to M32R/D.
681 <M68K>: Remove references to target dbug.
682 <MIPS Embedded>: Remove references to target r3900 and target
683 array.
684 <PowerPC Embedded>: Remove references to target dink32 and target
685 ppcbug, target sds
686 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
687
688 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
689
690 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
691
692 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
693
694 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
695
696 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
697
698 * gdb.texinfo (Maintenance Commands): Move documentation of "main
699 info bfds" to...
700 (File Caching): A New section. Outline bfd caching, and add new
701 description for "main set/show bfd-sharing".
702
703 2015-08-14 Doug Evans <xdje42@gmail.com>
704
705 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
706 disassembly.
707 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
708
709 2015-08-11 Keith Seitz <keiths@redhat.com>
710
711 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
712 Use "location(s)"instead of "linespec(s)".
713 (Specifying a Location): Rewrite.
714 Add subsections describing linespec, address, and explicit locations.
715 Add node/menu for each subsection.
716 (Source and Machine Code, C Preprocessor Macros)
717 (Create and Delete Trace points)
718 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
719 (Continuing at a Different Address): Remove "linespec" examples.
720 Add reference to "Specify a Location"
721 (The -break-insert Command): Rewrite. Add anchor.
722 Add reference to appropriate manual section discussing locations.
723 (The -dprintf-insert Command): Refer to -break-insert for
724 specification of 'location'.
725
726 2015-08-07 Pedro Alves <palves@redhat.com>
727
728 * gdb.texinfo (Maintenance Commands): Document "maint set/show
729 target-non-stop".
730
731 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
732
733 * gdb.texinfo (Process Record and Replay): Document prefixing of
734 speculatively executed instructions in the "record instruction-history"
735 command.
736
737 2015-07-20 Doug Evans <dje@google.com>
738
739 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
740
741 2015-07-16 Doug Evans <dje@google.com>
742
743 * stabs.texinfo: @include gdb-cfg.texi.
744
745 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
746
747 Revert the previous 2 commits:
748 gdbserver build-id attribute generator
749 Validate symbol file using build-id
750
751 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
752
753 * gdb.texinfo (Files): Add 'set validate-build-id'
754 and 'show validate-build-id'.
755
756 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
757 Jan Kratochvil <jan.kratochvil@redhat.com>
758
759 gdbserver build-id attribute generator.
760 * gdb.texinfo (Library List Format for SVR4 Targets): Add
761 'build-id' in description, example, new attribute in dtd.
762
763 2015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
764
765 * gdb.texinfo (Selection): Update documentation for 'frame'
766 command.
767
768 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
769
770 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
771 commands.
772
773 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
774
775 * gdb.texinfo (Process Record and Replay): Spell out that variables
776 and registers are not available during btrace replay.
777 Describe the new "record btrace pt" command.
778 Describe the new "set|show record btrace pt buffer-size" options.
779 (General Query Packets): Describe the new Qbtrace:pt and
780 Qbtrace-conf:pt:size packets.
781 Expand "bts" to "Branch Trace Store".
782 Update the branch trace DTD.
783
784 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
785
786 * gdb.texinfo (Command History): Document the new option
787 "history remove-duplicates".
788
789 2015-06-19 Doug Evans <dje@google.com>
790
791 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
792 longer supported.
793
794 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
795
796 * gdb.texinfo (Command History): Mention that setting
797 GDBHISTSIZE to the empty string disables history truncation.
798
799 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
800
801 PR gdb/16999
802 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
803 behavior.
804
805 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
806
807 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
808 with GDBHISTSIZE.
809
810 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
811
812 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
813 bytes and memory units for -data-{read,write}-memory-bytes.
814 (Packets): Same for m, M and X packets.
815 * python.texi (Inferiors In Python): Same for read_memory and
816 write_memory.
817
818 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
819
820 * gdb.texinfo (Separate Debug Files): Document that PE is also
821 supported.
822
823 2015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
824
825 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
826 single table entry.
827
828 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
829
830 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
831
832
833 2015-06-10 Gary Benson <gbenson@redhat.com>
834
835 * gdb.texinfo (Remote Configuration): Document the
836 "set/show remote hostio-setfs-packet" command.
837 (Host I/O Packets): Document the vFile:setfs packet.
838
839 2015-06-10 Gary Benson <gbenson@redhat.com>
840
841 * gdb.texinfo (Debugging Output): Document the "set/show debug
842 linux-namespaces" command.
843
844 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
845 Mircea Gherzan <mircea.gherzan@intel.com>
846
847 * gdb.texinfo (i386): Add documentation about "show mpx bound"
848 and "set mpx bound".
849
850 2015-05-27 Doug Evans <dje@google.com>
851
852 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
853
854 2015-05-26 Doug Evans <dje@google.com>
855
856 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
857 command renamings.
858 (Maintenance Commands): Update for DWARF "set debug" command renamings.
859
860 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
861
862 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
863
864 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
865
866 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
867 (TUI Commands): Add 'tui enable' and 'tui disable' details.
868
869 2015-05-16 Doug Evans <xdje42@gmail.com>
870
871 * guile.texi (Memory Ports in Guile): Document support for unbuffered
872 memory ports.
873
874 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
875
876 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
877
878 2015-05-12 Don Breazeal <donb@codesourcery.com>
879
880 * gdb.texinfo (Forks): Note that fork debugging is
881 supported in extended mode.
882 (Remote Configuration): Add fork event features to table
883 of packet settings.
884 (Stop Reply Packets): Add fork events to list of stop reasons.
885 (General Query Packets): Add fork events to tables of
886 'gdbfeatures' and 'stub features' supported in the qSupported
887 packet, as well as to the list containing stub feature
888 details.
889
890 2015-05-12 Gary Benson <gbenson@redhat.com>
891
892 * gdb.texinfo (General Query Packets): Document
893 qXfer:exec-file:read with empty annex.
894
895 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
896
897 * python.texi (Values From Inferior): Add descriptions of new
898 methods gdb.Value.reference_value and gdb.Value.const_value.
899
900 2015-05-06 Joel Brobecker <brobecker@adacore.com>
901
902 * gdb.texinfo (Files): Add "info dll" documentation.
903 (Cygwin Native): Remove "info dll" documentation.
904
905 2015-04-29 Doug Evans <dje@google.com>
906
907 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
908 Document.
909 (Writing an Xmethod): Add get_result_type to example.
910
911 2015-04-28 Sasha Smundak <asmundak@google.com>
912
913 * python.texi: New method documented.
914
915 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
916
917 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
918 format.
919
920 2015-04-24 Doug Evans <dje@google.com>
921
922 * python.texi (Xmethods In Python): Fix name of method to call the
923 xmethod.
924
925 2015-04-17 Gary Benson <gbenson@redhat.com>
926
927 * gdb.texinfo (Connecting to a Remote Target): Mention that
928 GDB can access program files from remote targets that support
929 qXfer:exec-file:read and Host I/O packets.
930
931 2015-04-17 Gary Benson <gbenson@redhat.com>
932
933 * gdb.texinfo (Remote Configuration): Document the "set/show
934 remote pid-to-exec-file-packet" command.
935 (General Query Packets): Document the qXfer:exec-file:read
936 qSupported features. Document the qXfer:exec-file:read packet.
937
938 2015-04-17 Gary Benson <gbenson@redhat.com>
939
940 * gdb.texinfo (set sysroot): Document that "set sysroot" also
941 applies to executable paths if supplied to GDB as absolute.
942
943 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
944
945 * gdb.texinfo (Mode Options): Remove -xdb.
946
947 2015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
948 Eli Zaretskii <eliz@gnu.org>
949
950 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
951 compile, show debug compile. New subsection Compilation options for
952 the compile command. New subsection Compiler search for the compile
953 command.
954
955 2015-04-09 Andy Wingo <wingo@igalia.com>
956
957 * guile.texi (Frames In Guile): Describe frame-read-register.
958
959 2015-04-02 Gary Benson <gbenson@redhat.com>
960
961 * gdb.texinfo (set sysroot): Document "target:".
962
963 2015-04-01 Sasha Smundak <asmundak@google.com>
964
965 * doc/python.texi (Writing a Frame Unwinder in Python): Add
966 section.
967
968 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
969
970 PR corefiles/16092
971 * gdb.texinfo (gcore): Mention new command 'set
972 use-coredump-filter'.
973 (set use-coredump-filter): Document new command.
974
975 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
976
977 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
978 documentation, reorder the info os entries in alphabetical order.
979
980 2015-03-26 Simon Marchi <simon.marchi@ericsson.com>
981
982 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
983 -data-write-memory-bytes.
984
985 2015-03-24 Pedro Alves <palves@redhat.com>
986
987 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
988 mention that threads may sometimes run unlocked.
989
990 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
991
992 * gdb.texinfo (Remote configuration): Document "set/show
993 serial parity" command.
994
995 2015-03-18 Gary Benson <gbenson@redhat.com>
996
997 * gdb.texinfo (General Query Packets): Remove documentation
998 for now-removed vFile:fstat qSupported features.
999
1000 2015-03-11 Gary Benson <gbenson@redhat.com>
1001
1002 * gdb.texinfo (Remote Configuration): Document the
1003 "set/show remote hostio-fstat-packet" command.
1004 (General Query Packets): Document the vFile:fstat
1005 qSupported features.
1006 (Host I/O Packets): Document the vFile:fstat packet.
1007
1008 2015-03-11 Andy Wingo <wingo@igalia.com>
1009
1010 * guile.texi (Objfiles In Guile): Document objfile-progspace.
1011
1012 2015-03-04 Pedro Alves <palves@redhat.com>
1013
1014 * gdb.texinfo (Remote Configuration): Document the "set/show
1015 remote swbreak-feature-packet" and "set/show remote
1016 hwbreak-feature-packet" commands.
1017 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
1018 decription.
1019 (Stop Reply Packets): Document the swbreak and hwbreak stop
1020 reasons.
1021 (General Query Packets): Document the swbreak and hwbreak
1022 qSupported features.
1023 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
1024
1025 2015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
1026
1027 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
1028 under *stopped.
1029
1030 2015-03-02 Doug Evans <xdje42@gmail.com>
1031
1032 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
1033
1034 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1035
1036 * gdb.texinfo (S/390 and System z Features): Describe new feature
1037 "org.gnu.gdb.s390.vx".
1038
1039 2015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
1040
1041 PR gdb/18008
1042 * gdb.texinfo (maint internal-error, maint internal-warning, maint
1043 demangler-warning): Fix typo ("problam").
1044
1045 2015-02-19 David Taylor <dtaylor@emc.com>
1046
1047 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
1048
1049 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1050
1051 * gdb.texinfo (Static Probe Points): Add cindex `static probe
1052 point, DTrace'.
1053 (Static Probe Points): Modified to cover DTrace probes in addition
1054 to SystemTap probes. Also modified to cover the `enable probe'
1055 and `disable probe' commands.
1056
1057 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1058
1059 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
1060 `disable probe' commands.
1061
1062 2015-02-12 David Taylor <dtaylor@emc.com>
1063
1064 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
1065 fields of the QTDV packet.
1066
1067 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1068
1069 * gdb.texinfo (Branch Trace Configuration Format): Add size.
1070 (Process Record and Replay): Describe new set|show commands.
1071 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
1072
1073 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1074
1075 * gdb.texinfo (Process Record and Replay): Describe the "record
1076 btrace bts" command.
1077 (General Query Packets): Describe qXfer:btrace-conf:read packet.
1078 (Branch Trace Configuration Format): New.
1079
1080 2015-01-31 Gary Benson <gbenson@redhat.com>
1081 Doug Evans <dje@google.com>
1082
1083 * gdb.texinfo (Command Completion): Document new
1084 "set/show max-completions" option.
1085
1086 2015-01-31 Doug Evans <xdje42@gmail.com>
1087
1088 * gdb.texinfo (Symbols): Document new commands
1089 "maint print symbol-cache", "maint print symbol-cache-statistics",
1090 "maint flush-symbol-cache". Document new option
1091 "maint set symbol-cache-size".
1092
1093 2015-01-31 Doug Evans <xdje42@gmail.com>
1094
1095 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
1096 distinguish script files vs inlined scripts.
1097 * python.texi (Python Auto-loading): Ditto.
1098
1099 2015-01-30 Doug Evans <dje@google.com>
1100
1101 * gdb.texinfo (Symbols) <info source>: Output now contains producer
1102 string if present.
1103
1104 2015-01-27 Doug Evans <dje@google.com>
1105
1106 * python.texi (Objfiles In Python): Document Objfile.username.
1107
1108 2015-01-27 Doug Evans <dje@google.com>
1109
1110 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
1111 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
1112
1113 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1114
1115 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
1116
1117 2015-01-16 Eli Zaretskii <eliz@gnu.org>
1118
1119 * doc/gdb.texinfo (TUI Commands): Document the possible
1120 values of NAME argument to 'winheight' command. Explain the
1121 effect of 'tabset' setting better.
1122
1123 2015-01-11 Doug Evans <xdje42@gmail.com>
1124
1125 PR gdb/15830
1126 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
1127 (Symbols): Ditto.
1128 (Maintenance Commands): Delete docs for "maint demangle".
1129
1130 2014-12-31 Joel Brobecker <brobecker@adacore.com>
1131
1132 * gdb.texinfo (Files): Remove documentation of the
1133 "add-shared-symbol-files" and "assf" commands.
1134 (Cygwin Native): Remove documentation of the "dll-symbols"
1135 command.
1136
1137 2014-12-17 Doug Evans <xdje42@gmail.com>
1138
1139 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
1140
1141 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
1142 Jan Kratochvil <jan.kratochvil@redhat.com>
1143
1144 * gdb.texinfo (Altering): Update.
1145 (Compiling and Injecting Code): New node.
1146
1147 2014-12-12 Doug Evans <dje@google.com>
1148
1149 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
1150
1151 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1152
1153 * gdb.texinfo: Document "maint print user-registers".
1154
1155 2014-12-08 Doug Evans <dje@google.com>
1156
1157 * python.texi (Objfiles In Python): Document Objfile.owner.
1158
1159 2014-12-04 Doug Evans <dje@google.com>
1160
1161 * python.texi (Objfiles In Python): Document
1162 Objfile.add_separate_debug_file.
1163
1164 2014-12-04 Doug Evans <dje@google.com>
1165
1166 * python.texi (Objfiles In Python): Document Objfile.build_id.
1167
1168 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
1169
1170 * python.texi (Events In Python): Document new events
1171 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
1172 and RegisterChangedEvent.
1173
1174 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1175
1176 Add add-auto-load-scripts-directory.
1177 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
1178 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
1179
1180 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1181
1182 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
1183 description typo.
1184
1185 2014-10-30 Doug Evans <dje@google.com>
1186
1187 * python.texi (Progspaces In Python): Document ability to add
1188 random attributes to gdb.Progspace objects.
1189 (Objfiles In Python): Document ability to add random attributes to
1190 gdb.objfile objects.
1191
1192 2014-10-27 Pedro Alves <palves@redhat.com>
1193
1194 * gdb.texinfo (Continuing and Stepping): Add cross reference to
1195 info on stepping and signal handlers.
1196 (Signals): Explain stepping and signal handlers. Add context
1197 index entry, and cross references.
1198
1199 2014-10-20 Simon Marchi <simon.marchi@ericsson.com>
1200
1201 * python.texi (Breakpoints In Python): Add parenthesis after
1202 Breakpoint.delete. Clarify Breakpoint.enabled description so
1203 that it contains "disable".
1204
1205 2014-10-17 Doug Evans <dje@google.com>
1206
1207 * python.texi (Events In Python): Document clear_objfiles event.
1208
1209 2014-10-17 Doug Evans <dje@google.com>
1210
1211 * python.texi (Objfiles In Python): Document new progspace attribute.
1212
1213 2014-10-17 Pedro Alves <palves@redhat.com>
1214
1215 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
1216 (SVR4 Process Information): Delete mention of OSF/1.
1217
1218 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
1219
1220 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
1221 exit-code field in -list-thread-groups output.
1222
1223 2014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1224
1225 * gdb.texinfo (Set Breaks): Add missing "@end table".
1226
1227 2014-09-22 Pedro Alves <palves@redhat.com>
1228
1229 * gdb.texinfo (Set Breaks): Document that "set breakpoint
1230 always-inserted off" is the default mode now. Delete
1231 documentation of "set breakpoint always-inserted auto".
1232
1233 2014-09-18 Doug Evans <dje@google.com>
1234
1235 * python.texi (Symbol Tables In Python): Document "producer"
1236 attribute of gdb.Symtab objects.
1237
1238 2014-09-16 Pedro Alves <palves@redhat.com>
1239
1240 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
1241 (Embedded OS): Remove VxWorks menu entry.
1242 (VxWorks): Remove node.
1243
1244 2014-09-13 Doug Evans <xdje42@gmail.com>
1245
1246 * gdb.texinfo (Signaling): Document new queue-signal command.
1247
1248 2014-09-06 Doug Evans <xdje42@gmail.com>
1249
1250 PR 15276
1251 * gdb.texinfo (Convenience Funs): Document $_caller_is,
1252 $_caller_matches, $_any_caller_is, $_any_caller_matches.
1253
1254 2014-09-03 Justin Lebar <jlebar@google.com>
1255
1256 * python.texi (Types In Python): Type.template_argument(n) returns a
1257 gdb.Value or a gdb.Type and throws an exception if n is out of
1258 range.
1259
1260 2014-09-03 Sasha Smundak <asmundak@google.com>
1261
1262 * python.texi (Frames in Python): Add read_register description.
1263
1264 2014-08-04 Tom Tromey <tromey@redhat.com>
1265
1266 * gdb.texinfo (Debugging Output): Update for change to "set debug
1267 target".
1268
1269 2014-08-01 Masaki Muranaka <monaka@monami-software.com>
1270
1271 Pushed by Joel Brobecker <brobecker@adacore.com>.
1272 * Makefile.in (transform): New variable.
1273 (install-man1, install-man5): Apply $(transform) to man file names.
1274
1275 2014-07-26 Doug Evans <xdje42@gmail.com>
1276
1277 PR guile/17177
1278 * guile.texi (Guile Pretty Printing API): Fix typo.
1279 Document set-pretty-printers!, pretty-printers.
1280 (Selecting Guile Pretty-Printers): Update.
1281 Mention program-space based pretty-printers.
1282
1283 2014-07-25 Pedro Alves <palves@redhat.com>
1284 Eli Zaretskii <eliz@gnu.org>
1285
1286 * gdb.texinfo (Signaling) <signal command>: Explain what happens
1287 with multi-threaded programs.
1288
1289 2014-06-27 Yao Qi <yao@codesourcery.com>
1290
1291 * gdb.texinfo (Maintenance Commands): Update the output of
1292 'maint print dummy-frames' command.
1293
1294 2014-06-24 Eli Zaretskii <eliz@gnu.org>
1295
1296 * gdb.texinfo (Screen Size): Improve indexing.
1297
1298 2014-06-19 Gary Benson <gbenson@redhat.com>
1299
1300 * gdb.texinfo (Maintenance Commands): Document new
1301 "maint set/show catch-demangler-crashes" option.
1302
1303 2014-06-19 Gary Benson <gbenson@redhat.com>
1304
1305 * gdb.texinfo (Maintenance Commands): Document new
1306 "maint demangler-warning" command and new
1307 "maint set/show demangler-warning" option.
1308
1309 2014-06-09 Siva Chandra Reddy <sivachandra@google.com>
1310
1311 * python.texi (Xmethod API): Add space before the opening
1312 parenthesis in function descriptions.
1313
1314 2014-06-06 Doug Evans <xdje42@gmail.com>
1315
1316 * guile.texi (Guile Configuration): Document guile-data-directory.
1317
1318 2014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
1319
1320 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
1321
1322 2014-06-04 Doug Evans <xdje42@gmail.com>
1323
1324 * guile.texi (Breakpoints In Guile): Update.
1325
1326 2014-06-03 Joel Brobecker <brobecker@adacore.com>
1327
1328 * python.texi (Xmethod API): Fix reference to "Progspaces In
1329 Python".
1330
1331 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
1332
1333 * python.texi (Xmethods In Python, XMethod API)
1334 (Writing an Xmethod): New nodes.
1335 (Python API): New menu entries "Xmethods In Python",
1336 "Xmethod API", "Writing an Xmethod".
1337
1338 2014-06-02 Doug Evans <xdje42@gmail.com>
1339
1340 * guile.texi (Guile API): Add entry for Parameters In Guile.
1341 (GDB Scheme Data Types): Mention <gdb:parameter> object.
1342 (Parameters In Guile): New node.
1343
1344 2014-06-02 Doug Evans <xdje42@gmail.com>
1345
1346 * guile.texi (Guile API): Add entry for Commands In Guile.
1347 (Basic Guile) <parse-and-eval>: Add reference.
1348 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
1349 (GDB Scheme Data Types): Mention <gdb:command> object.
1350 (Commands In Guile): New node.
1351
1352 2014-06-02 Doug Evans <xdje42@gmail.com>
1353
1354 * guile.texi (Guile API): Add entry for Progspaces In Guile.
1355 (GDB Scheme Data Types): Mention <gdb:progspace> object.
1356 (Progspaces In Guile): New node.
1357
1358 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
1359
1360 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
1361 * python.texi (Frames In Python): Mention
1362 gdb.FRAME_UNWIND_MEMORY_ERROR.
1363
1364 2014-05-29 Pedro Alves <palves@redhat.com>
1365 Tom Tromey <tromey@redhat.com>
1366
1367 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
1368 from example.
1369 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
1370 Mention that target-async is now deprecated.
1371 (Maintenance Commands): Document maint set/show target-async.
1372
1373 2014-05-29 Pedro Alves <palves@redhat.com>
1374
1375 * observer.texi (sync_execution_done, command_error): New
1376 subjects.
1377
1378 2014-05-29 Pedro Alves <palves@redhat.com>
1379
1380 PR gdb/13860
1381 * observer.texi (signal_received, end_stepping_range)
1382 (signal_exited, exited, no_history): New observer subjects.
1383
1384 2014-05-26 Andy Wingo <wingo@igalia.com>
1385
1386 * guile.texi (GDB Scheme Data Types): Remove documentation for
1387 removed interfaces. Update spelling of gdb-object-kind.
1388
1389 2014-05-26 Andy Wingo <wingo@igalia.com>
1390
1391 * guile.texi (Basic Guile): Fix some typos.
1392
1393 2014-05-26 Andy Wingo <wingo@igalia.com>
1394
1395 * guile.texi (Writing a Guile Pretty-Printer)
1396 (Guile Types Module): Fix excess parentheses in use-modules forms.
1397
1398 2014-05-24 Eli Zaretskii <eliz@gnu.org>
1399
1400 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
1401 (Breakpoints In Guile, Guile Printing Module)
1402 (Guile Exception Handling, Values From Inferior In Guile)
1403 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
1404 Don't use @var at the beginning of a sentence.
1405
1406 * gdb.texinfo (Frame Filter Management, Trace Files)
1407 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
1408 (PowerPC Embedded, Define, Annotations for Running)
1409 (IPA Protocol Commands, Packets, General Query Packets)
1410 (Tracepoint Packets, Notification Packets, Environment)
1411 (Inferiors and Programs, Set Breaks, Set Catchpoints)
1412 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
1413 (Frames, Backtrace, Selection, Expressions, Registers)
1414 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
1415 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
1416 (Source Annotations, Using JIT Debug Info Readers, Packets)
1417 (Stop Reply Packets, Host I/O Packets)
1418 (Target Description Format): Don't use @var at the beginning of a
1419 sentence.
1420
1421 * python.texi (Basic Python, Types In Python)
1422 (Commands In Python, Frames In Python, Line Tables In Python)
1423 (Breakpoints In Python, gdb.printing, gdb.types)
1424 (Type Printing API): Don't use @var at the beginning of a
1425 sentence.
1426
1427 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
1428
1429 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
1430 replay-memory-access".
1431
1432 2014-05-21 Pedro Alves <palves@redhat.com>
1433
1434 * gdb.texinfo (Starting): Document "set/show
1435 auto-connect-native-target".
1436 (Target Commands): Document "target native".
1437
1438 2014-05-20 Pedro Alves <palves@redhat.com>
1439
1440 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
1441 not be remote specific. Add cross reference to the qCRC packet.
1442 (Separate Debug Files): Update cross reference to the qCRC packet.
1443 (General Query Packets) <qCRC packet>: Add anchor.
1444
1445 2014-05-17 Doug Evans <xdje42@gmail.com>
1446
1447 Copy over changes from guile.texi.
1448 * python.texi (Basic Python) <gdb.execute>: Add text.
1449 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
1450 (Values From Inferior) <Python string>: Add text.
1451 (Values From Inferior) <Value.string>: Clarify string length handling.
1452 (Pretty Printing API): Add cindex.
1453 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
1454 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
1455 @vindex.
1456 (Commands In Python) <COMPLETE_*>: Similarly.
1457 (Symbols In Python) <SYMBOL_*>: Similarly.
1458 (Breakpoints In Python) <WP_*>: Similarly.
1459 (Breakpoints In Python) <BP_*>: Similarly.
1460
1461 2014-05-17 David Taylor <dtaylor@emc.com>
1462
1463 * gdb.texinfo (General Query Packets): Add a note about thread IDs
1464 mentioned in the qfThreadInfo reply.
1465
1466 2014-05-16 Doug Evans <dje@google.com>
1467
1468 * gdb.texinfo (Mode Options): Add -D.
1469
1470 2014-05-09 Samuel Bronson <naesten@gmail.com>
1471
1472 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
1473 "make -C".
1474
1475 2014-04-29 Tom Tromey <tromey@redhat.com>
1476
1477 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
1478 "show debug varobj".
1479
1480 2014-05-01 David Taylor <dtaylor@emc.com>
1481
1482 * gdb.texinfo (compare-sections): Document the new -r (read-only)
1483 option.
1484
1485 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
1486 Walfred Tedeschi <walfred.tedeschi@intel.com>
1487
1488 * gdb.texinfo (i386 Features): Add description of AVX512
1489 registers.
1490
1491 2014-03-31 Doug Evans <dje@google.com>
1492
1493 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
1494
1495 2014-03-30 Doug Evans <dje@google.com>
1496
1497 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
1498 (Background Execution): Ditto.
1499
1500 2014-03-21 Pedro Alves <palves@redhat.com>
1501 Stan Shebs <stan@codesourcery.com>
1502 Hui Zhu <hui@codesourcery.com>
1503
1504 * gdb.texinfo (Packets): Add anchor to "? packet".
1505 Remove fixme and update introduction of "k packet".
1506 Add anchor to "vKill packet".
1507
1508 2014-03-12 Stan Shebs <stan@codesourcery.com>
1509
1510 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
1511
1512 2014-02-26 Ludovic Courtès <ludo@gnu.org>
1513
1514 * guile.texi (Basic Guile): Document 'history-append!'.
1515
1516 2014-02-20 Joel Brobecker <brobecker@adacore.com>
1517
1518 * gdb.texinfo (Files): Document "add-shared-symbol-files"
1519 and "assf" as being deprecated.
1520 (Cygwin Native): Likewise for "dll-symbols".
1521 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
1522 as a way to force the loading of symbols from a DLL.
1523
1524 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1525
1526 * python.texi (Values From Inferior): Add description about the
1527 new feature.
1528
1529 2014-02-17 Doug Evans <xdje42@gmail.com>
1530
1531 * Makefile.in (GDB_DOC_FILES): Add python.texi.
1532 * gdb.texinfo (Python): Moved to ...
1533 * python.texi: ... here. New file.
1534
1535 2014-02-17 Ludovic Courtès <ludo@gnu.org>
1536
1537 * guile.texi (Writing a Guile Pretty-Printer) <example>:
1538 Remove 'string-begins-with' procedure. Add 'pretty-printer'
1539 parameter to 'str-lookup-function' procedure. Look for
1540 the "std::string<" prefix.
1541 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
1542 Adjust description.
1543
1544 2014-02-11 Tejas Belagod <tejas.belagod@arm.com>
1545
1546 * guile.texi (Values From Inferior In Guile): Remove stray
1547 parantheses for deffn.
1548 (Disassembly In Guile): Ditto.
1549
1550 2014-02-10 Stan Shebs <stan@codesourcery.com>
1551
1552 Add Doxygen support.
1553 * Makefile.in (doxy): New action, generates Doxygen files.
1554 (DOXYGEN): New.
1555 (doxyedit): New.
1556 * Doxyfile-base.in: New file.
1557 * Doxyfile-gdb-api.in: New file.
1558 * Doxyfile-gdb-xref.in: New file.
1559 * Doxyfile-gdbserver.in: New file.
1560 * doxy-index.in: New file.
1561 * filter-for-doxygen: New file.
1562 * filter-params.pl: New file.
1563
1564 2014-02-10 Doug Evans <xdje42@gmail.com>
1565
1566 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
1567 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
1568 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
1569 (Guile docs): Include guile.texi.
1570 (objfile-gdbdotext file): Add objfile-gdb.scm.
1571 (dotdebug_gdb_scripts section): Mention Guile scripts.
1572 (Multiple Extension Languages): New node.
1573 * guile.texi: New file.
1574
1575 2014-01-28 Joel Brobecker <brobecker@adacore.com>
1576
1577 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
1578 ignore-descriptive-types". commands.
1579
1580 2014-01-22 Doug Evans <dje@google.com>
1581
1582 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
1583 (gdbserver man): Ditto.
1584
1585 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1586
1587 * gdb.texinfo: Document limited reverse/replay support
1588 for target record-btrace.
1589
1590 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1591
1592 * gdb.texinfo (Process Record and Replay): Update documentation.
1593
1594 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1595
1596 * gdb.texinfo (Process Record and Replay): Document new /c
1597 modifier accepted by "record function-call-history".
1598 Add /i modifier to "record function-call-history" example.
1599
1600 2014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
1601 Joel Brobecker <brobecker@adacore.com>
1602
1603 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
1604 markers. Remove one that was misplaced.
1605
1606 2014-01-10 Pedro Alves <palves@redhat.com>
1607
1608 * gdb.texinfo (Your Program's Environment) <set environment>:
1609 Mention the shell, and point at 'set exec-wrapper'.
1610
1611 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1612
1613 * gdb.texinfo (Types In Python): Document new attribute Types.name.
1614
1615 2013-12-30 Joel Brobecker <brobecker@adacore.com>
1616
1617 * gdb.texinfo (Types In Python): Clarify the documentation
1618 of attribute gdb.Field.bitpos.
1619
1620 2013-12-28 Joel Brobecker <brobecker@adacore.com>
1621
1622 * gdb.texinfo (Types In Python): Fix the documentation of
1623 attribute "bitpos" in class gdb.Field for enum types. Add
1624 documentation for attribute "enumval" in that same class.
1625
1626 2013-12-28 Joel Brobecker <brobecker@adacore.com>
1627
1628 * gdb.texinfo (GDB/MI Support Commands): Change @table into
1629 @ftable.
1630
1631 2013-12-23 Doug Evans <xdje42@gmail.com>
1632
1633 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
1634 auto-loaded objfile scripts and .debug_gdb_scripts section to their
1635 corresponding section in Extending GDB.
1636 (Extending GDB): Move menu up. New menu item "Auto-loading
1637 extensions".
1638 (Sequences): New menu item "Auto-loading sequences".
1639 (Auto-loading sequences): New node.
1640 (Python): Rename section from Scripting GDB to Extending GDB.
1641 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
1642 Move docs on ways to auto-load extensions to ...
1643 (Auto-loading extensions): ... here. New node.
1644
1645 2013-12-23 Joel Brobecker <brobecker@adacore.com>
1646
1647 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
1648 in menu.
1649 (GDB/MI Variable Objects): Adjust reference to "-list-features"
1650 command, now in a new node.
1651 (GDB/MI Support Commands): New node, with its contents being
1652 extracted from the "GDB/MI Miscellaneous Commands" node.
1653 A small paragraph introducing the section is also added at
1654 the start.
1655 (GDB/MI Miscellaneous Commands): Delete the description of the
1656 -info-gdb-mi-command, -list-features and -list-target-features
1657 commands, now hosted in the "GDB/MI Support Commands" node.
1658
1659 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
1660
1661 PR python/16113
1662 * gdb.texinfo (Values From Inferior): Add a note about using
1663 gdb.Field objects as subscripts on gdb.Value objects.
1664 (Types In Python): Add description about the new attribute
1665 "parent_type" of gdb.Field objects.
1666
1667 2013-12-12 Joel Brobecker <brobecker@adacore.com>
1668
1669 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
1670 entry for section docuumenting the -list-features GDB/MI command.
1671
1672 2013-12-10 Joel Brobecker <brobecker@adacore.com>
1673
1674 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1675 "exec-run-start-option" entry in the output of the "-list-features"
1676 command.
1677
1678 2013-12-04 Eli Zaretskii <eliz@gnu.org>
1679
1680 * gdb.texinfo (i386): Fix yesterday's commit.
1681
1682 2013-12-03 Tom Tromey <tromey@redhat.com>
1683
1684 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
1685 documented here.
1686
1687 2013-12-03 Tom Tromey <tromey@redhat.com>
1688
1689 * gdb.texinfo (@direntry): Add menu item for gdbserver.
1690
1691 2013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
1692
1693 * gdb.texinfo (i386 Features): Add MPX feature registers.
1694 (x86 Specific featuresx86 Architecture-specific Issues): Adds
1695 a subsubsection for MPX and describes the display of the
1696 boundary registers.
1697
1698 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1699
1700 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
1701 documentation of the "ada-exceptions" entry.
1702
1703 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1704
1705 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
1706 "^error" result record concerning the error message. Document
1707 the error code that may also be part of that result record.
1708 (GDB/MI Miscellaneous Commands): Document the
1709 "undefined-command-error-code" element in the output of
1710 the "-list-features" GDB/MI command.
1711
1712 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1713
1714 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1715 the new -info-gdb-mi-command GDB/MI command. Document
1716 the meaning of "-info-gdb-mi-command" in the output of
1717 -list-features.
1718
1719 2013-11-29 Pedro Alves <palves@redhat.com>
1720
1721 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
1722 Update comment.
1723
1724 2013-11-24 Yao Qi <yao@codesourcery.com>
1725
1726 * gdb.texinfo (Caching Remote Data): Document new
1727 "set/show stack-cache" option.
1728
1729 2013-11-24 Yao Qi <yao@codesourcery.com>
1730
1731 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
1732 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
1733 "off" respectively.
1734
1735 2013-11-23 Yao Qi <yao@codesourcery.com>
1736
1737 * gdb.texinfo (GDB/MI Variable Objects): Add the description
1738 of "displayhint" to the table about child results.
1739
1740 2013-11-21 Yao Qi <yao@codesourcery.com>
1741
1742 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
1743 'dynamic' for the output of command -var-list-children.
1744
1745 2013-11-21 Yao Qi <yao@codesourcery.com>
1746
1747 * gdb.texinfo (Caching Target Data): Remove "see" before
1748 @pxref.
1749
1750 2013-11-20 Yao Qi <yao@codesourcery.com>
1751
1752 * gdb.texinfo (Caching Target Data): Update doc for
1753 per-address-space dcache.
1754
1755 2013-11-20 Yao Qi <yao@codesourcery.com>
1756
1757 * gdb.texinfo (Data): Rename menu item.
1758 (Caching Remote Data): Rename to ...
1759 (Caching Target Data): ... it. Update.
1760
1761 2013-11-18 Joel Brobecker <brobecker@adacore.com>
1762
1763 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1764 "language-option" entry in the output of the "-list-features"
1765 command.
1766
1767 2013-11-15 Tom Tromey <tromey@redhat.com>
1768
1769 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
1770 Add example.
1771
1772 2013-11-14 Tom Tromey <tromey@redhat.com>
1773
1774 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
1775
1776 2013-11-14 Joel Brobecker <brobecker@adacore.com>
1777
1778 * gdb.texinfo (Show): Add xref anchor for "show language" command.
1779 (Context management): Place current subsection text into its own
1780 subsubsection. Add new subsubsection describing the "--language"
1781 command option.
1782
1783 2013-11-13 Joel Brobecker <brobecker@adacore.com>
1784
1785 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
1786 the documentation of "info-ada-exceptions" in the output
1787 of the "-list-features" command. Add the documentation
1788 of the "ada-exception" entry instead.
1789
1790 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1791
1792
1793 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
1794 word of a couple of sentences to start with a capital letter.
1795
1796 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1797
1798 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
1799 (Ada Exceptions): New node.
1800 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
1801 Commands" node.
1802 (GDB/MI Ada Exceptions Commands): New node.
1803 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
1804 field in the output of the "-list-features" command.
1805 * NEWS: Add entry for the new "info exceptions" CLI command,
1806 and for the new "-info-ada-exceptions" GDB/MI command.
1807
1808 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
1809
1810 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
1811 (Line Tables In Python): New node.
1812
1813 2013-11-08 Doug Evans <dje@google.com>
1814
1815 * gdb.texinfo (Debugging Output): Update text for
1816 "set debug dwarf2-read".
1817
1818 2013-11-08 Doug Evans <dje@google.com>
1819
1820 * gdb.texinfo (Debugging Output): Update text for
1821 "set debug symtab-create".
1822
1823 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1824
1825 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
1826 constant.
1827
1828 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1829
1830 * gdb.texinfo (Breakpoints In Python): Document temporary
1831 option in breakpoint constructor, and add documentation to the
1832 temporary attribute.
1833
1834 2013-11-07 Yao Qi <yao@codesourcery.com>
1835
1836 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
1837 output of "-var-info-expression".
1838
1839 2013-11-06 Pedro Alves <palves@redhat.com>
1840
1841 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
1842 non-interactive mode.
1843 (Environment) <shell startup files warning>: Mention
1844 non-interactive mode. Mention .zshenv for Z shell, and talk about
1845 BASH_ENV instead of .bashrc for BASH.
1846
1847 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
1848
1849 * gdb.texinfo (Commands to Specify Files): Add description
1850 of the remove-symbol-file command.
1851 * observer.texi: New free_objfile event
1852
1853 2013-10-24 Pedro Alves <palves@redhat.com>
1854
1855 * gdb.texinfo (Starting): Document set/show startup-with-shell.
1856
1857 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1858
1859 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
1860 New subsection inside which the "-catch-load" and "-catch-unload"
1861 commands documentation is now placed.
1862 (Ada Exception GDB/MI Catchpoint Commands): New subsection
1863 documenting the "-catch-assert" and "-catch-exception" new
1864 GDB/MI commands.
1865
1866 2013-10-10 Joel Brobecker <brobecker@adacore.com>
1867
1868 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
1869
1870 2013-10-10 Joel Brobecker <brobecker@adacore.com>
1871
1872 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
1873 serial baud".
1874 (Remote Configuration): Replace "set remotebaud" by "set serial
1875 baud". Replace "show remotebaud" by "show serial baud".
1876
1877 2013-10-07 Pedro Alves <palves@redhat.com>
1878
1879 PR breakpoints/11568
1880 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
1881 when the thread is removed from the thread list.
1882
1883 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1884
1885 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
1886 Update entry for $_exitcode.
1887
1888 2013-10-04 Joel Brobecker <brobecker@adacore.com>
1889
1890 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
1891 new "--start" option.
1892
1893 2013-10-02 Pedro Alves <palves@redhat.com>
1894
1895 * gdb.texinfo (Registers): Expand description of saved registers
1896 in frames. Explain <not saved>.
1897
1898 2013-09-25 Doug Evans <dje@google.com>
1899
1900 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
1901
1902 2013-09-16 Stan Shebs <stan@codesourcery.com>
1903
1904 Remove the internals manual gdbint.texinfo.
1905 * Makefile.in (INFO_DEPS): Remove gdbint.info.
1906 (PDFFILES): Remove gdbint.pdf.
1907 (HTMLFILES): Remove gdbint/index.html.
1908 (HTMLFILES_INSTALL): Remove gdbint.
1909 (GDBINT_DOC_FILES): Remove.
1910 (dvi): Remove gdbint.dvi.
1911 (ps): Remove gdbint.ps.
1912 * gdbint.texinfo: Remove file.
1913 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
1914
1915 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1916
1917 * gdb.texinfo (Convenience Functions): Mention new convenience
1918 function $_isvoid.
1919
1920 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1921
1922 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
1923 (Standard Target Features): Add new node to menu.
1924 (S/390 and System z Features): New node.
1925
1926 2013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
1927
1928 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
1929 -list-target-features in the example.
1930
1931 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1932
1933 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
1934 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
1935
1936 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1937
1938 Sync documentation with gdb.base/gnu-debugdata.exp.
1939 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
1940
1941 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1942
1943 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
1944
1945 2013-08-27 Pedro Alves <pedro@codesourcery.com>
1946 Yao Qi <yao@codesourcery.com>
1947
1948 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
1949 Document new --skip-unavailable option.
1950 <-stack-list-variables>: Document new --skip-unavailable option.
1951
1952 2013-08-26 Doug Evans <dje@google.com>
1953
1954 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
1955 an optional regexp.
1956
1957 2013-08-13 Tom Tromey <tromey@redhat.com>
1958
1959 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
1960 Document GDB_PARALLEL and GDB_INOTIFY.
1961
1962 2013-08-09 Stan Shebs <stan@codesourcery.com>
1963
1964 * LRS: Remove file, describes a long-abandoned live-range
1965 splitting extension to stabs.
1966
1967 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
1968
1969 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
1970
1971 2013-07-17 Doug Evans <dje@google.com>
1972
1973 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
1974
1975 2013-07-02 Tom Tromey <tromey@redhat.com>
1976
1977 * gdb.texinfo (Target Commands): Don't mention "target nrom".
1978
1979 2013-06-28 Tom Tromey <tromey@redhat.com>
1980
1981 * Makefile.in (version.subst): Use version.in, not
1982 common/version.in.
1983 * gdbint.texinfo (Versions and Branches, Releasing GDB):
1984 Likewise.
1985
1986 2013-06-27 Pedro Alves <palves@redhat.com>
1987
1988 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
1989 dynamic symbol resolution code>: New section, based on infrun.c
1990 comment.
1991
1992 2013-06-26 Tom Tromey <tromey@redhat.com>
1993
1994 * gdbint.texinfo (Versions and Branches): Use common/version.in.
1995 Update.
1996 (Releasing GDB): Likewise.
1997
1998 2013-06-26 Pedro Alves <pedro@codesourcery.com>
1999 Yao Qi <yao@codesourcery.com>
2000
2001 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
2002 -trace-frame-collected.
2003
2004 2013-06-26 Pedro Alves <pedro@codesourcery.com>
2005
2006 * gdb.texinfo (Traceframe Info Format): Document tvar element
2007 and its attributes.
2008
2009 2013-06-25 Yao Qi <yao@codesourcery.com>
2010
2011 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
2012
2013 2013-06-24 Tom Tromey <tromey@redhat.com>
2014
2015 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
2016 (GDBvn.texi): Use version.subst.
2017 (version.subst): New target.
2018 (mostlyclean): Remove version.subst.
2019
2020 2013-06-20 Pedro Alves <pedro@codesourcery.com>
2021
2022 * gdb.texinfo (GDB/MI Data Manipulation)
2023 <-data-list-register-values>: Document the --skip-unavailable
2024 option.
2025
2026 2013-06-07 Yao Qi <yao@codesourcery.com>
2027
2028 * gdb.texinfo (Symbols): Add kindex and cindex for
2029 'maint print msymbols'.
2030
2031 2013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
2032
2033 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
2034 response field name (thread-group to inferior).
2035
2036 2013-06-04 Gary Benson <gbenson@redhat.com>
2037
2038 * gdb.texinfo (General Query Packets/qSupported): Added
2039 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
2040 to the table of currently defined stub features.
2041 Added a more detailed entry for "augmented-libraries-svr4-read".
2042 (General Query Packets/qXfer:libraries-svr4:read): Documented
2043 the augmented form of this packet.
2044
2045 2013-05-23 Joel Brobecker <brobecker@adacore.com>
2046
2047 * gdb.texinfo (System-wide Configuration Scripts): Renames
2048 "Installed System-wide Configuration Scripts". Add associated
2049 @menu block.
2050
2051 2013-05-23 Yao Qi <yao@codesourcery.com>
2052 Pedro Alves <palves@redhat.com>
2053
2054 * gdb.texinfo (Packets): Document 'vCont;r'.
2055 (Continuing and Stepping): Document target-assisted range
2056 stepping, and the 'set range-stepping' and 'show range-stepping'
2057 commands.
2058
2059 2013-05-23 Joel Brobecker <brobecker@adacore.com>
2060
2061 * gdb.texinfo (Installed System-wide Configuration Scripts):
2062 Add subsection describing the scripts now available under
2063 the data-dir's system-gdbbinit subdirectory.
2064 * NEWS: Add entry announcing the availability of system-wide
2065 configuration scripts for ElinOS and Wind River Linux.
2066
2067 2013-05-21 Hui Zhu <hui@codesourcery.com>
2068
2069 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
2070 "-dprintf-insert" command.
2071
2072 2013-05-17 Doug Evans <dje@google.com>
2073
2074 * gdb.texinfo (Maintenance Commands): Update doc for
2075 "maint check-psymtabs". Add doc for "maint check-symtabs",
2076 "maint expand-symtabs".
2077
2078 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
2079
2080 * gdb.texinfo (Process Record and Replay): Document the
2081 "record goto" command and its sub-commands.
2082
2083 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
2084
2085 * gdb.texinfo (Backtrace): Add "no-filter" argument.
2086 (Python API): Add Frame Filters API, Frame Wrapper API,
2087 Writing a Frame Filter/Wrapper, Managing Management of Frame
2088 Filters chapter entries.
2089 (Frame Filters API): New Node.
2090 (Frame Wrapper API): New Node.
2091 (Writing a Frame Filter): New Node.
2092 (Managing Frame Filters): New Node.
2093 (Progspaces In Python): Add note about frame_filters attribute.
2094 (Objfiles in Python): Ditto.
2095 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
2096 @anchors and --no-frame-filters option to -stack-list-variables,
2097 -stack-list-frames, -stack-list-locals and -stack-list-arguments
2098 commands.
2099
2100 2013-05-08 Joel Brobecker <brobecker@adacore.com>
2101
2102 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
2103 Support" subsection documenting the XML format used to transfer
2104 shared library info on AIX.
2105
2106 2013-05-08 Joel Brobecker <brobecker@adacore.com>
2107
2108 * gdb.texinfo (Debugging Output): Add documentation of
2109 "set debug aix-solib" and "show debug aix-solib" commands.
2110
2111 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
2112
2113 * gdb.texinfo (Nios II): New section.
2114 (Nios II Features): New section.
2115
2116 2013-05-06 Joel Brobecker <brobecker@adacore.com>
2117
2118 * gdbint.texinfo (Algorithms): Remove entries documenting
2119 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
2120 SOLIB_CREATE_INFERIOR_HOOK.
2121
2122 2013-04-29 Tom Tromey <tromey@redhat.com>
2123
2124 PR python/14204:
2125 * gdb.texinfo (Python API): Fix menu entry.
2126 (Blocks In Python): Fix subsubsection text. Rewrite intro.
2127 Define global and static block. Add example. Clarify
2128 block relationship for inline functions.
2129
2130 2013-04-29 Tom Tromey <tromey@redhat.com>
2131
2132 * gdb.texinfo (Python API): Mention Python help and keyword
2133 arguments. Move pagination text to Basic Python.
2134 (Basic Python): Put pagination text here. Document
2135 close-on-exec, SIGCHLD, and SIGINT.
2136
2137 2013-04-19 Pedro Alves <palves@redhat.com>
2138
2139 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
2140 "signedness" instead of "signness".
2141
2142 2013-04-19 Pedro Alves <palves@redhat.com>
2143
2144 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
2145 -Wno-pointer-sign text with text on -Wpointer-sign.
2146
2147 2013-04-16 Tom Tromey <tromey@redhat.com>
2148
2149 * gdb.texinfo (Set Catchpoints): Mention earliest version of
2150 GCC that has the SDT probe points.
2151
2152 2013-04-15 Tom Tromey <tromey@redhat.com>
2153
2154 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
2155 exception catchpoints.
2156
2157 2013-04-15 Tom Tromey <tromey@redhat.com>
2158
2159 * gdb.texinfo (Set Catchpoints): Document $_exception.
2160 (Convenience Vars): Mention $_exception.
2161
2162 2013-04-15 Tom Tromey <tromey@redhat.com>
2163
2164 * gdb.texinfo (Set Catchpoints): Reorganize exception
2165 catchpoints. Document "catch rethrow".
2166 (Debugging C Plus Plus): Mention "catch rethrow".
2167
2168 2013-04-15 Tom Tromey <tromey@redhat.com>
2169
2170 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
2171
2172 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2173 Eli Zaretskii <eliz@gnu.org>
2174
2175 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
2176 line below the sample output.
2177
2178 2013-04-12 Eli Zaretskii <eliz@gnu.org>
2179
2180 * gdb.texinfo (Mode Options): Document '-configuration'.
2181 (Help): Document "show configuration".
2182 (Bug Reporting): Add requirements to include the configuration
2183 details in bug reports.
2184
2185 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2186
2187 * Makefile.in (MAN1S): Add gcore.1.
2188 Remove "Host, target, and site specific Makefile fragments" comment.
2189 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
2190 (install-man1, uninstall-man1): Conditionalize gcore.1.
2191 (gcore.1): New.
2192 * gdb.texinfo (Man Pages): Add gcore man.
2193 (gcore man): New node.
2194
2195 2013-04-10 Pedro Alves <palves@redhat.com>
2196
2197 * gdb.texinfo (Process Record and Replay): Document that "set
2198 record full insn-number-max", "set record
2199 instruction-history-size" and "set record
2200 function-call-history-size" accept "unlimited".
2201 (Backtrace): Document that "set backtrace limit" accepts
2202 "unlimited".
2203 (List): Document that "set listsize" accepts "unlimited".
2204 (Print Settings)" Document that "set print max-symbolic-offset",
2205 "set print elements" and "set print repeats" accept "unlimited".
2206 (Starting and Stopping Trace Experiments): Document that "set
2207 trace-buffer-size" accepts "unlimited".
2208 (Remote Configuration): Document that "set tcp connect-timeout"
2209 accepts "unlimited".
2210 (Command History): Document that "set history size" accepts
2211 "unlimited".
2212 (Screen Size): Document that "set height" and "set width" accepts
2213 "unlimited". Adjust "set pagination"'s description to suggest
2214 "set height unlimited" instead of "set height 0".
2215
2216 2013-04-10 Yao Qi <yao@codesourcery.com>
2217
2218 * gdb.texinfo (Trace Files): Add "target ctf".
2219
2220 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2221
2222 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
2223
2224 * Makefile.in (install-man1, install-man5, uninstall-man1)
2225 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
2226
2227 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
2228
2229 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2230 Eli Zaretskii <eliz@gnu.org>
2231
2232 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
2233 parameters order. Remove "On some targets" for --attach. Document the
2234 --multi parameter and extended-remote command. Document all the
2235 options.
2236
2237 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2238
2239 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
2240 the list of supported languages.
2241
2242 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2243
2244 Convert man pages to texinfo, new gdbinit.5 texinfo page.
2245 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
2246 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
2247 (diststuff): Add man.
2248 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
2249 (uninstall-man5): New.
2250 (STAGESTUFF): Add *.1 and *.5.
2251 (GDBvn.texi): Add SYSTEM_GDBINIT.
2252 (gdb.1, gdbserver.1, gdbinit.5): New.
2253 (maintainer-clean realclean): Add $(MANS).
2254 (install): Add install-man.
2255 (uninstall): Add uninstall-man.
2256 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
2257 (@copying): Wrap it by @c man begin COPYRIGHT.
2258 (Top): Add Man Pages.
2259 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
2260
2261 2013-04-02 Pedro Alves <palves@redhat.com>
2262
2263 * gdb.texinfo (Debugging Output): Document "set/show debug
2264 aarch64", "set/show debug coff-pe-read" and "set/show debug
2265 mach-o".
2266
2267 2013-04-02 Pedro Alves <palves@redhat.com>
2268
2269 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2270 table>: Add entry for "trace-buffer-size".
2271
2272 2013-03-28 Pedro Alves <palves@redhat.com>
2273
2274 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2275 table>: Add entry for "trace-status".
2276
2277 2013-03-28 Eli Zaretskii <eliz@gnu.org>
2278
2279 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
2280 @bullet", which is invalid (makeinfo 5.1 barfs).
2281
2282 2013-03-28 Pedro Alves <palves@redhat.com>
2283
2284 PR gdb/15294
2285
2286 * gdb.texinfo (List) <set listsize>: Adjust to document that
2287 listsize 0 means no limit, and remove mention of -1.
2288
2289 2013-03-22 Yao Qi <yao@codesourcery.com>
2290
2291 * gdb.texinfo (Embedded Processors): Remove menu item
2292 "OpenRISC 1000".
2293 (OpenRISC 1000): Remove.
2294
2295 2013-03-21 Doug Evans <dje@google.com>
2296
2297 * gdb.texinfo (Maintenance Commands): Add docs for
2298 "mt set per-command {space,time,symtab} {on,off}".
2299
2300 2013-03-14 Hui Zhu <hui@codesourcery.com>
2301 Yao Qi <yao@codesourcery.com>
2302
2303 * gdb.texinfo (Trace Files): Add "tsave -ctf".
2304
2305 2013-03-13 Keith Seitz <keiths@redhat.com>
2306
2307 * gdb.texinfo (Maintenance Commands): Add missing ')' for
2308 "maint agent" reference to Dynamic printf.
2309
2310 2013-03-11 Eli Zaretskii <eliz@gnu.org>
2311
2312 * gdb.texinfo (General Query Packets): Don't use colon in index
2313 entries visible to Info format.
2314
2315 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2316
2317 * gdb.texinfo (Process Record and Replay): Document record
2318 changes.
2319
2320 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2321
2322 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
2323 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
2324 qXfer:btrace:read.
2325
2326 2013-03-09 Eli Zaretskii <eliz@gnu.org>
2327
2328 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
2329 use colons in @anchor and @cindex entries.
2330
2331 2013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
2332
2333 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
2334
2335 2013-03-08 Stan Shebs <stan@codesourcery.com>
2336 Hafiz Abid Qadeer <abidh@codesourcery.com>
2337
2338 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2339 trace-buffer-size set and show commands.
2340 (Tracepoint Packets): Document QTBuffer:size.
2341 (General Query Packets): Document QTBuffer:size.
2342
2343 2013-02-21 Tom Tromey <tromey@redhat.com>
2344
2345 * gdb.texinfo: Remove bad @syncodeindex.
2346 (Values From Inferior, Types In Python, Inferiors In Python)
2347 (Events In Python, Threads In Python, Frames In Python, Blocks In
2348 Python, Symbols In Python, Symbol Tables In Python): Remove
2349 @tables.
2350 (Packets, General Query Packets, Tracepoint Packets)
2351 (Host I/O Packets): Use @w{} for empty @item.
2352
2353 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
2354
2355 * gdb.texinfo (Architectures In Python): Add description about
2356 the new method gdb.Architecture.disassemble.
2357
2358 2013-02-15 Pedro Alves <pedro@codesourcery.com>
2359 Hafiz Abid Qadeer <abidh@codesourcery.com>
2360
2361 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
2362 Document the "trace-file" field.
2363
2364 2013-02-07 Doug Evans <dje@google.com>
2365
2366 * gdb.texinfo (Machine Code): Clarify argument to disassemble
2367 command.
2368
2369 2013-02-06 Yao Qi <yao@codesourcery.com>
2370
2371 * gdb.texinfo (GDB/MI Async Records): Document new MI
2372 notification "=tsv-modified". Update the document of MI
2373 notification "=tsv-created".
2374 * observer.texi (GDB Observers): New observer tsv_modified.
2375 Update observer tsv_created and tsv_delete.
2376
2377 2013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
2378
2379 * gdb.texinfo (AArch64 Features): New section; document
2380 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
2381 (Architectures): Add new AArch64 section to document AArch64
2382 architecture specific commands.
2383 (ABI): Add description of the new OS ABI "Newlib" and its influence
2384 on the longjmp handling.
2385
2386 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
2387 Jan Kratochvil <jan.kratochvil@redhat.com>
2388
2389 * gdb.texinfo (Backtrace): Added description of 'filename-display'
2390 variable in 'set/show backtrace' section.
2391
2392 2013-01-31 Tom Tromey <tromey@redhat.com>
2393
2394 * gdb.texinfo (Target Commands): Fix typo.
2395
2396 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
2397
2398 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
2399 describing the gdb.Architecture class.
2400 (Frames In Python): Add description about the new method
2401 gdb.Frame.architecture().
2402
2403 2013-01-23 Doug Evans <dje@google.com>
2404
2405 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
2406
2407 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
2408
2409 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
2410 'thread-groups' field when printing a breakpoint in MI.
2411
2412 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2413 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
2414 to reflect that jit-reader-load now supports absolute file-names.
2415
2416 2013-01-16 Tom Tromey <tromey@redhat.com>
2417
2418 * gdb.texinfo (Set Catchpoints): Document "catch signal".
2419 (Signals): Likewise.
2420
2421 2013-01-16 Tom Tromey <tromey@redhat.com>
2422
2423 * gdb.texinfo (GDB/MI Breakpoint Information): Document
2424 "catch-type" field.
2425 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
2426
2427 2013-01-07 Tom Tromey <tromey@redhat.com>
2428
2429 * gdb.texinfo (Mode Options): Don't mention -epoch.
2430 (Data, Emacs): Remove obsolete comments.
2431
2432 2013-01-02 Tom Tromey <tromey@redhat.com>
2433
2434 * gdb.texinfo (GDB/MI Output Records): Update menu.
2435 (GDB/MI Breakpoint Information): New node.
2436 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
2437 <-break-insert>: Likewise.
2438
2439 2012-12-31 Yao Qi <yao@codesourcery.com>
2440
2441 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
2442 (Packets): Move "vStopped" packet to ...
2443 (Notification Packets): ... here. Describe the components
2444 of notification. Add a table of supported notifications.
2445 Add an example on the process of he async notification.
2446
2447 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2448
2449 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
2450 present.
2451 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
2452 fullname output always present.
2453
2454 2012-12-23 Pierre Muller <muller@sourceware.org>
2455
2456 * gdbint.texinfo (Function prototypes): Require use of "extern"
2457 modifier for function prototypes in headers.
2458
2459 2012-12-19 Joel Brobecker <brobecker@adacore.com>
2460
2461 * refcard.tex: Update copyright notice to GPL v3 or later.
2462 Update contact info.
2463
2464 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2465
2466 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
2467
2468 2012-12-15 Yao Qi <yao@codesourcery.com>
2469
2470 * gdb.texinfo (Debugging Output): Document 'set debug
2471 notification' and 'show debug notification'.
2472
2473 2012-12-15 Yao Qi <yao@codesourcery.com>
2474
2475 * gdb.texinfo (Listing Tracepoints): New item and example about
2476 'installed on target' output.
2477 Add more in the example about 'installed on target'.
2478 (GDB/MI Breakpoint Commands): Doc about 'installed field.
2479
2480 2012-12-14 Tom Tromey <tromey@redhat.com>
2481
2482 * gdb.texinfo (SVR4 Process Information): Mention core files.
2483
2484 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
2485
2486 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
2487
2488 2012-12-11 Pedro Alves <palves@redhat.com>
2489
2490 * gdb.texinfo: Remove all mentions of Unixware throughout.
2491
2492 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2493
2494 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
2495
2496 2012-11-29 Tom Tromey <tromey@redhat.com>
2497
2498 * gdb.texinfo (SVR4 Process Information): Document missing
2499 "info proc" subcommands.
2500
2501 2012-11-29 Yao Qi <yao@codesourcery.com>
2502
2503 PR gdb/1477.
2504 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
2505 to 'auto' instead of 'gnu'.
2506
2507 2012-11-26 Tom Tromey <tromey@redhat.com>
2508
2509 * gdb.texinfo (MiniDebugInfo): New node.
2510 (GDB Files): Update.
2511
2512 2012-11-16 Doug Evans <dje@google.com>
2513
2514 * gdb.texinfo (System-wide configuration): If the system-wide init
2515 file lives in the data-directory, and --data-directory is provided,
2516 look for it there.
2517
2518 2012-11-15 Tom Tromey <tromey@redhat.com>
2519
2520 * gdb.texinfo (Signaling): Fix typo.
2521
2522 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
2523
2524 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
2525 parameter "count" of -data-write-memory-bytes, and add an example.
2526
2527 2012-11-12 Tom Tromey <tromey@redhat.com>
2528
2529 * gdb.texinfo (Symbols): Document "info type-printers",
2530 "enable type-printer" and "disable type-printer".
2531 (Python API): Add new node to menu.
2532 (Type Printing API): New node.
2533 (Progspaces In Python): Document type_printers field.
2534 (Objfiles In Python): Likewise.
2535 (gdb.types) <get_type_recognizers, apply_type_recognizers,
2536 register_type_printer, TypePrinter>: Document.
2537
2538 2012-11-12 Tom Tromey <tromey@redhat.com>
2539
2540 * gdb.texinfo (Symbols): Document "set print type methods",
2541 "set print type typedefs", and flags to ptype and whatis.
2542
2543 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
2544
2545 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
2546 the example -data-disassemble output. Extend the description of
2547 the -data-disassemble results to document all fields. Document
2548 the cli disassemble command as being related to -data-disassemble.
2549
2550 2012-11-09 Yao Qi <yao@codesourcery.com>
2551
2552 PR gdb/14777.
2553 * gdb.texinfo (OS Information): Remove doc on command
2554 'info udot'.
2555
2556 2012-11-08 Joel Brobecker <brobecker@adacore.com>
2557
2558 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
2559 gdb.ini warning for Windows port.
2560
2561 2012-11-08 Yao Qi <yao@codesourcery.com>
2562
2563 * gdb.texinfo (Search): Add kindex for 'fo'.
2564
2565 2012-11-05 Tom Tromey <tromey@redhat.com>
2566
2567 PR python/14802:
2568 * gdb.texinfo (Functions In Python): Add example.
2569
2570 2012-11-03 Yao Qi <yao@codesourcery.com>
2571
2572 * observer.texi (GDB Observers): Remove observer
2573 'tracepoint_modified', 'tracepoint_created' and
2574 'tracepoint_deleted'.
2575
2576 2012-10-26 Tom Tromey <tromey@redhat.com>
2577
2578 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
2579
2580 2012-10-25 Tom Tromey <tromey@redhat.com>
2581
2582 * gdb.texinfo (General Query Packets): Use @itemx.
2583
2584 2012-10-17 Yao Qi <yao@codesourcery.com>
2585
2586 * observer.texi (GDB Observers): Update observer
2587 'memory_changed'.
2588 * gdb.texinfo (GDB/MI Async Records): Document for
2589 "memory-changed" notification.
2590
2591 2012-10-15 Doug Evans <dje@google.com>
2592
2593 * gdb.texinfo (Mode Options): Document -nh.
2594 Elaborate on docs for -nx.
2595
2596 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2597
2598 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
2599
2600 2012-09-21 Yao Qi <yao@codesourcery.com>
2601 Pedro Alves <palves@redhat.com>
2602
2603 * gdb.texinfo (GDB/MI Async Records): Document notification
2604 'record-started' and 'record-stopped'.
2605 * observer.texi (GDB Observers): New observer 'record-changed'.
2606
2607 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
2608
2609 * gdb.texinfo: Document the removal of SH's 'regs' command.
2610
2611 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2612
2613 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
2614
2615 2012-09-18 Yao Qi <yao@codesourcery.com>
2616
2617 * gdb.texinfo (GDB/MI Async Records): Document new MI
2618 notifications '=tsv-created' and '=tsv-deleted'.
2619 * observer.texi (GDB Observers): New observer tsv_created and
2620 tsv_deleted.
2621
2622 2012-09-18 Yao Qi <yao@codesourcery.com>
2623
2624 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
2625 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
2626 '=traceframe-changed'.
2627
2628 2012-09-17 Yao Qi <yao@codesourcery.com>
2629
2630 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
2631 'set listsize'.
2632
2633 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2634 Eli Zaretskii <eliz@gnu.org>
2635
2636 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
2637 encoding for gdbarch_breakpoint_from_pc, bp_addr for
2638 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
2639
2640 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2641
2642 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
2643
2644 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
2645
2646 Document how to return from "python-interactive" to GDB.
2647 * gdb.texinfo (Python Commands): Update documentation.
2648
2649 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
2650
2651 Add a new "python-interactive" command that starts a standard
2652 Python interactive prompt with "pi" as alias, and add "py" as
2653 an alias to "python".
2654 * gdb.texinfo (Python Commands): Document the new commands.
2655
2656 2012-08-22 Tom Tromey <tromey@redhat.com>
2657
2658 * gdbint.texinfo (Host Definition): Remove documentation for
2659 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
2660
2661 2012-08-17 Keith Seitz <keiths@redhat.com>
2662
2663 PR c++/13356
2664 * gdb.texinfo (Type and Range Checking): Remove warning.
2665 Remove spurious commas.
2666 Update text and examples for re-implementation of set/show
2667 check type.
2668 (C and C++ Type and Range Checks): Likewise.
2669
2670 2012-08-16 Yao Qi <yao@codesourcery.com>
2671
2672 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
2673 is deprecated.
2674
2675 2012-08-13 Doug Evans <dje@google.com>
2676
2677 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
2678 to include functions.
2679
2680 2012-08-10 Doug Evans <dje@google.com>
2681
2682 * gdb.texinfo (Convenience Funs): New node.
2683 (Types In Python): Document Type.vector.
2684
2685 2012-08-09 Yao Qi <yao@codesourcery.com>
2686
2687 * observer.texi: New observer command_param_changed.
2688 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
2689
2690 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2691
2692 * gdbint.texinfo (Debugging GDB): In section
2693 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
2694 Mention also gdb-gdb.py.
2695
2696 2012-08-07 Yao Qi <yao@codesourcery.com>
2697
2698 Revert the folloing patch:
2699 2012-08-06 Yao Qi <yao@codesourcery.com>
2700 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2701 remote hardware-watchpoint-limit' and 'set
2702 remote hardware-breakpoint-limit'.
2703
2704 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
2705
2706 * gdb.texinfo (Working Directory): Added information about new
2707 default argument for 'cd' command.
2708
2709 2012-08-06 Yao Qi <yao@codesourcery.com>
2710
2711 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2712 remote hardware-watchpoint-limit' and 'set
2713 remote hardware-breakpoint-limit'.
2714
2715 2012-08-06 Yao Qi <yao@codesourcery.com>
2716
2717 Fix PR14371.
2718
2719 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
2720 '=breakpoint-deleted'.
2721
2722 2012-08-02 Yao Qi <yao@codesourcery.com>
2723
2724 * gdb.texinfo (Native): Remove node Neutrino.
2725
2726 2012-07-27 Yao Qi <yao@codesourcery.com>
2727
2728 * gdb.texinfo (IPA Protocol Commands): Document new command
2729 'close'.
2730
2731 2012-07-25 Tom Tromey <tromey@redhat.com>
2732
2733 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
2734
2735 2012-07-20 Doug Evans <dje@google.com>
2736
2737 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
2738 (Index Files): Document how to control the use of deprecated index
2739 sections.
2740 (Index Section Format): Replace --use-deprecated-index-sections with
2741 "set use-deprecated-index-sections on".
2742
2743 2012-07-12 Eli Zaretskii <eliz@gnu.org>
2744
2745 * gdbint.texinfo: Remove @syncodeindex directives that put all the
2746 indices into a single node "Index". Instead, join function and
2747 variable indices into a single index, separate from the concept
2748 index. Requested in
2749 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
2750 (Top): Update the top-level menu: instead of one "Index" there are
2751 now separate entries "Concept Index" and "Function and Variable
2752 Index".
2753 (Concept Index, Function and Variable Index): New nodes.
2754 (Index): Node deleted.
2755
2756 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
2757
2758 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
2759 and "maint agent-eval".
2760
2761 2012-07-03 Eli Zaretskii <eliz@gnu.org>
2762
2763 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
2764 avoid file-name clashes between Index.html and index.html on
2765 case-insensitive filesystems. See the discussion starting in
2766 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
2767 details of the problem.
2768 (Top): Update the master menu for the above.
2769 (Concept Index, Command and Variable Index): New nodes, instead of
2770 the old "Index" node that was deleted. All cross-references
2771 updated.
2772
2773 2012-07-02 Stan Shebs <stan@codesourcery.com>
2774
2775 * gdb.texinfo (Dynamic Printf): Mention agent style and
2776 disconnected dprintf.
2777 (Maintenance Commands): Describe maint agent-printf.
2778 (General Query Packets): Mention BreakpointCommands feature.
2779 (Packets): Document commands extension to Z0 packet.
2780 * agentexpr.texi (Bytecode Descriptions): Document printf
2781 bytecode.
2782
2783 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2784
2785 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
2786 only after gdbinit files.
2787 (Startup): Move -iex and -iex commands down after gdbinit files.
2788
2789 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2790
2791 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
2792 possibility.
2793
2794 2012-06-29 Tom Tromey <tromey@redhat.com>
2795
2796 * gdb.texinfo (Index Section Format): Update for version 7.
2797
2798 2012-06-28 Stan Shebs <stan@codesourcery.com>
2799
2800 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
2801 example, add note about title column.
2802
2803 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2804
2805 * gdb.texinfo (Symbol Tables In Python): Add description about
2806 the new 'last' attribute of gdb.Symtab_and line.
2807
2808 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2809
2810 * gdb.texinfo (Symbol Tables In Python): Correct the description
2811 of the 'pc' attribute of gdb.Symtab_and_line.
2812
2813 2012-06-26 Doug Evans <dje@google.com>
2814
2815 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
2816 and symtab-create.
2817
2818 2012-06-25 Keith Seitz <keiths@redhat.com>
2819
2820 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
2821 from example. Remove "rbreak" from list of corresponding
2822 gdb commands.
2823
2824 2012-06-23 Doug Evans <dje@google.com>
2825
2826 * gdb.texinfo (Index Section Format): Document version 7 format.
2827
2828 2012-06-22 Yao Qi <yao@codesourcery.com>
2829
2830 * gdb.texinfo: Add missing cindex for some packets.
2831
2832 2012-06-20 Keith Seitz <keiths@redhat.com>
2833
2834 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
2835 for -break-insert and document -p.
2836
2837 2012-06-20 Yao Qi <yao@codesourcery.com>
2838
2839 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
2840 and "gdb.write_memory" with "Inferior.read_memory" and
2841 "Inferior.write_memory".
2842
2843 2012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
2844
2845 * gdb.texinfo (Summary): Add a link to "Free Documentation".
2846 (Free Documentation): Add @node line.
2847 (Continuing and Stepping) <advance location>: Use @item instead of
2848 @itemx.
2849 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
2850 @itemx.
2851 (Embedded Processors): Put the link to "PA" to its correct place,
2852 according to document structure.
2853 (Python API): Put the link to "Lazy Strings In Python" to its
2854 correct place.
2855 (Index): Use @@ in @tex block to get a literal @.
2856
2857 * gdbint.texinfo: Fix the @subtitle line.
2858
2859 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
2860 correct place.
2861
2862 2012-06-08 Yao Qi <yao@codesourcery.com>
2863
2864 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
2865 Protocol'.
2866 (In-Process Agent Protocol, IPA Protocol Objects)
2867 (IPA Protocol Commands): New nodes.
2868 (Tracepoint Packets): Add anchors.
2869
2870 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
2871
2872 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
2873
2874 2012-06-06 Yao Qi <yao@codesourcery.com>
2875
2876 * gdb.texinfo: Update copyright year.
2877
2878 2012-05-23 Stan Shebs <stan@codesourcery.com>
2879 Kwok Cheung Yeung <kcy@codesourcery.com>
2880
2881 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
2882
2883 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2884
2885 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
2886 Mention also --with-separate-debug-dir.
2887 (Auto-loading): Prepend $debugdir in the sample output.
2888 (Auto-loading safe path): Likewise. Mention also $debugdir for the
2889 auto-load safe-path variable.
2890 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
2891 Mention also $debugdir for 'set auto-load scripts-directory'.
2892
2893 2012-05-19 Eli Zaretskii <eliz@gnu.org>
2894
2895 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
2896 (MIPS Embedded, MIPS, MIPS Register packet Format)
2897 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
2898 appropriate.
2899
2900 2012-05-18 Sandra Loosemore <sandra@codesourcery.com>
2901 Maciej W. Rozycki <macro@codesourcery.com>
2902
2903 * gdb.texinfo (MIPS): Document "set mips compression" and "show
2904 mips compression".
2905 (MIPS Breakpoint Kinds): New subsubsection.
2906
2907 2012-05-18 Eli Zaretskii <eliz@gnu.org>
2908
2909 * gdb.texinfo (Architecture-Specific Protocol Details): Define
2910 nodes for subsections. Add @acronym mark-ups and adjust
2911 formatting.
2912
2913 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2914
2915 Rename $ddir to $datadir.
2916 * gdb.texinfo (Auto-loading, Auto-loading safe path)
2917 (objfile-gdb.py file): Rename $ddir to $datadir.
2918
2919 2012-05-18 Tom Tromey <tromey@redhat.com>
2920
2921 * gdb.texinfo (Print Settings): Document 'set print symbol'.
2922
2923 2012-05-14 Stan Shebs <stan@codesourcery.com>
2924
2925 * gdb.texinfo (Dynamic Printf): New subsection.
2926
2927 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
2928
2929 * gdb.texinfo (Basic Python): Add description about the function
2930 gdb.find_pc_line
2931
2932 2012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2933 Eli Zaretskii <eliz@gnu.org>
2934
2935 * gdb.texinfo (Separate Debug Files): Use plural form for global
2936 debugging information directory.
2937
2938 2012-05-11 Stan Shebs <stan@codesourcery.com>
2939 Kwok Cheung Yeung <kcy@codesourcery.com>
2940
2941 * gdb.texinfo (Operating System Auxiliary Information): Document new
2942 'info os' subcommands.
2943
2944 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2945
2946 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
2947 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
2948 (dotdebug_gdb_scripts section): Add reference
2949 to 'Auto-loading safe path'.
2950
2951 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2952
2953 Implement multi-component --with-auto-load-dir.
2954 * gdb.texinfo (Auto-loading): New references
2955 for 'set auto-load scripts-directory'
2956 and 'show auto-load scripts-directory'.
2957 (Auto-loading safe path): Describe the new default. Move $ddir
2958 substituation reference to 'objfile-gdb.py file'.
2959 (objfile-gdb.py file): Describe script-name alias. Change real-name to
2960 script-name. Describe new 'set auto-load scripts-directory'
2961 and 'show auto-load scripts-directory'.
2962
2963 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2964
2965 Provide $ddir substitution for --with-auto-load-safe-path.
2966 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
2967 (Auto-loading safe path): Likewise. Mention the default value,
2968 $ddir substitution, --with-auto-load-safe-path and
2969 --without-auto-load-safe-path.
2970 * observer.texi (gdb_datadir_changed): New.
2971
2972 2012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2973
2974 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
2975 Twice.
2976
2977 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
2978 directory separator by path separator.
2979
2980 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2981
2982 * gdb.texinfo (Auto-loading safe path): Make 'directories'
2983 for 'set auto-load safe-path' optional. Mention if it is omitted.
2984 Change disabling security protection condition to "/", twice.
2985
2986 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
2987
2988 * gdb.texinfo (Symbol Tables In Python): Add documentation about
2989 the new methods global_block and static_block on gdb.Symtab
2990 objects.
2991
2992 2012-05-02 Siva Chandra Reddy <sivachandra@google.com>
2993
2994 * gdb.texinfo (Blocks In Python): Add a note saying that future
2995 improvements to GDB and its infrastructure can move symbols
2996 across blocks within a symbol table.
2997
2998 2012-04-29 Yao Qi <yao@codesourcery.com>
2999
3000 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
3001 (A29K): Remove.
3002
3003 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
3004 Tom Tromey <tromey@redhat.com>
3005
3006 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
3007 and generic static probe support on GDB.
3008
3009 2012-04-25 Doug Evans <dje@google.com>
3010
3011 * gdb.texinfo (Go): Fix thinko.
3012
3013 * gdb.texinfo (Supported Languages): Add Go.
3014 (Go): New node.
3015
3016 2012-04-25 Yao Qi <yao@codesourcery.com>
3017
3018 * gdbint.texinfo (Testsuite): New section `Board settings'.
3019
3020 2012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3021
3022 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
3023 Three times.
3024
3025 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
3026 Three times.
3027
3028 2012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3029
3030 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
3031 by @table @asis. Fix formatting of one item.
3032
3033 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3034
3035 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
3036
3037 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3038
3039 New option "set debug auto-load".
3040 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
3041 (auto-load verbose mode): New node.
3042
3043 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3044
3045 New option "set auto-load safe-path".
3046 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
3047 and "info auto-load" examples for safe-path. Put there also references
3048 for "set auto-load safe-path" and "show auto-load safe-path".
3049 New menu item for Auto-loading safe path.
3050 (Auto-loading safe path): New node.
3051 (Python Auto-loading): Update the expected output from "Missing"
3052 to "No".
3053
3054 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3055
3056 auto-load: Implementation.
3057 * gdb.texinfo (Mode Options): New anchor for -nx.
3058 (Startup): New anchors for Option -init-eval-command,
3059 Home Directory Init File
3060 and Init File in the Current Directory during Startup.
3061 Mention set auto-load local-gdbinit with a reference.
3062 Change the sample code to "set auto-load python-scripts".
3063 (Threads): New anchor set libthread-db-search-path.
3064 Provide references to libthread_db.so.1 file.
3065 (Controlling GDB): New menu item for Auto-loading.
3066 (Auto-loading, Init File in the Current Directory)
3067 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
3068 (Python): Rename the menu item Auto-loading to Python Auto-loading.
3069 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
3070 reference.
3071 (Auto-loading): Rename to ...
3072 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
3073 "set auto-load python-scripts", new anchor for it. Change
3074 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
3075 for it. Change "info auto-load-scripts"
3076 to "info auto-load python-scripts", new anchor for it. Change "scripts"
3077 to "Python scripts".
3078
3079 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
3080
3081 PR mi/13393
3082 * gdb.texinfo (Print Settings): Extend the description for "set print
3083 object".
3084 (GDB/MI Variable Objects): Extend the description for -var-create and
3085 -var-list-children.
3086
3087 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
3088
3089 * gdb.texinfo (Examining Data): Document the 'explore' command.
3090
3091 2012-03-28 Joel Brobecker <brobecker@adacore.com>
3092
3093 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
3094 to the children of a varobj and its update range when -var-update
3095 returns that the varobj's type changed.
3096
3097 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3098
3099 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
3100 Create two new links fir 'objfile-gdb.py file'
3101 and 'dotdebug_gdb_scripts section'.
3102
3103 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3104
3105 * gdb.texinfo (Auto-loading): Rename node reference
3106 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
3107 Twice.
3108 (.debug_gdb_scripts section): Rename the node ...
3109 (dotdebug_gdb_scripts section): ... here.
3110 (Maintenance Commands): Also rename this node reference.
3111
3112 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
3113
3114 * gdb.texinfo (Python API/Values From Inferior): Add description
3115 about the new method Value.referenced_value. Add description on
3116 how Value.dereference is different (and similar) to
3117 Value.referenced_value.
3118
3119 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3120
3121 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
3122 --init-eval-command=COMMAND, -iex.
3123 (Startup): Describe -iex and -ix. Simplify the example
3124 for "set auto-load-scripts off".
3125
3126 2012-03-16 Gary Benson <gbenson@redhat.com>
3127
3128 PR breakpoints/10738
3129 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
3130 stating that GDB cannot set breakpoints on inlined functions.
3131 (Mode Options): Document --use-deprecated-index-sections.
3132 (Index Section Format): Document new index section version format.
3133
3134 2012-03-15 Tom Tromey <tromey@redhat.com>
3135
3136 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
3137
3138 2012-03-13 Doug Evans <dje@google.com>
3139
3140 * gdb.texinfo (Help): Change apropos example to use "alias" instead
3141 of "reload".
3142 (Symbols): Delete docs for set/show symbol-reloading.
3143 * gdbint.texinfo (Defining Other Architecture Features): Delete
3144 SYMBOL_RELOADING_DEFAULT.
3145 * refcard.tex: Delete reference to symbol-reloading.
3146
3147 2012-03-07 Pedro Alves <palves@redhat.com>
3148
3149 * gdb.texinfo (General Query Packets): Document new
3150 QProgramSignals packet.
3151 * gdb.texinfo (Remote configuration): Mention
3152 "program-signals-packet".
3153
3154 2012-03-05 Tristan Gingold <gingold@adacore.com>
3155
3156 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
3157
3158 2012-03-03 Yao Qi <yao@codesourcery.com>
3159
3160 * gdb.texinfo (In-Process Agent): New node.
3161 Document new commands.
3162 (General Query Packets): Add packet `QAgent'.
3163
3164 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
3165
3166 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
3167
3168 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
3169
3170 * gdb.texinfo (Commands In Python): Put example python macro in
3171 COMMAND_USER category rather than COMMAND_OBSCURE.
3172 Document gdb.COMMAND_USER.
3173 (User-defined Commands): Update documentation to clarify
3174 "set/show max-user-call-depth" and "show user" don't apply to python
3175 commands. Update documentation to clarify "help user-defined" may
3176 also include python commands defined as COMMAND_USER.
3177
3178 2012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3179
3180 * gdb.texinfo (Startup): Add option -ex description to the option -x
3181 description.
3182
3183 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
3184
3185 * gdb.texinfo (Setting Breakpoints): Mention and explain the
3186 condition-evaluation breakpoint parameter.
3187 Mention condition-evaluation mode being shown in "info break".
3188 (Break Conditions): Add description for target-side
3189 conditional breakpoints.
3190 (Remote Configuration): Mention conditional-breakpoints-packet.
3191 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
3192 cond-expr.
3193 (General Query Packets): Mention new ConditionalBreakpoint feature.
3194
3195 2012-02-22 Tom Tromey <tromey@redhat.com>
3196
3197 * gdb.texinfo (Blocks In Python): Clarify block iteration.
3198
3199 2012-02-17 Tom Tromey <tromey@redhat.com>
3200
3201 PR python/10753:
3202 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
3203 directory.
3204
3205 2012-02-14 Stan Shebs <stan@codesourcery.com>
3206
3207 * gdb.texinfo (Disabling Breakpoints): Document enable count.
3208
3209 2012-02-13 Pedro Alves <palves@redhat.com>
3210
3211 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
3212 mips-idt-ecoff.
3213
3214 2012-02-09 Yao Qi <yao@codesourcery.com>
3215
3216 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
3217
3218 2012-02-07 Tom Tromey <tromey@redhat.com>
3219
3220 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
3221 Symbol.value.
3222
3223 2012-02-07 Tom Tromey <tromey@redhat.com>
3224
3225 * gdb.texinfo (Symbols In Python): Document Symbol.line.
3226
3227 2012-01-27 Thomas Schwinge <thomas@codesourcery.com>
3228
3229 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
3230
3231 2012-01-24 Tom Tromey <tromey@redhat.com>
3232
3233 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
3234 unload".
3235 (Files): Mention new catch commands.
3236 (GDB/MI Async Records): Likewise.
3237
3238 2012-01-24 Gary Benson <gbenson@redhat.com>
3239
3240 Delete #if 0'd out code.
3241 * gdb.texinfo (Frame Info): Remove "info catch".
3242
3243 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
3244
3245 * gdb.texinfo (Remote Configuration): Document
3246 "set remote hostio-readlink-packet" command.
3247 (General Query Packets): Document vFile:readlink packet.
3248
3249 2012-01-16 Tom Tromey <tromey@redhat.com>
3250
3251 * gdb.texinfo (Specify Location): Document relative file name
3252 handling.
3253
3254 2012-01-16 Tom Tromey <tromey@redhat.com>
3255
3256 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
3257
3258 2012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3259 Eli Zaretskii <eliz@gnu.org>
3260
3261 * gdbint.texinfo (Coding Standards): Require braces for two lines of
3262 code.
3263
3264 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
3265
3266 * gdb.texinfo (Variables): Document use of :: for non-static
3267 variables.
3268
3269 2012-01-05 Joel Brobecker <brobecker@adacore.com>
3270
3271 * gdbint.texinfo (Start of New Year Procedure): Update
3272 to replace use of copyright.sh by use of copyright.py.
3273
3274 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3275
3276 Remove the gdbtui binary.
3277 * all-cfg.texi (GDBTUI): Remove.
3278 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
3279 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
3280 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
3281
3282 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
3283
3284 Introduce gdb.FinishBreakpoint in Python.
3285 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
3286 (Python API): Add menu entry for Finish Breakpoints.
3287
3288 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3289
3290 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
3291 tests.
3292
3293 2011-12-16 Doug Evans <dje@google.com>
3294
3295 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
3296
3297 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
3298
3299 * gdb.texinfo (Python Commands): Remove "maint set/show print
3300 stack". Add documentation for "set/show python print-stack".
3301
3302 2011-12-14 Pedro Alves <pedro@codesourcery.com>
3303
3304 * gdb.texinfo (Implementing a Remote Stub): Explain that you
3305 should transfer control to the stub in the startup code instead of
3306 in main. Mention the need to get past the initial breakpoint.
3307
3308 2011-12-06 Tom Tromey <tromey@redhat.com>
3309
3310 * gdb.texinfo (Set Breaks): Update for new behavior.
3311
3312 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3313
3314 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
3315 List Format for SVR4 Targets'.
3316 (General Query Packets): New item qXfer:libraries-svr4:read.
3317 (Library List Format for SVR4 Targets): New node.
3318
3319 2011-12-01 Tom Tromey <tromey@redhat.com>
3320
3321 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
3322 add.
3323
3324 2011-11-22 Tom Tromey <tromey@redhat.com>
3325
3326 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
3327 reasons.
3328
3329 2011-11-20 Stan Shebs <stan@codesourcery.com>
3330
3331 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3332 note-related options and variables.
3333 (Tracepoint Packets): Document packet changes.
3334
3335 2011-11-20 Sanjoy Das <sdas@igalia.com>
3336
3337 * gdb.texinfo (JIT Interface): Add documentation on writing and
3338 usind JIT debug info readers.
3339 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
3340 Debug Info Readers): New nodes.
3341
3342 2011-11-18 Yao Qi <yao@codesourcery.com>
3343
3344 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
3345 tracepoint.
3346
3347 2011-11-15 Doug Evans <dje@google.com>
3348
3349 * gdb.texinfo (Files): Document basenames-may-differ.
3350
3351 2011-11-14 Doug Evans <dje@google.com>
3352
3353 * gdb.texinfo (Shell Commands): Document "!".
3354
3355 2011-11-14 Stan Shebs <stan@codesourcery.com>
3356 Kwok Cheung Yeung <kcy@codesourcery.com>
3357
3358 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
3359 needed to get shorter fast tracepoints.
3360 (Tracepoint Packets): Document new qTMinFTPILen packet.
3361
3362 2011-11-14 Yao Qi <yao@codesourcery.com>
3363
3364 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
3365 behavior of tracepoint.
3366 (General Query Packets): New feature InstallInTrace.
3367 (Remote Configuration): Document "set remote
3368 install-in-trace-packet".
3369
3370 2011-11-12 Matt Rice <ratmice@gmail.com>
3371
3372 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
3373 Add arguments to info macro.
3374
3375 2011-11-10 Tom Tromey <tromey@redhat.com>
3376
3377 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
3378 manual.
3379 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
3380 (Macros): Add a footnote.
3381 (C): Remove paragraph about compiler options.
3382 (C Constants): Mention wide character and string constants.
3383 (C Plus Plus Expressions): Update compiler option advice. Mention
3384 using declarations. Mention ADL. Remove old HP compiler
3385 information.
3386
3387 2011-11-10 Tom Tromey <tromey@redhat.com>
3388
3389 PR c++/9257:
3390 * gdb.texinfo (Print Settings): Add an extra note about the need
3391 for a vtable.
3392
3393 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
3394
3395 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
3396 "set mips abi" documentation.
3397
3398 2011-11-04 Doug Evans <dje@google.com>
3399
3400 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
3401
3402 2011-11-03 Tom Tromey <tromey@redhat.com>
3403
3404 * gdb.texinfo (Stopping): Add menu entry.
3405 (Continuing and Stepping): Restore @node. Use @section, not
3406 @subsection.
3407
3408 2011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
3409
3410 * gdb.texinfo (Skipping Over Functions and Files): Remove node
3411 designation. Fix "Specify Location" cross-reference.
3412
3413 2011-11-02 Stan Shebs <stan@codesourcery.com>
3414
3415 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
3416 (General Query Packets): Describe tracenz feature.
3417 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
3418
3419 2011-10-28 Paul Koning <paul_koning@dell.com>
3420
3421 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
3422
3423 2011-10-27 Kevin Pouget <kevin.pouget@st.com>
3424
3425 * gdb.texinfo ((Frames In Python): Document
3426 gdb.FRAME_UNWIND_FIRST_ERROR contant.
3427
3428 2011-10-26 Paul Koning <paul_koning@dell.com>
3429
3430 * gdb.texinfo (gdb.types): Document new deepitems function.
3431
3432 2011-10-25 Paul Koning <paul_koning@dell.com>
3433
3434 PR python/13327
3435
3436 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
3437 fetch_lazy method.
3438
3439 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
3440
3441 PR python/12656
3442
3443 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
3444 global_block, static_block function.
3445
3446 2011-10-19 Tom Tromey <tromey@redhat.com>
3447
3448 * gdb.texinfo (Commands In Python): Add missing "@"s.
3449
3450 2011-10-13 Kevin Pouget <kevin.pouget@st.com>
3451
3452 PR python/13285 Document named constants for frame unwind stop reasons
3453 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
3454 constants.
3455
3456 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3457
3458 Fix compatibility with texinfo versions older than 4.12.
3459 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
3460 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
3461 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
3462 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
3463 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
3464 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
3465 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
3466
3467 2011-10-09 Doug Evans <dje@google.com>
3468
3469 * gdb.texinfo (Extending GDB): Document alias command.
3470
3471 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3472
3473 Support @entry in input expressions.
3474 * gdb.texinfo (Variables): Describe @entry names suffix.
3475 (Print Settings): Add anchor for `set print entry-values'.
3476
3477 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3478 Eli Zaretskii <eliz@gnu.org>
3479
3480 Display @entry parameter values (without references).
3481 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
3482 example.
3483 (Print Settings): New description of set print entry-values and show
3484 print entry-values.
3485
3486 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3487 Eli Zaretskii <eliz@gnu.org>
3488
3489 Recognize virtual tail call frames.
3490 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
3491 (Tail Call Frames): New node.
3492 (Frames In Python): Add gdb.TAILCALL_FRAME.
3493
3494 2011-10-07 Doug Evans <dje@google.com>
3495
3496 * gdb.texinfo (gdb.printing): Document new `replace' arg to
3497 register_pretty_printer.
3498
3499 2011-10-07 Phil Muldoon <pmuldoon@redhat.com>
3500
3501 PR python/12930
3502 PR python/12802
3503
3504 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
3505 stop method.
3506
3507 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
3508
3509 * gdb.texinfo (Starting your Program): "set disable-randomization"
3510 is no longer Linux-specific.
3511 (Remote Configuration): Document "set remote
3512 disable-randomization-packet".
3513 (General Query Packets): Document "QDisableRandomization" packet
3514 and add it to "qSupported" list.
3515
3516 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
3517
3518 Allow Python notification of new object-file loadings.
3519 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
3520 event type.
3521
3522 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
3523
3524 PR python/12691: Add the inferior to Python exited event
3525 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
3526
3527 2011-10-03 Joel Brobecker <brobecker@adacore.com>
3528
3529 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
3530 rephasing.
3531
3532 2011-10-03 Joel Brobecker <brobecker@adacore.com>
3533
3534 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
3535 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
3536 as possible feature returned by the `-list-features'
3537 command.
3538
3539 2011-09-28 Paul Koning <paul_koning@dell.com>
3540
3541 * gdb.texinfo (gdb.Type): Document field access by dictionary
3542 key syntax.
3543
3544 2011-09-28 Yao Qi <yao@codesourcery.com>
3545
3546 * gdb.texinfo (Files): Update options for `add-symbol-file'.
3547 Add one space after option `-s'. Remove @r{} markup.
3548
3549 2011-09-27 Stan Shebs <stan@codesourcery.com>
3550
3551 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
3552
3553 2011-09-16 Hui Zhu <teawater@gmail.com>
3554
3555 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
3556 to *(unsigned char *)$esp@300.
3557
3558 2011-09-15 Paul Koning <paul_koning@dell.com>
3559
3560 * gdb.texinfo: Make style of Python functions and methods match
3561 the syntax of Python. Also put class and module names explicitly
3562 on function, member, and variable names, matching Python
3563 documentation conventions.
3564
3565 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
3566
3567 PR Python/12692 Add gdb.selected_inferior() to Python interface.
3568 * gdb.texinfo (Inferiors In Python): Describe new
3569 gdb.selected_inferior() function.
3570
3571 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
3572
3573 Handle multiple breakpoint hits in Python interface:
3574 * gdb.texinfo (Events In Python): New function documentation:
3575 gdb.BreakpointEvent.breakpoints. Indicate that
3576 gdb.BreakpointEvent.breakpoint is now deprecated.
3577
3578 2011-09-04 Joel Brobecker <brobecker@adacore.com>
3579
3580 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
3581
3582 2011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
3583
3584 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
3585
3586 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
3587
3588 * gdb.texinfo (Prompt): Add set/show extended-prompt
3589 documentation
3590 (Basic Python): Add prompt_hook anchor.
3591 (Python modules): Reword module text to reflect multiple modules.
3592 (gdb.prompt): Document gdb.prompt module.
3593
3594 2011-08-14 Yao Qi <yao@codesourcery.com>
3595
3596 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
3597
3598 2011-08-14 Yao Qi <yao@codesourcery.com>
3599
3600 * gdb.texinfo (Standard Target Features): Document C6x features.
3601 (TIC6x Features): New node.
3602
3603 2011-08-12 Doug Evans <dje@google.com>
3604
3605 * gdb.texinfo (Symbols In Python): Document symbol.type.
3606
3607 2011-08-09 Phil Muldoon <pmuldoon@redhat.com>
3608
3609 * gdb.texinfo (Python): Document command and function
3610 auto-loading.
3611
3612 2011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3613 Eli Zaretskii <eliz@gnu.org>
3614
3615 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
3616 typedefs unrolling. Extend the sample code by an inner typedef and
3617 outer typedefs unrolling.
3618
3619 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
3620
3621 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
3622 size and line-size.
3623
3624 2011-07-21 Matt Rice <ratmice@gmail.com>
3625
3626 PR macros/12999
3627 * gdb.texinfo (Macros): Add info definitions and info macros commands.
3628 Update text and cindex entries for info macro command.
3629
3630 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
3631
3632 * observer.texi (GDB Observers): Add before_prompt observer.
3633 * gdb.texinfo (Basic Python): Add documentation for prompt
3634 substitution.
3635
3636 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
3637
3638 PR python/12438
3639 * gdb.texinfo (Python Commands): Add deprecate note to maint
3640 set/show python print-stack. Document set/show python
3641 print-backtrace.
3642
3643 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
3644
3645 * gdb.texinfo: Fix typos.
3646
3647 2011-07-01 Tom Tromey <tromey@redhat.com>
3648
3649 * gdb.texinfo (Debugging Output): Document set debug
3650 check-physname.
3651
3652 2011-06-29 Tom Tromey <tromey@redhat.com>
3653
3654 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3655 breakpoint-notifications feature.
3656
3657 2011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
3658
3659 * gdb.texinfo (Target Description): Remove warning about
3660 possibly unstable format.
3661
3662 2011-06-03 Tom Tromey <tromey@redhat.com>
3663
3664 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
3665 (Events In Python): Note that exit_code is optional.
3666
3667 2011-05-17 Pedro Alves <pedro@codesourcery.com>
3668
3669 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
3670 required for multi-threading support.
3671 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
3672 Hc are deprecated for multi-threading debugging. Point readers at
3673 the vCont packet.
3674
3675 2011-05-15 Doug Evans <dje@google.com>
3676
3677 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
3678
3679 2011-05-13 Doug Evans <dje@google.com>
3680
3681 * gdb.texinfo (Threads): Document $sdir,$pdir.
3682 (Server): Document $pdir exception.
3683
3684 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
3685
3686 * gdb.texinfo (Threads): Clarify default value for
3687 libthread-db-search-path.
3688
3689 * gdb.texinfo (Completion): Update example.
3690 (Debugging Output): Delete `set/show debug lin-lwp-async'.
3691
3692 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
3693
3694 * gdb.texinfo: Document change in the behaviour of the enable and
3695 disable GDB commands when applied to tracepoints.
3696 Document the EnableDisableTracepoints remote stub feature.
3697 Document QTEnable and QTDisable in the list of tracepoint packets.
3698
3699 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3700
3701 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
3702 hsuser.texi.
3703 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
3704 comment to hsuser.texi. Change rluser.texi name in the comment.
3705
3706 2011-05-10 Doug Evans <dje@google.com>
3707
3708 * gdb.texinfo (Threads): If an empty path is provided for
3709 libthread-db-search-path it is reset to its default value.
3710 (Server): Ditto.
3711
3712 2011-05-09 Doug Evans <dje@google.com>
3713
3714 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
3715
3716 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3717 Thiago Jung Bauermann <bauerman@br.ibm.com>
3718
3719 Implement support for PowerPC BookE masked watchpoints.
3720 * gdb.texinfo (Set Watchpoints): Document mask parameter.
3721 (PowerPC Embedded): Mention support of masked watchpoints.
3722
3723 2011-05-03 Joel Brobecker <brobecker@adacore.com>
3724
3725 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
3726 `@value{GDBN}'.
3727
3728 2011-05-03 Joel Brobecker <brobecker@adacore.com>
3729
3730 * gdb.texinfo (titlepage): Remove dedication.
3731 (In Memoriam): New appendix.
3732
3733 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3734 Eli Zaretskii <eliz@gnu.org>
3735
3736 * gdb.texinfo (Index Section Format): Change the version to 5.
3737 Describe the different formula.
3738
3739 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3740 Eli Zaretskii <eliz@gnu.org>
3741
3742 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
3743 for disconnected tracing.
3744 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
3745 extended-remote relationship. Mention --once.
3746 (TCP port allocation lifecycle of @code{gdbserver}): New.
3747
3748 2011-04-23 Eli Zaretskii <eliz@gnu.org>
3749
3750 * gdb.texinfo (Server): Improve indexing. Index all optional
3751 switches to gdbserver.
3752
3753 2011-04-20 Tom Tromey <tromey@redhat.com>
3754
3755 * gdb.texinfo (Index Section Format): New node.
3756 (Top): Add new node to menu.
3757
3758 2011-04-20 Pedro Alves <pedro@codesourcery.com>
3759
3760 * gdb.texinfo (Maintenance Commands): Document `maint print
3761 remote-registers'.
3762
3763 2011-04-20 Tom Tromey <tromey@redhat.com>
3764
3765 * gdb.texinfo (Trace File Format): Move node later.
3766
3767 2011-04-19 Tom Tromey <tromey@redhat.com>
3768
3769 * gdbint.texinfo (Register Information Functions): Remove
3770 duplicate "the".
3771 * gdb.texinfo (Emacs): Remove duplicate "to".
3772 (GDB/MI Variable Objects): Remove duplicate "the".
3773 (General Query Packets): Likewise.
3774
3775 2011-04-02 Joel Brobecker <brobecker@adacore.com>
3776
3777 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
3778 "GDB/MI Ada Exception Information" node.
3779
3780 2011-04-01 Joel Brobecker <brobecker@adacore.com>
3781
3782 * gdb.texinfo (GDB/MI Ada Exception Information): Document
3783 the "exception-name" field in the *stopped async record.
3784
3785 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
3786 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3787
3788 Implement support for PowerPC BookE ranged breakpoints.
3789 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
3790
3791 2011-03-28 Tom Tromey <tromey@redhat.com>
3792
3793 * gdb.texinfo (Set Tracepoints): Fix typo.
3794
3795 2011-03-24 Tom Tromey <tromey@redhat.com>
3796
3797 * gdb.texinfo (Specify Location): Document `function:label'
3798 linespec.
3799
3800 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
3801
3802 PR python/12149
3803
3804 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
3805
3806 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
3807
3808 * gdb.texinfo (Blocks In Python): Add is_valid method description.
3809 (Inferiors In Python): Likewise.
3810 (Threads In Python): Likewise.
3811 (Symbols In Python): Likewise.
3812 (Objfiles In Python): Likewise.
3813 (Symbol Tables In Python): Likewise.
3814
3815 2011-03-15 Pedro Alves <pedro@codesourcery.com>
3816
3817 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
3818 display>: Explain that the commands accept number ranges.
3819
3820 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
3821
3822 * gdb.texinfo (Breakpoints In Python): Add description and example
3823 of Python stop function operation.
3824
3825 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
3826
3827 * gdb.texinfo (Parameters In Python): Document get_set_string and
3828 get_show_string methods.
3829
3830 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3831
3832 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
3833
3834 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
3835 circular-trace-buffer name.
3836
3837 2011-02-28 Joel Brobecker <brobecker@adacore.com>
3838
3839 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
3840 in the previous change.
3841
3842 2011-02-27 Michael Snyder <msnyder@vmware.com>
3843
3844 * gdb.texinfo (Inferiors and Programs): Update commands to show
3845 that they can accept multiple arguments.
3846
3847 2011-02-24 Joel Brobecker <brobecker@adacore.com>
3848
3849 Revert the following patch (code patch was not approved):
3850 2011-02-21 Hui Zhu <teawater@gmail.com>
3851 * agentexpr.texi (bytecode descriptions): add printf.
3852 * gdb.texinfo (tracepoint action lists): add printf.
3853
3854 2011-02-23 Doug Evans <dje@google.com>
3855
3856 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
3857
3858 2011-02-23 Michael Snyder <msnyder@vmware.com>
3859
3860 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
3861 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
3862 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
3863
3864 2011-02-22 Doug Evans <dje@google.com>
3865
3866 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
3867 Clarify behaviour of lookup_symbol when `block' argument is omitted,
3868 add description of result, fix @defun formatting.
3869
3870 2011-02-21 Hui Zhu <teawater@gmail.com>
3871
3872 * agentexpr.texi (Bytecode Descriptions): Add printf.
3873 * gdb.texinfo (Tracepoint Action Lists): Add printf.
3874
3875 2011-02-18 Tom Tromey <tromey@redhat.com>
3876
3877 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
3878
3879 2011-02-14 Michael Snyder <msnyder@vmware.com>
3880
3881 * gdb.texinfo (threads): Document argument for "info threads" cmd.
3882 Document new command "thread find".
3883
3884 2011-02-14 Michael Snyder <msnyder@vmware.com>
3885
3886 * gdb.texinfo (Threads): Update example of new thread message.
3887
3888 2011-02-14 Pedro Alves <pedro@codesourcery.com>
3889
3890 * gdb.texinfo (Remote Configuration): Mention set/show remote
3891 traceframe-info.
3892 (Tools/Packages Optional for Building GDB): Mention that expat is
3893 used for traceframe info.
3894 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
3895 (General Query Packets) <qSupported>: Describe the
3896 qXfer:traceframe-info:read feature.
3897 (qXfer::read): Describe qXfer:traceframe-info:read.
3898 (Traceframe Info Format): New section.
3899
3900 2011-02-04 Pedro Alves <pedro@codesourcery.com>
3901
3902 * gdbint.texinfo (Formatting): Mention some formatting guidelines
3903 for casts and unary operators.
3904
3905 2011-02-04 Tom Tromey <tromey@redhat.com>
3906
3907 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
3908 is not useful.
3909
3910 2011-01-25 Pedro Alves <pedro@codesourcery.com>
3911
3912 * gdb.texinfo: s/value optimized out/optimized out/g
3913
3914 2011-01-21 Joel Brobecker <brobecker@adacore.com>
3915
3916 * gdb.texinfo (Other Misc Settings): Rework part of the
3917 documentation of the "set interactive mode" command.
3918
3919 2011-01-19 Tom Tromey <tromey@redhat.com>
3920
3921 * gdb.texinfo (Threads): Document thread name output and `thread
3922 name' command.
3923 (Threads In Python): Document Thread.name attribute.
3924 (GDB/MI Thread Commands): Document thread attributes.
3925
3926 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
3927
3928 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
3929 changes in mi/mi-cmd-disas.c
3930
3931 2011-01-12 Tom Tromey <tromey@redhat.com>
3932
3933 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
3934 Fix "thread apply" text.
3935
3936 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3937 Thiago Jung Bauermann <bauerman@br.ibm.com>
3938
3939 Implement support for PowerPC BookE ranged watchpoints.
3940 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
3941 the "set powerpc exact-watchpoints" flag.
3942
3943 2011-01-07 Tom Tromey <tromey@redhat.com>
3944
3945 * gdb.texinfo (Python API): Add descriptions to @menu items.
3946
3947 2011-01-06 Tom Tromey <tromey@redhat.com>
3948
3949 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
3950
3951 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
3952
3953 * gdb.texinfo (Debugging Output): Document "set debug jit".
3954
3955 2011-01-06 Tom Tromey <tromey@redhat.com>
3956
3957 PR python/12133:
3958 * gdb.texinfo (Frames In Python): Document various frame
3959 constants.
3960
3961 2011-01-05 Joel Brobecker <brobecker@adacore.com>
3962
3963 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
3964 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
3965 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
3966
3967 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3968
3969 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
3970 (clean): Add GDBvn.texi.
3971
3972 2010-12-29 Joel Brobecker <brobecker@adacore.com>
3973
3974 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
3975 occasional case where the debugger prints an array address
3976 instead of the array itself.
3977
3978 2010-12-23 Pedro Alves <pedro@codesourcery.com>
3979
3980 * gdb.texinfo (Packets) <read registers packet>: Document support
3981 for registers that were not collected.
3982
3983 2010-12-15 Doug Evans <dje@google.com>
3984
3985 * gdb.texinfo (Startup): Document auto-loading of scripts during
3986 startup.
3987 (Auto-loading): Delete "maint set python auto-load on|off".
3988 Add "set auto-load-scripts on|off".
3989
3990 2010-12-07 Doug Evans <dje@google.com>
3991
3992 * gdb.texinfo (Mode Options): Document -data-directory.
3993 (Data Files): Add reference to -data-directory.
3994
3995 2010-11-29 Doug Evans <dje@google.com>
3996
3997 * gdb.texinfo (Pretty-Printer Introduction): Change
3998 printer-name:subprinter-name to printer-name;subprinter-name.
3999
4000 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
4001
4002 PR python/12199
4003
4004 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
4005
4006 2010-11-23 Tom Tromey <tromey@redhat.com>
4007
4008 * gdb.texinfo (Top): Check SYSTEM_READLINE.
4009 (Editing): Likewise.
4010 (Command History): Likewise.
4011 (TUI Keys): Likewise.
4012 (Bug Reporting): Conditionally include rluser.texi and
4013 inc-history.texinfo.
4014 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
4015 (GDB_DOC_SOURCE_INCLUDES): Add comment.
4016 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
4017 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
4018 (gdb.pdf): Likewise.
4019 (gdb.info): Likewise.
4020 (gdb/index.html): Likewise.
4021
4022 2010-11-23 Tom Tromey <tromey@redhat.com>
4023
4024 * Makefile.in (Makefile): Run ../config.status.
4025 (distclean): Update.
4026 * configure: Remove.
4027 * configure.ac: Remove.
4028
4029 2010-11-12 Tom Tromey <tromey@redhat.com>
4030
4031 * gdb.texinfo (Basic Python): Update. Add xref.
4032 (Exception Handling): Document new exception classes.
4033 (Types In Python): Update.
4034 (Frames In Python): Update.
4035
4036 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
4037
4038 * gdb.texinfo (Breakpoints In Python): Document "internal"
4039 parameter, and visible attribute.
4040
4041 2010-11-05 Doug Evans <dje@google.com>
4042
4043 * gdb.texinfo (Source Path): Document "set directories".
4044
4045 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
4046
4047 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
4048 (OpenCL C): New node.
4049
4050 2010-11-02 Doug Evans <dje@google.com>
4051
4052 * gdb.texinfo (Pretty Printing): Expand into three sections,
4053 introduction, example, and commands.
4054 (Python API): Delete section Disabling Pretty-Printers, merge into
4055 Selecting Pretty-Printers.
4056 (Writing a Pretty-Printer): New section. Move the pretty-printer
4057 example here, and reformat to match python coding style. Add a second
4058 example using the gdb.printing module.
4059 (Python modules): Add gdb.printing.
4060
4061 2010-10-29 Doug Evans <dje@google.com>
4062
4063 * gdb.texinfo (Python): Fix long line.
4064
4065 2010-10-20 Doug Evans <dje@google.com>
4066
4067 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
4068 All references updated. Correct sections marked as subsections.
4069 (Coding Standards): New chapter. Move the coding standard related
4070 subsections here. Add section on Python coding standards.
4071
4072 2010-10-13 Doug Evans <dje@google.com>
4073
4074 * gdb.texinfo (Python): Add "Python modules".
4075 (Types in Python): Add reference to gdb.types section.
4076 (Python modules): New node.
4077
4078 2010-10-11 Doug Evans <dje@google.com>
4079
4080 * gdb.texinfo (Values From Inferior): Add reference to "Types in
4081 Python" from gdb.Value.type description.
4082
4083 2010-09-28 Joel Brobecker <brobecker@adacore.com>
4084
4085 * gdb.texinfo (Ravenscar Profile): New node.
4086
4087 2010-09-22 Tom Tromey <tromey@redhat.com>
4088
4089 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
4090
4091 2010-09-22 Eli Zaretskii <eliz@gnu.org>
4092
4093 * gdb.texinfo (Values From Inferior): Clarify that
4094 value.dynamic_type works only in C++ programs with RTTI.
4095
4096 2010-09-15 Paul Bolle <pebolle@tiscali.nl>
4097
4098 * gdb.texinfo (Character Sets): Correctly reference host-charset
4099 in example.
4100
4101 2010-09-13 Tom Tromey <tromey@redhat.com>
4102
4103 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
4104 Document "fullname" and "from".
4105
4106 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
4107
4108 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
4109 feature `reverse' output by -list-target-features.
4110
4111 2010-08-31 H.J. Lu <hongjiu.lu@intel.com>
4112
4113 * gdb.texinfo (i386 Features): Remove an extra "@item".
4114
4115 2010-08-30 Tom Tromey <tromey@redhat.com>
4116
4117 PR python/11792:
4118 * gdb.texinfo (Values From Inferior): Document dynamic_type.
4119
4120 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
4121
4122 * gdb.texinfo (ARM Features): Document
4123 org.gnu.gdb.arm.m-profile.
4124
4125 2010-08-23 Tom Tromey <tromey@redhat.com>
4126
4127 PR python/11145:
4128 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
4129 reinterpret_cast methods.
4130
4131 2010-08-23 Tom Tromey <tromey@redhat.com>
4132
4133 PR python/11915:
4134 * gdb.texinfo (Types In Python): Document array method.
4135
4136 2010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
4137
4138 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
4139
4140 2010-08-16 Tom Tromey <tromey@redhat.com>
4141
4142 * gdb.texinfo (Set Watchpoints): Document -location option.
4143
4144 2010-08-13 Doug Evans <dje@google.com>
4145
4146 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
4147
4148 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
4149
4150 * gdb.texinfo (GDB/MI Data Manipulation): Document
4151 -data-read-memory-raw and -data-write-memory-raw.
4152
4153 2010-08-11 Tom Tromey <tromey@redhat.com>
4154 Phil Muldoon <pmuldoon@redhat.com>
4155
4156 * gdb.texinfo (Basic Python): Describe post_event API.
4157
4158 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
4159
4160 * gdb.texinfo (Basic Python): Describe solib_address and
4161 decode_line Python APIs
4162
4163 2010-08-10 Tom Tromey <tromey@redhat.com>
4164
4165 * gdb.texinfo (Pretty Printing API): Document
4166 gdb.default_visualizer.
4167
4168 2010-08-10 Tom Tromey <tromey@redhat.com>
4169
4170 Revert gdb-add-index addition:
4171 * gdb.texinfo (Index Files): Don't document gdb-add-index.
4172
4173 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4174 Eli Zaretskii <eliz@gnu.org>
4175
4176 * gdb.texinfo (Mode Options) <-batch>
4177 (Basic Python) <gdb.execute>: Describe setting width and height.
4178
4179 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
4180
4181 * gdb.texinfo (Threads): Document 'debug libthread-db'.
4182
4183 2010-07-30 Tom Tromey <tromey@redhat.com>
4184
4185 * gdb.texinfo (Index Files): Mention gdb-add-index.
4186
4187 2010-07-30 Hui Zhu <teawater@gmail.com>
4188
4189 * gdb.texinfo (Inferiors and Programs): Update the introduce of
4190 "detach inferior" and "kill inferior".
4191
4192 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
4193
4194 * gdb.texinfo (Machine Code): Update description of two forms of
4195 arguments, and add new example to demonstrate the new form.
4196
4197 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
4198
4199 * gdb.texinfo (Values From Inferior): Add value inferior function
4200 call description.
4201
4202 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4203
4204 * gdb.texinfo (Active Targets): Fix wrong comma placement.
4205
4206 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4207 Eli Zaretskii <eliz@gnu.org>
4208
4209 Make core files the process_stratum.
4210 * gdb.texinfo (Active Targets): Remove core_stratum. Include
4211 record_stratum example.
4212
4213 2010-07-13 Tom Tromey <tromey@redhat.com>
4214
4215 * gdb.texinfo (Index Files): New node.
4216
4217 2010-07-13 Tom Tromey <tromey@redhat.com>
4218
4219 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
4220
4221 2010-07-13 Tom Tromey <tromey@redhat.com>
4222
4223 * gdb.texinfo (Specify Location): Document labels.
4224
4225 2010-07-01 Pedro Alves <pedro@codesourcery.com>
4226
4227 * gdb.texinfo (Create and Delete Tracepoints): Add more index
4228 entries for fast tracepoints and static tracepoints.
4229
4230 2010-07-01 Pedro Alves <pedro@codesourcery.com>
4231
4232 * gdb.texinfo (General Query Packets) <qfThreadInfo,
4233 qsThreadInfo>: Spell out `l' as ell.
4234
4235 2010-07-01 Pedro Alves <pedro@codesourcery.com>
4236
4237 * gdb.texinfo (Convenience Variables): Document $_sdata.
4238 (Commands to Set Tracepoints): Describe static tracepoints. Add
4239 `Listing Static Tracepoint Markers' menu entry. Document
4240 "strace".
4241 (Tracepoint Action Lists): Document collecting $_sdata.
4242 (Listing Static Tracepoint Markers): New subsection.
4243 (Tracepoints support in gdbserver): Mention static tracepoints.
4244 (remote packets, enabling and disabling): Mention
4245 read-sdata-object.
4246 (General Query Packets) <qSupported>: Document qXfer:sdata:read
4247 and StaticTracepoint.
4248 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
4249 Document qXfer:sdata:read.
4250 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
4251
4252 2010-06-29 Joel Brobecker <brobecker@adacore.com>
4253
4254 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
4255
4256 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
4257 Tom Tromey <tromey@redhat.com>
4258 Thiago Jung Bauermann <bauerman@br.ibm.com>
4259
4260 * gdb.texinfo (Inferiors In Python): New node.
4261 * gdb.texinfo (Threads In Python): New node.
4262
4263 2010-06-28 Joel Brobecker <brobecker@adacore.com>
4264
4265 * gdb.texinfo (Python): Document what the python directory is
4266 and what its location is.
4267 (Basic Python): Document the gdb.PYTHONDIR constant.
4268
4269 2010-06-25 Tom Tromey <tromey@redhat.com>
4270
4271 PR python/10808:
4272 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
4273
4274 2010-06-24 Hui Zhu <teawater@gmail.com>
4275
4276 * gdb.texinfo: (Commands for Controlled Output): Add
4277 documentation for command "eval".
4278
4279 2010-06-21 Stan Shebs <stan@codesourcery.com>
4280
4281 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
4282 * annotate.texinfo: Ditto.
4283 * gdbint.texinfo: Ditto.
4284 * stabs.texinfo: Ditto.
4285
4286 2010-06-22 Hui Zhu <teawater@gmail.com>
4287
4288 * gdb.texinfo: (Process Record and Replay): Add documentation
4289 for command "set record memory-query".
4290
4291 2010-06-21 Stan Shebs <stan@codesourcery.com>
4292
4293 * gdb.texinfo: Relicense under GFDL version 1.3.
4294 * annotate.texinfo: Relicense under GFDL version 1.3.
4295 * gdbint.texinfo: Relicense under GFDL version 1.3.
4296 * stabs.texinfo: Relicense under GFDL version 1.3.
4297 * fdl.texi: Update to version 1.3.
4298
4299 2010-06-18 Stan Shebs <stan@codesourcery.com>
4300
4301 * gdb.texinfo (Operating System Auxiliary Information): Describe
4302 "info os" when no arguments given.
4303
4304 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
4305 $_thread.
4306
4307 2010-06-18 Hui Zhu <teawater@gmail.com>
4308
4309 * gdb.texinfo: (Process Record and Replay): Add documentation
4310 for commands "record save" and "record restore".
4311
4312 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4313
4314 * gdb.texinfo: Include information about the correct use
4315 of addresses in the `watch' command.
4316
4317 2010-06-11 Stan Shebs <stan@codesourcery.com>
4318
4319 * gdb.texinfo (Observer Mode): New section.
4320 (General Query Packets): Document QAllow.
4321
4322 2010-06-04 Doug Evans <dje@google.com>
4323
4324 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
4325
4326 2010-06-03 Doug Evans <dje@google.com>
4327
4328 * gdbint.texinfo (Coding): Add subsection on command names.
4329
4330 2010-06-02 Tom Tromey <tromey@redhat.com>
4331
4332 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
4333 always-disassemble.
4334
4335 2010-06-01 Pedro Alves <pedro@codesourcery.com>
4336
4337 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
4338 gdbserver, and add cross reference.
4339 (Tracepoints support in gdbserver): New subsection.
4340
4341 2010-05-26 Pedro Alves <pedro@codesourcery.com>
4342
4343 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
4344 `qRelocInsn' feature.
4345 (Relocate instruction reply packet): New subsection
4346 of `Tracepoint Packets'.
4347 (Tracepoint Packets): Mention that packets QTDP and QTStart
4348 support the qRelocInsn request, and add cross reference to new
4349 subsection.
4350
4351 2010-05-25 Doug Evans <dje@google.com>
4352
4353 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
4354 (Commands In Python): Document gdb.string_to_argv.
4355
4356 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4357
4358 * gdbint.texinfo (Host Definition): Remove items NORETURN and
4359 ATTR_NORETURN.
4360
4361 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
4362 Tom Tromey <tromey@redhat.com>
4363 Thiago Jung Bauermann <bauerman@br.ibm.com>
4364
4365 * gdb.texinfo (Parameters In Python): New Node.
4366
4367 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
4368
4369 * gdb.texinfo: (Summary) Add mention about D language support.
4370 (Filenames): Add D suffixes.
4371 (D): New node.
4372
4373 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
4374
4375 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
4376 of macro deleted from GDB code.
4377
4378 2010-04-24 Pedro Alves <pedro@codesourcery.com>
4379
4380 * gdb.texinfo (Commands to specify files): Describe what how GDB
4381 looks up DOS-based filesystem paths on the system root. Document
4382 the new `set/show target-file-system-kind' commands.
4383
4384 2010-04-23 Doug Evans <dje@google.com>
4385
4386 * gdb.texinfo (Python): Move Auto-loading section here ...
4387 (Python API): from here.
4388 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
4389 (Maintenance Commands): Add docs for "maint print section-scripts".
4390
4391 2010-04-20 Chris Moller <cmoller@redhat.com>
4392
4393 * gdb.texinfo (Setting Breakpoints): Added description of
4394 filename-qualified rbreak.
4395 * refcard.tex (Breakpoints and Watchpoints): Added brief
4396 description of filename-qualified rbreak.
4397
4398 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4399
4400 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
4401 (Python API): Change the reference to Pretty Printing API.
4402 (Pretty Printing): Move the user part under the Data node. Reformat
4403 the sample output to 72 columns. Create a new reference to Pretty
4404 Printing API. Rename the API part ...
4405 (Pretty Printing API): To a new node name.
4406 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
4407 (GDB/MI Variable Objects): Change references to Pretty Printing API.
4408
4409 2010-04-21 Stan Shebs <stan@codesourcery.com>
4410
4411 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
4412 and commands.
4413 (Listing Tracepoints): Update to reflect current behavior.
4414
4415 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4416
4417 * gdb.texinfo (Examining memory): Update for change in string
4418 display with explicit size.
4419
4420 2010-04-19 Pedro Alves <pedro@codesourcery.com>
4421
4422 PR breakpoints/8554.
4423
4424 * gdb.texinfo (Save Breakpoints): New node.
4425 (save-tracepoints): Rename to ...
4426 (save tracepoints): ... this. Mention that `save-tracepoints' is
4427 a deprecated alias to `save tracepoints'.
4428
4429 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
4430
4431 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
4432 (info w32 thread-information-block): Document new command.
4433 (qGetTIBAddress): Document new gdbserver query.
4434 (maint set/show show-all-tib): Document new command.
4435
4436 2010-04-15 Doug Evans <dje@google.com>
4437
4438 * gdb.texinfo (Python API): Add progspaces section.
4439 (Selecting Pretty-Printers): Progspace pretty-printers are
4440 searched too.
4441 (Progspaces In Python): New section.
4442
4443 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
4444
4445 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
4446
4447 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
4448 returns None.
4449
4450 2010-04-09 Stan Shebs <stan@codesourcery.com>
4451
4452 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4453 Describe the `frames-created' field, tweak grammar.
4454
4455 2010-04-09 Pedro Alves <pedro@codesourcery.com>
4456
4457 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4458 Describe the `circular' and `disconnected' fields.
4459
4460 2010-04-09 H.J. Lu <hongjiu.lu@intel.com>
4461
4462 * gdb.texinfo (maint print registers): Mention unavailable and
4463 invisible registers.
4464
4465 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
4466 Thiago Jung Bauermann <bauerman@br.ibm.com>
4467 Tom Tromey <tromey@redhat.com>
4468
4469 * gdb.texinfo (Breakpoints In Python): New Node.
4470
4471 2010-04-08 Stan Shebs <stan@codesourcery.com>
4472
4473 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
4474 trace status fields.
4475
4476 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
4477
4478 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
4479 optional. Make org.gnu.gdb.i386.avx requires
4480 org.gnu.gdb.i386.avx.
4481
4482 2010-04-08 Doug Evans <dje@google.com>
4483
4484 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
4485 search path, and document that gdb only scans the search path if
4486 the script's path doesn't specify a directory.
4487
4488 2010-04-05 Doug Evans <dje@google.com>
4489
4490 * gdb.texinfo (maint show python auto-load): Fix typo.
4491
4492 2010-04-04 Stan Shebs <stan@codesourcery.com>
4493
4494 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
4495 (Setting Watchpoints): Update description of "info watch".
4496 (Disabling Breakpoints): Only "info break" lists all.
4497
4498 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
4499 (tdump): Explain how tdump works.
4500
4501 2010-04-01 Pedro Alves <pedro@codesourcery.com>
4502
4503 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
4504 add cross reference.
4505
4506 2010-03-31 Pedro Alves <pedro@codesourcery.com>
4507
4508 * gdb.texinfo (TUI Commands): Mention that in some cases, these
4509 commands error out.
4510
4511 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4512
4513 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
4514
4515 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4516
4517 * gdb.texinfo (General Query Packets): Add xmlRegisters.
4518
4519 2010-03-29 Stan Shebs <stan@codesourcery.com>
4520 Nathan Sidwell <nathan@codesourcery.com>
4521
4522 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
4523 GDBN equivalent.
4524 (Set Tracepoints): Remove mention that conditional tracepoints
4525 don't exist.
4526 (Tracepoint Actions): Clarify when while-stepping collection
4527 happens, note that while-stepping does not automatically collect
4528 $pc.
4529
4530 2010-03-29 Stan Shebs <stan@codesourcery.com>
4531
4532 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
4533 (General Query Packets): Describe TracepointSource.
4534
4535 2010-03-27 Matt Rice <ratmice@gmail.com>
4536
4537 * gdb.texinfo (ARM): Document arguments to "target sim".
4538 (Set Catchpoints): Use @dots{} instead of @r{...}.
4539
4540 2010-03-26 Pedro Alves <pedro@codesourcery.com>
4541
4542 * gdb.texinfo (Tracepoint Packets): Remove mention that
4543 terror:string may be plain text, and drop mention of X prefix.
4544
4545 2010-03-26 Vladimir Prus <vladimir@codesourcery.com>
4546
4547 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
4548
4549 2010-03-24 Stan Shebs <stan@codesourcery.com>
4550
4551 * gdb.texinfo (Tracepoint Packets): Document trace error status.
4552
4553 2010-03-24 Tom Tromey <tromey@redhat.com>
4554
4555 PR breakpoints/9352:
4556 * gdb.texinfo (Break Commands): Update.
4557
4558 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
4559
4560 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
4561 commands.
4562
4563 2010-03-16 Stan Shebs <stan@codesourcery.com>
4564
4565 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
4566 circular-trace-buffer.
4567 (Tracepoint Packets): Describe QTBuffer, and details of the
4568 qTStatus reply.
4569
4570 2010-03-12 Stan Shebs <stan@codesourcery.com>
4571 Nathan Sidwell <nathan@codesourcery.com>
4572
4573 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
4574 doing instruction stepping.
4575 (Tracepoint Restrictions): New node.
4576
4577 2010-03-10 Tom Tromey <tromey@redhat.com>
4578
4579 * gdbint.texinfo (Symbol Handling): Update.
4580
4581 2010-03-08 Tom Tromey <tromey@redhat.com>
4582
4583 PR cli/9591:
4584 * gdb.texinfo (Mode Options): Mention lack of pagination and
4585 confirmation with --batch.
4586 (Screen Size): Mention --batch.
4587 (Messages/Warnings): Likewise.
4588
4589 2010-03-05 Tom Tromey <tromey@redhat.com>
4590
4591 * gdb.texinfo (Basic Python): Document target_charset and
4592 target_wide_charset.
4593
4594 2010-03-05 Tom Tromey <tromey@redhat.com>
4595
4596 * gdb.texinfo (Data): Link to pretty-printing.
4597 (Output Formats): Likewise. Correct text.
4598
4599 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
4600
4601 * gdb.texinfo (Types): Describe <struct> and <flags>.
4602
4603 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
4604
4605 * gdb.texinfo (Frames In Python): Add block parameter and
4606 description to read_var text.
4607
4608 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
4609 Tom Tromey <tromey@redhat.com>
4610
4611 * gdb.texinfo (Types In Python): Describe block argument in
4612 template_argument and gdb.lookup_type.
4613
4614 2010-02-24 Tom Tromey <tromey@redhat.com>
4615
4616 * gdb.texinfo (Cygwin Native): Fix typo.
4617
4618 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
4619
4620 * gdb.texinfo (Frames In Python): Add block, find_sal, function
4621 and select method descriptions.
4622 (Python API): Add Blocks In Python, Symbols in Python and Symbol
4623 Tables in Python to menu.
4624 (Blocks In Python): New node.
4625 (Symbols In Python): New node.
4626 (Symbol Tables in Python): New node.
4627
4628 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
4629
4630 Multiexec MI
4631
4632 gdb/
4633 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
4634
4635 gdb/doc/
4636 * gdb.texinfo (GDB/MI Command Syntax): Document notification
4637 changes.
4638 (GDB/MI Program Execution): Document current behaviour of
4639 --all and --thread-group.
4640 (GDB/MI Miscellaneous Commands): Document -add-inferior and
4641 -remove-inferior.
4642 * observer.texi (inferior_added, inferior_removed): New
4643 observers.
4644
4645 2010-02-19 Tom Tromey <tromey@redhat.com>
4646
4647 * gdbint.texinfo (Getting Started): Fix @node.
4648 (Debugging GDB): Likewise.
4649
4650 2010-02-13 Joel Brobecker <brobecker@adacore.com>
4651
4652 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
4653 documenting the gdb_test_timeout variable.
4654
4655 2010-02-12 Jakob Engblom <jakob@virtutech.com>
4656
4657 * gdb.texinfo (MI commands): Added documentation of --reverse
4658 option to a set of MI commands. Restructured documentation of MI
4659 commands --exec-continue to reflect the complexity of reverse
4660 execution.
4661
4662 2010-02-12 Pedro Alves <pedro@codesourcery.com>
4663
4664 * gdb.texinfo (Using the Collected Data): Specify that the address
4665 range of `tfind outsize' is exclusive, and that the address range
4666 of `tfind range' is inclusive.
4667 (Tracepoint Packets): Specify that the address range of
4668 `QTFrame:range' is inclusive, and that the address range of
4669 `QTFrame:outside' is exclusive
4670
4671 2010-02-12 Vladimir Prus <vladimir@codesourcery.com>
4672
4673 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
4674
4675 2010-02-10 Tom Tromey <tromey@redhat.com>
4676
4677 * gdb.texinfo (Debugging Output): Document set debug parser and
4678 show debug parser.
4679
4680 2010-02-09 H.J. Lu <hongjiu.lu@intel.com>
4681
4682 * gdb.texinfo (Predefined Target Types): Add i387_ext,
4683 i386_eflags and i386_mxcsr.
4684
4685 2010-02-08 H.J. Lu <hongjiu.lu@intel.com>
4686
4687 * gdb.texinfo: Document i386 target features.
4688
4689 2010-02-05 Doug Evans <dje@google.com>
4690
4691 * gdbint.texinfo (Testsuite): Add a new section to document the
4692 various DejaGnu variables that may be overridden.
4693 Document INTERNAL_GDBFLAGS.
4694
4695 2010-02-04 Tom Tromey <tromey@redhat.com>
4696
4697 PR cli/8830:
4698 * gdb.texinfo (Files): -readnow comes before the filename for file
4699 and symbol-file.
4700
4701 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4702
4703 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
4704 Document ARM breakpoint types.
4705 (Register Packet Format): Move into the new section.
4706 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
4707
4708 2010-01-21 Joel Brobecker <brobecker@adacore.com>
4709
4710 * gdb.texinfo (File Options): Adjust the documentation of this
4711 switch to refer to the "source" command rather than partially
4712 duplicating some of the relevant information.
4713 (Extending GDB): Introduce and document the set/show script-extension
4714 setting.
4715 (Command Files): Add note explaining that the "source" command
4716 is also used to evalute scripts written in other languages.
4717 Remove the short slightly incorrect reference to sourcing Python
4718 scripts.
4719 (Python Commands): Document how to execute a Python script from GDB.
4720
4721 2010-01-19 Joel Brobecker <brobecker@adacore.com>
4722
4723 * gdb.texinfo (Command Files): Fix typo.
4724
4725 2010-01-18 Tom Tromey <tromey@redhat.com>
4726
4727 * gdb.texinfo (File Options): Document -x on .py files.
4728 (Command Files): Document handling of Python scripts.
4729
4730 2010-01-18 Jie Zhang <jie.zhang@analog.com>
4731
4732 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
4733
4734 2010-01-15 Stan Shebs <stan@codesourcery.com>
4735
4736 * gdb.texinfo (Trace Files): New section.
4737 (Tracepoint Packets): Document QTSave and qTBuffer.
4738 (Trace File Format): New appendix.
4739
4740 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
4741
4742 * gdb.texinfo (Values From Inferior): Document lazy_string value
4743 method.
4744 (Python API): Add Lazy strings menu item.
4745 (Lazy Strings In Python): New node.
4746
4747 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
4748
4749 * gdb.texinfo (GDB/MI Thread Information): New.
4750 (GDB/MI Async Records): Document the core field in *stopped.
4751 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
4752 documentation
4753 (Process list): Document that osdata document may contain
4754 threads.
4755 (Remote Serial Protocol): Document qXfer:threads.
4756
4757 2010-01-06 Stan Shebs <stan@codesourcery.com>
4758
4759 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4760 disconnected tracing.
4761 (Tracepoint Packets): Document new protocol.
4762
4763 2010-01-05 Stan Shebs <stan@codesourcery.com>
4764
4765 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
4766 tracepoints.
4767 (Tracepoint Packets): Describe remote protocol for fast
4768 tracepoints.
4769
4770 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4771
4772 Update the "Start of New Year Procedure".
4773 * gdbint.texinfo: Add the list of files that need to be updated
4774 manually. Minor reformatting.
4775
4776 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4777
4778 * refcard.tex: Update copyright year in header and text.
4779
4780 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4781
4782 * agentexpr.texi: Add 2010 to the list of copyright years.
4783 * annotate.texinfo: Likewise.
4784 * gdb.texinfo: Likewise.
4785 * gdbint.texinfo: Likewise.
4786 * observer.texi: Likewise.
4787 * stabs.texinfo: Likewise.
4788
4789 2009-12-31 Stan Shebs <stan@codesourcery.com>
4790
4791 * gdb.texinfo (Tracepoint Actions): Describe teval.
4792
4793 2009-12-29 Stan Shebs <stan@codesourcery.com>
4794
4795 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
4796
4797 2009-12-28 Stan Shebs <stan@codesourcery.com>
4798
4799 * gdb.texinfo (Trace State Variables): New section.
4800 (Tracepoint Packets): Describe trace state variable packets.
4801 * agentexpr.texi (Bytecode Descriptions): Describe trace state
4802 variable bytecodes.
4803
4804 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
4805
4806 * gdb.texinfo (Symbols): "info variables" prints definitions, not
4807 declarations.
4808
4809 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
4810
4811 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
4812 -gdb-exit behaviour.
4813
4814 2009-12-20 Joel Brobecker <brobecker@adacore.com>
4815
4816 * gpl.texi: Update to version 3 of the GPL.
4817
4818 2009-12-20 Joel Brobecker <brobecker@adacore.com>
4819
4820 * Makefile.in: Update copyright header.
4821 * observer.texi: Fix the copyright header of the generated files.
4822
4823 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
4824
4825 * gdb.texinfo (Types In Python): Describe range function.
4826
4827 2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
4828
4829 * gdb.texinfo (Types In Python): Describe "is_base_class".
4830
4831 2009-12-03 Tom Tromey <tromey@redhat.com>
4832
4833 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
4834
4835 2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
4836
4837 * observer.texi: New memory_changed observer.
4838
4839 2009-12-01 Tom Tromey <tromey@redhat.com>
4840
4841 * gdb.texinfo (Reverse Execution): Fix typo.
4842
4843 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
4844
4845 PR gdb/8704
4846
4847 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
4848 are allowed after the breakpoint condition.
4849
4850 2009-11-23 Tom Tromey <tromey@redhat.com>
4851
4852 PR python/10782:
4853 * gdb.texinfo (Types In Python): Document Type.pointer.
4854
4855 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
4856
4857 * gdb.texinfo (Machine Code): Adjust.
4858
4859 2009-11-11 Pedro Alves <pedro@codesourcery.com>
4860
4861 * agentexpr.texi (Tracing On Symmetrix): Delete section.
4862 (Using Agent Expressions): Delete cross reference.
4863
4864 2009-11-07 Joel Brobecker <brobecker@adacore.com>
4865
4866 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
4867 and @settitle directives up to help makeinfo find them.
4868
4869 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4870
4871 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
4872 (Auto-loading): Use plural and note one can use multiple components now.
4873
4874 2009-11-01 Vladimir Prus <vladimir@codesourcery.com>
4875
4876 * gdb.texinfo (GDB/MI Stack Manipulation): Make
4877 -stack-list-arguments have the same documentation for parameter
4878 as -stack-list-locals. Add comas.
4879
4880 2009-10-27 Tom Tromey <tromey@redhat.com>
4881 Eli Zaretskii <eliz@gnu.org>
4882
4883 PR python/10781
4884
4885 * gdb.texinfo (Values From Inferior): Document cast method.
4886
4887 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
4888
4889 * gdb.texinfo (Machine Code): Mention function name in disasssembly
4890 and adjust example.
4891
4892 2009-10-22 Michael Snyder <msnyder@vmware.com>
4893
4894 * gdb.texinfo (Process Record and Replay): Document new form of
4895 info record command. Also document the new save and restore
4896 commands.
4897
4898 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
4899
4900 * gdb.texinfo (Machine Code): Mention current pc marker.
4901 (Memory): Likewise.
4902
4903 2009-10-19 Pedro Alves <pedro@codesourcery.com>
4904 Stan Shebs <stan@codesourcery.com>
4905
4906 * observer.texi (new_inferior): Rename to...
4907 (inferior_appeared): ... this.
4908
4909 * gdb.texinfo (Inferiors): Rename node to ...
4910 (Inferiors and Programs): ... this. Mention running multiple
4911 programs in the same debug session.
4912 <info inferiors>: Mention the new 'Executable' column if "info
4913 inferiors". Update examples. Document the "add-inferior",
4914 "clone-inferior", "remove-inferior" and "maint info
4915 program-spaces" commands.
4916 (Process): Rename node to...
4917 (Forks): ... this. Document "set|show follow-exec-mode".
4918
4919 2009-10-11 Michael Snyder <msnyder@vmware.com>
4920
4921 * gdb.texinfo (ReverseStep): Show default as "unsupported".
4922 (ReverseContinue): Ditto.
4923
4924 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
4925
4926 * gdb.texinfo (Server): Document libthread-db-search-path.
4927
4928 2009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4929
4930 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
4931
4932 2009-10-06 Michael Eager <eager@eagercon.com>
4933
4934 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
4935 (Embedded Processors): Add MicroBlaze.
4936 (MicroBlaze): New. Describe Xilinx MicroBlaze
4937
4938 2009-10-04 Pedro Alves <pedro@codesourcery.com>
4939
4940 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
4941
4942 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
4943
4944 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
4945
4946 2009-09-23 Joel Brobecker <brobecker@adacore.com>
4947
4948 * observer.texi (solib_unloaded): Document explicitly the fact that
4949 this observer is called before the associated symbols are unloaded.
4950
4951 2009-09-19 Vladimir Prus <vladimir@codesourcery.com>
4952
4953 * gdb.texinfo (GDB/MI Stack Manipulation): Document
4954 -stack-list-variables.
4955
4956 2009-09-18 Tom Tromey <tromey@redhat.com>
4957
4958 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
4959 is experimental.
4960
4961 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4962
4963 * gdb.texinfo (convenince variables): Mention
4964 $_siginfo could be empty.
4965
4966 2009-09-15 Tom Tromey <tromey@redhat.com>
4967
4968 * gdb.texinfo (GDB/MI Variable Objects): Document
4969 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
4970 Expand -var-update documentation.
4971
4972 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4973
4974 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
4975 feature.
4976
4977 2009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
4978
4979 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
4980
4981 2009-09-10 Michael Snyder <msnyder@vmware.com>
4982
4983 * gdb.texinfo (qSupported): Mention new ReverseContinue and
4984 ReverseStep replies to the qSupported query.
4985
4986 2009-09-10 Joel Brobecker <brobecker@adacore.com>
4987
4988 Add documentation for set/show interactive-mode.
4989 * gdb.texinfo (Other Misc Settings): New node.
4990
4991 2009-09-01 Doug Evans <dje@google.com>
4992
4993 * gdb.texinfo (Caching Data of Remote Targets): Add note on
4994 non-stop mode's affect on remote caching.
4995
4996 2009-08-31 Jacob Potter <jdpotter@google.com>
4997 Doug Evans <dje@google.com>
4998
4999 * gdb.texinfo (Caching Data of Remote Targets): Update text.
5000 Mark `set/show remotecache' options as obsolete.
5001 Document new `set/show stack-cache' option.
5002 Update text for `info dcache'.
5003
5004 2009-08-27 Doug Evans <dje@google.com>
5005
5006 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
5007 (Files): Add note on new optional regex arg to `info sharedlibrary'.
5008
5009 2009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5010
5011 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
5012 about autoconf.
5013
5014 2009-08-25 Pedro Alves <pedro@codesourcery.com>
5015
5016 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
5017 small example, and describe its columns. Replace "inferior-id" by
5018 "infno" throughout.
5019
5020 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5021
5022 * gdbint.texinfo (Releasing GDB): Point to
5023 README-maintainer-mode file for required autoconf version.
5024 * configure.ac: Do not substitute datarootdir, htmldir,
5025 pdfdir, docdir. Do not process --with-datarootdir,
5026 --with-htmldir, --with-pdfdir, --with-docdir.
5027 * configure: Regenerate.
5028
5029 * configure: Regenerate.
5030
5031 2009-08-20 Reid Kleckner <reid@kleckner.net>
5032
5033 * gdb.texinfo: Add chapter on JIT interface.
5034
5035 2009-08-07 Nick Roberts <nickrob@snap.net.nz>
5036
5037 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
5038 confirmation request.
5039
5040 2009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
5041
5042 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
5043 CRC definitions.
5044
5045 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
5046
5047 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
5048 -break-commands.
5049
5050 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5051
5052 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5053 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
5054
5055 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5056
5057 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5058 "set spu stop-on-load" and "show spu stop-on-load" commands.
5059
5060 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5061
5062 * gdb.texinfo (Target Descriptions): Document <compatible> element.
5063
5064 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
5065
5066 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
5067 org.gnu.gdb.arm.neon.
5068
5069 2009-07-20 Pedro Alves <pedro@codesourcery.com>
5070
5071 * gdb.texinfo (Target Description Format): Mention the new <osabi>
5072 optional element.
5073 (subsection OS ABI): New subsection.
5074
5075 2009-07-14 Stan Shebs <stan@codesourcery.com>
5076
5077 * gdb.texinfo (Tracepoint Conditions): New section.
5078 (General Query Packets): Describe ConditionalTracepoints.
5079 (Tracepoint Packets): Describe condition field.
5080 (Maintenance Commands): Describe maint agent-eval.
5081 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
5082
5083 2009-07-11 Hui Zhu <teawater@gmail.com>
5084
5085 * gdb.texinfo (disassemble): Add a new modifier /r
5086 to "disassemble" command to make it print the raw instructions
5087 in hex as well as in symbolic form.
5088
5089 2009-07-09 Tom Tromey <tromey@redhat.com>
5090
5091 * gdbint.texinfo (Testsuite): Document parallel make check.
5092
5093 2009-07-09 Tom Tromey <tromey@redhat.com>
5094
5095 * gdbint.texinfo (Testsuite): Document test transcripts.
5096
5097 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
5098
5099 * gdb.texinfo (Values From Inferior): Add length parameter
5100 description.
5101
5102 2009-07-04 Chris Genly <chris@genly.us>
5103
5104 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
5105 in -var-list-children. Fix example according to what the code
5106 does.
5107
5108 2009-07-02 Pedro Alves <pedro@codesourcery.com>
5109
5110 * gdb.texinfo (Debugging multiple inferiors): Document the
5111 "inferior", "detach inferior" and "kill inferior" commands.
5112 (Debugging Programs with Multiple Processes): Adjust to mention
5113 generic "inferior" commands. Delete mention of "detach fork" and
5114 "delete fork". Cross reference to "Debugging multiple inferiors"
5115 section.
5116
5117 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5118
5119 * gdbint.texinfo (Item Output Functions): Update signature
5120 for ui_out_field_core_addr.
5121
5122 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5123
5124 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
5125 Update example code extrated from breakpoint.c.
5126
5127 2009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
5128
5129 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
5130 MI commands.
5131 (GDB/MI Symbol Query): Likewise.
5132 (GDB/MI File Commands): Likewise.
5133 (GDB/MI File Transfer Commands): Likewise.
5134 (GDB/MI Target Manipulation): Likewise.
5135 (GDB/MI Miscellaneous Commands): Likewise.
5136
5137 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
5138
5139 * gdb.texinfo (Debugging Optimized Code): New chapter.
5140 (Compiling for Debugging): Reference it. Move some
5141 text to the new section.
5142
5143 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
5144
5145 * doc/gdb.texinfo (Calling): Document
5146 set-unwind-on-terminating-exception usage.
5147
5148 2009-06-11 Pedro Alves <pedro@codesourcery.com>
5149
5150 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
5151 command.
5152
5153 2009-06-07 Pedro Alves <pedro@codesourcery.com>
5154
5155 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
5156 references.
5157
5158 2009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
5159
5160 * gdbint.texinfo: Rename formal parameters to gdbarch function
5161 protoypes from "current_gdbarch" to "gdbarch".
5162
5163 2009-05-28 Tom Tromey <tromey@redhat.com>
5164
5165 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
5166
5167 2009-05-27 Tom Tromey <tromey@redhat.com>
5168
5169 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5170 feature.
5171 (GDB/MI Variable Objects): Document -var-set-visualizer.
5172
5173 2009-04-02 Tom Tromey <tromey@redhat.com>
5174
5175 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5176 feature.
5177 (GDB/MI Variable Objects): Document -var-set-visualizer.
5178
5179 2009-05-27 Tom Tromey <tromey@redhat.com>
5180 Thiago Jung Bauermann <bauerman@br.ibm.com>
5181 Phil Muldoon <pmuldoon@redhat.com>
5182
5183 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
5184 (Pretty Printing): New node.
5185 (Selecting Pretty-Printers): Likewise.
5186 (Python API): Update.
5187 (Output Formats): Document /r format.
5188
5189 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
5190 Tom Tromey <tromey@redhat.com>
5191
5192 * gdb.texinfo (Types In Python): New node.
5193 (Values From Inferior): "type" is now an attribute.
5194 (Python API): Update.
5195
5196 2009-05-27 Tom Tromey <tromey@redhat.com>
5197 Thiago Jung Bauermann <bauerman@br.ibm.com>
5198 Phil Muldoon <pmuldoon@redhat.com>
5199
5200 * gdb.texinfo: Add @syncodeindex for `tp'.
5201 (Python API): Update.
5202 (Auto-loading): New node.
5203 (Objfiles In Python): New node.
5204
5205 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
5206
5207 * gdb.texinfo (Threads): Document libthread-db-search-path.
5208
5209 2009-05-15 Nick Roberts <nickrob@snap.net.nz>
5210
5211 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
5212
5213 2009-05-12 Pedro Alves <pedro@codesourcery.com>
5214
5215 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
5216 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
5217 show show-debug-regs' docs.
5218
5219 2009-05-08 Eli Zaretskii <eliz@gnu.org>
5220
5221 * gdb.texinfo (Process Record and Replay): Add description of
5222 reverse execution.
5223
5224 2009-05-07 Joel Brobecker <brobecker@adacore.com>
5225
5226 * gdbint.texinfo (Adding support for debugging core files): New node.
5227 (Native Debugging): Remove the ``Native core file Support'' section.
5228
5229 2009-05-01 Eli Zaretskii <eliz@gnu.org>
5230
5231 * gdb.texinfo (Process Record and Replay): Improve and clarify.
5232 Add index entries.
5233
5234 2009-04-30 Hui Zhu <teawater@gmail.com>
5235 Michael Snyder <msnyder@vmware.com>
5236
5237 * gdb.texinfo: (Process Record and Replay): Add documentation for
5238 process record and replay.
5239
5240 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5241
5242 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
5243 a new part on command-line defined macros.
5244
5245 2009-04-25 Eli Zaretskii <eliz@gnu.org>
5246
5247 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
5248 clarify the wording.
5249
5250 2009-04-23 Tom Tromey <tromey@redhat.com>
5251
5252 * gdb.texinfo (Data Files): New node.
5253 (GDB Files): Update menu.
5254
5255 2009-04-23 Joel Brobecker <brobecker@adacore.com>
5256
5257 * gdbint.texinfo (Defining Other Architecture Features): Remove
5258 entry for PROCESS_LINENUMBER_HOOK.
5259
5260 2009-04-22 Vladimir Prus <vladimir@codesourcery.com>
5261
5262 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
5263
5264 2009-04-22 Hui Zhu <teawater@gmail.com>
5265
5266 * gdb.texinfo (disassemble-next-line): Set the default of
5267 disassemble-next-line to off.
5268
5269 2009-04-21 Joseph Myers <joseph@codesourcery.com>
5270
5271 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
5272 --with-htmldir): New.
5273 * configure: Regenerate.
5274 * Makefile.in (datarootdir, docdir): Define.
5275 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
5276 instead of $(SET_TEXINPUTS).
5277 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
5278 gdbint.info instead of $(SET_TEXINPUTS).
5279 (gdbint/index.html): Use same -I options as for building
5280 gdbint.info.
5281 (stabs.dvi, stabs.pdf): Use same -I options as for building
5282 stabs.info instead of $(SET_TEXINPUTS).
5283 (stabs/index.html): Use same -I options as for building
5284 stabs.info.
5285 (annotate.dvi, annotate.pdf): Use same -I options as for building
5286 annotate.info instead of $(SET_TEXINPUTS).
5287 (annotate/index.html): Use same -I options as for building
5288 annotate.info.
5289
5290 2009-04-21 David Daney <ddaney@caviumnetworks.com>
5291
5292 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
5293
5294 2009-04-21 Joseph Myers <joseph@codesourcery.com>
5295
5296 * gdb.texinfo (Source Path): Document --with-relocated-sources.
5297
5298 2009-04-18 Carlos O'Donell <carlos@codesourcery.com>
5299 Joseph Myers <joseph@codesourcery.com>
5300
5301 * Makefile.in (MAKEHTML): Set to makeinfo --html.
5302 (MAKEHTMLFLAGS): Set to empty.
5303 (html__strip_dir): Define.
5304 (HTMLFILES): Define.
5305 (HTMLFILES_INSTALL): Define.
5306 (install-html): Copy new automake rule.
5307 (html): Depend on $(HTMLFILES).
5308 (gdb_toc.html): Rename to gdb/index.html.
5309 (gdbint_toc.html): Rename to gdbint/index.html.
5310 (stabs_toc.html): Rename to stabs/index.html.
5311 (annotate_toc.html): Rename to annotate/index.html.
5312
5313 2009-04-17 Carlos O'Donell <carlos@codesourcery.com>
5314
5315 * Makefile.in: Set pdfdir and htmldir from configure
5316 substitutions.
5317 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
5318 * configure: Regenerate.
5319
5320 2009-04-16 Joel Brobecker <brobecker@adacore.com>
5321
5322 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
5323 This macro is no longer used.
5324
5325 2009-04-15 Tom Tromey <tromey@redhat.com>
5326
5327 * gdb.texinfo (Character Sets): Document default character set.
5328
5329 2009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
5330
5331 * gdbint.texinfo: Change server name from sources.redhat.com to
5332 sourceware.org throughout.
5333
5334 2009-04-09 Joel Brobecker <brobecker@adacore.com>
5335
5336 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
5337 about a missing dot or coma after @xref.
5338
5339 2009-04-02 Joel Brobecker <brobecker@adacore.com>
5340
5341 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
5342 example, and add a small explanation about it.
5343 (Print Settings): Change the documentation of the "set print
5344 frame-arguments" to reflect the fact that the default is now "scalars".
5345
5346 2009-04-02 Joel Brobecker <brobecker@adacore.com>
5347
5348 * gdb.texinfo (Print Settings): Add kindex for command "set
5349 print frame-arguments".
5350
5351 2009-03-31 Joel Brobecker <brobecker@adacore.com>
5352
5353 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
5354 breakpoints.
5355 (Set Breaks): Add reference to thread-specific and task-specific
5356 breakpoints.
5357
5358 2009-03-31 Joel Brobecker <brobecker@adacore.com>
5359
5360 * gdb.texinfo (Ada Tasks): Remove the documentation about
5361 the "Running" state, as this state has been eliminated.
5362 Now all runnable tasks are shown as "Runnable".
5363
5364 2009-03-30 Stan Shebs <stan@codesourcery.com>
5365
5366 * gdb.texinfo (Tracepoints): Describe tracepoints as a
5367 special case of breakpoints.
5368 (Enable and Disable Tracepoints): Mention deprecation.
5369 (Listing Tracepoints): Update description and example.
5370
5371 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5372
5373 * gdb.texinfo (Frames in Python): New node.
5374 (Python API): Update.
5375
5376 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
5377
5378 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
5379 from a method to an attribute.
5380
5381 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
5382
5383 * gdb.texinfo (Values From Inferior): Document is_optimized_out
5384 attribute.
5385
5386 2009-03-25 Pedro Alves <pedro@codesourcery.com>
5387
5388 * observer.texi (thread_exit): Add "silent" parameter.
5389
5390 2009-03-22 Pedro Alves <pedro@codesourcery.com>
5391
5392 * observer.texi (about_to_proceed): New.
5393
5394 2009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
5395
5396 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
5397 field throughout to handle types with spaces in them. Fix typos
5398 found by aspell.
5399 (Summary, Requirements, Contributors): New first chapter,
5400 "Summary" added, old Requirements section moved there, and new
5401 section, "Contributors" added.
5402 (Initializing a New Architecture, Register Representation)
5403 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
5404 (Porting gdb): These sections extended and updated.
5405 (Compiler Characteristics): This section (empty) deleted.
5406 (Defining Other Architecture Features): This section renamed and
5407 duplicate material removed from (formerly "Target Conditionals").
5408 Use braces {} in @deftypeXX type field throughout to handle types
5409 with spaces in them. Typos found by aspell fixed.
5410
5411 * stack_frame.svg: New file, source of image for gdbint.texinfo.
5412 * stack_frame.pdf: Version of image for PDF output.
5413 * stack_frame.png: Version of image for HTML output and for Emacs.
5414 * stack_frame.txt: Version of image for Info output.
5415 * stack_frame.eps: Version of image for TeX DVI output.
5416
5417 2009-03-21 Eli Zaretskii <eliz@gnu.org>
5418
5419 * gdb.texinfo (Character Sets): Fix last change.
5420
5421 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
5422
5423 * gdb.texinfo (Values From Inferior): Fix optional arguments
5424 markup.
5425 (Commands In Python): Adjust argument names of gdb.Command.__init__
5426 to what the function accepts as keywords.
5427
5428 2008-03-20 Tom Tromey <tromey@redhat.com>
5429
5430 * gdb.texinfo (Convenience Vars): Document convenience functions.
5431 (Functions In Python): New node.
5432 (Python API): Update.
5433
5434 2009-03-20 Tom Tromey <tromey@redhat.com>
5435
5436 * gdb.texinfo (Character Sets): Remove obsolete text. Document
5437 set target-wide-charset.
5438 (Requirements): Mention iconv.
5439
5440 2009-03-17 Hui Zhu <teawater@gmail.com>
5441
5442 * gdb.texinfo: Change the introduce of "disassemble-next-line".
5443
5444 2009-03-17 Hui Zhu <teawater@gmail.com>
5445
5446 * gdb.texinfo: Add documentation for disassemble-next-line.
5447
5448 2009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5449
5450 * gdb.texinfo (Commands In Python): Remove tindex entries.
5451
5452 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5453
5454 * gdb.texinfo (Returning): New description for missing debug info.
5455
5456 2009-03-14 Pedro Alves <pedro@codesourcery.com>
5457
5458 * gdb.texinfo (Remote Configuration): Document query-attached.
5459 (General Query Packets): Document qAttached.
5460
5461 2009-03-05 Pedro Alves <pedro@codesourcery.com>
5462
5463 * gdb.texinfo (Background Execution): Better describe the set
5464 target-async command.
5465 (Maintenance Commands): Delete description of the `maint set/show
5466 linux-async' and `maint set/show remote-async' commands.
5467
5468 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5469
5470 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
5471 between sentences.
5472
5473 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5474
5475 * gdb.texinfo (GDB/MI Async Records): Document the
5476 =library-loaded and =library-unloaded notifications.
5477
5478 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
5479
5480 * observer.texi (test_notification): New observer.
5481
5482 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
5483
5484 * observer.texi: Add parameter 'print_frame' to normal_stop
5485 observer.
5486
5487 2009-02-07 Eli Zaretskii <eliz@gnu.org>
5488
5489 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
5490 (Commands In Python): Fix COMMAND_* constants in last change. Use
5491 @kbd for interactive input. Add cross-references and index
5492 entries.
5493
5494 2009-02-06 Pedro Alves <pedro@codesourcery.com>
5495
5496 * gdb.texinfo (Signals): Document $_siginfo.
5497 (Convenience Variables): Mention $_siginfo.
5498 (Remote Configuration): Document qXfer:siginfo:read,
5499 qXfer:siginfo:write packets, and the read-siginfo-object,
5500 write-siginfo-object commands.
5501
5502 2009-02-06 Pedro Alves <pedro@codesourcery.com>
5503
5504 * gdbint.texinfo (Values): New chapter.
5505
5506 2009-02-06 Tom Tromey <tromey@redhat.com>
5507
5508 * gdb.texinfo (Python API): Add entry for Commands In Python.
5509 (Commands In Python): New node.
5510
5511 2009-02-05 Tom Tromey <tromey@redhat.com>
5512
5513 * gdb.texinfo (Values From Inferior): Document Value.string.
5514
5515 2009-02-05 Tom Tromey <tromey@redhat.com>
5516
5517 * gdb.texinfo (Basic Python): Document execute's from_tty
5518 argument.
5519
5520 2009-02-04 Tom Tromey <tromey@redhat.com>
5521
5522 * gdb.texinfo (Basic Python): Document gdb.history.
5523
5524 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5525
5526 * gdb.texinfo (GDB/MI Thread Commands): Document the
5527 'current-thread-id' field. Remove the example with zero threads,
5528 since current GDB won't ever report that if there's inferior.
5529
5530 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5531
5532 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
5533 option to -break-insert.
5534
5535 2009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5536 Jerome Guitton <guitton@adacore.com>
5537
5538 * gdb.texinfo (Startup): Document --with-system-gdbinit.
5539 (System-wide configuration): New section.
5540
5541 2009-01-26 Pedro Alves <pedro@codesourcery.com>
5542
5543 PR gdb/7580:
5544 * gdb.texinfo (Maintenance Commands): Document "maint set|show
5545 internal-error|internal-warning quit|corefile ask|yes|no".
5546
5547 2009-01-26 Pedro Alves <pedro@codesourcery.com>
5548
5549 * gdb.texinfo (Using the `gdbserver' Program): Document
5550 --remote-debug.
5551
5552 2009-01-23 Doug Evans <dje@google.com>
5553
5554 * gdb.texinfo: Add nexti to list of commands that support
5555 background execution.
5556
5557 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
5558
5559 * gdb.texinfo (Define, Hooks): Document prefix command support.
5560
5561 2009-01-14 Joseph Myers <joseph@codesourcery.com>
5562 Carlos O'Donell <carlos@codesourcery.com>
5563
5564 Fixes for makeinfo --html.
5565
5566 * annotate.texinfo: Use @copying and @insertcopying. Use
5567 @ifnottex in place of @ifinfo.
5568 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
5569 place of @ifinfo. Use @ifnotinfo for one index entry.
5570 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
5571 in place of @ifinfo.
5572 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
5573 in place of @ifinfo. Include contents at start unconditionally.
5574
5575 2009-01-13 Pedro Alves <pedro@codesourcery.com>
5576
5577 * gdb.texinfo (General Query Packets): Remove @var{} around the
5578 "spu" literal string.
5579
5580 2009-01-07 Pedro Alves <pedro@codesourcery.com>
5581
5582 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
5583 program may be running in another process" errors.
5584 * gdbint.texinfo (Native Conditionals): Delete
5585 ONE_PROCESS_WRITETEXT description.
5586
5587 2009-01-07 Joel Brobecker <brobecker@adacore.com>
5588
5589 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
5590 emacs local variable to be placed at the end of the ChangeLog.
5591 Add server.c and gdbreplay.c to the list of files where the
5592 copyright year needs to be updated.
5593
5594 2009-01-06 Sandra Loosemore <sandra@codesourcery.com>
5595
5596 * gdb.texinfo (Remote Configuration): Document new
5597 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
5598 commands.
5599
5600 2008-12-28 Pedro Alves <pedro@codesourcery.com>
5601
5602 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
5603 FETCH_INFERIOR_REGISTERS.
5604 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
5605 FETCH_INFERIOR_REGISTERS descriptions. Remove
5606 gdbarch_get_longjmp_target descrition, since already described in
5607 Target Conditionals. Move gdbarch_fp0_regnum description to ...
5608 (Target Conditionals): ... here.
5609
5610 2008-12-16 Joel Brobecker <brobecker@adacore.com>
5611
5612 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
5613 examples.
5614 (Additions to Ada): Likewise. Add the missing opening and closing
5615 parenthesis of the GDB prompt in one of the examples.
5616
5617 2008-12-14 Joel Brobecker <brobecker@adacore.com>
5618
5619 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
5620 about the result of 'Address not being of type System.Address.
5621 This problem has been fixed a while ago.
5622
5623 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5624
5625 MI non-stop and multiprocess docs.
5626
5627 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
5628 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
5629 Adjust documentation for *stopped, document =thread-created,
5630 =thread-exited, =thread-group-created and =thread-group-exited.
5631 (GDB/MI Thread Commands): Document the 'state' field in
5632 -thread-info output.
5633 (GDB/MI Program Execution): Mention --all and --thread-group
5634 options.
5635 (GDB/MI Variable Objects): Describe floating and fixed variable
5636 objects.
5637 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
5638
5639 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5640
5641 * gdb.texinfo (Operating System Information): New appendix.
5642 (Operating System Auxiliary Information): Document 'info os processes'
5643 (Remote Configuration): Document 'osdata'
5644 (General Query Packets): Document qXfer:osdata:read.
5645
5646 2008-11-27 Tristan Gingold <gingold@adacore.com>
5647
5648 * gdb.texinfo (Darwin): Document Darwin specific features.
5649
5650 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5651
5652 * gdbint.texinfo (Target Conditionals): Extend the
5653 gdbarch_breakpoint_from_pc description.
5654
5655 2008-11-22 Vladimir Prus <vladimir@codesourcery.com>
5656
5657 * gdb.texinfo (M68K Features): Fix typo.
5658
5659 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
5660
5661 * gdb.texinfo (Symbols): Mention printing containing
5662 image name in "info symbol".
5663 (Maint translate-address): Likewise.
5664
5665 2008-11-18 Joel Brobecker <brobecker@adacore.com>
5666
5667 * gdb.texinfo (Set Catchpoints): Remove the documentation of
5668 commands "catch load" and "catch unload".
5669
5670 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5671
5672 * gdb.texinfo (GDB/MI Async Records): Document
5673 =thread-selected.
5674
5675 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5676
5677 * observer.texi (new_inferior, inferior_exit): New observers.
5678
5679 2008-10-27 Pedro Alves <pedro@codesourcery.com>
5680
5681 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
5682 .mt files, TM_CLIBS or TM_CDEPS.
5683 (x86 Watchpoints): Don't mention TDEPFILES.
5684
5685 2008-10-24 Sandra Loosemore <sandra@codesourcery.com>
5686
5687 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
5688 (Overview): Mention notifications and non-stop mode behavior.
5689 (Packets): Update documentation of ?, vAttach, vCont, and vRun
5690 with non-stop mode behavior. Add vStopped description.
5691 (Stop Reply Packets): Update list of packets that return
5692 stop replies. Mention non-stop behavior.
5693 (General Query Packets): Document QNonStop packet and associated
5694 qSupported query response.
5695 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
5696 behavior.
5697 (Notification Packets): New section.
5698 (Remote Non-Stop): New section.
5699 (File-I/O Overview): Mention non-stop behavior.
5700
5701 2008-10-24 Hui Zhu <teawater@gmail.com>
5702 Pedro Alves <pedro@codesourcery.com>
5703
5704 * gdb.texinfo (displaced-stepping): Describe the auto mode
5705 setting, and say it's the default. This is now a mainstream
5706 setting instead of a maintenance setting.
5707
5708 2008-10-23 Pedro Alves <pedro@codesourcery.com>
5709
5710 * observer.texi (thread_stop_requested): New.
5711
5712 2008-10-22 Joel Brobecker <brobecker@adacore.com>
5713
5714 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
5715 (Patching): Replace incorrect usage of @samp by @kbd.
5716
5717 2008-10-17 Michael Snyder <msnyder@vmware.com>
5718
5719 * gdb.texinfo: Add documentation for reverse execution.
5720
5721 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5722 Eli Zaretskii <eliz@gnu.org>
5723
5724 * gdb.texinfo. (Values From Inferior): New subsubsection.
5725
5726 2008-10-06 Doug Evans <dje@google.com>
5727
5728 * gdb.texinfo (set debug dwarf2-die): Document it.
5729
5730 2008-10-01 Joel Brobecker <brobecker@adacore.com>
5731
5732 * gdb.texinfo (catch) [exception]: Document how to insert
5733 a breakpoint on user-defined exceptions when the exception
5734 name is identical to one of the language-defined ones.
5735
5736 2008-09-27 Tom Tromey <tromey@redhat.com>
5737
5738 * gdb.texinfo (Macros): Remove text about stringification,
5739 varargs, and splicing.
5740
5741 2008-09-27 Tom Tromey <tromey@redhat.com>
5742
5743 * gdbint.texinfo (Language Support): Remove text about omitting
5744 support for a language.
5745
5746 2008-09-23 Doug Evans <dje@google.com>
5747
5748 * gdb.texinfo (info dcache): Update.
5749
5750 2008-09-22 Sandra Loosemore <sandra@codesourcery.com>
5751
5752 * gdb.texinfo (Packets): Add info on thread-id syntax and
5753 multiprocess extensions.
5754 <D>: Document multiprocess form of packet.
5755 <H>: Use thread-id syntax.
5756 <T>: Likewise.
5757 <vCont>: Likewise. Note this is required for multiprocess.
5758 <vKill>: New packet.
5759 (Stop Reply Packets) <T>: Use thread-id syntax.
5760 <W>: Document multiprocess form of reply.
5761 <X>: Likewise.
5762 (General Query Packets) <qC>: Use thread-id syntax.
5763 <qfThreadInfo>: Likewise.
5764 <qGetTLSAddr>: Likewise.
5765 <qP>: Likewise.
5766 <qSupported>: Add "multiprocess" feature.
5767 <qThreadExtraInfo>: Use thread-id syntax.
5768
5769 2008-09-22 Stan Shebs <stan@codesourcery.com>
5770
5771 * gdb.texinfo (Inferiors): New section.
5772
5773 2008-09-12 Pedro Alves <pedro@codesourcery.com>
5774
5775 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
5776
5777 2008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
5778
5779 * gdbint.texinfo (Target Conditionals): Remove documentation
5780 for gdbarch_name_of_malloc.
5781
5782 2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
5783
5784 * gdb.texinfo (Interrupts): Mention TCP interface for
5785 sending BREAK.
5786
5787 2008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
5788
5789 * gdb.texinfo (Commands to Specify Files): Document "remote:"
5790 argument prefix to "set sysroot".
5791
5792 2008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
5793
5794 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
5795 and False.
5796
5797 2008-08-20 Vladimir Prus <vladimir@codesourcery.com>
5798
5799 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
5800 for possible features of -list-features.
5801
5802 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5803
5804 * gdb.texinfo (Background execution): Adjust example
5805 (GDB/MI Miscellaneous Commands): Document -list-target-features.
5806
5807 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5808
5809 * doc/gdb.texinfo (PowerPC): Fix typo.
5810 (PowerPC features): Fix typo.
5811
5812 2008-08-18 Pedro Alves <pedro@codesourcery.com>
5813
5814 * observer.texi (thread_ptid_changed): New.
5815
5816 2008-08-18 Luis Machado <luisgpm@br.ibm.com>
5817
5818 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
5819 (PowerPC features): Mention feature set for VSX registers.
5820
5821 2008-08-13 Joel Brobecker <brobecker@adacore.com>
5822
5823 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
5824 the direct visibility of all names in user-written packages.
5825
5826 2008-08-13 Pedro Alves <pedro@codesourcery.com>
5827
5828 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
5829 setting, and make it the default.
5830 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
5831 non-stop script example.
5832
5833 2008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
5834
5835 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
5836 reference to the "Using Different Register and Memory Data
5837 Representation" section.
5838
5839 2008-08-12 Sandra Loosemore <sandra@codesourcery.com>
5840
5841 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
5842 (Remote Protocol): Add Packet Acknowledgment to menu.
5843 (Overview): Mention +/- can be disabled, and point to new section
5844 where this is discussed in detail.
5845 (General Query Packets): Document QStartNoAckMode packet, and
5846 corresponding qSupported reply.
5847 (Packet Acknowledgment): New section.
5848
5849 2008-08-11 Sandra Loosemore <sandra@codesourcery.com>
5850 Pedro Alves <pedro@codesourcery.com>
5851
5852 * gdb.texinfo (Threads): Move paragraph about automatic thread
5853 selection to All-Stop Mode subsection.
5854 (Thread Stops): Reorganize existing material into subsections.
5855 Add introductory blurb and menu.
5856 (Non-Stop Mode): New subsection.
5857 (Background Execution): New subsection.
5858 (Maintenance Commands): Add cross-references from async mode
5859 commands to the new Background Execution section.
5860
5861 2008-08-06 Tom Tromey <tromey@redhat.com>
5862
5863 * gdb.texinfo (Extending GDB): New chapter.
5864 (Sequences): Demoted chapter, now a section under the new
5865 Extending GDB chapter.
5866 (Python): New section.
5867
5868 2008-07-31 Stan Shebs <stan@codesourcery.com>
5869
5870 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
5871
5872 2008-07-29 Stan Shebs <stan@codesourcery.com>
5873
5874 * gdbint.texinfo: General round of cleanup and minor
5875 clarifications.
5876 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
5877 (Longjmp Support): Update description to reflect how it is done
5878 for targets without using native header.
5879 (Symbol Handling): Add a little more general explanation.
5880 (COFF, ELF): Mention stabs encapsulation.
5881 (DWARF 3): New section.
5882 (Adding a New Host): Scrub out some obsolete bits.
5883 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
5884 (Host Conditionals): Remove descriptions of NO_STD_REGS,
5885 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
5886 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
5887 SEEK_SET, STOP_SIGNAL, USG.
5888 (Raw and Virtual Register Representations): Ditto for
5889 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
5890 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
5891 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
5892 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
5893 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
5894 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
5895 DEPRECATED_REGISTER_VIRTUAL_SIZE,
5896 DEPRECATED_REGISTER_VIRTUAL_TYPE,
5897 DEPRECATED_USE_STRUCT_CONVENTION.
5898 Describe gdbarch_deprecated_fp_regnum.
5899 Update description of gdbarch_print_insn.
5900 (Adding a New Target): Scrub out obsolete bits.
5901 (Obsolete Conditionals): Remove entire section.
5902
5903 2008-07-25 Tom Tromey <tromey@redhat.com>
5904
5905 * observer.texi (GDB Observers): Document new observers:
5906 breakpoint_created, breakpoint_deleted, breakpoint_modified,
5907 tracepoint_created, tracepoint_deleted, tracepoint_modified,
5908 architecture_changed.
5909
5910 2008-07-21 Stan Shebs <stan@codesourcery.com>
5911
5912 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
5913 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
5914
5915 2008-07-21 Tom Tromey <tromey@redhat.com>
5916
5917 * observer.texi (GDB Observers): Remove obsolete comment.
5918 <executable_changed>: Remove argument.
5919
5920 2008-07-18 Tom Tromey <tromey@redhat.com>
5921
5922 * gdb.texinfo (Macros): Update. Use @code rather than @command.
5923
5924 2008-07-10 Doug Evans <dje@google.com>
5925
5926 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
5927
5928 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5929
5930 * gdb.texinfo (Starting): Document "set disable-randomization".
5931
5932 2008-07-07 Andreas Schwab <schwab@suse.de>
5933
5934 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
5935
5936 2008-07-06 Vladimir Prus <vladimir@codesourcery.com>
5937
5938 * gdb.texinfo (GDB/MI Target Manipulation): Add
5939 example of -target-attach.
5940
5941 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
5942
5943 * observer.texi (target_resumed): New observer.
5944 * gdb.texinfo (GDB/MI Output Records): Document *running.
5945
5946 2008-06-06 Tom Tromey <tromey@redhat.com>
5947
5948 * gdb.texinfo (Completion): Add field name example.
5949
5950 2008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
5951
5952 * gdb.texinfo (GDB/MI Program Context): Added example
5953 to -exec-arguments
5954
5955 2008-06-05 Nick Roberts <nickrob@snap.net.nz>
5956
5957 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
5958 annotation.
5959
5960 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5961 Nathan Sidwell <nathan@codesourcery.com>
5962 Joseph Myers <joseph@codesourcery.com>
5963
5964 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
5965 and ACX_BUGURL.
5966 * configure: Regenerate.
5967 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
5968 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
5969 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
5970 mailing-list-specific text about bug reporting unless
5971 BUGURL_DEFAULT.
5972
5973 2008-06-05 Pedro Alves <pedro@codesourcery.com>
5974
5975 * gdb.texinfo (-target-select): Remove reference to target async.
5976 (Maintenance Commands): Document "maint set/show remote-async".
5977
5978 2008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
5979
5980 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
5981 in -target-file-get section.
5982
5983 2008-05-22 Pedro Alves <pedro@codesourcery.com>
5984
5985 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
5986 killing the inferior when it is already debugging a process.
5987
5988 2008-05-21 Joel Brobecker <brobecker@adacore.com>
5989
5990 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
5991 abbreviation for "finish".
5992
5993 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
5994
5995 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
5996
5997 2008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5998
5999 * gdbint.texinfo (Target Conditionals): Delete entry for
6000 gdbarch_dwarf_reg_to_regnum.
6001
6002 2008-05-09 Doug Evans <dje@google.com>
6003
6004 * gdb.texinfo: Document "find" command, qSearch:memory packet.
6005
6006 2008-05-05 Doug Evans <dje@google.com>
6007
6008 * gdb.texinfo (disassemble): Document /m modifier.
6009
6010 2008-05-05 Vladimir Prus <vladimir@codesourcery.com>
6011
6012 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
6013 will not report the time of commands that run the target.
6014
6015 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6016
6017 * gdb.texinfo (GDB/MI Output Records): Add
6018 missing semicolon.
6019
6020 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6021
6022 * gdb.texinfo (GDB/MI Output Records):
6023 Document =thread-create and =thread-exited.
6024
6025 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6026
6027 * gdb.texinfo (GDB/MI Development and Front Ends):
6028 Remove mention of dmi-discuss.
6029
6030 2008-05-03 Pedro Alves <pedro@codesourcery.com>
6031
6032 * observer.texi (thread_exit): New.
6033
6034 2008-05-02 Pedro Alves <pedro@codesourcery.com>
6035
6036 * gdb.texinfo (Debugging Output): Document "set/show debug
6037 displaced".
6038 (Maintenance Commands): Document "maint set/show
6039 can-use-displaced-stepping".
6040
6041 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
6042
6043 * gdb.texinfo (ARM): Document set/show arm fallback-mode
6044 and set/show arm force-mode.
6045
6046 2008-05-02 Andreas Schwab <schwab@suse.de>
6047
6048 * gdbint.texinfo (Algorithms): Describe
6049 target_watchpoint_addr_within_range.
6050
6051 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
6052
6053 * gdbint.texinfo (Stack Frames): New chapter.
6054 (Algorithms): Move Frames text to the new chapter.
6055 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
6056 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
6057
6058 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
6059
6060 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
6061 output does not necessary include any tokens.
6062
6063 2008-04-22 Corinna Vinschen <vinschen@redhat.com>
6064
6065 * gdb.texinfo (Set SH Calling convention): New @item.
6066 (Show SH Calling convention): Ditto.
6067
6068 2008-04-22 Markus Deuling <deuling@de.ibm.com>
6069
6070 * gdb.texinfo (Fortran Operators): Describe '%' operator.
6071
6072 2008-04-20 Eli Zaretskii <eliz@gnu.org>
6073
6074 * gdb.texinfo (Set Breaks): Mention that multiple location
6075 breakpoints need line number info. Add index entries.
6076
6077 2008-04-19 Craig Silverstein <csilvers@google.com>
6078
6079 * gdb.texinfo (Requirements): Add an optional requirement on
6080 zlib.
6081 * gdbint.texinfo (Debugging File Formats): Add new subsection for
6082 Compressed DWARF 2.
6083
6084 2008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
6085
6086 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
6087 sample output for 'stopped,reason="breakpoint-hit"' message.
6088 (GDB/MI Program Execution): Likewise.
6089
6090 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
6091
6092 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
6093 -var-set-format. Add -f option to -var-evaluate-expression.
6094
6095 2008-04-03 Joel Brobecker <brobecker@adacore.com>
6096
6097 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
6098 new node "Ambiguous Expressions". Replace references to this
6099 node by references to "Ambiguous Expressions" throughout.
6100 (Ambiguous Expressions): New node.
6101
6102 2008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
6103
6104 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
6105
6106 2008-03-21 Pedro Alves <pedro@codesourcery.com>
6107
6108 * gdb.texinfo (Debugging Output): Document
6109 "set/show debug lin-lwp-async".
6110 (Maintenance Commands): Document "maint set/show linux-async".
6111
6112 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
6113
6114 * gdb.texinfo (Expressions): Update description of malloced arrays.
6115
6116 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
6117
6118 * gdb.texinfo (Thread Commands): Document
6119 -thread-info. Remove -thread-list-all-threads.
6120
6121 2008-03-14 Pedro Alves <pedro@codesourcery.com>
6122 Sandra Loosemore <sandra@codesourcery.com>
6123
6124 * gdb.texinfo (Library List Format): Update to mention the
6125 possibility to pass section addresses instead of segment
6126 addresses.
6127
6128 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
6129
6130 * gdb.texinfo (Starting): Document "set exec-wrapper".
6131 (Server): Document gdbserver --wrapper.
6132
6133 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
6134
6135 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
6136 unreadable memory. Delete obsolete SPARClite reference.
6137
6138 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
6139
6140 * gdb.texinfo (Starting): Mention always-running targets.
6141 (Target Commands): Add an anchor for load.
6142 (Connecting): Explain continue instead of run.
6143
6144 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
6145
6146 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
6147
6148 2008-02-26 Nick Roberts <nickrob@snap.net.nz>
6149
6150 * gdb.texinfo (Set Breaks): Revert description of Enb column of
6151 breakpoint table.
6152
6153 2008-02-19 Pedro Alves <pedro@codesourcery.com>
6154
6155 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
6156 killing the inferior when it is already debugging a process.
6157
6158 2008-02-13 Markus Deuling <deuling@de.ibm.com>
6159
6160 * gdbint.texinfo (Build Script): New section. Mention new build script
6161 gdb_buildall.sh.
6162
6163 2008-02-01 Jim Blandy <jimb@red-bean.com>
6164
6165 * gdb.texinfo (Help): Summarize 'info args' correctly.
6166
6167 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6168
6169 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
6170 available in PowerPC architecture.
6171 (Embedded Processors): Change node name of PowerPC item in menu.
6172 (PowerPC): Rename to...
6173 (PowerPC Embedded): this.
6174 (Architectures): Add new PowerPC item in menu.
6175 (PowerPC): New node.
6176
6177 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6178
6179 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
6180 commands.
6181
6182 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6183
6184 * gdb.texinfo (Setting Catchpoints): Mention features
6185 supported on GNU/Linux.
6186
6187 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
6188
6189 * gdb.texinfo (GDB/MI File Commands): Describe new output
6190 field for MI command -file-list-exec-source-file.
6191
6192 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
6193
6194 * gdb.texinfo (Using the `gdbserver' Program): Add security
6195 warning. Rearrange into subsections and subsubsections. Document
6196 --multi and --debug. Correct --with-sysroot typo. Update --attach
6197 usage. Make load reference clearer. Document monitor exit.
6198 (Remote Configuration): Document set remote exec-file, attach-packet,
6199 and run-packet.
6200 (Packets): Document vAttach and vRun.
6201
6202 2008-01-29 Nick Roberts <nickrob@snap.net.nz>
6203
6204 * gdb.texinfo (Processes): Mention process command.
6205 detach-on-follow -> detach-on-fork.
6206
6207 2008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6208
6209 * gdbint.texinfo (Native Conditionals): Remove
6210 SHELL_COMMAND_CONCAT and SHELL_FILE.
6211
6212 2008-01-26 Eli Zaretskii <eliz@gnu.org>
6213
6214 * gdb.texinfo (Specify Location): Improve wording.
6215
6216 2008-01-23 Chris Demetriou <cgd@google.com>
6217
6218 * gdb.texinfo (Threads): Document new "set print thread-events"
6219 and "show print thread-events" commands.
6220
6221 2008-01-19 Eli Zaretskii <eliz@gnu.org>
6222
6223 * gdb.texinfo (Specify Location): New section.
6224 (Delete Breaks, Edit, Set Breaks): Remove description of
6225 locations. Instead, add a reference to "Specify Location".
6226 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
6227 (Symbols): Refer to "Specify Location" for the valid forms of
6228 linespecs and locations.
6229
6230 2008-01-18 Markus Deuling <deuling@de.ibm.com>
6231
6232 * gdbint.texinfo (Target Conditionals): Replace the description of
6233 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
6234
6235 2008-01-12 Paul Hilfinger <hilfinger@adacore.com>
6236
6237 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
6238 about &&var, which is rejected by the expression parser.
6239
6240 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
6241
6242 * gdb.texinfo (Output): Update documentation on using printf with DFP
6243 types.
6244
6245 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
6246
6247 * gdb.texinfo (C and C++): Add Decimal Floating Point format
6248 subsubsection.
6249 (Decimal Floating Point format): New subsubsection.
6250
6251 2008-01-05 Pedro Alves <pedro@codesourcery.com>
6252
6253 * gdb.texinfo (File Options): Remove mention of the attempt to
6254 open a core file with the -p option. Don't list -c as a valid
6255 option to attach to a process.
6256
6257 2008-01-05 Pedro Alves <pedro@codesourcery.com>
6258
6259 * gdbint.texinfo (Host Conditionals): Remove mention of
6260 ALIGN_STACK_ON_ENTRY.
6261
6262 2008-01-05 Joel Brobecker <brobecker@adacore.com>
6263
6264 * gdbint.texinfo (Start of New Year Procedure): Add item
6265 describing how to update the source and documentation copyright
6266 notices.
6267
6268 2007-12-18 Jim Blandy <jimb@codesourcery.com>
6269
6270 * gdb.texinfo (Set Watchpoints): Integrate per-thread
6271 watchpoint explanation into the main description of the watchpoint
6272 command; update synopses of 'watch', 'rwatch', and 'awatch'
6273 commands.
6274
6275 2007-12-18 Vladimir Prus <vladimir@codesourcery.com>
6276
6277 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6278 Document 'pending-breakpoints' feature of
6279 -list-features.
6280
6281 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
6282
6283 * gdb.texinfo: Add new parameter's description.
6284
6285 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
6286
6287 * gdb.texinfo (Overview): Clarify run-length encoding
6288 example. Remove the restriction on "+" and "-" characters.
6289
6290 2007-12-15 Eli Zaretskii <eliz@gnu.org>
6291
6292 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
6293
6294 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
6295
6296 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6297 the -f option for -break-insert, remove -r option,
6298 and clarify specification of location.
6299
6300 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
6301
6302 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
6303 formatting.
6304 (Remote Debugging): Add File Transfer section.
6305 (Remote Configuration): Document Host I/O packets.
6306 (GDB/MI): Add GDB/MI File Transfer Commands section.
6307 (Host I/O Packets): New section in "Remote Protocol".
6308 (Packets): Add vFile.
6309
6310 2007-11-17 Eli Zaretskii <eliz@gnu.org>
6311
6312 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
6313 breakpoints with multiple locations.
6314 (Breakpoint Menus): Improve wording.
6315 (Output): Fix last change.
6316
6317 2007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
6318
6319 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
6320
6321 2007-11-15 Doug Evans <dje@google.com>
6322
6323 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
6324
6325 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
6326
6327 * gdbint.texinfo (Native Conditionals): Remove
6328 mention of CLEAR_SOLIB.
6329
6330 2007-11-11 Joel Brobecker <brobecker@adacore.com>
6331
6332 * gdb.texinfo (Print Settings): Add documentation for "set/show
6333 print frame-arguments".
6334
6335 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
6336
6337 * gdb.texinfo (Output): Update printf command's description.
6338
6339 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
6340
6341 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
6342 powerpc soft-float".
6343
6344 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6345
6346 * gdb.texinfo (Files): Correct formatting. Mention Expat
6347 requirement.
6348 (Requirements for Building GDB): Expand the list of Expat
6349 uses.
6350 (Library List Format, Memory Map Format): Mention Expat.
6351 (Target Descriptions): Update Expat wording.
6352
6353 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6354
6355 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
6356 Document that gdbarch_convert_register_p should return zero for no-op
6357 conversions.
6358
6359 2007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
6360
6361 * gdbint.texi (Compiler Characteristics): Move documentation
6362 of set_gdbarch_sofun_address_maybe_missing back to ...
6363 (Target Conditionals): ... here to fix build break.
6364
6365 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
6366
6367 * gdbint.texi (Target Conditionals): Remove documentation of
6368 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
6369 (Compiler Characteristics): ... documentation of
6370 set_gdbarch_sofun_address_maybe_missing.
6371
6372 2007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6373
6374 * gdbint.texinfo (Target Conditionals): Use
6375 frame_unwind_register_unsigned in examples instead of
6376 frame_unwind_unsigned_register.
6377
6378 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6379
6380 * gdb.texinfo (Predefined Target Types): Add int128
6381 and uint128.
6382 (Standard Target Features): Add PowerPC features.
6383
6384 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6385
6386 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
6387
6388 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6389
6390 * gdbint.texi (Target Conditionals): Remove documentation
6391 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
6392 gdbarch_extract_return_value, and gdbarch_store_return_value.
6393
6394 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6395
6396 * gdbint.texi (Target Conditionals): Remove documentation of
6397 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
6398
6399 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
6400
6401 * gdb.texinfo: Mention that inaccessible-by-default is on by
6402 default.
6403
6404 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
6405
6406 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
6407
6408 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
6409
6410 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
6411 multi-threaded watchpoints.
6412 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
6413 checked. Describe sticky notification. Expand description
6414 of steppable and continuable watchpoints.
6415 (Watchpoints and Threads): New subsection.
6416
6417 2007-09-28 Vladimir Prus <vladimir@codesourcery.com>
6418
6419 * gdb.texinfo (Setting Breakpoints): Revise
6420 documentation for pending breakpoints. Document
6421 breakpoints with multiple locations.
6422
6423 2007-09-19 Vladimir Prus <vladimir@codesourcery.com>
6424
6425 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6426 Document -list-features.
6427
6428 2007-09-15 Eli Zaretskii <eliz@gnu.org>
6429
6430 * gdb.texinfo (Output): Spell out which features of C's printf are
6431 not supported by GDB's printf.
6432 (Separate Debug Files): More accurate wording regarding build ID
6433 and a reference to the ld manual rather than the Fedora wiki.
6434
6435 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6436 Jim Blandy <jimb@codesourcery.com>
6437
6438 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
6439 (Examining Memory): Update mentions of the 's' format.
6440 (Automatic Display): Likewise.
6441
6442 2007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
6443
6444 * gdb.texinfo: Update the FSF's Back-Cover Text.
6445
6446 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6447 Eli Zaretskii <eliz@gnu.org>
6448
6449 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
6450 Fixed the ``build ID'' name. New binaries build instructions for the
6451 build ID inclusion. Explain how the commands are specific to the build
6452 ID vs. debug link.
6453
6454 2007-09-01 Eli Zaretskii <eliz@gnu.org>
6455
6456 * gdb.texinfo (Separate Debug Files): Fix last change. Add
6457 indexing for ``build ID'' support.
6458
6459 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6460
6461 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
6462 Enlisted BUILD ID to the debug file searching example.
6463 Included a BUILD ID `.note.gnu.build-id' section description.
6464 Updated/added the debug files splitting instructions for OBJCOPY.
6465
6466 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
6467
6468 * gdb.texinfo (Variable Objects): Adjust docs
6469 for -var-info-expression and document
6470 -var-info-path-expression.
6471
6472 2007-08-20 Jim Blandy <jimb@codesourcery.com>
6473
6474 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
6475 (title page): Include the dedication in the printed manual, as a
6476 separate page after the copyright notice.
6477
6478 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
6479 don't break a @var across a line.
6480
6481 2007-07-25 Maciej W. Rozycki <macro@mips.com>
6482
6483 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
6484 for include files.
6485
6486 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
6487
6488 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
6489 in annotate.texinfo.
6490 (Command History): Link to new node.
6491
6492 2007-07-05 Markus Deuling <deuling@de.ibm.com>
6493
6494 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
6495
6496 2007-07-05 Eli Zaretskii <eliz@gnu.org>
6497
6498 * gdbint.texinfo (Target Conditionals): Fix last change.
6499
6500 2007-07-03 Markus Deuling <deuling@de.ibm.com>
6501
6502 * gdb.texinfo: Replace following macros by their appropriate gdbarch
6503 routines:
6504 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
6505 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
6506 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
6507 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
6508 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
6509 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
6510 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
6511 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
6512 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
6513 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
6514 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
6515 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
6516 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
6517 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
6518 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
6519 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
6520 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
6521 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
6522 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
6523 (SOFTWARE_SINGLE_STEP_P)
6524
6525 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
6526 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
6527
6528 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
6529 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
6530 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
6531 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
6532 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
6533 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
6534 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
6535 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
6536 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
6537 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
6538
6539 (Converting an existing Target Architecture to Multi-arch): Remove
6540 section.
6541
6542 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
6543 (gdbarch_addr_bits_remove): Add code example.
6544
6545 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
6546
6547 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
6548
6549 * gdb.texinfo (Remote Configuration): Document library-info-packet.
6550 Add other missing entries. Adjust the table size to fit.
6551 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
6552 stop reasons including the new "library" event.
6553 (General Query Packets): Adjust table widths for qSupported. Mention
6554 qXfer:libraries:read reply to qSupported and document the new packet.
6555 (Library List Format): New section.
6556
6557 2007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6558
6559 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
6560
6561 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
6562
6563 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
6564
6565 2007-06-25 Nick Roberts <nickrob@snap.net.nz>
6566
6567 * gdbint.texinfo (Register and Memory Data): Break sections
6568 into nodes and add a menu.
6569
6570 2007-06-21 Maciej W. Rozycki <macro@mips.com>
6571
6572 * gdb.texinfo (Examining Memory): Document the new behaviour.
6573
6574 2007-06-21 Vladimir Prus <vladimir@codesourcery.com>
6575
6576 * gdb.texinfo (Standard Target Features): Document
6577 m68k features.
6578
6579 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
6580
6581 * gdb.texinfo (General Query Packets): Document qOffsets changes.
6582
6583 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6584
6585 * gdb.texinfo (Target Description Format): Add version attribute
6586 for <target>.
6587
6588 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6589
6590 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
6591
6592 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6593
6594 * gdb.texinfo (MIPS Features): New subsection.
6595
6596 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6597 Markus Deuling <deuling@de.ibm.com>
6598
6599 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
6600 and qXfer:spu:write packets and mention them under qSupported.
6601
6602 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6603 Markus Deuling <deuling@de.ibm.com>
6604
6605 * gdb.texinfo (Architectures): Add new SPU section to document
6606 Cell Broadband Engine SPU architecture specific commands.
6607
6608 2007-06-09 Vladimir Prus <vladimir@codesourcery.com>
6609
6610 * gdb.texinfo (GDB/MI Variable Objects): Editorial
6611 comments.
6612
6613 2007-06-07 Nick Roberts <nickrob@snap.net.nz>
6614
6615 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
6616
6617 2007-05-29 Jim Blandy <jimb@codesourcery.com>
6618
6619 * gdb.texinfo (Overview): Doc fix.
6620
6621 2007-05-22 Maciej W. Rozycki <macro@mips.com>
6622
6623 * gdb.texinfo (Remote Configuration): Document "set/show
6624 remoteflow".
6625
6626 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
6627
6628 * gdb.texinfo (MIPS): Remove documentation for set mips
6629 saved-gpreg-size, show mips saved-gpreg-size, and set mips
6630 stack-arg-size.
6631
6632 2007-05-14 Bob Wilson <bob.wilson@acm.org>
6633
6634 * all-cfg.texi (GDBTUI): New.
6635 * gdb.texinfo (Mode Options): Use GDBTUI variable.
6636 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
6637 (TUI Configuration): Edit to improve clarity and fix problems of
6638 both style and content.
6639
6640 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
6641
6642 * observer.texi (GDB Observers): New observer "new_objfile".
6643
6644 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
6645
6646 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
6647
6648 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
6649
6650 * gdb.texinfo (GDB/MI Variable Objects): Document
6651 frozen variables objects.
6652
6653 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
6654
6655 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
6656 (Character Sets, Caching Data of Remote Targets): Likewise.
6657 (Targets): Delete Remote node. Move its text...
6658 (Debugging Remote Programs): ...to here. Delete description
6659 of the "remote" command.
6660 (Remote configuration): Delete description of "set remotedevice"
6661 and "show remotedevice".
6662 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
6663
6664 2007-04-11 Bob Wilson <bob.wilson@acm.org>
6665
6666 * gdb.texinfo (Contributors, Continuing and Stepping)
6667 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
6668 (General Query Packets, File-I/O Remote Protocol Extension)
6669 (Protocol Basics, The F Reply Packet, Write)
6670 (Protocol-specific Representation of Datatypes, Memory Transfer):
6671 Fix hyphenation, punctuation and grammar problems.
6672 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
6673 'section' instead of 'subsection' in the text.
6674 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
6675 (i386): Remove period from section name.
6676 (Installing GDB, Requirements, Running Configure, Separate Objdir)
6677 (Config Names, Configure Options): Use @file{configure}.
6678
6679 2007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
6680
6681 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
6682 and tab expansion.
6683
6684 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
6685
6686 * gdbint.texinfo (SOM): Correct location of the SOM reader.
6687
6688 2007-04-02 Bob Wilson <bob.wilson@acm.org>
6689
6690 * gdb.texinfo: Consistently capitalize all significant words in
6691 node names, chapter titles, section titles, and headings. Update
6692 cross references to match.
6693 (Starting and Stopping Trace Experiment): Make node name plural.
6694 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
6695
6696 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
6697
6698 * gdb.texinfo (WinCE): Delete obsolete subsection.
6699
6700 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6701
6702 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
6703 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
6704 references.
6705
6706 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6707
6708 * gdb.texinfo (Startup): Delete references to some alternate
6709 names for .gdbinit.
6710 (Thread): Remove LynxOS reference.
6711 (Tandem ST2000): Delete target-specific documentation.
6712 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
6713 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
6714 and GDB_OSABI_LYNXOS.
6715
6716 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
6717
6718 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
6719
6720 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
6721
6722 * gdbint.texinfo (Target Conditionals): Remove mention of
6723 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
6724 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
6725
6726 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
6727
6728 * Makefile.in: Add "pdfdir" installation
6729 directory, PDFTEX macro, support for "install-pdf" target,
6730 and rules for making a pdf version of refcard.texi.
6731 * refcard.tex: Specify paper size for PDF output.
6732
6733 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6734
6735 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
6736
6737 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6738
6739 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
6740 (Source Path, Character Sets, Macros, Define)
6741 (GDB/MI Result Records, GDB/MI Simple Examples)
6742 (GDB/MI Program Execution, GDB/MI File Commands)
6743 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
6744 (Bug Reporting): Use @value{GCC}.
6745
6746 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6747
6748 * gdb.texinfo (Help): Fix formatting of examples.
6749 (Variables): Use @ifnotinfo instead of @iftex.
6750 (Non-debug DLL symbols): Use @ref instead of @pxref.
6751 (Sparclet File): Use @samp instead of quotes.
6752
6753 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6754
6755 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
6756
6757 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6758
6759 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
6760 the order of the nodes.
6761 (C Operators, C Constants, Debugging C): Remove extra menus.
6762 (Method Names in Commands): Do not specify next/prev/up nodes.
6763
6764 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6765
6766 * gdb.texinfo (File Options): Add missing parenthesis.
6767 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
6768
6769 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6770
6771 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
6772
6773 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6774
6775 * gdb.texinfo (Standard Target Features): Mention
6776 case insensitivity.
6777 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
6778
6779 2007-02-18 Nick Roberts <nickrob@snap.net.nz>
6780
6781 * gdb.texinfo (Top): Put Appendix A after numbered sections.
6782 (Files): Add section name to argument list for pxref.
6783 (Non-debug DLL symbols): Don't use `see' for pxref.
6784 (Embedded Processors): Fix typo.
6785 (GDB/MI Breakpoint Commands): Execution commands generate
6786 *stopped not ^done.
6787
6788 2007-02-13 Nick Roberts <nickrob@snap.net.nz>
6789
6790 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
6791 values for in_scope. Mention that only root variables can be
6792 updated.
6793 (GDB/MI Development and Front Ends): Explain new values may be
6794 added to existing fields.
6795
6796 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6797
6798 * gdb.texinfo (-target-disconnect): Use @smallexample.
6799 (Requirements): Add anchor for Expat. Update description.
6800 (Target Descriptions): Mention Expat.
6801 (Target Description Format): Document new elements. Use
6802 @smallexample.
6803 (Predefined Target Types, Standard Target Features): New sections.
6804 * gdbint.texinfo (Target Descriptions): New section.
6805
6806 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
6807
6808 * gdb.texinfo (Target Description Format): Add section on XInclude.
6809
6810 2006-02-03 Nick Roberts <nickrob@snap.net.nz>
6811
6812 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
6813 command -enable-timings.
6814
6815 2007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
6816
6817 * gdbint.texinfo (Operation System ABI Variant Handling): Update
6818 descriptions for new/deleted elements in gdb_osabi. Add missing
6819 description for function generic_elf_osabi_sniff_abi_tag_sections.
6820
6821 2007-01-29 Joel Brobecker <brobecker@adacore.com>
6822
6823 * gdb.texinfo (Maintenance Commands): Add documentation for
6824 the new "maint print target-stack" command.
6825
6826 2007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6827 Eli Zaretskii <eliz@gnu.org>
6828
6829 * gdb.texinfo: Describe CHAR array vs. string identification rules.
6830
6831 2007-01-26 Eli Zaretskii <eliz@gnu.org>
6832
6833 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
6834 Use @value{NGCC} instead of @value{GCC}.
6835
6836 2007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
6837
6838 * agentexpr.texi: Fix typos.
6839 * annotate.texinfo: Likewise.
6840 * gdb.texinfo: Likewise.
6841 * gdbint.texinfo: Likewise.
6842 * observer.texi: Likewise.
6843 * stabs.texinfo: Likewise.
6844
6845 2007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
6846
6847 * gdbint.texinfo (Support Libraries): Remove mmalloc
6848 entry. Describe readline library.
6849
6850 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
6851
6852 * gdb.texinfo (Target Descriptions): New section.
6853 (General Query Packets): Add QPassSignals anchor. Mention
6854 qXfer:features:read under qSupported. Expand mentions of
6855 qXfer:memory-map:read and QPassSignals. Document
6856 qXfer:features:read.
6857
6858 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
6859
6860 * gdb.texinfo (Commands to specify files): Describe
6861 "set sysroot" and "show sysroot".
6862 (Using the `gdbserver' program): Lowercase argument
6863 to @var. Expand description of setting up GDB on the
6864 host.
6865
6866 2007-01-05 Joel Brobecker <brobecker@adacore.com>
6867
6868 * gdb.texinfo (Set Catchpoints): Add documentation for the new
6869 catch exception, catch exception unhandled, and catch assert
6870 commands.
6871
6872 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6873
6874 * gdb.texinfo (Debugging Output): Document "set debug xml"
6875 and "show debug xml".
6876
6877 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6878
6879 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
6880
6881 2007-01-01 Joel Brobecker <brobecker@adacore.com>
6882
6883 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
6884
6885 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
6886
6887 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
6888 note in @ignore, to be removed later if nobody complains.
6889
6890 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
6891
6892 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
6893 of -var-delete.
6894
6895 2006-11-22 Vladimir Prus <vladimir@codesourcery.com>
6896
6897 * gdb.texinfo (Setting breakpoints): Document
6898 automatic software/hardware breakpoint usage and
6899 the "set breakpoint auto-hw" command.
6900
6901 2006-11-21 Vladimir Prus <vladimir@codesourcery.com>
6902
6903 * gdb.texinfo (Memory Access Checking): New.
6904
6905 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
6906
6907 * gdb.texinfo (Remote configuration): Mention
6908 "pass-signals-packet".
6909 (General Query Packets): Document QPassSignals. Fix
6910 a typo.
6911
6912 2006-11-14 Maxim Grigoriev <maxim@tensilica.com>
6913
6914 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
6915
6916 2006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
6917
6918 * gdb.texinfo (Remote configuration): Rewrite documentation for
6919 packet configuration commands.
6920 (OS Information): Adjust reference to qXfer:auxv:read.
6921 (General Query Packets): Remove references to read-aux-vector-packet
6922 and set remote get-thread-local-storage-address.
6923
6924 2006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
6925
6926 * gdbint.texinfo (Target Architecture Definition): Add new
6927 Initializing a New Architecture section.
6928
6929 2006-10-31 David Taylor <dtaylor@emc.com>
6930
6931 * stabs.texinfo (Macro define and undefine): New node describing
6932 stabs for #define and #undef.
6933
6934 2006-10-27 Andreas Schwab <schwab@suse.de>
6935
6936 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
6937
6938 2006-10-21 Eli Zaretskii <eliz@gnu.org>
6939
6940 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
6941 clarify on the possible meanings of ``expression'' watched by
6942 watchpoints. Add indexing.
6943 (Prompting, Errors, Invalidation, Annotations for Running)
6944 (Source Annotations): Fix index entries by adding "annotation" to
6945 them, to discriminate from index entries that point to the more
6946 general topic descriptions.
6947
6948 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6949
6950 * gdbint.texinfo (Target Vector Definition): Move most
6951 content into Existing Targets. Add a menu.
6952 (Existing Targets): New section, moved from Target Vector
6953 Definition. Use @subsection.
6954 (Managing Execution State): New section.
6955
6956 2006-10-16 Bob Wilson <bob.wilson@acm.org>
6957
6958 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
6959
6960 2006-10-15 Eli Zaretskii <eliz@gnu.org>
6961
6962 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
6963 (Command Syntax, Signals, Backtrace, Connecting)
6964 (Remote configuration, Renesas Boards, Console I/O): Fix last
6965 change: use Ctrl- instead of C-, except wrt Emacs.
6966 (File-I/O Examples): Put Ctrl-c in @kbd.
6967 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
6968 (Console I/O): Use @samp with Ctrl-.
6969 (Signals, Set Breaks, Set Watchpoints): Document optional
6970 arguments to `info signals' `handle', `info breakpoints', and
6971 `info watchpoints'.
6972
6973 2006-10-14 Eli Zaretskii <eliz@gnu.org>
6974
6975 * gdb.texinfo (Backtrace): Fix last change.
6976
6977 2006-10-14 Nick Roberts <nickrob@snap.net.nz>
6978
6979 * gdb.texinfo (Backtrace): Order correctly and add other cases.
6980
6981 2006-10-10 Bob Wilson <bob.wilson@acm.org>
6982
6983 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
6984 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
6985 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
6986
6987 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6988 Daniel Jacobowitz <dan@codesourcery.com>
6989
6990 * gdb.texinfo (Packets): Document vFlashErase,
6991 vFlashWrite and vFlashDone packets.
6992 (General Query Packets): Document qXfer:memory-map:read.
6993 Add a new feature for qXfer:memory-map:read.
6994 (Memory map format): New section.
6995 (Target Commands): Mention that gdb can write flash.
6996
6997 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6998 Daniel Jacobowitz <dan@codesourcery.com>
6999
7000 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
7001 memory regions and "mem auto".
7002
7003 2006-09-21 Nathan Sidwell <nathan@codesourcery.com>
7004
7005 * gdbint.texinfo (Array Containers): New section.
7006
7007 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
7008
7009 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7010 -stack-list-arguments HIGH_FRAME argument can be larger then the
7011 actual number of frames.
7012
7013 2006-09-07 Vladimir Prus <vladimir@codesourcery.com>
7014
7015 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7016 -stack-list-locals HIGH_FRAME argument can be larger then the
7017 actual number of frames.
7018
7019 2006-09-02 Bob Wilson <bob.wilson@acm.org>
7020
7021 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
7022 Register Packet Format, Tracepoint Packets): Fix spelling errors.
7023
7024 2006-09-02 Eli Zaretskii <eliz@gnu.org>
7025
7026 * gdbint.texinfo (Overall Structure): New section "Source Tree
7027 Structure".
7028
7029 2006-08-17 Jim Blandy <jimb@codesourcery.com>
7030
7031 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
7032 responses.
7033
7034 2006-08-08 Joel Brobecker <brobecker@adacore.com>
7035
7036 * gdb.texinfo (Source Path): Add documentation for new
7037 substitute-path commands.
7038
7039 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
7040
7041 * gdb.texinfo (Installing GDB): Update menu. Move text to...
7042 (Running Configure): ...here.
7043 (Requirements): New node. Mention expat.
7044
7045 2006-08-08 Vladimir Prus <vladimir@codesourcery.com>
7046
7047 * gdb.texinfo (Target Commands): Remove
7048 'set download-write-size' and 'show download-write-size'.
7049
7050 2006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
7051
7052 * stabs.texinfo (Member Type Descriptor): Correct example for
7053 pointer to member types.
7054
7055 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
7056
7057 * gdb.texinfo (Optional warnings and messages): Add
7058 'set/show trace-commands'.
7059 (Command files): Add '-v' to source command.
7060
7061 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
7062
7063 * gdb.texinfo (OS Information): Update qPart reference to
7064 qXfer.
7065 (Remote configuration): Likewise.
7066 (Overview): Move @cindex to the start of a paragraph. Talk
7067 about binary data encoding.
7068 (Packets): Refer to the overview for the details of the X
7069 packet encoding.
7070 (General Query Packets): Remove qPart description. Add qXfer
7071 description. Add an anchor to qSupported. Correct feature
7072 table title. Add a new feature for qXfer:auxv:read.
7073 (Interrupts): Add a missing parenthesis.
7074
7075 2006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
7076
7077 * gdb.texinfo (KOD): Remove node.
7078 (GDB/MI Kod Commands): Remove commented out node.
7079
7080 2006-07-01 Eli Zaretskii <eliz@gnu.org>
7081
7082 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
7083 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
7084 (GDB/MI Thread Commands, GDB/MI Program Execution)
7085 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
7086 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
7087 (GDB/MI File Commands, GDB/MI Target Manipulation)
7088 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
7089 since the MI prompt is hard-wired into the code.
7090
7091 2006-07-01 Nick Roberts <nickrob@snap.net.nz>
7092
7093 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
7094 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
7095 (GDB/MI Data Manipulation): Remove description of unimplemented
7096 display related commands as variable objects perform this function
7097 and are superior: -display-delete, -display-disable,
7098 -display-enable, -display-insert and -display-list. Move
7099 -environment-cd, -environment-directory, -environment-path
7100 and -environment-pwd to "Program Context".
7101 (GDB/MI Program Control): Rename to "Program Execution". Move
7102 -exec-arguments -exec-abort to...
7103 (GDB/MI Program Context): ...here. New node split from "Data
7104 Manipulation".
7105
7106 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
7107
7108 * gdb.texinfo (Remote configuration): Document set / show
7109 remote supported-packets.
7110 (General Query Packets): Document qSupported packet.
7111
7112 2006-06-10 Sandra Loosemore <sandra@codesourcery.com>
7113
7114 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
7115 and font markup.
7116 (Protocol basics): Likewise.
7117 (The F request packet): Likewise.
7118 (The F reply packet): Likewise.
7119 (Memory transfer): Move this node to be a subsubsection of
7120 "Protocol specific representation of datatypes".
7121 (The Ctrl-C message): More copy editing.
7122 (Console I/O): Likewise.
7123 (The isatty call): Delete this node, and merge its content into
7124 the "isatty" node. Fixed references elsewhere.
7125 (The system call): Delete this node, and merge its content into
7126 the "system" node. Fixed references elsewhere.
7127 (open): Reformat to use @table, and add appropriate font markup.
7128 (close): Likewise.
7129 (read): Likewise.
7130 (write): Likewise.
7131 (lseek): Likewise.
7132 (rename): Likewise.
7133 (unlink): Likewise.
7134 (stat/fstat): Likewise.
7135 (gettimeofday): Likewise.
7136 (isatty): Likewise.
7137 (system): Likewise, plus minor changes to fix confusing wording.
7138 (Integral datatypes): Fix font markup.
7139 (Pointer values): Likewise.
7140 (struct stat): Fix markup to use @table, plus minor copy editing.
7141 (struct timeval): Fix font markup, plus minor copy editing.
7142 (Constants): Minor copy editing.
7143 (Errno values): Add font markup.
7144 (File-I/O Examples): Likewise.
7145
7146 2006-06-10 Nick Roberts <nickrob@snap.net.nz>
7147
7148 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
7149 (GDB/MI Simple Examples): Move node up one level. Use real
7150 examples.
7151 (GDB/MI Compatibility with CLI): Update.
7152 (GDB/MI Result Records): Add "connected" and "exit" result
7153 classes.
7154 (GDB/MI Stream Records): Clarify target output.
7155 (GDB/MI Command Description Format): Modify example description.
7156 (GDB/MI Breakpoint Table Commands): Rename to...
7157 (GDB/MI Breakpoint Commands): ...this
7158 (GDB/MI Breakpoint Commands): Add optional thread field.
7159 (GDB/MI Program Control): Add an introduction. Move "Program
7160 termination" examples into exec-run description.
7161 (GDB/MI File Commands): Mention similar CLI commands.
7162 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
7163 is similar to "-gdb-version".
7164
7165 2006-06-09 Eli Zaretskii <eliz@gnu.org>
7166
7167 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
7168
7169 2006-06-02 Nick Roberts <nickrob@snap.net.nz>
7170
7171 * gdb.texinfo (GDB/MI Development and Front Ends): Use
7172 sourceware.org for mailing lists.
7173 (GDB/MI File Commands): New node split from Program Control.
7174
7175 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
7176
7177 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
7178
7179 2006-05-22 Eli Zaretskii <eliz@gnu.org>
7180
7181 * gdb.texinfo (Cygwin Native): Fix last change.
7182
7183 2006-05-22 Christopher Faylor <cgf@timesys.com>
7184
7185 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
7186
7187 2006-05-15 Nick Roberts <nickrob@snap.net.nz>
7188
7189 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
7190 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
7191
7192 2006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
7193
7194 * gdb.texinfo (General Query Packets): Recommend not starting
7195 new packets with qC and clarify.
7196
7197 2006-05-13 Gaius Mulley <gaius@glam.ac.uk>
7198
7199 * gdb.texinfo (M2 Types): New section.
7200
7201 2006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
7202
7203 * agentexpr.texi: Add a copyright and license notice.
7204 * observer.texi: Likewise, with GPL clause for function prototypes.
7205 Remove trailing whitespace.
7206
7207 2006-05-05 Jim Blandy <jimb@codesourcery.com>
7208
7209 * gdb.texinfo (General Query Packets): Document conventions for
7210 terminating packet names, and their violations.
7211
7212 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7213
7214 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
7215 * gdb.texinfo: Likewise.
7216
7217 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7218
7219 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
7220 and "show remotedebug".
7221 (Debugging Output): Add additional index entries.
7222
7223 2006-04-27 Michael Snyder <msnyder@redhat.com>
7224
7225 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
7226
7227 2006-04-22 Andrew Cagney <cagney@redhat.com>
7228
7229 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
7230 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
7231
7232 2006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
7233
7234 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
7235 and remove breakpoint prototypes.
7236 (Watchpoints): Move description of target_insert_hw_breakpoint and
7237 target_remove_hw_breakpoint ...
7238 (Breakpoints): ... to here. Document target_insert_breakpoint and
7239 target_remove_breakpoint.
7240
7241 2006-04-17 Jim Blandy <jimb@codesourcery.com>
7242
7243 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
7244 and C packets are optional.
7245
7246 2006-04-14 Frederic Riss <frederic.riss@st.com>
7247
7248 * gdb.texinfo (Specifying source directories): Update the description
7249 of the source file search to reflect the fact that the source path
7250 always contains at least $cdir and $cwd.
7251
7252 2006-03-31 Michael Snyder <msnyder@redhat.com>
7253
7254 * gdb.texinfo: Update copyright dates.
7255
7256 2006-03-31 Eli Zaretskii <eliz@gnu.org>
7257
7258 * gdb.texinfo (Overview): Add an index entry to "empty response".
7259
7260 2006-03-28 Jim Blandy <jimb@codesourcery.com>
7261
7262 * gdbint.texinfo (Prologue Analysis): New section.
7263
7264 2006-03-07 Jim Blandy <jimb@red-bean.com>
7265
7266 * gdb.texinfo (Connecting): Document 'target remote pipe'.
7267
7268 * gdb.texinfo (Target Commands): Update text describing how to
7269 specify a target. Refer to the detailed section on remote
7270 debugging, not the brief mention.
7271
7272 * gdb.texinfo (Connecting): Organize the different 'target remote'
7273 connection methods into a table. Add a 'target remote' index
7274 entry. (!!!)
7275
7276 2006-02-17 Fred Fish <fnf@specifix.com>
7277
7278 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
7279 'ptype' commands to reflect the fact that the only significant
7280 difference between them is that ptype prints the complete type
7281 description instead of just the name.
7282
7283 2006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
7284
7285 * gdbint.texinfo (Watchpoints): Delete
7286 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
7287
7288 2006-02-10 Nick Roberts <nickrob@snap.net.nz>
7289
7290 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
7291 times fields where needed. Fix typos. Update general form given
7292 for output of -break-insert.
7293 (GDB/MI): Abbreviate some unnecessarily long fullnames.
7294
7295 2006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
7296
7297 * gdbint.texinfo (Symbol Handling): Add a section
7298 on memory management.
7299
7300 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
7301
7302 * gdb.texinfo (Breakpoint table commands): Document the fullname
7303 field in -break-list output.
7304
7305 2006-02-03 Eli Zaretskii <eliz@gnu.org>
7306
7307 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
7308 debugging information produced by the various "set debug..."
7309 options.
7310
7311 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7312
7313 * gdb.texinfo (Files): Remove obsolete bits from the description
7314 of "symbol-file".
7315
7316 2006-01-25 Jim Blandy <jimb@redhat.com>
7317
7318 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
7319
7320 2006-01-24 Jim Blandy <jimb@redhat.com>
7321
7322 * gdbint.texinfo (Frames): Document the basics of GDB's register
7323 unwinding model, and explain the existence of the "sentinel" frame.
7324
7325 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
7326
7327 * gdb.texinfo (Choosing files): Mention that -directory is used
7328 for script files.
7329 (Specifying source directories): Likewise.
7330 (Command files): Explain how script files are found.
7331
7332 2006-01-21 Eli Zaretskii <eliz@gnu.org>
7333
7334 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
7335 the threads in a multi-threaded program.
7336 (Threads): The threadno argument of "thread apply" can be a range
7337 of numbers.
7338
7339 2006-01-18 Jim Blandy <jimb@redhat.com>
7340
7341 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
7342 of warning flags.
7343
7344 2006-01-13 Eli Zaretskii <eliz@gnu.org>
7345
7346 * gdb.texinfo (Sequences): Improve menu annotations.
7347 (Define): Add index entries for arguments of user-defined
7348 commands. Move the description of flow-control commands...
7349 (Command Files): ...to here. Document loop_break and
7350 loop_continue.
7351 (Define, Command Files): Document `end' and add index entries for
7352 it.
7353
7354 2006-01-04 Michael Snyder <msnyder@redhat.com>
7355
7356 * gdb.texinfo: Add documentation for linux-fork.
7357 * gdbint.texinfo: Add internal documentation for checkpoints.
7358
7359 2006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
7360
7361 * gdb.texinfo (Omissions from Ada): Document that there is now
7362 limited aggregate support.
7363
7364 2005-12-28 Eli Zaretskii <eliz@gnu.org>
7365
7366 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
7367 registers and the likes.
7368
7369 2005-12-24 Eli Zaretskii <eliz@gnu.org>
7370
7371 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
7372 (Symbols): Fix usage of "e.g.".
7373 (Memory Region Attributes): Fix usage of "etc."
7374
7375 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
7376 (Coding): Fix usage of "e.g.".
7377
7378 2005-12-23 Eli Zaretskii <eliz@gnu.org>
7379
7380 * stabs.texinfo:
7381 * refcard.tex:
7382 * gpl.texi:
7383 * gdbint.texinfo:
7384 * gdb.texinfo:
7385 * gdb-cfg.texi:
7386 * fdl.texi:
7387 * annotate.texinfo:
7388 * all-cfg.texi:
7389 * Makefile.in: Add (C) after Copyright. Update the FSF
7390 address.
7391
7392 2005-12-03 Eli Zaretskii <eliz@gnu.org>
7393
7394 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
7395 extend GDB with commands for external monitor.
7396
7397 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
7398
7399 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
7400
7401 2005-11-25 Joel Brobecker <brobecker@adacore.com>
7402
7403 * gdbint.texinfo (Start of New Year Procedure): New chapter.
7404
7405 2005-11-21 Jim Blandy <jimb@redhat.com>
7406
7407 * gdb.texinfo (Tracepoint Packets): Document restrictions on
7408 placement of 'R' actions in tracepoint action packets; document
7409 dependence of 'X' and 'M' actions on a preceding 'R' action for
7410 their registers.
7411
7412 2005-11-19 Jim Blandy <jimb@redhat.com>
7413
7414 * gdb.texinfo (Tracepoint Packets): New node.
7415 (General Query Packets): Add entries for the tracepoint packets,
7416 referring to the "Tracepoint Packets" node.
7417 (Tracepoints): Add reference to "Tracepoint Packets".
7418
7419 2005-11-18 Kevin Buettner <kevinb@redhat.com>
7420
7421 * gdb.texinfo (set remotebreak): Add anchor.
7422 (X packet): Likewise.
7423 (Remote Protocol): Add new section `Interrupts' and new index
7424 entry `interrupts (remote protocol)'.
7425
7426 2005-11-18 Jim Blandy <jimb@redhat.com>
7427
7428 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
7429 entries into the General Query Packets section. Add a
7430 cross-reference to that section. Drop description of replies, as
7431 these are covered in the descriptions of each packet.
7432 (General Query Packets): Add introductory text. Explain naming
7433 conventions, and how the end of a name is recognized.
7434
7435 2005-11-17 Kevin Buettner <kevinb@redhat.com>
7436
7437 * gdb.texinfo (Remote configuration): Fix typo in description of
7438 "set remotebreak" command.
7439
7440 2005-11-16 Jim Blandy <jimb@redhat.com>
7441
7442 * gdb.texinfo (Packets, Stop Reply Packets)
7443 (General Query Packets): Various formatting cleanups.
7444 - Use @samp for packet contents.
7445 - Drop summaries from packet @item lines; the same information appears
7446 immediately below in the description.
7447 - Delete paragraph breaks after packet @item commands, so that the
7448 description appears directly to the right of the packet prototype
7449 in the printed manual, if it fits.
7450 - Place spaces in packet prototypes between @vars and non-@var
7451 letters, and explain that they're just for formatting.
7452 - Use @dots{} instead of '...'.
7453 - Fix uses of @code where @var was needed.
7454 - Replace "deprecated" markers with English text spelling out the
7455 packet's status and the preferred alternatives.
7456 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
7457 what this ever meant.
7458 - Remove "(draft)" markers on 'i' packets; nobody has commented on
7459 this for a long time.
7460 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
7461 implemented several times, and have been in use for years.
7462
7463 2005-11-15 Jim Blandy <jimb@redhat.com>
7464
7465 * gdb.texinfo (Packets): Add index entries for 'm' packet
7466 disclaimers.
7467
7468 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
7469 of stub when processing an 'm' packet.
7470
7471 * gdb.texinfo (Packets): Mention that packets beginning with
7472 letters are reserved once, at the top, instead of actually listing
7473 them all and saying "reserved".
7474
7475 2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
7476
7477 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
7478 Change @var{$arg0 to @code{$arg0.
7479
7480 2005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
7481
7482 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
7483
7484 2005-11-12 Jim Blandy <jimb@redhat.com>
7485
7486 * gdb.texinfo (General Query Packets): Put packets in alphabetical
7487 order. Remove extraneous 'z'.
7488
7489 2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
7490
7491 * gdb.texinfo (Choosing files): Add --eval-command.
7492
7493 2005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
7494
7495 * gdb.texinfo (Choosing modes): Add --return-child-result.
7496
7497
7498 2005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
7499
7500 * gdb.texinfo (Choosing modes): Add --batch-silent.
7501
7502 2005-10-28 Eli Zaretskii <eliz@gnu.org>
7503
7504 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
7505 "The -var-update Command".
7506
7507 2005-10-03 Joel Brobecker <brobecker@adacore.com>
7508
7509 * gdb.texinfo (Print Settings): Add documentation for set/show
7510 print array-indexes.
7511
7512 2005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
7513
7514 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
7515 6.2 and 6.3.
7516
7517 2005-08-27 Eli Zaretskii <eliz@gnu.org>
7518
7519 * gdb.texinfo (File Options): Don't document --mapped, it's gone
7520 since 19-Jan-2004.
7521 (Files): Likewise.
7522 (Variables, Symbols): Document the "<incomplete type>" message and
7523 its reasons.
7524
7525 2005-08-01 Fred Fish <fnf@specifix.com>
7526
7527 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
7528
7529 2005-07-15 Nick Roberts <nickrob@snap.net.nz>
7530
7531 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
7532 option for -var-list-children and -var-update.
7533 (GDB/MI Stack Manipulation): Simplify description of
7534 print-values option for -stack-list-locals.
7535 (GDB/MI Command Description Format): Clarify.
7536 (Mode Options): Spelling of superseded.
7537
7538 2005-07-12 Bob Rossi <bob@brasko.net>
7539
7540 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
7541 corresponding GDB command comment.
7542
7543 2005-07-06 Bob Rossi <bob@brasko.net>
7544
7545 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
7546 and -inferior-tty-show.
7547 (Input/Output): Document "set/show inferior-tty" and tty alias.
7548
7549 2005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
7550
7551 * gdb.texinfo (Packets): Change description of 'D' packet to note
7552 that GDB does wait for a response.
7553
7554 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
7555
7556 * gdb.texinfo (History) Rename "Command History".
7557 (Command History): Move node "Server Prefix" from section on
7558 Annotations here.
7559
7560 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
7561
7562 * gdb.texinfo (GDB/MI Stack Manipulation):
7563 Re-instate -stack-info-frame with example. Say that it gets
7564 info on selected frame, not current frame.
7565
7566 2005-06-18 Eli Zaretskii <eliz@gnu.org>
7567
7568 * gdb.texinfo (Server): Clarify that `file' should be used before
7569 connecting to the server.
7570 (Files): Add an xref to the above description.
7571 (Output Formats): More detailed description of the `c' format.
7572 (Memory): List explicitly all the formats supported by `x'.
7573 (Threads): Add an @cindex entry for "thread apply".
7574 (Files): Document the possibility of loading unlinked object
7575 files. Add more indexing for solib-absolute-prefix and
7576 --with-sysroot.
7577 (Machine Code): Document possible problems with locations in
7578 shared libraries.
7579 (Backtrace): Document that free-standing environments do not need
7580 to have a `main' function.
7581
7582 2005-06-18 Nick Roberts <nickrob@snap.net.nz>
7583
7584 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
7585 -stack-info-frame.
7586
7587 2005-06-07 Andrew Cagney <cagney@gnu.org>
7588
7589 * gdb.texinfo (Contributors): Note the original multi-arch
7590 contributors.
7591
7592 2005-06-03 Eli Zaretskii <eliz@gnu.org>
7593
7594 * gdb.texinfo (Registers): Add index entries for the standard
7595 registers.
7596 (Frames): Add cross-reference from frame pointer description to
7597 the Registers node.
7598 (Annotations Overview): Fix the reference to GDB name.
7599
7600 2005-06-01 Eli Zaretskii <eliz@gnu.org>
7601
7602 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
7603 can-use-hw-watchpoints.
7604
7605 2005-05-28 Bob Rossi <bob@brasko.net>
7606
7607 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
7608 the possible reasons why an exec async record would be returned to FE.
7609
7610 2005-05-26 Andrew Cagney <cagney@gnu.org>
7611
7612 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
7613 Andrew Cagney implemented the original GDB/MI.
7614
7615 2005-05-23 Orjan Friberg <orjanf@axis.com>
7616
7617 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
7618 documentation. Add documentation for cris-mode.
7619
7620 2005-05-20 Eli Zaretskii <eliz@gnu.org>
7621
7622 * gdb.texinfo (Numbers): Explain the example and make the wording
7623 more acurate.
7624
7625 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
7626 Dennis Brueni <dennis@slickedit.com>
7627
7628 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
7629 (GDB/MI Data Manipulation, GDB/MI Program Control)
7630 (GDB/MI Stack Manipulation): Update examples to include the fullname
7631 attribute in stack frames.
7632
7633 2005-05-12 Eli Zaretskii <eliz@gnu.org>
7634
7635 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
7636 do with other non-standard names of init files.
7637
7638 2005-05-11 Eli Zaretskii <eliz@gnu.org>
7639
7640 * gdb.texinfo (Command Files): Move the description of the startup
7641 from here...
7642 (Startup): ...to this new subsection of the Invocation chapter.
7643 Rearrange the description of init files more logically and add a
7644 cross-reference to "Command Files". Document the special gdbinit
7645 name for CISCO 68k. Expand the description of what GDB does
7646 during startup.
7647 (History): Add index entry for HISTSIZE.
7648
7649 2005-05-02 Mark Kettenis <kettenis@gnu.org>
7650
7651 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
7652
7653 2005-05-02 Eli Zaretskii <eliz@gnu.org>
7654
7655 * gdb.texinfo (SVR4 Process Information, The isatty call)
7656 (The system call): Don't use foo(N) notation for man pages and
7657 functions.
7658 (Compilation, DJGPP Native): Improve wording.
7659
7660 2005-04-27 Eli Zaretskii <eliz@gnu.org>
7661
7662 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
7663 were optimized away.
7664
7665 2005-04-22 Eli Zaretskii <eliz@gnu.org>
7666
7667 * gdb.texinfo (Remote configuration): Document "set/show
7668 get-thread-local-storage-address". Add cross-reference to the
7669 description of the qGetTLSAddr packet.
7670 (General Query Packets): Mention "set remote
7671 get-thread-local-storage-address" and add a reference to its
7672 description.
7673
7674 2005-04-19 Nick Roberts <nickrob@snap.net.nz>
7675
7676 * gdb.texinfo (Backtrace): Describe 'bt full'.
7677
7678 2005-04-17 Nick Roberts <nickrob@snap.net.nz>
7679
7680 * gdb.texinfo (Mode Options): Fix typo.
7681 (GDB/MI): Describe how to invoke GDB/MI.
7682
7683 2005-04-16 Eli Zaretskii <eliz@gnu.org>
7684
7685 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
7686 references changed. Add description of "info udot".
7687 (Files): Document "set/show stop-on-solib-events".
7688 (M32R/D): Document "set/show download-path", "set/show
7689 board-address", "set/show server-address", "upload", "tload".
7690 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
7691 "use_mon_code", "use_ib_break", "use_dbt_break".
7692 (Maintenance Commands): Improve indexing.
7693 (Target Commands): Document "set/show hash", "set/show debug
7694 monitor".
7695 (SVR4 Process Information): Document "info pidlist" and "info
7696 meminfo". Document "set/show procfs-tarce" and "set/show
7697 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
7698 (Symbols, The Print Command with Objective-C): Improve indexing.
7699 (Objective-C): Add references to "info classes" and "info
7700 selectors".
7701 (Debugging Output): Improve wording. Document "set/show debug
7702 solib-frv". Fix "set/show debugvarobj".
7703 (Set Breaks): Add index entry for "hardware breakpoints".
7704 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
7705 and "set/show usehardbreakpoints".
7706 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
7707 monitor-prompt", "set/show monitor-warnings", "pmon".
7708 (ARM): Document "rdilogfile", "rdilogenable", "set/show
7709 rdiromatzero", "set/show rdiheartbeat".
7710 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
7711 "sds".
7712 (Embedded Processors): Document the "sim" command.
7713 (Remote): Document the "remote" command.
7714 (DJGPP Native): Document the "info serial" command.
7715 (Threads): Document "maint info sol-threads".
7716 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
7717 (Set Breaks): Improve indexing.
7718 (Command Syntax): Add a reference to dont-repeat.
7719 (Define): Document "dont-repeat".
7720 (TUI Commands): Document "tabset".
7721 (WinCE): New subsection. Document "set/show remotedirectory",
7722 "set/show remoteupload", "set/show remoteaddhost".
7723
7724 2005-04-15 Eli Zaretskii <eliz@gnu.org>
7725
7726 * gdb.texinfo (Hurd Native): New subsection, documents
7727 Hurd-specific commands.
7728 (Maintenance Commands): Add cross-reference to "Debugging Output".
7729 (Debugging Output): Document "set/show debug lin-lwp".
7730 (MIPS): Improve documentation of heuristic-fence-post. Document
7731 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
7732 mips stack-arg-size", "set/show mips mask-address", "set/show mips
7733 remote-mips64-transfers-32bit-regs", "set/show debug mips".
7734 (ARM): Document ARM-specific commands.
7735 (AVR): New section. Document "info io_registers".
7736 (CRIS): New section. Document "set/show cris-version" and
7737 "set/show cris-dwarf2-cfi".
7738 (HPPA): New section. Document "set/show debug hppa" and "maint
7739 print unwind".
7740 (Neutrino): New subsection. Document "set/show debug nto-debug".
7741 (Super-H): New section. Document the "regs" command.
7742 (Debugging Output): Document "set/show debug aix-thread".
7743
7744 2005-04-09 Eli Zaretskii <eliz@gnu.org>
7745
7746 * gdb.texinfo (Print Settings): Document "set/show print
7747 pascal_static-members", "set print repeats", "show print
7748 null-stop". Improve indexing. Fix documentation of "set print
7749 union".
7750 (Pascal): New section.
7751 (Supported languages): Rename from "Support"; all references
7752 updated. Add a menu item for Pascal.
7753 (Numbers): Document "set radix.
7754 (Screen Size): Document "set/show pagination".
7755 (MIPS Embedded): Remove "set processor" documentation.
7756 (Remote configuration): Document "set/show X/P/Z-packet",
7757 "set/show read-aux-vector-packet", "set/show remote
7758 symbol-lookup-packet", "set/show remote verbose-resume-packet",
7759 "set/show remoteaddresssize", "set/show remotebaud", "set/show
7760 remotedebug", "set/show remotebreak", "set/show remotedevice",
7761 "set/show remotelogfile".
7762 (Auxiliary Vector): Add reference to the description of the
7763 read-aux-vector-packet setting.
7764 (Set Watchpoints): Add a cross-reference to "set remote
7765 hardware-breakpoint-limit".
7766 (General Query Packets): Add indexing of requests and
7767 cross-references to related commands in "Remote configuration".
7768 (File-I/O Overview, The system call): Fix wording and typos.
7769 (Thread Stops): Add index entries.
7770 (Continuing and Stepping): Document "show step-mode".
7771 (i386): New node. Document "set/show struct-convention".
7772 (Files): Document "show trust-readonly-sections".
7773 (Calling): Document "set/show unwindonsignal".
7774 (Messages/Warnings): Add index entries.
7775 (Maintenance Commands): Document "set/show watchdog".
7776 (Annotations Overview): Document "show annotate".
7777 (Set Watchpoints): Add index entries.
7778 (Symbols): Fix doc of case-sensitive.
7779 (ABI): Document "show coerce-float-to-double".
7780 (Convenience Vars, Help): Improve indexing.
7781 (Machine Code): Document "show disassembly-flavor".
7782 (Debugging C plus plus): Document "show overload-resolution".
7783 (Value History, Signaling): Add index entries.
7784
7785 2005-04-08 Eli Zaretskii <eliz@gnu.org>
7786
7787 * gdb.texinfo (Show): Move @kindex entries to their proper places.
7788 (Processes): Fix wording.
7789 (History, List, Logging output, Define, Symbols, Print Settings):
7790 Improve indexing.
7791
7792 2005-04-03 Eli Zaretskii <eliz@gnu.org>
7793
7794 * gdb.texinfo (Targets): Document "set/show architecture". Remove
7795 redundant index entry for "target" command.
7796 (Backtrace): Add index entries.
7797 (Symbols, Fortran): Document the "set case-sensitive" command.
7798 (DJGPP Native): Document "set com1base", "set com1irq", etc.
7799 (Print Settings): Add index entry for "set demangle-style".
7800 (Target Commands): Document "set download-write-size".
7801 (Debugging Output): Document "set exec-done-display".
7802
7803 2005-04-02 Eli Zaretskii <eliz@gnu.org>
7804
7805 * gdb.texinfo (Files): Fix the name and documentation of
7806 add-shared-symbol-files. Document its alias assf. Update the
7807 list of OSs where GDB supports shared libraries. Fix markup.
7808 (Continuing and Stepping): Add reference to @var{location} in the
7809 text.
7810 (Dump/Restore Files): Fix reference to @{filename}.
7811 (Help): Fix wording.
7812 (Attach): Ditto.
7813 (Set Watchpoints): Ditto.
7814 (Backtrace): Remove redundant index entries. Improve index
7815 entries.
7816 (Delete Breaks): Fix wording.
7817 (Memory): Document the compare-sections command.
7818 (Memory Region Attributes): Improve wording.
7819 (Disabling): Improve wording.
7820 (Fortran): New subsection. Document the "info common" command.
7821 (Help): Document aliases "info copying" and "info warranty".
7822 (Caching Remote Data): New section. Document the "set/show
7823 remotecache" and "info dcache" commands.
7824 (Show): Fix wording of the documentation of the "set
7825 extension-language" command.
7826 (Signals): Add index entry for "info handle".
7827 (Memory Region Attributes): Fix punctuation.
7828 (Symbols): Change the arg name to "location" and refer to it in
7829 the text. Fix wording of "info types" doc.
7830 (Threads): Fix usage of @enumerate @item's.
7831 (Listing Tracepoints): Add index entry for "info tp".
7832 (Set Watchpoints): Add xref to "info break" description.
7833 (Macros): Add an index entry for "macro exp1". Document the
7834 "macro list" command.
7835 (Maintenance Commands): Document "flushregs", "maint agent",
7836 "maint check-symtabs", "maint cplus", "maint demangle", "maint
7837 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
7838 "maint print architecture", "maint print objfiles", "maint print
7839 statistics", "maint print type", "maint show-debug-regs", "maint
7840 space", "maint time", and "maint translate-address".
7841 (Connecting): Document the "monitor" command.
7842 (Annotations Overview): Describe the "set annotate" command.
7843
7844 2005-04-01 Eli Zaretskii <eliz@gnu.org>
7845
7846 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
7847 Rearrange index entries and improve wording about support for
7848 hardware watchpoints.
7849
7850 2005-03-10 Bob Rossi <bob@brasko.net>
7851
7852 * gdb.texinfo: Update copyright
7853
7854 2005-02-09 Theodore A. Roth <troth@openavr.org>
7855
7856 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
7857 error.
7858
7859 2005-02-03 Kevin Buettner <kevinb@redhat.com>
7860
7861 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
7862
7863 2005-01-17 Michael Snyder <msnyder@redhat.com>
7864
7865 * gdb.texinfo: Fix spelling, infinte -> infinite.
7866
7867 2005-01-08 Mark Kettenis <kettenis@gnu.org>
7868
7869 * observer.texi (GDB Observers): Document "solib_loaded".
7870
7871 2005-01-07 Andrew Cagney <cagney@gnu.org>
7872
7873 * configure.ac: Rename configure.in, require autoconf 2.59.
7874 * configure: Re-generate.
7875
7876 * configure.in: Replace configdirs with multiple references to
7877 AC_CONFIG_SUBDIRS.
7878 * configure: Re-generate.
7879
7880 2005-01-04 Andrew Cagney <cagney@gnu.org>
7881
7882 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
7883 part of the version number.
7884
7885 2004-12-24 Mark Kettenis <kettenis@gnu.org>
7886
7887 * gdbint.texinfo (Algorithms): Remove description of
7888 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
7889
7890 2004-12-07 Jim Blandy <jimb@redhat.com>
7891
7892 * gdb.texinfo (General Query Packets): Specify that thread ID's in
7893 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
7894 numbers.
7895
7896 2004-12-07 Andreas Schwab <schwab@suse.de>
7897
7898 * gdb.texinfo (Mode Options): Document -l option.
7899
7900 2004-12-04 Eli Zaretskii <eliz@gnu.org>
7901
7902 * gdbint.texinfo (Algorithms): More accurate description of
7903 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
7904 is not needed unless data-read and data-access watchpoints are
7905 supported. Add a description of how GDB checks whether the
7906 inferior stopped because a watchpoint was hit.
7907
7908 2004-11-23 Eli Zaretskii <eliz@gnu.org>
7909
7910 * gdb.texinfo (Files): Add cross-reference to description of
7911 -readnow command-line switch.
7912
7913 2004-11-10 Randolph Chung <tausq@debian.org>
7914
7915 * gdb.texinfo: Document set/show backtrace past-entry commands.
7916 Rearrange index entries for set/show backtrace past-main.
7917
7918 2004-11-10 Jon Beniston <jon@beniston.com>
7919
7920 Committed by Andrew Cagney <cagney@gnu.org>.
7921 * gdb.texinfo (Remote Serial Protocol): Further describe
7922 binary transfer escaping mechanism .
7923
7924 2004-11-08 Randolph Chung <tausq@debian.org>
7925
7926 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
7927 and "show debug infrun". Add index entries.
7928
7929 2004-10-23 Eli Zaretskii <eliz@gnu.org>
7930
7931 * gdb.texinfo (SVR4 Process Information): Document subcommands of
7932 "info proc" that are already implemented. Add index entries.
7933 (Working Directory): Add a cross-reference to "info proc" command.
7934 (Files): Add a tip for decreasing memory used for symtabs from
7935 shared libraries.
7936 (Starting): Fix whitespace; make "elaboration" stand out where it
7937 is first used, and add an index entry for the term.
7938 (Calling): Expand and elaborate text. Add "print". Add the
7939 description of problems with weak aliases.
7940 (Core File Generation): New section.
7941
7942 2004-10-12 Andrew Cagney <cagney@gnu.org>
7943
7944 * gdbint.texinfo (Versions and Branches): New chapter.
7945 (Releasing GDB): Delete "Versions and Branches" section.
7946 (Top): Add "Versions and Branches".
7947
7948 2004-10-08 Eli Zaretskii <eliz@gnu.org>
7949
7950 * gdb.texinfo (Editing, History): Add cross-references to the
7951 included Readline and History user documentation. Remove
7952 references to the symbol have-readline-appendices which is unused
7953 and undefined.
7954 (History): Fix indexing.
7955
7956 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
7957
7958 * gdbint.texinfo (target_stopped_data_address): Update to
7959 new prototype.
7960 (i386_stopped_data_address): Update prototype and description.
7961 (i386_stopped_by_watchpoint): New function and description.
7962
7963 2004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
7964
7965 * gdb.texinfo (Filenames): Add Ada suffixes.
7966 (Ada) New section.
7967
7968 2004-09-27 Andrew Cagney <cagney@gnu.org>
7969 Robert Picco <Robert.Picco@hp.com>
7970
7971 * gdb.texinfo (Packets): Document the "p" packet.
7972
7973 2004-09-21 Jason Molenda (jmolenda@apple.com)
7974
7975 * gdb.texinfo (Paths and Names of the Source Files): Document the
7976 meaning of values in the 'desc' field of a SO stab.
7977
7978 2004-09-20 Daniel Jacobowitz <dan@debian.org>
7979
7980 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
7981 max-cache-age" and "maint show dwarf2 max-cache-age".
7982
7983 2004-09-16 Eli Zaretskii <eliz@gnu.org>
7984
7985 * gdb.texinfo (Set Breaks): Add index entry for setting
7986 breakpoints on overloaded C++ functions that are not members of
7987 any classes. Add an example and an index entry for setting
7988 breakpoints on all program functions.
7989 (Character Sets, Macros, Overlay Commands)
7990 (Non-debug DLL symbols, GDB/MI Output Syntax)
7991 (Annotations Overview, Maintenance Commands, File-I/O Overview):
7992 Use "(@value{GDBP})" instead of a literal "(gdb)".
7993
7994 2004-09-12 Andrew Cagney <cagney@gnu.org>
7995
7996 * gdbint.texinfo (Native Debugging): Delete description of
7997 FILES_INFO_HOOK.
7998
7999 2004-09-11 Paul Hilfinger <hilfinger@gnat.com>
8000
8001 * gdbint.texinfo (User Interface): Change local_hex_string_custom
8002 to hex_string_custom (not historically correct, but more
8003 understandable, given the current code).
8004
8005 2004-09-03 Andrew Cagney <cagney@gnu.org>
8006
8007 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
8008
8009 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
8010
8011 * observer.texi (solib_unloaded): New observer.
8012
8013 2004-08-24 Andrew Cagney <cagney@gnu.org>
8014
8015 * gdbint.texinfo (Target Architecture Definition): Add missing
8016 comma.
8017
8018 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
8019
8020 * (Using the Testsuite): build != host is supported,
8021 but some test scripts do not support build != host.
8022
8023 2004-08-14 Mark Kettenis <kettenis@gnu.org>
8024
8025 * gdbint.texinfo (Host Definition): Delete description of
8026 FCLOSE_PROVIDED and GETENV_PROVIDED.
8027
8028 2004-08-05 Mark Kettenis <kettenis@chello.nl>
8029
8030 * gdbint.texinfo (Host Definition): Delete description of
8031 NO_SYS_FILE.
8032 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
8033 PTRACE_FP_BUG.
8034
8035 2004-08-05 Andrew Cagney <cagney@gnu.org>
8036
8037 * gdbint.texinfo (Target Architecture Definition): Delete
8038 reference to deprecated_read_fp.
8039
8040 2004-08-02 Andrew Cagney <cagney@gnu.org>
8041
8042 * gdbint.texinfo (Target Architecture Definition): Delete
8043 description of DEPRECATED_REGISTER_BYTES.
8044
8045 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
8046
8047 * gdb.texinfo (Source Path): Document the new behavior of
8048 searching for the source files.
8049
8050 2004-07-17 Eli Zaretskii <eliz@gnu.org>
8051
8052 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
8053 (Search, Expressions, Arrays, Variables, Data, Machine Code)
8054 (Auto Display): Improve indexing.
8055
8056 2004-07-16 Andrew Cagney <cagney@gnu.org>
8057
8058 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
8059 "-noasync".
8060
8061 2004-07-09 Eli Zaretskii <eliz@gnu.org>
8062
8063 * gdb.texinfo: Fix @kindex entries so that multiple commands that
8064 have the same prefix have only their prefix in the index.
8065
8066 2004-07-03 Mark Kettenis <kettenis@gnu.org>
8067
8068 * gdb.texinfo (BSD libkvm Interface): New node (section)
8069 (Native): Add it to the menu.
8070
8071 2004-07-01 Mark Kettenis <kettenis@gnu.org>
8072
8073 * gdbint.texinfo (Target Architecture Definition): Remove
8074 PCC_SOL_BROKEN.
8075
8076 2004-06-24 Mark Kettenis <kettenis@gnu.org>
8077
8078 * gdbint.texinfo (Target Architecture Definition): Remove
8079 SUN_FIXED_LBRAC_BUG.
8080
8081 2004-06-26 Andrew Cagney <cagney@gnu.org>
8082
8083 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
8084
8085 2004-06-20 Andrew Cagney <cagney@gnu.org>
8086
8087 * gdbint.texinfo (Target Architecture Definition): Deprecate
8088 USE_STRUCT_CONVENTION.
8089
8090 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
8091
8092 gdb.texinfo (Bug Reporting): Mention session recording,
8093 with the script command or Emacs.
8094
8095 2004-06-18 Andrew Cagney <cagney@gnu.org>
8096
8097 * gdbint.texinfo (Target Architecture Definition): Deprecate
8098 FUNCTION_START_OFFSET.
8099
8100 2004-06-14 Andrew Cagney <cagney@gnu.org>
8101
8102 Based on changes from Karl Berry.
8103 * gdb.texinfo: Do not use @sc in a direntry.
8104 * stabs.texinfo: Change @dircateogry to "Software development".
8105 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
8106
8107 2004-06-13 Andrew Cagney <cagney@gnu.org>
8108
8109 * gdbint.texinfo (Target Architecture Definition): Delete
8110 description of RETURN_VALUE_ON_STACK.
8111
8112 2004-06-09 Andrew Cagney <cagney@gnu.org>
8113
8114 * gdbint.texinfo (Native Debugging): Restore "@table @code"
8115 deleted by previous patch.
8116
8117 2004-06-08 Andrew Cagney <cagney@gnu.org>
8118
8119 * gdbint.texinfo (Native Debugging): Delete documentation on
8120 ATTACH_DETACH.
8121
8122 2004-06-06 Randolph Chung <tausq@debian.org>
8123
8124 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
8125
8126 2004-06-06 Randolph Chung <tausq@debian.org>
8127
8128 * gdb.texinfo (push_dummy_call): Update argument list to match
8129 the new push_dummy_call method signature. Describe the function
8130 argument.
8131
8132 2004-05-24 Joel Brobecker <brobecker@gnat.com>
8133
8134 * gdb.texinfo (Starting): Document new start command.
8135
8136 2004-05-21 Andrew Cagney <cagney@redhat.com>
8137
8138 * observer.texi (GDB Observers): Document "inferior_created".
8139
8140 2004-05-08 Andrew Cagney <cagney@redhat.com>
8141
8142 * gdbint.texinfo (Target Architecture Definition): Delete
8143 description of DO_DEFERRED_STORES.
8144
8145 * gdbint.texinfo (Target Architecture Definition): Delete
8146 references to DEPRECATED_FIX_CALL_DUMMY.
8147
8148 * gdbint.texinfo (Target Architecture Definition): Delete
8149 description of DEPRECATED_CALL_DUMMY_WORDS,
8150 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
8151
8152 * gdbint.texinfo (Target Architecture Definition): Delete
8153 description of DEPRECATED_PUSH_DUMMY_FRAME.
8154
8155 * gdbint.texinfo (Target Architecture Definition): Delete
8156 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
8157
8158 2004-05-07 Andrew Cagney <cagney@redhat.com>
8159
8160 * observer.texi (GDB Observers): Add "Debugging" section. Include
8161 cross reference to "set/show debug observer".
8162 * gdb.texinfo (Debugging Output): Document "set/show debug
8163 observer".
8164
8165 2004-05-01 Andrew Cagney <cagney@redhat.com>
8166
8167 * gdbint.texinfo (Target Architecture Definition): Delete
8168 description of DEPRECATED_PC_IN_SIGTRAMP.
8169
8170 2004-04-30 Andrew Cagney <cagney@redhat.com>
8171
8172 * gdbint.texinfo (Target Architecture Definition): Delete
8173 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
8174
8175 2004-04-30 Orjan Friberg <orjanf@axis.com>
8176
8177 * observer.texi (GDB Observers): Correct spelling.
8178
8179 2004-04-26 Orjan Friberg <orjanf@axis.com>
8180
8181 * observer.texi (GDB Observers): Add target_changed event.
8182
8183 2004-04-08 Andrew Cagney <cagney@redhat.com>
8184
8185 * observer.texi (GDB Observers): Rework, provide generic observer
8186 definitions and then a list of observable events.
8187
8188 2004-04-04 Andrew Cagney <cagney@redhat.com>
8189
8190 * gdbint.texinfo (Host Definition): Delete reference to
8191 NO_SIGINTERRUPT.
8192
8193 2004-04-02 Andrew Cagney <cagney@redhat.com>
8194
8195 * gdbint.texinfo (Target Architecture Definition): Delete
8196 reference to DEPRECATED_CALL_DUMMY_LENGTH.
8197
8198 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
8199
8200 * gdb.texinfo (TUI Commands): Document tui reg commands.
8201
8202 2004-03-26 Andrew Cagney <cagney@redhat.com>
8203
8204 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
8205 "gdbtui".
8206 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
8207 (Contributors): Mention both Text and Terminal User Interface.
8208
8209 2004-03-23 Andrew Cagney <cagney@redhat.com>
8210
8211 * gdbint.texinfo (Target Architecture Definition): Deprecate
8212 references to SIGTRAMP_START and SIGTRAMP_END.
8213
8214 2004-03-23 Andrew Cagney <cagney@redhat.com>
8215
8216 * gdbint.texinfo (Target Architecture Definition): Deprecate
8217 references to PC_IN_SIGTRAMP.
8218
8219 2004-03-19 Andrew Cagney <cagney@redhat.com>
8220
8221 * gdbint.texinfo (Target Architecture Definition): Delete
8222 reference to GDB_TARGET_IS_HPPA.
8223
8224 2004-03-18 Andrew Cagney <cagney@redhat.com>
8225
8226 * gdbint.texinfo (Coding): Update section on gdbarch_data,
8227 describe pre_init and post_init.
8228
8229 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8230
8231 * gdb.texinfo (Debugging Output): Document values for "set debug
8232 target".
8233
8234 2004-02-28 Andrew Cagney <cagney@redhat.com>
8235
8236 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
8237
8238 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8239
8240 * gdb.texinfo (breakpoints): Add information about the
8241 new "set breakpoint pending" and "show breakpoint pending"
8242 commands.
8243
8244 2004-02-26 Andrew Cagney <cagney@redhat.com>
8245
8246 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
8247 in Per-architecture module data section.
8248
8249 2004-02-25 Roland McGrath <roland@redhat.com>
8250
8251 * gdb.texinfo (General Query Packets): Document qPart:... packets.
8252
8253 2004-02-24 Andrew Cagney <cagney@redhat.com>
8254
8255 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
8256 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
8257 * fdl.texi: Import Version 1.2, November 2002.
8258
8259 2004-02-17 Andrew Cagney <cagney@redhat.com>
8260
8261 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
8262
8263 2004-02-16 Andrew Cagney <cagney@redhat.com>
8264
8265 * gdbint.texinfo (Target Architecture Definition): Deprecate
8266 FRAMELESS_FUNCTION_INVOCATION.
8267
8268 2004-02-16 Andrew Cagney <cagney@redhat.com>
8269
8270 * gdbint.texinfo (Coding): Mention -Wunused-function.
8271
8272 2004-02-14 Andrew Cagney <cagney@redhat.com>
8273
8274 * gdbint.texinfo (Target Architecture Definition): Delete
8275 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8276
8277 2004-02-12 Elena Zannoni <ezannoni@redhat.com>
8278
8279 * gdb.texinfo: Properly quote the name "C++".
8280 * gdbint.texinfo: Ditto.
8281 * stabs.texinfo: Ditto.
8282
8283 2004-02-11 Elena Zannoni <ezannoni@redhat.com>
8284
8285 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
8286 minimal information about libiberty.
8287
8288 2004-02-06 Michael Chastain <mec.gnu@mindspring.com>
8289
8290 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
8291
8292 2004-02-04 Roland McGrath <roland@redhat.com>
8293
8294 * gdb.texinfo (Auxiliary Vector): New node (section).
8295 (Data): Add it to the menu.
8296
8297 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
8298
8299 * gdb.texinfo (Breakpoints): Add information about pending
8300 breakpoint support.
8301
8302 2004-01-26 Andrew Cagney <cagney@redhat.com>
8303
8304 * gdb.texinfo (Overview): Delete references to the cisco protocol
8305 including the "N" response.
8306
8307 2004-01-26 Andrew Cagney <cagney@redhat.com>
8308
8309 * gdbint.texinfo (Target Architecture Definition): Rename
8310 EXTRACT_STRUCT_VALUE_ADDRESS to
8311 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
8312
8313 2004-01-24 Eli Zaretskii <eliz@gnu.org>
8314
8315 * gdb.texinfo (KOD): Document "show os". Add index entries for
8316 "set/show os" and "info cisco" commands.
8317
8318 2004-01-21 Eli Zaretskii <eliz@gnu.org>
8319
8320 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
8321
8322 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
8323
8324 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
8325 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
8326
8327 2004-01-19 Nick Roberts <nick@nick.uklinux.net>
8328
8329 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
8330 -stack-list-locals.
8331 (GDB/MI Variable Objects): Describe extension to
8332 -var-list-children.
8333
8334 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
8335
8336 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
8337
8338 2004-01-17 Andrew Cagney <cagney@redhat.com>
8339
8340 * gdbint.texinfo (Target Architecture Definition): Delete
8341 documentation on DEPRECATED_NPC_REGNUM.
8342
8343 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
8344
8345 * gdb.texinfo: Update copyright year. Mention that set
8346 follow-fork-mode is supported on GNU/Linux. Remove documentation of
8347 "set follow-fork-mode ask".
8348
8349 2004-01-13 Andrew Cagney <cagney@redhat.com>
8350
8351 * gdbint.texinfo: Update copyright year.
8352 (Coding): Add -Wunused-label to list of -Werror warnings.
8353
8354 2004-01-08 Jason Molenda <jmolenda@apple.com>
8355 Eli Zaretskii <eliz@gnu.org>
8356
8357 * gdb.texinfo: Update copyright.
8358 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
8359 around names, as appropriate. Minor syntax cleanup of
8360 _NSPrintForDebugger explanation. Two spaces after periods.
8361 GDBN used instead of lit. "gdb". Index entries added for
8362 print-object and _NSPrintForDebugger. @noindent added in one spot.
8363
8364 2003-11-11 Elena Zannoni <ezannoni@redhat.com>
8365
8366 * stabs.texinfo: Add dircategory and direntry commands.
8367 * annotate.texinfo: Ditto.
8368
8369 2003-11-10 Andrew Cagney <cagney@redhat.com>
8370
8371 * gdbint.texinfo (Target Architecture Definition): Replace the
8372 return_value method's "inval" and "outval" parameters with
8373 "readbuf" and "writebuf".
8374
8375 2003-10-28 Jim Blandy <jimb@redhat.com>
8376
8377 * gdb.texinfo (The F request packet, The F reply packet): Renamed
8378 from "The `F' request packet" and "The `F' reply packet", to make
8379 texi2dvi happy.
8380 (File-I/O remote protocol extension): Update menu entries, too.
8381
8382 2003-10-26 Michael Chastain <mec@shout.net>
8383
8384 * gdb.texinfo (Thread Stops): Document the issue with
8385 premature return from system calls in multi-threaded programs.
8386
8387 2003-10-24 Andrew Cagney <cagney@redhat.com>
8388
8389 * annotate.texinfo: Fix "fortunatly"[sic].
8390
8391 2003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
8392
8393 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
8394 with "Hitachi" and "Mitsubishi".
8395
8396 2003-10-20 Andrew Cagney <cagney@redhat.com>
8397
8398 * gdbint.texinfo (Target Architecture Definition): Document
8399 gdbarch_return_value. Add cross references from
8400 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
8401 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
8402
8403 2003-10-18 Mark Kettenis <kettenis@gnu.org>
8404
8405 * gdbint.texinfo (Target Architecture Definition): Document
8406 regset_from_core_section.
8407
8408 2003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
8409
8410 * gdb.texinfo (M32R/D): Mention m32rsdi target.
8411
8412 2003-10-15 Kevin Buettner <kevinb@redhat.com>
8413
8414 From Anthony Green <green@redhat.com>:
8415 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
8416
8417 2003-10-14 Kevin Buettner <kevinb@redhat.com>
8418
8419 * gdb.texinfo (Breakpoint related warnings): New node.
8420 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
8421
8422 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
8423
8424 * gdb.texinfo (Remote Protocol): Document v and vCont.
8425
8426 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8427
8428 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
8429 * gdbint.texinfo: Ditto.
8430
8431 2003-10-09 Andrew Cagney <cagney@redhat.com>
8432
8433 From 2003-09-18 David Anderson <davea@sgi.com>:
8434 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
8435 "command".
8436
8437 2003-10-03 Andrew Cagney <cagney@redhat.com>
8438
8439 * gdbint.texinfo (Target Architecture Definition): Deprecate
8440 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
8441 just target.
8442
8443 2003-10-02 Andrew Cagney <cagney@redhat.com>
8444
8445 * gdbint.texinfo (Target Architecture Definition): Rename
8446 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
8447 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
8448 * gdbint.texinfo (Target Architecture Definition): Rename
8449
8450 2003-09-30 Andrew Cagney <cagney@redhat.com>
8451
8452 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
8453 (Target Architecture Definition):
8454
8455 * gdbint.texinfo (Target Architecture Definition): Rename
8456 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
8457
8458 2003-09-29 Andrew Cagney <cagney@redhat.com>
8459
8460 * gdbint.texinfo (Target Architecture Definition): Delete
8461 documentation for NEED_TEXT_START_END.
8462
8463 * gdbint.texinfo (Target Architecture Definition): Rename
8464 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
8465 TARGET_WRITE_PC.
8466
8467 2003-09-22 Michael Chastain <mec@shout.net>
8468
8469 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
8470
8471 2003-09-21 Anthony Green <green@redhat.com>
8472
8473 * gdbint.texinfo (Target Architecture Definition): Fix typos.
8474
8475 2003-09-21 Mark Kettenis <kettenis@gnu.org>
8476
8477 * gdbint.texinfo (Target Architecture Definition): Document
8478 stabs_argument_has_addr.
8479
8480 2003-09-18 Andrew Cagney <cagney@redhat.com>
8481
8482 * gdbint.texinfo (Target Architecture Definition): Delete
8483 documentation on REGISTER_NAMES.
8484
8485 2003-09-13 Mark Kettenis <kettenis@gnu.org>
8486
8487 * gdbint.texinfo (Target Architecture Definition): Replace
8488 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
8489
8490 2003-09-11 Andrew Cagney <cagney@redhat.com>
8491
8492 * gdbint.texinfo (Target Architecture Definition): Replace
8493 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
8494
8495 2003-08-18 Andrew Cagney <cagney@redhat.com>
8496
8497 * gdbint.texinfo (Target Architecture Definition): Document
8498 "frame_red_zone_size".
8499
8500 2003-08-09 Andrew Cagney <cagney@redhat.com>
8501
8502 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
8503 with "set/show backtrace past-main" and "set/show backtrace
8504 limit".
8505
8506 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
8507
8508 * Makefile.in (install-info): Support DESTDIR.
8509 (install-html): Likewise.
8510
8511 2003-08-07 Andrew Cagney <cagney@redhat.com>
8512
8513 Patch from Nick Roberts.
8514 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
8515 bindings. Remove description of send-gdb-command.
8516
8517 2003-08-07 Andrew Cagney <cagney@redhat.com>
8518
8519 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
8520 GDB 6.0.
8521
8522 2003-08-06 Andrew Cagney <cagney@redhat.com>
8523
8524 * gdb.texinfo (Mode Options): Mention that level three is the
8525 highest available and that level 2 is deprecated.
8526 (Annotations Overview): Mention annotation levels. Cross reference
8527 to "Limitations of the Annotation Interface" in annotate.texi.
8528 (TODO, Value Annotations, Frame Annotations): Delete section.
8529 (Displays, Breakpoint Info): Delete.
8530
8531 2003-08-04 Andrew Cagney <cagney@redhat.com>
8532
8533 * agentexpr.texi: Delete @bye.
8534 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
8535 (stabs.info): Add $(srcdir) to include search path.
8536 (html): Depend on "annotate_toc.html", and not "annotate.html".
8537 * stabs.texinfo: Ditto. Include "fdl.texi".
8538 * gdbint.texinfo: Update copyright statement's list of invariant
8539 sections.
8540
8541 2003-07-28 Andrew Cagney <cagney@redhat.com>
8542
8543 * Makefile.in (INFO_DEPS): Add annotate.info.
8544 (dvi, ps, html, pdf): Add annotate.
8545 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
8546 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
8547 (ANNOTATE_DOC_FILES): New macro.
8548 (ANNOTATE_TEX_TMPS): New macro.
8549 (annotate.info, annotate_toc.html): Specify dependencies.
8550 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
8551 * annotate.texinfo: Rename annotate.texi. Get building. Add
8552 "Migrating to GDB/MI" and "Limitations of the Annotation
8553 Interface" chapters. Mention why it is not part of the user
8554 guide. Update copyright notice. Include "fdl.texi".
8555
8556 2003-07-26 Stephane Carrez <stcarrez@nerim.fr>
8557
8558 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
8559
8560 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
8561
8562 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
8563
8564 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
8565
8566 * gdb.texinfo (Server): Mention pidof.
8567
8568 2003-07-22 Andrew Cagney <cagney@redhat.com>
8569
8570 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
8571 list.
8572
8573 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
8574
8575 * gdb.texinfo (Logging output): New chapter.
8576
8577 2003-06-24 Joel Brobecker <brobecker@gnat.com>
8578
8579 * gdb.texinfo (Unsupported languages): New section.
8580 (Languages): Add link to new section.
8581
8582 2003-06-22 Andrew Cagney <cagney@redhat.com>
8583
8584 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
8585
8586 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
8587
8588 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
8589
8590 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
8591
8592 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
8593 * agentexpr.texi: Retitle section, and change it to an appendix.
8594 Comment out texinfo initialization. Factor a @var{} into two
8595 pieces to prevent makeinfo warnings.
8596 * gdb.texinfo: Add Agent Expressions appendix.
8597
8598 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
8599
8600 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
8601
8602 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
8603
8604 * gdb.texinfo (Remote Debugging): New section "Connecting to a
8605 remote target". Document the "detach" and "disconnect" commands.
8606 (Server, Netware, Debug Session): Reference "Connecting to a
8607 remote target".
8608 (GDB/MI Target Manipulation): Document "-target-disconnect".
8609
8610 2003-06-13 Andrew Cagney <cagney@redhat.com>
8611
8612 * gdbint.texinfo (Target Architecture Definition): Deprecate
8613 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
8614 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
8615
8616 2003-06-09 Jim Blandy <jimb@redhat.com>
8617
8618 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
8619
8620 2003-06-08 Andrew Cagney <cagney@redhat.com>
8621
8622 * gdbint.texinfo (Target Architecture Definition): Delete
8623 documentation on FRAME_ARGS_ADDRESS_CORRECT.
8624
8625 2003-06-08 Andrew Cagney <cagney@redhat.com>
8626
8627 * gdbint.texinfo (Target Architecture Definition): Document
8628 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
8629
8630 2003-06-07 Adam Fedor <fedor@gnu.org>
8631
8632 * gdb.texinfo: Add Objective-C documentation.
8633
8634 2003-06-01 Andrew Cagney <cagney@redhat.com>
8635
8636 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
8637 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
8638
8639 2003-05-21 Andrew Cagney <cagney@redhat.com>
8640
8641 * gdbint.texinfo (Target Architecture Definition): Delete
8642 references to "extract_address" and "store_address".
8643
8644 2003-05-16 Andrew Cagney <cagney@redhat.com>
8645
8646 * gdbint.texinfo (Target Architecture Definition): Replace
8647 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
8648 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
8649
8650 2003-05-14 Theodore A. Roth <troth@openavr.org>
8651
8652 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
8653
8654 2003-05-10 H.J. Lu <hongjiu.lu@intel.com>
8655
8656 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
8657 (gdb.dvi): Likewise.
8658 (gdb.pdf): Likewise.
8659 (links2roff): Likewise.
8660
8661 2003-05-08 Jim Blandy <jimb@redhat.com>
8662
8663 * gdb.texinfo (Dump/Restore Files): Update documentation for
8664 'dump', 'append', and 'restore': note that format argument is
8665 optional; simplify presentation of the command variants; and be
8666 more precise about the formats.
8667
8668 2003-05-07 Jim Blandy <jimb@redhat.com>
8669
8670 * gdb.texinfo (Symbols): Update documentation: 'maint list
8671 symtabs' and 'maint list psymtabs' have been renamed 'maint info
8672 symtabs' and 'maint info psymtabs'.
8673
8674 2003-05-05 Andrew Cagney <cagney@redhat.com>
8675
8676 * gdbint.texinfo (Target Architecture Definition): Make
8677 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
8678 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
8679 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
8680
8681 2003-05-04 Andrew Cagney <cagney@redhat.com>
8682
8683 * gdb.texinfo (Maintenance Commands): Document "maint print
8684 dummy-frames".
8685
8686 2003-05-04 Andrew Cagney <cagney@redhat.com>
8687
8688 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
8689
8690 2003-05-03 J. Brobecker <brobecker@gnat.com>
8691
8692 Thierry Schneider <tpschneider1@yahoo.com>
8693 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
8694 for new MI command.
8695
8696 2003-05-03 Andrew Cagney <cagney@redhat.com>
8697
8698 * gdbint.texinfo (Target Architecture Definition): Document
8699 push_dummy_code. Add cross references.
8700
8701 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
8702
8703 * gdb.texinfo (Character Sets): Update to reflect new behavior of
8704 set/show charsets commands.
8705
8706 2003-04-28 Andrew Cagney <cagney@redhat.com>
8707
8708 * gdbint.texinfo (Target Architecture Definition): Replace
8709 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
8710 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
8711
8712 2003-04-28 Andrew Cagney <cagney@redhat.com>
8713
8714 * gdbint.texinfo (Target Architecture Definition): Rename
8715 "tm_print_insn" to "deprecated_tm_print_insn".
8716
8717 2003-04-09 Jim Blandy <jimb@redhat.com>
8718
8719 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
8720 list psymtabs'.
8721
8722 2003-04-08 Andrew Cagney <cagney@redhat.com>
8723
8724 * gdbint.texinfo (Target Architecture Definition): Delete
8725 references to EXTRA_FRAME_INFO.
8726
8727 2003-04-08 Andrew Cagney <cagney@redhat.com>
8728
8729 * gdbint.texinfo (Target Architecture Definition): Delete
8730 PRINT_TYPELESS_INTEGER.
8731
8732 2003-04-02 J. Brobecker <brobecker@gnat.com>
8733
8734 * observer.texi (GDB Observers): Adjust the documentation for the
8735 normal_stop notification to better describe reality. Fix a couple
8736 of minor typos.
8737
8738 2003-04-02 Bob Rossi <bob_rossi@cox.net>
8739
8740 * gdb.texinfo (GDB/MI Program Control): Add
8741 '-file-list-exec-source-file'
8742
8743 2003-03-31 Andrew Cagney <cagney@redhat.com>
8744
8745 * gdbint.texinfo (Target Architecture Definition): Delete
8746 references to CALL_DUMMY_P.
8747
8748 2003-03-30 Andrew Cagney <cagney@redhat.com>
8749
8750 * gdbint.texinfo (Target Architecture Definition): Remove
8751 reference to TARGET_WRITE_SP.
8752
8753 2003-03-27 Andrew Cagney <cagney@redhat.com>
8754
8755 * gdbint.texinfo (Target Architecture Definition): Remove
8756 references to write_sp.
8757
8758 2003-03-27 Andrew Cagney <cagney@redhat.com>
8759
8760 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
8761 chapter body. Use @smallexample instead of @example.
8762 (Annotations): Ditto.
8763 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
8764 annotate.texi.
8765
8766 2003-03-26 Andrew Cagney <cagney@redhat.com>
8767
8768 * gdbint.texinfo (Target Architecture Definition): Replace
8769 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
8770 dummy_addr parameters.
8771
8772 2003-03-25 Andrew Cagney <cagney@redhat.com>
8773
8774 * gdbint.texinfo (Target Architecture Definition): Delete
8775 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
8776 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8777 Add reference to PUSH_ARGUMENTS.
8778
8779 2003-03-23 Andrew Cagney <cagney@redhat.com>
8780
8781 * gdbint.texinfo (Algorithms, Target Architecture Definition):
8782 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
8783
8784 2003-03-18 J. Brobecker <brobecker@gnat.com>
8785
8786 * gdbint.texinfo (Algorithms): Add new section describing the
8787 Observer paradigm.
8788 (Top): Add menu entry to new observer appendix.
8789 * observer.texi: New file.
8790 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
8791 new observer.texi file.
8792
8793 2003-03-17 Andrew Cagney <cagney@redhat.com>
8794
8795 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
8796 that GNU Press update the manual version number.
8797
8798 2003-03-12 Andrew Cagney <cagney@redhat.com>
8799
8800 * gdbint.texinfo (Target Architecture Definition): Delete
8801 references to get_saved_register. Rename GET_SAVED_REGISTER to
8802 DEPRECATED_GET_SAVED_REGISTER.
8803
8804 2003-03-13 Andrew Cagney <cagney@redhat.com>
8805
8806 * gdbint.texinfo (Target Architecture Definition): Replace
8807 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
8808
8809 2003-03-12 Andrew Cagney <cagney@redhat.com>
8810
8811 * gdbint.texinfo (Target Architecture Definition): Rename
8812 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
8813
8814 2003-03-10 Corinna Vinschen <vinschen@redhat.com>
8815
8816 * gdb.texinfo: Add File-I/O documentation.
8817
8818 2003-03-10 Andrew Cagney <cagney@redhat.com>
8819
8820 * gdbint.texinfo (Target Architecture Definition): Cross reference
8821 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
8822
8823 2003-03-07 Andrew Cagney <cagney@redhat.com>
8824
8825 * gdb.texinfo (Debugging Output): Mention the "set/show debug
8826 frame" command.
8827
8828 2003-03-05 Andrew Cagney <cagney@redhat.com>
8829
8830 * gdbint.texinfo (Target Architecture Definition): Document
8831 unwind_dummy_id. Cross reference unwind_dummy_id and
8832 SAVE_DUMMY_FRAME_TOS.
8833
8834 2003-03-05 James Ingham <jingham@apple.com>
8835 Daniel Jacobowitz <drow@mvista.com>
8836
8837 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
8838 and "show cp-abi".
8839
8840 2003-03-03 Andrew Cagney <cagney@redhat.com>
8841
8842 * gdbint.texinfo (Target Architecture Definition): Document
8843 register_type.
8844
8845 2003-03-03 Andrew Cagney <cagney@redhat.com>
8846
8847 * stabs.texinfo (Structures): Use @samp and separate @var's
8848 instead of a single @var containing a comma separated list.
8849 (Unions): Ditto.
8850
8851 2003-03-02 Daniel Jacobowitz <drow@mvista.com>
8852
8853 * Makefile.in (distclean): Remove config.log.
8854
8855 2003-03-01 Andrew Cagney <cagney@redhat.com>
8856
8857 * gdbint.texinfo (Target Architecture Definition): Rename
8858 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
8859
8860 2003-03-01 Andrew Cagney <cagney@redhat.com>
8861
8862 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
8863 DEPRECATED_INIT_EXTRA_FRAME_INFO.
8864
8865 2003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
8866
8867 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
8868 (Non-debug DLL symbols): New node, describing the minimal symbols
8869 loaded from DLLs without real debugging symbols.
8870
8871 2003-02-20 Andrew Cagney <ac131313@redhat.com>
8872
8873 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
8874 hardware-breakpoint-limit".
8875 (Set Watchpoints): Add cross reference to "set remote
8876 hardware-watchpoint-limit".
8877 (Remote configuration options): New section.
8878
8879 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8880
8881 * gdbint.texinfo (Target Architecture Definition): Delete
8882 descrption of IS_TRAPPED_INTERNALVAR.
8883
8884 From Keith Seitz <keiths@redhat.com>:
8885 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
8886 option "-i"/"--interpreter" to this chapter. Include index
8887 entries.
8888
8889 2003-02-04 David Carlton <carlton@math.stanford.edu>
8890
8891 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
8892 (Variables): Recommend stabs+ and DWARF 2.
8893 (C plus plus expressions): Correct info about
8894 compiler versions, debug formats.
8895 (Contributors): Change 'DWARF2' to 'DWARF 2'.
8896 PR symtab/874.
8897
8898 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8899
8900 * gdbint.texinfo (Target Architecture Definition): Delete
8901 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
8902 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
8903 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
8904 references to nindy and i960.
8905 * gdb.texinfo (i960): Delete all references to i960 and nindy.
8906
8907 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8908
8909 * gdbint.texinfo (Target Architecture Definition): Delete
8910 FLOAT_INFO.
8911
8912 2003-01-30 Andrew Cagney <ac131313@redhat.com>
8913
8914 * stabs.texinfo (Member Type Descriptor): Clarify description of
8915 `@'. Suggested by Ben Hutchings.
8916
8917 2003-01-29 Andrew Cagney <ac131313@redhat.com>
8918
8919 * gdb.texinfo (M68K): Delete reference to es1800.
8920
8921 2003-01-29 Andrew Cagney <ac131313@redhat.com>
8922
8923 * gdb.texinfo (Maintenance Commands): Document `maint print
8924 reggroups' and `maint print register-groups'.
8925 * gdbint.texinfo (Target Architecture Definition): Document
8926 register_reggroup_p.
8927
8928 2003-01-23 Jim Blandy <jimb@redhat.com>
8929
8930 * gdb.texinfo (Separate Debug Files): New section.
8931
8932 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
8933
8934 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
8935 and "maint show profile".
8936
8937 2003-01-16 Michael Chastain <mec@shout.net>
8938
8939 * gdb.texinfo (Installing GDB): Warn against
8940 ".../gdb-VERSION/gdb/configure".
8941 (Separate Objdir): Likewise.
8942
8943 2003-01-15 Andrew Cagney <ac131313@redhat.com>
8944
8945 * gdbint.texinfo (Target Architecture Definition): Delete
8946 definition of PRINT_REGISTER_HOOK.
8947
8948 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
8949
8950 (OpenRISC 1000): Fix formatting of command names.
8951
8952 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
8953
8954 * gdb.texinfo (Continuing and Stepping): Add new command
8955 'advance'. Clarify behavior of 'until'.
8956
8957 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
8958
8959 * gdb.texinfo (Files): Document solib-absolute-prefix and
8960 solib-search-path.
8961
8962 2003-01-09 Michael Chastain <mec@shout.net>
8963
8964 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
8965 (Create a Release): Add new instructions for new @file{src-release}.
8966 Document existing instructions for @file{Makefile.in} as
8967 being for @value{GDBN} 5.3.1 or earlier.
8968
8969 2003-01-09 Andrew Cagney <ac131313@redhat.com>
8970
8971 * gdbint.texinfo (Target Architecture Definition): Mention
8972 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
8973 allocate memory.
8974
8975 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8976
8977 * gdb.texinfo (Controlling GDB): Add @kindex for
8978 "show osabi".
8979 (Backtraces): Add @kindex's for backtrace-below-main.
8980
8981 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8982
8983 * gdb.texinfo (Controlling GDB): Document "set osabi".
8984
8985 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8986
8987 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
8988 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
8989
8990 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8991
8992 * gdb.texinfo (Controlling GDB): Add ABI section. Document
8993 "set coerce-float-to-double".
8994 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
8995
8996 2003-01-02 Andrew Cagney <ac131313@redhat.com>
8997
8998 * stabs.texinfo: Remove obsolete text.
8999 * gdbint.texinfo: Ditto.
9000 * gdb.texinfo: Ditto.
9001
9002 2002-12-22 Mark Kettenis <kettenis@gnu.org>
9003
9004 * gdbint.texinfo (Target Architecture Definition): Update
9005 description of gdbarch_register_osabi.
9006
9007 2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
9008
9009 * agentexpr.texi: Fix typos.
9010 * annotate.texi: Likewise.
9011 * fdl.texi: Likewise.
9012
9013 2002-12-10 Andrew Cagney <cagney@redhat.com>
9014
9015 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
9016 DEPRECATED_INIT_FRAME_PC.
9017
9018 2002-12-01 Andrew Cagney <ac131313@redhat.com>
9019
9020 * gdbint.texinfo (Target Architecture Definition): Delete
9021 PC_IN_CALL_DUMMY.
9022
9023 2002-11-28 Andrew Cagney <ac131313@redhat.com>
9024
9025 * gdbint.texinfo (Host Definition): Delete documentation on
9026 USE_GENERIC_DUMMY_FRAMES.
9027
9028 2002-11-26 Elena Zannoni <ezannoni@redhat.com>
9029
9030 Fix PR gdb/723 and PR gdb/245.
9031 * Makefile.in (install-info): Run the install-info command as part
9032 of the post install steps only.
9033 (uninstall-info): New target.
9034 (uninstall): New target.
9035
9036 2002-11-22 Elena Zannoni <ezannoni@redhat.com>
9037
9038 * Makefile.in (install): Make install do some real work.
9039
9040 2002-11-19 Andrew Cagney <ac131313@redhat.com>
9041
9042 Fix POSIX problem reported by Paul Eggert.
9043 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
9044 Fix PR gdb/527.
9045
9046 2002-10-26 Andrew Cagney <cagney@redhat.com>
9047
9048 * gdbint.texinfo (Target Architecture Definition): Delete
9049 definition of DO_REGISTERS_INFO.
9050
9051 2002-10-18 Kevin Buettner <kevinb@redhat.com>
9052
9053 * gdbint.texinfo (Address Classes): Fix problems with insertion
9054 of ``{'' and ``}'' in example.
9055
9056 2002-10-17 Kevin Buettner <kevinb@redhat.com>
9057
9058 * gdbint.texinfo (Address Classes): New section.
9059 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
9060 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
9061 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
9062 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
9063
9064 2002-10-11 Klee Dienes <kdienes@apple.com>
9065
9066 * gdb.texinfo (Registers): Mention vector registers as well as
9067 floating registers in the documentation for 'info registers' and
9068 'info all-registers'.
9069
9070 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
9071
9072 * gdbint.texinfo (CPLUS_MARKER): Remove item.
9073
9074 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
9075
9076 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
9077 interface definition.
9078
9079 2002-10-03 Marko Mlinar <markom@opencores.org>
9080
9081 * gdb.texinfo (Target Commands): Add or1k target specific
9082 commands.
9083 * gdb.texinfo (Contributors): Add myself to the contributors list.
9084
9085 2002-10-01 Andrew Cagney <ac131313@redhat.com>
9086
9087 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
9088 and "mi1" instead of "mi1" and "mi0".
9089
9090 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
9091
9092 * gdb.texinfo (Packets): Fix typos "alligned".
9093 Correct z3/Z3 description. Correct z4/Z4 title.
9094
9095 2002-09-27 Andrew Cagney <ac131313@redhat.com>
9096
9097 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
9098
9099 2002-09-25 Kevin Buettner <kevinb@redhat.com>
9100
9101 * gdb.texinfo: Use GNU/Linux instead of Linux.
9102
9103 2002-09-25 Andrew Cagney <ac131313@redhat.com>
9104
9105 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
9106
9107 2002-09-24 Andrew Cagney <ac131313@redhat.com>
9108
9109 * gdb.texinfo: Replace @example with @smallexample.
9110
9111 2002-09-20 Kevin Buettner <kevinb@redhat.com>
9112
9113 From Eli Zaretskii <eliz@gnu.org>:
9114 * gdb.texinfo (Character Sets): Use @smallexample instead of
9115 @example. Use GNU/Linux instead of Linux.
9116
9117 2002-09-20 Jim Blandy <jimb@redhat.com>
9118
9119 * gdb.texinfo: Add character set documentation.
9120
9121 2002-09-19 Andrew Cagney <ac131313@redhat.com>
9122
9123 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
9124 (Packets): Add cross reference from `b' packet to `z' packets.
9125
9126 2002-09-19 Andrew Cagney <ac131313@redhat.com>
9127
9128 * gdb.texinfo (Maintenance Commands): Document ``maint
9129 internal-error'' and ``maint internal-warning''.
9130
9131 * gdbint.texinfo (Target Architecture Definition): Revise
9132 description of STACK_ALIGN. Add description of FRAME_ALIGN.
9133
9134 2002-09-19 Joel Brobecker <brobecker@gnat.com>
9135
9136 * gdbint.texinfo (Target Conditionals): Document the new
9137 NAME_OF_MALLOC macro.
9138
9139 2002-09-05 Andrew Cagney <ac131313@redhat.com>
9140
9141 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
9142 engineer.
9143
9144 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9145
9146 * gdb.texinfo (TUI Overview): Document status line fields.
9147
9148 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9149
9150 * gdb.texinfo (TUI Commands): Document info win command.
9151
9152 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9153
9154 * gdb.texinfo (TUI Overview): Document breakpoint markers.
9155
9156 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9157
9158 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
9159 (TUI Keys): Likewise.
9160
9161 2002-08-25 Andrew Cagney <ac131313@redhat.com>
9162
9163 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
9164 for a packet receive.
9165
9166 2002-08-25 Andrew Cagney <ac131313@redhat.com>
9167
9168 * Makefile.in (clean): Move to end of file.
9169 (distclean, maintainer-clean, realclean): Ditto.
9170 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
9171 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
9172 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
9173 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
9174
9175 2002-08-24 Andrew Cagney <ac131313@redhat.com>
9176
9177 * Makefile.in (GDBINT_TEX_TMPS): Define.
9178 (gdbint.dvi, gdbint.pdf): Use
9179 (GDB_TEX_TMPS): Define.
9180 (gdb.dvi, gdb.pdf): Use.
9181 (STABS_TEX_TMPS): Define.
9182 (stabs.dvi, stabs.pdf): Use.
9183 (GDB_DOC_SOURCE_INCLUDES): New macros.
9184 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
9185 (GDBINT_DOC_FILES_INCLUDES): New macros.
9186 (GDBINT_DOC_BUILD_INCLUDES): New macros.
9187 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
9188 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
9189 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
9190 (links2roff): Replace SFILES_INCLUDED with
9191 GDB_DOC_SOURCE_INCLUDES.
9192 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
9193 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
9194 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
9195 dependencies.
9196 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
9197 dependencies.
9198 (gdbmi.texinfo): Delete rule.
9199 (inc-hist.texinfo): Delete rule.
9200 (rluser.texinfo): Delete rule.
9201
9202 2002-08-23 Andrew Cagney <cagney@redhat.com>
9203
9204 * gdbint.texinfo (Target Architecture Definition): Update
9205 STORE_RETURN_VALUE, mention regcache.
9206
9207 2002-08-21 Andrew Cagney <ac131313@redhat.com>
9208
9209 * gdbint.texinfo (Target Architecture Definition): Document
9210 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
9211
9212 2002-08-19 Andrew Cagney <ac131313@redhat.com>
9213
9214 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
9215 Fix minor typos. Add index entries.
9216
9217 2002-08-18 Andrew Cagney <ac131313@redhat.com>
9218
9219 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
9220
9221 2002-08-15 Andrew Cagney <ac131313@redhat.com>
9222
9223 * gdbint.texinfo (Target Architecture Definition): Document
9224 PRINT_VECTOR_INFO.
9225 * gdb.texinfo (Vector Unit): Document "info vectors" command.
9226
9227 2002-08-13 Andrew Cagney <ac131313@redhat.com>
9228
9229 * gdb.texinfo (Maintenance Commands): Document "maint print
9230 registers", "maint print raw-registers" and "maint print
9231 cooked-registers".
9232
9233 2002-08-08 Grace Sainsbury <graces@redhat.com>
9234
9235 From Mark Salter:
9236 * gdb.texinfo (Protocol): Document T packet extension to
9237 allow watchpoint address reporting.
9238
9239 2002-08-03 Andrew Cagney <ac131313@redhat.com>
9240
9241 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
9242
9243 2002-08-01 Andrew Cagney <cagney@redhat.com>
9244
9245 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
9246 to CHILL.
9247
9248 2002-08-01 Andrew Cagney <ac131313@redhat.com>
9249
9250 * gdbint.texinfo (Coding): Revise section "Include Files".
9251
9252 2002-07-24 Andrew Cagney <cagney@redhat.com>
9253
9254 * gdbint.texinfo: Obsolete references to m88k.
9255 * gdb.texinfo: Ditto.
9256
9257 2002-07-10 Joel Brobecker <brobecker@gnat.com>
9258
9259 * gdbint.texinfo (Create a release candiate): Add the location
9260 where the proper version of autoconf can be retrieved.
9261
9262 2002-07-09 Don Howard <dhoward@redhat.com>
9263
9264 * gdb.texinfo (Command Files): Further describe the behavior of
9265 sourced command files.
9266
9267 2002-06-27 Andrew Cagney <ac131313@redhat.com>
9268
9269 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
9270 (Coding): Clarify ISO C version that GDB assumes.
9271
9272 2002-06-26 Tom Tromey <tromey@redhat.com>
9273
9274 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
9275 add_setshow_cmd_full.
9276
9277 2002-06-25 Don Howard <dhoward@redhat.com>
9278
9279 * gdb.texinfo (Memory Region Attributes): Document new behavior
9280 for 'mem' command.
9281
9282 2002-06-11 Jim Blandy <jimb@redhat.com>
9283
9284 * gdb.texinfo (Symbols): Update documentation for `info source'
9285 command.
9286
9287 * gdb.texinfo (Macros): Call the command `info macro', not
9288 `show macro'.
9289
9290 2002-06-09 Andrew Cagney <ac131313@redhat.com>
9291
9292 * gdbint.texinfo (Coding): Add section ``Per-architecture module
9293 data''.
9294
9295 2002-06-09 Mark Kettenis <kettenis@gnu.org>
9296
9297 * gdbint.texinfo (Target Architecture Definition): Document
9298 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
9299
9300 2002-06-08 Andrew Cagney <ac131313@redhat.com>
9301
9302 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
9303 lists.
9304
9305 2002-06-08 Andrew Cagney <ac131313@redhat.com>
9306
9307 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
9308 Branch''.
9309
9310 2002-06-01 Andrew Cagney <ac131313@redhat.com>
9311
9312 * gdbint.texinfo (Target Architecture Definition): Add section
9313 ``Converting an existing Target Architecture to Multi-arch''.
9314
9315 2002-05-30 Andrew Cagney <ac131313@redhat.com>
9316
9317 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
9318 to ``Obsoleting code''. Revise.
9319
9320 2002-05-17 Jim Blandy <jimb@redhat.com>
9321
9322 * gdb.texinfo (C Preprocessor Macros): New chapter.
9323 Include it in the main menu.
9324 (Contributors): Credit Jim Blandy with macro support.
9325 (Compilation): Explain how to get macro information into the
9326 executable.
9327 (Expressions): Note that preprocessor macros are expanded.
9328
9329 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
9330
9331 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
9332 options for `target remote'.
9333
9334 2002-05-13 Andrew Cagney <ac131313@redhat.com>
9335
9336 * gdbint.texinfo (Target Architecture Definition): Delete
9337 documentation on NNPC_REGNUM.
9338
9339 2002-05-11 Andrew Cagney <ac131313@redhat.com>
9340
9341 * gdbint.texinfo (Target Architecture Definition): Document
9342 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
9343 (Target Architecture Definition): Revise section `Using Different
9344 Register and Memory Data Representations'. Add section `Raw and
9345 Virtual Register Representations'.
9346
9347 2002-05-11 Andrew Cagney <ac131313@redhat.com>
9348
9349 * gdbint.texinfo (Target Architecture Definition): Mention
9350 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
9351 (Target Architecture Definition): Mention same. Add references to
9352 web pages.
9353
9354 2002-05-08 Michael Snyder <msnyder@redhat.com>
9355
9356 * stabs.texinfo (Attributes): Document new "vector" attribute.
9357
9358 2002-05-04 Andrew Cagney <ac131313@redhat.com>
9359
9360 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
9361
9362 2002-05-04 Andrew Cagney <ac131313@redhat.com>
9363
9364 * gdb.texinfo: Delete obsolete references to a29k.
9365
9366 2002-04-24 Andrew Cagney <ac131313@redhat.com>
9367
9368 * gdbint.texinfo (Target Architecture Definition): Replace
9369 IN_SIGTRAMP with PC_IN_SIGTRAMP.
9370
9371 2002-04-24 David S. Miller <davem@redhat.com>
9372
9373 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
9374
9375 2002-04-21 David S. Miller <davem@redhat.com>
9376
9377 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
9378
9379 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9380
9381 * gdbint.texinfo (Target Architecture Definition): Delete
9382 definition of HAVE_REGISTER_WINDOWS.
9383
9384 2002-04-19 Eli Zaretskii <eliz@gnu.org>
9385
9386 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
9387 "Theodore A. Roth" <troth@verinet.com>.
9388
9389 2002-04-15 Don Howard <dhoward@redhat.com>
9390
9391 From Eli Zaretskii <eliz@gnu.org>
9392 * gdb.texinfo (show max-user-call-depth): Correct formatting.
9393 Provide a better explaination of this feature.
9394
9395 2002-04-14 Andrew Cagney <ac131313@redhat.com>
9396
9397 * gdbint.texinfo (Target Architecture Definition): Remove
9398 FRAME_CHAIN_COMBINE.
9399
9400 2002-04-12 Michael Chastain <mec@shout.net>
9401
9402 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
9403 REG_STACK_SEGMENT.
9404
9405 2002-04-09 Michael Chastain <mec@shout.net>
9406
9407 * gdbint.texinfo (Obsolete Conditionals): Remove references to
9408 PYRAMID_* macros.
9409
9410 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9411
9412 * gdb.texinfo (Bug Reporting): Document that the web is the
9413 prefered way of submitting bug reports.
9414 (Bug Reporting): Delete the s-mail address as the last resort.
9415
9416 2002-04-05 Andrew Cagney <ac131313@redhat.com>
9417
9418 * gdbint.texinfo (Target Architecture Definition): Delete
9419 references to TARGET_WRITE_FP and write_fp.
9420
9421 2002-03-27 Michael Snyder <msnyder@redhat.com>
9422
9423 * gdb.texinfo: Document new commands dump, append, and restore.
9424
9425 2002-03-27 Andrew Cagney <ac131313@redhat.com>
9426
9427 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
9428 Branch'.
9429
9430 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9431
9432 * gdb.texinfo: Change all examples to @smallexample.
9433 * gdbint.texinfo: Ditto.
9434
9435 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9436
9437 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
9438 Branches''.
9439
9440 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9441
9442 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
9443 Policy''.
9444
9445 2002-03-04 Fred Fish <fnf@redhat.com>
9446
9447 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
9448 expresson, suports, dependant, trhe, perhaphs, situtations,
9449 explictily, taged, oportunity, unfortunatly).
9450
9451 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9452
9453 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
9454 Remove reference to 3.12.
9455
9456 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9457
9458 * gdbint.texinfo: Include fdl.texi.
9459 (Top): Add GNU Free Documentation License.
9460 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
9461 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
9462 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
9463 (gdbint.info): Add srcdir to include path.
9464 * gdb.texinfo: Include gpl.texi.
9465 (Top): Add Copying.
9466 * gpl.texi: New file.
9467
9468 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9469
9470 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
9471
9472 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9473
9474 * gdb.texinfo: Document Cygwin native specific commands.
9475
9476 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
9477
9478 * gdb.texinfo: Document gdbserver ``--attach'' command.
9479
9480 2002-02-07 Michael Snyder <msnyder@redhat.com>
9481
9482 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
9483 to @code(_ovly_debug_event).
9484
9485 2002-02-07 Andrew Cagney <ac131313@redhat.com>
9486
9487 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
9488
9489 2002-02-06 Michael Snyder <msnyder@redhat.com>
9490
9491 * gdb.texinfo (overlays): Mention new magic symbol
9492 '_ovly_debug_event', which allows GDB to keep better track
9493 of overlays.
9494
9495 2002-02-03 Eli Zaretskii <eliz@gnu.org>
9496
9497 * gdb.texinfo (Memory Region Attributes): Fix the wording.
9498 Suggested by Dmitry Sivachenko.
9499
9500 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
9501
9502 2002-02-01 Michael Snyder <msnyder@redhat.com>
9503
9504 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
9505
9506 2002-01-30 Michael Snyder <msnyder@redhat.com>
9507
9508 * gdb.texinfo: (remote protocol): Gramatical fix-up.
9509 (set trust-readonly-sections): Document.
9510
9511 2002-01-29 Andrew Cagney <ac131313@redhat.com>
9512
9513 * gdbint.texinfo (Releasing GDB): Revise and update.
9514
9515 2002-01-28 Andrew Cagney <ac131313@redhat.com>
9516
9517 * gdbint.texinfo (Target Architecture Definition): Delete
9518 description of TARGET_BYTE_ORDER_DEFAULT.
9519
9520 2002-01-27 Eli Zaretskii <eliz@gnu.org>
9521
9522 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
9523 <mitya@cavia.pp.ru>.
9524
9525 2002-01-23 Andrew Cagney <ac131313@redhat.com>
9526
9527 * libgdb.texinfo: Delete file.
9528
9529 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9530
9531 * gdb.texinfo: Remove makeinfo 3.12 hacks.
9532 * gdbint.texinfo: Ditto.
9533
9534 Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
9535
9536 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
9537
9538 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9539
9540 * Makefile.in: Update copyright.
9541 (TEXI2DVI): Define.
9542 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
9543 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
9544 gdb-cfg.texi.
9545 (TEXINDEX, PDFTEX): Delete makefile variables.
9546
9547 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9548
9549 * gdb.texinfo (Protocol): Move section to appendix.
9550
9551 2002-01-21 Andrew Cagney <ac131313@redhat.com>
9552
9553 * gdb.texinfo (Remote Debugging): Create a menu.
9554 (Top): Add ``Remote Debugging'' to menu.
9555
9556 2002-01-21 Andrew Cagney <ac131313@redhat.com>
9557
9558 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
9559 serial protocol'' from here.
9560 (Remote Debugging): To here. New chapter.
9561
9562 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9563
9564 * gdbint.texinfo (Target Architecture Definition): Delete
9565 description of TARGET_BYTE_ORDER_SELECTABLE_P.
9566
9567 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9568
9569 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
9570 are no longer needed.
9571 (Porting GDB): Add maintainer note about configure.host.
9572
9573 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9574
9575 * gdbint.texinfo (Target Architecture Definition): Remove
9576 definition of IEEE_FLOAT.
9577
9578 2002-01-20 Eli Zaretskii <eliz@gnu.org>
9579
9580 * gdb.texinfo: Beautify copyright years; fix a typo.
9581 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
9582 <3diff@gnu.org>
9583
9584 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9585
9586 * gdbint.texinfo (Host Definition): Remove references to
9587 MALLOC_INCOMPATIBLE.
9588
9589 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9590
9591 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
9592 and xyz-xdep.o.
9593
9594 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9595
9596 * gdb.texinfo (Maintenance Commands): Add appendix.
9597 (Set Breaks): Copy ``maint info breakpoint'' doco to
9598 ``Maintenance Commands'' appendix. Add reference.
9599
9600 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9601
9602 * fdl.texi: Remove next/prev from @node.
9603
9604 2002-01-17 Eli Zaretskii <eliz@gnu.org>
9605
9606 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
9607 for monstrous @multitable (from Brian Youmans).
9608
9609 * fdl.texi: New file.
9610
9611 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
9612
9613 2002-01-15 Andrew Cagney <ac131313@redhat.com>
9614
9615 * gdbint.texinfo (Releasing GDB): New chapter.
9616
9617 2002-01-14 Andrew Cagney <ac131313@redhat.com>
9618
9619 * gdb.texinfo (Embedded Processors, Calling program functions):
9620 Obsolete references to a29k.
9621
9622 2002-01-13 Andrew Cagney <ac131313@redhat.com>
9623
9624 * gdbint.texinfo (Coding): Review Cleanups section. Examples
9625 examples. Document that a code-block should do or discard its
9626 cleanups before exit.
9627
9628 2002-01-11 Michael Snyder <msnyder@redhat.com>
9629
9630 * gdb.texinfo (Choosing files): Change @samp to @file.
9631
9632 2002-01-05 Michael Snyder <msnyder@redhat.com>
9633
9634 * gdb.texinfo (--pid): Document new command line option (attach).
9635
9636 2002-01-07 Eli Zaretskii <eliz@gnu.org>
9637
9638 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
9639 in the stub.
9640
9641 2002-01-04 Andrew Cagney <ac131313@redhat.com>
9642
9643 * gdbint.texinfo (Target Architecture Definition): Replace
9644 BIG_ENDIAN with BFD_ENDIAN_BIG.
9645
9646 2002-01-03 Andrew Cagney <ac131313@redhat.com>
9647
9648 * gdbint.texinfo (Target Architecture Definition): Replace
9649 value_ptr with struct value pointer.
9650
9651 2002-01-02 Eli Zaretskii <eliz@gnu.org>
9652
9653 * gdb.texinfo (Free Software): Fix wording.
9654
9655 2001-12-31 Eli Zaretskii <eliz@gnu.org>
9656
9657 * gdb.texinfo (Free Software): New section ``Free Software Needs
9658 Free Documentation''.
9659
9660 2001-12-30 Eli Zaretskii <eliz@gnu.org>
9661
9662 * stabs.texinfo:
9663 * gdb.texinfo:
9664 * gdbint.texinfo:
9665 * libgdb.texinfo:
9666 * annotate.texi: Fix the application of GFDL in the Copyright notice.
9667
9668 2001-12-29 Michael Snyder <msnyder@redhat.com>
9669
9670 * gdb.texinfo (maint info sections): Fix typo.
9671
9672 2001-12-26 Michael Snyder <msnyder@redhat.com>
9673
9674 * gdb.texinfo (maint info sections): Document.
9675
9676 * gdb.texinfo (info proc): Comment out documentation for
9677 'info proc' sub-options that are currently not implemented.
9678
9679 2001-12-20 Jim Blandy <jimb@redhat.com>
9680
9681 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
9682
9683 2001-12-15 Andrew Cagney <ac131313@redhat.com>
9684
9685 * gdbint.texinfo (Target Architecture Definition): Replace
9686 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
9687
9688 2001-12-01 Andrew Cagney <ac131313@redhat.com>
9689
9690 * gdbint.texinfo (Host Definition): Delete documentation on
9691 HOST_BYTE_ORDER.
9692
9693 2001-11-30 Jim Blandy <jimb@redhat.com>
9694
9695 * gdb.texinfo (Overlays): New chapter, documenting GDB's
9696 overlay support. Add to top-level menu.
9697
9698 2001-11-26 Tom Tromey <tromey@redhat.com>
9699
9700 * gdb.texinfo (Command Syntax): Document C-o binding.
9701
9702 2001-07-26 Christopher Faylor <cgf@redhat.com>
9703
9704 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
9705 use since it is described in the referenced section.
9706
9707 From Eli Zaretskii <eliz@gnu.org>
9708 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
9709 clearer when using DJGPP.
9710
9711 2001-11-24 Christopher Faylor <cgf@redhat.com>
9712
9713 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
9714 specifically refer to MS-DOS.
9715 (command files): Mention gdb.ini is only used on MS-DOS.
9716
9717 2001-11-21 Tom Tromey <tromey@redhat.com>
9718
9719 * gdb.texinfo (Invoking GDB): Document --args.
9720 (Mode Options): Likewise.
9721
9722 2001-11-21 Jim Blandy <jimb@redhat.com>
9723
9724 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
9725 Delete documentation; this macro has been removed from the
9726 sources.
9727
9728 2001-11-13 Jim Blandy <jimb@redhat.com>
9729
9730 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
9731
9732 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
9733
9734 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
9735
9736 2001-11-05 Michael Snyder <msnyder@redhat.com>
9737
9738 * gdb.texinfo (info functions): Document use of backslash to
9739 quote regexp chars in function names such as "operator*()".
9740
9741 2001-11-01 Fred Fish <fnf@redhat.com>
9742
9743 * gdbint.texinfo (SOLIB_ADD): Document additional new
9744 "readsyms" arg.
9745
9746 2001-10-30 Don Howard <dhoward@redhat.com>
9747
9748 * gdb.texinfo: (Command Files) Added documentation for the
9749 behavior of gdb with input redirected from a file.
9750
9751 2001-10-28 Fred Fish <fnf@redhat.com>
9752
9753 * gdb.texinfo (auto-solib-add): Change docs to match
9754 implementation change.
9755 (auto-solib-limit): Add docs for new variable.
9756
9757 2001-10-15 Andrew Cagney <ac131313@redhat.com>
9758
9759 * gdbint.texinfo (Target Architecture Definition): Function
9760 value_as_pointer renamed to value_as_address.
9761
9762 2001-10-15 Andrew Cagney <ac131313@redhat.com>
9763
9764 * gdbint.texinfo (Target Architecture Definition): Default
9765 POINTER_TO_ADDRESS functions assume unsigned addresses.
9766 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
9767 posting by Jim Blandy.
9768
9769 2001-10-12 Jim Blandy <jimb@redhat.com>
9770
9771 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
9772 version of texi2html (1.64) doesn't support this flag any more.
9773
9774 2001-09-08 Mark Kettenis <kettenis@gnu.org>
9775
9776 * gdbint.texinfo (Host Definition): Remove description of
9777 MEM_FNS_DECLARED.
9778
9779 * gdbint.texinfo (Host Definition): Remove description of R_OK.
9780
9781 * gdbint.texinfo (Host Definition): Remove description of
9782 HAVE_SIGSETMASK.
9783
9784 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
9785
9786 * gdbint.texinfo (Target Architecture Definition): Add
9787 explanation of TARGET_PRINT_INSN macro.
9788
9789 2001-08-30 Jim Blandy <jimb@redhat.com>
9790
9791 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
9792 Explain what it means to load relocatable files.
9793
9794 2001-08-28 Jim Blandy <jimb@redhat.com>
9795
9796 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
9797 info `top' menu.
9798
9799 Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
9800
9801 * gdbint.texinfo: Add a cautionary note about macro use.
9802
9803 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
9804
9805 * gdb.texinfo: Explain omitting the hostname in the
9806 `target remote' command.
9807
9808 2001-07-30 Daniel Jacobowitz <drow@mvista.com>
9809
9810 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
9811 and END-INFO-DIR-ENTRY.
9812
9813 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9814
9815 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
9816
9817 2001-07-25 Andrew Cagney <ac131313@redhat.com>
9818
9819 * gdbint.texinfo (libgdb): Rewrite.
9820
9821 2001-07-26 Eli Zaretskii <eliz@gnu.org>
9822
9823 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
9824
9825 2001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9826
9827 * gdb.texinfo (TUI): New chapter, document the TUI.
9828 (Mode Options): Document the -tui option.
9829
9830 2001-07-23 Mark Kettenis <kettenis@gnu.org>
9831
9832 * gdbint.texinfo (Host Definition): Remove description of
9833 NEED_POSIX_SETPGID.
9834
9835 2001-07-23 Eli Zaretskii <eliz@gnu.org>
9836
9837 * gdb.tex (DJGPP Native): New node, with descriptions of
9838 DJGPP-specific commands.
9839
9840 2001-07-19 John R. Moore <jmoore@redhat.com>
9841
9842 * gdbint.texinfo: Three misspellings.
9843
9844 2001-07-06 Andrew Cagney <ac131313@redhat.com>
9845
9846 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
9847 `test` expressions on bash. Problem reported by Colin Walters.
9848
9849 2001-07-04 Andrew Cagney <ac131313@redhat.com>
9850
9851 * gdbint.texinfo (User Interface): Update ui-out documentation to
9852 refelect recent UI/MI updates.
9853
9854 2001-07-04 Andrew Cagney <ac131313@redhat.com>
9855
9856 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
9857 interpreters.
9858
9859 2001-06-15 Andrew Cagney <ac131313@redhat.com>
9860
9861 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
9862 structure and not macros.
9863 (Host Definition): Document that much of this chapter is obsolete.
9864 (Target Architecture Definition): Update list of files that make
9865 up a target architecture.
9866 (Coding): Update.
9867
9868 2001-06-28 Andrew Cagney <ac131313@redhat.com>
9869
9870 * gdbint.texinfo (Target Architecture Definition): Update
9871 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
9872 The latter has been changed to a true predicate.
9873
9874 2001-06-17 Eli Zaretskii <eliz@gnu.org>
9875
9876 * annotate.texi: Add @noindent where needed. From Dmitry
9877 Sivachenko <dima@Chg.RU>.
9878 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
9879
9880 2001-06-16 Andrew Cagney <ac131313@redhat.com>
9881
9882 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
9883
9884 2001-06-14 Andrew Cagney <ac131313@redhat.com>
9885
9886 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
9887 returns ``OK''. Document that the ``R'' packet does not reply.
9888
9889 2001-06-13 Michael Snyder <msnyder@redhat.com>
9890
9891 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
9892
9893 2001-06-13 Eli Zaretskii <eliz@gnu.org>
9894
9895 * gdb.texinfo (Signals): Clarify the default setting of signal
9896 handling.
9897
9898 2001-05-14 Andrew Cagney <ac131313@redhat.com>
9899
9900 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
9901 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
9902
9903 2001-05-12 Andrew Cagney <ac131313@redhat.com>
9904
9905 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
9906
9907 2001-05-10 Eli Zaretskii <eliz@gnu.org>
9908
9909 * gdbint.texinfo (Clean Design and Portable Implementation):
9910 Renamed from "Clean Design".
9911 (Clean Design and Portable Implementation): Document portable
9912 methods of handling file names, and the associated macros.
9913
9914 2001-04-02 Eli Zaretskii <eliz@gnu.org>
9915
9916 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
9917 command and provide a cross-reference to its description.
9918 (Symbols): Note that "info scope" is useful for trace experiments.
9919
9920 2001-04-01 Eli Zaretskii <eliz@gnu.org>
9921
9922 * gdb.texinfo (Symbols): Document "info scope".
9923 (Tracepoints): New chapter.
9924 (Contributors): Update for v5.1.
9925 <All nodes>: Change "C++" to "C@t{++}".
9926
9927 * gdbint.texinfo (User Interface): A new section about ui_out
9928 functions, based on text written by Fernando Nasser.
9929
9930 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
9931
9932 2001-03-26 Eli Zaretskii <eliz@gnu.org>
9933
9934 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
9935
9936 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
9937
9938 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
9939 Replace "GDB" with "@value{GDBN}". Fix markup.
9940
9941 * annotate.texi: Change Permissions to GFDL. Update Copyright.
9942
9943 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
9944 a cross-reference to its description.
9945 (Symbols): Document "info symbol".
9946
9947 2001-03-21 Eli Zaretskii <eliz@gnu.org>
9948
9949 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
9950 subsection "x86 Watchpoints".
9951 (Target Architecture Definition): Document the macros
9952 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
9953 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
9954
9955 2001-03-20 Andrew Cagney <ac131313@redhat.com>
9956
9957 * gdbint.texinfo (Target Architecture Definition): Update
9958 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
9959 list.
9960
9961 2001-03-06 Kevin Buettner <kevinb@redhat.com>
9962
9963 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
9964 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
9965
9966 2001-02-21 Eli Zaretskii <eliz@gnu.org>
9967
9968 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
9969
9970 2001-02-11 Eli Zaretskii <eliz@gnu.org>
9971
9972 * gdb.texinfo (Environment): Document that `path' does not change
9973 the value of PATH in GDB's own environment (it did in the past,
9974 but that was changed on March 15, 1994). Reported by Doug Evans
9975 <dje@transmeta.com>.
9976
9977 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
9978 its line. Fix markup of commands and macros. Add an Index node
9979 and index entries.
9980
9981 2001-01-23 J.T. Conklin <jtc@redback.com>
9982
9983 * gdb.texinfo (Memory region attributes): New manual section.
9984
9985 2001-01-04 Nicholas Duffek <nsd@redhat.com>
9986
9987 * gdbint.texinfo (POP_FRAME): Document use by return_command.
9988
9989 2000-12-25 Eli Zaretskii <eliz@gnu.org>
9990
9991 * refcard.tex: Version and copyright fixed. From Phil Edwards
9992 <pedwards@disaster.jaj.com>.
9993
9994 Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
9995
9996 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
9997 DWARF2_REG_TO_REGNUM): Document.
9998
9999 Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
10000
10001 * gdbint.texinfo (Coding): Update current value of
10002 --enable-build-warnings. Mention --enable-gdb-build-warnings.
10003
10004 2000-11-19 Eli Zaretskii <eliz@gnu.org>
10005
10006 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
10007 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
10008
10009 2000-11-10 Christopher Faylor <cgf@cygnus.com>
10010
10011 * gdb.texinfo: Document new 'set step-mode' command.
10012
10013 2000-10-16 Eli Zaretskii <eliz@gnu.org>
10014
10015 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
10016 changes from Dmitry Sivachenko <dima@Chg.RU>.
10017
10018 2000-09-26 Eli Zaretskii <eliz@gnu.org>
10019
10020 * gdb.texinfo (Hooks): Document the new post-hook functionality.
10021 From Steven Johnson <sbjohnson@ozemail.com.au>.
10022
10023 2000-08-10 Mark Kettenis <kettenis@gnu.org>
10024
10025 * gdbint.texinfo (Overall Structure): Spelling fix.
10026
10027 2000-08-10 Eli Zaretskii <eliz@gnu.org>
10028
10029 * gdbint.texinfo (Target Architecture Definition): Document that
10030 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
10031 for which REGISTER_CONVERTIBLE returns a zero value.
10032
10033 2000-07-08 Christopher Faylor <cgf@cygnus.com>
10034
10035 * Makefile.in (install-info): Find files to install in either the
10036 build or source directories (adapted from Makefile.am).
10037
10038 2000-07-07 Nicholas Duffek <nsd@redhat.com>
10039
10040 * stabs.texinfo: Fix spelling errors.
10041 (String Field): FILE-NUMBER starts from 0, not 1.
10042
10043 2000-07-05 Eli Zaretskii <eliz@gnu.org>
10044
10045 * refcard.tex: Remove \centerline from the blurb. Patch from
10046 Brian Youmans.
10047
10048 2000-06-25 Eli Zaretskii <eliz@gnu.org>
10049
10050 * Makefile.in (install-info): Support installation from outside of
10051 the source directory. Reported by Mark Harig
10052 <markh@frazier.landmark.com>.
10053
10054 2000-06-20 J.T. Conklin <jtc@redback.com>
10055
10056 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
10057
10058 Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
10059
10060 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
10061 Generate using pdftex.
10062 (PDFTEX): Define.
10063 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
10064 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
10065 @contents at the start.
10066
10067 2000-05-24 Eli Zaretskii <eliz@gnu.org>
10068
10069 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
10070 Youmans.
10071
10072 Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
10073
10074 From Brian Youmans:
10075 * gdb.texinfo: Fix ``et al.''.
10076
10077 Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
10078
10079 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
10080 loop.
10081
10082 2000-05-19 Jimmy Guo <guo@cup.hp.com>
10083
10084 * configure: Regenerate.
10085
10086 2000-05-17 Eli Zaretskii <eliz@gnu.org>
10087
10088 * Makefile.in (install-info): Run install-info on installed Info
10089 files.
10090
10091 Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10092
10093 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
10094 Andrew Cagney.
10095
10096 2000-05-09 Eli Zaretskii <eliz@gnu.org>
10097
10098 * gdb.texinfo: Proofreading changes from Brian Youmans.
10099
10100 2000-05-01 Nick Duffek <nsd@cygnus.com>
10101
10102 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
10103 startup sequence, minor edits.
10104
10105 2000-05-01 Eli Zaretskii <eliz@gnu.org>
10106
10107 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
10108 TeX.
10109
10110 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
10111 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
10112 like `n' and `s' which look weird. Convert some of the @kindex to
10113 @vindex, when they refer to variables, not commands.
10114
10115 Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10116
10117 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
10118
10119 2000-04-23 Eli Zaretskii <eliz@gnu.org>
10120
10121 * Makefile.in (GDBMI_DIR): New variable.
10122 (SET_TEXINPUTS): Add $(GDBMI_DIR).
10123 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
10124 (gdbmi.texinfo): New target, for texi2roff.
10125 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
10126 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
10127
10128 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
10129 gdbmi.texinfo.
10130 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
10131 comment.
10132
10133 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10134
10135 * gdb.texinfo (Files): Update description of add-symbol-file
10136 command.
10137
10138 2000-04-17 Eli Zaretskii <eliz@gnu.org>
10139
10140 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
10141 prevents the build (and is generally a Bad Idea).
10142
10143 2000-04-17 Eli Zaretskii <eliz@gnu.org>
10144
10145 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
10146 a comma inside @var.
10147 (Command Files): Index markup changes from Dmitry Sivachenko
10148 <dima@Chg.RU>.
10149
10150 2000-04-16 Eli Zaretskii <eliz@gnu.org>
10151
10152 * Makefile.in (LN_S): Define.
10153 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
10154 invoke "ln -s" unless it is known to work.
10155
10156 * configure.in (AC_PROG_LN_S): Add.
10157
10158 2000-04-14 Jim Blandy <jimb@redhat.com>
10159
10160 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
10161 section.
10162 (Target Conditionals): Document ADDRESS_TO_POINTER,
10163 POINTER_TO_ADDRESS.
10164
10165 2000-04-11 Daniel Berlin <dan@cgsoftware.com>
10166
10167 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
10168 gdb-cfg.texi to get the value.
10169
10170 2000-04-10 Jim Blandy <jimb@redhat.com>
10171
10172 * gdbint.texinfo (Target Architecture Definition): Fix
10173 cross-references.
10174
10175 2000-04-08 Jim Blandy <jimb@redhat.com>
10176
10177 * gdbint.texinfo (Using Different Register and Memory Data
10178 Representations): New section.
10179 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
10180 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
10181 REGISTER_CONVERT_TO_RAW): Document.
10182
10183 Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
10184
10185 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
10186 for acknowledgments.
10187
10188 Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
10189
10190 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
10191 qThreadExtraInfo.
10192
10193 2000-03-28 J.T. Conklin <jtc@redback.com>
10194
10195 * gdb.texinfo: Clarify which remote debug protocol commands are
10196 required and which are optional.
10197
10198 Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
10199
10200 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
10201 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
10202 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
10203 * annotate.texi: Update.
10204
10205 2000-03-28 Stan Shebs <shebs@apple.com>
10206
10207 * gdb.texinfo: Update dates, bump to Eighth Edition (note
10208 expectation of additional changes before release), update
10209 ISBN, add copy of top-level menu for @ifhtml, remove explicit
10210 node links, rephrase and/or shorten lines to fix formatting
10211 problem in both regular and @smallbook formats.
10212 * annotate.texi: Shorten lines in example, use smallexample
10213 consistently everywhere.
10214 * Makefile.in: Add comment about texinfo 4.0 html generation.
10215 (SFILES_INCLUDED): Add annotate.texi.
10216
10217 2000-03-27 Daniel Berlin <dan@cgsoftware.com>
10218
10219 * gdb.texinfo (Debugging Output): Added new section, documenting
10220 the "set/show debug" commands.
10221
10222 Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
10223
10224 * annotate.texi (Annotations): When GDBN omit @chapter and @node
10225 entry.
10226
10227 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
10228 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
10229 @chapter and @node entries.
10230
10231 * gdb.texinfo: Link all top-level nodes.
10232
10233 Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
10234
10235 * Makefile.in (install-info): Create $(infodir) before installing
10236 files.
10237
10238 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
10239
10240 From David Whedon <dwhedon@gordian.com>
10241 * gdbint.texinfo : Added paragraphs about command deprecation.
10242
10243 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
10244
10245 * gdb.texinfo: Add documentation for the apropos command.
10246
10247 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10248
10249 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
10250
10251 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10252
10253 * gdb.texinfo: Add white space to prevent overprinting in
10254 two places.
10255
10256 2000-03-17 Stan Shebs <shebs@apple.com>
10257
10258 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
10259 <dima@Chg.RU>, also clarification of allowed content for
10260 string constants.
10261
10262 2000-03-16 Eli Zaretskii <eliz@gnu.org>
10263
10264 * gdb.texinfo (main menu): Add Annotations.
10265 (File Options): Add @cindex entries for each command-line option.
10266 Document --epoch, --annotate, --async, --interpreter, --write,
10267 --statistics, and --version.
10268
10269 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
10270 of GDB.
10271
10272 2000-02-23 Jim Blandy <jimb@redhat.com>
10273
10274 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
10275
10276 2000-02-22 Jim Blandy <jimb@redhat.com>
10277
10278 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
10279
10280 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
10281
10282 * Makefile.in (diststuff): New target.
10283
10284 2000-02-15 Kevin Buettner <kevinb@redhat.com>
10285
10286 * agentexpr.texi: Fix wording regarding Intel's IA-64
10287 architecture. [From Jim Wilson.]
10288
10289 2000-01-16 Tom Tromey <tromey@cygnus.com>
10290
10291 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
10292 (Delete Breaks): Mention range arguments.
10293 (Disabling): Likewise.
10294
10295 2000-01-05 Dmitry Sivachenko <dima@Chg.RU>
10296
10297 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
10298
10299 Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
10300
10301 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
10302 valid functions.
10303
10304 1999-11-05 Stan Shebs <shebs@andros.cygnus.com>
10305
10306 * gdb.texinfo: Clarify regular expressions used in rbreak.
10307
10308 1999-10-15 Kevin Buettner <kevinb@cygnus.com>
10309
10310 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
10311 MEMORY_REMOVE_BREAKPOINT): Document.
10312
10313 Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
10314
10315 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
10316 offset re-using the DATA offset instead.
10317
10318 1999-10-11 Jim Kingdon <kingdon@redhat.com>
10319
10320 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
10321
10322 1999-10-05 Stan Shebs <shebs@andros.cygnus.com>
10323
10324 From Dmitry Sivachenko <demon@gpad.ac.ru>:
10325 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
10326 typos.
10327
10328 * gdb.texinfo: Various minor wording and formatting improvements,
10329 mentions of additional command-line options.
10330
10331 1999-09-30 Fred Fish <fnf@cygnus.com>
10332
10333 * gdb.texinfo: Document additional forms of specifying section
10334 names and addresses for the add-symbol-file command.
10335
10336 1999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
10337
10338 * gdbint.texinfo: Fix typo, add the word "have".
10339
10340 1999-09-14 Jim Blandy <jimb@cris.red-bean.com>
10341
10342 * gdbint.texinfo (Target Architecture Definition): Document the
10343 SKIP_PERMANENT_BREAKPOINT macro.
10344
10345 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
10346
10347 * gdb.texinfo: Fiks speling errers.
10348
10349 * gdb.texinfo: Fix uses of @multitable.
10350
10351 From Eli Zaretskii <eliz@gnu.org>:
10352 * gdb.texinfo: Include details specific to DOS host, clarify
10353 some confusing language, fix @ref/@xref/@pxref usages, add
10354 comments about using with optimization, add more indexing,
10355 fix info about disassembly-flavor.
10356
10357 Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
10358
10359 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
10360 SKIP_SOLIB_RESOLVER): Define.
10361
10362 Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
10363
10364 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
10365 ``g'' packets.
10366
10367 1999-08-30 Stan Shebs <shebs@andros.cygnus.com>
10368
10369 * gdb.texinfo: Create a new "Configurations" chapter with
10370 platform-specific info, inline remote.texi and move sections of it
10371 into the new chapter, move bits about info proc, heuristic search,
10372 and register stack into the new chapter.
10373 * remote.texi: Remove, now part of gdb.texinfo.
10374 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
10375
10376 1999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
10377
10378 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
10379 GDB_TARGET_IS_MACH386): These kludges have gone away.
10380
10381 Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
10382
10383 * gdbint.texinfo (Target Architecture Definition): Mention
10384 TDEPLIBS.
10385
10386 1999-08-20 Stan Shebs <shebs@andros.cygnus.com>
10387
10388 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
10389 surrounding text to fit HP-UX bits into general info.
10390 (HPPA-cfg.texi): Remove, no longer useful.
10391
10392 * gdb.texinfo: Remove explicit links from @node lines, remove
10393 HP-added "Detailed Node Listing" from main menu which confuses
10394 things.
10395
10396 From Dmitry Sivachenko <dima@Chg.RU>:
10397 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
10398 in description of `set environment'.
10399
10400 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
10401
10402 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
10403
10404 1999-08-12 Ben Elliston <bje@cygnus.com>
10405
10406 * gdbint.texinfo (Breakpoint Handling): Add missing words.
10407
10408 1999-08-10 Eli Zaretskii <eliz@gnu.org>
10409
10410 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
10411 watch, awatch, and rwatch. Explain why the latter two cannot be
10412 set as software watchpoints. Document that watchpoints for local
10413 variables are deleted when the debuggee terminates.
10414
10415 Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
10416
10417 * remote.texi (Protocol): Further clarification of the "qRcmd"
10418 packet. Allow E.. response packet. "qRcmd" packet is no longer
10419 reserved.
10420
10421 1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10422
10423 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
10424 * gdb.texinfo: Ditto.
10425
10426 1999-08-06 Tom Tromey <tromey@cygnus.com>
10427
10428 * gdb.texinfo (KOD): New node.
10429
10430 Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
10431
10432 * remote.texi (Rcmd): Fix minor formatting typos.
10433
10434 Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
10435
10436 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
10437 packets.
10438
10439 1999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
10440
10441 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
10442 fixes.
10443
10444 Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
10445
10446 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
10447
10448 Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
10449
10450 * remote.texi (Communication Protocol): ``v'' is in use. Fix
10451 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
10452 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
10453 packets that are not supported on all hosts. Expand examples.
10454 Spell check.
10455
10456 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
10457
10458 * Makefile.in: Recognize html, install-html. Add targets
10459 to build HTML versions of documentation via texi2html.
10460
10461 Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
10462
10463 * gdbint.texinfo (Testsuite): New chapter, information about the
10464 testsuite.
10465
10466 Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
10467
10468 * remote.texi (Communication Protocol): Rewrite.
10469
10470 Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
10471
10472 * stabs.texinfo: Fix uses of xref.
10473
10474 Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
10475
10476 * gdbint.texinfo: Add an anti-printf exhortation, and update the
10477 info about patch submission.
10478
10479 Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
10480
10481 From Per Bothner <bothner@cygnus.com>:
10482 * gdb.texinfo: Document Chill support.
10483
10484 Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
10485
10486 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
10487 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
10488 Document that the value should be greater-than or equal-to zero.
10489 (NO_STD_REGS): Document. Deprecate.
10490
10491 Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10492
10493 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
10494 Document that these are not used.
10495
10496 Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10497
10498 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
10499
10500 Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
10501
10502 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
10503 numargs was dropped.
10504
10505 Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
10506
10507 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
10508
10509 Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
10510
10511 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
10512 Update.
10513
10514 Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
10515
10516 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
10517 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
10518
10519 Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
10520
10521 * gdbint.texinfo: Fix typos: $ -> @.
10522
10523 Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
10524
10525 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
10526 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
10527 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
10528 BREAKPOINT_FROM_PC.
10529
10530 Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
10531
10532 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
10533 CALL_DUMMY_STACK_ADJUST): Document.
10534
10535 Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10536
10537 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
10538 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
10539
10540 1999-04-02 Stan Shebs <shebs@andros.cygnus.com>
10541
10542 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
10543 longer exists.
10544
10545 Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
10546
10547 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
10548 nearly all @ifset/@ifclear conditionals; nobody uses them, and
10549 they make the manual source incomprehensible.
10550 * h8-cfg.texi: Remove, hasn't been used in years.
10551
10552 Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
10553
10554 * gdb.texinfo: Update the credits.
10555
10556 Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
10557
10558 * gdb.texinfo: Fix mistakes noticed in printout of last
10559 draft, add Alpha to discussion of heuristic fence post.
10560
10561 Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
10562
10563 * gdb.texinfo, remote.texi: Many changes; update to Seventh
10564 Edition, merge some HP changes into mainline, describe some
10565 previously undocumented features, describe more of the target
10566 commands available, eliminate obsolete section on renamed
10567 commands.
10568 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
10569
10570 Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
10571
10572 * gdb.texinfo: Make many HPPA conditionals unconditional,
10573 including catchpoint description, since now on for all configs.
10574 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
10575 specializations.
10576
10577 Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
10578
10579 * Makefile.in (GDBvn.texi): Fix match expression to work with
10580 current format of VERSION in gdb/Makefile.in.
10581 * gdb.texinfo: Fix node ref to match new readline.
10582
10583 Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
10584
10585 * gdb.texinfo: Changes made as part of a project to merge in
10586 changes made by HP. Documentation makes extensive use of
10587 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
10588 on remote debugging. There are differences in documentation
10589 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
10590 the HP manual discusses catchpoints, hardware watchpoints, and
10591 some HPUX specific limitations for shared library support.
10592
10593 There are also a number of @node changes.
10594
10595 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
10596
10597 * gdbint.texinfo (Formatting): Disambiguate a sentence.
10598 (C Usage): Same.
10599
10600 Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
10601
10602 The following changes were made by Edith Epstein
10603 <eepstein@cygnus.com> as part of a project to merge in changes
10604 made by HP.
10605
10606 * HPPA-cfg.texi: new file.
10607
10608 * all-cfg.texi: set HPPA for HP PA-RISC targets.
10609
10610 * refcard.tex: change documentation about catch.
10611 removed info catch.
10612
10613 Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
10614
10615 * gdbint.texinfo: Expand on GDB's coding standards,
10616 specify the use of arg names with prototypes.
10617
10618 1998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
10619
10620 * gdb.texinfo: Fix tipo.
10621
10622 Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
10623
10624 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
10625 TARGET_BYTE_ORDER_SELECTABLE_P.
10626
10627 Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
10628
10629 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
10630
10631 1998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
10632
10633 * agentexpr.texi: New file.
10634
10635 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
10636
10637 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
10638
10639 1998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
10640
10641 * remote.texi: Changed wording that implied that the GDB remote
10642 protocol caches register values instead of GDB itself.
10643
10644 Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
10645
10646 * gdbint.texinfo: Add some info about symbol readers.
10647 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
10648 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
10649 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
10650 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
10651
10652 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
10653
10654 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
10655
10656 Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
10657
10658 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
10659
10660 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
10661
10662 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
10663 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
10664
10665 Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
10666
10667 * gdbint.texinfo: Fix minor typos.
10668
10669 Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
10670
10671 * gdbint.texinfo: Complete overhaul. Group descriptions more
10672 logically, add more info on generic algorithms, remove much
10673 obsolete and/or wrong material.
10674
10675 Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
10676
10677 * stabs.texinfo (Method Type Descriptor): Expand and correct.
10678
10679 Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
10680
10681 * refcard.tex: Copyright, address updates.
10682
10683 Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
10684
10685 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
10686 for the edition instead of confusing GDB-version-like numbers.
10687
10688 Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
10689
10690 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
10691
10692 Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
10693
10694 * LRS: Reformat a bit to keep text under 80 columns.
10695
10696 Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
10697
10698 * gdb.texinfo: Add some credits, mention bug monitor.
10699 * remote.texi: Mention mips monitor targets.
10700 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
10701
10702 Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
10703
10704 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
10705 files, finish sorting of host vs target vs native macros, describe
10706 some more of them.
10707
10708 Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
10709
10710 * gdbint.texinfo (Host Conditionals): Document change from
10711 using NO_MMALLOC to it's inverse, USE_MMALLOC.
10712
10713 Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
10714
10715 * gdbint.texinfo (Host Conditionals): Document
10716 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
10717
10718 Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
10719
10720 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
10721 Document LSEEK_NOT_LINEAR.
10722
10723 Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
10724
10725 * stabs.texinfo (Stab Section Basics): Make it clear that only
10726 some versions of the GNU linker remove the leading N_UNDF symbol.
10727
10728 Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
10729
10730 * stabs.texinfo (String Field): Document type number pairs here,
10731 instead of in the Sun specific section.
10732 (Include Files): The GNU linker supports the N_BINCL
10733 optimization. Clarify the N_BINCL value, and what it is used
10734 for.
10735 (Procedures): Document N_FUN with an empty string to mark the end
10736 of a function.
10737 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
10738 (Sun Differences): Remove this node, as the information is now
10739 elsewhere in the main document.
10740 (Stab Section Basics): Mention that the GNU linker may optimize
10741 stabs and remove the leading N_UNDF symbol.
10742
10743 Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
10744
10745 * gdb.texinfo, refcard.tex: Restore author credit
10746
10747 Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
10748
10749 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
10750 documentation to account for START and END macros taking
10751 one arg.
10752
10753 Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
10754
10755 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
10756 * gdb.texinfo (Frames): Fix typo.
10757
10758 Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
10759
10760 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
10761 a target_signal as arg type, not a pid.
10762
10763 Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
10764
10765 * gdb.texinfo: Document `set assembly-language'.
10766
10767 Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
10768
10769 * remote.texi: Update list of stubs in the GDB distribution.
10770
10771 Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
10772
10773 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
10774 Also document that some systems can use mmalloc but must define
10775 this if their C runtime allocates memory that is later freed.
10776 (MMCHECK_FORCE): Document new macro.
10777
10778 Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
10779
10780 * remote.texi: Add documentation for target Sparclet.
10781
10782 Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10783
10784 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
10785 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
10786 * configure.in: Rewritten for autoconf.
10787 * configure: New.
10788
10789 Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
10790
10791 * Makefile.in (DVIPS): New define, set to dvips.
10792 (dvi): Add stabs.dvi.
10793 (ps): New target.
10794 (all-doc): Depend on info, dvi, and ps targets.
10795 (STAGESTUFF): Add *.ps and *.dvi files.
10796 (clean-info, clean-dvi): Remove.
10797 (mostlyclean): Does not depend upon clean-info or clean-dvi,
10798 rules completely rewritten.
10799 (maintainer-clean): Remove clean-info and clean-dvi
10800 dependencies and put their actions in the rules.
10801 (gdb.ps): New target
10802 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
10803 intermediate TeX files, whether they have 2 or 3 character
10804 extensions.
10805 (gdbint.ps): Add target and rules.
10806 (gdb-internals): Delete unused target.
10807 (Makefile): Depends upon config.status also.
10808
10809 Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
10810
10811 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
10812 set.
10813
10814 Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
10815
10816 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
10817 * gdb.texinfo (Expressions): Fix erroneous array constant example.
10818
10819 Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
10820
10821 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
10822
10823 Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10824
10825 * gdb.texinfo (Print settings): Document
10826 `set/show print static-members' commands.
10827
10828 Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
10829
10830 * gdbint.texinfo (Native): Document name change, coredep.c to
10831 core-aout.c.
10832
10833 Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
10834
10835 * stabs.texinfo (Include Files): Document the values the SunOS4
10836 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
10837
10838 Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
10839
10840 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
10841 Fix typo.
10842
10843 Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
10844
10845 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
10846 "gdb.tar.Z".
10847
10848 Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
10849
10850 * Makefile.in (maintainer-clean): New target, synonym for
10851 realclean.
10852
10853 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
10854
10855 * Update all FSF addresses except those in COPYING* files.
10856
10857 Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
10858
10859 From Richard Earnshaw (rearnsha@armltd.co.uk):
10860 * gdb.texinfo (convenience variables): Document $_exitcode.
10861 (quit): Document optional expression to use as exit code.
10862
10863 Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
10864
10865 * gdb.texinfo, remote.texi: Brought up to date with various
10866 GDB changes.
10867
10868 Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
10869
10870 * gdb.texinfo: Update dates and versions, fix comments about
10871 hardware watchpoints in future releases and about the
10872 sharedlibrary command.
10873
10874 Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10875
10876 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
10877 C_FUN stab. Other cleanups.
10878
10879 Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10880
10881 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
10882 for the sparc stub.
10883
10884 Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10885
10886 * annotate.texi: Clarify which addresses have differing formats
10887 depending on the language and which do not.
10888
10889 Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10890
10891 * remote.texi (NetWare): Changed example to use BOARD= instead of
10892 NODE= argument to reflect correspoding change to gdbserve.nlm.
10893
10894 Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10895
10896 * stabs.texinfo (Negative Type Numbers): Mention the fact that
10897 GDB, as well as AIX dbx, supports the size type attribute.
10898
10899 Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10900
10901 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
10902
10903 Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
10904
10905 * gdb.texinfo (Define): Document $arg0... arguments to commands,
10906 and new 'if' and 'while' commands.
10907
10908 Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
10909
10910 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
10911
10912 Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10913
10914 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
10915 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
10916 NetWare targets. Mostly stolen from the Server node.
10917
10918 Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10919
10920 * gdb.texinfo (Setting): Talk about the language of a source file
10921 versus the working language. The old documentation did not match
10922 what GDB did.
10923
10924 Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10925
10926 * stabs.texinfo (Source Files): Document N_SO used to mark the end
10927 of a source file.
10928
10929 Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10930
10931 * gdb.texinfo (Processes): New node.
10932
10933 Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
10934
10935 * remote.texi: Update documentation of set/show mipsfpu.
10936
10937 Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
10938
10939 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
10940 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
10941
10942 Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
10943
10944 * gdbint.texinfo: Removed mentions of some incorrectly placed and
10945 obsolete conditionals, described some others.
10946
10947 Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10948
10949 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
10950 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
10951
10952 Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
10953
10954 * gdbint.texinfo: Put regex conditionals in their own table.
10955
10956 Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
10957
10958 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
10959 described or fixed the descriptions of many others.
10960
10961 Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
10962
10963 * gdb.texinfo: Add some more credits.
10964 * gdbint.texinfo: Capitalize GDB consistently, describe some
10965 macros and remove some.
10966
10967 Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
10968
10969 * gdbint.texinfo: Removed mentions of many incorrectly placed and
10970 obsolete conditionals, described some others.
10971
10972 Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10973
10974 * gdb.texinfo (help targets): Changed to `help target', which
10975 is the correct gdb command.
10976
10977 Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10978
10979 * annotate.texi (TODO): New node, for keeping track of annotations
10980 suggested but not yet implemented.
10981
10982 Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10983
10984 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
10985 another symbol, it is not the address itself.
10986
10987 Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
10988
10989 * stabs.texinfo (Stab Section Basics): Add comment about alignment
10990 of stabs-in-coff sections.
10991
10992 Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10993
10994 * annotate.texi: Change edition to 0.5 and date to May 1994.
10995 Add index.
10996 (Frames): New node, for frame annotation.
10997 (Displays): New node, for display annotation.
10998
10999 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
11000 when waiting for your program to stop.
11001
11002 Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11003
11004 * annotate.texi (Breakpoint Info): Document annotation of header
11005 fields and record annotation.
11006
11007 Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11008
11009 * annotate.texi: New file, to document annotations.
11010
11011 Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11012
11013 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
11014 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
11015
11016 Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11017
11018 * stabs.texinfo (Stab Section Basics): Say what is in .stab
11019 section, and say n_strx field is compilation unit relative.
11020 * stabs.texinfo: Don't use @code for a.out when it is the name of
11021 an object file format.
11022
11023 Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11024
11025 * gdb.texinfo: Refer to file names, not path names, per rms
11026 convention.
11027 (Arguments): Fix typo.
11028
11029 Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11030
11031 * stabs.texinfo (Global Variables): Talk about stabs in files
11032 where variables are referenced, but not defined.
11033
11034 Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11035
11036 * stabs.texinfo: Move stuff on @ and # type descriptors from node
11037 Cplusplus to new nodes Member Type Descriptor and Method Type
11038 Descriptor. Re-write stuff for #.
11039
11040 Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11041
11042 * gdb.texinfo (Print Settings): Don't document "set print
11043 fast-symbolic-addr off". The bug which it worked around was fixed
11044 on 25 Feb 94 in coffread.c, so I'm nuking the command.
11045
11046 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
11047 N_ENTRY node.
11048
11049 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
11050
11051 Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11052
11053 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
11054 references to ieee-float.c.
11055
11056 Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11057
11058 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
11059 match what the code actually does.
11060
11061 Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11062
11063 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
11064
11065 Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11066
11067 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
11068 i, and b.
11069
11070 Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
11071
11072 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
11073 well as for ELF and SOM. Unify the descriptions of ELF and SOM
11074 as "stabs in sections" rather than just saying "ELF and SOM".
11075 Also make that stuff apply to COFF.
11076
11077 Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11078
11079 * gdb.texinfo (Formatting Documentation): Change GhostScript to
11080 Ghostscript.
11081
11082 Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11083
11084 * gdb.texinfo (Continuing and Stepping): When talking about "step"
11085 versus functions without line numbers, also mention stepping into
11086 them as well as "step" when you are in them. Tell the user how to
11087 deal with the situation. Add comment about "debugging information".
11088
11089 Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11090
11091 * stabs.texinfo (Enumerations): Document restriction on where
11092 enumeration types can appear and still win with GDB.
11093
11094 Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11095
11096 * stabs.texinfo (Negative Type Numbers): Document format for type
11097 -16.
11098
11099 Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11100
11101 * gdb.texinfo (Selection, Frame Info): Update information about
11102 arbitrary frame specficiations.
11103
11104 Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
11105
11106 * gdb.texinfo, remote.texi: general editing pass prior to Net release
11107
11108 Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11109
11110 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
11111
11112 Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
11113
11114 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
11115
11116 Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11117
11118 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
11119 Differences node to Statics node.
11120 (Statics): Discuss XCOFF use of V symbol descriptor.
11121
11122 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
11123 not clean.
11124
11125 Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
11126
11127 * gdb.texinfo (Print Settings): Document `set print
11128 fast-symbolic-addr' and improve the doc for some other
11129 `set print's.
11130
11131 Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11132
11133 * stabs.texinfo (String Field): Talk about defining several type
11134 numbers at once.
11135 Fix lint regarding changing node ELF Transformations to
11136 ELF and SOM Transformations.
11137
11138 Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
11139
11140 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
11141
11142 Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11143
11144 * stabs.texinfo (Cross-References): `::' is for nested types only
11145 within <>.
11146 (Structures): Document static members.
11147
11148 Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11149
11150 * stabs.texinfo: Document S type attribute.
11151
11152 Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
11153
11154 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
11155
11156 Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
11157
11158 * gdbint.texinfo: Fix a few typos.
11159
11160 Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11161
11162 * gdb.texinfo, remote.texi: formatting improvements
11163
11164 * gdb.texinfo (New Features): mention threads.
11165 (Summary, C): fix xrefs in newly contributed text.
11166 (Threads): index entries, clarifications, example
11167 (passim): minor typos fixed, phrasing improvements
11168
11169 * remote.texi (Bootstrapping): rephrase text on ^C and add index
11170 entries; (Server): explain use of gdbserver w/real-time systems,
11171 add example of conflicting TCP port; (MIPS Remote) break up
11172 running text into table, highlighting commands, and add example.
11173
11174 Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11175
11176 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
11177
11178 Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11179
11180 * stabs.texinfo (Nested Symbols): New node.
11181 (String Field, Symbol Descriptors, Cross-References): Refer to it.
11182
11183 Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11184
11185 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
11186 to picking which Bbss.bss symbol to use, and (because there seems to
11187 be no good way of doing it) re-write some of the text to make it
11188 sound like Bbss.bss isn't such a great idea after all (as currently
11189 designed).
11190
11191 * gdb.texinfo (C): In addition to saying people have to use g++ for
11192 good results, say they have to use stabs. Specifically say cfront
11193 doesn't work well.
11194 (Summary): Merge in information on Modula-2, Pascal, and Chill from
11195 the gdb README. Add xrefs to places where the support for the various
11196 languages is described in detail.
11197
11198 Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11199
11200 * stabs.texinfo: Clean up stuff about visibility and virtual
11201 characters.
11202
11203 * stabs.texinfo (N_M2C): Cite Sun doc.
11204
11205 Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11206
11207 * gdb.texinfo: updates re threads.
11208 * remote.texinfo: avoid index entries starting with digits.
11209
11210 Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11211
11212 * stabs.texinfo (Enumerations): Talk about large, negative and
11213 octal values. Clean up cross reference to type attributes.
11214 (String Field): Say that GDB 4.11 supports size attribute.
11215
11216 Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11217
11218 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
11219 is a mandatory step. Make the stuff about that more concise.
11220
11221 Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11222
11223 * stabs.texinfo (Class Names): New node.
11224
11225 * gdb.texinfo (Command Files): Explain order of init file reading.
11226
11227 * remote.texi (Bootstrapping): Talk about getting the serial driver
11228 to deal with ^C sent by gdb to stop the remote system.
11229
11230 Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
11231
11232 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
11233
11234 * libgdb.texinfo (Defining Commands): made the DOC arg
11235 to gdb_define_app_command a char * instead of char **
11236 per a suggestion from kingdon.
11237
11238 * libgdb.texinfo: total rewrite from a different starting
11239 premise.
11240
11241 Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11242
11243 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
11244 floats passed as doubles (to improve clarity).
11245
11246 Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11247
11248 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
11249
11250 * a4rc.sed: update to work with Andreas Vogel papersize params
11251
11252 * refcard.tex: use Andreas Vogel simplifications of papersize
11253 params; remove useless version info; update copyright date.
11254
11255 Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11256
11257 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
11258
11259 Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11260
11261 * gdb.texinfo (Files): Say what address the load command loads it at.
11262
11263 * stabs.texinfo (Common Blocks): Minor cleanups.
11264
11265 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
11266 that Sun has backed away from the linker kludge and thus the relevant
11267 issue is changes to the SunPRO tools, not the Solaris linker.
11268
11269 * stabs.texinfo (Traditional Integer Types): Clean up description
11270 of octal bounds a little bit. Document extra leading zeroes.
11271
11272 Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11273
11274 * gdb.texinfo (Signaling): Update for symbolic symbol names
11275 and add a section explaining the difference between the GDB
11276 signal command and the shell kill utility.
11277
11278 Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
11279
11280 * libgdb.texinfo: added `@' to braces that were unescaped.
11281
11282 Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
11283
11284 * libgdb.texinfo: new file. Spec for the gdb library.
11285
11286 Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11287
11288 * stabs.texinfo (Include Files): Fix typo (start -> end).
11289
11290 Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11291
11292 * gdb.texinfo, remote.texi: assorted small improvements, mostly
11293 from Melissa at FSF's editing pass.
11294
11295 Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11296
11297 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
11298 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
11299 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
11300
11301 Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11302
11303 * remote.texi (Bootstrapping): Discuss 386 call gates.
11304
11305 Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11306
11307 * stabs.texinfo (Based Variables): New node.
11308
11309 Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
11310
11311 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
11312 names, sizes, and formats to suggest how not to lose.
11313
11314 Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11315
11316 * stabs.texinfo (Methods): Fix typo.
11317
11318 Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11319
11320 * gdb.texinfo: Fix a few typos.
11321
11322 Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11323
11324 * gdb.texinfo: Clarify how well it works with Fortran.
11325
11326 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
11327 More on relocating stabs in ELF files.
11328
11329 Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11330
11331 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
11332
11333 Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11334
11335 * stabs.texinfo (Local Variable Parameters): Talk about nameless
11336 parameters on VAX.
11337
11338 Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11339
11340 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
11341
11342 Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11343
11344 * stabs.texinfo: Make info author notice match the TeX author notice.
11345
11346 Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11347
11348 * stabs.texinfo: Initial-caps all words in node names and
11349 non-trivial words in section names.
11350
11351 Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11352
11353 * stabs.texinfo: Many minor cleanups.
11354
11355 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
11356
11357 Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
11358
11359 * stabs.texinfo: Remove full description of big example.
11360 It's not really helpful; just use pieces of it where appropriate.
11361 Add more Texinfo formatting directives (@samp, etc.).
11362 Use @deffn to define stab types.
11363 Eliminate some wordiness. Break up some nodes.
11364 Add an (alphabetized) index of symbol types.
11365 Use consistent capitalization style in node and section names.
11366
11367 Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
11368
11369 * gdb.texinfo: Change typo "Two two" to "The two".
11370
11371 Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11372
11373 * stabs.texinfo (XCOFF-differences): Remove references to
11374 non-existent types N_DECL and N_RPSYM.
11375
11376 * stabs.texinfo (String Field): Say that type attributes bug is
11377 fixed in GDB 4.10, since it is.
11378
11379 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
11380
11381 Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
11382
11383 * stabs.texinfo: Formatting cleanups.
11384
11385 Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11386
11387 * stabs.texinfo: When explaining the n_type of a stab, standardize
11388 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
11389 no tabs, use @r).
11390 (Global Variables): Clean up.
11391
11392 Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11393
11394 * stabs.texinfo (Stack Variables): Re-write.
11395
11396 Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11397
11398 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
11399 addresses of a source file. Also revise formatting.
11400 Change "object module" or "object file" to "source file".
11401 Various: Miscellaneous cleanups.
11402
11403 Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11404
11405 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
11406
11407 Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
11408
11409 * gdbint.texinfo: Removed many nonsensical machine-collected
11410 host and target conditionals, described some of the remainder.
11411
11412 Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11413
11414 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
11415
11416 * gdbint.texinfo (Top): Add name to @top line, and re-write the
11417 paragraph which follows.
11418
11419 * gdbint.texinfo (Host): Use @code not @samp for Makefile
11420 variables. Looks better and avoids overful hbox.
11421
11422 Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11423
11424 * stabs.texinfo (Procedures): Improve stuff on nested functions.
11425
11426 Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11427
11428 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
11429 retransmit-timeout
11430
11431 Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11432
11433 * gdbint.texinfo: Update statement about `some ancient Unix
11434 systems, like Ultrix 4.0' to Ultrix 4.2.
11435
11436 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
11437
11438 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
11439
11440 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
11441
11442 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
11443 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
11444
11445 * remote.texi: new name for former gdbinv-s.texi
11446
11447 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
11448
11449 Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
11450
11451 * gdbinv-s.texi: Documented timeout and retransmit-timeout
11452 variables for MIPS remote debugging protocol.
11453
11454 Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11455
11456 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
11457
11458 Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
11459
11460 * Makefile.in (refcard.dvi): Use srcdir where necessary.
11461
11462 Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
11463
11464 * gdb.texinfo: repair conditional bugs in text markup
11465
11466 Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11467
11468 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
11469 to select Modula-2 material.
11470
11471 Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11472
11473 * stabs.texinfo: Cleanups regarding statics.
11474
11475 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
11476 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
11477
11478 Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11479
11480 * stabs.texinfo: N_MAIN is sometimes used for C.
11481
11482 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11483
11484 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
11485
11486 Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
11487
11488 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
11489 removed from the code by Kingdon.
11490
11491 Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11492
11493 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
11494 input when evaluating breakpoint conditions; the bug has been fixed.
11495
11496 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
11497 sets the ignore count to N-1, not to N.
11498
11499 Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11500
11501 * refcard.tex (\hoffset): correct longstanding error to match
11502 intended offset; avoids cutting off edge on some printers
11503
11504 Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11505
11506 * stabs.texinfo (Parameters): Say that order of stabs is significant.
11507
11508 Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11509
11510 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
11511
11512 Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11513
11514 * Makefile.in: (REFEDITS) new var to control whether PS or CM
11515 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
11516 collect sed edits if any, apply to refcard before formatting;
11517 (refcard.ps) stop implying PS fonts if PS output requested;
11518 (lrefcard.ps) delete extra target for variant PS fonts
11519
11520 * refcard.tex: parametrize papersize dependent info, collect
11521 in easily replaced spot
11522
11523 * a4rc.sed: new file, edits to refcard for A4 paper
11524
11525 Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11526
11527 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
11528
11529 Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11530
11531 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
11532
11533 Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11534
11535 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
11536 politely rather than rudely.
11537
11538 Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11539
11540 * stabs.texinfo: Document common blocks.
11541
11542 Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
11543
11544 * stabs.texinfo: Add some basic info about stabs-in-elf.
11545
11546 Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11547
11548 * stabs.texinfo (Top): Minor cleanup.
11549
11550 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
11551
11552 * Makefile.in (install-info): remove parentdir support
11553
11554 Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11555
11556 * gdb.texinfo (Copying): delete this node and references to it;
11557 RMS says this manual need not carry GPL. (passim): Improvements
11558 from last round at FSF, largely due to Ian Taylor review, and
11559 minor formatting improvements.
11560
11561 * gdbinv-s.texi (passim): Improvements from last round at FSF,
11562 largely due to Ian Taylor review. (Debug Session): minor edits to
11563 new text.
11564
11565 Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
11566
11567 * Makefile.in (realclean): Remove info and dvi files too.
11568
11569 Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
11570
11571 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
11572 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
11573 * gdb.texinfo: Change accordingly.
11574
11575 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
11576 N_{L,R}BRAC,N_SLINE are relative to.
11577
11578 Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
11579
11580 * Makefile.in (GDBvn.texi): Update atomically.
11581
11582 Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
11583
11584 * gdbinv-s.texi (Debug Session): Document exceptionHook.
11585
11586 Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
11587
11588 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
11589 addresses together. Also motivate the set print symbol-filename
11590 command and suggest other solutions.
11591
11592 Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
11593
11594 * gdb.texinfo (set print elements): Note that the number of
11595 elements is set to unlimited by "set print elements 0".
11596
11597 Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
11598
11599 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
11600 NF_LDOUBLE means.
11601 (Stab Types): Include Solaris stab types.
11602 (Procedures): Document Solaris extensions.
11603
11604 Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11605
11606 * gdb.texinfo: Add `set print symbol-filename' doc.
11607
11608 Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11609
11610 * stabs.texinfo (Arrays): Talk about type definition vs. type
11611 information.
11612
11613 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
11614 the trailing semicolon.
11615
11616 Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11617
11618 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
11619 and merge in other parts of the document addressing these subjects.
11620 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
11621
11622 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
11623 at the end of a range type.
11624
11625 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
11626 AIX extensions.
11627
11628 Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11629
11630 * stabs.texinfo (Stabs Format): Misc fixes.
11631
11632 Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11633
11634 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
11635 (Traditional builtin types): Document convex convention for long long.
11636 (Negative builtin types): Discuss type names, and misc fixes.
11637
11638 Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11639
11640 * stabs.texinfo (Builtin Type Descriptors): Document the floating
11641 point types used with @samp{R} type descriptor.
11642 (Symbol Descriptors): Describe how to handle conflict between
11643 different meanings of @samp{P} symbol descriptor.
11644
11645 Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11646
11647 * stabs.texinfo: Remove node Quick Reference and put its children
11648 directly under the main menu.
11649
11650 * stabs.texinfo: Many more changes to bring it into line with
11651 AIX documentation and reality. I think it now has all the
11652 information from the AIX documentation, except that I burned
11653 out when I got to variant records (Pascal and Modula-2) and
11654 all the COBOL types. Oh well, we can add them later when we're
11655 worrying more about those languages.
11656
11657 * stabs.texinfo (Automatic variables): Talk about what it means
11658 to omit the symbol descriptor.
11659
11660 Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11661
11662 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
11663 gcc2 behavior with promoted args.
11664
11665 Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11666
11667 * gdb.texinfo: include readline appendices in info version of manual
11668
11669 Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11670
11671 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
11672 target remote.
11673
11674 * gdb.texinfo (Machine Code): more index entries for disassemble
11675
11676 Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
11677
11678 * Clarify the intended use of the gdb-testers and gdb-patches
11679 mailing lists, and shrink gzip comment.
11680
11681 Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11682
11683 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
11684 DOSHOST configuration of manual.
11685
11686 * gdb.texinfo (MIPS Stack): new node.
11687
11688 * all-config.texi (MIPS) new switch.
11689
11690 * gdbinv-s.texi (Nindy Options) Remove two instances of future
11691 tense; (MIPS Remote) new node.
11692
11693 * gdb.texinfo (passim) rephrases to work around makeinfo @value
11694 bug; (Environment) less passive, other small cleanups in text about
11695 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
11696 (Remote) new MIPS Remote menu entry.
11697
11698 Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
11699
11700 * stabs.texinfo: Many changes to include information from the
11701 AIX documentation.
11702
11703 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
11704
11705 Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
11706
11707 * gdbint.texinfo (new node Debugging GDB, elsewhere):
11708 Move a bunch of information from ../README.
11709 (Getting Started): New node.
11710
11711 Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11712
11713 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
11714
11715 * gdb.texinfo: advance manual revision dates to present
11716
11717 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
11718 stop using silly Roman numerals in @set variable names
11719
11720 Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
11721
11722 * stabs.texinfo (Parameters): Keep trying to get this right.
11723
11724 Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
11725
11726 * stabs.texinfo (Parameters): More on "local parameters".
11727
11728 Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
11729
11730 * stabs.texinfo (Parameters): Re-do "local parameters" section.
11731
11732 Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
11733
11734 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
11735 (Parameters): Rewrite.
11736 (xcoff-differences, Sun-differences): Minor changes.
11737
11738 Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
11739
11740 * stabs.texinfo: Minor cleanup.
11741
11742 Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
11743
11744 * gdbint.texinfo: Minor xcoff stuff.
11745
11746 Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
11747
11748 * gdbint.texinfo: Update for new config directory structure.
11749 Add info about internal type data structures.
11750
11751 Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
11752
11753 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
11754 $(srcdir).
11755 (gdb-config.texi): Depend on file in $(srcdir).
11756
11757 Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
11758
11759 * stabs.texinfo: Fixes about N_SO.
11760
11761 Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11762
11763 * gdb.texinfo: include list of nonstandard init file names
11764
11765 * *-config.texi: new switch GENERIC for text that applies *only*
11766 to (usual) multiple-target version of manual
11767
11768 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
11769 h8 config
11770
11771 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
11772 in menus (rather than conditionally selected multiple alternative
11773 menus).
11774
11775 * Makefile.in: define and use DOC_CONFIG var to select
11776 configuration for GDB user manual.
11777
11778 * gdb-config.texi: delete from repository, generate from Makefile.
11779
11780 * all-config.texi: normal `generic' configuration file, formerly
11781 stored as gdb-config.texi
11782
11783 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
11784
11785 * Makefile.in: add dvi target to build all .dvi files
11786
11787 Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11788
11789 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
11790
11791 Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
11792
11793 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
11794 host conditionals.
11795 * stabs.texinfo: More array fixes inspired by Jim's.
11796
11797 Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
11798
11799 * stabs.texinfo: Fixes re arrays and continuations.
11800
11801 * gdbint.texinfo: Add XCOFF node.
11802
11803 Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
11804
11805 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
11806
11807 Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
11808
11809 * stabs.texinfo: Fix for array types to mention lower bounds.
11810
11811 Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
11812
11813 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
11814
11815 Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
11816
11817 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
11818
11819 Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
11820
11821 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
11822 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
11823
11824 Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
11825
11826 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
11827
11828 Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11829
11830 * gdb.texinfo, gdbinv-s.texi: misc updates
11831
11832 Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
11833
11834 * gdbint.texinfo: Brief documentation for longjmp support,
11835 from an email msg by Stu.
11836
11837 Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
11838
11839 * stabs.texinfo: Fix description of floating point "range"
11840 types (which really define basic types). Reported by Jim Meehan,
11841 <meehan@src.dec.com>.
11842
11843 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
11844
11845 Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
11846
11847 * gdbint.texinfo: Slightly expand section on supporting a new
11848 object file format.
11849
11850 Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
11851
11852 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
11853 intermediate file.
11854
11855 Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11856
11857 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
11858
11859 Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11860
11861 * gdbinv-s.texi: z8000 simulator target name is just "sim"
11862
11863 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
11864 as well as Z8002.
11865
11866 Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
11867
11868 * gdbint.texinfo: Add sections on clean design and on how to send
11869 in changes.
11870
11871 Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
11872
11873 * gdbint.texinfo: Add how to declare the result of make_cleanup.
11874
11875 Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
11876
11877 * gdb.texinfo: Fix typo, reported by Karl Berry.
11878
11879 Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
11880
11881 * gdb.texinfo: Add opcodes dir to GDB distribution description.
11882
11883 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11884
11885 * gdbint.texinfo: fixed a stray email address (needs @@),
11886 added @table @code to node "Native Conditionals"
11887
11888 Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
11889
11890 * gdbint.texinfo: Describe coding style of GDB.
11891
11892 Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
11893
11894 * stabs.texinfo: Minor wording changes.
11895
11896 Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
11897
11898 * gdbint.texinfo: Improve release doc slightly.
11899
11900 Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
11901
11902 * gdbint.texinfo: Improve doc of GDB config macros.
11903
11904 Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
11905
11906 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
11907 These will be reinserted when examined.
11908
11909 Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
11910
11911 * gdbint.texinfo: Make a start at documenting all the #if macros
11912 in GDB. At least list them all, and start separating them into
11913 host-specific and target-specific.
11914
11915 Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11916
11917 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
11918 examples (not consistent w others).
11919 gdb.texinfo: issue disclaimer paragraph on cmdline options only
11920 for generic vn of doc
11921
11922 Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
11923
11924 * Makefile.in: always create installation directories.
11925
11926 Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11927
11928 * gdb.texinfo: in h8 config, do not describe searching commands.
11929
11930 Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11931
11932 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
11933 conditionals; introduce a few generic switches that may be
11934 useful for other cross-dev or dos-hosted configs.
11935
11936 * gdb.texinfo: fix typo in "info reg" description
11937
11938 Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
11939
11940 * stabs.texinfo: Minor updates from running TeX over it.
11941 * Makefile.in (stabs.dvi, stabs.ps): Add.
11942
11943 Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
11944
11945 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
11946 First pass at converting it to texinfo.
11947
11948 Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
11949
11950 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
11951 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
11952
11953 Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
11954
11955 * gdbint.texinfo: Add section on partial symbol tables.
11956
11957 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
11958
11959 * gdb.texinfo: document `set remotedebug' and `set
11960 rstack_high_address'.
11961
11962 Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11963
11964 * gdb.texinfo: slight expansion of new text on reading info files
11965 * gdbinv-s.m4.in: correct and expand info on cross-debugging
11966 H8/300 from DOS.
11967
11968 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
11969
11970 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
11971
11972 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
11973
11974 * gdb.texinfo: Say how to read the `info' files.
11975
11976 Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
11977
11978 * Makefile.in: gm4 -> m4.
11979
11980 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
11981
11982 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
11983 Documentation' ahead of `Installing GDB' to match README.
11984 Update shared library doc, -readnow and -mapped, and directory
11985 structure (add glob and mmalloc). Update configure doc.
11986
11987 Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
11988
11989 * Makefile.in: remove $(srcdir) from gdb.info rule.
11990
11991 Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11992
11993 * Makefile.in: commented out gdb-all.texinfo rule. This is
11994 temporary.
11995
11996 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
11997
11998 * Makefile.in, configure.in: removed traces of namesubdir,
11999 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
12000 copyrights to '92, '13, changed some from Cygnus to FSF.
12001
12002 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
12003
12004 * gdb.texinfo: Improve how we ask for bug reports.
12005
12006 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12007
12008 * Makefile.in: infodir belongs in datadir.
12009
12010 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12011
12012 * Makefile.in: remove spaces following hyphens, bsd make can't
12013 cope. install using INSTALL_DATA. added clean-info. added
12014 standards.text support.
12015
12016 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12017
12018 * Makefile.in: idestdir and ddestdir go away. Added copyrights
12019 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
12020 and mandir now keyed off datadir by default.
12021
12022 \f
12023 Local Variables:
12024 mode: change-log
12025 left-margin: 8
12026 fill-column: 74
12027 version-control: never
12028 coding: utf-8
12029 End: